From 34583922723c2d5299fbdc89e16f60317d6f5b47 Mon Sep 17 00:00:00 2001 From: "Bochtler, Paul" <65470117+datapumpernickel@users.noreply.github.com> Date: Fri, 15 Dec 2023 14:18:46 +0100 Subject: [PATCH 01/30] edited the help file in utils in order to specify all possible values when querying tables from ct_get_ref_table --- R/utils.R | 40 ++++++++++++++++++++++++++++++++++------ 1 file changed, 34 insertions(+), 6 deletions(-) diff --git a/R/utils.R b/R/utils.R index b6013c9..cbd2f72 100644 --- a/R/utils.R +++ b/R/utils.R @@ -38,9 +38,38 @@ get_primary_comtrade_key <- function() { #' Get reference table from package data #' -#' The first time, the function will read from disk, the second time from the environment. In the case of a necessary update the new data will be saved to the environment for the current session. -#' You can use this table to look at the reference tables and if necessary extract respective classification codes by hand. In general we would recommend the function `ct_commodity_lookup` for this purpose. It uses the present function in the backend. -#' @param dataset_id The dataset ID, which is either partner, reporter or a valid classification scheme. +#' The first time, the function will read from disk, the second time from the +#' environment. In the case of a necessary update the new data will be saved +#' to the environment for the current session. +#' You can use this table to look at the reference tables and if necessary +#' extract respective classification codes by hand. In general we would +#' recommend the function `ct_commodity_lookup` for this purpose. +#' It uses the present function in the backend. +#' +#' @details The function allows you to query most possible input parameters +#' that are listed by the Comtrade API. The following dataset_ids are permitted: +#' * Datasets that contain codes for the `commodity_code` argument. The name is +#' the same as you would provide under `commodity_classification`. +#' * 'HS' This is probably the most common classification for goods. +#' * 'B4' +#' * 'B5' +#' * 'EB02' +#' * 'EB10' +#' * 'EB10S' +#' * 'EB' +#' * 'S1' +#' * 'S2' +#' * 'S3' +#' * 'S4' +#' * 'SS' +#' +#' * 'reporter' +#' * 'partner' +#' * 'mode_of_transport' +#' * 'customs_code' +#' +#' @param dataset_id The dataset ID, which is either partner, +#' reporter or a valid classification scheme. #' @inheritParams ct_get_data #' @export #' @returns a tidy dataset with a reference table @@ -70,9 +99,8 @@ ct_get_ref_table <- function(dataset_id, update = FALSE, verbose = FALSE) { 'SS' = 'cmd_ss' , 'reporter' = 'reporter' , 'partner' = 'partner', - 'mot' = 'mot', - 'customs' = 'customs' - + 'mode_of_transport' = 'mot', + 'customs_code' = 'customs' ) ## check dataset id for valid values From 900bc929403ff08647fa4c940f7e7a0b1afdf507 Mon Sep 17 00:00:00 2001 From: "Bochtler, Paul" <65470117+datapumpernickel@users.noreply.github.com> Date: Fri, 15 Dec 2023 14:19:04 +0100 Subject: [PATCH 02/30] renamed some arguments to ct_get_ref_table so they are more intuitive --- R/zzz.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/zzz.R b/R/zzz.R index 8521aa7..ec42bb4 100644 --- a/R/zzz.R +++ b/R/zzz.R @@ -30,8 +30,8 @@ assign('S2', NULL, envir = ct_env) assign('S3', NULL, envir = ct_env) assign('S4', NULL, envir = ct_env) assign('SS', NULL, envir = ct_env) -assign('mot', NULL, envir = ct_env) -assign('customs', NULL, envir = ct_env) +assign('mode_of_transport', NULL, envir = ct_env) +assign('customs_code', NULL, envir = ct_env) assign('reporter', NULL, envir = ct_env) assign('partner', NULL, envir = ct_env) assign('list_of_datasets', NULL, envir = ct_env) From 234d616ebeef282052b33fb6079716ca5c7be125 Mon Sep 17 00:00:00 2001 From: "Bochtler, Paul" <65470117+datapumpernickel@users.noreply.github.com> Date: Fri, 15 Dec 2023 14:19:32 +0100 Subject: [PATCH 03/30] new help file for changed arguments to ct_get_ref_table --- man/ct_get_ref_table.Rd | 38 +++++++++++++++++++++++++++++++++++--- 1 file changed, 35 insertions(+), 3 deletions(-) diff --git a/man/ct_get_ref_table.Rd b/man/ct_get_ref_table.Rd index 173fcdb..b2c3791 100644 --- a/man/ct_get_ref_table.Rd +++ b/man/ct_get_ref_table.Rd @@ -7,7 +7,8 @@ ct_get_ref_table(dataset_id, update = FALSE, verbose = FALSE) } \arguments{ -\item{dataset_id}{The dataset ID, which is either partner, reporter or a valid classification scheme.} +\item{dataset_id}{The dataset ID, which is either partner, +reporter or a valid classification scheme.} \item{update}{If TRUE, downloads possibly updated reference tables from the UN. Default: FALSE.} @@ -17,8 +18,39 @@ ct_get_ref_table(dataset_id, update = FALSE, verbose = FALSE) a tidy dataset with a reference table } \description{ -The first time, the function will read from disk, the second time from the environment. In the case of a necessary update the new data will be saved to the environment for the current session. -You can use this table to look at the reference tables and if necessary extract respective classification codes by hand. In general we would recommend the function \code{ct_commodity_lookup} for this purpose. It uses the present function in the backend. +The first time, the function will read from disk, the second time from the +environment. In the case of a necessary update the new data will be saved +to the environment for the current session. +You can use this table to look at the reference tables and if necessary +extract respective classification codes by hand. In general we would +recommend the function \code{ct_commodity_lookup} for this purpose. +It uses the present function in the backend. +} +\details{ +The function allows you to query most possible input parameters +that are listed by the Comtrade API. The following dataset_ids are permitted: +\itemize{ +\item Datasets that contain codes for the \code{commodity_code} argument. The name is +the same as you would provide under \code{commodity_classification}. +\itemize{ +\item 'HS' This is probably the most common classification for goods. +\item 'B4' +\item 'B5' +\item 'EB02' +\item 'EB10' +\item 'EB10S' +\item 'EB' +\item 'S1' +\item 'S2' +\item 'S3' +\item 'S4' +\item 'SS' +} +\item 'reporter' +\item 'partner' +\item 'mode_of_transport' +\item 'customs_code' +} } \examples{ \dontshow{if (interactive()) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} From 5efeca40a076b0d464813b435e5139f018acef6a Mon Sep 17 00:00:00 2001 From: "Bochtler, Paul" <65470117+datapumpernickel@users.noreply.github.com> Date: Fri, 15 Dec 2023 14:19:50 +0100 Subject: [PATCH 04/30] added a paragraph on using ct_get_ref_table in the vignette --- vignettes/comtradr.Rmd | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/vignettes/comtradr.Rmd b/vignettes/comtradr.Rmd index 65b945c..495a616 100644 --- a/vignettes/comtradr.Rmd +++ b/vignettes/comtradr.Rmd @@ -208,8 +208,32 @@ ct_commodity_lookup('tomato',update = T) ``` If any updates are found, the message will state which reference table(s) were updated. -Additionally, the Comtrade API features a number of different commodity reference tables, based on different trade data classification schemes (for more details, see [this](https://unstats.un.org/wiki/display/comtrade/New+Comtrade+FAQ+for+Advanced+Users?preview=/135004494/135004492/Picture1.png) page from the API docs). `comtradr` ships with all available commodity reference tables. The user may return and access any of the available commodity tables by specifying arg `commodity_type` within function `ct_get_ref_table` (e.g., `ct_get_ref_table(commodity_type = "S1")` will return the commodity table that follows the "S1" scheme). - +Additionally, the Comtrade API features a number of different commodity reference tables, based on different trade data classification schemes (for more details, see [this](https://unstats.un.org/wiki/display/comtrade/New+Comtrade+FAQ+for+Advanced+Users?preview=/135004494/135004492/Picture1.png) page from the API docs). `comtradr` ships with all available commodity reference tables. The user may return and access any of the available commodity tables by specifying arg `commodity_type` within function `ct_get_ref_table` (e.g., `ct_get_ref_table(dataset_id = "S1")` will return the commodity table that follows the "S1" scheme). + +The `dataset_id`´s are listed in the help page of the function `ct_get_ref_table()`. They are as follows: + +* Datasets that contain codes for the `commodity_code` argument. The name is +the same as you would provide under `commodity_classification`. + * 'HS' This is probably the most common classification for goods. + * 'B4' + * 'B5' + * 'EB02' + * 'EB10' + * 'EB10S' + * 'EB' + * 'S1' + * 'S2' + * 'S3' + * 'S4' + * 'SS' +* Datasets that are related to other arguments, can be queried directly with the name of the argument in the `ct_get_data()`-function. + * 'reporter' + * 'partner' + * 'mode_of_transport' + * 'customs_code' + + +Furthermore, there is a dataset readily available, with the iso3c-codes for the respective partner and reporter countries `country_codes$iso_3`, but I would recommend using the `ct_get_ref_table()` function, as it allows to update to the latest values on the fly. ## Visualize From d9f617da1025f9620de16ebb463d35a2bd890b53 Mon Sep 17 00:00:00 2001 From: "Bochtler, Paul" <65470117+datapumpernickel@users.noreply.github.com> Date: Fri, 15 Dec 2023 18:14:03 +0100 Subject: [PATCH 05/30] implement extra_params in build_request --- R/ct_build_request.R | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/R/ct_build_request.R b/R/ct_build_request.R index a0cec05..4a35e56 100644 --- a/R/ct_build_request.R +++ b/R/ct_build_request.R @@ -33,6 +33,11 @@ ct_build_request <- function(params, verbose = FALSE) { query_params <- params$query_params + extra_params <- params$extra_params |> + purrr::map(unlist) |> + purrr::pluck(1) |> + as.list() + query_params <- c(query_params, extra_params) type <- params$url_params$type freq <- params$url_params$freq From f1cfaa4c6bc930f1e78d637a6fb46cddec491e0c Mon Sep 17 00:00:00 2001 From: "Bochtler, Paul" <65470117+datapumpernickel@users.noreply.github.com> Date: Fri, 15 Dec 2023 18:15:20 +0100 Subject: [PATCH 06/30] implementing mode of transport as text, instead of id, extra_params in check_params, deleteed unnecessary parameteres and arguments from ct_check_parameter --- R/ct_check_params.R | 84 ++++++++++++++++++++++++++++----------------- 1 file changed, 53 insertions(+), 31 deletions(-) diff --git a/R/ct_check_params.R b/R/ct_check_params.R index 7c4eb78..6fc19ca 100644 --- a/R/ct_check_params.R +++ b/R/ct_check_params.R @@ -4,6 +4,7 @@ #' most arguments that are passed to it according to the relevant limitations of the #' official Comtrade API. #' +#' #' @returns Returns a list of named parameters for building a request. #' @examplesIf interactive() #' # Build request from checked parameters @@ -16,8 +17,6 @@ #' partner = 'World', #' start_date = 2020, #' end_date = 2022, -#' process = TRUE, -#' tidy_cols = TRUE, #' verbose = FALSE, #' primary_token = 'xxxx', #' mode_of_transport = '0', @@ -40,7 +39,7 @@ ct_check_params <- function(type, customs_code, update, verbose, - ...) { + extra_params) { type <- check_type(type) if (verbose) { @@ -112,11 +111,14 @@ ct_check_params <- function(type, motCode = mode_of_transport, partner2Code = partner_2, customsCode = customs_code, - ... - ), + includeDesc = "TRUE" + ), url_params = list(type = type, freq = frequency, - clCode = commodity_classification) + clCode = commodity_classification), + extra_params = list( + extra_params = extra_params + ) ) return(params) @@ -482,33 +484,53 @@ check_partner2Code <- function(partner, update = FALSE, verbose = FALSE) { #' @returns A character vector specifying the modes of transport requested. #' #' @noRd -check_motCode <- function(mode_of_transport, update = FALSE, verbose = FALSE) { - # check that commodity_code code is not null - if (!is.null(mode_of_transport)) { - mode_of_transport <- as.character(mode_of_transport) - - # remove any white space from cmd codes provided - mode_of_transport <- stringr::str_squish(mode_of_transport) - - # get the list of valid parameters from inst/extdata - valid_codes <- ct_get_ref_table(dataset_id = 'mot', - update = update, - verbose = verbose)$id +check_motCode <- + function(mode_of_transport, + update = FALSE, + verbose = FALSE) { + # check that commodity_code code is not null + if (!is.null(mode_of_transport)) { + valid_codes <- + ct_get_ref_table(dataset_id = 'mode_of_transport', + update = update, + verbose = verbose) + ## check whether "everything" is selected + if (any(mode_of_transport %in% "everything")) { + mode_of_transport <- valid_codes |> + poorman::summarise(id = paste0(id, collapse = ",")) + } else { + mode_of_transport <- as.character(mode_of_transport) + + # remove any white space from cmd codes provided + mode_of_transport <- stringr::str_squish(mode_of_transport) + + # get the list of valid parameters from inst/extdata + + + # if one of the codes is not in the list of valid codes + # send stop signal and list problems + if (!all(mode_of_transport %in% valid_codes$text)) { + rlang::abort( + paste0( + "The following mode_of_transport codes you provided are invalid: ", + paste0( + setdiff(mode_of_transport, valid_codes$text), + collapse = ", " + ) + ) + ) + } else { + mode_of_transport <- valid_codes |> + poorman::filter(text %in% mode_of_transport) |> + poorman::summarise(id = paste0(id, collapse = ",")) - # if one of the codes is not in the list of valid codes - # send stop signal and list problems - if (!all(mode_of_transport %in% valid_codes)) { - rlang::abort(paste0( - "The following mode_of_transport codes you provided are invalid: ", - paste0(setdiff(mode_of_transport, valid_codes), collapse = ", ") - )) - } else { - mode_of_transport <- paste0(mode_of_transport, collapse = ',') + } + } } - } + mode_of_transport <- mode_of_transport$id - return(mode_of_transport) -} + return(mode_of_transport) + } #' Check validity of customs parameter. #' @@ -527,7 +549,7 @@ check_customsCode <- function(customs_code, update = FALSE, verbose = FALSE) { customs_code <- stringr::str_squish(customs_code) # get the list of valid parameters from inst/extdata - valid_codes <- ct_get_ref_table(dataset_id = 'customs', + valid_codes <- ct_get_ref_table(dataset_id = 'customs_code', update = update, verbose = verbose)$id From 006abbccf7458b496a69ad4dbf7c2a1a7a87aba1 Mon Sep 17 00:00:00 2001 From: "Bochtler, Paul" <65470117+datapumpernickel@users.noreply.github.com> Date: Fri, 15 Dec 2023 18:16:30 +0100 Subject: [PATCH 07/30] reflect changes in arguments in help file of ct_get_data, ad more desctiption for ct_get_ref_table(), added linebreaks in documentation --- R/ct_get_data.R | 101 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 67 insertions(+), 34 deletions(-) diff --git a/R/ct_get_data.R b/R/ct_get_data.R index 2a07df0..74e4344 100644 --- a/R/ct_get_data.R +++ b/R/ct_get_data.R @@ -1,39 +1,71 @@ #' Get trade data from the UN Comtrade API #' -#' This function queries the UN Comtrade API to retrieve international trade data. -#' It allows for detailed specification of the query, including the type of data (goods or services), -#' frequency (annual or monthly), commodity classification, flow direction, and more. -#' By providing `NULL` for certain parameters, you can query all possible values. -#' The function is opinionated in that it already verifies certain parameters for you and -#' is more than a pure wrapper around the API. +#' This function queries the UN Comtrade API to retrieve +#' international trade data. +#' It allows for detailed specification of the query, +#' including the type of data (goods or services), +#' frequency (annual or monthly), commodity classification, +#' flow direction, and more. +#' By providing `NULL` for certain parameters, +#' you can query all possible values. +#' The function is opinionated in that it already verifies certain parameters +#' for you and is more than a pure wrapper around the API. #' #' @details -#' The UN Comtrade database provides a repository of official international trade statistics -#' and relevant analytical tables. It contains annual trade statistics starting from 1988 +#' The UN Comtrade database provides a repository of official international +#' trade statistics and relevant analytical tables. +#' It contains annual trade statistics starting from 1988 #' and monthly trade statistics since 2000 for goods data #' -#' Parameters that accept `NULL` will query all possible values. For example, setting `commodity_code = NULL` -#' will retrieve data for all commodity codes. This can be useful for broad queries but may result in large datasets. +#' Parameters that accept `NULL` will query all possible values. +#' For example, setting `commodity_code = NULL` +#' will retrieve data for all commodity codes. +#' This can be useful for broad queries but may result in large datasets. #' -#' @param frequency The frequency of returned trade data. Possible values: 'A' for annual data, 'M' for monthly data. Default: 'A'. -#' @param type The type of returned trade data. Possible values: 'goods' for trade in goods, 'services' for trade in services. Default: 'goods'. -#' @param commodity_classification The trade classification scheme. Possible values for goods: `c('HS','S1','S2','S3','S4','SS','B4','B5')`; for services: `c('EB02','EB10','EB10S','EB')`. Default: 'HS'. -#' @param commodity_code The commodity code(s) or `NULL`. See `comtradr::ct_get_ref_table('HS')` for possible values. Default: 'TOTAL' (sum of all commodities). -#' @param flow_direction The direction of trade flows or `NULL`. Possible values: 'import', 'export', 're-import', 're-export', 'all'. Default: 'all'. -#' @param reporter Reporter ISO3 code(s) or `NULL`. See `comtradr::country_codes` for possible values. Default: 'all'. -#' @param partner Partner ISO3 code(s) or `NULL`. See `comtradr::country_codes` for possible values. Default: 'World' (all partners as an aggregate). -#' @param start_date The start date of the query. Format: `yyyy` for yearly, `yyyy-mm` for monthly. -#' @param end_date The end date of the query. Format: `yyyy` for yearly, `yyyy-mm` for monthly. Max: 12 years after start date for annual data, one year for monthly data. -#' @param primary_token Your primary UN Comtrade API token. Default: stored token from `comtradr::set_primary_comtrade_key`. -#' @param process If TRUE, returns a data.frame with results. If FALSE, returns the raw httr2 request. Default: TRUE. -#' @param tidy_cols If TRUE, returns tidy column names. If FALSE, returns raw column names. Default: TRUE. -#' @param verbose If TRUE, sends status updates to the console. If FALSE, runs functions quietly. Default: FALSE. -#' @param mode_of_transport Mode of Transport, default '0' (TOTAL). See `ct_get_ref_table(dataset_id = 'mot')` for possible values. +#' @param frequency The frequency of returned trade data. +#' Possible values: 'A' for annual data, 'M' for monthly data. Default: 'A'. +#' @param type The type of returned trade data. +#' Possible values: 'goods' for trade in goods, +#' 'services' for trade in services. Default: 'goods'. +#' @param commodity_classification The trade classification scheme. +#' Possible values for goods: `c('HS','S1','S2','S3','S4','SS','B4','B5')`; +#' for services: `c('EB02','EB10','EB10S','EB')`. Default: 'HS'. +#' @param commodity_code The commodity code(s) or `NULL`. +#' See `comtradr::ct_get_ref_table('HS')` for possible values. +#' Default: 'TOTAL' (sum of all commodities). +#' @param flow_direction The direction of trade flows or `NULL`. +#' Possible values: 'import', 'export', 're-import', +#' 're-export', 'all'. Default: 'all'. +#' @param reporter Reporter ISO3 code(s) or `NULL`. +#' See `comtradr::country_codes` or `comtradr::ct_get_ref_table('reporter')` +#' for possible values. Default: 'all'. +#' @param partner Partner ISO3 code(s) or `NULL`. See `comtradr::country_codes` +#' for possible values. Default: 'World' (all partners as an aggregate). +#' @param start_date The start date of the query. +#' Format: `yyyy` for yearly, `yyyy-mm` for monthly. +#' @param end_date The end date of the query. +#' Format: `yyyy` for yearly, `yyyy-mm` for monthly. +#' Max: 12 years after start date for annual data, one year for monthly data. +#' @param primary_token Your primary UN Comtrade API token. +#' Default: stored token from `comtradr::set_primary_comtrade_key`. +#' @param process If TRUE, returns a data.frame with results. +#' If FALSE, returns the raw httr2 request. Default: TRUE. +#' @param tidy_cols If TRUE, returns tidy column names. +#' If FALSE, returns raw column names. Default: TRUE. +#' @param verbose If TRUE, sends status updates to the console. +#' If FALSE, runs functions quietly. Default: FALSE. +#' @param mode_of_transport Mode of Transport, default '0' (TOTAL). +#' See `ct_get_ref_table(dataset_id = 'mode_of_transport')` for possible values. #' @param partner_2 Partner ISO3 code(s) or `NULL`. Default: 'World'. -#' @param customs_code Customs code, default 'C00' (TOTAL). See `ct_get_ref_table(dataset_id = 'customs')` for possible values. -#' @param update If TRUE, downloads possibly updated reference tables from the UN. Default: FALSE. -#' @param requests_per_second rate of requests per second executed, usually specified as a fraction, e.g. 10/60 for 10 requests per minute, see `req_throttle()` for details. -#' @param ... Additional parameters to the API, passed as query parameters without checking. +#' @param customs_code Customs code, default 'C00' (TOTAL). +#' See `ct_get_ref_table(dataset_id = 'customs_code')` for possible values. +#' @param update If TRUE, downloads possibly updated reference tables +#' from the UN. Default: FALSE. +#' @param requests_per_second rate of requests per second executed, +#' usually specified as a fraction, e.g. 10/60 for 10 requests per minute, +#' see `req_throttle()` for details. +#' @param ... Additional parameters to the API, passed as query +#' parameters without checking. #' #' @examplesIf interactive() #' # Query goods data for China's trade with Argentina and Germany in 2019 @@ -56,7 +88,8 @@ #' end_date = '2019', #' flow_direction = 'import') #' -#' # Query all commodity codes for China's imports from Germany from January to June of 2019 +#' # Query all commodity codes for China's imports from Germany +#' # from January to June of 2019 #' ct_get_data(commodity_code = NULL, #' reporter = 'CHN', #' partner = 'DEU', @@ -65,7 +98,8 @@ #' flow_direction = 'import') #' #' @export -#' @returns A data.frame with trade data or, if `process = F`, a httr2 response object. +#' @returns A data.frame with trade data or, +#' if `process = F`, a httr2 response object. ct_get_data <- function(type = 'goods', frequency = 'A', @@ -80,12 +114,12 @@ ct_get_data <- function(type = 'goods', tidy_cols = TRUE, verbose = FALSE, primary_token = get_primary_comtrade_key(), - mode_of_transport = '0', + mode_of_transport = 'TOTAL modes of transport', partner_2 = 'World', customs_code ='C00', update = FALSE, requests_per_second = 10 / 60, - ...) { + extra_params = NULL) { ## compile codes params <- ct_check_params( type = type, @@ -101,9 +135,8 @@ ct_get_data <- function(type = 'goods', mode_of_transport = mode_of_transport, partner_2 = partner_2, customs_code = customs_code, - includeDesc = "TRUE", update = update, - ... + extra_params = extra_params ) req <- From e170757f38b939496e2f750b700087da4862bb4c Mon Sep 17 00:00:00 2001 From: "Bochtler, Paul" <65470117+datapumpernickel@users.noreply.github.com> Date: Fri, 15 Dec 2023 18:16:58 +0100 Subject: [PATCH 08/30] implemented locae unspecific date parsing in last_modified date for utils --- R/utils.R | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/R/utils.R b/R/utils.R index cbd2f72..a29758f 100644 --- a/R/utils.R +++ b/R/utils.R @@ -208,7 +208,8 @@ ct_download_ref_table <- function(ref_table_id) { last_modified <- httr2::resp_header(header = "Last-Modified", resp = response) |> stringr::str_extract(pattern = '(\\d{2} [a-zA-Z]+ \\d{4})') |> - as.Date(format = "%d %b %Y") + replace_month() |> + as.Date(format = "%d %m %Y") ## get results from json file data <- data$results @@ -364,3 +365,10 @@ ct_commodity_lookup <- function(search_terms, } return(ans) } + + +replace_month <- function(date_str) { + months <- c("Jan" = "01", "Feb" = "02", "Mar" = "03", "Apr" = "04", "May" = "05", "Jun" = "06", + "Jul" = "07", "Aug" = "08", "Sep" = "09", "Oct" = "10", "Nov" = "11", "Dec" = "12") + stringr::str_replace_all(date_str, months) +} From 8a230ed3183a8d3e2bd0b56a69a7d9d9a3bdeb39 Mon Sep 17 00:00:00 2001 From: "Bochtler, Paul" <65470117+datapumpernickel@users.noreply.github.com> Date: Fri, 15 Dec 2023 18:17:33 +0100 Subject: [PATCH 09/30] added new mock files --- .../files/v1/app/reference/HS.json.R | 15 - .../data/v1/get/C/A/HS-60a6ad.R | 5 +- .../files/v1/app/reference/HS.json.json | 57849 ++++++++++++++++ .../data/v1/get/S/A/EB-051bfe.R | 5 +- 4 files changed, 57855 insertions(+), 19 deletions(-) delete mode 100644 tests/testthat/comtradeapi.un.org/files/v1/app/reference/HS.json.R create mode 100644 tests/testthat/ref_table/comtradeapi.un.org/files/v1/app/reference/HS.json.json diff --git a/tests/testthat/comtradeapi.un.org/files/v1/app/reference/HS.json.R b/tests/testthat/comtradeapi.un.org/files/v1/app/reference/HS.json.R deleted file mode 100644 index 077639f..0000000 --- a/tests/testthat/comtradeapi.un.org/files/v1/app/reference/HS.json.R +++ /dev/null @@ -1,15 +0,0 @@ -structure(list(method = "GET", url = "https://comtradeapi.un.org/files/v1/app/reference/HS.json", - status_code = 200L, headers = structure(list(`Cache-Control` = "no-store, no-cache", - Pragma = "no-cache", `Content-Length` = "1725729", `Content-Type` = "application/json", - `Content-MD5` = "XRsS0ff3UHaiG3k6FLfzhg==", Expires = "Fri, 17 Nov 2023 10:35:30 GMT", - `Last-Modified` = "Thu, 16 Mar 2023 22:08:44 GMT", ETag = "0x8DB266B02985815", - `x-ms-request-id` = "81245783-c01e-0005-0814-194f01000000", - `x-ms-version` = "2009-09-19", `x-ms-lease-status` = "unlocked", - `x-ms-blob-type` = "BlockBlob", `x-frame-options` = "deny", - `X-Content-Type-Options` = "nosniff", `X-XSS-Protection` = "1;mode=block", - `strict-transport-security` = "max-age=31536000;includeSubDomains", - `content-security-policy` = "frame-src 'self'", `x-permitted-cross-domain-policies` = "none", - `Referrer-Policy` = "no-referrer-when-downgrade", `Permissions-Policy` = "accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()", - `Request-Context` = "appId=cid-v1:9b6e1d5a-3728-46ff-b743-6d33d23e54a6", - Date = "Fri, 17 Nov 2023 10:35:30 GMT"), class = "httr2_headers"), - body = charToRaw("{\r\n\t\"more\": false,\r\n\t\"minimumInputLength\": 2,\r\n\t\"classCode\": \"HS\",\r\n\t\"className\": \"Combined HS\",\r\n\t\"results\": [\r\n\t\t{\r\n\t\t\t\"id\": \"TOTAL\",\r\n\t\t\t\"text\": \"TOTAL - Total of all HS commodities\",\r\n\t\t\t\"parent\": \"-1\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 0\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"01\",\r\n\t\t\t\"text\": \"01 - Animals; live\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0101\",\r\n\t\t\t\"text\": \"0101 - Horses, asses, mules and hinnies; live\",\r\n\t\t\t\"parent\": \"01\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010110\",\r\n\t\t\t\"text\": \"010110 - Live horses/asses/mules/hinnies: pure-bred breeding animals\",\r\n\t\t\t\"parent\": \"0101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010111\",\r\n\t\t\t\"text\": \"010111 - Horses, live pure-bred breeding\",\r\n\t\t\t\"parent\": \"0101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010119\",\r\n\t\t\t\"text\": \"010119 - Horses, live except pure-bred breeding\",\r\n\t\t\t\"parent\": \"0101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010120\",\r\n\t\t\t\"text\": \"010120 - Asses, mules and hinnies, live\",\r\n\t\t\t\"parent\": \"0101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010121\",\r\n\t\t\t\"text\": \"010121 - Horses; live, pure-bred breeding animals\",\r\n\t\t\t\"parent\": \"0101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010129\",\r\n\t\t\t\"text\": \"010129 - Horses; live, other than pure-bred breeding animals\",\r\n\t\t\t\"parent\": \"0101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010130\",\r\n\t\t\t\"text\": \"010130 - Asses; live\",\r\n\t\t\t\"parent\": \"0101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010190\",\r\n\t\t\t\"text\": \"010190 - Mules and hinnies; live\",\r\n\t\t\t\"parent\": \"0101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0102\",\r\n\t\t\t\"text\": \"0102 - Bovine animals; live\",\r\n\t\t\t\"parent\": \"01\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010210\",\r\n\t\t\t\"text\": \"010210 - Live bovine animals: pure-bred breeding animals\",\r\n\t\t\t\"parent\": \"0102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010221\",\r\n\t\t\t\"text\": \"010221 - Cattle; live, pure-bred breeding animals\",\r\n\t\t\t\"parent\": \"0102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010229\",\r\n\t\t\t\"text\": \"010229 - Cattle; live, other than pure-bred breeding animals\",\r\n\t\t\t\"parent\": \"0102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010231\",\r\n\t\t\t\"text\": \"010231 - Buffalo; live, pure-bred breeding animals\",\r\n\t\t\t\"parent\": \"0102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010239\",\r\n\t\t\t\"text\": \"010239 - Buffalo; live, other than pure-bred breeding animals\",\r\n\t\t\t\"parent\": \"0102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010290\",\r\n\t\t\t\"text\": \"010290 - Bovine animals; live, other than cattle and buffalo\",\r\n\t\t\t\"parent\": \"0102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0103\",\r\n\t\t\t\"text\": \"0103 - Swine; live\",\r\n\t\t\t\"parent\": \"01\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010310\",\r\n\t\t\t\"text\": \"010310 - Swine; live, pure-bred breeding animals\",\r\n\t\t\t\"parent\": \"0103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010391\",\r\n\t\t\t\"text\": \"010391 - Swine; live, other than pure-bred breeding animals, weighing less than 50kg\",\r\n\t\t\t\"parent\": \"0103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010392\",\r\n\t\t\t\"text\": \"010392 - Swine; live, other than pure-bred breeding animals, weighing 50kg or more\",\r\n\t\t\t\"parent\": \"0103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0104\",\r\n\t\t\t\"text\": \"0104 - Sheep and goats; live\",\r\n\t\t\t\"parent\": \"01\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010410\",\r\n\t\t\t\"text\": \"010410 - Sheep; live\",\r\n\t\t\t\"parent\": \"0104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010420\",\r\n\t\t\t\"text\": \"010420 - Goats; live\",\r\n\t\t\t\"parent\": \"0104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0105\",\r\n\t\t\t\"text\": \"0105 - Poultry; live, fowls of the species Gallus domesticus, ducks, geese, turkeys and guinea fowls\",\r\n\t\t\t\"parent\": \"01\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010511\",\r\n\t\t\t\"text\": \"010511 - Poultry; live, fowls of the species Gallus domesticus, weighing not more than 185g\",\r\n\t\t\t\"parent\": \"0105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010512\",\r\n\t\t\t\"text\": \"010512 - Poultry; live, turkeys, weighing not more than 185g\",\r\n\t\t\t\"parent\": \"0105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010513\",\r\n\t\t\t\"text\": \"010513 - Poultry; live, ducks, weighing not more than 185g\",\r\n\t\t\t\"parent\": \"0105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010514\",\r\n\t\t\t\"text\": \"010514 - Poultry; live, geese, weighing not more than 185g\",\r\n\t\t\t\"parent\": \"0105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010515\",\r\n\t\t\t\"text\": \"010515 - Poultry; live, guinea fowls, weighing not more than 185g\",\r\n\t\t\t\"parent\": \"0105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010519\",\r\n\t\t\t\"text\": \"010519 - Live ducks/geese/guinea fowls, weighing not >185g\",\r\n\t\t\t\"parent\": \"0105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010591\",\r\n\t\t\t\"text\": \"010591 - Fowls, live domestic > 185 grams\",\r\n\t\t\t\"parent\": \"0105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010592\",\r\n\t\t\t\"text\": \"010592 - Fowls, domestic, live we\",\r\n\t\t\t\"parent\": \"0105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010593\",\r\n\t\t\t\"text\": \"010593 - Fowls, domestic, live we\",\r\n\t\t\t\"parent\": \"0105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010594\",\r\n\t\t\t\"text\": \"010594 - Poultry; live, fowls of the species Gallus domesticus, weighing more than 185g\",\r\n\t\t\t\"parent\": \"0105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010599\",\r\n\t\t\t\"text\": \"010599 - Poultry; live, ducks, geese, turkeys and guinea fowls, weighing more than 185g\",\r\n\t\t\t\"parent\": \"0105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0106\",\r\n\t\t\t\"text\": \"0106 - Animals; live, n.e.c. in chapter 01\",\r\n\t\t\t\"parent\": \"01\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010600\",\r\n\t\t\t\"text\": \"010600 - Animals, live, except farm animals\",\r\n\t\t\t\"parent\": \"0106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010611\",\r\n\t\t\t\"text\": \"010611 - Mammals; live, primates\",\r\n\t\t\t\"parent\": \"0106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010612\",\r\n\t\t\t\"text\": \"010612 - Mammals; live, whales, dolphins and porpoises (mammals of the order Cetacea); manatees and dugongs (mammals of the order Sirenia); seals, sea lions and walruses (mammals of the suborder Pinnipedia)\",\r\n\t\t\t\"parent\": \"0106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010613\",\r\n\t\t\t\"text\": \"010613 - Mammals; live, camels and other camelids (Camelidae)\",\r\n\t\t\t\"parent\": \"0106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010614\",\r\n\t\t\t\"text\": \"010614 - Mammals; live, rabbits and hares\",\r\n\t\t\t\"parent\": \"0106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010619\",\r\n\t\t\t\"text\": \"010619 - Mammals; live, other than primates, whales, dolphins, porpoises (mammals of the order Cetacea); manatees, dugongs (mammals of the order Sirenia); seals, sea lions, walruses (mammals of the suborder Pinnipedia), camels, other camelids, rabbits and hares\",\r\n\t\t\t\"parent\": \"0106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010620\",\r\n\t\t\t\"text\": \"010620 - Reptiles; live (including snakes and turtles)\",\r\n\t\t\t\"parent\": \"0106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010631\",\r\n\t\t\t\"text\": \"010631 - Birds; live, birds of prey\",\r\n\t\t\t\"parent\": \"0106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010632\",\r\n\t\t\t\"text\": \"010632 - Birds; live, Psittaciformes\",\r\n\t\t\t\"parent\": \"0106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010633\",\r\n\t\t\t\"text\": \"010633 - Birds; live, ostriches; emus (Dromaius novaehollandiae)\",\r\n\t\t\t\"parent\": \"0106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010639\",\r\n\t\t\t\"text\": \"010639 - Birds; live, other than birds of prey, Psittaciformes, ostriches and emus (Dromaius novaehollandiae)\",\r\n\t\t\t\"parent\": \"0106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010641\",\r\n\t\t\t\"text\": \"010641 - Insects; live, bees\",\r\n\t\t\t\"parent\": \"0106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010649\",\r\n\t\t\t\"text\": \"010649 - Insects; live, other than bees\",\r\n\t\t\t\"parent\": \"0106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010690\",\r\n\t\t\t\"text\": \"010690 - Animals; live, n.e.c. in chapter 01, other than mammals, reptiles, birds and insects\",\r\n\t\t\t\"parent\": \"0106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"02\",\r\n\t\t\t\"text\": \"02 - Meat and edible meat offal\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0201\",\r\n\t\t\t\"text\": \"0201 - Meat of bovine animals; fresh or chilled\",\r\n\t\t\t\"parent\": \"02\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020110\",\r\n\t\t\t\"text\": \"020110 - Meat; of bovine animals, carcasses and half-carcasses, fresh or chilled\",\r\n\t\t\t\"parent\": \"0201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020120\",\r\n\t\t\t\"text\": \"020120 - Meat; of bovine animals, cuts with bone in (excluding carcasses and half-carcasses), fresh or chilled\",\r\n\t\t\t\"parent\": \"0201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020130\",\r\n\t\t\t\"text\": \"020130 - Meat; of bovine animals, boneless cuts, fresh or chilled\",\r\n\t\t\t\"parent\": \"0201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0202\",\r\n\t\t\t\"text\": \"0202 - Meat of bovine animals; frozen\",\r\n\t\t\t\"parent\": \"02\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020210\",\r\n\t\t\t\"text\": \"020210 - Meat; of bovine animals, carcasses and half-carcasses, frozen\",\r\n\t\t\t\"parent\": \"0202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020220\",\r\n\t\t\t\"text\": \"020220 - Meat; of bovine animals, cuts with bone in (excluding carcasses and half-carcasses), frozen\",\r\n\t\t\t\"parent\": \"0202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020230\",\r\n\t\t\t\"text\": \"020230 - Meat; of bovine animals, boneless cuts, frozen\",\r\n\t\t\t\"parent\": \"0202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0203\",\r\n\t\t\t\"text\": \"0203 - Meat of swine; fresh, chilled or frozen\",\r\n\t\t\t\"parent\": \"02\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020311\",\r\n\t\t\t\"text\": \"020311 - Meat; of swine, carcasses and half-carcasses, fresh or chilled\",\r\n\t\t\t\"parent\": \"0203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020312\",\r\n\t\t\t\"text\": \"020312 - Meat; of swine, hams, shoulders and cuts thereof, with bone in, fresh or chilled\",\r\n\t\t\t\"parent\": \"0203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020319\",\r\n\t\t\t\"text\": \"020319 - Meat; of swine, n.e.c. in item no. 0203.1, fresh or chilled\",\r\n\t\t\t\"parent\": \"0203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020321\",\r\n\t\t\t\"text\": \"020321 - Meat; of swine, carcasses and half-carcasses, frozen\",\r\n\t\t\t\"parent\": \"0203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020322\",\r\n\t\t\t\"text\": \"020322 - Meat; of swine, hams, shoulders and cuts thereof, with bone in, frozen\",\r\n\t\t\t\"parent\": \"0203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020329\",\r\n\t\t\t\"text\": \"020329 - Meat; of swine, n.e.c. in item no. 0203.2, frozen\",\r\n\t\t\t\"parent\": \"0203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0204\",\r\n\t\t\t\"text\": \"0204 - Meat of sheep or goats; fresh, chilled or frozen\",\r\n\t\t\t\"parent\": \"02\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020410\",\r\n\t\t\t\"text\": \"020410 - Meat; of sheep, lamb carcasses and half-carcasses, fresh or chilled\",\r\n\t\t\t\"parent\": \"0204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020421\",\r\n\t\t\t\"text\": \"020421 - Meat; of sheep, carcasses and half-carcasses (excluding carcasses and half-carcasses of lamb), fresh or chilled\",\r\n\t\t\t\"parent\": \"0204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020422\",\r\n\t\t\t\"text\": \"020422 - Meat; of sheep (including lamb), cuts with bone in (excluding carcasses and half-carcasses), fresh or chilled\",\r\n\t\t\t\"parent\": \"0204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020423\",\r\n\t\t\t\"text\": \"020423 - Meat; of sheep (including lamb), boneless cuts, fresh or chilled\",\r\n\t\t\t\"parent\": \"0204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020430\",\r\n\t\t\t\"text\": \"020430 - Meat; of sheep, lamb carcasses and half-carcasses, frozen\",\r\n\t\t\t\"parent\": \"0204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020441\",\r\n\t\t\t\"text\": \"020441 - Meat; of sheep, carcasses and half-carcasses (excluding carcasses and half-carcasses of lamb), frozen\",\r\n\t\t\t\"parent\": \"0204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020442\",\r\n\t\t\t\"text\": \"020442 - Meat; of sheep (including lamb), cuts with bone in (excluding carcasses and half-carcasses), frozen\",\r\n\t\t\t\"parent\": \"0204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020443\",\r\n\t\t\t\"text\": \"020443 - Meat; of sheep (including lamb), boneless cuts, frozen\",\r\n\t\t\t\"parent\": \"0204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020450\",\r\n\t\t\t\"text\": \"020450 - Meat; of goats, fresh, chilled or frozen\",\r\n\t\t\t\"parent\": \"0204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0205\",\r\n\t\t\t\"text\": \"0205 - Meat; of horses, asses, mules or hinnies, fresh, chilled or frozen\",\r\n\t\t\t\"parent\": \"02\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020500\",\r\n\t\t\t\"text\": \"020500 - Meat; of horses, asses, mules or hinnies, fresh, chilled or frozen\",\r\n\t\t\t\"parent\": \"0205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0206\",\r\n\t\t\t\"text\": \"0206 - Edible offal of bovine animals, swine, sheep, goats, horses, asses, mules or hinnies; fresh, chilled or frozen\",\r\n\t\t\t\"parent\": \"02\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020610\",\r\n\t\t\t\"text\": \"020610 - Offal, edible; of bovine animals, fresh or chilled\",\r\n\t\t\t\"parent\": \"0206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020621\",\r\n\t\t\t\"text\": \"020621 - Offal, edible; of bovine animals, tongues, frozen\",\r\n\t\t\t\"parent\": \"0206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020622\",\r\n\t\t\t\"text\": \"020622 - Offal, edible; of bovine animals, livers, frozen\",\r\n\t\t\t\"parent\": \"0206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020629\",\r\n\t\t\t\"text\": \"020629 - Offal, edible; of bovine animals, (other than tongues and livers), frozen\",\r\n\t\t\t\"parent\": \"0206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020630\",\r\n\t\t\t\"text\": \"020630 - Offal, edible; of swine, fresh or chilled\",\r\n\t\t\t\"parent\": \"0206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020641\",\r\n\t\t\t\"text\": \"020641 - Offal, edible; of swine, livers, frozen\",\r\n\t\t\t\"parent\": \"0206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020649\",\r\n\t\t\t\"text\": \"020649 - Offal, edible; of swine, (other than livers), frozen\",\r\n\t\t\t\"parent\": \"0206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020680\",\r\n\t\t\t\"text\": \"020680 - Offal, edible; of sheep, goats, horses, asses, mules or hinnies, fresh or chilled\",\r\n\t\t\t\"parent\": \"0206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020690\",\r\n\t\t\t\"text\": \"020690 - Offal, edible; of sheep, goats, horses, asses, mules or hinnies, frozen\",\r\n\t\t\t\"parent\": \"0206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0207\",\r\n\t\t\t\"text\": \"0207 - Meat and edible offal of poultry; of the poultry of heading no. 0105, (i.e. fowls of the species Gallus domesticus), fresh, chilled or frozen\",\r\n\t\t\t\"parent\": \"02\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020710\",\r\n\t\t\t\"text\": \"020710 - Poultry, domestic, whole, fresh or chilled\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020711\",\r\n\t\t\t\"text\": \"020711 - Meat and edible offal; of fowls of the species Gallus domesticus, not cut in pieces, fresh or chilled\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020712\",\r\n\t\t\t\"text\": \"020712 - Meat and edible offal; of fowls of the species Gallus domesticus, not cut in pieces, frozen\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020713\",\r\n\t\t\t\"text\": \"020713 - Meat and edible offal; of fowls of the species Gallus domesticus, cuts and offal, fresh or chilled\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020714\",\r\n\t\t\t\"text\": \"020714 - Meat and edible offal; of fowls of the species Gallus domesticus, cuts and offal, frozen\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020721\",\r\n\t\t\t\"text\": \"020721 - Fowls, domestic, whole, frozen\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020722\",\r\n\t\t\t\"text\": \"020722 - Turkeys, domestic, whole, frozen\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020723\",\r\n\t\t\t\"text\": \"020723 - Ducks, geese and guinea fowls, domestic, whole, froze\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020724\",\r\n\t\t\t\"text\": \"020724 - Meat and edible offal; of turkeys, not cut in pieces, fresh or chilled\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020725\",\r\n\t\t\t\"text\": \"020725 - Meat and edible offal; of turkeys, not cut in pieces, frozen\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020726\",\r\n\t\t\t\"text\": \"020726 - Meat and edible offal; of turkeys, cuts and offal, fresh or chilled\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020727\",\r\n\t\t\t\"text\": \"020727 - Meat and edible offal; of turkeys, cuts and offal, frozen\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020731\",\r\n\t\t\t\"text\": \"020731 - Fatty livers (geese,ducks) domestic fresh or chilled\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020732\",\r\n\t\t\t\"text\": \"020732 - Meat of ducks/geese/guinea fowls, not cut in pieces, fresh/chilled\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020733\",\r\n\t\t\t\"text\": \"020733 - Meat of ducks/geese/guinea fowls, not cut in pieces, frozen\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020734\",\r\n\t\t\t\"text\": \"020734 - Fatty livers of ducks/geese/guinea fowls, fresh/chilled\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020735\",\r\n\t\t\t\"text\": \"020735 - Meat & edible meat offal of ducks/geese/guinea fowls (excl. of 0207.32-0207.34), fresh/chilled\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020736\",\r\n\t\t\t\"text\": \"020736 - Meat & edible meat offal of ducks/geese/guinea fowls (excl. of 0207.32-0207.34), frozen\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020739\",\r\n\t\t\t\"text\": \"020739 - Poultry cuts & offal, except livers, fresh or chilled\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020741\",\r\n\t\t\t\"text\": \"020741 - Meat and edible offal; of ducks, not cut in pieces, fresh or chilled\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020742\",\r\n\t\t\t\"text\": \"020742 - Meat and edible offal; of ducks, not cut in pieces, frozen\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020743\",\r\n\t\t\t\"text\": \"020743 - Meat and edible offal; of ducks, fatty livers (foie gras), fresh or chilled\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020744\",\r\n\t\t\t\"text\": \"020744 - Meat and edible offal; of ducks, cuts and offal, excluding fatty livers, fresh or chilled\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020745\",\r\n\t\t\t\"text\": \"020745 - Meat and edible offal; of ducks, cuts and offal, excluding fatty livers, frozen\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020750\",\r\n\t\t\t\"text\": \"020750 - Poultry livers, domestic, frozen\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020751\",\r\n\t\t\t\"text\": \"020751 - Meat and edible offal; of geese, not cut in pieces, fresh or chilled\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020752\",\r\n\t\t\t\"text\": \"020752 - Meat and edible offal; of geese, not cut in pieces, frozen\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020753\",\r\n\t\t\t\"text\": \"020753 - Meat and edible offal; of geese, fatty livers (foie gras), fresh or chilled\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020754\",\r\n\t\t\t\"text\": \"020754 - Meat and edible offal; of geese, cuts and offal, excluding fatty livers, fresh or chilled\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020755\",\r\n\t\t\t\"text\": \"020755 - Meat and edible offal; of geese, cuts and offal, excluding fatty livers, frozen\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020760\",\r\n\t\t\t\"text\": \"020760 - Meat and edible offal; of guinea fowls, fresh, chilled or frozen\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0208\",\r\n\t\t\t\"text\": \"0208 - Meat and edible meat offal, n.e.c. in chapter 2; fresh, chilled or frozen\",\r\n\t\t\t\"parent\": \"02\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020810\",\r\n\t\t\t\"text\": \"020810 - Meat and edible meat offal; of rabbits or hares, fresh, chilled or frozen\",\r\n\t\t\t\"parent\": \"0208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020820\",\r\n\t\t\t\"text\": \"020820 - Frog legs, fresh, chilled or frozen\",\r\n\t\t\t\"parent\": \"0208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020830\",\r\n\t\t\t\"text\": \"020830 - Meat and edible meat offal; of primates, fresh, chilled or frozen\",\r\n\t\t\t\"parent\": \"0208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020840\",\r\n\t\t\t\"text\": \"020840 - Meat and edible meat offal; of whales, dolphins and porpoises (mammals of the order Cetacea); of manatees and dugongs (mammals of the order Sirenia); of seals, sea lions and walruses (mammals of the suborder Pinnipedia), fresh, chilled or frozen\",\r\n\t\t\t\"parent\": \"0208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020850\",\r\n\t\t\t\"text\": \"020850 - Meat and edible meat offal; of reptiles (including snakes and turtles), fresh, chilled or frozen\",\r\n\t\t\t\"parent\": \"0208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020860\",\r\n\t\t\t\"text\": \"020860 - Meat and edible meat offal; of camels and other camelids (Camelidae), fresh, chilled or frozen\",\r\n\t\t\t\"parent\": \"0208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020890\",\r\n\t\t\t\"text\": \"020890 - Meat and edible meat offal; n.e.c. in chapter 2, fresh, chilled or frozen\",\r\n\t\t\t\"parent\": \"0208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0209\",\r\n\t\t\t\"text\": \"0209 - Pig fat, free of lean meat, and poultry fat, not rendered or otherwise extracted, fresh, chilled, frozen, salted, in brine, dried or smoked\",\r\n\t\t\t\"parent\": \"02\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020900\",\r\n\t\t\t\"text\": \"020900 - Pig fat (free of lean meat) & poultry fat (not rendered/othw. extracted), fresh/chilled/frozen/salted/in brine/dried/smoked\",\r\n\t\t\t\"parent\": \"0209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020910\",\r\n\t\t\t\"text\": \"020910 - Fat; pig fat, free of lean meat, not rendered or otherwise extracted, fresh, chilled, frozen, salted, in brine, dried or smoked\",\r\n\t\t\t\"parent\": \"0209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020990\",\r\n\t\t\t\"text\": \"020990 - Fat; poultry fat, not rendered or otherwise extracted, fresh, chilled, frozen, salted, in brine, dried or smoked\",\r\n\t\t\t\"parent\": \"0209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0210\",\r\n\t\t\t\"text\": \"0210 - Meat and edible meat offal; salted, in brine, dried or smoked; edible flours and meals of meat or meat offal\",\r\n\t\t\t\"parent\": \"02\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"021011\",\r\n\t\t\t\"text\": \"021011 - Meat; salted, in brine, dried or smoked, of swine, hams, shoulders and cuts thereof, with bone in\",\r\n\t\t\t\"parent\": \"0210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"021012\",\r\n\t\t\t\"text\": \"021012 - Meat; salted, in brine, dried or smoked, of swine, bellies (streaky) and cuts thereof\",\r\n\t\t\t\"parent\": \"0210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"021019\",\r\n\t\t\t\"text\": \"021019 - Meat; salted in brine, dried or smoked, of swine, n.e.c. in item no. 0210.1\",\r\n\t\t\t\"parent\": \"0210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"021020\",\r\n\t\t\t\"text\": \"021020 - Meat; salted, in brine, dried or smoked, of bovine animals\",\r\n\t\t\t\"parent\": \"0210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"021090\",\r\n\t\t\t\"text\": \"021090 - Meat and edible meat offal cured, flours, meals nes\",\r\n\t\t\t\"parent\": \"0210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"021091\",\r\n\t\t\t\"text\": \"021091 - Meat and edible meat offal; salted, in brine, dried or smoked, and edible flours and meals of meat or meat offal, of primates\",\r\n\t\t\t\"parent\": \"0210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"021092\",\r\n\t\t\t\"text\": \"021092 - Meat and edible meat offal; salted, in brine, dried or smoked; edible flours, meals of meat or meat offal, of whales, dolphins, porpoises (of order Cetacea); manatees, dugongs (of order Sirenia); seals, sea lions, and walruses (of suborder Pinnipedia)\",\r\n\t\t\t\"parent\": \"0210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"021093\",\r\n\t\t\t\"text\": \"021093 - Meat and edible meat offal; salted, in brine, dried or smoked, and edible flours and meals of meat or meat offal, of reptiles (including snakes and turtles)\",\r\n\t\t\t\"parent\": \"0210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"021099\",\r\n\t\t\t\"text\": \"021099 - Meat and edible meat offal; salted, in brine, dried or smoked, and edible flours and meals of meat or meat offal, other than of primates, whales, dolphins, porpoises, manatees, dugongs, seals, sea lions, walruses, reptiles (including snakes and turtles)\",\r\n\t\t\t\"parent\": \"0210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"03\",\r\n\t\t\t\"text\": \"03 - Fish and crustaceans, molluscs and other aquatic invertebrates\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0301\",\r\n\t\t\t\"text\": \"0301 - Fish; live\",\r\n\t\t\t\"parent\": \"03\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030110\",\r\n\t\t\t\"text\": \"030110 - Live ornamental fish\",\r\n\t\t\t\"parent\": \"0301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030111\",\r\n\t\t\t\"text\": \"030111 - Fish; live, ornamental, freshwater\",\r\n\t\t\t\"parent\": \"0301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030119\",\r\n\t\t\t\"text\": \"030119 - Fish; live, ornamental, other than freshwater\",\r\n\t\t\t\"parent\": \"0301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030191\",\r\n\t\t\t\"text\": \"030191 - Fish; live, trout (Salmo trutta, Oncorhynchus mykiss, Oncorhynchus clarki, Oncorhynchus aguabonita, Oncorhynchus gilae, Oncorhynchus apache and Oncorhynchus chrysogaster)\",\r\n\t\t\t\"parent\": \"0301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030192\",\r\n\t\t\t\"text\": \"030192 - Fish; live, eels (Anguilla spp.)\",\r\n\t\t\t\"parent\": \"0301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030193\",\r\n\t\t\t\"text\": \"030193 - Fish; live, carp (Cyprinus spp., Carassius spp., Ctenopharyngodon idellus, Hypophthalmichthys spp., Cirrhinus spp., Mylopharyngodon piceus, Catla catla, Labeo spp., Osteochilus hasselti, Leptobarbus hoeveni, Megalobrama spp.)\",\r\n\t\t\t\"parent\": \"0301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030194\",\r\n\t\t\t\"text\": \"030194 - Fish; live, Atlantic and Pacific bluefin tunas (Thunnus thynnus, Thunnus orientalis)\",\r\n\t\t\t\"parent\": \"0301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030195\",\r\n\t\t\t\"text\": \"030195 - Fish; live, southern bluefin tunas (Thunnus maccoyii)\",\r\n\t\t\t\"parent\": \"0301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030199\",\r\n\t\t\t\"text\": \"030199 - Fish; live, n.e.c. in heading 0301\",\r\n\t\t\t\"parent\": \"0301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0302\",\r\n\t\t\t\"text\": \"0302 - Fish; fresh or chilled, excluding fish fillets and other fish meat of heading 0304\",\r\n\t\t\t\"parent\": \"03\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030211\",\r\n\t\t\t\"text\": \"030211 - Fish; fresh or chilled, trout (Salmo trutta, Oncorhynchus mykiss, Oncorhynchus clarki, Oncorhynchus aguabonita, Oncorhynchus gilae, Oncorhynchus apache and Oncorhynchus chrysogaster), excluding fillets, fish meat of 0304, and edible fish offal of 0302.9\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030212\",\r\n\t\t\t\"text\": \"030212 - Pacific salmon/Atlantic salmon/Danube salmon [see list of conventions for species incld.], fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030213\",\r\n\t\t\t\"text\": \"030213 - Fish; fresh or chilled, Pacific salmon (Oncorhynchus nerka, Oncorhynchus gorbuscha, Oncorhynchus keta, Oncorhynchus tschawytscha, Oncorhynchus kisutch, Oncorhynchus masou, Oncorhynchus rhodurus), not fillets, meat of 0304, and edible fish offal of 0302.9\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030214\",\r\n\t\t\t\"text\": \"030214 - Fish; fresh or chilled, Atlantic salmon (Salmo salar) and Danube salmon (Hucho hucho), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030219\",\r\n\t\t\t\"text\": \"030219 - Fish; fresh or chilled, salmonidae, n.e.c. in item no. 0302.1, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030221\",\r\n\t\t\t\"text\": \"030221 - Fish; fresh or chilled, halibut (Reinhardtius hippoglossoides, Hippoglossus hippoglossus, Hippoglossus stenolepis), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030222\",\r\n\t\t\t\"text\": \"030222 - Fish; fresh or chilled, plaice (Pleuronectes platessa), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030223\",\r\n\t\t\t\"text\": \"030223 - Fish; fresh or chilled, sole (Solea spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030224\",\r\n\t\t\t\"text\": \"030224 - Fish; fresh or chilled, turbots (Psetta maxima, Scophthalmidae), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030229\",\r\n\t\t\t\"text\": \"030229 - Fish; fresh or chilled, flat fish, n.e.c. in item no. 0302.2, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030231\",\r\n\t\t\t\"text\": \"030231 - Fish; fresh or chilled, albacore or longfinned tunas (Thunnus alalunga), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030232\",\r\n\t\t\t\"text\": \"030232 - Fish; fresh or chilled, yellowfin tunas (Thunnus albacares), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030233\",\r\n\t\t\t\"text\": \"030233 - Fish; fresh or chilled, skipjack tuna (stripe-bellied bonito) (Katsuwonus pelamis), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030234\",\r\n\t\t\t\"text\": \"030234 - Fish; fresh or chilled, bigeye tunas (Thunnus obesus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030235\",\r\n\t\t\t\"text\": \"030235 - Fish; fresh or chilled, Atlantic and Pacific bluefin tunas (Thunnus thynnus, Thunnus orientalis), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030236\",\r\n\t\t\t\"text\": \"030236 - Fish; fresh or chilled, southern bluefin tunas (Thunnus maccoyii), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030239\",\r\n\t\t\t\"text\": \"030239 - Fish; fresh or chilled, tuna, n.e.c. in item no. 0302.3, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030240\",\r\n\t\t\t\"text\": \"030240 - Herrings (Clupea harengus/pallasii), fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030241\",\r\n\t\t\t\"text\": \"030241 - Fish; fresh or chilled, herrings (Clupea harengus, Clupea pallasii), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030242\",\r\n\t\t\t\"text\": \"030242 - Fish; fresh or chilled, anchovies (Engraulis spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030243\",\r\n\t\t\t\"text\": \"030243 - Fish; fresh or chilled, sardines (Sardina pilchardus, Sardinops spp.), sardinella (Sardinella spp.), brisling or sprats (Sprattus sprattus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030244\",\r\n\t\t\t\"text\": \"030244 - Fish; fresh or chilled, mackerel (Scomber scombrus, Scomber australasicus, Scomber japonicus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030245\",\r\n\t\t\t\"text\": \"030245 - Fish; fresh or chilled, jack and horse mackerel (Trachurus spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030246\",\r\n\t\t\t\"text\": \"030246 - Fish; fresh or chilled, cobia (Rachycentron canadum), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030247\",\r\n\t\t\t\"text\": \"030247 - Fish; fresh or chilled, swordfish (Xiphias gladius), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030249\",\r\n\t\t\t\"text\": \"030249 - Fish; fresh or chilled, n.e.c. in item no. 0302.4, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030250\",\r\n\t\t\t\"text\": \"030250 - Cod (Gadus morhua/ogac/macrocephalus), fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030251\",\r\n\t\t\t\"text\": \"030251 - Fish; fresh or chilled, cod (Gadus morhua, Gadus ogac, Gadus macrocephalus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030252\",\r\n\t\t\t\"text\": \"030252 - Fish; fresh or chilled, haddock (Melanogrammus aeglefinus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030253\",\r\n\t\t\t\"text\": \"030253 - Fish; fresh or chilled, coalfish (Pollachius virens), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030254\",\r\n\t\t\t\"text\": \"030254 - Fish; fresh or chilled, hake (Merluccius spp., Urophycis spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030255\",\r\n\t\t\t\"text\": \"030255 - Fish; fresh or chilled, Alaska pollock (Theragra chalcogramma), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030256\",\r\n\t\t\t\"text\": \"030256 - Fish; fresh or chilled, blue whitings (Micromesistius poutassou, Micromesistius australis),excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030259\",\r\n\t\t\t\"text\": \"030259 - Fish; fresh or chilled, n.e.c. in item no. 0302.5, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030261\",\r\n\t\t\t\"text\": \"030261 - Sardines (Sardina pilchardus, Sardinops spp.)/sardinella (Sardinella spp.)/brisling/sprats (Sprattus sprattus), fresh/chilled (excl. fillets/other fish meat of 03.04/livers/roes)\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030262\",\r\n\t\t\t\"text\": \"030262 - Haddock (Melanogrammus aeglefinus), fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030263\",\r\n\t\t\t\"text\": \"030263 - Coalfish (Pollachius virens), fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030264\",\r\n\t\t\t\"text\": \"030264 - Mackerel (Scomber scombrus/australasicus/japonicus), fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030265\",\r\n\t\t\t\"text\": \"030265 - Dogfish & other sharks, fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030266\",\r\n\t\t\t\"text\": \"030266 - Eels (Anguilla spp.), fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030267\",\r\n\t\t\t\"text\": \"030267 - Swordfish (Xiphias gladius), fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030268\",\r\n\t\t\t\"text\": \"030268 - Toothfish (Dissostichus spp.),fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030269\",\r\n\t\t\t\"text\": \"030269 - Fish,n.e.s. in 03.02, fresh/chilled(excl. fillets/other fish meat of 03.04/livers & roes).\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030270\",\r\n\t\t\t\"text\": \"030270 - Fish livers & roes, fresh/chilled\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030271\",\r\n\t\t\t\"text\": \"030271 - Fish; fresh or chilled, tilapias (Oreochromis spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030272\",\r\n\t\t\t\"text\": \"030272 - Fish; fresh or chilled, catfish (Pangasius spp., Silurus spp., Clarias spp., Ictalurus spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030273\",\r\n\t\t\t\"text\": \"030273 - Fish; fresh or chilled, Carp (as specified by the WCO.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030274\",\r\n\t\t\t\"text\": \"030274 - Fish; fresh or chilled, eels (Anguilla spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030279\",\r\n\t\t\t\"text\": \"030279 - Fish; fresh or chilled, Nile perch (Lates niloticus) and snakeheads (Channa spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030281\",\r\n\t\t\t\"text\": \"030281 - Fish; fresh or chilled, dogfish and other sharks, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030282\",\r\n\t\t\t\"text\": \"030282 - Fish; fresh or chilled, rays and skates (Rajidae), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030283\",\r\n\t\t\t\"text\": \"030283 - Fish; fresh or chilled, toothfish (Dissostichus spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030284\",\r\n\t\t\t\"text\": \"030284 - Fish; fresh or chilled, seabass (Dicentrarchus spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030285\",\r\n\t\t\t\"text\": \"030285 - Fish; fresh or chilled, seabream (Sparidae), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030289\",\r\n\t\t\t\"text\": \"030289 - Fish; fresh or chilled, n.e.c. in heading 0302, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030290\",\r\n\t\t\t\"text\": \"030290 - Fish; fresh or chilled, livers and roes\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030291\",\r\n\t\t\t\"text\": \"030291 - Fish; fresh or chilled, livers, roes and milt\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030292\",\r\n\t\t\t\"text\": \"030292 - Fish; fresh or chilled, shark fins\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030299\",\r\n\t\t\t\"text\": \"030299 - Fish; fresh or chilled, fish fins (other than shark fins), heads, tails, maws and other edible fish offal\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0303\",\r\n\t\t\t\"text\": \"0303 - Fish; frozen, excluding fish fillets and other fish meat of heading 0304\",\r\n\t\t\t\"parent\": \"03\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030310\",\r\n\t\t\t\"text\": \"030310 - Salmon, Pacific, frozen, whole\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030311\",\r\n\t\t\t\"text\": \"030311 - Fish; frozen, Pacific salmon, sockeye salmon (red salmon) (Oncorhynchus nerka), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030312\",\r\n\t\t\t\"text\": \"030312 - Fish; frozen, Pacific salmon (Oncorhynchus gorbuscha/keta/tschawytscha/ kisutch/masou/rhodurus) other than sockeye salmon (Oncorhynchus nerka), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030313\",\r\n\t\t\t\"text\": \"030313 - Fish; frozen, Atlantic salmon (Salmo salar) and Danube salmon (Hucho hucho), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030314\",\r\n\t\t\t\"text\": \"030314 - Fish; frozen, trout (Salmo trutta, Oncorhynchus mykiss, Oncorhynchus clarki, Oncorhynchus aguabonita, Oncorhynchus gilae, Oncorhynchus apache and Oncorhynchus chrysogaster), excluding fillets, meat of 0304, and edible fish offal of 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030319\",\r\n\t\t\t\"text\": \"030319 - Fish; frozen, salmonidae, n.e.c. in item no. 0303.1, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030321\",\r\n\t\t\t\"text\": \"030321 - Trout (Salmo trutta, Oncorhynchus mykiss/clarki/aguabonita/gilae/apache/chrysogaster), frozen (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030322\",\r\n\t\t\t\"text\": \"030322 - Atlantic salmon (Salmo salar) & Danube salmon (Hucho hucho), frozen (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030323\",\r\n\t\t\t\"text\": \"030323 - Fish; frozen, tilapias (Oreochromis spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030324\",\r\n\t\t\t\"text\": \"030324 - Fish; frozen, catfish (Pangasius spp., Silurus spp., Clarias spp., Ictalurus spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030325\",\r\n\t\t\t\"text\": \"030325 - Fish; frozen, carp (as specified by the WCO), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030326\",\r\n\t\t\t\"text\": \"030326 - Fish; frozen, eels (Anguilla spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030329\",\r\n\t\t\t\"text\": \"030329 - Fish; frozen, Nile perch (Lates niloticus) and snakeheads (Channa spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030331\",\r\n\t\t\t\"text\": \"030331 - Fish; frozen, halibut (Reinhardtius hippoglossoides, Hippoglossus hippoglossus, Hippoglossus stenolepis), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030332\",\r\n\t\t\t\"text\": \"030332 - Fish; frozen, plaice (Pleuronectes platessa), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030333\",\r\n\t\t\t\"text\": \"030333 - Fish; frozen, sole (Solea spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030334\",\r\n\t\t\t\"text\": \"030334 - Fish; frozen, turbots (Psetta maxima, Scophthalmidae), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030339\",\r\n\t\t\t\"text\": \"030339 - Fish; frozen, flat fish, n.e.c. in item no. 0303.3, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030341\",\r\n\t\t\t\"text\": \"030341 - Fish; frozen, albacore or longfinned tunas (Thunnus alalunga), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030342\",\r\n\t\t\t\"text\": \"030342 - Fish; frozen, yellowfin tunas (Thunnus albacares), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030343\",\r\n\t\t\t\"text\": \"030343 - Fish; frozen, skipjack tuna (stripe-bellied bonito) (Katsuwonus pelamis), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030344\",\r\n\t\t\t\"text\": \"030344 - Fish; frozen, bigeye tunas (Thunnus obesus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030345\",\r\n\t\t\t\"text\": \"030345 - Fish; frozen, Atlantic and Pacific bluefin tunas (Thunnus thynnus, Thunnus orientalis), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030346\",\r\n\t\t\t\"text\": \"030346 - Fish; frozen, southern bluefin tunas (Thunnus maccoyii), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030349\",\r\n\t\t\t\"text\": \"030349 - Fish; frozen, tuna, n.e.c. in item no. 0303.4, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030350\",\r\n\t\t\t\"text\": \"030350 - Herrings, frozen, whole\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030351\",\r\n\t\t\t\"text\": \"030351 - Fish; frozen, herrings (Clupea harengus, Clupea pallasii), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030352\",\r\n\t\t\t\"text\": \"030352 - Cod (Gadus morhua, Gadus ogac, Gadus macrocephalus), frozen (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030353\",\r\n\t\t\t\"text\": \"030353 - Fish; frozen, sardines (Sardina pilchardus, Sardinops spp.), sardinella (Sardinella spp.), brisling or sprats (Sprattus sprattus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030354\",\r\n\t\t\t\"text\": \"030354 - Fish; frozen, mackerel (Scomber scombrus, Scomber australasicus, Scomber japonicus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030355\",\r\n\t\t\t\"text\": \"030355 - Fish; frozen, jack and horse mackerel (Trachurus spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030356\",\r\n\t\t\t\"text\": \"030356 - Fish; frozen, cobia (Rachycentron canadum), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030357\",\r\n\t\t\t\"text\": \"030357 - Fish; frozen, swordfish (Xiphias gladius), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030359\",\r\n\t\t\t\"text\": \"030359 - Fish; frozen, n.e.c. in item no. 0303.5, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030360\",\r\n\t\t\t\"text\": \"030360 - Cod, frozen, whole\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030361\",\r\n\t\t\t\"text\": \"030361 - Swordfish (Xiphias gladius), frozen (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030362\",\r\n\t\t\t\"text\": \"030362 - Toothfish (Dissostichus spp.),frozen (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030363\",\r\n\t\t\t\"text\": \"030363 - Fish; frozen, cod (Gadus morhua, Gadus ogac, Gadus macrocephalus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030364\",\r\n\t\t\t\"text\": \"030364 - Fish; frozen, haddock (Melanogrammus aeglefinus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030365\",\r\n\t\t\t\"text\": \"030365 - Fish; frozen, coalfish (Pollachius virens), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030366\",\r\n\t\t\t\"text\": \"030366 - Fish; frozen, hake (Merluccius spp., Urophycis spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030367\",\r\n\t\t\t\"text\": \"030367 - Fish; frozen, Alaska pollock (Theragra chalcogramma), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030368\",\r\n\t\t\t\"text\": \"030368 - Fish; frozen, blue whitings (Micromesistius poutassou, Micromesistius australis), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030369\",\r\n\t\t\t\"text\": \"030369 - Fish; frozen, of Bregmacerotidae, Euclichthyidae, Gadidae, Macrouridae, Melanonidae, Merlucciidae, Moridae, Muraenolepididae, other than cod, haddock, coalfish, hake, Alaska pollack, blue whitings, not fillets, meat of 0304, and edible offal of 0303.9\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030371\",\r\n\t\t\t\"text\": \"030371 - Sardines (Sardina pilchardus, Sardinops spp.)/sardinella (Sardinella spp.)/brisling/sprats (Sprattus sprattus), frozen (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030372\",\r\n\t\t\t\"text\": \"030372 - Haddock (Melanogrammus aeglefinus), frozen (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030373\",\r\n\t\t\t\"text\": \"030373 - Coalfish (Pollachius virens), frozen (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030374\",\r\n\t\t\t\"text\": \"030374 - Mackerel (Scomber scombrus/australasicus/japonicus), frozen (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030375\",\r\n\t\t\t\"text\": \"030375 - Dogfish & other sharks, frozen (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030376\",\r\n\t\t\t\"text\": \"030376 - Eels (Anguilla spp.), frozen (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030377\",\r\n\t\t\t\"text\": \"030377 - Sea bass (Dicentrarchus labrax/punctatus), frozen (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030378\",\r\n\t\t\t\"text\": \"030378 - Hake (Merluccius spp., Urophycis spp.), frozen (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030379\",\r\n\t\t\t\"text\": \"030379 - Fish (excl. of 0303.71 - 0303.78),n.e.s., frozen (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030380\",\r\n\t\t\t\"text\": \"030380 - Fish livers & roes, frozen\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030381\",\r\n\t\t\t\"text\": \"030381 - Fish; frozen, dogfish and other sharks, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030382\",\r\n\t\t\t\"text\": \"030382 - Fish; frozen, rays and skates (Rajidae), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030383\",\r\n\t\t\t\"text\": \"030383 - Fish; frozen, toothfish (Dissostichus spp.), excluding fillets, livers, roes, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030384\",\r\n\t\t\t\"text\": \"030384 - Fish; frozen, seabass (Dicentrarchus spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030389\",\r\n\t\t\t\"text\": \"030389 - Fish; frozen, n.e.c. in heading 0303, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030390\",\r\n\t\t\t\"text\": \"030390 - Fish; frozen, livers and roes\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030391\",\r\n\t\t\t\"text\": \"030391 - Fish; frozen, livers, roes and milt\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030392\",\r\n\t\t\t\"text\": \"030392 - Fish; frozen, shark fins\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030399\",\r\n\t\t\t\"text\": \"030399 - Fish; frozen, fish fins (other than shark fins), heads, tails, maws and other edible fish offal\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0304\",\r\n\t\t\t\"text\": \"0304 - Fish fillets and other fish meat (whether or not minced); fresh, chilled or frozen\",\r\n\t\t\t\"parent\": \"03\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030410\",\r\n\t\t\t\"text\": \"030410 - Fish fillet or meat, fresh or chilled, not liver, roe\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030411\",\r\n\t\t\t\"text\": \"030411 - Swordfish (Xiphias gladius),fresh/chilled\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030412\",\r\n\t\t\t\"text\": \"030412 - Toothfish (Dissostichus spp.),fresh/chilled \",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030419\",\r\n\t\t\t\"text\": \"030419 - Fish fillets&other fish meat (excl. of 0304.11-0304.12, whether/not minced), fresh/chilled\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030420\",\r\n\t\t\t\"text\": \"030420 - Fish fillets, frozen\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030421\",\r\n\t\t\t\"text\": \"030421 - Swordfish (Xiphias gladius),frozen fillets\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030422\",\r\n\t\t\t\"text\": \"030422 - Toothfish (Dissostichus spp.), frozen fillets\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030429\",\r\n\t\t\t\"text\": \"030429 - Fish fillets&other fish meat (excl. of 0304.21-0304.92, whether/not minced), frozen fillets\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030431\",\r\n\t\t\t\"text\": \"030431 - Fish fillets; fresh or chilled, tilapias (Oreochromis spp.)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030432\",\r\n\t\t\t\"text\": \"030432 - Fish fillets; fresh or chilled, catfish (Pangasius spp., Silurus spp., Clarias spp., Ictalurus spp.)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030433\",\r\n\t\t\t\"text\": \"030433 - Fish fillets; fresh or chilled, Nile perch (Lates niloticus)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030439\",\r\n\t\t\t\"text\": \"030439 - Fish fillets; fresh or chilled, carp (as specified by the WCO), eels (Anguilla spp.), and snakeheads (Channa spp.)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030441\",\r\n\t\t\t\"text\": \"030441 - Fish fillets; fresh or chilled, salmon, Pacific (Oncorhynchus nerka, Oncorhynchus gorbuscha, Oncorhynchus keta, Oncorhynchus tschawytscha, Oncorhynchus kisutch, Oncorhynchus masou and Oncorhynchus rhodurus), Atlantic (Salmo salar), Danube (Hucho hucho)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030442\",\r\n\t\t\t\"text\": \"030442 - Fish fillets; fresh or chilled, trout (Salmo trutta, Oncorhynchus mykiss, Oncorhynchus clarki, Oncorhynchus aguabonita, Oncorhynchus gilae, Oncorhynchus apache and Oncorhynchus chrysogaster)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030443\",\r\n\t\t\t\"text\": \"030443 - Fish fillets; fresh or chilled, flat fish (Pleuronectidae, Bothidae, Cynoglossidae, Soleidae, Scophthalmidae and Citharidae)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030444\",\r\n\t\t\t\"text\": \"030444 - Fish fillets; fresh or chilled, of the families Bregmacerotidae, Euclichthyidae, Gadidae, Macrouridae, Melanonidae, Merlucciidae, Moridae, and Muraenolepididae\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030445\",\r\n\t\t\t\"text\": \"030445 - Fish fillets; fresh or chilled, swordfish (Xiphias gladius)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030446\",\r\n\t\t\t\"text\": \"030446 - Fish fillets; fresh or chilled, toothfish (Dissostichus spp.)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030447\",\r\n\t\t\t\"text\": \"030447 - Fish fillets; fresh or chilled, dogfish and other sharks\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030448\",\r\n\t\t\t\"text\": \"030448 - Fish fillets; fresh or chilled, rays and skates (Rajidae)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030449\",\r\n\t\t\t\"text\": \"030449 - Fish fillets; fresh or chilled, other than fish of heading 0304.4\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030451\",\r\n\t\t\t\"text\": \"030451 - Fish meat, excluding fillets, whether or not minced; fresh or chilled, tilapias, catfish, carp, eels, Nile perch, and snakeheads\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030452\",\r\n\t\t\t\"text\": \"030452 - Fish meat, excluding fillets, whether or not minced; fresh or chilled, salmonidae\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030453\",\r\n\t\t\t\"text\": \"030453 - Fish meat, excluding fillets, whether or not minced; fresh or chilled, of the families Bregmacerotidae, Euclichthyidae, Gadidae, Macrouridae, Melanonidae, Merlucciidae, Moridae, and Muraenolepididae\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030454\",\r\n\t\t\t\"text\": \"030454 - Fish meat, excluding fillets, whether or not minced; fresh or chilled, swordfish (Xiphias gladius)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030455\",\r\n\t\t\t\"text\": \"030455 - Fish meat, excluding fillets, whether or not minced; fresh or chilled, toothfish (Dissostichus spp.)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030456\",\r\n\t\t\t\"text\": \"030456 - Fish meat; excluding fillets, whether or not minced; fresh or chilled, dogfish and other sharks\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030457\",\r\n\t\t\t\"text\": \"030457 - Fish meat; excluding fillets, whether or not minced; fresh or chilled, rays and skates (Rajidae)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030459\",\r\n\t\t\t\"text\": \"030459 - Fish meat; excluding fillets, whether or not minced; fresh or chilled, of fish n.e.c. in item no. 0304.5\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030461\",\r\n\t\t\t\"text\": \"030461 - Fish fillets; frozen, tilapias (Oreochromis spp.)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030462\",\r\n\t\t\t\"text\": \"030462 - Fish fillets; frozen, catfish (Pangasius spp., Silurus spp., Clarias spp., Ictalurus spp.)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030463\",\r\n\t\t\t\"text\": \"030463 - Fish fillets; frozen, Nile Perch (Lates niloticus)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030469\",\r\n\t\t\t\"text\": \"030469 - Fish fillets; frozen, carp (Cyprinus/Carassius/Ctenopharyngodon idellus/Hypophthalmichthys/Cirrhinus/Mylopharyngodon piceus/Catla catla/Labeo/Osteochilus hasselti/Leptobarbus hoeveni/Megalobrama), eels (Anguilla) and snakeheads (Channa)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030471\",\r\n\t\t\t\"text\": \"030471 - Fish fillets; frozen, cod (Gadus morhua, Gadus ogac, Gadus macrocephalus)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030472\",\r\n\t\t\t\"text\": \"030472 - Fish fillets; frozen, haddock (Melanogrammus aeglefinus)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030473\",\r\n\t\t\t\"text\": \"030473 - Fish fillets; frozen, coalfish (Pollachius virens)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030474\",\r\n\t\t\t\"text\": \"030474 - Fish fillets; frozen, hake (Merluccius spp., Urophycis spp.)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030475\",\r\n\t\t\t\"text\": \"030475 - Fish fillets; frozen, Alaska pollock (Theragra chalcogramma)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030479\",\r\n\t\t\t\"text\": \"030479 - Fish fillets; frozen, of the families Bregmacerotidae, Euclichthyidae, Gadidae, Macrouridae, Melanonidae, Merlucciidae, Moridae and Muraenolepididae other than cod, haddock, coalfish, hake, and Alaska pollock\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030481\",\r\n\t\t\t\"text\": \"030481 - Fish fillets; frozen, salmon, Pacific (Oncorhynchus nerka, Oncorhynchus gorbuscha, Oncorhynchus keta, Oncorhynchus tschawytscha, Oncorhynchus kisutch, Oncorhynchus masou, Oncorhynchus rhodurus), Atlantic (Salmo salar), and Danube (Hucho hucho)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030482\",\r\n\t\t\t\"text\": \"030482 - Fish fillets; frozen, trout (Salmo trutta, Oncorhynchus mykiss, Oncorhynchus clarki, Oncorhynchus aguabonita, Oncorhynchus gilae, Oncorhynchus apache and Oncorhynchus chrysogaster)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030483\",\r\n\t\t\t\"text\": \"030483 - Fish fillets; frozen, flat fish (Pleuronectidae, Bothidae, Cynoglossidae, Soleidae, Scophthalmidae and Citharidae)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030484\",\r\n\t\t\t\"text\": \"030484 - Fish fillets; frozen, swordfish (Xiphias gladius)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030485\",\r\n\t\t\t\"text\": \"030485 - Fish fillets; frozen, toothfish (Dissostichus spp.)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030486\",\r\n\t\t\t\"text\": \"030486 - Fish fillets; frozen, herrings (Clupea harengus, Clupea pallasii)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030487\",\r\n\t\t\t\"text\": \"030487 - Fish fillets; frozen, tunas (of the genus Thunnus), skipjack tuna (stripe-bellied bonito) (Katsuwonus pelamis)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030488\",\r\n\t\t\t\"text\": \"030488 - Fish fillets; frozen, dogfish, other sharks, rays and skates (Rajidae)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030489\",\r\n\t\t\t\"text\": \"030489 - Fish fillets; frozen, of fish n.e.c. in heading 0304.8\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030490\",\r\n\t\t\t\"text\": \"030490 - Fish meat & mince, except liver, roe & fillets, froze\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030491\",\r\n\t\t\t\"text\": \"030491 - Fish meat, excluding fillets, whether or not minced; frozen, swordfish (Xiphias gladius)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030492\",\r\n\t\t\t\"text\": \"030492 - Fish meat, excluding fillets, whether or not minced; frozen, toothfish (Dissostichus spp.)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030493\",\r\n\t\t\t\"text\": \"030493 - Fish meat, excluding fillets, whether or not minced; frozen, tilapias, catfish, carp, eels, Nile perch, and snakeheads\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030494\",\r\n\t\t\t\"text\": \"030494 - Fish meat, excluding fillets, whether or not minced; frozen, Alaska Pollock (Theragra chalcogramma)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030495\",\r\n\t\t\t\"text\": \"030495 - Fish meat, excluding fillets, whether or not minced; frozen, of the families Bregmacerotidae, Euclichthyidae, Gadidae, Macrouridae, Melanonidae, Merlucciidae, Moridae and Muraenolepididae, other than Alaska Pollock (Theragra chalcogramma)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030496\",\r\n\t\t\t\"text\": \"030496 - Fish meat, excluding fillets, whether or not minced; frozen, dogfish and other sharks\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030497\",\r\n\t\t\t\"text\": \"030497 - Fish meat, excluding fillets, whether or not minced; frozen, rays and skates (Rajidae)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030499\",\r\n\t\t\t\"text\": \"030499 - Fish meat, excluding fillets, whether or not minced; frozen, n.e.c. in item no. 0304.9\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0305\",\r\n\t\t\t\"text\": \"0305 - Fish, dried, salted or in brine; smoked fish, whether or not cooked before, or during the smoking process\",\r\n\t\t\t\"parent\": \"03\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030510\",\r\n\t\t\t\"text\": \"030510 - Fish; flours, meals and pellets, fit for human consumption\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030520\",\r\n\t\t\t\"text\": \"030520 - Fish; livers, roes and milt of fish, dried, smoked, salted or in brine\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030530\",\r\n\t\t\t\"text\": \"030530 - Fish fillets, dried/salted/in brine but not smoked\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030531\",\r\n\t\t\t\"text\": \"030531 - Fish fillets; dried, salted or in brine, but not smoked, tilapias, catfish, carp, eels, Nile perch, and snakeheads\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030532\",\r\n\t\t\t\"text\": \"030532 - Fish fillets; dried, salted or in brine, but not smoked, of the families Bregmacerotidae, Euclichthyidae, Gadidae, Macrouridae, Melanonidae, Merlucciidae, Moridae and Muraenolepididae\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030539\",\r\n\t\t\t\"text\": \"030539 - Fish fillets; dried, salted or in brine, but not smoked, n.e.c. in item no. 0305.3\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030541\",\r\n\t\t\t\"text\": \"030541 - Fish; smoked, whether or not cooked before or during smoking, salmon, Pacific (Oncorhynchus nerka, gorbuscha, keta, tschawytscha, kisutch, masou, rhodurus), Atlantic (Salmo salar) and Danube (Hucho hucho), includes fillets, but excludes edible fish offal\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030542\",\r\n\t\t\t\"text\": \"030542 - Fish; smoked, whether or not cooked before or during smoking, herrings (Clupea harengus, Clupea pallasii), includes fillets, but excludes edible fish offal\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030543\",\r\n\t\t\t\"text\": \"030543 - Fish; smoked, whether or not cooked before or during smoking, trout (Salmo trutta, Oncorhynchus mykiss/clarki/aguabonita/gilae/apache/chrysogaster), includes fillets, but excludes edible fish offal\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030544\",\r\n\t\t\t\"text\": \"030544 - Fish; smoked, whether or not cooked before or during smoking, tilapias, catfish, carp, eels, Nile perch, and snakeheads, includes fillets, but excludes edible fish offal\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030549\",\r\n\t\t\t\"text\": \"030549 - Fish; smoked, whether or not cooked before or during smoking, n.e.c. in item no. 0305.4, includes fillets, but excludes edible fish offal\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030551\",\r\n\t\t\t\"text\": \"030551 - Fish; dried, whether or not salted but not smoked, other than edible fish offal, cod (Gadus morhua, Gadus ogac, Gadus macrocephalus)\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030552\",\r\n\t\t\t\"text\": \"030552 - Fish; dried, whether or not salted but not smoked, tilapias, catfish, carp, eels, Nile perch, and snakeheads\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030553\",\r\n\t\t\t\"text\": \"030553 - Fish; dried, whether or not salted but not smoked, fish of the families Bregmacerotidae, Euclichthyidae, Gadidae, Macrouridae, Melanonidae, Merlucciidae, Moridae and Muraenolepididae, other than cod\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030554\",\r\n\t\t\t\"text\": \"030554 - Dried herrings, anchovies, sardines, sardinella, brisling or sprats, mackerel (incl Indian, jack, or horse), seerfishes, jacks, crevalles, cobia, silver pomfrets, Pacific saury, scads, capelin, swordfish, Kawakawa, bonitos, marlins, sailfishes, spearfish\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030559\",\r\n\t\t\t\"text\": \"030559 - Fish; dried, whether or not salted but not smoked, other than edible fish offal, n.e.c. in item no. 0305.5\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030561\",\r\n\t\t\t\"text\": \"030561 - Fish; salted or in brine, not dried or smoked, other than edible fish offal, herrings (Clupea harengas, Clupea pallasii)\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030562\",\r\n\t\t\t\"text\": \"030562 - Fish; salted or in brine, not dried or smoked, other than edible fish offal, cod (Gadus morhua, Gadus ogac, Gadus macrocephalus)\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030563\",\r\n\t\t\t\"text\": \"030563 - Fish; salted or in brine, not dried or smoked, other than edible fish offal, anchovies (Engrails spp.)\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030564\",\r\n\t\t\t\"text\": \"030564 - Fish; salted or in brine, not dried or smoked, other than edible fish offal, tilapias, catfish, carp, eels, Nile perch, and snakeheads\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030569\",\r\n\t\t\t\"text\": \"030569 - Fish; salted or in brine, not dried or smoked, other than edible fish offal, n.e.c. in item no. 0305.6\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030571\",\r\n\t\t\t\"text\": \"030571 - Fish; edible offal, shark fins\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030572\",\r\n\t\t\t\"text\": \"030572 - Fish; edible offal, fish heads, tails and maws\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030579\",\r\n\t\t\t\"text\": \"030579 - Fish; edible offal, other than shark fins, fish heads, tails and maws\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0306\",\r\n\t\t\t\"text\": \"0306 - Crustaceans; in shell or not, live, fresh, chilled, frozen, dried, salted or in brine; smoked, cooked or not before or during smoking; in shell, steamed or boiled, whether or not chilled, frozen, dried, salted or in brine\",\r\n\t\t\t\"parent\": \"03\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030611\",\r\n\t\t\t\"text\": \"030611 - Crustaceans; frozen, rock lobsters and other sea crawfish (Palinurus spp., Panulirus spp., Jasus spp.), in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030612\",\r\n\t\t\t\"text\": \"030612 - Crustaceans; frozen, lobsters (Homarus spp.), in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030613\",\r\n\t\t\t\"text\": \"030613 - Shrimps & prawns, whether/not in shell, frozen\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030614\",\r\n\t\t\t\"text\": \"030614 - Crustaceans; frozen, crabs, in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030615\",\r\n\t\t\t\"text\": \"030615 - Crustaceans; frozen, Norway lobsters (Nephrops norvegicus), in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030616\",\r\n\t\t\t\"text\": \"030616 - Crustaceans; frozen, cold-water shrimps and prawns (Pandalus spp., Crangon crangon), in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030617\",\r\n\t\t\t\"text\": \"030617 - Crustaceans; frozen, shrimps and prawns, excluding cold-water varieties, in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030619\",\r\n\t\t\t\"text\": \"030619 - Crustaceans; frozen, n.e.c. in item no. 0306.1, in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030621\",\r\n\t\t\t\"text\": \"030621 - Crustaceans; not frozen, rock lobsters and other sea crawfish (Palinurus spp., Panulirus spp., Jasus spp.), in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or boiling in water; edible flours, meals, pellets\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030622\",\r\n\t\t\t\"text\": \"030622 - Crustaceans; not frozen, lobsters (Homarus spp.), whether in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water; edible flours, meals, and pellets\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030623\",\r\n\t\t\t\"text\": \"030623 - Shrimps & prawns, whether/not in shell, other than frozen\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030624\",\r\n\t\t\t\"text\": \"030624 - Crustaceans; not frozen, crabs, whether in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water; edible flours, meals, and pellets\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030625\",\r\n\t\t\t\"text\": \"030625 - Crustaceans; not frozen, Norway lobsters (Nephrops norvegicus), in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water; edible flours, meals, and pellets\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030626\",\r\n\t\t\t\"text\": \"030626 - Crustaceans; not frozen, cold-water shrimps and prawns (Pandalus spp., Crangon crangon), in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water; edible flour, meals, and pellets\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030627\",\r\n\t\t\t\"text\": \"030627 - Crustaceans; not frozen, shrimps and prawns excluding cold-water varieties, in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water; edible flour, meals, and pellets\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030629\",\r\n\t\t\t\"text\": \"030629 - Crustaceans; not frozen, n.e.c. in item no. 0306.2, in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water; including edible flours, meals, and pellets of crustaceans\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030631\",\r\n\t\t\t\"text\": \"030631 - Crustaceans; live, fresh or chilled, rock lobsters and other sea crawfish (Palinurus spp., Panulirus spp., Jasus spp.), in shell or not\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030632\",\r\n\t\t\t\"text\": \"030632 - Crustaceans; live, fresh or chilled, lobsters (Homarus spp.), whether in shell or not\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030633\",\r\n\t\t\t\"text\": \"030633 - Crustaceans; live, fresh or chilled, crabs, whether in shell or not\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030634\",\r\n\t\t\t\"text\": \"030634 - Crustaceans; live, fresh or chilled, Norway lobsters (Nephrops norvegicus), in shell or not\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030635\",\r\n\t\t\t\"text\": \"030635 - Crustaceans; live, fresh or chilled, cold-water shrimps and prawns (Pandalus spp., Crangon crangon), in shell or not\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030636\",\r\n\t\t\t\"text\": \"030636 - Crustaceans; live, fresh or chilled, shrimps and prawns excluding cold-water varieties, in shell or not\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030639\",\r\n\t\t\t\"text\": \"030639 - Crustaceans; live, fresh or chilled, n.e.c. in item no. 0306.3, in shell or not\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030691\",\r\n\t\t\t\"text\": \"030691 - Crustaceans; rock lobsters and other sea crawfish (Palinurus spp., Panulirus spp., Jasus spp.), smoked, cooked or not, whether in shell or not, whether or not cooked before or during smoking\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030692\",\r\n\t\t\t\"text\": \"030692 - Crustaceans; lobsters (Homarus spp.), smoked, cooked or not, whether in shell or not, whether or not cooked before or during smoking\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030693\",\r\n\t\t\t\"text\": \"030693 - Crustaceans; crabs, smoked, cooked or not, whether in shell or not, whether or not cooked before or during smoking\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030694\",\r\n\t\t\t\"text\": \"030694 - Crustaceans; Norway lobsters (Nephrops norvegicus), smoked, cooked or not, whether in shell or not, whether or not cooked before or during smoking\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030695\",\r\n\t\t\t\"text\": \"030695 - Crustaceans; shrimps and prawns, smoked, cooked or not, whether in shell or not, whether or not cooked before or during smoking\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030699\",\r\n\t\t\t\"text\": \"030699 - Crustaceans; smoked, whole, cooked or not, n.e.c. in item no. 0306.9, in shell or not\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0307\",\r\n\t\t\t\"text\": \"0307 - Molluscs; whether in shell or not, live, fresh, chilled, frozen, dried, salted or in brine; smoked molluscs, whether in shell or not, whether or not cooked before or during the smoking process\",\r\n\t\t\t\"parent\": \"03\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030710\",\r\n\t\t\t\"text\": \"030710 - Oysters, whether/not in shell, live/fresh/chilled/frozen/dried/salted/in brine\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030711\",\r\n\t\t\t\"text\": \"030711 - Molluscs; oysters, whether in shell or not, live, fresh or chilled\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030712\",\r\n\t\t\t\"text\": \"030712 - Molluscs; oysters, whether in shell or not, frozen\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030719\",\r\n\t\t\t\"text\": \"030719 - Molluscs; oysters, whether in shell or not, dried, salted or in brine, smoked, cooked or not before or during the smoking process\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030721\",\r\n\t\t\t\"text\": \"030721 - Molluscs; scallops and other molluscs of the family Pectinidae, whether in shell or not, live, fresh or chilled\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030722\",\r\n\t\t\t\"text\": \"030722 - Molluscs; scallops and other molluscs of the family Pectinidae, whether in shell or not, frozen\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030729\",\r\n\t\t\t\"text\": \"030729 - Molluscs; scallops and other molluscs of the family Pectinidae, whether in shell or not, dried, salted, in brine, or smoked, cooked or not before or during the smoking process\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030731\",\r\n\t\t\t\"text\": \"030731 - Molluscs; mussels (Mytilus spp., Perna spp.), whether in shell or not, live, fresh or chilled\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030732\",\r\n\t\t\t\"text\": \"030732 - Molluscs; mussels (Mytilus spp., Perna spp.), whether in shell or not, frozen\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030739\",\r\n\t\t\t\"text\": \"030739 - Molluscs; mussels (Mytilus spp., Perna spp.), whether in shell or not, dried, salted, in brine, or smoked, cooked or not before or during the smoking process\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030741\",\r\n\t\t\t\"text\": \"030741 - Molluscs; cuttle fish and squid, whether in shell or not, live, fresh or chilled\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030742\",\r\n\t\t\t\"text\": \"030742 - Molluscs; cuttle fish and squid, whether in shell or not, live, fresh or chilled\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030743\",\r\n\t\t\t\"text\": \"030743 - Molluscs; cuttle fish and squid, whether in shell or not, frozen\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030749\",\r\n\t\t\t\"text\": \"030749 - Molluscs; cuttle fish and squid, whether in shell or not, dried, salted, in brine, or smoked, cooked or not before or during the smoking process\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030751\",\r\n\t\t\t\"text\": \"030751 - Molluscs; octopus (Octopus spp.), live, fresh or chilled\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030752\",\r\n\t\t\t\"text\": \"030752 - Molluscs; octopus (Octopus spp.), frozen\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030759\",\r\n\t\t\t\"text\": \"030759 - Molluscs; octopus (Octopus spp.), dried, salted, in brine, or smoked, cooked or not before or during the smoking process\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030760\",\r\n\t\t\t\"text\": \"030760 - Molluscs; snails, other than sea snails, whether in shell or not, live, fresh, chilled, frozen, dried, salted, in brine, or smoked, cooked or not before or during the smoking process\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030771\",\r\n\t\t\t\"text\": \"030771 - Molluscs; clams, cockles and ark shells (families Arcidae, Arcticidae, Cardiidae, Donacidae, Hiatellidae, Mactridae, Mesodesmatidae, Myidae, Semelidae, Solecurtidae, Solenidae, Tridacnidae and Veneridae), whether in shell or not, live, fresh or chilled\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030772\",\r\n\t\t\t\"text\": \"030772 - Molluscs; clams, cockles, ark shells (Arcidae, Arcticidae, Cardiidae, Donacidae, Hiatellidae, Mactridae, Mesodesmatidae, Myidae, Semelidae, Solecurtidae, Solenidae, Tridacnidae and Veneridae), whether in shell or not, frozen\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030779\",\r\n\t\t\t\"text\": \"030779 - Molluscs; clams, cockle, ark shells (families Arcidae, Arcticidae, Cardiidae, Donacidae, Hiatellidae, Mactridae, Mesodesmatidae, Myidae, Semelidae, Solecurtidae, Solenidae, Tridacnidae, Veneridae), whether in shell or not, dried, salted, in brine, smoked\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030781\",\r\n\t\t\t\"text\": \"030781 - Molluscs; abalone (Haliotis spp.), whether in shell or not, live, fresh or chilled\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030782\",\r\n\t\t\t\"text\": \"030782 - Molluscs; stromboid conchs (Strombus spp.), whether in shell or not, live, fresh or chilled\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030783\",\r\n\t\t\t\"text\": \"030783 - Molluscs; abalone (Haliotis spp.), whether in shell or not, frozen\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030784\",\r\n\t\t\t\"text\": \"030784 - Molluscs; stromboid conchs (Strombus spp.), whether in shell or not, frozen\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030787\",\r\n\t\t\t\"text\": \"030787 - Molluscs; abalone (Haliotis spp.), whether in shell or not, dried, salted, in brine, or smoked, cooked or not before or during the smoking process\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030788\",\r\n\t\t\t\"text\": \"030788 - Molluscs; stromboid conchs (Strombus spp.), whether in shell or not, dried, salted, in brine, or smoked, cooked or not before or during the smoking process\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030789\",\r\n\t\t\t\"text\": \"030789 - Molluscs; abalone (Haliotis spp.), whether in shell or not, frozen, dried, salted, in brine, or smoked, cooked or not before or during the smoking process\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030791\",\r\n\t\t\t\"text\": \"030791 - Molluscs; n.e.c. in heading 0307, whether in shell or not, live or fresh, chilled\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030792\",\r\n\t\t\t\"text\": \"030792 - Molluscs; n.e.c. in heading 0307, whether in shell or not, frozen\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030799\",\r\n\t\t\t\"text\": \"030799 - Molluscs; n.e.c. in heading 0307, whether in shell or not, dried, salted, in brine, or smoked, cooked or not before or during the smoking process\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0308\",\r\n\t\t\t\"text\": \"0308 - Aquatic invertebrates other than crustaceans and molluscs, live, fresh, chilled, frozen, dried, salted or in brine; smoked aquatic invertebrates other than crustaceans and molluscs, whether or not cooked before or during the smoking process\",\r\n\t\t\t\"parent\": \"03\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030811\",\r\n\t\t\t\"text\": \"030811 - Aquatic invertebrates; sea cucumbers (Stichopus japonicus, Holothuroidea), live, fresh or chilled\",\r\n\t\t\t\"parent\": \"0308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030812\",\r\n\t\t\t\"text\": \"030812 - Aquatic invertebrates; sea cucumbers (Stichopus japonicus, Holothuroidea), frozen\",\r\n\t\t\t\"parent\": \"0308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030819\",\r\n\t\t\t\"text\": \"030819 - Aquatic invertebrates; sea cucumbers (Stichopus japonicus, Holothuroidea), dried, salted or in brine, smoked, whether or not cooked before or during the smoking process\",\r\n\t\t\t\"parent\": \"0308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030821\",\r\n\t\t\t\"text\": \"030821 - Aquatic invertebrates; sea urchins (Strongylocentrotus spp., Paracentrotus lividus, Loxechinus albus, Echinus esculentus), live, fresh or chilled\",\r\n\t\t\t\"parent\": \"0308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030822\",\r\n\t\t\t\"text\": \"030822 - Aquatic invertebrates; sea urchins (Strongylocentrotus spp., Paracentrotus lividus, Loxechinus albus, Echinus esculentus), frozen\",\r\n\t\t\t\"parent\": \"0308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030829\",\r\n\t\t\t\"text\": \"030829 - Aquatic invertebrates; sea urchins (Strongylocentrotus spp., Paracentrotus lividus, Loxechinus albus, Echinus esculentus), dried, salted or in brine, smoked, whether or not cooked before or during smoking process\",\r\n\t\t\t\"parent\": \"0308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030830\",\r\n\t\t\t\"text\": \"030830 - Aquatic invertebrates; jellyfish (Rhopilema spp.), live, fresh, chilled, frozen, dried, salted or in brine, smoked, whether or not cooked before or during smoking\",\r\n\t\t\t\"parent\": \"0308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030890\",\r\n\t\t\t\"text\": \"030890 - Aquatic invertebrates; other than crustaceans, molluscs, sea urchins, sea cucumbers and jellyfish, live, fresh, chilled, frozen, dried, salted or in brine, smoked, cooked or not before or during smoking\",\r\n\t\t\t\"parent\": \"0308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0309\",\r\n\t\t\t\"text\": \"0309 - Flours, meals and pellets of fish, crustaceans, molluscs and other aquatic invertebrates, fit for human consumption\",\r\n\t\t\t\"parent\": \"03\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030910\",\r\n\t\t\t\"text\": \"030910 - Flours, meals and pellets of fish, fit for human consumption\",\r\n\t\t\t\"parent\": \"0309\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030990\",\r\n\t\t\t\"text\": \"030990 - Flours, meals and pellets of crustaceans, molluscs and other aquatic invertebrates, fit for human consumption\",\r\n\t\t\t\"parent\": \"0309\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"04\",\r\n\t\t\t\"text\": \"04 - Dairy produce; birds' eggs; natural honey; edible products of animal origin, not elsewhere specified or included\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0401\",\r\n\t\t\t\"text\": \"0401 - Milk and cream; not concentrated, not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"04\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040110\",\r\n\t\t\t\"text\": \"040110 - Dairy produce; milk and cream, not concentrated, not containing added sugar or other sweetening matter, of a fat content, by weight, not exceeding 1%\",\r\n\t\t\t\"parent\": \"0401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040120\",\r\n\t\t\t\"text\": \"040120 - Dairy produce; milk and cream, not concentrated, not containing added sugar or other sweetening matter, of a fat content, by weight, exceeding 1% but not exceeding 6%\",\r\n\t\t\t\"parent\": \"0401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040130\",\r\n\t\t\t\"text\": \"040130 - Milk & cream, not concentrated/sweetened, fat content by weight >6%\",\r\n\t\t\t\"parent\": \"0401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040140\",\r\n\t\t\t\"text\": \"040140 - Dairy produce; milk and cream, not concentrated, not containing added sugar or other sweetening matter, of a fat content, by weight, exceeding 6% but not exceeding 10%\",\r\n\t\t\t\"parent\": \"0401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040150\",\r\n\t\t\t\"text\": \"040150 - Dairy produce; milk and cream, not concentrated, not containing added sugar or other sweetening matter, of a fat content, by weight, exceeding 10%\",\r\n\t\t\t\"parent\": \"0401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0402\",\r\n\t\t\t\"text\": \"0402 - Milk and cream; concentrated or containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"04\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040210\",\r\n\t\t\t\"text\": \"040210 - Dairy produce; milk and cream, concentrated or containing added sugar or other sweetening matter, in powder, granules or other solid forms, of a fat content not exceeding 1.5% (by weight)\",\r\n\t\t\t\"parent\": \"0402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040221\",\r\n\t\t\t\"text\": \"040221 - Dairy produce; milk and cream, concentrated, not containing added sugar or other sweetening matter, in powder, granules or other solid forms, of a fat content exceeding 1.5% (by weight)\",\r\n\t\t\t\"parent\": \"0402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040229\",\r\n\t\t\t\"text\": \"040229 - Dairy produce; milk and cream, containing added sugar or other sweetening matter, in powder, granules or other solid forms, of a fat content exceeding 1.5% (by weight)\",\r\n\t\t\t\"parent\": \"0402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040291\",\r\n\t\t\t\"text\": \"040291 - Dairy produce; milk and cream, concentrated, not containing added sugar or other sweetening matter, other than in powder, granules or other solid forms\",\r\n\t\t\t\"parent\": \"0402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040299\",\r\n\t\t\t\"text\": \"040299 - Dairy produce; milk and cream, containing added sugar or other sweetening matter, other than in powder, granules or other solid forms\",\r\n\t\t\t\"parent\": \"0402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0403\",\r\n\t\t\t\"text\": \"0403 - Yogurt; buttermilk, curdled milk and cream, kephir and other fermented or acidified milk and cream, whether or not concentrated or containing added sugar or other sweetening matter or flavoured or containing added fruit, nuts or cocoa.\",\r\n\t\t\t\"parent\": \"04\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040310\",\r\n\t\t\t\"text\": \"040310 - Dairy produce; yoghurt, whether or not concentrated or containing added sugar or other sweetening matter or flavoured or containing added fruit or cocoa\",\r\n\t\t\t\"parent\": \"0403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040320\",\r\n\t\t\t\"text\": \"040320 - Dairy produce; yoghurt, whether or not concentrated or containing added sugar or other sweetening matter or flavoured or containing added fruit, nuts or cocoa\",\r\n\t\t\t\"parent\": \"0403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040390\",\r\n\t\t\t\"text\": \"040390 - Dairy produce; buttermilk, curdled milk or cream, kephir, fermented or acidified milk or cream, whether or not concentrated or containing added sweetening, flavouring, fruit, nuts or cocoa (excluding yoghurt)\",\r\n\t\t\t\"parent\": \"0403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0404\",\r\n\t\t\t\"text\": \"0404 - Whey and products consisting of natural milk constituents; whether or not containing added sugar or other sweetening matter, not elsewhere specified or included\",\r\n\t\t\t\"parent\": \"04\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040410\",\r\n\t\t\t\"text\": \"040410 - Dairy produce; whey, whether or not concentrated or containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"0404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040490\",\r\n\t\t\t\"text\": \"040490 - Dairy produce; natural milk constituents (excluding whey), whether or not containing added sugar or other sweetening matter, n.e.c. in chapter 04\",\r\n\t\t\t\"parent\": \"0404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0405\",\r\n\t\t\t\"text\": \"0405 - Butter and other fats and oils derived from milk; dairy spreads\",\r\n\t\t\t\"parent\": \"04\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040500\",\r\n\t\t\t\"text\": \"040500 - Butter and other fats and oils derived from milk\",\r\n\t\t\t\"parent\": \"0405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040510\",\r\n\t\t\t\"text\": \"040510 - Dairy produce; derived from milk, butter\",\r\n\t\t\t\"parent\": \"0405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040520\",\r\n\t\t\t\"text\": \"040520 - Dairy produce; dairy spreads\",\r\n\t\t\t\"parent\": \"0405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040590\",\r\n\t\t\t\"text\": \"040590 - Dairy produce; fats and oils derived from milk (other than butter or dairy spreads)\",\r\n\t\t\t\"parent\": \"0405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0406\",\r\n\t\t\t\"text\": \"0406 - Cheese and curd\",\r\n\t\t\t\"parent\": \"04\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040610\",\r\n\t\t\t\"text\": \"040610 - Dairy produce; fresh cheese (including whey cheese), not fermented, and curd\",\r\n\t\t\t\"parent\": \"0406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040620\",\r\n\t\t\t\"text\": \"040620 - Dairy produce; cheese of all kinds, grated or powdered\",\r\n\t\t\t\"parent\": \"0406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040630\",\r\n\t\t\t\"text\": \"040630 - Dairy produce; cheese, processed (not grated or powdered)\",\r\n\t\t\t\"parent\": \"0406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040640\",\r\n\t\t\t\"text\": \"040640 - Dairy produce; cheese, blue-veined and other cheese containing veins produced by Penicillium roqueforti (not grated, powdered or processed)\",\r\n\t\t\t\"parent\": \"0406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040690\",\r\n\t\t\t\"text\": \"040690 - Dairy produce; cheese (not grated, powdered or processed), n.e.c. in heading no. 0406\",\r\n\t\t\t\"parent\": \"0406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0407\",\r\n\t\t\t\"text\": \"0407 - Birds' eggs, in shell; fresh, preserved or cooked\",\r\n\t\t\t\"parent\": \"04\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040700\",\r\n\t\t\t\"text\": \"040700 - Birds' eggs, in shell, fresh/preserved/cooked\",\r\n\t\t\t\"parent\": \"0407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040711\",\r\n\t\t\t\"text\": \"040711 - Birds' eggs, in shell; fresh, fertilised eggs for incubation, of fowls of the species Gallus domesticus (domestic hens)\",\r\n\t\t\t\"parent\": \"0407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040719\",\r\n\t\t\t\"text\": \"040719 - Birds' eggs, in shell; fresh, fertilised eggs for incubation, other than fowls of the species Gallus domesticus (domestic hens)\",\r\n\t\t\t\"parent\": \"0407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040721\",\r\n\t\t\t\"text\": \"040721 - Birds' eggs, in shell; fresh, not for incubation, of fowls of the species Gallus domesticus (domestic hens)\",\r\n\t\t\t\"parent\": \"0407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040729\",\r\n\t\t\t\"text\": \"040729 - Birds' eggs, in shell; fresh, not for incubation, other than fowls of the species Gallus domesticus (domestic hens)\",\r\n\t\t\t\"parent\": \"0407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040790\",\r\n\t\t\t\"text\": \"040790 - Birds' eggs, in shell; preserved or cooked\",\r\n\t\t\t\"parent\": \"0407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0408\",\r\n\t\t\t\"text\": \"0408 - Birds' eggs, not in shell; egg yolks, fresh, dried, cooked by steaming or boiling in water, moulded, frozen or otherwise preserved, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"04\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040811\",\r\n\t\t\t\"text\": \"040811 - Eggs; birds' eggs, yolks, dried, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"0408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040819\",\r\n\t\t\t\"text\": \"040819 - Eggs; birds' eggs, yolks, fresh, cooked by steaming or by boiling in water, moulded, frozen or otherwise preserved, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"0408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040891\",\r\n\t\t\t\"text\": \"040891 - Eggs; birds' eggs (not in shell, excluding yolks only), dried, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"0408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040899\",\r\n\t\t\t\"text\": \"040899 - Eggs; birds' eggs (not in shell, excluding yolks only), fresh, cooked by steaming or boiling in water, moulded, frozen, otherwise preserved, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"0408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0409\",\r\n\t\t\t\"text\": \"0409 - Honey; natural\",\r\n\t\t\t\"parent\": \"04\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040900\",\r\n\t\t\t\"text\": \"040900 - Honey; natural\",\r\n\t\t\t\"parent\": \"0409\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0410\",\r\n\t\t\t\"text\": \"0410 - Animal products; insects and other edible products of animal origin, not elsewhere specified or included\",\r\n\t\t\t\"parent\": \"04\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"041000\",\r\n\t\t\t\"text\": \"041000 - Animal products; edible, n.e.c. in this or other chapters\",\r\n\t\t\t\"parent\": \"0410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"041010\",\r\n\t\t\t\"text\": \"041010 - Animal products; insects\",\r\n\t\t\t\"parent\": \"0410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"041090\",\r\n\t\t\t\"text\": \"041090 - Animal products; edible products of animal origin, not elsewhere specified or included, other than insects\",\r\n\t\t\t\"parent\": \"0410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"05\",\r\n\t\t\t\"text\": \"05 - Animal originated products; not elsewhere specified or included\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0501\",\r\n\t\t\t\"text\": \"0501 - Human hair; unworked, whether or not washed or scoured; waste of human hair\",\r\n\t\t\t\"parent\": \"05\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"050100\",\r\n\t\t\t\"text\": \"050100 - Animal products; hair, human, unworked, whether or not washed or scoured, and waste of human hair\",\r\n\t\t\t\"parent\": \"0501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0502\",\r\n\t\t\t\"text\": \"0502 - Pigs', hogs' or boars' bristles and hair; and waste thereof\",\r\n\t\t\t\"parent\": \"05\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"050210\",\r\n\t\t\t\"text\": \"050210 - Animal products; hair and bristles, of pigs, hogs or boars, and waste thereof\",\r\n\t\t\t\"parent\": \"0502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"050290\",\r\n\t\t\t\"text\": \"050290 - Animal products; badger hair and other brush making hair and waste of such bristles or hair, n.e.c. in heading no. 0502 (excluding horsehair)\",\r\n\t\t\t\"parent\": \"0502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0503\",\r\n\t\t\t\"text\": \"0503 - Horsehair, waste\",\r\n\t\t\t\"parent\": \"05\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"050300\",\r\n\t\t\t\"text\": \"050300 - Horsehair, waste\",\r\n\t\t\t\"parent\": \"0503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0504\",\r\n\t\t\t\"text\": \"0504 - Guts, bladders and stomachs of animals (other than fish); whole and pieces thereof, fresh, chilled, frozen, salted, in brine, dried or smoked\",\r\n\t\t\t\"parent\": \"05\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"050400\",\r\n\t\t\t\"text\": \"050400 - Animal products; guts, bladders and stomachs of animals (other than fish), whole and pieces thereof, fresh, chilled, frozen, salted, in brine, dried or smoked\",\r\n\t\t\t\"parent\": \"0504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0505\",\r\n\t\t\t\"text\": \"0505 - Skins and other parts of birds with feathers, down; feathers, down and parts thereof; not further worked than cleaned, disinfected, treated for preservation; powder, waste and parts of feathers\",\r\n\t\t\t\"parent\": \"05\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"050510\",\r\n\t\t\t\"text\": \"050510 - Animal products; feathers and down used for stuffing, not further worked than cleaned, disinfected or treated for preservation\",\r\n\t\t\t\"parent\": \"0505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"050590\",\r\n\t\t\t\"text\": \"050590 - Animal products; skins and other parts of birds, feathers and down (not for stuffing), powder and waste of such, not further worked than cleaned, disinfected or treated for preservation\",\r\n\t\t\t\"parent\": \"0505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0506\",\r\n\t\t\t\"text\": \"0506 - Bones and horn-cores, unworked, defatted, simply prepared (but not cut to shape), treated with acid or degelatinised; powder and waste of these products\",\r\n\t\t\t\"parent\": \"05\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"050610\",\r\n\t\t\t\"text\": \"050610 - Animal products; ossein and bones treated with acid\",\r\n\t\t\t\"parent\": \"0506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"050690\",\r\n\t\t\t\"text\": \"050690 - Animal products; bones and horn-cores and powder or waste of such, unworked, defatted, simply prepared (not cut to shape), or treated with acid or degelatinised, n.e.c. in heading no. 0506\",\r\n\t\t\t\"parent\": \"0506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0507\",\r\n\t\t\t\"text\": \"0507 - Ivory, tortoise-shell, whalebone and whalebone hair, horns, antlers, hooves, nails, claws and beaks unworked or simply prepared, not cut to shape; waste and powder of these products\",\r\n\t\t\t\"parent\": \"05\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"050710\",\r\n\t\t\t\"text\": \"050710 - Animal products; ivory, unworked or simply prepared but not cut to shape, ivory powder and waste\",\r\n\t\t\t\"parent\": \"0507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"050790\",\r\n\t\t\t\"text\": \"050790 - Animal products; tortoise-shell, whalebone and whalebone hair, horns, antlers, hooves, nails, claws and beaks, unworked or simply prepared but not cut to shape, waste and powder of these products\",\r\n\t\t\t\"parent\": \"0507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0508\",\r\n\t\t\t\"text\": \"0508 - Coral and similar materials, unworked or simply prepared, shells of molluscs, crustaceans or echinoderms and cuttle-bone, not cut to shape powder and waste thereof\",\r\n\t\t\t\"parent\": \"05\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"050800\",\r\n\t\t\t\"text\": \"050800 - Animal products; coral and similar materials, shells of molluscs, crustaceans, echinoderms, cuttle-bone, unworked or simply prepared but not cut to shape, powder and waste thereof\",\r\n\t\t\t\"parent\": \"0508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0509\",\r\n\t\t\t\"text\": \"0509 - Sponges, natural, of animal origin\",\r\n\t\t\t\"parent\": \"05\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"050900\",\r\n\t\t\t\"text\": \"050900 - Sponges, natural, of animal origin\",\r\n\t\t\t\"parent\": \"0509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0510\",\r\n\t\t\t\"text\": \"0510 - Ambergris, castoreum, civet and musk; cantharides; bile, dried or not glands, other animal products used in preparation of pharmaceutical products, fresh chilled, frozen or otherwise provisionally preserved\",\r\n\t\t\t\"parent\": \"05\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"051000\",\r\n\t\t\t\"text\": \"051000 - Animal products; ambergris, castoreum, civet, musk, cantharides, bile (dried or not) glands and other animal products, for pharmaceutical purposes, fresh, chilled, frozen or otherwise provisionally preserved\",\r\n\t\t\t\"parent\": \"0510\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0511\",\r\n\t\t\t\"text\": \"0511 - Animal products not elsewhere specified or included; dead animals of chapter 1 or 3, unfit for human consumption\",\r\n\t\t\t\"parent\": \"05\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"051110\",\r\n\t\t\t\"text\": \"051110 - Animal products; bovine semen\",\r\n\t\t\t\"parent\": \"0511\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"051191\",\r\n\t\t\t\"text\": \"051191 - Animal products; of fish or crustaceans, molluscs or other aquatic invertebrates; dead animals of chapter 03, unfit for human consumption\",\r\n\t\t\t\"parent\": \"0511\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"051199\",\r\n\t\t\t\"text\": \"051199 - Animal products; n.e.c. in chapter 5\",\r\n\t\t\t\"parent\": \"0511\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"06\",\r\n\t\t\t\"text\": \"06 - Trees and other plants, live; bulbs, roots and the like; cut flowers and ornamental foliage\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0601\",\r\n\t\t\t\"text\": \"0601 - Bulbs, tubers, tuberous roots, corms, crowns and rhizomes; dormant, in growth or in flower; chicory plants and roots other than roots of heading no. 1212\",\r\n\t\t\t\"parent\": \"06\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060110\",\r\n\t\t\t\"text\": \"060110 - Plants, live; bulbs, tubers, tuberous roots, corms, crowns and rhizomes, dormant\",\r\n\t\t\t\"parent\": \"0601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060120\",\r\n\t\t\t\"text\": \"060120 - Plants, live; bulbs, tubers, tuberous roots, corms, crowns and rhizomes, in growth or in flower, chicory plants and roots other than of heading no. 1212\",\r\n\t\t\t\"parent\": \"0601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0602\",\r\n\t\t\t\"text\": \"0602 - Plants, live; n.e.c. in heading no. 0601, (including their roots) cuttings and slips; mushroom spawn\",\r\n\t\t\t\"parent\": \"06\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060210\",\r\n\t\t\t\"text\": \"060210 - Plants, live; unrooted cuttings and slips\",\r\n\t\t\t\"parent\": \"0602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060220\",\r\n\t\t\t\"text\": \"060220 - Plants, live; edible fruit or nut trees, shrubs and bushes, grafted or not\",\r\n\t\t\t\"parent\": \"0602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060230\",\r\n\t\t\t\"text\": \"060230 - Plants, live; rhododendrons and azaleas, grafted or not\",\r\n\t\t\t\"parent\": \"0602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060240\",\r\n\t\t\t\"text\": \"060240 - Plants, live; roses, grafted or not\",\r\n\t\t\t\"parent\": \"0602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060290\",\r\n\t\t\t\"text\": \"060290 - Plants, live; n.e.c. in heading no. 0602\",\r\n\t\t\t\"parent\": \"0602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060291\",\r\n\t\t\t\"text\": \"060291 - Mushroom spawn\",\r\n\t\t\t\"parent\": \"0602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060299\",\r\n\t\t\t\"text\": \"060299 - Plants, live (including their roots),nes\",\r\n\t\t\t\"parent\": \"0602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0603\",\r\n\t\t\t\"text\": \"0603 - Flowers; cut flowers and flower buds of a kind suitable for bouquets or for ornamental purposes, fresh, dried, dyed, bleached, impregnated or otherwise prepared\",\r\n\t\t\t\"parent\": \"06\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060310\",\r\n\t\t\t\"text\": \"060310 - Cut flowers and flower buds for bouquets, etc., fresh\",\r\n\t\t\t\"parent\": \"0603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060311\",\r\n\t\t\t\"text\": \"060311 - Flowers, cut; roses, flowers and buds of a kind suitable for bouquets or ornamental purposes, fresh\",\r\n\t\t\t\"parent\": \"0603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060312\",\r\n\t\t\t\"text\": \"060312 - Flowers, cut; carnations, flowers and buds of a kind suitable for bouquets or ornamental purposes, fresh\",\r\n\t\t\t\"parent\": \"0603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060313\",\r\n\t\t\t\"text\": \"060313 - Flowers, cut; orchids, flowers and buds of a kind suitable for bouquets or ornamental purposes, fresh\",\r\n\t\t\t\"parent\": \"0603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060314\",\r\n\t\t\t\"text\": \"060314 - Flowers, cut; chrysanthemums, flowers and buds of a kind suitable for bouquets or ornamental purposes, fresh\",\r\n\t\t\t\"parent\": \"0603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060315\",\r\n\t\t\t\"text\": \"060315 - Flowers, cut; lilies (Lilium spp.), flowers and flower buds of a kind suitable for bouquets or ornamental purposes, fresh\",\r\n\t\t\t\"parent\": \"0603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060319\",\r\n\t\t\t\"text\": \"060319 - Flowers, cut; flowers and buds of a kind suitable for bouquets or ornamental purposes, fresh, other than roses, carnations, orchids, chrysanthemums or lillies\",\r\n\t\t\t\"parent\": \"0603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060390\",\r\n\t\t\t\"text\": \"060390 - Flowers, cut; flowers and flower buds of a kind suitable for bouquets or ornamental purposes, dried, dyed, bleached, impregnated or otherwise prepared\",\r\n\t\t\t\"parent\": \"0603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0604\",\r\n\t\t\t\"text\": \"0604 - Foliage, branches and other parts of plants, without flowers or flower buds, and grasses, mosses and lichens; suitable for bouquets or for ornamental purposes, fresh, dried, dyed, bleached, impregnated etc.\",\r\n\t\t\t\"parent\": \"06\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060410\",\r\n\t\t\t\"text\": \"060410 - Mosses & lichens\",\r\n\t\t\t\"parent\": \"0604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060420\",\r\n\t\t\t\"text\": \"060420 - Foliage, branches and other parts of plants, without flowers or flower buds, and grasses, mosses and lichens; suitable for bouquets or for ornamental purposes, fresh\",\r\n\t\t\t\"parent\": \"0604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060490\",\r\n\t\t\t\"text\": \"060490 - Foliage, branches and other parts of plants, without flowers or flower buds, and grasses, mosses and lichens; suitable for bouquets or for ornamental purposes, dried, dyed, bleached, impregnated or otherwise prepared\",\r\n\t\t\t\"parent\": \"0604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060491\",\r\n\t\t\t\"text\": \"060491 - Foliage, branches & other parts of plants, without flowers/flower buds, & grasses, mosses & lichens, being goods of a kind suit. for bouquets/ornamental purposes, fresh\",\r\n\t\t\t\"parent\": \"0604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060499\",\r\n\t\t\t\"text\": \"060499 - Foliage, branches & other parts of plants, without flowers/flower buds/grasses (excl. of 0604.10), being goods of a kind suitable for bouquets/ornamental purposes, dried/dyed/bleached/impregnated/othw. prepared\",\r\n\t\t\t\"parent\": \"0604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"07\",\r\n\t\t\t\"text\": \"07 - Vegetables and certain roots and tubers; edible\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0701\",\r\n\t\t\t\"text\": \"0701 - Potatoes; fresh or chilled\",\r\n\t\t\t\"parent\": \"07\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070110\",\r\n\t\t\t\"text\": \"070110 - Vegetables; seed potatoes, fresh or chilled\",\r\n\t\t\t\"parent\": \"0701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070190\",\r\n\t\t\t\"text\": \"070190 - Vegetables; potatoes (other than seed), fresh or chilled\",\r\n\t\t\t\"parent\": \"0701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0702\",\r\n\t\t\t\"text\": \"0702 - Tomatoes; fresh or chilled\",\r\n\t\t\t\"parent\": \"07\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070200\",\r\n\t\t\t\"text\": \"070200 - Vegetables; tomatoes, fresh or chilled\",\r\n\t\t\t\"parent\": \"0702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0703\",\r\n\t\t\t\"text\": \"0703 - Onions, shallots, garlic, leeks and other alliaceous vegetables; fresh or chilled\",\r\n\t\t\t\"parent\": \"07\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070310\",\r\n\t\t\t\"text\": \"070310 - Vegetables, alliaceous; onions and shallots, fresh or chilled\",\r\n\t\t\t\"parent\": \"0703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070320\",\r\n\t\t\t\"text\": \"070320 - Vegetables, alliaceous; garlic, fresh or chilled\",\r\n\t\t\t\"parent\": \"0703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070390\",\r\n\t\t\t\"text\": \"070390 - Vegetables, alliaceous; leeks and other kinds n.e.c. in heading no. 0703, fresh or chilled\",\r\n\t\t\t\"parent\": \"0703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0704\",\r\n\t\t\t\"text\": \"0704 - Cabbages, cauliflowers, kohlrabi, kale and similar edible brassicas; fresh or chilled\",\r\n\t\t\t\"parent\": \"07\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070410\",\r\n\t\t\t\"text\": \"070410 - Vegetables, brassica; cauliflowers and broccoli, fresh or chilled\",\r\n\t\t\t\"parent\": \"0704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070420\",\r\n\t\t\t\"text\": \"070420 - Vegetables, brassica; brussel sprouts, fresh or chilled\",\r\n\t\t\t\"parent\": \"0704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070490\",\r\n\t\t\t\"text\": \"070490 - Vegetables, brassica; edible, n.e.c. in heading no. 0704, fresh or chilled\",\r\n\t\t\t\"parent\": \"0704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0705\",\r\n\t\t\t\"text\": \"0705 - Lettuce (lactuca sativa) and chicory (cichorium spp.) fresh or chilled\",\r\n\t\t\t\"parent\": \"07\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070511\",\r\n\t\t\t\"text\": \"070511 - Vegetables; cabbage (head) lettuce (lactuca sativa), fresh or chilled\",\r\n\t\t\t\"parent\": \"0705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070519\",\r\n\t\t\t\"text\": \"070519 - Vegetables; lettuce (lactuca sativa), (other than cabbage lettuce), fresh or chilled\",\r\n\t\t\t\"parent\": \"0705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070521\",\r\n\t\t\t\"text\": \"070521 - Vegetables; witloff chicory (cichorium intybus var. foliosum), fresh or chilled\",\r\n\t\t\t\"parent\": \"0705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070529\",\r\n\t\t\t\"text\": \"070529 - Vegetables; chicory (cichorium spp.), (other than witloof chicory), fresh or chilled\",\r\n\t\t\t\"parent\": \"0705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0706\",\r\n\t\t\t\"text\": \"0706 - Carrots, turnips, salad beetroot, salsify, celeriac, radishes and similar edible roots; fresh or chilled\",\r\n\t\t\t\"parent\": \"07\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070610\",\r\n\t\t\t\"text\": \"070610 - Vegetables, root; carrots and turnips, fresh or chilled\",\r\n\t\t\t\"parent\": \"0706\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070690\",\r\n\t\t\t\"text\": \"070690 - Vegetables, root; salad beetroot, salsify, celeric, radishes and similar edible roots, fresh or chilled\",\r\n\t\t\t\"parent\": \"0706\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0707\",\r\n\t\t\t\"text\": \"0707 - Cucumbers and gherkins; fresh or chilled\",\r\n\t\t\t\"parent\": \"07\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070700\",\r\n\t\t\t\"text\": \"070700 - Vegetables; cucumbers and gherkins, fresh or chilled\",\r\n\t\t\t\"parent\": \"0707\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0708\",\r\n\t\t\t\"text\": \"0708 - Leguminous vegetables; shelled or unshelled, fresh or chilled\",\r\n\t\t\t\"parent\": \"07\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070810\",\r\n\t\t\t\"text\": \"070810 - Vegetables, leguminous; peas (pisum sativum), shelled or unshelled, fresh or chilled\",\r\n\t\t\t\"parent\": \"0708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070820\",\r\n\t\t\t\"text\": \"070820 - Vegetables, leguminous; beans (vigna spp., phaseolus spp.), shelled or unshelled, fresh or chilled\",\r\n\t\t\t\"parent\": \"0708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070890\",\r\n\t\t\t\"text\": \"070890 - Vegetables, leguminous; (other than peas and beans), shelled or unshelled, fresh or chilled\",\r\n\t\t\t\"parent\": \"0708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0709\",\r\n\t\t\t\"text\": \"0709 - Vegetables; n.e.c. in chapter 07, fresh or chilled\",\r\n\t\t\t\"parent\": \"07\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070910\",\r\n\t\t\t\"text\": \"070910 - Globe artichokes, fresh or chilled\",\r\n\t\t\t\"parent\": \"0709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070920\",\r\n\t\t\t\"text\": \"070920 - Vegetables; asparagus, fresh or chilled\",\r\n\t\t\t\"parent\": \"0709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070930\",\r\n\t\t\t\"text\": \"070930 - Vegetables; aubergines, (e.g. plants), fresh or chilled\",\r\n\t\t\t\"parent\": \"0709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070940\",\r\n\t\t\t\"text\": \"070940 - Vegetables; celery (other than celeriac), fresh or chilled\",\r\n\t\t\t\"parent\": \"0709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070951\",\r\n\t\t\t\"text\": \"070951 - Vegetables; mushrooms of the genus Agaricus, fresh or chilled\",\r\n\t\t\t\"parent\": \"0709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070952\",\r\n\t\t\t\"text\": \"070952 - Vegetables; mushrooms of the genus Boletus, fresh or chilled\",\r\n\t\t\t\"parent\": \"0709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070953\",\r\n\t\t\t\"text\": \"070953 - Vegetables; mushrooms of the genus Cantharellus, fresh or chilled\",\r\n\t\t\t\"parent\": \"0709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070954\",\r\n\t\t\t\"text\": \"070954 - Vegetables; shiitake mushrooms (Lentinus edodes), fresh or chilled\",\r\n\t\t\t\"parent\": \"0709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070955\",\r\n\t\t\t\"text\": \"070955 - Vegetables; matsutake mushrooms (Tricholoma matsutake, Tricholoma magnivelare, Tricholoma anatolicum, Tricholoma dulciolens, Tricholoma caligatum), fresh or chilled\",\r\n\t\t\t\"parent\": \"0709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070956\",\r\n\t\t\t\"text\": \"070956 - Vegetables; truffles (Tuber spp.), fresh or chilled\",\r\n\t\t\t\"parent\": \"0709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070959\",\r\n\t\t\t\"text\": \"070959 - Vegetables; truffles and mushrooms n.e.c. in heading 0709, fresh or chilled\",\r\n\t\t\t\"parent\": \"0709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070960\",\r\n\t\t\t\"text\": \"070960 - Vegetables; fruits of the genus capsicum or of the genus pimenta, fresh or chilled\",\r\n\t\t\t\"parent\": \"0709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070970\",\r\n\t\t\t\"text\": \"070970 - Vegetables; spinach, New Zealand spinach and orache spinach (garden spinach), fresh or chilled\",\r\n\t\t\t\"parent\": \"0709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070990\",\r\n\t\t\t\"text\": \"070990 - Vegetables,n.e.s. in 07.01-07.09, fresh/chilled\",\r\n\t\t\t\"parent\": \"0709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070991\",\r\n\t\t\t\"text\": \"070991 - Vegetables; globe artichokes, fresh or chilled\",\r\n\t\t\t\"parent\": \"0709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070992\",\r\n\t\t\t\"text\": \"070992 - Vegetables; olives, fresh or chilled\",\r\n\t\t\t\"parent\": \"0709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070993\",\r\n\t\t\t\"text\": \"070993 - Vegetables; pumpkins, squash and gourds (Cucurbita spp.), fresh or chilled\",\r\n\t\t\t\"parent\": \"0709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070999\",\r\n\t\t\t\"text\": \"070999 - Vegetables; edible, n.e.c. in chapter 07, fresh or chilled\",\r\n\t\t\t\"parent\": \"0709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0710\",\r\n\t\t\t\"text\": \"0710 - Vegetables (uncooked or cooked by steaming or boiling in water); frozen\",\r\n\t\t\t\"parent\": \"07\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071010\",\r\n\t\t\t\"text\": \"071010 - Vegetables; potatoes, uncooked or cooked by steaming or boiling in water, frozen\",\r\n\t\t\t\"parent\": \"0710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071021\",\r\n\t\t\t\"text\": \"071021 - Vegetables, leguminous; peas (pisum sativum), shelled or unshelled, uncooked or cooked by steaming or boiling in water, frozen\",\r\n\t\t\t\"parent\": \"0710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071022\",\r\n\t\t\t\"text\": \"071022 - Vegetables, leguminous; beans (vigna spp., phaseolus spp.), shelled or unshelled, uncooked or cooked by steaming or boiling in water, frozen\",\r\n\t\t\t\"parent\": \"0710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071029\",\r\n\t\t\t\"text\": \"071029 - Vegetables, leguminous; (other than peas or beans), shelled or unshelled, uncooked or cooked by steaming or boiling in water, frozen\",\r\n\t\t\t\"parent\": \"0710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071030\",\r\n\t\t\t\"text\": \"071030 - Vegetables; spinach, New Zealand spinach and orache spinach (garden spinach), uncooked or cooked by steaming or boiling in water, frozen\",\r\n\t\t\t\"parent\": \"0710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071040\",\r\n\t\t\t\"text\": \"071040 - Vegetables; sweetcorn, uncooked or cooked by steaming or boiling in water, frozen\",\r\n\t\t\t\"parent\": \"0710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071080\",\r\n\t\t\t\"text\": \"071080 - Vegetables; uncooked or cooked by steaming or boiling in water, n.e.c. in heading no. 0710, frozen\",\r\n\t\t\t\"parent\": \"0710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071090\",\r\n\t\t\t\"text\": \"071090 - Vegetable mixtures; uncooked or cooked by steaming or boiling in water, frozen\",\r\n\t\t\t\"parent\": \"0710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0711\",\r\n\t\t\t\"text\": \"0711 - Vegetables provisionally preserved, but unsuitable in that state for immediate consumption\",\r\n\t\t\t\"parent\": \"07\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071110\",\r\n\t\t\t\"text\": \"071110 - Onions, provisionally preserved\",\r\n\t\t\t\"parent\": \"0711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071120\",\r\n\t\t\t\"text\": \"071120 - Vegetables; olives, provisionally preserved but unsuitable in that state for immediate consumption\",\r\n\t\t\t\"parent\": \"0711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071130\",\r\n\t\t\t\"text\": \"071130 - Capers, provisionally preserved\",\r\n\t\t\t\"parent\": \"0711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071140\",\r\n\t\t\t\"text\": \"071140 - Vegetables; cucumbers and gherkins, provisionally preserved but unsuitable in that state for immediate consumption\",\r\n\t\t\t\"parent\": \"0711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071151\",\r\n\t\t\t\"text\": \"071151 - Vegetables; mushrooms of the genus Agaricus, provisionally preserved but unsuitable in that state for immediate consumption\",\r\n\t\t\t\"parent\": \"0711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071159\",\r\n\t\t\t\"text\": \"071159 - Vegetables; mushrooms other than of the genus Agaricus, provisionally preserved but unsuitable in that state for immediate consumption\",\r\n\t\t\t\"parent\": \"0711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071190\",\r\n\t\t\t\"text\": \"071190 - Vegetables and mixed vegetables; n.e.c. in heading no. 0711, provisionally preserved but unsuitable in that state for immediate consumption\",\r\n\t\t\t\"parent\": \"0711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0712\",\r\n\t\t\t\"text\": \"0712 - Vegetables, dried; whole, cut, sliced, broken or in powder, but not further prepared\",\r\n\t\t\t\"parent\": \"07\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071210\",\r\n\t\t\t\"text\": \"071210 - Potatoes, dried, not further prepared\",\r\n\t\t\t\"parent\": \"0712\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071220\",\r\n\t\t\t\"text\": \"071220 - Vegetables; onions, whole, cut, sliced, broken or in powder but not further prepared, dried\",\r\n\t\t\t\"parent\": \"0712\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071230\",\r\n\t\t\t\"text\": \"071230 - Mushrooms and truffles, dried, not further prepared\",\r\n\t\t\t\"parent\": \"0712\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071231\",\r\n\t\t\t\"text\": \"071231 - Vegetables; mushrooms of the genus Agaricus, whole, cut, sliced, broken or in powder but not further prepared, dried\",\r\n\t\t\t\"parent\": \"0712\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071232\",\r\n\t\t\t\"text\": \"071232 - Vegetables; wood ears (Auricularia spp), whole, cut, sliced, broken or in powder but not further prepared, dried\",\r\n\t\t\t\"parent\": \"0712\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071233\",\r\n\t\t\t\"text\": \"071233 - Vegetables; jelly fungi (Tremella spp)), whole, cut, sliced, broken or in powder but not further prepared, dried\",\r\n\t\t\t\"parent\": \"0712\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071234\",\r\n\t\t\t\"text\": \"071234 - Vegetables; shiitake mushrooms (Lentinus edodes), whole, cut, sliced, broken or in powder but not further prepared, dried\",\r\n\t\t\t\"parent\": \"0712\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071239\",\r\n\t\t\t\"text\": \"071239 - Vegetables; mushrooms and truffles n.e.c. in item 0712.3, whole, cut, sliced, broken or in powder but not further prepared, dried\",\r\n\t\t\t\"parent\": \"0712\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071290\",\r\n\t\t\t\"text\": \"071290 - Vegetables; mixtures of vegetables n.e.c. in heading no. 0712, whole, cut, sliced, broken or in powder but not further prepared, dried\",\r\n\t\t\t\"parent\": \"0712\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0713\",\r\n\t\t\t\"text\": \"0713 - Vegetables, leguminous; shelled, whether or not skinned or split, dried\",\r\n\t\t\t\"parent\": \"07\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071310\",\r\n\t\t\t\"text\": \"071310 - Vegetables, leguminous; peas (pisum sativum), shelled, whether or not skinned or split, dried\",\r\n\t\t\t\"parent\": \"0713\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071320\",\r\n\t\t\t\"text\": \"071320 - Vegetables, leguminous; chickpeas (garbanzos), shelled, whether or not skinned or split, dried\",\r\n\t\t\t\"parent\": \"0713\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071331\",\r\n\t\t\t\"text\": \"071331 - Vegetables, leguminous; beans of the species vigna mungo (l.) hepper or vigna radiata (l.) wilczek, shelled, whether or not skinned or split, dried\",\r\n\t\t\t\"parent\": \"0713\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071332\",\r\n\t\t\t\"text\": \"071332 - Vegetables, leguminous; small red (adzuki) beans (phaseolus or vigna angularis), shelled, whether or not skinned or split, dried\",\r\n\t\t\t\"parent\": \"0713\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071333\",\r\n\t\t\t\"text\": \"071333 - Vegetables, leguminous; kidney beans, including white pea beans (phaseolus vulgaris), shelled, whether or not skinned or split, dried\",\r\n\t\t\t\"parent\": \"0713\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071334\",\r\n\t\t\t\"text\": \"071334 - Vegetables, leguminous; bambara beans (Vigna subterranea or Voandzeia subterranea), shelled, whether or not skinned or split, dried\",\r\n\t\t\t\"parent\": \"0713\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071335\",\r\n\t\t\t\"text\": \"071335 - Vegetables, leguminous; cow peas (Vigna unguiculata), shelled, whether or not skinned or split, dried\",\r\n\t\t\t\"parent\": \"0713\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071339\",\r\n\t\t\t\"text\": \"071339 - Vegetables, leguminous; n.e.c. in item no. 0713.3, shelled, whether or not skinned or split, dried\",\r\n\t\t\t\"parent\": \"0713\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071340\",\r\n\t\t\t\"text\": \"071340 - Vegetables, leguminous; lentils, shelled, whether or not skinned or split, dried\",\r\n\t\t\t\"parent\": \"0713\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071350\",\r\n\t\t\t\"text\": \"071350 - Vegetables, leguminous; broad beans (vicia faba var. major) and horse beans (vicia faba var. equina, vicia faba var. minor), shelled, whether or not skinned or split, dried\",\r\n\t\t\t\"parent\": \"0713\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071360\",\r\n\t\t\t\"text\": \"071360 - Vegetables, leguminous; pigeon peas (Cajanus cajan), shelled, whether or not skinned or split, dried\",\r\n\t\t\t\"parent\": \"0713\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071390\",\r\n\t\t\t\"text\": \"071390 - Vegetables, leguminous; n.e.c. in heading no. 0713, shelled, whether or not skinned or split, dried\",\r\n\t\t\t\"parent\": \"0713\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0714\",\r\n\t\t\t\"text\": \"0714 - Manioc, arrowroot, salep, Jerusalem artichokes, sweet potatoes and similar roots and tubers with high starch or inulin content; fresh, chilled, frozen or dried, whether or not sliced or in the form of pellets; sago pith\",\r\n\t\t\t\"parent\": \"07\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071410\",\r\n\t\t\t\"text\": \"071410 - Vegetable roots and tubers; manioc (cassava), with high starch or inulin content, fresh, chilled, frozen or dried, whether or not sliced or in the form of pellets\",\r\n\t\t\t\"parent\": \"0714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071420\",\r\n\t\t\t\"text\": \"071420 - Vegetable roots and tubers; sweet potatoes, with high starch or inulin content, fresh, chilled, frozen or dried, whether or not sliced or in the form of pellets\",\r\n\t\t\t\"parent\": \"0714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071430\",\r\n\t\t\t\"text\": \"071430 - Vegetable roots and tubers; yams (Dioscorea spp.) with high starch or inulin content, fresh, chilled, frozen or dried, whether or not sliced or in the form of pellets\",\r\n\t\t\t\"parent\": \"0714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071440\",\r\n\t\t\t\"text\": \"071440 - Vegetable roots and tubers; taro (Colocasia spp.) with high starch or inulin content, fresh, chilled, frozen or dried, whether or not sliced or in the form of pellets\",\r\n\t\t\t\"parent\": \"0714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071450\",\r\n\t\t\t\"text\": \"071450 - Vegetable roots and tubers; yautia (Xanthosoma spp.) with high starch or inulin content, fresh, chilled, frozen or dried, whether or not sliced or in the form of pellets\",\r\n\t\t\t\"parent\": \"0714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071490\",\r\n\t\t\t\"text\": \"071490 - Vegetable roots and tubers; arrowroot, salep, Jerusalem artichokes and similar roots and tubers (not manioc, sweet potatoes, yams, taro or yautia), high starch or inulin content, fresh, chilled, frozen, dried, sliced or not, or in pellet form; sago pith\",\r\n\t\t\t\"parent\": \"0714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"08\",\r\n\t\t\t\"text\": \"08 - Fruit and nuts, edible; peel of citrus fruit or melons\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0801\",\r\n\t\t\t\"text\": \"0801 - Nuts, edible; coconuts, Brazil nuts and cashew nuts, fresh or dried, whether or not shelled or peeled\",\r\n\t\t\t\"parent\": \"08\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080110\",\r\n\t\t\t\"text\": \"080110 - Coconuts, fresh or dried\",\r\n\t\t\t\"parent\": \"0801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080111\",\r\n\t\t\t\"text\": \"080111 - Nuts, edible; coconuts, desiccated\",\r\n\t\t\t\"parent\": \"0801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080112\",\r\n\t\t\t\"text\": \"080112 - Nuts, edible; coconuts, in the inner shell (endocarp)\",\r\n\t\t\t\"parent\": \"0801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080119\",\r\n\t\t\t\"text\": \"080119 - Nuts, edible; coconuts, fresh or dried, other than desiccated or in the inner shell (endocarp)\",\r\n\t\t\t\"parent\": \"0801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080120\",\r\n\t\t\t\"text\": \"080120 - Brazil nuts, fresh or dried\",\r\n\t\t\t\"parent\": \"0801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080121\",\r\n\t\t\t\"text\": \"080121 - Nuts, edible; brazil nuts, fresh or dried, in shell\",\r\n\t\t\t\"parent\": \"0801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080122\",\r\n\t\t\t\"text\": \"080122 - Nuts, edible; brazil nuts, fresh or dried, shelled\",\r\n\t\t\t\"parent\": \"0801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080130\",\r\n\t\t\t\"text\": \"080130 - Cashew nuts, fresh or dried\",\r\n\t\t\t\"parent\": \"0801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080131\",\r\n\t\t\t\"text\": \"080131 - Nuts, edible; cashew nuts, fresh or dried, in shell\",\r\n\t\t\t\"parent\": \"0801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080132\",\r\n\t\t\t\"text\": \"080132 - Nuts, edible; cashew nuts, fresh or dried, shelled\",\r\n\t\t\t\"parent\": \"0801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0802\",\r\n\t\t\t\"text\": \"0802 - Nuts (excluding coconuts, Brazils and cashew nuts); fresh or dried, whether or not shelled or peeled\",\r\n\t\t\t\"parent\": \"08\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080211\",\r\n\t\t\t\"text\": \"080211 - Nuts, edible; almonds, fresh or dried, in shell\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080212\",\r\n\t\t\t\"text\": \"080212 - Nuts, edible; almonds, fresh or dried, shelled\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080221\",\r\n\t\t\t\"text\": \"080221 - Nuts, edible; hazelnuts or filberts (corylus spp.), fresh or dried, in shell\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080222\",\r\n\t\t\t\"text\": \"080222 - Nuts, edible; hazelnuts or filberts (corylus spp.), fresh or dried, shelled\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080231\",\r\n\t\t\t\"text\": \"080231 - Nuts, edible; walnuts, fresh or dried, in shell\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080232\",\r\n\t\t\t\"text\": \"080232 - Nuts, edible; walnuts, fresh or dried, shelled\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080240\",\r\n\t\t\t\"text\": \"080240 - Chestnuts (Castanea spp.)\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080241\",\r\n\t\t\t\"text\": \"080241 - Nuts, edible; chestnuts (Castanea spp.), fresh or dried, in shell\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080242\",\r\n\t\t\t\"text\": \"080242 - Nuts, edible; chestnuts (Castanea spp.), fresh or dried, shelled\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080250\",\r\n\t\t\t\"text\": \"080250 - Pistachios\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080251\",\r\n\t\t\t\"text\": \"080251 - Nuts, edible; pistachios, fresh or dried, in shell\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080252\",\r\n\t\t\t\"text\": \"080252 - Nuts, edible; pistachios, fresh or dried, shelled\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080260\",\r\n\t\t\t\"text\": \"080260 - Macadamia nuts\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080261\",\r\n\t\t\t\"text\": \"080261 - Nuts, edible; macadamia, fresh or dried, in shell\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080262\",\r\n\t\t\t\"text\": \"080262 - Nuts, edible; macadamia, fresh or dried, shelled\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080270\",\r\n\t\t\t\"text\": \"080270 - Nuts, edible; kola nuts (Cola spp.), fresh or dried, whether or not shelled or peeled\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080280\",\r\n\t\t\t\"text\": \"080280 - Nuts, edible; areca nuts, fresh or dried, whether or not shelled or peeled\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080290\",\r\n\t\t\t\"text\": \"080290 - Nuts, edible; n.e.c. in heading no. 0801 and 0802, fresh or dried, whether or not shelled or peeled\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080291\",\r\n\t\t\t\"text\": \"080291 - Nuts, edible; pine nuts, fresh or dried, in shell\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080292\",\r\n\t\t\t\"text\": \"080292 - Nuts, edible; pine nuts, fresh or dried, shelled\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080299\",\r\n\t\t\t\"text\": \"080299 - Nuts, edible; n.e.c. in heading 0801 and 0802, fresh or dried, whether or not shelled or peeled\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0803\",\r\n\t\t\t\"text\": \"0803 - Bananas, including plantains; fresh or dried\",\r\n\t\t\t\"parent\": \"08\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080300\",\r\n\t\t\t\"text\": \"080300 - Bananas, incl. plantains, fresh/dried\",\r\n\t\t\t\"parent\": \"0803\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080310\",\r\n\t\t\t\"text\": \"080310 - Fruit, edible; plantains, fresh or dried\",\r\n\t\t\t\"parent\": \"0803\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080390\",\r\n\t\t\t\"text\": \"080390 - Fruit, edible; bananas, other than plantains, fresh or dried\",\r\n\t\t\t\"parent\": \"0803\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0804\",\r\n\t\t\t\"text\": \"0804 - Dates, figs, pineapples, avocados, guavas, mangoes and mangosteens; fresh or dried\",\r\n\t\t\t\"parent\": \"08\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080410\",\r\n\t\t\t\"text\": \"080410 - Fruit, edible; dates, fresh or dried\",\r\n\t\t\t\"parent\": \"0804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080420\",\r\n\t\t\t\"text\": \"080420 - Fruit, edible; figs, fresh or dried\",\r\n\t\t\t\"parent\": \"0804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080430\",\r\n\t\t\t\"text\": \"080430 - Fruit, edible; pineapples, fresh or dried\",\r\n\t\t\t\"parent\": \"0804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080440\",\r\n\t\t\t\"text\": \"080440 - Fruit, edible; avocados, fresh or dried\",\r\n\t\t\t\"parent\": \"0804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080450\",\r\n\t\t\t\"text\": \"080450 - Fruit, edible; guavas, mangoes and mangosteens, fresh or dried\",\r\n\t\t\t\"parent\": \"0804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0805\",\r\n\t\t\t\"text\": \"0805 - Citrus fruit; fresh or dried\",\r\n\t\t\t\"parent\": \"08\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080510\",\r\n\t\t\t\"text\": \"080510 - Fruit, edible; oranges, fresh or dried\",\r\n\t\t\t\"parent\": \"0805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080520\",\r\n\t\t\t\"text\": \"080520 - Fruit, edible; mandarins (including tangerines and satsumas), clementines, wilkings and similar citrus hybrids, fresh or dried\",\r\n\t\t\t\"parent\": \"0805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080521\",\r\n\t\t\t\"text\": \"080521 - Fruit, edible; mandarins (including tangerines and satsumas), fresh or dried\",\r\n\t\t\t\"parent\": \"0805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080522\",\r\n\t\t\t\"text\": \"080522 - Fruit, edible; clementines, fresh or dried\",\r\n\t\t\t\"parent\": \"0805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080529\",\r\n\t\t\t\"text\": \"080529 - Fruit, edible; tangelos, wilkings and similar citrus hybrid, fresh or dried\",\r\n\t\t\t\"parent\": \"0805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080530\",\r\n\t\t\t\"text\": \"080530 - Lemons and limes, fresh or dried\",\r\n\t\t\t\"parent\": \"0805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080540\",\r\n\t\t\t\"text\": \"080540 - Fruit, edible; grapefruit and pomelos, fresh or dried\",\r\n\t\t\t\"parent\": \"0805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080550\",\r\n\t\t\t\"text\": \"080550 - Fruit, edible; lemons (Citrus limon, Citrus limonum), limes (Citrus aurantifolia, Citrus latifolia), fresh or dried\",\r\n\t\t\t\"parent\": \"0805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080590\",\r\n\t\t\t\"text\": \"080590 - Fruit, edible; citrus fruit n.e.c. in heading no. 0805, fresh or dried\",\r\n\t\t\t\"parent\": \"0805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0806\",\r\n\t\t\t\"text\": \"0806 - Grapes; fresh or dried\",\r\n\t\t\t\"parent\": \"08\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080610\",\r\n\t\t\t\"text\": \"080610 - Fruit, edible; grapes, fresh\",\r\n\t\t\t\"parent\": \"0806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080620\",\r\n\t\t\t\"text\": \"080620 - Fruit, edible; grapes, dried\",\r\n\t\t\t\"parent\": \"0806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0807\",\r\n\t\t\t\"text\": \"0807 - Melons (including watermelons) and papaws (papayas); fresh\",\r\n\t\t\t\"parent\": \"08\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080710\",\r\n\t\t\t\"text\": \"080710 - Melons (including watermelons), fresh\",\r\n\t\t\t\"parent\": \"0807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080711\",\r\n\t\t\t\"text\": \"080711 - Fruit, edible; watermelons, fresh\",\r\n\t\t\t\"parent\": \"0807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080719\",\r\n\t\t\t\"text\": \"080719 - Fruit, edible; melons, other than watermelons, fresh\",\r\n\t\t\t\"parent\": \"0807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080720\",\r\n\t\t\t\"text\": \"080720 - Fruit, edible; papaws (papayas), fresh\",\r\n\t\t\t\"parent\": \"0807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0808\",\r\n\t\t\t\"text\": \"0808 - Apples, pears and quinces; fresh\",\r\n\t\t\t\"parent\": \"08\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080810\",\r\n\t\t\t\"text\": \"080810 - Fruit, edible; apples, fresh\",\r\n\t\t\t\"parent\": \"0808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080820\",\r\n\t\t\t\"text\": \"080820 - Pears & quinces, fresh\",\r\n\t\t\t\"parent\": \"0808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080830\",\r\n\t\t\t\"text\": \"080830 - Fruit, edible; pears, fresh\",\r\n\t\t\t\"parent\": \"0808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080840\",\r\n\t\t\t\"text\": \"080840 - Fruit, edible; quinces, fresh\",\r\n\t\t\t\"parent\": \"0808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0809\",\r\n\t\t\t\"text\": \"0809 - Apricots, cherries, peaches (including nectarines), plums and sloes, fresh\",\r\n\t\t\t\"parent\": \"08\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080910\",\r\n\t\t\t\"text\": \"080910 - Fruit, edible; apricots, fresh\",\r\n\t\t\t\"parent\": \"0809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080920\",\r\n\t\t\t\"text\": \"080920 - Cherries, fresh\",\r\n\t\t\t\"parent\": \"0809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080921\",\r\n\t\t\t\"text\": \"080921 - Fruit, edible; sour cherries (Prunus cerasus), fresh\",\r\n\t\t\t\"parent\": \"0809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080929\",\r\n\t\t\t\"text\": \"080929 - Fruit, edible; cherries, other than sour cherries (Prunus cerasus), fresh\",\r\n\t\t\t\"parent\": \"0809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080930\",\r\n\t\t\t\"text\": \"080930 - Fruit, edible; peaches, including nectarines, fresh\",\r\n\t\t\t\"parent\": \"0809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080940\",\r\n\t\t\t\"text\": \"080940 - Fruit, edible; plums and sloes, fresh\",\r\n\t\t\t\"parent\": \"0809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0810\",\r\n\t\t\t\"text\": \"0810 - Fruit, fresh; n.e.c. in chapter 08\",\r\n\t\t\t\"parent\": \"08\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081010\",\r\n\t\t\t\"text\": \"081010 - Fruit, edible; strawberries, fresh\",\r\n\t\t\t\"parent\": \"0810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081020\",\r\n\t\t\t\"text\": \"081020 - Fruit, edible; raspberries, blackberries, mulberries, and loganberries, fresh\",\r\n\t\t\t\"parent\": \"0810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081030\",\r\n\t\t\t\"text\": \"081030 - Fruit, edible; black, white or red currants and gooseberries, fresh\",\r\n\t\t\t\"parent\": \"0810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081040\",\r\n\t\t\t\"text\": \"081040 - Fruit, edible; cranberries, bilberries and other fruits of the genus vaccinium, fresh\",\r\n\t\t\t\"parent\": \"0810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081050\",\r\n\t\t\t\"text\": \"081050 - Fruit, edible; kiwifruit, fresh\",\r\n\t\t\t\"parent\": \"0810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081060\",\r\n\t\t\t\"text\": \"081060 - Fruit, edible; durians, fresh\",\r\n\t\t\t\"parent\": \"0810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081070\",\r\n\t\t\t\"text\": \"081070 - Fruit, edible; persimmons, fresh\",\r\n\t\t\t\"parent\": \"0810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081090\",\r\n\t\t\t\"text\": \"081090 - Fruit, edible; fruits n.e.c. in heading no. 0801 to 0810, fresh\",\r\n\t\t\t\"parent\": \"0810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0811\",\r\n\t\t\t\"text\": \"0811 - Fruit and nuts; uncooked or cooked by steaming or boiling in water, frozen, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"08\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081110\",\r\n\t\t\t\"text\": \"081110 - Fruit, edible; strawberries, uncooked or cooked by steaming or boiling in water, frozen, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"0811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081120\",\r\n\t\t\t\"text\": \"081120 - Fruit, edible; raspberries, blackberries, mulberries, loganberries, black, white or red currants and gooseberries, uncooked or cooked, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"0811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081190\",\r\n\t\t\t\"text\": \"081190 - Fruit, edible; fruit and nuts n.e.c. in heading no. 0811, uncooked or cooked, frozen whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"0811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0812\",\r\n\t\t\t\"text\": \"0812 - Fruit and nuts provisionally preserved, but unsuitable in that state for immediate consumption\",\r\n\t\t\t\"parent\": \"08\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081210\",\r\n\t\t\t\"text\": \"081210 - Fruit, edible; cherries, provisionally preserved, but unsuitable in that state for immediate consumption\",\r\n\t\t\t\"parent\": \"0812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081220\",\r\n\t\t\t\"text\": \"081220 - Strawberries provisionally preserved\",\r\n\t\t\t\"parent\": \"0812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081290\",\r\n\t\t\t\"text\": \"081290 - Fruit, edible; fruit and nuts n.e.c. in heading no. 0812, provisionally preserved, but unsuitable in that state for immediate consumption\",\r\n\t\t\t\"parent\": \"0812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0813\",\r\n\t\t\t\"text\": \"0813 - Fruit, dried, other than that of heading no. 0801 to 0806; mixtures of nuts or dried fruits of this chapter\",\r\n\t\t\t\"parent\": \"08\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081310\",\r\n\t\t\t\"text\": \"081310 - Fruit, edible; apricots, dried\",\r\n\t\t\t\"parent\": \"0813\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081320\",\r\n\t\t\t\"text\": \"081320 - Fruit, edible; prunes, dried\",\r\n\t\t\t\"parent\": \"0813\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081330\",\r\n\t\t\t\"text\": \"081330 - Fruit, edible; apples, dried\",\r\n\t\t\t\"parent\": \"0813\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081340\",\r\n\t\t\t\"text\": \"081340 - Fruit, edible; fruit n.e.c. in heading no. 0812, dried\",\r\n\t\t\t\"parent\": \"0813\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081350\",\r\n\t\t\t\"text\": \"081350 - Nuts, edible; mixtures of nuts or dried fruits of chapter 08\",\r\n\t\t\t\"parent\": \"0813\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0814\",\r\n\t\t\t\"text\": \"0814 - Peel of citrus fruit or melons (including watermelons); fresh, frozen dried or provisionally preserved in brine, in sulphur water or in other preservative solutions\",\r\n\t\t\t\"parent\": \"08\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081400\",\r\n\t\t\t\"text\": \"081400 - Peel; of citrus fruit or melons (including watermelons), fresh, frozen, dried or provisionally preserved in brine, in sulphur water and other preservative solutions\",\r\n\t\t\t\"parent\": \"0814\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"09\",\r\n\t\t\t\"text\": \"09 - Coffee, tea, mate and spices\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0901\",\r\n\t\t\t\"text\": \"0901 - Coffee, whether or not roasted or decaffeinated; husks and skins; coffee substitutes containing coffee in any proportion\",\r\n\t\t\t\"parent\": \"09\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090111\",\r\n\t\t\t\"text\": \"090111 - Coffee; not roasted or decaffeinated\",\r\n\t\t\t\"parent\": \"0901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090112\",\r\n\t\t\t\"text\": \"090112 - Coffee; decaffeinated, not roasted\",\r\n\t\t\t\"parent\": \"0901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090121\",\r\n\t\t\t\"text\": \"090121 - Coffee; roasted, not decaffeinated\",\r\n\t\t\t\"parent\": \"0901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090122\",\r\n\t\t\t\"text\": \"090122 - Coffee; roasted, decaffeinated\",\r\n\t\t\t\"parent\": \"0901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090130\",\r\n\t\t\t\"text\": \"090130 - Coffee husks and skins\",\r\n\t\t\t\"parent\": \"0901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090140\",\r\n\t\t\t\"text\": \"090140 - Coffee substitutes containing coffee\",\r\n\t\t\t\"parent\": \"0901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090190\",\r\n\t\t\t\"text\": \"090190 - Coffee; husks and skins, coffee substitutes containing coffee in any proportion\",\r\n\t\t\t\"parent\": \"0901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0902\",\r\n\t\t\t\"text\": \"0902 - Tea\",\r\n\t\t\t\"parent\": \"09\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090210\",\r\n\t\t\t\"text\": \"090210 - Tea, green; (not fermented), in immediate packings of a content not exceeding 3kg\",\r\n\t\t\t\"parent\": \"0902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090220\",\r\n\t\t\t\"text\": \"090220 - Tea, green; (not fermented), in immediate packings of a content exceeding 3kg\",\r\n\t\t\t\"parent\": \"0902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090230\",\r\n\t\t\t\"text\": \"090230 - Tea, black; (fermented) and partly fermented tea, in immediate packings of a content not exceeding 3kg\",\r\n\t\t\t\"parent\": \"0902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090240\",\r\n\t\t\t\"text\": \"090240 - Tea, black; (fermented) and partly fermented tea, in immediate packings of a content exceeding 3kg\",\r\n\t\t\t\"parent\": \"0902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0903\",\r\n\t\t\t\"text\": \"0903 - Mate\",\r\n\t\t\t\"parent\": \"09\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090300\",\r\n\t\t\t\"text\": \"090300 - Mate\",\r\n\t\t\t\"parent\": \"0903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0904\",\r\n\t\t\t\"text\": \"0904 - Pepper of the genus piper; dried or crushed or ground fruits of the genus capsicum or of the genus pimenta\",\r\n\t\t\t\"parent\": \"09\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090411\",\r\n\t\t\t\"text\": \"090411 - Spices; pepper (of the genus piper), neither crushed nor ground\",\r\n\t\t\t\"parent\": \"0904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090412\",\r\n\t\t\t\"text\": \"090412 - Spices; pepper (of the genus piper), crushed or ground\",\r\n\t\t\t\"parent\": \"0904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090420\",\r\n\t\t\t\"text\": \"090420 - Fruits of the genera Capsicum/Pimenta, dried/crushed/ground\",\r\n\t\t\t\"parent\": \"0904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090421\",\r\n\t\t\t\"text\": \"090421 - Spices; fruits of the genus Capsicum or Pimenta, dried, neither crushed nor ground\",\r\n\t\t\t\"parent\": \"0904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090422\",\r\n\t\t\t\"text\": \"090422 - Spices; fruits of the genus Capsicum or Pimenta, crushed or ground\",\r\n\t\t\t\"parent\": \"0904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0905\",\r\n\t\t\t\"text\": \"0905 - Vanilla\",\r\n\t\t\t\"parent\": \"09\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090500\",\r\n\t\t\t\"text\": \"090500 - Vanilla\",\r\n\t\t\t\"parent\": \"0905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090510\",\r\n\t\t\t\"text\": \"090510 - Spices; vanilla, neither crushed nor ground\",\r\n\t\t\t\"parent\": \"0905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090520\",\r\n\t\t\t\"text\": \"090520 - Spices; vanilla, crushed or ground\",\r\n\t\t\t\"parent\": \"0905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0906\",\r\n\t\t\t\"text\": \"0906 - Cinnamon and cinnamon-tree flowers\",\r\n\t\t\t\"parent\": \"09\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090610\",\r\n\t\t\t\"text\": \"090610 - Cinnamon and cinnamon-tree flowers whole\",\r\n\t\t\t\"parent\": \"0906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090611\",\r\n\t\t\t\"text\": \"090611 - Spices; cinnamon (Cinnamomum zeylanicum Blume), neither crushed nor ground\",\r\n\t\t\t\"parent\": \"0906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090619\",\r\n\t\t\t\"text\": \"090619 - Spices; cinnamon and cinnamon-tree flowers, other than cinnamon (Cinnamomum zeylanicum Blume), neither crushed nor ground\",\r\n\t\t\t\"parent\": \"0906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090620\",\r\n\t\t\t\"text\": \"090620 - Spices; cinnamon and cinnamon-tree flowers, crushed or ground\",\r\n\t\t\t\"parent\": \"0906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0907\",\r\n\t\t\t\"text\": \"0907 - Cloves (whole fruit, cloves and stems)\",\r\n\t\t\t\"parent\": \"09\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090700\",\r\n\t\t\t\"text\": \"090700 - Cloves (whole fruit, cloves & stems)\",\r\n\t\t\t\"parent\": \"0907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090710\",\r\n\t\t\t\"text\": \"090710 - Spices; cloves (whole fruit, cloves and stems), neither crushed nor ground\",\r\n\t\t\t\"parent\": \"0907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090720\",\r\n\t\t\t\"text\": \"090720 - Spices; cloves (whole fruit, cloves and stems), crushed or ground\",\r\n\t\t\t\"parent\": \"0907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0908\",\r\n\t\t\t\"text\": \"0908 - Nutmeg, mace and cardamoms\",\r\n\t\t\t\"parent\": \"09\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090810\",\r\n\t\t\t\"text\": \"090810 - Nutmeg\",\r\n\t\t\t\"parent\": \"0908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090811\",\r\n\t\t\t\"text\": \"090811 - Spices; nutmeg, neither crushed nor ground\",\r\n\t\t\t\"parent\": \"0908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090812\",\r\n\t\t\t\"text\": \"090812 - Spices; nutmeg, crushed or ground\",\r\n\t\t\t\"parent\": \"0908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090820\",\r\n\t\t\t\"text\": \"090820 - Mace\",\r\n\t\t\t\"parent\": \"0908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090821\",\r\n\t\t\t\"text\": \"090821 - Spices; mace, neither crushed nor ground\",\r\n\t\t\t\"parent\": \"0908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090822\",\r\n\t\t\t\"text\": \"090822 - Spices; mace, crushed or ground\",\r\n\t\t\t\"parent\": \"0908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090830\",\r\n\t\t\t\"text\": \"090830 - Cardamoms\",\r\n\t\t\t\"parent\": \"0908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090831\",\r\n\t\t\t\"text\": \"090831 - Spices; cardamoms, neither crushed nor ground\",\r\n\t\t\t\"parent\": \"0908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090832\",\r\n\t\t\t\"text\": \"090832 - Spices; cardamoms, crushed or ground\",\r\n\t\t\t\"parent\": \"0908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0909\",\r\n\t\t\t\"text\": \"0909 - Seeds of anise, badian, fennel, coriander, cumin, caraway or juniper\",\r\n\t\t\t\"parent\": \"09\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090910\",\r\n\t\t\t\"text\": \"090910 - Seeds of anise/badian\",\r\n\t\t\t\"parent\": \"0909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090920\",\r\n\t\t\t\"text\": \"090920 - Seeds of coriander\",\r\n\t\t\t\"parent\": \"0909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090921\",\r\n\t\t\t\"text\": \"090921 - Spices; coriander seeds, neither crushed nor ground\",\r\n\t\t\t\"parent\": \"0909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090922\",\r\n\t\t\t\"text\": \"090922 - Spices; coriander seeds, crushed or ground\",\r\n\t\t\t\"parent\": \"0909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090930\",\r\n\t\t\t\"text\": \"090930 - Seeds of cumin\",\r\n\t\t\t\"parent\": \"0909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090931\",\r\n\t\t\t\"text\": \"090931 - Spices; cumin seeds, neither crushed nor ground\",\r\n\t\t\t\"parent\": \"0909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090932\",\r\n\t\t\t\"text\": \"090932 - Spices; cumin seeds, crushed or ground\",\r\n\t\t\t\"parent\": \"0909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090940\",\r\n\t\t\t\"text\": \"090940 - Seeds of caraway\",\r\n\t\t\t\"parent\": \"0909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090950\",\r\n\t\t\t\"text\": \"090950 - Seeds of fennel; juniper berries\",\r\n\t\t\t\"parent\": \"0909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090961\",\r\n\t\t\t\"text\": \"090961 - Spices; seeds of anise, badian, caraway or fennel; juniper berries, neither crushed nor ground\",\r\n\t\t\t\"parent\": \"0909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090962\",\r\n\t\t\t\"text\": \"090962 - Spices; seeds of anise, badian, caraway or fennel; juniper berries, crushed or ground\",\r\n\t\t\t\"parent\": \"0909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0910\",\r\n\t\t\t\"text\": \"0910 - Ginger, saffron, tumeric (curcuma), thyme, bay leaves, curry and other spices\",\r\n\t\t\t\"parent\": \"09\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"091010\",\r\n\t\t\t\"text\": \"091010 - Ginger\",\r\n\t\t\t\"parent\": \"0910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"091011\",\r\n\t\t\t\"text\": \"091011 - Spices; ginger, neither crushed nor ground\",\r\n\t\t\t\"parent\": \"0910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"091012\",\r\n\t\t\t\"text\": \"091012 - Spices; ginger, crushed or ground\",\r\n\t\t\t\"parent\": \"0910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"091020\",\r\n\t\t\t\"text\": \"091020 - Spices; saffron\",\r\n\t\t\t\"parent\": \"0910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"091030\",\r\n\t\t\t\"text\": \"091030 - Spices; turmeric (curcuma)\",\r\n\t\t\t\"parent\": \"0910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"091040\",\r\n\t\t\t\"text\": \"091040 - Thyme and bay leaves\",\r\n\t\t\t\"parent\": \"0910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"091050\",\r\n\t\t\t\"text\": \"091050 - Curry\",\r\n\t\t\t\"parent\": \"0910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"091091\",\r\n\t\t\t\"text\": \"091091 - Spices; mixtures of 2 or more products of different headings\",\r\n\t\t\t\"parent\": \"0910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"091099\",\r\n\t\t\t\"text\": \"091099 - Spices; n.e.c. in heading no. 0910\",\r\n\t\t\t\"parent\": \"0910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"10\",\r\n\t\t\t\"text\": \"10 - Cereals\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1001\",\r\n\t\t\t\"text\": \"1001 - Wheat and meslin\",\r\n\t\t\t\"parent\": \"10\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100110\",\r\n\t\t\t\"text\": \"100110 - Durum wheat\",\r\n\t\t\t\"parent\": \"1001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100111\",\r\n\t\t\t\"text\": \"100111 - Cereals; wheat and meslin, durum wheat, seed\",\r\n\t\t\t\"parent\": \"1001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100119\",\r\n\t\t\t\"text\": \"100119 - Cereals; wheat and meslin, durum wheat, other than seed\",\r\n\t\t\t\"parent\": \"1001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100190\",\r\n\t\t\t\"text\": \"100190 - Wheat other than durum wheat; meslin\",\r\n\t\t\t\"parent\": \"1001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100191\",\r\n\t\t\t\"text\": \"100191 - Cereals; wheat and meslin, other than durum wheat, seed\",\r\n\t\t\t\"parent\": \"1001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100199\",\r\n\t\t\t\"text\": \"100199 - Cereals; wheat and meslin, other than durum wheat, other than seed\",\r\n\t\t\t\"parent\": \"1001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1002\",\r\n\t\t\t\"text\": \"1002 - Rye\",\r\n\t\t\t\"parent\": \"10\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100200\",\r\n\t\t\t\"text\": \"100200 - Rye\",\r\n\t\t\t\"parent\": \"1002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100210\",\r\n\t\t\t\"text\": \"100210 - Cereals; rye, seed\",\r\n\t\t\t\"parent\": \"1002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100290\",\r\n\t\t\t\"text\": \"100290 - Cereals; rye, other than seed\",\r\n\t\t\t\"parent\": \"1002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1003\",\r\n\t\t\t\"text\": \"1003 - Barley\",\r\n\t\t\t\"parent\": \"10\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100300\",\r\n\t\t\t\"text\": \"100300 - Barley\",\r\n\t\t\t\"parent\": \"1003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100310\",\r\n\t\t\t\"text\": \"100310 - Cereals; barley, seed\",\r\n\t\t\t\"parent\": \"1003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100390\",\r\n\t\t\t\"text\": \"100390 - Cereals; barley, other than seed\",\r\n\t\t\t\"parent\": \"1003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1004\",\r\n\t\t\t\"text\": \"1004 - Oats\",\r\n\t\t\t\"parent\": \"10\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100400\",\r\n\t\t\t\"text\": \"100400 - Oats\",\r\n\t\t\t\"parent\": \"1004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100410\",\r\n\t\t\t\"text\": \"100410 - Cereals; oats, seeds\",\r\n\t\t\t\"parent\": \"1004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100490\",\r\n\t\t\t\"text\": \"100490 - Cereals; oats, other than seed\",\r\n\t\t\t\"parent\": \"1004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1005\",\r\n\t\t\t\"text\": \"1005 - Maize (corn)\",\r\n\t\t\t\"parent\": \"10\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100510\",\r\n\t\t\t\"text\": \"100510 - Cereals; maize (corn), seed\",\r\n\t\t\t\"parent\": \"1005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100590\",\r\n\t\t\t\"text\": \"100590 - Cereals; maize (corn), other than seed\",\r\n\t\t\t\"parent\": \"1005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1006\",\r\n\t\t\t\"text\": \"1006 - Rice\",\r\n\t\t\t\"parent\": \"10\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100610\",\r\n\t\t\t\"text\": \"100610 - Cereals; rice in the husk (paddy or rough)\",\r\n\t\t\t\"parent\": \"1006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100620\",\r\n\t\t\t\"text\": \"100620 - Cereals; husked (brown) rice\",\r\n\t\t\t\"parent\": \"1006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100630\",\r\n\t\t\t\"text\": \"100630 - Cereals; rice, semi-milled or wholly milled, whether or not polished or glazed\",\r\n\t\t\t\"parent\": \"1006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100640\",\r\n\t\t\t\"text\": \"100640 - Cereals; rice, broken\",\r\n\t\t\t\"parent\": \"1006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1007\",\r\n\t\t\t\"text\": \"1007 - Grain sorghum\",\r\n\t\t\t\"parent\": \"10\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100700\",\r\n\t\t\t\"text\": \"100700 - Grain sorghum\",\r\n\t\t\t\"parent\": \"1007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100710\",\r\n\t\t\t\"text\": \"100710 - Cereals; grain sorghum, seed\",\r\n\t\t\t\"parent\": \"1007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100790\",\r\n\t\t\t\"text\": \"100790 - Cereals; grain sorghum, other than seed\",\r\n\t\t\t\"parent\": \"1007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1008\",\r\n\t\t\t\"text\": \"1008 - Buckwheat, millet and canary seeds; other cereals\",\r\n\t\t\t\"parent\": \"10\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100810\",\r\n\t\t\t\"text\": \"100810 - Cereals; buckwheat\",\r\n\t\t\t\"parent\": \"1008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100820\",\r\n\t\t\t\"text\": \"100820 - Millet\",\r\n\t\t\t\"parent\": \"1008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100821\",\r\n\t\t\t\"text\": \"100821 - Cereals; millet, seed\",\r\n\t\t\t\"parent\": \"1008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100829\",\r\n\t\t\t\"text\": \"100829 - Cereals; millet, other than seed\",\r\n\t\t\t\"parent\": \"1008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100830\",\r\n\t\t\t\"text\": \"100830 - Cereals; canary seeds\",\r\n\t\t\t\"parent\": \"1008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100840\",\r\n\t\t\t\"text\": \"100840 - Cereals; fonio (Digitaria spp.)\",\r\n\t\t\t\"parent\": \"1008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100850\",\r\n\t\t\t\"text\": \"100850 - Cereals; quinoa (Chenopodium quinoa)\",\r\n\t\t\t\"parent\": \"1008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100860\",\r\n\t\t\t\"text\": \"100860 - Cereals; triticale\",\r\n\t\t\t\"parent\": \"1008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100890\",\r\n\t\t\t\"text\": \"100890 - Cereals; n.e.c. in chapter 10\",\r\n\t\t\t\"parent\": \"1008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"11\",\r\n\t\t\t\"text\": \"11 - Products of the milling industry; malt, starches, inulin, wheat gluten\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1101\",\r\n\t\t\t\"text\": \"1101 - Wheat or meslin flour\",\r\n\t\t\t\"parent\": \"11\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110100\",\r\n\t\t\t\"text\": \"110100 - Wheat or meslin flour\",\r\n\t\t\t\"parent\": \"1101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1102\",\r\n\t\t\t\"text\": \"1102 - Cereal flours; other than of wheat or meslin\",\r\n\t\t\t\"parent\": \"11\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110210\",\r\n\t\t\t\"text\": \"110210 - Rye flour\",\r\n\t\t\t\"parent\": \"1102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110220\",\r\n\t\t\t\"text\": \"110220 - Cereal flour; of maize (corn)\",\r\n\t\t\t\"parent\": \"1102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110230\",\r\n\t\t\t\"text\": \"110230 - Rice flour\",\r\n\t\t\t\"parent\": \"1102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110290\",\r\n\t\t\t\"text\": \"110290 - Cereal flours; other than wheat, meslin, and maize (corn)\",\r\n\t\t\t\"parent\": \"1102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1103\",\r\n\t\t\t\"text\": \"1103 - Cereal groats; meal and pellets\",\r\n\t\t\t\"parent\": \"11\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110311\",\r\n\t\t\t\"text\": \"110311 - Cereal groats and meal; of wheat\",\r\n\t\t\t\"parent\": \"1103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110312\",\r\n\t\t\t\"text\": \"110312 - Oat groats or meal\",\r\n\t\t\t\"parent\": \"1103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110313\",\r\n\t\t\t\"text\": \"110313 - Cereal groats and meal; of maize (corn)\",\r\n\t\t\t\"parent\": \"1103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110314\",\r\n\t\t\t\"text\": \"110314 - Rice groats or meal\",\r\n\t\t\t\"parent\": \"1103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110319\",\r\n\t\t\t\"text\": \"110319 - Cereal groats and meal; n.e.c. in heading no. 1103\",\r\n\t\t\t\"parent\": \"1103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110320\",\r\n\t\t\t\"text\": \"110320 - Cereal pellets\",\r\n\t\t\t\"parent\": \"1103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110321\",\r\n\t\t\t\"text\": \"110321 - Wheat pellets\",\r\n\t\t\t\"parent\": \"1103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110329\",\r\n\t\t\t\"text\": \"110329 - Cereal pellets except wheat\",\r\n\t\t\t\"parent\": \"1103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1104\",\r\n\t\t\t\"text\": \"1104 - Cereal grains otherwise worked (e.g. hulled, rolled, flaked, pearled, sliced or kibbled) except rice of heading no. 1006; germ of cereals whole, rolled, flaked or ground\",\r\n\t\t\t\"parent\": \"11\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110411\",\r\n\t\t\t\"text\": \"110411 - Barley, rolled or flaked grains\",\r\n\t\t\t\"parent\": \"1104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110412\",\r\n\t\t\t\"text\": \"110412 - Cereal grains; rolled or flaked, of oats\",\r\n\t\t\t\"parent\": \"1104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110419\",\r\n\t\t\t\"text\": \"110419 - Cereal grains; rolled or flaked, other than oats\",\r\n\t\t\t\"parent\": \"1104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110421\",\r\n\t\t\t\"text\": \"110421 - Barley, hulled, pearled, sliced or kibbled\",\r\n\t\t\t\"parent\": \"1104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110422\",\r\n\t\t\t\"text\": \"110422 - Cereal grains; worked (e.g. hulled, pearled, sliced or kibbled) of oats\",\r\n\t\t\t\"parent\": \"1104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110423\",\r\n\t\t\t\"text\": \"110423 - Cereal grains; worked (e.g. hulled, pearled, sliced or kibbled) of maize (corn)\",\r\n\t\t\t\"parent\": \"1104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110429\",\r\n\t\t\t\"text\": \"110429 - Cereal grains; worked, other than rolled or flaked (e.g. Hulled, pearled, sliced or kibbled) of cereals, excluding oats and maize, and rice of heading no.1006\",\r\n\t\t\t\"parent\": \"1104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110430\",\r\n\t\t\t\"text\": \"110430 - Cereal; germ of cereals, whole, rolled, flaked or ground\",\r\n\t\t\t\"parent\": \"1104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1105\",\r\n\t\t\t\"text\": \"1105 - Flour, meal, powder, flakes, granules and pellets of potatoes\",\r\n\t\t\t\"parent\": \"11\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110510\",\r\n\t\t\t\"text\": \"110510 - Flour, meal and powder; of potatoes\",\r\n\t\t\t\"parent\": \"1105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110520\",\r\n\t\t\t\"text\": \"110520 - Flakes, granules and pellets; of potatoes\",\r\n\t\t\t\"parent\": \"1105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1106\",\r\n\t\t\t\"text\": \"1106 - Flour, meal and powder; of the dried leguminous vegetables of heading no. 0713, of sago or of roots or tubers of heading no. 0714 or of the products of chapter 8\",\r\n\t\t\t\"parent\": \"11\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110610\",\r\n\t\t\t\"text\": \"110610 - Flour, meal and powder; of the dried leguminous vegetables of heading no. 0713\",\r\n\t\t\t\"parent\": \"1106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110620\",\r\n\t\t\t\"text\": \"110620 - Flour, meal and powder; of sago or of roots or tubers of heading no. 0714\",\r\n\t\t\t\"parent\": \"1106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110630\",\r\n\t\t\t\"text\": \"110630 - Flour, meal and powder; of the products of chapter 8\",\r\n\t\t\t\"parent\": \"1106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1107\",\r\n\t\t\t\"text\": \"1107 - Malt; whether or not roasted\",\r\n\t\t\t\"parent\": \"11\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110710\",\r\n\t\t\t\"text\": \"110710 - Malt; not roasted\",\r\n\t\t\t\"parent\": \"1107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110720\",\r\n\t\t\t\"text\": \"110720 - Malt; roasted\",\r\n\t\t\t\"parent\": \"1107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1108\",\r\n\t\t\t\"text\": \"1108 - Starches; inulin\",\r\n\t\t\t\"parent\": \"11\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110811\",\r\n\t\t\t\"text\": \"110811 - Starch; wheat\",\r\n\t\t\t\"parent\": \"1108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110812\",\r\n\t\t\t\"text\": \"110812 - Starch; maize (corn) starch\",\r\n\t\t\t\"parent\": \"1108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110813\",\r\n\t\t\t\"text\": \"110813 - Starch; potato\",\r\n\t\t\t\"parent\": \"1108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110814\",\r\n\t\t\t\"text\": \"110814 - Starch; manioc (cassava)\",\r\n\t\t\t\"parent\": \"1108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110819\",\r\n\t\t\t\"text\": \"110819 - Starch; n.e.c. in item no. 1108.11 to 1108.14\",\r\n\t\t\t\"parent\": \"1108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110820\",\r\n\t\t\t\"text\": \"110820 - Inulin\",\r\n\t\t\t\"parent\": \"1108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1109\",\r\n\t\t\t\"text\": \"1109 - Wheat gluten; whether or not dried\",\r\n\t\t\t\"parent\": \"11\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110900\",\r\n\t\t\t\"text\": \"110900 - Wheat gluten; whether or not dried\",\r\n\t\t\t\"parent\": \"1109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"12\",\r\n\t\t\t\"text\": \"12 - Oil seeds and oleaginous fruits; miscellaneous grains, seeds and fruit, industrial or medicinal plants; straw and fodder\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1201\",\r\n\t\t\t\"text\": \"1201 - Soya beans, whether or not broken\",\r\n\t\t\t\"parent\": \"12\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120100\",\r\n\t\t\t\"text\": \"120100 - Soya beans, whether/not broken\",\r\n\t\t\t\"parent\": \"1201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120110\",\r\n\t\t\t\"text\": \"120110 - Soya beans; seed, whether or not broken\",\r\n\t\t\t\"parent\": \"1201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120190\",\r\n\t\t\t\"text\": \"120190 - Soya beans; other than seed, whether or not broken\",\r\n\t\t\t\"parent\": \"1201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1202\",\r\n\t\t\t\"text\": \"1202 - Ground-nuts; not roasted or otherwise cooked, whether or not shelled or broken\",\r\n\t\t\t\"parent\": \"12\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120210\",\r\n\t\t\t\"text\": \"120210 - Ground-nuts, not roasted/othw. cooked, in shell\",\r\n\t\t\t\"parent\": \"1202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120220\",\r\n\t\t\t\"text\": \"120220 - Ground-nuts, not roasted/othw. cooked, shelled, whether/not broken\",\r\n\t\t\t\"parent\": \"1202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120230\",\r\n\t\t\t\"text\": \"120230 - Ground-nuts; seed, not roasted or otherwise cooked, whether or not shelled or broken\",\r\n\t\t\t\"parent\": \"1202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120241\",\r\n\t\t\t\"text\": \"120241 - Ground-nuts; other than seed, not roasted or otherwise cooked, in shell\",\r\n\t\t\t\"parent\": \"1202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120242\",\r\n\t\t\t\"text\": \"120242 - Ground-nuts; other than seed, not roasted or otherwise cooked, shelled, whether or not broken,\",\r\n\t\t\t\"parent\": \"1202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1203\",\r\n\t\t\t\"text\": \"1203 - Copra\",\r\n\t\t\t\"parent\": \"12\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120300\",\r\n\t\t\t\"text\": \"120300 - Copra\",\r\n\t\t\t\"parent\": \"1203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1204\",\r\n\t\t\t\"text\": \"1204 - Oil seeds; linseed, whether or not broken\",\r\n\t\t\t\"parent\": \"12\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120400\",\r\n\t\t\t\"text\": \"120400 - Oil seeds; linseed, whether or not broken\",\r\n\t\t\t\"parent\": \"1204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1205\",\r\n\t\t\t\"text\": \"1205 - Rape or colza seeds; whether or not broken\",\r\n\t\t\t\"parent\": \"12\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120500\",\r\n\t\t\t\"text\": \"120500 - Rape or colza seeds\",\r\n\t\t\t\"parent\": \"1205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120510\",\r\n\t\t\t\"text\": \"120510 - Oil seeds; low erucic acid rape or colza seeds, whether or not broken\",\r\n\t\t\t\"parent\": \"1205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120590\",\r\n\t\t\t\"text\": \"120590 - Oil seeds; rape or colza seeds, other than low erucic, whether or not broken\",\r\n\t\t\t\"parent\": \"1205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1206\",\r\n\t\t\t\"text\": \"1206 - Sunflower seeds; whether or not broken\",\r\n\t\t\t\"parent\": \"12\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120600\",\r\n\t\t\t\"text\": \"120600 - Oil seeds; sunflower seeds, whether or not broken\",\r\n\t\t\t\"parent\": \"1206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1207\",\r\n\t\t\t\"text\": \"1207 - Oil seeds and oleaginous fruits, n.e.c. in chapter 12; whether or not broken\",\r\n\t\t\t\"parent\": \"12\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120710\",\r\n\t\t\t\"text\": \"120710 - Oil seeds; palm nuts and kernels, whether or not broken\",\r\n\t\t\t\"parent\": \"1207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120720\",\r\n\t\t\t\"text\": \"120720 - Cotton seeds, whether/not broken\",\r\n\t\t\t\"parent\": \"1207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120721\",\r\n\t\t\t\"text\": \"120721 - Oil seeds; cotton seeds, seed, whether or not broken\",\r\n\t\t\t\"parent\": \"1207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120729\",\r\n\t\t\t\"text\": \"120729 - Oil seeds; cotton seeds, other than seed, whether or not broken\",\r\n\t\t\t\"parent\": \"1207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120730\",\r\n\t\t\t\"text\": \"120730 - Oil seeds; castor oil seeds, whether or not broken\",\r\n\t\t\t\"parent\": \"1207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120740\",\r\n\t\t\t\"text\": \"120740 - Oil seeds; sesamum seeds, whether or not broken\",\r\n\t\t\t\"parent\": \"1207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120750\",\r\n\t\t\t\"text\": \"120750 - Oil seeds; mustard seeds, whether or not broken\",\r\n\t\t\t\"parent\": \"1207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120760\",\r\n\t\t\t\"text\": \"120760 - Oil seeds; safflower (Carthamus tinctorius) seeds, whether or not broken\",\r\n\t\t\t\"parent\": \"1207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120770\",\r\n\t\t\t\"text\": \"120770 - Oil seeds; melon seeds, whether or not broken\",\r\n\t\t\t\"parent\": \"1207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120791\",\r\n\t\t\t\"text\": \"120791 - Oil seeds; poppy seeds, whether or not broken\",\r\n\t\t\t\"parent\": \"1207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120792\",\r\n\t\t\t\"text\": \"120792 - Shea nuts (karite nuts)\",\r\n\t\t\t\"parent\": \"1207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120799\",\r\n\t\t\t\"text\": \"120799 - Oil seeds and oleaginous fruits; n.e.c. in heading no. 1207, whether or not broken\",\r\n\t\t\t\"parent\": \"1207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1208\",\r\n\t\t\t\"text\": \"1208 - Flours and meals of oil seeds or oleaginous fruits; other than those of mustard\",\r\n\t\t\t\"parent\": \"12\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120810\",\r\n\t\t\t\"text\": \"120810 - Flours and meals; of soya beans\",\r\n\t\t\t\"parent\": \"1208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120890\",\r\n\t\t\t\"text\": \"120890 - Flours and meals of oil seeds or oleaginous fruits; excluding soya beans and mustard seeds\",\r\n\t\t\t\"parent\": \"1208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1209\",\r\n\t\t\t\"text\": \"1209 - Seeds, fruit and spores; of a kind used for sowing\",\r\n\t\t\t\"parent\": \"12\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120910\",\r\n\t\t\t\"text\": \"120910 - Seed; sugar beet seeds, of a kind used for sowing\",\r\n\t\t\t\"parent\": \"1209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120911\",\r\n\t\t\t\"text\": \"120911 - Seed, sugar beet, for sowing\",\r\n\t\t\t\"parent\": \"1209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120919\",\r\n\t\t\t\"text\": \"120919 - Seed, beet, except sugar, for sowing\",\r\n\t\t\t\"parent\": \"1209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120921\",\r\n\t\t\t\"text\": \"120921 - Seeds of forage plants; lucerne (alfalfa) seeds, of a kind used for sowing\",\r\n\t\t\t\"parent\": \"1209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120922\",\r\n\t\t\t\"text\": \"120922 - Seeds of forage plants; clover (Trifolium spp.) seeds, of a kind used for sowing\",\r\n\t\t\t\"parent\": \"1209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120923\",\r\n\t\t\t\"text\": \"120923 - Seeds of forage plants; fescue seeds, of a kind used for sowing\",\r\n\t\t\t\"parent\": \"1209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120924\",\r\n\t\t\t\"text\": \"120924 - Seeds of forage plants; Kentucky blue grass (Poa pratensis L.) seeds, of a kind used for sowing\",\r\n\t\t\t\"parent\": \"1209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120925\",\r\n\t\t\t\"text\": \"120925 - Seeds of forage plants; rye grass (Lolium multiflorum Lam., Lolium perenne L.) seeds, of a kind used for sowing\",\r\n\t\t\t\"parent\": \"1209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120926\",\r\n\t\t\t\"text\": \"120926 - Seed, Timothy grass, for sowing\",\r\n\t\t\t\"parent\": \"1209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120929\",\r\n\t\t\t\"text\": \"120929 - Seeds of forage plants; other than lucerne, clover, fescue, Kentucky blue grass, and rye grass seeds, of a kind used for sowing\",\r\n\t\t\t\"parent\": \"1209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120930\",\r\n\t\t\t\"text\": \"120930 - Seeds of herbaceous plants; cultivated principally for their flowers, of a kind used for sowing\",\r\n\t\t\t\"parent\": \"1209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120991\",\r\n\t\t\t\"text\": \"120991 - Seeds; vegetable seeds, of a kind used for sowing\",\r\n\t\t\t\"parent\": \"1209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120999\",\r\n\t\t\t\"text\": \"120999 - Seeds; n.e.c. in heading 1209, of a kind used for sowing\",\r\n\t\t\t\"parent\": \"1209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1210\",\r\n\t\t\t\"text\": \"1210 - Hop cones, fresh or dried, whether or not ground, powdered or in the form of pellets; lupulin\",\r\n\t\t\t\"parent\": \"12\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121010\",\r\n\t\t\t\"text\": \"121010 - Hop cones; neither ground nor powdered nor in the form of pellets\",\r\n\t\t\t\"parent\": \"1210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121020\",\r\n\t\t\t\"text\": \"121020 - Hop cones; ground, powdered or in the form of pellets; lupulin\",\r\n\t\t\t\"parent\": \"1210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1211\",\r\n\t\t\t\"text\": \"1211 - Plants and parts of plants (including seeds and fruits), of a kind used primarily in perfumery, in pharmacy or for insecticidal, fungicidal or similar purposes, fresh, chilled, frozen or dried, whether or not cut, crushed or powdered\",\r\n\t\t\t\"parent\": \"12\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121110\",\r\n\t\t\t\"text\": \"121110 - Liquorice roots\",\r\n\t\t\t\"parent\": \"1211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121120\",\r\n\t\t\t\"text\": \"121120 - Ginseng roots, of a kind used primarily in perfumery, in pharmacy or for insecticidal, fungicidal or similar purposes, fresh, chilled, frozen or dried, whether or not cut, crushed or powdered\",\r\n\t\t\t\"parent\": \"1211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121130\",\r\n\t\t\t\"text\": \"121130 - Coca leaf; of a kind used primarily in perfumery, in pharmacy or for insecticidal, fungicidal or similar purposes, fresh, chilled, frozen or dried, whether or not cut, crushed or powdered\",\r\n\t\t\t\"parent\": \"1211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121140\",\r\n\t\t\t\"text\": \"121140 - Poppy straw; of a kind used primarily in perfumery, in pharmacy or for insecticidal, fungicidal or similar purposes, fresh, chilled, frozen or dried, whether or not cut, crushed or powdered\",\r\n\t\t\t\"parent\": \"1211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121150\",\r\n\t\t\t\"text\": \"121150 - Ephedra, of a kind used primarily in perfumery, in pharmacy or for insecticidal, fungicidal or similar purposes, fresh, chilled, frozen or dried, whether or not cut, crushed or powdered\",\r\n\t\t\t\"parent\": \"1211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121160\",\r\n\t\t\t\"text\": \"121160 - Bark of African cherry (Prunus africana); of a kind used primarily in perfumery, in pharmacy or for insecticidal, fungicidal or similar purposes, fresh, chilled, frozen or dried, whether or not cut, crushed or powdered\",\r\n\t\t\t\"parent\": \"1211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121190\",\r\n\t\t\t\"text\": \"121190 - Plants and parts (including seeds and fruits) n.e.c. in heading no. 1211, of a kind used primarily in perfumery, in pharmacy or for insecticidal, fungicidal or similar purposes, fresh, chilled, frozen or dried, whether or not cut, crushed or powdered\",\r\n\t\t\t\"parent\": \"1211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1212\",\r\n\t\t\t\"text\": \"1212 - Locust beans, seaweeds and other algae, sugar beet, sugar cane, fresh, chilled, frozen or dried, whether or not ground; fruit stones, kernels and other vegetable products (including unroasted chicory roots) used primarily for human consumption, n.e.c.\",\r\n\t\t\t\"parent\": \"12\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121210\",\r\n\t\t\t\"text\": \"121210 - Locust beans, locust seeds\",\r\n\t\t\t\"parent\": \"1212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121220\",\r\n\t\t\t\"text\": \"121220 - Seaweeds & other algae, fresh/chilled/frozen/dried, whether/not ground\",\r\n\t\t\t\"parent\": \"1212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121221\",\r\n\t\t\t\"text\": \"121221 - Seaweeds and other algae; fit for human consumption, fresh, chilled, frozen or dried, whether or not ground\",\r\n\t\t\t\"parent\": \"1212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121229\",\r\n\t\t\t\"text\": \"121229 - Seaweeds and other algae; not fit for human consumption, fresh, chilled, frozen or dried, whether or not ground\",\r\n\t\t\t\"parent\": \"1212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121230\",\r\n\t\t\t\"text\": \"121230 - Apricot, peach and plum stones & kernels, human food\",\r\n\t\t\t\"parent\": \"1212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121291\",\r\n\t\t\t\"text\": \"121291 - Sugar beet; fit for human consumption, fresh, chilled, frozen or dried, whether or not ground\",\r\n\t\t\t\"parent\": \"1212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121292\",\r\n\t\t\t\"text\": \"121292 - Locust beans (carob); fit for human consumption, fresh, chilled, frozen or dried, whether or not ground\",\r\n\t\t\t\"parent\": \"1212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121293\",\r\n\t\t\t\"text\": \"121293 - Sugar cane; fit for human consumption, fresh, chilled, frozen or dried, whether or not ground\",\r\n\t\t\t\"parent\": \"1212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121294\",\r\n\t\t\t\"text\": \"121294 - Chicory roots (Chicorium intybus sativum); fit for human consumption, fresh, chilled, frozen or dried, whether or not ground\",\r\n\t\t\t\"parent\": \"1212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121299\",\r\n\t\t\t\"text\": \"121299 - Vegetable products; fit for human consumption, n.e.c. in heading no. 1212, fresh, chilled, frozen or dried, whether or not ground\",\r\n\t\t\t\"parent\": \"1212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1213\",\r\n\t\t\t\"text\": \"1213 - Cereal straw and husks, unprepared; whether or not chopped, ground, pressed or in the form of pellets\",\r\n\t\t\t\"parent\": \"12\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121300\",\r\n\t\t\t\"text\": \"121300 - Cereal straw and husks; unprepared, whether or not chopped, ground, pressed or in the form of pellets\",\r\n\t\t\t\"parent\": \"1213\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1214\",\r\n\t\t\t\"text\": \"1214 - Swedes, mangolds, fodder roots, hay, lucerne (alfalfa), clover, sainfoin, forage kale, lupines, vetches and similar forage products, whether or not in the form of pellets\",\r\n\t\t\t\"parent\": \"12\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121410\",\r\n\t\t\t\"text\": \"121410 - Lucerne (alfalfa) meal and pellets\",\r\n\t\t\t\"parent\": \"1214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121490\",\r\n\t\t\t\"text\": \"121490 - Forage products including swedes, mangolds, fodder roots, hay, sainfoin, clover, forage kale, lupines, vetches etc., pelletised or otherwise\",\r\n\t\t\t\"parent\": \"1214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"13\",\r\n\t\t\t\"text\": \"13 - Lac; gums, resins and other vegetable saps and extracts\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1301\",\r\n\t\t\t\"text\": \"1301 - Lac; natural gums, resins, gum-resins and oleoresins (for example, balsams)\",\r\n\t\t\t\"parent\": \"13\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"130110\",\r\n\t\t\t\"text\": \"130110 - Lac\",\r\n\t\t\t\"parent\": \"1301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"130120\",\r\n\t\t\t\"text\": \"130120 - Gum Arabic\",\r\n\t\t\t\"parent\": \"1301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"130190\",\r\n\t\t\t\"text\": \"130190 - Natural gums, resins, gum-resins and oleoresins, n.e.c. in heading no. 1301\",\r\n\t\t\t\"parent\": \"1301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1302\",\r\n\t\t\t\"text\": \"1302 - Vegetable saps and extracts; pectic substances, pectinates and pectates; agar-agar and other mucilages and thickeners, whether or not modified, derived from vegetable products\",\r\n\t\t\t\"parent\": \"13\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"130211\",\r\n\t\t\t\"text\": \"130211 - Vegetable saps and extracts; opium\",\r\n\t\t\t\"parent\": \"1302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"130212\",\r\n\t\t\t\"text\": \"130212 - Vegetable saps and extracts; of liquorice\",\r\n\t\t\t\"parent\": \"1302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"130213\",\r\n\t\t\t\"text\": \"130213 - Vegetable saps and extracts; of hops\",\r\n\t\t\t\"parent\": \"1302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"130214\",\r\n\t\t\t\"text\": \"130214 - Vegetable saps and extracts; of ephedra\",\r\n\t\t\t\"parent\": \"1302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"130219\",\r\n\t\t\t\"text\": \"130219 - Vegetable saps and extracts; n.e.c. in item no. 1302.1\",\r\n\t\t\t\"parent\": \"1302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"130220\",\r\n\t\t\t\"text\": \"130220 - Pectic substances; pectinates and pectates\",\r\n\t\t\t\"parent\": \"1302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"130231\",\r\n\t\t\t\"text\": \"130231 - Mucilages and thickeners; agar-agar, whether or not modified, derived from vegetable products\",\r\n\t\t\t\"parent\": \"1302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"130232\",\r\n\t\t\t\"text\": \"130232 - Mucilages and thickeners; whether or not modified, derived from locust beans, locust bean seeds or guar seeds\",\r\n\t\t\t\"parent\": \"1302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"130239\",\r\n\t\t\t\"text\": \"130239 - Mucilages and thickeners; whether or not modified, derived from vegetable products, n.e.c. in item no. 1302.3\",\r\n\t\t\t\"parent\": \"1302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"14\",\r\n\t\t\t\"text\": \"14 - Vegetable plaiting materials; vegetable products not elsewhere specified or included\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1401\",\r\n\t\t\t\"text\": \"1401 - Vegetable materials of a kind used primarily for plaiting; (e.g. bamboos, rattans, reeds, rushes, osier, raffia, cleaned, bleached or dyed cereal straw and lime bark)\",\r\n\t\t\t\"parent\": \"14\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"140110\",\r\n\t\t\t\"text\": \"140110 - Bamboo used primarily for plaiting\",\r\n\t\t\t\"parent\": \"1401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"140120\",\r\n\t\t\t\"text\": \"140120 - Rattans used primarily for plaiting\",\r\n\t\t\t\"parent\": \"1401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"140190\",\r\n\t\t\t\"text\": \"140190 - Vegetable materials of a kind used primarily for plaiting; n.e.c. in heading no. 1401\",\r\n\t\t\t\"parent\": \"1401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1402\",\r\n\t\t\t\"text\": \"1402 - Vegetable material for stuffing or padding\",\r\n\t\t\t\"parent\": \"14\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"140200\",\r\n\t\t\t\"text\": \"140200 - Vegetable mats. of a kind used primarily as stuffing/as padding (e.g., kapo ...\",\r\n\t\t\t\"parent\": \"1402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"140210\",\r\n\t\t\t\"text\": \"140210 - Kapok\",\r\n\t\t\t\"parent\": \"1402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"140290\",\r\n\t\t\t\"text\": \"140290 - Veg mat nes usd as stuff\",\r\n\t\t\t\"parent\": \"1402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"140291\",\r\n\t\t\t\"text\": \"140291 - Vegetable hair used as stuffing or padding\",\r\n\t\t\t\"parent\": \"1402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"140299\",\r\n\t\t\t\"text\": \"140299 - Vegetable material nes used as stuffing\",\r\n\t\t\t\"parent\": \"1402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1403\",\r\n\t\t\t\"text\": \"1403 - Vegetable material for brooms and brushes\",\r\n\t\t\t\"parent\": \"14\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"140300\",\r\n\t\t\t\"text\": \"140300 - Vegetable mats. of a kind used primarily in brooms/brushes (e.g., broomcorn ...\",\r\n\t\t\t\"parent\": \"1403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"140310\",\r\n\t\t\t\"text\": \"140310 - Broom corn used in brooms or brushes\",\r\n\t\t\t\"parent\": \"1403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"140390\",\r\n\t\t\t\"text\": \"140390 - Vegetable material nes used in brooms or brushes\",\r\n\t\t\t\"parent\": \"1403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1404\",\r\n\t\t\t\"text\": \"1404 - Vegetable products not elsewhere specified or included\",\r\n\t\t\t\"parent\": \"14\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"140410\",\r\n\t\t\t\"text\": \"140410 - Raw vegetable materials for dyeing or tanning\",\r\n\t\t\t\"parent\": \"1404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"140420\",\r\n\t\t\t\"text\": \"140420 - Vegetable products; cotton linters\",\r\n\t\t\t\"parent\": \"1404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"140490\",\r\n\t\t\t\"text\": \"140490 - Vegetable products; n.e.c. in chapter 14\",\r\n\t\t\t\"parent\": \"1404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"15\",\r\n\t\t\t\"text\": \"15 - Animal, vegetable or microbial fats and oils and their cleavage products; prepared edible fats; animal or vegetable waxes\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1501\",\r\n\t\t\t\"text\": \"1501 - Pig fat (including lard) and poultry fat, other than that of heading 0209 or 1503\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150100\",\r\n\t\t\t\"text\": \"150100 - Pig fat, incl. lard, & poultry fat, other than of 02.09/15.03\",\r\n\t\t\t\"parent\": \"1501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150110\",\r\n\t\t\t\"text\": \"150110 - Pig fat; lard, other than that of heading 0209 and 1503\",\r\n\t\t\t\"parent\": \"1501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150120\",\r\n\t\t\t\"text\": \"150120 - Pig fat; not lard, other than that of heading 0209 or 1503\",\r\n\t\t\t\"parent\": \"1501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150190\",\r\n\t\t\t\"text\": \"150190 - Poultry fat; other than that of heading 0209 or 1503\",\r\n\t\t\t\"parent\": \"1501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1502\",\r\n\t\t\t\"text\": \"1502 - Fats of bovine animals, sheep or goats, other than those of heading 1503\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150200\",\r\n\t\t\t\"text\": \"150200 - Fats of bovine animals/sheep/goats, other than of 15.03\",\r\n\t\t\t\"parent\": \"1502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150210\",\r\n\t\t\t\"text\": \"150210 - Tallow; other than those of heading 1503\",\r\n\t\t\t\"parent\": \"1502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150290\",\r\n\t\t\t\"text\": \"150290 - Fats of bovine animals, sheep or goats; excluding tallow, and other than those of heading 1503\",\r\n\t\t\t\"parent\": \"1502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1503\",\r\n\t\t\t\"text\": \"1503 - Lard stearin, lard oil, oleostearin, oleo-oil and tallow oil; not emulsified or mixed or otherwise prepared\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150300\",\r\n\t\t\t\"text\": \"150300 - Lard stearin, lard oil, oleostearin, oleo-oil and tallow oil; not emulsified or mixed or otherwise prepared\",\r\n\t\t\t\"parent\": \"1503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1504\",\r\n\t\t\t\"text\": \"1504 - Fats and oils and their fractions of fish or marine mammals; whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150410\",\r\n\t\t\t\"text\": \"150410 - Oils of fish; fish-liver oils and their fractions, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150420\",\r\n\t\t\t\"text\": \"150420 - Fats and oils and their fractions; of fish, (excluding liver-oils)\",\r\n\t\t\t\"parent\": \"1504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150430\",\r\n\t\t\t\"text\": \"150430 - Fats and oils and their fractions; of marine mammals\",\r\n\t\t\t\"parent\": \"1504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1505\",\r\n\t\t\t\"text\": \"1505 - Wool grease and fatty substances derived therefrom (including lanolin)\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150500\",\r\n\t\t\t\"text\": \"150500 - Wool grease and fatty substances derived therefrom (including lanolin)\",\r\n\t\t\t\"parent\": \"1505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150510\",\r\n\t\t\t\"text\": \"150510 - Wool grease, crude\",\r\n\t\t\t\"parent\": \"1505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150590\",\r\n\t\t\t\"text\": \"150590 - Derivatives of wool grease (including lanolin)\",\r\n\t\t\t\"parent\": \"1505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1506\",\r\n\t\t\t\"text\": \"1506 - Animal fats and oils and their fractions; whether or not refined, but not chemically modified, n.e.c. in chapter 15\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150600\",\r\n\t\t\t\"text\": \"150600 - Animal fats and oils and their fractions; whether or not refined, but not chemically modified, n.e.c. in chapter 15\",\r\n\t\t\t\"parent\": \"1506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1507\",\r\n\t\t\t\"text\": \"1507 - Soya-bean oil and its fractions; whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150710\",\r\n\t\t\t\"text\": \"150710 - Vegetable oils; soya-bean oil and its fractions, crude, whether or not degummed, not chemically modified\",\r\n\t\t\t\"parent\": \"1507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150790\",\r\n\t\t\t\"text\": \"150790 - Vegetable oils; soya-bean oil and its fractions, other than crude, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1508\",\r\n\t\t\t\"text\": \"1508 - Ground nut oil and its fractions; whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150810\",\r\n\t\t\t\"text\": \"150810 - Vegetable oils; ground-nut oil and its fractions, crude, not chemically modified\",\r\n\t\t\t\"parent\": \"1508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150890\",\r\n\t\t\t\"text\": \"150890 - Vegetable oils; ground-nut oil and its fractions, other than crude, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1509\",\r\n\t\t\t\"text\": \"1509 - Olive oil and its fractions; whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150910\",\r\n\t\t\t\"text\": \"150910 - Vegetable oils; olive oil and its fractions, virgin, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150920\",\r\n\t\t\t\"text\": \"150920 - Vegetable oils; olive oil and its fractions, extra virgin olive oil, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150930\",\r\n\t\t\t\"text\": \"150930 - Vegetable oils; olive oil and its fractions, virgin olive oil, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150940\",\r\n\t\t\t\"text\": \"150940 - Vegetable oils; olive oil and its fractions, virgin olive oils n.e.c. in heading 1509, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150990\",\r\n\t\t\t\"text\": \"150990 - Vegetable oils; olive oil and its fractions, other than virgin, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1510\",\r\n\t\t\t\"text\": \"1510 - Vegetable oils; oils and their fractions n.e.c. in chapter 15, obtained solely from olives, whether or not refined, but not chemically modified, including blends of these oils or fractions with oils or fractions of heading no. 1509\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151000\",\r\n\t\t\t\"text\": \"151000 - Vegetable oils; oils and their fractions n.e.c. in chapter 15, obtained solely from olives, whether or not refined, but not chemically modified, including blends of these oils or fractions with oils or fractions of heading no. 1509\",\r\n\t\t\t\"parent\": \"1510\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151010\",\r\n\t\t\t\"text\": \"151010 - Vegetable oils; crude olive pomace oil and their fractions, obtained solely from olives, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1510\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151090\",\r\n\t\t\t\"text\": \"151090 - Vegetable oils; oils and their fractions n.e.c. in heading 1510, obtained solely from olives, whether or not refined, but not chemically modified, including blends of these oils or fractions with oils or fractions of heading no. 1509\",\r\n\t\t\t\"parent\": \"1510\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1511\",\r\n\t\t\t\"text\": \"1511 - Palm oil and its fractions; whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151110\",\r\n\t\t\t\"text\": \"151110 - Vegetable oils; palm oil and its fractions, crude, not chemically modified\",\r\n\t\t\t\"parent\": \"1511\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151190\",\r\n\t\t\t\"text\": \"151190 - Vegetable oils; palm oil and its fractions, other than crude, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1511\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1512\",\r\n\t\t\t\"text\": \"1512 - Sun-flower seed, safflower or cotton-seed oil and their fractions; whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151211\",\r\n\t\t\t\"text\": \"151211 - Vegetable oils; sunflower seed or safflower oil and their fractions, crude, not chemically modified\",\r\n\t\t\t\"parent\": \"1512\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151219\",\r\n\t\t\t\"text\": \"151219 - Vegetable oils; sunflower seed or safflower oil and their fractions, other than crude, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1512\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151221\",\r\n\t\t\t\"text\": \"151221 - Vegetable oils; cotton-seed oil and its fractions; crude, whether or not gossypol has been removed, not chemically modified\",\r\n\t\t\t\"parent\": \"1512\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151229\",\r\n\t\t\t\"text\": \"151229 - Vegetable oils; cotton-seed oil and its fractions, other than crude, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1512\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1513\",\r\n\t\t\t\"text\": \"1513 - Coconut (copra), palm kernel or babassu oil and their fractions; whether or not refined but not chemically modified\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151311\",\r\n\t\t\t\"text\": \"151311 - Vegetable oils; coconut (copra) oil and its fractions, crude, not chemically modified\",\r\n\t\t\t\"parent\": \"1513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151319\",\r\n\t\t\t\"text\": \"151319 - Vegetable oils; coconut (copra) oil and its fractions, other than crude, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151321\",\r\n\t\t\t\"text\": \"151321 - Vegetable oils; palm kernel or babassu oil and their fractions, crude, not chemically modified\",\r\n\t\t\t\"parent\": \"1513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151329\",\r\n\t\t\t\"text\": \"151329 - Vegetable oils; palm kernel or babassu oil and their fractions, other than crude, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1514\",\r\n\t\t\t\"text\": \"1514 - Rape, colza or mustard oil and their fractions; whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151410\",\r\n\t\t\t\"text\": \"151410 - Canola, rape, colza or mustard oil, crude\",\r\n\t\t\t\"parent\": \"1514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151411\",\r\n\t\t\t\"text\": \"151411 - Vegetable oils; low erucic acid rape or colza oil and its fractions, crude\",\r\n\t\t\t\"parent\": \"1514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151419\",\r\n\t\t\t\"text\": \"151419 - Vegetable oils; low erucic acid rape or colza oil and its fractions, other than crude, but not chemically modified\",\r\n\t\t\t\"parent\": \"1514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151490\",\r\n\t\t\t\"text\": \"151490 - Canola, rape, colza or mustard oil, fractions, refine\",\r\n\t\t\t\"parent\": \"1514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151491\",\r\n\t\t\t\"text\": \"151491 - Vegetable oils; excluding low erucic acid rape or colza oil and its fractions, crude\",\r\n\t\t\t\"parent\": \"1514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151499\",\r\n\t\t\t\"text\": \"151499 - Vegetable oils; excluding low erucic acid rape or colza oil and its fractions, other than crude, but not chemically modified\",\r\n\t\t\t\"parent\": \"1514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1515\",\r\n\t\t\t\"text\": \"1515 - Fixed vegetable or microbial fats and oils n.e.c. in chapter 15 (including jojoba oil) and their fractions, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151511\",\r\n\t\t\t\"text\": \"151511 - Vegetable oils; linseed oil and its fractions, crude, not chemically modified\",\r\n\t\t\t\"parent\": \"1515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151519\",\r\n\t\t\t\"text\": \"151519 - Vegetable oils; linseed oil and its fractions, other than crude, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151521\",\r\n\t\t\t\"text\": \"151521 - Vegetable oils; maize (corn) oil and its fractions, crude, not chemically modified\",\r\n\t\t\t\"parent\": \"1515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151529\",\r\n\t\t\t\"text\": \"151529 - Vegetable oils; maize (corn) oil and its fractions, other than crude, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151530\",\r\n\t\t\t\"text\": \"151530 - Vegetable oils; castor oil and its fractions, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151540\",\r\n\t\t\t\"text\": \"151540 - Tung oil or fractions not chemically modified\",\r\n\t\t\t\"parent\": \"1515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151550\",\r\n\t\t\t\"text\": \"151550 - Vegetable oils; sesame oil and its fractions, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151560\",\r\n\t\t\t\"text\": \"151560 - Vegetable oils; microbial fats and oils and their fractions, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151590\",\r\n\t\t\t\"text\": \"151590 - Fixed vegetable fats and oils and their fractions n.e.c. in heading 1515; other than linseed, maize (corn), castor, sesame, microbial oils, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1516\",\r\n\t\t\t\"text\": \"1516 - Animal, vegetable or microbial fats and oils and their fractions, partly or wholly hydrogenated, inter-esterified, re-esterified or elaidinised, whether or not refined, but not further prepared\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151610\",\r\n\t\t\t\"text\": \"151610 - Animal fats and oils and their fractions; partly or wholly hydrogenated, inter-esterified, re-esterified or elaidinised, whether or not refined, but not further prepared\",\r\n\t\t\t\"parent\": \"1516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151620\",\r\n\t\t\t\"text\": \"151620 - Vegetable fats and oils and their fractions; partly or wholly hydrogenated, inter-esterified, re-esterified or elaidinised, whether or not refined, but not further prepared\",\r\n\t\t\t\"parent\": \"1516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151630\",\r\n\t\t\t\"text\": \"151630 - Microbial fats and oils and their fractions; partly or wholly hydrogenated, inter-esterified, re-esterified or elaidinised, whether or not refined, but not further prepared\",\r\n\t\t\t\"parent\": \"1516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1517\",\r\n\t\t\t\"text\": \"1517 - Margarine; edible mixtures or preparations of animal, vegetable or microbial fats or oils or of fractions of different fats or oils of this Chapter, other than edible fats and oils or their fractions of heading 15.16\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151710\",\r\n\t\t\t\"text\": \"151710 - Margarine; excluding liquid margarine\",\r\n\t\t\t\"parent\": \"1517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151790\",\r\n\t\t\t\"text\": \"151790 - Edible mixtures or preparations of animal, vegetable or microbial fats or oils or of fractions of different fats or oils of this Chapter, n.e.c. in heading 1517, other than edible fats and oils or their fractions of heading 15.16\",\r\n\t\t\t\"parent\": \"1517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1518\",\r\n\t\t\t\"text\": \"1518 - Animal, vegetable or microbial fats, oils and their fractions; boiled, oxidised, dehydrated or otherwise chemically modified, excluding those of heading no. 1516, inedible mixtures or preparations of fats, oils or their fractions, n.e.c. in chapter 15\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151800\",\r\n\t\t\t\"text\": \"151800 - Animal, vegetable or microbial fats, oils and their fractions; boiled, oxidised, dehydrated or otherwise chemically modified, excluding those of heading no. 1516, inedible mixtures or preparations of fats, oils or their fractions, n.e.c. in chapter 15\",\r\n\t\t\t\"parent\": \"1518\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1519\",\r\n\t\t\t\"text\": \"1519 - Industrial monocarboxylic fatty acid,alcohol, acid oi\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151911\",\r\n\t\t\t\"text\": \"151911 - Stearic acid\",\r\n\t\t\t\"parent\": \"1519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151912\",\r\n\t\t\t\"text\": \"151912 - Oleic acid\",\r\n\t\t\t\"parent\": \"1519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151913\",\r\n\t\t\t\"text\": \"151913 - Tall oil fatty acids\",\r\n\t\t\t\"parent\": \"1519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151919\",\r\n\t\t\t\"text\": \"151919 - Industrial monocarboxylic fatty acids, nes, acid oils\",\r\n\t\t\t\"parent\": \"1519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151920\",\r\n\t\t\t\"text\": \"151920 - Acid oils from refining\",\r\n\t\t\t\"parent\": \"1519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151930\",\r\n\t\t\t\"text\": \"151930 - Industrial fatty alcohols\",\r\n\t\t\t\"parent\": \"1519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1520\",\r\n\t\t\t\"text\": \"1520 - Glycerol, crude; glycerol waters and glycerol lyes\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"152000\",\r\n\t\t\t\"text\": \"152000 - Glycerol, crude; glycerol waters and glycerol lyes\",\r\n\t\t\t\"parent\": \"1520\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"152010\",\r\n\t\t\t\"text\": \"152010 - Glycerol (glycerine), crude and glycerol waters & lye\",\r\n\t\t\t\"parent\": \"1520\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"152090\",\r\n\t\t\t\"text\": \"152090 - Glycerol (glycerine), nes including synthetic glycero\",\r\n\t\t\t\"parent\": \"1520\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1521\",\r\n\t\t\t\"text\": \"1521 - Vegetable waxes (other than triglycerides), beeswax, other insect waxes and spermaceti; whether or not refined or coloured\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"152110\",\r\n\t\t\t\"text\": \"152110 - Vegetable waxes (other than triglycerides); whether or not refined or coloured\",\r\n\t\t\t\"parent\": \"1521\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"152190\",\r\n\t\t\t\"text\": \"152190 - Waxes, other than vegetable, n.e.c. in heading no. 1521; whether or not refined or coloured\",\r\n\t\t\t\"parent\": \"1521\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1522\",\r\n\t\t\t\"text\": \"1522 - Degras; residues resulting from the treatment of fatty substances or animal or vegetable waxes\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"152200\",\r\n\t\t\t\"text\": \"152200 - Degras; residues resulting from the treatment of fatty substances or animal or vegetable waxes\",\r\n\t\t\t\"parent\": \"1522\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"16\",\r\n\t\t\t\"text\": \"16 - Meat, fish, crustaceans, molluscs or other aquatic invertebrates, or insects; preparations thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1601\",\r\n\t\t\t\"text\": \"1601 - Sausages and similar products, of meat, meat offal, blood or insects; food preparations based on these products\",\r\n\t\t\t\"parent\": \"16\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160100\",\r\n\t\t\t\"text\": \"160100 - Meat preparations; sausages and similar products, of meat, meat offal, blood or insects, and food preparations based on these products\",\r\n\t\t\t\"parent\": \"1601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1602\",\r\n\t\t\t\"text\": \"1602 - Prepared or preserved meat, meat offal, blood or insects\",\r\n\t\t\t\"parent\": \"16\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160210\",\r\n\t\t\t\"text\": \"160210 - Meat preparations; homogenised preparations of meat, meat offal blood or insects\",\r\n\t\t\t\"parent\": \"1602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160220\",\r\n\t\t\t\"text\": \"160220 - Meat preparations; of the prepared or preserved liver of any animal (excluding homogenised preparations)\",\r\n\t\t\t\"parent\": \"1602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160231\",\r\n\t\t\t\"text\": \"160231 - Meat preparations; of turkeys, prepared or preserved meat or meat offal (excluding livers and homogenised preparations)\",\r\n\t\t\t\"parent\": \"1602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160232\",\r\n\t\t\t\"text\": \"160232 - Meat preparations; of the poultry of heading no. 0105, (i.e. of fowls of the species Gallus domesticus)\",\r\n\t\t\t\"parent\": \"1602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160239\",\r\n\t\t\t\"text\": \"160239 - Meat preparations; of poultry (excluding turkeys), prepared or preserved meat or meat offal (excluding livers and homogenised preparations)\",\r\n\t\t\t\"parent\": \"1602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160241\",\r\n\t\t\t\"text\": \"160241 - Meat preparations; of swine, hams and cuts thereof, prepared or preserved (excluding homogenised preparations)\",\r\n\t\t\t\"parent\": \"1602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160242\",\r\n\t\t\t\"text\": \"160242 - Meat preparations; of swine, shoulders and cuts thereof, prepared or preserved (excluding homogenised preparations)\",\r\n\t\t\t\"parent\": \"1602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160249\",\r\n\t\t\t\"text\": \"160249 - Meat preparations; of swine, meat or meat offal (including mixtures), prepared or preserved, n.e.c. in heading no. 1602\",\r\n\t\t\t\"parent\": \"1602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160250\",\r\n\t\t\t\"text\": \"160250 - Meat preparations; of bovine animals, meat or meat offal, prepared or preserved (excluding livers and homogenised preparations)\",\r\n\t\t\t\"parent\": \"1602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160290\",\r\n\t\t\t\"text\": \"160290 - Meat preparations; of meat, meat offal or the blood of any animal, n.e.c. in heading no. 1602\",\r\n\t\t\t\"parent\": \"1602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1603\",\r\n\t\t\t\"text\": \"1603 - Extracts and juices of meat, fish or crustaceans, molluscs or other aquatic invertebrates\",\r\n\t\t\t\"parent\": \"16\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160300\",\r\n\t\t\t\"text\": \"160300 - Extracts and juices; of meat, fish or crustaceans, molluscs or other aquatic invertebrates\",\r\n\t\t\t\"parent\": \"1603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1604\",\r\n\t\t\t\"text\": \"1604 - Prepared or preserved fish; caviar and caviar substitutes prepared from fish eggs\",\r\n\t\t\t\"parent\": \"16\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160411\",\r\n\t\t\t\"text\": \"160411 - Fish preparations; salmon, prepared or preserved, whole or in pieces (but not minced)\",\r\n\t\t\t\"parent\": \"1604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160412\",\r\n\t\t\t\"text\": \"160412 - Fish preparations; herrings, prepared or preserved, whole or in pieces (but not minced)\",\r\n\t\t\t\"parent\": \"1604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160413\",\r\n\t\t\t\"text\": \"160413 - Fish preparations; sardines, sardinella and brisling or sprats, prepared or preserved, whole or in pieces (but not minced)\",\r\n\t\t\t\"parent\": \"1604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160414\",\r\n\t\t\t\"text\": \"160414 - Fish preparations; tunas, skipjack tuna and bonito (Sarda spp.), prepared or preserved, whole or in pieces (but not minced)\",\r\n\t\t\t\"parent\": \"1604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160415\",\r\n\t\t\t\"text\": \"160415 - Fish preparations; mackerel, prepared or preserved, whole or in pieces (but not minced)\",\r\n\t\t\t\"parent\": \"1604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160416\",\r\n\t\t\t\"text\": \"160416 - Fish preparations; anchovies, prepared or preserved, whole or in pieces (but not minced)\",\r\n\t\t\t\"parent\": \"1604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160417\",\r\n\t\t\t\"text\": \"160417 - Fish preparations; eels, prepared or preserved, whole or in pieces (but not minced)\",\r\n\t\t\t\"parent\": \"1604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160418\",\r\n\t\t\t\"text\": \"160418 - Fish preparations; shark fins, prepared or preserved, whole or in pieces (but not minced)\",\r\n\t\t\t\"parent\": \"1604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160419\",\r\n\t\t\t\"text\": \"160419 - Fish preparations; fish prepared or preserved, whole or in pieces (but not minced), n.e.c. in heading no. 1604\",\r\n\t\t\t\"parent\": \"1604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160420\",\r\n\t\t\t\"text\": \"160420 - Fish preparations; fish minced or in forms n.e.c. in heading no. 1604, prepared or preserved\",\r\n\t\t\t\"parent\": \"1604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160430\",\r\n\t\t\t\"text\": \"160430 - Caviar & caviar substitutes prepared from fish eggs\",\r\n\t\t\t\"parent\": \"1604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160431\",\r\n\t\t\t\"text\": \"160431 - Fish preparations; caviar\",\r\n\t\t\t\"parent\": \"1604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160432\",\r\n\t\t\t\"text\": \"160432 - Fish preparations; caviar substitutes, prepared from fish eggs\",\r\n\t\t\t\"parent\": \"1604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1605\",\r\n\t\t\t\"text\": \"1605 - Crustaceans, molluscs and other aquatic invertebrates, prepared or preserved\",\r\n\t\t\t\"parent\": \"16\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160510\",\r\n\t\t\t\"text\": \"160510 - Crustacean preparations; crab, prepared or preserved\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160520\",\r\n\t\t\t\"text\": \"160520 - Shrimps & prawns, prepared/preserved\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160521\",\r\n\t\t\t\"text\": \"160521 - Crustacean preparations; shrimps and prawns, prepared or preserved, not in airtight containers\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160529\",\r\n\t\t\t\"text\": \"160529 - Crustacean preparations; shrimps and prawns, prepared or preserved, in airtight containers\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160530\",\r\n\t\t\t\"text\": \"160530 - Crustacean preparations; lobster, prepared or preserved\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160540\",\r\n\t\t\t\"text\": \"160540 - Crustacean preparations; other than crab, shrimps, prawns, and lobsters, prepared or preserved\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160551\",\r\n\t\t\t\"text\": \"160551 - Mollusc preparations; oysters, prepared or preserved\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160552\",\r\n\t\t\t\"text\": \"160552 - Mollusc preparations; scallops, including queen scallops, prepared or preserved\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160553\",\r\n\t\t\t\"text\": \"160553 - Mollusc preparations; mussels, prepared or preserved\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160554\",\r\n\t\t\t\"text\": \"160554 - Mollusc preparations; cuttle fish and squid, prepared or preserved\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160555\",\r\n\t\t\t\"text\": \"160555 - Mollusc preparations; octopus, prepared or preserved\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160556\",\r\n\t\t\t\"text\": \"160556 - Mollusc preparations; clams, cockles and arkshells, prepared or preserved\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160557\",\r\n\t\t\t\"text\": \"160557 - Mollusc preparations; abalone, prepared or preserved\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160558\",\r\n\t\t\t\"text\": \"160558 - Mollusc preparations; snails, other than sea snails, prepared or preserved\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160559\",\r\n\t\t\t\"text\": \"160559 - Mollusc preparations; n.e.c. in item no. 1605.5, preparations such as pastes, sausages, prepared meals and the like\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160561\",\r\n\t\t\t\"text\": \"160561 - Aquatic invertebrates; sea cucumbers, prepared or preserved\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160562\",\r\n\t\t\t\"text\": \"160562 - Aquatic invertebrates; sea urchins, prepared or preserved\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160563\",\r\n\t\t\t\"text\": \"160563 - Aquatic invertebrates; jellyfish, prepared or preserved\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160569\",\r\n\t\t\t\"text\": \"160569 - Aquatic invertebrates; other than crustaceans, molluscs, sea cucumbers, sea urchins, and jellyfish, prepared or preserved\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160590\",\r\n\t\t\t\"text\": \"160590 - Molluscs & other aquatic invertegrates, prepared/preserved\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"17\",\r\n\t\t\t\"text\": \"17 - Sugars and sugar confectionery\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1701\",\r\n\t\t\t\"text\": \"1701 - Cane or beet sugar and chemically pure sucrose, in solid form\",\r\n\t\t\t\"parent\": \"17\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170111\",\r\n\t\t\t\"text\": \"170111 - Cane sugar, raw, in solid form, not containing added flavouring/colouring matter\",\r\n\t\t\t\"parent\": \"1701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170112\",\r\n\t\t\t\"text\": \"170112 - Sugars; beet sugar, raw, in solid form, not containing added flavouring or colouring matter\",\r\n\t\t\t\"parent\": \"1701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170113\",\r\n\t\t\t\"text\": \"170113 - Sugars; cane sugar, raw, in solid form, as specified in Subheading Note 2 to this chapter, not containing added flavouring or colouring matter\",\r\n\t\t\t\"parent\": \"1701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170114\",\r\n\t\t\t\"text\": \"170114 - Sugars; cane sugar, raw, in solid form, other than as specified in Subheading Note 2 to this chapter, not containing added flavouring or colouring matter\",\r\n\t\t\t\"parent\": \"1701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170191\",\r\n\t\t\t\"text\": \"170191 - Sugars; sucrose, chemically pure, in solid form, containing added flavouring or colouring matter\",\r\n\t\t\t\"parent\": \"1701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170199\",\r\n\t\t\t\"text\": \"170199 - Sugars; sucrose, chemically pure, in solid form, not containing added flavouring or colouring matter\",\r\n\t\t\t\"parent\": \"1701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1702\",\r\n\t\t\t\"text\": \"1702 - Sugars, including lactose, maltose, glucose or fructose in solid form; sugar syrups without added flavouring or colouring matter; artificial honey, whether or not mixed with natural honey; caramel\",\r\n\t\t\t\"parent\": \"17\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170210\",\r\n\t\t\t\"text\": \"170210 - Lactose and lactose syrup\",\r\n\t\t\t\"parent\": \"1702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170211\",\r\n\t\t\t\"text\": \"170211 - Sugars; lactose and lactose syrup, containing by weight 99% or more lactose, expressed as anhydrous lactose, calculated on the dry matter\",\r\n\t\t\t\"parent\": \"1702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170219\",\r\n\t\t\t\"text\": \"170219 - Sugars; lactose and lactose syrup, containing by weight less than 99% lactose, expressed as anhydrous lactose, calculated on the dry matter\",\r\n\t\t\t\"parent\": \"1702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170220\",\r\n\t\t\t\"text\": \"170220 - Sugars; maple sugar, chemically pure, in solid form; maple syrup, not containing added flavouring or colouring matter\",\r\n\t\t\t\"parent\": \"1702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170230\",\r\n\t\t\t\"text\": \"170230 - Sugars; glucose and glucose syrup, not containing fructose or containing in the dry state less than 20% by weight of fructose, the syrup not containing added flavouring or colouring matter\",\r\n\t\t\t\"parent\": \"1702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170240\",\r\n\t\t\t\"text\": \"170240 - Sugars; glucose and glucose syrup, containing in the dry state at least 20% but less than 50% by weight of fructose, excluding invert sugar, the syrup not containing added flavouring or colouring matter\",\r\n\t\t\t\"parent\": \"1702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170250\",\r\n\t\t\t\"text\": \"170250 - Sugars; fructose, chemically pure, in solid form\",\r\n\t\t\t\"parent\": \"1702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170260\",\r\n\t\t\t\"text\": \"170260 - Sugars; fructose, other than chemically pure fructose, and fructose syrup (containing in the dry state more than 50% by weight of fructose), excluding invert sugar\",\r\n\t\t\t\"parent\": \"1702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170290\",\r\n\t\t\t\"text\": \"170290 - Sugars; n.e.c. in heading no. 1702, including invert sugar and other sugar and sugar syrup blends containing, in the dry state, 50% by weight of fructose\",\r\n\t\t\t\"parent\": \"1702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1703\",\r\n\t\t\t\"text\": \"1703 - Molasses; resulting from the extraction or refining of sugar\",\r\n\t\t\t\"parent\": \"17\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170310\",\r\n\t\t\t\"text\": \"170310 - Sugars; molasses, from sugar cane, resulting from the extraction or refining of sugar\",\r\n\t\t\t\"parent\": \"1703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170390\",\r\n\t\t\t\"text\": \"170390 - Sugars; molasses, from sugar beet, resulting from the extraction or refining of sugar\",\r\n\t\t\t\"parent\": \"1703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1704\",\r\n\t\t\t\"text\": \"1704 - Sugar confectionery (including white chocolate), not containing cocoa\",\r\n\t\t\t\"parent\": \"17\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170410\",\r\n\t\t\t\"text\": \"170410 - Sugar confectionery; chewing gum, whether or not sugar-coated, not containing cocoa\",\r\n\t\t\t\"parent\": \"1704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170490\",\r\n\t\t\t\"text\": \"170490 - Sugar confectionery; (excluding chewing gum, including white chocolate), not containing cocoa\",\r\n\t\t\t\"parent\": \"1704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"18\",\r\n\t\t\t\"text\": \"18 - Cocoa and cocoa preparations\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1801\",\r\n\t\t\t\"text\": \"1801 - Cocoa beans; whole or broken, raw or roasted\",\r\n\t\t\t\"parent\": \"18\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"180100\",\r\n\t\t\t\"text\": \"180100 - Cocoa beans; whole or broken, raw or roasted\",\r\n\t\t\t\"parent\": \"1801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1802\",\r\n\t\t\t\"text\": \"1802 - Cocoa; shells, husks, skins and other cocoa waste\",\r\n\t\t\t\"parent\": \"18\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"180200\",\r\n\t\t\t\"text\": \"180200 - Cocoa; shells, husks, skins and other cocoa waste\",\r\n\t\t\t\"parent\": \"1802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1803\",\r\n\t\t\t\"text\": \"1803 - Cocoa; paste; whether or not defatted\",\r\n\t\t\t\"parent\": \"18\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"180310\",\r\n\t\t\t\"text\": \"180310 - Cocoa; paste, not defatted\",\r\n\t\t\t\"parent\": \"1803\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"180320\",\r\n\t\t\t\"text\": \"180320 - Cocoa; paste, wholly or partly defatted\",\r\n\t\t\t\"parent\": \"1803\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1804\",\r\n\t\t\t\"text\": \"1804 - Cocoa; butter, fat and oil\",\r\n\t\t\t\"parent\": \"18\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"180400\",\r\n\t\t\t\"text\": \"180400 - Cocoa; butter, fat and oil\",\r\n\t\t\t\"parent\": \"1804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1805\",\r\n\t\t\t\"text\": \"1805 - Cocoa; powder, not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"18\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"180500\",\r\n\t\t\t\"text\": \"180500 - Cocoa; powder, not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"1805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1806\",\r\n\t\t\t\"text\": \"1806 - Chocolate and other food preparations containing cocoa\",\r\n\t\t\t\"parent\": \"18\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"180610\",\r\n\t\t\t\"text\": \"180610 - Cocoa; powder, containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"1806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"180620\",\r\n\t\t\t\"text\": \"180620 - Chocolate & other food preparations containing cocoa; in blocks, slabs or bars weighing more than 2kg or in liquid, paste, powder, granular or other bulk form in containers or immediate packings, content exceeding 2kg\",\r\n\t\t\t\"parent\": \"1806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"180631\",\r\n\t\t\t\"text\": \"180631 - Chocolate and other food preparations containing cocoa; in blocks, slabs or bars, filled, weighing 2kg or less\",\r\n\t\t\t\"parent\": \"1806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"180632\",\r\n\t\t\t\"text\": \"180632 - Chocolate and other food preparations containing cocoa; in blocks, slabs or bars, (not filled), weighing 2kg or less\",\r\n\t\t\t\"parent\": \"1806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"180690\",\r\n\t\t\t\"text\": \"180690 - Chocolate and other food preparations containing cocoa; n.e.c. in chapter 18\",\r\n\t\t\t\"parent\": \"1806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"19\",\r\n\t\t\t\"text\": \"19 - Preparations of cereals, flour, starch or milk; pastrycooks' products\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1901\",\r\n\t\t\t\"text\": \"1901 - Malt extract; flour/groats/meal/starch/malt extract products, no cocoa (or less than 40% by weight) and food preparations of goods of headings 04.01 to 04.04, no cocoa (or less than 5% by weight), weights calculated on a totally defatted basis, n.e.c.\",\r\n\t\t\t\"parent\": \"19\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190110\",\r\n\t\t\t\"text\": \"190110 - Food preparations; of flour, meal, starch, malt extract or milk products, suitable for infants or young children, put up for retail sale\",\r\n\t\t\t\"parent\": \"1901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190120\",\r\n\t\t\t\"text\": \"190120 - Food preparations; mixes and doughs for the preparation of bread, pastry, cakes, biscuits and other bakers' wares\",\r\n\t\t\t\"parent\": \"1901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190190\",\r\n\t\t\t\"text\": \"190190 - Food preparations; of flour, meal, starch, malt extract or milk products, for uses n.e.c. in heading no. 1901\",\r\n\t\t\t\"parent\": \"1901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1902\",\r\n\t\t\t\"text\": \"1902 - Pasta; whether or not cooked or stuffed with meat or other substance, or otherwise prepared, egg spaghetti, macaroni, noodles, lasagne, gnocchi, ravioli, cannelloni; couscous, whether or not prepared\",\r\n\t\t\t\"parent\": \"19\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190211\",\r\n\t\t\t\"text\": \"190211 - Food preparations; pasta, containing eggs, uncooked, not stuffed or otherwise prepared\",\r\n\t\t\t\"parent\": \"1902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190219\",\r\n\t\t\t\"text\": \"190219 - Food preparations; pasta, uncooked (excluding that containing eggs), not stuffed or otherwise prepared\",\r\n\t\t\t\"parent\": \"1902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190220\",\r\n\t\t\t\"text\": \"190220 - Food preparations; pasta, stuffed (with meat or other substances), whether or not cooked or otherwise prepared\",\r\n\t\t\t\"parent\": \"1902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190230\",\r\n\t\t\t\"text\": \"190230 - Food preparations; pasta (excluding stuffed), cooked or otherwise prepared\",\r\n\t\t\t\"parent\": \"1902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190240\",\r\n\t\t\t\"text\": \"190240 - Food preparations; couscous\",\r\n\t\t\t\"parent\": \"1902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1903\",\r\n\t\t\t\"text\": \"1903 - Tapioca and substitutes therefor prepared from starch; in the form of flakes, grains, pearls, siftings or similar forms\",\r\n\t\t\t\"parent\": \"19\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190300\",\r\n\t\t\t\"text\": \"190300 - Food preparations; tapioca and substitutes thereof, prepared from starch in the form of flakes, grains, pearls, siftings or similar\",\r\n\t\t\t\"parent\": \"1903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1904\",\r\n\t\t\t\"text\": \"1904 - Prepared foods obtained by swelling or roasting cereals or cereal products (e.g. corn flakes); cereals (other than maize (corn)) in grain form or in the form of flakes or other worked grains (not flour and meal), pre-cooked or otherwise prepared, n.e.c.\",\r\n\t\t\t\"parent\": \"19\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190410\",\r\n\t\t\t\"text\": \"190410 - Food preparations; obtained by the swelling or roasting of cereals or cereal products\",\r\n\t\t\t\"parent\": \"1904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190420\",\r\n\t\t\t\"text\": \"190420 - Food preparations; obtained from unroasted cereal flakes or from mixtures of unroasted cereal flakes and roasted cereal flakes or swelled cereals\",\r\n\t\t\t\"parent\": \"1904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190430\",\r\n\t\t\t\"text\": \"190430 - Prepared foods obtained by the swelling or roasting of cereals or cereal products (e.g. corn flakes); cereals, not maize (corn), in grain form or in the form of flakes or other worked grains, from bulgur wheat\",\r\n\t\t\t\"parent\": \"1904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190490\",\r\n\t\t\t\"text\": \"190490 - Food preparations; cereal or cereal products (excluding maize), in grain form, pre-cooked or otherwise prepared\",\r\n\t\t\t\"parent\": \"1904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1905\",\r\n\t\t\t\"text\": \"1905 - Bread, pastry, cakes, biscuits, other bakers' wares, whether or not containing cocoa; communion wafers, empty cachets suitable for pharmaceutical use, sealing wafers, rice paper and similar products\",\r\n\t\t\t\"parent\": \"19\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190510\",\r\n\t\t\t\"text\": \"190510 - Food preparations; crispbread, whether or not containing cocoa\",\r\n\t\t\t\"parent\": \"1905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190520\",\r\n\t\t\t\"text\": \"190520 - Food preparations; gingerbread and the like, whether or not containing cocoa\",\r\n\t\t\t\"parent\": \"1905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190530\",\r\n\t\t\t\"text\": \"190530 - Sweet biscuits, waffles and wafers\",\r\n\t\t\t\"parent\": \"1905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190531\",\r\n\t\t\t\"text\": \"190531 - Food preparations; sweet biscuits, whether or not containing cocoa\",\r\n\t\t\t\"parent\": \"1905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190532\",\r\n\t\t\t\"text\": \"190532 - Food preparations; waffles and wafers, whether or not containing cocoa\",\r\n\t\t\t\"parent\": \"1905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190540\",\r\n\t\t\t\"text\": \"190540 - Food preparations; rusks, toasted bread and similar toasted products, whether or not containing cocoa\",\r\n\t\t\t\"parent\": \"1905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190590\",\r\n\t\t\t\"text\": \"190590 - Food preparations; bakers' wares n.e.c. in heading no. 1605, whether or not containing cocoa; communion wafers, empty cachets suitable for pharmaceutical use, sealing wafers, rice papers and similar products\",\r\n\t\t\t\"parent\": \"1905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"20\",\r\n\t\t\t\"text\": \"20 - Preparations of vegetables, fruit, nuts or other parts of plants\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2001\",\r\n\t\t\t\"text\": \"2001 - Vegetables, fruit, nuts and other edible parts of plants; prepared or preserved by vinegar or acetic acid\",\r\n\t\t\t\"parent\": \"20\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200110\",\r\n\t\t\t\"text\": \"200110 - Vegetable preparations; cucumbers and gherkins, prepared or preserved by vinegar or acetic acid\",\r\n\t\t\t\"parent\": \"2001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200120\",\r\n\t\t\t\"text\": \"200120 - Onions prepared or preserved by vinegar\",\r\n\t\t\t\"parent\": \"2001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200190\",\r\n\t\t\t\"text\": \"200190 - Vegetable preparations; vegetables, fruit, nuts and other edible parts of plants, prepared or preserved by vinegar or acetic acid (excluding cucumbers and gherkins)\",\r\n\t\t\t\"parent\": \"2001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2002\",\r\n\t\t\t\"text\": \"2002 - Tomatoes; prepared or preserved otherwise than by vinegar or acetic acid\",\r\n\t\t\t\"parent\": \"20\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200210\",\r\n\t\t\t\"text\": \"200210 - Vegetable preparations; tomatoes, whole or in pieces, prepared or preserved otherwise than by vinegar or acetic acid\",\r\n\t\t\t\"parent\": \"2002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200290\",\r\n\t\t\t\"text\": \"200290 - Vegetable preparations; tomatoes, (other than whole or in pieces), prepared or preserved otherwise than by vinegar or acetic acid\",\r\n\t\t\t\"parent\": \"2002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2003\",\r\n\t\t\t\"text\": \"2003 - Mushrooms and truffles, prepared or preserved other than by vinegar or acetic acid\",\r\n\t\t\t\"parent\": \"20\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200310\",\r\n\t\t\t\"text\": \"200310 - Vegetable preparations; mushrooms of the genus Agaricus, prepared or preserved otherwise than by vinegar or acetic acid\",\r\n\t\t\t\"parent\": \"2003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200320\",\r\n\t\t\t\"text\": \"200320 - Truffles, prepared/preserved othw. than by vinegar/acetic acid\",\r\n\t\t\t\"parent\": \"2003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200390\",\r\n\t\t\t\"text\": \"200390 - Vegetable preparations; mushrooms and truffles, other than mushrooms of the genus Agaricus, prepared or preserved otherwise than by vinegar or acetic acid\",\r\n\t\t\t\"parent\": \"2003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2004\",\r\n\t\t\t\"text\": \"2004 - Vegetables preparations n.e.c.; prepared or preserved otherwise than by vinegar or acetic acid, frozen, other than products of heading no. 2006\",\r\n\t\t\t\"parent\": \"20\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200410\",\r\n\t\t\t\"text\": \"200410 - Vegetable preparations; potatoes, prepared or preserved otherwise than by vinegar or acetic acid, frozen\",\r\n\t\t\t\"parent\": \"2004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200490\",\r\n\t\t\t\"text\": \"200490 - Vegetable preparations; vegetables and mixtures of vegetables (excluding potatoes), prepared or preserved otherwise than by vinegar or acetic acid, frozen\",\r\n\t\t\t\"parent\": \"2004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2005\",\r\n\t\t\t\"text\": \"2005 - Vegetables preparations n.e.c.; prepared or preserved otherwise than by vinegar or acetic acid, not frozen, other than products of heading no. 2006\",\r\n\t\t\t\"parent\": \"20\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200510\",\r\n\t\t\t\"text\": \"200510 - Vegetable preparations; homogenised vegetables, prepared or preserved otherwise than by vinegar or acetic acid, not frozen\",\r\n\t\t\t\"parent\": \"2005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200520\",\r\n\t\t\t\"text\": \"200520 - Vegetable preparations; potatoes, prepared or preserved otherwise than by vinegar or acetic acid, not frozen\",\r\n\t\t\t\"parent\": \"2005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200530\",\r\n\t\t\t\"text\": \"200530 - Sauerkraut, prepared or preserved, not frozen/vinegar\",\r\n\t\t\t\"parent\": \"2005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200540\",\r\n\t\t\t\"text\": \"200540 - Vegetable preparations; peas (pisum sativum), prepared or preserved otherwise than by vinegar or acetic acid, not frozen\",\r\n\t\t\t\"parent\": \"2005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200551\",\r\n\t\t\t\"text\": \"200551 - Vegetable preparations; beans, shelled, prepared or preserved otherwise than by vinegar or acetic acid, not frozen\",\r\n\t\t\t\"parent\": \"2005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200559\",\r\n\t\t\t\"text\": \"200559 - Vegetable preparations; beans, (not shelled), prepared or preserved otherwise than by vinegar or acetic acid, not frozen\",\r\n\t\t\t\"parent\": \"2005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200560\",\r\n\t\t\t\"text\": \"200560 - Vegetable preparations; asparagus, prepared or preserved otherwise than by vinegar or acetic acid, not frozen\",\r\n\t\t\t\"parent\": \"2005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200570\",\r\n\t\t\t\"text\": \"200570 - Vegetable preparations; olives, prepared or preserved otherwise than by vinegar or acetic acid, not frozen\",\r\n\t\t\t\"parent\": \"2005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200580\",\r\n\t\t\t\"text\": \"200580 - Vegetable preparations; sweetcorn (zea mays var. saccharata), prepared or preserved otherwise than by vinegar or acetic acid, not frozen\",\r\n\t\t\t\"parent\": \"2005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200590\",\r\n\t\t\t\"text\": \"200590 - Veg nes, mixes, prepared/preserved, not frozen/vinega\",\r\n\t\t\t\"parent\": \"2005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200591\",\r\n\t\t\t\"text\": \"200591 - Vegetable preparations; bamboo shoots, prepared or preserved otherwise than by vinegar or acetic acid, not frozen\",\r\n\t\t\t\"parent\": \"2005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200599\",\r\n\t\t\t\"text\": \"200599 - Vegetable preparations; vegetables and mixtures of vegetables n.e.c. in heading no. 2005, prepared or preserved otherwise than by vinegar or acetic acid, not frozen\",\r\n\t\t\t\"parent\": \"2005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2006\",\r\n\t\t\t\"text\": \"2006 - Vegetables, fruit, nuts, fruit-peel and other parts of plants, preserved by sugar (drained, glace or crystallised)\",\r\n\t\t\t\"parent\": \"20\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200600\",\r\n\t\t\t\"text\": \"200600 - Vegetables, fruit, nuts, fruit-peel and other parts of plants, preserved by sugar (drained, glace or crystallised)\",\r\n\t\t\t\"parent\": \"2006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2007\",\r\n\t\t\t\"text\": \"2007 - Jams, fruit jellies, marmalades, fruit or nut puree and fruit or nut pastes, being cooked preparations; whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"20\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200710\",\r\n\t\t\t\"text\": \"200710 - Jams, fruit jellies, marmalades, fruit or nut puree and fruit or nut pastes; homogenised, cooked preparations, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200791\",\r\n\t\t\t\"text\": \"200791 - Jams, jellies, marmalades, purees and pastes; of citrus fruit, being cooked preparations (excluding homogenised), whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200799\",\r\n\t\t\t\"text\": \"200799 - Jams, fruit jellies, marmalades, purees and pastes; of fruit or nuts n.e.c. in heading no. 2007, cooked preparations (excluding homogenised), whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2008\",\r\n\t\t\t\"text\": \"2008 - Fruit, nuts and other edible parts of plants; prepared or preserved in ways n.e.c., whether or not containing added sugar or other sweetening matter or spirit, not elsewhere specified or included\",\r\n\t\t\t\"parent\": \"20\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200811\",\r\n\t\t\t\"text\": \"200811 - Nuts; ground-nuts, whether or not containing added sugar, other sweetening matter or spirit\",\r\n\t\t\t\"parent\": \"2008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200819\",\r\n\t\t\t\"text\": \"200819 - Nuts and other seeds; whether or not containing added sugar, other sweetening matter or spirit (excluding ground-nuts except in mixtures)\",\r\n\t\t\t\"parent\": \"2008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200820\",\r\n\t\t\t\"text\": \"200820 - Fruit; pineapples, prepared or preserved in ways n.e.c. in heading no. 2007, whether or not containing added sugar, other sweetening matter or spirit\",\r\n\t\t\t\"parent\": \"2008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200830\",\r\n\t\t\t\"text\": \"200830 - Fruit; citrus, prepared or preserved in ways n.e.c. in heading no. 2007, whether or not containing added sugar, other sweetening matter or spirit\",\r\n\t\t\t\"parent\": \"2008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200840\",\r\n\t\t\t\"text\": \"200840 - Fruit; pears, prepared or preserved in ways n.e.c. in heading no. 2007, whether or not containing added sugar, other sweetening matter or spirit\",\r\n\t\t\t\"parent\": \"2008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200850\",\r\n\t\t\t\"text\": \"200850 - Fruit; apricots, prepared or preserved in ways n.e.c. in heading no. 2007, whether or not containing added sugar, other sweetening matter or spirit\",\r\n\t\t\t\"parent\": \"2008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200860\",\r\n\t\t\t\"text\": \"200860 - Fruit; cherries, prepared or preserved in ways n.e.c. in heading no. 2007, whether or not containing added sugar, other sweetening matter or spirit\",\r\n\t\t\t\"parent\": \"2008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200870\",\r\n\t\t\t\"text\": \"200870 - Fruit; peaches, including nectarines, prepared or preserved in ways n.e.c. in heading no. 2007 and 2008, whether or not containing added sugar, other sweetening matter or spirit\",\r\n\t\t\t\"parent\": \"2008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200880\",\r\n\t\t\t\"text\": \"200880 - Fruit; strawberries, prepared or preserved in ways n.e.c. in heading no. 2007, whether or not containing added sugar, other sweetening matter or spirit\",\r\n\t\t\t\"parent\": \"2008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200891\",\r\n\t\t\t\"text\": \"200891 - Fruit, palm hearts; prepared or preserved, whether or not containing added sugar, other sweetening matter or spirit\",\r\n\t\t\t\"parent\": \"2008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200892\",\r\n\t\t\t\"text\": \"200892 - Mixtures of edible parts of plants (excl. of 2008.19), prepared/preserved, whether/not containing added sugar/other sweetening matter/spirit, n.e.s.\",\r\n\t\t\t\"parent\": \"2008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200893\",\r\n\t\t\t\"text\": \"200893 - Fruit; cranberries (Vaccinium macrocarpon, Vaccinium oxycoccos); Iingonberries (Vaccinium vitis-idaea), prepared or preserved, whether or not containing added sugar, other sweetening matter or spirit\",\r\n\t\t\t\"parent\": \"2008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200897\",\r\n\t\t\t\"text\": \"200897 - Fruit, nuts and other edible parts of plants; mixtures (other than those of subheading no 2008.19); prepared or preserved in ways n.e.c. in headings 2007 and 2008, whether or not containing added sugar, or other sweetening matter or spirit, n.e.c.\",\r\n\t\t\t\"parent\": \"2008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200899\",\r\n\t\t\t\"text\": \"200899 - Fruit, nuts and other edible parts of plants; prepared or preserved, whether or not containing added sugar, other sweetening matter or spirit, n.e.c. in heading no. 2008\",\r\n\t\t\t\"parent\": \"2008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2009\",\r\n\t\t\t\"text\": \"2009 - Fruit or nut juices (including grape must and coconut water) and vegetable juices, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"20\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200911\",\r\n\t\t\t\"text\": \"200911 - Juice; orange, frozen, unfermented, (not containing added spirit), whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200912\",\r\n\t\t\t\"text\": \"200912 - Juice; orange, not frozen, of a Brix value not exceeding 20, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200919\",\r\n\t\t\t\"text\": \"200919 - Juice; orange, not frozen, of a Brix value exceeding 20, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200920\",\r\n\t\t\t\"text\": \"200920 - Grapefruit juice, not fermented or spirited\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200921\",\r\n\t\t\t\"text\": \"200921 - Juice; grapefruit or pomelo, of a Brix value not exceeding 20, unfermented, (not containing added spirit), whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200929\",\r\n\t\t\t\"text\": \"200929 - Juice; grapefruit or pomelo, of a Brix value exceeding 20, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200930\",\r\n\t\t\t\"text\": \"200930 - Citrus juice nes (one fruit) not fermented or spirite\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200931\",\r\n\t\t\t\"text\": \"200931 - Juice; of single citrus fruit (excluding orange, grapefruit or pomelo), of a Brix value not exceeding 20, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200939\",\r\n\t\t\t\"text\": \"200939 - Juice; of single citrus fruit (excluding orange, grapefruit or pomelo), of a Brix value exceeding 20, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200940\",\r\n\t\t\t\"text\": \"200940 - Pineapple juice, not fermented or spirited\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200941\",\r\n\t\t\t\"text\": \"200941 - Juice; pineapple, of a Brix value not exceeding 20, unfermented, (not containing added spirit), whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200949\",\r\n\t\t\t\"text\": \"200949 - Juice; pineapple, of a Brix value exceeding 20, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200950\",\r\n\t\t\t\"text\": \"200950 - Juice; tomato, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200960\",\r\n\t\t\t\"text\": \"200960 - Grape juice or must not fermented or spirited\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200961\",\r\n\t\t\t\"text\": \"200961 - Juice; grape, of a Brix value not exceeding 30, unfermented, (not containing added spirit), whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200969\",\r\n\t\t\t\"text\": \"200969 - Juice; grape, of a Brix value exceeding 30, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200970\",\r\n\t\t\t\"text\": \"200970 - Apple juice not fermented or spirited\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200971\",\r\n\t\t\t\"text\": \"200971 - Juice; apple, of a Brix value not exceeding 20, unfermented, (not containing added spirit), whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200979\",\r\n\t\t\t\"text\": \"200979 - Juice; apple, of a Brix value exceeding 20, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200980\",\r\n\t\t\t\"text\": \"200980 - Juice of any single fruit/vegetable (excl. of 2009.11-2009.79), unfermented & not containing added spirit, whether/not containing added sugar/other sweetening matter\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200981\",\r\n\t\t\t\"text\": \"200981 - Juice; cranberry (Vaccinium macrocarpon, Vaccinium oxycoccos); Iingonberry (Vaccinium vitis-idaea), unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200989\",\r\n\t\t\t\"text\": \"200989 - Juice; of any single fruit, nut or vegetable n.e.c. in heading no. 2009, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200990\",\r\n\t\t\t\"text\": \"200990 - Juices; mixtures of fruits or vegetables (but not nut juice), unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"21\",\r\n\t\t\t\"text\": \"21 - Miscellaneous edible preparations\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2101\",\r\n\t\t\t\"text\": \"2101 - Extracts, essences, concentrates of coffee, tea or mate; preparations with a basis of these products or with a basis of coffee, tea or mate; roasted chicory and other roasted coffee substitutes and extracts, essences and concentrates thereof\",\r\n\t\t\t\"parent\": \"21\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"210110\",\r\n\t\t\t\"text\": \"210110 - Coffee extracts, essences, concentrates, preparations\",\r\n\t\t\t\"parent\": \"2101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"210111\",\r\n\t\t\t\"text\": \"210111 - Extracts, essences and concentrates; of coffee, and preparations with a basis of these extracts, essences or concentrates or with a basis of coffee\",\r\n\t\t\t\"parent\": \"2101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"210112\",\r\n\t\t\t\"text\": \"210112 - Preparations with a basis of extracts, essences or concentrates or with a basis of coffee\",\r\n\t\t\t\"parent\": \"2101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"210120\",\r\n\t\t\t\"text\": \"210120 - Extracts, essences and concentrates; of tea or mate, and preparations with a basis of these extracts, essences or concentrates or with a basis of tea or mate\",\r\n\t\t\t\"parent\": \"2101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"210130\",\r\n\t\t\t\"text\": \"210130 - Chicory, roasted and other roasted coffee substitutes; extracts, essences and concentrates thereof\",\r\n\t\t\t\"parent\": \"2101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2102\",\r\n\t\t\t\"text\": \"2102 - Yeasts (active or inactive); other single-cell micro-organisms, dead (but not including vaccines of heading no. 3002); prepared baking powders\",\r\n\t\t\t\"parent\": \"21\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"210210\",\r\n\t\t\t\"text\": \"210210 - Yeasts; active\",\r\n\t\t\t\"parent\": \"2102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"210220\",\r\n\t\t\t\"text\": \"210220 - Yeasts; inactive, other single-cell micro-organisms, dead\",\r\n\t\t\t\"parent\": \"2102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"210230\",\r\n\t\t\t\"text\": \"210230 - Baking powders; prepared\",\r\n\t\t\t\"parent\": \"2102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2103\",\r\n\t\t\t\"text\": \"2103 - Sauces and preparations therefor; mixed condiments and mixed seasonings, mustard flour and meal and prepared mustard\",\r\n\t\t\t\"parent\": \"21\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"210310\",\r\n\t\t\t\"text\": \"210310 - Sauces; soya\",\r\n\t\t\t\"parent\": \"2103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"210320\",\r\n\t\t\t\"text\": \"210320 - Sauces; tomato ketchup and other tomato sauces\",\r\n\t\t\t\"parent\": \"2103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"210330\",\r\n\t\t\t\"text\": \"210330 - Mustard flour and meal and prepared mustard\",\r\n\t\t\t\"parent\": \"2103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"210390\",\r\n\t\t\t\"text\": \"210390 - Sauces and preparations therefor; mixed condiments and mixed seasonings\",\r\n\t\t\t\"parent\": \"2103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2104\",\r\n\t\t\t\"text\": \"2104 - Soups and broths and preparations therefor; homogenised composite food preparations\",\r\n\t\t\t\"parent\": \"21\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"210410\",\r\n\t\t\t\"text\": \"210410 - Soups and broths and preparations therefor\",\r\n\t\t\t\"parent\": \"2104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"210420\",\r\n\t\t\t\"text\": \"210420 - Homogenised composite food preparations\",\r\n\t\t\t\"parent\": \"2104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2105\",\r\n\t\t\t\"text\": \"2105 - Ice cream and other edible ice; whether or not containing cocoa\",\r\n\t\t\t\"parent\": \"21\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"210500\",\r\n\t\t\t\"text\": \"210500 - Ice cream and other edible ice; whether or not containing cocoa\",\r\n\t\t\t\"parent\": \"2105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2106\",\r\n\t\t\t\"text\": \"2106 - Food preparations not elsewhere specified or included\",\r\n\t\t\t\"parent\": \"21\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"210610\",\r\n\t\t\t\"text\": \"210610 - Protein; concentrates and textured protein substances\",\r\n\t\t\t\"parent\": \"2106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"210690\",\r\n\t\t\t\"text\": \"210690 - Food preparations; n.e.c. in item no. 2106.10\",\r\n\t\t\t\"parent\": \"2106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"22\",\r\n\t\t\t\"text\": \"22 - Beverages, spirits and vinegar\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2201\",\r\n\t\t\t\"text\": \"2201 - Waters, including natural or artificial mineral waters and aerated waters, not containing added sugar or other sweetening matter nor flavoured; ice and snow\",\r\n\t\t\t\"parent\": \"22\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220110\",\r\n\t\t\t\"text\": \"220110 - Waters; mineral and aerated, including natural or artificial, (not containing added sugar or other sweetening matter nor flavoured)\",\r\n\t\t\t\"parent\": \"2201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220190\",\r\n\t\t\t\"text\": \"220190 - Waters; other than mineral and aerated, (not containing added sugar or other sweetening matter nor flavoured), ice and snow\",\r\n\t\t\t\"parent\": \"2201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2202\",\r\n\t\t\t\"text\": \"2202 - Waters, including mineral and aerated waters, containing added sugar or sweetening matter, flavoured; other non-alcoholic beverages, not including fruit, nut or vegetable juices of heading no. 2009\",\r\n\t\t\t\"parent\": \"22\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220210\",\r\n\t\t\t\"text\": \"220210 - Waters; including mineral and aerated, containing added sugar or other sweetening matter or flavoured\",\r\n\t\t\t\"parent\": \"2202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220290\",\r\n\t\t\t\"text\": \"220290 - Non-alcoholic beverages; n.e.c. in item no. 2202.10, not including fruit or vegetable juices of heading no. 2009\",\r\n\t\t\t\"parent\": \"2202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220291\",\r\n\t\t\t\"text\": \"220291 - Non-alcoholic beverages; non-alcoholic beer\",\r\n\t\t\t\"parent\": \"2202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220299\",\r\n\t\t\t\"text\": \"220299 - Non-alcoholic beverages; other than non-alcoholic beer, n.e.c. in item no. 2202.10, not including fruit, nut or vegetable juices of heading no. 2009\",\r\n\t\t\t\"parent\": \"2202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2203\",\r\n\t\t\t\"text\": \"2203 - Beer made from malt\",\r\n\t\t\t\"parent\": \"22\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220300\",\r\n\t\t\t\"text\": \"220300 - Beer; made from malt\",\r\n\t\t\t\"parent\": \"2203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2204\",\r\n\t\t\t\"text\": \"2204 - Wine of fresh grapes, including fortified wines; grape must other than that of heading no. 2009\",\r\n\t\t\t\"parent\": \"22\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220410\",\r\n\t\t\t\"text\": \"220410 - Wine; sparkling\",\r\n\t\t\t\"parent\": \"2204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220421\",\r\n\t\t\t\"text\": \"220421 - Wine; still, in containers holding 2 litres or less\",\r\n\t\t\t\"parent\": \"2204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220422\",\r\n\t\t\t\"text\": \"220422 - Wine; still, in containers holding more than 2 litres but not more than 10 litres\",\r\n\t\t\t\"parent\": \"2204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220429\",\r\n\t\t\t\"text\": \"220429 - Wine; still, in containers holding more than 10 litres\",\r\n\t\t\t\"parent\": \"2204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220430\",\r\n\t\t\t\"text\": \"220430 - Grape must; n.e.c. in heading no. 2009, n.e.c. in item no. 2204.2\",\r\n\t\t\t\"parent\": \"2204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2205\",\r\n\t\t\t\"text\": \"2205 - Vermouth and other wine of fresh grapes, flavoured with plants or aromatic substances\",\r\n\t\t\t\"parent\": \"22\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220510\",\r\n\t\t\t\"text\": \"220510 - Vermouth and other wine of fresh grapes, flavoured with plants or aromatic substances, in containers holding 2 litres or less\",\r\n\t\t\t\"parent\": \"2205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220590\",\r\n\t\t\t\"text\": \"220590 - Vermouth and other wine of fresh grapes, flavoured with plants or aromatic substances, in containers holding more than 2 litres\",\r\n\t\t\t\"parent\": \"2205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2206\",\r\n\t\t\t\"text\": \"2206 - Fermented beverages, n.e.c. in chapter 22; (e.g. cider, perry, mead, sake)\",\r\n\t\t\t\"parent\": \"22\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220600\",\r\n\t\t\t\"text\": \"220600 - Beverages, fermented; (e.g. cider, perry, mead, sake)\",\r\n\t\t\t\"parent\": \"2206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2207\",\r\n\t\t\t\"text\": \"2207 - Ethyl alcohol, undenatured; of an alcoholic strength by volume of 80% vol. or higher; ethyl alcohol and other spirits, denatured, of any strength\",\r\n\t\t\t\"parent\": \"22\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220710\",\r\n\t\t\t\"text\": \"220710 - Undenatured ethyl alcohol; of an alcoholic strength by volume of 80% vol. or higher\",\r\n\t\t\t\"parent\": \"2207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220720\",\r\n\t\t\t\"text\": \"220720 - Ethyl alcohol and other spirits; denatured, of any strength\",\r\n\t\t\t\"parent\": \"2207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2208\",\r\n\t\t\t\"text\": \"2208 - Ethyl alcohol, undenatured; of an alcoholic strength by volume of less than 80% volume; spirits, liqueurs and other spirituous beverages\",\r\n\t\t\t\"parent\": \"22\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220810\",\r\n\t\t\t\"text\": \"220810 - Compound alcoholic preps for beverage manufacture\",\r\n\t\t\t\"parent\": \"2208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220820\",\r\n\t\t\t\"text\": \"220820 - Spirits obtained by distilling grape wine or grape marc\",\r\n\t\t\t\"parent\": \"2208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220830\",\r\n\t\t\t\"text\": \"220830 - Whiskies\",\r\n\t\t\t\"parent\": \"2208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220840\",\r\n\t\t\t\"text\": \"220840 - Rum and other spirits obtained by distilling fermented sugar-cane products\",\r\n\t\t\t\"parent\": \"2208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220850\",\r\n\t\t\t\"text\": \"220850 - Gin and geneva\",\r\n\t\t\t\"parent\": \"2208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220860\",\r\n\t\t\t\"text\": \"220860 - Vodka\",\r\n\t\t\t\"parent\": \"2208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220870\",\r\n\t\t\t\"text\": \"220870 - Liqueurs and cordials\",\r\n\t\t\t\"parent\": \"2208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220890\",\r\n\t\t\t\"text\": \"220890 - Spirits, liqueurs and other spirituous beverages; n.e.c. in heading no. 2208\",\r\n\t\t\t\"parent\": \"2208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2209\",\r\n\t\t\t\"text\": \"2209 - Vinegar and substitutes for vinegar obtained from acetic acid\",\r\n\t\t\t\"parent\": \"22\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220900\",\r\n\t\t\t\"text\": \"220900 - Vinegar and substitutes for vinegar; obtained from acetic acid\",\r\n\t\t\t\"parent\": \"2209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"23\",\r\n\t\t\t\"text\": \"23 - Food industries, residues and wastes thereof; prepared animal fodder\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2301\",\r\n\t\t\t\"text\": \"2301 - Flours, meal and pellets, of meat or meat offal, of fish or of crustaceans, molluscs or other aquatic invertebrates, unfit for human consumption; greaves\",\r\n\t\t\t\"parent\": \"23\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230110\",\r\n\t\t\t\"text\": \"230110 - Flours, meals and pellets; of meat or meat offal, greaves\",\r\n\t\t\t\"parent\": \"2301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230120\",\r\n\t\t\t\"text\": \"230120 - Flours, meals and pellets; of fish or of crustaceans, molluscs or other aquatic invertebrates\",\r\n\t\t\t\"parent\": \"2301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2302\",\r\n\t\t\t\"text\": \"2302 - Bran, sharps and other residues; whether or not in the form of pellets derived from the sifting, milling or other working of cereals or of leguminous plants\",\r\n\t\t\t\"parent\": \"23\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230210\",\r\n\t\t\t\"text\": \"230210 - Bran, sharps and other residues; of maize (corn), whether or not in the form of pellets, derived from the sifting, milling or other workings thereof\",\r\n\t\t\t\"parent\": \"2302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230220\",\r\n\t\t\t\"text\": \"230220 - Rice bran, sharps, other residues\",\r\n\t\t\t\"parent\": \"2302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230230\",\r\n\t\t\t\"text\": \"230230 - Bran, sharps and other residues; of wheat, whether or not in the form of pellets, derived from the sifting, milling or other workings thereof\",\r\n\t\t\t\"parent\": \"2302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230240\",\r\n\t\t\t\"text\": \"230240 - Bran, sharps and other residues; of other cereals, whether or not in the form of pellets, derived from the sifting, milling or other workings thereof\",\r\n\t\t\t\"parent\": \"2302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230250\",\r\n\t\t\t\"text\": \"230250 - Bran, sharps and other residues; of leguminous plants, whether or not in the form of pellets, derived from the sifting, milling or other workings thereof\",\r\n\t\t\t\"parent\": \"2302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2303\",\r\n\t\t\t\"text\": \"2303 - Residues of starch manufacture, similar residues; beet-pulp, bagasse and other waste of sugar manufacture, brewing or distilling dregs and waste, whether or not in the form of pellets\",\r\n\t\t\t\"parent\": \"23\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230310\",\r\n\t\t\t\"text\": \"230310 - Residues of starch manufacture and similar residues; whether or not in the form of pellets\",\r\n\t\t\t\"parent\": \"2303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230320\",\r\n\t\t\t\"text\": \"230320 - Beet-pulp, bagasse and other waste of sugar manufacture; whether or not in the form of pellets\",\r\n\t\t\t\"parent\": \"2303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230330\",\r\n\t\t\t\"text\": \"230330 - Brewing or distilling dregs and waste; whether or not in the form of pellets\",\r\n\t\t\t\"parent\": \"2303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2304\",\r\n\t\t\t\"text\": \"2304 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of soya-bean oil\",\r\n\t\t\t\"parent\": \"23\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230400\",\r\n\t\t\t\"text\": \"230400 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of soya-bean oil\",\r\n\t\t\t\"parent\": \"2304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2305\",\r\n\t\t\t\"text\": \"2305 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of ground-nut oil\",\r\n\t\t\t\"parent\": \"23\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230500\",\r\n\t\t\t\"text\": \"230500 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of ground-nut oil\",\r\n\t\t\t\"parent\": \"2305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2306\",\r\n\t\t\t\"text\": \"2306 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of vegetable or microbial fats or oils, other than those of heading no. 2304 or 2305\",\r\n\t\t\t\"parent\": \"23\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230610\",\r\n\t\t\t\"text\": \"230610 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of cotton seed oils\",\r\n\t\t\t\"parent\": \"2306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230620\",\r\n\t\t\t\"text\": \"230620 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of linseed oils\",\r\n\t\t\t\"parent\": \"2306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230630\",\r\n\t\t\t\"text\": \"230630 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of sunflower seed oils\",\r\n\t\t\t\"parent\": \"2306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230640\",\r\n\t\t\t\"text\": \"230640 - Rape or colza seed oil-cake and other solid residues\",\r\n\t\t\t\"parent\": \"2306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230641\",\r\n\t\t\t\"text\": \"230641 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of low erucic acid rape or colza seed oils\",\r\n\t\t\t\"parent\": \"2306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230649\",\r\n\t\t\t\"text\": \"230649 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of rape seed oils (other than low erucic acid rape or colza)\",\r\n\t\t\t\"parent\": \"2306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230650\",\r\n\t\t\t\"text\": \"230650 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of coconut or copra seed oils\",\r\n\t\t\t\"parent\": \"2306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230660\",\r\n\t\t\t\"text\": \"230660 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of palm nuts or kernels oils\",\r\n\t\t\t\"parent\": \"2306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230670\",\r\n\t\t\t\"text\": \"230670 - Maize/corn germ oil-cake\",\r\n\t\t\t\"parent\": \"2306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230690\",\r\n\t\t\t\"text\": \"230690 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of oils, n.e.c. in heading no. 2306\",\r\n\t\t\t\"parent\": \"2306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2307\",\r\n\t\t\t\"text\": \"2307 - Wine lees; argol\",\r\n\t\t\t\"parent\": \"23\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230700\",\r\n\t\t\t\"text\": \"230700 - Wine lees; argol\",\r\n\t\t\t\"parent\": \"2307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2308\",\r\n\t\t\t\"text\": \"2308 - Vegetable materials and vegetable waste, vegetable residues and bi-products; whether or not in the form of pellets, of a kind used in animal feeding, not elsewhere specified or included\",\r\n\t\t\t\"parent\": \"23\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230800\",\r\n\t\t\t\"text\": \"230800 - Vegetable materials and vegetable waste, vegetable residues and by-products; whether or not in the form of pellets, of a kind used in animal feeding, not elsewhere specified or included\",\r\n\t\t\t\"parent\": \"2308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230810\",\r\n\t\t\t\"text\": \"230810 - Acorns and horse-chestnuts for animal feed\",\r\n\t\t\t\"parent\": \"2308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230890\",\r\n\t\t\t\"text\": \"230890 - Vegetable wastes and residues nes for animal feed\",\r\n\t\t\t\"parent\": \"2308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2309\",\r\n\t\t\t\"text\": \"2309 - Preparations of a kind used in animal feeding\",\r\n\t\t\t\"parent\": \"23\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230910\",\r\n\t\t\t\"text\": \"230910 - Dog or cat food; put up for retail sale, used in animal feeding\",\r\n\t\t\t\"parent\": \"2309\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230990\",\r\n\t\t\t\"text\": \"230990 - Dog or cat food; (not put up for retail sale), used in animal feeding\",\r\n\t\t\t\"parent\": \"2309\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"24\",\r\n\t\t\t\"text\": \"24 - Tobacco and manufactured tobacco substitutes; products, whether or not containing nicotine, intended for inhalation without combustion; other nicotine containing products intended for the intake of nicotine into the human body\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2401\",\r\n\t\t\t\"text\": \"2401 - Tobacco, unmanufactured; tobacco refuse\",\r\n\t\t\t\"parent\": \"24\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"240110\",\r\n\t\t\t\"text\": \"240110 - Tobacco, (not stemmed or stripped)\",\r\n\t\t\t\"parent\": \"2401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"240120\",\r\n\t\t\t\"text\": \"240120 - Tobacco; partly or wholly stemmed or stripped\",\r\n\t\t\t\"parent\": \"2401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"240130\",\r\n\t\t\t\"text\": \"240130 - Tobacco refuse\",\r\n\t\t\t\"parent\": \"2401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2402\",\r\n\t\t\t\"text\": \"2402 - Cigars, cheroots, cigarillos and cigarettes; of tobacco or of tobacco substitutes\",\r\n\t\t\t\"parent\": \"24\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"240210\",\r\n\t\t\t\"text\": \"240210 - Cigars, cheroots and cigarillos; containing tobacco including the weight of every band, wrapper or attachment thereto\",\r\n\t\t\t\"parent\": \"2402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"240220\",\r\n\t\t\t\"text\": \"240220 - Cigarettes; containing tobacco\",\r\n\t\t\t\"parent\": \"2402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"240290\",\r\n\t\t\t\"text\": \"240290 - Cigars, cigarillos and cheroots; containing tobacco substitutes including the weight of every band, wrapper or attachment thereto\",\r\n\t\t\t\"parent\": \"2402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2403\",\r\n\t\t\t\"text\": \"2403 - Manufactured tobacco and manufactured tobacco substitutes n.e.c; homogenised or reconstituted tobacco; tobacco extracts and essences\",\r\n\t\t\t\"parent\": \"24\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"240310\",\r\n\t\t\t\"text\": \"240310 - Smoking tobacco, whether/not containing tobacco substitutes in any proportion\",\r\n\t\t\t\"parent\": \"2403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"240311\",\r\n\t\t\t\"text\": \"240311 - Tobacco; smoking, water pipe tobacco as specified in Subheading Note 1 to this Chapter, whether or not containing tobacco substitutes in any proportion\",\r\n\t\t\t\"parent\": \"2403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"240319\",\r\n\t\t\t\"text\": \"240319 - Tobacco; smoking, other than water pipe tobacco, whether or not containing tobacco substitutes in any proportion\",\r\n\t\t\t\"parent\": \"2403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"240391\",\r\n\t\t\t\"text\": \"240391 - Tobacco; homogenised or reconstituted\",\r\n\t\t\t\"parent\": \"2403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"240399\",\r\n\t\t\t\"text\": \"240399 - Tobacco; other than homogenised or reconstituted or smoking\",\r\n\t\t\t\"parent\": \"2403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2404\",\r\n\t\t\t\"text\": \"2404 - Products containing tobacco, reconstituted tobacco, nicotine, or tobacco or nicotine substitutes, intended for inhalation without combustion; other nicotine containing products intended for the intake of nicotine into the human body\",\r\n\t\t\t\"parent\": \"24\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"240411\",\r\n\t\t\t\"text\": \"240411 - Products containing tobacco or reconstituted tobacco, intended for inhalation without combustion\",\r\n\t\t\t\"parent\": \"2404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"240412\",\r\n\t\t\t\"text\": \"240412 - Products containing nicotine, other than tobacco or reconstituted tobacco, intended for inhalation without combustion\",\r\n\t\t\t\"parent\": \"2404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"240419\",\r\n\t\t\t\"text\": \"240419 - Products containing tobacco or nicotine substitutes, intended for inhalation without combustion\",\r\n\t\t\t\"parent\": \"2404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"240491\",\r\n\t\t\t\"text\": \"240491 - Products n.e.c. in heading 2404, intended for the intake of nicotine into the human body, for oral application\",\r\n\t\t\t\"parent\": \"2404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"240492\",\r\n\t\t\t\"text\": \"240492 - Products n.e.c. in heading 2404, intended for the intake of nicotine into the human body, for transdermal application\",\r\n\t\t\t\"parent\": \"2404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"240499\",\r\n\t\t\t\"text\": \"240499 - Products n.e.c. in heading 2404, intended for the intake of nicotine into the human body, by ways other than inhalation, and other than oral or transdermal application\",\r\n\t\t\t\"parent\": \"2404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"25\",\r\n\t\t\t\"text\": \"25 - Salt; sulphur; earths, stone; plastering materials, lime and cement\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2501\",\r\n\t\t\t\"text\": \"2501 - Salt (including table salt and denatured salt); pure sodium chloride whether or not in aqueous solution; sea water\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250100\",\r\n\t\t\t\"text\": \"250100 - Salt (including table salt and denatured salt); pure sodium chloride whether or not in aqueous solution; sea water\",\r\n\t\t\t\"parent\": \"2501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2502\",\r\n\t\t\t\"text\": \"2502 - Iron pyrites; unroasted\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250200\",\r\n\t\t\t\"text\": \"250200 - Iron pyrites; unroasted\",\r\n\t\t\t\"parent\": \"2502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2503\",\r\n\t\t\t\"text\": \"2503 - Sulphur of all kinds; other than sublimed, precipitated and colloidal sulphur\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250300\",\r\n\t\t\t\"text\": \"250300 - Sulphur of all kinds; other than sublimed, precipitated and colloidal sulphur\",\r\n\t\t\t\"parent\": \"2503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250310\",\r\n\t\t\t\"text\": \"250310 - Sulphur, crude or unrefined\",\r\n\t\t\t\"parent\": \"2503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250390\",\r\n\t\t\t\"text\": \"250390 - refined sulphur, not sublimate, precipitate, colloida\",\r\n\t\t\t\"parent\": \"2503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2504\",\r\n\t\t\t\"text\": \"2504 - Graphite; natural\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250410\",\r\n\t\t\t\"text\": \"250410 - Graphite; natural, in powder or in flakes\",\r\n\t\t\t\"parent\": \"2504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250490\",\r\n\t\t\t\"text\": \"250490 - Graphite; natural, in other forms, excluding powder or flakes\",\r\n\t\t\t\"parent\": \"2504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2505\",\r\n\t\t\t\"text\": \"2505 - Sands of all kinds; natural, whether or not coloured, other than metal-bearing sands of chapter 26\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250510\",\r\n\t\t\t\"text\": \"250510 - Sands; natural, silica and quartz sands, whether or not coloured\",\r\n\t\t\t\"parent\": \"2505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250590\",\r\n\t\t\t\"text\": \"250590 - Sands; natural, (other than silica and quartz sands), whether or not coloured, (other than metal-bearing sands of chapter 26)\",\r\n\t\t\t\"parent\": \"2505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2506\",\r\n\t\t\t\"text\": \"2506 - Quartz; (other than natural sands), quartzite, whether or not roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250610\",\r\n\t\t\t\"text\": \"250610 - Quartz; other than natural sands\",\r\n\t\t\t\"parent\": \"2506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250620\",\r\n\t\t\t\"text\": \"250620 - Quartzite; whether or not roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape\",\r\n\t\t\t\"parent\": \"2506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250621\",\r\n\t\t\t\"text\": \"250621 - Quartzite, crude or roughly trimmed\",\r\n\t\t\t\"parent\": \"2506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250629\",\r\n\t\t\t\"text\": \"250629 - Quartzite, slabs etc.\",\r\n\t\t\t\"parent\": \"2506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2507\",\r\n\t\t\t\"text\": \"2507 - Kaolin and other kaolinic clays; whether or not calcined\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250700\",\r\n\t\t\t\"text\": \"250700 - Kaolin and other kaolinic clays; whether or not calcined\",\r\n\t\t\t\"parent\": \"2507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2508\",\r\n\t\t\t\"text\": \"2508 - Clays; (not including expanded clays of heading no. 6806), andalusite kyanite and sillimanite, whether or not calcined; mullite; chamotte or dinas earth\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250810\",\r\n\t\t\t\"text\": \"250810 - Clays (excluding expanded clays of heading no. 6806); bentonite, whether or not calcined\",\r\n\t\t\t\"parent\": \"2508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250820\",\r\n\t\t\t\"text\": \"250820 - Decolourising earths and fuller's earth\",\r\n\t\t\t\"parent\": \"2508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250830\",\r\n\t\t\t\"text\": \"250830 - Clays (excluding expanded clays of heading no. 6806); fireclay, whether or not calcined\",\r\n\t\t\t\"parent\": \"2508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250840\",\r\n\t\t\t\"text\": \"250840 - Clays (excluding expanded clays of heading no. 6806); n.e.c. in heading no. 2508, whether or not calcined\",\r\n\t\t\t\"parent\": \"2508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250850\",\r\n\t\t\t\"text\": \"250850 - Clays (excluding expanded clays of heading no. 6806); andalusite, kyanite and sillimanite, whether or not calcined\",\r\n\t\t\t\"parent\": \"2508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250860\",\r\n\t\t\t\"text\": \"250860 - Clays (excluding expanded clays of heading no. 6806); mullite\",\r\n\t\t\t\"parent\": \"2508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250870\",\r\n\t\t\t\"text\": \"250870 - Clays (excluding expanded clays of heading no. 6806); chamotte or dinas earths\",\r\n\t\t\t\"parent\": \"2508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2509\",\r\n\t\t\t\"text\": \"2509 - Chalk\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250900\",\r\n\t\t\t\"text\": \"250900 - Chalk\",\r\n\t\t\t\"parent\": \"2509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2510\",\r\n\t\t\t\"text\": \"2510 - Natural calcium phosphates; natural aluminium calcium phosphates and phosphatic chalk\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251010\",\r\n\t\t\t\"text\": \"251010 - Natural calcium phosphates, natural aluminium calcium phosphates and phosphatic chalk; unground\",\r\n\t\t\t\"parent\": \"2510\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251020\",\r\n\t\t\t\"text\": \"251020 - Natural calcium phosphates, natural aluminium calcium phosphates and phosphatic chalk; ground\",\r\n\t\t\t\"parent\": \"2510\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2511\",\r\n\t\t\t\"text\": \"2511 - Natural barium sulphate (barytes); natural barium carbonate, (witherite) whether or not calcined, other than barium oxide of heading no. 2816\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251110\",\r\n\t\t\t\"text\": \"251110 - Barium sulphate (barytes); natural\",\r\n\t\t\t\"parent\": \"2511\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251120\",\r\n\t\t\t\"text\": \"251120 - Barium carbonate (witherite); natural, whether or not calcined, other than barium oxide of heading no. 2816\",\r\n\t\t\t\"parent\": \"2511\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2512\",\r\n\t\t\t\"text\": \"2512 - Siliceous fossil meals (e.g. kieselguhr, tripolite and diatomite) and similar siliceous earths; whether or not calcined, of an apparent specific gravity of 1 or less\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251200\",\r\n\t\t\t\"text\": \"251200 - Siliceous fossil meals (e.g. kieselguhr, tripolite and diatomite) and similar siliceous earths; whether or not calcined, of an apparent specific gravity of 1 or less\",\r\n\t\t\t\"parent\": \"2512\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2513\",\r\n\t\t\t\"text\": \"2513 - Pumice stone; emery; natural corundum, natural garnet and other natural abrasives, whether or not heat treated\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251310\",\r\n\t\t\t\"text\": \"251310 - Pumice stone, whether or not heat treated\",\r\n\t\t\t\"parent\": \"2513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251311\",\r\n\t\t\t\"text\": \"251311 - Pumice stones, crude or in irregular pieces\",\r\n\t\t\t\"parent\": \"2513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251319\",\r\n\t\t\t\"text\": \"251319 - Pumice stone, worked\",\r\n\t\t\t\"parent\": \"2513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251320\",\r\n\t\t\t\"text\": \"251320 - Emery, natural corundum, natural garnet and other natural abrasives, whether or not heat-treated\",\r\n\t\t\t\"parent\": \"2513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251321\",\r\n\t\t\t\"text\": \"251321 - Emery & natural abrasives nes, crude, irregular piece\",\r\n\t\t\t\"parent\": \"2513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251329\",\r\n\t\t\t\"text\": \"251329 - Emery, natural corundum/garnet, including heat treate\",\r\n\t\t\t\"parent\": \"2513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2514\",\r\n\t\t\t\"text\": \"2514 - Slate, whether or not roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251400\",\r\n\t\t\t\"text\": \"251400 - Slate; whether or not roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape\",\r\n\t\t\t\"parent\": \"2514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2515\",\r\n\t\t\t\"text\": \"2515 - Marble, travertine, ecaussine and other calcareous stone; of an apparent specific gravity of less than 2.5, alabaster, whether cut by sawing etc, into blocks, slabs of a rectangular (square) shape\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251511\",\r\n\t\t\t\"text\": \"251511 - Marble and travertine; having a specific gravity of 2.5 or more, crude or roughly trimmed by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape\",\r\n\t\t\t\"parent\": \"2515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251512\",\r\n\t\t\t\"text\": \"251512 - Marble and travertine; merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape, having a specific gravity of 2.5 or more\",\r\n\t\t\t\"parent\": \"2515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251520\",\r\n\t\t\t\"text\": \"251520 - Ecaussine and other calcareous monumental or building stone; alabaster, having a specific gravity of 2.5 or more\",\r\n\t\t\t\"parent\": \"2515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2516\",\r\n\t\t\t\"text\": \"2516 - Granite, porphyry, basalt, sandstone, other monumental and building stone, whether or not roughly trimmed, cut, by sawing etc, into blocks or slabs of a rectangular (including square) shape\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251611\",\r\n\t\t\t\"text\": \"251611 - Granite; crude or roughly trimmed\",\r\n\t\t\t\"parent\": \"2516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251612\",\r\n\t\t\t\"text\": \"251612 - Granite; merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape\",\r\n\t\t\t\"parent\": \"2516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251620\",\r\n\t\t\t\"text\": \"251620 - Sandstone;. whether or not roughly trimmed, cut, by sawing etc, into blocks or slabs of a rectangular (including square) shape\",\r\n\t\t\t\"parent\": \"2516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251621\",\r\n\t\t\t\"text\": \"251621 - Sandstone, crude or roughly trimmed\",\r\n\t\t\t\"parent\": \"2516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251622\",\r\n\t\t\t\"text\": \"251622 - Sandstone, merely cut into blocks etc\",\r\n\t\t\t\"parent\": \"2516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251690\",\r\n\t\t\t\"text\": \"251690 - Monumental or building stone; n.e.c. in heading no. 2516, whether or not roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape\",\r\n\t\t\t\"parent\": \"2516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2517\",\r\n\t\t\t\"text\": \"2517 - Pebbles, gravel, crushed stone for concrete aggregates for road or railway ballast, shingle or flint; macadam of slag, dross etc tarred granules, chippings, powder of stones of heading no. 2515 and 2516\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251710\",\r\n\t\t\t\"text\": \"251710 - Pebbles, gravel, broken or crushed stone; of a kind commonly used for concrete aggregates, for road metalling or for railway or other ballast, shingle and flint, whether or not heat-treated\",\r\n\t\t\t\"parent\": \"2517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251720\",\r\n\t\t\t\"text\": \"251720 - Macadam of slag, dross or similar industrial waste; whether or not incorporating the materials in Tariff item 2517.10.00\",\r\n\t\t\t\"parent\": \"2517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251730\",\r\n\t\t\t\"text\": \"251730 - Tarred macadam\",\r\n\t\t\t\"parent\": \"2517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251741\",\r\n\t\t\t\"text\": \"251741 - Stones; of marble, in granules, chippings and powder, whether or not heat-treated\",\r\n\t\t\t\"parent\": \"2517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251749\",\r\n\t\t\t\"text\": \"251749 - Stones; of heading no. 2515 or 2516 (excluding marble), in granules, chippings and powder, whether or not heat-treated\",\r\n\t\t\t\"parent\": \"2517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2518\",\r\n\t\t\t\"text\": \"2518 - Dolomite, whether or not calcined or sintered, including dolomite roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251810\",\r\n\t\t\t\"text\": \"251810 - Dolomite, not calcined or sintered; including dolomite roughly trimmed, or merely cut by sawing or otherwise into blocks or slabs of rectangular (including square) shape\",\r\n\t\t\t\"parent\": \"2518\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251820\",\r\n\t\t\t\"text\": \"251820 - Dolomite, calcined or sintered; including dolomite roughly trimmed, or merely cut by sawing or otherwise into blocks or slabs of rectangular (including square) shape\",\r\n\t\t\t\"parent\": \"2518\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251830\",\r\n\t\t\t\"text\": \"251830 - Dolomite ramming mix\",\r\n\t\t\t\"parent\": \"2518\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2519\",\r\n\t\t\t\"text\": \"2519 - Natural magnesium carbonate (magnesite); fused magnesia; dead-burned (sintered) magnesia, whether or not containing small quantities of other oxides added before sintering; magnesium oxide, pure or not\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251910\",\r\n\t\t\t\"text\": \"251910 - Magnesium carbonate (magnesite); natural\",\r\n\t\t\t\"parent\": \"2519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251990\",\r\n\t\t\t\"text\": \"251990 - Magnesia, fused or dead-burned (sintered); whether or not containing small quantities of other oxides added before sintering, other magnesium oxide, whether or not pure, (not natural magnesium carbonate)\",\r\n\t\t\t\"parent\": \"2519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2520\",\r\n\t\t\t\"text\": \"2520 - Gypsum; anhydrite; plasters (consisting of calcined gypsum or calcium sulphate), coloured or not, with or without small quantities of accelerators or retarders\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252010\",\r\n\t\t\t\"text\": \"252010 - Gypsum; anhydrite\",\r\n\t\t\t\"parent\": \"2520\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252020\",\r\n\t\t\t\"text\": \"252020 - Plasters; (consisting of calcined gypsum or calcium sulphate), whether or not coloured, with or without small quantities of accelerators or retarders\",\r\n\t\t\t\"parent\": \"2520\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2521\",\r\n\t\t\t\"text\": \"2521 - Limestone flux; limestone and other calcareous stone, of a kind used for the manufacture of lime or cement\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252100\",\r\n\t\t\t\"text\": \"252100 - Limestone flux; limestone and other calcareous stone, of a kind used for the manufacture of lime or cement\",\r\n\t\t\t\"parent\": \"2521\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2522\",\r\n\t\t\t\"text\": \"2522 - Quicklime, slaked lime and hydraulic lime; other than calcium oxide and hydroxide of heading no. 2825\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252210\",\r\n\t\t\t\"text\": \"252210 - Quicklime; excluding calcium oxide and hydroxide of heading no. 2825\",\r\n\t\t\t\"parent\": \"2522\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252220\",\r\n\t\t\t\"text\": \"252220 - Slaked lime; excluding calcium oxide and hydroxide of heading no. 2825\",\r\n\t\t\t\"parent\": \"2522\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252230\",\r\n\t\t\t\"text\": \"252230 - Hydraulic lime; excluding calcium oxide and hydroxide of heading no. 2825\",\r\n\t\t\t\"parent\": \"2522\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2523\",\r\n\t\t\t\"text\": \"2523 - Portland cement, aluminous cement (ciment fondu), slag cement, supersulphate cement and similar hydraulic cements, whether or not coloured or in the form of clinkers\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252310\",\r\n\t\t\t\"text\": \"252310 - Cement clinkers (whether or not coloured)\",\r\n\t\t\t\"parent\": \"2523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252321\",\r\n\t\t\t\"text\": \"252321 - Cement; portland, white, whether or not artificially coloured\",\r\n\t\t\t\"parent\": \"2523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252329\",\r\n\t\t\t\"text\": \"252329 - Cement; portland, other than white, whether or not artificially coloured\",\r\n\t\t\t\"parent\": \"2523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252330\",\r\n\t\t\t\"text\": \"252330 - Cement; aluminous (ciment fondu), whether or not coloured or in the form of clinkers\",\r\n\t\t\t\"parent\": \"2523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252390\",\r\n\t\t\t\"text\": \"252390 - Cement; hydraulic kinds n.e.c. in heading no. 2523\",\r\n\t\t\t\"parent\": \"2523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2524\",\r\n\t\t\t\"text\": \"2524 - Asbestos\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252400\",\r\n\t\t\t\"text\": \"252400 - Asbestos\",\r\n\t\t\t\"parent\": \"2524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252410\",\r\n\t\t\t\"text\": \"252410 - Asbestos; crocidolite (blue asbestos)\",\r\n\t\t\t\"parent\": \"2524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252490\",\r\n\t\t\t\"text\": \"252490 - Asbestos; other than crocidolite (blue asbestos)\",\r\n\t\t\t\"parent\": \"2524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2525\",\r\n\t\t\t\"text\": \"2525 - Mica, including splittings; mica waste\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252510\",\r\n\t\t\t\"text\": \"252510 - Mica; crude and rifted into sheets or splittings\",\r\n\t\t\t\"parent\": \"2525\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252520\",\r\n\t\t\t\"text\": \"252520 - Mica; powder\",\r\n\t\t\t\"parent\": \"2525\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252530\",\r\n\t\t\t\"text\": \"252530 - Mica; waste\",\r\n\t\t\t\"parent\": \"2525\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2526\",\r\n\t\t\t\"text\": \"2526 - Natural steatite; whether or not roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape; talc\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252610\",\r\n\t\t\t\"text\": \"252610 - Steatite; natural, (not crushed or powdered), whether or not roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape; talc\",\r\n\t\t\t\"parent\": \"2526\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252620\",\r\n\t\t\t\"text\": \"252620 - Steatite; natural, crushed, powdered, whether or not roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape; talc\",\r\n\t\t\t\"parent\": \"2526\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2527\",\r\n\t\t\t\"text\": \"2527 - Natural cryolite, natural chiolite\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252700\",\r\n\t\t\t\"text\": \"252700 - Natural cryolite, natural chiolite\",\r\n\t\t\t\"parent\": \"2527\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2528\",\r\n\t\t\t\"text\": \"2528 - Natural borates and concentrates thereof (whether or not calcined), but not including borates separated from natural brine; natural boric acid containing not more than 85 % of H3BO3 calculated on the dry weight\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252800\",\r\n\t\t\t\"text\": \"252800 - Natural borates and concentrates thereof (whether or not calcined), but not including borates separated from natural brine; natural boric acid containing not more than 85 % of H3BO3 calculated on the dry weight\",\r\n\t\t\t\"parent\": \"2528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252810\",\r\n\t\t\t\"text\": \"252810 - Natural sodium borates & concentrates thereof (whether/not calcined)\",\r\n\t\t\t\"parent\": \"2528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252890\",\r\n\t\t\t\"text\": \"252890 - Natural borates & concentrates thereof (excl. sodium borates), whether/not calcined but not incl. borates separated from natural brine; natural boric acid containing not >85% of H3BO3 calc. on the dry weight\",\r\n\t\t\t\"parent\": \"2528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2529\",\r\n\t\t\t\"text\": \"2529 - Feldspar; leucite; nepheline and nepheline syenite; fluorspar\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252910\",\r\n\t\t\t\"text\": \"252910 - Feldspar\",\r\n\t\t\t\"parent\": \"2529\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252921\",\r\n\t\t\t\"text\": \"252921 - Fluorspar; containing by weight 97% or less of calcium fluoride\",\r\n\t\t\t\"parent\": \"2529\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252922\",\r\n\t\t\t\"text\": \"252922 - Fluorspar; containing by weight more than 97% of calcium fluoride\",\r\n\t\t\t\"parent\": \"2529\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252930\",\r\n\t\t\t\"text\": \"252930 - Leucite; nepheline and nepheline syenite\",\r\n\t\t\t\"parent\": \"2529\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2530\",\r\n\t\t\t\"text\": \"2530 - Mineral substances not elsewhere specified or included\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"253010\",\r\n\t\t\t\"text\": \"253010 - Vermiculite, perlite and chlorites; unexpanded\",\r\n\t\t\t\"parent\": \"2530\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"253020\",\r\n\t\t\t\"text\": \"253020 - Kieserite, epsomite (natural magnesium sulphates)\",\r\n\t\t\t\"parent\": \"2530\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"253030\",\r\n\t\t\t\"text\": \"253030 - Earth colours\",\r\n\t\t\t\"parent\": \"2530\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"253040\",\r\n\t\t\t\"text\": \"253040 - Natural micaceous iron oxides\",\r\n\t\t\t\"parent\": \"2530\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"253090\",\r\n\t\t\t\"text\": \"253090 - Mineral substances; n.e.c. in chapter 25\",\r\n\t\t\t\"parent\": \"2530\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"26\",\r\n\t\t\t\"text\": \"26 - Ores, slag and ash\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2601\",\r\n\t\t\t\"text\": \"2601 - Iron ores and concentrates; including roasted iron pyrites\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"260111\",\r\n\t\t\t\"text\": \"260111 - Iron ores and concentrates; non-agglomerated\",\r\n\t\t\t\"parent\": \"2601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"260112\",\r\n\t\t\t\"text\": \"260112 - Iron ores and concentrates; agglomerated (excluding roasted iron pyrites)\",\r\n\t\t\t\"parent\": \"2601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"260120\",\r\n\t\t\t\"text\": \"260120 - Iron pyrites; roasted\",\r\n\t\t\t\"parent\": \"2601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2602\",\r\n\t\t\t\"text\": \"2602 - Manganese ores and concentrates, including ferruginous manganese ores and concentrates with a manganese content of 20% or more, calculated on the dry weight\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"260200\",\r\n\t\t\t\"text\": \"260200 - Manganese ores and concentrates, including ferruginous manganese ores and concentrates with a manganese content of 20% or more, calculated on the dry weight\",\r\n\t\t\t\"parent\": \"2602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2603\",\r\n\t\t\t\"text\": \"2603 - Copper ores and concentrates\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"260300\",\r\n\t\t\t\"text\": \"260300 - Copper ores and concentrates\",\r\n\t\t\t\"parent\": \"2603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2604\",\r\n\t\t\t\"text\": \"2604 - Nickel ores and concentrates\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"260400\",\r\n\t\t\t\"text\": \"260400 - Nickel ores and concentrates\",\r\n\t\t\t\"parent\": \"2604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2605\",\r\n\t\t\t\"text\": \"2605 - Cobalt ores and concentrates\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"260500\",\r\n\t\t\t\"text\": \"260500 - Cobalt ores and concentrates\",\r\n\t\t\t\"parent\": \"2605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2606\",\r\n\t\t\t\"text\": \"2606 - Aluminium ores and concentrates\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"260600\",\r\n\t\t\t\"text\": \"260600 - Aluminium ores and concentrates\",\r\n\t\t\t\"parent\": \"2606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2607\",\r\n\t\t\t\"text\": \"2607 - Lead ores and concentrates\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"260700\",\r\n\t\t\t\"text\": \"260700 - Lead ores and concentrates\",\r\n\t\t\t\"parent\": \"2607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2608\",\r\n\t\t\t\"text\": \"2608 - Zinc ores and concentrates\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"260800\",\r\n\t\t\t\"text\": \"260800 - Zinc ores and concentrates\",\r\n\t\t\t\"parent\": \"2608\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2609\",\r\n\t\t\t\"text\": \"2609 - Tin ores and concentrates\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"260900\",\r\n\t\t\t\"text\": \"260900 - Tin ores and concentrates\",\r\n\t\t\t\"parent\": \"2609\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2610\",\r\n\t\t\t\"text\": \"2610 - Chromium ores and concentrates\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"261000\",\r\n\t\t\t\"text\": \"261000 - Chromium ores and concentrates\",\r\n\t\t\t\"parent\": \"2610\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2611\",\r\n\t\t\t\"text\": \"2611 - Tungsten ores and concentrates\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"261100\",\r\n\t\t\t\"text\": \"261100 - Tungsten ores and concentrates\",\r\n\t\t\t\"parent\": \"2611\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2612\",\r\n\t\t\t\"text\": \"2612 - Uranium or thorium ores and concentrates\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"261210\",\r\n\t\t\t\"text\": \"261210 - Uranium ores and concentrates\",\r\n\t\t\t\"parent\": \"2612\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"261220\",\r\n\t\t\t\"text\": \"261220 - Thorium ores and concentrates\",\r\n\t\t\t\"parent\": \"2612\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2613\",\r\n\t\t\t\"text\": \"2613 - Molybdenum ores and concentrates\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"261310\",\r\n\t\t\t\"text\": \"261310 - Molybdenum ores and concentrates; roasted\",\r\n\t\t\t\"parent\": \"2613\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"261390\",\r\n\t\t\t\"text\": \"261390 - Molybdenum ores and concentrates; other than roasted\",\r\n\t\t\t\"parent\": \"2613\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2614\",\r\n\t\t\t\"text\": \"2614 - Titanium ores and concentrates\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"261400\",\r\n\t\t\t\"text\": \"261400 - Titanium ores and concentrates\",\r\n\t\t\t\"parent\": \"2614\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2615\",\r\n\t\t\t\"text\": \"2615 - Niobium, tantalum, vanadium or zirconium ores and concentrates\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"261510\",\r\n\t\t\t\"text\": \"261510 - Zirconium ores and concentrates\",\r\n\t\t\t\"parent\": \"2615\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"261590\",\r\n\t\t\t\"text\": \"261590 - Niobium, tantalum, vanadium ores and concentrates\",\r\n\t\t\t\"parent\": \"2615\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2616\",\r\n\t\t\t\"text\": \"2616 - Precious metal ores and concentrates\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"261610\",\r\n\t\t\t\"text\": \"261610 - Silver ores and concentrates\",\r\n\t\t\t\"parent\": \"2616\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"261690\",\r\n\t\t\t\"text\": \"261690 - Precious metal ores and concentrates; (excluding silver)\",\r\n\t\t\t\"parent\": \"2616\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2617\",\r\n\t\t\t\"text\": \"2617 - Ores and concentrates; n.e.c. in heading no. 2601\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"261710\",\r\n\t\t\t\"text\": \"261710 - Antimony ores and concentrates\",\r\n\t\t\t\"parent\": \"2617\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"261790\",\r\n\t\t\t\"text\": \"261790 - Ores and concentrates n.e.c. in chapter 26; other than antimony\",\r\n\t\t\t\"parent\": \"2617\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2618\",\r\n\t\t\t\"text\": \"2618 - Granulated slag (slag sand) from the manufacture of iron or steel\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"261800\",\r\n\t\t\t\"text\": \"261800 - Slag, granulated (slag sand); from the manufacture or iron or steel\",\r\n\t\t\t\"parent\": \"2618\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2619\",\r\n\t\t\t\"text\": \"2619 - Slag, dross; (other than granulated slag), scalings and other waste from the manufacture of iron or steel\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"261900\",\r\n\t\t\t\"text\": \"261900 - Slag, dross; (other than granulated slag), scalings and other waste from the manufacture of iron or steel\",\r\n\t\t\t\"parent\": \"2619\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2620\",\r\n\t\t\t\"text\": \"2620 - Slag, ash and residues; (not from the manufacture of iron or steel) containing metals, arsenic or their compounds\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"262011\",\r\n\t\t\t\"text\": \"262011 - Slag, ash and residues; (not from the manufacture of iron or steel), containing mainly zinc, hard zinc spelter\",\r\n\t\t\t\"parent\": \"2620\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"262019\",\r\n\t\t\t\"text\": \"262019 - Slag, ash and residues; (not from the manufacture of iron or steel), containing mainly zinc, other than hard zinc spelter\",\r\n\t\t\t\"parent\": \"2620\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"262020\",\r\n\t\t\t\"text\": \"262020 - Ash or residues containing mainly lead\",\r\n\t\t\t\"parent\": \"2620\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"262021\",\r\n\t\t\t\"text\": \"262021 - Slag, ash and residues; (not from the manufacture of iron or steel), containing mainly lead; leaded gasoline sludges and leaded anti-knock compound sludges\",\r\n\t\t\t\"parent\": \"2620\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"262029\",\r\n\t\t\t\"text\": \"262029 - Slag, ash and residues; (not from the manufacture of iron or steel), containing mainly lead; excluding leaded gasoline sludges and leaded anti-knock compound sludges\",\r\n\t\t\t\"parent\": \"2620\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"262030\",\r\n\t\t\t\"text\": \"262030 - Slag, ash and residues; (not from the manufacture of iron or steel), containing mainly copper\",\r\n\t\t\t\"parent\": \"2620\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"262040\",\r\n\t\t\t\"text\": \"262040 - Slag, ash and residues; (not from the manufacture of iron or steel), containing mainly aluminium\",\r\n\t\t\t\"parent\": \"2620\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"262050\",\r\n\t\t\t\"text\": \"262050 - Ash or residues containing mainly vanadium\",\r\n\t\t\t\"parent\": \"2620\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"262060\",\r\n\t\t\t\"text\": \"262060 - Slag, ash and residues; (not from the manufacture of iron or steel), containing arsenic, mercury, thallium or their mixtures, of a kind used for the extraction of arsenic or those metals or for the manufacture of their chemical compounds\",\r\n\t\t\t\"parent\": \"2620\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"262090\",\r\n\t\t\t\"text\": \"262090 - Ash or residues containing metals, metal compounds ne\",\r\n\t\t\t\"parent\": \"2620\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"262091\",\r\n\t\t\t\"text\": \"262091 - Slag, ash and residues; (not from the manufacture of iron or steel), containing antimony, beryllium, cadmium, chromium or their mixtures\",\r\n\t\t\t\"parent\": \"2620\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"262099\",\r\n\t\t\t\"text\": \"262099 - Slag, ash and residues; (not from the manufacture of iron or steel), containing mainly metals or their compounds, n.e.c. in heading no. 2620\",\r\n\t\t\t\"parent\": \"2620\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2621\",\r\n\t\t\t\"text\": \"2621 - Slag and ash n.e.c. in chapter 26; including seaweed ash (kelp) and ash and residues from the incineration of municipal waste\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"262100\",\r\n\t\t\t\"text\": \"262100 - Slag and ash nes, including seaweed ash (kelp)\",\r\n\t\t\t\"parent\": \"2621\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"262110\",\r\n\t\t\t\"text\": \"262110 - Slag and ash; ash and residues from the incineration of municipal waste\",\r\n\t\t\t\"parent\": \"2621\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"262190\",\r\n\t\t\t\"text\": \"262190 - Slag and ash n.e.c. in chapter 26; including seaweed ash (kelp) but excluding ash and residues from the incineration of municipal waste\",\r\n\t\t\t\"parent\": \"2621\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"27\",\r\n\t\t\t\"text\": \"27 - Mineral fuels, mineral oils and products of their distillation; bituminous substances; mineral waxes\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2701\",\r\n\t\t\t\"text\": \"2701 - Coal; briquettes, ovoids and similar solid fuels manufactured from coal\",\r\n\t\t\t\"parent\": \"27\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270111\",\r\n\t\t\t\"text\": \"270111 - Coal; anthracite, whether or not pulverised, but not agglomerated\",\r\n\t\t\t\"parent\": \"2701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270112\",\r\n\t\t\t\"text\": \"270112 - Coal; bituminous, whether or not pulverised, but not agglomerated\",\r\n\t\t\t\"parent\": \"2701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270119\",\r\n\t\t\t\"text\": \"270119 - Coal; (other than anthracite and bituminous), whether or not pulverised but not agglomerated\",\r\n\t\t\t\"parent\": \"2701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270120\",\r\n\t\t\t\"text\": \"270120 - Briquettes, ovoids and similar solid fuels; manufactured from coal\",\r\n\t\t\t\"parent\": \"2701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2702\",\r\n\t\t\t\"text\": \"2702 - Lignite; whether or not agglomerated, excluding jet\",\r\n\t\t\t\"parent\": \"27\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270210\",\r\n\t\t\t\"text\": \"270210 - Lignite; whether or not pulverised, but not agglomerated, excluding jet\",\r\n\t\t\t\"parent\": \"2702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270220\",\r\n\t\t\t\"text\": \"270220 - Lignite; agglomerated, excluding jet\",\r\n\t\t\t\"parent\": \"2702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2703\",\r\n\t\t\t\"text\": \"2703 - Peat; (including peat litter), whether or not agglomerated\",\r\n\t\t\t\"parent\": \"27\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270300\",\r\n\t\t\t\"text\": \"270300 - Peat; (including peat litter), whether or not agglomerated\",\r\n\t\t\t\"parent\": \"2703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2704\",\r\n\t\t\t\"text\": \"2704 - Coke and semi-coke; of coal, lignite or peat, whether or not agglomerated; retort carbon\",\r\n\t\t\t\"parent\": \"27\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270400\",\r\n\t\t\t\"text\": \"270400 - Coke and semi-coke; of coal, lignite or peat, whether or not agglomerated; retort carbon\",\r\n\t\t\t\"parent\": \"2704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2705\",\r\n\t\t\t\"text\": \"2705 - Coal gas, water gas, producer gas and similar gases, other than petroleum gases and other gaseous hydrocarbons\",\r\n\t\t\t\"parent\": \"27\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270500\",\r\n\t\t\t\"text\": \"270500 - Gases; coal, water, producer and similar gases (excluding petroleum and other gaseous hydrocarbons)\",\r\n\t\t\t\"parent\": \"2705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2706\",\r\n\t\t\t\"text\": \"2706 - Tar distilled from coal, from lignite, peat and other mineral tars, whether or not dehydrated or partially distilled; including reconstituted tars\",\r\n\t\t\t\"parent\": \"27\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270600\",\r\n\t\t\t\"text\": \"270600 - Tar; distilled from coal, lignite or peat, and other mineral tars, whether or not dehydrated or partially distilled, including reconstituted tars\",\r\n\t\t\t\"parent\": \"2706\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2707\",\r\n\t\t\t\"text\": \"2707 - Oils and other products of the distillation of high temperature coal tar; similar products in which the weight of the aromatic constituents exceeds that of the non-aromatic constituents\",\r\n\t\t\t\"parent\": \"27\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270710\",\r\n\t\t\t\"text\": \"270710 - Oils and products of the distillation of high temperature coal tar; benzol (benzene)\",\r\n\t\t\t\"parent\": \"2707\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270720\",\r\n\t\t\t\"text\": \"270720 - Oils and products of the distillation of high temperature coal tar; toluol (toluene)\",\r\n\t\t\t\"parent\": \"2707\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270730\",\r\n\t\t\t\"text\": \"270730 - Oils and products of the distillation of high temperature coal tar; xylol (xylenes)\",\r\n\t\t\t\"parent\": \"2707\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270740\",\r\n\t\t\t\"text\": \"270740 - Oils and products of the distillation of high temperature coal tar; naphthalene\",\r\n\t\t\t\"parent\": \"2707\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270750\",\r\n\t\t\t\"text\": \"270750 - Aromatic hydrocarbon mixtures; n.e.c. in heading no. 2707, of which 65% or more by volume (including losses) distils at 250 degrees Celsius by the ISO 3405 method (equivalent to the ASTM D 86 method)\",\r\n\t\t\t\"parent\": \"2707\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270760\",\r\n\t\t\t\"text\": \"270760 - Phenols\",\r\n\t\t\t\"parent\": \"2707\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270791\",\r\n\t\t\t\"text\": \"270791 - Oils and other products of the distillation of high temperature coal tar; creosote oils\",\r\n\t\t\t\"parent\": \"2707\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270799\",\r\n\t\t\t\"text\": \"270799 - Oils and other products of the distillation of high temperature coal tar; n.e.c. in heading no. 2707\",\r\n\t\t\t\"parent\": \"2707\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2708\",\r\n\t\t\t\"text\": \"2708 - Pitch and pitch coke; obtained from coal tar or from other mineral tars\",\r\n\t\t\t\"parent\": \"27\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270810\",\r\n\t\t\t\"text\": \"270810 - Pitch; obtained from coal tar or from other mineral tars\",\r\n\t\t\t\"parent\": \"2708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270820\",\r\n\t\t\t\"text\": \"270820 - Pitch coke; obtained from coal tar or from other mineral tars\",\r\n\t\t\t\"parent\": \"2708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2709\",\r\n\t\t\t\"text\": \"2709 - Petroleum oils and oils obtained from bituminous minerals; crude\",\r\n\t\t\t\"parent\": \"27\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270900\",\r\n\t\t\t\"text\": \"270900 - Oils; petroleum oils and oils obtained from bituminous minerals, crude\",\r\n\t\t\t\"parent\": \"2709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2710\",\r\n\t\t\t\"text\": \"2710 - Petroleum oils and oils from bituminous minerals, not crude; preparations n.e.c, containing by weight 70% or more of petroleum oils or oils from bituminous minerals; these being the basic constituents of the preparations; waste oils\",\r\n\t\t\t\"parent\": \"27\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271000\",\r\n\t\t\t\"text\": \"271000 - Oils petroleum, bituminous, distillates, except crude\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271011\",\r\n\t\t\t\"text\": \"271011 - Light petroleum oils & preparations\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271012\",\r\n\t\t\t\"text\": \"271012 - Petroleum oils and oils from bituminous minerals, not containing biodiesel, not crude, not waste oils; preparations n.e.c, containing by weight 70% or more of petroleum oils or oils from bituminous minerals; light oils and preparations\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271013\",\r\n\t\t\t\"text\": \"271013 - Petroleum spirit except aviation or motor fuel\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271014\",\r\n\t\t\t\"text\": \"271014 - Petroleum spirit-type fuel\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271015\",\r\n\t\t\t\"text\": \"271015 - White spirit\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271016\",\r\n\t\t\t\"text\": \"271016 - Petroleum naphtha\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271019\",\r\n\t\t\t\"text\": \"271019 - Petroleum oils and oils from bituminous minerals, not containing biodiesel, not crude, not waste oils; preparations n.e.c, containing by weight 70% or more of petroleum oils or oils from bituminous minerals; not light oils and preparations\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271020\",\r\n\t\t\t\"text\": \"271020 - Petroleum oils and oils from bituminous minerals, containing biodiesel, not crude, not waste oils; preparations n.e.c, containing by weight 70% or more of petroleum oils or oils from bituminous minerals\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271021\",\r\n\t\t\t\"text\": \"271021 - Kerosene jet fuel\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271022\",\r\n\t\t\t\"text\": \"271022 - Kerosene, for furnaces\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271025\",\r\n\t\t\t\"text\": \"271025 - Kerosene lamp oil, motor kerosene, light diesel, etc\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271026\",\r\n\t\t\t\"text\": \"271026 - Gas oils - bunker oil, No.1 furnace, motor diesel\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271027\",\r\n\t\t\t\"text\": \"271027 - Diesel oils- No.2 furnace, marine diesel\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271029\",\r\n\t\t\t\"text\": \"271029 - Fuel oils nes, heavy distillates\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271091\",\r\n\t\t\t\"text\": \"271091 - Waste Oils; of petroleum or obtained from bituminous minerals, not crude; and preparations n.e.c., weight 70% or preparations of the same, containing polychlorinated biphenyls (PCBs), polychorinated terphenyls (PCTs) or polybrominated biphenyls (PBBs)\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271093\",\r\n\t\t\t\"text\": \"271093 - Heavy furnace oil nes\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271094\",\r\n\t\t\t\"text\": \"271094 - Petroleum oil used in road building\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271095\",\r\n\t\t\t\"text\": \"271095 - Petroleum lubricating oils\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271096\",\r\n\t\t\t\"text\": \"271096 - Petroleum lubricating greases\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271099\",\r\n\t\t\t\"text\": \"271099 - Waste Oils; of petroleum or obtained from bituminous minerals, not crude and preparations n.e.c., weight 70% or preparations of the same, not containing polychlorinated biphenyls (PCBs), polychorinated terphenyls (PCTs) or polybrominated biphenyls (PBBs)\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2711\",\r\n\t\t\t\"text\": \"2711 - Petroleum gases and other gaseous hydrocarbons\",\r\n\t\t\t\"parent\": \"27\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271111\",\r\n\t\t\t\"text\": \"271111 - Petroleum gases and other gaseous hydrocarbons; liquefied, natural gas\",\r\n\t\t\t\"parent\": \"2711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271112\",\r\n\t\t\t\"text\": \"271112 - Petroleum gases and other gaseous hydrocarbons; liquefied, propane\",\r\n\t\t\t\"parent\": \"2711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271113\",\r\n\t\t\t\"text\": \"271113 - Petroleum gases and other gaseous hydrocarbons; liquefied, butanes\",\r\n\t\t\t\"parent\": \"2711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271114\",\r\n\t\t\t\"text\": \"271114 - Petroleum gases and other gaseous hydrocarbons; liquefied, ethylene, propylene, butylene and butadiene\",\r\n\t\t\t\"parent\": \"2711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271119\",\r\n\t\t\t\"text\": \"271119 - Petroleum gases and other gaseous hydrocarbons; liquefied, n.e.c. in heading no. 2711\",\r\n\t\t\t\"parent\": \"2711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271121\",\r\n\t\t\t\"text\": \"271121 - Petroleum gases and other gaseous hydrocarbons; in gaseous state, natural gas\",\r\n\t\t\t\"parent\": \"2711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271129\",\r\n\t\t\t\"text\": \"271129 - Petroleum gases and other gaseous hydrocarbons; in gaseous state, other than natural gas\",\r\n\t\t\t\"parent\": \"2711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2712\",\r\n\t\t\t\"text\": \"2712 - Petroleum jelly; paraffin wax, micro-crystalline petroleum wax, slack wax, ozokerite, lignite wax, peat wax, other mineral waxes, similar products obtained by synthesis, other processes; coloured or not\",\r\n\t\t\t\"parent\": \"27\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271210\",\r\n\t\t\t\"text\": \"271210 - Petroleum jelly\",\r\n\t\t\t\"parent\": \"2712\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271220\",\r\n\t\t\t\"text\": \"271220 - Paraffin wax; containing by weight less than 0.75% of oil, obtained by synthesis or by other processes, whether or not coloured\",\r\n\t\t\t\"parent\": \"2712\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271290\",\r\n\t\t\t\"text\": \"271290 - Paraffin wax; containing by weight 0.75% or more of oil, obtained by synthesis or by other processes, whether or not coloured\",\r\n\t\t\t\"parent\": \"2712\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2713\",\r\n\t\t\t\"text\": \"2713 - Petroleum coke, petroleum bitumen; other residues of petroleum oils or oils obtained from bituminous minerals\",\r\n\t\t\t\"parent\": \"27\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271311\",\r\n\t\t\t\"text\": \"271311 - Petroleum coke; (not calcined), obtained from bituminous minerals\",\r\n\t\t\t\"parent\": \"2713\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271312\",\r\n\t\t\t\"text\": \"271312 - Petroleum coke; calcined, obtained from bituminous minerals\",\r\n\t\t\t\"parent\": \"2713\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271320\",\r\n\t\t\t\"text\": \"271320 - Petroleum bitumen; obtained from bituminous minerals\",\r\n\t\t\t\"parent\": \"2713\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271390\",\r\n\t\t\t\"text\": \"271390 - Residues; of petroleum oils or of oils obtained from bituminous minerals\",\r\n\t\t\t\"parent\": \"2713\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2714\",\r\n\t\t\t\"text\": \"2714 - Bitumen and asphalt, natural; bituminous or oil shale and tar sands; asphaltites and asphaltic rocks\",\r\n\t\t\t\"parent\": \"27\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271410\",\r\n\t\t\t\"text\": \"271410 - Bituminous or oil shale and tar sands\",\r\n\t\t\t\"parent\": \"2714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271490\",\r\n\t\t\t\"text\": \"271490 - Bitumen and asphalt, natural; asphaltites and asphaltic rock\",\r\n\t\t\t\"parent\": \"2714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2715\",\r\n\t\t\t\"text\": \"2715 - Bituminous mixtures based on natural asphalt; on natural bitumen, on petroleum bitumen, on mineral tar or on mineral tar pitch (e.g. bituminous mastics, cut-backs)\",\r\n\t\t\t\"parent\": \"27\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271500\",\r\n\t\t\t\"text\": \"271500 - Bituminous mixtures based on natural asphalt, on natural bitumen, on petroleum bitumen, on mineral tar or on mineral tar pitch (e.g. bituminous mastics, cut-backs)\",\r\n\t\t\t\"parent\": \"2715\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2716\",\r\n\t\t\t\"text\": \"2716 - Electrical energy\",\r\n\t\t\t\"parent\": \"27\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271600\",\r\n\t\t\t\"text\": \"271600 - Electrical energy\",\r\n\t\t\t\"parent\": \"2716\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"28\",\r\n\t\t\t\"text\": \"28 - Inorganic chemicals; organic and inorganic compounds of precious metals; of rare earth metals, of radio-active elements and of isotopes\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2801\",\r\n\t\t\t\"text\": \"2801 - Fluorine, chlorine, bromine and iodine\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280110\",\r\n\t\t\t\"text\": \"280110 - Chlorine\",\r\n\t\t\t\"parent\": \"2801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280120\",\r\n\t\t\t\"text\": \"280120 - Iodine\",\r\n\t\t\t\"parent\": \"2801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280130\",\r\n\t\t\t\"text\": \"280130 - Fluorine; bromine\",\r\n\t\t\t\"parent\": \"2801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2802\",\r\n\t\t\t\"text\": \"2802 - Sulphur; sublimed or precipitated, colloidal sulphur\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280200\",\r\n\t\t\t\"text\": \"280200 - Sulphur; sublimed or precipitated, colloidal sulphur\",\r\n\t\t\t\"parent\": \"2802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2803\",\r\n\t\t\t\"text\": \"2803 - Carbon; carbon blacks and other forms of carbon n.e.c.\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280300\",\r\n\t\t\t\"text\": \"280300 - Carbon; carbon blacks and other forms of carbon n.e.c.\",\r\n\t\t\t\"parent\": \"2803\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2804\",\r\n\t\t\t\"text\": \"2804 - Hydrogen, rare gases and other non-metals\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280410\",\r\n\t\t\t\"text\": \"280410 - Hydrogen\",\r\n\t\t\t\"parent\": \"2804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280421\",\r\n\t\t\t\"text\": \"280421 - Gases, rare; argon\",\r\n\t\t\t\"parent\": \"2804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280429\",\r\n\t\t\t\"text\": \"280429 - Gases, rare; other than argon\",\r\n\t\t\t\"parent\": \"2804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280430\",\r\n\t\t\t\"text\": \"280430 - Nitrogen\",\r\n\t\t\t\"parent\": \"2804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280440\",\r\n\t\t\t\"text\": \"280440 - Oxygen\",\r\n\t\t\t\"parent\": \"2804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280450\",\r\n\t\t\t\"text\": \"280450 - Boron; tellurium\",\r\n\t\t\t\"parent\": \"2804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280461\",\r\n\t\t\t\"text\": \"280461 - Silicon; containing by weight not less than 99.99% of silicon\",\r\n\t\t\t\"parent\": \"2804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280469\",\r\n\t\t\t\"text\": \"280469 - Silicon; containing by weight less than 99.99% of silicon\",\r\n\t\t\t\"parent\": \"2804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280470\",\r\n\t\t\t\"text\": \"280470 - Phosphorus\",\r\n\t\t\t\"parent\": \"2804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280480\",\r\n\t\t\t\"text\": \"280480 - Arsenic\",\r\n\t\t\t\"parent\": \"2804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280490\",\r\n\t\t\t\"text\": \"280490 - Selenium\",\r\n\t\t\t\"parent\": \"2804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2805\",\r\n\t\t\t\"text\": \"2805 - Alkali or alkaline-earth metals; rare-earth metals, scandium and yttrium, whether or not intermixed or interalloyed; mercury\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280511\",\r\n\t\t\t\"text\": \"280511 - Alkali or alkali-earth metals; sodium\",\r\n\t\t\t\"parent\": \"2805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280512\",\r\n\t\t\t\"text\": \"280512 - Alkali or alkali-earth metals; calcium\",\r\n\t\t\t\"parent\": \"2805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280519\",\r\n\t\t\t\"text\": \"280519 - Alkali or alkali-earth metals; other than sodium and calcium\",\r\n\t\t\t\"parent\": \"2805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280521\",\r\n\t\t\t\"text\": \"280521 - Calcium\",\r\n\t\t\t\"parent\": \"2805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280522\",\r\n\t\t\t\"text\": \"280522 - Strontium and barium\",\r\n\t\t\t\"parent\": \"2805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280530\",\r\n\t\t\t\"text\": \"280530 - Earth-metals, rare; scandium and yttrium, whether or not intermixed or interalloyed\",\r\n\t\t\t\"parent\": \"2805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280540\",\r\n\t\t\t\"text\": \"280540 - Mercury\",\r\n\t\t\t\"parent\": \"2805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2806\",\r\n\t\t\t\"text\": \"2806 - Hydrogen chloride (hydrochloric acid); chlorosulphuric acid\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280610\",\r\n\t\t\t\"text\": \"280610 - Hydrogen chloride (hydrochloric acid)\",\r\n\t\t\t\"parent\": \"2806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280620\",\r\n\t\t\t\"text\": \"280620 - Chlorosulphuric acid\",\r\n\t\t\t\"parent\": \"2806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2807\",\r\n\t\t\t\"text\": \"2807 - Sulphuric acid; oleum\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280700\",\r\n\t\t\t\"text\": \"280700 - Sulphuric acid; oleum\",\r\n\t\t\t\"parent\": \"2807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2808\",\r\n\t\t\t\"text\": \"2808 - Nitric acid; sulphonitric acids\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280800\",\r\n\t\t\t\"text\": \"280800 - Nitric acid; sulphonitric acids\",\r\n\t\t\t\"parent\": \"2808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2809\",\r\n\t\t\t\"text\": \"2809 - Diphosphorus pentaoxide; phosphoric acid; polyphosphoric acids, whether or not chemically defined\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280910\",\r\n\t\t\t\"text\": \"280910 - Diphosphorus pentoxide\",\r\n\t\t\t\"parent\": \"2809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280920\",\r\n\t\t\t\"text\": \"280920 - Phosphoric acid and polyphosphoric acids\",\r\n\t\t\t\"parent\": \"2809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2810\",\r\n\t\t\t\"text\": \"2810 - Oxides of boron; boric acids\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281000\",\r\n\t\t\t\"text\": \"281000 - Oxides of boron; boric acids\",\r\n\t\t\t\"parent\": \"2810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2811\",\r\n\t\t\t\"text\": \"2811 - Inorganic acids and other inorganic oxygen compounds of non-metals; n.e.c. in heading no. 2806 to 2810\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281111\",\r\n\t\t\t\"text\": \"281111 - Hydrogen fluoride (hydrofluoric acid)\",\r\n\t\t\t\"parent\": \"2811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281112\",\r\n\t\t\t\"text\": \"281112 - Hydrogen cyanide (hydrocyanic acid)\",\r\n\t\t\t\"parent\": \"2811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281119\",\r\n\t\t\t\"text\": \"281119 - Inorganic acids; other than hydrogen fluoride\",\r\n\t\t\t\"parent\": \"2811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281121\",\r\n\t\t\t\"text\": \"281121 - Carbon dioxide\",\r\n\t\t\t\"parent\": \"2811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281122\",\r\n\t\t\t\"text\": \"281122 - Silicon dioxide\",\r\n\t\t\t\"parent\": \"2811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281123\",\r\n\t\t\t\"text\": \"281123 - Sulphur dioxide\",\r\n\t\t\t\"parent\": \"2811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281129\",\r\n\t\t\t\"text\": \"281129 - Inorganic oxygen compounds; of non-metals, n.e.c. in item no. 2811.2\",\r\n\t\t\t\"parent\": \"2811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2812\",\r\n\t\t\t\"text\": \"2812 - Halides and halide oxides of non-metals\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281210\",\r\n\t\t\t\"text\": \"281210 - Chlorides and chloride oxides\",\r\n\t\t\t\"parent\": \"2812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281211\",\r\n\t\t\t\"text\": \"281211 - Carbonyl dichloride (phosgene)\",\r\n\t\t\t\"parent\": \"2812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281212\",\r\n\t\t\t\"text\": \"281212 - Phosphorus oxychloride\",\r\n\t\t\t\"parent\": \"2812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281213\",\r\n\t\t\t\"text\": \"281213 - Phosphorus trichloride\",\r\n\t\t\t\"parent\": \"2812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281214\",\r\n\t\t\t\"text\": \"281214 - Phosphorus pentachloride\",\r\n\t\t\t\"parent\": \"2812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281215\",\r\n\t\t\t\"text\": \"281215 - Sulphur monochloride\",\r\n\t\t\t\"parent\": \"2812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281216\",\r\n\t\t\t\"text\": \"281216 - Sulphur dichloride\",\r\n\t\t\t\"parent\": \"2812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281217\",\r\n\t\t\t\"text\": \"281217 - Thionyl chloride\",\r\n\t\t\t\"parent\": \"2812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281219\",\r\n\t\t\t\"text\": \"281219 - Arsenic trichloride and other chlorides and chloride oxides, n.e.c. in item no. 2812\",\r\n\t\t\t\"parent\": \"2812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281290\",\r\n\t\t\t\"text\": \"281290 - Halides and halide oxides of non-metals; excluding chloride\",\r\n\t\t\t\"parent\": \"2812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2813\",\r\n\t\t\t\"text\": \"2813 - Sulphides of non-metals; commercial phosphorus trisulphide\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281310\",\r\n\t\t\t\"text\": \"281310 - Carbon disulphide\",\r\n\t\t\t\"parent\": \"2813\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281390\",\r\n\t\t\t\"text\": \"281390 - Sulphides of non-metals, (excluding carbon); commercial phosphorus trisulphide\",\r\n\t\t\t\"parent\": \"2813\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2814\",\r\n\t\t\t\"text\": \"2814 - Ammonia; anhydrous or in aqueous solution\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281410\",\r\n\t\t\t\"text\": \"281410 - Ammonia; anhydrous\",\r\n\t\t\t\"parent\": \"2814\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281420\",\r\n\t\t\t\"text\": \"281420 - Ammonia; in aqueous solution\",\r\n\t\t\t\"parent\": \"2814\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2815\",\r\n\t\t\t\"text\": \"2815 - Sodium hydroxide (caustic soda); potassium hydroxide (caustic potash) peroxides of sodium or potassium\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281511\",\r\n\t\t\t\"text\": \"281511 - Sodium hydroxide (caustic soda); solid\",\r\n\t\t\t\"parent\": \"2815\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281512\",\r\n\t\t\t\"text\": \"281512 - Sodium hydroxide (caustic soda); in aqueous solution (soda lye or liquid soda)\",\r\n\t\t\t\"parent\": \"2815\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281520\",\r\n\t\t\t\"text\": \"281520 - Potassium hydroxide (caustic potash)\",\r\n\t\t\t\"parent\": \"2815\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281530\",\r\n\t\t\t\"text\": \"281530 - Peroxides of sodium or potassium\",\r\n\t\t\t\"parent\": \"2815\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2816\",\r\n\t\t\t\"text\": \"2816 - Hydroxide and peroxide of magnesium; oxides, hydroxides and peroxides of strontium or barium\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281610\",\r\n\t\t\t\"text\": \"281610 - Hydroxide and peroxide of magnesium\",\r\n\t\t\t\"parent\": \"2816\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281620\",\r\n\t\t\t\"text\": \"281620 - Strontium oxide, hydroxide and peroxide\",\r\n\t\t\t\"parent\": \"2816\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281630\",\r\n\t\t\t\"text\": \"281630 - Barium oxide, hydroxide and peroxide\",\r\n\t\t\t\"parent\": \"2816\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281640\",\r\n\t\t\t\"text\": \"281640 - Oxides, hydroxides and peroxides, of strontium or barium\",\r\n\t\t\t\"parent\": \"2816\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2817\",\r\n\t\t\t\"text\": \"2817 - Zinc; oxide and peroxide\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281700\",\r\n\t\t\t\"text\": \"281700 - Zinc; oxide and peroxide\",\r\n\t\t\t\"parent\": \"2817\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2818\",\r\n\t\t\t\"text\": \"2818 - Aluminium oxide (including artificial corundum); aluminium hydroxide\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281810\",\r\n\t\t\t\"text\": \"281810 - Aluminium oxide; artificial corundum\",\r\n\t\t\t\"parent\": \"2818\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281820\",\r\n\t\t\t\"text\": \"281820 - Aluminium oxide; other than artificial corundum\",\r\n\t\t\t\"parent\": \"2818\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281830\",\r\n\t\t\t\"text\": \"281830 - Aluminium hydroxide\",\r\n\t\t\t\"parent\": \"2818\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2819\",\r\n\t\t\t\"text\": \"2819 - Chromium oxides and hydroxides\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281910\",\r\n\t\t\t\"text\": \"281910 - Chromium trioxide\",\r\n\t\t\t\"parent\": \"2819\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281990\",\r\n\t\t\t\"text\": \"281990 - Chromium oxides and hydroxides; excluding chromium trioxide\",\r\n\t\t\t\"parent\": \"2819\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2820\",\r\n\t\t\t\"text\": \"2820 - Manganese oxides\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282010\",\r\n\t\t\t\"text\": \"282010 - Manganese dioxide\",\r\n\t\t\t\"parent\": \"2820\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282090\",\r\n\t\t\t\"text\": \"282090 - Manganese oxides; excluding manganese dioxide\",\r\n\t\t\t\"parent\": \"2820\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2821\",\r\n\t\t\t\"text\": \"2821 - Iron oxides and hydroxides; earth colours containing 70% or more by weight of combined iron evaluated as Fe2o3\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282110\",\r\n\t\t\t\"text\": \"282110 - Iron oxides and hydroxides\",\r\n\t\t\t\"parent\": \"2821\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282120\",\r\n\t\t\t\"text\": \"282120 - Earth colours; containing 70% or more by weight of combined iron evaluated as Fe2o3\",\r\n\t\t\t\"parent\": \"2821\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2822\",\r\n\t\t\t\"text\": \"2822 - Cobalt oxides and hydroxides; commercial cobalt oxides\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282200\",\r\n\t\t\t\"text\": \"282200 - Cobalt oxides and hydroxides; commercial cobalt oxides\",\r\n\t\t\t\"parent\": \"2822\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2823\",\r\n\t\t\t\"text\": \"2823 - Titanium oxides\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282300\",\r\n\t\t\t\"text\": \"282300 - Titanium oxides\",\r\n\t\t\t\"parent\": \"2823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2824\",\r\n\t\t\t\"text\": \"2824 - Lead oxides; red lead and orange lead\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282410\",\r\n\t\t\t\"text\": \"282410 - Lead; lead monoxide (litharge, massicot)\",\r\n\t\t\t\"parent\": \"2824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282420\",\r\n\t\t\t\"text\": \"282420 - Red lead and orange lead\",\r\n\t\t\t\"parent\": \"2824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282490\",\r\n\t\t\t\"text\": \"282490 - Lead oxides; n.e.c. in heading no. 2824\",\r\n\t\t\t\"parent\": \"2824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2825\",\r\n\t\t\t\"text\": \"2825 - Hydrazine and hydroxylamine and their inorganic salts; other inorganic bases; other metal oxides, hydroxides and peroxides\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282510\",\r\n\t\t\t\"text\": \"282510 - Hydrazine and hydroxylamine and their inorganic salts\",\r\n\t\t\t\"parent\": \"2825\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282520\",\r\n\t\t\t\"text\": \"282520 - Lithium oxide and hydroxide\",\r\n\t\t\t\"parent\": \"2825\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282530\",\r\n\t\t\t\"text\": \"282530 - Vanadium oxides and hydroxides\",\r\n\t\t\t\"parent\": \"2825\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282540\",\r\n\t\t\t\"text\": \"282540 - Nickel oxides and hydroxides\",\r\n\t\t\t\"parent\": \"2825\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282550\",\r\n\t\t\t\"text\": \"282550 - Copper oxides and hydroxides\",\r\n\t\t\t\"parent\": \"2825\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282560\",\r\n\t\t\t\"text\": \"282560 - Germanium oxides and zirconium dioxide\",\r\n\t\t\t\"parent\": \"2825\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282570\",\r\n\t\t\t\"text\": \"282570 - Molybdenum oxides and hydroxides\",\r\n\t\t\t\"parent\": \"2825\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282580\",\r\n\t\t\t\"text\": \"282580 - Antimony oxides\",\r\n\t\t\t\"parent\": \"2825\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282590\",\r\n\t\t\t\"text\": \"282590 - Inorganic bases, metal oxides, hydroxides and peroxides; n.e.c. in heading no. 2825\",\r\n\t\t\t\"parent\": \"2825\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2826\",\r\n\t\t\t\"text\": \"2826 - Fluorides; fluorosilicates, fluoroaluminates and other complex fluorine salts\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282611\",\r\n\t\t\t\"text\": \"282611 - Fluorides of ammonium or of sodium\",\r\n\t\t\t\"parent\": \"2826\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282612\",\r\n\t\t\t\"text\": \"282612 - Fluorides; of aluminium\",\r\n\t\t\t\"parent\": \"2826\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282619\",\r\n\t\t\t\"text\": \"282619 - Fluorides; other than of aluminium\",\r\n\t\t\t\"parent\": \"2826\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282620\",\r\n\t\t\t\"text\": \"282620 - Fluorosilicates of sodium or of potassium\",\r\n\t\t\t\"parent\": \"2826\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282630\",\r\n\t\t\t\"text\": \"282630 - Sodium hexafluoroaluminate (synthetic cryolite)\",\r\n\t\t\t\"parent\": \"2826\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282690\",\r\n\t\t\t\"text\": \"282690 - Fluorides; fluorosilicates, fluoroaluminates and other complex fluorine salts, n.e.c. in heading no. 2826\",\r\n\t\t\t\"parent\": \"2826\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2827\",\r\n\t\t\t\"text\": \"2827 - Chlorides; chloride oxides and chloride hydroxides; bromides and bromide oxides; iodides and iodide oxides\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282710\",\r\n\t\t\t\"text\": \"282710 - Chlorides; of ammonium\",\r\n\t\t\t\"parent\": \"2827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282720\",\r\n\t\t\t\"text\": \"282720 - Chlorides; of calcium\",\r\n\t\t\t\"parent\": \"2827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282731\",\r\n\t\t\t\"text\": \"282731 - Chlorides; of magnesium\",\r\n\t\t\t\"parent\": \"2827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282732\",\r\n\t\t\t\"text\": \"282732 - Chlorides; of aluminium\",\r\n\t\t\t\"parent\": \"2827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282733\",\r\n\t\t\t\"text\": \"282733 - Iron chlorides\",\r\n\t\t\t\"parent\": \"2827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282734\",\r\n\t\t\t\"text\": \"282734 - Cobalt chloride\",\r\n\t\t\t\"parent\": \"2827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282735\",\r\n\t\t\t\"text\": \"282735 - Chlorides; of nickel\",\r\n\t\t\t\"parent\": \"2827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282736\",\r\n\t\t\t\"text\": \"282736 - Zinc chloride\",\r\n\t\t\t\"parent\": \"2827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282737\",\r\n\t\t\t\"text\": \"282737 - Tin chlorides\",\r\n\t\t\t\"parent\": \"2827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282738\",\r\n\t\t\t\"text\": \"282738 - Barium chloride\",\r\n\t\t\t\"parent\": \"2827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282739\",\r\n\t\t\t\"text\": \"282739 - Chlorides; other than of ammonium, calcium, magnesium, aluminium and nickel\",\r\n\t\t\t\"parent\": \"2827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282741\",\r\n\t\t\t\"text\": \"282741 - Chloride oxides and chloride hydroxides; of copper\",\r\n\t\t\t\"parent\": \"2827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282749\",\r\n\t\t\t\"text\": \"282749 - Chloride oxides and chloride hydroxides; other than of copper\",\r\n\t\t\t\"parent\": \"2827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282751\",\r\n\t\t\t\"text\": \"282751 - Bromides; of sodium or of potassium\",\r\n\t\t\t\"parent\": \"2827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282759\",\r\n\t\t\t\"text\": \"282759 - Bromides and bromide oxides; other than item no. 2827.51\",\r\n\t\t\t\"parent\": \"2827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282760\",\r\n\t\t\t\"text\": \"282760 - Iodides and iodide oxides\",\r\n\t\t\t\"parent\": \"2827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2828\",\r\n\t\t\t\"text\": \"2828 - Hypochlorites; commercial calcium hypochlorite; chlorites; hypobromites\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282810\",\r\n\t\t\t\"text\": \"282810 - Hypochlorites; commercial calcium hypochlorite and other calcium hypochlorites\",\r\n\t\t\t\"parent\": \"2828\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282890\",\r\n\t\t\t\"text\": \"282890 - Hypochlorites; n.e.c. in heading no. 2828\",\r\n\t\t\t\"parent\": \"2828\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2829\",\r\n\t\t\t\"text\": \"2829 - Chlorates and perchlorates; bromates and perbromates; iodates and periodates\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282911\",\r\n\t\t\t\"text\": \"282911 - Chlorates; of sodium\",\r\n\t\t\t\"parent\": \"2829\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282919\",\r\n\t\t\t\"text\": \"282919 - Chlorates; other than sodium\",\r\n\t\t\t\"parent\": \"2829\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282990\",\r\n\t\t\t\"text\": \"282990 - Perchlorates; bromates and perbromates; iodates and periodates\",\r\n\t\t\t\"parent\": \"2829\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2830\",\r\n\t\t\t\"text\": \"2830 - Sulphides; polysulphides whether or not chemically defined\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283010\",\r\n\t\t\t\"text\": \"283010 - Sulphides; of sodium, whether or not chemically defined\",\r\n\t\t\t\"parent\": \"2830\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283020\",\r\n\t\t\t\"text\": \"283020 - Zinc sulphide\",\r\n\t\t\t\"parent\": \"2830\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283030\",\r\n\t\t\t\"text\": \"283030 - Cadmium sulphide\",\r\n\t\t\t\"parent\": \"2830\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283090\",\r\n\t\t\t\"text\": \"283090 - Sulphides and polysulphides; whether or not chemically defined, other than sulphides of sodium\",\r\n\t\t\t\"parent\": \"2830\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2831\",\r\n\t\t\t\"text\": \"2831 - Dithionites and sulphoxylates\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283110\",\r\n\t\t\t\"text\": \"283110 - Dithionites and sulphoxylates; of sodium\",\r\n\t\t\t\"parent\": \"2831\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283190\",\r\n\t\t\t\"text\": \"283190 - Dithionites and sulphoxylates; other than sodium\",\r\n\t\t\t\"parent\": \"2831\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2832\",\r\n\t\t\t\"text\": \"2832 - Sulphites; thiosulphates\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283210\",\r\n\t\t\t\"text\": \"283210 - Sulphites; of sodium\",\r\n\t\t\t\"parent\": \"2832\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283220\",\r\n\t\t\t\"text\": \"283220 - Sulphites; other than of sodium\",\r\n\t\t\t\"parent\": \"2832\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283230\",\r\n\t\t\t\"text\": \"283230 - Thiosulphates\",\r\n\t\t\t\"parent\": \"2832\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2833\",\r\n\t\t\t\"text\": \"2833 - Sulphates; alums; peroxosulphates (persulphates)\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283311\",\r\n\t\t\t\"text\": \"283311 - Sodium sulphates; disodium sulphate\",\r\n\t\t\t\"parent\": \"2833\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283319\",\r\n\t\t\t\"text\": \"283319 - Sodium sulphates; other than disodium sulphate\",\r\n\t\t\t\"parent\": \"2833\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283321\",\r\n\t\t\t\"text\": \"283321 - Sulphates; of magnesium\",\r\n\t\t\t\"parent\": \"2833\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283322\",\r\n\t\t\t\"text\": \"283322 - Sulphates; of aluminium\",\r\n\t\t\t\"parent\": \"2833\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283323\",\r\n\t\t\t\"text\": \"283323 - Chromium sulphates\",\r\n\t\t\t\"parent\": \"2833\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283324\",\r\n\t\t\t\"text\": \"283324 - Sulphates; of nickel\",\r\n\t\t\t\"parent\": \"2833\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283325\",\r\n\t\t\t\"text\": \"283325 - Sulphates; of copper\",\r\n\t\t\t\"parent\": \"2833\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283326\",\r\n\t\t\t\"text\": \"283326 - Zinc sulphate\",\r\n\t\t\t\"parent\": \"2833\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283327\",\r\n\t\t\t\"text\": \"283327 - Sulphates; of barium\",\r\n\t\t\t\"parent\": \"2833\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283329\",\r\n\t\t\t\"text\": \"283329 - Sulphates; n.e.c. in item no. 2833.2\",\r\n\t\t\t\"parent\": \"2833\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283330\",\r\n\t\t\t\"text\": \"283330 - Alums\",\r\n\t\t\t\"parent\": \"2833\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283340\",\r\n\t\t\t\"text\": \"283340 - Peroxosulphates (persulphates)\",\r\n\t\t\t\"parent\": \"2833\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2834\",\r\n\t\t\t\"text\": \"2834 - Nitrites; nitrates\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283410\",\r\n\t\t\t\"text\": \"283410 - Nitrites\",\r\n\t\t\t\"parent\": \"2834\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283421\",\r\n\t\t\t\"text\": \"283421 - Nitrates; of potassium\",\r\n\t\t\t\"parent\": \"2834\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283422\",\r\n\t\t\t\"text\": \"283422 - Bismuth nitrates\",\r\n\t\t\t\"parent\": \"2834\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283429\",\r\n\t\t\t\"text\": \"283429 - Nitrates; of other than potassium\",\r\n\t\t\t\"parent\": \"2834\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2835\",\r\n\t\t\t\"text\": \"2835 - Phosphinates (hypophosphites), phosphonates (phosphites), and phosphates; and polyphosphates, whether or not chemically defined\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283510\",\r\n\t\t\t\"text\": \"283510 - Phosphinates (hypophosphites) and phosphonates (phosphites), whether or not chemically defined\",\r\n\t\t\t\"parent\": \"2835\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283521\",\r\n\t\t\t\"text\": \"283521 - Triammonium phosphate\",\r\n\t\t\t\"parent\": \"2835\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283522\",\r\n\t\t\t\"text\": \"283522 - Phosphates; of mono- or disodium, whether or not chemically defined\",\r\n\t\t\t\"parent\": \"2835\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283523\",\r\n\t\t\t\"text\": \"283523 - Trisodium phosphate\",\r\n\t\t\t\"parent\": \"2835\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283524\",\r\n\t\t\t\"text\": \"283524 - Phosphates; of potassium, whether or not chemically defined\",\r\n\t\t\t\"parent\": \"2835\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283525\",\r\n\t\t\t\"text\": \"283525 - Phosphates; calcium hydrogenorthophosphate (dicalcium phosphate), whether or not chemically defined\",\r\n\t\t\t\"parent\": \"2835\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283526\",\r\n\t\t\t\"text\": \"283526 - Phosphates; of calcium n.e.c. in item no. 2835.25, whether or not chemically defined\",\r\n\t\t\t\"parent\": \"2835\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283529\",\r\n\t\t\t\"text\": \"283529 - Phosphates; (other than of mono- or disodium, other than of potassium or of calcium hydrogenorthophosphate (dicalcium phosphate) and excluding other phosphates of calcium), whether or not chemically defined\",\r\n\t\t\t\"parent\": \"2835\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283531\",\r\n\t\t\t\"text\": \"283531 - Polyphosphates; sodium triphosphate (sodium tripolyphosphate), whether or not chemically defined\",\r\n\t\t\t\"parent\": \"2835\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283539\",\r\n\t\t\t\"text\": \"283539 - Polyphosphates; other than sodium triphosphate (sodium tripolyphosphate), whether or not chemically defined\",\r\n\t\t\t\"parent\": \"2835\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2836\",\r\n\t\t\t\"text\": \"2836 - Carbonates; peroxocarbonates (percarbonates); commercial ammonium carbonate containing ammonium carbamate\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283610\",\r\n\t\t\t\"text\": \"283610 - Ammonium carbonate (including commercial)\",\r\n\t\t\t\"parent\": \"2836\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283620\",\r\n\t\t\t\"text\": \"283620 - Carbonates; disodium carbonate\",\r\n\t\t\t\"parent\": \"2836\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283630\",\r\n\t\t\t\"text\": \"283630 - Carbonates; sodium hydrogen carbonate (sodium bicarbonate)\",\r\n\t\t\t\"parent\": \"2836\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283640\",\r\n\t\t\t\"text\": \"283640 - Carbonates; potassium carbonate\",\r\n\t\t\t\"parent\": \"2836\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283650\",\r\n\t\t\t\"text\": \"283650 - Carbonates; calcium carbonate\",\r\n\t\t\t\"parent\": \"2836\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283660\",\r\n\t\t\t\"text\": \"283660 - Carbonates; barium carbonate\",\r\n\t\t\t\"parent\": \"2836\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283670\",\r\n\t\t\t\"text\": \"283670 - Lead carbonate\",\r\n\t\t\t\"parent\": \"2836\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283691\",\r\n\t\t\t\"text\": \"283691 - Carbonates; lithium carbonate\",\r\n\t\t\t\"parent\": \"2836\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283692\",\r\n\t\t\t\"text\": \"283692 - Carbonates; strontium carbonate\",\r\n\t\t\t\"parent\": \"2836\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283693\",\r\n\t\t\t\"text\": \"283693 - Bismuth carbonate\",\r\n\t\t\t\"parent\": \"2836\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283699\",\r\n\t\t\t\"text\": \"283699 - Carbonates; n.e.c. in heading no. 2836 and other than lithium or strontium\",\r\n\t\t\t\"parent\": \"2836\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2837\",\r\n\t\t\t\"text\": \"2837 - Cyanides, cyanide oxides and complex cyanides\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283711\",\r\n\t\t\t\"text\": \"283711 - Cyanides and cyanide oxides; of sodium\",\r\n\t\t\t\"parent\": \"2837\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283719\",\r\n\t\t\t\"text\": \"283719 - Cyanides and cyanide oxides; other than of sodium\",\r\n\t\t\t\"parent\": \"2837\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283720\",\r\n\t\t\t\"text\": \"283720 - Complex cyanides\",\r\n\t\t\t\"parent\": \"2837\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2838\",\r\n\t\t\t\"text\": \"2838 - Fulminates, cyanates and thiocyanates\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283800\",\r\n\t\t\t\"text\": \"283800 - Fulminates, cyanates and thiocyanates\",\r\n\t\t\t\"parent\": \"2838\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2839\",\r\n\t\t\t\"text\": \"2839 - Silicates; commercial alkali metal silicates\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283911\",\r\n\t\t\t\"text\": \"283911 - Silicates; sodium metasilicates\",\r\n\t\t\t\"parent\": \"2839\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283919\",\r\n\t\t\t\"text\": \"283919 - Silicates; of sodium (excluding sodium metasilicates)\",\r\n\t\t\t\"parent\": \"2839\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283920\",\r\n\t\t\t\"text\": \"283920 - Potassium silicates\",\r\n\t\t\t\"parent\": \"2839\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283990\",\r\n\t\t\t\"text\": \"283990 - Silicates; commercial alkali metal silicates, other than of sodium\",\r\n\t\t\t\"parent\": \"2839\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2840\",\r\n\t\t\t\"text\": \"2840 - Borates; peroxoborates (perborates)\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284011\",\r\n\t\t\t\"text\": \"284011 - Borates; disodium tetraborate (refined borax), anhydrous\",\r\n\t\t\t\"parent\": \"2840\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284019\",\r\n\t\t\t\"text\": \"284019 - Borates; disodium tetraborate (refined borax), other than anhydrous\",\r\n\t\t\t\"parent\": \"2840\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284020\",\r\n\t\t\t\"text\": \"284020 - Borates; n.e.c. in heading no. 2840\",\r\n\t\t\t\"parent\": \"2840\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284030\",\r\n\t\t\t\"text\": \"284030 - Peroxoborates (perborates)\",\r\n\t\t\t\"parent\": \"2840\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2841\",\r\n\t\t\t\"text\": \"2841 - Salts of oxometallic or peroxometallic acids\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284110\",\r\n\t\t\t\"text\": \"284110 - Metallic aluminates\",\r\n\t\t\t\"parent\": \"2841\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284120\",\r\n\t\t\t\"text\": \"284120 - Chromates of zinc or of lead\",\r\n\t\t\t\"parent\": \"2841\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284130\",\r\n\t\t\t\"text\": \"284130 - Salts; sodium dichromate\",\r\n\t\t\t\"parent\": \"2841\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284140\",\r\n\t\t\t\"text\": \"284140 - Potassium dichromate\",\r\n\t\t\t\"parent\": \"2841\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284150\",\r\n\t\t\t\"text\": \"284150 - Salts; chromates, dichromates, peroxochromates; n.e.c. in heading no. 2841\",\r\n\t\t\t\"parent\": \"2841\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284160\",\r\n\t\t\t\"text\": \"284160 - Manganites, manganates and permanganates of metals\",\r\n\t\t\t\"parent\": \"2841\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284161\",\r\n\t\t\t\"text\": \"284161 - Salts; of oxometallic or peroxometallic acids, manganites, manganates and permanganates, potassium permanganate\",\r\n\t\t\t\"parent\": \"2841\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284169\",\r\n\t\t\t\"text\": \"284169 - Salts; of oxometallic or peroxometallic acids, manganites, manganates and permanganates, other than potassium permanganate\",\r\n\t\t\t\"parent\": \"2841\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284170\",\r\n\t\t\t\"text\": \"284170 - Salts; molybdates\",\r\n\t\t\t\"parent\": \"2841\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284180\",\r\n\t\t\t\"text\": \"284180 - Salts; tungstates (wolframates)\",\r\n\t\t\t\"parent\": \"2841\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284190\",\r\n\t\t\t\"text\": \"284190 - Salts of oxometallic or peroxometallic acids; n.e.c. in heading no. 2841\",\r\n\t\t\t\"parent\": \"2841\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2842\",\r\n\t\t\t\"text\": \"2842 - Salts of inorganic acids or peroxoacids, n.e.c. including aluminosilicates whether or not chemically defined, but excluding azides\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284210\",\r\n\t\t\t\"text\": \"284210 - Salts of inorganic acids or peroxoacids, double or complex silicates, including aluminosilicates, whether or not chemically defined, excluding azides\",\r\n\t\t\t\"parent\": \"2842\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284290\",\r\n\t\t\t\"text\": \"284290 - Salts; of inorganic acids or peroxoacids, other than double or complex silicates, including aluminosilicates, whether or not chemically, excluding azides\",\r\n\t\t\t\"parent\": \"2842\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2843\",\r\n\t\t\t\"text\": \"2843 - Colloidal precious metals; inorganic or organic compounds of precious metals, whether or not chemically defined; amalgams of precious metals\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284310\",\r\n\t\t\t\"text\": \"284310 - Colloidal precious metals; whether or not chemically defined\",\r\n\t\t\t\"parent\": \"2843\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284321\",\r\n\t\t\t\"text\": \"284321 - Silver compounds; silver nitrates\",\r\n\t\t\t\"parent\": \"2843\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284329\",\r\n\t\t\t\"text\": \"284329 - Silver compounds; excluding silver nitrates\",\r\n\t\t\t\"parent\": \"2843\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284330\",\r\n\t\t\t\"text\": \"284330 - Gold compounds\",\r\n\t\t\t\"parent\": \"2843\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284390\",\r\n\t\t\t\"text\": \"284390 - Inorganic or organic compounds of precious metals, n.e.c.; amalgams\",\r\n\t\t\t\"parent\": \"2843\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2844\",\r\n\t\t\t\"text\": \"2844 - Radioactive chemical elements and radioactive isotopes (including the fissile or fertile chemical elements and isotopes); and their compounds; mixtures and residues containing these products\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284410\",\r\n\t\t\t\"text\": \"284410 - Uranium; natural uranium and its compounds, alloys, dispersions (including cermets), ceramic products and mixtures containing natural uranium or natural uranium compounds\",\r\n\t\t\t\"parent\": \"2844\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284420\",\r\n\t\t\t\"text\": \"284420 - Uranium; enriched in U235, plutonium, their compounds, alloys dispersions (including cermets), ceramic products and mixtures containing uranium enriched in U235, plutonium or compounds of these products\",\r\n\t\t\t\"parent\": \"2844\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284430\",\r\n\t\t\t\"text\": \"284430 - Uranium; depleted in U235, thorium, their compounds, alloys, dispersions (including cermets), ceramic products and mixtures containing uranium depleted in U235, thorium; compounds of these products\",\r\n\t\t\t\"parent\": \"2844\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284440\",\r\n\t\t\t\"text\": \"284440 - Radioactive elements, isotopes, compounds, n.e.c. in heading no. 2844 alloys, dispersions (including cermets), ceramic products and mixtures containing these elements, isotopes or compounds; radioactive residues\",\r\n\t\t\t\"parent\": \"2844\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284441\",\r\n\t\t\t\"text\": \"284441 - Radioactive elements; tritium and its compounds; alloys, dispersions (including cermets), ceramic products and mixtures containing tritium or its compounds\",\r\n\t\t\t\"parent\": \"2844\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284442\",\r\n\t\t\t\"text\": \"284442 - Radioactive elements; actinium-225, 227, californium-253, curium-240, 241, 242, 243, 244, einsteinium-253, 254, gadolinium-148, polonium-208, 209, 210, radium-223, uranium-230 or 232, compounds; alloys, dispersions, ceramic products and mixtures\",\r\n\t\t\t\"parent\": \"2844\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284443\",\r\n\t\t\t\"text\": \"284443 - Radioactive elements, isotopes and compounds; other alloys, dispersions (including cermets), ceramic products and mixtures containing these elements, isotopes or compounds\",\r\n\t\t\t\"parent\": \"2844\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284444\",\r\n\t\t\t\"text\": \"284444 - Radioactive elements, isotopes, compounds n.e.c. in heading no. 2844, alloys, dispersions (including cermets), ceramic products, mixtures containing the elements, isotopes, compounds; radioactive residues\",\r\n\t\t\t\"parent\": \"2844\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284450\",\r\n\t\t\t\"text\": \"284450 - Spent (irradiated) fuel elements (cartridges) of nuclear reactors\",\r\n\t\t\t\"parent\": \"2844\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2845\",\r\n\t\t\t\"text\": \"2845 - Isotopes other than those of heading no. 2844; compounds, inorganic or organic, of such isotopes, whether or not chemically defined\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284510\",\r\n\t\t\t\"text\": \"284510 - Heavy water (deuterium oxide)\",\r\n\t\t\t\"parent\": \"2845\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284520\",\r\n\t\t\t\"text\": \"284520 - Boron enriched in boron-10 and its compounds\",\r\n\t\t\t\"parent\": \"2845\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284530\",\r\n\t\t\t\"text\": \"284530 - Lithium enriched in lithium-6 and its compounds\",\r\n\t\t\t\"parent\": \"2845\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284540\",\r\n\t\t\t\"text\": \"284540 - Helium-3\",\r\n\t\t\t\"parent\": \"2845\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284590\",\r\n\t\t\t\"text\": \"284590 - Isotopes other than those of heading no. 2844, 2845.20, 2845.30 or 2845.40; compounds, inorganic or organic, of such isotopes, whether or not chemically defined\",\r\n\t\t\t\"parent\": \"2845\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2846\",\r\n\t\t\t\"text\": \"2846 - Compounds, inorganic or organic, of rare-earth metals; of yttrium or of scandium or of mixtures of these metals\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284610\",\r\n\t\t\t\"text\": \"284610 - Cerium compounds\",\r\n\t\t\t\"parent\": \"2846\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284690\",\r\n\t\t\t\"text\": \"284690 - Compounds, inorganic or organic (excluding cerium), of rare-earth metals, of yttrium, scandium or of mixtures of these metals\",\r\n\t\t\t\"parent\": \"2846\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2847\",\r\n\t\t\t\"text\": \"2847 - Hydrogen peroxide; whether or not solidified with urea\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284700\",\r\n\t\t\t\"text\": \"284700 - Hydrogen peroxide; whether or not solidified with urea\",\r\n\t\t\t\"parent\": \"2847\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2848\",\r\n\t\t\t\"text\": \"2848 - Phosphides; whether or not chemically defined, excluding ferrophosphorus\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284800\",\r\n\t\t\t\"text\": \"284800 - Phosphides; whether or not chemically defined, excluding ferrophosphorus\",\r\n\t\t\t\"parent\": \"2848\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284810\",\r\n\t\t\t\"text\": \"284810 - Phosphides of copper containing > 15% phosphorous\",\r\n\t\t\t\"parent\": \"2848\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284890\",\r\n\t\t\t\"text\": \"284890 - Phosphides of other metals or of non-metals\",\r\n\t\t\t\"parent\": \"2848\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2849\",\r\n\t\t\t\"text\": \"2849 - Carbides, whether or not chemically defined\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284910\",\r\n\t\t\t\"text\": \"284910 - Carbides; of calcium, whether or not chemically defined\",\r\n\t\t\t\"parent\": \"2849\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284920\",\r\n\t\t\t\"text\": \"284920 - Carbides; of silicon, whether or not chemically defined\",\r\n\t\t\t\"parent\": \"2849\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284990\",\r\n\t\t\t\"text\": \"284990 - Carbides; whether or not chemically defined, other than of calcium or silicon\",\r\n\t\t\t\"parent\": \"2849\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2850\",\r\n\t\t\t\"text\": \"2850 - Hydrides, nitrides, azides, silicides and borides, whether or not chemically defined, other than compounds which are also carbides of heading no. 2849\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"285000\",\r\n\t\t\t\"text\": \"285000 - Hydrides, nitrides, azides, silicides and borides, whether or not chemically defined, other than compounds which are also carbides of heading no. 2849\",\r\n\t\t\t\"parent\": \"2850\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2851\",\r\n\t\t\t\"text\": \"2851 - Inorganic compounds,liquid/compressed air, amalgam ne\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"285100\",\r\n\t\t\t\"text\": \"285100 - Inorganic compounds,liquid/compressed air,amalgams ne\",\r\n\t\t\t\"parent\": \"2851\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2852\",\r\n\t\t\t\"text\": \"2852 - Inorganic or organic compounds of mercury, excluding amalgams, whether or not chemically defined\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"285200\",\r\n\t\t\t\"text\": \"285200 - Compounds, inorganic/organic, of mercury, excluding amalgams.\",\r\n\t\t\t\"parent\": \"2852\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"285210\",\r\n\t\t\t\"text\": \"285210 - Inorganic or organic compounds of mercury, excluding amalgams, chemically defined\",\r\n\t\t\t\"parent\": \"2852\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"285290\",\r\n\t\t\t\"text\": \"285290 - Inorganic or organic compounds of mercury; excluding amalgams, not chemically defined,\",\r\n\t\t\t\"parent\": \"2852\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2853\",\r\n\t\t\t\"text\": \"2853 - Phosphides, chemically defined or not, not ferrophosphorus; other inorganic compounds n.e.c. (including distilled, conductivity water and water of like purity); liquid air, rare gases removed or not; compressed air; amalgams, not precious metal amalgams\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"285300\",\r\n\t\t\t\"text\": \"285300 - Inorganic compounds n.e.c. (including distilled or conductivity water and water of similar purity); liquid air (rare gases removed or not); compressed air; amalgams, other than precious metal amalgams\",\r\n\t\t\t\"parent\": \"2853\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"285310\",\r\n\t\t\t\"text\": \"285310 - Inorganic compounds; cyanogen chloride (chlorcyan)\",\r\n\t\t\t\"parent\": \"2853\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"285390\",\r\n\t\t\t\"text\": \"285390 - Phosphides, chemically defined or not, not ferrophosphorus; other inorganic compounds n.e.c. (including distilled, conductivity water and water of like purity); liquid air, rare gases removed or not; compressed air; amalgams, not precious metal amalgams\",\r\n\t\t\t\"parent\": \"2853\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"29\",\r\n\t\t\t\"text\": \"29 - Organic chemicals\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2901\",\r\n\t\t\t\"text\": \"2901 - Acyclic hydrocarbons\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290110\",\r\n\t\t\t\"text\": \"290110 - Acyclic hydrocarbons; saturated\",\r\n\t\t\t\"parent\": \"2901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290121\",\r\n\t\t\t\"text\": \"290121 - Acyclic hydrocarbons; unsaturated, ethylene\",\r\n\t\t\t\"parent\": \"2901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290122\",\r\n\t\t\t\"text\": \"290122 - Acyclic hydrocarbons; unsaturated, propene (propylene)\",\r\n\t\t\t\"parent\": \"2901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290123\",\r\n\t\t\t\"text\": \"290123 - Acyclic hydrocarbons; unsaturated, butene (butylene) and isomers thereof\",\r\n\t\t\t\"parent\": \"2901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290124\",\r\n\t\t\t\"text\": \"290124 - Acyclic hydrocarbons; unsaturated, buta-1,3-diene and isoprene\",\r\n\t\t\t\"parent\": \"2901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290129\",\r\n\t\t\t\"text\": \"290129 - Acyclic hydrocarbons; unsaturated, n.e.c. in heading no. 2901\",\r\n\t\t\t\"parent\": \"2901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2902\",\r\n\t\t\t\"text\": \"2902 - Cyclic hydrocarbons\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290211\",\r\n\t\t\t\"text\": \"290211 - Cyclic hydrocarbons; cyclohexane\",\r\n\t\t\t\"parent\": \"2902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290219\",\r\n\t\t\t\"text\": \"290219 - Cyclic hydrocarbons; cyclanes, cyclenes and cycloterpenes, excluding cyclohexane\",\r\n\t\t\t\"parent\": \"2902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290220\",\r\n\t\t\t\"text\": \"290220 - Cyclic hydrocarbons; benzene\",\r\n\t\t\t\"parent\": \"2902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290230\",\r\n\t\t\t\"text\": \"290230 - Cyclic hydrocarbons; toluene\",\r\n\t\t\t\"parent\": \"2902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290241\",\r\n\t\t\t\"text\": \"290241 - Cyclic hydrocarbons; o-xylene\",\r\n\t\t\t\"parent\": \"2902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290242\",\r\n\t\t\t\"text\": \"290242 - Cyclic hydrocarbons; m-xylene\",\r\n\t\t\t\"parent\": \"2902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290243\",\r\n\t\t\t\"text\": \"290243 - Cyclic hydrocarbons; p-xylene\",\r\n\t\t\t\"parent\": \"2902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290244\",\r\n\t\t\t\"text\": \"290244 - Cyclic hydrocarbons; mixed xylene isomers\",\r\n\t\t\t\"parent\": \"2902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290250\",\r\n\t\t\t\"text\": \"290250 - Cyclic hydrocarbons; styrene\",\r\n\t\t\t\"parent\": \"2902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290260\",\r\n\t\t\t\"text\": \"290260 - Cyclic hydrocarbons; ethylbenzene\",\r\n\t\t\t\"parent\": \"2902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290270\",\r\n\t\t\t\"text\": \"290270 - Cyclic hydrocarbons; cumene\",\r\n\t\t\t\"parent\": \"2902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290290\",\r\n\t\t\t\"text\": \"290290 - Cyclic hydrocarbons; n.e.c. in heading no. 2902\",\r\n\t\t\t\"parent\": \"2902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2903\",\r\n\t\t\t\"text\": \"2903 - Halogenated derivatives of hydrocarbons\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290311\",\r\n\t\t\t\"text\": \"290311 - Saturated chlorinated derivatives of acyclic hydrocarbons; chloromethane (methyl chloride) and chloroethane (ethyl chloride)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290312\",\r\n\t\t\t\"text\": \"290312 - Saturated chlorinated derivatives of acyclic hydrocarbons; dichloromethane (methylene chloride)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290313\",\r\n\t\t\t\"text\": \"290313 - Saturated chlorinated derivatives of acyclic hydrocarbons; chloroform (trichloromethane)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290314\",\r\n\t\t\t\"text\": \"290314 - Saturated chlorinated derivatives of acyclic hydrocarbons; carbon tetrachloride\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290315\",\r\n\t\t\t\"text\": \"290315 - Saturated chlorinated derivatives of acyclic hydrocarbons; ethylene dichloride (ISO) (1,2-dichloroethane)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290316\",\r\n\t\t\t\"text\": \"290316 - 1,2-dichloropropane and dichlorobutanes\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290319\",\r\n\t\t\t\"text\": \"290319 - Saturated chlorinated derivatives of acyclic hydrocarbons; n.e.c. in item no. 2903.1\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290321\",\r\n\t\t\t\"text\": \"290321 - Unsaturated chlorinated derivatives of acyclic hydrocarbons; vinyl chloride (chloroethylene)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290322\",\r\n\t\t\t\"text\": \"290322 - Unsaturated chlorinated derivatives of acyclic hydrocarbons; trichloroethylene\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290323\",\r\n\t\t\t\"text\": \"290323 - Unsaturated chlorinated derivatives of acyclic hydrocarbons; tetrachloroethylene (perchloroethylene)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290329\",\r\n\t\t\t\"text\": \"290329 - Unsaturated chlorinated derivatives of acyclic hydrocarbons; n.e.c. in item no. 2903.2\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290330\",\r\n\t\t\t\"text\": \"290330 - Fluor-/brom-/iodin-ated derivs of acyclic hydrocarbon\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290331\",\r\n\t\t\t\"text\": \"290331 - Fluorinated, brominated or iodinated derivatives of acyclic hydrocarbons; ethylene dibromide (ISO) (1,2-dibromoethane)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290339\",\r\n\t\t\t\"text\": \"290339 - Fluorinated, brominated or iodinated derivatives of acyclic hydrocarbons; other than ethylene dibromide (ISO) (1,2-dibromoethane)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290340\",\r\n\t\t\t\"text\": \"290340 - Multi-halogen derivatives of acyclic hydrocarbons\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290341\",\r\n\t\t\t\"text\": \"290341 - Saturated fluorinated derivatives of acyclic hydrocarbons; trifluoromethane (HFC-23)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290342\",\r\n\t\t\t\"text\": \"290342 - Saturated fluorinated derivatives of acyclic hydrocarbons; difluoromethane (HFC-32)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290343\",\r\n\t\t\t\"text\": \"290343 - Saturated fluorinated derivatives of acyclic hydrocarbons; fluoromethane (HFC-41), 1,2-difluoroethane (HFC-152) and 1,1-difluoroethane (HFC-152a)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290344\",\r\n\t\t\t\"text\": \"290344 - Saturated fluorinated derivatives of acyclic hydrocarbons; pentafluoroethane (HFC-125), 1,1,1-trifluoroethane (HFC-143a) and 1,1,2-trifluoroethane (HFC-143)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290345\",\r\n\t\t\t\"text\": \"290345 - Saturated fluorinated derivatives of acyclic hydrocarbons; 1,1,1,2-tetrafluoroethane (HFC-134a) and 1,1,2,2-tetrafluoroethane (HFC-134)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290346\",\r\n\t\t\t\"text\": \"290346 - Saturated fluorinated derivatives of acyclic hydrocarbons; 1,1,1,2,3,3,3-heptafluoropropane (HFC-227ea), 1,1,1,2,2,3-hexafluoropropane (HFC-236cb), 1,1,1,2,3,3-hexafluoropropane (HFC-236ea) and 1,1,1,3,3,3-hexafluoropropane (HFC-236fa)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290347\",\r\n\t\t\t\"text\": \"290347 - Saturated fluorinated derivatives of acyclic hydrocarbons; 1,1,1,3,3-pentafluoropropane (HFC-245fa) and 1,1,2,2,3-pentafluoropropane (HFC-245ca)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290348\",\r\n\t\t\t\"text\": \"290348 - Saturated fluorinated derivatives of acyclic hydrocarbons; 1,1,1,3,3-pentafluorobutane (HFC-365mfc) and 1,1,1,2,2,3,4,5,5,5-decafluoropentane (HFC-43-10mee)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290349\",\r\n\t\t\t\"text\": \"290349 - Saturated fluorinated derivatives of acyclic hydrocarbons; n.e.c. in item no 2903.4\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290351\",\r\n\t\t\t\"text\": \"290351 - Unsaturated fluorinated derivatives of acyclic hydrocarbons; 2,3,3,3-tetrafluoropropene (HFO-1234yf), 1,3,3,3-tetrafluoropropene (HFO-1234ze) and (Z)-1,1,1,4,4,4-hexafluoro-2-butene (HFO-1336mzz)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290352\",\r\n\t\t\t\"text\": \"290352 - Aldrin (ISO), chlordane (ISO)&heptachlor (ISO)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290359\",\r\n\t\t\t\"text\": \"290359 - Unsaturated fluorinated derivatives of acyclic hydrocarbons; n.e.c. in item no. 2903.5\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290361\",\r\n\t\t\t\"text\": \"290361 - Brominated or iodinated derivatives of acyclic hydrocarbons; methyl bromide (bromomethane)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290362\",\r\n\t\t\t\"text\": \"290362 - Brominated or iodinated derivatives of acyclic hydrocarbons; ethylene dibromide (ISO) (1,2-dibromoethane)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290369\",\r\n\t\t\t\"text\": \"290369 - Brominated or iodinated derivatives of acyclic hydrocarbons; n.e.c. in item no. 2903.6\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290371\",\r\n\t\t\t\"text\": \"290371 - Halogenated derivatives of acyclic hydrocarbons containing two or more different halogens; chlorodifluoromethane (HCFC-22)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290372\",\r\n\t\t\t\"text\": \"290372 - Halogenated derivatives of acyclic hydrocarbons containing two or more different halogens; dichlorotrifluoroethane (HCFC-123)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290373\",\r\n\t\t\t\"text\": \"290373 - Halogenated derivatives of acyclic hydrocarbons containing two or more different halogens; dichlorofluoroethanes (HCFC-141, 141b)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290374\",\r\n\t\t\t\"text\": \"290374 - Halogenated derivatives of acyclic hydrocarbons containing two or more different halogens; chlorodifluoroethanes HCFC-142, 142b)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290375\",\r\n\t\t\t\"text\": \"290375 - Halogenated derivatives of acyclic hydrocarbons containing two or more different halogens; dichloropentafluoropropanes (HCFC-225, 225ca, 225cb)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290376\",\r\n\t\t\t\"text\": \"290376 - Halogenated derivatives of acyclic hydrocarbons containing two or more different halogens; bromochlorodifluoromethane (Halon-1211), bromotrifluoromethane (Halon-1301), and dibromotetrafluoroethanes (Halon-2402)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290377\",\r\n\t\t\t\"text\": \"290377 - Halogenated derivatives of acyclic hydrocarbons containing two or more different halogens; n.e.c. in headings 290371 to 290376, perhalogenated only with fluorine and chlorine\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290378\",\r\n\t\t\t\"text\": \"290378 - Halogenated derivatives of acyclic hydrocarbons containing two or more different halogens; perhalogenated derivatives, other than those only with fluorine and chlorine, n.e.c. in item no. 2903.71 to 2903.76\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290379\",\r\n\t\t\t\"text\": \"290379 - Halogenated derivatives of acyclic hydrocarbons containing two or more different halogens; n.e.c. in item no. 2903.7\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290381\",\r\n\t\t\t\"text\": \"290381 - Halogenated derivatives of cyclanic, cyclenic or cycloterpenic hydrocarbons; 1,2,3,4,5,6-Hexachlorocyclohexane (HCH (ISO)), including lindane (ISO, INN)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290382\",\r\n\t\t\t\"text\": \"290382 - Halogenated derivatives of cyclanic, cyclenic or cycloterpenic hydrocarbons; aldrin (ISO), chlordane (ISO), and heptachlor (ISO)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290383\",\r\n\t\t\t\"text\": \"290383 - Halogenated derivatives of cyclanic, cyclenic or cycloterpenic hydrocarbons; mirex (ISO)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290389\",\r\n\t\t\t\"text\": \"290389 - Halogenated derivatives of cyclanic, cyclenic or cycloterpenic hydrocarbons; n.e.c. in item no. 2903.8\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290391\",\r\n\t\t\t\"text\": \"290391 - Halogenated derivatives of aromatic hydrocarbons; chlorobenzene, o-dichlorobenzene, and p-dichlorobenzene\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290392\",\r\n\t\t\t\"text\": \"290392 - Halogenated derivatives of aromatic hydrocarbons; hexachlorobenzene (ISO) and DDT (ISO) (clofenotane (INN), and 1,1,1-trichloro-2,2-bis(p-chlorophenyl)ethane)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290393\",\r\n\t\t\t\"text\": \"290393 - Halogenated derivatives of aromatic hydrocarbons; pentachlorobenzene (ISO)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290394\",\r\n\t\t\t\"text\": \"290394 - Halogenated derivatives of aromatic hydrocarbons; hexabromobiphenyls\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290399\",\r\n\t\t\t\"text\": \"290399 - Halogenated derivatives of aromatic hydrocarbons; n.e.c. in item no. 2903.91, 2903.92, 2903.93 and 2903.94\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2904\",\r\n\t\t\t\"text\": \"2904 - Sulphonated, nitrated or nitrosated derivatives of hydrocarbons; whether or not halogenated\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290410\",\r\n\t\t\t\"text\": \"290410 - Derivatives of hydrocarbons; containing only sulpho groups, their salts and ethyl esters, whether or not halogenated\",\r\n\t\t\t\"parent\": \"2904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290420\",\r\n\t\t\t\"text\": \"290420 - Derivatives of hydrocarbons; containing only nitro or only nitroso groups, whether or not halogenated\",\r\n\t\t\t\"parent\": \"2904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290431\",\r\n\t\t\t\"text\": \"290431 - Derivatives of hydrocarbons; perfluorooctane sulphonic acid, whether or not halogenated\",\r\n\t\t\t\"parent\": \"2904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290432\",\r\n\t\t\t\"text\": \"290432 - Derivatives of hydrocarbons; ammonium perfluorooctane sulphonate, whether or not halogenated\",\r\n\t\t\t\"parent\": \"2904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290433\",\r\n\t\t\t\"text\": \"290433 - Derivatives of hydrocarbons; lithium perfluorooctane sulphonate, whether or not halogenated\",\r\n\t\t\t\"parent\": \"2904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290434\",\r\n\t\t\t\"text\": \"290434 - Derivatives of hydrocarbons; potassium perfluorooctane sulphonate, whether or not halogenated\",\r\n\t\t\t\"parent\": \"2904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290435\",\r\n\t\t\t\"text\": \"290435 - Derivatives of hydrocarbons; salts of perfluorooctane sulphonic acid n.e.c in heading no. 2904, whether or not halogenated\",\r\n\t\t\t\"parent\": \"2904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290436\",\r\n\t\t\t\"text\": \"290436 - Derivatives of hydrocarbons; perfluorooctane sulphonyl fluoride, whether or not halogenated\",\r\n\t\t\t\"parent\": \"2904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290490\",\r\n\t\t\t\"text\": \"290490 - Derivatives of hydrocarbons; n.e.c. in heading no. 2904, whether or not halogenated\",\r\n\t\t\t\"parent\": \"2904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290491\",\r\n\t\t\t\"text\": \"290491 - Derivatives of hydrocarbons; trichloronitromethane (chloropicrin), whether or not halogenated\",\r\n\t\t\t\"parent\": \"2904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290499\",\r\n\t\t\t\"text\": \"290499 - Derivatives of hydrocarbons n.e.c. in heading no. 2904, whether or not halogenated\",\r\n\t\t\t\"parent\": \"2904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2905\",\r\n\t\t\t\"text\": \"2905 - Acyclic alcohols and their halogenated, sulphonated, nitrated or nitrosated derivatives\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290511\",\r\n\t\t\t\"text\": \"290511 - Alcohols; saturated monohydric, methanol (methyl alcohol)\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290512\",\r\n\t\t\t\"text\": \"290512 - Alcohols; saturated monohydric, propan-1-ol (propyl alcohol) and propan-2-ol (isopropyl alcohol)\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290513\",\r\n\t\t\t\"text\": \"290513 - Alcohols; saturated monohydric, butan-1-ol (n-butyl alcohol)\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290514\",\r\n\t\t\t\"text\": \"290514 - Alcohols; saturated monohydric, butanols excluding item no. 2905.13\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290515\",\r\n\t\t\t\"text\": \"290515 - Pentanol, isomers\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290516\",\r\n\t\t\t\"text\": \"290516 - Alcohols; saturated monohydric, octanol (octyl alcohol) and isomers thereof\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290517\",\r\n\t\t\t\"text\": \"290517 - Alcohols; saturated monohydric, dodecan-1-ol (lauryl alcohol), hexadecan-1-ol (cetyl alcohol) and octadecan-1-ol (stearyl alcohol)\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290519\",\r\n\t\t\t\"text\": \"290519 - Alcohols; saturated monohydric, n.e.c. in item no. 2905.1\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290521\",\r\n\t\t\t\"text\": \"290521 - Allyl alcohol\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290522\",\r\n\t\t\t\"text\": \"290522 - Alcohols; unsaturated monohydric, acyclic terpene alcohols\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290529\",\r\n\t\t\t\"text\": \"290529 - Alcohols; acyclic, unsaturated monohydric, (other than acyclic terpene alcohols)\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290531\",\r\n\t\t\t\"text\": \"290531 - Alcohols; acyclic, diols; ethylene glycol (ethanediol)\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290532\",\r\n\t\t\t\"text\": \"290532 - Alcohols; acyclic, diols; propylene glycol (propane-1, 2-diol)\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290539\",\r\n\t\t\t\"text\": \"290539 - Alcohols; acyclic, diols, other than ethylene glycol (ethandiol) or propylene glycol (propane-1,2-diol)\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290541\",\r\n\t\t\t\"text\": \"290541 - Alcohols; polyhydric, 2-ethyl-2- (hydroxymethyl) propane-1,3-diol (trimethylolpropane)\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290542\",\r\n\t\t\t\"text\": \"290542 - Alcohols; polyhydric, pentaerythritol\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290543\",\r\n\t\t\t\"text\": \"290543 - Alcohols; polyhydric, mannitol\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290544\",\r\n\t\t\t\"text\": \"290544 - Alcohols; polyhydric, d-glucitol (sorbitol)\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290545\",\r\n\t\t\t\"text\": \"290545 - Alcohols; polyhydric, glycerol\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290549\",\r\n\t\t\t\"text\": \"290549 - Alcohols; polyhydric, n.e.c. in item no. 2905.4\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290550\",\r\n\t\t\t\"text\": \"290550 - Derivatives of acyclic alcohols\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290551\",\r\n\t\t\t\"text\": \"290551 - Alcohols; acyclic; halogenated, sulphonated, nitrated or nitrosated derivatives thereof, ethchlorvynol (INN)\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290559\",\r\n\t\t\t\"text\": \"290559 - Alcohols; acyclic; halogenated, sulphonated, nitrated or nitrosated derivatives thereof, other than ethchlorvynol (INN)\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2906\",\r\n\t\t\t\"text\": \"2906 - Alcohols; cyclic, and their halogenated, sulphonated, nitrated or nitrosated derivatives\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290611\",\r\n\t\t\t\"text\": \"290611 - Alcohols; cyclanic, cyclenic or cycloterpenic and derivatives, menthol\",\r\n\t\t\t\"parent\": \"2906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290612\",\r\n\t\t\t\"text\": \"290612 - Alcohols; cyclanic, cyclenic or cycloterpenic and derivatives, cyclohexanol, methylcyclohexanols and dimethylcyclohexanols\",\r\n\t\t\t\"parent\": \"2906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290613\",\r\n\t\t\t\"text\": \"290613 - Alcohols; cyclanic, cyclenic or cycloterpenic and derivatives, sterols and inositols\",\r\n\t\t\t\"parent\": \"2906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290614\",\r\n\t\t\t\"text\": \"290614 - Terpineols\",\r\n\t\t\t\"parent\": \"2906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290619\",\r\n\t\t\t\"text\": \"290619 - Alcohols; cyclanic, cyclenic or cycloterpenic and derivatives, n.e.c. in item no. 2906.1\",\r\n\t\t\t\"parent\": \"2906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290621\",\r\n\t\t\t\"text\": \"290621 - Alcohols; aromatic alcohols and derivatives, benzyl alcohol\",\r\n\t\t\t\"parent\": \"2906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290629\",\r\n\t\t\t\"text\": \"290629 - Alcohols; aromatic and derivatives, other than benzyl alcohol\",\r\n\t\t\t\"parent\": \"2906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2907\",\r\n\t\t\t\"text\": \"2907 - Phenols; monophenols, polyphenols, and phenol-alcohols\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290711\",\r\n\t\t\t\"text\": \"290711 - Monophenols; phenol (hydroxybenzene) and its salts\",\r\n\t\t\t\"parent\": \"2907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290712\",\r\n\t\t\t\"text\": \"290712 - Monophenols; cresols and their salts\",\r\n\t\t\t\"parent\": \"2907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290713\",\r\n\t\t\t\"text\": \"290713 - Monophenols; octylphenol, nonylphenol and their isomers, salts thereof\",\r\n\t\t\t\"parent\": \"2907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290714\",\r\n\t\t\t\"text\": \"290714 - Xylenols, salts\",\r\n\t\t\t\"parent\": \"2907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290715\",\r\n\t\t\t\"text\": \"290715 - Monophenols; naphthols and their salts\",\r\n\t\t\t\"parent\": \"2907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290719\",\r\n\t\t\t\"text\": \"290719 - Monophenols; n.e.c. in item no. 2907.1\",\r\n\t\t\t\"parent\": \"2907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290721\",\r\n\t\t\t\"text\": \"290721 - Polyphenols; resorcinol and its salts\",\r\n\t\t\t\"parent\": \"2907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290722\",\r\n\t\t\t\"text\": \"290722 - Polyphenols; hydroquinone (quinol) and its salts\",\r\n\t\t\t\"parent\": \"2907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290723\",\r\n\t\t\t\"text\": \"290723 - Polyphenols; 4,4'-isopropylidenediphenol (bisphenol A, diphenylolpropane) and its salts\",\r\n\t\t\t\"parent\": \"2907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290729\",\r\n\t\t\t\"text\": \"290729 - Phenol-alcohols and polyphenols n.e.c. in item number 2907.2\",\r\n\t\t\t\"parent\": \"2907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290730\",\r\n\t\t\t\"text\": \"290730 - Phenol-alcohols\",\r\n\t\t\t\"parent\": \"2907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2908\",\r\n\t\t\t\"text\": \"2908 - Phenols or phenol-alcohols; halogenated, sulphonated, nitrated or nitrosated derivatives\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290810\",\r\n\t\t\t\"text\": \"290810 - Halogen derivs of phenols or phenol-alcohols, & salts\",\r\n\t\t\t\"parent\": \"2908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290811\",\r\n\t\t\t\"text\": \"290811 - Phenol or phenol-alcohol derivatives containing only halogen substituents and their salts; pentachlorophenol (ISO)\",\r\n\t\t\t\"parent\": \"2908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290819\",\r\n\t\t\t\"text\": \"290819 - Phenol or phenol-alcohol derivatives containing only halogen substituents and their salts; other than pentachlorophenol (ISO)\",\r\n\t\t\t\"parent\": \"2908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290820\",\r\n\t\t\t\"text\": \"290820 - Sulpho- derivs of phenols or phenol-alcohols, & salts\",\r\n\t\t\t\"parent\": \"2908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290890\",\r\n\t\t\t\"text\": \"290890 - Derivatives of phenols or phenol-alcohols, nes\",\r\n\t\t\t\"parent\": \"2908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290891\",\r\n\t\t\t\"text\": \"290891 - Phenol or phenol-alcohol derivatives, sulphonated, nitrated or nitrosated derivatives thereof; dinoseb (ISO) and its salts\",\r\n\t\t\t\"parent\": \"2908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290892\",\r\n\t\t\t\"text\": \"290892 - Phenol or phenol-alcohol derivatives, sulphonated, nitrated or nitrosated derivatives thereof; 4,6-dinitro-o-cresol (DNOC (ISO)) and its salts\",\r\n\t\t\t\"parent\": \"2908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290899\",\r\n\t\t\t\"text\": \"290899 - Phenol or phenol-alcohol derivatives, sulphonated, nitrated or nitrosated derivatives thereof; other than dinoseb (ISO), and 4,6-dinitro-o-cresol (DNOC (ISO)), and their salts\",\r\n\t\t\t\"parent\": \"2908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2909\",\r\n\t\t\t\"text\": \"2909 - Ethers, ether-alcohols, ether-phenols, ether-alcohol-phenols, alcohol peroxides, ether peroxides, acetal and hemiacetal peroxides, ketone peroxides (chemically defined or not), and their halogenated, sulphonated, nitrated or nitrosated derivatives\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290911\",\r\n\t\t\t\"text\": \"290911 - Ethers; acyclic, and their halogenated, sulphonated, nitrated or nitrosated derivatives, diethyl ether\",\r\n\t\t\t\"parent\": \"2909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290919\",\r\n\t\t\t\"text\": \"290919 - Ethers; acyclic, and their halogenated, sulphonated, nitrated or nitrosated derivatives, other than diethyl ether\",\r\n\t\t\t\"parent\": \"2909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290920\",\r\n\t\t\t\"text\": \"290920 - Ethers; cyclanic, cyclenic or cycloterpenic and their halogenated, sulphonated, nitrated or nitrosated derivatives\",\r\n\t\t\t\"parent\": \"2909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290930\",\r\n\t\t\t\"text\": \"290930 - Ethers; aromatic, and their halogenated, sulphonated, nitrated or nitrosated derivatives\",\r\n\t\t\t\"parent\": \"2909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290941\",\r\n\t\t\t\"text\": \"290941 - Ether-alcohols and their halogenated, sulphonated, nitrated or nitrosated derivatives; 2,2-oxydiethanol (diethylene glycol, digol)\",\r\n\t\t\t\"parent\": \"2909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290942\",\r\n\t\t\t\"text\": \"290942 - Monomethyl ethers of ethylene and diethylene glycol\",\r\n\t\t\t\"parent\": \"2909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290943\",\r\n\t\t\t\"text\": \"290943 - Ether-alcohols and their halogenated, sulphonated, nitrated or nitrosated derivatives; monobutyl ethers of ethylene glycol or of diethylene glycol\",\r\n\t\t\t\"parent\": \"2909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290944\",\r\n\t\t\t\"text\": \"290944 - Ether-alcohols and their halogenated, sulphonated, nitrated or nitrosated derivatives; monoalkylethers of ethylene glycol or of diethylene glycol n.e.c. in heading no. 2909\",\r\n\t\t\t\"parent\": \"2909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290949\",\r\n\t\t\t\"text\": \"290949 - Ether-alcohols and their halogenated, sulphonated, nitrated or nitrosated derivatives; n.e.c. in item no. 2909.4\",\r\n\t\t\t\"parent\": \"2909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290950\",\r\n\t\t\t\"text\": \"290950 - Ether-phenols, ether-alcohol-phenols and their halogenated, sulphonated, nitrated or nitrosated derivatives\",\r\n\t\t\t\"parent\": \"2909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290960\",\r\n\t\t\t\"text\": \"290960 - Alcohol peroxides, ether peroxides, acetal and hemiacetal peroxides, ketone peroxides and their halogenated, sulphonated, nitrated or nitrosated derivatives\",\r\n\t\t\t\"parent\": \"2909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2910\",\r\n\t\t\t\"text\": \"2910 - Epoxides, epoxyalcohols, epoxyphenols and epoxyethers; with a three-membered ring and their halogenated, sulphonated, nitrated or nitrosated derivatives\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291010\",\r\n\t\t\t\"text\": \"291010 - Epoxides, epoxyalcohols, epoxyphenols and epoxyethers; with a three-membered ring and their halogenated, sulphonated, nitrated or nitrosated derivatives; oxirane (ethylene oxide)\",\r\n\t\t\t\"parent\": \"2910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291020\",\r\n\t\t\t\"text\": \"291020 - Epoxides, epoxyalcohols, epoxyphenols and epoxyethers; with a three-membered ring and their halogenated, sulphonated, nitrated or nitrosated derivatives, methyloxirane (propylene oxide)\",\r\n\t\t\t\"parent\": \"2910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291030\",\r\n\t\t\t\"text\": \"291030 - Epoxides, epoxyalcohols, epoxyphenols and epoxyethers; with a three-membered ring and their halogenated, sulphonated, nitrated or nitrosated derivatives, 1-chloro-2,3-epoxypropane (epichlorohydrin)\",\r\n\t\t\t\"parent\": \"2910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291040\",\r\n\t\t\t\"text\": \"291040 - Epoxides, epoxyalcohols, epoxyphenols and epoxyethers; with a three-membered ring and their halogenated, sulphonated, nitrated or nitrosated derivatives, dieldrin (ISO, INN)\",\r\n\t\t\t\"parent\": \"2910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291050\",\r\n\t\t\t\"text\": \"291050 - Epoxides, epoxyalcohols, epoxyphenols and epoxyethers; with a three-membered ring and their halogenated, sulphonated, nitrated or nitrosated derivatives, endrin (ISO)\",\r\n\t\t\t\"parent\": \"2910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291090\",\r\n\t\t\t\"text\": \"291090 - Epoxides, epoxyalcohols, epoxyphenols and epoxyethers; with a three-membered ring and their halogenated, sulphonated, nitrated or nitrosated derivatives, n.e.c. in heading no. 2910\",\r\n\t\t\t\"parent\": \"2910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2911\",\r\n\t\t\t\"text\": \"2911 - Acetals and hemiacetals; whether or not with other oxygen function, and their halogenated, sulphonated, nitrated or nitrostated derivatives\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291100\",\r\n\t\t\t\"text\": \"291100 - Acetals and hemiacetals; whether or not with other oxygen function, and their halogenated, sulphonated, nitrated or nitrosated derivatives\",\r\n\t\t\t\"parent\": \"2911\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2912\",\r\n\t\t\t\"text\": \"2912 - Aldehydes, whether or not with other oxygen function; cyclic polymers of aldehydes; paraformaldehyde\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291211\",\r\n\t\t\t\"text\": \"291211 - Aldehydes; acyclic, without other oxygen function, methanal (formaldehyde)\",\r\n\t\t\t\"parent\": \"2912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291212\",\r\n\t\t\t\"text\": \"291212 - Aldehydes; acyclic, without other oxygen function, ethanal (acetaldehyde)\",\r\n\t\t\t\"parent\": \"2912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291213\",\r\n\t\t\t\"text\": \"291213 - Butanal (butyraldehyde, normal isomer)\",\r\n\t\t\t\"parent\": \"2912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291219\",\r\n\t\t\t\"text\": \"291219 - Aldehydes; acyclic, without other oxygen function, n.e.c. in item no. 2912.1\",\r\n\t\t\t\"parent\": \"2912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291221\",\r\n\t\t\t\"text\": \"291221 - Aldehydes; cyclic, without other oxygen function, benzaldehyde\",\r\n\t\t\t\"parent\": \"2912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291229\",\r\n\t\t\t\"text\": \"291229 - Aldehydes; cyclic, without other oxygen function, other than benzaldehyde\",\r\n\t\t\t\"parent\": \"2912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291230\",\r\n\t\t\t\"text\": \"291230 - Aldehyde-alcohols\",\r\n\t\t\t\"parent\": \"2912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291241\",\r\n\t\t\t\"text\": \"291241 - Aldehydes; aldehyde-ethers, aldehyde-phenols and aldehydes with other oxygen function, vanillin (4-hydroxy-3-methoxybenzaldehyde)\",\r\n\t\t\t\"parent\": \"2912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291242\",\r\n\t\t\t\"text\": \"291242 - Aldehydes; aldehyde-ethers, aldehyde-phenols and aldehydes with other oxygen function, ethylvanillin (3-ethoxy-4-hydroxybenzaldehyde)\",\r\n\t\t\t\"parent\": \"2912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291249\",\r\n\t\t\t\"text\": \"291249 - Aldehyde-alcohols, aldehyde-ethers, aldehyde-phenols and aldehydes with other oxygen function; other than vanillin (4-hydroxy-3-methoxybenzaldehyde) and ethylvanillin (3-ethoxy-4-hydroxybenzaldehyde)\",\r\n\t\t\t\"parent\": \"2912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291250\",\r\n\t\t\t\"text\": \"291250 - Aldehydes; cyclic polymers of aldehydes\",\r\n\t\t\t\"parent\": \"2912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291260\",\r\n\t\t\t\"text\": \"291260 - Paraformaldehyde\",\r\n\t\t\t\"parent\": \"2912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2913\",\r\n\t\t\t\"text\": \"2913 - Aldehydes; halogenated, sulphonated, nitrated or nitrosated derivatives of products of heading no. 2912\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291300\",\r\n\t\t\t\"text\": \"291300 - Aldehydes; halogenated, sulphonated, nitrated or nitrosated derivatives of products of heading no. 2912\",\r\n\t\t\t\"parent\": \"2913\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2914\",\r\n\t\t\t\"text\": \"2914 - Ketones and quinones; whether or not with other oxygen function, and their halogenated, sulphonated, nitrated or nitrostated derivatives\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291411\",\r\n\t\t\t\"text\": \"291411 - Ketones; acyclic, without other oxygen function, acetone\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291412\",\r\n\t\t\t\"text\": \"291412 - Ketones; acyclic, without other oxygen function, butanone (methyl ethyl ketone)\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291413\",\r\n\t\t\t\"text\": \"291413 - Ketones; acyclic, without other oxygen function, 4-methylpentan-2-one (methyl isobutyl ketone)\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291419\",\r\n\t\t\t\"text\": \"291419 - Ketones; acyclic, without other oxygen function, n.e.c. in item no. 2914.1\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291421\",\r\n\t\t\t\"text\": \"291421 - Camphor\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291422\",\r\n\t\t\t\"text\": \"291422 - Ketones; cyclanic, cyclenic or cycloterpenic, without other oxygen function, cyclohexanone and methylcyclohexanones\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291423\",\r\n\t\t\t\"text\": \"291423 - Ketones; cyclanic, cyclenic or cycloterpenic, without other oxygen function, ionones and methylionones\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291429\",\r\n\t\t\t\"text\": \"291429 - Ketones; cyclanic, cyclenic or cycloterpenic, without other oxygen function, other than cyclohexanone, methylcyclohexanones, ionones, and methylionones\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291430\",\r\n\t\t\t\"text\": \"291430 - Aromatic ketones without other oxygen function\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291431\",\r\n\t\t\t\"text\": \"291431 - Ketones; aromatic, (without other oxygen function), phenylacetone (phenylpropan-2-one)\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291439\",\r\n\t\t\t\"text\": \"291439 - Ketones; aromatic, (without other oxygen function), excluding phenylacetone (phenylpropan-2-one)\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291440\",\r\n\t\t\t\"text\": \"291440 - Ketone-alcohols and ketone-aldehydes\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291441\",\r\n\t\t\t\"text\": \"291441 - 4-hydroxy-4-methylpentan-2-one(diacetone alcohol)\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291449\",\r\n\t\t\t\"text\": \"291449 - Ketone-alcohols nes, ketone-aldehydes\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291450\",\r\n\t\t\t\"text\": \"291450 - Ketone-phenols and ketones with other oxygen function\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291461\",\r\n\t\t\t\"text\": \"291461 - Quinones; anthraquinone\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291462\",\r\n\t\t\t\"text\": \"291462 - Quinones; coenzyme Q10 (ubidecarenone (INN))\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291469\",\r\n\t\t\t\"text\": \"291469 - Quinones; other than anthraquinone and coenzyme Q10 (ubidecarenone (INN))\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291470\",\r\n\t\t\t\"text\": \"291470 - Ketones and quinones; halogenated, sulphonated, nitrated or nitrosated derivatives\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291471\",\r\n\t\t\t\"text\": \"291471 - Ketones and quinones; halogenated, sulphonated, nitrated or nitrosated derivatives; chlordecone (ISO)\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291479\",\r\n\t\t\t\"text\": \"291479 - Ketones and quinones; halogenated, sulphonated, nitrated or nitrosated derivatives, other than chlordecone (ISO)\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2915\",\r\n\t\t\t\"text\": \"2915 - Acids; saturated acyclic monocarboxylic acids and their anhydrides, halides, peroxides and peroxyacids; their halogenated, sulphonated, nitrated or nitrosated derivatives\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291511\",\r\n\t\t\t\"text\": \"291511 - Acids; saturated acyclic monocarboxylic acids; formic acid\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291512\",\r\n\t\t\t\"text\": \"291512 - Acids; saturated acyclic monocarboxylic acids; salts of formic acids\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291513\",\r\n\t\t\t\"text\": \"291513 - Acids; saturated acyclic monocarboxylic acids; esters of formic acid\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291521\",\r\n\t\t\t\"text\": \"291521 - Acids; saturated acyclic monocarboxylic acids; acetic acid\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291522\",\r\n\t\t\t\"text\": \"291522 - Sodium acetate\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291523\",\r\n\t\t\t\"text\": \"291523 - Cobalt acetates\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291524\",\r\n\t\t\t\"text\": \"291524 - Acids; saturated acyclic monocarboxylic acids; acetic anhydride\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291529\",\r\n\t\t\t\"text\": \"291529 - Acids; saturated acyclic monocarboxylic acids; acetic acid and its salts n.e.c. in item no. 2915.2\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291531\",\r\n\t\t\t\"text\": \"291531 - Acids; saturated acyclic monocarboxylic acids; ethyl acetate\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291532\",\r\n\t\t\t\"text\": \"291532 - Acids; saturated acyclic monocarboxylic acids; vinyl acetate\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291533\",\r\n\t\t\t\"text\": \"291533 - Acids; saturated acyclic monocarboxylic acids; n-butyl acetate\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291534\",\r\n\t\t\t\"text\": \"291534 - Isobutyl acetate\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291535\",\r\n\t\t\t\"text\": \"291535 - 2-ethoxyethyl acetate\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291536\",\r\n\t\t\t\"text\": \"291536 - Acids; saturated acyclic monocarboxylic acids; dinoseb (ISO) acetate\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291539\",\r\n\t\t\t\"text\": \"291539 - Acids; saturated acyclic monocarboxylic acids; esters of acetic acid n.e.c. in item no. 2915.3\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291540\",\r\n\t\t\t\"text\": \"291540 - Acids; saturated acyclic monocarboxylic acids; mono-, di- or trichloroacetic acids, their salts and esters\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291550\",\r\n\t\t\t\"text\": \"291550 - Acids; saturated acyclic monocarboxylic acids; propionic acid, its salts and esters\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291560\",\r\n\t\t\t\"text\": \"291560 - Acids; saturated acyclic monocarboxylic acids; butanoic acids, pentanoic acids, their salts and esters\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291570\",\r\n\t\t\t\"text\": \"291570 - Acids; saturated acyclic monocarboxylic acids; palmitic acid, stearic acid, their salts and esters\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291590\",\r\n\t\t\t\"text\": \"291590 - Acids; saturated acyclic monocarboxylic acids; anhydrides, halides, peroxides, peroxyacids and halogenated, sulphonated, nitrated or nitrosated derivatives, n.e.c. in heading no. 2915\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2916\",\r\n\t\t\t\"text\": \"2916 - Acids; unsaturated acyclic monocarboxylic, cyclic monocarboxylic, their anhydrides, halides, peroxides and peroxyacids; their halogenated, sulphonated, nitrated or nitrosated derivatives\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291611\",\r\n\t\t\t\"text\": \"291611 - Acids; unsaturated acyclic monocarboxylic acids; acrylic acid and its salts\",\r\n\t\t\t\"parent\": \"2916\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291612\",\r\n\t\t\t\"text\": \"291612 - Acids; unsaturated acyclic monocarboxylic acids; esters of acrylic acid\",\r\n\t\t\t\"parent\": \"2916\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291613\",\r\n\t\t\t\"text\": \"291613 - Acids; unsaturated acyclic monocarboxylic acids; methacrylic acid and its salts\",\r\n\t\t\t\"parent\": \"2916\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291614\",\r\n\t\t\t\"text\": \"291614 - Acids; unsaturated acyclic monocarboxylic acids; esters of methacrylic acid\",\r\n\t\t\t\"parent\": \"2916\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291615\",\r\n\t\t\t\"text\": \"291615 - Acids; unsaturated acyclic monocarboxylic acids; oleic, linoleic or linolenic acids, their salts and esters\",\r\n\t\t\t\"parent\": \"2916\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291616\",\r\n\t\t\t\"text\": \"291616 - Acids; unsaturated acyclic monocarboxylic, cyclic monocarboxylic, their anhydrides, halides, peroxides and peroxyacids; their halogenated, sulphonated, nitrated or nitrosated derivatives, binapacryl (ISO)\",\r\n\t\t\t\"parent\": \"2916\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291619\",\r\n\t\t\t\"text\": \"291619 - Acids; unsaturated acyclic monocarboxylic, cyclic monocarboxylic, their anhydrides, halides, peroxides and peroxyacids; their halogenated, sulphonated, nitrated or nitrosated derivatives, n.e.c. in item no. 2916.1\",\r\n\t\t\t\"parent\": \"2916\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291620\",\r\n\t\t\t\"text\": \"291620 - Acids; cyclanic, cyclenic or cycloterpenic monocarboxylic acids, their anhydrides, halides, peroxides, peroxyacids and their derivatives\",\r\n\t\t\t\"parent\": \"2916\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291631\",\r\n\t\t\t\"text\": \"291631 - Acids; aromatic monocarboxylic acids, benzoic acid, its salts and esters\",\r\n\t\t\t\"parent\": \"2916\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291632\",\r\n\t\t\t\"text\": \"291632 - Acids; aromatic monocarboxylic acids, benzoyl peroxide and benzoyl chloride\",\r\n\t\t\t\"parent\": \"2916\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291633\",\r\n\t\t\t\"text\": \"291633 - Phenylacetic acid, its salts & esters\",\r\n\t\t\t\"parent\": \"2916\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291634\",\r\n\t\t\t\"text\": \"291634 - Acids; aromatic monocarboxylic acids, phenylacetic acid and its salts\",\r\n\t\t\t\"parent\": \"2916\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291635\",\r\n\t\t\t\"text\": \"291635 - Esters of phenylacetic acid\",\r\n\t\t\t\"parent\": \"2916\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291636\",\r\n\t\t\t\"text\": \"291636 - Binapacryl (ISO)\",\r\n\t\t\t\"parent\": \"2916\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291639\",\r\n\t\t\t\"text\": \"291639 - Acids; aromatic monocarboxylic acids, and their anhydrides, halides, peroxides, peroxyacids and their derivatives, other than benzoic acid, its salts and esters, benzoyl peroxide and benzoyl chloride, phenylacetic acid and its salts\",\r\n\t\t\t\"parent\": \"2916\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2917\",\r\n\t\t\t\"text\": \"2917 - Acids; polycarboxylic acids, their anhydrides, halides, peroxides and peroxy-acids; their halogenated, sulphonated, nitrated or nitrosated derivatives\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291711\",\r\n\t\t\t\"text\": \"291711 - Acids; acyclic polycarboxylic acids; oxalic acid, its salts and esters\",\r\n\t\t\t\"parent\": \"2917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291712\",\r\n\t\t\t\"text\": \"291712 - Acids; acyclic polycarboxylic acids; adipic acid, its salts and esters\",\r\n\t\t\t\"parent\": \"2917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291713\",\r\n\t\t\t\"text\": \"291713 - Acids; acyclic polycarboxylic acids; azelaic acid, sebacic acid, their salts and esters\",\r\n\t\t\t\"parent\": \"2917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291714\",\r\n\t\t\t\"text\": \"291714 - Acids; acyclic polycarboxylic acids; maleic anhydride\",\r\n\t\t\t\"parent\": \"2917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291719\",\r\n\t\t\t\"text\": \"291719 - Acids; acyclic polycarboxylic acids; n.e.c. in item no. 2917.1\",\r\n\t\t\t\"parent\": \"2917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291720\",\r\n\t\t\t\"text\": \"291720 - Acids; cyclanic, cyclenic or cycloterpenic polycarboxylic acids, their anhydrides, halides, peroxides, peroxyacids and derivatives\",\r\n\t\t\t\"parent\": \"2917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291731\",\r\n\t\t\t\"text\": \"291731 - Dibutyl orthophthalates\",\r\n\t\t\t\"parent\": \"2917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291732\",\r\n\t\t\t\"text\": \"291732 - Acids; aromatic polycarboxylic acids; dioctyl orthophthalates\",\r\n\t\t\t\"parent\": \"2917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291733\",\r\n\t\t\t\"text\": \"291733 - Acids; aromatic polycarboxylic acids; dinonyl or didecyl orthophthalates\",\r\n\t\t\t\"parent\": \"2917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291734\",\r\n\t\t\t\"text\": \"291734 - Acids; aromatic polycarboxylic acids; other esters of orthophthalic acids\",\r\n\t\t\t\"parent\": \"2917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291735\",\r\n\t\t\t\"text\": \"291735 - Acids; aromatic polycarboxylic acids; phthalic anhydride\",\r\n\t\t\t\"parent\": \"2917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291736\",\r\n\t\t\t\"text\": \"291736 - Acids; aromatic polycarboxylic acids; terephthalic acid and its salts\",\r\n\t\t\t\"parent\": \"2917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291737\",\r\n\t\t\t\"text\": \"291737 - Acids; aromatic polycarboxylic acids; dimethyl terephthalate\",\r\n\t\t\t\"parent\": \"2917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291739\",\r\n\t\t\t\"text\": \"291739 - Acids; aromatic polycarboxylic acids; n.e.c. in item no. 2917.3\",\r\n\t\t\t\"parent\": \"2917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2918\",\r\n\t\t\t\"text\": \"2918 - Acids; carboxylic acid with additional oxygen function and their anhydrides, halides, peroxides, peroxyacids; their halogenated, sulphonated, nitrated or nitrosated derivatives\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291811\",\r\n\t\t\t\"text\": \"291811 - Acids; carboxylic acids, (with alcohol function but without other oxygen function), lactic acid, its salts and esters\",\r\n\t\t\t\"parent\": \"2918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291812\",\r\n\t\t\t\"text\": \"291812 - Acids; carboxylic acids, (with alcohol function but without other oxygen function), tartaric acid\",\r\n\t\t\t\"parent\": \"2918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291813\",\r\n\t\t\t\"text\": \"291813 - Acids; carboxylic acids, (with alcohol function but without other oxygen function); salts and esters of tartaric acid\",\r\n\t\t\t\"parent\": \"2918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291814\",\r\n\t\t\t\"text\": \"291814 - Acids; carboxylic acids, (with alcohol function but without other oxygen function), citric acid\",\r\n\t\t\t\"parent\": \"2918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291815\",\r\n\t\t\t\"text\": \"291815 - Acids; carboxylic acids, (with alcohol function but without other oxygen function), salts and esters of citric acid\",\r\n\t\t\t\"parent\": \"2918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291816\",\r\n\t\t\t\"text\": \"291816 - Acids; carboxylic acids, (with alcohol function but without other oxygen function), gluconic acid, its salts and esters\",\r\n\t\t\t\"parent\": \"2918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291817\",\r\n\t\t\t\"text\": \"291817 - Acids; carboxylic acids, (with alcohol function but without other oxygen function), 2,2-Diphenyl-2-hydroxyacetic acid (benzilic acid)\",\r\n\t\t\t\"parent\": \"2918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291818\",\r\n\t\t\t\"text\": \"291818 - Acids; carboxylic acids, (with alcohol function but without other oxygen function), chlorobenzilate (ISO)\",\r\n\t\t\t\"parent\": \"2918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291819\",\r\n\t\t\t\"text\": \"291819 - Acids; carboxylic acids, (with alcohol function but without other oxygen function), other than lactic, tartaric, citric, and gluconic acids and their salts and esters\",\r\n\t\t\t\"parent\": \"2918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291821\",\r\n\t\t\t\"text\": \"291821 - Acids; carboxylic acids, (with phenol function but without other oxygen function), salicylic acid and its salts\",\r\n\t\t\t\"parent\": \"2918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291822\",\r\n\t\t\t\"text\": \"291822 - Acids; carboxylic acids, (with phenol function but without other oxygen function), o-acetylsalicylic acid, its salts and esters\",\r\n\t\t\t\"parent\": \"2918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291823\",\r\n\t\t\t\"text\": \"291823 - Acids; carboxylic acids, (with phenol function but without other oxygen function), other esters of salicylic acid and its salts n.e.c. in item no. 2918.2\",\r\n\t\t\t\"parent\": \"2918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291829\",\r\n\t\t\t\"text\": \"291829 - Acids; carboxylic acids, (with phenol function but without other oxygen function), their anhydrides, halides, peroxides, peroxyacids and their derivatives, n.e.c. in item no. 2918.2\",\r\n\t\t\t\"parent\": \"2918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291830\",\r\n\t\t\t\"text\": \"291830 - Acids; carboxylic acids, (with aldehyde or ketone function but without other oxygen function), their anhydrides, halides, peroxides, peroxyacids and their derivatives\",\r\n\t\t\t\"parent\": \"2918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291890\",\r\n\t\t\t\"text\": \"291890 - Carboxylic acids nes, derivativess\",\r\n\t\t\t\"parent\": \"2918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291891\",\r\n\t\t\t\"text\": \"291891 - Acids; carboxylic acids, with additional oxygen function (not alcohol, phenol, aldehyde or ketone) and their anhydrides, halides, peroxides and peroxyacids; 2,4,5-T (ISO) (2,4,5-trichlorophenoxyacetic acid), its salts and esters\",\r\n\t\t\t\"parent\": \"2918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291899\",\r\n\t\t\t\"text\": \"291899 - Acids; carboxylic acids, with additional oxygen function (not alcohol, phenol, aldehyde or ketone) and their anhydrides, halides, peroxides and peroxyacids; their halogenated, sulphonated, nitrated or nitrosated derivatives; other than 2,4,5-T (ISO)\",\r\n\t\t\t\"parent\": \"2918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2919\",\r\n\t\t\t\"text\": \"2919 - Esters; phosphoric, and their salts, including lactophosphates, their halogenated, sulphonated, nitrated or nitrosated derivatives\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291900\",\r\n\t\t\t\"text\": \"291900 - Phosphoric esters, their salts and derivatives\",\r\n\t\t\t\"parent\": \"2919\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291910\",\r\n\t\t\t\"text\": \"291910 - Esters; phosphoric, and their salts, including lactophosphates, their halogenated, sulphonated, nitrated or nitrosated derivatives; tris(2,3-dibromopropyl) phosphate\",\r\n\t\t\t\"parent\": \"2919\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291990\",\r\n\t\t\t\"text\": \"291990 - Esters; phosphoric, and their salts, including lactophosphates, their halogenated, sulphonated, nitrated or nitrosated derivatives; other than tris(2,3-dibromopropyl) phosphate\",\r\n\t\t\t\"parent\": \"2919\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2920\",\r\n\t\t\t\"text\": \"2920 - Esters of other inorganic acids of non-metals (other than of hydrogen halides) and their salts, their halogenated, sulphonated, nitrated or nitrosated derivatives\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292010\",\r\n\t\t\t\"text\": \"292010 - Thiophosphoric esters(phosphorothioates),salts,derivs\",\r\n\t\t\t\"parent\": \"2920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292011\",\r\n\t\t\t\"text\": \"292011 - Esters; thiophosphoric esters (phosphorothioates) and their salts, their halogenated, sulphonated, nitrated or nitrosated derivatives, parathion (ISO) and parathion-methyl (ISO) (methyl-parathion)\",\r\n\t\t\t\"parent\": \"2920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292019\",\r\n\t\t\t\"text\": \"292019 - Esters; thiophosphoric esters (phosphorothioates) and their salts; other than parathion (ISO) and parathion-methyl (ISO) (methyl-parathion)\",\r\n\t\t\t\"parent\": \"2920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292021\",\r\n\t\t\t\"text\": \"292021 - Esters; phosphite esters and their salts; their halogenated, sulphonated, nitrated or nitrosated derivatives, dimethyl phosphite\",\r\n\t\t\t\"parent\": \"2920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292022\",\r\n\t\t\t\"text\": \"292022 - Esters; phosphite esters and their salts; their halogenated, sulphonated, nitrated or nitrosated derivatives, diethyl phosphite\",\r\n\t\t\t\"parent\": \"2920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292023\",\r\n\t\t\t\"text\": \"292023 - Esters; phosphite esters and their salts; their halogenated, sulphonated, nitrated or nitrosated derivatives, trimethyl phosphite\",\r\n\t\t\t\"parent\": \"2920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292024\",\r\n\t\t\t\"text\": \"292024 - Esters; phosphite esters and their salts; their halogenated, sulphonated, nitrated or nitrosated derivatives, triethyl phosphite\",\r\n\t\t\t\"parent\": \"2920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292029\",\r\n\t\t\t\"text\": \"292029 - Esters; phosphite esters and their salts; their halogenated, sulphonated, nitrated or nitrosated derivatives, n.e.c. in heading no. 2920\",\r\n\t\t\t\"parent\": \"2920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292030\",\r\n\t\t\t\"text\": \"292030 - Esters; of other inorganic acids of non-metals (excluding esters of hydrogen halides) and their salts; their halogenated, sulphonated, nitrated or nitrosated derivatives, endosulfan (ISO)\",\r\n\t\t\t\"parent\": \"2920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292090\",\r\n\t\t\t\"text\": \"292090 - Esters; other than thiophosphoric esters (phosphorothioates) and phosphite esters and their salts, their halogenated, sulphonated, nitrated or nitrosated derivatives, n.e.c. in heading no. 2920\",\r\n\t\t\t\"parent\": \"2920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2921\",\r\n\t\t\t\"text\": \"2921 - Amine-function compounds\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292111\",\r\n\t\t\t\"text\": \"292111 - Amine-function compounds; acyclic monoamines and their derivatives, methylamine, di- or trimethylamine and their salts\",\r\n\t\t\t\"parent\": \"2921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292112\",\r\n\t\t\t\"text\": \"292112 - Amine-function compounds; acyclic monoamines and their derivatives, and salts thereof, 2-(N,N-Dimethylamino)ethylchloride hydrochloride\",\r\n\t\t\t\"parent\": \"2921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292113\",\r\n\t\t\t\"text\": \"292113 - Amine-function compounds; acyclic monoamines and their derivatives, and salts thereof, 2-(N,N-Diethylamino)ethylchloride hydrochloride\",\r\n\t\t\t\"parent\": \"2921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292114\",\r\n\t\t\t\"text\": \"292114 - Amine-function compounds; acyclic monoamines and their derivatives, and salts thereof, 2-(N,N-Diisopropylamino)ethylchloride hydrochloride\",\r\n\t\t\t\"parent\": \"2921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292119\",\r\n\t\t\t\"text\": \"292119 - Amine-function compounds; acyclic monoamines and their derivatives, and salts thereof, n.e.c. in item no. 2921.1\",\r\n\t\t\t\"parent\": \"2921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292121\",\r\n\t\t\t\"text\": \"292121 - Amine-function compounds; acyclic polyamines and their derivatives, ethylenediamine and its salts\",\r\n\t\t\t\"parent\": \"2921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292122\",\r\n\t\t\t\"text\": \"292122 - Amine-function compounds; acyclic polyamines and their derivatives, hexamethylenediamine and its salts\",\r\n\t\t\t\"parent\": \"2921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292129\",\r\n\t\t\t\"text\": \"292129 - Amine-function compounds; acyclic polyamines and their derivatives, and salts thereof, n.e.c. in item no. 2921.2\",\r\n\t\t\t\"parent\": \"2921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292130\",\r\n\t\t\t\"text\": \"292130 - Amine-function compounds; cyclanic, cyclenic or cycloterpenic mono- or polyamines and their derivatives; salts thereof\",\r\n\t\t\t\"parent\": \"2921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292141\",\r\n\t\t\t\"text\": \"292141 - Amine-function compounds; aromatic monoamines and their derivatives, aniline and its salts\",\r\n\t\t\t\"parent\": \"2921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292142\",\r\n\t\t\t\"text\": \"292142 - Amine-function-compounds; aromatic monoamines and their derivatives, aniline derivatives and their salts\",\r\n\t\t\t\"parent\": \"2921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292143\",\r\n\t\t\t\"text\": \"292143 - Amine-function compounds; aromatic monoamines and their derivatives, toluidines and their derivatives; salts thereof\",\r\n\t\t\t\"parent\": \"2921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292144\",\r\n\t\t\t\"text\": \"292144 - Amine-function compounds; aromatic monoamines and their derivatives, diphenylamine and its derivatives; salts thereof\",\r\n\t\t\t\"parent\": \"2921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292145\",\r\n\t\t\t\"text\": \"292145 - Amine-function compounds; aromatic monoamines and their derivatives; 1-naphthylamine (alpha-naphthylamine), 2-naphthylamine (beta-naphthaylamine) and their derivatives; salts thereof\",\r\n\t\t\t\"parent\": \"2921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292146\",\r\n\t\t\t\"text\": \"292146 - Amine-function compounds; aromatic monoamines and derivatives; amfetamine (INN), benzfetamine (INN), dexamfetamine (INN), etilamfetamine (INN), fencamfamin (INN), lefetamine (INN), levamfetamine (INN), mefenorex (INN) and phentermine (INN); salts thereof\",\r\n\t\t\t\"parent\": \"2921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292149\",\r\n\t\t\t\"text\": \"292149 - Amine-function compounds; aromatic monoamines and their derivatives; salts thereof; n.e.c. in item no. 2921.4\",\r\n\t\t\t\"parent\": \"2921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292151\",\r\n\t\t\t\"text\": \"292151 - Amine-function compounds; aromatic amines and their derivatives; o-, m-, p-phenylenediamine, diaminotoluenes and their derivatives; salts thereof\",\r\n\t\t\t\"parent\": \"2921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292159\",\r\n\t\t\t\"text\": \"292159 - Amine-function compounds; aromatic polyamines and their derivatives, other than item no. 2921.51\",\r\n\t\t\t\"parent\": \"2921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2922\",\r\n\t\t\t\"text\": \"2922 - Oxygen-function amino-compounds\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292211\",\r\n\t\t\t\"text\": \"292211 - Amino-alcohols, other than those containing more than one kind of oxygen function; their ethers and esters; salts thereof, monoethanolamine and its salts\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292212\",\r\n\t\t\t\"text\": \"292212 - Amino-alcohols, other than those containing more than one kind of oxygen function; their ethers and esters; salts thereof, diethanolamine and its salts\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292213\",\r\n\t\t\t\"text\": \"292213 - Amino-alcohols, other than those containing more than one kind of oxygen function; their ethers and esters; salts thereof, triethanolamine and its salts\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292214\",\r\n\t\t\t\"text\": \"292214 - Amino-alcohols, other than those containing more than one kind of oxygen function; their ethers and esters; salts thereof; dextropropoxyphene (INN) and its salts\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292215\",\r\n\t\t\t\"text\": \"292215 - Amino-alcohols, other than those containing more than one kind of oxygen function; their ethers and esters; salts thereof, triethanolamine\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292216\",\r\n\t\t\t\"text\": \"292216 - Amino-alcohols, other than those containing more than one kind of oxygen function; their ethers and esters; salts thereof, Diethanolammonium perfluorooctane sulphonate\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292217\",\r\n\t\t\t\"text\": \"292217 - Amino-alcohols, other than those containing more than one kind of oxygen function; their ethers and esters; salts thereof, Methyldiethanolamine and ethyldiethanolamine\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292218\",\r\n\t\t\t\"text\": \"292218 - Amino-alcohols, other than those containing more than one kind of oxygen function; their ethers and esters; salts thereof, 2-(N,N- Diisopropylamino)ethanol\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292219\",\r\n\t\t\t\"text\": \"292219 - Amino-alcohols, other than those containing more than one kind of oxygen function, their ethers and esters; salts thereof, n.e.c. in item no. 2922.1\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292221\",\r\n\t\t\t\"text\": \"292221 - Amino-naphthols and other amino-phenols, other than those containing more than one kind of oxygen function; their ethers and esters; salts thereof, aminohydroxynaphthalenesulphonic acids and their salts\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292222\",\r\n\t\t\t\"text\": \"292222 - Anisidines, dianisidines, phenetidines, and salts\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292229\",\r\n\t\t\t\"text\": \"292229 - Amino-naphthols and other amino-phenols, other than those containing more than one kind of oxygen function, their ethers and esters; salts thereof n.e.c. in item no. 2922.2\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292230\",\r\n\t\t\t\"text\": \"292230 - Amino-aldehydes, ketones and quinones, salts thereof\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292231\",\r\n\t\t\t\"text\": \"292231 - Amino-aldehydes, amino-ketones and amino-quinones; other than those containing more than one kind of oxygen function, salts thereof\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292239\",\r\n\t\t\t\"text\": \"292239 - Amino-aldehydes, amino-ketones and amino-quinones; other than those containing more than one kind of oxygen function; salts thereof, excluding amfepramone (INN), methadone (INN), and normethadone (INN) and salts thereof\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292241\",\r\n\t\t\t\"text\": \"292241 - Amino-acids, other than those containing more than one kind of oxygen function, and their esters; lysine and its esters; salts thereof\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292242\",\r\n\t\t\t\"text\": \"292242 - Amino-acids, other than those containing more than one kind of oxygen function, and their esters; glutamic acid and its esters; salts thereof\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292243\",\r\n\t\t\t\"text\": \"292243 - Amino-acids, other than those containing more than one kind of oxygen function, and their esters; anthranilic acid and its esters; salts thereof\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292244\",\r\n\t\t\t\"text\": \"292244 - Amino-acids, other than those containing more than one kind of oxygen function, and their esters; tilidine (INN) and its esters; salts thereof\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292249\",\r\n\t\t\t\"text\": \"292249 - Amino-acids, other than those containing more than one kind of oxygen function, their esters; salts thereof, excluding lysine, glutamic acid, anthranalic acid and tilidine, their esters and salts thereof\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292250\",\r\n\t\t\t\"text\": \"292250 - Amino-alcohol-phenols, amino-acid-phenols and other amino-compounds with oxygen function\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2923\",\r\n\t\t\t\"text\": \"2923 - Quaternary ammonium salts and hydroxides; lecithins and other phosphoaminolipids, whether or not chemically defined\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292310\",\r\n\t\t\t\"text\": \"292310 - Quaternary ammonium salts and hydroxides; choline and its salts, whether or not chemically defined\",\r\n\t\t\t\"parent\": \"2923\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292320\",\r\n\t\t\t\"text\": \"292320 - Lecithins and other phosphoaminolipids, whether or not chemically defined\",\r\n\t\t\t\"parent\": \"2923\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292330\",\r\n\t\t\t\"text\": \"292330 - Quaternary ammonium salts and hydroxides; tetraethylammonium perfluorooctane sulphonate, whether or not chemically defined\",\r\n\t\t\t\"parent\": \"2923\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292340\",\r\n\t\t\t\"text\": \"292340 - Quaternary ammonium salts and hydroxides; didecyldimethylammonium perfluorooctane sulphonate, whether or not chemically defined\",\r\n\t\t\t\"parent\": \"2923\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292390\",\r\n\t\t\t\"text\": \"292390 - Quaternary ammonium salts and hydroxides; whether or not chemically defined n.e.c. in heading no. 2923\",\r\n\t\t\t\"parent\": \"2923\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2924\",\r\n\t\t\t\"text\": \"2924 - Carboxyamide-function compounds; amide-function compounds of carbonic acid\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292410\",\r\n\t\t\t\"text\": \"292410 - Acyclic amides, derivatives, salts thereof\",\r\n\t\t\t\"parent\": \"2924\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292411\",\r\n\t\t\t\"text\": \"292411 - Acyclic amides (including acyclic carbamates) and their derivatives; salts thereof; meprobamate (INN)\",\r\n\t\t\t\"parent\": \"2924\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292412\",\r\n\t\t\t\"text\": \"292412 - Acyclic amides (including acyclic carbamates) and their derivatives; salts thereof; fluoroacetamide (ISO), monocrotophos (ISO) and phosphamidon (ISO)\",\r\n\t\t\t\"parent\": \"2924\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292419\",\r\n\t\t\t\"text\": \"292419 - Acyclic amides (including acyclic carbamates) and their derivatives; salts thereof, other than meprobamate (INN), fluoroacetamide (ISO), monocrotophos (ISO) or phosphamidon (ISO)\",\r\n\t\t\t\"parent\": \"2924\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292421\",\r\n\t\t\t\"text\": \"292421 - Cyclic amides (including cyclic carbamates) and their derivatives, ureines and their derivatives; salts thereof\",\r\n\t\t\t\"parent\": \"2924\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292422\",\r\n\t\t\t\"text\": \"292422 - 2-Acetomidobenzoic acid\",\r\n\t\t\t\"parent\": \"2924\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292423\",\r\n\t\t\t\"text\": \"292423 - Cyclic amides (including cyclic carbamates) and their derivatives; 2-acetamidobenzoic acid (N-acetylanthranillic acid) and its salts\",\r\n\t\t\t\"parent\": \"2924\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292424\",\r\n\t\t\t\"text\": \"292424 - Cyclic amides (including cyclic carbamates) and their derivatives; ethinamate and its salts\",\r\n\t\t\t\"parent\": \"2924\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292425\",\r\n\t\t\t\"text\": \"292425 - Cyclic amides (including cyclic carbamates) and their derivatives; alachlor (ISO) and its salts\",\r\n\t\t\t\"parent\": \"2924\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292429\",\r\n\t\t\t\"text\": \"292429 - Cyclic amides (including cyclic carbamates) and their derivatives; other than the derivatives and salts of ureines, 2-acetamidobenzoic acid (N-acetylanthancillic acid),ethinamate S, and alachlor (ISO) and their derivatives and salts\",\r\n\t\t\t\"parent\": \"2924\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2925\",\r\n\t\t\t\"text\": \"2925 - Carboxyimide-function compounds (including saccharin and its salts) and imine-function compounds\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292511\",\r\n\t\t\t\"text\": \"292511 - Imides and their derivatives; saccharin and its salts\",\r\n\t\t\t\"parent\": \"2925\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292512\",\r\n\t\t\t\"text\": \"292512 - Imides and their derivatives; glutethimide (INN)\",\r\n\t\t\t\"parent\": \"2925\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292519\",\r\n\t\t\t\"text\": \"292519 - Imides and their derivatives; other than saccharin and glutethimide (INN)\",\r\n\t\t\t\"parent\": \"2925\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292520\",\r\n\t\t\t\"text\": \"292520 - Imines, derivatives, salts thereof\",\r\n\t\t\t\"parent\": \"2925\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292521\",\r\n\t\t\t\"text\": \"292521 - Imines and their derivatives; salts thereof; chlordimeform (ISO)\",\r\n\t\t\t\"parent\": \"2925\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292529\",\r\n\t\t\t\"text\": \"292529 - Imines and their derivatives; salts thereof; other than chlordimeform (ISO)\",\r\n\t\t\t\"parent\": \"2925\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2926\",\r\n\t\t\t\"text\": \"2926 - Nitrile-function compounds\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292610\",\r\n\t\t\t\"text\": \"292610 - Nitrile-function compounds; acrylonitrile\",\r\n\t\t\t\"parent\": \"2926\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292620\",\r\n\t\t\t\"text\": \"292620 - Nitrile-function compounds; 1-cyanoguanidine (dicyandiamide)\",\r\n\t\t\t\"parent\": \"2926\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292630\",\r\n\t\t\t\"text\": \"292630 - Nitrile-function compounds; fenproporex (INN) and its salts; methadone (INN) intermediate (4-cyano-2-dimethylamino-4,4-diphenylbutane)\",\r\n\t\t\t\"parent\": \"2926\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292640\",\r\n\t\t\t\"text\": \"292640 - Nitrile-function compounds; alpha-phenylacetoacetonitrile\",\r\n\t\t\t\"parent\": \"2926\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292690\",\r\n\t\t\t\"text\": \"292690 - Nitrile-function compounds; n.e.c. heading no. 2926\",\r\n\t\t\t\"parent\": \"2926\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2927\",\r\n\t\t\t\"text\": \"2927 - Diazo-, azo- or azoxy-compounds\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292700\",\r\n\t\t\t\"text\": \"292700 - Diazo-, azo- or azoxy compounds\",\r\n\t\t\t\"parent\": \"2927\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2928\",\r\n\t\t\t\"text\": \"2928 - Organic derivatives of hydrazine or of hydroxylamine\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292800\",\r\n\t\t\t\"text\": \"292800 - Organic derivatives of hydrazine or of hydroxylamine\",\r\n\t\t\t\"parent\": \"2928\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2929\",\r\n\t\t\t\"text\": \"2929 - Nitrogen-function compounds, n.e.c. in chapter 29\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292910\",\r\n\t\t\t\"text\": \"292910 - Nitrogen-function compounds; n.e.c. in chapter 29, isocyanates\",\r\n\t\t\t\"parent\": \"2929\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292990\",\r\n\t\t\t\"text\": \"292990 - Nitrogen-function compounds; n.e.c. in chapter 29, excluding isocyanates\",\r\n\t\t\t\"parent\": \"2929\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2930\",\r\n\t\t\t\"text\": \"2930 - Organo-sulphur compounds\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293010\",\r\n\t\t\t\"text\": \"293010 - Organo-sulphur compounds; 2-(N,N-Diethylamino) ethanethiol\",\r\n\t\t\t\"parent\": \"2930\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293020\",\r\n\t\t\t\"text\": \"293020 - Organo-sulphur compounds; thiocarbamates and dithiocarbamates\",\r\n\t\t\t\"parent\": \"2930\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293030\",\r\n\t\t\t\"text\": \"293030 - Organo-sulphur compounds; thiuram mono-, di- or tetrasulphides\",\r\n\t\t\t\"parent\": \"2930\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293040\",\r\n\t\t\t\"text\": \"293040 - Organo-sulphur compounds; methionine\",\r\n\t\t\t\"parent\": \"2930\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293050\",\r\n\t\t\t\"text\": \"293050 - Organo-sulphur compounds; captafol (ISO) and methamidophos (ISO)\",\r\n\t\t\t\"parent\": \"2930\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293060\",\r\n\t\t\t\"text\": \"293060 - Organo-sulphur compounds; 2-(N,N-Diethylamino)ethanethiol\",\r\n\t\t\t\"parent\": \"2930\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293070\",\r\n\t\t\t\"text\": \"293070 - Organo-sulphur compounds; bis(2-hydroxyethyl)sulfide (thiodiglycol (INN))\",\r\n\t\t\t\"parent\": \"2930\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293080\",\r\n\t\t\t\"text\": \"293080 - Organo-sulphur compounds; aldicarb (ISO), captafol (ISO) and methamidophos (ISO)\",\r\n\t\t\t\"parent\": \"2930\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293090\",\r\n\t\t\t\"text\": \"293090 - Organo-sulphur compounds; n.e.c. in heading no. 2930\",\r\n\t\t\t\"parent\": \"2930\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2931\",\r\n\t\t\t\"text\": \"2931 - Other organo-inorganic compounds\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293100\",\r\n\t\t\t\"text\": \"293100 - Organo-inorganic compounds, n.e.s. in Ch.29\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293110\",\r\n\t\t\t\"text\": \"293110 - Organo-inorganic compounds; tetramethyl lead and tetraethyl lead\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293120\",\r\n\t\t\t\"text\": \"293120 - Organo-inorganic compounds; tributyltin compounds\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293131\",\r\n\t\t\t\"text\": \"293131 - Organo-inorganic compounds; organo-phosphorus derivatives, dimethyl methylphosphonate\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293132\",\r\n\t\t\t\"text\": \"293132 - Organo-inorganic compounds; organo-phosphorus derivatives, dimethyl propylphosphonate\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293133\",\r\n\t\t\t\"text\": \"293133 - Organo-inorganic compounds; organo-phosphorus derivatives, diethyl ethylphosphonate\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293134\",\r\n\t\t\t\"text\": \"293134 - Organo-inorganic compounds; organo-phosphorus derivatives, sodium-3-(hydroxysilyl)propyl methylphosphonate\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293135\",\r\n\t\t\t\"text\": \"293135 - Organo-inorganic compounds; organo-phosphorus derivatives, 2,4,6-tripropyl-1,3,5,2,4,6-trioxatriphosphinane 2,4,6-trioxide\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293136\",\r\n\t\t\t\"text\": \"293136 - Organo-inorganic compounds; organo-phosphorus derivatives, (5-ethyl-2-methyl-2-oxido-1,3,2-dioxaphosphinan-5-yl)methyl methyl methylphosphonate\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293137\",\r\n\t\t\t\"text\": \"293137 - Organo-inorganic compounds; organo-phosphorus derivatives, bis[(5-Ethyl-2-methyl-2-oxido-1,3,2-dioxaphosphinan-5-yl)methyl methyl methylphosphonate]\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293138\",\r\n\t\t\t\"text\": \"293138 - Organo-inorganic compounds; organo-phosphorus derivatives, salt of methylphosphonic acid and (aminoiminomethyl)urea (1 : 1)\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293139\",\r\n\t\t\t\"text\": \"293139 - Organo-inorganic compounds; other organo-phosphorus derivatives, n.e.c. in heading no. 2931\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293141\",\r\n\t\t\t\"text\": \"293141 - Non-halogenated organo-phosphorous derivatives; dimethyl methylphosphonate\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293142\",\r\n\t\t\t\"text\": \"293142 - Non-halogenated organo-phosphorous derivatives; dimethyl propylphosphonate\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293143\",\r\n\t\t\t\"text\": \"293143 - Non-halogenated organo-phosphorous derivatives; diethyl ethylphosphonate\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293144\",\r\n\t\t\t\"text\": \"293144 - Non-halogenated organo-phosphorous derivatives; methylphosphonic acid\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293145\",\r\n\t\t\t\"text\": \"293145 - Non-halogenated organo-phosphorous derivatives; salt of methylphosphonic acid and (aminominomethyl) urea (1:1)\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293146\",\r\n\t\t\t\"text\": \"293146 - Non-halogenated organo-phosphorous derivatives; 2,4,6-tripropyl-1,3,5,2,4,6-trioxatriphosphinane 2,4,6-trioxide\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293147\",\r\n\t\t\t\"text\": \"293147 - Non-halogenated organo-phosphorous derivatives; (5-ethyl-2-methyl-2-oxido-1,3,2-dioxaphosphinan-5-yl) methyl methyl methylphosphonate\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293148\",\r\n\t\t\t\"text\": \"293148 - Non-halogenated organo-phosphorous derivatives; 3,9-dimethyl-2,4,8,10-tetraoxa-3,9-diphosphaspiro[5.5] undecane 3,9-dioxide\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293149\",\r\n\t\t\t\"text\": \"293149 - Non-halogenated organo-phosphorous derivatives; other non-halogenated organo-phosphorous derivatives, n.e.c. in item no. 2931.4\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293151\",\r\n\t\t\t\"text\": \"293151 - Halogenated organo-phosphorous derivatives; methylphosphonic dichloride\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293152\",\r\n\t\t\t\"text\": \"293152 - Halogenated organo-phosphorous derivatives; propylphosphonic dichloride\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293153\",\r\n\t\t\t\"text\": \"293153 - Halogenated organo-phosphorous derivatives; O-(3-chloropropyl) O-[4-nitro-3-(trifluoromethyl)phenyl] methylphosphonothionate\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293154\",\r\n\t\t\t\"text\": \"293154 - Halogenated organo-phosphorous derivatives; trichlorfon (ISO)\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293159\",\r\n\t\t\t\"text\": \"293159 - Halogenated organo-phosphorous derivatives; other halogenated organo-phosphorous derivatives, n.e.c. in item no. 2931.5\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293190\",\r\n\t\t\t\"text\": \"293190 - Organo-inorganic compounds; other than tetramethyl lead, tetraethyl lead, tributyltin compounds, and other organo-phosphorous derivatives\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2932\",\r\n\t\t\t\"text\": \"2932 - Heterocyclic compounds with oxygen hetero-atom(s) only\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293211\",\r\n\t\t\t\"text\": \"293211 - Heterocyclic compounds; with oxygen hetero-atom(s) only, containing an unfused furan ring (whether or not hydrogenated) in the structure, tetrahydrofuran\",\r\n\t\t\t\"parent\": \"2932\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293212\",\r\n\t\t\t\"text\": \"293212 - Heterocyclic compounds; with oxygen hetero-atom(s) only, containing an unfused furan ring (whether or not hydrogenated) in the structure, 2-furaldehyde (furfuraldehyde)\",\r\n\t\t\t\"parent\": \"2932\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293213\",\r\n\t\t\t\"text\": \"293213 - Heterocyclic compounds; with oxygen hetero-atom(s) only, containing an unfused furan ring (whether or not hydrogenated) in the structure, furfuryl alcohol and tetrahydrofurfuryl alcohol\",\r\n\t\t\t\"parent\": \"2932\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293214\",\r\n\t\t\t\"text\": \"293214 - Heterocyclic compounds; with oxygen hetero-atom(s) only, containing an unfused furan ring (whether or not hydrogenated) in the structure, sucralose\",\r\n\t\t\t\"parent\": \"2932\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293219\",\r\n\t\t\t\"text\": \"293219 - Heterocyclic compounds; with oxygen hetero-atom(s) only, containing an unfused furan ring (whether or not hydrogenated) in the structure, n.e.c. in item no. 2932.1\",\r\n\t\t\t\"parent\": \"2932\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293220\",\r\n\t\t\t\"text\": \"293220 - Heterocyclic compounds; with oxygen hetero-atom(s) only, containing an unfused furan ring (whether or not hydrogenated) in the structure, lactones\",\r\n\t\t\t\"parent\": \"2932\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293221\",\r\n\t\t\t\"text\": \"293221 - Coumarin, methylcoumarins & ethylcoumarins\",\r\n\t\t\t\"parent\": \"2932\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293229\",\r\n\t\t\t\"text\": \"293229 - Lactones (excl. coumarin, methylcoumarins & ethylcoumarins)\",\r\n\t\t\t\"parent\": \"2932\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293290\",\r\n\t\t\t\"text\": \"293290 - Heterocyclic compound,oxygen hetero-atom(s) only,nes\",\r\n\t\t\t\"parent\": \"2932\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293291\",\r\n\t\t\t\"text\": \"293291 - Heterocyclic compounds; with oxygen hetero-atom(s) only, (other than lactones or compounds containing an unfused furan ring (whether or not hydrogenated) in the structure), isosafrole\",\r\n\t\t\t\"parent\": \"2932\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293292\",\r\n\t\t\t\"text\": \"293292 - Heterocyclic compounds; with oxygen hetero-atom(s) only, (other than lactones or compounds containing an unfused furan ring (whether or not hydrogenated) in the structure), 1-(1,3-Benzodioxol-5-yl)propan-2-one\",\r\n\t\t\t\"parent\": \"2932\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293293\",\r\n\t\t\t\"text\": \"293293 - Heterocyclic compounds; with oxygen hetero-atom(s) only, (other than lactones or compounds containing an unfused furan ring (whether or not hydrogenated) in the structure), piperonal\",\r\n\t\t\t\"parent\": \"2932\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293294\",\r\n\t\t\t\"text\": \"293294 - Heterocyclic compounds; with oxygen hetero-atom(s) only, (other than lactones or compounds containing an unfused furan ring (whether or not hydrogenated) in the structure), safrole\",\r\n\t\t\t\"parent\": \"2932\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293295\",\r\n\t\t\t\"text\": \"293295 - Heterocyclic compounds; with oxygen hetero-atom(s) only, (other than lactones or compounds containing an unfused furan ring (whether or not hydrogenated) in the structure), tetrahydrocannabinols (all isomers)\",\r\n\t\t\t\"parent\": \"2932\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293296\",\r\n\t\t\t\"text\": \"293296 - Heterocyclic compounds; with oxygen hetero-atom(s) only, (other than lactones or compounds containing an unfused furan ring (whether or not hydrogenated) in the structure), carbofuran (ISO)\",\r\n\t\t\t\"parent\": \"2932\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293299\",\r\n\t\t\t\"text\": \"293299 - Heterocyclic compounds; with oxygen hetero-atom(s) only, no lactones or unfused furan rings in the structure, other than isosafrole, 1-(1,3-benzodiaxol-5-yl) propan-2-one, piperonal, safrole, tetrahydrocannabinols (all isomers), carbofuran (ISO)\",\r\n\t\t\t\"parent\": \"2932\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2933\",\r\n\t\t\t\"text\": \"2933 - Heterocyclic compounds with nitrogen hetero-atom(s) only\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293311\",\r\n\t\t\t\"text\": \"293311 - Heterocyclic compounds; with nitrogen hetero-atom(s) only, containing an unfused pyrazole ring (whether or not hydrogenated) in the structure, phenazone (antipyrin) and its derivatives\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293319\",\r\n\t\t\t\"text\": \"293319 - Heterocyclic compounds; with nitrogen hetero-atom(s) only, containing an unfused pyrazole ring (whether or not hydrogenated) in the structure, other than henazone (antipyrin) and its derivatives\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293321\",\r\n\t\t\t\"text\": \"293321 - Heterocyclic compounds; with nitrogen hetero-atom(s) only, containing an unfused imidazole ring (whether or not hydrogenated) in the structure, hydantoin and its derivatives\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293329\",\r\n\t\t\t\"text\": \"293329 - Heterocyclic compounds; with nitrogen hetero-atom(s) only, containing an unfused imidazole ring (whether or not hydrogenated) in the structure, other than hydantoin and its derivatives\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293331\",\r\n\t\t\t\"text\": \"293331 - Heterocyclic compounds; containing an unfused pyridine ring (whether or not hydrogenated) in the structure, pyridine and its salts\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293332\",\r\n\t\t\t\"text\": \"293332 - Heterocyclic compounds; containing an unfused pyridine ring (whether or not hydrogenated) in the structure, piperidine and its salts\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293333\",\r\n\t\t\t\"text\": \"293333 - Heterocyclic compounds; containing an unfused pyridine ring (whether or not hydrogenated) in the structure, alfentanil (INN), anileridine (INN), bezitramide (INN), bromazepam (INN), carfentanil (INN), difenoxin (INN), diphenoxylate (INN), dipipanone (INN)\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293334\",\r\n\t\t\t\"text\": \"293334 - Heterocyclic compounds; containing an unfused pyridine ring (whether or not hydrogenated) in the structure, other fentanyls and their derivatives\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293335\",\r\n\t\t\t\"text\": \"293335 - Heterocyclic compounds; containing an unfused pyridine ring (whether or not hydrogenated) in the structure, 3-quinuclidinol\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293336\",\r\n\t\t\t\"text\": \"293336 - Heterocyclic compounds; containing an unfused pyridine ring (whether or not hydrogenated) in the structure, 4-anilino-N-phenethylpiperidine (ANPP)\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293337\",\r\n\t\t\t\"text\": \"293337 - Heterocyclic compounds; containing an unfused pyridine ring (whether or not hydrogenated) in the structure, N-phenethyl-4-piperdone (NPP)\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293339\",\r\n\t\t\t\"text\": \"293339 - Heterocyclic compounds; containing an unfused pyridine ring (whether or not hydrogenated) in the structure, n.e.c. in 2933.3\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293340\",\r\n\t\t\t\"text\": \"293340 - Heterocyc cmpounds, quinoline ring not further fused\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293341\",\r\n\t\t\t\"text\": \"293341 - Heterocyclic compounds; containing a quinoline or isoquinoline ring-system (whether or not hydrogenated) in the structure, not further fused, levorphanol (INN) and its salts\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293349\",\r\n\t\t\t\"text\": \"293349 - Heterocyclic compounds; containing a quinoline or isoquinoline ring-system (whether or not hydrogenated) in the structure, not further fused, other than levorphanol (INN) and its salts\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293351\",\r\n\t\t\t\"text\": \"293351 - Barbituric acid, derivatives, salts thereof\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293352\",\r\n\t\t\t\"text\": \"293352 - Heterocyclic compounds; containing a pyrimidine ring (whether or not hydrogenated) or piperazine ring in the structure, malonylurea (barbituric acid) and its salts\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293353\",\r\n\t\t\t\"text\": \"293353 - Allobarbital (INN), amobarbital (INN), barbital (INN), butalbital (INN), butobarbital, cyclobarbital (INN), methylphenobarbital (INN), pentobarbital (INN), phenobarbital (INN), secbutabarbital (INN), secobarbital (INN) and vinylbital (INN); salts thereof\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293354\",\r\n\t\t\t\"text\": \"293354 - Heterocyclic compounds; containing a pyrimidine ring (whether or not hydrogenated) or piperazine ring in the structure, other derivatives of malonylurea (barbituric acid) and salts thereof, n.e.c. in 2933.53\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293355\",\r\n\t\t\t\"text\": \"293355 - Heterocyclic compounds; containing a pyrimidine ring (whether or not hydrogenated) or piperazine ring in the structure; loprazolam (INN), mecloqualone (INN), methaqualone (INN), and zipeprol (INN); salts thereof\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293359\",\r\n\t\t\t\"text\": \"293359 - Heterocyclic compounds; containing a pyrimidine ring (whether or not hydrogenated) or piperazine ring in the structure, (other than malonylurea and its derivatives, loprazolam, mecloqualone, methaqualone, zipeprol, and salts thereof) n.e.c. in 2933.5\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293361\",\r\n\t\t\t\"text\": \"293361 - Heterocyclic compounds; containing an unfused triazine ring (whether or not hydrogenated) in the structure, melamine\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293369\",\r\n\t\t\t\"text\": \"293369 - Heterocyclic compounds; containing an unfused triazine ring (whether or not hydrogenated) in the structure, others excluding melamine\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293371\",\r\n\t\t\t\"text\": \"293371 - Heterocyclic compounds; lactams; 6-hexanelactam (epsilon-caprolactam)\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293372\",\r\n\t\t\t\"text\": \"293372 - Heterocyclic compounds; lactams; clobazam (INN) and methyprylon (INN)\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293379\",\r\n\t\t\t\"text\": \"293379 - Heterocyclic compounds; lactams; other than 6-hexanelactam (epsilon caprolactam) and clobazam (INN) and methyprylon (INN)\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293390\",\r\n\t\t\t\"text\": \"293390 - Heterocyclic compounds with N-hetero-atom(s) only, ne\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293391\",\r\n\t\t\t\"text\": \"293391 - Heterocyclic compounds; alprazolam (INN), camazepam (INN), chlordiazepoxide (INN), clonazepam (INN), clorazepate, delorazepam (INN), diazepam (INN), estazolam (INN), ethyl loflazepate (INN), fludiazepam (INN), flunitrazepam (INN), (cont)\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293392\",\r\n\t\t\t\"text\": \"293392 - Heterocyclic compounds; azinphos-methyl (ISO)\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293399\",\r\n\t\t\t\"text\": \"293399 - Heterocyclic compounds; n.e.c. in headings no. 2933\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2934\",\r\n\t\t\t\"text\": \"2934 - Nucleic acids and their salts, whether or not chemically defined; other heterocyclic compounds\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293410\",\r\n\t\t\t\"text\": \"293410 - Heterocyclic compounds; containing an unfused thiazole ring (whether or not hydrogenated) in the structure\",\r\n\t\t\t\"parent\": \"2934\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293420\",\r\n\t\t\t\"text\": \"293420 - Heterocyclic compounds; containing in the structure, a benzothiazole ring-system (whether or not hydrogenated), not further fused\",\r\n\t\t\t\"parent\": \"2934\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293430\",\r\n\t\t\t\"text\": \"293430 - Heterocyclic compounds; containing in the structure, a phenothiazine ring-system (whether or not hydrogenated), not further fused\",\r\n\t\t\t\"parent\": \"2934\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293490\",\r\n\t\t\t\"text\": \"293490 - Heterocyclic compounds, nes\",\r\n\t\t\t\"parent\": \"2934\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293491\",\r\n\t\t\t\"text\": \"293491 - Heterocyclic compounds; other heterocyclic compounds, n.e.c. in 2934.1, 2934.2 and 2934.3\",\r\n\t\t\t\"parent\": \"2934\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293492\",\r\n\t\t\t\"text\": \"293492 - Heterocyclic compounds; other fentanyls n.e.c. in 2934, and their derivatives\",\r\n\t\t\t\"parent\": \"2934\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293499\",\r\n\t\t\t\"text\": \"293499 - Nucleic acids and their salts, other heterocyclic compounds, n.e.c. in heading number 2934\",\r\n\t\t\t\"parent\": \"2934\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2935\",\r\n\t\t\t\"text\": \"2935 - Sulphonamides\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293500\",\r\n\t\t\t\"text\": \"293500 - Sulphonamides\",\r\n\t\t\t\"parent\": \"2935\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293510\",\r\n\t\t\t\"text\": \"293510 - Sulphonamides; N-methylperfluorooctane sulphonamide\",\r\n\t\t\t\"parent\": \"2935\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293520\",\r\n\t\t\t\"text\": \"293520 - Sulphonamides; N-ethylperfluorooctane sulphonamide\",\r\n\t\t\t\"parent\": \"2935\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293530\",\r\n\t\t\t\"text\": \"293530 - Sulphonamides; N-ethyl-N-(2-hydroxyethyl) perfluorooctane sulphonamide\",\r\n\t\t\t\"parent\": \"2935\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293540\",\r\n\t\t\t\"text\": \"293540 - Sulphonamides; N-(2-hydroxyethyl)-N-methylperfluorooctane sulphonamide\",\r\n\t\t\t\"parent\": \"2935\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293550\",\r\n\t\t\t\"text\": \"293550 - Sulphonamides; other perfluorooctane sulphonamides\",\r\n\t\t\t\"parent\": \"2935\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293590\",\r\n\t\t\t\"text\": \"293590 - Sulphonamides; n.e.c. in heading no. 2935\",\r\n\t\t\t\"parent\": \"2935\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2936\",\r\n\t\t\t\"text\": \"2936 - Provitamins, vitamins; natural or reproduced by synthesis (including natural concentrates) derivatives thereof used as vitamins, and intermixtures of the fore-going, whether or not in any solvent\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293610\",\r\n\t\t\t\"text\": \"293610 - Provitamins, unmixed\",\r\n\t\t\t\"parent\": \"2936\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293621\",\r\n\t\t\t\"text\": \"293621 - Vitamins; vitamins A and their derivatives, unmixed\",\r\n\t\t\t\"parent\": \"2936\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293622\",\r\n\t\t\t\"text\": \"293622 - Vitamins; vitamin B1 and its derivatives, unmixed\",\r\n\t\t\t\"parent\": \"2936\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293623\",\r\n\t\t\t\"text\": \"293623 - Vitamins; vitamin B2 and its derivatives, unmixed\",\r\n\t\t\t\"parent\": \"2936\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293624\",\r\n\t\t\t\"text\": \"293624 - Vitamins; D- or DL-pantothenic acid (vitamin B5) and its derivatives, unmixed\",\r\n\t\t\t\"parent\": \"2936\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293625\",\r\n\t\t\t\"text\": \"293625 - Vitamins; vitamin B6 and its derivatives, unmixed\",\r\n\t\t\t\"parent\": \"2936\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293626\",\r\n\t\t\t\"text\": \"293626 - Vitamins; vitamin B12 and its derivatives, unmixed\",\r\n\t\t\t\"parent\": \"2936\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293627\",\r\n\t\t\t\"text\": \"293627 - Vitamins; vitamin C and its derivatives, unmixed\",\r\n\t\t\t\"parent\": \"2936\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293628\",\r\n\t\t\t\"text\": \"293628 - Vitamins; vitamin E and its derivatives, unmixed\",\r\n\t\t\t\"parent\": \"2936\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293629\",\r\n\t\t\t\"text\": \"293629 - Vitamins; n.e.c. in item no. 2936.2, and their derivatives, unmixed\",\r\n\t\t\t\"parent\": \"2936\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293690\",\r\n\t\t\t\"text\": \"293690 - Vitamins; n.e.c. in heading no. 2936, including natural concentrates\",\r\n\t\t\t\"parent\": \"2936\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2937\",\r\n\t\t\t\"text\": \"2937 - Hormones, prostaglandins, thromboxanes and leukotrienes, natural or reproduced by synthesis; derivatives and structural analogues thereof, including chain modified polypeptides, used primarily as hormones.\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293710\",\r\n\t\t\t\"text\": \"293710 - Pituitary anterior hormones and derivatives, in bulk\",\r\n\t\t\t\"parent\": \"2937\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293711\",\r\n\t\t\t\"text\": \"293711 - Polypeptide hormones, protein hormones and glycoprotein hormones, their derivatives and structural analogues; somatotropin, its derivatives and structural analogues\",\r\n\t\t\t\"parent\": \"2937\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293712\",\r\n\t\t\t\"text\": \"293712 - Polypeptide hormones, protein hormones and glycoprotein hormones, their derivatives and structural analogues; insulin and its salts\",\r\n\t\t\t\"parent\": \"2937\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293719\",\r\n\t\t\t\"text\": \"293719 - Polypeptide hormones, protein hormones and glycoprotein hormones, their derivatives and structural analogues; other than somatotropin, (its derivatives and structural anaologues) and insulin and its salts\",\r\n\t\t\t\"parent\": \"2937\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293721\",\r\n\t\t\t\"text\": \"293721 - Steroidal hormones, their derivatives and structural analogues; cortisone, hydrocortisone, prednisone (dehydrocortisone) and prednisolone (dehydrohydrocortisone)\",\r\n\t\t\t\"parent\": \"2937\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293722\",\r\n\t\t\t\"text\": \"293722 - Steroidal hormones, their derivatives and structural analogues; halogenated derivatives of corticosteroidal hormones\",\r\n\t\t\t\"parent\": \"2937\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293723\",\r\n\t\t\t\"text\": \"293723 - Steroidal hormones, their derivatives and structural analogues; oestrogens and progestogens\",\r\n\t\t\t\"parent\": \"2937\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293729\",\r\n\t\t\t\"text\": \"293729 - Steroidal hormones, their derivatives and structural analogues; other than cortisone, hydrocortisone, prednisone (dehydrocortisone), prednisolone (dehydrohydrocortisone), halogenated derivatives of corticosteroidal hormones, oestrogen and progestogens\",\r\n\t\t\t\"parent\": \"2937\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293731\",\r\n\t\t\t\"text\": \"293731 - Epinephrine\",\r\n\t\t\t\"parent\": \"2937\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293739\",\r\n\t\t\t\"text\": \"293739 - Catecholamine hormones other than epinephrine, their derivatives & structural analogues\",\r\n\t\t\t\"parent\": \"2937\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293740\",\r\n\t\t\t\"text\": \"293740 - Amino-acid derivatives\",\r\n\t\t\t\"parent\": \"2937\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293750\",\r\n\t\t\t\"text\": \"293750 - Prostaglandins, thromboxanes and leukotrienes, their derivatives and structural analogues\",\r\n\t\t\t\"parent\": \"2937\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293790\",\r\n\t\t\t\"text\": \"293790 - Hormones, prostaglandins, thromboxanes and leukotrienes, natural or reproduced by synthesis; derivatives and structural analogues thereof, including chain modified polypeptides, used primarily as hormones, n.e.c. in heading 2937\",\r\n\t\t\t\"parent\": \"2937\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293791\",\r\n\t\t\t\"text\": \"293791 - Insulin, salts, in bulk\",\r\n\t\t\t\"parent\": \"2937\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293792\",\r\n\t\t\t\"text\": \"293792 - Oestrogens and progestogens, in bulk\",\r\n\t\t\t\"parent\": \"2937\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293799\",\r\n\t\t\t\"text\": \"293799 - Hormones nes, derivatives, in bulk, steroids nes\",\r\n\t\t\t\"parent\": \"2937\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2938\",\r\n\t\t\t\"text\": \"2938 - Glycosides, natural or reproduced by synthesis, and their salts, ethers, esters and other derivatives\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293810\",\r\n\t\t\t\"text\": \"293810 - Glycosides; rutoside (rutin) and its derivatives\",\r\n\t\t\t\"parent\": \"2938\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293890\",\r\n\t\t\t\"text\": \"293890 - Glycosides; natural or reproduced by synthesis, other than rutoside (rutin) and its derivatives\",\r\n\t\t\t\"parent\": \"2938\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2939\",\r\n\t\t\t\"text\": \"2939 - Alkaloids; natural or reproduced by synthesis, and their salts, ethers, esters and other derivatives\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293910\",\r\n\t\t\t\"text\": \"293910 - Opium alkaloids, their derivs, in bulk, salts thereof\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293911\",\r\n\t\t\t\"text\": \"293911 - Alkaloids; of opium and their derivatives; salts thereof\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293919\",\r\n\t\t\t\"text\": \"293919 - Alkaloids; of opium and their derivatives; other than in 2939.11, salts thereof\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293920\",\r\n\t\t\t\"text\": \"293920 - Alkaloids; of cinchona and their derivatives; salts thereof\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293921\",\r\n\t\t\t\"text\": \"293921 - Quinine, salts, in bulk\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293929\",\r\n\t\t\t\"text\": \"293929 - Cinchona alkaloids, derivatives nes, in bulk, salts\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293930\",\r\n\t\t\t\"text\": \"293930 - Alkaloids; caffeine and its salts\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293940\",\r\n\t\t\t\"text\": \"293940 - Ephedrines, salts, in bulk\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293941\",\r\n\t\t\t\"text\": \"293941 - Alkaloids; of ephedrine and their derivatives; salts thereof\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293942\",\r\n\t\t\t\"text\": \"293942 - Alkaloids; of ephedrine and their derivatives; pseudoephedrine (INN) and its salts\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293943\",\r\n\t\t\t\"text\": \"293943 - Alkaloids; of ephedrine and their derivatives; cathine (INN) and its salts\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293944\",\r\n\t\t\t\"text\": \"293944 - Alkaloids; of ephedrine and their derivatives; norephedrine and its salts\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293945\",\r\n\t\t\t\"text\": \"293945 - Alkaloids; of ephedrine and their derivatives; levometamfetamine, metamfetamine (INN), metamefetamine racemate and their salts\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293949\",\r\n\t\t\t\"text\": \"293949 - Alkaloids; of ephedrine and their derivatives; other than ephedrine, pseudoephedrine (INN), norephedrine, cathine (INN), levometamfetamine, metamfetamine (INN), metamefetamine racemate and their salts\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293950\",\r\n\t\t\t\"text\": \"293950 - Theophylline and aminophylline, derivs, in bulk, salt\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293951\",\r\n\t\t\t\"text\": \"293951 - Alkaloids; theophylline and aminophylline (theophylline-ethylenediamine) and their derivatives; salts thereof, fenetylline (INN) and its salts\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293959\",\r\n\t\t\t\"text\": \"293959 - Alkaloids; theophylline and aminophylline (theophylline-ethylenediamine) and their derivatives; salts thereof, other than fenetylline\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293960\",\r\n\t\t\t\"text\": \"293960 - Rye ergot alkaloids, derivatives, in bulk, salts\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293961\",\r\n\t\t\t\"text\": \"293961 - Alkaloids; of rye ergot and their derivatives, ergometrine (INN) and its salts\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293962\",\r\n\t\t\t\"text\": \"293962 - Alkaloids; of rye ergot and their derivatives, ergotamine (INN) and its salts\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293963\",\r\n\t\t\t\"text\": \"293963 - Alkaloids; of rye ergot and their derivatives, lysergic acid and its salts\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293969\",\r\n\t\t\t\"text\": \"293969 - Alkaloids; of rye ergot and their derivatives, salts thereof, n.e.c. in item no. 2939.6\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293970\",\r\n\t\t\t\"text\": \"293970 - Nicotine, salts, in bulk\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293971\",\r\n\t\t\t\"text\": \"293971 - Alkaloids; of vegetal origin, cocaine, ecgonine, levometamfetamine, metamfetamine (INN), metamfetamine racemate; salts, esters and other derivatives thereof\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293972\",\r\n\t\t\t\"text\": \"293972 - Alkaloids; of vegetal origin, cocaine, ecgonine; salts, esters and other derivatives thereof\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293979\",\r\n\t\t\t\"text\": \"293979 - Alkaloids; of vegetal origin, other than cocaine, ecgonine; salts, esters and other derivatives; n.e.c. in heading no. 2939\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293980\",\r\n\t\t\t\"text\": \"293980 - Alkaloids; natural or reproduced by synthesis, and their salts, esters and other derivatives n.e.c. in heading no. 2939\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293990\",\r\n\t\t\t\"text\": \"293990 - Vegetable alkaloids nes, salts, ethers, esters in bul\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293991\",\r\n\t\t\t\"text\": \"293991 - Alkaloids, vegetable; natural or reproduced by synthesis, and their salts, esters and other derivatives n.e.c. in heading no. 2939.1, 2939.2, 2939.3, 2939.4, 2939.5, 2939.6, 2939.7\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293999\",\r\n\t\t\t\"text\": \"293999 - Alkaloids, vegetable; natural or reproduced by synthesis, and their salts, esters and other derivatives n.e.c. in heading no. 2939\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2940\",\r\n\t\t\t\"text\": \"2940 - Sugars, chemically pure, other than sucrose, lactose, maltose, glucose and fructose; sugar ethers, sugar acetals and sugar esters, and their salts, other than the products of heading 29.37, 29.38, or 29.39\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"294000\",\r\n\t\t\t\"text\": \"294000 - Sugars, chemically pure, other than sucrose, lactose, maltose, glucose and fructose; sugar ethers, sugar acetals and sugar esters, and their salts, other than the products of heading 29.37, 29.38, or 29.39\",\r\n\t\t\t\"parent\": \"2940\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2941\",\r\n\t\t\t\"text\": \"2941 - Antibiotics\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"294110\",\r\n\t\t\t\"text\": \"294110 - Antibiotics; penicillins and their derivatives with a penicillanic acid structure; salts thereof\",\r\n\t\t\t\"parent\": \"2941\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"294120\",\r\n\t\t\t\"text\": \"294120 - Antibiotics; streptomycins and their derivatives; salts thereof\",\r\n\t\t\t\"parent\": \"2941\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"294130\",\r\n\t\t\t\"text\": \"294130 - Antibiotics; tetracyclines and their derivatives; salts thereof\",\r\n\t\t\t\"parent\": \"2941\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"294140\",\r\n\t\t\t\"text\": \"294140 - Antibiotics; chloramphenicol and its derivatives; salts thereof\",\r\n\t\t\t\"parent\": \"2941\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"294150\",\r\n\t\t\t\"text\": \"294150 - Antibiotics; erythromycin and its derivatives; salts thereof\",\r\n\t\t\t\"parent\": \"2941\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"294190\",\r\n\t\t\t\"text\": \"294190 - Antibiotics; n.e.c. in heading no. 2941\",\r\n\t\t\t\"parent\": \"2941\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2942\",\r\n\t\t\t\"text\": \"2942 - Organic compounds; n.e.c. in chapter 29\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"294200\",\r\n\t\t\t\"text\": \"294200 - Organic compounds; n.e.c. in chapter 29\",\r\n\t\t\t\"parent\": \"2942\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"30\",\r\n\t\t\t\"text\": \"30 - Pharmaceutical products\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3001\",\r\n\t\t\t\"text\": \"3001 - Glands and other organs (extracts, secretions thereof) for organo-therapeutic uses, dried, powdered or not; heparin and its salts; other human or animal substances for therapeutic or prophylactic uses n.e.c.\",\r\n\t\t\t\"parent\": \"30\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300110\",\r\n\t\t\t\"text\": \"300110 - Glands and other organs, dried, for therapeutic uses\",\r\n\t\t\t\"parent\": \"3001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300120\",\r\n\t\t\t\"text\": \"300120 - Glands and other organs; extracts of glands or other organs or of their secretions, for organo-therapeutic uses\",\r\n\t\t\t\"parent\": \"3001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300190\",\r\n\t\t\t\"text\": \"300190 - Glands and other organs; heparin and its salts; other human or animal substances prepared for therapeutic or prophylactic uses, n.e.c. in heading 3001\",\r\n\t\t\t\"parent\": \"3001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3002\",\r\n\t\t\t\"text\": \"3002 - Human blood; animal blood for therapeutic, prophylactic or diagnostic uses; antisera, other blood fractions, immunological products, modified or obtained by biotechnological processes; vaccines, toxins, cultures of micro-organisms (excluding yeasts) etc\",\r\n\t\t\t\"parent\": \"30\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300210\",\r\n\t\t\t\"text\": \"300210 - Blood, human or animal, antisera, other blood fractions and immunological products; whether or not modified or obtained by means of biotechnological processes\",\r\n\t\t\t\"parent\": \"3002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300211\",\r\n\t\t\t\"text\": \"300211 - Blood, human or animal, antisera, other blood fractions and immunological products; malaria diagnostic test kits\",\r\n\t\t\t\"parent\": \"3002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300212\",\r\n\t\t\t\"text\": \"300212 - Blood, human or animal, antisera, other blood fractions and immunological products; antisera and other blood fractions\",\r\n\t\t\t\"parent\": \"3002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300213\",\r\n\t\t\t\"text\": \"300213 - Blood, human or animal, antisera, other blood fractions and immunological products; immunological products, unmixed, not put up in measured doses or in forms or packings for retail sale\",\r\n\t\t\t\"parent\": \"3002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300214\",\r\n\t\t\t\"text\": \"300214 - Blood, human or animal, antisera, other blood fractions and immunological products; immunological products, mixed, put up in measured doses or in forms or packings for retail sale\",\r\n\t\t\t\"parent\": \"3002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300215\",\r\n\t\t\t\"text\": \"300215 - Blood, human or animal, antisera, other blood fractions and immunological products; immunological products, put up in measured doses or in forms or packings for retail sale\",\r\n\t\t\t\"parent\": \"3002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300219\",\r\n\t\t\t\"text\": \"300219 - Blood, human or animal, antisera, other blood fractions and immunological products; n.e.c. in heading 3002.1\",\r\n\t\t\t\"parent\": \"3002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300220\",\r\n\t\t\t\"text\": \"300220 - Vaccines; for human medicine\",\r\n\t\t\t\"parent\": \"3002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300230\",\r\n\t\t\t\"text\": \"300230 - Vaccines; for veterinary medicine\",\r\n\t\t\t\"parent\": \"3002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300231\",\r\n\t\t\t\"text\": \"300231 - Vaccines, foot and mouth disease, veterinary use\",\r\n\t\t\t\"parent\": \"3002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300239\",\r\n\t\t\t\"text\": \"300239 - Vaccines, veterinary use, except foot and mouth\",\r\n\t\t\t\"parent\": \"3002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300241\",\r\n\t\t\t\"text\": \"300241 - Vaccines, toxins, cultures of micro-organisms (excluding yeasts) and similar products; for human medicine\",\r\n\t\t\t\"parent\": \"3002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300242\",\r\n\t\t\t\"text\": \"300242 - Vaccines, toxins, cultures of micro-organisms (excluding yeasts) and similar products; for veterinary medicine\",\r\n\t\t\t\"parent\": \"3002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300249\",\r\n\t\t\t\"text\": \"300249 - Toxins, cultures of micro-organisms (excluding yeasts) and similar products; n.e.c. in item 3002.3\",\r\n\t\t\t\"parent\": \"3002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300251\",\r\n\t\t\t\"text\": \"300251 - Cell cultures, whether or not modified; cell therapy products\",\r\n\t\t\t\"parent\": \"3002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300259\",\r\n\t\t\t\"text\": \"300259 - Cell cultures, whether or not modified; other cell cultures not including cell therapy products\",\r\n\t\t\t\"parent\": \"3002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300290\",\r\n\t\t\t\"text\": \"300290 - Toxins, cultures of micro-organisms (excluding yeasts) and similar products\",\r\n\t\t\t\"parent\": \"3002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3003\",\r\n\t\t\t\"text\": \"3003 - Medicaments; (not goods of heading no. 3002, 3005 or 3006) of two or more constituents mixed together for therapeutic or prophylactic use not in measured doses or in forms or packings for retail sale\",\r\n\t\t\t\"parent\": \"30\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300310\",\r\n\t\t\t\"text\": \"300310 - Medicaments; containing penicillins, streptomycins or their derivatives, for therapeutic or prophylactic uses, (not in measured doses, not packaged for retail sale)\",\r\n\t\t\t\"parent\": \"3003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300320\",\r\n\t\t\t\"text\": \"300320 - Medicaments; containing antibiotics other than penicillins, streptomycins and their derivatives, for therapeutic or prophylactic uses, (not in measured doses, not packaged for retail sale)\",\r\n\t\t\t\"parent\": \"3003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300331\",\r\n\t\t\t\"text\": \"300331 - Medicaments; containing insulin, for therapeutic or prophylactic uses, not packaged for retail sale\",\r\n\t\t\t\"parent\": \"3003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300339\",\r\n\t\t\t\"text\": \"300339 - Medicaments; containing hormones (excluding insulin), (but not containing antibiotics), for therapeutic or prophylactic uses, not packaged for retail sale\",\r\n\t\t\t\"parent\": \"3003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300340\",\r\n\t\t\t\"text\": \"300340 - Medicaments; containing alkaloids or their derivatives, (but not containing hormones or antibiotics), for therapeutic or prophylactic uses, (not packaged for retail sale)\",\r\n\t\t\t\"parent\": \"3003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300341\",\r\n\t\t\t\"text\": \"300341 - Medicaments; containing alkaloids or their derivatives, containing ephedrine or its salts, for therapeutic or prophylactic uses, (not packaged for retail sale)\",\r\n\t\t\t\"parent\": \"3003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300342\",\r\n\t\t\t\"text\": \"300342 - Medicaments; containing alkaloids or their derivatives, containing pseudoephedrine (INN) or its salts, for therapeutic or prophylactic uses, (not packaged for retail sale)\",\r\n\t\t\t\"parent\": \"3003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300343\",\r\n\t\t\t\"text\": \"300343 - Medicaments; containing alkaloids or their derivatives, containing norephedrine or its salts, for therapeutic or prophylactic uses, (not packaged for retail sale)\",\r\n\t\t\t\"parent\": \"3003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300349\",\r\n\t\t\t\"text\": \"300349 - Medicaments; containing alkaloids or their derivatives; other than ephedrine, pseudoephedrine (INN) or norephedrine or their salts; for therapeutic or prophylactic uses, (not packaged for retail sale)\",\r\n\t\t\t\"parent\": \"3003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300360\",\r\n\t\t\t\"text\": \"300360 - Medicaments; containing antimalarial active principles described in subheading note 2 to this chapter, for therapeutic or prophylactic uses, (not packaged for retail sale)\",\r\n\t\t\t\"parent\": \"3003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300390\",\r\n\t\t\t\"text\": \"300390 - Medicaments; (not containing antibiotics, hormones, alkaloids or their derivatives), for therapeutic or prophylactic uses, (not packaged for retail sale)\",\r\n\t\t\t\"parent\": \"3003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3004\",\r\n\t\t\t\"text\": \"3004 - Medicaments; (not goods of heading no. 3002, 3005 or 3006) consisting of mixed or unmixed products for therapeutic or prophylactic use, put up in measured doses (incl. those in the form of transdermal admin. systems) or packed for retail sale\",\r\n\t\t\t\"parent\": \"30\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300410\",\r\n\t\t\t\"text\": \"300410 - Medicaments; containing penicillins, streptomycins or their derivatives, for therapeutic or prophylactic uses, packaged for retail sale\",\r\n\t\t\t\"parent\": \"3004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300420\",\r\n\t\t\t\"text\": \"300420 - Medicaments; containing antibiotics (other than penicillins, streptomycins or their derivatives), for therapeutic or prophylactic uses, packaged for retail sale\",\r\n\t\t\t\"parent\": \"3004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300431\",\r\n\t\t\t\"text\": \"300431 - Medicaments; containing insulin, for therapeutic or prophylactic uses, packaged for retail sale\",\r\n\t\t\t\"parent\": \"3004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300432\",\r\n\t\t\t\"text\": \"300432 - Medicaments; containing corticosteroid hormones, their derivatives or structural analogues (but not containing antibiotics), for therapeutic or prophylactic uses, packaged for retail sale\",\r\n\t\t\t\"parent\": \"3004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300439\",\r\n\t\t\t\"text\": \"300439 - Medicaments; containing hormones (but not insulin), adrenal cortex hormones or antibiotics, for therapeutic or prophylactic uses, packaged for retail sale\",\r\n\t\t\t\"parent\": \"3004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300440\",\r\n\t\t\t\"text\": \"300440 - Medicaments; containing alkaloids or their derivatives (but not hormones or antibiotics), for therapeutic or prophylactic uses, packaged for retail sale\",\r\n\t\t\t\"parent\": \"3004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300441\",\r\n\t\t\t\"text\": \"300441 - Medicaments; containing alkaloids or their derivatives, containing ephedrine or its salts, for therapeutic or prophylactic uses, packaged for retail sale\",\r\n\t\t\t\"parent\": \"3004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300442\",\r\n\t\t\t\"text\": \"300442 - Medicaments; containing alkaloids or their derivatives, containing pseudoephedrine (INN) or its salts, for therapeutic or prophylactic uses, packaged for retail sale\",\r\n\t\t\t\"parent\": \"3004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300443\",\r\n\t\t\t\"text\": \"300443 - Medicaments; containing alkaloids or their derivatives, containing norephedrine or its salts, for therapeutic or prophylactic uses, packaged for retail sale\",\r\n\t\t\t\"parent\": \"3004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300449\",\r\n\t\t\t\"text\": \"300449 - Medicaments; containing alkaloids or their derivatives; other than ephedrine, pseudoephedrine (INN) or norephedrine or their salts; for therapeutic or prophylactic uses, packaged for retail sale\",\r\n\t\t\t\"parent\": \"3004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300450\",\r\n\t\t\t\"text\": \"300450 - Medicaments; containing vitamins or their derivatives, for therapeutic or prophylactic use, packaged for retail sale\",\r\n\t\t\t\"parent\": \"3004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300460\",\r\n\t\t\t\"text\": \"300460 - Medicaments; containing antimalarial active principles described in Subheading Note 2 to this Chapter, for therapeutic or prophylactic uses, packaged for retail sale\",\r\n\t\t\t\"parent\": \"3004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300490\",\r\n\t\t\t\"text\": \"300490 - Medicaments; consisting of mixed or unmixed products n.e.c. in heading no. 3004, for therapeutic or prophylactic uses, packaged for retail sale\",\r\n\t\t\t\"parent\": \"3004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3005\",\r\n\t\t\t\"text\": \"3005 - Wadding, gauze, bandages (dressings, adhesive plasters, poultices), impregnated or coated with pharmaceutical substances or in forms or packings for retail sale, for medical, surgical or veterinary use\",\r\n\t\t\t\"parent\": \"30\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300510\",\r\n\t\t\t\"text\": \"300510 - Dressings, adhesive; and other articles having an adhesive layer, packed for retail sale for medical, surgical, dental or veterinary purposes\",\r\n\t\t\t\"parent\": \"3005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300590\",\r\n\t\t\t\"text\": \"300590 - Wadding, gauze, bandages and similar articles; (excluding adhesive dressings), impregnated or coated with pharmaceutical substances, packaged for retail sale\",\r\n\t\t\t\"parent\": \"3005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3006\",\r\n\t\t\t\"text\": \"3006 - Pharmaceutical goods\",\r\n\t\t\t\"parent\": \"30\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300610\",\r\n\t\t\t\"text\": \"300610 - Pharmaceutical goods; sterile surgical catgut, suture materials, tissue adhesives, laminaria, laminaria tents, absorbable surgical or dental haemostatics, and surgical or dental adhesion barriers\",\r\n\t\t\t\"parent\": \"3006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300620\",\r\n\t\t\t\"text\": \"300620 - Pharmaceutical goods; blood-grouping reagents\",\r\n\t\t\t\"parent\": \"3006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300630\",\r\n\t\t\t\"text\": \"300630 - Pharmaceutical goods; opacifying preparations for x-ray examinations, diagnostic reagents designed to be administered to the patient\",\r\n\t\t\t\"parent\": \"3006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300640\",\r\n\t\t\t\"text\": \"300640 - Pharmaceutical goods; dental cements and other dental fillings, bone reconstruction cements\",\r\n\t\t\t\"parent\": \"3006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300650\",\r\n\t\t\t\"text\": \"300650 - Pharmaceutical goods; first aid boxes and kits\",\r\n\t\t\t\"parent\": \"3006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300660\",\r\n\t\t\t\"text\": \"300660 - Pharmaceutical goods; chemical contraceptive preparations based on hormones, on other products of heading 2937 or on spermicides\",\r\n\t\t\t\"parent\": \"3006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300670\",\r\n\t\t\t\"text\": \"300670 - Pharmaceutical goods; Gel preparations designed to be used in human or veterinary medicine as a lubricant for parts of the body for surgical operations or physical examinations or as a coupling agent between the body and medical instruments\",\r\n\t\t\t\"parent\": \"3006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300680\",\r\n\t\t\t\"text\": \"300680 - Waste pharmaceuticals\",\r\n\t\t\t\"parent\": \"3006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300691\",\r\n\t\t\t\"text\": \"300691 - Pharmaceutical goods; appliances identifiable for ostomy use\",\r\n\t\t\t\"parent\": \"3006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300692\",\r\n\t\t\t\"text\": \"300692 - Pharmaceutical goods; waste pharmaceuticals\",\r\n\t\t\t\"parent\": \"3006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300693\",\r\n\t\t\t\"text\": \"300693 - Pharmaceutical goods; placebos and blinded (or double-blinded) clinical trial kits for a recognised clinical trial, put up in measured doses\",\r\n\t\t\t\"parent\": \"3006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"31\",\r\n\t\t\t\"text\": \"31 - Fertilizers\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3101\",\r\n\t\t\t\"text\": \"3101 - Fertilizers; animal or vegetable, whether or not mixed together or chemically treated; fertilizers produced by the mixing or chemical treatment of animal or vegetable products\",\r\n\t\t\t\"parent\": \"31\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310100\",\r\n\t\t\t\"text\": \"310100 - Fertilizers, animal or vegetable; whether or not mixed together or chemically treated; fertilizers, produced by the mixing or chemical treatment of animal or vegetable products\",\r\n\t\t\t\"parent\": \"3101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3102\",\r\n\t\t\t\"text\": \"3102 - Fertilizers; mineral or chemical, nitrogenous\",\r\n\t\t\t\"parent\": \"31\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310210\",\r\n\t\t\t\"text\": \"310210 - Fertilizers, mineral or chemical; nitrogenous, urea, whether or not in aqueous solution\",\r\n\t\t\t\"parent\": \"3102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310221\",\r\n\t\t\t\"text\": \"310221 - Fertilizers, mineral or chemical; nitrogenous, ammonium sulphate\",\r\n\t\t\t\"parent\": \"3102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310229\",\r\n\t\t\t\"text\": \"310229 - Fertilizers, mineral or chemical; nitrogenous, other than ammonium sulphate\",\r\n\t\t\t\"parent\": \"3102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310230\",\r\n\t\t\t\"text\": \"310230 - Fertilizers, mineral or chemical; nitrogenous, ammonium nitrate, whether or not in aqueous solution\",\r\n\t\t\t\"parent\": \"3102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310240\",\r\n\t\t\t\"text\": \"310240 - Fertilizers, mineral or chemical; ammonium nitrate with calcium carbonate or other inorganic non-fertilizing substances, mixtures thereof\",\r\n\t\t\t\"parent\": \"3102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310250\",\r\n\t\t\t\"text\": \"310250 - Fertilizers, mineral or chemical; nitrogenous, sodium nitrate\",\r\n\t\t\t\"parent\": \"3102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310260\",\r\n\t\t\t\"text\": \"310260 - Fertilizers, mineral or chemical; nitrogenous, double salts and mixtures of calcium nitrate and ammonium nitrate\",\r\n\t\t\t\"parent\": \"3102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310270\",\r\n\t\t\t\"text\": \"310270 - Calcium cyanamide in packs >10 kg\",\r\n\t\t\t\"parent\": \"3102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310280\",\r\n\t\t\t\"text\": \"310280 - Fertilizers, mineral or chemical; nitrogenous, mixtures of urea and ammonium nitrate in aqueous or ammoniacal solution\",\r\n\t\t\t\"parent\": \"3102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310290\",\r\n\t\t\t\"text\": \"310290 - Fertilizers, mineral or chemical; nitrogenous, other kinds including mixtures not specified in the foregoing subheadings\",\r\n\t\t\t\"parent\": \"3102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3103\",\r\n\t\t\t\"text\": \"3103 - Fertilizers; mineral or chemical, phosphatic\",\r\n\t\t\t\"parent\": \"31\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310310\",\r\n\t\t\t\"text\": \"310310 - Fertilizers, mineral or chemical; phosphatic, superphosphates\",\r\n\t\t\t\"parent\": \"3103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310311\",\r\n\t\t\t\"text\": \"310311 - Fertilizers, mineral or chemical; phosphatic, superphosphates, containing by weight 35% or more of diphosphorus pentaoxide (P2O5)\",\r\n\t\t\t\"parent\": \"3103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310319\",\r\n\t\t\t\"text\": \"310319 - Fertilizers, mineral or chemical; phosphatic, superphosphates, other than containing by weight 35% or more of diphosphorus pentaoxide (P2O5)\",\r\n\t\t\t\"parent\": \"3103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310320\",\r\n\t\t\t\"text\": \"310320 - Basic slag, in packs >10 kg\",\r\n\t\t\t\"parent\": \"3103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310390\",\r\n\t\t\t\"text\": \"310390 - Fertilizers, mineral or chemical; phosphatic, n.e.c. in heading no. 3103\",\r\n\t\t\t\"parent\": \"3103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3104\",\r\n\t\t\t\"text\": \"3104 - Fertilizers; mineral or chemical, potassic\",\r\n\t\t\t\"parent\": \"31\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310410\",\r\n\t\t\t\"text\": \"310410 - Carnallite, sylvite, crude potassium salts nes, >10kg\",\r\n\t\t\t\"parent\": \"3104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310420\",\r\n\t\t\t\"text\": \"310420 - Fertilizers, mineral or chemical; potassic, potassium chloride\",\r\n\t\t\t\"parent\": \"3104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310430\",\r\n\t\t\t\"text\": \"310430 - Fertilizers, mineral or chemical; potassic, potassium sulphate\",\r\n\t\t\t\"parent\": \"3104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310490\",\r\n\t\t\t\"text\": \"310490 - Fertilizers, mineral or chemical; potassic, n.e.c. in heading no. 3104\",\r\n\t\t\t\"parent\": \"3104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3105\",\r\n\t\t\t\"text\": \"3105 - Fertilizers; mineral or chemical, containing 2 or 3 of the elements nitrogen, phosphorus, potassium; other fertilisers; goods of chapter 31 in tablets or packages of gross weight not exceeding 10kg\",\r\n\t\t\t\"parent\": \"31\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310510\",\r\n\t\t\t\"text\": \"310510 - Fertilizers, mineral or chemical; in tablets or similar forms or in packages of a gross weight not exceeding 10kg\",\r\n\t\t\t\"parent\": \"3105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310520\",\r\n\t\t\t\"text\": \"310520 - Fertilizers, mineral or chemical; containing the three fertilizing elements nitrogen, phosphorus and potassium\",\r\n\t\t\t\"parent\": \"3105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310530\",\r\n\t\t\t\"text\": \"310530 - Fertilizers, mineral or chemical; diammonium hydrogenorthophosphate (diammonium phosphate)\",\r\n\t\t\t\"parent\": \"3105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310540\",\r\n\t\t\t\"text\": \"310540 - Fertilizers, mineral or chemical; ammonium dihydrogenorthophosphate (monoammonium phosphate) and mixtures thereof with diammonium hydrogenorthophosphate (diammonium phosphate)\",\r\n\t\t\t\"parent\": \"3105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310551\",\r\n\t\t\t\"text\": \"310551 - Fertilizers, mineral or chemical; containing nitrates and phosphates\",\r\n\t\t\t\"parent\": \"3105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310559\",\r\n\t\t\t\"text\": \"310559 - Fertilizers, mineral or chemical; containing the two fertilizing elements nitrogen and phosphorus, other than nitrates and phosphates\",\r\n\t\t\t\"parent\": \"3105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310560\",\r\n\t\t\t\"text\": \"310560 - Fertilizers, mineral or chemical; containing the two fertilizing elements phosphorus and potassium\",\r\n\t\t\t\"parent\": \"3105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310590\",\r\n\t\t\t\"text\": \"310590 - Fertilizers, mineral or chemical; n.e.c. in heading no. 3105\",\r\n\t\t\t\"parent\": \"3105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"32\",\r\n\t\t\t\"text\": \"32 - Tanning or dyeing extracts; tannins and their derivatives; dyes, pigments and other colouring matter; paints, varnishes; putty, other mastics; inks\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3201\",\r\n\t\t\t\"text\": \"3201 - Tanning extracts of vegetable origin; tannins and their salts, ethers, esters and other derivatives\",\r\n\t\t\t\"parent\": \"32\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320110\",\r\n\t\t\t\"text\": \"320110 - Tanning extracts of vegetable origin; quebracho extract\",\r\n\t\t\t\"parent\": \"3201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320120\",\r\n\t\t\t\"text\": \"320120 - Tanning extracts of vegetable origin; wattle extract\",\r\n\t\t\t\"parent\": \"3201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320130\",\r\n\t\t\t\"text\": \"320130 - Oak or chestnut tanning extract\",\r\n\t\t\t\"parent\": \"3201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320190\",\r\n\t\t\t\"text\": \"320190 - Tanning extracts of vegetable origin; tannins and their salts, ethers, esters and other derivatives, (excluding quebracho or wattle extract)\",\r\n\t\t\t\"parent\": \"3201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3202\",\r\n\t\t\t\"text\": \"3202 - Tanning substances; synthetic organic or inorganic tanning substances; tanning preparations, whether or not containing natural tanning substances, enzymatic preparations for pre-tanning\",\r\n\t\t\t\"parent\": \"32\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320210\",\r\n\t\t\t\"text\": \"320210 - Tanning substances; synthetic organic tanning substances\",\r\n\t\t\t\"parent\": \"3202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320290\",\r\n\t\t\t\"text\": \"320290 - Tanning substances; inorganic tanning substances; tanning preparations, whether or not containing natural tanning substances; enzymatic preparations for pre- tanning\",\r\n\t\t\t\"parent\": \"3202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3203\",\r\n\t\t\t\"text\": \"3203 - Colouring matter of vegetable or animal origin (including dyeing extracts, not animal black); whether or not chemically defined; preparations based on colouring matter of vegetable or animal origin\",\r\n\t\t\t\"parent\": \"32\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320300\",\r\n\t\t\t\"text\": \"320300 - Colouring matter of vegetable or animal origin, including dyeing extracts not animal black, whether or not chemically defined; preparations based on colouring matter of vegetable or animal origin\",\r\n\t\t\t\"parent\": \"3203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3204\",\r\n\t\t\t\"text\": \"3204 - Synthetic organic colouring matter and preparations based thereon; synthetic organic products used as fluorescent brightening agents or as luminophores; whether or not chemically defined\",\r\n\t\t\t\"parent\": \"32\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320411\",\r\n\t\t\t\"text\": \"320411 - Dyes; disperse dyes and preparations based thereon\",\r\n\t\t\t\"parent\": \"3204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320412\",\r\n\t\t\t\"text\": \"320412 - Dyes; acid, whether or not premetallised and preparations based thereon, mordant dyes and preparations based thereon\",\r\n\t\t\t\"parent\": \"3204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320413\",\r\n\t\t\t\"text\": \"320413 - Dyes; basic dyes and preparations based thereon\",\r\n\t\t\t\"parent\": \"3204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320414\",\r\n\t\t\t\"text\": \"320414 - Dyes; direct dyes and preparations based thereon\",\r\n\t\t\t\"parent\": \"3204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320415\",\r\n\t\t\t\"text\": \"320415 - Dyes; vat dyes (including those usable in that state as pigments) and preparations based thereon\",\r\n\t\t\t\"parent\": \"3204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320416\",\r\n\t\t\t\"text\": \"320416 - Dyes; reactive dyes and preparations based thereon\",\r\n\t\t\t\"parent\": \"3204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320417\",\r\n\t\t\t\"text\": \"320417 - Dyes; pigments and preparations based thereon\",\r\n\t\t\t\"parent\": \"3204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320418\",\r\n\t\t\t\"text\": \"320418 - Dyes; carotenoid colouring matters and preparations based thereon\",\r\n\t\t\t\"parent\": \"3204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320419\",\r\n\t\t\t\"text\": \"320419 - Dyes; n.e.c., including mixtures of colouring matter of two or more of those from item no. 3204.11 to 3204.19\",\r\n\t\t\t\"parent\": \"3204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320420\",\r\n\t\t\t\"text\": \"320420 - Dyes; synthetic organic products of a kind used as fluorescent brightening agents\",\r\n\t\t\t\"parent\": \"3204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320490\",\r\n\t\t\t\"text\": \"320490 - Dyes; synthetic organic products n.e.c. in heading no. 3204 (e.g. of a kind used as luminophores), whether or not chemically defined\",\r\n\t\t\t\"parent\": \"3204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3205\",\r\n\t\t\t\"text\": \"3205 - Colour lakes; preparations based on colour lakes as specified in note 3 to this chapter\",\r\n\t\t\t\"parent\": \"32\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320500\",\r\n\t\t\t\"text\": \"320500 - Colour lakes; preparations based on colour lakes as specified in note 3 to this chapter\",\r\n\t\t\t\"parent\": \"3205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3206\",\r\n\t\t\t\"text\": \"3206 - Colouring matter and preparations thereof n.e.c. in heading no. 3203, 3204, 3205; inorganic products, kind used as luminophores whether or not chemically defined\",\r\n\t\t\t\"parent\": \"32\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320610\",\r\n\t\t\t\"text\": \"320610 - Pigments and preparations based on titanium dioxide\",\r\n\t\t\t\"parent\": \"3206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320611\",\r\n\t\t\t\"text\": \"320611 - Colouring matter; pigments and preparations based on titanium dioxide, containing 80% or more by weight of titanium dioxide calculated on the dry matter\",\r\n\t\t\t\"parent\": \"3206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320619\",\r\n\t\t\t\"text\": \"320619 - Colouring matter; pigments and preparations based on titanium dioxide, containing less than 80% by weight of titanium dioxide calculated on the dry weight\",\r\n\t\t\t\"parent\": \"3206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320620\",\r\n\t\t\t\"text\": \"320620 - Colouring matter; pigments and preparations based on chromium compounds\",\r\n\t\t\t\"parent\": \"3206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320630\",\r\n\t\t\t\"text\": \"320630 - Pigments and preparations based on cadmium compounds\",\r\n\t\t\t\"parent\": \"3206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320641\",\r\n\t\t\t\"text\": \"320641 - Colouring matter; ultramarine and preparations based thereon\",\r\n\t\t\t\"parent\": \"3206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320642\",\r\n\t\t\t\"text\": \"320642 - Colouring matter; lithopone and other pigments and preparations based on zinc sulphide\",\r\n\t\t\t\"parent\": \"3206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320643\",\r\n\t\t\t\"text\": \"320643 - Pigments and preparations based on hexacyanoferrates\",\r\n\t\t\t\"parent\": \"3206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320649\",\r\n\t\t\t\"text\": \"320649 - Colouring matter; other preparations n.e.c. in item no. 3206.4\",\r\n\t\t\t\"parent\": \"3206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320650\",\r\n\t\t\t\"text\": \"320650 - Colouring matter; inorganic products of a kind used as luminophores\",\r\n\t\t\t\"parent\": \"3206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3207\",\r\n\t\t\t\"text\": \"3207 - Pigments, prepared; opacifiers, colours, vitrifiable enamels, glazes, engobes (slips), liquid lustres etc as used in the ceramic enamelling or glass industry; glass frit and powder, granules or flakes\",\r\n\t\t\t\"parent\": \"32\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320710\",\r\n\t\t\t\"text\": \"320710 - Pigments; prepared pigments, opacifiers, colours and similar preparations\",\r\n\t\t\t\"parent\": \"3207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320720\",\r\n\t\t\t\"text\": \"320720 - Enamels and glazes; vitrifiable enamels and glazes, engobes (slips) and similar preparations\",\r\n\t\t\t\"parent\": \"3207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320730\",\r\n\t\t\t\"text\": \"320730 - Lustres; liquid lustres and similar preparations\",\r\n\t\t\t\"parent\": \"3207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320740\",\r\n\t\t\t\"text\": \"320740 - Glass; glass frit and other glass, in the form of powder, granules or flakes\",\r\n\t\t\t\"parent\": \"3207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3208\",\r\n\t\t\t\"text\": \"3208 - Paints, varnishes; (enamels and lacquers) based on synthetic polymers or chemically modified natural polymers, dispersed or dissolved in a non-aqueous medium\",\r\n\t\t\t\"parent\": \"32\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320810\",\r\n\t\t\t\"text\": \"320810 - Paints and varnishes; based on polyesters, dispersed or dissolved in a non-aqueous medium\",\r\n\t\t\t\"parent\": \"3208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320820\",\r\n\t\t\t\"text\": \"320820 - Paints and varnishes; based on acrylic or vinyl polymers, dispersed or dissolved in a non-aqueous medium\",\r\n\t\t\t\"parent\": \"3208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320890\",\r\n\t\t\t\"text\": \"320890 - Paints and varnishes; based on polymers n.e.c. in heading no. 3208, dispersed or dissolved in a non-aqueous medium\",\r\n\t\t\t\"parent\": \"3208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3209\",\r\n\t\t\t\"text\": \"3209 - Paints and varnishes (including enamels and lacquers) based on synthetic or chemically modified natural polymers, dispersed or dissolved in an aqueous medium\",\r\n\t\t\t\"parent\": \"32\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320910\",\r\n\t\t\t\"text\": \"320910 - Paints and varnishes; based on acrylic or vinyl polymers, dispersed or dissolved in an aqueous medium\",\r\n\t\t\t\"parent\": \"3209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320990\",\r\n\t\t\t\"text\": \"320990 - Paints and varnishes; (based on polymers other than acrylic or vinyl), dispersed or dissolved in an aqueous medium\",\r\n\t\t\t\"parent\": \"3209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3210\",\r\n\t\t\t\"text\": \"3210 - Paints and varnishes (including enamels, lacquers and distempers), excluding those of heading no. 3209, prepared water pigments of a kind used for finishing leather\",\r\n\t\t\t\"parent\": \"32\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"321000\",\r\n\t\t\t\"text\": \"321000 - Paints and varnishes; (including enamels, lacquers and distempers), prepared water pigments of a kind used for finishing leather\",\r\n\t\t\t\"parent\": \"3210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3211\",\r\n\t\t\t\"text\": \"3211 - Driers; prepared\",\r\n\t\t\t\"parent\": \"32\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"321100\",\r\n\t\t\t\"text\": \"321100 - Driers; prepared\",\r\n\t\t\t\"parent\": \"3211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3212\",\r\n\t\t\t\"text\": \"3212 - Pigments (metallic powders and flakes) dispersed in non-aqueous media in liquid or paste form, as used in manufacture of paints (including enamels); stamping foils, dyes etc in forms, packing for retail sale\",\r\n\t\t\t\"parent\": \"32\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"321210\",\r\n\t\t\t\"text\": \"321210 - Pigments; of a kind used in the manufacture of paints, stamping foils\",\r\n\t\t\t\"parent\": \"3212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"321290\",\r\n\t\t\t\"text\": \"321290 - Pigments; of a kind used in the manufacture of paints, other than stamping foils\",\r\n\t\t\t\"parent\": \"3212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3213\",\r\n\t\t\t\"text\": \"3213 - Colours; artists, students, or signboard painters, modifying tints, amusement colours and the like; in tablets, tubes, jars, bottles, pan or in similar forms or packings\",\r\n\t\t\t\"parent\": \"32\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"321310\",\r\n\t\t\t\"text\": \"321310 - Colours; in sets, of a kind used by artists, students or signboard painters\",\r\n\t\t\t\"parent\": \"3213\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"321390\",\r\n\t\t\t\"text\": \"321390 - Colours; (other than in sets), of a kind used by artists, students or signboard painters\",\r\n\t\t\t\"parent\": \"3213\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3214\",\r\n\t\t\t\"text\": \"3214 - Glaziers' putty, grafting putty, resin cements, caulking compounds and other mastics; painters' fillings; non-refractory surfacing preparations for facades, indoor walls, floors, ceilings or the like\",\r\n\t\t\t\"parent\": \"32\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"321410\",\r\n\t\t\t\"text\": \"321410 - Mastics; painters' fillings\",\r\n\t\t\t\"parent\": \"3214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"321490\",\r\n\t\t\t\"text\": \"321490 - Mastics; n.e.c. in heading no. 3214\",\r\n\t\t\t\"parent\": \"3214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3215\",\r\n\t\t\t\"text\": \"3215 - Ink; printing, writing or drawing ink and other inks; whether or not concentrated or solid\",\r\n\t\t\t\"parent\": \"32\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"321511\",\r\n\t\t\t\"text\": \"321511 - Ink; for printing, black, whether or not concentrated or solid\",\r\n\t\t\t\"parent\": \"3215\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"321519\",\r\n\t\t\t\"text\": \"321519 - Ink; for printing, other than black, whether or not concentrated or solid\",\r\n\t\t\t\"parent\": \"3215\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"321590\",\r\n\t\t\t\"text\": \"321590 - Ink; writing, drawing and other inks, n.e.c. in heading no. 3215, whether or not concentrated or solid\",\r\n\t\t\t\"parent\": \"3215\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"33\",\r\n\t\t\t\"text\": \"33 - Essential oils and resinoids; perfumery, cosmetic or toilet preparations\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3301\",\r\n\t\t\t\"text\": \"3301 - Oils; essential (concretes, absolutes); concentrates thereof in fats, fixed oils, waxes or the like (obtained by enfleurage or maceration); aqueous distillates, solutions and terpenic by-products thereof; resinoids; extracted oleoresins\",\r\n\t\t\t\"parent\": \"33\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330111\",\r\n\t\t\t\"text\": \"330111 - Essential oils of bergamot\",\r\n\t\t\t\"parent\": \"3301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330112\",\r\n\t\t\t\"text\": \"330112 - Oils, essential; of orange (terpeneless or not), including concretes and absolutes\",\r\n\t\t\t\"parent\": \"3301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330113\",\r\n\t\t\t\"text\": \"330113 - Oils, essential; of lemon (terpeneless or not), including concretes and absolutes\",\r\n\t\t\t\"parent\": \"3301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330114\",\r\n\t\t\t\"text\": \"330114 - Essential oils of lime\",\r\n\t\t\t\"parent\": \"3301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330119\",\r\n\t\t\t\"text\": \"330119 - Oils, essential; of citrus fruits n.e.c. in heading no. 3301 (terpeneless or not), including concretes and absolutes\",\r\n\t\t\t\"parent\": \"3301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330121\",\r\n\t\t\t\"text\": \"330121 - Essential oils of geranium\",\r\n\t\t\t\"parent\": \"3301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330122\",\r\n\t\t\t\"text\": \"330122 - Essential oils of jasmin\",\r\n\t\t\t\"parent\": \"3301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330123\",\r\n\t\t\t\"text\": \"330123 - Essential oils of lavender or of lavandin\",\r\n\t\t\t\"parent\": \"3301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330124\",\r\n\t\t\t\"text\": \"330124 - Oils, essential; of peppermint (Mentha piperita), terpeneless or not, including concretes and absolutes\",\r\n\t\t\t\"parent\": \"3301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330125\",\r\n\t\t\t\"text\": \"330125 - Oils, essential; of mints (excluding peppermint), terpeneless or not, including concretes and absolutes\",\r\n\t\t\t\"parent\": \"3301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330126\",\r\n\t\t\t\"text\": \"330126 - Essential oils of vetiver\",\r\n\t\t\t\"parent\": \"3301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330129\",\r\n\t\t\t\"text\": \"330129 - Oils, essential; n.e.c. in heading no. 3301 (terpeneless or not), including concretes and absolutes\",\r\n\t\t\t\"parent\": \"3301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330130\",\r\n\t\t\t\"text\": \"330130 - Resinoids\",\r\n\t\t\t\"parent\": \"3301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330190\",\r\n\t\t\t\"text\": \"330190 - Oils, essential; concentrates in fats, fixed oils, waxes and the like, terpenic by-products, aqueous distillates and solutions, extracted oleoresins, n.e.c. in heading no. 3301\",\r\n\t\t\t\"parent\": \"3301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3302\",\r\n\t\t\t\"text\": \"3302 - Odoriferous substances and mixtures (including alcoholic solutions) with a basis of one or more of these substances, of a kind used as raw materials in industry; other preparations based on odoriferous substances, of a kind used for beverage manufacture\",\r\n\t\t\t\"parent\": \"33\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330210\",\r\n\t\t\t\"text\": \"330210 - Odoriferous substances and mixtures; of a kind used in the food or drink industries\",\r\n\t\t\t\"parent\": \"3302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330290\",\r\n\t\t\t\"text\": \"330290 - Odoriferous substances and mixtures; used as raw materials in industries other than the food or drink industries\",\r\n\t\t\t\"parent\": \"3302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3303\",\r\n\t\t\t\"text\": \"3303 - Perfumes and toilet waters\",\r\n\t\t\t\"parent\": \"33\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330300\",\r\n\t\t\t\"text\": \"330300 - Perfumes and toilet waters\",\r\n\t\t\t\"parent\": \"3303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3304\",\r\n\t\t\t\"text\": \"3304 - Cosmetic and toilet preparations; beauty, make-up and skin care preparations (excluding medicaments, including sunscreen or sun tan preparations), manicure or pedicure preparations\",\r\n\t\t\t\"parent\": \"33\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330410\",\r\n\t\t\t\"text\": \"330410 - Cosmetic and toilet preparations; lip make-up\",\r\n\t\t\t\"parent\": \"3304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330420\",\r\n\t\t\t\"text\": \"330420 - Cosmetic and toilet preparations; eye make-up\",\r\n\t\t\t\"parent\": \"3304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330430\",\r\n\t\t\t\"text\": \"330430 - Cosmetic and toilet preparations; manicure or pedicure preparations\",\r\n\t\t\t\"parent\": \"3304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330491\",\r\n\t\t\t\"text\": \"330491 - Cosmetic and toilet preparations; powders, whether or not compressed (excluding lip, eye, manicure or pedicure preparations)\",\r\n\t\t\t\"parent\": \"3304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330499\",\r\n\t\t\t\"text\": \"330499 - Cosmetic and toilet preparations; n.e.c. in heading no. 3304, for the care of the skin (excluding medicaments, including sunscreen or sun tan preparations)\",\r\n\t\t\t\"parent\": \"3304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3305\",\r\n\t\t\t\"text\": \"3305 - Hair preparations; for use on the hair\",\r\n\t\t\t\"parent\": \"33\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330510\",\r\n\t\t\t\"text\": \"330510 - Hair preparations; shampoos\",\r\n\t\t\t\"parent\": \"3305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330520\",\r\n\t\t\t\"text\": \"330520 - Hair preparations; for permanent waving or straightening\",\r\n\t\t\t\"parent\": \"3305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330530\",\r\n\t\t\t\"text\": \"330530 - Hair preparations; lacquers\",\r\n\t\t\t\"parent\": \"3305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330590\",\r\n\t\t\t\"text\": \"330590 - Hair preparations; n.e.c. in heading no. 3305\",\r\n\t\t\t\"parent\": \"3305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3306\",\r\n\t\t\t\"text\": \"3306 - Oral or dental hygiene preparations; including fixative pastes and powders; yarn used to clean between the teeth (dental floss), in individual retail packages\",\r\n\t\t\t\"parent\": \"33\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330610\",\r\n\t\t\t\"text\": \"330610 - Oral or dental hygiene preparations; dentifrices\",\r\n\t\t\t\"parent\": \"3306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330620\",\r\n\t\t\t\"text\": \"330620 - Oral or dental hygiene preparations; yarn used to clean between the teeth (dental floss)\",\r\n\t\t\t\"parent\": \"3306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330690\",\r\n\t\t\t\"text\": \"330690 - Oral or dental hygiene preparations; other than dentifrices\",\r\n\t\t\t\"parent\": \"3306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3307\",\r\n\t\t\t\"text\": \"3307 - Perfumery, cosmetic or toilet preparations; pre-shave, shaving, after-shave, bath preparations; personal deodorants and depilatories; room deodorisers, perfumed or not with disinfectant properties or not\",\r\n\t\t\t\"parent\": \"33\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330710\",\r\n\t\t\t\"text\": \"330710 - Perfumery, cosmetic or toilet preparations; pre-shave, shaving or after-shave preparations\",\r\n\t\t\t\"parent\": \"3307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330720\",\r\n\t\t\t\"text\": \"330720 - Perfumery, cosmetic or toilet preparations; personal deodorants and antiperspirants\",\r\n\t\t\t\"parent\": \"3307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330730\",\r\n\t\t\t\"text\": \"330730 - Perfumery, cosmetic or toilet preparations; perfumed bath salts and other bath preparations\",\r\n\t\t\t\"parent\": \"3307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330741\",\r\n\t\t\t\"text\": \"330741 - Perfumes and deodorizers; perfuming or deodorizing preparations for rooms, agarbatti and other odoriferous preparations which operate by burning (including those used during religious rites)\",\r\n\t\t\t\"parent\": \"3307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330749\",\r\n\t\t\t\"text\": \"330749 - Perfumes and deodorizers; perfuming or deodorizing preparations for rooms, (excluding those which operate by burning)\",\r\n\t\t\t\"parent\": \"3307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330790\",\r\n\t\t\t\"text\": \"330790 - Perfumes and deodorizers; perfuming or deodorizing preparations n.e.c. in heading no. 3307\",\r\n\t\t\t\"parent\": \"3307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"34\",\r\n\t\t\t\"text\": \"34 - Soap, organic surface-active agents; washing, lubricating, polishing or scouring preparations; artificial or prepared waxes, candles and similar articles, modelling pastes, dental waxes and dental preparations with a basis of plaster\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3401\",\r\n\t\t\t\"text\": \"3401 - Soap; organic surface-active preparations used as soap, skin washing, in bars, cakes, moulded pieces, shapes, liquid or cream, containing soap or not; for retail, paper, wadding, felt and nonwovens, impregnated, coated or covered with soap or detergent\",\r\n\t\t\t\"parent\": \"34\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340111\",\r\n\t\t\t\"text\": \"340111 - Soap and organic surface-active products; in the form of bars, cakes, moulded shapes, and paper, wadding, felt and nonwovens, impregnated, coated or covered with soap or detergent, for toilet use (including medicated products)\",\r\n\t\t\t\"parent\": \"3401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340119\",\r\n\t\t\t\"text\": \"340119 - Soap and organic surface-active products; in the form of bars, cakes, moulded shapes, and paper, wadding, felt and nonwovens, impregnated, coated or covered with soap or detergent, not for toilet use\",\r\n\t\t\t\"parent\": \"3401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340120\",\r\n\t\t\t\"text\": \"340120 - Soap; in forms n.e.c. in item no. 3401.11\",\r\n\t\t\t\"parent\": \"3401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340130\",\r\n\t\t\t\"text\": \"340130 - Organic surface-active products and preparations for washing the skin, in the form of liquid or cream and put up for retail sale, whether or not containing soap\",\r\n\t\t\t\"parent\": \"3401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3402\",\r\n\t\t\t\"text\": \"3402 - Organic surface-active agents (not soap); surface-active, washing (including auxiliary washing) and cleaning preparations, containing soap or not, excluding those of heading no. 3401\",\r\n\t\t\t\"parent\": \"34\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340211\",\r\n\t\t\t\"text\": \"340211 - Organic surface-active agents; anionic (other than soap), whether or not put up for retail sale\",\r\n\t\t\t\"parent\": \"3402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340212\",\r\n\t\t\t\"text\": \"340212 - Organic surface-active agents; cationic (other than soap), whether or not put up for retail sale\",\r\n\t\t\t\"parent\": \"3402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340213\",\r\n\t\t\t\"text\": \"340213 - Organic surface-active agents; non-ionic (other than soap), whether or not put up for retail sale\",\r\n\t\t\t\"parent\": \"3402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340219\",\r\n\t\t\t\"text\": \"340219 - Organic surface-active agents; whether or not put up for retail sale, n.e.c. in heading no. 3402\",\r\n\t\t\t\"parent\": \"3402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340220\",\r\n\t\t\t\"text\": \"340220 - Washing and cleaning preparations; surface-active, whether or not containing soap (excluding those of heading no. 3401), put up for retail sale\",\r\n\t\t\t\"parent\": \"3402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340231\",\r\n\t\t\t\"text\": \"340231 - Anionic organic surface-active agents (other than soap); linear alkylbenzene sulphonic acids and their salts, whether or not put up for retail sale\",\r\n\t\t\t\"parent\": \"3402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340239\",\r\n\t\t\t\"text\": \"340239 - Anionic organic surface-active agents (other than soap); other than linear alkylbenzene sulphonic acids and their salts, whether or not put up for retail sale\",\r\n\t\t\t\"parent\": \"3402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340241\",\r\n\t\t\t\"text\": \"340241 - Organic surface-active agents; cationic (other than soap), whether or not put up for retail sale\",\r\n\t\t\t\"parent\": \"3402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340242\",\r\n\t\t\t\"text\": \"340242 - Organic surface-active agents; non-ionic (other than soap), whether or not put up for retail sale\",\r\n\t\t\t\"parent\": \"3402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340249\",\r\n\t\t\t\"text\": \"340249 - Organic surface-active agents; whether or not put up for retail sale, n.e.c. in item no. 3402\",\r\n\t\t\t\"parent\": \"3402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340250\",\r\n\t\t\t\"text\": \"340250 - Washing and cleaning preparations; powders, flakes and granules, surface-active, whether or not containing soap (excluding those of heading no. 3401), put up for retail sale\",\r\n\t\t\t\"parent\": \"3402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340290\",\r\n\t\t\t\"text\": \"340290 - Washing and cleaning preparations; surface-active, whether or not containing soap (excluding those of heading no. 3401), including auxiliary washing preparations, not for retail sale\",\r\n\t\t\t\"parent\": \"3402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3403\",\r\n\t\t\t\"text\": \"3403 - Lubricating preparations and those used in oil or grease treatment of textile and similar materials; excluding preparations containing 70% or more (by weight) of petroleum or bituminous mineral oils\",\r\n\t\t\t\"parent\": \"34\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340311\",\r\n\t\t\t\"text\": \"340311 - Lubricating preparations; for the treatment of textile and similar materials (leather, furskins etc), containing less than 70% (by weight) of petroleum oils or oils obtained from bituminous minerals\",\r\n\t\t\t\"parent\": \"3403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340319\",\r\n\t\t\t\"text\": \"340319 - Lubricating preparations; (other than for the treatment of textile and similar materials), containing less than 70% (by weight) of petroleum oils or oils obtained from bituminous minerals\",\r\n\t\t\t\"parent\": \"3403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340391\",\r\n\t\t\t\"text\": \"340391 - Lubricating preparations; for the treatment of textile and similar materials (leather, furskins etc), (not containing petroleum oils or oils obtained from bituminous minerals)\",\r\n\t\t\t\"parent\": \"3403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340399\",\r\n\t\t\t\"text\": \"340399 - Lubricating preparations; other than for the treatment of textile and similar materials, not containing petroleum oils or oils obtained from bituminous minerals\",\r\n\t\t\t\"parent\": \"3403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3404\",\r\n\t\t\t\"text\": \"3404 - Waxes; artificial, prepared\",\r\n\t\t\t\"parent\": \"34\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340410\",\r\n\t\t\t\"text\": \"340410 - Artificial & prepared waxes, of modified lignite\",\r\n\t\t\t\"parent\": \"3404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340420\",\r\n\t\t\t\"text\": \"340420 - Waxes; artificial and prepared, of poly(oxyethylene) (polyethylene glycol)\",\r\n\t\t\t\"parent\": \"3404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340490\",\r\n\t\t\t\"text\": \"340490 - Waxes; artificial and prepared, other than of polyethylene glycol\",\r\n\t\t\t\"parent\": \"3404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3405\",\r\n\t\t\t\"text\": \"3405 - Polishes, creams, scouring pastes, powders and similar; in any form, (including articles impregnated, coated or covered with such), for furniture, footwear, floors, coachwork, glass or metal\",\r\n\t\t\t\"parent\": \"34\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340510\",\r\n\t\t\t\"text\": \"340510 - Polishes, creams and similar preparations; for footwear or leather, excluding waxes of heading no. 3404\",\r\n\t\t\t\"parent\": \"3405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340520\",\r\n\t\t\t\"text\": \"340520 - Polishes, creams and similar preparations; for the maintenance of wooden furniture, floors or other woodwork, excluding waxes of heading no. 3404\",\r\n\t\t\t\"parent\": \"3405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340530\",\r\n\t\t\t\"text\": \"340530 - Polishes, creams and similar preparations; for coachwork, other than metal polishes, excluding waxes of heading no. 3404\",\r\n\t\t\t\"parent\": \"3405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340540\",\r\n\t\t\t\"text\": \"340540 - Scouring pastes and powders and other scouring preparations; (whether or not in the form of paper, wadding, felt, nonwovens, cellular plastics, cellular rubber, impregnated, coated or covered)\",\r\n\t\t\t\"parent\": \"3405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340590\",\r\n\t\t\t\"text\": \"340590 - Polishes, creams and similar preparations; n.e.c. in heading no. 3405, excluding waxes of heading no. 3404\",\r\n\t\t\t\"parent\": \"3405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3406\",\r\n\t\t\t\"text\": \"3406 - Candles, tapers and the like\",\r\n\t\t\t\"parent\": \"34\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340600\",\r\n\t\t\t\"text\": \"340600 - Candles, tapers and the like\",\r\n\t\t\t\"parent\": \"3406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3407\",\r\n\t\t\t\"text\": \"3407 - Modelling pastes, including those for children; dental wax, impression compounds, in sets or packings for retail sale or in plates and similar forms; dentistry preparations with plaster base\",\r\n\t\t\t\"parent\": \"34\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340700\",\r\n\t\t\t\"text\": \"340700 - Modelling pastes; preparations known as dental wax, put up in sets, in packings for retail sale or in plates, horseshoe shapes, sticks or similar forms, other preparations for use in dentistry\",\r\n\t\t\t\"parent\": \"3407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"35\",\r\n\t\t\t\"text\": \"35 - Albuminoidal substances; modified starches; glues; enzymes\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3501\",\r\n\t\t\t\"text\": \"3501 - Casein, caseinates and other casein derivatives; casein glues\",\r\n\t\t\t\"parent\": \"35\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"350110\",\r\n\t\t\t\"text\": \"350110 - Casein\",\r\n\t\t\t\"parent\": \"3501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"350190\",\r\n\t\t\t\"text\": \"350190 - Caseinates and other casein derivatives; casein glues\",\r\n\t\t\t\"parent\": \"3501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3502\",\r\n\t\t\t\"text\": \"3502 - Albumins (including concentrates of two or more whey proteins, containing by weight more than 80% whey proteins, calculated on the dry matter), albuminates and other albumin derivatives\",\r\n\t\t\t\"parent\": \"35\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"350210\",\r\n\t\t\t\"text\": \"350210 - Egg albumin\",\r\n\t\t\t\"parent\": \"3502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"350211\",\r\n\t\t\t\"text\": \"350211 - Albumins; egg albumin, dried\",\r\n\t\t\t\"parent\": \"3502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"350219\",\r\n\t\t\t\"text\": \"350219 - Albumins; egg albumin, not dried\",\r\n\t\t\t\"parent\": \"3502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"350220\",\r\n\t\t\t\"text\": \"350220 - Albumins; milk albumin, including concentrates of two or more whey proteins\",\r\n\t\t\t\"parent\": \"3502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"350290\",\r\n\t\t\t\"text\": \"350290 - Albumins, albuminates and other albumin derivatives; other than egg or milk albumin, including concentrates of two or more whey proteins\",\r\n\t\t\t\"parent\": \"3502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3503\",\r\n\t\t\t\"text\": \"3503 - Gelatin (including gelatin in rectangular sheets, whether or not surface-worked or coloured) and gelatin derivatives; isinglass; other glues of animal origin, excluding casein glues of heading no. 3501\",\r\n\t\t\t\"parent\": \"35\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"350300\",\r\n\t\t\t\"text\": \"350300 - Gelatin (including gelatin in rectangular sheets, whether or not surface-worked or coloured) and gelatin derivatives; isinglass; other glues of animal origin, excluding casein glues of heading no. 3501\",\r\n\t\t\t\"parent\": \"3503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3504\",\r\n\t\t\t\"text\": \"3504 - Peptones and their derivatives; other protein substances and their derivatives n.e.c. or included; hide powder, whether or not chromed\",\r\n\t\t\t\"parent\": \"35\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"350400\",\r\n\t\t\t\"text\": \"350400 - Peptones and their derivatives; other protein substances and their derivatives n.e.c. or included, hide powder, whether or not chromed\",\r\n\t\t\t\"parent\": \"3504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3505\",\r\n\t\t\t\"text\": \"3505 - Dextrins and other modified starches (e.g. pregelatinised or esterified starches); glues based on starches or on dextrins or other modified starches\",\r\n\t\t\t\"parent\": \"35\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"350510\",\r\n\t\t\t\"text\": \"350510 - Dextrins and other modified starches\",\r\n\t\t\t\"parent\": \"3505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"350520\",\r\n\t\t\t\"text\": \"350520 - Glues; based on starches, or on dextrins or other modified starches\",\r\n\t\t\t\"parent\": \"3505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3506\",\r\n\t\t\t\"text\": \"3506 - Prepared glues and other prepared adhesives, n.e.c. or included; products suitable for use as glues or adhesives, put up for retail sale as glues or adhesives, not exceeding 1kg net weight\",\r\n\t\t\t\"parent\": \"35\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"350610\",\r\n\t\t\t\"text\": \"350610 - Glues or adhesives; prepared, products suitable for use as glues or adhesives, put up for retail sale as glues or adhesives, not exceeding a net weight of 1kg\",\r\n\t\t\t\"parent\": \"3506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"350691\",\r\n\t\t\t\"text\": \"350691 - Adhesives; prepared, based on polymers of heading 3901 to 3913 or on rubber\",\r\n\t\t\t\"parent\": \"3506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"350699\",\r\n\t\t\t\"text\": \"350699 - Glues and other adhesives; prepared, n.e.c. in heading no. 3506, not exceeding a net weight of 1kg\",\r\n\t\t\t\"parent\": \"3506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3507\",\r\n\t\t\t\"text\": \"3507 - Enzymes; prepared enzymes not elsewhere specified or included\",\r\n\t\t\t\"parent\": \"35\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"350710\",\r\n\t\t\t\"text\": \"350710 - Enzymes; rennet and concentrates thereof\",\r\n\t\t\t\"parent\": \"3507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"350790\",\r\n\t\t\t\"text\": \"350790 - Enzymes and prepared enzymes; other than rennet and concentrates thereof\",\r\n\t\t\t\"parent\": \"3507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"36\",\r\n\t\t\t\"text\": \"36 - Explosives; pyrotechnic products; matches; pyrophoric alloys; certain combustible preparations\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3601\",\r\n\t\t\t\"text\": \"3601 - Explosives; propellent powders\",\r\n\t\t\t\"parent\": \"36\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"360100\",\r\n\t\t\t\"text\": \"360100 - Explosives; propellent powders\",\r\n\t\t\t\"parent\": \"3601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3602\",\r\n\t\t\t\"text\": \"3602 - Prepared explosives, other than propellent powders\",\r\n\t\t\t\"parent\": \"36\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"360200\",\r\n\t\t\t\"text\": \"360200 - Explosives, prepared; other than propellent powders\",\r\n\t\t\t\"parent\": \"3602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3603\",\r\n\t\t\t\"text\": \"3603 - Safety fuses; detonating cords; percussion or detonating caps; igniters; electric detonators\",\r\n\t\t\t\"parent\": \"36\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"360300\",\r\n\t\t\t\"text\": \"360300 - Fuses and detonators; safety or detonating fuses, percussion or detonating caps, igniters, electric detonators\",\r\n\t\t\t\"parent\": \"3603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"360310\",\r\n\t\t\t\"text\": \"360310 - Safety fuses\",\r\n\t\t\t\"parent\": \"3603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"360320\",\r\n\t\t\t\"text\": \"360320 - Detonating cords\",\r\n\t\t\t\"parent\": \"3603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"360330\",\r\n\t\t\t\"text\": \"360330 - Percussion caps\",\r\n\t\t\t\"parent\": \"3603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"360340\",\r\n\t\t\t\"text\": \"360340 - Detonating caps\",\r\n\t\t\t\"parent\": \"3603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"360350\",\r\n\t\t\t\"text\": \"360350 - Igniters\",\r\n\t\t\t\"parent\": \"3603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"360360\",\r\n\t\t\t\"text\": \"360360 - Electric detonators\",\r\n\t\t\t\"parent\": \"3603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3604\",\r\n\t\t\t\"text\": \"3604 - Fireworks, signalling flares, rain rockets, fog signals and other pyrotechnic articles\",\r\n\t\t\t\"parent\": \"36\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"360410\",\r\n\t\t\t\"text\": \"360410 - Pyrotechnic products; fireworks\",\r\n\t\t\t\"parent\": \"3604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"360490\",\r\n\t\t\t\"text\": \"360490 - Pyrotechnic products; signalling flares, rain rockets, fog signals and other pyrotechnic articles (excluding fireworks)\",\r\n\t\t\t\"parent\": \"3604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3605\",\r\n\t\t\t\"text\": \"3605 - Matches; other than pyrotechnic articles of heading no. 3604\",\r\n\t\t\t\"parent\": \"36\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"360500\",\r\n\t\t\t\"text\": \"360500 - Matches; other than pyrotechnic articles of heading no. 3604\",\r\n\t\t\t\"parent\": \"3605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3606\",\r\n\t\t\t\"text\": \"3606 - Ferro-cerium and other pyrophoric alloys in all forms; articles of combustible materials n.e.c. in chapter 36\",\r\n\t\t\t\"parent\": \"36\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"360610\",\r\n\t\t\t\"text\": \"360610 - Fuels; liquid or liquefied-gas, in containers, of a kind used for filling or refilling cigarette or similar lighters and of a capacity not exceeding 300cm3\",\r\n\t\t\t\"parent\": \"3606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"360690\",\r\n\t\t\t\"text\": \"360690 - Ferro-cerium and other pyrophoric alloys in all forms; articles of combustible materials n.e.c. in chapter 36\",\r\n\t\t\t\"parent\": \"3606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"37\",\r\n\t\t\t\"text\": \"37 - Photographic or cinematographic goods\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3701\",\r\n\t\t\t\"text\": \"3701 - Photographic plates and film in the flat, sensitised, unexposed, of any material other than paper, paperboard or textiles; instant print film in the flat, sensitised, unexposed, whether or not in packs\",\r\n\t\t\t\"parent\": \"37\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370110\",\r\n\t\t\t\"text\": \"370110 - Photographic plates and film; for x-ray, in the flat, sensitised, unexposed, of any material other than paper, paperboard or textiles\",\r\n\t\t\t\"parent\": \"3701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370120\",\r\n\t\t\t\"text\": \"370120 - Photographic plates and film; instant print film, in the flat, sensitised, unexposed, whether or not in packs\",\r\n\t\t\t\"parent\": \"3701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370130\",\r\n\t\t\t\"text\": \"370130 - Photographic plates and film; in the flat, sensitised, unexposed, with any side exceeding 225mm, of any materials other than paper, paperboard or textiles\",\r\n\t\t\t\"parent\": \"3701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370191\",\r\n\t\t\t\"text\": \"370191 - Photographic plates and film; for colour photography (polychrome), in the flat, sensitised, unexposed, with no side exceeding 255mm, of any material other than paper, paperboard or textiles\",\r\n\t\t\t\"parent\": \"3701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370199\",\r\n\t\t\t\"text\": \"370199 - Photographic plates and film; (for other than colour photography), in the flat, sensitised, unexposed, with no side exceeding 255mm, of any material other than paper, paperboard or textiles\",\r\n\t\t\t\"parent\": \"3701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3702\",\r\n\t\t\t\"text\": \"3702 - Photographic film in rolls, sensitised, unexposed, of any material other than paper, paperboard or textiles; instant print film in rolls, sensitised, unexposed\",\r\n\t\t\t\"parent\": \"37\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370210\",\r\n\t\t\t\"text\": \"370210 - Photographic film; for x-rays, in rolls, sensitised and unexposed (other than of paper, paperboard or textiles)\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370220\",\r\n\t\t\t\"text\": \"370220 - Instant print film, rolls\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370231\",\r\n\t\t\t\"text\": \"370231 - Photographic film; for colour photography (polychrome), in rolls, sensitised, unexposed, without sprocket holes, of a width not exceeding 105mm (other than of paper, paperboard or textiles)\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370232\",\r\n\t\t\t\"text\": \"370232 - Photographic film; in rolls, with silver halide emulsion, sensitised, unexposed, without sprocket holes, of a width not exceeding 105mm (other than of paper, paperboard or textiles)\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370239\",\r\n\t\t\t\"text\": \"370239 - Photographic film; in rolls, (other than with silver halide emulsion and for colour photography), sensitised, unexposed, without sprocket holes, of a width not exceeding 105mm (other than of paper, paperboard or textiles)\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370241\",\r\n\t\t\t\"text\": \"370241 - Photographic film; for colour photography (polychrome), in rolls, sensitised, unexposed, without sprocket holes, of a width exceeding 610mm and of a length exceeding 200m (other than of paper, paperboard or textiles)\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370242\",\r\n\t\t\t\"text\": \"370242 - Photographic film; in rolls, (other than for colour photography), sensitised, unexposed, without sprocket holes, of a width exceeding 610mm and of a length exceeding 200m (other than of paper, paperboard or textiles)\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370243\",\r\n\t\t\t\"text\": \"370243 - Photographic film; in rolls, sensitised, unexposed, without sprocket holes, of a width exceeding 610mm and of a length not exceeding 200m (other than of paper, paperboard or textiles)\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370244\",\r\n\t\t\t\"text\": \"370244 - Photographic film; in rolls, sensitised, unexposed, without sprocket holes, of a width exceeding 105mm but not exceeding 610mm (other than of paper, paperboard or textiles)\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370251\",\r\n\t\t\t\"text\": \"370251 - Photographic film in rolls (excl. film for X-rays & instant print film), for colour photography (polychrome), of a width not >16mm & of a length not >14m\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370252\",\r\n\t\t\t\"text\": \"370252 - Photographic film; for colour photography (polychrome), in rolls, sensitised, unexposed, of a width not exceeding 16mm (other than of paper, paperboard or textiles)\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370253\",\r\n\t\t\t\"text\": \"370253 - Photographic film; for colour photography (polychrome) slides, in rolls, sensitised, unexposed, of a width exceeding 16mm but not exceeding 35mm and of a length not exceeding 30m (other than of paper, paperboard or textiles)\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370254\",\r\n\t\t\t\"text\": \"370254 - Photographic film; for colour photography (polychrome), in rolls, sensitised, unexposed, of a width exceeding 16mm but not 35mm and of a length not exceeding 30m, excluding film for slides (other than of paper, paperboard or textiles)\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370255\",\r\n\t\t\t\"text\": \"370255 - Photographic film; for colour photography (polychrome), in rolls, sensitised, unexposed, of a width exceeding 16mm but not 35mm and of a length exceeding 30m (other than of paper, paperboard or textiles)\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370256\",\r\n\t\t\t\"text\": \"370256 - Photographic film; for colour photography (polychrome), in rolls, sensitised, unexposed, of a width exceeding 35mm (other than of paper, paperboard or textiles)\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370291\",\r\n\t\t\t\"text\": \"370291 - Photographic film in rolls (excl. film for X-rays & instant print film), n.e.s., of a width not >16mm\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370292\",\r\n\t\t\t\"text\": \"370292 - Photo film in rolls, width <16 mm, >14m long, nes\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370293\",\r\n\t\t\t\"text\": \"370293 - Photographic film in rolls (excl. film for X-rays & instant print film), n.e.s., of a width >16mm but not >35mm & of a length not >30m\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370294\",\r\n\t\t\t\"text\": \"370294 - Photographic film in rolls (excl. film for X-rays & instant print film), n.e.s., of a width >16mm but not >35mm & of a length >30m\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370295\",\r\n\t\t\t\"text\": \"370295 - Photographic film in rolls (excl. film for X-rays & instant print film), n.e.s., of a width >35mm\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370296\",\r\n\t\t\t\"text\": \"370296 - Photographic film; other than for colour photography, in rolls, sensitised, unexposed, of a width not exceeding 35mm and of a length not exceeding 30m (other than of paper, paperboard or textiles)\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370297\",\r\n\t\t\t\"text\": \"370297 - Photographic film; other than for colour photography, in rolls, sensitised, unexposed, of a width not exceeding 35mm and of a length exceeding 30m (other than paper, paperboard or textiles)\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370298\",\r\n\t\t\t\"text\": \"370298 - Photographic film; other than for colour photography, in rolls, sensitised, unexposed, of a width exceeding 35mm (other than of paper, paperboard or textiles)\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3703\",\r\n\t\t\t\"text\": \"3703 - Photographic paper, paperboard and textiles; sensitised, unexposed\",\r\n\t\t\t\"parent\": \"37\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370310\",\r\n\t\t\t\"text\": \"370310 - Photographic paper, paperboard and textiles; in rolls, sensitised, unexposed, of a width exceeding 610mm\",\r\n\t\t\t\"parent\": \"3703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370320\",\r\n\t\t\t\"text\": \"370320 - Photographic paper, paperboard and textiles; for colour photography (polychrome), (other than in rolls of a width exceeding 610mm), sensitised, unexposed\",\r\n\t\t\t\"parent\": \"3703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370390\",\r\n\t\t\t\"text\": \"370390 - Photographic paper, paperboard and textiles; (for other than colour photography, other than in rolls of a width exceeding 610mm), sensitised, unexposed\",\r\n\t\t\t\"parent\": \"3703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3704\",\r\n\t\t\t\"text\": \"3704 - Photographic plates, film, paper, paperboard and textiles, exposed but not developed\",\r\n\t\t\t\"parent\": \"37\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370400\",\r\n\t\t\t\"text\": \"370400 - Photographic plates, film, paper, paperboard and textiles; exposed but not developed\",\r\n\t\t\t\"parent\": \"3704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3705\",\r\n\t\t\t\"text\": \"3705 - Photographic plates and film; exposed and developed, other than cinematographic film\",\r\n\t\t\t\"parent\": \"37\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370500\",\r\n\t\t\t\"text\": \"370500 - Photographic plates and film; exposed and developed, other than cinematographic film\",\r\n\t\t\t\"parent\": \"3705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370510\",\r\n\t\t\t\"text\": \"370510 - Photographic plates and film; for offset reproduction, exposed and developed\",\r\n\t\t\t\"parent\": \"3705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370520\",\r\n\t\t\t\"text\": \"370520 - Microfilms exposed and developed\",\r\n\t\t\t\"parent\": \"3705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370590\",\r\n\t\t\t\"text\": \"370590 - Photographic plates and film; exposed and developed, (other than cinematographic film or for offset reproduction)\",\r\n\t\t\t\"parent\": \"3705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3706\",\r\n\t\t\t\"text\": \"3706 - Cinematographic film; exposed and developed, whether or not incorporating sound track or consisting only of sound track\",\r\n\t\t\t\"parent\": \"37\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370610\",\r\n\t\t\t\"text\": \"370610 - Cinematographic film; exposed and developed, whether or not incorporating sound track or consisting only of sound track, of a width of 35cm or more\",\r\n\t\t\t\"parent\": \"3706\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370690\",\r\n\t\t\t\"text\": \"370690 - Cinematographic film; exposed and developed, whether or not incorporating a sound track or consisting only of sound track, of a width less than 35mm\",\r\n\t\t\t\"parent\": \"3706\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3707\",\r\n\t\t\t\"text\": \"3707 - Chemical preparations for photographic uses (other than varnishes, glues, adhesives and similar preparations); unmixed products for photographic uses, put up in measured portions or for retail sale\",\r\n\t\t\t\"parent\": \"37\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370710\",\r\n\t\t\t\"text\": \"370710 - Photographic goods; sensitised emulsions, put up in measured portions or put up for retail sale in a form ready for use\",\r\n\t\t\t\"parent\": \"3707\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370790\",\r\n\t\t\t\"text\": \"370790 - Photographic goods; chemical preparations other than sensitised emulsions, put up in measured portions or put up for retail sale in a form ready for use\",\r\n\t\t\t\"parent\": \"3707\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"38\",\r\n\t\t\t\"text\": \"38 - Chemical products n.e.c.\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3801\",\r\n\t\t\t\"text\": \"3801 - Artificial graphite; colloidal or semi-colloidal graphite; preparations based on graphite or other carbon in the form of pastes, blocks, plates or other semi-manufactures\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380110\",\r\n\t\t\t\"text\": \"380110 - Graphite; artificial\",\r\n\t\t\t\"parent\": \"3801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380120\",\r\n\t\t\t\"text\": \"380120 - Graphite; colloidal or semi-colloidal\",\r\n\t\t\t\"parent\": \"3801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380130\",\r\n\t\t\t\"text\": \"380130 - Carbonaceous pastes; for electrodes and similar pastes for furnace linings\",\r\n\t\t\t\"parent\": \"3801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380190\",\r\n\t\t\t\"text\": \"380190 - Graphite or other carbon based preparations; in the form of pastes, blocks, plates or other semi-manufactures\",\r\n\t\t\t\"parent\": \"3801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3802\",\r\n\t\t\t\"text\": \"3802 - Activated carbon; activated natural mineral products; animal black, including spent animal black\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380210\",\r\n\t\t\t\"text\": \"380210 - Carbon; activated\",\r\n\t\t\t\"parent\": \"3802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380290\",\r\n\t\t\t\"text\": \"380290 - Chemical products; activated natural mineral products, animal black, including spent animal black\",\r\n\t\t\t\"parent\": \"3802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3803\",\r\n\t\t\t\"text\": \"3803 - Tall oil, whether or not refined\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380300\",\r\n\t\t\t\"text\": \"380300 - Chemical products; tall oil, whether or not refined\",\r\n\t\t\t\"parent\": \"3803\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3804\",\r\n\t\t\t\"text\": \"3804 - Residual lyes from the manufacture of wood pulp, whether or not concentrated, desugared or chemically treated, including lignin sulphonates, but excluding tall oil of heading no. 3803\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380400\",\r\n\t\t\t\"text\": \"380400 - Lyes, residual; from the manufacture of wood pulp, whether or not concentrated, desugared or chemically treated, including lignin sulphonates but excluding tall oil of heading no. 3803\",\r\n\t\t\t\"parent\": \"3804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3805\",\r\n\t\t\t\"text\": \"3805 - Gum, wood or sulphate turpentine, other terpenic oils; crude dipentene; sulphite turpentine, other crude para-cymene; pine oil containing alpha-terpineol as the main constituent\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380510\",\r\n\t\t\t\"text\": \"380510 - Terpenic oils; gum, wood or sulphate turpentine oils\",\r\n\t\t\t\"parent\": \"3805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380520\",\r\n\t\t\t\"text\": \"380520 - Pine oil\",\r\n\t\t\t\"parent\": \"3805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380590\",\r\n\t\t\t\"text\": \"380590 - Terpenic oils; produced by the treatment of coniferous woods, crude dipentene, sulphite turpentine and other crude para-cymene, n.e.c. in heading no. 3805\",\r\n\t\t\t\"parent\": \"3805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3806\",\r\n\t\t\t\"text\": \"3806 - Rosin and resin acids and derivatives thereof; rosin spirit and rosin oils; run gums\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380610\",\r\n\t\t\t\"text\": \"380610 - Rosin and resin acids\",\r\n\t\t\t\"parent\": \"3806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380620\",\r\n\t\t\t\"text\": \"380620 - Rosin and resin; salts of rosin, of resin acids or of derivatives of rosin or resin acids, other than salts of rosin adducts\",\r\n\t\t\t\"parent\": \"3806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380630\",\r\n\t\t\t\"text\": \"380630 - Ester gums\",\r\n\t\t\t\"parent\": \"3806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380690\",\r\n\t\t\t\"text\": \"380690 - Rosin; spirit and oils, n.e.c. in heading no. 3806\",\r\n\t\t\t\"parent\": \"3806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3807\",\r\n\t\t\t\"text\": \"3807 - Wood tar; wood tar oils; wood creosote; wood naphtha; vegetable pitch; brewers' pitch and similar preparations based on rosin, resin acids or on vegetable pitch\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380700\",\r\n\t\t\t\"text\": \"380700 - Wood tar; wood tar oils; wood creosote; wood naphtha; vegetable pitch; brewers' pitch and similar preparations based on rosin, resin acids or on vegetable pitch\",\r\n\t\t\t\"parent\": \"3807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3808\",\r\n\t\t\t\"text\": \"3808 - Insecticides, rodenticides, fungicides, herbicides, anti-sprouting products, plant growth regulators, disinfectants and the like, put up in forms or packings for retail sale or as preparations or articles\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380810\",\r\n\t\t\t\"text\": \"380810 - Insecticides, packaged for retail sale\",\r\n\t\t\t\"parent\": \"3808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380820\",\r\n\t\t\t\"text\": \"380820 - Fungicides, packaged for retail sale\",\r\n\t\t\t\"parent\": \"3808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380830\",\r\n\t\t\t\"text\": \"380830 - Herbicides, sprouting and growth regulators\",\r\n\t\t\t\"parent\": \"3808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380840\",\r\n\t\t\t\"text\": \"380840 - Disinfectants, packaged for retail sale\",\r\n\t\t\t\"parent\": \"3808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380850\",\r\n\t\t\t\"text\": \"380850 - Insecticides, rodenticides, fungicides, disinfectants, herbicides and the like; containing goods specified in Subheading Note 1 to this Chapter; put up in forms or packings for retail sale or as preparations or articles\",\r\n\t\t\t\"parent\": \"3808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380852\",\r\n\t\t\t\"text\": \"380852 - Insecticides and the like; containing goods specified in Subheading Note 1 to this Chapter; for retail sale or as preparations or articles; DDT (ISO) (clofenotane (INN)), in packings of 300g or less\",\r\n\t\t\t\"parent\": \"3808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380859\",\r\n\t\t\t\"text\": \"380859 - Insecticides, rodenticides, fungicides, disinfectants, herbicides and the like; containing goods specified in Subheading Note 1 to this Chapter; not DDT (ISO) (clofenotane (INN)), put up in forms or packings for retail sale or as preparations or articles\",\r\n\t\t\t\"parent\": \"3808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380861\",\r\n\t\t\t\"text\": \"380861 - Insecticides and the like; containing goods specified in Subheading Note 2 to this Chapter; in packings of a net weight content not exceeding 300g; for retail sale or as preparations or articles\",\r\n\t\t\t\"parent\": \"3808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380862\",\r\n\t\t\t\"text\": \"380862 - Insecticides; containing goods specified in Subheading Note 2 to this Chapter; put up in forms or packings for retail sale or as preparations or articles, in packings of a net weight content exceeding 300g but not exceeding 7.5kg\",\r\n\t\t\t\"parent\": \"3808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380869\",\r\n\t\t\t\"text\": \"380869 - Insecticides; containing goods named in Subheading Note 2 to this Chapter, put up in forms or packings for retail sale or as preparations or articles, in packings of a net weight content exceeding 7.5kg\",\r\n\t\t\t\"parent\": \"3808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380890\",\r\n\t\t\t\"text\": \"380890 - Pesticides, rodenticides, nes, for retail sale\",\r\n\t\t\t\"parent\": \"3808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380891\",\r\n\t\t\t\"text\": \"380891 - Insecticides; other than containing goods specified in Subheading Notes 1 & 2 to this Chapter; put up in forms or packings for retail sale or as preparations or articles\",\r\n\t\t\t\"parent\": \"3808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380892\",\r\n\t\t\t\"text\": \"380892 - Fungicides; other than containing goods specified in Subheading Note 1 to this Chapter; put up in forms or packings for retail sale or as preparations or articles\",\r\n\t\t\t\"parent\": \"3808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380893\",\r\n\t\t\t\"text\": \"380893 - Herbicides, anti-sprouting products and plant-growth regulators; other than containing goods of Subheading Note 1 to this Chapter; put up in forms or packings for retail sale or as preparations or articles\",\r\n\t\t\t\"parent\": \"3808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380894\",\r\n\t\t\t\"text\": \"380894 - Disinfectants; other than containing goods specified in Subheading Note 1 in this Chapter; put up in forms or packings for retail sale or as preparations or articles\",\r\n\t\t\t\"parent\": \"3808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380899\",\r\n\t\t\t\"text\": \"380899 - Rodenticides and other similar products n.e.c. in heading no. 3808.9; other than containing goods specified in Subheading Note 1 in this Chapter, put up in forms or packings for retail sale or as preparations or articles\",\r\n\t\t\t\"parent\": \"3808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3809\",\r\n\t\t\t\"text\": \"3809 - Finishing agents, dye carriers to accelerate the dyeing, fixing of dyestuffs, other products and preparations, of a kind used in the textile, paper, leather or like industries, n.e.c. or included\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380910\",\r\n\t\t\t\"text\": \"380910 - Finishing agents and dye carriers; to accelerate dyeing or fixing of dye-stuffs, other products and preparations, used in textile, paper, leather etc industries, with basis of amylaceous substances, n.e.c.\",\r\n\t\t\t\"parent\": \"3809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380991\",\r\n\t\t\t\"text\": \"380991 - Finishing agents and dye carriers; to accelerate dyeing or fixing of dye-stuffs, other products and preparations, used in the textile industry (excluding those with a basis of amylaceous substances)\",\r\n\t\t\t\"parent\": \"3809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380992\",\r\n\t\t\t\"text\": \"380992 - Finishing agents and dye carriers; to accelerate dyeing or fixing of dye-stuffs, other products and preparations, used in the paper industry (excluding those with a basis of amylaceous substances)\",\r\n\t\t\t\"parent\": \"3809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380993\",\r\n\t\t\t\"text\": \"380993 - Finishing agents and dye carriers; to accelerate dyeing or fixing of dye-stuffs, other products and preparations, used in the leather or like (excluding paper and textile) industries, (excluding those with a basis of amylaceous substances)\",\r\n\t\t\t\"parent\": \"3809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380999\",\r\n\t\t\t\"text\": \"380999 - Finishing agents & dye carriers - other industries\",\r\n\t\t\t\"parent\": \"3809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3810\",\r\n\t\t\t\"text\": \"3810 - Metal-pickling preparations; fluxes etc for soldering, brazing; welding powders, pastes of metal and other materials; preparations used as cores or coatings for welding electrodes or rods\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381010\",\r\n\t\t\t\"text\": \"381010 - Pickling preparations for metal surfaces; soldering, brazing or welding powders and pastes consisting of metal and other materials\",\r\n\t\t\t\"parent\": \"3810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381090\",\r\n\t\t\t\"text\": \"381090 - Fluxes and other auxiliary preparations; for soldering, brazing or welding, or preparations used as cores or coatings for welding electrodes or rods\",\r\n\t\t\t\"parent\": \"3810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3811\",\r\n\t\t\t\"text\": \"3811 - Anti-knock preparations, oxidation and gum inhibitors, viscosity improvers, anti-corrosive preparations and the like, for mineral oils (including gasoline) or other liquids used for the same purposes\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381111\",\r\n\t\t\t\"text\": \"381111 - Anti-knock preparations; based on lead compounds\",\r\n\t\t\t\"parent\": \"3811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381119\",\r\n\t\t\t\"text\": \"381119 - Anti-knock preparations; other than those based on lead compounds\",\r\n\t\t\t\"parent\": \"3811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381121\",\r\n\t\t\t\"text\": \"381121 - Lubricating oil additives; containing petroleum oils or oils obtained from bituminous minerals\",\r\n\t\t\t\"parent\": \"3811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381129\",\r\n\t\t\t\"text\": \"381129 - Lubricating oil additives; not containing petroleum oils or oils obtained from bituminous minerals\",\r\n\t\t\t\"parent\": \"3811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381190\",\r\n\t\t\t\"text\": \"381190 - Oxidation and gum inhibitors, viscosity improvers, anti-corrosive preparations, other prepared additives for mineral oils or liquids used as mineral oils (including gasoline), n.e.c. in heading no. 3811\",\r\n\t\t\t\"parent\": \"3811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3812\",\r\n\t\t\t\"text\": \"3812 - Prepared rubber accelerators; compound plasticisers for rubber or plastics, n.e.c. or included; anti-oxidising preparations and other compound stabilisers for rubber or plastics\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381210\",\r\n\t\t\t\"text\": \"381210 - Rubber accelerators; prepared\",\r\n\t\t\t\"parent\": \"3812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381220\",\r\n\t\t\t\"text\": \"381220 - Plasticisers, compound; for rubber or plastics\",\r\n\t\t\t\"parent\": \"3812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381230\",\r\n\t\t\t\"text\": \"381230 - Anti-oxidising preparations and other compound stabilisers; for rubber or plastics, n.e.c. or included\",\r\n\t\t\t\"parent\": \"3812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381231\",\r\n\t\t\t\"text\": \"381231 - Anti-oxidising preparations and other compound stabilisers; for rubber or plastics, mixtures of oligomers of 2,2,4-trimethyl-1,2-dihydroquinoline (TMQ)\",\r\n\t\t\t\"parent\": \"3812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381239\",\r\n\t\t\t\"text\": \"381239 - Anti-oxidising preparations and other compound stabilisers; for rubber or plastics, other than mixtures of oligomers of 2,2,4-trimethyl-1,2-dihydroquinoline (TMQ)\",\r\n\t\t\t\"parent\": \"3812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3813\",\r\n\t\t\t\"text\": \"3813 - Preparations and charges for fire extinguishers; charged fire-extinguishing grenades\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381300\",\r\n\t\t\t\"text\": \"381300 - Fire-extinguishers; preparations and charges and charged fire-extinguishing grenades\",\r\n\t\t\t\"parent\": \"3813\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3814\",\r\n\t\t\t\"text\": \"3814 - Organic composite solvents and thinners, not elsewhere specified or included; prepared paint or varnish removers\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381400\",\r\n\t\t\t\"text\": \"381400 - Solvents and thinners; organic composite solvents and thinners, n.e.c. or included, prepared paint or varnish removers\",\r\n\t\t\t\"parent\": \"3814\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3815\",\r\n\t\t\t\"text\": \"3815 - Reaction initiators, reaction accelerators and catalytic preparations n.e.c. or included\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381511\",\r\n\t\t\t\"text\": \"381511 - Catalysts, supported; reaction initiators, reaction accelerators and catalytic preparations, with nickel or nickel compounds as the active substance, n.e.c. or included\",\r\n\t\t\t\"parent\": \"3815\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381512\",\r\n\t\t\t\"text\": \"381512 - Catalysts, supported; reaction initiators, reaction accelerators and catalytic preparations, with precious metal or precious metal compounds as the active substance, n.e.c. or included\",\r\n\t\t\t\"parent\": \"3815\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381519\",\r\n\t\t\t\"text\": \"381519 - Catalysts, supported; reaction initiators, reaction accelerators and catalytic preparations, with an active substance other than nickel or precious metals or their compounds, n.e.c. or included\",\r\n\t\t\t\"parent\": \"3815\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381590\",\r\n\t\t\t\"text\": \"381590 - Reaction initiators, reaction accelerators and catalytic preparations, unsupported, n.e.c. or included\",\r\n\t\t\t\"parent\": \"3815\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3816\",\r\n\t\t\t\"text\": \"3816 - Refractory cements, mortars, concretes and similar compositions, including dolomite ramming mix, other than products of heading 38.01\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381600\",\r\n\t\t\t\"text\": \"381600 - Refractory cements, mortars, concretes and similar compositions, including dolomite ramming mix, other than products of heading 38.01\",\r\n\t\t\t\"parent\": \"3816\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3817\",\r\n\t\t\t\"text\": \"3817 - Mixed alkylbenzenes and mixed alkylnaphthalenes, other than those of heading no. 2707 or 2902\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381700\",\r\n\t\t\t\"text\": \"381700 - Mixed alkylbenzenes and mixed alkylnaphthalenes, other than those of heading no. 2707 or 2902\",\r\n\t\t\t\"parent\": \"3817\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381710\",\r\n\t\t\t\"text\": \"381710 - Mixed alkylbenzenes, nes\",\r\n\t\t\t\"parent\": \"3817\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381720\",\r\n\t\t\t\"text\": \"381720 - Mixed alkylnaphthalenes, nes\",\r\n\t\t\t\"parent\": \"3817\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3818\",\r\n\t\t\t\"text\": \"3818 - Chemical elements doped for use in electronics, in the form of discs, wafers or similar forms; chemical compounds doped for use in electronics\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381800\",\r\n\t\t\t\"text\": \"381800 - Chemical elements; doped for use in electronics, in the form of discs, wafers or similar forms; chemical compounds doped for use in electronics\",\r\n\t\t\t\"parent\": \"3818\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3819\",\r\n\t\t\t\"text\": \"3819 - Hydraulic brake fluids and other prepared liquids for hydraulic transmission, not containing or containing less than 70% by weight of petroleum oils or oils obtained from bituminous minerals\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381900\",\r\n\t\t\t\"text\": \"381900 - Hydraulic fluids; for brakes and other prepared liquids for hydraulic transmission, not containing or containing less than 70% by weight of petroleum oils or oils obtained from bituminous minerals\",\r\n\t\t\t\"parent\": \"3819\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3820\",\r\n\t\t\t\"text\": \"3820 - Anti-freezing preparations and prepared de-icing fluids\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382000\",\r\n\t\t\t\"text\": \"382000 - Anti-freezing preparations and prepared de-icing fluids\",\r\n\t\t\t\"parent\": \"3820\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3821\",\r\n\t\t\t\"text\": \"3821 - Prepared culture media for the development or maintenance of micro-organisms (including viruses and the like) or of plant, human or animal cells\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382100\",\r\n\t\t\t\"text\": \"382100 - Prepared culture media for the development or maintenance of micro-organisms (including viruses and the like) or of plant, human or animal cells\",\r\n\t\t\t\"parent\": \"3821\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3822\",\r\n\t\t\t\"text\": \"3822 - Reagents; diagnostic or laboratory reagents on a backing, prepared diagnostic or laboratory reagents whether or not on a backing, whether or not put up in the form of kits, other than those of heading 30.06; certified reference materials\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382200\",\r\n\t\t\t\"text\": \"382200 - Reagents; diagnostic or laboratory reagents on a backing and prepared diagnostic or laboratory reagents whether or not on a backing, other than those of heading no. 3002 or 3006; certified reference material\",\r\n\t\t\t\"parent\": \"3822\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382211\",\r\n\t\t\t\"text\": \"382211 - Reagents; diagnostic or laboratory reagents on a backing, prepared diagnostic or laboratory reagents whether or not on a backing, whether or not put up in the form of kits; for malaria\",\r\n\t\t\t\"parent\": \"3822\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382212\",\r\n\t\t\t\"text\": \"382212 - Reagents; diagnostic or laboratory reagents on a backing, prepared diagnostic or laboratory reagents whether or not on a backing, whether or not put up in the form of kits; for zika and other diseases transmitted by mosquitoes of the genus Aedes\",\r\n\t\t\t\"parent\": \"3822\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382213\",\r\n\t\t\t\"text\": \"382213 - Reagents; diagnostic or laboratory reagents on a backing, prepared diagnostic or laboratory reagents whether or not on a backing, whether or not put up in the form of kits; for blood grouping\",\r\n\t\t\t\"parent\": \"3822\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382219\",\r\n\t\t\t\"text\": \"382219 - Reagents; diagnostic or laboratory reagents on a backing, prepared diagnostic or laboratory reagents whether or not on a backing, whether or not put up in the form of kits; n.e.c.in item 3822.1\",\r\n\t\t\t\"parent\": \"3822\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382290\",\r\n\t\t\t\"text\": \"382290 - Reagents; diagnostic or laboratory reagents on a backing, prepared diagnostic or laboratory reagents whether or not on a backing, or put up in the form of kits, other than those of heading 30.06; certified reference materials, n.e.c. in heading 3822\",\r\n\t\t\t\"parent\": \"3822\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3823\",\r\n\t\t\t\"text\": \"3823 - Industrial monocarboxylic fatty acids; acid oils from refining; industrial fatty alcohols\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382310\",\r\n\t\t\t\"text\": \"382310 - Prepared binders for foundry moulds or cores\",\r\n\t\t\t\"parent\": \"3823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382311\",\r\n\t\t\t\"text\": \"382311 - Industrial monocarboxylic fatty acids, acid oils from refining; stearic acid\",\r\n\t\t\t\"parent\": \"3823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382312\",\r\n\t\t\t\"text\": \"382312 - Industrial monocarboxylic fatty acids, acid oils from refining; oleic acid\",\r\n\t\t\t\"parent\": \"3823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382313\",\r\n\t\t\t\"text\": \"382313 - Industrial monocarboxylic fatty acids, acid oils from refining; tall oil fatty acids\",\r\n\t\t\t\"parent\": \"3823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382319\",\r\n\t\t\t\"text\": \"382319 - Industrial monocarboxylic fatty acids; acid oils from refining; (other than stearic acid, oleic acid or tall oil fatty acids)\",\r\n\t\t\t\"parent\": \"3823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382320\",\r\n\t\t\t\"text\": \"382320 - Naphthenic acids, water-insoluble salts & esters\",\r\n\t\t\t\"parent\": \"3823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382330\",\r\n\t\t\t\"text\": \"382330 - Non-agglomerated metal carbides\",\r\n\t\t\t\"parent\": \"3823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382340\",\r\n\t\t\t\"text\": \"382340 - Prepared additives for cements, mortars or concretes\",\r\n\t\t\t\"parent\": \"3823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382350\",\r\n\t\t\t\"text\": \"382350 - Non-refractory mortars and concretes\",\r\n\t\t\t\"parent\": \"3823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382360\",\r\n\t\t\t\"text\": \"382360 - Sorbitol except D-glucitol\",\r\n\t\t\t\"parent\": \"3823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382370\",\r\n\t\t\t\"text\": \"382370 - Industrial fatty alcohols\",\r\n\t\t\t\"parent\": \"3823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382390\",\r\n\t\t\t\"text\": \"382390 - Chemical industry products, preparations, mixtures ne\",\r\n\t\t\t\"parent\": \"3823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3824\",\r\n\t\t\t\"text\": \"3824 - Prepared binders for foundry moulds or cores; chemical products and preparations of the chemical or allied industries (including those consisting of mixtures of natural products), not elsewhere specified or included\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382410\",\r\n\t\t\t\"text\": \"382410 - Binders, prepared; for foundry moulds or cores\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382420\",\r\n\t\t\t\"text\": \"382420 - Naphthenic acids, their\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382430\",\r\n\t\t\t\"text\": \"382430 - Metal carbides, non-agglomerated; mixed together or with metallic binders\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382440\",\r\n\t\t\t\"text\": \"382440 - Cements, mortars or concretes; their prepared additives\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382450\",\r\n\t\t\t\"text\": \"382450 - Mortars and concretes; non-refractory\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382460\",\r\n\t\t\t\"text\": \"382460 - Sorbitol; other than that of subheading no. 2905.44\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382471\",\r\n\t\t\t\"text\": \"382471 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing chlorofluorocarbons (CFCs), whether or not containing hydrochlorofluorocarbons (HCFCs), perfluorocarbons (PFCs) or hydrofluorocarbons (HFCs)\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382472\",\r\n\t\t\t\"text\": \"382472 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing bromochlorodifluoromethane, bromotrifluoromethane or dibromotetrafluoroethanes\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382473\",\r\n\t\t\t\"text\": \"382473 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing hydrobromofluorocarbons (HBFCs)\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382474\",\r\n\t\t\t\"text\": \"382474 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing hydrochlorofluorocarbons (HCFCs), whether or not containing perfluorocarbons (PFCs) or hydrofluorocarbons (HFCs), but not containing chlorofluorocarbons (CFCs)\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382475\",\r\n\t\t\t\"text\": \"382475 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing carbon tetrachloride\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382476\",\r\n\t\t\t\"text\": \"382476 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing 1,1,1-trichloroethane (methyl chloroform)\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382477\",\r\n\t\t\t\"text\": \"382477 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing bromomethane (methyl bromide) or bromochloromethane\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382478\",\r\n\t\t\t\"text\": \"382478 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing perfluorocarbons (PFCs) or hydrofluorocarbons (HFCs), but not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs)\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382479\",\r\n\t\t\t\"text\": \"382479 - Mixtures containing halogenated derivatives of methane, ethane or propane; n.e.c. in item no. 3827.7\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382481\",\r\n\t\t\t\"text\": \"382481 - Chemical products, mixtures and preparations; containing goods specified in Subheading Note 3 to this Chapter; containing oxirane (ethylene oxide)\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382482\",\r\n\t\t\t\"text\": \"382482 - Chemical products, mixtures and preparations; containing goods specified in Subheading Note 3 to this Chapter; containing polychlorinated biphenyls (PCBs), polychlorinated terphenyls (PCTs) or polybrominated biphenyls (PBBs)\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382483\",\r\n\t\t\t\"text\": \"382483 - Chemical products, mixtures and preparations; containing goods specified in Subheading Note 3 to this Chapter; containing tris(2,3-dibromopropyl) phosphate\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382484\",\r\n\t\t\t\"text\": \"382484 - Chemical products, mixtures and preparations; containing aldrin, camphechlor (toxaphene), chlordane, chlordecone, DDT (chlorfenotane, 1,1,1-trichloro-2,2-bis(p-chlorophenyl)ethane), dieldrin, endosulfan, endrin, heptachlor or mirex\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382485\",\r\n\t\t\t\"text\": \"382485 - Chemical products, mixtures and preparations; containing goods specified in Subheading Note 3 to this Chapter; containing 1,2,3,4,5,6-hexachlorocyclohexane (HCH (ISO)), including lindane (ISO, INN)\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382486\",\r\n\t\t\t\"text\": \"382486 - Chemical products, mixtures and preparations; containing goods specified in Subheading Note 3 to this Chapter; containing pentachlorobenzene (ISO) or hexachlorobenzene (ISO)\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382487\",\r\n\t\t\t\"text\": \"382487 - Chemical products, mixtures and preparations; containing goods specified in Subheading Note 3 to this Chapter; containing perfluorooctane sulphonic acid, its salts, perfluorooctane sulphonamides, or perfluorooctane sulphonyl fluoride\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382488\",\r\n\t\t\t\"text\": \"382488 - Chemical products, mixtures and preparations; containing goods specified in Subheading Note 3 to this Chapter; containing tetra-, penta-, hexa-, hepta- or octabromodiphenyl ethers\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382489\",\r\n\t\t\t\"text\": \"382489 - Chemical products, mixtures and preparations; containing goods specified in Subheading Note 3 to this Chapter; containing short-chain chlorinated paraffins\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382490\",\r\n\t\t\t\"text\": \"382490 - Chemical products, preparations and residual products of the chemical or allied industries, n.e.c. or included in heading no. 3824\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382491\",\r\n\t\t\t\"text\": \"382491 - Chemical products, mixtures and preparations; consisting mainly of (5-ethyl-2-methyl-2-oxido-1,3,2-dioxaphosphinan-5-yl)methyl methyl methylphosphonate and bis[(5-ethyl-2-methyl-2-oxido-1,3,2-dioxaphosphinan-5-yl)methyl] methylphosphonate\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382492\",\r\n\t\t\t\"text\": \"382492 - Chemical products, mixtures and preparations; polyglycol esters of methylphosphonic acid\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382499\",\r\n\t\t\t\"text\": \"382499 - Chemical products, mixtures and preparations; n.e.c. heading 3824\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3825\",\r\n\t\t\t\"text\": \"3825 - Residual products of the chemical or allied industries, not elsewhere specified or included; municipal waste; sewage sludge; other residual products.\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382510\",\r\n\t\t\t\"text\": \"382510 - Residual products of the chemical or allied industries, not elsewhere specified or included; municipal waste\",\r\n\t\t\t\"parent\": \"3825\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382520\",\r\n\t\t\t\"text\": \"382520 - Residual products of the chemical or allied industries, not elsewhere specified or included; sewage sludge\",\r\n\t\t\t\"parent\": \"3825\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382530\",\r\n\t\t\t\"text\": \"382530 - Residual products of the chemical or allied industries, not elsewhere specified or included; clinical waste\",\r\n\t\t\t\"parent\": \"3825\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382541\",\r\n\t\t\t\"text\": \"382541 - Residual products of the chemical or allied industries, not elsewhere specified or included; halogenated waste organic solvents\",\r\n\t\t\t\"parent\": \"3825\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382549\",\r\n\t\t\t\"text\": \"382549 - Residual products of the chemical or allied industries, not elsewhere specified or included; waste organic solvents, other than halogenated\",\r\n\t\t\t\"parent\": \"3825\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382550\",\r\n\t\t\t\"text\": \"382550 - Residual products of chemical or allied industries, not elsewhere specified or included; wastes of metal pickling liquors, hydraulic fluids, brake fluids and anti-freeze fluids\",\r\n\t\t\t\"parent\": \"3825\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382561\",\r\n\t\t\t\"text\": \"382561 - Residual products of the chemical or allied industries, not elsewhere specified or included; (other than sewage sludge, municipal waste or waste covered in 27.10); other wastes n.e.c. in 3825; those mainly containing organic constituents\",\r\n\t\t\t\"parent\": \"3825\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382569\",\r\n\t\t\t\"text\": \"382569 - Residual products of the chemical or allied industries, not elsewhere specified or included; (other than sewage sludge, municipal waste or waste covered by 27.10); other wastes n.e.c. in 3825; except those mainly containing organic constituents\",\r\n\t\t\t\"parent\": \"3825\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382590\",\r\n\t\t\t\"text\": \"382590 - Residual products of the chemical or allied industries, not elsewhere specified or included; n.e.c. in 3825 or 27.10\",\r\n\t\t\t\"parent\": \"3825\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3826\",\r\n\t\t\t\"text\": \"3826 - Biodiesel and mixtures thereof; not containing or containing less than 70% by weight of petroleum oils or oils obtained from bituminous minerals\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382600\",\r\n\t\t\t\"text\": \"382600 - Biodiesel and mixtures thereof; not containing or containing less than 70% by weight of petroleum oils or oils obtained from bituminous minerals\",\r\n\t\t\t\"parent\": \"3826\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3827\",\r\n\t\t\t\"text\": \"3827 - Mixtures containing halogenated derivatives of methane, ethane or propane, not elsewhere specified or included\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382711\",\r\n\t\t\t\"text\": \"382711 - Mixtures containing halogenated derivatives of methane, ethane or propane, not elsewhere specified or included; containing chlorofluorocarbons (CFCs), whether or not containing hydrochlorofluorocarbons (HCFCs), perfluorocarbons (PFCs) or hydrofluorocarbon\",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382712\",\r\n\t\t\t\"text\": \"382712 - Mixtures containing halogenated derivatives of methane, ethane or propane, not elsewhere specified or included; containing hydrobromofluorocarbons (HBFCs)\",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382713\",\r\n\t\t\t\"text\": \"382713 - Mixtures containing halogenated derivatives of methane, ethane or propane, not elsewhere specified or included; containing carbon tetrachloride\",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382714\",\r\n\t\t\t\"text\": \"382714 - Mixtures containing halogenated derivatives of methane, ethane or propane, not elsewhere specified or included; containing 1,1,1-trichloroethane (methyl chloroform)\",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382720\",\r\n\t\t\t\"text\": \"382720 - Mixtures containing halogenated derivatives of methane, ethane or propane, not elsewhere specified or included; containing bromochlorodifluoromethane (Halon-1211), bromotrifluoromethane (Halon-1301) or dibromotetrafluoroethanes (Halon-2402)\",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382731\",\r\n\t\t\t\"text\": \"382731 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing hydrochlorofluorocarbons (HCFCs), perfluorocarbons (PFCs) or hydrofluorocarbons (HFCs) or not, but not containing chlorofluorocarbons (CFCs); containing substances of su\",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382732\",\r\n\t\t\t\"text\": \"382732 - Mixtures containing halogenated methane, ethane, propane; containing hydrochlorofluorocarbons (HCFCs), perfluorocarbons (PFCs) or hydrofluorocarbons (HFCs) or not, not chlorofluorocarbons (CFCs); containing substances of subheadings 2903.71 to 2903.75\",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382739\",\r\n\t\t\t\"text\": \"382739 - Mixtures containing halogenated methane, ethane, or propane; containing hydrochlorofluorocarbons (HCFCs), perfluorocarbons (PFCs) or hydrofluorocarbons (HFCs) or not, but not chlorofluorocarbons (CFCs); n.e.c. in subheading 3827.3\",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382740\",\r\n\t\t\t\"text\": \"382740 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing hydrochlorofluorocarbons (HCFCs), perfluorocarbons (PFCs) or hydrofluorocarbons (HFCs) or not, but not containing chlorofluorocarbons (CFCs); containing bromomethane (me\",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382751\",\r\n\t\t\t\"text\": \"382751 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing trifluoromethan (HFC-23) or perfluorocarbons (PFCs) but not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs); containing trifluoromethane (HFC-2\",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382759\",\r\n\t\t\t\"text\": \"382759 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing trifluoromethan (HFC-23) or perfluorocarbons (PFCs) not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs); other mixtures n.e.c. in subheading 38\",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382761\",\r\n\t\t\t\"text\": \"382761 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing other hydrofluorocarbons (HFCs) but not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs); containing 15% or more by mass of 1,1,1-trifluoroethan\",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382762\",\r\n\t\t\t\"text\": \"382762 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing other hydrofluorocarbons (HFCs) but not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs); other mixtures, not included in the subheading above, \",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382763\",\r\n\t\t\t\"text\": \"382763 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing other hydrofluorocarbons (HFCs) but not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs); other mixtures not included in the subheadings above, \",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382764\",\r\n\t\t\t\"text\": \"382764 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing other hydrofluorocarbons (HFCs) but not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs); other mixtures, not included in the subheadings above,\",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382765\",\r\n\t\t\t\"text\": \"382765 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing other hydrofluorocarbons (HFCs) but not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs); other mixtures, not included in the subheadings above,\",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382768\",\r\n\t\t\t\"text\": \"382768 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing other hydrofluorocarbons (HFCs) but not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs); other mixtures, not included in the subheadings above,\",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382769\",\r\n\t\t\t\"text\": \"382769 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing other hydrofluorocarbons (HFCs) but not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs); n.e.c. in items no. 3827.5 and 3827.6, not containing \",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382790\",\r\n\t\t\t\"text\": \"382790 - Mixtures containing halogenated derivatives of methane, ethane or propane; n.e.c. in subheading no 3827\",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"39\",\r\n\t\t\t\"text\": \"39 - Plastics and articles thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3901\",\r\n\t\t\t\"text\": \"3901 - Polymers of ethylene, in primary forms\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390110\",\r\n\t\t\t\"text\": \"390110 - Ethylene polymers; in primary forms, polyethylene having a specific gravity of less than 0.94\",\r\n\t\t\t\"parent\": \"3901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390120\",\r\n\t\t\t\"text\": \"390120 - Ethylene polymers; in primary forms, polyethylene having a specific gravity of 0.94 or more\",\r\n\t\t\t\"parent\": \"3901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390130\",\r\n\t\t\t\"text\": \"390130 - Ethylene polymers; in primary forms, ethylene-vinyl acetate copolymers\",\r\n\t\t\t\"parent\": \"3901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390140\",\r\n\t\t\t\"text\": \"390140 - Ethylene polymers; in primary forms, ethylene-alpha-olefin copolymers, having a specific gravity of less than 0.94\",\r\n\t\t\t\"parent\": \"3901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390190\",\r\n\t\t\t\"text\": \"390190 - Ethylene polymers; in primary forms, n.e.c. in heading no. 3901\",\r\n\t\t\t\"parent\": \"3901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3902\",\r\n\t\t\t\"text\": \"3902 - Polymers of propylene or of other olefins, in primary forms\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390210\",\r\n\t\t\t\"text\": \"390210 - Propylene, other olefin polymers; polypropylene in primary forms\",\r\n\t\t\t\"parent\": \"3902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390220\",\r\n\t\t\t\"text\": \"390220 - Propylene, other olefin polymers; polyisobutylene in primary forms\",\r\n\t\t\t\"parent\": \"3902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390230\",\r\n\t\t\t\"text\": \"390230 - Propylene, other olefin polymers; propylene copolymers in primary forms\",\r\n\t\t\t\"parent\": \"3902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390290\",\r\n\t\t\t\"text\": \"390290 - Propylene, other olefin polymers; n.e.c. in heading no. 3902, in primary forms\",\r\n\t\t\t\"parent\": \"3902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3903\",\r\n\t\t\t\"text\": \"3903 - Polymers of styrene, in primary forms\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390311\",\r\n\t\t\t\"text\": \"390311 - Styrene polymers; expansible polystyrene, in primary forms\",\r\n\t\t\t\"parent\": \"3903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390319\",\r\n\t\t\t\"text\": \"390319 - Styrene polymers; (other than expansible polystyrene), in primary forms\",\r\n\t\t\t\"parent\": \"3903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390320\",\r\n\t\t\t\"text\": \"390320 - Styrene polymers; styrene-acrylonitrile (SAN) copolymers, in primary forms\",\r\n\t\t\t\"parent\": \"3903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390330\",\r\n\t\t\t\"text\": \"390330 - Styrene polymers; acrylonitrile-butadiene-styrene (ABS) copolymers, in primary forms\",\r\n\t\t\t\"parent\": \"3903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390390\",\r\n\t\t\t\"text\": \"390390 - Styrene polymers; in primary forms, n.e.c. in heading no. 3903\",\r\n\t\t\t\"parent\": \"3903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3904\",\r\n\t\t\t\"text\": \"3904 - Polymers of vinyl chloride or of other halogenated olefins, in primary forms\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390410\",\r\n\t\t\t\"text\": \"390410 - Vinyl chloride, other halogenated olefin polymers; poly(vinyl chloride), not mixed with any other substances, in primary forms\",\r\n\t\t\t\"parent\": \"3904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390421\",\r\n\t\t\t\"text\": \"390421 - Vinyl chloride, other halogenated olefin polymers; non-plasticised poly(vinyl chloride), in primary forms, mixed with other substances\",\r\n\t\t\t\"parent\": \"3904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390422\",\r\n\t\t\t\"text\": \"390422 - Vinyl chloride, other halogenated olefin polymers; plasticised poly(vinyl chloride), in primary forms, mixed with other substances\",\r\n\t\t\t\"parent\": \"3904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390430\",\r\n\t\t\t\"text\": \"390430 - Vinyl chloride, other halogenated olefin polymers; vinyl chloride-vinyl acetate copolymers, in primary forms\",\r\n\t\t\t\"parent\": \"3904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390440\",\r\n\t\t\t\"text\": \"390440 - Vinyl chloride, other halogenated olefin polymers; vinyl chloride copolymers, in primary forms n.e.c. in heading no. 3904\",\r\n\t\t\t\"parent\": \"3904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390450\",\r\n\t\t\t\"text\": \"390450 - Vinyl chloride, other halogenated olefin polymers; vinylidene chloride polymers, in primary forms\",\r\n\t\t\t\"parent\": \"3904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390461\",\r\n\t\t\t\"text\": \"390461 - Halogenated olefin polymers; fluoro-polymers, polytetrafluoroethylene, in primary forms\",\r\n\t\t\t\"parent\": \"3904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390469\",\r\n\t\t\t\"text\": \"390469 - Halogenated olefin polymers; fluoro-polymers (other than polytetrafluoroethylene), in primary forms\",\r\n\t\t\t\"parent\": \"3904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390490\",\r\n\t\t\t\"text\": \"390490 - Vinyl chloride, other halogenated olefin polymers; n.e.c. in heading no. 3904\",\r\n\t\t\t\"parent\": \"3904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3905\",\r\n\t\t\t\"text\": \"3905 - Polymers of vinyl acetate or of other vinyl esters, in primary forms; other vinyl polymers in primary forms\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390511\",\r\n\t\t\t\"text\": \"390511 - Polyvinyl acetate, in aqueous dispersion, primary for\",\r\n\t\t\t\"parent\": \"3905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390512\",\r\n\t\t\t\"text\": \"390512 - Poly(vinyl acetate); in aqueous dispersion, in primary forms\",\r\n\t\t\t\"parent\": \"3905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390519\",\r\n\t\t\t\"text\": \"390519 - Poly(vinyl acetate); (other than in aqueous dispersion), in primary forms\",\r\n\t\t\t\"parent\": \"3905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390520\",\r\n\t\t\t\"text\": \"390520 - Polyvinyl alcohols in primary form\",\r\n\t\t\t\"parent\": \"3905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390521\",\r\n\t\t\t\"text\": \"390521 - Vinyl acetate copolymers; in aqueous dispersion, in primary forms\",\r\n\t\t\t\"parent\": \"3905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390529\",\r\n\t\t\t\"text\": \"390529 - Vinyl acetate copolymers; (other than in aqueous dispersion), in primary forms\",\r\n\t\t\t\"parent\": \"3905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390530\",\r\n\t\t\t\"text\": \"390530 - Poly(vinyl alcohol); whether or not containing unhydrolysed acetate groups\",\r\n\t\t\t\"parent\": \"3905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390590\",\r\n\t\t\t\"text\": \"390590 - Vinyl polymers, halogenated olefins, primary form, ne\",\r\n\t\t\t\"parent\": \"3905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390591\",\r\n\t\t\t\"text\": \"390591 - Vinyl acetate, vinyl ester polymers, vinyl polymers; n.e.c. in heading no. 3905, in primary forms, copolymers\",\r\n\t\t\t\"parent\": \"3905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390599\",\r\n\t\t\t\"text\": \"390599 - Vinyl acetate, vinyl ester polymers, vinyl polymers; n.e.c. in heading no. 3905, in primary forms, other than copolymers\",\r\n\t\t\t\"parent\": \"3905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3906\",\r\n\t\t\t\"text\": \"3906 - Acrylic polymers in primary forms\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390610\",\r\n\t\t\t\"text\": \"390610 - Acrylic polymers; poly(methyl methacrylate), in primary forms\",\r\n\t\t\t\"parent\": \"3906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390690\",\r\n\t\t\t\"text\": \"390690 - Acrylic polymers; (other than polymethyl methacrylate), in primary forms\",\r\n\t\t\t\"parent\": \"3906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3907\",\r\n\t\t\t\"text\": \"3907 - Polyacetals, other polyethers and epoxide resins, in primary forms; polycarbonates, alkyd resins, polyallyl esters and other polyesters, in primary forms\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390710\",\r\n\t\t\t\"text\": \"390710 - Polyacetals; in primary forms\",\r\n\t\t\t\"parent\": \"3907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390720\",\r\n\t\t\t\"text\": \"390720 - Polyethers; in primary forms, excluding polyacetals\",\r\n\t\t\t\"parent\": \"3907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390721\",\r\n\t\t\t\"text\": \"390721 - Polyethers other than polyacetals; in primary forms, bis(polyoxyethylene) methylphosphonate\",\r\n\t\t\t\"parent\": \"3907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390729\",\r\n\t\t\t\"text\": \"390729 - Polyethers other than polyacetals, and bis(polyoxyethylene) methylphosphonate; in primary forms\",\r\n\t\t\t\"parent\": \"3907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390730\",\r\n\t\t\t\"text\": \"390730 - Epoxide resins; in primary forms\",\r\n\t\t\t\"parent\": \"3907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390740\",\r\n\t\t\t\"text\": \"390740 - Polycarbonates; in primary forms\",\r\n\t\t\t\"parent\": \"3907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390750\",\r\n\t\t\t\"text\": \"390750 - Alkyd resins; in primary forms\",\r\n\t\t\t\"parent\": \"3907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390760\",\r\n\t\t\t\"text\": \"390760 - Poly(ethylene terephthalate); in primary forms\",\r\n\t\t\t\"parent\": \"3907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390761\",\r\n\t\t\t\"text\": \"390761 - Poly(ethylene terephthalate); in primary forms, having a viscosity of 78ml/g or higher\",\r\n\t\t\t\"parent\": \"3907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390769\",\r\n\t\t\t\"text\": \"390769 - Poly(ethylene terephthalate); in primary forms, having a viscosity of less than 78ml/g\",\r\n\t\t\t\"parent\": \"3907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390770\",\r\n\t\t\t\"text\": \"390770 - Poly(lactic acid); in primary forms\",\r\n\t\t\t\"parent\": \"3907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390791\",\r\n\t\t\t\"text\": \"390791 - Polyesters; n.e.c. in heading no. 3907, unsaturated, in primary forms\",\r\n\t\t\t\"parent\": \"3907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390799\",\r\n\t\t\t\"text\": \"390799 - Polyesters; n.e.c. in heading no. 3907, saturated, in primary forms\",\r\n\t\t\t\"parent\": \"3907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3908\",\r\n\t\t\t\"text\": \"3908 - Polyamides in primary forms\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390810\",\r\n\t\t\t\"text\": \"390810 - Polyamides; polyamide-6, -11, -12, -6,6, -6,9, -6,10 or -6,12, in primary forms\",\r\n\t\t\t\"parent\": \"3908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390890\",\r\n\t\t\t\"text\": \"390890 - Polyamides; n.e.c. in heading no. 3908, in primary forms\",\r\n\t\t\t\"parent\": \"3908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3909\",\r\n\t\t\t\"text\": \"3909 - Amino-resins, phenolic resins and polyurethanes, in primary forms\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390910\",\r\n\t\t\t\"text\": \"390910 - Amino-resins; urea and thiourea resins, in primary forms\",\r\n\t\t\t\"parent\": \"3909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390920\",\r\n\t\t\t\"text\": \"390920 - Amino-resins; melamine resins, in primary forms\",\r\n\t\t\t\"parent\": \"3909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390930\",\r\n\t\t\t\"text\": \"390930 - Amino-resins; n.e.c. in heading no. 3909, in primary forms\",\r\n\t\t\t\"parent\": \"3909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390931\",\r\n\t\t\t\"text\": \"390931 - Amino-resins; n.e.c. in heading no. 3909, in primary forms, poly(methylene phenyl isocyanate) (Crude MDI, polymeric MDI)\",\r\n\t\t\t\"parent\": \"3909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390939\",\r\n\t\t\t\"text\": \"390939 - Amino-resins; n.e.c. in heading no. 3909, in primary forms, other than poly(methylene phenyl isocyanate) (Crude MDI, polymeric MDI)\",\r\n\t\t\t\"parent\": \"3909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390940\",\r\n\t\t\t\"text\": \"390940 - Phenolic resins; in primary forms\",\r\n\t\t\t\"parent\": \"3909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390950\",\r\n\t\t\t\"text\": \"390950 - Polyurethanes; in primary forms\",\r\n\t\t\t\"parent\": \"3909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3910\",\r\n\t\t\t\"text\": \"3910 - Silicones in primary forms\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391000\",\r\n\t\t\t\"text\": \"391000 - Silicones; in primary forms\",\r\n\t\t\t\"parent\": \"3910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3911\",\r\n\t\t\t\"text\": \"3911 - Petroleum resins, coumarone-indene resins, polyterpenes, polysulphides, polysulphones and similar products of chemical synthesis n.e.c. in chapter 39, in primary forms\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391110\",\r\n\t\t\t\"text\": \"391110 - Petroleum resins, coumarone, indene or coumarone-indene resins and polyterpenes; in primary forms\",\r\n\t\t\t\"parent\": \"3911\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391120\",\r\n\t\t\t\"text\": \"391120 - Petroleum resins, poly(1,3-phenylene methylphosphonate), in primary forms\",\r\n\t\t\t\"parent\": \"3911\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391190\",\r\n\t\t\t\"text\": \"391190 - Polysulphides, polysulphones and similar products of chemical synthesis n.e.c. in chapter 39; in primary forms\",\r\n\t\t\t\"parent\": \"3911\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3912\",\r\n\t\t\t\"text\": \"3912 - Cellulose and its chemical derivatives, n.e.c. or included, in primary forms\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391211\",\r\n\t\t\t\"text\": \"391211 - Cellulose acetates; non-plasticised, in primary forms\",\r\n\t\t\t\"parent\": \"3912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391212\",\r\n\t\t\t\"text\": \"391212 - Cellulose acetates; plasticised, in primary forms\",\r\n\t\t\t\"parent\": \"3912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391220\",\r\n\t\t\t\"text\": \"391220 - Cellulose nitrates (including collodions); in primary forms\",\r\n\t\t\t\"parent\": \"3912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391231\",\r\n\t\t\t\"text\": \"391231 - Cellulose ethers; carboxymethylcellulose and its salts, in primary forms\",\r\n\t\t\t\"parent\": \"3912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391239\",\r\n\t\t\t\"text\": \"391239 - Cellulose ethers; (other than carboxymethylcellulose and its salts), in primary forms\",\r\n\t\t\t\"parent\": \"3912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391290\",\r\n\t\t\t\"text\": \"391290 - Cellulose and its chemical derivatives; n.e.c. in item no. 3912, in primary forms\",\r\n\t\t\t\"parent\": \"3912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3913\",\r\n\t\t\t\"text\": \"3913 - Natural polymers (e.g. alginic acid) and modified natural polymers (e.g. hardened proteins, chemical derivatives of natural rubber), n.e.c. or included, in primary forms\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391310\",\r\n\t\t\t\"text\": \"391310 - Polymers, natural; alginic acid, its salts and esters, in primary forms\",\r\n\t\t\t\"parent\": \"3913\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391390\",\r\n\t\t\t\"text\": \"391390 - Polymers, natural and modified natural; in primary forms (excluding alginic acid, its salts and esters)\",\r\n\t\t\t\"parent\": \"3913\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3914\",\r\n\t\t\t\"text\": \"3914 - Ion-exchangers; based on polymers of heading no. 3901 to 3913, in primary forms\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391400\",\r\n\t\t\t\"text\": \"391400 - Ion-exchangers; based on polymers of heading no. 3901 to 3913, in primary forms\",\r\n\t\t\t\"parent\": \"3914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3915\",\r\n\t\t\t\"text\": \"3915 - Waste, parings and scrap, of plastics\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391510\",\r\n\t\t\t\"text\": \"391510 - Ethylene polymers; waste, parings and scrap\",\r\n\t\t\t\"parent\": \"3915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391520\",\r\n\t\t\t\"text\": \"391520 - Styrene polymers; waste, parings and scrap\",\r\n\t\t\t\"parent\": \"3915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391530\",\r\n\t\t\t\"text\": \"391530 - Vinyl chloride polymers; waste, parings and scrap\",\r\n\t\t\t\"parent\": \"3915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391590\",\r\n\t\t\t\"text\": \"391590 - Plastics n.e.c. in heading no. 3915; waste, parings and scrap\",\r\n\t\t\t\"parent\": \"3915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3916\",\r\n\t\t\t\"text\": \"3916 - Monofilament of which any cross-sectional dimension exceeds 1mm, rods, sticks and profile shapes, whether or not surface-worked but not otherwise worked, of plastics\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391610\",\r\n\t\t\t\"text\": \"391610 - Ethylene polymers; monofilament, of which any cross-sectional dimension exceeds 1mm, rods, sticks and profile shapes, whether or not surface-worked but not otherwise worked\",\r\n\t\t\t\"parent\": \"3916\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391620\",\r\n\t\t\t\"text\": \"391620 - Vinyl chloride polymers; monofilament, of which any cross-sectional dimension exceeds 1mm, rods, sticks and profile shapes, whether or not surface-worked but not otherwise worked\",\r\n\t\t\t\"parent\": \"3916\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391690\",\r\n\t\t\t\"text\": \"391690 - Plastics; monofilament, of plastics n.e.c. in heading no. 3916, cross-sectional dimension exceeds 1mm, rods, sticks and profile shapes, whether or not surface-worked but not otherwise worked\",\r\n\t\t\t\"parent\": \"3916\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3917\",\r\n\t\t\t\"text\": \"3917 - Tubes, pipes and hoses and fittings thereof (for example, joints, elbows, flanges), of plastics\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391710\",\r\n\t\t\t\"text\": \"391710 - Plastics; artificial guts (sausage casings) of hardened protein or of cellulosic materials\",\r\n\t\t\t\"parent\": \"3917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391721\",\r\n\t\t\t\"text\": \"391721 - Plastics; tubes, pipes and hoses thereof, rigid, of polymers of ethylene\",\r\n\t\t\t\"parent\": \"3917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391722\",\r\n\t\t\t\"text\": \"391722 - Plastics; tubes, pipes and hoses thereof, rigid, of polymers of propylene\",\r\n\t\t\t\"parent\": \"3917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391723\",\r\n\t\t\t\"text\": \"391723 - Plastics; tubes, pipes and hoses thereof, rigid, of polymers of vinyl chloride\",\r\n\t\t\t\"parent\": \"3917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391729\",\r\n\t\t\t\"text\": \"391729 - Plastics; tubes, pipes and hoses thereof, rigid, of plastics n.e.c. in heading no. 3917\",\r\n\t\t\t\"parent\": \"3917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391731\",\r\n\t\t\t\"text\": \"391731 - Plastics; tubes, pipes and hoses thereof, flexible, having a minimum burst pressure of 27.6MPa\",\r\n\t\t\t\"parent\": \"3917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391732\",\r\n\t\t\t\"text\": \"391732 - Plastics; tubes, pipes and hoses thereof, other than those of item no. 3917.31, not reinforced or otherwise combined with other materials, without fittings\",\r\n\t\t\t\"parent\": \"3917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391733\",\r\n\t\t\t\"text\": \"391733 - Plastics; tubes, pipes and hoses thereof, other than those of item no. 3917.31, not reinforced or otherwise combined with other materials, with fittings\",\r\n\t\t\t\"parent\": \"3917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391739\",\r\n\t\t\t\"text\": \"391739 - Plastics; tubes, pipes and hoses thereof, n.e.c. in item no. 3917.30\",\r\n\t\t\t\"parent\": \"3917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391740\",\r\n\t\t\t\"text\": \"391740 - Plastics; tube, pipe and hose fittings (e.g. joints, elbows, flanges)\",\r\n\t\t\t\"parent\": \"3917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3918\",\r\n\t\t\t\"text\": \"3918 - Floor coverings of plastics, self-adhesive or not, in rolls or tiles; wall or ceiling coverings of plastics, in rolls of a width not less than 45cm\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391810\",\r\n\t\t\t\"text\": \"391810 - Floor, wall or ceiling coverings; of polymers of vinyl chloride, whether or not self-adhesive, in rolls or in the form of tiles\",\r\n\t\t\t\"parent\": \"3918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391890\",\r\n\t\t\t\"text\": \"391890 - Floor, wall or ceiling coverings; of plastics (excluding polymers of vinyl chloride), whether or not self-adhesive, in rolls or in the form of tiles\",\r\n\t\t\t\"parent\": \"3918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3919\",\r\n\t\t\t\"text\": \"3919 - Self-adhesive plates, sheets, film, foil, tape, strip and other flat shapes, of plastics, whether or not in rolls\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391910\",\r\n\t\t\t\"text\": \"391910 - Plastics; plates, sheets, film, foil, tape, strip, other flat shapes thereof, self-adhesive, in rolls of a width not exceeding 20cm\",\r\n\t\t\t\"parent\": \"3919\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391990\",\r\n\t\t\t\"text\": \"391990 - Plastics; plates, sheets, film, foil, tape, strip, other flat shapes thereof, self-adhesive, other than in rolls of a width not exceeding 20cm\",\r\n\t\t\t\"parent\": \"3919\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3920\",\r\n\t\t\t\"text\": \"3920 - Plastics; plates, sheets, film, foil and strip (not self-adhesive); non-cellular and not reinforced, laminated, supported or similarly combined with other materials, n.e.c. in chapter 39\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392010\",\r\n\t\t\t\"text\": \"392010 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of polymers of ethylene, non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392020\",\r\n\t\t\t\"text\": \"392020 - Plastics; of polymers of propylene, plates, sheets, film, foil and strip (not self-adhesive), non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392030\",\r\n\t\t\t\"text\": \"392030 - Plastics; of polymers of styrene, plates, sheets, film, foil and strip (not self-adhesive), non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392041\",\r\n\t\t\t\"text\": \"392041 - Sheet/film not cellular/reinf rigid vinyl polymer\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392042\",\r\n\t\t\t\"text\": \"392042 - Sheet/film not cellular/reinf flexible vinyl polymer\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392043\",\r\n\t\t\t\"text\": \"392043 - Plastics; polymers of vinyl chloride, containing by weight not less than 6% of plasticisers; plates, sheets, film, foil and strip (not self-adhesive), non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392049\",\r\n\t\t\t\"text\": \"392049 - Plastics; polymers of vinyl chloride, containing by weight, less than 6% of plasticisers; plates, sheets, film, foil and strip (not self-adhesive), non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392051\",\r\n\t\t\t\"text\": \"392051 - Plastics; of acrylic polymers, polymethyl methacrylate, plates, sheets, film, foil and strip (not self-adhesive), non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392059\",\r\n\t\t\t\"text\": \"392059 - Plastics; of acrylic polymers (excluding polymethyl methacrylate), plates, sheets, film, foil and strip (not self-adhesive), non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392061\",\r\n\t\t\t\"text\": \"392061 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of polycarbonates, non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392062\",\r\n\t\t\t\"text\": \"392062 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of poly(ethylene terephthalate), non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392063\",\r\n\t\t\t\"text\": \"392063 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of unsaturated polyesters, non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392069\",\r\n\t\t\t\"text\": \"392069 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of polyesters n.e.c. in heading no. 3920, non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392071\",\r\n\t\t\t\"text\": \"392071 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of regenerated cellulose; non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392072\",\r\n\t\t\t\"text\": \"392072 - Sheet/film not cellular/reinf vulcanised rubber\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392073\",\r\n\t\t\t\"text\": \"392073 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of cellulose acetate, non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392079\",\r\n\t\t\t\"text\": \"392079 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of cellulose derivatives n.e.c. in heading no. 3920, non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392091\",\r\n\t\t\t\"text\": \"392091 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of poly(vinyl butyral), non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392092\",\r\n\t\t\t\"text\": \"392092 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of polyamides, non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392093\",\r\n\t\t\t\"text\": \"392093 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of amino-resins, non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392094\",\r\n\t\t\t\"text\": \"392094 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of phenolic resins, non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392099\",\r\n\t\t\t\"text\": \"392099 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of plastics n.e.c. in heading no. 3920, non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3921\",\r\n\t\t\t\"text\": \"3921 - Plastic plates, sheets, film, foil and strip n.e.c. in chapter 39\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392111\",\r\n\t\t\t\"text\": \"392111 - Plastics; plates, sheets, film, foil and strip, of polymers of styrene, cellular\",\r\n\t\t\t\"parent\": \"3921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392112\",\r\n\t\t\t\"text\": \"392112 - Plastics; plates, sheets, film, foil and strip, of polymers of vinyl chloride, cellular\",\r\n\t\t\t\"parent\": \"3921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392113\",\r\n\t\t\t\"text\": \"392113 - Plastics; plates, sheets, film, foil and strip, of polyurethanes, cellular\",\r\n\t\t\t\"parent\": \"3921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392114\",\r\n\t\t\t\"text\": \"392114 - Plastics; plates, sheets, film, foil and strip, of regenerated cellulose, cellular\",\r\n\t\t\t\"parent\": \"3921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392119\",\r\n\t\t\t\"text\": \"392119 - Plastics; plates, sheets, film, foil and strip, of plastics n.e.c. in heading no. 3921, cellular\",\r\n\t\t\t\"parent\": \"3921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392190\",\r\n\t\t\t\"text\": \"392190 - Plastics; plates, sheets, film, foil and strip, other than cellular\",\r\n\t\t\t\"parent\": \"3921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3922\",\r\n\t\t\t\"text\": \"3922 - Sanitary ware; baths, shower-baths, sinks, wash-basins, bidets, lavatory pans, seats and covers, flushing cisterns and sanitary ware, of plastics\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392210\",\r\n\t\t\t\"text\": \"392210 - Plastics; baths, shower-baths, sinks and wash-basins\",\r\n\t\t\t\"parent\": \"3922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392220\",\r\n\t\t\t\"text\": \"392220 - Plastics; lavatory seats and covers\",\r\n\t\t\t\"parent\": \"3922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392290\",\r\n\t\t\t\"text\": \"392290 - Plastics; bidets, lavatory pans, flushing cisterns and similar sanitary ware n.e.c. in heading no. 3922\",\r\n\t\t\t\"parent\": \"3922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3923\",\r\n\t\t\t\"text\": \"3923 - Plastic articles for the conveyance or packing of goods; stoppers, lids, caps and other closures of plastics\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392310\",\r\n\t\t\t\"text\": \"392310 - Plastics; boxes, cases, crates and similar articles for the conveyance or packing of goods\",\r\n\t\t\t\"parent\": \"3923\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392321\",\r\n\t\t\t\"text\": \"392321 - Ethylene polymers; sacks and bags (including cones), for the conveyance or packing of goods\",\r\n\t\t\t\"parent\": \"3923\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392329\",\r\n\t\t\t\"text\": \"392329 - Plastics; sacks and bags (including cones), for the conveyance or packing of goods, of plastics other than ethylene polymers\",\r\n\t\t\t\"parent\": \"3923\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392330\",\r\n\t\t\t\"text\": \"392330 - Plastics; carboys, bottles, flasks and similar articles, for the conveyance or packing of goods\",\r\n\t\t\t\"parent\": \"3923\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392340\",\r\n\t\t\t\"text\": \"392340 - Plastics; spools, cops, bobbins and similar supports, for the conveyance or packing of goods\",\r\n\t\t\t\"parent\": \"3923\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392350\",\r\n\t\t\t\"text\": \"392350 - Plastics; stoppers, lids, caps and other closures, for the conveyance or packing of goods\",\r\n\t\t\t\"parent\": \"3923\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392390\",\r\n\t\t\t\"text\": \"392390 - Plastics; articles for the conveyance or packing of goods n.e.c. in heading no. 3923\",\r\n\t\t\t\"parent\": \"3923\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3924\",\r\n\t\t\t\"text\": \"3924 - Tableware, kitchenware, other household articles and hygienic or toilet articles, of plastics\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392410\",\r\n\t\t\t\"text\": \"392410 - Plastics; tableware and kitchenware\",\r\n\t\t\t\"parent\": \"3924\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392490\",\r\n\t\t\t\"text\": \"392490 - Plastics; household articles and hygienic or toilet articles\",\r\n\t\t\t\"parent\": \"3924\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3925\",\r\n\t\t\t\"text\": \"3925 - Plastics; builders' wares n.e.c. or included\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392510\",\r\n\t\t\t\"text\": \"392510 - Plastics; builders' ware, reservoirs, tanks, vats and similar containers of a capacity exceeding 300 litres\",\r\n\t\t\t\"parent\": \"3925\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392520\",\r\n\t\t\t\"text\": \"392520 - Plastics; builders' ware, doors, windows and their frames and thresholds for doors\",\r\n\t\t\t\"parent\": \"3925\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392530\",\r\n\t\t\t\"text\": \"392530 - Plastics; builders' ware, shutters, blinds (including venetian blinds) and similar articles and parts thereof\",\r\n\t\t\t\"parent\": \"3925\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392590\",\r\n\t\t\t\"text\": \"392590 - Plastics; builders' ware, n.e.c. or included in heading no. 3925\",\r\n\t\t\t\"parent\": \"3925\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3926\",\r\n\t\t\t\"text\": \"3926 - Articles of plastics and articles of other materials of heading no. 3901 to 3914, n.e.c. in chapter 39\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392610\",\r\n\t\t\t\"text\": \"392610 - Plastics; office or school supplies\",\r\n\t\t\t\"parent\": \"3926\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392620\",\r\n\t\t\t\"text\": \"392620 - Plastics; articles of apparel and clothing accessories (including gloves, mittens and mitts)\",\r\n\t\t\t\"parent\": \"3926\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392630\",\r\n\t\t\t\"text\": \"392630 - Plastics; fittings for furniture, coachwork or the like\",\r\n\t\t\t\"parent\": \"3926\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392640\",\r\n\t\t\t\"text\": \"392640 - Plastics; statuettes and other ornamental articles\",\r\n\t\t\t\"parent\": \"3926\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392690\",\r\n\t\t\t\"text\": \"392690 - Plastics; other articles n.e.c. in chapter 39\",\r\n\t\t\t\"parent\": \"3926\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"40\",\r\n\t\t\t\"text\": \"40 - Rubber and articles thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4001\",\r\n\t\t\t\"text\": \"4001 - Natural rubber, balata, gutta-percha, guayule, chicle and similar gums; in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"40\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400110\",\r\n\t\t\t\"text\": \"400110 - Rubber; natural rubber latex, whether or not pre-vulcanised, in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400121\",\r\n\t\t\t\"text\": \"400121 - Rubber; natural (excluding latex), in smoked sheets\",\r\n\t\t\t\"parent\": \"4001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400122\",\r\n\t\t\t\"text\": \"400122 - Rubber; technically specified natural rubber (TSNR), in primary forms or in plates, sheets or strip (excluding latex and smoked sheets)\",\r\n\t\t\t\"parent\": \"4001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400129\",\r\n\t\t\t\"text\": \"400129 - Rubber; natural (excluding latex, technically specified natural rubber and smoked sheets), in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400130\",\r\n\t\t\t\"text\": \"400130 - Balata, gutta-percha, guayule, chicle and similar natural gums; in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4002\",\r\n\t\t\t\"text\": \"4002 - Synthetic rubber and factice derived from oils, in primary forms or in plates, sheets or strip; mixtures of heading no. 4001 and 4002, in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"40\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400211\",\r\n\t\t\t\"text\": \"400211 - Rubber; synthetic, styrene-butadiene rubber (SBR) and carboxylated styrene-butadiene rubber (XSBR) latex, in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400219\",\r\n\t\t\t\"text\": \"400219 - Rubber; synthetic, styrene-butadiene rubber (SBR) and carboxylated styrene-butadiene rubber (XSBR), (other than latex), in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400220\",\r\n\t\t\t\"text\": \"400220 - Rubber; synthetic, butadiene rubber (BR), in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400231\",\r\n\t\t\t\"text\": \"400231 - Rubber; synthetic, isobutene-isoprene (butyl) rubber (IIR), in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400239\",\r\n\t\t\t\"text\": \"400239 - Rubber; synthetic, halo-isobutene-isoprene rubber (CIIR or BIIR), in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400241\",\r\n\t\t\t\"text\": \"400241 - Rubber; synthetic, chloroprene (chlorobutadiene) rubber (CR), latex, in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400249\",\r\n\t\t\t\"text\": \"400249 - Rubber; synthetic, chloroprene (chlorobutadiene) rubber (CR), (other than latex), in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400251\",\r\n\t\t\t\"text\": \"400251 - Rubber; synthetic, acrylonitrile-butadiene rubber (NBR), latex, in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400259\",\r\n\t\t\t\"text\": \"400259 - Rubber; synthetic, acrylonitrile-butadiene rubber (NBR), (other than latex), in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400260\",\r\n\t\t\t\"text\": \"400260 - Rubber; synthetic, isoprene rubber (IR), in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400270\",\r\n\t\t\t\"text\": \"400270 - Rubber; synthetic, ethylene-propylene-non-conjugated diene rubber (EPDM), in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400280\",\r\n\t\t\t\"text\": \"400280 - Rubber; mixtures of natural and synthetic rubbers of heading no. 4001 and 4002, in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400291\",\r\n\t\t\t\"text\": \"400291 - Rubber; synthetic, n.e.c. in heading 4002, latex, in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400299\",\r\n\t\t\t\"text\": \"400299 - Rubber; synthetic, n.e.c. in heading 4002, (other than latex), in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4003\",\r\n\t\t\t\"text\": \"4003 - Reclaimed rubber in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"40\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400300\",\r\n\t\t\t\"text\": \"400300 - Rubber; reclaimed rubber, in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4004\",\r\n\t\t\t\"text\": \"4004 - Waste, parings and scrap of rubber (other than hard rubber) and powders and granules obtained therefrom\",\r\n\t\t\t\"parent\": \"40\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400400\",\r\n\t\t\t\"text\": \"400400 - Rubber; waste, parings and scrap of rubber (other than hard rubber) and powders and granules obtained therefrom\",\r\n\t\t\t\"parent\": \"4004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4005\",\r\n\t\t\t\"text\": \"4005 - Compounded rubber, unvulcanised, in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"40\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400510\",\r\n\t\t\t\"text\": \"400510 - Rubber; unvulcanised, compounded with carbon black or silica, in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400520\",\r\n\t\t\t\"text\": \"400520 - Rubber; unvulcanised, compounded, solutions and dispersions other than those of item no. 4005.10\",\r\n\t\t\t\"parent\": \"4005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400591\",\r\n\t\t\t\"text\": \"400591 - Rubber; unvulcanised, (compounded other than with carbon black or silica), in plates, sheets and strip\",\r\n\t\t\t\"parent\": \"4005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400599\",\r\n\t\t\t\"text\": \"400599 - Rubber; unvulcanised, (compounded other than with carbon black or silica), in primary forms, (other than plates, sheets, strip, solutions or dispersions)\",\r\n\t\t\t\"parent\": \"4005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4006\",\r\n\t\t\t\"text\": \"4006 - Unvulcanised rubber in other forms (e.g. rods, tubes and profile shapes) and articles (e.g. discs and rings)\",\r\n\t\t\t\"parent\": \"40\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400610\",\r\n\t\t\t\"text\": \"400610 - Rubber; unvulcanised, camel-back strips for retreading rubber tyres\",\r\n\t\t\t\"parent\": \"4006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400690\",\r\n\t\t\t\"text\": \"400690 - Rubber; unvulcanised, other than camel back strips for retreading rubber tyres\",\r\n\t\t\t\"parent\": \"4006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4007\",\r\n\t\t\t\"text\": \"4007 - Vulcanised rubber thread and cord\",\r\n\t\t\t\"parent\": \"40\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400700\",\r\n\t\t\t\"text\": \"400700 - Rubber; vulcanised, thread and cord\",\r\n\t\t\t\"parent\": \"4007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4008\",\r\n\t\t\t\"text\": \"4008 - Plates, sheets, strip, rods and profile shapes, of vulcanised rubber other than hard rubber\",\r\n\t\t\t\"parent\": \"40\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400811\",\r\n\t\t\t\"text\": \"400811 - Rubber; vulcanised (other than hard rubber), in plates, sheets and strip of cellular rubber\",\r\n\t\t\t\"parent\": \"4008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400819\",\r\n\t\t\t\"text\": \"400819 - Rubber; vulcanised (other than hard rubber), cellular rubber, (other than in plates, sheets or strip)\",\r\n\t\t\t\"parent\": \"4008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400821\",\r\n\t\t\t\"text\": \"400821 - Rubber; vulcanised (other than hard rubber), in plates, sheets and strip, of non-cellular rubber\",\r\n\t\t\t\"parent\": \"4008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400829\",\r\n\t\t\t\"text\": \"400829 - Rubber; vulcanised (other than hard rubber), non-cellular rubber, in forms other than plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4009\",\r\n\t\t\t\"text\": \"4009 - Tubes, pipes and hoses, of vulcanised rubber (other than hard rubber), with or without their fittings (e.g. joints, elbows, flanges)\",\r\n\t\t\t\"parent\": \"40\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400910\",\r\n\t\t\t\"text\": \"400910 - Rubber tube, pipe or hose not reinforced, no fittings\",\r\n\t\t\t\"parent\": \"4009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400911\",\r\n\t\t\t\"text\": \"400911 - Rubber; vulcanised (other than hard rubber), tubing, piping and hoses, not reinforced or otherwise combined with other materials, without fittings\",\r\n\t\t\t\"parent\": \"4009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400912\",\r\n\t\t\t\"text\": \"400912 - Rubber; vulcanised (other than hard rubber), tubing, piping and hoses, not reinforced or otherwise combined with other materials, with fittings\",\r\n\t\t\t\"parent\": \"4009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400920\",\r\n\t\t\t\"text\": \"400920 - Rubber tube, pipe, hose, metal reinforced, no fitting\",\r\n\t\t\t\"parent\": \"4009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400921\",\r\n\t\t\t\"text\": \"400921 - Rubber; vulcanised (other than hard rubber), tubing, piping and hoses, reinforced or otherwise combined only with metal, without fittings\",\r\n\t\t\t\"parent\": \"4009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400922\",\r\n\t\t\t\"text\": \"400922 - Rubber; vulcanised (other than hard rubber), tubing, piping and hoses, reinforced or otherwise combined only with metal, with fittings\",\r\n\t\t\t\"parent\": \"4009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400930\",\r\n\t\t\t\"text\": \"400930 - Rubber tube, pipe, hose textile-reinforced no fitting\",\r\n\t\t\t\"parent\": \"4009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400931\",\r\n\t\t\t\"text\": \"400931 - Rubber; vulcanised (other than hard rubber), tubing, piping and hoses, reinforced or otherwise combined only with textile materials, without fittings\",\r\n\t\t\t\"parent\": \"4009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400932\",\r\n\t\t\t\"text\": \"400932 - Rubber; vulcanised (other than hard rubber), tubing, piping and hoses, reinforced or otherwise combined only with textile materials, with fittings\",\r\n\t\t\t\"parent\": \"4009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400940\",\r\n\t\t\t\"text\": \"400940 - Rubber tube, pipe or hose, reinforced nes, no fitting\",\r\n\t\t\t\"parent\": \"4009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400941\",\r\n\t\t\t\"text\": \"400941 - Rubber; vulcanised (other than hard rubber), tubing, piping and hoses, reinforced or otherwise combined with materials other than metal or textiles, without fittings\",\r\n\t\t\t\"parent\": \"4009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400942\",\r\n\t\t\t\"text\": \"400942 - Rubber; vulcanised (other than hard rubber), tubing, piping and hoses, reinforced or otherwise combined with materials other than metal or textiles, with fittings\",\r\n\t\t\t\"parent\": \"4009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400950\",\r\n\t\t\t\"text\": \"400950 - Rubber tube, pipe or hose with fittings\",\r\n\t\t\t\"parent\": \"4009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4010\",\r\n\t\t\t\"text\": \"4010 - Conveyor or transmission belts or belting, of vulcanised rubber\",\r\n\t\t\t\"parent\": \"40\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401010\",\r\n\t\t\t\"text\": \"401010 - Transmission belts etc, rubber, trapezoidal\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401011\",\r\n\t\t\t\"text\": \"401011 - Rubber; vulcanised, conveyor belts or belting, reinforced only with metal\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401012\",\r\n\t\t\t\"text\": \"401012 - Rubber; vulcanised, conveyor belts or belting, reinforced only with textile materials\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401013\",\r\n\t\t\t\"text\": \"401013 - Conveyor belt plastic re\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401019\",\r\n\t\t\t\"text\": \"401019 - Rubber; vulcanised, conveyor belts or belting, (reinforced with other than metal only or textile materials only)\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401021\",\r\n\t\t\t\"text\": \"401021 - Endless trnsm belt trape\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401022\",\r\n\t\t\t\"text\": \"401022 - Endless trnsm belt trape\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401023\",\r\n\t\t\t\"text\": \"401023 - Endless synchroneous bel\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401024\",\r\n\t\t\t\"text\": \"401024 - Endless synchroneous bel\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401029\",\r\n\t\t\t\"text\": \"401029 - Tranmission belts nes\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401031\",\r\n\t\t\t\"text\": \"401031 - Rubber; vulcanised, endless transmission belts of trapezoidal cross-section (V-belts), V-ribbed, of an outside circumference exceeding 60cm but not exceeding 180 cm\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401032\",\r\n\t\t\t\"text\": \"401032 - Rubber; vulcanised, endless transmission belts of trapezoidal cross-section (V-belts), other than V-ribbed, of an outside circumference exceeding 60cm but not exceeding 180 cm\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401033\",\r\n\t\t\t\"text\": \"401033 - Rubber; vulcanised, endless transmission belts of trapezoidal cross-section (V-belts), V-ribbed, of an outside circumference exceeding 180cm but not exceeding 240 cm\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401034\",\r\n\t\t\t\"text\": \"401034 - Rubber; vulcanised, endless transmission belts of trapezoidal cross-section (V-belts), other than V-ribbed, of an outside circumference exceeding 180cm but not exceeding 240 cm\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401035\",\r\n\t\t\t\"text\": \"401035 - Rubber; vulcanised, endless synchronous belts, of an outside circumference exceeding 60 cm but not exceeding 150 cm\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401036\",\r\n\t\t\t\"text\": \"401036 - Rubber; vulcanised, endless synchronous belts, of an outside circumference exceeding 150 cm but not exceeding 198 cm\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401039\",\r\n\t\t\t\"text\": \"401039 - Rubber; vulcanised, conveyor or transmission belts or belting, n.e.c. in heading no. 4010\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401091\",\r\n\t\t\t\"text\": \"401091 - Conveyor belts and belting, rubber, <20cm wide\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401099\",\r\n\t\t\t\"text\": \"401099 - Conveyor, transmission belts and belting, rubber nes\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4011\",\r\n\t\t\t\"text\": \"4011 - New pneumatic tyres, of rubber\",\r\n\t\t\t\"parent\": \"40\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401110\",\r\n\t\t\t\"text\": \"401110 - Rubber; new pneumatic tyres, of a kind used on motor cars (including station wagons and racing cars)\",\r\n\t\t\t\"parent\": \"4011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401120\",\r\n\t\t\t\"text\": \"401120 - Rubber; new pneumatic tyres, of a kind used on buses or lorries\",\r\n\t\t\t\"parent\": \"4011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401130\",\r\n\t\t\t\"text\": \"401130 - Rubber; new pneumatic tyres, of a kind used on aircraft\",\r\n\t\t\t\"parent\": \"4011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401140\",\r\n\t\t\t\"text\": \"401140 - Rubber; new pneumatic tyres, of a kind used on motorcycles\",\r\n\t\t\t\"parent\": \"4011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401150\",\r\n\t\t\t\"text\": \"401150 - Rubber; new pneumatic tyres, of a kind used on bicycles\",\r\n\t\t\t\"parent\": \"4011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401161\",\r\n\t\t\t\"text\": \"401161 - Rubber; new pneumatic tyres having a herring-bone or similar tread, of a kind used on agricultural or forestry vehicles and machines\",\r\n\t\t\t\"parent\": \"4011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401162\",\r\n\t\t\t\"text\": \"401162 - Rubber; new pneumatic tyres having a herring-bone or similar tread, of a kind used on construction or industrial handling vehicles and machines and having a rim size not exceeding 61cm\",\r\n\t\t\t\"parent\": \"4011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401163\",\r\n\t\t\t\"text\": \"401163 - Rubber; new pneumatic tyres having a herring-bone or similar tread, of a kind used on construction or industrial handling vehicles and machines and having a rim size exceeding 61cm\",\r\n\t\t\t\"parent\": \"4011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401169\",\r\n\t\t\t\"text\": \"401169 - Rubber; new pneumatic tyres having a herring-bone or similar tread, of a kind used on light industrial vehicles\",\r\n\t\t\t\"parent\": \"4011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401170\",\r\n\t\t\t\"text\": \"401170 - Rubber; new pneumatic tyres, of a kind used on agricultural or forestry vehicles and machines\",\r\n\t\t\t\"parent\": \"4011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401180\",\r\n\t\t\t\"text\": \"401180 - Rubber; new pneumatic tyres, of a kind used on construction, mining or industrial handling vehicles and machines\",\r\n\t\t\t\"parent\": \"4011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401190\",\r\n\t\t\t\"text\": \"401190 - Rubber; new pneumatic tyres, of a kind used on light commercial vehicles\",\r\n\t\t\t\"parent\": \"4011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401191\",\r\n\t\t\t\"text\": \"401191 - Pneumatic tyres new of rubber nes, herring-bone tread\",\r\n\t\t\t\"parent\": \"4011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401192\",\r\n\t\t\t\"text\": \"401192 - Rubber; new pneumatic tyres having other than a herring-bone or similar tread, of a kind used on agricultural or forestry vehicles and machines\",\r\n\t\t\t\"parent\": \"4011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401193\",\r\n\t\t\t\"text\": \"401193 - Rubber; new pneumatic tyres having other than a herring-bone or similar tread, of a kind used on construction or industrial handling vehicles and machines and having a rim size not exceeding 61cm\",\r\n\t\t\t\"parent\": \"4011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401194\",\r\n\t\t\t\"text\": \"401194 - Rubber; new pneumatic tyres having other than a herring-bone or similar tread, of a kind used on construction or industrial handling vehicles and machines and having a rim size exceeding 61cm\",\r\n\t\t\t\"parent\": \"4011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401199\",\r\n\t\t\t\"text\": \"401199 - Rubber; new pneumatic tyres having other than a herring-bone or similar tread, of a kind used on light industrial vehicles\",\r\n\t\t\t\"parent\": \"4011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4012\",\r\n\t\t\t\"text\": \"4012 - Retreaded or used pneumatic tyres of rubber; solid or cushion tyres, tyre treads and tyre flaps, of rubber\",\r\n\t\t\t\"parent\": \"40\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401210\",\r\n\t\t\t\"text\": \"401210 - Retreaded tyres\",\r\n\t\t\t\"parent\": \"4012\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401211\",\r\n\t\t\t\"text\": \"401211 - Retreaded tyres; of a kind used on motor cars (including station wagons and racing cars)\",\r\n\t\t\t\"parent\": \"4012\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401212\",\r\n\t\t\t\"text\": \"401212 - Retreaded tyres; of a kind used on motor buses or lorries\",\r\n\t\t\t\"parent\": \"4012\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401213\",\r\n\t\t\t\"text\": \"401213 - Retreaded tyres; of a kind used on aircraft\",\r\n\t\t\t\"parent\": \"4012\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401219\",\r\n\t\t\t\"text\": \"401219 - Retreaded tyres; other than of a kind used on motor cars (including station wagons and racing cars), buses and lorries and aircraft\",\r\n\t\t\t\"parent\": \"4012\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401220\",\r\n\t\t\t\"text\": \"401220 - Rubber; used pneumatic tyres\",\r\n\t\t\t\"parent\": \"4012\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401290\",\r\n\t\t\t\"text\": \"401290 - Rubber; tyres n.e.c. in heading no. 4012\",\r\n\t\t\t\"parent\": \"4012\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4013\",\r\n\t\t\t\"text\": \"4013 - Inner tubes, of rubber\",\r\n\t\t\t\"parent\": \"40\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401310\",\r\n\t\t\t\"text\": \"401310 - Rubber; inner tubes, of a kind used on motorcars (including station wagons and racing cars), buses and lorries\",\r\n\t\t\t\"parent\": \"4013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401320\",\r\n\t\t\t\"text\": \"401320 - Rubber; inner tubes, of a kind used on bicycles\",\r\n\t\t\t\"parent\": \"4013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401390\",\r\n\t\t\t\"text\": \"401390 - Rubber; inner tubes, n.e.c. in heading no. 4013\",\r\n\t\t\t\"parent\": \"4013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4014\",\r\n\t\t\t\"text\": \"4014 - Hygienic or pharmaceutical articles (including teats), of vulcanised rubber other than hard rubber, with or without fittings of hard rubber\",\r\n\t\t\t\"parent\": \"40\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401410\",\r\n\t\t\t\"text\": \"401410 - Rubber; vulcanised (other than hard rubber), sheath contraceptives\",\r\n\t\t\t\"parent\": \"4014\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401490\",\r\n\t\t\t\"text\": \"401490 - Rubber; vulcanised (other than hard rubber), hygienic or pharmaceutical articles (excluding sheath contraceptives), with or without fittings of hard rubber\",\r\n\t\t\t\"parent\": \"4014\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4015\",\r\n\t\t\t\"text\": \"4015 - Articles of apparel and clothing accessories (including gloves, mittens and mitts), for all purposes, of vulcanised rubber other than hard rubber\",\r\n\t\t\t\"parent\": \"40\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401511\",\r\n\t\t\t\"text\": \"401511 - Rubber; vulcanised (other than hard rubber), surgical gloves\",\r\n\t\t\t\"parent\": \"4015\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401512\",\r\n\t\t\t\"text\": \"401512 - Rubber; vulcanised (other than hard rubber), gloves, of a kind used for medical, surgical, dental or veterinary purposes\",\r\n\t\t\t\"parent\": \"4015\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401519\",\r\n\t\t\t\"text\": \"401519 - Rubber; vulcanised (other than hard rubber), gloves, mittens and mitts other than surgical gloves\",\r\n\t\t\t\"parent\": \"4015\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401590\",\r\n\t\t\t\"text\": \"401590 - Rubber; vulcanised (other than hard rubber), articles of apparel and clothing accessories (other than gloves, mittens and mitts)\",\r\n\t\t\t\"parent\": \"4015\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4016\",\r\n\t\t\t\"text\": \"4016 - Articles of vulcanised rubber other than hard rubber, n.e.c. in chapter 40\",\r\n\t\t\t\"parent\": \"40\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401610\",\r\n\t\t\t\"text\": \"401610 - Rubber; vulcanised (other than hard rubber), moulded rubber mats and mats of non-rectangular shape made by cutting from the piece, of cellular rubber\",\r\n\t\t\t\"parent\": \"4016\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401691\",\r\n\t\t\t\"text\": \"401691 - Rubber; vulcanised (other than hard rubber), floor coverings and mats, of non-cellular rubber\",\r\n\t\t\t\"parent\": \"4016\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401692\",\r\n\t\t\t\"text\": \"401692 - Rubber; vulcanised (other than hard rubber), erasers, of non-cellular rubber\",\r\n\t\t\t\"parent\": \"4016\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401693\",\r\n\t\t\t\"text\": \"401693 - Rubber; vulcanised (other than hard rubber), gaskets, washers and other seals, of non-cellular rubber\",\r\n\t\t\t\"parent\": \"4016\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401694\",\r\n\t\t\t\"text\": \"401694 - Rubber; vulcanised (other than hard rubber), boat or dock fenders, whether or not inflatable, of non-cellular rubber\",\r\n\t\t\t\"parent\": \"4016\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401695\",\r\n\t\t\t\"text\": \"401695 - Rubber; vulcanised (other than hard rubber), inflatable articles (other than boat or dock fenders), of non-cellular rubber\",\r\n\t\t\t\"parent\": \"4016\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401699\",\r\n\t\t\t\"text\": \"401699 - Rubber; vulcanised (other than hard rubber), articles n.e.c. in heading no. 4016, of non-cellular rubber\",\r\n\t\t\t\"parent\": \"4016\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4017\",\r\n\t\t\t\"text\": \"4017 - Hard rubber (e.g. ebonite) in all forms, including waste and scrap; articles of hard rubber\",\r\n\t\t\t\"parent\": \"40\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401700\",\r\n\t\t\t\"text\": \"401700 - Rubber; ebonite and other hard rubbers in all forms, including waste and scrap, and articles of hard rubber\",\r\n\t\t\t\"parent\": \"4017\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"41\",\r\n\t\t\t\"text\": \"41 - Raw hides and skins (other than furskins) and leather\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4101\",\r\n\t\t\t\"text\": \"4101 - Raw hides and skins of bovine (including buffalo) or equine animals (fresh, salted, dried, limed, pickled, otherwise preserved but not tanned, parchment dressed or further prepared), whether or not dehaired or split\",\r\n\t\t\t\"parent\": \"41\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410110\",\r\n\t\t\t\"text\": \"410110 - Bovine skins, whole, raw\",\r\n\t\t\t\"parent\": \"4101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410120\",\r\n\t\t\t\"text\": \"410120 - Raw hides and skins; whole, unsplit, of bovine or equine animals, of a weight per skin not exceeding 8kg when simply dried, 10kg when dry-salted or 16kg when fresh, wet-salted or otherwise preserved\",\r\n\t\t\t\"parent\": \"4101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410121\",\r\n\t\t\t\"text\": \"410121 - Bovine hides, whole, fresh or wet-salted\",\r\n\t\t\t\"parent\": \"4101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410122\",\r\n\t\t\t\"text\": \"410122 - Butts and bends, bovine, fresh or wet-salted\",\r\n\t\t\t\"parent\": \"4101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410129\",\r\n\t\t\t\"text\": \"410129 - Hide sections, bovine, nes, fresh or wet-salted\",\r\n\t\t\t\"parent\": \"4101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410130\",\r\n\t\t\t\"text\": \"410130 - Bovine hides, raw, nes\",\r\n\t\t\t\"parent\": \"4101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410140\",\r\n\t\t\t\"text\": \"410140 - Equine hides and skins, raw\",\r\n\t\t\t\"parent\": \"4101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410150\",\r\n\t\t\t\"text\": \"410150 - Hides and skins; raw, whole, of bovine or equine animals, of a weight per skin exceeding 16 kg\",\r\n\t\t\t\"parent\": \"4101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410190\",\r\n\t\t\t\"text\": \"410190 - Hides and skins; other than whole, but including butts, bends and bellies, of bovine (including. buffalo) and equine animals, fresh, salted or preserved, but not tanned, parchment dressed or further prepared, whether or not dehaired or split\",\r\n\t\t\t\"parent\": \"4101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4102\",\r\n\t\t\t\"text\": \"4102 - Raw skins of sheep or lambs (fresh, salted, dried, limed, pickled or otherwise preserved, but not further prepared), whether or not with wool on or split\",\r\n\t\t\t\"parent\": \"41\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410210\",\r\n\t\t\t\"text\": \"410210 - Skins; raw, of sheep or lambs, fresh, or salted, dried, limed, pickled or otherwise preserved, (but not tanned, parchment-dressed or further prepared), with wool on\",\r\n\t\t\t\"parent\": \"4102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410221\",\r\n\t\t\t\"text\": \"410221 - Skins; raw, of sheep or lambs, pickled (but not tanned, parchment-dressed or further preserved), without wool on\",\r\n\t\t\t\"parent\": \"4102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410229\",\r\n\t\t\t\"text\": \"410229 - Hides and skins; raw, of animals n.e.c. in this chapter, fresh, salted, dried, limed, pickled or otherwise preserved, (but not tanned, parchment-dressed or further prepared), whether or not dehaired or split\",\r\n\t\t\t\"parent\": \"4102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4103\",\r\n\t\t\t\"text\": \"4103 - Raw hides and skins n.e.c in headings no. 4101, 4102; fresh, salted, dried, pickled or otherwise preserved, not further prepared, whether or not dehaired or split\",\r\n\t\t\t\"parent\": \"41\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410310\",\r\n\t\t\t\"text\": \"410310 - Goat or kid hides and skins, raw, nes\",\r\n\t\t\t\"parent\": \"4103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410320\",\r\n\t\t\t\"text\": \"410320 - Hides and skins; raw, of reptiles (fresh or salted, dried, limed, pickled or otherwise preserved, but not tanned, parchment-dressed or further prepared), whether or not dehaired or split\",\r\n\t\t\t\"parent\": \"4103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410330\",\r\n\t\t\t\"text\": \"410330 - Hides and skins; raw, of swine, (fresh or salted, dried, limed, pickled or otherwise preserved, but not tanned, parchment-dressed or further prepared), whether or not dehaired or split\",\r\n\t\t\t\"parent\": \"4103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410390\",\r\n\t\t\t\"text\": \"410390 - Hides and skins; raw, of animals n.e.c. in this chapter, fresh, salted, dried, limed, pickled or otherwise preserved, (but not tanned, parchment-dressed or further prepared), whether or not dehaired or split\",\r\n\t\t\t\"parent\": \"4103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4104\",\r\n\t\t\t\"text\": \"4104 - Tanned or crust hides and skins of bovine (including buffalo) or equine animals, without hair on, whether or not split, but not further prepared\",\r\n\t\t\t\"parent\": \"41\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410410\",\r\n\t\t\t\"text\": \"410410 - Bovine skin leather, whole\",\r\n\t\t\t\"parent\": \"4104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410411\",\r\n\t\t\t\"text\": \"410411 - Tanned or crust hides and skins; without hair on, bovine or equine, in the wet state (including wet-blue), full grains, unsplit; grain splits\",\r\n\t\t\t\"parent\": \"4104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410419\",\r\n\t\t\t\"text\": \"410419 - Tanned or crust hides and skins; bovine or equine, without hair on, in the wet state (including wet-blue), excluding full grains, unsplit; grain splits\",\r\n\t\t\t\"parent\": \"4104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410421\",\r\n\t\t\t\"text\": \"410421 - Bovine leather, vegetable pre-tanned except whole ski\",\r\n\t\t\t\"parent\": \"4104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410422\",\r\n\t\t\t\"text\": \"410422 - Bovine leather, otherwise pre-tanned except whole ski\",\r\n\t\t\t\"parent\": \"4104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410429\",\r\n\t\t\t\"text\": \"410429 - Bovine and equine leather, tanned or retanned, nes\",\r\n\t\t\t\"parent\": \"4104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410431\",\r\n\t\t\t\"text\": \"410431 - Bovine and equine leather, full or split grain, nes\",\r\n\t\t\t\"parent\": \"4104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410439\",\r\n\t\t\t\"text\": \"410439 - Bovine and equine leather, nes\",\r\n\t\t\t\"parent\": \"4104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410441\",\r\n\t\t\t\"text\": \"410441 - Tanned or crust hides and skins; bovine or equine, without hair on, in the dry state (crust), full grains, unsplit; grain splits\",\r\n\t\t\t\"parent\": \"4104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410449\",\r\n\t\t\t\"text\": \"410449 - Tanned or crust hides and skins; bovine or equine, without hair on, in the dry state (crust), (other than full grains, unsplit; grain splits)\",\r\n\t\t\t\"parent\": \"4104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4105\",\r\n\t\t\t\"text\": \"4105 - Tanned or crust skins of sheep and lambs, without wool on, whether or not split, but not further prepared\",\r\n\t\t\t\"parent\": \"41\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410510\",\r\n\t\t\t\"text\": \"410510 - Tanned or crust skins of sheep or lambs, without wool on, whether or not split, but not further prepared, in the wet state (including wet-blue)\",\r\n\t\t\t\"parent\": \"4105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410511\",\r\n\t\t\t\"text\": \"410511 - Sheep or lamb skin leather, vegetable pre-tanned\",\r\n\t\t\t\"parent\": \"4105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410512\",\r\n\t\t\t\"text\": \"410512 - Sheep or lamb skin leather, otherwise pre-tanned\",\r\n\t\t\t\"parent\": \"4105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410519\",\r\n\t\t\t\"text\": \"410519 - Sheep or lamb skin leather, tanned or retanned, nes\",\r\n\t\t\t\"parent\": \"4105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410520\",\r\n\t\t\t\"text\": \"410520 - Sheep or lamb skin leather, nes\",\r\n\t\t\t\"parent\": \"4105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410530\",\r\n\t\t\t\"text\": \"410530 - Tanned or crust skins; of sheep or lambs, without wool on, whether or not split, but not further prepared, in the dry state (crust)\",\r\n\t\t\t\"parent\": \"4105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4106\",\r\n\t\t\t\"text\": \"4106 - Tanned or crust hides and skins of other animals, without wool or hair on, whether or not split, but not further prepared\",\r\n\t\t\t\"parent\": \"41\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410611\",\r\n\t\t\t\"text\": \"410611 - Goat or kid skin leather, vegetable pre-tanned\",\r\n\t\t\t\"parent\": \"4106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410612\",\r\n\t\t\t\"text\": \"410612 - Goat or kid skin leather, otherwise pre-tanned\",\r\n\t\t\t\"parent\": \"4106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410619\",\r\n\t\t\t\"text\": \"410619 - Goat or kid skin leather, tanned or retanned, nes\",\r\n\t\t\t\"parent\": \"4106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410620\",\r\n\t\t\t\"text\": \"410620 - Goat or kid skin leather, nes\",\r\n\t\t\t\"parent\": \"4106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410621\",\r\n\t\t\t\"text\": \"410621 - Tanned or crust hides and skins; of goats or kids, without wool or hair on, whether or not split, but not further prepared, in the wet state (including wet-blue)\",\r\n\t\t\t\"parent\": \"4106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410622\",\r\n\t\t\t\"text\": \"410622 - Tanned or crust hides and skins; of goats or kids, without hair on, whether or not split, but not further prepared, in the dry state (crust)\",\r\n\t\t\t\"parent\": \"4106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410631\",\r\n\t\t\t\"text\": \"410631 - Tanned or crust hides and skins; of swine, without hair on, whether or not split, but not further prepared, in the wet state (including wet-blue)\",\r\n\t\t\t\"parent\": \"4106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410632\",\r\n\t\t\t\"text\": \"410632 - Tanned or crust hides and skins; of swine, without hair on, whether or not split, but not further prepared, in the dry state (crust)\",\r\n\t\t\t\"parent\": \"4106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410640\",\r\n\t\t\t\"text\": \"410640 - Tanned or crust hides and skins; of reptiles, whether or not split, but not further prepared\",\r\n\t\t\t\"parent\": \"4106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410691\",\r\n\t\t\t\"text\": \"410691 - Tanned or crust hides and skins; of animals other than equine, ovine, bovine, goats or kids, swine and reptiles, without wool or hair on, whether or not split, but not further prepared, in the wet state (including wet-blue)\",\r\n\t\t\t\"parent\": \"4106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410692\",\r\n\t\t\t\"text\": \"410692 - Tanned or crust hides and skins; of animals other than equine, ovine, bovine, goats or kids, swine and reptiles, without wool or hair on, whether or not split, but not further prepared, in the dry state (crust)\",\r\n\t\t\t\"parent\": \"4106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4107\",\r\n\t\t\t\"text\": \"4107 - Leather further prepared after tanning or crusting, including parchment-dressed leather, of bovine (including buffalo) or equine animals, without hair on, whether or not split, other than leather of heading 41.14\",\r\n\t\t\t\"parent\": \"41\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410710\",\r\n\t\t\t\"text\": \"410710 - Swine leather\",\r\n\t\t\t\"parent\": \"4107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410711\",\r\n\t\t\t\"text\": \"410711 - Leather; further prepared after tanning or crusting, including parchment-dressed leather, of bovine (including buffalo) or equine animals, without hair on, other than leather of heading 41.14, whole hides and skins, full grain, unsplit\",\r\n\t\t\t\"parent\": \"4107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410712\",\r\n\t\t\t\"text\": \"410712 - Leather; further prepared after tanning or crusting, including parchment-dressed leather, of bovine (including buffalo) or equine animals, without hair on, other than leather of heading 41.14, whole hides and skins, grain splits\",\r\n\t\t\t\"parent\": \"4107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410719\",\r\n\t\t\t\"text\": \"410719 - Leather; further prepared after tanning or crusting, including parchment-dressed, of bovine (including buffalo) or equine animals, without hair on, split or not, other than leather of heading 41.14, (other than grain splits and full grains, unsplit)\",\r\n\t\t\t\"parent\": \"4107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410721\",\r\n\t\t\t\"text\": \"410721 - Reptile leather, vegetable pre-tanned\",\r\n\t\t\t\"parent\": \"4107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410729\",\r\n\t\t\t\"text\": \"410729 - Reptile leather, other than vegetable pre-tanned\",\r\n\t\t\t\"parent\": \"4107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410790\",\r\n\t\t\t\"text\": \"410790 - Leather, of animals nes\",\r\n\t\t\t\"parent\": \"4107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410791\",\r\n\t\t\t\"text\": \"410791 - Leather; further prepared after tanning or crusting, including parchment-dressed, of bovine (including buffalo) or equine animals, without hair on, other than leather of heading 41.14, not whole hides and skins, but including sides, full grain, unsplit\",\r\n\t\t\t\"parent\": \"4107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410792\",\r\n\t\t\t\"text\": \"410792 - Leather; further prepared after tanning or crusting, including parchment-dressed, of bovine (including buffalo) or equine animals, without hair on, other than leather of heading 41.14, not whole hides and skins, but including sides, grain splits\",\r\n\t\t\t\"parent\": \"4107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410799\",\r\n\t\t\t\"text\": \"410799 - Leather; further prepared after tanning or crusting, incl. parchment-dressed, of bovine (including buffalo) or equine animals, no hair, excluding leather of heading 41.14, and whole hides and skins, and sides, (full grains, unsplit and grain splits)\",\r\n\t\t\t\"parent\": \"4107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4108\",\r\n\t\t\t\"text\": \"4108 - Chamois (including combination chamois) leather\",\r\n\t\t\t\"parent\": \"41\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410800\",\r\n\t\t\t\"text\": \"410800 - Chamois (including combination chamois) leather\",\r\n\t\t\t\"parent\": \"4108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4109\",\r\n\t\t\t\"text\": \"4109 - Patent leather, metallised leather\",\r\n\t\t\t\"parent\": \"41\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410900\",\r\n\t\t\t\"text\": \"410900 - Patent leather, metallised leather\",\r\n\t\t\t\"parent\": \"4109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4110\",\r\n\t\t\t\"text\": \"4110 - Parings and other waste of leather\",\r\n\t\t\t\"parent\": \"41\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"411000\",\r\n\t\t\t\"text\": \"411000 - Parings and other waste of leather\",\r\n\t\t\t\"parent\": \"4110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4111\",\r\n\t\t\t\"text\": \"4111 - Composition leather, in slabs, sheets or strips\",\r\n\t\t\t\"parent\": \"41\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"411100\",\r\n\t\t\t\"text\": \"411100 - Composition leather, in slabs, sheets or strip\",\r\n\t\t\t\"parent\": \"4111\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4112\",\r\n\t\t\t\"text\": \"4112 - Leather further prepared after tanning or crusting, including parchment dressed leather, of sheep or lamb, without wool on, whether or not split, other than leather of heading 41.14\",\r\n\t\t\t\"parent\": \"41\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"411200\",\r\n\t\t\t\"text\": \"411200 - Leather; further prepared after tanning or crusting, including parchment dressed leather, of sheep or lamb, without wool on, whether or not split, other than leather of heading 41.14\",\r\n\t\t\t\"parent\": \"4112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4113\",\r\n\t\t\t\"text\": \"4113 - Leather further prepared after tanning or crusting, including parchment-dressed leather, of animals (other than ovine), without wool or hair on, whether or not split, other than leather of heading 41.14\",\r\n\t\t\t\"parent\": \"41\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"411310\",\r\n\t\t\t\"text\": \"411310 - Leather; further prepared after tanning or crusting, including parchment-dressed leather, without hair on, whether or not split, other than leather of heading 41.14, of goats and kids\",\r\n\t\t\t\"parent\": \"4113\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"411320\",\r\n\t\t\t\"text\": \"411320 - Leather; further prepared after tanning or crusting, including parchment-dressed leather, without hair on, whether or not split, other than leather of heading 41.14, of swine\",\r\n\t\t\t\"parent\": \"4113\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"411330\",\r\n\t\t\t\"text\": \"411330 - Leather; further prepared after tanning or crusting, including parchment-dressed leather, of reptiles, whether or not split, other than leather of heading 41.14\",\r\n\t\t\t\"parent\": \"4113\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"411390\",\r\n\t\t\t\"text\": \"411390 - Leather; further prepared after tanning or crusting, including parchment-dressed leather, of animals (other than sheep and lambs, goats and kids, swine and reptiles), without wool or hair on, whether or not split, other than leather of heading 41.14\",\r\n\t\t\t\"parent\": \"4113\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4114\",\r\n\t\t\t\"text\": \"4114 - Chamois (including combination chamois) leather; patent leather and patent laminated leather; metallised leather\",\r\n\t\t\t\"parent\": \"41\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"411410\",\r\n\t\t\t\"text\": \"411410 - Leather; chamois (including combination chamois)\",\r\n\t\t\t\"parent\": \"4114\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"411420\",\r\n\t\t\t\"text\": \"411420 - Leather; patent leather and laminated patent leather; metallised leather\",\r\n\t\t\t\"parent\": \"4114\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4115\",\r\n\t\t\t\"text\": \"4115 - Composition leather with a basis of leather or leather fibre, in slabs, sheets or strip, in rolls or not; parings and other waste of leather or of composition leather, not suitable for the manufacture of leather articles; leather dust, powder and flour\",\r\n\t\t\t\"parent\": \"41\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"411510\",\r\n\t\t\t\"text\": \"411510 - Leather; composition leather with a basis of leather or leather fibre, in slabs, sheets or strip, whether or not in rolls\",\r\n\t\t\t\"parent\": \"4115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"411520\",\r\n\t\t\t\"text\": \"411520 - Leather; parings and other waste, of leather or composition leather; not suitable for the manufacture of leather articles; leather dust, powder and flour\",\r\n\t\t\t\"parent\": \"4115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"42\",\r\n\t\t\t\"text\": \"42 - Articles of leather; saddlery and harness; travel goods, handbags and similar containers; articles of animal gut (other than silk-worm gut)\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4201\",\r\n\t\t\t\"text\": \"4201 - Saddlery and harness for any animal (including traces, leads, knee pads, muzzles, saddle cloths, saddle bags, dog coats and the like) of any material\",\r\n\t\t\t\"parent\": \"42\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420100\",\r\n\t\t\t\"text\": \"420100 - Saddlery and harness; for any animal (including traces, leads, knee pads, muzzles, saddle cloths, saddle bags, dog coats and the like), of any materials\",\r\n\t\t\t\"parent\": \"4201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4202\",\r\n\t\t\t\"text\": \"4202 - Trunks; suit, camera, jewellery, cutlery cases; travel, tool, similar bags; wholly or mainly covered by leather, composition leather, plastic sheeting, textile materials, vulcanised fibre, paperboard\",\r\n\t\t\t\"parent\": \"42\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420211\",\r\n\t\t\t\"text\": \"420211 - Cases and containers; trunks, suit-cases, vanity-cases, executive-cases, brief-cases, school satchels and similar containers, with outer surface of leather or of composition leather\",\r\n\t\t\t\"parent\": \"4202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420212\",\r\n\t\t\t\"text\": \"420212 - Cases and containers; trunks, suit-cases, vanity-cases, executive-cases, brief-cases, school satchels and similar containers, with outer surface of plastics or of textile materials\",\r\n\t\t\t\"parent\": \"4202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420219\",\r\n\t\t\t\"text\": \"420219 - Cases and containers; trunks, suit-cases, vanity-cases, executive-cases, brief-cases, school satchels and similar containers, of vulcanised fibre or of paperboard, or wholly or mainly covered with such materials or with paper\",\r\n\t\t\t\"parent\": \"4202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420221\",\r\n\t\t\t\"text\": \"420221 - Cases and containers; handbags (whether or not with shoulder strap and including those without handle), with outer surface of leather or of composition leather\",\r\n\t\t\t\"parent\": \"4202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420222\",\r\n\t\t\t\"text\": \"420222 - Cases and containers; handbags (whether or not with shoulder strap and including those without handle), with outer surface of sheeting of plastics or of textile materials\",\r\n\t\t\t\"parent\": \"4202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420229\",\r\n\t\t\t\"text\": \"420229 - Cases and containers; handbags (whether or not with shoulder strap and including those without handle), of vulcanised fibre or of paperboard, or wholly or mainly covered with such materials or with paper\",\r\n\t\t\t\"parent\": \"4202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420231\",\r\n\t\t\t\"text\": \"420231 - Cases and containers; of a kind normally carried in the pocket or in the handbag, with outer surface of leather or of composition leather\",\r\n\t\t\t\"parent\": \"4202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420232\",\r\n\t\t\t\"text\": \"420232 - Cases and containers; of a kind normally carried in the pocket or in the handbag, with outer surface of sheeting of plastics or of textile materials\",\r\n\t\t\t\"parent\": \"4202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420239\",\r\n\t\t\t\"text\": \"420239 - Cases and containers; of a kind normally carried in the pocket or in the handbag, of vulcanised fibre or of paperboard, or wholly or mainly covered with such materials or with paper\",\r\n\t\t\t\"parent\": \"4202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420291\",\r\n\t\t\t\"text\": \"420291 - Cases and containers; n.e.c. in heading 4202, with outer surface of leather or of composition leather\",\r\n\t\t\t\"parent\": \"4202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420292\",\r\n\t\t\t\"text\": \"420292 - Cases and containers; n.e.c. in heading 4202, with outer surface of sheeting of plastics or of textile materials\",\r\n\t\t\t\"parent\": \"4202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420299\",\r\n\t\t\t\"text\": \"420299 - Cases and containers; n.e.c. in heading 4202, of vulcanised fibre or of paperboard, or wholly or mainly covered with such materials or with paper\",\r\n\t\t\t\"parent\": \"4202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4203\",\r\n\t\t\t\"text\": \"4203 - Articles of apparel and clothing accessories, of leather or of composition leather\",\r\n\t\t\t\"parent\": \"42\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420310\",\r\n\t\t\t\"text\": \"420310 - Apparel; articles of apparel, of leather or of composition leather\",\r\n\t\t\t\"parent\": \"4203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420321\",\r\n\t\t\t\"text\": \"420321 - Clothing accessories; gloves, mittens and mitts, specially designed for use in sports, of leather or composition leather, padded\",\r\n\t\t\t\"parent\": \"4203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420329\",\r\n\t\t\t\"text\": \"420329 - Clothing accessories; gloves, mittens and mitts, n.e.c. in heading no. 4203, of leather or composition leather, not specially designed for use in sports\",\r\n\t\t\t\"parent\": \"4203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420330\",\r\n\t\t\t\"text\": \"420330 - Clothing accessories; belts and bandoliers, of leather or of composition leather\",\r\n\t\t\t\"parent\": \"4203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420340\",\r\n\t\t\t\"text\": \"420340 - Clothing accessories; of leather or of composition leather, n.e.c. in heading no. 4203\",\r\n\t\t\t\"parent\": \"4203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4204\",\r\n\t\t\t\"text\": \"4204 - Leather, composition leather articles, technical use\",\r\n\t\t\t\"parent\": \"42\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420400\",\r\n\t\t\t\"text\": \"420400 - Articles of leather & composition for technical uses\",\r\n\t\t\t\"parent\": \"4204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4205\",\r\n\t\t\t\"text\": \"4205 - Leather or composition leather articles n.e.c. in chapter 42\",\r\n\t\t\t\"parent\": \"42\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420500\",\r\n\t\t\t\"text\": \"420500 - Leather articles; n.e.c. in chapter 42, of leather or composition leather\",\r\n\t\t\t\"parent\": \"4205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4206\",\r\n\t\t\t\"text\": \"4206 - Articles of gut (other than silk-worm gut), of goldbeater's skin, of bladders or of tendons\",\r\n\t\t\t\"parent\": \"42\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420600\",\r\n\t\t\t\"text\": \"420600 - Articles of gut (other than silk-worm gut), of goldbeater's skin, of bladders or of tendons\",\r\n\t\t\t\"parent\": \"4206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420610\",\r\n\t\t\t\"text\": \"420610 - Articles of catgut\",\r\n\t\t\t\"parent\": \"4206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420690\",\r\n\t\t\t\"text\": \"420690 - Articles of gut, goldbeater skin, bladder, tendons ne\",\r\n\t\t\t\"parent\": \"4206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"43\",\r\n\t\t\t\"text\": \"43 - Furskins and artificial fur; manufactures thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4301\",\r\n\t\t\t\"text\": \"4301 - Raw furskins (including heads, tails, paws, other pieces or cuttings, suitable for furriers' use), excluding raw hides and skins of heading no. 4101, 4102 or 4103\",\r\n\t\t\t\"parent\": \"43\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"430110\",\r\n\t\t\t\"text\": \"430110 - Furskins; raw, of mink, whole, with or without head, tail or paws\",\r\n\t\t\t\"parent\": \"4301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"430120\",\r\n\t\t\t\"text\": \"430120 - Raw rabbit or hare furskins, whole\",\r\n\t\t\t\"parent\": \"4301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"430130\",\r\n\t\t\t\"text\": \"430130 - Furskins; raw, of Astrakhan, Broadtail, Caracul, Persian and similar lamb, Indian, Chinese, Mongolian or Tibetan lamb, whole, with or without head, tail or paws\",\r\n\t\t\t\"parent\": \"4301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"430140\",\r\n\t\t\t\"text\": \"430140 - Raw beaver furskins, whole\",\r\n\t\t\t\"parent\": \"4301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"430150\",\r\n\t\t\t\"text\": \"430150 - Raw musk-rat furskins, whole\",\r\n\t\t\t\"parent\": \"4301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"430160\",\r\n\t\t\t\"text\": \"430160 - Furskins; raw, of fox, whole, with or without head, tail or paws\",\r\n\t\t\t\"parent\": \"4301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"430170\",\r\n\t\t\t\"text\": \"430170 - Raw seal furskins, whole\",\r\n\t\t\t\"parent\": \"4301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"430180\",\r\n\t\t\t\"text\": \"430180 - Furskins; raw, of animals n.e.c. in heading no. 4301, whole, with or without head, tail or paws (excluding goods of heading no. 4101, 4102 and 4103)\",\r\n\t\t\t\"parent\": \"4301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"430190\",\r\n\t\t\t\"text\": \"430190 - Furskins; raw, heads, tails, paws and other pieces or cuttings, suitable for furrier's use, excluding goods of heading no. 4101, 4102 and 4103\",\r\n\t\t\t\"parent\": \"4301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4302\",\r\n\t\t\t\"text\": \"4302 - Tanned or dressed furskins (including heads, tails, paws, other pieces, cuttings), unassembled, or assembled (without addition of other materials), excluding those of heading no. 4303\",\r\n\t\t\t\"parent\": \"43\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"430211\",\r\n\t\t\t\"text\": \"430211 - Furskins; tanned or dressed, of mink, whole, with or without head, tail or paws, not assembled\",\r\n\t\t\t\"parent\": \"4302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"430212\",\r\n\t\t\t\"text\": \"430212 - Tanned, dressed rabbit, hare skins, whole, unassemble\",\r\n\t\t\t\"parent\": \"4302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"430213\",\r\n\t\t\t\"text\": \"430213 - Tanned,dressed Persian/etc lambskin, whole,unassemble\",\r\n\t\t\t\"parent\": \"4302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"430219\",\r\n\t\t\t\"text\": \"430219 - Furskins; tanned or dressed, whole, with or without head, tail or paws, not assembled, n.e.c. in heading no. 4302, excluding goods or heading no. 4303\",\r\n\t\t\t\"parent\": \"4302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"430220\",\r\n\t\t\t\"text\": \"430220 - Furskins; tanned or dressed, heads, tails, paws and other pieces or cuttings, not assembled, excluding goods of heading no. 4303\",\r\n\t\t\t\"parent\": \"4302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"430230\",\r\n\t\t\t\"text\": \"430230 - Furskins; tanned or dressed, whole skins and pieces or cuttings thereof, assembled, excluding goods of heading no. 4303\",\r\n\t\t\t\"parent\": \"4302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4303\",\r\n\t\t\t\"text\": \"4303 - Articles of apparel, clothing accessories and other articles of furskin\",\r\n\t\t\t\"parent\": \"43\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"430310\",\r\n\t\t\t\"text\": \"430310 - Furskin articles; apparel and clothing accessories\",\r\n\t\t\t\"parent\": \"4303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"430390\",\r\n\t\t\t\"text\": \"430390 - Furskin articles; other than apparel and clothing accessories\",\r\n\t\t\t\"parent\": \"4303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4304\",\r\n\t\t\t\"text\": \"4304 - Artificial fur and articles thereof\",\r\n\t\t\t\"parent\": \"43\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"430400\",\r\n\t\t\t\"text\": \"430400 - Fur, artificial; articles thereof\",\r\n\t\t\t\"parent\": \"4304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"44\",\r\n\t\t\t\"text\": \"44 - Wood and articles of wood; wood charcoal\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4401\",\r\n\t\t\t\"text\": \"4401 - Fuel wood, in logs, billets, twigs, faggots or similar forms; wood in chip or particles; sawdust and wood waste and scrap, whether or not agglomerated in logs, briquettes, pellets or similar forms\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440110\",\r\n\t\t\t\"text\": \"440110 - Wood; for fuel, in logs, billets, twigs, faggots or similar forms, whether or not agglomerated\",\r\n\t\t\t\"parent\": \"4401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440111\",\r\n\t\t\t\"text\": \"440111 - Wood; for fuel, in logs, in billets, in twigs, in faggots or similar forms, whether or not agglomerated, coniferous\",\r\n\t\t\t\"parent\": \"4401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440112\",\r\n\t\t\t\"text\": \"440112 - Wood; for fuel, in logs, in billets, in twigs, in faggots or similar forms, whether or not agglomerated, non-coniferous\",\r\n\t\t\t\"parent\": \"4401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440121\",\r\n\t\t\t\"text\": \"440121 - Wood; for fuel, in chips or particles, coniferous, whether or not agglomerated\",\r\n\t\t\t\"parent\": \"4401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440122\",\r\n\t\t\t\"text\": \"440122 - Wood; for fuel, in chips or particles, non-coniferous, whether or not agglomerated\",\r\n\t\t\t\"parent\": \"4401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440130\",\r\n\t\t\t\"text\": \"440130 - Sawdust & wood waste & scrap, whether/not agglomerated in logs/briquettes/pellets/similar forms\",\r\n\t\t\t\"parent\": \"4401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440131\",\r\n\t\t\t\"text\": \"440131 - Wood; for fuel, sawdust and wood waste and scrap, agglomerated in wood pellets\",\r\n\t\t\t\"parent\": \"4401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440132\",\r\n\t\t\t\"text\": \"440132 - Wood; for fuel, sawdust and wood waste and scrap, agglomerated in wood briquettes\",\r\n\t\t\t\"parent\": \"4401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440139\",\r\n\t\t\t\"text\": \"440139 - Wood; for fuel, sawdust and wood waste and scrap, agglomerated in logs or similar forms, other than wood pellets or wood briquettes\",\r\n\t\t\t\"parent\": \"4401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440140\",\r\n\t\t\t\"text\": \"440140 - Wood; for fuel, sawdust and wood waste and scrap, not agglomerated\",\r\n\t\t\t\"parent\": \"4401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440141\",\r\n\t\t\t\"text\": \"440141 - Wood; for fuel, sawdust and wood waste and scrap, not agglomerated; sawdust\",\r\n\t\t\t\"parent\": \"4401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440149\",\r\n\t\t\t\"text\": \"440149 - Wood; for fuel, sawdust and wood waste and scrap, not agglomerated and not including sawdust\",\r\n\t\t\t\"parent\": \"4401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4402\",\r\n\t\t\t\"text\": \"4402 - Wood charcoal (including shell or nut charcoal), whether or not agglomerated\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440200\",\r\n\t\t\t\"text\": \"440200 - Wood charcoal (including shell or nut charcoal)\",\r\n\t\t\t\"parent\": \"4402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440210\",\r\n\t\t\t\"text\": \"440210 - Wood; charcoal of bamboo, whether or not agglomerated\",\r\n\t\t\t\"parent\": \"4402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440220\",\r\n\t\t\t\"text\": \"440220 - Wood; charcoal of nut or shell, whether or not agglomerated\",\r\n\t\t\t\"parent\": \"4402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440290\",\r\n\t\t\t\"text\": \"440290 - Wood; charcoal of wood other than bamboo, nut or shell, whether or not agglomerated\",\r\n\t\t\t\"parent\": \"4402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4403\",\r\n\t\t\t\"text\": \"4403 - Wood in the rough, whether or not stripped of bark or sapwood, or roughly squared\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440310\",\r\n\t\t\t\"text\": \"440310 - Wood; in the rough, whether or not stripped of bark or sapwood, or roughly squared; treated with paint, stains, creosote or other preservatives\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440311\",\r\n\t\t\t\"text\": \"440311 - Wood; coniferous species, in the rough, whether or not stripped of bark or sapwood, or roughly squared; treated with paint, stains, creosote or other preservatives\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440312\",\r\n\t\t\t\"text\": \"440312 - Wood; non-coniferous species, in the rough, whether or not stripped of bark or sapwood, or roughly squared; treated with paint, stains, creosote or other preservatives\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440320\",\r\n\t\t\t\"text\": \"440320 - Wood; coniferous, in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440321\",\r\n\t\t\t\"text\": \"440321 - Wood; coniferous species, of pine (Pinus spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which the smallest cross-sectional dimension is 15 cm or more\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440322\",\r\n\t\t\t\"text\": \"440322 - Wood; coniferous species, of pine (Pinus spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which any cross-sectional dimension is less than 15 cm\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440323\",\r\n\t\t\t\"text\": \"440323 - Wood; coniferous species, of fir (Abies spp.) and spruce (Picea spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which the smallest cross-sectional dimension is 15 cm or more\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440324\",\r\n\t\t\t\"text\": \"440324 - Wood; coniferous species, of fir (Abies spp.) and spruce (Picea spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which any cross-sectional dimension is less than 15 cm\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440325\",\r\n\t\t\t\"text\": \"440325 - Wood; coniferous species n.e.c. in headings 4403.21 or 4403.23, in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which the smallest cross-sectional dimension is 15 cm or more\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440326\",\r\n\t\t\t\"text\": \"440326 - Wood; coniferous species n.e.c in headings 4403.22 or 4403.24, in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which any cross-sectional dimension is less than 15 cm\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440331\",\r\n\t\t\t\"text\": \"440331 - Logs, Meranti (light or dark red), Bakau\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440332\",\r\n\t\t\t\"text\": \"440332 - Logs, white Lauan/Meranti/Seraya/yellow Meranti/Alan\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440333\",\r\n\t\t\t\"text\": \"440333 - Logs, Keruing/Ramin/Kapur/Teak/Jongkong/Merbau/etc\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440334\",\r\n\t\t\t\"text\": \"440334 - Logs, Okoume/Obeche/Sapelli/Sipo/Acajou d'Afrique/etc\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440335\",\r\n\t\t\t\"text\": \"440335 - Logs, Tiama, Mansonia, Ilomba, Dibetou, Limba, Azobe\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440341\",\r\n\t\t\t\"text\": \"440341 - Wood, tropical; as specified in Subheading Note 2 to this Chapter, dark red meranti, light red meranti and meranti bakau, in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440342\",\r\n\t\t\t\"text\": \"440342 - Wood, tropical; teak, in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440349\",\r\n\t\t\t\"text\": \"440349 - Wood, tropical; other than dark red meranti, light red meranti meranti bakau and teak, in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440391\",\r\n\t\t\t\"text\": \"440391 - Wood; oak, in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440392\",\r\n\t\t\t\"text\": \"440392 - Wood; beech, in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440393\",\r\n\t\t\t\"text\": \"440393 - Wood; of beech (Fagus spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which the smallest cross-sectional dimension is 15 cm or more\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440394\",\r\n\t\t\t\"text\": \"440394 - Wood; of beech (Fagus spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which any cross-sectional dimension is less than 15 cm\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440395\",\r\n\t\t\t\"text\": \"440395 - Wood; of birch (Betula spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which the smallest cross-sectional dimension is 15 cm or more\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440396\",\r\n\t\t\t\"text\": \"440396 - Wood; of birch (Betula spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which any cross-sectional dimension is less than 15 cm\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440397\",\r\n\t\t\t\"text\": \"440397 - Wood; of poplar and aspen (Populus spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440398\",\r\n\t\t\t\"text\": \"440398 - Wood; of eucalyptus (Eucalyptus spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440399\",\r\n\t\t\t\"text\": \"440399 - Wood; in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, n.e.c. in heading no. 4403\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4404\",\r\n\t\t\t\"text\": \"4404 - Hoopwood; split poles; piles, pickets, stakes of wood, pointed, not sawn lengthwise; wooden sticks, roughly trimmed, not turned, bent, etc., suitable for walking sticks, umbrellas, tool handles, etc.\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440410\",\r\n\t\t\t\"text\": \"440410 - Wood; coniferous, split poles, piles, pickets, stakes, pointed but not sawn lengthwise; sticks for umbrellas, tool handles etc, roughly trimmed but not turned or bent; chipwood etc, hoopwood\",\r\n\t\t\t\"parent\": \"4404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440420\",\r\n\t\t\t\"text\": \"440420 - Wood; non-coniferous, split poles, piles, pickets, stakes, pointed but not sawn lengthwise; sticks for umbrellas, tool handles etc, roughly trimmed but not turned or bent; chipwood etc, hoopwood\",\r\n\t\t\t\"parent\": \"4404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4405\",\r\n\t\t\t\"text\": \"4405 - Wood wool; wood flour\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440500\",\r\n\t\t\t\"text\": \"440500 - Wood; wood wool and wood flour\",\r\n\t\t\t\"parent\": \"4405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4406\",\r\n\t\t\t\"text\": \"4406 - Railway or tramway sleepers (cross-ties) of wood\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440610\",\r\n\t\t\t\"text\": \"440610 - Wood; railway or tramway sleepers (cross-ties), not impregnated\",\r\n\t\t\t\"parent\": \"4406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440611\",\r\n\t\t\t\"text\": \"440611 - Wood; railway or tramway sleepers (cross-ties), not impregnated, coniferous\",\r\n\t\t\t\"parent\": \"4406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440612\",\r\n\t\t\t\"text\": \"440612 - Wood; railway or tramway sleepers (cross-ties), not impregnated, non-coniferous\",\r\n\t\t\t\"parent\": \"4406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440690\",\r\n\t\t\t\"text\": \"440690 - Wood; railway or tramway sleepers (cross-ties), impregnated\",\r\n\t\t\t\"parent\": \"4406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440691\",\r\n\t\t\t\"text\": \"440691 - Wood; railway or tramway sleepers (cross-ties), impregnated, coniferous\",\r\n\t\t\t\"parent\": \"4406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440692\",\r\n\t\t\t\"text\": \"440692 - Wood; railway or tramway sleepers (cross-ties), impregnated, non-coniferous\",\r\n\t\t\t\"parent\": \"4406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4407\",\r\n\t\t\t\"text\": \"4407 - Wood sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, of a thickness exceeding 6mm\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440710\",\r\n\t\t\t\"text\": \"440710 - Wood, coniferous; sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or end-jointed, of a thickness exceeding 6mm\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440711\",\r\n\t\t\t\"text\": \"440711 - Wood; coniferous species, of pine (Pinus spp.), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, of a thickness exceeding 6mm\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440712\",\r\n\t\t\t\"text\": \"440712 - Wood; coniferous species, of fir (Abies spp.) and spruce (Picea spp.), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, of a thickness exceeding 6mm\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440713\",\r\n\t\t\t\"text\": \"440713 - Wood; coniferous species, of S-P-F (spruce (Picea spp.), pine (Pinus spp.) and fir (Abies spp.)), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, of a thickness exceeding 6mm\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440714\",\r\n\t\t\t\"text\": \"440714 - Wood; coniferous species, of Hem-fir (western hemlock (Tsuga heterophylla) and fir (Abies spp.))\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440719\",\r\n\t\t\t\"text\": \"440719 - Wood; coniferous species, other than of pine (Pinus spp.) or fir (Abies spp.) or spruce (Picea spp.), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, of a thickness exceeding 6mm\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440721\",\r\n\t\t\t\"text\": \"440721 - Wood, tropical; as specified in Subheading Note 2 to this Chapter, mahogany (Swietenia spp.), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440722\",\r\n\t\t\t\"text\": \"440722 - Wood, tropical; virola, imbuia and balsa, sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440723\",\r\n\t\t\t\"text\": \"440723 - Wood, tropical; teak, sawn or chipped lengthwise, sliced or peeled, planed, square dressed, structural, thicker than 6mm\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440724\",\r\n\t\t\t\"text\": \"440724 - Lumber, Virola, Mahogany\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440725\",\r\n\t\t\t\"text\": \"440725 - Wood, tropical; dark red meranti, light red meranti and meranti bakau, sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440726\",\r\n\t\t\t\"text\": \"440726 - Wood, tropical; white lauan, white meranti, white seraya, yellow meranti and alan, sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440727\",\r\n\t\t\t\"text\": \"440727 - Wood, tropical; sapelli, sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440728\",\r\n\t\t\t\"text\": \"440728 - Wood, tropical; iroko, sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440729\",\r\n\t\t\t\"text\": \"440729 - Wood, tropical, n.e.c. in item no. 4407.2, sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, of a thickness exceeding 6mm\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440791\",\r\n\t\t\t\"text\": \"440791 - Wood; oak (Quercus spp.), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440792\",\r\n\t\t\t\"text\": \"440792 - Wood; beech (Fagus spp.), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440793\",\r\n\t\t\t\"text\": \"440793 - Wood; maple (Acer spp.), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440794\",\r\n\t\t\t\"text\": \"440794 - Wood; cherry (Prunus spp.), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440795\",\r\n\t\t\t\"text\": \"440795 - Wood; ash (Fraxinus spp.), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440796\",\r\n\t\t\t\"text\": \"440796 - Wood; of birch (Betula spp.), sawn or chipped lengthwise, sliced or peeled, of a thickness exceeding 6mm, whether or not planed, sanded or finger-jointed\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440797\",\r\n\t\t\t\"text\": \"440797 - Wood; of poplar and aspen (Populus spp.), sawn or chipped lengthwise, sliced or peeled, of a thickness exceeding 6mm, whether or not planed, sanded or finger-jointed\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440799\",\r\n\t\t\t\"text\": \"440799 - Wood; sawn or chipped lengthwise, sliced or peeled, of a thickness exceeding 6mm, whether or not planed, sanded or finger-jointed, n.e.c. in heading no. 4407\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4408\",\r\n\t\t\t\"text\": \"4408 - Sheets for veneering (including those obtained by slicing laminated wood), for plywood or for similar laminated wood and other wood, sawn lengthwise, sliced or peeled, planed or not, sanded, spliced or end-jointed, of a thickness not exceeding 6 mm\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440810\",\r\n\t\t\t\"text\": \"440810 - Wood; coniferous, sheets for veneering (including those obtained by slicing laminated wood), for plywood or similar laminated wood and other wood, sawn lengthwise, sliced or peeled, planed or not, sanded, spliced or end-jointed, not over 6 mm thick\",\r\n\t\t\t\"parent\": \"4408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440820\",\r\n\t\t\t\"text\": \"440820 - Veneer or ply sheet, tropical woods, <6 mm thick\",\r\n\t\t\t\"parent\": \"4408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440831\",\r\n\t\t\t\"text\": \"440831 - Wood, tropical; as specified in Subheading Note 2 to this Chapter, dark red meranti, light red meranti, meranti bakau, sheets for veneer, plywood or other wood, sawn lengthwise, sliced or peeled, planed or not, sanded or end-jointed, not thicker than 6mm\",\r\n\t\t\t\"parent\": \"4408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440839\",\r\n\t\t\t\"text\": \"440839 - Wood, of tropical wood; as in Subheading note 2 to this Chapter, n.e.c. in heading no. 4408.31, sheets for veneer or plywood, other wood sawn length wise, sliced or peeled, whether or not planed, sanded or end-jointed, not thicker than 6mm\",\r\n\t\t\t\"parent\": \"4408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440890\",\r\n\t\t\t\"text\": \"440890 - Wood; n.e.c. in heading no. 4408, sheets for veneer or plywood, other wood sawn lengthwise, sliced or peeled, whether or not planed, sanded or end-jointed, not exceeding 6mm in thickness\",\r\n\t\t\t\"parent\": \"4408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4409\",\r\n\t\t\t\"text\": \"4409 - Wood (including strips, friezes for parquet flooring, not assembled), continuously shaped (tongued, grooved, v-jointed, beaded or the like) along any edges, ends or faces, whether or not planed, sanded or end-jointed\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440910\",\r\n\t\t\t\"text\": \"440910 - Wood; coniferous (including unassembled strips and friezes for parquet flooring), continuously shaped along any edges, ends or faces, whether or not planed, sanded or end-jointed\",\r\n\t\t\t\"parent\": \"4409\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440920\",\r\n\t\t\t\"text\": \"440920 - Non-conifer wood continuously shaped along any edges\",\r\n\t\t\t\"parent\": \"4409\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440921\",\r\n\t\t\t\"text\": \"440921 - Wood; bamboo (including unassembled strips and friezes for parquet flooring), continuously shaped along any edges, ends or faces, whether or not planed, sanded or end-jointed\",\r\n\t\t\t\"parent\": \"4409\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440922\",\r\n\t\t\t\"text\": \"440922 - Wood; tropical (including unassembled strips and friezes for parquet flooring), continuously shaped along any edges, ends or faces, whether or not planed, sanded or end-jointed\",\r\n\t\t\t\"parent\": \"4409\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440929\",\r\n\t\t\t\"text\": \"440929 - Wood; non-coniferous, other than bamboo or tropical wood, (including unassembled strips and friezes for parquet flooring), continuously shaped along any edges, ends or faces, whether or not planed, sanded or end-jointed\",\r\n\t\t\t\"parent\": \"4409\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4410\",\r\n\t\t\t\"text\": \"4410 - Particle board, oriented strand board (OSB) and similar board (e.g. waferboard) of wood or other ligneous materials, whether or not agglomerated with resins or other organic binding substances\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441010\",\r\n\t\t\t\"text\": \"441010 - Particle board of wood\",\r\n\t\t\t\"parent\": \"4410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441011\",\r\n\t\t\t\"text\": \"441011 - Particle board of wood, whether or not agglomerated with resins or other organic binding substances\",\r\n\t\t\t\"parent\": \"4410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441012\",\r\n\t\t\t\"text\": \"441012 - Oriented strand board (OSB) of wood, whether or not agglomerated with resins or other organic binding substances\",\r\n\t\t\t\"parent\": \"4410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441019\",\r\n\t\t\t\"text\": \"441019 - Wafer board and similar board of wood n.e.c. in item no. 4410.1, whether or not agglomerated with resins or other organic binding substances\",\r\n\t\t\t\"parent\": \"4410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441021\",\r\n\t\t\t\"text\": \"441021 - Oriented strand board & waferboard, of wood, unwkd./not further worked than ...\",\r\n\t\t\t\"parent\": \"4410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441029\",\r\n\t\t\t\"text\": \"441029 - Oriented strand board & waferboard, of wood (excl. of 4410.21)\",\r\n\t\t\t\"parent\": \"4410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441031\",\r\n\t\t\t\"text\": \"441031 - Particle board other than oriented strand board & waferboard, of wood, unwk ...\",\r\n\t\t\t\"parent\": \"4410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441032\",\r\n\t\t\t\"text\": \"441032 - Particle board other than oriented strand board & waferboard, of wood, surf ...\",\r\n\t\t\t\"parent\": \"4410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441033\",\r\n\t\t\t\"text\": \"441033 - Particle board other than oriented strand board & waferboard, of wood, surf ...\",\r\n\t\t\t\"parent\": \"4410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441039\",\r\n\t\t\t\"text\": \"441039 - Particle board, of wood, n.e.s. in 44.10\",\r\n\t\t\t\"parent\": \"4410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441090\",\r\n\t\t\t\"text\": \"441090 - Particle board, oriented strand board (OSB) and similar board of ligneous materials other than wood, whether or not agglomerated with resins or other organic binding substances\",\r\n\t\t\t\"parent\": \"4410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4411\",\r\n\t\t\t\"text\": \"4411 - Fibreboard of wood or other ligneous materials, whether or not bonded with resins or other organic substances\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441111\",\r\n\t\t\t\"text\": \"441111 - Fibreboard >0.8 g/cm2 not worked or surface covered\",\r\n\t\t\t\"parent\": \"4411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441112\",\r\n\t\t\t\"text\": \"441112 - Medium density fibreboard (MDF), of a thickness not exceeding 5 mm\",\r\n\t\t\t\"parent\": \"4411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441113\",\r\n\t\t\t\"text\": \"441113 - Medium density fibreboard (MDF), of a thickness exceeding 5 mm but not exceeding 9 mm\",\r\n\t\t\t\"parent\": \"4411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441114\",\r\n\t\t\t\"text\": \"441114 - Medium density fibreboard (MDF), of a thickness exceeding 9 mm\",\r\n\t\t\t\"parent\": \"4411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441119\",\r\n\t\t\t\"text\": \"441119 - Fibreboard >0.8 g/cm2 worked/surface covered\",\r\n\t\t\t\"parent\": \"4411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441121\",\r\n\t\t\t\"text\": \"441121 - Fibreboard 0.5 - 0.8 g/cm2 not worked/surface covered\",\r\n\t\t\t\"parent\": \"4411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441129\",\r\n\t\t\t\"text\": \"441129 - Fibreboard 0.5 - 0.8 g/cm2 worked/surface covered\",\r\n\t\t\t\"parent\": \"4411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441131\",\r\n\t\t\t\"text\": \"441131 - Fibreboard 0.35- 0.5 g/cm2 not worked/surface covered\",\r\n\t\t\t\"parent\": \"4411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441139\",\r\n\t\t\t\"text\": \"441139 - Fibreboard 0.35- 0.5 g/cm2 worked/surface covered\",\r\n\t\t\t\"parent\": \"4411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441191\",\r\n\t\t\t\"text\": \"441191 - Fibreboard nes not worked or surface covered nes\",\r\n\t\t\t\"parent\": \"4411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441192\",\r\n\t\t\t\"text\": \"441192 - Fibreboard (other than MDF) of a density exceeding 0.8g/cm3, of wood or other ligneous materials, bonded or not with resins or other organic substances\",\r\n\t\t\t\"parent\": \"4411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441193\",\r\n\t\t\t\"text\": \"441193 - Fibreboard (other than MDF) of a density exceeding 0.5g/cm3 but not 0.8g/cm3, of wood or other ligneous materials, bonded or not with resins or other organic substances\",\r\n\t\t\t\"parent\": \"4411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441194\",\r\n\t\t\t\"text\": \"441194 - Fibreboard (other than MDF) of a density not exceeding 0.5g/cm3, of wood or other ligneous materials, bonded or not with resins or other organic substances\",\r\n\t\t\t\"parent\": \"4411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441199\",\r\n\t\t\t\"text\": \"441199 - Fibreboard nes, worked or surface covered\",\r\n\t\t\t\"parent\": \"4411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4412\",\r\n\t\t\t\"text\": \"4412 - Plywood, veneered panels and similar laminated wood\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441210\",\r\n\t\t\t\"text\": \"441210 - Plywood, veneered panels and similar laminated wood; of bamboo\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441211\",\r\n\t\t\t\"text\": \"441211 - Plywood 1 or 2 outer ply tropical hardwood (ply <6 mm\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441212\",\r\n\t\t\t\"text\": \"441212 - Plywood, 1 or 2 outer ply non-conifer nes (ply <6 mm)\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441213\",\r\n\t\t\t\"text\": \"441213 - Plywood, outer ply of tr\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441214\",\r\n\t\t\t\"text\": \"441214 - Plywood, outer ply of no\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441219\",\r\n\t\t\t\"text\": \"441219 - Plywood, all softwood, each ply < 6mm thick\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441221\",\r\n\t\t\t\"text\": \"441221 - Panels, 1 outer ply non-conifer & 1 ply particle boar\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441222\",\r\n\t\t\t\"text\": \"441222 - Panels, outer ply of tro\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441223\",\r\n\t\t\t\"text\": \"441223 - Panels, 1 layer of parti\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441229\",\r\n\t\t\t\"text\": \"441229 - Panels, 1 outer ply non-coniferous wood nes\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441231\",\r\n\t\t\t\"text\": \"441231 - Plywood; consisting only of sheets of wood (not bamboo), each ply 6mm or thinner, with at least one outer ply of tropical wood\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441232\",\r\n\t\t\t\"text\": \"441232 - Plywood; as specified in Subheading Note 2 to this Chapter, consisting only of sheets of wood (not bamboo), each ply 6mm or thinner, with at least one outer ply of non-coniferous wood, without an outer ply of tropical wood\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441233\",\r\n\t\t\t\"text\": \"441233 - Plywood; with sheets of wood only; not bamboo; each ply 6mm or less, with at least one outer ply of alder, ash, beech, birch, cherry, chestnut, elm, eucalyptus, hickory, horse chestnut, lime, maple, oak, plane, poplar, aspen, robinia, tulipwood or walnut\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441234\",\r\n\t\t\t\"text\": \"441234 - Plywood; consisting only of sheets of wood (not bamboo), each ply 6mm or thinner, with at least one outer ply of non-coniferous wood not listed in subheading 4412.33\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441239\",\r\n\t\t\t\"text\": \"441239 - Plywood; consisting only of sheets of wood (not bamboo), each ply 6mm or thinner, with both outer plies of coniferous wood\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441241\",\r\n\t\t\t\"text\": \"441241 - Plywood, veneered panels and similar laminated wood; laminated veneered lumber (LVL); with at least one outer ply of tropical wood\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441242\",\r\n\t\t\t\"text\": \"441242 - Laminated veneered lumber (LVL); with at least one outer ply of non-coniferous wood\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441249\",\r\n\t\t\t\"text\": \"441249 - Laminated veneered lumber (LVL); with both outer plies of coniferous wood\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441251\",\r\n\t\t\t\"text\": \"441251 - Blockboard, laminboard and battenboard; with at least one outer layer of tropical wood\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441252\",\r\n\t\t\t\"text\": \"441252 - Blockboard, laminboard and battenboard; with at least one outer ply of non-coniferous wood, (not containing particle board)\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441259\",\r\n\t\t\t\"text\": \"441259 - Blockboard, laminboard and battenboard; with both outer plies of coniferous wood\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441291\",\r\n\t\t\t\"text\": \"441291 - Plywood; n.e.c. in heading 4412, with at least one outer ply of tropical wood\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441292\",\r\n\t\t\t\"text\": \"441292 - Plywood; n.e.c. in heading 4412, with at least one outer ply of non-coniferous wood\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441293\",\r\n\t\t\t\"text\": \"441293 - Panels nes, 1 layer part\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441294\",\r\n\t\t\t\"text\": \"441294 - Blockboard, laminboard and battenboard (not bamboo, and other than plywood consisting only of sheets of wood each ply 6mm or thinner)\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441299\",\r\n\t\t\t\"text\": \"441299 - Plywood; n.e.c. in heading 4412, with both outer plies of coniferous wood\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4413\",\r\n\t\t\t\"text\": \"4413 - Densified wood, in blocks, plates, strips or profile shapes\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441300\",\r\n\t\t\t\"text\": \"441300 - Wood; densified wood, in blocks, plates, strips or profile shapes\",\r\n\t\t\t\"parent\": \"4413\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4414\",\r\n\t\t\t\"text\": \"4414 - Wooden frames; for paintings, photographs, mirrors or similar objects\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441400\",\r\n\t\t\t\"text\": \"441400 - Wooden frames; for paintings, photographs, mirrors or similar objects\",\r\n\t\t\t\"parent\": \"4414\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441410\",\r\n\t\t\t\"text\": \"441410 - Wooden frames; for paintings, photographs, mirrors or similar objects; of tropical wood\",\r\n\t\t\t\"parent\": \"4414\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441490\",\r\n\t\t\t\"text\": \"441490 - Wooden frames; for paintings, photographs, mirrors or similar objects; not of tropical wood\",\r\n\t\t\t\"parent\": \"4414\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4415\",\r\n\t\t\t\"text\": \"4415 - Packing cases, boxes, crates, drums and similar packings, of wood; cable-drums of wood; pallets, box pallets and other load boards, of wood; pallet collars of wood\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441510\",\r\n\t\t\t\"text\": \"441510 - Wood; cases, boxes, crates, drums, similar packings and cable-drums\",\r\n\t\t\t\"parent\": \"4415\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441520\",\r\n\t\t\t\"text\": \"441520 - Wood; pallets, box pallets and other load boards; pallet collars\",\r\n\t\t\t\"parent\": \"4415\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4416\",\r\n\t\t\t\"text\": \"4416 - Casks, barrels, vats, tubs and other coopers' products and parts thereof, of wood, including staves\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441600\",\r\n\t\t\t\"text\": \"441600 - Wood; casks, barrels, vats, tubs and other coopers' products and parts thereof, of wood, including staves\",\r\n\t\t\t\"parent\": \"4416\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4417\",\r\n\t\t\t\"text\": \"4417 - Tools, tool bodies, tool handles, broom or brush bodies and handles, of wood; boot or shoe lasts and trees, of wood\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441700\",\r\n\t\t\t\"text\": \"441700 - Wood; tools, tool bodies, tool handles, broom or brush bodies and handles, boot and shoe lasts and trees, of wood\",\r\n\t\t\t\"parent\": \"4417\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4418\",\r\n\t\t\t\"text\": \"4418 - Builders' joinery and carpentry of wood, including cellular wood panels, assembled flooring panels, shingles and shakes\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441810\",\r\n\t\t\t\"text\": \"441810 - Wood; windows, French-windows and their frames\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441811\",\r\n\t\t\t\"text\": \"441811 - Wood; windows, French-windows and their frames; of tropical wood\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441819\",\r\n\t\t\t\"text\": \"441819 - Wood; windows, French-windows and their frames; (of other than tropical wood)\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441820\",\r\n\t\t\t\"text\": \"441820 - Wood; doors and their frames and thresholds\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441821\",\r\n\t\t\t\"text\": \"441821 - Wood; doors and their frames and thresholds, of tropical wood;\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441829\",\r\n\t\t\t\"text\": \"441829 - Wood; doors and their frames and thresholds, (of other than tropical wood)\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441830\",\r\n\t\t\t\"text\": \"441830 - wood; posts and beams other than products of subheadings 4418.81 to 4418.89\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441840\",\r\n\t\t\t\"text\": \"441840 - Wood; shuttering for concrete constructional work\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441850\",\r\n\t\t\t\"text\": \"441850 - Wood; shingles and shakes\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441860\",\r\n\t\t\t\"text\": \"441860 - Wood; posts and beams\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441871\",\r\n\t\t\t\"text\": \"441871 - Wood; assembled flooring panels, for mosaic floors\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441872\",\r\n\t\t\t\"text\": \"441872 - Wood; assembled flooring panels, multilayer, other than mosaic\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441873\",\r\n\t\t\t\"text\": \"441873 - Wood; assembled flooring panels, of bamboo or with at least the top layer (wear layer) of bamboo\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441874\",\r\n\t\t\t\"text\": \"441874 - Wood; assembled flooring panels, not of bamboo or with at least the top layer (wear layer) of bamboo, for mosaic floors\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441875\",\r\n\t\t\t\"text\": \"441875 - Wood; assembled flooring panels, not of bamboo or with at least the top layer (wear layer) of bamboo, multilayer\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441879\",\r\n\t\t\t\"text\": \"441879 - Wood; assembled flooring panels, n.e.c in headings 4418.73, 4418.74 or 4418.75\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441881\",\r\n\t\t\t\"text\": \"441881 - Wood; engineered structural timber products, glue-laminated timber (glulam)\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441882\",\r\n\t\t\t\"text\": \"441882 - Wood; engineered structural timber products, cross-laminated timber (CLT or X-lam)\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441883\",\r\n\t\t\t\"text\": \"441883 - Wood; engineered structural timber products, I beams\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441889\",\r\n\t\t\t\"text\": \"441889 - Wood; engineered structural timber products, other than glue-laminated timber (glulam), cross-laminated timber (CLT or X-lam), or I beams\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441890\",\r\n\t\t\t\"text\": \"441890 - Wood; builders' joinery and carpentry of wood n.e.c. in heading no. 4418\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441891\",\r\n\t\t\t\"text\": \"441891 - Wood; builders' joinery and carpentry of wood n.e.c. in heading no. 4418, of bamboo\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441892\",\r\n\t\t\t\"text\": \"441892 - Wood; builders' joinery and carpentry of wood n.e.c. in heading no. 4418, cellular wood panels\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441899\",\r\n\t\t\t\"text\": \"441899 - Wood; builders' joinery and carpentry of wood n.e.c. in heading no. 4418, other than of bamboo or cellular wood panels\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4419\",\r\n\t\t\t\"text\": \"4419 - Tableware and kitchenware, of wood\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441900\",\r\n\t\t\t\"text\": \"441900 - Wood; table and kitchenware\",\r\n\t\t\t\"parent\": \"4419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441911\",\r\n\t\t\t\"text\": \"441911 - Tableware and kitchenware, of wood; of bamboo, bread boards, chopping boards and similar boards\",\r\n\t\t\t\"parent\": \"4419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441912\",\r\n\t\t\t\"text\": \"441912 - Tableware and kitchenware, of wood; of bamboo, chopsticks\",\r\n\t\t\t\"parent\": \"4419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441919\",\r\n\t\t\t\"text\": \"441919 - Tableware and kitchenware, of wood; of bamboo, n.e.c. in heading 4419\",\r\n\t\t\t\"parent\": \"4419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441920\",\r\n\t\t\t\"text\": \"441920 - Tableware and kitchenware, of wood; of tropical wood\",\r\n\t\t\t\"parent\": \"4419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441990\",\r\n\t\t\t\"text\": \"441990 - Tableware and kitchenware, of wood; not of bamboo or tropical wood\",\r\n\t\t\t\"parent\": \"4419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4420\",\r\n\t\t\t\"text\": \"4420 - Wood marquetry and inlaid wood; caskets and cases for jewellery or cutlery, and similar articles of wood; statuettes and other ornaments of wood; wooden articles of furniture not falling in chapter 94\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"442010\",\r\n\t\t\t\"text\": \"442010 - Wood; statuettes and other ornaments of wood\",\r\n\t\t\t\"parent\": \"4420\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"442011\",\r\n\t\t\t\"text\": \"442011 - Wood; statuettes and other ornaments, of tropical wood\",\r\n\t\t\t\"parent\": \"4420\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"442019\",\r\n\t\t\t\"text\": \"442019 - Wood; statuettes and other ornaments, of other than tropical wood\",\r\n\t\t\t\"parent\": \"4420\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"442090\",\r\n\t\t\t\"text\": \"442090 - Wood; marquetry and inlaid wood, caskets and cases for jewellery or cutlery and similar articles of wood, wooden articles of furniture not falling in chapter 94\",\r\n\t\t\t\"parent\": \"4420\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4421\",\r\n\t\t\t\"text\": \"4421 - Wooden articles n.e.c. in heading no. 4414 to 4420\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"442110\",\r\n\t\t\t\"text\": \"442110 - Wood; clothes hangers\",\r\n\t\t\t\"parent\": \"4421\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"442120\",\r\n\t\t\t\"text\": \"442120 - Wood; coffins\",\r\n\t\t\t\"parent\": \"4421\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"442190\",\r\n\t\t\t\"text\": \"442190 - Wood; articles of wood n.e.c. in heading no. 4414 to 4420 (excluding clothes hangers)\",\r\n\t\t\t\"parent\": \"4421\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"442191\",\r\n\t\t\t\"text\": \"442191 - Wood; of bamboo, articles n.e.c. in heading no. 4414 to 4420 (excluding clothes hangers)\",\r\n\t\t\t\"parent\": \"4421\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"442199\",\r\n\t\t\t\"text\": \"442199 - Wood; not of bamboo, articles n.e.c. in heading no. 4414 to 4420 (excluding clothes hangers)\",\r\n\t\t\t\"parent\": \"4421\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"45\",\r\n\t\t\t\"text\": \"45 - Cork and articles of cork\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4501\",\r\n\t\t\t\"text\": \"4501 - Natural cork, raw or simply prepared; waste cork; crushed, granulated or ground cork\",\r\n\t\t\t\"parent\": \"45\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"450110\",\r\n\t\t\t\"text\": \"450110 - Cork; natural cork, raw or simply prepared\",\r\n\t\t\t\"parent\": \"4501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"450190\",\r\n\t\t\t\"text\": \"450190 - Cork; waste cork, crushed, granulated or ground cork\",\r\n\t\t\t\"parent\": \"4501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4502\",\r\n\t\t\t\"text\": \"4502 - Natural cork, debacked or roughly squared, or in rectangular (including square) blocks, plates, sheets or strip, (including sharp-edged blanks for corks or stoppers)\",\r\n\t\t\t\"parent\": \"45\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"450200\",\r\n\t\t\t\"text\": \"450200 - Cork; natural cork, debacked or roughly squared, or in rectangular (including square) blocks, plates, sheets or strip, (including sharp-edged blanks for corks or stoppers)\",\r\n\t\t\t\"parent\": \"4502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4503\",\r\n\t\t\t\"text\": \"4503 - Cork; articles of natural cork\",\r\n\t\t\t\"parent\": \"45\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"450310\",\r\n\t\t\t\"text\": \"450310 - Cork; corks and stoppers, of natural cork\",\r\n\t\t\t\"parent\": \"4503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"450390\",\r\n\t\t\t\"text\": \"450390 - Cork; articles of natural cork other than corks and stoppers\",\r\n\t\t\t\"parent\": \"4503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4504\",\r\n\t\t\t\"text\": \"4504 - Agglomerated cork (with or without a binding substance) and articles of agglomerated cork\",\r\n\t\t\t\"parent\": \"45\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"450410\",\r\n\t\t\t\"text\": \"450410 - Cork; blocks, plates, sheets and strip, tiles of any shape, solid cylinders (including discs), of agglomerated cork (with or without a binding substance)\",\r\n\t\t\t\"parent\": \"4504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"450490\",\r\n\t\t\t\"text\": \"450490 - Cork; articles of agglomerated cork (with or without a binding substance), n.e.c. in heading no. 4504\",\r\n\t\t\t\"parent\": \"4504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"46\",\r\n\t\t\t\"text\": \"46 - Manufactures of straw, esparto or other plaiting materials; basketware and wickerwork\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4601\",\r\n\t\t\t\"text\": \"4601 - Plaits and similar products of plaiting materials, assembled into strips or not; plaiting materials, plaits and the like bound together in parallel strands or woven in sheet form, finished articles or not\",\r\n\t\t\t\"parent\": \"46\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"460110\",\r\n\t\t\t\"text\": \"460110 - Plaits and products of plaiting materials\",\r\n\t\t\t\"parent\": \"4601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"460120\",\r\n\t\t\t\"text\": \"460120 - Mats, matting and screens, vegetable plaiting materia\",\r\n\t\t\t\"parent\": \"4601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"460121\",\r\n\t\t\t\"text\": \"460121 - Plaiting materials, plaits and similar products of plaiting materials; mats, matting and screens, of bamboo\",\r\n\t\t\t\"parent\": \"4601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"460122\",\r\n\t\t\t\"text\": \"460122 - Plaiting materials, plaits and similar products of plaiting materials; mats, matting and screens, of rattan\",\r\n\t\t\t\"parent\": \"4601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"460129\",\r\n\t\t\t\"text\": \"460129 - Plaiting materials, plaits and similar products of plaiting materials; mats, matting and screens, of vegetable materials other than bamboo or rattan\",\r\n\t\t\t\"parent\": \"4601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"460191\",\r\n\t\t\t\"text\": \"460191 - Plaited vegetable material articles not mats or scree\",\r\n\t\t\t\"parent\": \"4601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"460192\",\r\n\t\t\t\"text\": \"460192 - Plaiting materials, plaits and similar products of plaiting materials; (not mats, matting or screens), of bamboo\",\r\n\t\t\t\"parent\": \"4601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"460193\",\r\n\t\t\t\"text\": \"460193 - Plaiting materials, plaits and similar products of plaiting materials; (not mats, matting or screens), of rattan\",\r\n\t\t\t\"parent\": \"4601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"460194\",\r\n\t\t\t\"text\": \"460194 - Plaiting materials, plaits and similar products of plaiting materials; (not mats, matting or screens), of vegetable materials other than bamboo or rattan\",\r\n\t\t\t\"parent\": \"4601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"460199\",\r\n\t\t\t\"text\": \"460199 - Plaiting materials, plaits and similar products of plaiting materials; products of non-vegetable materials\",\r\n\t\t\t\"parent\": \"4601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4602\",\r\n\t\t\t\"text\": \"4602 - Basketwork, wickerwork and other articles, made directly to shape from plaiting materials or made up from goods of heading no. 4601; articles of loofah\",\r\n\t\t\t\"parent\": \"46\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"460210\",\r\n\t\t\t\"text\": \"460210 - Basketwork, wickerwork products of vegetable material\",\r\n\t\t\t\"parent\": \"4602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"460211\",\r\n\t\t\t\"text\": \"460211 - Basketwork, wickerwork and other articles; of bamboo, made directly to shape from plaiting materials or made up from goods of heading no. 4601\",\r\n\t\t\t\"parent\": \"4602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"460212\",\r\n\t\t\t\"text\": \"460212 - Basketwork, wickerwork and other articles; of rattan, made directly to shape from plaiting materials or made up from goods of heading no. 4601\",\r\n\t\t\t\"parent\": \"4602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"460219\",\r\n\t\t\t\"text\": \"460219 - Basketwork, wickerwork and other articles; of vegetable materials (not bamboo or rattan), made directly to shape from plaiting materials or made up from goods of heading no. 4601; articles of loofah\",\r\n\t\t\t\"parent\": \"4602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"460290\",\r\n\t\t\t\"text\": \"460290 - Basketwork, wickerwork and other articles; of non-vegetable materials, made directly to shape from plaiting materials or made up from goods of heading no. 4601\",\r\n\t\t\t\"parent\": \"4602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"47\",\r\n\t\t\t\"text\": \"47 - Pulp of wood or other fibrous cellulosic material; recovered (waste and scrap) paper or paperboard\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4701\",\r\n\t\t\t\"text\": \"4701 - Wood pulp, mechanical wood pulp\",\r\n\t\t\t\"parent\": \"47\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470100\",\r\n\t\t\t\"text\": \"470100 - Wood pulp; mechanical wood pulp\",\r\n\t\t\t\"parent\": \"4701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4702\",\r\n\t\t\t\"text\": \"4702 - Chemical wood pulp, dissolving grades\",\r\n\t\t\t\"parent\": \"47\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470200\",\r\n\t\t\t\"text\": \"470200 - Wood pulp; chemical wood pulp, dissolving grades\",\r\n\t\t\t\"parent\": \"4702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4703\",\r\n\t\t\t\"text\": \"4703 - Chemical wood pulp, soda or sulphate, other than dissolving grades\",\r\n\t\t\t\"parent\": \"47\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470311\",\r\n\t\t\t\"text\": \"470311 - Wood pulp; chemical wood pulp, soda or sulphate, (other than dissolving grades), unbleached, of coniferous wood\",\r\n\t\t\t\"parent\": \"4703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470319\",\r\n\t\t\t\"text\": \"470319 - Wood pulp; chemical wood pulp, soda or sulphate, (other than dissolving grades), unbleached, of non-coniferous wood\",\r\n\t\t\t\"parent\": \"4703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470321\",\r\n\t\t\t\"text\": \"470321 - Wood pulp; chemical wood pulp, soda or sulphate, (other than dissolving grades), semi-bleached or bleached, of coniferous wood\",\r\n\t\t\t\"parent\": \"4703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470329\",\r\n\t\t\t\"text\": \"470329 - Wood pulp; chemical wood pulp, soda or sulphate, (other than dissolving grades), semi-bleached or bleached, of non-coniferous wood\",\r\n\t\t\t\"parent\": \"4703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4704\",\r\n\t\t\t\"text\": \"4704 - Chemical wood pulp, sulphite, other than dissolving grades\",\r\n\t\t\t\"parent\": \"47\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470411\",\r\n\t\t\t\"text\": \"470411 - Wood pulp; chemical wood pulp, sulphite, (other than dissolving grades), unbleached, of coniferous wood\",\r\n\t\t\t\"parent\": \"4704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470419\",\r\n\t\t\t\"text\": \"470419 - Wood pulp; chemical wood pulp, sulphite, (other than dissolving grades), unbleached, of non-coniferous wood\",\r\n\t\t\t\"parent\": \"4704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470421\",\r\n\t\t\t\"text\": \"470421 - Wood pulp; chemical wood pulp, sulphite, (other than dissolving grades), semi-bleached or bleached, of coniferous wood\",\r\n\t\t\t\"parent\": \"4704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470429\",\r\n\t\t\t\"text\": \"470429 - Wood pulp; chemical wood pulp, sulphite, (other than dissolving grades), semi-bleached or bleached, of non-coniferous wood\",\r\n\t\t\t\"parent\": \"4704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4705\",\r\n\t\t\t\"text\": \"4705 - Wood pulp obtained by a combination of mechanical and chemical pulping processes\",\r\n\t\t\t\"parent\": \"47\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470500\",\r\n\t\t\t\"text\": \"470500 - Wood pulp; obtained by a combination of mechanical and chemical pulping processes\",\r\n\t\t\t\"parent\": \"4705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4706\",\r\n\t\t\t\"text\": \"4706 - Pulps of fibres derived from recovered (waste and scrap) paper or paperboard or of other fibrous cellulosic material\",\r\n\t\t\t\"parent\": \"47\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470610\",\r\n\t\t\t\"text\": \"470610 - Pulp; cotton linters pulp\",\r\n\t\t\t\"parent\": \"4706\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470620\",\r\n\t\t\t\"text\": \"470620 - Pulp; of fibres derived from recovered (waste and scrap) paper or paperboard\",\r\n\t\t\t\"parent\": \"4706\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470630\",\r\n\t\t\t\"text\": \"470630 - Pulp; of bamboo\",\r\n\t\t\t\"parent\": \"4706\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470691\",\r\n\t\t\t\"text\": \"470691 - Pulp; of fibrous cellulosic material, other than of bamboo or fibres derived from recovered (waste and scrap) paper or paperboard or from cotton linters pulp, mechanical\",\r\n\t\t\t\"parent\": \"4706\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470692\",\r\n\t\t\t\"text\": \"470692 - Pulp; of fibrous cellulosic material, other than of bamboo or fibres derived from recovered (waste and scrap) paper or paperboard or from cotton linters pulp, chemical\",\r\n\t\t\t\"parent\": \"4706\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470693\",\r\n\t\t\t\"text\": \"470693 - Pulp; of fibrous cellulosic material, other than of bamboo or fibres derived from recovered (waste and scrap) paper or paperboard or from cotton linters pulp, obtained by a combination of mechanical and chemical processes\",\r\n\t\t\t\"parent\": \"4706\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4707\",\r\n\t\t\t\"text\": \"4707 - Waste and scrap of paper and paperboard\",\r\n\t\t\t\"parent\": \"47\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470710\",\r\n\t\t\t\"text\": \"470710 - Paper or paperboard; waste and scrap, of unbleached kraft paper or paperboard or corrugated paper or paperboard\",\r\n\t\t\t\"parent\": \"4707\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470720\",\r\n\t\t\t\"text\": \"470720 - Paper or paperboard; waste and scrap, paper or paperboard made mainly of bleached chemical pulp, not coloured in the mass\",\r\n\t\t\t\"parent\": \"4707\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470730\",\r\n\t\t\t\"text\": \"470730 - Paper or paperboard; waste and scrap, paper or paperboard made mainly of mechanical pulp (e.g. newspapers, journals and similar printed matter)\",\r\n\t\t\t\"parent\": \"4707\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470790\",\r\n\t\t\t\"text\": \"470790 - Paper or paperboard; waste and scrap, of paper or paperboard n.e.c. in heading no. 4707 and of unsorted waste and scrap\",\r\n\t\t\t\"parent\": \"4707\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"48\",\r\n\t\t\t\"text\": \"48 - Paper and paperboard; articles of paper pulp, of paper or paperboard\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4801\",\r\n\t\t\t\"text\": \"4801 - Newsprint, in rolls or sheets\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480100\",\r\n\t\t\t\"text\": \"480100 - Newsprint; made of fibres obtained essentially by a chemi-mechanical process or of a weight, per m2, of more than 57g but not more than 65g, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4802\",\r\n\t\t\t\"text\": \"4802 - Uncoated paper and paperboard, used for writing, printing or other graphics, non perforated punch-cards and punch tape paper, in rolls or rectangular sheets, of any size, other than paper of heading 4801 or 4803; hand-made paper and paperboard\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480210\",\r\n\t\t\t\"text\": \"480210 - Hand-made paper or paperboard\",\r\n\t\t\t\"parent\": \"4802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480220\",\r\n\t\t\t\"text\": \"480220 - Uncoated paper and paperboard (not 4801 or 4803); of a kind used as a base for photo-sensitive, heat-sensitive or electro-sensitive paper or paperboard, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480230\",\r\n\t\t\t\"text\": \"480230 - Paper, carbonising base, uncoated\",\r\n\t\t\t\"parent\": \"4802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480240\",\r\n\t\t\t\"text\": \"480240 - Uncoated paper and paperboard (not 4801 or 4803); wallpaper base, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480251\",\r\n\t\t\t\"text\": \"480251 - Paper, fine, woodfree, <40 g/m2, uncoated, nes\",\r\n\t\t\t\"parent\": \"4802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480252\",\r\n\t\t\t\"text\": \"480252 - Paper, fine, woodfree, 40 - 150 g/m2, uncoated\",\r\n\t\t\t\"parent\": \"4802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480253\",\r\n\t\t\t\"text\": \"480253 - Paper, fine, woodfree, >150 g/m2, uncoated, nes\",\r\n\t\t\t\"parent\": \"4802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480254\",\r\n\t\t\t\"text\": \"480254 - Uncoated paper and paperboard (not 4801 or 4803); printing, writing or graphic, 10% or less by weight of mechanical or chemi-mechanical processed fibre, weighing less than 40g/m2, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480255\",\r\n\t\t\t\"text\": \"480255 - Uncoated paper and paperboard (not 4801 or 4803); printing, writing or graphic, 10% or less by weight of mechanical or chemi-mechanical processed fibre, weighing 40g/m2 to 150g/m2, in rolls\",\r\n\t\t\t\"parent\": \"4802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480256\",\r\n\t\t\t\"text\": \"480256 - Uncoated paper and paperboard (not 4801 or 4803); printing, writing or graphic, 10% or less by weight of mechanical or chemi-mechanical processed fibre, weight 40-150g/m2, in sheets 435mm or less by 297mm or less (unfolded)\",\r\n\t\t\t\"parent\": \"4802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480257\",\r\n\t\t\t\"text\": \"480257 - Uncoated paper and paperboard (not 4801 or 4803); printing, writing or graphic, 10% or less by weight of mechanical or chemi-mechanical processed fibre, weight 40-150g/m2, n.e.c. in item no. 4802.55 or 4802.56\",\r\n\t\t\t\"parent\": \"4802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480258\",\r\n\t\t\t\"text\": \"480258 - Uncoated paper and paperboard (not 4801 or 4803); printing, writing or graphic, 10% or less by weight of mechanical or chemi-mechanical processed fibre, weighing more than 150g/m2\",\r\n\t\t\t\"parent\": \"4802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480260\",\r\n\t\t\t\"text\": \"480260 - Paper, fine, wood-containing, uncoated, nes\",\r\n\t\t\t\"parent\": \"4802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480261\",\r\n\t\t\t\"text\": \"480261 - Uncoated paper and paperboard (not 4801 or 4803); over 10% by weight of mechanical or chemi-mechanical processed fibre, in rolls\",\r\n\t\t\t\"parent\": \"4802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480262\",\r\n\t\t\t\"text\": \"480262 - Uncoated paper and paperboard (not 4801 or 4803); over 10% by weight of mechanical or chemi-mechanical processed fibre, in sheets 435mm or less by 297mm or less (unfolded)\",\r\n\t\t\t\"parent\": \"4802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480269\",\r\n\t\t\t\"text\": \"480269 - Uncoated paper and paperboard (not 4801 or 4803); over 10% by weight of mechanical or chemi-mechanical processed fibre, other than rolls, other than sheets 435mm or less by 297mm or less (unfolded)\",\r\n\t\t\t\"parent\": \"4802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4803\",\r\n\t\t\t\"text\": \"4803 - Tissue, towel, napkin stock or similar; for household or sanitary uses, cellulose wadding, webs of cellulose fibres, in rolls over 36cm in width or rectangular sheets with one side exceeding 36cm when unfolded\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480300\",\r\n\t\t\t\"text\": \"480300 - Tissue, towel, napkin stock or similar; for household or sanitary use, cellulose, wadding webs of cellulose fibres, in rolls exceeding 36cm in width or rectangular sheets with one side more than 36cm in unfolded state\",\r\n\t\t\t\"parent\": \"4803\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4804\",\r\n\t\t\t\"text\": \"4804 - Uncoated kraft paper and paperboard, in rolls or sheets, other than that of heading no. 4802 or 4803\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480411\",\r\n\t\t\t\"text\": \"480411 - Kraft paper and paperboard; kraftliner, uncoated, unbleached, in rolls or sheets, other than that of heading no. 4802 or 4803\",\r\n\t\t\t\"parent\": \"4804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480419\",\r\n\t\t\t\"text\": \"480419 - Kraft paper and paperboard; kraftliner, uncoated, bleached, in rolls or sheets, other than that of heading no. 4802 or 4803\",\r\n\t\t\t\"parent\": \"4804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480421\",\r\n\t\t\t\"text\": \"480421 - Kraft paper and paperboard; sack kraft paper, uncoated, unbleached, in rolls or sheets, other than that of heading no. 4802 or 4803\",\r\n\t\t\t\"parent\": \"4804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480429\",\r\n\t\t\t\"text\": \"480429 - Kraft paper and paperboard; sack kraft paper, uncoated, bleached, in rolls or sheets, other than that of heading no. 4802 or 4803\",\r\n\t\t\t\"parent\": \"4804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480431\",\r\n\t\t\t\"text\": \"480431 - Kraft paper and paperboard; uncoated, unbleached, weight 150g/m2 or less, in rolls or sheets, other than that of heading no. 4802 or 4803\",\r\n\t\t\t\"parent\": \"4804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480439\",\r\n\t\t\t\"text\": \"480439 - Kraft paper and paperboard; uncoated, bleached, weight 150g/m2 or less, in rolls or sheets, other than that of heading no. 4802 or 4803\",\r\n\t\t\t\"parent\": \"4804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480441\",\r\n\t\t\t\"text\": \"480441 - Kraft paper and paperboard; uncoated, unbleached, weight more than 150g/m2 but less than 225g/m2, in rolls or sheets, other than that of heading no. 4802 or 4803\",\r\n\t\t\t\"parent\": \"4804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480442\",\r\n\t\t\t\"text\": \"480442 - Kraft paper and paperboard; uncoated, weight between 150 and 225g/m2, bleached uniformly throughout, more than 95% of total fibre content consists of chemically processed wood fibres, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480449\",\r\n\t\t\t\"text\": \"480449 - Kraft paper and paperboard; uncoated, weight more than 150g/m2 but less than 225g/m2, in rolls or sheets, n.e.c. in item no. 4804.4, other than that of heading no. 4802 or 4803\",\r\n\t\t\t\"parent\": \"4804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480451\",\r\n\t\t\t\"text\": \"480451 - Kraft paper and paperboard; uncoated, unbleached, weight 225g/m2 or more, in rolls or sheets, other than that of heading no. 4802 or 4803\",\r\n\t\t\t\"parent\": \"4804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480452\",\r\n\t\t\t\"text\": \"480452 - Kraft paper and paperboard; uncoated, weight 225g/m2 or more, bleached uniformly throughout, more than 95% of total fibre content consists of chemically processed wood fibres, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480459\",\r\n\t\t\t\"text\": \"480459 - Kraft paper and paperboard; uncoated, weight 225g/m2 or more, in rolls or sheets, n.e.c. in item no. 4804.5, other than that of heading no. 4802 or 4803\",\r\n\t\t\t\"parent\": \"4804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4805\",\r\n\t\t\t\"text\": \"4805 - Uncoated paper and paperboard n.e.c., in rolls or sheets\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480510\",\r\n\t\t\t\"text\": \"480510 - Paper, fluting, in rolls, semi-chemical, uncoated\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480511\",\r\n\t\t\t\"text\": \"480511 - Paper and paperboard; uncoated, semi-chemical fluting paper, rolls or sheets\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480512\",\r\n\t\t\t\"text\": \"480512 - Paper and paperboard; uncoated, straw fluting paper, rolls or sheets\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480519\",\r\n\t\t\t\"text\": \"480519 - Paper and paperboard; uncoated, fluting paper other than semi-chemical or straw, rolls or sheets\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480521\",\r\n\t\t\t\"text\": \"480521 - Paper, multi-ply, each layer bleached, uncoated, nes\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480522\",\r\n\t\t\t\"text\": \"480522 - Paper, multi-ply, one layer bleached, uncoated\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480523\",\r\n\t\t\t\"text\": \"480523 - Paper, multi-ply, <4 layers, outer bleached, uncoated\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480524\",\r\n\t\t\t\"text\": \"480524 - Paper & paperboard; uncoated, testliner (recycled linerboard), weight 150g/m2, or less, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480525\",\r\n\t\t\t\"text\": \"480525 - Paper & paperboard; uncoated, testliner (recycled linerboard), weight over 150g/m2, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480529\",\r\n\t\t\t\"text\": \"480529 - Paper, multi-ply, uncoated, nes\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480530\",\r\n\t\t\t\"text\": \"480530 - Paper and paperboard; sulphite wrapping paper, uncoated, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480540\",\r\n\t\t\t\"text\": \"480540 - Paper and paperboard; filter paper and paperboard, uncoated, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480550\",\r\n\t\t\t\"text\": \"480550 - Paper and paperboard; felt paper and paperboard, uncoated, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480560\",\r\n\t\t\t\"text\": \"480560 - Paper, weighing 150 g/m2 or less, uncoated, nes\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480570\",\r\n\t\t\t\"text\": \"480570 - Paper, weighing 150 - 225 g/m2, uncoated, nes\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480580\",\r\n\t\t\t\"text\": \"480580 - Paper, weighing 225 g/m2 or more, uncoated, nes\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480591\",\r\n\t\t\t\"text\": \"480591 - Paper and paperboard; uncoated, weight 150g/m2 or less, in rolls or sheets, n.e.c. in heading no.4805\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480592\",\r\n\t\t\t\"text\": \"480592 - Paper and paperboard; uncoated, weight more than 150g/m2 but less than 225 g/m2, in rolls or sheets, n.e.c. in heading no. 4805\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480593\",\r\n\t\t\t\"text\": \"480593 - Paper and paperboard; uncoated, weight 225/m2 or more, in rolls or sheets, n.e.c. in heading no. 4805\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4806\",\r\n\t\t\t\"text\": \"4806 - Vegetable parchment, greaseproof papers, tracing papers, glassine and other glazed transparent or translucent papers, in rolls or sheets\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480610\",\r\n\t\t\t\"text\": \"480610 - Paper; vegetable parchment, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480620\",\r\n\t\t\t\"text\": \"480620 - Paper; greaseproof papers, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480630\",\r\n\t\t\t\"text\": \"480630 - Paper; tracing papers, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480640\",\r\n\t\t\t\"text\": \"480640 - Paper; glassine and other glazed transparent or translucent papers, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4807\",\r\n\t\t\t\"text\": \"4807 - Composite paper and paperboard, (made by sticking layers together with an adhesive), not surface-coated or impregnated, whether or not internally reinforced, in rolls or sheets\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480700\",\r\n\t\t\t\"text\": \"480700 - Paper and paperboard; composite (made by sticking layers together with an adhesive), not surface-coated or impregnated, whether or not internally reinforced, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480710\",\r\n\t\t\t\"text\": \"480710 - Paper, laminated with bitumen tar or asphalt, uncoate\",\r\n\t\t\t\"parent\": \"4807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480790\",\r\n\t\t\t\"text\": \"480790 - Paper internally reinfor\",\r\n\t\t\t\"parent\": \"4807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480791\",\r\n\t\t\t\"text\": \"480791 - Straw paper, board, whether or not paper covered\",\r\n\t\t\t\"parent\": \"4807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480799\",\r\n\t\t\t\"text\": \"480799 - Paper, composite, nes, not coated or impregnated\",\r\n\t\t\t\"parent\": \"4807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4808\",\r\n\t\t\t\"text\": \"4808 - Paper and paperboard, corrugated (with or without glued flat surface sheets), creped, crinkled, embossed or perforated, in rolls or sheets other than paper of the kind described in heading 4803\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480810\",\r\n\t\t\t\"text\": \"480810 - Paper and paperboard; corrugated, whether or not perforated, in rolls or sheets, other than paper of heading 4803\",\r\n\t\t\t\"parent\": \"4808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480820\",\r\n\t\t\t\"text\": \"480820 - Sack kraft paper, creped/crinkled, whether/not embossed/perforated, in rolls/sheets (excl. of 48.03)\",\r\n\t\t\t\"parent\": \"4808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480830\",\r\n\t\t\t\"text\": \"480830 - Kraft paper (excl. sack kraft paper), creped/crinkled, whether/not embossed/perforated, in rolls/sheets (excl. of 48.03)\",\r\n\t\t\t\"parent\": \"4808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480840\",\r\n\t\t\t\"text\": \"480840 - Paper and paperboard; kraft paper, creped or crinkled, whether or not embossed or perforated, in rolls or sheets, other than paper of heading 4803\",\r\n\t\t\t\"parent\": \"4808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480890\",\r\n\t\t\t\"text\": \"480890 - Paper and paperboard; other than corrugated (with or without glued flat surface sheets) or kraft paper, creped or crinkled, whether or not embossed or perforated, in rolls or sheets, other than paper of heading 4803\",\r\n\t\t\t\"parent\": \"4808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4809\",\r\n\t\t\t\"text\": \"4809 - Carbon paper, self copy paper, and other copying or transfer papers (including coated or impregnated paper for duplicator stencils or offset plates), whether or not printed, in rolls or sheets\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480910\",\r\n\t\t\t\"text\": \"480910 - Paper, carbon or similar width >36 cm\",\r\n\t\t\t\"parent\": \"4809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480920\",\r\n\t\t\t\"text\": \"480920 - Paper; self-copy paper, whether or not printed, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480990\",\r\n\t\t\t\"text\": \"480990 - Paper; carbon paper and other copying or transfer papers (including coated or impregnated paper for duplicator stencils or offset plates), whether or not printed, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4810\",\r\n\t\t\t\"text\": \"4810 - Paper and paperboard, coated one or both sides with kaolin (china clay) or inorganic substances, with binder or not, no other coating, surface coloured or not, surface decorated or printed, in rolls or rectangular (including square) sheets, of any size\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481011\",\r\n\t\t\t\"text\": \"481011 - Paper, fine, woodfree, <150 g/m2, clay coated\",\r\n\t\t\t\"parent\": \"4810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481012\",\r\n\t\t\t\"text\": \"481012 - Paper, fine, woodfree, >150 g/m2, clay coated\",\r\n\t\t\t\"parent\": \"4810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481013\",\r\n\t\t\t\"text\": \"481013 - Paper and paperboard; coated with kaolin or other inorganic substances, for printing & writing, graphics, containing no, or not more than 10% by weight of total fibres obtained by mechanical or chemi-mechanical process, in rolls\",\r\n\t\t\t\"parent\": \"4810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481014\",\r\n\t\t\t\"text\": \"481014 - Paper and paperboard; coated with kaolin or other inorganic substances, for printing/writing/graphics, having 10% or less by weight of total fibres got mechanical/chemi-mechanical process, sheets, sides 435mm or less by 297mm or less, unfolded,\",\r\n\t\t\t\"parent\": \"4810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481019\",\r\n\t\t\t\"text\": \"481019 - Paper and paperboard; coated with kaolin or other inorganic substances, for printing/writing/graphics, having 10% or less by weight of total fibres got by mechanical/chemi-mechanical process, sides exceeding 435mm and 297mm, unfolded, sheets\",\r\n\t\t\t\"parent\": \"4810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481021\",\r\n\t\t\t\"text\": \"481021 - Paper, fine, light weight coated\",\r\n\t\t\t\"parent\": \"4810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481022\",\r\n\t\t\t\"text\": \"481022 - Paper and paperboard; coated with kaolin or other inorganic substances only, having more than 10% of mechanical or chemi-mechanical processed fibres, for writing, printing or other graphic purposes, light-weight coated paper, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481029\",\r\n\t\t\t\"text\": \"481029 - Paper and paperboard; coated with kaolin or other inorganic substances only, having more than 10% of mechanically processed fibres, (excluding light-weight paper), for writing, printing or other graphic purposes, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481031\",\r\n\t\t\t\"text\": \"481031 - Kraft paper and paperboard; uniformly bleached throughout, coated with inorganic substances, more than 95% of chemically processed wood fibres, weight 150g/m2 or less, for non-graphic purposes, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481032\",\r\n\t\t\t\"text\": \"481032 - Kraft paper and paperboard; uniformly bleached throughout, coated with inorganic substances, more than 95% of chemically processed wood fibres, weight more than 150g/m2, for non-graphic purposes, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481039\",\r\n\t\t\t\"text\": \"481039 - Kraft paper and paperboard; coated with kaolin or other inorganic substances only, for non-graphic purposes, n.e.c. in item no. 4810.31 and 4810.32, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481091\",\r\n\t\t\t\"text\": \"481091 - Paper, multi-ply, clay coated, nes\",\r\n\t\t\t\"parent\": \"4810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481092\",\r\n\t\t\t\"text\": \"481092 - Paper and paperboard; multi-ply, coated with kaolin or other inorganic substances only, for non-graphic purposes, n.e.c. in heading no. 4810, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481099\",\r\n\t\t\t\"text\": \"481099 - Paper and paperboard; coated with inorganic substances only, whether or not surface-coloured, surface-decorated or printed, n.e.c. in heading no. 4810, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4811\",\r\n\t\t\t\"text\": \"4811 - Paper, paperboard, cellulose wadding and webs of cellulose fibres, coated, impregnated, covered, surface-coloured, decorated or printed, rolls or sheets, other than goods of heading no. 4803, 4809, or 4810\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481110\",\r\n\t\t\t\"text\": \"481110 - Paper and paperboard; tarred, bituminised or asphalted, in rolls or sheets, other than goods of heading no. 4803, 4809, or 4810\",\r\n\t\t\t\"parent\": \"4811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481121\",\r\n\t\t\t\"text\": \"481121 - Paper, self-adhesive except labels\",\r\n\t\t\t\"parent\": \"4811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481129\",\r\n\t\t\t\"text\": \"481129 - Paper, gummed or adhesive except self-adhesive, label\",\r\n\t\t\t\"parent\": \"4811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481131\",\r\n\t\t\t\"text\": \"481131 - Paper, >150g/m2, bleached, plastic coated/impregnated\",\r\n\t\t\t\"parent\": \"4811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481139\",\r\n\t\t\t\"text\": \"481139 - Paper, coated, impregnated, covered with plastics, ne\",\r\n\t\t\t\"parent\": \"4811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481140\",\r\n\t\t\t\"text\": \"481140 - Paper, coat/impregnated with wax/stearin/glycerol, ne\",\r\n\t\t\t\"parent\": \"4811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481141\",\r\n\t\t\t\"text\": \"481141 - Paper and paperboard; self-adhesive, in rolls or sheets, other than goods of heading no. 4803, 4809, or 4810\",\r\n\t\t\t\"parent\": \"4811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481149\",\r\n\t\t\t\"text\": \"481149 - Paper and paperboard; gummed or adhesive paper and paperboard (excluding self-adhesive), in rolls or sheets, other than goods of heading no. 4803, 4809, or 4810\",\r\n\t\t\t\"parent\": \"4811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481151\",\r\n\t\t\t\"text\": \"481151 - Paper and paperboard; coated, impregnated or covered with plastics (excluding adhesives), bleached, weighing more than 150g/m2, other than goods of heading no. 4803, 4809, or 4810\",\r\n\t\t\t\"parent\": \"4811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481159\",\r\n\t\t\t\"text\": \"481159 - Paper and paperboard; coated, impregnated or covered with plastics (excluding adhesives), other than bleached and weighing more than 150g/m2, other than goods of heading no. 4803, 4809, or 4810\",\r\n\t\t\t\"parent\": \"4811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481160\",\r\n\t\t\t\"text\": \"481160 - Paper and paperboard; coated, impregnated or covered with wax, paraffin wax, stearin, oil or glycerol, other than goods of heading no. 4803, 4809, or 4810\",\r\n\t\t\t\"parent\": \"4811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481190\",\r\n\t\t\t\"text\": \"481190 - Paper, paperboard, cellulose wadding and webs of soft cellulose fibres; coated, impregnated, covered, surface-decorated or surface-coloured, n.e.c. in heading no. 4811, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4812\",\r\n\t\t\t\"text\": \"4812 - Filter blocks, slabs and plates of paper pulp\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481200\",\r\n\t\t\t\"text\": \"481200 - Paper pulp; filter blocks, slabs and plates of paper pulp\",\r\n\t\t\t\"parent\": \"4812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4813\",\r\n\t\t\t\"text\": \"4813 - Cigarette paper, whether or not cut to size or in the form of booklets or tubes\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481310\",\r\n\t\t\t\"text\": \"481310 - Paper, cigarette; in the form of booklets or tubes\",\r\n\t\t\t\"parent\": \"4813\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481320\",\r\n\t\t\t\"text\": \"481320 - Paper, cigarette; in rolls of a width not exceeding 5cm\",\r\n\t\t\t\"parent\": \"4813\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481390\",\r\n\t\t\t\"text\": \"481390 - Paper, cigarette; (other than in rolls of a width not exceeding 5cm, or in booklets or tubes)\",\r\n\t\t\t\"parent\": \"4813\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4814\",\r\n\t\t\t\"text\": \"4814 - Wallpaper and similar wall coverings; window transparencies of paper\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481410\",\r\n\t\t\t\"text\": \"481410 - Ingrain paper\",\r\n\t\t\t\"parent\": \"4814\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481420\",\r\n\t\t\t\"text\": \"481420 - Wallpaper and similar wall coverings; coated or covered on the face side, with a grained, embossed, coloured, design-printed or otherwise decorated layer of plastics\",\r\n\t\t\t\"parent\": \"4814\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481430\",\r\n\t\t\t\"text\": \"481430 - Wallpaper, covered one side with plaiting material\",\r\n\t\t\t\"parent\": \"4814\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481490\",\r\n\t\t\t\"text\": \"481490 - Wallpaper and similar wall coverings and window transparencies of paper; n.e.c. in heading 4814\",\r\n\t\t\t\"parent\": \"4814\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4815\",\r\n\t\t\t\"text\": \"4815 - Floor coverings with a base of paper or of paperboard\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481500\",\r\n\t\t\t\"text\": \"481500 - Floor coverings on a base of paper\",\r\n\t\t\t\"parent\": \"4815\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4816\",\r\n\t\t\t\"text\": \"4816 - Carbon paper, self-copy paper and other copying or transfer papers, (other than those of heading no. 4809), duplicator stencils and offset plates, of paper whether or not put up in boxes\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481610\",\r\n\t\t\t\"text\": \"481610 - Paper, carbon or similar copying, except rolls w >36c\",\r\n\t\t\t\"parent\": \"4816\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481620\",\r\n\t\t\t\"text\": \"481620 - Paper; self-copy paper (other than those of heading no. 4809), whether or not put up in boxes\",\r\n\t\t\t\"parent\": \"4816\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481630\",\r\n\t\t\t\"text\": \"481630 - Duplicator stencils\",\r\n\t\t\t\"parent\": \"4816\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481690\",\r\n\t\t\t\"text\": \"481690 - Paper; carbon paper and other copying or transfer papers (other than those of heading no. 4809), n.e.c. in item no. 4816.20\",\r\n\t\t\t\"parent\": \"4816\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4817\",\r\n\t\t\t\"text\": \"4817 - Envelopes, letter cards, plain postcards and correspondence cards, of paper, paperboard; boxes, pouches, wallets and writing compendiums, of paper or paperboard containing assortment of paper stationery\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481710\",\r\n\t\t\t\"text\": \"481710 - Paper and paperboard; envelopes\",\r\n\t\t\t\"parent\": \"4817\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481720\",\r\n\t\t\t\"text\": \"481720 - Paper and paperboard; letter cards, plain postcards and correspondence cards\",\r\n\t\t\t\"parent\": \"4817\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481730\",\r\n\t\t\t\"text\": \"481730 - Paper and paperboard; boxes, pouches, wallets and writing compendiums containing an assortment of paper stationery\",\r\n\t\t\t\"parent\": \"4817\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4818\",\r\n\t\t\t\"text\": \"4818 - Toilet paper, width 36cm or less or cut to size/shape; handkerchiefs, tissues, towels, serviettes, bed sheets and similar household or hospital articles, apparel and clothing accessories of paper pulp, paper, cellulose wadding or webs of cellulose fibres\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481810\",\r\n\t\t\t\"text\": \"481810 - Paper articles; toilet paper\",\r\n\t\t\t\"parent\": \"4818\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481820\",\r\n\t\t\t\"text\": \"481820 - Paper articles; handkerchiefs, cleansing or facial tissues and towels\",\r\n\t\t\t\"parent\": \"4818\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481830\",\r\n\t\t\t\"text\": \"481830 - Paper articles; tablecloths and serviettes, of paper, cellulose wadding or fibres\",\r\n\t\t\t\"parent\": \"4818\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481840\",\r\n\t\t\t\"text\": \"481840 - Sanitary towels & tampons, napkins & napkin liners for babies & similar sanitary articles, of paper pulp/paper/cellulose wadding/webs of cellulose fibres\",\r\n\t\t\t\"parent\": \"4818\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481850\",\r\n\t\t\t\"text\": \"481850 - Paper articles; apparel and clothing accessories of paper, cellulose wadding or fibres\",\r\n\t\t\t\"parent\": \"4818\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481890\",\r\n\t\t\t\"text\": \"481890 - Paper articles; articles of paper, cellulose wadding or fibres, n.e.c. in heading no. 4818\",\r\n\t\t\t\"parent\": \"4818\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4819\",\r\n\t\t\t\"text\": \"4819 - Cartons, boxes, cases, bags and the like, of paper, paperboard, cellulose wadding or fibres; box files, letter trays and the like, of paper or paperboard, of a kind used in offices, shops or the like\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481910\",\r\n\t\t\t\"text\": \"481910 - Paper and paperboard; cartons, boxes and cases, of corrugated paper or paperboard\",\r\n\t\t\t\"parent\": \"4819\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481920\",\r\n\t\t\t\"text\": \"481920 - Paper and paperboard; folding cartons, boxes and cases, of non-corrugated paper or paperboard\",\r\n\t\t\t\"parent\": \"4819\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481930\",\r\n\t\t\t\"text\": \"481930 - Paper and paperboard; sacks and bags of paper, paperboard, cellulose wadding or fibres, having a base of a width of 40cm or more\",\r\n\t\t\t\"parent\": \"4819\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481940\",\r\n\t\t\t\"text\": \"481940 - Paper and paperboard; sacks and bags, including cones, of paper, paperboard, cellulose wadding or fibres, having a base width less than 40cm\",\r\n\t\t\t\"parent\": \"4819\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481950\",\r\n\t\t\t\"text\": \"481950 - Paper and paperboard; packing containers, including record sleeves, of paper, paperboard, cellulose wadding or fibres, n.e.c. in heading no. 4819\",\r\n\t\t\t\"parent\": \"4819\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481960\",\r\n\t\t\t\"text\": \"481960 - Paper and paperboard; box files, letter trays, storage boxes and similar articles, used in offices, shops or the like of paper, paperboard, cellulose wadding or webs of cellulose fibres\",\r\n\t\t\t\"parent\": \"4819\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4820\",\r\n\t\t\t\"text\": \"4820 - Registers, account books, diaries and similar; albums for samples or collections, of paper or paperboard\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482010\",\r\n\t\t\t\"text\": \"482010 - Paper and paperboard; registers, account books, note books, order books, receipt books, letter pads, memorandum pads, diaries and similar articles\",\r\n\t\t\t\"parent\": \"4820\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482020\",\r\n\t\t\t\"text\": \"482020 - Paper and paperboard; exercise books\",\r\n\t\t\t\"parent\": \"4820\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482030\",\r\n\t\t\t\"text\": \"482030 - Paper and paperboard; binders, folders and file covers\",\r\n\t\t\t\"parent\": \"4820\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482040\",\r\n\t\t\t\"text\": \"482040 - Paper and paperboard; manifold business forms and interleaved carbon sets\",\r\n\t\t\t\"parent\": \"4820\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482050\",\r\n\t\t\t\"text\": \"482050 - Paper and paperboard; albums for samples or for collections\",\r\n\t\t\t\"parent\": \"4820\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482090\",\r\n\t\t\t\"text\": \"482090 - Paper or paperboard; stationery n.e.c. in heading no. 4820\",\r\n\t\t\t\"parent\": \"4820\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4821\",\r\n\t\t\t\"text\": \"4821 - Paper or paperboard labels of all kinds, whether or not printed\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482110\",\r\n\t\t\t\"text\": \"482110 - Paper and paperboard; labels or all kinds, printed\",\r\n\t\t\t\"parent\": \"4821\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482190\",\r\n\t\t\t\"text\": \"482190 - Paper and paperboard; labels of all kinds, unprinted\",\r\n\t\t\t\"parent\": \"4821\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4822\",\r\n\t\t\t\"text\": \"4822 - Bobbins, spools, cops and similar supports of paper pulp, paper or paperboard (whether or not perforated or hardened)\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482210\",\r\n\t\t\t\"text\": \"482210 - Paper pulp, paper or paperboard; bobbins, spools, cops and similar supports, of a kind used for winding textile yarn (whether or not perforated or hardened)\",\r\n\t\t\t\"parent\": \"4822\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482290\",\r\n\t\t\t\"text\": \"482290 - Paper pulp, paper or paperboard; bobbins, spools, cops and similar supports, other than of a kind used for winding textile yarn (whether or not perforated or hardened)\",\r\n\t\t\t\"parent\": \"4822\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4823\",\r\n\t\t\t\"text\": \"4823 - Paper, paperboard, cellulose wadding and webs of cellulose fibres; cut to size or shape, articles of paper pulp, paper and paper-board, cellulose wadding or webs of cellulose fibres, n.e.c. in chapter 48\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482311\",\r\n\t\t\t\"text\": \"482311 - Paper, self-adhesive, cut to size, in strips or rolls\",\r\n\t\t\t\"parent\": \"4823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482312\",\r\n\t\t\t\"text\": \"482312 - Gummed/adhesive paper, in strips/rolls, self-adhesive\",\r\n\t\t\t\"parent\": \"4823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482319\",\r\n\t\t\t\"text\": \"482319 - Paper, gummed, adhesive nes, cut to size, strip, roll\",\r\n\t\t\t\"parent\": \"4823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482320\",\r\n\t\t\t\"text\": \"482320 - Paper and paperboard; filter paper and paperboard\",\r\n\t\t\t\"parent\": \"4823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482330\",\r\n\t\t\t\"text\": \"482330 - Cards, not punched, for punch card machines, paper\",\r\n\t\t\t\"parent\": \"4823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482340\",\r\n\t\t\t\"text\": \"482340 - Paper and paperboard; rolls, sheets and dials, printed for self-recording apparatus\",\r\n\t\t\t\"parent\": \"4823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482351\",\r\n\t\t\t\"text\": \"482351 - Paper, fine, cut, printed, embossed, perforated, nes\",\r\n\t\t\t\"parent\": \"4823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482359\",\r\n\t\t\t\"text\": \"482359 - Paper, fine, cut to size or shape, nes\",\r\n\t\t\t\"parent\": \"4823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482360\",\r\n\t\t\t\"text\": \"482360 - Trays, dishes, plates, cups and the like, of paper\",\r\n\t\t\t\"parent\": \"4823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482361\",\r\n\t\t\t\"text\": \"482361 - Paper and paperboard; trays, dishes, plates, cups and the like, of bamboo paper or paperboard\",\r\n\t\t\t\"parent\": \"4823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482369\",\r\n\t\t\t\"text\": \"482369 - Paper and paperboard; trays, dishes, plates, cups and the like, of paper or paperboard other than of bamboo\",\r\n\t\t\t\"parent\": \"4823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482370\",\r\n\t\t\t\"text\": \"482370 - Paper pulp; moulded or pressed articles or paper pulp\",\r\n\t\t\t\"parent\": \"4823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482390\",\r\n\t\t\t\"text\": \"482390 - Paper pulp, paper, paperboard, cellulose wadding or webs of cellulose fibres; articles n.e.c. in heading no. 4823\",\r\n\t\t\t\"parent\": \"4823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"49\",\r\n\t\t\t\"text\": \"49 - Printed books, newspapers, pictures and other products of the printing industry; manuscripts, typescripts and plans\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4901\",\r\n\t\t\t\"text\": \"4901 - Printed books, brochures, leaflets and similar printed matter, whether or not in single sheets\",\r\n\t\t\t\"parent\": \"49\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"490110\",\r\n\t\t\t\"text\": \"490110 - Printed matter; in single sheets, whether or not folded\",\r\n\t\t\t\"parent\": \"4901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"490191\",\r\n\t\t\t\"text\": \"490191 - Printed matter; dictionaries, encyclopaedias and serial instalments thereof\",\r\n\t\t\t\"parent\": \"4901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"490199\",\r\n\t\t\t\"text\": \"490199 - Printed matter; books, brochures, leaflets and similar printed matter n.e.c. in item no. 4901.10 or 4901.91\",\r\n\t\t\t\"parent\": \"4901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4902\",\r\n\t\t\t\"text\": \"4902 - Newspapers, journals and periodicals, whether or not illustrated or containing advertising material\",\r\n\t\t\t\"parent\": \"49\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"490210\",\r\n\t\t\t\"text\": \"490210 - Newspapers, journals and periodicals; whether or not illustrated or containing advertising material, appearing at least four times a week\",\r\n\t\t\t\"parent\": \"4902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"490290\",\r\n\t\t\t\"text\": \"490290 - Newspapers, journals and periodicals; whether or not illustrated or containing advertising material, appearing less frequently than four times a week\",\r\n\t\t\t\"parent\": \"4902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4903\",\r\n\t\t\t\"text\": \"4903 - Children's picture, drawing or colouring books\",\r\n\t\t\t\"parent\": \"49\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"490300\",\r\n\t\t\t\"text\": \"490300 - Printed matter; children's picture, drawing or colouring books\",\r\n\t\t\t\"parent\": \"4903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4904\",\r\n\t\t\t\"text\": \"4904 - Music, printed or in manuscript, whether or not bound or illustrated\",\r\n\t\t\t\"parent\": \"49\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"490400\",\r\n\t\t\t\"text\": \"490400 - Music; printed or in manuscript, whether or not bound or illustrated\",\r\n\t\t\t\"parent\": \"4904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4905\",\r\n\t\t\t\"text\": \"4905 - Maps and hydrographic or similar charts of all kinds, including atlases, wall maps, topographical plans and globes, printed\",\r\n\t\t\t\"parent\": \"49\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"490510\",\r\n\t\t\t\"text\": \"490510 - Globes; printed\",\r\n\t\t\t\"parent\": \"4905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"490520\",\r\n\t\t\t\"text\": \"490520 - Maps and hydrographic or similar charts; printed in book form, including atlases, topographical plans and similar\",\r\n\t\t\t\"parent\": \"4905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"490590\",\r\n\t\t\t\"text\": \"490590 - Maps and hydrographic or similar charts; (printed other than in book form), including wall maps, topographical plans and similar\",\r\n\t\t\t\"parent\": \"4905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"490591\",\r\n\t\t\t\"text\": \"490591 - Maps and hydrographic or similar charts; printed in book form, including atlases, topographical plans and similar\",\r\n\t\t\t\"parent\": \"4905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"490599\",\r\n\t\t\t\"text\": \"490599 - Maps and hydrographic or similar charts; (printed other than in book form), including wall maps, topographical plans and similar\",\r\n\t\t\t\"parent\": \"4905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4906\",\r\n\t\t\t\"text\": \"4906 - Plans and drawings; for architectural, engineering, industrial, commercial, topographical or similar, being originals drawn by hand; hand-written texts; photo- graphic reproductions; their carbon copies\",\r\n\t\t\t\"parent\": \"49\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"490600\",\r\n\t\t\t\"text\": \"490600 - Plans and drawings; for architectural, engineering, industrial, commercial, topographical or similar, being originals drawn by hand; hand-written texts; photo- graphic reproductions; their carbon copies\",\r\n\t\t\t\"parent\": \"4906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4907\",\r\n\t\t\t\"text\": \"4907 - Unused postage, revenue or similar stamps of current or new issue in the country in which they have, or will have, a recognised face value; stamp-impressed paper; cheque forms; banknotes, stock, share or bond certificates and the like of similar title\",\r\n\t\t\t\"parent\": \"49\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"490700\",\r\n\t\t\t\"text\": \"490700 - Unused postage, revenue or similar stamps of current or new issue in the country in which they have, or will have, a recognised face value; stamp-impressed paper; cheque forms; banknotes, stock, share or bond certificates and the like of similar title\",\r\n\t\t\t\"parent\": \"4907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4908\",\r\n\t\t\t\"text\": \"4908 - Transfers (decalcomanias)\",\r\n\t\t\t\"parent\": \"49\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"490810\",\r\n\t\t\t\"text\": \"490810 - Printed matter; transfers (decalcomanias), vitrifiable\",\r\n\t\t\t\"parent\": \"4908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"490890\",\r\n\t\t\t\"text\": \"490890 - Printed matter; transfers (decalcomanias), other than vitrifiable\",\r\n\t\t\t\"parent\": \"4908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4909\",\r\n\t\t\t\"text\": \"4909 - Printed or illustrated postcards; printed cards bearing personal greetings, messages or announcements, whether or not illustrated, with or without envelopes or trimmings\",\r\n\t\t\t\"parent\": \"49\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"490900\",\r\n\t\t\t\"text\": \"490900 - Printed or illustrated postcards; printed cards bearing personal greetings, messages or announcements, whether or not illustrated, with or without envelopes or trimmings\",\r\n\t\t\t\"parent\": \"4909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4910\",\r\n\t\t\t\"text\": \"4910 - Calendars of any kind, printed, including calendar blocks\",\r\n\t\t\t\"parent\": \"49\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"491000\",\r\n\t\t\t\"text\": \"491000 - Calendars; printed, of any kind, including calendar blocks\",\r\n\t\t\t\"parent\": \"4910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4911\",\r\n\t\t\t\"text\": \"4911 - Printed matter, n.e.c., including printed pictures and photographs\",\r\n\t\t\t\"parent\": \"49\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"491110\",\r\n\t\t\t\"text\": \"491110 - Printed matter; trade advertising material, commercial catalogues and the like\",\r\n\t\t\t\"parent\": \"4911\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"491191\",\r\n\t\t\t\"text\": \"491191 - Printed matter; pictures, designs and photographs, n.e.c. in item no. 4911.10\",\r\n\t\t\t\"parent\": \"4911\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"491199\",\r\n\t\t\t\"text\": \"491199 - Printed matter; n.e.c. in heading no. 4911\",\r\n\t\t\t\"parent\": \"4911\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"50\",\r\n\t\t\t\"text\": \"50 - Silk\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5001\",\r\n\t\t\t\"text\": \"5001 - Silk-worm cocoons suitable for reeling\",\r\n\t\t\t\"parent\": \"50\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"500100\",\r\n\t\t\t\"text\": \"500100 - Silk; silk-worm cocoons suitable for reeling\",\r\n\t\t\t\"parent\": \"5001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5002\",\r\n\t\t\t\"text\": \"5002 - Raw silk (not thrown)\",\r\n\t\t\t\"parent\": \"50\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"500200\",\r\n\t\t\t\"text\": \"500200 - Silk; raw silk (not thrown)\",\r\n\t\t\t\"parent\": \"5002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5003\",\r\n\t\t\t\"text\": \"5003 - Silk waste (including cocoons unsuitable for reeling, yarn waste and garnetted stock)\",\r\n\t\t\t\"parent\": \"50\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"500300\",\r\n\t\t\t\"text\": \"500300 - Silk waste (including cocoons unsuitable for reeling, yarn waste and garnetted stock)\",\r\n\t\t\t\"parent\": \"5003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"500310\",\r\n\t\t\t\"text\": \"500310 - Silk waste, not carded or combed\",\r\n\t\t\t\"parent\": \"5003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"500390\",\r\n\t\t\t\"text\": \"500390 - Silk waste, carded or combed\",\r\n\t\t\t\"parent\": \"5003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5004\",\r\n\t\t\t\"text\": \"5004 - Silk; yarn (other than yarn spun from silk waste), not put up for retail sale\",\r\n\t\t\t\"parent\": \"50\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"500400\",\r\n\t\t\t\"text\": \"500400 - Silk; yarn (other than yarn spun from silk waste), not put up for retail sale\",\r\n\t\t\t\"parent\": \"5004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5005\",\r\n\t\t\t\"text\": \"5005 - Yarn spun from silk waste, not put up for retail sale\",\r\n\t\t\t\"parent\": \"50\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"500500\",\r\n\t\t\t\"text\": \"500500 - Silk; yarn spun from silk waste, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5006\",\r\n\t\t\t\"text\": \"5006 - Silk yarn and yarn spun from silk waste, put up for retail sale; silk-worm gut\",\r\n\t\t\t\"parent\": \"50\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"500600\",\r\n\t\t\t\"text\": \"500600 - Silk yarn and yarn spun from silk waste; put up for retail sale, and silk-worm gut\",\r\n\t\t\t\"parent\": \"5006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5007\",\r\n\t\t\t\"text\": \"5007 - Woven fabrics of silk or of silk waste\",\r\n\t\t\t\"parent\": \"50\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"500710\",\r\n\t\t\t\"text\": \"500710 - Silk; woven fabrics of noil silk\",\r\n\t\t\t\"parent\": \"5007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"500720\",\r\n\t\t\t\"text\": \"500720 - Silk; woven fabrics, containing 85% or more by weight of silk or of silk waste other than noil silk\",\r\n\t\t\t\"parent\": \"5007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"500790\",\r\n\t\t\t\"text\": \"500790 - Silk; woven fabrics n.e.c. in heading no. 5007\",\r\n\t\t\t\"parent\": \"5007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"51\",\r\n\t\t\t\"text\": \"51 - Wool, fine or coarse animal hair; horsehair yarn and woven fabric\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5101\",\r\n\t\t\t\"text\": \"5101 - Wool, not carded or combed\",\r\n\t\t\t\"parent\": \"51\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510111\",\r\n\t\t\t\"text\": \"510111 - Wool; (not carded or combed), greasy (including fleece-washed wool), shorn\",\r\n\t\t\t\"parent\": \"5101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510119\",\r\n\t\t\t\"text\": \"510119 - Wool; (other than shorn), greasy (including fleece-washed wool), not carded or combed\",\r\n\t\t\t\"parent\": \"5101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510121\",\r\n\t\t\t\"text\": \"510121 - Wool; (not carded or combed), degreased, (not carbonised), shorn\",\r\n\t\t\t\"parent\": \"5101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510129\",\r\n\t\t\t\"text\": \"510129 - Wool; (not carded or combed), degreased, (not carbonised), (other than shorn)\",\r\n\t\t\t\"parent\": \"5101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510130\",\r\n\t\t\t\"text\": \"510130 - Wool; (not carded or combed), carbonised\",\r\n\t\t\t\"parent\": \"5101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5102\",\r\n\t\t\t\"text\": \"5102 - Fine or coarse animal hair, not carded or combed\",\r\n\t\t\t\"parent\": \"51\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510210\",\r\n\t\t\t\"text\": \"510210 - Fine animal hair, not carded or combed\",\r\n\t\t\t\"parent\": \"5102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510211\",\r\n\t\t\t\"text\": \"510211 - Hair; fine animal hair, not carded or combed, of kashmir (cashmere) goats\",\r\n\t\t\t\"parent\": \"5102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510219\",\r\n\t\t\t\"text\": \"510219 - Hair; fine animal hair, not carded or combed, other than of kashmir (cashmere) goats\",\r\n\t\t\t\"parent\": \"5102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510220\",\r\n\t\t\t\"text\": \"510220 - Hair; coarse animal hair, not carded or combed\",\r\n\t\t\t\"parent\": \"5102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5103\",\r\n\t\t\t\"text\": \"5103 - Waste of wool or of fine or coarse animal hair, including yarn waste but excluding garnetted stock\",\r\n\t\t\t\"parent\": \"51\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510310\",\r\n\t\t\t\"text\": \"510310 - Wool and hair; noils of wool or of fine animal hair, including yarn waste, but excluding garnetted stock\",\r\n\t\t\t\"parent\": \"5103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510320\",\r\n\t\t\t\"text\": \"510320 - Wool and hair; waste of wool or of fine animal hair, including yarn waste, but excluding garnetted stock and noils of wool or of fine animal hair\",\r\n\t\t\t\"parent\": \"5103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510330\",\r\n\t\t\t\"text\": \"510330 - Wool and hair; waste of coarse animal hair, including yarn waste, but excluding garnetted stock\",\r\n\t\t\t\"parent\": \"5103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5104\",\r\n\t\t\t\"text\": \"5104 - Wool, or fine or coarse animal hair; garnetted stock\",\r\n\t\t\t\"parent\": \"51\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510400\",\r\n\t\t\t\"text\": \"510400 - Wool and hair; garnetted stock of wool or of fine or coarse animal hair\",\r\n\t\t\t\"parent\": \"5104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5105\",\r\n\t\t\t\"text\": \"5105 - Wool and fine or coarse animal hair; carded or combed (including combed wool in fragments)\",\r\n\t\t\t\"parent\": \"51\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510510\",\r\n\t\t\t\"text\": \"510510 - Wool; carded\",\r\n\t\t\t\"parent\": \"5105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510521\",\r\n\t\t\t\"text\": \"510521 - Wool; wool tops and other combed wool, in fragments\",\r\n\t\t\t\"parent\": \"5105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510529\",\r\n\t\t\t\"text\": \"510529 - Wool; wool tops and other combed wool, other than in fragments\",\r\n\t\t\t\"parent\": \"5105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510530\",\r\n\t\t\t\"text\": \"510530 - Fine animal hair, carded or combed\",\r\n\t\t\t\"parent\": \"5105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510531\",\r\n\t\t\t\"text\": \"510531 - Hair; fine animal hair, carded or combed, of kashmir (cashmere) goats\",\r\n\t\t\t\"parent\": \"5105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510539\",\r\n\t\t\t\"text\": \"510539 - Hair; fine animal hair, carded or combed, other than of kashmir (cashmere) goats\",\r\n\t\t\t\"parent\": \"5105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510540\",\r\n\t\t\t\"text\": \"510540 - Hair; coarse animal hair, carded or combed\",\r\n\t\t\t\"parent\": \"5105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5106\",\r\n\t\t\t\"text\": \"5106 - Yarn of carded wool, not put up for retail sale\",\r\n\t\t\t\"parent\": \"51\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510610\",\r\n\t\t\t\"text\": \"510610 - Yarn; of carded wool, containing 85% or more by weight of wool, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510620\",\r\n\t\t\t\"text\": \"510620 - Yarn; of carded wool, containing less than 85% by weight of wool, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5107\",\r\n\t\t\t\"text\": \"5107 - Yarn of combed wool, not put up for retail sale\",\r\n\t\t\t\"parent\": \"51\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510710\",\r\n\t\t\t\"text\": \"510710 - Yarn; of combed wool, containing 85% or more by weight of wool, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510720\",\r\n\t\t\t\"text\": \"510720 - Yarn; of combed wool, containing less than 85% by weight of wool, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5108\",\r\n\t\t\t\"text\": \"5108 - Yarn of fine animal hair (carded or combed), not put up for retail sale\",\r\n\t\t\t\"parent\": \"51\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510810\",\r\n\t\t\t\"text\": \"510810 - Yarn; of fine animal hair, carded, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510820\",\r\n\t\t\t\"text\": \"510820 - Yarn; of fine animal hair, combed, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5109\",\r\n\t\t\t\"text\": \"5109 - Yarn of wool or of fine animal hair, put up for retail sale\",\r\n\t\t\t\"parent\": \"51\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510910\",\r\n\t\t\t\"text\": \"510910 - Yarn; of wool or of fine animal hair, containing 85% or more by weight of wool or fine animal hair, put up for retail sale\",\r\n\t\t\t\"parent\": \"5109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510990\",\r\n\t\t\t\"text\": \"510990 - Yarn; of wool or of fine animal hair, containing less than 85% by weight of wool or fine animal hair, put up for retail sale\",\r\n\t\t\t\"parent\": \"5109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5110\",\r\n\t\t\t\"text\": \"5110 - Yarn of coarse animal hair or of horsehair (including gimped horsehair yarn), whether or not put up for retail sale\",\r\n\t\t\t\"parent\": \"51\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"511000\",\r\n\t\t\t\"text\": \"511000 - Yarn; of coarse animal hair or of horsehair (including gimped horsehair yarn), whether or not put up for retail sale\",\r\n\t\t\t\"parent\": \"5110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5111\",\r\n\t\t\t\"text\": \"5111 - Woven fabrics of carded wool or of carded fine animal hair\",\r\n\t\t\t\"parent\": \"51\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"511111\",\r\n\t\t\t\"text\": \"511111 - Fabrics, woven; of carded wool or of carded fine animal hair, containing 85% or more by weight of wool or of fine animal hair, of a weight not exceeding 300g/m2\",\r\n\t\t\t\"parent\": \"5111\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"511119\",\r\n\t\t\t\"text\": \"511119 - Fabrics, woven; of carded wool or of carded fine animal hair, containing 85% or more by weight of wool or of fine animal hair, of a weight exceeding 300g/m2\",\r\n\t\t\t\"parent\": \"5111\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"511120\",\r\n\t\t\t\"text\": \"511120 - Fabrics, woven; of carded wool or carded fine animal hair, containing less than 85% by weight of wool or fine animal hair, mixed mainly or solely with man-made filaments\",\r\n\t\t\t\"parent\": \"5111\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"511130\",\r\n\t\t\t\"text\": \"511130 - Fabrics, woven; of carded wool or carded fine animal hair, containing less than 85% by weight of wool or fine animal hair, mixed mainly or solely with man-made staple fibres\",\r\n\t\t\t\"parent\": \"5111\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"511190\",\r\n\t\t\t\"text\": \"511190 - Fabrics, woven; of carded wool or carded fine animal hair, containing less than 85% by weight of wool or fine animal hair, mixed mainly or solely with fibres n.e.c. in heading no. 5111\",\r\n\t\t\t\"parent\": \"5111\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5112\",\r\n\t\t\t\"text\": \"5112 - Woven fabrics of combed wool or of combed fine animal hair\",\r\n\t\t\t\"parent\": \"51\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"511211\",\r\n\t\t\t\"text\": \"511211 - Fabrics, woven; of combed wool or combed fine animal hair, containing 85% or more by weight of wool or fine animal hair, of a weight not exceeding 200g/m2\",\r\n\t\t\t\"parent\": \"5112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"511219\",\r\n\t\t\t\"text\": \"511219 - Fabrics, woven; of combed wool or combed fine animal hair, containing 85% or more by weight of wool or fine animal hair, of a weight exceeding 200g/m2\",\r\n\t\t\t\"parent\": \"5112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"511220\",\r\n\t\t\t\"text\": \"511220 - Fabrics, woven; of combed wool or combed fine animal hair, containing less than 85% by weight of wool or fine animal hair, mixed mainly or solely with man-made filaments\",\r\n\t\t\t\"parent\": \"5112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"511230\",\r\n\t\t\t\"text\": \"511230 - Fabrics, woven; of combed wool or combed fine animal hair, containing less than 85% by weight of wool or fine animal hair, mixed mainly or solely with man-made staple fibres\",\r\n\t\t\t\"parent\": \"5112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"511290\",\r\n\t\t\t\"text\": \"511290 - Fabrics, woven; of combed wool or combed fine animal hair, containing less than 85% by weight of wool or fine animal hair, mixed mainly or solely with fibres n.e.c. in heading no. 5112\",\r\n\t\t\t\"parent\": \"5112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5113\",\r\n\t\t\t\"text\": \"5113 - Woven fabrics of coarse animal hair or of horsehair\",\r\n\t\t\t\"parent\": \"51\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"511300\",\r\n\t\t\t\"text\": \"511300 - Fabrics, woven; of coarse animal hair or of horsehair\",\r\n\t\t\t\"parent\": \"5113\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"52\",\r\n\t\t\t\"text\": \"52 - Cotton\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5201\",\r\n\t\t\t\"text\": \"5201 - Cotton; not carded or combed\",\r\n\t\t\t\"parent\": \"52\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520100\",\r\n\t\t\t\"text\": \"520100 - Cotton; not carded or combed\",\r\n\t\t\t\"parent\": \"5201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5202\",\r\n\t\t\t\"text\": \"5202 - Cotton waste (including yarn waste and garnetted stock)\",\r\n\t\t\t\"parent\": \"52\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520210\",\r\n\t\t\t\"text\": \"520210 - Cotton; yarn waste (including thread waste)\",\r\n\t\t\t\"parent\": \"5202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520291\",\r\n\t\t\t\"text\": \"520291 - Cotton; garnetted stock waste\",\r\n\t\t\t\"parent\": \"5202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520299\",\r\n\t\t\t\"text\": \"520299 - Cotton; waste other than garnetted stock and yarn (including thread) waste\",\r\n\t\t\t\"parent\": \"5202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5203\",\r\n\t\t\t\"text\": \"5203 - Cotton, carded or combed\",\r\n\t\t\t\"parent\": \"52\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520300\",\r\n\t\t\t\"text\": \"520300 - Cotton; carded or combed\",\r\n\t\t\t\"parent\": \"5203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5204\",\r\n\t\t\t\"text\": \"5204 - Cotton sewing thread, whether or not put up for retail sale\",\r\n\t\t\t\"parent\": \"52\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520411\",\r\n\t\t\t\"text\": \"520411 - Cotton; sewing thread, containing 85% or more by weight of cotton, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520419\",\r\n\t\t\t\"text\": \"520419 - Cotton; sewing thread, containing less than 85% by weight of cotton, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520420\",\r\n\t\t\t\"text\": \"520420 - Cotton; sewing thread, put up for retail sale\",\r\n\t\t\t\"parent\": \"5204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5205\",\r\n\t\t\t\"text\": \"5205 - Cotton yarn (other than sewing thread), containing 85% or more by weight of cotton, not put up for retail sale\",\r\n\t\t\t\"parent\": \"52\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520511\",\r\n\t\t\t\"text\": \"520511 - Cotton yarn; (not sewing thread), single, of uncombed fibres, 85% or more by weight of cotton, measuring 714.29 decitex or more, (not exceeding 14 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520512\",\r\n\t\t\t\"text\": \"520512 - Cotton yarn; (not sewing thread), single, of uncombed fibres, 85% or more by weight of cotton, less than 714.29 but not less than 232.56 decitex (exceeding 14 but not exceeding 43 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520513\",\r\n\t\t\t\"text\": \"520513 - Cotton yarn; (not sewing thread), single, of uncombed fibres, 85% or more by weight of cotton, less than 232.56 but not less than 192.31 decitex (exceeding 43 but not exceeding 52 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520514\",\r\n\t\t\t\"text\": \"520514 - Cotton yarn; (not sewing thread), single, of uncombed fibres, 85% or more by weight of cotton, less than 192.31 but not less than 125 decitex (exceeding 52 but not exceeding 80 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520515\",\r\n\t\t\t\"text\": \"520515 - Cotton yarn; (not sewing thread), single, of uncombed fibres, 85% or more by weight of cotton, measuring less than 125 decitex (exceeding 80 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520521\",\r\n\t\t\t\"text\": \"520521 - Cotton yarn; (not sewing thread), single, of combed fibres, 85% or more by weight of cotton, measuring 714.29 decitex or more, (not exceeding 14 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520522\",\r\n\t\t\t\"text\": \"520522 - Cotton yarn; (not sewing thread), single, of combed fibres, 85% or more by weight of cotton, less than 714.29 but not less than 232.56 decitex (exceeding 14 but not exceeding 43 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520523\",\r\n\t\t\t\"text\": \"520523 - Cotton yarn; (not sewing thread), single, of combed fibres, 85% or more by weight of cotton, less than 232.56 but not less than 192.31 decitex (exceeding 43 but not exceeding 52 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520524\",\r\n\t\t\t\"text\": \"520524 - Cotton yarn; (not sewing thread), single, of combed fibres, 85% or more by weight of cotton, less than 192.31 but not less than 125 decitex (exceeding 52 but not exceeding 80 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520525\",\r\n\t\t\t\"text\": \"520525 - Cotton yarn >85% single combed <125 dtex, not retail\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520526\",\r\n\t\t\t\"text\": \"520526 - Cotton yarn; (not sewing thread), single, of combed fibres, 85% or more by weight of cotton, less than 125 but not less than 106.38 decitex (over 80 but not over 94 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520527\",\r\n\t\t\t\"text\": \"520527 - Cotton yarn; (not sewing thread), single, of combed fibres, 85% or more by weight of cotton, less than 106.38 but not less than 83.33 decitex (over 94 but not over 120 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520528\",\r\n\t\t\t\"text\": \"520528 - Cotton yarn; (not sewing thread), single, of combed fibres, 85% or more by weight of cotton, measuring less than 83.33 decitex (exceeding 120 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520531\",\r\n\t\t\t\"text\": \"520531 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, 85% or more by weight of cotton, 714.29 decitex or more (not exceeding 14 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520532\",\r\n\t\t\t\"text\": \"520532 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, 85% or more by weight of cotton, 714.28 to 232.56 decitex (15 to 43 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520533\",\r\n\t\t\t\"text\": \"520533 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, 85% or more by weight of cotton, 232.55 to 192.31 decitex (44 to 52 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520534\",\r\n\t\t\t\"text\": \"520534 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, 85% or more by weight of cotton, 192.30 to 125 decitex (53 to 80 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520535\",\r\n\t\t\t\"text\": \"520535 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, 85% or more by weight of cotton, less than 125 decitex (exceeding 80 metric number), per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520541\",\r\n\t\t\t\"text\": \"520541 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, 85% or more by weight of cotton, 714.29 decitex or more (not exceeding 14 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520542\",\r\n\t\t\t\"text\": \"520542 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, 85% or more by weight of cotton, 714.28 to 232.56 decitex (15 to 43 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520543\",\r\n\t\t\t\"text\": \"520543 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, 85% or more by weight of cotton, 232.55 to 192.31 decitex (44 to 52 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520544\",\r\n\t\t\t\"text\": \"520544 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, 85% or more by weight of cotton, 192.30 to 125 decitex (53 to 80 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520545\",\r\n\t\t\t\"text\": \"520545 - Cotton yarn >85% multiple combed <125 dtex,not retail\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520546\",\r\n\t\t\t\"text\": \"520546 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, 85% or more by weight of cotton, 124 to 106.38 decitex (81 to 94 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520547\",\r\n\t\t\t\"text\": \"520547 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, 85% or more by weight of cotton, 106.37 to 83.33 decitex (95 to 120 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520548\",\r\n\t\t\t\"text\": \"520548 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, 85% or more by weight of cotton, less than 83.33 decitex (exceeding 120 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5206\",\r\n\t\t\t\"text\": \"5206 - Cotton yarn (other than sewing thread), containing less than 85% by weight of cotton, not put up for retail sale\",\r\n\t\t\t\"parent\": \"52\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520611\",\r\n\t\t\t\"text\": \"520611 - Cotton yarn; (not sewing thread), single, of uncombed fibres, less than 85% by weight of cotton, measuring 714.29 decitex or more (not exceeding 14 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520612\",\r\n\t\t\t\"text\": \"520612 - Cotton yarn; (not sewing thread), single, of uncombed fibres, less than 85% by weight of cotton, less than 714.29 but not less than 232.56 decitex (exceeding 14 but not exceeding 43 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520613\",\r\n\t\t\t\"text\": \"520613 - Cotton yarn; (not sewing thread), single, of uncombed fibres, less than 85% by weight of cotton, less than 232.56 but not less than 192.31 decitex (exceeding 43 but not exceeding 52 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520614\",\r\n\t\t\t\"text\": \"520614 - Cotton yarn; (not sewing thread), single, of uncombed fibres, less than 85% by weight of cotton, less than 192.31 but not less than 125 decitex (exceeding 52 but not exceeding 80 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520615\",\r\n\t\t\t\"text\": \"520615 - Cotton yarn; (not sewing thread), single, of uncombed fibres, less than 85% by weight of cotton, measuring less than 125 decitex (exceeding 80 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520621\",\r\n\t\t\t\"text\": \"520621 - Cotton yarn; (not sewing thread), single, of combed fibres, less than 85% by weight of cotton, measuring 714.29 decitex or more, (not exceeding 14 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520622\",\r\n\t\t\t\"text\": \"520622 - Cotton yarn; (not sewing thread), single, of combed fibres, less than 85% by weight of cotton, less than 714.29 but not less than 232.56 decitex (exceeding 14 but not exceeding 43 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520623\",\r\n\t\t\t\"text\": \"520623 - Cotton yarn; (not sewing thread), single, of combed fibres, less than 85% by weight of cotton, less than 232.56 but not less than 192.31 decitex (exceeding 43 but not exceeding 52 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520624\",\r\n\t\t\t\"text\": \"520624 - Cotton yarn; (not sewing thread), single, of combed fibres, less than 85% by weight of cotton, less than 192.31 but not less than 125 decitex (exceeding 52 but not exceeding 80 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520625\",\r\n\t\t\t\"text\": \"520625 - Cotton yarn; (not sewing thread), single, of combed fibres, less than 85% by weight of cotton, measuring less than 125 decitex (exceeding 80 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520631\",\r\n\t\t\t\"text\": \"520631 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, less than 85% by weight of cotton, 714.29 decitex or more (not exceeding 14 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520632\",\r\n\t\t\t\"text\": \"520632 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, less than 85% by weight of cotton, 714.28 to 232.56 decitex (15 to 43 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520633\",\r\n\t\t\t\"text\": \"520633 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, less than 85% by weight of cotton, 232.55 to 192.31 decitex (44 to 52 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520634\",\r\n\t\t\t\"text\": \"520634 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, less than 85% by weight of cotton, 192.30 to 125 decitex (53 to 80 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520635\",\r\n\t\t\t\"text\": \"520635 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, less than 85% by weight of cotton, less than 125 decitex (exceeding 80 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520641\",\r\n\t\t\t\"text\": \"520641 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, less than 85% by weight of cotton, 714.29 decitex or more (not exceeding 14 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520642\",\r\n\t\t\t\"text\": \"520642 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, less than 85% by weight of cotton, 714.28 to 232.56 decitex (15 to 43 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520643\",\r\n\t\t\t\"text\": \"520643 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, less than 85% by weight of cotton, 232.55 to 192.31 decitex (44 to 52 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520644\",\r\n\t\t\t\"text\": \"520644 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, less than 85% by weight of cotton, 192.30 to 125 decitex (53 to 80 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520645\",\r\n\t\t\t\"text\": \"520645 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, less than 85% by weight of cotton, less than 125 decitex (exceeding 80 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5207\",\r\n\t\t\t\"text\": \"5207 - Cotton yarn (other than sewing thread), put up for retail sale\",\r\n\t\t\t\"parent\": \"52\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520710\",\r\n\t\t\t\"text\": \"520710 - Cotton yarn; (not sewing thread), containing 85% or more by weight of cotton, put up for retail sale\",\r\n\t\t\t\"parent\": \"5207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520790\",\r\n\t\t\t\"text\": \"520790 - Cotton yarn; (not sewing thread), containing less than 85% by weight of cotton, put up for retail sale\",\r\n\t\t\t\"parent\": \"5207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5208\",\r\n\t\t\t\"text\": \"5208 - Woven fabrics of cotton, containing 85% or more by weight of cotton, weighing not more than 200 g/m2\",\r\n\t\t\t\"parent\": \"52\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520811\",\r\n\t\t\t\"text\": \"520811 - Fabrics, woven; containing 85% or more by weight of cotton, unbleached, plain weave, weighing not more than 100g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520812\",\r\n\t\t\t\"text\": \"520812 - Fabrics, woven; containing 85% or more by weight of cotton, unbleached, plain weave, weighing more than 100g/m2 but not more than 200g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520813\",\r\n\t\t\t\"text\": \"520813 - Fabrics, woven; containing 85% or more by weight of cotton, unbleached, 3-thread or 4-thread twill, including cross twill, weighing not more than 200g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520819\",\r\n\t\t\t\"text\": \"520819 - Fabrics, woven; containing 85% or more by weight of cotton, unbleached, of weaves n.e.c. in item no. 5208.1, weighing not more than 200g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520821\",\r\n\t\t\t\"text\": \"520821 - Fabrics, woven; containing 85% or more by weight of cotton, bleached, plain weave, weighing not more than 100g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520822\",\r\n\t\t\t\"text\": \"520822 - Fabrics, woven; containing 85% or more by weight of cotton, bleached, plain weave, weighing more than 100g/m2 but not more than 200g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520823\",\r\n\t\t\t\"text\": \"520823 - Fabrics, woven; containing 85% or more by weight of cotton, bleached, 3-thread or 4-thread twill, including cross twill, weighing not more than 200g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520829\",\r\n\t\t\t\"text\": \"520829 - Fabrics, woven; containing 85% or more by weight of cotton, bleached, of weaves n.e.c. in item no. 5208.2, weighing not more than 200g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520831\",\r\n\t\t\t\"text\": \"520831 - Fabrics, woven; containing 85% or more by weight of cotton, dyed, plain weave, weighing not more than 100g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520832\",\r\n\t\t\t\"text\": \"520832 - Fabrics, woven; containing 85% or more by weight of cotton, dyed, plain weave, weighing more than 100g/m2 but not more than 200g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520833\",\r\n\t\t\t\"text\": \"520833 - Fabrics, woven; containing 85% or more by weight of cotton, dyed, 3-thread or 4-thread twill, including cross twill, weighing not more than 200g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520839\",\r\n\t\t\t\"text\": \"520839 - Fabrics, woven; containing 85% or more by weight of cotton, dyed, of weaves n.e.c. in item no. 5208.3 weighing not more than 200g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520841\",\r\n\t\t\t\"text\": \"520841 - Fabrics, woven; containing 85% or more by weight of cotton, of yarns of different colours, plain weave, weighing not more than 100g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520842\",\r\n\t\t\t\"text\": \"520842 - Fabrics, woven; containing 85% or more by weight of cotton, of yarns of different colours, weighing more than 100g/m2 but not more than 200g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520843\",\r\n\t\t\t\"text\": \"520843 - Fabrics, woven; containing 85% or more by weight of cotton, of yarns of different colours, 3-thread or 4-thread twill, including cross twill, weighing not more than 200g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520849\",\r\n\t\t\t\"text\": \"520849 - Fabrics, woven; containing 85% or more by weight of cotton, of yarns of different colours, of weaves n.e.c. in item no. 5208.4, weighing not more than 200g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520851\",\r\n\t\t\t\"text\": \"520851 - Fabrics, woven; containing 85% or more by weight of cotton, printed, plain weave, weighing not more than 100g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520852\",\r\n\t\t\t\"text\": \"520852 - Fabrics, woven; containing 85% or more by weight of cotton, printed, plain weave, weighing more than 100g/m2 but not more than 200g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520853\",\r\n\t\t\t\"text\": \"520853 - Twill weave cotton, >85% <200g/m2, printed\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520859\",\r\n\t\t\t\"text\": \"520859 - Fabrics, woven; containing 85% or more by weight of cotton, printed, of weaves n.e.c. in item no. 5208.5, weighing not more than 200g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5209\",\r\n\t\t\t\"text\": \"5209 - Woven fabrics of cotton, containing 85% or more by weight of cotton, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"52\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520911\",\r\n\t\t\t\"text\": \"520911 - Fabrics, woven; containing 85% or more by weight of cotton, unbleached, plain weave, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"5209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520912\",\r\n\t\t\t\"text\": \"520912 - Fabrics, woven; containing 85% or more by weight of cotton, unbleached, 3-thread or 4-thread twill, including cross twill, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"5209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520919\",\r\n\t\t\t\"text\": \"520919 - Fabrics, woven; containing 85% or more by weight of cotton, unbleached, of weaves n.e.c. in item no. 5209.1, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"5209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520921\",\r\n\t\t\t\"text\": \"520921 - Fabrics, woven; containing 85% or more by weight of cotton, bleached, plain weave, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"5209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520922\",\r\n\t\t\t\"text\": \"520922 - Fabrics, woven; containing 85% or more by weight of cotton, bleached, 3-thread or 4-thread twill, including cross twill, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"5209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520929\",\r\n\t\t\t\"text\": \"520929 - Fabrics, woven; containing 85% or more by weight of cotton, bleached, of weaves n.e.c. in item no. 5209.2, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"5209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520931\",\r\n\t\t\t\"text\": \"520931 - Fabrics, woven; containing 85% or more by weight of cotton, dyed, plain weave, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"5209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520932\",\r\n\t\t\t\"text\": \"520932 - Fabrics, woven; containing 85% or more by weight of cotton, dyed, 3-thread or 4-thread twill, including cross twill, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"5209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520939\",\r\n\t\t\t\"text\": \"520939 - Fabrics, woven; containing 85% or more by weight of cotton, dyed, of weaves n.e.c. in item no. 5209.3, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"5209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520941\",\r\n\t\t\t\"text\": \"520941 - Fabrics, woven; containing 85% or more by weight of cotton, of yarns of different colours, plain weave, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"5209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520942\",\r\n\t\t\t\"text\": \"520942 - Fabrics, woven; containing 85% or more by weight of cotton, of yarns of different colours, weighing more than 200g/m2, denim\",\r\n\t\t\t\"parent\": \"5209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520943\",\r\n\t\t\t\"text\": \"520943 - Fabrics, woven; containing 85% or more by weight of cotton, of yarns of different colours, 3-thread or 4-thread twill, including cross twill, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"5209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520949\",\r\n\t\t\t\"text\": \"520949 - Fabrics, woven; containing 85% or more by weight of cotton, of yarns of different colours, of weaves n.e.c. in item no. 5209.4, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"5209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520951\",\r\n\t\t\t\"text\": \"520951 - Fabrics, woven; containing 85% or more by weight of cotton, printed, plain weave, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"5209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520952\",\r\n\t\t\t\"text\": \"520952 - Fabrics, woven; containing 85% or more by weight of cotton, printed, 3-thread or 4-thread twill, including cross twill, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"5209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520959\",\r\n\t\t\t\"text\": \"520959 - Fabrics, woven; containing 85% or more by weight of cotton, printed, of weaves n.e.c. in item no. 5209.5, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"5209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5210\",\r\n\t\t\t\"text\": \"5210 - Woven fabrics of cotton, containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing not more than 200 g/m2\",\r\n\t\t\t\"parent\": \"52\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521011\",\r\n\t\t\t\"text\": \"521011 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, unbleached, plain weave, weighing 200g/m2 or less\",\r\n\t\t\t\"parent\": \"5210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521012\",\r\n\t\t\t\"text\": \"521012 - Twill weave cotton <85% +manmade fibre <200g unbleach\",\r\n\t\t\t\"parent\": \"5210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521019\",\r\n\t\t\t\"text\": \"521019 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, unbleached, of weaves n.e.c. in item no. 5210.1, weighing 200g/m2 or less\",\r\n\t\t\t\"parent\": \"5210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521021\",\r\n\t\t\t\"text\": \"521021 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, bleached, plain weave, weighing 200g/m2 or less\",\r\n\t\t\t\"parent\": \"5210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521022\",\r\n\t\t\t\"text\": \"521022 - Twill weave cotton <85% +manmade fibre, <200g bleache\",\r\n\t\t\t\"parent\": \"5210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521029\",\r\n\t\t\t\"text\": \"521029 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing 200g/m2 or less, bleached, of weaves n.e.c. in item no. 5210.2\",\r\n\t\t\t\"parent\": \"5210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521031\",\r\n\t\t\t\"text\": \"521031 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing 200g/m2 or less, dyed, plain weave\",\r\n\t\t\t\"parent\": \"5210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521032\",\r\n\t\t\t\"text\": \"521032 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing 200g/m2 or less, dyed, 3-thread or 4-thread twill, including cross twill\",\r\n\t\t\t\"parent\": \"5210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521039\",\r\n\t\t\t\"text\": \"521039 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing 200g/m2 or less, dyed, of weaves n.e.c. in item no. 5210.3\",\r\n\t\t\t\"parent\": \"5210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521041\",\r\n\t\t\t\"text\": \"521041 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing 200g/m2 or less, of yarns of different colours, plain weave\",\r\n\t\t\t\"parent\": \"5210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521042\",\r\n\t\t\t\"text\": \"521042 - Twill cotton , <85% +manmade fibre, <200g/m2 yarn dye\",\r\n\t\t\t\"parent\": \"5210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521049\",\r\n\t\t\t\"text\": \"521049 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing 200g/m2 or less, of yarns of different colours, of weaves n.e.c. in item no. 5210.4\",\r\n\t\t\t\"parent\": \"5210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521051\",\r\n\t\t\t\"text\": \"521051 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing 200g/m2 or less, printed, plain weave\",\r\n\t\t\t\"parent\": \"5210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521052\",\r\n\t\t\t\"text\": \"521052 - Twill weave cotton, <85% +manmade fibre, <200g print\",\r\n\t\t\t\"parent\": \"5210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521059\",\r\n\t\t\t\"text\": \"521059 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing 200g/m2 or less, printed, of weaves n.e.c. in item no. 5210.5\",\r\n\t\t\t\"parent\": \"5210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5211\",\r\n\t\t\t\"text\": \"5211 - Woven fabrics of cotton, containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"52\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521111\",\r\n\t\t\t\"text\": \"521111 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, unbleached, plain weave, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"5211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521112\",\r\n\t\t\t\"text\": \"521112 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, unbleached, 3- or 4-thread twill, including cross twill, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"5211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521119\",\r\n\t\t\t\"text\": \"521119 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, unbleached, of weaves n.e.c. in item no. 5211.1, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"5211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521120\",\r\n\t\t\t\"text\": \"521120 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, bleached\",\r\n\t\t\t\"parent\": \"5211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521121\",\r\n\t\t\t\"text\": \"521121 - Plain weave cotton <85% +manmade fibre >200g bleached\",\r\n\t\t\t\"parent\": \"5211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521122\",\r\n\t\t\t\"text\": \"521122 - Twill weave cotton <85% +manmade fibre >200g bleached\",\r\n\t\t\t\"parent\": \"5211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521129\",\r\n\t\t\t\"text\": \"521129 - Woven cotton nes, <85% +manmade fibre, >200g, bleache\",\r\n\t\t\t\"parent\": \"5211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521131\",\r\n\t\t\t\"text\": \"521131 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, dyed, plain weave\",\r\n\t\t\t\"parent\": \"5211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521132\",\r\n\t\t\t\"text\": \"521132 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, dyed, 3-thread or 4-thread twill, including cross twill\",\r\n\t\t\t\"parent\": \"5211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521139\",\r\n\t\t\t\"text\": \"521139 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, dyed, of weaves n.e.c. in item no. 5211.3\",\r\n\t\t\t\"parent\": \"5211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521141\",\r\n\t\t\t\"text\": \"521141 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, of yarns of different colours, plain weave\",\r\n\t\t\t\"parent\": \"5211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521142\",\r\n\t\t\t\"text\": \"521142 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, of yarns of different colours, denim\",\r\n\t\t\t\"parent\": \"5211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521143\",\r\n\t\t\t\"text\": \"521143 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, of yarns of different colours, 3-thread or 4-thread twill, including cross twill\",\r\n\t\t\t\"parent\": \"5211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521149\",\r\n\t\t\t\"text\": \"521149 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, of yarns of different colours, of weaves n.e.c. in item no. 5211.4\",\r\n\t\t\t\"parent\": \"5211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521151\",\r\n\t\t\t\"text\": \"521151 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, printed, plain weave\",\r\n\t\t\t\"parent\": \"5211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521152\",\r\n\t\t\t\"text\": \"521152 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, printed, 3-thread or 4-thread twill, including cross twill\",\r\n\t\t\t\"parent\": \"5211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521159\",\r\n\t\t\t\"text\": \"521159 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, printed, of weaves n.e.c. in item no. 5211.5\",\r\n\t\t\t\"parent\": \"5211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5212\",\r\n\t\t\t\"text\": \"5212 - Other woven fabrics of cotton, n.e.c. in chapter 52\",\r\n\t\t\t\"parent\": \"52\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521211\",\r\n\t\t\t\"text\": \"521211 - Fabrics, woven; of cotton, unbleached, weighing not more than 200g/m2, n.e.c. in chapter 52\",\r\n\t\t\t\"parent\": \"5212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521212\",\r\n\t\t\t\"text\": \"521212 - Fabrics, woven; of cotton, bleached, weighing not more than 200g/m2, n.e.c. in chapter 52\",\r\n\t\t\t\"parent\": \"5212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521213\",\r\n\t\t\t\"text\": \"521213 - Fabrics, woven; of cotton, dyed, weighing not more than 200g/m2, n.e.c. in chapter 52\",\r\n\t\t\t\"parent\": \"5212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521214\",\r\n\t\t\t\"text\": \"521214 - Fabrics, woven; of cotton, of yarns of different colours, weighing not more than 200g/m2, n.e.c. in chapter 52\",\r\n\t\t\t\"parent\": \"5212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521215\",\r\n\t\t\t\"text\": \"521215 - Fabrics, woven; of cotton, printed, weighing not more than 200g/m2, n.e.c. in chapter 52\",\r\n\t\t\t\"parent\": \"5212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521221\",\r\n\t\t\t\"text\": \"521221 - Fabrics, woven; of cotton, unbleached, weighing more than 200g/m2, n.e.c. in chapter 52\",\r\n\t\t\t\"parent\": \"5212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521222\",\r\n\t\t\t\"text\": \"521222 - Fabrics, woven; of cotton, bleached, weighing more than 200g/m2, n.e.c. in chapter 52\",\r\n\t\t\t\"parent\": \"5212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521223\",\r\n\t\t\t\"text\": \"521223 - Fabrics, woven; of cotton, dyed, weighing more than 200g/m2, n.e.c. in chapter 52\",\r\n\t\t\t\"parent\": \"5212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521224\",\r\n\t\t\t\"text\": \"521224 - Fabrics, woven; of cotton, of yarns of different colours, weighing more than 200g/m2, n.e.c. in chapter 52\",\r\n\t\t\t\"parent\": \"5212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521225\",\r\n\t\t\t\"text\": \"521225 - Fabrics, woven; of cotton, printed, weighing more than 200g/m2, n.e.c. in chapter 52\",\r\n\t\t\t\"parent\": \"5212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"53\",\r\n\t\t\t\"text\": \"53 - Vegetable textile fibres; paper yarn and woven fabrics of paper yarn\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5301\",\r\n\t\t\t\"text\": \"5301 - Flax, raw or processed but not spun; flax tow and waste (including yarn waste and garnetted stock)\",\r\n\t\t\t\"parent\": \"53\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530110\",\r\n\t\t\t\"text\": \"530110 - Flax; raw or retted, but not spun\",\r\n\t\t\t\"parent\": \"5301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530121\",\r\n\t\t\t\"text\": \"530121 - Flax; broken or scutched, but not spun\",\r\n\t\t\t\"parent\": \"5301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530129\",\r\n\t\t\t\"text\": \"530129 - Flax; hackled or otherwise processed, but not spun\",\r\n\t\t\t\"parent\": \"5301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530130\",\r\n\t\t\t\"text\": \"530130 - Flax; tow and waste, including yarn waste and garnetted stock\",\r\n\t\t\t\"parent\": \"5301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5302\",\r\n\t\t\t\"text\": \"5302 - True hemp (cannabis sativa L.), raw or processed but not spun; tow and waste of true hemp (including yarn waste and garnetted stock)\",\r\n\t\t\t\"parent\": \"53\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530210\",\r\n\t\t\t\"text\": \"530210 - Hemp (cannabis sativa L.); raw or retted, but not spun\",\r\n\t\t\t\"parent\": \"5302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530290\",\r\n\t\t\t\"text\": \"530290 - Hemp (cannabis sativa L.); processed (other than retted) (but not spun), true hemp tow and waste (including yarn waste and garnetted stock)\",\r\n\t\t\t\"parent\": \"5302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5303\",\r\n\t\t\t\"text\": \"5303 - Jute and other textile bast fibres (not flax, true hemp and ramie), raw or processed but not spun; tow and waste of these fibres, including yarn waste and garnetted stock\",\r\n\t\t\t\"parent\": \"53\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530310\",\r\n\t\t\t\"text\": \"530310 - Jute and other textile bast fibres; raw or retted, but not spun, (excluding flax, hemp (cannabis sativa L.), and ramie)\",\r\n\t\t\t\"parent\": \"5303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530390\",\r\n\t\t\t\"text\": \"530390 - Jute and other textile bast fibres; processed but not spun, tow and waste of these fibres, including yarn waste and garnetted stock (excluding flax, hemp (cannabis sativa L.), and ramie)\",\r\n\t\t\t\"parent\": \"5303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5304\",\r\n\t\t\t\"text\": \"5304 - Sisal, Agave, raw, processed, not spun, tow and waste\",\r\n\t\t\t\"parent\": \"53\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530410\",\r\n\t\t\t\"text\": \"530410 - Sisal and Agave, raw\",\r\n\t\t\t\"parent\": \"5304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530490\",\r\n\t\t\t\"text\": \"530490 - Sisal and Agave, processed but not spun, tow & waste\",\r\n\t\t\t\"parent\": \"5304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5305\",\r\n\t\t\t\"text\": \"5305 - Coconut, abaca (Manila hemp or Musa textilis Nee), ramie and other vegetable textile fibres n.e.c., raw or processed but not spun; tow, noils and waste of these fibres (including yarn waste and garnetted stock)\",\r\n\t\t\t\"parent\": \"53\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530500\",\r\n\t\t\t\"text\": \"530500 - Coconut, abaca (Manila hemp or Musa textilis Nee), ramie and other vegetable textile fibres n.e.c., raw or processed but not spun; tow, noils and waste of these fibres (including yarn waste and garnetted stock)\",\r\n\t\t\t\"parent\": \"5305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530511\",\r\n\t\t\t\"text\": \"530511 - Coconut (coir) fibre, raw\",\r\n\t\t\t\"parent\": \"5305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530519\",\r\n\t\t\t\"text\": \"530519 - Coconut (coir) fibre,processed not spun, tow & waste\",\r\n\t\t\t\"parent\": \"5305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530521\",\r\n\t\t\t\"text\": \"530521 - Abaca fibre, raw\",\r\n\t\t\t\"parent\": \"5305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530529\",\r\n\t\t\t\"text\": \"530529 - Abaca fibre, processed but not spun, tow, noils, wast\",\r\n\t\t\t\"parent\": \"5305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530590\",\r\n\t\t\t\"text\": \"530590 - Ramie & oth. veg. textile fibres, n.e.s., raw/processed but not spun; tow, ...\",\r\n\t\t\t\"parent\": \"5305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530591\",\r\n\t\t\t\"text\": \"530591 - Vegetable textile fibres nes, raw\",\r\n\t\t\t\"parent\": \"5305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530599\",\r\n\t\t\t\"text\": \"530599 - Vegetable fibre nes, processed not spun, tow & waste\",\r\n\t\t\t\"parent\": \"5305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5306\",\r\n\t\t\t\"text\": \"5306 - Flax yarn\",\r\n\t\t\t\"parent\": \"53\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530610\",\r\n\t\t\t\"text\": \"530610 - Yarn; of flax, single\",\r\n\t\t\t\"parent\": \"5306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530620\",\r\n\t\t\t\"text\": \"530620 - Yarn; of flax, multiple (folded) or cabled\",\r\n\t\t\t\"parent\": \"5306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5307\",\r\n\t\t\t\"text\": \"5307 - Yarn of jute or of other textile bast fibres of heading no. 5305\",\r\n\t\t\t\"parent\": \"53\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530710\",\r\n\t\t\t\"text\": \"530710 - Yarn; of jute or of other textile bast fibres, single\",\r\n\t\t\t\"parent\": \"5307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530720\",\r\n\t\t\t\"text\": \"530720 - Yarn; of jute or of other textile bast fibres, multiple (folded) or cabled\",\r\n\t\t\t\"parent\": \"5307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5308\",\r\n\t\t\t\"text\": \"5308 - Yarn of other vegetable textile fibres; paper yarn\",\r\n\t\t\t\"parent\": \"53\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530810\",\r\n\t\t\t\"text\": \"530810 - Yarn; of coir\",\r\n\t\t\t\"parent\": \"5308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530820\",\r\n\t\t\t\"text\": \"530820 - Yarn; of hemp (cannabis sativa L.)\",\r\n\t\t\t\"parent\": \"5308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530830\",\r\n\t\t\t\"text\": \"530830 - Paper yarn\",\r\n\t\t\t\"parent\": \"5308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530890\",\r\n\t\t\t\"text\": \"530890 - Yarn; of vegetable textile fibres n.e.c. in heading no. 5306, 5307 and 5308\",\r\n\t\t\t\"parent\": \"5308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5309\",\r\n\t\t\t\"text\": \"5309 - Woven fabrics of flax\",\r\n\t\t\t\"parent\": \"53\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530911\",\r\n\t\t\t\"text\": \"530911 - Fabrics, woven; of flax, containing 85% or more flax, unbleached or bleached\",\r\n\t\t\t\"parent\": \"5309\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530919\",\r\n\t\t\t\"text\": \"530919 - Fabrics, woven; of flax, containing 85% or more flax, other than bleached or unbleached\",\r\n\t\t\t\"parent\": \"5309\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530921\",\r\n\t\t\t\"text\": \"530921 - Fabrics, woven; of flax, containing less than 85% flax, unbleached or bleached\",\r\n\t\t\t\"parent\": \"5309\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530929\",\r\n\t\t\t\"text\": \"530929 - Fabrics, woven; of flax, containing less than 85% flax, other than unbleached or bleached\",\r\n\t\t\t\"parent\": \"5309\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5310\",\r\n\t\t\t\"text\": \"5310 - Woven fabrics of jute, other textile bast fibres of heading no. 5303\",\r\n\t\t\t\"parent\": \"53\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"531010\",\r\n\t\t\t\"text\": \"531010 - Fabrics, woven; of jute or of other textile bast fibres of heading no. 5303, unbleached\",\r\n\t\t\t\"parent\": \"5310\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"531090\",\r\n\t\t\t\"text\": \"531090 - Fabrics, woven; of jute or of other textile bast fibres of heading no. 5303, other than unbleached\",\r\n\t\t\t\"parent\": \"5310\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5311\",\r\n\t\t\t\"text\": \"5311 - Woven fabrics of other vegetable textile fibres; woven fabrics of paper yarn\",\r\n\t\t\t\"parent\": \"53\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"531100\",\r\n\t\t\t\"text\": \"531100 - Fabrics, woven; of vegetable textile fibres n.e.c. in heading no. 5309 and 5310, woven fabrics of paper yarn\",\r\n\t\t\t\"parent\": \"5311\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"54\",\r\n\t\t\t\"text\": \"54 - Man-made filaments; strip and the like of man-made textile materials\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5401\",\r\n\t\t\t\"text\": \"5401 - Sewing thread of man-made filaments, whether or not put up for retail sale\",\r\n\t\t\t\"parent\": \"54\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540110\",\r\n\t\t\t\"text\": \"540110 - Sewing thread; of synthetic filaments, whether or not put up for retail sale\",\r\n\t\t\t\"parent\": \"5401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540120\",\r\n\t\t\t\"text\": \"540120 - Sewing thread; of artificial filaments, whether or not put up for retail sale\",\r\n\t\t\t\"parent\": \"5401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5402\",\r\n\t\t\t\"text\": \"5402 - Synthetic filament yarn (other than sewing thread), not put up for retail sale, including synthetic monofilament of less than 67 decitex\",\r\n\t\t\t\"parent\": \"54\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540210\",\r\n\t\t\t\"text\": \"540210 - Hi-ten yarn of nylon, polyamide, not sewing or retail\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540211\",\r\n\t\t\t\"text\": \"540211 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of high tenacity yarn of nylon or other polyamides, textured or not; of aramids, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540219\",\r\n\t\t\t\"text\": \"540219 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of high tenacity nylon or other polyamides, textured or not; other than aramids, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540220\",\r\n\t\t\t\"text\": \"540220 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of high tenacity yarn of polyesters, whether or not textured, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540231\",\r\n\t\t\t\"text\": \"540231 - Yarn, synthetic; filament, monofilament (less than 67 decitex), textured, of nylon or other polyamides, measuring per single yarn not more than 50 decitex, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540232\",\r\n\t\t\t\"text\": \"540232 - Yarn, synthetic; filament, monofilament (less than 67 decitex), textured, of nylon or other polyamides, measuring per single yarn more than 50 decitex, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540233\",\r\n\t\t\t\"text\": \"540233 - Yarn, synthetic; filament, monofilament (less than 67 decitex), textured, of polyesters, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540234\",\r\n\t\t\t\"text\": \"540234 - Yarn, synthetic; filament, monofilament (less than 67 decitex), textured, of polypropylene, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540239\",\r\n\t\t\t\"text\": \"540239 - Yarn, synthetic; filament, monofilament (less than 67 decitex), textured, other than of nylon or other polymides, polyesters, or polypropylene, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540241\",\r\n\t\t\t\"text\": \"540241 - Yarn,nylon/polyamide, single untwisted nes, not retai\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540242\",\r\n\t\t\t\"text\": \"540242 - Yarn, polyester, part oriented, single, not retail\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540243\",\r\n\t\t\t\"text\": \"540243 - Yarn, polyester, single, untwisted nes, not retail\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540244\",\r\n\t\t\t\"text\": \"540244 - Yarn, synthetic; filament, monofilament (less than 67 decitex), other than high tenacity or textured yarn, elastomeric, single, untwisted or twisted 50 turns or less per metre, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540245\",\r\n\t\t\t\"text\": \"540245 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of nylon or other polymides (not high tenacity or textured), single, untwisted or twisted 50 turns or less per metre, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540246\",\r\n\t\t\t\"text\": \"540246 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of polyesters (not high tenacity or textured), partially oriented, single, untwisted or twisted 50 turns or less per metre, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540247\",\r\n\t\t\t\"text\": \"540247 - Yarn, synthetic; filament, monofilament (less than 67 decitex), polyesters (not high tenacity or textured), not partially oriented, single, untwisted or twisted 50 turns or less per metre, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540248\",\r\n\t\t\t\"text\": \"540248 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of polypropylene (not high tenacity or textured), single, untwisted or twisted 50 turns or less per metre, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540249\",\r\n\t\t\t\"text\": \"540249 - Yarn, synthetic; filament, monofilament (less than 67 decitex), other than high tenacity or textured yarn, single, untwisted or twisted 50 turns or less per metre, n.e.c. in heading no. 5402, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540251\",\r\n\t\t\t\"text\": \"540251 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of nylon or other polymides (not high tenacity or textured), single, twisted more than 50 turns per metre, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540252\",\r\n\t\t\t\"text\": \"540252 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of polyesters (not high tenacity or textured), single, twisted more than 50 turns per metre, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540253\",\r\n\t\t\t\"text\": \"540253 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of polypropylene (not high tenacity or textured), single, twisted more than 50 turns per metre, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540259\",\r\n\t\t\t\"text\": \"540259 - Yarn, synthetic; filament, monofilament (less than 67 decitex), other than high tenacity or textured yarn, single, twisted more than 50 turns per metre, n.e.c. in heading no. 5402, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540261\",\r\n\t\t\t\"text\": \"540261 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of nylon or other polymides (not high tenacity or textured), multiple (folded) or cabled, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540262\",\r\n\t\t\t\"text\": \"540262 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of polyesters (not high tenacity or textured), multiple (folded) or cabled, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540263\",\r\n\t\t\t\"text\": \"540263 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of polypropylene, other than high tenacity or textured yarn, multiple (folded) or cabled, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540269\",\r\n\t\t\t\"text\": \"540269 - Yarn, synthetic; filament, monofilament (less than 67 decitex), other than high tenacity or textured yarn, multiple (folded) or cabled, n.e.c. in heading no. 5402, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5403\",\r\n\t\t\t\"text\": \"5403 - Artificial filament yarn (other than sewing thread), not put up for retail sale, including artificial monofilament of less than 67 decitex\",\r\n\t\t\t\"parent\": \"54\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540310\",\r\n\t\t\t\"text\": \"540310 - Yarn, artificial; filament, monofilament (less than 67 decitex), of high tenacity viscose rayon, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540320\",\r\n\t\t\t\"text\": \"540320 - Textured yarn nes, of artificial filaments, not retai\",\r\n\t\t\t\"parent\": \"5403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540331\",\r\n\t\t\t\"text\": \"540331 - Yarn, artificial; filament, monofilament (less than 67 decitex), of viscose rayon (not high tenacity), single, untwisted or twisted 120 turns per metre or less, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540332\",\r\n\t\t\t\"text\": \"540332 - Yarn, artificial; filament, monofilament (less than 67 decitex), of viscose rayon (not high tenacity), single, twisted more than 120 turns per metre, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540333\",\r\n\t\t\t\"text\": \"540333 - Yarn, artificial; filament, monofilament (less than 67 decitex), of cellulose acetate, single, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540339\",\r\n\t\t\t\"text\": \"540339 - Yarn, artificial; filament, monofilament (less than 67 decitex), single, n.e.c. in heading no. 5403, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540341\",\r\n\t\t\t\"text\": \"540341 - Yarn, artificial; filament, monofilament (less than 67 decitex), of viscose rayon (not high tenacity), multiple (folded) or cabled, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540342\",\r\n\t\t\t\"text\": \"540342 - Yarn, artificial; filament, monofilament (less than 67 decitex), of cellulose acetate, multiple (folded) or cabled, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540349\",\r\n\t\t\t\"text\": \"540349 - Yarn, artificial; filament, monofilament (less than 67 decitex), multiple (folded) or cabled, n.e.c. in heading no. 5403, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5404\",\r\n\t\t\t\"text\": \"5404 - Synthetic monofilament of 67 decitex or more, of which no cross-sectional dimension exceeds 1mm; strip and the like (e.g. artificial straw) of synthetic textile materials of an apparent width not exceeding 5mm\",\r\n\t\t\t\"parent\": \"54\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540410\",\r\n\t\t\t\"text\": \"540410 - Synthetic monofilament, >67 dtex, thickness < 1mm\",\r\n\t\t\t\"parent\": \"5404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540411\",\r\n\t\t\t\"text\": \"540411 - Elastomeric monofilament; of 67 decitex or more and of which no cross-sectional dimension exceeds 1mm\",\r\n\t\t\t\"parent\": \"5404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540412\",\r\n\t\t\t\"text\": \"540412 - Monofilament of polypropylene; of 67 decitex or more and of which no cross-sectional dimension exceeds 1mm\",\r\n\t\t\t\"parent\": \"5404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540419\",\r\n\t\t\t\"text\": \"540419 - Monofilament n.e.c. in heading no 5404; of 67 decitex or more and of which no cross-sectional dimension exceeds 1mm\",\r\n\t\t\t\"parent\": \"5404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540490\",\r\n\t\t\t\"text\": \"540490 - Filament, synthetic; strip and the like (e.g.. artificial straw), of synthetic textile materials of an apparent width not exceeding 5mm\",\r\n\t\t\t\"parent\": \"5404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5405\",\r\n\t\t\t\"text\": \"5405 - Artificial monofilament of 67 decitex or more, no cross-sectional dimension exceeds 1mm; strip and the like (e.g. artificial straw), of artificial textile materials of a width not exceeding 5mm\",\r\n\t\t\t\"parent\": \"54\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540500\",\r\n\t\t\t\"text\": \"540500 - Monofilament, synthetic; of 67 decitex or more and of which no cross-sectional dimension exceeds 1mm, strip and the like (e.g. artificial straw), of synthetic textile materials with width not over 5mm\",\r\n\t\t\t\"parent\": \"5405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5406\",\r\n\t\t\t\"text\": \"5406 - Man-made filament yarn (other than sewing thread), put up for retail sale\",\r\n\t\t\t\"parent\": \"54\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540600\",\r\n\t\t\t\"text\": \"540600 - Man-made filament yarn (other than sewing thread), put up for retail sale\",\r\n\t\t\t\"parent\": \"5406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540610\",\r\n\t\t\t\"text\": \"540610 - Yarn of synthetic filament not sewing thread, retail\",\r\n\t\t\t\"parent\": \"5406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540620\",\r\n\t\t\t\"text\": \"540620 - Yarn of artificial filament not sewing thread, retail\",\r\n\t\t\t\"parent\": \"5406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5407\",\r\n\t\t\t\"text\": \"5407 - Woven fabrics of synthetic filament yarn, including woven fabrics obtained from materials of heading no. 5404\",\r\n\t\t\t\"parent\": \"54\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540710\",\r\n\t\t\t\"text\": \"540710 - Fabrics, woven; from high tenacity yarn, of nylon, other polyamides or of polyesters\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540720\",\r\n\t\t\t\"text\": \"540720 - Fabrics, woven; from strip or the like, of synthetic textile materials\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540730\",\r\n\t\t\t\"text\": \"540730 - Fabrics, woven; from synthetic filament yarn, adhesive or thermal bonded\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540741\",\r\n\t\t\t\"text\": \"540741 - Fabrics, woven; containing 85% or more by weight of filaments of nylon or other polyamides, unbleached or bleached\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540742\",\r\n\t\t\t\"text\": \"540742 - Fabrics, woven; containing 85% or more by weight of filaments of nylon or other polyamides, dyed\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540743\",\r\n\t\t\t\"text\": \"540743 - Fabrics, woven; containing 85% or more by weight of filaments of nylon or other polyamides, of yarns of different colours\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540744\",\r\n\t\t\t\"text\": \"540744 - Fabrics, woven; containing 85% or more by weight of filaments of nylon or other polyamides, printed\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540751\",\r\n\t\t\t\"text\": \"540751 - Fabrics, woven; containing 85% or more by weight of textured polyester filaments, unbleached or bleached\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540752\",\r\n\t\t\t\"text\": \"540752 - Fabrics, woven; containing 85% or more by weight of textured polyester filaments, dyed\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540753\",\r\n\t\t\t\"text\": \"540753 - Fabrics, woven; containing 85% or more by weight of textured polyester filaments, of yarns of different colours\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540754\",\r\n\t\t\t\"text\": \"540754 - Fabrics, woven; containing 85% or more by weight of textured polyester filaments, printed\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540760\",\r\n\t\t\t\"text\": \"540760 - Woven fabric >85% non-textured polyester filament, ne\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540761\",\r\n\t\t\t\"text\": \"540761 - Fabrics, woven; containing 85% or more by weight of non-textured polyester filaments\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540769\",\r\n\t\t\t\"text\": \"540769 - Fabrics, woven; containing less than 85% by weight of non-textured polyester filaments\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540771\",\r\n\t\t\t\"text\": \"540771 - Fabrics, woven; containing 85% or more by weight of synthetic filaments (excluding nylon or other polyamides and polyesters), unbleached or bleached\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540772\",\r\n\t\t\t\"text\": \"540772 - Fabrics, woven; containing 85% or more by weight of synthetic filaments (excluding nylon or other polyamides and polyesters), dyed\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540773\",\r\n\t\t\t\"text\": \"540773 - Fabrics, woven; containing 85% or more by weight of synthetic filaments (excluding nylon or other polyamides and polyesters), of yarns of different colours\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540774\",\r\n\t\t\t\"text\": \"540774 - Fabrics, woven; containing 85% or more by weight of synthetic filaments (excluding nylon or other polyamides and polyesters), printed\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540781\",\r\n\t\t\t\"text\": \"540781 - Fabrics, woven; of synthetic filament yarn, containing less than 85% by weight of synthetic filaments, mixed mainly or solely with cotton, bleached or unbleached\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540782\",\r\n\t\t\t\"text\": \"540782 - Fabrics, woven; of synthetic filament yarn, containing less than 85% by weight of synthetic filaments, mixed mainly or solely with cotton, dyed\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540783\",\r\n\t\t\t\"text\": \"540783 - Fabrics, woven; of synthetic filament yarn, containing less than 85% by weight of synthetic filaments, mixed mainly or solely with cotton, of yarns of different colours\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540784\",\r\n\t\t\t\"text\": \"540784 - Fabrics, woven; of synthetic filament yarn, containing less than 85% by weight of synthetic filaments, printed\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540791\",\r\n\t\t\t\"text\": \"540791 - Fabrics, woven; of synthetic filament yarn, bleached or unbleached, n.e.c. in heading no. 5407\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540792\",\r\n\t\t\t\"text\": \"540792 - Fabrics, woven; of synthetic filament yarn, dyed, n.e.c. in heading 5407\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540793\",\r\n\t\t\t\"text\": \"540793 - Fabrics, woven; of synthetic filament yarn, of yarns of different colours, n.e.c. in heading no. 5407\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540794\",\r\n\t\t\t\"text\": \"540794 - Fabrics, woven; of synthetic filament yarn, printed, n.e.c. in heading no. 5407\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5408\",\r\n\t\t\t\"text\": \"5408 - Woven fabrics of artificial filament yarn including woven fabrics obtained from materials of heading no. 5404\",\r\n\t\t\t\"parent\": \"54\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540810\",\r\n\t\t\t\"text\": \"540810 - Fabrics, woven; of viscose rayon, high tenacity, artificial filament yarn\",\r\n\t\t\t\"parent\": \"5408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540821\",\r\n\t\t\t\"text\": \"540821 - Fabrics, woven; of artificial filament yarn, containing 85% or more by weight of artificial filament, strip or the like, bleached or unbleached\",\r\n\t\t\t\"parent\": \"5408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540822\",\r\n\t\t\t\"text\": \"540822 - Fabrics, woven; of artificial filament yarn, containing 85% or more by weight of artificial filament, strip or the like, dyed\",\r\n\t\t\t\"parent\": \"5408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540823\",\r\n\t\t\t\"text\": \"540823 - Fabrics, woven; containing 85% or more by weight of artificial filament, strip or the like, of yarns of different colours\",\r\n\t\t\t\"parent\": \"5408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540824\",\r\n\t\t\t\"text\": \"540824 - Fabrics, woven; of artificial filament yarn, containing 85% or more by weight of artificial filament, strip or the like, printed\",\r\n\t\t\t\"parent\": \"5408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540831\",\r\n\t\t\t\"text\": \"540831 - Fabrics, woven; of artificial filament yarn, of artificial monofilament, strip and the like, n.e.c. in heading no. 5408, unbleached or bleached\",\r\n\t\t\t\"parent\": \"5408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540832\",\r\n\t\t\t\"text\": \"540832 - Fabrics, woven; of artificial filament yarn, of artificial monofilament, strip and the like, n.e.c. in heading no. 5408, dyed\",\r\n\t\t\t\"parent\": \"5408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540833\",\r\n\t\t\t\"text\": \"540833 - Fabrics, woven; of artificial filament yarn, of artificial monofilament, strip and the like, n.e.c. in heading no. 5408, of yarns of different colours\",\r\n\t\t\t\"parent\": \"5408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540834\",\r\n\t\t\t\"text\": \"540834 - Fabrics, woven; of artificial filament yarn, of artificial monofilament, strip and the like, n.e.c. in heading no. 5408, printed\",\r\n\t\t\t\"parent\": \"5408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"55\",\r\n\t\t\t\"text\": \"55 - Man-made staple fibres\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5501\",\r\n\t\t\t\"text\": \"5501 - Synthetic filament tow\",\r\n\t\t\t\"parent\": \"55\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550110\",\r\n\t\t\t\"text\": \"550110 - Fibres; synthetic filament tow, of nylon or other polyamides\",\r\n\t\t\t\"parent\": \"5501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550111\",\r\n\t\t\t\"text\": \"550111 - Fibres; synthetic filament tow, of nylon or other polyamides, of aramids\",\r\n\t\t\t\"parent\": \"5501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550119\",\r\n\t\t\t\"text\": \"550119 - Fibres; synthetic filament tow, of nylon or other polyamides, of other than aramids\",\r\n\t\t\t\"parent\": \"5501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550120\",\r\n\t\t\t\"text\": \"550120 - Fibres; synthetic filament tow, of polyesters\",\r\n\t\t\t\"parent\": \"5501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550130\",\r\n\t\t\t\"text\": \"550130 - Fibres; synthetic filament tow, acrylic or modacrylic\",\r\n\t\t\t\"parent\": \"5501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550140\",\r\n\t\t\t\"text\": \"550140 - Fibres; synthetic filament tow, of polypropylene\",\r\n\t\t\t\"parent\": \"5501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550190\",\r\n\t\t\t\"text\": \"550190 - Fibres; synthetic filament tow, of synthetic materials n.e.c. in heading no. 5501\",\r\n\t\t\t\"parent\": \"5501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5502\",\r\n\t\t\t\"text\": \"5502 - Artificial filament tow\",\r\n\t\t\t\"parent\": \"55\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550200\",\r\n\t\t\t\"text\": \"550200 - Fibres; artificial filament tow\",\r\n\t\t\t\"parent\": \"5502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550210\",\r\n\t\t\t\"text\": \"550210 - Fibres; artificial filament tow of cellulose acetate\",\r\n\t\t\t\"parent\": \"5502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550290\",\r\n\t\t\t\"text\": \"550290 - Fibres; artificial filament tow, other than cellulose acetate\",\r\n\t\t\t\"parent\": \"5502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5503\",\r\n\t\t\t\"text\": \"5503 - Synthetic staple fibres, not carded, combed or otherwise processed for spinning\",\r\n\t\t\t\"parent\": \"55\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550310\",\r\n\t\t\t\"text\": \"550310 - Staple fibres of nylon, polyamides, not carded, combe\",\r\n\t\t\t\"parent\": \"5503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550311\",\r\n\t\t\t\"text\": \"550311 - Fibres; synthetic staple fibres, of aramids, not carded, combed or otherwise processed for spinning\",\r\n\t\t\t\"parent\": \"5503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550319\",\r\n\t\t\t\"text\": \"550319 - Fibres; synthetic staple fibres, of nylon or other polyamides other than aramids, not carded, combed or otherwise processed for spinning\",\r\n\t\t\t\"parent\": \"5503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550320\",\r\n\t\t\t\"text\": \"550320 - Fibres; synthetic staple fibres, of polyesters, not carded, combed or otherwise processed for spinning\",\r\n\t\t\t\"parent\": \"5503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550330\",\r\n\t\t\t\"text\": \"550330 - Fibres; synthetic staple fibres, acrylic or modacrylic, not carded, combed or otherwise processed for spinning\",\r\n\t\t\t\"parent\": \"5503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550340\",\r\n\t\t\t\"text\": \"550340 - Fibres; synthetic staple fibres, of polypropylene, not carded, combed or otherwise processed for spinning\",\r\n\t\t\t\"parent\": \"5503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550390\",\r\n\t\t\t\"text\": \"550390 - Fibres; synthetic staple fibres, of synthetic materials n.e.c. in heading no. 5503, not carded, combed or otherwise processed for spinning\",\r\n\t\t\t\"parent\": \"5503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5504\",\r\n\t\t\t\"text\": \"5504 - Artificial staple fibres, not carded, combed or otherwise processed for spinning\",\r\n\t\t\t\"parent\": \"55\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550410\",\r\n\t\t\t\"text\": \"550410 - Fibres; artificial staple fibres, of viscose, not carded, combed or otherwise processed for spinning\",\r\n\t\t\t\"parent\": \"5504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550490\",\r\n\t\t\t\"text\": \"550490 - Fibres; artificial staple fibres, other than of viscose, not carded, combed or otherwise processed for spinning\",\r\n\t\t\t\"parent\": \"5504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5505\",\r\n\t\t\t\"text\": \"5505 - Waste (including noils, yarn waste and garnetted stock), of man-made fibres\",\r\n\t\t\t\"parent\": \"55\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550510\",\r\n\t\t\t\"text\": \"550510 - Fibres; waste (including noils, yarn waste and garnetted stock), of synthetic fibres\",\r\n\t\t\t\"parent\": \"5505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550520\",\r\n\t\t\t\"text\": \"550520 - Fibres; waste (including noils, yarn waste and garnetted stock), of artificial fibres\",\r\n\t\t\t\"parent\": \"5505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5506\",\r\n\t\t\t\"text\": \"5506 - Synthetic staple fibres, carded, combed or otherwise processed for spinning\",\r\n\t\t\t\"parent\": \"55\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550610\",\r\n\t\t\t\"text\": \"550610 - Fibres; synthetic staple fibres, of nylon or other polyamides, carded, combed or otherwise processed for spinning\",\r\n\t\t\t\"parent\": \"5506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550620\",\r\n\t\t\t\"text\": \"550620 - Fibres; synthetic staple fibres, of polyesters, carded, combed or otherwise processed for spinning\",\r\n\t\t\t\"parent\": \"5506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550630\",\r\n\t\t\t\"text\": \"550630 - Fibres; synthetic staple fibres, acrylic or modacrylic, carded, combed or otherwise processed for spinning\",\r\n\t\t\t\"parent\": \"5506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550640\",\r\n\t\t\t\"text\": \"550640 - Fibres; synthetic staple fibres, of polypropylene, carded, combed or otherwise processed for spinning\",\r\n\t\t\t\"parent\": \"5506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550690\",\r\n\t\t\t\"text\": \"550690 - Fibres; synthetic staple fibres, n.e.c. in heading no. 5506, carded, combed or otherwise processed for spinning\",\r\n\t\t\t\"parent\": \"5506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5507\",\r\n\t\t\t\"text\": \"5507 - Artificial staple fibres, carded, combed or otherwise processed for spinning\",\r\n\t\t\t\"parent\": \"55\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550700\",\r\n\t\t\t\"text\": \"550700 - Fibres; artificial staple fibres, carded, combed or otherwise processed for spinning\",\r\n\t\t\t\"parent\": \"5507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5508\",\r\n\t\t\t\"text\": \"5508 - Sewing thread of man-made staple fibres, whether or not put up for retail sale\",\r\n\t\t\t\"parent\": \"55\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550810\",\r\n\t\t\t\"text\": \"550810 - Sewing thread; of synthetic staple fibres, whether or not put up for retail sale\",\r\n\t\t\t\"parent\": \"5508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550820\",\r\n\t\t\t\"text\": \"550820 - Sewing thread; of artificial staple fibres, whether or not put up for retail sale\",\r\n\t\t\t\"parent\": \"5508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5509\",\r\n\t\t\t\"text\": \"5509 - Yarn (other than sewing thread) of synthetic staple fibres, not put up for retail sale\",\r\n\t\t\t\"parent\": \"55\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550911\",\r\n\t\t\t\"text\": \"550911 - Yarn; (not sewing thread), single, of synthetic staple fibres, containing 85% or more by weight of nylon or other polyamides, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550912\",\r\n\t\t\t\"text\": \"550912 - Yarn; (not sewing thread), multiple (folded) or cabled yarn, of synthetic staple fibres, containing 85% or more by weight of nylon or other polyamides, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550921\",\r\n\t\t\t\"text\": \"550921 - Yarn; (not sewing thread), single, of synthetic staple fibres, containing 85% or more by weight of polyester, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550922\",\r\n\t\t\t\"text\": \"550922 - Yarn; (not sewing thread), multiple (folded) or cabled yarn, of synthetic staple fibres, containing 85% or more by weight of polyester, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550931\",\r\n\t\t\t\"text\": \"550931 - Yarn; (not sewing thread), single, of synthetic staple fibres, containing 85% or more by weight of acrylic or modacrylic, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550932\",\r\n\t\t\t\"text\": \"550932 - Yarn; (not sewing thread), multiple (folded) or cabled, of synthetic staple fibres, containing 85% or more by weight of acrylic or modacrylic, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550941\",\r\n\t\t\t\"text\": \"550941 - Yarn; (not sewing thread), single, containing 85% or more by weight of synthetic staple fibres, n.e.c. in heading no. 5509, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550942\",\r\n\t\t\t\"text\": \"550942 - Yarn; (not sewing thread), multiple (folded) or cabled yarn, containing 85% or more by weight of synthetic staple fibres, n.e.c. in heading no. 5509, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550951\",\r\n\t\t\t\"text\": \"550951 - Yarn; (not sewing thread), of polyester staple fibres, mixed mainly or solely with artificial staple fibres, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550952\",\r\n\t\t\t\"text\": \"550952 - Yarn; (not sewing thread), of polyester staple fibres, mixed mainly or solely with wool or fine animal hair, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550953\",\r\n\t\t\t\"text\": \"550953 - Yarn; (not sewing thread), of polyester staple fibres, mixed mainly or solely with cotton, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550959\",\r\n\t\t\t\"text\": \"550959 - Yarn; (not sewing thread), of polyester staple fibres, mixed mainly or solely with fibres n.e.c. in item no. 5509.5, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550961\",\r\n\t\t\t\"text\": \"550961 - Yarn; (not sewing thread), of acrylic or modacrylic staple fibres, mixed mainly or solely with wool or fine animal hair, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550962\",\r\n\t\t\t\"text\": \"550962 - Yarn; (not sewing thread), of acrylic or modacrylic staple fibres, mixed mainly or solely with cotton, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550969\",\r\n\t\t\t\"text\": \"550969 - Yarn; (not sewing thread), of acrylic or modacrylic staple fibres, mixed mainly or solely with fibres n.e.c. in item no. 5509.6, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550991\",\r\n\t\t\t\"text\": \"550991 - Yarn; (not sewing thread), of synthetic staple fibres, mixed mainly or solely with wool or fine animal hair, n.e.c. in heading no. 5509, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550992\",\r\n\t\t\t\"text\": \"550992 - Yarn; (not sewing thread), of synthetic staple fibres, mixed mainly or solely with cotton, n.e.c. in heading no. 5509, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550999\",\r\n\t\t\t\"text\": \"550999 - Yarn; (not sewing thread), of synthetic staple fibres, mixed mainly or solely with fibres (other than wool, fine animal hair or cotton), n.e.c. in heading no. 5509, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5510\",\r\n\t\t\t\"text\": \"5510 - Yarn (other than sewing thread) of artificial staple fibres, not put up for retail sale\",\r\n\t\t\t\"parent\": \"55\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551011\",\r\n\t\t\t\"text\": \"551011 - Yarn; (not sewing thread), single, of artificial staple fibres, containing 85% or more by weight of artificial staple fibres, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5510\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551012\",\r\n\t\t\t\"text\": \"551012 - Yarn; (not sewing thread), multiple (folded) or cabled yarn, of artificial staple fibres, containing 85% or more by weight of artificial staple fibres, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5510\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551020\",\r\n\t\t\t\"text\": \"551020 - Yarn; (not sewing thread), of artificial staple fibres, mixed mainly or solely with wool or fine animal hair, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5510\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551030\",\r\n\t\t\t\"text\": \"551030 - Yarn; (not sewing thread), of artificial staple fibres, mixed mainly or solely with cotton, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5510\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551090\",\r\n\t\t\t\"text\": \"551090 - Yarn; (not sewing thread), of artificial staple fibres, mixed mainly or solely with fibres (other than wool, fine animal hair or cotton), not put up for retail sale\",\r\n\t\t\t\"parent\": \"5510\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5511\",\r\n\t\t\t\"text\": \"5511 - Yarn (not sewing thread), of man-made staple fibres, put up for retail sale\",\r\n\t\t\t\"parent\": \"55\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551110\",\r\n\t\t\t\"text\": \"551110 - Yarn; (not sewing thread), of synthetic staple fibres, containing 85% or more by weight of synthetic staple fibres, put up for retail sale\",\r\n\t\t\t\"parent\": \"5511\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551120\",\r\n\t\t\t\"text\": \"551120 - Yarn; (not sewing thread), of synthetic staple fibres, containing less than 85% by weight of synthetic staple fibres, put up for retail sale\",\r\n\t\t\t\"parent\": \"5511\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551130\",\r\n\t\t\t\"text\": \"551130 - Yarn; (not sewing thread), of artificial staple fibres, put up for retail sale\",\r\n\t\t\t\"parent\": \"5511\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5512\",\r\n\t\t\t\"text\": \"5512 - Woven fabrics of synthetic staple fibres, containing 85% or more by weight of synthetic staple fibres\",\r\n\t\t\t\"parent\": \"55\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551211\",\r\n\t\t\t\"text\": \"551211 - Fabrics, woven; of synthetic staple fibres, containing 85% or more by weight of polyester staple fibres, unbleached or bleached\",\r\n\t\t\t\"parent\": \"5512\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551219\",\r\n\t\t\t\"text\": \"551219 - Fabrics, woven; of synthetic staple fibres, containing 85% or more by weight of polyester staple fibres, other than unbleached or bleached\",\r\n\t\t\t\"parent\": \"5512\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551221\",\r\n\t\t\t\"text\": \"551221 - Fabrics, woven; of synthetic staple fibres, containing 85% or more by weight of acrylic or modacrylic staple fibres, unbleached or bleached\",\r\n\t\t\t\"parent\": \"5512\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551229\",\r\n\t\t\t\"text\": \"551229 - Fabrics, woven; of synthetic staple fibres, containing 85% or more by weight of acrylic or modacrylic staple fibres, other than unbleached or bleached\",\r\n\t\t\t\"parent\": \"5512\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551291\",\r\n\t\t\t\"text\": \"551291 - Fabrics, woven; of synthetic staple fibres, containing 85% or more by weight of such fibres n.e.c. in heading no. 5512, unbleached or bleached\",\r\n\t\t\t\"parent\": \"5512\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551299\",\r\n\t\t\t\"text\": \"551299 - Fabrics, woven; of synthetic staple fibres, containing 85% or more by weight of such fibres n.e.c. in heading no. 5512, other than unbleached or bleached\",\r\n\t\t\t\"parent\": \"5512\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5513\",\r\n\t\t\t\"text\": \"5513 - Woven fabrics of synthetic staple fibres, containing less than 85% by weight of such fibres, mixed mainly or solely with cotton, of a weight not exceeding 170g/m2\",\r\n\t\t\t\"parent\": \"55\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551311\",\r\n\t\t\t\"text\": \"551311 - Fabrics, woven; plain weave, of polyester staple fibres, containing less than 85% by weight of such fibres, mixed mainly or solely with cotton, of a weight not exceeding 170g/m2, unbleached or bleached\",\r\n\t\t\t\"parent\": \"5513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551312\",\r\n\t\t\t\"text\": \"551312 - Fabrics, woven; 3-thread or 4-thread twill, of polyester staple fibres, containing less than 85% by weight of such, mixed mainly or solely with cotton, not exceeding 170g/m2, unbleached or bleached\",\r\n\t\t\t\"parent\": \"5513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551313\",\r\n\t\t\t\"text\": \"551313 - Fabrics, woven; of polyester staple fibres, containing less than 85% by weight of such fibres, mixed mainly or solely with cotton, not exceeding 170g/m2, unbleached or bleached\",\r\n\t\t\t\"parent\": \"5513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551319\",\r\n\t\t\t\"text\": \"551319 - Fabrics, woven; containing less than 85% by weight of synthetic staple fibres (other than polyesters), mixed mainly or solely with cotton, not exceeding 170g/m2, unbleached or bleached\",\r\n\t\t\t\"parent\": \"5513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551321\",\r\n\t\t\t\"text\": \"551321 - Fabrics, woven; plain weave, dyed, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, not exceeding 170g/m2\",\r\n\t\t\t\"parent\": \"5513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551322\",\r\n\t\t\t\"text\": \"551322 - Woven twill >85% polyester + cotton, <170g/m2 dyed\",\r\n\t\t\t\"parent\": \"5513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551323\",\r\n\t\t\t\"text\": \"551323 - Fabrics, woven; dyed, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, not exceeding 170g/m2\",\r\n\t\t\t\"parent\": \"5513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551329\",\r\n\t\t\t\"text\": \"551329 - Fabrics, woven; dyed, containing less than 85% by weight of synthetic staple fibres (other than polyesters), mixed mainly or solely with cotton, not exceeding 170g/m2\",\r\n\t\t\t\"parent\": \"5513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551331\",\r\n\t\t\t\"text\": \"551331 - Fabrics, woven; plain weave, of yarns of different colours, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, not exceeding 170g/m2\",\r\n\t\t\t\"parent\": \"5513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551332\",\r\n\t\t\t\"text\": \"551332 - Woven twill >85% polyester + cotton,<170g/m2 yarn dye\",\r\n\t\t\t\"parent\": \"5513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551333\",\r\n\t\t\t\"text\": \"551333 - Woven nes >85% polyester + cotton, <170g/m2 yarn dyed\",\r\n\t\t\t\"parent\": \"5513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551339\",\r\n\t\t\t\"text\": \"551339 - Fabrics, woven; of yarns of different colours, containing less than 85% of synthetic staple fibres (other than polyester, plain weave), mixed mainly or solely with cotton, not exceeding 170g/m2\",\r\n\t\t\t\"parent\": \"5513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551341\",\r\n\t\t\t\"text\": \"551341 - Fabrics, woven; plain weave, printed, of polyester staple fibres, containing less than 85% by weight of such fibres, mixed mainly or solely with cotton, not exceeding 170g/m2\",\r\n\t\t\t\"parent\": \"5513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551342\",\r\n\t\t\t\"text\": \"551342 - Woven twill >85% polyester + cotton, <170g/m2 printed\",\r\n\t\t\t\"parent\": \"5513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551343\",\r\n\t\t\t\"text\": \"551343 - Woven nes >85% polyester + cotton, <170g/m2 printed\",\r\n\t\t\t\"parent\": \"5513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551349\",\r\n\t\t\t\"text\": \"551349 - Fabrics, woven; printed, containing less than 85% by weight of synthetic staple fibres (other than polyester, plain weave), mixed mainly or solely with cotton, not exceeding 170g/m2\",\r\n\t\t\t\"parent\": \"5513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5514\",\r\n\t\t\t\"text\": \"5514 - Woven fabrics of synthetic staple fibres, containing less than 85% by weight of such fibres, mixed mainly or solely with cotton, of a weight exceeding 170g/m2\",\r\n\t\t\t\"parent\": \"55\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551411\",\r\n\t\t\t\"text\": \"551411 - Fabrics, woven; plain weave, unbleached or bleached, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, exceeding 170g/m2\",\r\n\t\t\t\"parent\": \"5514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551412\",\r\n\t\t\t\"text\": \"551412 - Fabrics, woven; 3- or 4-thread twill, including cross twill, unbleached or bleached, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, over 170g/m2\",\r\n\t\t\t\"parent\": \"5514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551413\",\r\n\t\t\t\"text\": \"551413 - Woven nes >85% polyester + cotton, >170g/m2 unbl/blch\",\r\n\t\t\t\"parent\": \"5514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551419\",\r\n\t\t\t\"text\": \"551419 - Fabrics, woven; unbleached or bleached, containing less than 85% by weight of synthetic staple fibres n.e.c. in item no. 55.14.1, mixed mainly or solely with cotton, exceeding 170g/m2\",\r\n\t\t\t\"parent\": \"5514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551421\",\r\n\t\t\t\"text\": \"551421 - Fabrics, woven; plain weave, dyed, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, exceeding 170g/m2\",\r\n\t\t\t\"parent\": \"5514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551422\",\r\n\t\t\t\"text\": \"551422 - Fabrics, woven; 3- or 4-thread twill, including cross twill, dyed, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, exceeding 170g/m2\",\r\n\t\t\t\"parent\": \"5514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551423\",\r\n\t\t\t\"text\": \"551423 - Fabrics, woven; dyed, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, exceeding 170g/m2, n.e.c. in heading no. 5514\",\r\n\t\t\t\"parent\": \"5514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551429\",\r\n\t\t\t\"text\": \"551429 - Fabrics, woven; dyed, containing less than 85% by weight of synthetic staple fibres (other than polyesters), mixed mainly or solely with cotton, exceeding 170g/m2\",\r\n\t\t\t\"parent\": \"5514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551430\",\r\n\t\t\t\"text\": \"551430 - Fabrics, woven; of yarns of different colours, containing less than 85% by weight of synthetic staple fibres, mixed mainly or solely with cotton, exceeding 170g/m2\",\r\n\t\t\t\"parent\": \"5514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551431\",\r\n\t\t\t\"text\": \"551431 - Woven plain >85% polyester + cotton,>170g/m2 yarn dye\",\r\n\t\t\t\"parent\": \"5514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551432\",\r\n\t\t\t\"text\": \"551432 - Woven twill >85% polyester + cotton,>170g/m2 yarn dye\",\r\n\t\t\t\"parent\": \"5514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551433\",\r\n\t\t\t\"text\": \"551433 - Woven nes >85% polyester + cotton, >170g/m2 yarn dyed\",\r\n\t\t\t\"parent\": \"5514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551439\",\r\n\t\t\t\"text\": \"551439 - Woven fabric>85% synth nes + cotton,>170g/m2 yarn dye\",\r\n\t\t\t\"parent\": \"5514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551441\",\r\n\t\t\t\"text\": \"551441 - Fabrics, woven; plain weave, printed, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, exceeding 170g/m2\",\r\n\t\t\t\"parent\": \"5514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551442\",\r\n\t\t\t\"text\": \"551442 - Fabrics, woven; 3- or 4-thread twill, including cross twill, printed, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, exceeding 170g/m2\",\r\n\t\t\t\"parent\": \"5514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551443\",\r\n\t\t\t\"text\": \"551443 - Fabrics, woven; printed, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, weight exceeding 170g/m2, n.e.c. in heading no. 5514\",\r\n\t\t\t\"parent\": \"5514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551449\",\r\n\t\t\t\"text\": \"551449 - Fabrics, woven; printed, containing less than 85% by weight of synthetic staple fibres (other than polyesters), mixed mainly or solely with cotton, exceeding 170g/m2\",\r\n\t\t\t\"parent\": \"5514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5515\",\r\n\t\t\t\"text\": \"5515 - Woven fabrics of synthetic staple fibres, n.e.c. in chapter 55\",\r\n\t\t\t\"parent\": \"55\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551511\",\r\n\t\t\t\"text\": \"551511 - Fabrics, woven; of polyester staple fibres n.e.c. in chapter 55, mixed mainly or solely with viscose rayon staple fibres\",\r\n\t\t\t\"parent\": \"5515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551512\",\r\n\t\t\t\"text\": \"551512 - Fabrics, woven; of polyester staple fibres n.e.c. in chapter 55, mixed mainly or solely with man-made filaments\",\r\n\t\t\t\"parent\": \"5515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551513\",\r\n\t\t\t\"text\": \"551513 - Fabrics, woven; of polyester staple fibres n.e.c. in chapter 55, mixed mainly or solely with wool or fine animal hair\",\r\n\t\t\t\"parent\": \"5515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551519\",\r\n\t\t\t\"text\": \"551519 - Fabrics, woven; of polyester staple fibres n.e.c. in chapter 55, mixed mainly or solely with fibres n.e.c. in item no. 5515.1\",\r\n\t\t\t\"parent\": \"5515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551521\",\r\n\t\t\t\"text\": \"551521 - Fabrics, woven; of acrylic or modacrylic staple fibres n.e.c. in chapter 55, mixed mainly or solely with man-made filaments\",\r\n\t\t\t\"parent\": \"5515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551522\",\r\n\t\t\t\"text\": \"551522 - Fabrics, woven; of acrylic or modacrylic staple fibres n.e.c. in chapter 55, mixed mainly or solely with wool or fine animal hair\",\r\n\t\t\t\"parent\": \"5515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551529\",\r\n\t\t\t\"text\": \"551529 - Fabrics, woven; of acrylic or modacrylic staple fibres n.e.c. in chapter 55, mixed mainly or solely with fibres n.e.c. in item no. 5515.2\",\r\n\t\t\t\"parent\": \"5515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551591\",\r\n\t\t\t\"text\": \"551591 - Fabrics, woven; of synthetic staple fibres n.e.c. in chapter 55, mixed mainly or solely with man-made filaments\",\r\n\t\t\t\"parent\": \"5515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551592\",\r\n\t\t\t\"text\": \"551592 - Woven fabric synthetic staple with wool or hair nes\",\r\n\t\t\t\"parent\": \"5515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551599\",\r\n\t\t\t\"text\": \"551599 - Fabrics, woven; of synthetic staple fibres n.e.c. in chapter 55, mixed mainly or solely with fibres n.e.c. in heading no. 5515\",\r\n\t\t\t\"parent\": \"5515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5516\",\r\n\t\t\t\"text\": \"5516 - Woven fabrics of artificial staple fibres\",\r\n\t\t\t\"parent\": \"55\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551611\",\r\n\t\t\t\"text\": \"551611 - Fabrics, woven; unbleached or bleached, containing 85% or more by weight of artificial staple fibres\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551612\",\r\n\t\t\t\"text\": \"551612 - Fabrics, woven; dyed, containing 85% or more by weight of artificial staple fibres\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551613\",\r\n\t\t\t\"text\": \"551613 - Fabrics, woven; of yarns of different colours, containing 85% or more by weight of artificial staple fibres\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551614\",\r\n\t\t\t\"text\": \"551614 - Fabrics, woven; printed, containing 85% or more by weight of artificial staple fibres\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551621\",\r\n\t\t\t\"text\": \"551621 - Fabrics, woven; unbleached or bleached, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with manmade filaments\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551622\",\r\n\t\t\t\"text\": \"551622 - Fabrics, woven; dyed, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with man-made filaments\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551623\",\r\n\t\t\t\"text\": \"551623 - Fabrics, woven; of yarns of different colours, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with man-made filaments\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551624\",\r\n\t\t\t\"text\": \"551624 - Fabrics, woven; printed, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with man-made filaments\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551631\",\r\n\t\t\t\"text\": \"551631 - Fabrics, woven; unbleached or bleached, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with wool or fine animal hair\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551632\",\r\n\t\t\t\"text\": \"551632 - Fabrics, woven; dyed, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with wool or fine animal hair\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551633\",\r\n\t\t\t\"text\": \"551633 - Fabrics, woven; of yarns of different colours, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with wool or fine animal hair\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551634\",\r\n\t\t\t\"text\": \"551634 - Fabrics, woven; printed, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with wool or fine animal hair\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551641\",\r\n\t\t\t\"text\": \"551641 - Fabrics, woven; unbleached or bleached, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with cotton\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551642\",\r\n\t\t\t\"text\": \"551642 - Fabrics, woven; dyed, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with cotton\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551643\",\r\n\t\t\t\"text\": \"551643 - Fabrics, woven; of yarns of different colours, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with cotton\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551644\",\r\n\t\t\t\"text\": \"551644 - Fabrics, woven; printed, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with cotton\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551691\",\r\n\t\t\t\"text\": \"551691 - Fabrics, woven; unbleached or bleached, of artificial staple fibres, n.e.c. in heading no. 5516\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551692\",\r\n\t\t\t\"text\": \"551692 - Fabrics, woven; dyed, of artificial staple fibres, n.e.c. in heading no. 5516\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551693\",\r\n\t\t\t\"text\": \"551693 - Fabrics, woven; of yarns of different colours, of artificial staple fibres, n.e.c. in heading no. 5516\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551694\",\r\n\t\t\t\"text\": \"551694 - Fabrics, woven; printed, of artificial staple fibres, n.e.c. in heading no. 5516\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"56\",\r\n\t\t\t\"text\": \"56 - Wadding, felt and nonwovens, special yarns; twine, cordage, ropes and cables and articles thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5601\",\r\n\t\t\t\"text\": \"5601 - Wadding of textile materials and articles thereof; textile fibres, not exceeding 5 mm in length (flock), textile dust and mill neps\",\r\n\t\t\t\"parent\": \"56\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560110\",\r\n\t\t\t\"text\": \"560110 - Sanitary towels & tampons, napkins & napkin liners for babies & similar sanitary articles, of wadding\",\r\n\t\t\t\"parent\": \"5601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560121\",\r\n\t\t\t\"text\": \"560121 - Wadding; other articles thereof, of cotton\",\r\n\t\t\t\"parent\": \"5601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560122\",\r\n\t\t\t\"text\": \"560122 - Wadding; other articles thereof, of man-made fibres\",\r\n\t\t\t\"parent\": \"5601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560129\",\r\n\t\t\t\"text\": \"560129 - Wadding; other articles thereof, other than of cotton or man-made fibres\",\r\n\t\t\t\"parent\": \"5601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560130\",\r\n\t\t\t\"text\": \"560130 - Wadding; textile flock and dust and mill neps\",\r\n\t\t\t\"parent\": \"5601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5602\",\r\n\t\t\t\"text\": \"5602 - Felt; whether or not impregnated, coated, covered or laminated\",\r\n\t\t\t\"parent\": \"56\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560210\",\r\n\t\t\t\"text\": \"560210 - Felt; needleloom felt and stitch-bonded fibre fabrics, whether or not impregnated, coated, covered or laminated\",\r\n\t\t\t\"parent\": \"5602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560221\",\r\n\t\t\t\"text\": \"560221 - Felt; of wool or fine animal hair (excluding needleloom felt or stitch-bonded fibre fabrics), not impregnated, coated, covered nor laminated\",\r\n\t\t\t\"parent\": \"5602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560229\",\r\n\t\t\t\"text\": \"560229 - Felt; of textile materials other than wool or fine animal hair (excluding needleloom felt and stitch-bonded fibre fabrics), not impregnated, coated, covered or laminated\",\r\n\t\t\t\"parent\": \"5602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560290\",\r\n\t\t\t\"text\": \"560290 - Felt; impregnated, coated, covered or laminated (excluding needleloom felt and stitch-bonded fibre fabrics)\",\r\n\t\t\t\"parent\": \"5602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5603\",\r\n\t\t\t\"text\": \"5603 - Nonwovens; whether or not impregnated, coated, covered or laminated\",\r\n\t\t\t\"parent\": \"56\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560300\",\r\n\t\t\t\"text\": \"560300 - Nonwovens textiles except felt\",\r\n\t\t\t\"parent\": \"5603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560311\",\r\n\t\t\t\"text\": \"560311 - Nonwovens; whether or not impregnated, coated, covered or laminated, of man-made filaments, (weighing not more than 25g/m2)\",\r\n\t\t\t\"parent\": \"5603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560312\",\r\n\t\t\t\"text\": \"560312 - Nonwovens; whether or not impregnated, coated, covered or laminated, of man-made filaments, (weighing more than 25g/m2 but not more than 70g/m2)\",\r\n\t\t\t\"parent\": \"5603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560313\",\r\n\t\t\t\"text\": \"560313 - Nonwovens; whether or not impregnated, coated, covered or laminated, of man-made filaments, (weighing more than 70g/m2 but not more than 150g/m2)\",\r\n\t\t\t\"parent\": \"5603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560314\",\r\n\t\t\t\"text\": \"560314 - Nonwovens; whether or not impregnated, coated, covered or laminated, of man-made filaments, (weighing more than 150g/m2)\",\r\n\t\t\t\"parent\": \"5603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560391\",\r\n\t\t\t\"text\": \"560391 - Nonwovens; whether or not impregnated, coated, covered or laminated, not of man-made filaments, (weighing not more than 25g/m2)\",\r\n\t\t\t\"parent\": \"5603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560392\",\r\n\t\t\t\"text\": \"560392 - Nonwovens; whether or not impregnated, coated, covered or laminated, not of man-made filaments, (weighing more than 25g/m2 but not more than 70g/m2)\",\r\n\t\t\t\"parent\": \"5603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560393\",\r\n\t\t\t\"text\": \"560393 - Nonwovens; whether or not impregnated, coated, covered or laminated, not of man-made filaments, (weighing more than 70g/m2 but not more than 150g/m2)\",\r\n\t\t\t\"parent\": \"5603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560394\",\r\n\t\t\t\"text\": \"560394 - Nonwovens; whether or not impregnated, coated, covered or laminated, not of man-made filaments, (weighing more than 150g/m2)\",\r\n\t\t\t\"parent\": \"5603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5604\",\r\n\t\t\t\"text\": \"5604 - Rubber thread and cord, textile covered; textile yarn and strip and the like of heading no. 5404, 5405; impregnated, coated, covered or sheathed with rubber or plastics\",\r\n\t\t\t\"parent\": \"56\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560410\",\r\n\t\t\t\"text\": \"560410 - Rubber thread and cord; textile covered\",\r\n\t\t\t\"parent\": \"5604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560420\",\r\n\t\t\t\"text\": \"560420 - Hi-ten manmade yarn rubber, plastic coated/impregnate\",\r\n\t\t\t\"parent\": \"5604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560490\",\r\n\t\t\t\"text\": \"560490 - Yarn; textile yarn, strip, and the like of heading no. 5404 or 5405, impregnated, coated, covered, or sheathed with rubber or plastics, n.e.c. in heading no. 5604\",\r\n\t\t\t\"parent\": \"5604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5605\",\r\n\t\t\t\"text\": \"5605 - Yarn; metallised, whether or not gimped, of textile yarn, or strip or the like of heading no. 5404 or 5405, combined with metal in the form of thread, strip or powder or covered with metal\",\r\n\t\t\t\"parent\": \"56\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560500\",\r\n\t\t\t\"text\": \"560500 - Yarn; metallised, whether or not gimped, of textile yarn, or strip or the like of heading no. 5404 or 5405, combined with metal in the form of thread, strip or powder or covered with metal\",\r\n\t\t\t\"parent\": \"5605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5606\",\r\n\t\t\t\"text\": \"5606 - Yarn and strip and the like of heading no. 5404 or 5405, gimped (other than those of heading no. 5606 and gimped horsehair yarn); chenille yarn (including flock chenille yarn); loop wale-yarn\",\r\n\t\t\t\"parent\": \"56\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560600\",\r\n\t\t\t\"text\": \"560600 - Yarn and strip and the like of heading no. 5404 or 5405; gimped, (other than those of heading no. 5406 and gimped horsehair yarn); chenille yarn (including flock chenille yarn); loop wale-yarn\",\r\n\t\t\t\"parent\": \"5606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5607\",\r\n\t\t\t\"text\": \"5607 - Twine, cordage, ropes and cables, whether or not plaited or braided; whether or not impregnated, coated, covered or sheathed with rubber or plastics\",\r\n\t\t\t\"parent\": \"56\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560710\",\r\n\t\t\t\"text\": \"560710 - Twine, cordage, ropes and cables, of jute, bast fibre\",\r\n\t\t\t\"parent\": \"5607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560721\",\r\n\t\t\t\"text\": \"560721 - Twine; binder or baler twine, of sisal or other textile fibres of the genus agave\",\r\n\t\t\t\"parent\": \"5607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560729\",\r\n\t\t\t\"text\": \"560729 - Twine, cordage, ropes, cables; of sisal or other textile fibres of the genus agave (excluding binder or baler twine), whether or not plaited, braided or rubber or plastic impregnated, coated, covered or sheathed\",\r\n\t\t\t\"parent\": \"5607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560730\",\r\n\t\t\t\"text\": \"560730 - Twine, cordage, ropes and cables, of abaca etc\",\r\n\t\t\t\"parent\": \"5607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560741\",\r\n\t\t\t\"text\": \"560741 - Twine; binder or baler twine, of polyethylene or polypropylene\",\r\n\t\t\t\"parent\": \"5607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560749\",\r\n\t\t\t\"text\": \"560749 - Twine, cordage, ropes, cables; of polyethylene or polypropylene (excluding binder or baler twine), whether or not plaited, braided or rubber or plastic impregnated, coated, covered or sheathed\",\r\n\t\t\t\"parent\": \"5607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560750\",\r\n\t\t\t\"text\": \"560750 - Twine, cordage, ropes, cables; of synthetic fibres other than polyethylene or polypropylene, whether or not plaited, braided or impregnated, coated, covered or sheathed with rubber or plastics\",\r\n\t\t\t\"parent\": \"5607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560790\",\r\n\t\t\t\"text\": \"560790 - Twine, cordage, ropes, cables; of materials n.e.c. in heading no. 5607, whether or not plaited, braided or impregnated, coated, covered, or sheathed with rubber or plastics\",\r\n\t\t\t\"parent\": \"5607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5608\",\r\n\t\t\t\"text\": \"5608 - Twine, cordage or rope; knotted netting, made up fishing nets and other made up nets, of textile materials\",\r\n\t\t\t\"parent\": \"56\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560811\",\r\n\t\t\t\"text\": \"560811 - Twine, cordage or rope; fishing nets, made up, of man made textile materials\",\r\n\t\t\t\"parent\": \"5608\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560819\",\r\n\t\t\t\"text\": \"560819 - Twine, cordage or rope; knotted netting, for other than fishing, of man-made textile materials\",\r\n\t\t\t\"parent\": \"5608\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560890\",\r\n\t\t\t\"text\": \"560890 - Twine, cordage or rope; knotted netting, of other than man-made textiles\",\r\n\t\t\t\"parent\": \"5608\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5609\",\r\n\t\t\t\"text\": \"5609 - Articles of yarn, strip or the like of heading no. 5404 or 5405; twine, cordage, rope or cables n.e.c. or included\",\r\n\t\t\t\"parent\": \"56\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560900\",\r\n\t\t\t\"text\": \"560900 - Yarn; articles of yarn, strip or the like of heading no. 5404 and 5405, twine, cordage, rope or cables n.e.c. or included\",\r\n\t\t\t\"parent\": \"5609\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"57\",\r\n\t\t\t\"text\": \"57 - Carpets and other textile floor coverings\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5701\",\r\n\t\t\t\"text\": \"5701 - Carpets and other textile floor coverings; knotted, whether or not made up\",\r\n\t\t\t\"parent\": \"57\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570110\",\r\n\t\t\t\"text\": \"570110 - Carpets and other textile floor coverings; knotted, of wool or fine animal hair, whether or not made up\",\r\n\t\t\t\"parent\": \"5701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570190\",\r\n\t\t\t\"text\": \"570190 - Carpets and other textile floor coverings; knotted, of textile materials (other than wool or fine animal hair), whether or not made up\",\r\n\t\t\t\"parent\": \"5701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5702\",\r\n\t\t\t\"text\": \"5702 - Carpets and other textile floor coverings; woven, (not tufted or flocked), whether or not made up, including kelem, schumacks, karamanie and similar hand-woven rugs\",\r\n\t\t\t\"parent\": \"57\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570210\",\r\n\t\t\t\"text\": \"570210 - Carpets and other textile floor coverings; woven, (not tufted or flocked), whether or not made up, including kelem, schumacks, karamanie and similar hand-woven rugs\",\r\n\t\t\t\"parent\": \"5702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570220\",\r\n\t\t\t\"text\": \"570220 - Carpets and other textile floor coverings; woven, (not tufted or flocked), whether or not made up, of coconut fibres (coir)\",\r\n\t\t\t\"parent\": \"5702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570231\",\r\n\t\t\t\"text\": \"570231 - Carpets and other textile floor coverings; woven, (not tufted or flocked), of wool or fine animal hair, of pile construction, not made up, n.e.c. in item no. 5702.10 or 5702.20\",\r\n\t\t\t\"parent\": \"5702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570232\",\r\n\t\t\t\"text\": \"570232 - Carpets and other textile floor coverings; woven, (not tufted or flocked), of man-made textile materials, of pile construction, not made up, n.e.c. in item no. 5702.10 or 5702.20\",\r\n\t\t\t\"parent\": \"5702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570239\",\r\n\t\t\t\"text\": \"570239 - Carpets and other textile floor coverings; woven, (not tufted or flocked), of textile materials (other than man-made, wool or fine animal hair), of pile construction, not made up, n.e.c. in item no. 5702.10 or 5702.20\",\r\n\t\t\t\"parent\": \"5702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570241\",\r\n\t\t\t\"text\": \"570241 - Carpets and other textile floor coverings; woven, (not tufted or flocked), of wool or fine animal hair, of pile construction, made up, n.e.c. in item no. 5702.10 or 5702.20\",\r\n\t\t\t\"parent\": \"5702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570242\",\r\n\t\t\t\"text\": \"570242 - Carpets and other textile floor coverings; woven, (not tufted or flocked), of man-made textile materials, of pile construction, made up, n.e.c. in item no. 5702.10 or 5702.20\",\r\n\t\t\t\"parent\": \"5702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570249\",\r\n\t\t\t\"text\": \"570249 - Carpets and other textile floor coverings; woven, (not tufted or flocked), of textile materials (other than man-made, wool or fine animal hair), of pile construction, made up, n.e.c. in item no. 5702.10 or 5702.20\",\r\n\t\t\t\"parent\": \"5702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570250\",\r\n\t\t\t\"text\": \"570250 - Carpets and other textile floor coverings; woven, (not tufted or flocked), not of pile construction, not made up, n.e.c. in item no. 5702.10 or 5702.20\",\r\n\t\t\t\"parent\": \"5702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570251\",\r\n\t\t\t\"text\": \"570251 - Carpets of wool or hair, woven, not made up, nes\",\r\n\t\t\t\"parent\": \"5702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570252\",\r\n\t\t\t\"text\": \"570252 - Carpets of manmade yarn, woven, not made up, nes\",\r\n\t\t\t\"parent\": \"5702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570259\",\r\n\t\t\t\"text\": \"570259 - Carpets of yarn nes, woven, not made up, nes\",\r\n\t\t\t\"parent\": \"5702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570291\",\r\n\t\t\t\"text\": \"570291 - Carpets and other textile floor coverings; woven, (not tufted or flocked), of wool or fine animal hair, (not of pile construction), made up, n.e.c. in item no. 5702.10 or 5702.20\",\r\n\t\t\t\"parent\": \"5702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570292\",\r\n\t\t\t\"text\": \"570292 - Carpets and other textile floor coverings; woven, (not tufted or flocked), of man-made textile materials, (not of pile construction), made up, n.e.c. in item no. 5702.10 or 5702.20\",\r\n\t\t\t\"parent\": \"5702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570299\",\r\n\t\t\t\"text\": \"570299 - Carpets and other textile floor coverings; woven, (not tufted or flocked), of textile materials (other than man-made or wool or fine animal hair, not of pile construction), made up, n.e.c. in item no. 5702.10 or 5702.20\",\r\n\t\t\t\"parent\": \"5702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5703\",\r\n\t\t\t\"text\": \"5703 - Carpets and other textile floor coverings (including turf); tufted, whether or not made up\",\r\n\t\t\t\"parent\": \"57\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570310\",\r\n\t\t\t\"text\": \"570310 - Carpets and other textile floor coverings (including turf); tufted, of wool or fine animal hair, whether or not made up\",\r\n\t\t\t\"parent\": \"5703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570320\",\r\n\t\t\t\"text\": \"570320 - Carpets and other textile floor coverings; tufted, of nylon or other polyamides, whether or not made up\",\r\n\t\t\t\"parent\": \"5703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570321\",\r\n\t\t\t\"text\": \"570321 - Carpets and other textile floor coverings; tufted, of nylon or other polyamides, whether or not made up\",\r\n\t\t\t\"parent\": \"5703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570329\",\r\n\t\t\t\"text\": \"570329 - Carpets; tufted, of nylon or other polyamides, whether or not made up\",\r\n\t\t\t\"parent\": \"5703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570330\",\r\n\t\t\t\"text\": \"570330 - Carpets and other textile floor coverings; tufted, of man-made textile materials (other than polyamides), whether or not made up\",\r\n\t\t\t\"parent\": \"5703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570331\",\r\n\t\t\t\"text\": \"570331 - Carpets and other textile floor coverings; tufted, of other man-made textile materials (other than polyamides), whether or not made up\",\r\n\t\t\t\"parent\": \"5703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570339\",\r\n\t\t\t\"text\": \"570339 - Carpets; tufted, of man-made textile materials (other than polyamides), whether of not made up\",\r\n\t\t\t\"parent\": \"5703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570390\",\r\n\t\t\t\"text\": \"570390 - Carpets and other textile floor coverings; tufted, of textile materials (other than man-made, wool or fine animal hair), whether or not made up\",\r\n\t\t\t\"parent\": \"5703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5704\",\r\n\t\t\t\"text\": \"5704 - Carpets and other textile floor coverings; of felt, (not tufted or flocked), whether or not made up\",\r\n\t\t\t\"parent\": \"57\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570410\",\r\n\t\t\t\"text\": \"570410 - Textile floor coverings; felt tiles, (not tufted or flocked), whether or not made up, having a maximum surface area of 0.3m2\",\r\n\t\t\t\"parent\": \"5704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570420\",\r\n\t\t\t\"text\": \"570420 - Carpets and other textile floor coverings; of felt, (not tufted or flocked), whether or not made up, having a maximum surface area exceeding 0.3 m2 but not exceeding 1 m2\",\r\n\t\t\t\"parent\": \"5704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570490\",\r\n\t\t\t\"text\": \"570490 - Carpets and other textile floor coverings; of felt, (not tufted or flocked), in the piece, whether or not made up, having a maximum surface area exceeding 1 m2\",\r\n\t\t\t\"parent\": \"5704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5705\",\r\n\t\t\t\"text\": \"5705 - Carpets and other textile floor coverings; n.e.c. in chapter 57, whether or not made up\",\r\n\t\t\t\"parent\": \"57\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570500\",\r\n\t\t\t\"text\": \"570500 - Carpets and other textile floor coverings; n.e.c. in chapter 57, whether or not made up\",\r\n\t\t\t\"parent\": \"5705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"58\",\r\n\t\t\t\"text\": \"58 - Fabrics; special woven fabrics, tufted textile fabrics, lace, tapestries, trimmings, embroidery\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5801\",\r\n\t\t\t\"text\": \"5801 - Fabrics; woven pile and chenille fabrics, other than fabrics of heading no. 5802 or 5806\",\r\n\t\t\t\"parent\": \"58\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580110\",\r\n\t\t\t\"text\": \"580110 - Fabrics; woven pile, of wool or fine animal hair, other than fabrics of heading no. 5802 or 5806\",\r\n\t\t\t\"parent\": \"5801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580121\",\r\n\t\t\t\"text\": \"580121 - Fabrics; woven pile, of cotton, uncut weft pile fabrics, other than fabrics of heading no. 5802 or 5806\",\r\n\t\t\t\"parent\": \"5801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580122\",\r\n\t\t\t\"text\": \"580122 - Fabrics; woven pile, of cotton, cut corduroy, other than fabrics of heading no. 5802 or 5806\",\r\n\t\t\t\"parent\": \"5801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580123\",\r\n\t\t\t\"text\": \"580123 - Fabrics; woven pile, of cotton, weft pile fabrics other than uncut and corduroy, other than fabrics of heading no. 5802 or 5806\",\r\n\t\t\t\"parent\": \"5801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580124\",\r\n\t\t\t\"text\": \"580124 - Warp pile fabrics (excl. of 58.02/58.06), ΘpinglΘ (uncut), of cotton\",\r\n\t\t\t\"parent\": \"5801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580125\",\r\n\t\t\t\"text\": \"580125 - Warp pile fabrics (excl. of 58.02/58.06), cut, of cotton\",\r\n\t\t\t\"parent\": \"5801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580126\",\r\n\t\t\t\"text\": \"580126 - Fabrics; chenille, of cotton, other than fabrics of heading no. 5802 or 5806\",\r\n\t\t\t\"parent\": \"5801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580127\",\r\n\t\t\t\"text\": \"580127 - Fabrics; woven pile, of cotton, warp pile fabrics, other than fabrics of heading no. 5802 or 5806\",\r\n\t\t\t\"parent\": \"5801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580131\",\r\n\t\t\t\"text\": \"580131 - Fabrics; woven pile, of man-made fibres, uncut weft pile fabrics, other than fabrics of heading no. 5802 or 5806\",\r\n\t\t\t\"parent\": \"5801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580132\",\r\n\t\t\t\"text\": \"580132 - Fabrics; woven pile, of man-made fibres, cut corduroy, other than fabrics of heading no. 5802 or 5806\",\r\n\t\t\t\"parent\": \"5801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580133\",\r\n\t\t\t\"text\": \"580133 - Fabrics; woven pile, of man-made fibres, other weft pile fabrics, other than fabrics of heading no. 5802 or 5806\",\r\n\t\t\t\"parent\": \"5801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580134\",\r\n\t\t\t\"text\": \"580134 - Warp pile fabrics (excl. of 58.02/58.06), ΘpinglΘ (uncut), of man-made fibres\",\r\n\t\t\t\"parent\": \"5801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580135\",\r\n\t\t\t\"text\": \"580135 - Warp pile fabrics (excl. of 58.02/58.06), cut, of man-made fibres\",\r\n\t\t\t\"parent\": \"5801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580136\",\r\n\t\t\t\"text\": \"580136 - Fabrics; chenille, of man-made fibres, other than fabrics of heading no. 5802 or 5806\",\r\n\t\t\t\"parent\": \"5801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580137\",\r\n\t\t\t\"text\": \"580137 - Fabrics; woven pile, of man-made fibres, warp pile fabrics, other than fabrics of heading no. 5802 or 5806\",\r\n\t\t\t\"parent\": \"5801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580190\",\r\n\t\t\t\"text\": \"580190 - Fabrics; woven pile and chenille, of textile materials n.e.c. in heading no. 5801, other than fabrics of heading no. 5802 or 5806\",\r\n\t\t\t\"parent\": \"5801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5802\",\r\n\t\t\t\"text\": \"5802 - Fabrics; terry towelling and similar woven terry fabrics other than narrow fabrics of heading no. 5806; tufted textile fabrics, excluding products of heading no. 5703\",\r\n\t\t\t\"parent\": \"58\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580210\",\r\n\t\t\t\"text\": \"580210 - Fabrics; terry towelling and similar woven terry fabrics, of cotton, whether bleached or unbleached, excluding narrow fabrics of heading no. 5806\",\r\n\t\t\t\"parent\": \"5802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580211\",\r\n\t\t\t\"text\": \"580211 - Fabrics; terry towelling and similar woven terry fabrics, of cotton, unbleached, excluding narrow fabrics of heading no. 5806\",\r\n\t\t\t\"parent\": \"5802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580219\",\r\n\t\t\t\"text\": \"580219 - Fabrics; terry towelling and similar woven terry fabrics, of cotton, bleached, excluding narrow fabrics of heading no. 5806\",\r\n\t\t\t\"parent\": \"5802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580220\",\r\n\t\t\t\"text\": \"580220 - Fabrics; terry towelling and similar woven terry fabrics, of textile materials, excluding cotton, excluding narrow fabrics of heading no. 5806\",\r\n\t\t\t\"parent\": \"5802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580230\",\r\n\t\t\t\"text\": \"580230 - Fabrics; tufted textile fabrics, excluding products of heading no. 5703\",\r\n\t\t\t\"parent\": \"5802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5803\",\r\n\t\t\t\"text\": \"5803 - Gauze; other than narrow fabrics of heading no. 5806\",\r\n\t\t\t\"parent\": \"58\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580300\",\r\n\t\t\t\"text\": \"580300 - Gauze; other than narrow fabrics of heading no. 5806\",\r\n\t\t\t\"parent\": \"5803\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580310\",\r\n\t\t\t\"text\": \"580310 - Cotton gauze > 30 cm wide\",\r\n\t\t\t\"parent\": \"5803\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580390\",\r\n\t\t\t\"text\": \"580390 - Gauze, except cotton, > 30 cm wide\",\r\n\t\t\t\"parent\": \"5803\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5804\",\r\n\t\t\t\"text\": \"5804 - Tulles and other net fabrics; not including woven, knitted or crocheted fabrics; lace in the piece, in strips or in motifs, (other than fabrics of headings 60.02 to 60.06)\",\r\n\t\t\t\"parent\": \"58\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580410\",\r\n\t\t\t\"text\": \"580410 - Tulles and other net fabrics; excluding woven, knitted or crocheted fabrics, (other than fabrics of headings 60.02 to 60.06)\",\r\n\t\t\t\"parent\": \"5804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580421\",\r\n\t\t\t\"text\": \"580421 - Lace; mechanically made, of man-made fibres in the piece, in strips or in motifs, (other than fabrics of headings 60.02 to 60.06)\",\r\n\t\t\t\"parent\": \"5804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580429\",\r\n\t\t\t\"text\": \"580429 - Lace; mechanically made, of textile materials, (other than man-made fibres), in the piece, in strips or motifs, (other than fabrics of headings 60.02 to 60.06)\",\r\n\t\t\t\"parent\": \"5804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580430\",\r\n\t\t\t\"text\": \"580430 - Lace; hand-made, in the piece, in strips or motifs, (other than fabrics of headings 60.02 to 60.06)\",\r\n\t\t\t\"parent\": \"5804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5805\",\r\n\t\t\t\"text\": \"5805 - Tapestries; hand-woven, (Gobelins, Flanders, Aubusson, Beauvais and the like) and needle-worked tapestries (e.g. petit point, cross-stitch) whether or not made up\",\r\n\t\t\t\"parent\": \"58\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580500\",\r\n\t\t\t\"text\": \"580500 - Tapestries; hand-woven, (Gobelins, Flanders, Aubusson, Beauvais and the like) and needle-worked tapestries (e.g. petit point, cross-stitch) whether or not made up\",\r\n\t\t\t\"parent\": \"5805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5806\",\r\n\t\t\t\"text\": \"5806 - Fabrics; narrow woven, other than goods of heading 5807; narrow fabrics consisting of warp without weft assembled by means of an adhesive (bolducs)\",\r\n\t\t\t\"parent\": \"58\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580610\",\r\n\t\t\t\"text\": \"580610 - Fabrics; woven pile (including terry towelling and similar terry fabrics) and chenille fabrics (excluding goods of heading 5807)\",\r\n\t\t\t\"parent\": \"5806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580620\",\r\n\t\t\t\"text\": \"580620 - Fabrics; narrow (excluding pile fabrics), containing by weight 5% or more of elastomeric yarn or rubber thread\",\r\n\t\t\t\"parent\": \"5806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580631\",\r\n\t\t\t\"text\": \"580631 - Fabrics; narrow woven fabrics, n.e.c. in heading no. 5806, of cotton (excluding goods of heading no. 5807)\",\r\n\t\t\t\"parent\": \"5806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580632\",\r\n\t\t\t\"text\": \"580632 - Fabrics, narrow woven fabrics, n.e.c. in heading no. 5806, of man-made fibres (excluding goods of heading no. 5807)\",\r\n\t\t\t\"parent\": \"5806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580639\",\r\n\t\t\t\"text\": \"580639 - Fabrics; narrow woven fabrics, n.e.c. in heading no. 5806, of textile materials n.e.c. in item no. 5806.3 (excluding goods of heading no. 5807)\",\r\n\t\t\t\"parent\": \"5806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580640\",\r\n\t\t\t\"text\": \"580640 - Fabrics; narrow woven, consisting of warp without weft, assembled by means of an adhesive (bolducs)\",\r\n\t\t\t\"parent\": \"5806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5807\",\r\n\t\t\t\"text\": \"5807 - Labels, badges and similar articles; of textile materials, in the piece, in strips or cut to shape or size, not embroidered\",\r\n\t\t\t\"parent\": \"58\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580710\",\r\n\t\t\t\"text\": \"580710 - Labels, badges and similar articles; woven, of textile materials, in the piece, in strips or cut to shape or size, not embroidered\",\r\n\t\t\t\"parent\": \"5807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580790\",\r\n\t\t\t\"text\": \"580790 - Labels, badges and similar articles; (other than woven), of textile materials, in the piece, in strips or cut to shape or size, not embroidered\",\r\n\t\t\t\"parent\": \"5807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5808\",\r\n\t\t\t\"text\": \"5808 - Braids in the piece; ornamental trimmings in the piece, without embroidery, other than knitted or crocheted; tassels, pompons and similar articles\",\r\n\t\t\t\"parent\": \"58\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580810\",\r\n\t\t\t\"text\": \"580810 - Braids; in the piece\",\r\n\t\t\t\"parent\": \"5808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580890\",\r\n\t\t\t\"text\": \"580890 - Ornamental trimmings; tassels, pompons and similar articles; ornamental trimmings in the piece, without embroidery, other than knitted or crocheted\",\r\n\t\t\t\"parent\": \"5808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5809\",\r\n\t\t\t\"text\": \"5809 - Fabrics, woven; of metal thread and metallised yarn of heading no. 5605, of a kind used in apparel, as furnishing fabrics or similar purposes; n.e.c. or included\",\r\n\t\t\t\"parent\": \"58\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580900\",\r\n\t\t\t\"text\": \"580900 - Fabrics, woven; of metal thread and metallised yarn of heading no. 5605, of a kind used in apparel, as furnishing fabrics or similar purposes; n.e.c. or included\",\r\n\t\t\t\"parent\": \"5809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5810\",\r\n\t\t\t\"text\": \"5810 - Embroidery; in the piece, in strips or in motifs\",\r\n\t\t\t\"parent\": \"58\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"581010\",\r\n\t\t\t\"text\": \"581010 - Embroidery; without visible ground, in the piece, in strips or in motifs\",\r\n\t\t\t\"parent\": \"5810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"581091\",\r\n\t\t\t\"text\": \"581091 - Embroidery; with visible ground, of cotton, in the piece, in strips or in motifs\",\r\n\t\t\t\"parent\": \"5810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"581092\",\r\n\t\t\t\"text\": \"581092 - Embroidery; with visible ground, of man-made fibres, in the piece, in strips or in motifs\",\r\n\t\t\t\"parent\": \"5810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"581099\",\r\n\t\t\t\"text\": \"581099 - Embroidery; with visible ground, of textile materials (other than cotton and man-made fibres), in the piece, in strips or in motifs\",\r\n\t\t\t\"parent\": \"5810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5811\",\r\n\t\t\t\"text\": \"5811 - Quilted textile products; in the piece, composed of one or more layers of textile materials assembled with padding by stitching or otherwise (excluding embroidery of heading no. 5810)\",\r\n\t\t\t\"parent\": \"58\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"581100\",\r\n\t\t\t\"text\": \"581100 - Quilted textile products; in the piece, composed of one or more layers of textile materials assembled with padding by stitching or otherwise (excluding embroidery of heading no. 5810)\",\r\n\t\t\t\"parent\": \"5811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"59\",\r\n\t\t\t\"text\": \"59 - Textile fabrics; impregnated, coated, covered or laminated; textile articles of a kind suitable for industrial use\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5901\",\r\n\t\t\t\"text\": \"5901 - Textile fabrics, gum or amylaceous substance coated, used for outer book covers and like; tracing cloth, prepared painting canvas; buckram and similar stiffened textile fabrics used for hat foundation\",\r\n\t\t\t\"parent\": \"59\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590110\",\r\n\t\t\t\"text\": \"590110 - Textile fabrics; coated with gum or amylaceous substances, of a kind used for the outer covers of books or the like\",\r\n\t\t\t\"parent\": \"5901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590190\",\r\n\t\t\t\"text\": \"590190 - Textile fabrics; coated with gum or amylaceous substances, tracing cloth, prepared painting canvas, buckram and similar stiffened textile fabrics for hat foundations, (excluding book covers)\",\r\n\t\t\t\"parent\": \"5901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5902\",\r\n\t\t\t\"text\": \"5902 - Textile fabrics; tyrecord of high tenacity yarn of nylon or other polyamides polyesters or viscose rayon\",\r\n\t\t\t\"parent\": \"59\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590210\",\r\n\t\t\t\"text\": \"590210 - Textile fabrics; tyrecord of high tenacity yarn of nylon or other polyamides\",\r\n\t\t\t\"parent\": \"5902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590220\",\r\n\t\t\t\"text\": \"590220 - Textile fabrics; tyrecord of high tenacity yarn of polyester\",\r\n\t\t\t\"parent\": \"5902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590290\",\r\n\t\t\t\"text\": \"590290 - Textile fabrics; tyrecord of high tenacity yarn of viscose rayon\",\r\n\t\t\t\"parent\": \"5902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5903\",\r\n\t\t\t\"text\": \"5903 - Textile fabrics impregnated, coated, covered or laminated with plastics, other than those of heading no. 5902\",\r\n\t\t\t\"parent\": \"59\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590310\",\r\n\t\t\t\"text\": \"590310 - Textile fabrics; impregnated, coated, covered or laminated with poly(vinyl chloride)\",\r\n\t\t\t\"parent\": \"5903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590320\",\r\n\t\t\t\"text\": \"590320 - Textile fabrics; impregnated, coated, covered or laminated with polyurethane\",\r\n\t\t\t\"parent\": \"5903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590390\",\r\n\t\t\t\"text\": \"590390 - Textile fabrics; impregnated, coated, covered or laminated with plastics, (excluding polyvinyl chloride, polyurethane and those of heading no. 5902)\",\r\n\t\t\t\"parent\": \"5903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5904\",\r\n\t\t\t\"text\": \"5904 - Linoleum, whether or not cut to shape; floor coverings consisting of a coating or covering applied on a textile backing, whether or not cut to shape\",\r\n\t\t\t\"parent\": \"59\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590410\",\r\n\t\t\t\"text\": \"590410 - Linoleum, whether or not cut to shape\",\r\n\t\t\t\"parent\": \"5904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590490\",\r\n\t\t\t\"text\": \"590490 - Textiles floor coverings; consisting of a coating or covering applied on a textile backing, whether or not cut to shape, other than linoleum\",\r\n\t\t\t\"parent\": \"5904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590491\",\r\n\t\t\t\"text\": \"590491 - Floor covering (not linoleum) with felt,non-woven bas\",\r\n\t\t\t\"parent\": \"5904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590492\",\r\n\t\t\t\"text\": \"590492 - Floor covering (not linoleum) with other textile base\",\r\n\t\t\t\"parent\": \"5904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5905\",\r\n\t\t\t\"text\": \"5905 - Textile wall coverings\",\r\n\t\t\t\"parent\": \"59\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590500\",\r\n\t\t\t\"text\": \"590500 - Textile wall coverings of fabrics impregnated, coated, covered or laminated\",\r\n\t\t\t\"parent\": \"5905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5906\",\r\n\t\t\t\"text\": \"5906 - Textile fabrics, rubberised; other than those of heading no. 5902\",\r\n\t\t\t\"parent\": \"59\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590610\",\r\n\t\t\t\"text\": \"590610 - Textile fabrics, rubberised; (excluding those of heading no. 5902), adhesive tape of a width not exceeding 20cm\",\r\n\t\t\t\"parent\": \"5906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590691\",\r\n\t\t\t\"text\": \"590691 - Textile fabrics, rubberised; (excluding those of heading no. 5902 and adhesive tape of a width not exceeding 20cm), knitted or crocheted\",\r\n\t\t\t\"parent\": \"5906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590699\",\r\n\t\t\t\"text\": \"590699 - Textile fabrics, rubberised; (excluding those of heading no. 5902 and adhesive tape of a width not exceeding 20cm), not knitted or crocheted\",\r\n\t\t\t\"parent\": \"5906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5907\",\r\n\t\t\t\"text\": \"5907 - Textile fabrics; otherwise impregnated, coated or covered; painted canvas being theatrical scenery, studio back-cloths or the like\",\r\n\t\t\t\"parent\": \"59\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590700\",\r\n\t\t\t\"text\": \"590700 - Textile fabrics; otherwise impregnated, coated or covered, painted canvas being theatrical scenery, studio back-cloths or the like\",\r\n\t\t\t\"parent\": \"5907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5908\",\r\n\t\t\t\"text\": \"5908 - Textile wicks, woven, plaited or knitted; for lamps, stoves, lighters, candles or the like; incandescent gas mantles and tubular knitted gas mantle fabric therefor, whether or not impregnated\",\r\n\t\t\t\"parent\": \"59\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590800\",\r\n\t\t\t\"text\": \"590800 - Textile wicks, woven, plaited or knitted; for lamps, stoves, lighters, candles or the like; incandescent gas mantles and tubular knitted gas mantle fabric therefor, whether or not impregnated\",\r\n\t\t\t\"parent\": \"5908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5909\",\r\n\t\t\t\"text\": \"5909 - Textile hose piping and similar textile tubing; with or without lining, armour or accessories of other materials\",\r\n\t\t\t\"parent\": \"59\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590900\",\r\n\t\t\t\"text\": \"590900 - Textile hosepiping and similar textile tubing; with or without lining, armour or accessories of other materials\",\r\n\t\t\t\"parent\": \"5909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5910\",\r\n\t\t\t\"text\": \"5910 - Textiles; transmission or conveyor belts or belting, of textile material, whether or not impregnated, coated, covered or laminated with plastics, or reinforced with metal or other material\",\r\n\t\t\t\"parent\": \"59\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"591000\",\r\n\t\t\t\"text\": \"591000 - Textiles; transmission or conveyor belts or belting, of textile material, whether or not impregnated, coated, covered or laminated with plastics, or reinforced with metal or other material\",\r\n\t\t\t\"parent\": \"5910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5911\",\r\n\t\t\t\"text\": \"5911 - Textile products and articles for technical uses; specified in note 7 to this chapter\",\r\n\t\t\t\"parent\": \"59\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"591110\",\r\n\t\t\t\"text\": \"591110 - Textile fabric, felt & felt-lined woven fabrics, coated/covered/laminated with rubber, leather or other material, for card clothing, similar fabrics used for technical purposes, including rubber impregnated narrow velvet fabrics to cover weaving spindles\",\r\n\t\t\t\"parent\": \"5911\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"591120\",\r\n\t\t\t\"text\": \"591120 - Textile products and articles for technical uses; bolting cloth, whether or not made up\",\r\n\t\t\t\"parent\": \"5911\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"591131\",\r\n\t\t\t\"text\": \"591131 - Textiles; fabrics and felts, endless or fitted with linking devices, of a kind used in paper-making or similar machines, weighing less than 650g/m2\",\r\n\t\t\t\"parent\": \"5911\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"591132\",\r\n\t\t\t\"text\": \"591132 - Textiles; fabrics and felts, endless or fitted with linking devices, of a kind used in paper-making or similar machines, weighing 650g/m2 or more\",\r\n\t\t\t\"parent\": \"5911\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"591140\",\r\n\t\t\t\"text\": \"591140 - Textile products and articles for technical uses; straining cloth of a kind used in oil presses and the like, including that of human hair\",\r\n\t\t\t\"parent\": \"5911\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"591190\",\r\n\t\t\t\"text\": \"591190 - Textile products and articles for technical uses; n.e.c. in heading no. 5911\",\r\n\t\t\t\"parent\": \"5911\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"60\",\r\n\t\t\t\"text\": \"60 - Fabrics; knitted or crocheted\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6001\",\r\n\t\t\t\"text\": \"6001 - Fabrics; pile fabrics, including long pile fabrics and terry fabrics, knitted or crocheted\",\r\n\t\t\t\"parent\": \"60\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600110\",\r\n\t\t\t\"text\": \"600110 - Fabrics; long pile fabrics, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600121\",\r\n\t\t\t\"text\": \"600121 - Fabrics; looped pile fabrics, of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600122\",\r\n\t\t\t\"text\": \"600122 - Fabrics; looped pile fabrics, of man-made fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600129\",\r\n\t\t\t\"text\": \"600129 - Fabrics; looped pile fabrics, of textile materials (other than cotton or man-made fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600191\",\r\n\t\t\t\"text\": \"600191 - Fabrics; pile fabrics (excluding long pile and loop pile), of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600192\",\r\n\t\t\t\"text\": \"600192 - Fabrics; pile fabrics (excluding long pile and loop pile), of man-made fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600199\",\r\n\t\t\t\"text\": \"600199 - Fabrics; pile fabrics (excluding long pile and loop pile), of textile materials (other than cotton or man-made fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6002\",\r\n\t\t\t\"text\": \"6002 - Fabrics; knitted or crocheted, other than those of heading 60.01, of a width not exceeding 30cm, containing by weight 5% or more of elastomeric yarn or rubber thread\",\r\n\t\t\t\"parent\": \"60\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600210\",\r\n\t\t\t\"text\": \"600210 - Knit or crochet fabric, width <30 cm, >5% elastomer\",\r\n\t\t\t\"parent\": \"6002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600220\",\r\n\t\t\t\"text\": \"600220 - Knit, crochet textile fabric, of a width < 30 cm, nes\",\r\n\t\t\t\"parent\": \"6002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600230\",\r\n\t\t\t\"text\": \"600230 - Knit or crochet fabric, width > 30 cm, >5% elastomer\",\r\n\t\t\t\"parent\": \"6002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600240\",\r\n\t\t\t\"text\": \"600240 - Fabrics; knitted or crocheted, other than those of heading 60.01, of a width not exceeding 30 cm, containing by weight 5% or more of elastomeric yarn but not containing rubber thread\",\r\n\t\t\t\"parent\": \"6002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600241\",\r\n\t\t\t\"text\": \"600241 - Warp knit fabric of wool or fine animal hair, nes\",\r\n\t\t\t\"parent\": \"6002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600242\",\r\n\t\t\t\"text\": \"600242 - Warp knit fabric of cotton, nes\",\r\n\t\t\t\"parent\": \"6002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600243\",\r\n\t\t\t\"text\": \"600243 - Warp knit fabric of manmade fibres, nes\",\r\n\t\t\t\"parent\": \"6002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600249\",\r\n\t\t\t\"text\": \"600249 - Warp knit fabric of other materials, nes\",\r\n\t\t\t\"parent\": \"6002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600290\",\r\n\t\t\t\"text\": \"600290 - Fabrics; knitted or crocheted, other than those of heading 60.01, of a width not exceeding 30 cm, containing by weight 5% or more of elastomeric yarn or rubber thread\",\r\n\t\t\t\"parent\": \"6002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600291\",\r\n\t\t\t\"text\": \"600291 - Knit, crochet fabric of wool or fine animal hair, nes\",\r\n\t\t\t\"parent\": \"6002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600292\",\r\n\t\t\t\"text\": \"600292 - Knit or crochet fabric of cotton, nes\",\r\n\t\t\t\"parent\": \"6002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600293\",\r\n\t\t\t\"text\": \"600293 - Knit or crochet fabric of manmade fibres, nes\",\r\n\t\t\t\"parent\": \"6002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600299\",\r\n\t\t\t\"text\": \"600299 - Knit or crochet fabric of other materials, nes\",\r\n\t\t\t\"parent\": \"6002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6003\",\r\n\t\t\t\"text\": \"6003 - Fabrics; knitted or crocheted fabrics, other than those of heading 60.01 and 60.02, of a width not exceeding 30 cm,\",\r\n\t\t\t\"parent\": \"60\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600310\",\r\n\t\t\t\"text\": \"600310 - Fabrics; knitted or crocheted fabrics, other than those of heading 60.01 and 60.02, of a width not exceeding 30 cm, of wool or fine animal hair\",\r\n\t\t\t\"parent\": \"6003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600320\",\r\n\t\t\t\"text\": \"600320 - Fabrics; knitted or crocheted fabrics, other than those of heading 60.01 and 60.02, of a width not exceeding 30 cm, of cotton\",\r\n\t\t\t\"parent\": \"6003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600330\",\r\n\t\t\t\"text\": \"600330 - Fabrics; knitted or crocheted fabrics, other than those of heading 60.01 and 60.02, of a width not exceeding 30 cm, of synthetic fibres\",\r\n\t\t\t\"parent\": \"6003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600340\",\r\n\t\t\t\"text\": \"600340 - Fabrics; knitted or crocheted fabrics, other than those of heading 60.01 and 60.02, of a width not exceeding 30 cm, of artificial fibres\",\r\n\t\t\t\"parent\": \"6003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600390\",\r\n\t\t\t\"text\": \"600390 - Fabrics; knitted or crocheted fabrics, other than those of heading 60.01 and 60.02, of a width not exceeding 30 cm, other than of wool and fine animal hair, cotton, synthetic or artificial fibres\",\r\n\t\t\t\"parent\": \"6003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6004\",\r\n\t\t\t\"text\": \"6004 - Fabrics; knitted or crocheted fabrics of a width exceeding 30 cm, other than those of heading 60.01, containing by weight 5% or more of elastomeric yarn or rubber thread\",\r\n\t\t\t\"parent\": \"60\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600410\",\r\n\t\t\t\"text\": \"600410 - Fabrics; knitted or crocheted fabrics of a width exceeding 30 cm, other than those of heading 60.01, containing by weight 5% or more of elastomeric yarn but not containing rubber thread\",\r\n\t\t\t\"parent\": \"6004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600490\",\r\n\t\t\t\"text\": \"600490 - Fabrics; knitted or crocheted, other than those of heading 60.01, of a width exceeding 30 cm, containing by weight 5% or more of elastomeric yarn or rubber thread,\",\r\n\t\t\t\"parent\": \"6004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6005\",\r\n\t\t\t\"text\": \"6005 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04\",\r\n\t\t\t\"parent\": \"60\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600510\",\r\n\t\t\t\"text\": \"600510 - Warp knit fabrics. incl. those made on galloon knitting machines (excl. of ...\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600521\",\r\n\t\t\t\"text\": \"600521 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of cotton, unbleached or bleached\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600522\",\r\n\t\t\t\"text\": \"600522 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of cotton, dyed\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600523\",\r\n\t\t\t\"text\": \"600523 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of cotton, yarns of different colours\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600524\",\r\n\t\t\t\"text\": \"600524 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of cotton, printed\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600531\",\r\n\t\t\t\"text\": \"600531 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of synthetic fibres, bleached or unbleached\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600532\",\r\n\t\t\t\"text\": \"600532 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of synthetic fibres, dyed\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600533\",\r\n\t\t\t\"text\": \"600533 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of synthetic fibres, of yarns of different colours\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600534\",\r\n\t\t\t\"text\": \"600534 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of synthetic fibres, printed\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600535\",\r\n\t\t\t\"text\": \"600535 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of synthetic fibres specified in Subheading Note 1 to this Chapter\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600536\",\r\n\t\t\t\"text\": \"600536 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of synthetic fibres, bleached or unbleached\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600537\",\r\n\t\t\t\"text\": \"600537 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of synthetic fibres, dyed\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600538\",\r\n\t\t\t\"text\": \"600538 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of synthetic fibres, yarns of different colours\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600539\",\r\n\t\t\t\"text\": \"600539 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of synthetic fibres, printed\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600541\",\r\n\t\t\t\"text\": \"600541 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of artificial fibres, bleached or unbleached\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600542\",\r\n\t\t\t\"text\": \"600542 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of artificial fibres, dyed\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600543\",\r\n\t\t\t\"text\": \"600543 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of artificial fibres, of yarns of different colours\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600544\",\r\n\t\t\t\"text\": \"600544 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of artificial fibres, printed\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600590\",\r\n\t\t\t\"text\": \"600590 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, excluding those made from cotton or synthetic or artificial fibres\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6006\",\r\n\t\t\t\"text\": \"6006 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04\",\r\n\t\t\t\"parent\": \"60\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600610\",\r\n\t\t\t\"text\": \"600610 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of wool or fine animal hair\",\r\n\t\t\t\"parent\": \"6006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600621\",\r\n\t\t\t\"text\": \"600621 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of cotton, unbleached or bleached\",\r\n\t\t\t\"parent\": \"6006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600622\",\r\n\t\t\t\"text\": \"600622 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of cotton, dyed\",\r\n\t\t\t\"parent\": \"6006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600623\",\r\n\t\t\t\"text\": \"600623 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of cotton, of yarns of different colours\",\r\n\t\t\t\"parent\": \"6006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600624\",\r\n\t\t\t\"text\": \"600624 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of cotton, printed\",\r\n\t\t\t\"parent\": \"6006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600631\",\r\n\t\t\t\"text\": \"600631 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of synthetic fibres, unbleached or bleached\",\r\n\t\t\t\"parent\": \"6006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600632\",\r\n\t\t\t\"text\": \"600632 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of synthetic fibres, dyed\",\r\n\t\t\t\"parent\": \"6006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600633\",\r\n\t\t\t\"text\": \"600633 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of synthetic fibres, of yarns of different colours\",\r\n\t\t\t\"parent\": \"6006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600634\",\r\n\t\t\t\"text\": \"600634 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of synthetic fibres, printed\",\r\n\t\t\t\"parent\": \"6006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600641\",\r\n\t\t\t\"text\": \"600641 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of artificial fibres, unbleached or bleached\",\r\n\t\t\t\"parent\": \"6006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600642\",\r\n\t\t\t\"text\": \"600642 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of artificial fibres, dyed\",\r\n\t\t\t\"parent\": \"6006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600643\",\r\n\t\t\t\"text\": \"600643 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of artificial fibres, of yarns of different colours\",\r\n\t\t\t\"parent\": \"6006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600644\",\r\n\t\t\t\"text\": \"600644 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of artificial fibres, printed\",\r\n\t\t\t\"parent\": \"6006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600690\",\r\n\t\t\t\"text\": \"600690 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04,and other than those made of wool, fine animal hair, cotton, synthetic or artificial fibres\",\r\n\t\t\t\"parent\": \"6006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"61\",\r\n\t\t\t\"text\": \"61 - Apparel and clothing accessories; knitted or crocheted\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6101\",\r\n\t\t\t\"text\": \"6101 - Coats; men's or boys' overcoats, car-coats, capes, cloaks, anoraks, ski-jackets, wind-cheaters, wind-jackets and similar articles; knitted or crocheted, other than those of heading no. 6103\",\r\n\t\t\t\"parent\": \"61\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610110\",\r\n\t\t\t\"text\": \"610110 - Mens, boys overcoats, etc, of wool or hair, knit\",\r\n\t\t\t\"parent\": \"6101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610120\",\r\n\t\t\t\"text\": \"610120 - Coats; men's or boys' overcoats, car-coats, capes, anoraks, wind-jackets and similar articles, of cotton, knitted or crocheted (excluding those of heading no. 6103)\",\r\n\t\t\t\"parent\": \"6101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610130\",\r\n\t\t\t\"text\": \"610130 - Coats; men's or boys' overcoats, car-coats, capes, anoraks, wind-jackets and similar articles, of man-made fibres, knitted or crocheted, (excluding those of heading no. 6103)\",\r\n\t\t\t\"parent\": \"6101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610190\",\r\n\t\t\t\"text\": \"610190 - Coats; men's or boys' overcoats, car-coats, capes, anoraks, wind-jackets and similar articles, of textile materials n.e.c. in heading no. 6101, knitted or crocheted (excluding those of heading no. 6103)\",\r\n\t\t\t\"parent\": \"6101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6102\",\r\n\t\t\t\"text\": \"6102 - Coats; women's or girls' overcoats, car-coats, capes, cloaks, anoraks, ski-jackets, wind-cheaters, wind-jackets and similar articles, knitted or crocheted, other than those of heading no. 6104\",\r\n\t\t\t\"parent\": \"61\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610210\",\r\n\t\t\t\"text\": \"610210 - Coats; women's or girls' overcoats, car-coats, capes, anoraks, wind-jackets and similar articles, of wool or fine animal hair, knitted or crocheted (excluding those of heading no. 6104)\",\r\n\t\t\t\"parent\": \"6102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610220\",\r\n\t\t\t\"text\": \"610220 - Coats; women's or girls' overcoats, car-coats, capes, anoraks, wind-jackets and similar articles, of cotton, knitted or crocheted (excluding those of heading no. 6104)\",\r\n\t\t\t\"parent\": \"6102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610230\",\r\n\t\t\t\"text\": \"610230 - Coats; women's or girls' overcoats, car-coats, capes, anoraks, wind-jackets and similar articles, of man-made fibres, knitted or crocheted (excluding those of heading no. 6104)\",\r\n\t\t\t\"parent\": \"6102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610290\",\r\n\t\t\t\"text\": \"610290 - Coats; women's or girls' overcoats, car-coats, capes, anoraks, wind-jackets and similar articles, of textile materials n.e.c. in heading no. 6102, knitted or crocheted (excluding those of heading no. 6104)\",\r\n\t\t\t\"parent\": \"6102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6103\",\r\n\t\t\t\"text\": \"6103 - Suits, ensembles, jackets, blazers, trousers, bib and brace overalls, breeches, shorts (not swimwear); men's or boys', knitted or crocheted\",\r\n\t\t\t\"parent\": \"61\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610310\",\r\n\t\t\t\"text\": \"610310 - Suits; men's or boys', knitted or crocheted\",\r\n\t\t\t\"parent\": \"6103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610311\",\r\n\t\t\t\"text\": \"610311 - Mens, boys suits, of wool, fine animal hair, knit\",\r\n\t\t\t\"parent\": \"6103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610312\",\r\n\t\t\t\"text\": \"610312 - Mens, boys suits, synthetic fibres, knit\",\r\n\t\t\t\"parent\": \"6103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610319\",\r\n\t\t\t\"text\": \"610319 - Mens, boys suits, of materials nes, knit\",\r\n\t\t\t\"parent\": \"6103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610321\",\r\n\t\t\t\"text\": \"610321 - Mens, boys ensembles, of wool animal hair, knit\",\r\n\t\t\t\"parent\": \"6103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610322\",\r\n\t\t\t\"text\": \"610322 - Ensembles; men's or boys', of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610323\",\r\n\t\t\t\"text\": \"610323 - Ensembles; men's or boys', of synthetic fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610329\",\r\n\t\t\t\"text\": \"610329 - Ensembles; men's or boys', of textile materials (other than cotton or synthetic fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610331\",\r\n\t\t\t\"text\": \"610331 - Jackets and blazers; men's or boys', of wool or fine animal hair, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610332\",\r\n\t\t\t\"text\": \"610332 - Jackets and blazers; men's or boys', of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610333\",\r\n\t\t\t\"text\": \"610333 - Jackets and blazers; men's or boys', of synthetic fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610339\",\r\n\t\t\t\"text\": \"610339 - Jackets and blazers; men's or boys', of textile materials (other than wool or fine animal hair, cotton or synthetic fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610341\",\r\n\t\t\t\"text\": \"610341 - Trousers, bib and brace overalls, breeches and shorts; men's or boys', of wool or fine animal hair, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610342\",\r\n\t\t\t\"text\": \"610342 - Trousers, bib and brace overalls, breeches and shorts; men's or boys', of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610343\",\r\n\t\t\t\"text\": \"610343 - Trousers, bib and brace overalls, breeches and shorts; men's or boys', of synthetic fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610349\",\r\n\t\t\t\"text\": \"610349 - Trousers, bib and brace overalls, breeches and shorts; men's or boys', of textile materials (other than wool or fine animal hair, cotton or synthetic fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6104\",\r\n\t\t\t\"text\": \"6104 - Suits, ensembles, jackets, dresses, skirts, divided skirts, trousers, bib and brace overalls, breeches and shorts (not swimwear), women's or girls', knitted or crocheted\",\r\n\t\t\t\"parent\": \"61\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610411\",\r\n\t\t\t\"text\": \"610411 - Womens, girls suits, of wool or hair, knit\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610412\",\r\n\t\t\t\"text\": \"610412 - Womens, girls suits, of cotton, knit\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610413\",\r\n\t\t\t\"text\": \"610413 - Suits; women's or girls', of synthetic fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610419\",\r\n\t\t\t\"text\": \"610419 - Suits; women's or girls', of textile materials (other than synthetic fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610421\",\r\n\t\t\t\"text\": \"610421 - Womens, girls ensembles, of wool or hair, knit\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610422\",\r\n\t\t\t\"text\": \"610422 - Ensembles; women's or girls', of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610423\",\r\n\t\t\t\"text\": \"610423 - Ensembles; women's or girls', of synthetic fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610429\",\r\n\t\t\t\"text\": \"610429 - Ensembles; women's or girls', of textile materials (other than cotton or synthetic fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610431\",\r\n\t\t\t\"text\": \"610431 - Jackets; women's or girls', of wool or fine animal hair, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610432\",\r\n\t\t\t\"text\": \"610432 - Jackets; women's or girls', of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610433\",\r\n\t\t\t\"text\": \"610433 - Jackets; women's or girls', of synthetic fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610439\",\r\n\t\t\t\"text\": \"610439 - Jackets; women's or girls', of textile materials (other than wool or fine animal hair, cotton or synthetic fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610441\",\r\n\t\t\t\"text\": \"610441 - Dresses; women's or girls', of wool or fine animal hair, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610442\",\r\n\t\t\t\"text\": \"610442 - Dresses; women's or girls', of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610443\",\r\n\t\t\t\"text\": \"610443 - Dresses; women's or girls', of synthetic fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610444\",\r\n\t\t\t\"text\": \"610444 - Dresses; women's or girls', of artificial fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610449\",\r\n\t\t\t\"text\": \"610449 - Dresses; women's or girls', of textile materials (other than wool or fine animal hair, cotton, synthetic or artificial fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610451\",\r\n\t\t\t\"text\": \"610451 - Skirts and divided skirts; women's or girls', of wool or fine animal hair, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610452\",\r\n\t\t\t\"text\": \"610452 - Skirts and divided skirts; women's or girls', of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610453\",\r\n\t\t\t\"text\": \"610453 - Skirts and divided skirts; women's or girls', of synthetic fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610459\",\r\n\t\t\t\"text\": \"610459 - Skirts and divided skirts; women's or girls', of textile materials (other than wool or fine animal hair, cotton or synthetic fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610461\",\r\n\t\t\t\"text\": \"610461 - Trousers, bib and brace overalls, breeches and shorts; women's or girls', of wool or fine animal hair, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610462\",\r\n\t\t\t\"text\": \"610462 - Trousers, bib and brace overalls, breeches and shorts; women's or girls', of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610463\",\r\n\t\t\t\"text\": \"610463 - Trousers, bib and brace overalls, breeches and shorts; women's or girls', of synthetic fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610469\",\r\n\t\t\t\"text\": \"610469 - Trousers, bib and brace overalls, breeches and shorts; women's or girls', of textile materials (other than wool or fine animal hair, cotton or synthetic fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6105\",\r\n\t\t\t\"text\": \"6105 - Shirts; men's or boys', knitted or crocheted\",\r\n\t\t\t\"parent\": \"61\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610510\",\r\n\t\t\t\"text\": \"610510 - Shirts; men's or boys', of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610520\",\r\n\t\t\t\"text\": \"610520 - Shirts; men's or boys', of man-made fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610590\",\r\n\t\t\t\"text\": \"610590 - Shirts; men's or boys', of textile materials (other than cotton or man-made fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6106\",\r\n\t\t\t\"text\": \"6106 - Blouses, shirts and shirt-blouses; women's or girls', knitted or crocheted\",\r\n\t\t\t\"parent\": \"61\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610610\",\r\n\t\t\t\"text\": \"610610 - Blouses, shirts and shirt-blouses; women's or girls', of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610620\",\r\n\t\t\t\"text\": \"610620 - Blouses, shirts and shirt-blouses; women's or girls', of man-made fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610690\",\r\n\t\t\t\"text\": \"610690 - Blouses, shirts and shirt-blouses; women's or girls', of textile materials (other than cotton or man-made fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6107\",\r\n\t\t\t\"text\": \"6107 - Underpants, briefs, nightshirts, pyjamas, bathrobes, dressing gowns and similar articles; men's or boys', knitted or crocheted\",\r\n\t\t\t\"parent\": \"61\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610711\",\r\n\t\t\t\"text\": \"610711 - Underpants and briefs; men's or boys', of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610712\",\r\n\t\t\t\"text\": \"610712 - Underpants and briefs; men's or boys', of man-made fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610719\",\r\n\t\t\t\"text\": \"610719 - Underpants and briefs; men's or boys', of textile materials (other than cotton or man-made fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610721\",\r\n\t\t\t\"text\": \"610721 - Nightshirts and pyjamas; men's or boys', of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610722\",\r\n\t\t\t\"text\": \"610722 - Nightshirts and pyjamas; men's or boys', of man-made fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610729\",\r\n\t\t\t\"text\": \"610729 - Nightshirts and pyjamas; men's or boys', of textile materials (other than cotton or man-made fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610791\",\r\n\t\t\t\"text\": \"610791 - Bathrobes, dressing gowns and similar articles; men's or boys', of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610792\",\r\n\t\t\t\"text\": \"610792 - Mens, boys bathrobes, dressing gown manmade fibre kni\",\r\n\t\t\t\"parent\": \"6107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610799\",\r\n\t\t\t\"text\": \"610799 - Bathrobes, dressing gowns and similar articles; men's or boys', of textile materials (other than cotton), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6108\",\r\n\t\t\t\"text\": \"6108 - Slips, petticoats, briefs, panties, nightdresses, pyjamas, negligees, bathrobes, dressing gowns and similar articles; women's or girls', knitted or crocheted\",\r\n\t\t\t\"parent\": \"61\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610811\",\r\n\t\t\t\"text\": \"610811 - Slips and petticoats; women's or girls', of man-made fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610819\",\r\n\t\t\t\"text\": \"610819 - Slips and petticoats; women's or girls', of textile materials (other than man-made fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610821\",\r\n\t\t\t\"text\": \"610821 - Briefs and panties; women's or girls', of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610822\",\r\n\t\t\t\"text\": \"610822 - Briefs and panties; women's or girls', of man-made fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610829\",\r\n\t\t\t\"text\": \"610829 - Briefs and panties; women's or girls', of textile materials (other than cotton or man-made fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610831\",\r\n\t\t\t\"text\": \"610831 - Nightdresses and pyjamas; women's or girls', of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610832\",\r\n\t\t\t\"text\": \"610832 - Nightdresses and pyjamas; women's or girls', of man-made fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610839\",\r\n\t\t\t\"text\": \"610839 - Nightdresses and pyjamas; women's or girls', of textile materials (other than cotton or man-made fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610891\",\r\n\t\t\t\"text\": \"610891 - Negligees, bathrobes, dressing gowns and similar articles; women's or girls', of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610892\",\r\n\t\t\t\"text\": \"610892 - Negligees, bathrobes, dressing gowns and similar articles; women's or girls', of man-made fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610899\",\r\n\t\t\t\"text\": \"610899 - Negligees, bathrobes, dressing gowns and similar articles; women's or girls', of textile materials (other than cotton or man-made fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6109\",\r\n\t\t\t\"text\": \"6109 - T-shirts, singlets and other vests; knitted or crocheted\",\r\n\t\t\t\"parent\": \"61\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610910\",\r\n\t\t\t\"text\": \"610910 - T-shirts, singlets and other vests; of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610990\",\r\n\t\t\t\"text\": \"610990 - T-shirts, singlets and other vests; of textile materials (other than cotton), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6110\",\r\n\t\t\t\"text\": \"6110 - Jerseys, pullovers, cardigans, waistcoats and similar articles; knitted or crocheted\",\r\n\t\t\t\"parent\": \"61\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611010\",\r\n\t\t\t\"text\": \"611010 - Pullovers, cardigans etc of wool or hair, knit\",\r\n\t\t\t\"parent\": \"6110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611011\",\r\n\t\t\t\"text\": \"611011 - Jerseys, pullovers, cardigans, waistcoats and similar articles; knitted or crocheted, of wool or fine animal hair\",\r\n\t\t\t\"parent\": \"6110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611012\",\r\n\t\t\t\"text\": \"611012 - Jerseys, pullovers, cardigans, waistcoats and similar articles; knitted or crocheted, of fibres from kashmir (cashmere) goats\",\r\n\t\t\t\"parent\": \"6110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611019\",\r\n\t\t\t\"text\": \"611019 - Jerseys, pullovers, cardigans, waistcoats and similar articles; knitted or crocheted, of fine animal hair other than that of kashmir (cashmere) goats\",\r\n\t\t\t\"parent\": \"6110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611020\",\r\n\t\t\t\"text\": \"611020 - Jerseys, pullovers, cardigans, waistcoats and similar articles; of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611030\",\r\n\t\t\t\"text\": \"611030 - Jerseys, pullovers, cardigans, waistcoats and similar articles; of man-made fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611090\",\r\n\t\t\t\"text\": \"611090 - Jerseys, pullovers, cardigans, waistcoats and similar articles; of textile materials (other than wool or fine animal hair, cotton or man-made fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6111\",\r\n\t\t\t\"text\": \"6111 - Garments and clothing accessories, babies'; knitted or crocheted\",\r\n\t\t\t\"parent\": \"61\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611110\",\r\n\t\t\t\"text\": \"611110 - Babies garments, accessories of wool or hair, knit\",\r\n\t\t\t\"parent\": \"6111\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611120\",\r\n\t\t\t\"text\": \"611120 - Garments and clothing accessories; babies', of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6111\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611130\",\r\n\t\t\t\"text\": \"611130 - Garments and clothing accessories; babies', of synthetic fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6111\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611190\",\r\n\t\t\t\"text\": \"611190 - Garments and clothing accessories; babies', of textile materials (other than cotton or synthetic fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6111\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6112\",\r\n\t\t\t\"text\": \"6112 - Track suits, ski suits and swimwear; knitted or crocheted\",\r\n\t\t\t\"parent\": \"61\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611211\",\r\n\t\t\t\"text\": \"611211 - Track suits; of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611212\",\r\n\t\t\t\"text\": \"611212 - Track suits; of synthetic fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611219\",\r\n\t\t\t\"text\": \"611219 - Track suits; of textile materials (other than cotton or synthetic fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611220\",\r\n\t\t\t\"text\": \"611220 - Ski suits; knitted or crocheted\",\r\n\t\t\t\"parent\": \"6112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611231\",\r\n\t\t\t\"text\": \"611231 - Swimwear; men's or boys', of synthetic fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611239\",\r\n\t\t\t\"text\": \"611239 - Swimwear; men's or boys', of textile materials (other than synthetic fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611241\",\r\n\t\t\t\"text\": \"611241 - Swimwear; women's or girls', of synthetic fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611249\",\r\n\t\t\t\"text\": \"611249 - Swimwear; women's or girls', of textile materials (other than synthetic fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6113\",\r\n\t\t\t\"text\": \"6113 - Garments made up of knitted or crocheted fabrics of heading no. 5903, 5906 and 5907\",\r\n\t\t\t\"parent\": \"61\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611300\",\r\n\t\t\t\"text\": \"611300 - Garments made up of knitted or crocheted fabrics of heading no. 5903, 5906 and 5907\",\r\n\t\t\t\"parent\": \"6113\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6114\",\r\n\t\t\t\"text\": \"6114 - Garments; knitted or crocheted, n.e.c. in chapter 61\",\r\n\t\t\t\"parent\": \"61\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611410\",\r\n\t\t\t\"text\": \"611410 - Garments nes, of wool or fine animal hair, knit\",\r\n\t\t\t\"parent\": \"6114\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611420\",\r\n\t\t\t\"text\": \"611420 - Garments; of cotton, knitted or crocheted, n.e.c. in chapter 61\",\r\n\t\t\t\"parent\": \"6114\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611430\",\r\n\t\t\t\"text\": \"611430 - Garments; of man-made fibres, knitted or crocheted, n.e.c. in chapter 61\",\r\n\t\t\t\"parent\": \"6114\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611490\",\r\n\t\t\t\"text\": \"611490 - Garments; of textile materials (other than cotton or man-made fibres), knitted or crocheted, n.e.c. in chapter 61\",\r\n\t\t\t\"parent\": \"6114\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6115\",\r\n\t\t\t\"text\": \"6115 - Hosiery; panty hose, tights, stockings, socks and other hosiery, including graduated compression hosiery (for example, stockings for varicose veins) and footwear without applied soles, knitted or crocheted\",\r\n\t\t\t\"parent\": \"61\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611510\",\r\n\t\t\t\"text\": \"611510 - Graduated compression hosiery (for example, stockings for varicose veins), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611511\",\r\n\t\t\t\"text\": \"611511 - Panty hose etc, synthetic fibre yarn <67 dtex/sy, kni\",\r\n\t\t\t\"parent\": \"6115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611512\",\r\n\t\t\t\"text\": \"611512 - Panty hose etc, synthetic fibre yarn >67 dtex/sy, kni\",\r\n\t\t\t\"parent\": \"6115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611519\",\r\n\t\t\t\"text\": \"611519 - Panty hose etc of materials nes, knit\",\r\n\t\t\t\"parent\": \"6115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611520\",\r\n\t\t\t\"text\": \"611520 - Womens full, kneelength hosiery, yarn <67 dtex/sy,kni\",\r\n\t\t\t\"parent\": \"6115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611521\",\r\n\t\t\t\"text\": \"611521 - Hosiery; panty hose and tights (other than graduated compression hosiery), of synthetic fibres, measuring per single yarn less than 67 decitex, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611522\",\r\n\t\t\t\"text\": \"611522 - Hosiery; panty hose and tights (other than graduated compression hosiery), of synthetic fibres, measuring per single yarn 67 decitex or more, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611529\",\r\n\t\t\t\"text\": \"611529 - Hosiery; panty hose and tights (other than graduated compression hosiery), of textile materials (other than synthetic fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611530\",\r\n\t\t\t\"text\": \"611530 - Hosiery; women's, full-length or knee-length (other than graduated compression hosiery), measuring per single yarn less than 67 decitex, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611591\",\r\n\t\t\t\"text\": \"611591 - Hosiery nes, of wool or fine animal hair, knit\",\r\n\t\t\t\"parent\": \"6115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611592\",\r\n\t\t\t\"text\": \"611592 - Hosiery nes, of cotton, knit\",\r\n\t\t\t\"parent\": \"6115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611593\",\r\n\t\t\t\"text\": \"611593 - Hosiery nes, synthetic fibres, knit\",\r\n\t\t\t\"parent\": \"6115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611594\",\r\n\t\t\t\"text\": \"611594 - Hosiery and footwear; without applied soles, of wool or fine animal hair, knitted or crocheted (excluding graduated compression hosiery, panty hose, tights, women's full or knee-length hosiery measuring per single yarn less than 67 decitex)\",\r\n\t\t\t\"parent\": \"6115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611595\",\r\n\t\t\t\"text\": \"611595 - Hosiery and footwear; without applied soles, of cotton, knitted or crocheted (excluding graduated compression hosiery, panty hose, tights, full or knee-length hosiery measuring per single yarn less than 67 decitex)\",\r\n\t\t\t\"parent\": \"6115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611596\",\r\n\t\t\t\"text\": \"611596 - Hosiery and footwear; without applied soles, of synthetic fibres, knitted or crocheted (excluding graduated compression hosiery, panty hose, tights, full or knee-length hosiery measuring per single yarn less than 67 decitex)\",\r\n\t\t\t\"parent\": \"6115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611599\",\r\n\t\t\t\"text\": \"611599 - Hosiery and footwear; without applied soles, of textile materials n.e.c. in item no. 6115.9, knitted or crocheted (excluding graduated compression hosiery, panty hose, tights, full or knee-length hosiery measuring per single yarn less than 67 decitex)\",\r\n\t\t\t\"parent\": \"6115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6116\",\r\n\t\t\t\"text\": \"6116 - Gloves, mittens and mitts; knitted or crocheted\",\r\n\t\t\t\"parent\": \"61\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611610\",\r\n\t\t\t\"text\": \"611610 - Gloves, mittens and mitts; knitted or crocheted, impregnated, coated, covered or laminated with plastics or rubber\",\r\n\t\t\t\"parent\": \"6116\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611691\",\r\n\t\t\t\"text\": \"611691 - Gloves, mittens and mitts; of wool or fine animal hair, knitted or crocheted, (other than impregnated, coated, covered or laminated with plastics or rubber)\",\r\n\t\t\t\"parent\": \"6116\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611692\",\r\n\t\t\t\"text\": \"611692 - Gloves, mittens and mitts; of cotton, knitted or crocheted, (other than impregnated, coated, covered or laminated with plastics or rubber)\",\r\n\t\t\t\"parent\": \"6116\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611693\",\r\n\t\t\t\"text\": \"611693 - Gloves, mittens and mitts; of synthetic fibres, knitted or crocheted, (other than impregnated, coated, covered or laminated with plastics or rubber)\",\r\n\t\t\t\"parent\": \"6116\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611699\",\r\n\t\t\t\"text\": \"611699 - Gloves, mittens and mitts; of textile materials (other than wool or fine animal hair, cotton or synthetic fibres), knitted or crocheted, (other than impregnated, coated, covered or laminated with plastics or rubber)\",\r\n\t\t\t\"parent\": \"6116\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6117\",\r\n\t\t\t\"text\": \"6117 - Clothing accessories; made up, knitted or crocheted, knitted or crocheted parts of garments or of clothing accessories\",\r\n\t\t\t\"parent\": \"61\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611710\",\r\n\t\t\t\"text\": \"611710 - Shawls, scarves, mufflers, mantillas, veils and the like; knitted or crocheted\",\r\n\t\t\t\"parent\": \"6117\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611720\",\r\n\t\t\t\"text\": \"611720 - Ties, bow ties and cravats, of textile material, knit\",\r\n\t\t\t\"parent\": \"6117\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611780\",\r\n\t\t\t\"text\": \"611780 - Clothing accessories; knitted or crocheted, n.e.c. in heading no. 6117\",\r\n\t\t\t\"parent\": \"6117\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611790\",\r\n\t\t\t\"text\": \"611790 - Clothing; parts, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6117\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"62\",\r\n\t\t\t\"text\": \"62 - Apparel and clothing accessories; not knitted or crocheted\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6201\",\r\n\t\t\t\"text\": \"6201 - Overcoats, car-coats, capes, cloaks, anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles, men's or boys', other than those of heading no. 6203 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"62\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620111\",\r\n\t\t\t\"text\": \"620111 - Coats; men's or boys', overcoats, raincoats, car-coats, capes, cloaks and similar articles, of wool or fine animal hair, other than those of heading no. 6203 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620112\",\r\n\t\t\t\"text\": \"620112 - Coats; men's or boys', overcoats, raincoats, car-coats, capes, cloaks and similar articles, of cotton, other than those of heading no. 6203 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620113\",\r\n\t\t\t\"text\": \"620113 - Coats; men's or boys', overcoats, raincoats, car-coats, capes, cloaks and similar articles, of man-made fibres, other than those of heading no. 6203 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620119\",\r\n\t\t\t\"text\": \"620119 - Coats; men's or boys', overcoats, raincoats, car-coats, capes, cloaks and similar articles, of textile materials (other than wool or fine animal hair, cotton or man-made fibres), other than those of heading no. 6203 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620120\",\r\n\t\t\t\"text\": \"620120 - Coats; men's or boys', overcoats, raincoats, car-coats, capes, cloaks, anoraks (including ski-jackets) and similar articles, of wool or fine animal hair, other than those of heading no. 6203 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620130\",\r\n\t\t\t\"text\": \"620130 - Coats; men's or boys', overcoats, raincoats, car-coats, capes, cloaks, anoraks (including ski-jackets) and similar articles, of cotton, other than those of heading no. 6203 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620140\",\r\n\t\t\t\"text\": \"620140 - Coats; men's or boys', overcoats, raincoats, car-coats, capes, cloaks, anoraks (including ski-jackets) and similar articles, of man-made fibres, other than those of heading no. 6203 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620190\",\r\n\t\t\t\"text\": \"620190 - Coats; men's or boys', overcoats, rain-coats, car-coats, capes, cloaks and similar, of textile materials (other than wool, fine animal hair, cotton or man-made fibres), other than those of heading no. 6203 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620191\",\r\n\t\t\t\"text\": \"620191 - Anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles; men's or boys', of wool or fine animal hair, other than those of heading no. 6203 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620192\",\r\n\t\t\t\"text\": \"620192 - Anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles; men's or boys', of cotton, other than those of heading no. 6203 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620193\",\r\n\t\t\t\"text\": \"620193 - Anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles; men's or boys', of man-made fibres, other than those of heading no. 6203 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620199\",\r\n\t\t\t\"text\": \"620199 - Anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles; men's or boys', of textile materials (other than wool or fine animal hair, cotton or man-made fibres), other than those of heading no. 6203 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6202\",\r\n\t\t\t\"text\": \"6202 - Coats; women's or girls' overcoats, carcoats, capes, cloaks, anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles, other than those of heading no. 6204 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"62\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620211\",\r\n\t\t\t\"text\": \"620211 - Coats; women's or girls', overcoats, raincoats, car-coats, capes, cloaks and similar articles, of wool or fine animal hair, other than those of heading no. 6204 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620212\",\r\n\t\t\t\"text\": \"620212 - Coats; women's or girls', overcoats, raincoats, car-coats, capes, cloaks and similar articles, of cotton, other than those of heading no. 6204 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620213\",\r\n\t\t\t\"text\": \"620213 - Coats; women's or girls', overcoats, raincoats, car-coats, capes, cloaks and similar articles, of man-made fibres, other than those of heading no. 6204 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620219\",\r\n\t\t\t\"text\": \"620219 - Coats; women's or girls', overcoats, raincoats, car-coats, capes, cloaks and similar articles, of textile materials (other than wool or fine animal hair, cotton or man-made fibres), other than those of heading no. 6204 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620220\",\r\n\t\t\t\"text\": \"620220 - Coats; women's or girls', overcoats, raincoats, car-coats, capes, cloaks anoraks (including ski-jackets) and similar articles, of wool or fine animal hair, other than those of heading no. 6204 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620230\",\r\n\t\t\t\"text\": \"620230 - Coats; women's or girls', overcoats, raincoats, car-coats, capes, cloaks anoraks (including ski-jackets) and similar articles, of cotton, other than those of heading no. 6204 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620240\",\r\n\t\t\t\"text\": \"620240 - Coats; women's or girls', overcoats, raincoats, car-coats, capes, cloaks anoraks (including ski-jackets) and similar articles, of man-made fibres, other than those of heading no. 6204 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620290\",\r\n\t\t\t\"text\": \"620290 - Coats; women's or girls', overcoats, raincoats, car-coats, capes, cloaks and similar articles, of textile materials (other than wool, fine animal hair, cotton or man-made fibres), other than those of heading no. 6204 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620291\",\r\n\t\t\t\"text\": \"620291 - Anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles; women's or girls', of wool or fine animal hair, other than those of heading no. 6204 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620292\",\r\n\t\t\t\"text\": \"620292 - Anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles; women's or girls', of cotton, other than those of heading no. 6204 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620293\",\r\n\t\t\t\"text\": \"620293 - Anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles; women's or girls', of man-made fibres, other than those of heading no. 6204 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620299\",\r\n\t\t\t\"text\": \"620299 - Anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles; women's or girls', of textile materials n.e.c. in item no. 6202.9, other than those of heading no. 6204, (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6203\",\r\n\t\t\t\"text\": \"6203 - Suits, ensembles, jackets, blazers, trousers, bib and brace overalls, breeches and shorts (other than swimwear); men's or boys' (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"62\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620311\",\r\n\t\t\t\"text\": \"620311 - Suits; men's or boys', of wool or fine animal hair (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620312\",\r\n\t\t\t\"text\": \"620312 - Suits; men's or boys', of synthetic fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620319\",\r\n\t\t\t\"text\": \"620319 - Suits; men's or boys', of textile materials n.e.c. in item no. 6203.1 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620321\",\r\n\t\t\t\"text\": \"620321 - Mens, boys ensembles, of wool or hair, not knit\",\r\n\t\t\t\"parent\": \"6203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620322\",\r\n\t\t\t\"text\": \"620322 - Ensembles; men's or boys', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620323\",\r\n\t\t\t\"text\": \"620323 - Ensembles; men's or boys', of synthetic fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620329\",\r\n\t\t\t\"text\": \"620329 - Ensembles; men's or boys', of textile materials n.e.c. in item no. 6203.2 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620331\",\r\n\t\t\t\"text\": \"620331 - Jackets and blazers; men's or boys', of wool or fine animal hair (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620332\",\r\n\t\t\t\"text\": \"620332 - Jackets and blazers; men's or boys', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620333\",\r\n\t\t\t\"text\": \"620333 - Jackets and blazers; men's or boys', of synthetic fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620339\",\r\n\t\t\t\"text\": \"620339 - Jackets and blazers; men's or boys', of textile materials n.e.c. in item no. 6203.3 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620341\",\r\n\t\t\t\"text\": \"620341 - Trousers, bib and brace overalls, breeches and shorts; men's or boys', of wool or fine animal hair (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620342\",\r\n\t\t\t\"text\": \"620342 - Trousers, bib and brace overalls, breeches and shorts; men's or boys', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620343\",\r\n\t\t\t\"text\": \"620343 - Trousers, bib and brace overalls, breeches and shorts; men's or boys', of synthetic fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620349\",\r\n\t\t\t\"text\": \"620349 - Trousers, bib and brace overalls, breeches and shorts; men's or boys', of textile materials (other than wool, fine animal hair, cotton or synthetic fibres), (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6204\",\r\n\t\t\t\"text\": \"6204 - Suits, ensembles, jackets, dresses, skirts, divided skirts, trousers, bib and brace overalls, breeches and shorts (other than swimwear); women's or girls' (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"62\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620411\",\r\n\t\t\t\"text\": \"620411 - Suits; women's or girls', of wool or fine animal hair (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620412\",\r\n\t\t\t\"text\": \"620412 - Suits; women's or girls', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620413\",\r\n\t\t\t\"text\": \"620413 - Suits; women's or girls', of synthetic fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620419\",\r\n\t\t\t\"text\": \"620419 - Suits; women's or girls', of textile materials n.e.c. in item no. 6204.1 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620421\",\r\n\t\t\t\"text\": \"620421 - Ensembles; women's or girls', of wool or fine animal hair (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620422\",\r\n\t\t\t\"text\": \"620422 - Ensembles; women's or girls', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620423\",\r\n\t\t\t\"text\": \"620423 - Ensembles; women's or girls', of synthetic fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620429\",\r\n\t\t\t\"text\": \"620429 - Ensembles; women's or girls', of textile materials n.e.c. in item no. 6204.2 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620431\",\r\n\t\t\t\"text\": \"620431 - Jackets and blazers; women's or girls', of wool or fine animal hair (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620432\",\r\n\t\t\t\"text\": \"620432 - Jackets and blazers; women's or girls', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620433\",\r\n\t\t\t\"text\": \"620433 - Jackets and blazers; women's or girls', of synthetic fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620439\",\r\n\t\t\t\"text\": \"620439 - Jackets and blazers; women's or girls', of textile materials n.e.c. in item no. 6204.3 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620441\",\r\n\t\t\t\"text\": \"620441 - Dresses; women's or girls', of wool or fine animal hair (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620442\",\r\n\t\t\t\"text\": \"620442 - Dresses; women's or girls', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620443\",\r\n\t\t\t\"text\": \"620443 - Dresses; women's or girls', of synthetic fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620444\",\r\n\t\t\t\"text\": \"620444 - Dresses; women's or girls', of artificial fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620449\",\r\n\t\t\t\"text\": \"620449 - Dresses; women's or girls', of textile materials n.e.c. in item no. 6204.4 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620451\",\r\n\t\t\t\"text\": \"620451 - Skirts and divided skirts; women's or girls', of wool or fine animal hair (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620452\",\r\n\t\t\t\"text\": \"620452 - Skirts and divided skirts; women's or girls', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620453\",\r\n\t\t\t\"text\": \"620453 - Skirts and divided skirts; women's or girls', of synthetic fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620459\",\r\n\t\t\t\"text\": \"620459 - Skirts and divided skirts; women's or girls', of textile materials n.e.c. in item no. 6204.5 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620461\",\r\n\t\t\t\"text\": \"620461 - Trousers, bib and brace overalls, breeches and shorts; women's or girls', of wool or fine animal hair (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620462\",\r\n\t\t\t\"text\": \"620462 - Trousers, bib and brace overalls, breeches and shorts; women's or girls', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620463\",\r\n\t\t\t\"text\": \"620463 - Trousers, bib and brace overalls, breeches and shorts; women's or girls', of synthetic fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620469\",\r\n\t\t\t\"text\": \"620469 - Trousers, bib and brace overalls, breeches and shorts; women's or girls', of textile materials (other than wool, fine animal hair, cotton or synthetic fibres), (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6205\",\r\n\t\t\t\"text\": \"6205 - Shirts; men's or boys' (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"62\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620510\",\r\n\t\t\t\"text\": \"620510 - Mens, boys shirts, of wool or hair, not knit\",\r\n\t\t\t\"parent\": \"6205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620520\",\r\n\t\t\t\"text\": \"620520 - Shirts; men's or boys', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620530\",\r\n\t\t\t\"text\": \"620530 - Shirts; men's or boys', of man-made fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620590\",\r\n\t\t\t\"text\": \"620590 - Shirts; men's or boys', of textile materials n.e.c. in heading no. 6205 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6206\",\r\n\t\t\t\"text\": \"6206 - Blouses, shirts and shirt-blouses; women's or girls' (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"62\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620610\",\r\n\t\t\t\"text\": \"620610 - Blouses, shirts and shirt-blouses; women's or girls', of silk or silk waste (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620620\",\r\n\t\t\t\"text\": \"620620 - Blouses, shirts and shirt-blouses; women's or girls', of wool or fine animal hair (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620630\",\r\n\t\t\t\"text\": \"620630 - Blouses, shirts and shirt-blouses; women's or girls', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620640\",\r\n\t\t\t\"text\": \"620640 - Blouses, shirts and shirt-blouses; women's or girls', of man-made fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620690\",\r\n\t\t\t\"text\": \"620690 - Blouses, shirts and shirt-blouses; women's or girls', of textile materials n.e.c. in heading no. 6206 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6207\",\r\n\t\t\t\"text\": \"6207 - Singlets and other vests, underpants, briefs, night-shirts, pyjamas, bathrobes, dressing gowns and similar articles; men's or boys' (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"62\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620711\",\r\n\t\t\t\"text\": \"620711 - Underpants and briefs; men's or boys', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620719\",\r\n\t\t\t\"text\": \"620719 - Underpants and briefs; men's or boys', of textile materials other than cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620721\",\r\n\t\t\t\"text\": \"620721 - Nightshirts and pyjamas; men's or boys', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620722\",\r\n\t\t\t\"text\": \"620722 - Nightshirts and pyjamas; men's or boys', of man-made fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620729\",\r\n\t\t\t\"text\": \"620729 - Nightshirts and pyjamas; men's or boys', of textile materials other than cotton or man-made fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620791\",\r\n\t\t\t\"text\": \"620791 - Singlets and other vests, bathrobes, dressing gowns and similar articles; men's or boys', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620792\",\r\n\t\t\t\"text\": \"620792 - Mens, boys dressing gowns etc manmade fibre, not knit\",\r\n\t\t\t\"parent\": \"6207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620799\",\r\n\t\t\t\"text\": \"620799 - Singlets and other vests, bathrobes, dressing gowns and similar articles; men's or boys', of textile materials other than cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6208\",\r\n\t\t\t\"text\": \"6208 - Singlets and other vests, slips, petticoats, briefs, panties, nightdresses, pyjamas, negligees, bathrobes, dressing gowns and similar articles; women's or girls' (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"62\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620811\",\r\n\t\t\t\"text\": \"620811 - Slips and petticoats; women's or girls', of man-made fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620819\",\r\n\t\t\t\"text\": \"620819 - Slips and petticoats; women's or girls', of textile materials other than man-made fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620821\",\r\n\t\t\t\"text\": \"620821 - Nightdresses and pyjamas; women's or girls', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620822\",\r\n\t\t\t\"text\": \"620822 - Nightdresses and pyjamas; women's or girls', of man-made fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620829\",\r\n\t\t\t\"text\": \"620829 - Nightdresses and pyjamas; women's or girls', of textile materials other than cotton or man-made fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620891\",\r\n\t\t\t\"text\": \"620891 - Singlets and other vests, briefs, panties, negligees, bathrobes, dressing gowns and similar articles; women's or girls', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620892\",\r\n\t\t\t\"text\": \"620892 - Singlets and other vests, briefs, panties, negligees, bathrobes, dressing gowns etc.; women's or girls', of man-made fibres (not knitted or crocheted), excluding incontinence or other sanitary garments or garment liners of heading no. 96.19\",\r\n\t\t\t\"parent\": \"6208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620899\",\r\n\t\t\t\"text\": \"620899 - Singlets and other vests, briefs, panties, negligees, bathrobes, dressing gowns and similar articles; women's or girls', of textile materials other than cotton or man-made fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6209\",\r\n\t\t\t\"text\": \"6209 - Garments and clothing accessories; babies' (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"62\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620910\",\r\n\t\t\t\"text\": \"620910 - Babies garments, accessories of wool or hair, not kni\",\r\n\t\t\t\"parent\": \"6209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620920\",\r\n\t\t\t\"text\": \"620920 - Garments and clothing accessories; babies', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620930\",\r\n\t\t\t\"text\": \"620930 - Garments and clothing accessories; babies', of synthetic fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620990\",\r\n\t\t\t\"text\": \"620990 - Garments and clothing accessories; babies', of textile materials other than cotton or synthetic fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6210\",\r\n\t\t\t\"text\": \"6210 - Garments made up of fabrics of heading no. 5602, 5603, 5903, 5906 or 5907 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"62\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621010\",\r\n\t\t\t\"text\": \"621010 - Garments; of felt or non-wovens (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621020\",\r\n\t\t\t\"text\": \"621020 - Garments; overcoats, raincoats, car-coats, capes, cloaks, anoraks (including ski-jackets) and similar articles, men's or boys', of the fabrics of heading no. 5602, 5603, 5903, 5906 or 5907 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621030\",\r\n\t\t\t\"text\": \"621030 - Garments; overcoats, raincoats, car-coats, capes, cloaks, anoraks (including ski-jackets) and similar articles, women's or girls', of the fabrics of heading no. 5602, 5603, 5903, 5906 or 5907 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621040\",\r\n\t\t\t\"text\": \"621040 - Garments; men's or boys', n.e.c. in item no. 6210.2, of the fabrics of heading no. 5602, 5603, 5903, 5906 or 5907 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621050\",\r\n\t\t\t\"text\": \"621050 - Garments; women's or girls', n.e.c. in item no. 6210.3, of the fabrics of heading no. 5602, 5603, 5903, 5906 or 5907 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6211\",\r\n\t\t\t\"text\": \"6211 - Track suits, swimwear and other garments (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"62\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621111\",\r\n\t\t\t\"text\": \"621111 - Swimwear; men's or boys', (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621112\",\r\n\t\t\t\"text\": \"621112 - Swimwear; women's or girls', (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621120\",\r\n\t\t\t\"text\": \"621120 - Ski suits; (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621131\",\r\n\t\t\t\"text\": \"621131 - Mens, boys garments nes, of wool or hair, not knit\",\r\n\t\t\t\"parent\": \"6211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621132\",\r\n\t\t\t\"text\": \"621132 - Track suits and other garments n.e.c.; men's or boys', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621133\",\r\n\t\t\t\"text\": \"621133 - Track suits and other garments n.e.c.; men's or boys', of man-made fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621139\",\r\n\t\t\t\"text\": \"621139 - Track suits and other garments n.e.c.; men's or boys', of textile materials n.e.c. in item no. 6211.3 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621141\",\r\n\t\t\t\"text\": \"621141 - Track suits (excl. knitted/crocheted), women's/girls'; other garments, n.e.s. (excl. knitted/crocheted), women's/girls', of wool/fine animal hair\",\r\n\t\t\t\"parent\": \"6211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621142\",\r\n\t\t\t\"text\": \"621142 - Track suits and other garments n.e.c.; women's or girls', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621143\",\r\n\t\t\t\"text\": \"621143 - Track suits and other garments n.e.c.; women's or girls', of man-made fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621149\",\r\n\t\t\t\"text\": \"621149 - Track suits and other garments n.e.c.; women's or girls', of textile materials n.e.c. in item no. 6211.4 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6212\",\r\n\t\t\t\"text\": \"6212 - Brassieres, girdles, corsets, braces, suspenders, garters and similar articles and parts thereof; whether or not knitted or crocheted\",\r\n\t\t\t\"parent\": \"62\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621210\",\r\n\t\t\t\"text\": \"621210 - Brassieres; whether or not knitted or crocheted\",\r\n\t\t\t\"parent\": \"6212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621220\",\r\n\t\t\t\"text\": \"621220 - Girdles and panty-girdles; whether or not knitted or crocheted\",\r\n\t\t\t\"parent\": \"6212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621230\",\r\n\t\t\t\"text\": \"621230 - Corselettes; whether or not knitted or crocheted\",\r\n\t\t\t\"parent\": \"6212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621290\",\r\n\t\t\t\"text\": \"621290 - Braces, suspenders, garters and similar articles; whether or not knitted or crocheted, n.e.c. in heading no. 6212\",\r\n\t\t\t\"parent\": \"6212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6213\",\r\n\t\t\t\"text\": \"6213 - Handkerchiefs (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"62\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621310\",\r\n\t\t\t\"text\": \"621310 - Handkerchiefs, of silk or silk waste, not knit\",\r\n\t\t\t\"parent\": \"6213\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621320\",\r\n\t\t\t\"text\": \"621320 - Handkerchiefs; of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6213\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621390\",\r\n\t\t\t\"text\": \"621390 - Handkerchiefs; of textile materials other than cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6213\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6214\",\r\n\t\t\t\"text\": \"6214 - Shawls, scarves, mufflers, mantillas, veils and the like (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"62\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621410\",\r\n\t\t\t\"text\": \"621410 - Shawls, scarves, mufflers, mantillas, veils and the like; of silk or silk waste (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621420\",\r\n\t\t\t\"text\": \"621420 - Shawls, scarves, mufflers, mantillas, veils and the like; of wool or fine animal hair (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621430\",\r\n\t\t\t\"text\": \"621430 - Shawls, scarves, mufflers, mantillas, veils and the like; of synthetic fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621440\",\r\n\t\t\t\"text\": \"621440 - Shawls, scarves, mufflers, mantillas, veils and the like; of artificial fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621490\",\r\n\t\t\t\"text\": \"621490 - Shawls, scarves, mufflers, mantillas, veils and the like; of textile materials n.e.c. in heading no. 6214 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6215\",\r\n\t\t\t\"text\": \"6215 - Ties, bow ties and cravats (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"62\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621510\",\r\n\t\t\t\"text\": \"621510 - Ties, bow ties and cravats; of silk or silk waste (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6215\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621520\",\r\n\t\t\t\"text\": \"621520 - Ties, bow ties and cravats; of man-made fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6215\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621590\",\r\n\t\t\t\"text\": \"621590 - Ties, bow ties and cravats; of textile materials other than silk or man-made fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6215\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6216\",\r\n\t\t\t\"text\": \"6216 - Gloves, mittens and mitts (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"62\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621600\",\r\n\t\t\t\"text\": \"621600 - Gloves, mittens and mitts (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6216\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6217\",\r\n\t\t\t\"text\": \"6217 - Clothing accessories n.e.c.; parts of garments or accessories other than those of heading no. 6212 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"62\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621710\",\r\n\t\t\t\"text\": \"621710 - Clothing accessories; other than those of heading no. 6212 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6217\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621790\",\r\n\t\t\t\"text\": \"621790 - Clothing; parts of garments or of clothing accessories, other than those of heading no. 6212 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6217\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"63\",\r\n\t\t\t\"text\": \"63 - Textiles, made up articles; sets; worn clothing and worn textile articles; rags\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6301\",\r\n\t\t\t\"text\": \"6301 - Blankets and travelling rugs\",\r\n\t\t\t\"parent\": \"63\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630110\",\r\n\t\t\t\"text\": \"630110 - Blankets; electric\",\r\n\t\t\t\"parent\": \"6301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630120\",\r\n\t\t\t\"text\": \"630120 - Blankets (other than electric blankets) and travelling rugs; of wool or of fine animal hair\",\r\n\t\t\t\"parent\": \"6301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630130\",\r\n\t\t\t\"text\": \"630130 - Blankets (other than electric blankets) and travelling rugs; of cotton\",\r\n\t\t\t\"parent\": \"6301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630140\",\r\n\t\t\t\"text\": \"630140 - Blankets (other than electric blankets) and travelling rugs; of synthetic fibres\",\r\n\t\t\t\"parent\": \"6301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630190\",\r\n\t\t\t\"text\": \"630190 - Blankets and travelling rugs; n.e.c. in heading no. 6301\",\r\n\t\t\t\"parent\": \"6301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6302\",\r\n\t\t\t\"text\": \"6302 - Bed linen, table linen, toilet linen and kitchen linen\",\r\n\t\t\t\"parent\": \"63\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630210\",\r\n\t\t\t\"text\": \"630210 - Bed linen; knitted or crocheted\",\r\n\t\t\t\"parent\": \"6302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630221\",\r\n\t\t\t\"text\": \"630221 - Bed linen; of cotton, printed, not knitted or crocheted\",\r\n\t\t\t\"parent\": \"6302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630222\",\r\n\t\t\t\"text\": \"630222 - Bed linen; of man-made fibres, printed, not knitted or crocheted\",\r\n\t\t\t\"parent\": \"6302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630229\",\r\n\t\t\t\"text\": \"630229 - Bed linen; of textile materials (other than cotton or man-made fibres), printed, not knitted or crocheted\",\r\n\t\t\t\"parent\": \"6302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630231\",\r\n\t\t\t\"text\": \"630231 - Bed linen; of cotton (not printed, knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630232\",\r\n\t\t\t\"text\": \"630232 - Bed linen; of man-made fibres (not printed, knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630239\",\r\n\t\t\t\"text\": \"630239 - Bed linen; of textile materials other than cotton or man-made fibres (not printed, knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630240\",\r\n\t\t\t\"text\": \"630240 - Table linen; knitted or crocheted\",\r\n\t\t\t\"parent\": \"6302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630251\",\r\n\t\t\t\"text\": \"630251 - Table linen; of cotton, not knitted or crocheted\",\r\n\t\t\t\"parent\": \"6302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630252\",\r\n\t\t\t\"text\": \"630252 - Table linen, of flax, not knit\",\r\n\t\t\t\"parent\": \"6302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630253\",\r\n\t\t\t\"text\": \"630253 - Table linen; of man-made fibres, not knitted or crocheted\",\r\n\t\t\t\"parent\": \"6302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630259\",\r\n\t\t\t\"text\": \"630259 - Table linen; of textile materials (other than cotton or man-made fibres), not knitted or crocheted\",\r\n\t\t\t\"parent\": \"6302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630260\",\r\n\t\t\t\"text\": \"630260 - Kitchen and toilet linen; of terry towelling or similar terry fabrics, of cotton\",\r\n\t\t\t\"parent\": \"6302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630291\",\r\n\t\t\t\"text\": \"630291 - Toilet and kitchen linen; of cotton, excluding terry towelling or similar terry fabrics\",\r\n\t\t\t\"parent\": \"6302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630292\",\r\n\t\t\t\"text\": \"630292 - Toilet or kitchen linen, of flax\",\r\n\t\t\t\"parent\": \"6302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630293\",\r\n\t\t\t\"text\": \"630293 - Toilet and kitchen linen; of man-made fibres\",\r\n\t\t\t\"parent\": \"6302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630299\",\r\n\t\t\t\"text\": \"630299 - Toilet and kitchen linen; of textile materials (other than cotton or man-made fibres)\",\r\n\t\t\t\"parent\": \"6302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6303\",\r\n\t\t\t\"text\": \"6303 - Curtains (including drapes) and interior blinds; curtain or bed valances\",\r\n\t\t\t\"parent\": \"63\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630311\",\r\n\t\t\t\"text\": \"630311 - Curtains drapes blinds valances, cotton, knit\",\r\n\t\t\t\"parent\": \"6303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630312\",\r\n\t\t\t\"text\": \"630312 - Curtains (including drapes) and interior blinds; curtain or bed valances, knitted or crocheted, of synthetic fibres\",\r\n\t\t\t\"parent\": \"6303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630319\",\r\n\t\t\t\"text\": \"630319 - Curtains (including drapes) and interior blinds; curtain or bed valances, knitted or crocheted, of textile materials other than synthetic fibres\",\r\n\t\t\t\"parent\": \"6303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630391\",\r\n\t\t\t\"text\": \"630391 - Curtains (including drapes) and interior blinds, curtain or bed valances; of cotton, not knitted or crocheted\",\r\n\t\t\t\"parent\": \"6303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630392\",\r\n\t\t\t\"text\": \"630392 - Curtains (including drapes) and interior blinds, curtain or bed valances; of synthetic fibres, not knitted or crocheted\",\r\n\t\t\t\"parent\": \"6303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630399\",\r\n\t\t\t\"text\": \"630399 - Curtains (including drapes) and interior blinds, curtain or bed valances; of textile materials other than cotton or synthetic fibres, not knitted or crocheted\",\r\n\t\t\t\"parent\": \"6303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6304\",\r\n\t\t\t\"text\": \"6304 - Furnishing articles; excluding those of heading no. 9404\",\r\n\t\t\t\"parent\": \"63\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630411\",\r\n\t\t\t\"text\": \"630411 - Bedspreads; knitted or crocheted\",\r\n\t\t\t\"parent\": \"6304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630419\",\r\n\t\t\t\"text\": \"630419 - Bedspreads; not knitted or crocheted\",\r\n\t\t\t\"parent\": \"6304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630420\",\r\n\t\t\t\"text\": \"630420 - Furnishing articles; excluding those of heading no. 9404, bed nets, specified in Subheading Note 1 to this Chapter\",\r\n\t\t\t\"parent\": \"6304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630491\",\r\n\t\t\t\"text\": \"630491 - Furnishing articles; excluding those of heading no. 9404, n.e.c. in heading 6304, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630492\",\r\n\t\t\t\"text\": \"630492 - Furnishing articles; of cotton, not knitted or crocheted (excluding bedspreads and articles of heading no. 9404)\",\r\n\t\t\t\"parent\": \"6304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630493\",\r\n\t\t\t\"text\": \"630493 - Furnishing articles; of synthetic fibres, not knitted or crocheted (excluding bedspreads and articles of heading no. 9404)\",\r\n\t\t\t\"parent\": \"6304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630499\",\r\n\t\t\t\"text\": \"630499 - Furnishing articles; of textile materials other than cotton or synthetic fibres, not knitted or crocheted (excluding bedspreads and articles of heading no. 9404)\",\r\n\t\t\t\"parent\": \"6304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6305\",\r\n\t\t\t\"text\": \"6305 - Sacks and bags, of a kind used for the packing of goods\",\r\n\t\t\t\"parent\": \"63\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630510\",\r\n\t\t\t\"text\": \"630510 - Sacks and bags; of a kind used for the packing of goods, of jute or of other textile bast fibres of heading no. 5303\",\r\n\t\t\t\"parent\": \"6305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630520\",\r\n\t\t\t\"text\": \"630520 - Sacks and bags; of a kind used for the packing of goods, of cotton\",\r\n\t\t\t\"parent\": \"6305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630531\",\r\n\t\t\t\"text\": \"630531 - Sacks & bags, packing, polyethylene or polypropylene\",\r\n\t\t\t\"parent\": \"6305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630532\",\r\n\t\t\t\"text\": \"630532 - Sacks and bags; of a kind used for the packing of goods, of man-made textile materials, flexible intermediate bulk containers\",\r\n\t\t\t\"parent\": \"6305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630533\",\r\n\t\t\t\"text\": \"630533 - Sacks and bags; of a kind used for the packing of goods, of man-made textile materials, of polyethylene or polypropylene strip or the like, not flexible intermediate bulk containers\",\r\n\t\t\t\"parent\": \"6305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630539\",\r\n\t\t\t\"text\": \"630539 - Sacks and bags; of a kind used for the packing of goods, of man-made textile materials, not of polyethylene or polypropylene strip or the like, not flexible intermediate bulk containers\",\r\n\t\t\t\"parent\": \"6305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630590\",\r\n\t\t\t\"text\": \"630590 - Sacks and bags; of a kind used for the packing of goods, of textile materials (other than jute, cotton or man-made textile materials)\",\r\n\t\t\t\"parent\": \"6305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6306\",\r\n\t\t\t\"text\": \"6306 - Tarpaulins, awnings and sunblinds; tents (including temporary canopies and similar articles); sails for boats, sailboards or landcraft; camping goods\",\r\n\t\t\t\"parent\": \"63\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630611\",\r\n\t\t\t\"text\": \"630611 - Tarpaulins, awnings and sunblinds, of cotton\",\r\n\t\t\t\"parent\": \"6306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630612\",\r\n\t\t\t\"text\": \"630612 - Tarpaulins, awnings and sunblinds; of synthetic fibres\",\r\n\t\t\t\"parent\": \"6306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630619\",\r\n\t\t\t\"text\": \"630619 - Tarpaulins, awnings and sunblinds; of textile materials other than synthetic fibres\",\r\n\t\t\t\"parent\": \"6306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630621\",\r\n\t\t\t\"text\": \"630621 - Tents, of cotton\",\r\n\t\t\t\"parent\": \"6306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630622\",\r\n\t\t\t\"text\": \"630622 - Tents (including temporary canopies and similar articles); of synthetic fibres\",\r\n\t\t\t\"parent\": \"6306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630629\",\r\n\t\t\t\"text\": \"630629 - Tents (including temporary canopies and similar articles); of textile materials other than synthetic fibres\",\r\n\t\t\t\"parent\": \"6306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630630\",\r\n\t\t\t\"text\": \"630630 - Sails; for boats, sailboards or landcraft\",\r\n\t\t\t\"parent\": \"6306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630631\",\r\n\t\t\t\"text\": \"630631 - Sails, synthetic fibres\",\r\n\t\t\t\"parent\": \"6306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630639\",\r\n\t\t\t\"text\": \"630639 - Sails, of material nes\",\r\n\t\t\t\"parent\": \"6306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630640\",\r\n\t\t\t\"text\": \"630640 - Camping goods; pneumatic mattresses\",\r\n\t\t\t\"parent\": \"6306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630641\",\r\n\t\t\t\"text\": \"630641 - Pneumatic mattresses, of cotton\",\r\n\t\t\t\"parent\": \"6306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630649\",\r\n\t\t\t\"text\": \"630649 - Pneumatic mattresses, textile material, not cotton\",\r\n\t\t\t\"parent\": \"6306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630690\",\r\n\t\t\t\"text\": \"630690 - Camping goods; (of textile materials), n.e.c in heading no. 6306\",\r\n\t\t\t\"parent\": \"6306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630691\",\r\n\t\t\t\"text\": \"630691 - Camping goods (excl. of 6306.41), of cotton\",\r\n\t\t\t\"parent\": \"6306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630699\",\r\n\t\t\t\"text\": \"630699 - Camping goods (excl. of 6306.49), of textile materials other than cotton\",\r\n\t\t\t\"parent\": \"6306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6307\",\r\n\t\t\t\"text\": \"6307 - Textiles; made up articles n.e.c. in chapter 63, including dress patterns\",\r\n\t\t\t\"parent\": \"63\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630710\",\r\n\t\t\t\"text\": \"630710 - Cloths; floor cloths, dish-cloths, dusters and similar cleaning cloths\",\r\n\t\t\t\"parent\": \"6307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630720\",\r\n\t\t\t\"text\": \"630720 - Life-jackets and life-belts\",\r\n\t\t\t\"parent\": \"6307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630790\",\r\n\t\t\t\"text\": \"630790 - Textiles; made up articles (including dress patterns), n.e.c. in chapter 63, n.e.c. in heading no. 6307\",\r\n\t\t\t\"parent\": \"6307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6308\",\r\n\t\t\t\"text\": \"6308 - Textiles; sets of woven fabric and yarn, with or without accessories, for making into rugs, tapestries, embroidered tablecloths, serviettes and similar textile articles, in packings for retail sale\",\r\n\t\t\t\"parent\": \"63\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630800\",\r\n\t\t\t\"text\": \"630800 - Fabrics, woven and yarn; in sets, whether or not with accessories, for making up into rugs, tapestries, embroidered table cloths or serviettes or similar textile articles, packaged for retail sale\",\r\n\t\t\t\"parent\": \"6308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6309\",\r\n\t\t\t\"text\": \"6309 - Textiles; worn clothing and other worn articles\",\r\n\t\t\t\"parent\": \"63\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630900\",\r\n\t\t\t\"text\": \"630900 - Clothing; worn, and other worn articles\",\r\n\t\t\t\"parent\": \"6309\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6310\",\r\n\t\t\t\"text\": \"6310 - Rags; used or new, scrap twine, cordage, rope and cables and worn out articles of twine, cordage, rope or cables, of textile materials\",\r\n\t\t\t\"parent\": \"63\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"631010\",\r\n\t\t\t\"text\": \"631010 - Rags; used or new, scrap twine, cordage, rope and cables and worn out articles of twine, cordage, rope or cables, of textile materials; sorted\",\r\n\t\t\t\"parent\": \"6310\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"631090\",\r\n\t\t\t\"text\": \"631090 - Rags; used or new, scrap twine, cordage, rope and cables and worn out articles of twine, cordage, rope or cables, of textile materials; other than sorted\",\r\n\t\t\t\"parent\": \"6310\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"64\",\r\n\t\t\t\"text\": \"64 - Footwear; gaiters and the like; parts of such articles\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6401\",\r\n\t\t\t\"text\": \"6401 - Footwear; waterproof, with outer soles and uppers of rubber or plastics, (uppers not fixed to the sole nor assembled by stitch, rivet, nail, screw, plug or similar)\",\r\n\t\t\t\"parent\": \"64\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640110\",\r\n\t\t\t\"text\": \"640110 - Footwear; waterproof with metal toe-cap, rubber or plastic outer soles and uppers (not assembled by stitch, rivet, nail, screw, plug or similar)\",\r\n\t\t\t\"parent\": \"6401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640191\",\r\n\t\t\t\"text\": \"640191 - Waterproof footwear(Wellington) no toe cap, over knee\",\r\n\t\t\t\"parent\": \"6401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640192\",\r\n\t\t\t\"text\": \"640192 - Footwear; waterproof, covering the ankle (but not the knee), rubber or plastic outer soles and uppers (not assembled by stitch, rivet, nail, screw, plug or similar)\",\r\n\t\t\t\"parent\": \"6401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640199\",\r\n\t\t\t\"text\": \"640199 - Footwear; waterproof, n.e.c. in heading no. 6401, rubber or plastic outer soles and uppers (not assembled by stitch, rivet, nail, screw, plug or similar)\",\r\n\t\t\t\"parent\": \"6401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6402\",\r\n\t\t\t\"text\": \"6402 - Footwear; with outer soles and uppers of rubber or plastics (excluding waterproof footwear)\",\r\n\t\t\t\"parent\": \"64\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640211\",\r\n\t\t\t\"text\": \"640211 - Ski-boots etc, outer soles, uppers of rubber, plastic\",\r\n\t\t\t\"parent\": \"6402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640212\",\r\n\t\t\t\"text\": \"640212 - Sports footwear; with outer soles and uppers of rubber or plastics, ski-boots, cross-country ski footwear and snowboard boots\",\r\n\t\t\t\"parent\": \"6402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640219\",\r\n\t\t\t\"text\": \"640219 - Sports footwear; (other than ski-boots, snowboard boots or cross-country ski footwear), with outer soles and uppers of rubber or plastics\",\r\n\t\t\t\"parent\": \"6402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640220\",\r\n\t\t\t\"text\": \"640220 - Footwear; with outer soles and uppers of rubber or plastics, upper straps or thongs assembled to the sole by plugs\",\r\n\t\t\t\"parent\": \"6402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640230\",\r\n\t\t\t\"text\": \"640230 - Footwear, sole/upper rubber/plastic,metal toe-cap nes\",\r\n\t\t\t\"parent\": \"6402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640291\",\r\n\t\t\t\"text\": \"640291 - Footwear; n.e.c. in heading no. 6402, covering the ankle, with outer soles and uppers of rubber or plastics\",\r\n\t\t\t\"parent\": \"6402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640299\",\r\n\t\t\t\"text\": \"640299 - Footwear; n.e.c. in heading no. 6402, (other than just covering the ankle), with outer soles and uppers of rubber or plastics\",\r\n\t\t\t\"parent\": \"6402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6403\",\r\n\t\t\t\"text\": \"6403 - Footwear; with outer soles of rubber, plastics, leather or composition leather and uppers of leather\",\r\n\t\t\t\"parent\": \"64\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640311\",\r\n\t\t\t\"text\": \"640311 - Ski footwear, with uppers of leather\",\r\n\t\t\t\"parent\": \"6403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640312\",\r\n\t\t\t\"text\": \"640312 - Sports footwear; with outer soles of rubber, plastics, leather or composition leather and uppers of leather, ski-boots, snowboard boots and cross-country ski footwear\",\r\n\t\t\t\"parent\": \"6403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640319\",\r\n\t\t\t\"text\": \"640319 - Sports footwear; (other than ski-boots, snowboard boots or cross-country ski footwear), with outer soles of rubber, plastics, leather or composition leather and uppers of leather\",\r\n\t\t\t\"parent\": \"6403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640320\",\r\n\t\t\t\"text\": \"640320 - Footwear; with outer soles of leather, uppers consisting of leather straps across instep and around the big toe\",\r\n\t\t\t\"parent\": \"6403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640330\",\r\n\t\t\t\"text\": \"640330 - Footwear, wood base, uppers leather, no inner sole\",\r\n\t\t\t\"parent\": \"6403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640340\",\r\n\t\t\t\"text\": \"640340 - Footwear; with metal toe-cap, outer soles of rubber, plastics, leather or composition leather, uppers of leather\",\r\n\t\t\t\"parent\": \"6403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640351\",\r\n\t\t\t\"text\": \"640351 - Footwear; n.e.c. in heading no. 6403, with outer soles and uppers of leather, covering the ankle\",\r\n\t\t\t\"parent\": \"6403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640359\",\r\n\t\t\t\"text\": \"640359 - Footwear; n.e.c. in heading no. 6403, (not covering the ankle), outer soles and uppers of leather\",\r\n\t\t\t\"parent\": \"6403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640391\",\r\n\t\t\t\"text\": \"640391 - Footwear; n.e.c. in heading no. 6403, covering the ankle, outer soles of rubber, plastics or composition leather, uppers of leather\",\r\n\t\t\t\"parent\": \"6403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640399\",\r\n\t\t\t\"text\": \"640399 - Footwear; n.e.c. in heading no. 6403, (not covering the ankle), outer soles of rubber, plastics or composition leather, uppers of leather\",\r\n\t\t\t\"parent\": \"6403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6404\",\r\n\t\t\t\"text\": \"6404 - Footwear; with outer soles of rubber, plastics, leather or composition leather and uppers of textile materials\",\r\n\t\t\t\"parent\": \"64\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640411\",\r\n\t\t\t\"text\": \"640411 - Sports footwear; tennis shoes, basketball shoes, gym shoes, training shoes and the like, with outer soles of rubber or plastics and uppers of textile materials\",\r\n\t\t\t\"parent\": \"6404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640419\",\r\n\t\t\t\"text\": \"640419 - Footwear; (other than sportswear), with outer soles of rubber or plastics and uppers of textile materials\",\r\n\t\t\t\"parent\": \"6404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640420\",\r\n\t\t\t\"text\": \"640420 - Footwear; outer soles of leather or composition leather, uppers of textile materials\",\r\n\t\t\t\"parent\": \"6404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6405\",\r\n\t\t\t\"text\": \"6405 - Footwear; other footwear n.e.c. in chapter 64\",\r\n\t\t\t\"parent\": \"64\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640510\",\r\n\t\t\t\"text\": \"640510 - Footwear; with uppers of leather or composition leather, n.e.c. in chapter 64\",\r\n\t\t\t\"parent\": \"6405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640520\",\r\n\t\t\t\"text\": \"640520 - Footwear; with uppers of textile materials, n.e.c. in chapter 64\",\r\n\t\t\t\"parent\": \"6405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640590\",\r\n\t\t\t\"text\": \"640590 - Footwear; n.e.c. in chapter 64\",\r\n\t\t\t\"parent\": \"6405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6406\",\r\n\t\t\t\"text\": \"6406 - Footwear; parts of footwear; removable in-soles, heel cushions and similar articles; gaiters, le.g.ings and similar articles, and parts thereof\",\r\n\t\t\t\"parent\": \"64\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640610\",\r\n\t\t\t\"text\": \"640610 - Footwear; parts, uppers and parts thereof, other than stiffeners\",\r\n\t\t\t\"parent\": \"6406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640620\",\r\n\t\t\t\"text\": \"640620 - Footwear; parts, outer soles and heels, of rubber or plastics\",\r\n\t\t\t\"parent\": \"6406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640690\",\r\n\t\t\t\"text\": \"640690 - Footwear; parts, n.e.c. in heading 6406\",\r\n\t\t\t\"parent\": \"6406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640691\",\r\n\t\t\t\"text\": \"640691 - Parts of footwear (excl. of 6406.10 & 6406.20), of wood\",\r\n\t\t\t\"parent\": \"6406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640699\",\r\n\t\t\t\"text\": \"640699 - Removable insoles, heel cushions & similar articles; gaiters, leggings & similar articles, & parts thereof\",\r\n\t\t\t\"parent\": \"6406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"65\",\r\n\t\t\t\"text\": \"65 - Headgear and parts thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6501\",\r\n\t\t\t\"text\": \"6501 - Hat-forms, hat bodies and hoods of felt, neither blocked to shape nor with made brims; plateaux and manchons (including slit manchons) of felt\",\r\n\t\t\t\"parent\": \"65\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"650100\",\r\n\t\t\t\"text\": \"650100 - Hat-forms, hat bodies and hoods of felt, neither blocked to shape nor with made brims; plateaux and manchons (including slit manchons) of felt\",\r\n\t\t\t\"parent\": \"6501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6502\",\r\n\t\t\t\"text\": \"6502 - Hat-shapes; plaited or made by assembling strips of any material, neither blocked to shape, nor with made brims, nor lined, nor trimmed\",\r\n\t\t\t\"parent\": \"65\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"650200\",\r\n\t\t\t\"text\": \"650200 - Hat-shapes; plaited or made by assembling strips of any material, neither blocked to shape, nor with made brims, nor lined, nor trimmed\",\r\n\t\t\t\"parent\": \"6502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6503\",\r\n\t\t\t\"text\": \"6503 - Felt hats and other felt headgear\",\r\n\t\t\t\"parent\": \"65\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"650300\",\r\n\t\t\t\"text\": \"650300 - Felt hats and other felt headgear\",\r\n\t\t\t\"parent\": \"6503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6504\",\r\n\t\t\t\"text\": \"6504 - Hats and other headgear; plaited or made by assembling strips of any material, whether or not lined or trimmed\",\r\n\t\t\t\"parent\": \"65\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"650400\",\r\n\t\t\t\"text\": \"650400 - Hats and other headgear; plaited or made by assembling strips of any material, whether or not lined or trimmed\",\r\n\t\t\t\"parent\": \"6504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6505\",\r\n\t\t\t\"text\": \"6505 - Hats and other headgear; knitted or crocheted, or made up from lace, felt or other textile fabric, in the piece (but not in strips), whether or not lined or trimmed; hair-nets of any material, whether or not lined or trimmed\",\r\n\t\t\t\"parent\": \"65\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"650500\",\r\n\t\t\t\"text\": \"650500 - Hats and other headgear; knitted or crocheted, or made up from lace, felt or other textile fabric, in the piece (but not in strips), whether or not lined or trimmed; hair-nets of any material, whether or not lined or trimmed\",\r\n\t\t\t\"parent\": \"6505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"650510\",\r\n\t\t\t\"text\": \"650510 - Hair-nets of any material, whether/not lined/trimmed\",\r\n\t\t\t\"parent\": \"6505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"650590\",\r\n\t\t\t\"text\": \"650590 - Other hats & other headgear, knitted/crocheted,/made up from lace, felt/other textile fabric, whether/not lined/trimmed; other than hair-nets.\",\r\n\t\t\t\"parent\": \"6505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6506\",\r\n\t\t\t\"text\": \"6506 - Headgear; n.e.c. in chapter 65, whether or not lined or trimmed\",\r\n\t\t\t\"parent\": \"65\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"650610\",\r\n\t\t\t\"text\": \"650610 - Headgear; safety, whether or not lined or trimmed\",\r\n\t\t\t\"parent\": \"6506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"650691\",\r\n\t\t\t\"text\": \"650691 - Headgear; (other than safety headgear), of rubber or plastics, whether or not lined or trimmed\",\r\n\t\t\t\"parent\": \"6506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"650692\",\r\n\t\t\t\"text\": \"650692 - Headgear nes, of furskin\",\r\n\t\t\t\"parent\": \"6506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"650699\",\r\n\t\t\t\"text\": \"650699 - Headgear; (other than safety headgear), (of materials other than rubber or plastic), whether or not lined or trimmed\",\r\n\t\t\t\"parent\": \"6506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6507\",\r\n\t\t\t\"text\": \"6507 - Head-bands, linings, covers, hat foundations, hat frames, peaks and chinstraps, for headgear\",\r\n\t\t\t\"parent\": \"65\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"650700\",\r\n\t\t\t\"text\": \"650700 - Head-bands, linings, covers, hat foundations, hat frames, peaks and chinstraps; for headgear\",\r\n\t\t\t\"parent\": \"6507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"66\",\r\n\t\t\t\"text\": \"66 - Umbrellas, sun umbrellas, walking-sticks, seat sticks, whips, riding crops; and parts thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6601\",\r\n\t\t\t\"text\": \"6601 - Umbrellas; sun umbrellas (including walking stick umbrellas, garden umbrellas and similar umbrellas)\",\r\n\t\t\t\"parent\": \"66\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"660110\",\r\n\t\t\t\"text\": \"660110 - Umbrellas and sun umbrellas; garden or similar umbrellas\",\r\n\t\t\t\"parent\": \"6601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"660191\",\r\n\t\t\t\"text\": \"660191 - Umbrellas and sun umbrellas; having a telescopic shaft, (excluding garden or similar umbrellas)\",\r\n\t\t\t\"parent\": \"6601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"660199\",\r\n\t\t\t\"text\": \"660199 - Umbrellas and sun umbrellas; n.e.c. in heading no. 6601 (including walking stick umbrellas)\",\r\n\t\t\t\"parent\": \"6601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6602\",\r\n\t\t\t\"text\": \"6602 - Walking-sticks, seat-sticks, whips, riding-crops and the like\",\r\n\t\t\t\"parent\": \"66\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"660200\",\r\n\t\t\t\"text\": \"660200 - Walking-sticks, seat-sticks, whips, riding-crops and the like\",\r\n\t\t\t\"parent\": \"6602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6603\",\r\n\t\t\t\"text\": \"6603 - Trimmings, parts and accessories of articles of heading no. 6601 or 6602\",\r\n\t\t\t\"parent\": \"66\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"660310\",\r\n\t\t\t\"text\": \"660310 - Handles, knobs for umbrellas, walking sticks, etc\",\r\n\t\t\t\"parent\": \"6603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"660320\",\r\n\t\t\t\"text\": \"660320 - Umbrella frames; including frames mounted on shafts (sticks)\",\r\n\t\t\t\"parent\": \"6603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"660390\",\r\n\t\t\t\"text\": \"660390 - Trimmings, accessories and parts of articles of heading no. 6601 or 6602; n.e.c. in heading no. 6603\",\r\n\t\t\t\"parent\": \"6603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"67\",\r\n\t\t\t\"text\": \"67 - Feathers and down, prepared; and articles made of feather or of down; artificial flowers; articles of human hair\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6701\",\r\n\t\t\t\"text\": \"6701 - Skin and other parts of birds with their feather or down; feathers, parts of feather, down and articles thereof (other than goods of heading no. 0505 and worked quills and scapes)\",\r\n\t\t\t\"parent\": \"67\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"670100\",\r\n\t\t\t\"text\": \"670100 - Skins and other parts of birds with their feathers or down; feathers, parts of feathers, down and articles thereof (other than goods of heading no. 0505 and worked quills and scapes)\",\r\n\t\t\t\"parent\": \"6701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6702\",\r\n\t\t\t\"text\": \"6702 - Flowers, foliage and fruit, artificial, and parts thereof; articles made of artificial flowers, foliage or fruit\",\r\n\t\t\t\"parent\": \"67\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"670210\",\r\n\t\t\t\"text\": \"670210 - Flowers, foliage and fruit, artificial, and parts thereof; articles made of artificial flowers, foliage or fruit, of plastics\",\r\n\t\t\t\"parent\": \"6702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"670290\",\r\n\t\t\t\"text\": \"670290 - Flowers, foliage and fruit, artificial, and parts thereof; articles made of artificial flowers, foliage or fruit, of materials other than plastics\",\r\n\t\t\t\"parent\": \"6702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6703\",\r\n\t\t\t\"text\": \"6703 - Human hair, dressed, thinned, bleached or otherwise worked; wool or other animal hair or other textile materials, prepared for use in making wigs or the like\",\r\n\t\t\t\"parent\": \"67\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"670300\",\r\n\t\t\t\"text\": \"670300 - Human hair, dressed, thinned, bleached or otherwise worked; wool or other animal hair or other textile materials, prepared for use in making wigs or the like\",\r\n\t\t\t\"parent\": \"6703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6704\",\r\n\t\t\t\"text\": \"6704 - Wigs, false beards, eyebrows and eyelashes, switches and the like, of human or animal hair or of textile materials; articles of human hair, n.e.c. or included\",\r\n\t\t\t\"parent\": \"67\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"670411\",\r\n\t\t\t\"text\": \"670411 - Wigs; complete, of synthetic textile materials\",\r\n\t\t\t\"parent\": \"6704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"670419\",\r\n\t\t\t\"text\": \"670419 - False beards, eyebrows and eyelashes, switches and the like; of synthetic textile materials\",\r\n\t\t\t\"parent\": \"6704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"670420\",\r\n\t\t\t\"text\": \"670420 - Wigs, false beards, eyebrows and eyelashes, switches and the like and other articles n.e.c.; of human hair\",\r\n\t\t\t\"parent\": \"6704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"670490\",\r\n\t\t\t\"text\": \"670490 - Wigs, false beards, eyebrows and eyelashes, switches and the like and other articles n.e.c.; of animal hair or of textile materials other than synthetic\",\r\n\t\t\t\"parent\": \"6704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"68\",\r\n\t\t\t\"text\": \"68 - Stone, plaster, cement, asbestos, mica or similar materials; articles thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6801\",\r\n\t\t\t\"text\": \"6801 - Stone; setts, curbstones and flagstones, of natural stone (except slate)\",\r\n\t\t\t\"parent\": \"68\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680100\",\r\n\t\t\t\"text\": \"680100 - Stone; setts, curbstones and flagstones, of natural stone (except slate)\",\r\n\t\t\t\"parent\": \"6801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6802\",\r\n\t\t\t\"text\": \"6802 - Monumental or building stone, worked (except slate) and articles thereof (not of heading no. 6801) mosaic cubes etc., of natural stone including slate; artificially coloured granules of natural stone\",\r\n\t\t\t\"parent\": \"68\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680210\",\r\n\t\t\t\"text\": \"680210 - Tiles, cubes and similar articles; whether or not rectangular (including square), largest face of which is capable of being enclosed in square, side less than 7cm, coloured granules, chippings, powder\",\r\n\t\t\t\"parent\": \"6802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680221\",\r\n\t\t\t\"text\": \"680221 - Marble, travertine and alabaster; simply cut or sawn, with a flat or even surface\",\r\n\t\t\t\"parent\": \"6802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680222\",\r\n\t\t\t\"text\": \"680222 - Cut or sawn slabs of calcareous stone nes\",\r\n\t\t\t\"parent\": \"6802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680223\",\r\n\t\t\t\"text\": \"680223 - Granite; articles thereof, simply cut or sawn, with a flat or even surface\",\r\n\t\t\t\"parent\": \"6802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680229\",\r\n\t\t\t\"text\": \"680229 - Stone; monumental or building stone, n.e.c. in item no. 6802.2, articles thereof, simply cut or sawn, with a flat or even surface\",\r\n\t\t\t\"parent\": \"6802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680291\",\r\n\t\t\t\"text\": \"680291 - Marble, travertine and alabaster; articles thereof, (other than simply cut or sawn, with a flat or even surface)\",\r\n\t\t\t\"parent\": \"6802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680292\",\r\n\t\t\t\"text\": \"680292 - Stone; calcareous (excluding marble, travertine, alabaster) articles thereof, (other than simply cut or sawn, with a flat or even surface)\",\r\n\t\t\t\"parent\": \"6802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680293\",\r\n\t\t\t\"text\": \"680293 - Granite; articles thereof, (other than simply cut or sawn, with a flat or even surface)\",\r\n\t\t\t\"parent\": \"6802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680299\",\r\n\t\t\t\"text\": \"680299 - Stone; natural (excluding marble, travertine, alabaster, other calcareous stone or granite), monumental or building stone, (other than simply cut or sawn, with a flat or even surface)\",\r\n\t\t\t\"parent\": \"6802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6803\",\r\n\t\t\t\"text\": \"6803 - Slate, worked; and articles of slate or of agglomerated slate\",\r\n\t\t\t\"parent\": \"68\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680300\",\r\n\t\t\t\"text\": \"680300 - Slate, worked; and articles of slate or of agglomerated slate\",\r\n\t\t\t\"parent\": \"6803\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6804\",\r\n\t\t\t\"text\": \"6804 - Millstones, grindstones, grinding wheels, etc without frameworks, for grinding, sharpening, polishing, etc and parts thereof, natural stone, agglomerated natural or artificial abrasives or of ceramics\",\r\n\t\t\t\"parent\": \"68\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680410\",\r\n\t\t\t\"text\": \"680410 - Millstones and grindstones; for milling, grinding or pulping\",\r\n\t\t\t\"parent\": \"6804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680421\",\r\n\t\t\t\"text\": \"680421 - Millstones, grindstones, grinding wheels and the like; of agglomerated synthetic or natural diamond\",\r\n\t\t\t\"parent\": \"6804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680422\",\r\n\t\t\t\"text\": \"680422 - Millstones, grindstones, grinding wheels and the like; of other agglomerated abrasives or of ceramics\",\r\n\t\t\t\"parent\": \"6804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680423\",\r\n\t\t\t\"text\": \"680423 - Millstones, grindstones, grinding wheels and the like; of natural stone\",\r\n\t\t\t\"parent\": \"6804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680430\",\r\n\t\t\t\"text\": \"680430 - Stones; hand sharpening or polishing stones, of natural stone, agglomerated natural or artificial abrasives or ceramics, with or without parts of other materials\",\r\n\t\t\t\"parent\": \"6804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6805\",\r\n\t\t\t\"text\": \"6805 - Abrasive powder or grain; natural or artificial, on a base of textile material, of paper, paperboard or of other material, whether or not cut to shape or sewn or otherwise made up\",\r\n\t\t\t\"parent\": \"68\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680510\",\r\n\t\t\t\"text\": \"680510 - Abrasive powder or grain; natural or artificial, on a base of woven textile fabric only, whether or not cut to shape or sewn or otherwise made up\",\r\n\t\t\t\"parent\": \"6805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680520\",\r\n\t\t\t\"text\": \"680520 - Abrasive powder or grain; natural or artificial, on a base of paper or paperboard only, whether or not cut to shape or sewn or otherwise made up\",\r\n\t\t\t\"parent\": \"6805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680530\",\r\n\t\t\t\"text\": \"680530 - Abrasive powder or grain; natural or artificial, on a base of materials n.e.c. in heading no. 6805, whether or not cut to shape or sewn or otherwise made up\",\r\n\t\t\t\"parent\": \"6805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6806\",\r\n\t\t\t\"text\": \"6806 - Slag, rock wool and similar mineral wools; exfoliated vermiculite, expanded clays, foamed slag, mixtures and articles of heat, sound insulating or sound-absorbing mineral materials\",\r\n\t\t\t\"parent\": \"68\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680610\",\r\n\t\t\t\"text\": \"680610 - Slag wool, rock wool and similar mineral wools (including intermixtures thereof), in bulk, sheets or rolls\",\r\n\t\t\t\"parent\": \"6806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680620\",\r\n\t\t\t\"text\": \"680620 - Exfoliated vermiculite, expanded clays, foamed slag and similar expanded mineral materials (including intermixtures thereof)\",\r\n\t\t\t\"parent\": \"6806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680690\",\r\n\t\t\t\"text\": \"680690 - Minerals; mixtures and articles of heat-insulating, sound-insulating or sound-absorbing mineral materials, other than those of heading no. 6811 or 6812 or of chapter 69\",\r\n\t\t\t\"parent\": \"6806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6807\",\r\n\t\t\t\"text\": \"6807 - Asphalt or similar material; articles (e.g. petroleum bitumen or coal tar pitch)\",\r\n\t\t\t\"parent\": \"68\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680710\",\r\n\t\t\t\"text\": \"680710 - Asphalt or similar material; articles (e.g. petroleum bitumen or coal tar pitch) in rolls\",\r\n\t\t\t\"parent\": \"6807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680790\",\r\n\t\t\t\"text\": \"680790 - Asphalt or similar material; articles (e.g. petroleum bitumen or coal tar pitch) other than in rolls\",\r\n\t\t\t\"parent\": \"6807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6808\",\r\n\t\t\t\"text\": \"6808 - Panels, boards, tiles, blocks and the like; of vegetable fibre, of straw, shavings, chips, particles, sawdust or other waste, of wood, agglomerated with cement, plaster or other mineral binders\",\r\n\t\t\t\"parent\": \"68\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680800\",\r\n\t\t\t\"text\": \"680800 - Panels, boards, tiles, blocks and the like; of vegetable fibre, of straw, shavings, chips, particles, sawdust or other waste, of wood, agglomerated with cement, plaster or other mineral binders\",\r\n\t\t\t\"parent\": \"6808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6809\",\r\n\t\t\t\"text\": \"6809 - Plaster or compositions based on plaster; articles thereof\",\r\n\t\t\t\"parent\": \"68\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680911\",\r\n\t\t\t\"text\": \"680911 - Plaster, or plaster compositions; boards, sheets, panels, tiles and similar articles, faced or reinforced with paper or paperboard only, not ornamented\",\r\n\t\t\t\"parent\": \"6809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680919\",\r\n\t\t\t\"text\": \"680919 - Plaster, or plaster compositions; boards, sheets, panels, tiles and similar articles, (other than faced or reinforced with paper or paperboard only), not ornamented\",\r\n\t\t\t\"parent\": \"6809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680990\",\r\n\t\t\t\"text\": \"680990 - Plaster articles or articles of compositions based on plaster; n.e.c. in heading no. 6809\",\r\n\t\t\t\"parent\": \"6809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6810\",\r\n\t\t\t\"text\": \"6810 - Cement, concrete or artificial stone; whether or not reinforced, articles thereof\",\r\n\t\t\t\"parent\": \"68\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681011\",\r\n\t\t\t\"text\": \"681011 - Cement, concrete or artificial stone; building blocks or bricks, whether or not reinforced\",\r\n\t\t\t\"parent\": \"6810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681019\",\r\n\t\t\t\"text\": \"681019 - Cement, concrete or artificial stone; tiles, flagstones and similar, (excluding building blocks and bricks) whether or not reinforced\",\r\n\t\t\t\"parent\": \"6810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681020\",\r\n\t\t\t\"text\": \"681020 - Pipes of cement or concrete\",\r\n\t\t\t\"parent\": \"6810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681091\",\r\n\t\t\t\"text\": \"681091 - Cement, concrete or artificial stone; prefabricated structural components for building or civil engineering, whether or not reinforced\",\r\n\t\t\t\"parent\": \"6810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681099\",\r\n\t\t\t\"text\": \"681099 - Cement, concrete or artificial stone; articles (other than prefabricated structural components for building or civil engineering), whether or not reinforced, n.e.c. in heading no. 6810\",\r\n\t\t\t\"parent\": \"6810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6811\",\r\n\t\t\t\"text\": \"6811 - Asbestos-cement, of cellulose fibre-cement or the like\",\r\n\t\t\t\"parent\": \"68\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681110\",\r\n\t\t\t\"text\": \"681110 - Corrugated sheets of asbestos, cellulose fibre cement\",\r\n\t\t\t\"parent\": \"6811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681120\",\r\n\t\t\t\"text\": \"681120 - Sheet/tile, asbestos/cellulose fibre cement not corru\",\r\n\t\t\t\"parent\": \"6811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681130\",\r\n\t\t\t\"text\": \"681130 - Tubes, pipes etc of asbestos or cellulose fibre cemen\",\r\n\t\t\t\"parent\": \"6811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681140\",\r\n\t\t\t\"text\": \"681140 - Asbestos-cement; articles or the like, containing asbestos\",\r\n\t\t\t\"parent\": \"6811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681181\",\r\n\t\t\t\"text\": \"681181 - Cellulose fibre-cement; articles or the like; corrugated sheets, not containing asbestos\",\r\n\t\t\t\"parent\": \"6811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681182\",\r\n\t\t\t\"text\": \"681182 - Cellulose fibre-cement; articles or the like, sheets, panels, tiles and similar articles (other than corrugated sheets), not containing asbestos\",\r\n\t\t\t\"parent\": \"6811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681183\",\r\n\t\t\t\"text\": \"681183 - Tubes, pipes & tube/pipe fittings, other than other sheets, panels, tiles & corrugated sheets, not containing asbestos.\",\r\n\t\t\t\"parent\": \"6811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681189\",\r\n\t\t\t\"text\": \"681189 - Cellulose fibre-cement; articles or the like, other than corrugated sheets and other sheets, panels, tiles and similar articles, not containing asbestos\",\r\n\t\t\t\"parent\": \"6811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681190\",\r\n\t\t\t\"text\": \"681190 - Articles nes, of asbestoso or cellulose fibre cement\",\r\n\t\t\t\"parent\": \"6811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6812\",\r\n\t\t\t\"text\": \"6812 - Fabricated asbestos fibres; mixtures with a basis of asbestos or of asbestos and magnesium carbonate; articles of such mixtures or of asbestos (e.g. thread, woven fabric, clothing, footwear), whether or not reinforced, not goods of heading 6811 or 6813\",\r\n\t\t\t\"parent\": \"68\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681210\",\r\n\t\t\t\"text\": \"681210 - Asbestos fibres etc\",\r\n\t\t\t\"parent\": \"6812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681220\",\r\n\t\t\t\"text\": \"681220 - Asbestos yarn and thread\",\r\n\t\t\t\"parent\": \"6812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681230\",\r\n\t\t\t\"text\": \"681230 - Asbestos cords and string\",\r\n\t\t\t\"parent\": \"6812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681240\",\r\n\t\t\t\"text\": \"681240 - Asbestos woven or knit fabric\",\r\n\t\t\t\"parent\": \"6812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681250\",\r\n\t\t\t\"text\": \"681250 - Asbestos clothing, accessories, foot and headwear\",\r\n\t\t\t\"parent\": \"6812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681260\",\r\n\t\t\t\"text\": \"681260 - Asbestos paper, millboard and felt\",\r\n\t\t\t\"parent\": \"6812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681270\",\r\n\t\t\t\"text\": \"681270 - Compressed asbestos fibre jointing, in sheets, rolls\",\r\n\t\t\t\"parent\": \"6812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681280\",\r\n\t\t\t\"text\": \"681280 - Fabricated crocidolite (blue asbestos) fibres, mixtures with a basis of crocidolite (blue asbestos), articles of crocidolite (blue asbestos), whether or not reinforced, not goods of heading 6811 or 6813\",\r\n\t\t\t\"parent\": \"6812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681290\",\r\n\t\t\t\"text\": \"681290 - Asbestos fabricated products nes\",\r\n\t\t\t\"parent\": \"6812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681291\",\r\n\t\t\t\"text\": \"681291 - Asbestos or mixtures with a basis of asbestos (other than crocidolite); clothing, clothing accessories, footwear and headgear, whether or not reinforced, not goods of heading 6811 or 6813\",\r\n\t\t\t\"parent\": \"6812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681292\",\r\n\t\t\t\"text\": \"681292 - Asbestos or mixtures with a basis of asbestos (other than crocidolite); paper, millboard and felt, whether or not reinforced, not goods of heading 6811 or 6813\",\r\n\t\t\t\"parent\": \"6812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681293\",\r\n\t\t\t\"text\": \"681293 - Asbestos or mixtures with a basis of asbestos (other than crocidolite); compressed asbestos fibre jointing, in sheets or rolls, whether or not reinforced, not goods of heading 6811 or 6813\",\r\n\t\t\t\"parent\": \"6812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681299\",\r\n\t\t\t\"text\": \"681299 - Asbestos or mixtures with a basis of asbestos (other than crocidolite); fibres, mixtures or articles n.e.c. in heading no. 6812, whether or not reinforced, not goods of heading 6811 or 6813\",\r\n\t\t\t\"parent\": \"6812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6813\",\r\n\t\t\t\"text\": \"6813 - Friction material and articles thereof (e.g. sheets, rolls, strips, segments, discs, washers, pads) not mounted; for brakes, clutches or the like, with a basis of asbestos, other mineral substances, or cellulose\",\r\n\t\t\t\"parent\": \"68\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681310\",\r\n\t\t\t\"text\": \"681310 - Asbestos brake linings and pads\",\r\n\t\t\t\"parent\": \"6813\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681320\",\r\n\t\t\t\"text\": \"681320 - Friction material and articles thereof (e.g. sheets, rolls, strips, segments, discs, washers, pads) not mounted; for brakes, clutches or the like, with a basis of asbestos\",\r\n\t\t\t\"parent\": \"6813\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681381\",\r\n\t\t\t\"text\": \"681381 - Brake linings and pads; with a basis of mineral substances or cellulose (other than asbestos)\",\r\n\t\t\t\"parent\": \"6813\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681389\",\r\n\t\t\t\"text\": \"681389 - Friction material and articles thereof (e.g. sheets, rolls, strips, segments, discs, washers, pads) not mounted; for clutches or the like (not brake linings and pads), with a basis of mineral substances or cellulose (other than asbestos)\",\r\n\t\t\t\"parent\": \"6813\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681390\",\r\n\t\t\t\"text\": \"681390 - Asbestos friction material, articles except for brake\",\r\n\t\t\t\"parent\": \"6813\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6814\",\r\n\t\t\t\"text\": \"6814 - Mica; worked, articles of, including agglomerated or reconstituted mica; whether or not on a support of paper, paperboard or other materials\",\r\n\t\t\t\"parent\": \"68\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681410\",\r\n\t\t\t\"text\": \"681410 - Mica; plates, sheets and strips of agglomerated or reconstituted mica, whether or not on a support of paper, paperboard or other materials\",\r\n\t\t\t\"parent\": \"6814\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681490\",\r\n\t\t\t\"text\": \"681490 - Mica; worked mica and articles of mica (excluding plates, sheets and strips) whether or not on a support of paper, paperboard or other materials\",\r\n\t\t\t\"parent\": \"6814\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6815\",\r\n\t\t\t\"text\": \"6815 - Stone or other mineral substances; articles thereof (including carbon fibres, articles of carbon fibres and articles of peat), not elsewhere specified or included\",\r\n\t\t\t\"parent\": \"68\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681510\",\r\n\t\t\t\"text\": \"681510 - Stone articles and articles of other mineral substances; non-electrical articles of graphite or other carbon\",\r\n\t\t\t\"parent\": \"6815\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681511\",\r\n\t\t\t\"text\": \"681511 - Stone or other mineral substances not elsewhere specified or included; carbon fibres for non-electrical uses\",\r\n\t\t\t\"parent\": \"6815\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681512\",\r\n\t\t\t\"text\": \"681512 - Stone or other mineral substances not elsewhere specified or included; fabrics of carbon fibres for non-electrical uses\",\r\n\t\t\t\"parent\": \"6815\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681513\",\r\n\t\t\t\"text\": \"681513 - Stone or other mineral substances not elsewhere specified or included; articles of carbon fibres for non-electrical uses\",\r\n\t\t\t\"parent\": \"6815\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681519\",\r\n\t\t\t\"text\": \"681519 - Stone or other mineral substances not elsewhere specified or included; non-electrical articles of graphite or carbon n.e.c. in heading 6815\",\r\n\t\t\t\"parent\": \"6815\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681520\",\r\n\t\t\t\"text\": \"681520 - Peat; articles of peat n.e.c. or included\",\r\n\t\t\t\"parent\": \"6815\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681591\",\r\n\t\t\t\"text\": \"681591 - Stone articles and articles of other mineral substances; containing magnesite, magnesia in the form of periclase, dolomite including in the form of dolime, or chromite\",\r\n\t\t\t\"parent\": \"6815\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681599\",\r\n\t\t\t\"text\": \"681599 - Stone articles and articles of other mineral substances; n.e.c. or included in heading no. 6815\",\r\n\t\t\t\"parent\": \"6815\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"69\",\r\n\t\t\t\"text\": \"69 - Ceramic products\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6901\",\r\n\t\t\t\"text\": \"6901 - Bricks, blocks, tiles and other ceramic goods of siliceous fossil meals (e.g. kieselguhr, tripolite or diatomite) or of similar siliceous earths\",\r\n\t\t\t\"parent\": \"69\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690100\",\r\n\t\t\t\"text\": \"690100 - Bricks, blocks, tiles and other ceramic goods of siliceous fossil meals (e.g. kieselguhr, tripolite or diatomite) or of similar siliceous earths\",\r\n\t\t\t\"parent\": \"6901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6902\",\r\n\t\t\t\"text\": \"6902 - Refractory bricks, blocks, tiles and similar refractory ceramic constructional goods; other than those of siliceous fossil meals or similar siliceous earths\",\r\n\t\t\t\"parent\": \"69\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690210\",\r\n\t\t\t\"text\": \"690210 - Refractory bricks, blocks, tiles and similar refractory ceramic constructional goods; containing by weight, singly or together, more than 50% of the elements Mg, Ca or Cr, expressed as MgO, CaO or Cr2o3\",\r\n\t\t\t\"parent\": \"6902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690220\",\r\n\t\t\t\"text\": \"690220 - Refractory bricks, blocks, tiles and similar refractory ceramic constructional goods; containing by weight more than 50% of alumina (Al2o3), of silica (SiO2) or of a mixture or compound of these\",\r\n\t\t\t\"parent\": \"6902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690290\",\r\n\t\t\t\"text\": \"690290 - Refractory bricks, blocks, tiles and similar refractory ceramic constructional goods; n.e.c. in item no. 6902.1 or 6902.2\",\r\n\t\t\t\"parent\": \"6902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6903\",\r\n\t\t\t\"text\": \"6903 - Ceramic goods; (e.g. retorts, crucibles, muffles, nozzles, plugs, supports cupels, tubes, pipes, sheaths, rods and slide gates) excluding those of siliceous fossil meals or of similar siliceous earths\",\r\n\t\t\t\"parent\": \"69\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690310\",\r\n\t\t\t\"text\": \"690310 - Refractory ceramic goods; containing, by weight, more than 50% of free carbon, excluding those of siliceous fossil meals or similar earths\",\r\n\t\t\t\"parent\": \"6903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690320\",\r\n\t\t\t\"text\": \"690320 - Refractory ceramic goods; containing by weight more than 50% of alumina or of a mixture or compound of alumina and of silica, excluding those of siliceous fossil meals or similar earths\",\r\n\t\t\t\"parent\": \"6903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690390\",\r\n\t\t\t\"text\": \"690390 - Refractory ceramic goods; composition of which n.e.c. in heading no. 6903, other than those of siliceous fossil meals or similar earths\",\r\n\t\t\t\"parent\": \"6903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6904\",\r\n\t\t\t\"text\": \"6904 - Ceramic building bricks, floor blocks, support or filler tiles and the like\",\r\n\t\t\t\"parent\": \"69\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690410\",\r\n\t\t\t\"text\": \"690410 - Ceramic building bricks\",\r\n\t\t\t\"parent\": \"6904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690490\",\r\n\t\t\t\"text\": \"690490 - Ceramic flooring blocks, supports or filler tiles and the like (excluding building bricks)\",\r\n\t\t\t\"parent\": \"6904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6905\",\r\n\t\t\t\"text\": \"6905 - Roofing tiles, chimney-pots, cowls, chimney liners, architectural ornaments and other ceramic constructional goods\",\r\n\t\t\t\"parent\": \"69\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690510\",\r\n\t\t\t\"text\": \"690510 - Ceramic roofing tiles\",\r\n\t\t\t\"parent\": \"6905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690590\",\r\n\t\t\t\"text\": \"690590 - Ceramic chimney-pots, cowls, chimney liners, architectural ornaments and other constructional goods (excluding roofing tiles)\",\r\n\t\t\t\"parent\": \"6905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6906\",\r\n\t\t\t\"text\": \"6906 - Ceramic pipes, conduits, guttering and pipe fittings\",\r\n\t\t\t\"parent\": \"69\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690600\",\r\n\t\t\t\"text\": \"690600 - Ceramic pipes, conduits, guttering and pipe fittings\",\r\n\t\t\t\"parent\": \"6906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6907\",\r\n\t\t\t\"text\": \"6907 - Ceramic flags and paving, hearth or wall tiles; ceramic mosaic cubes and the like, whether or not on a backing; finishing ceramics\",\r\n\t\t\t\"parent\": \"69\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690710\",\r\n\t\t\t\"text\": \"690710 - Ceramic tiles, cubes and similar articles; unglazed, whether or not rectangular, the largest surface area of which is capable of being enclosed in a square the side of which is less than 7cm\",\r\n\t\t\t\"parent\": \"6907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690721\",\r\n\t\t\t\"text\": \"690721 - Ceramic tiles; flags and paving, hearth or wall tiles other than those of subheadings 6907.30 and 6907.40, of a water absorption coefficient by weight not over 0.5%\",\r\n\t\t\t\"parent\": \"6907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690722\",\r\n\t\t\t\"text\": \"690722 - Ceramic tiles; flags and paving, hearth or wall tiles other than those of subheadings 6907.30 and 6907.40, of a water absorption coefficient by weight over 0.5% but not over 10%\",\r\n\t\t\t\"parent\": \"6907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690723\",\r\n\t\t\t\"text\": \"690723 - Ceramic tiles; flags and paving, hearth or wall tiles other than those of subheadings 6907.30 and 6907.40, of a water absorption coefficient by weight over 10%\",\r\n\t\t\t\"parent\": \"6907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690730\",\r\n\t\t\t\"text\": \"690730 - Mosaic cubes and the like, other than those of subheading 6907.40\",\r\n\t\t\t\"parent\": \"6907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690740\",\r\n\t\t\t\"text\": \"690740 - Finishing ceramics\",\r\n\t\t\t\"parent\": \"6907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690790\",\r\n\t\t\t\"text\": \"690790 - Ceramic flags and paving; unglazed\",\r\n\t\t\t\"parent\": \"6907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6908\",\r\n\t\t\t\"text\": \"6908 - Ceramic flags and paving, hearth or wall tiles, glazed; glazed ceramic mosaic cubes and the like, whether or not on a backing\",\r\n\t\t\t\"parent\": \"69\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690810\",\r\n\t\t\t\"text\": \"690810 - Ceramic tiles, cubes and similar articles; glazed, whether or not rectangular or on a backing, with the largest surface area less than a 7cm square\",\r\n\t\t\t\"parent\": \"6908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690890\",\r\n\t\t\t\"text\": \"690890 - Ceramic flags and pavings; glazed\",\r\n\t\t\t\"parent\": \"6908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6909\",\r\n\t\t\t\"text\": \"6909 - Ceramic ware for laboratory, chemical, other technical uses; ceramic troughs, tubs, similar receptacles used in agriculture; ceramic pots, jars and similar used in the conveyance or packing of goods\",\r\n\t\t\t\"parent\": \"69\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690911\",\r\n\t\t\t\"text\": \"690911 - Ceramic wares; for laboratory, chemical or other technical uses, of porcelain or china\",\r\n\t\t\t\"parent\": \"6909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690912\",\r\n\t\t\t\"text\": \"690912 - Ceramic wares; for laboratory, chemical or other technical uses, articles having a hardness equivalent to 9 or more on the Mohs scale\",\r\n\t\t\t\"parent\": \"6909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690919\",\r\n\t\t\t\"text\": \"690919 - Ceramic wares; for laboratory, chemical or other technical uses, other than articles having a hardness equivalent to 9 or more on the Mohs scale or of porcelain or china\",\r\n\t\t\t\"parent\": \"6909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690990\",\r\n\t\t\t\"text\": \"690990 - Ceramic wares; pots, jars and similar articles of a kind used for the conveyance or packing of goods and ceramic troughs, tubs and similar receptacles used in agriculture\",\r\n\t\t\t\"parent\": \"6909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6910\",\r\n\t\t\t\"text\": \"6910 - Ceramic sinks, wash basins, wash basin pedestals, baths, bidets, water closet pans, flushing cisterns, urinals and similar sanitary fixtures\",\r\n\t\t\t\"parent\": \"69\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"691010\",\r\n\t\t\t\"text\": \"691010 - Ceramic sinks, wash basins, wash basin pedestals, baths, bidets, water closet pans, flushing cisterns, urinals and similar sanitary fixtures; of porcelain or china\",\r\n\t\t\t\"parent\": \"6910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"691090\",\r\n\t\t\t\"text\": \"691090 - Ceramic sinks, wash basins, wash basin pedestals, baths, bidets, water closet pans, flushing cisterns, urinals and similar sanitary fixtures; of other than porcelain or china\",\r\n\t\t\t\"parent\": \"6910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6911\",\r\n\t\t\t\"text\": \"6911 - Tableware, kitchenware, other household articles and toilet articles; of porcelain or china\",\r\n\t\t\t\"parent\": \"69\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"691110\",\r\n\t\t\t\"text\": \"691110 - Tableware and kitchenware; of porcelain or china\",\r\n\t\t\t\"parent\": \"6911\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"691190\",\r\n\t\t\t\"text\": \"691190 - Household and toilet articles; n.e.c. in heading no. 6911, of porcelain or china\",\r\n\t\t\t\"parent\": \"6911\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6912\",\r\n\t\t\t\"text\": \"6912 - Ceramic tableware, kitchenware, other household articles and toilet articles; other than of porcelain or china\",\r\n\t\t\t\"parent\": \"69\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"691200\",\r\n\t\t\t\"text\": \"691200 - Ceramic tableware, kitchenware, other household articles and toilet articles; other than of porcelain or china\",\r\n\t\t\t\"parent\": \"6912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6913\",\r\n\t\t\t\"text\": \"6913 - Statuettes and other ornamental ceramic articles\",\r\n\t\t\t\"parent\": \"69\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"691310\",\r\n\t\t\t\"text\": \"691310 - Ceramic statuettes and other ornamental ceramic articles, of porcelain or china\",\r\n\t\t\t\"parent\": \"6913\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"691390\",\r\n\t\t\t\"text\": \"691390 - Ceramic statuettes and other ornamental ceramic articles; other than of porcelain or china\",\r\n\t\t\t\"parent\": \"6913\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6914\",\r\n\t\t\t\"text\": \"6914 - Ceramic articles; n.e.c. in chapter 69\",\r\n\t\t\t\"parent\": \"69\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"691410\",\r\n\t\t\t\"text\": \"691410 - Ceramic articles n.e.c. in chapter 69; of porcelain or china\",\r\n\t\t\t\"parent\": \"6914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"691490\",\r\n\t\t\t\"text\": \"691490 - Ceramic articles n.e.c. in chapter 69; other than of porcelain or china\",\r\n\t\t\t\"parent\": \"6914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"70\",\r\n\t\t\t\"text\": \"70 - Glass and glassware\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7001\",\r\n\t\t\t\"text\": \"7001 - Glass; cullet and other waste and scrap of glass, excluding glass from cathode ray tubes or other activated glass of heading 85.49, glass in the mass\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700100\",\r\n\t\t\t\"text\": \"700100 - Glass; cullet and other waste and scrap of glass, excluding glass from cathode ray tubes or other activated glass of heading 85.49, glass in the mass\",\r\n\t\t\t\"parent\": \"7001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7002\",\r\n\t\t\t\"text\": \"7002 - Glass in balls (other than microspheres of heading no. 7018), rods or tubes, unworked\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700210\",\r\n\t\t\t\"text\": \"700210 - Glass; unworked, in balls (other than microspheres of heading no. 7018)\",\r\n\t\t\t\"parent\": \"7002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700220\",\r\n\t\t\t\"text\": \"700220 - Glass; unworked, in rods\",\r\n\t\t\t\"parent\": \"7002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700231\",\r\n\t\t\t\"text\": \"700231 - Glass; unworked, in tubes, of fused quartz or other fused silica\",\r\n\t\t\t\"parent\": \"7002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700232\",\r\n\t\t\t\"text\": \"700232 - Glass; unworked, tubes, of glass having a linear coefficient of expansion not exceeding 5 x 10 (to the minus 6), (or 0.000005) per Kelvin within a temperature range of 0-300 degrees C\",\r\n\t\t\t\"parent\": \"7002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700239\",\r\n\t\t\t\"text\": \"700239 - Glass; unworked, in tubes, other than of glass having a linear coefficient of expansion not exceeding 5 x 10 (to the minus 6, (or 0.000005) ) per Kelvin within a temperature range of 0-300 degrees C, not fused quartz or other fused silica\",\r\n\t\t\t\"parent\": \"7002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7003\",\r\n\t\t\t\"text\": \"7003 - Glass; cast glass and rolled glass in sheets or profiles, whether or not having an absorbent, reflecting or non-reflecting layer, but not otherwise worked\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700311\",\r\n\t\t\t\"text\": \"700311 - Cast glass sheet, coloured absorbent reflect or opaqu\",\r\n\t\t\t\"parent\": \"7003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700312\",\r\n\t\t\t\"text\": \"700312 - Glass; cast glass and rolled glass, non-wired sheets, coloured through the mass (body tinted), opacified, flashed or having an absorbent, reflecting or non-reflecting layer\",\r\n\t\t\t\"parent\": \"7003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700319\",\r\n\t\t\t\"text\": \"700319 - Glass; cast glass and rolled glass, non-wired sheets, (excluding those coloured throughout the mass (body tinted) opacified, flashed or having an absorbent or reflecting layer)\",\r\n\t\t\t\"parent\": \"7003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700320\",\r\n\t\t\t\"text\": \"700320 - Glass; cast glass and rolled glass, wired sheets, whether or not having an absorbent or reflecting layer but not otherwise worked\",\r\n\t\t\t\"parent\": \"7003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700330\",\r\n\t\t\t\"text\": \"700330 - Glass; cast glass and rolled glass, profiles, not otherwise worked\",\r\n\t\t\t\"parent\": \"7003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7004\",\r\n\t\t\t\"text\": \"7004 - Glass; drawn glass and blown glass, in sheets, whether or not having an absorbent, reflecting or non-reflecting layer, but not otherwise worked\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700410\",\r\n\t\t\t\"text\": \"700410 - Drawn glass sheet coloured, absorbing, reflect, opaqu\",\r\n\t\t\t\"parent\": \"7004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700420\",\r\n\t\t\t\"text\": \"700420 - Glass; drawn and blown, in sheets, coloured throughout the mass (body tinted), opacified, flashed or having an absorbent, reflecting or non-reflecting layer, but not otherwise worked\",\r\n\t\t\t\"parent\": \"7004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700490\",\r\n\t\t\t\"text\": \"700490 - Glass; drawn and blown, in sheets, (other than glass coloured throughout the mass (body tinted), opacified, flashed or having an absorbent, reflecting or non-reflecting layer)\",\r\n\t\t\t\"parent\": \"7004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7005\",\r\n\t\t\t\"text\": \"7005 - Glass; float glass and surface ground or polished glass, in sheets, whether or not having an absorbent, reflecting or non-reflecting layer, but not otherwise worked\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700510\",\r\n\t\t\t\"text\": \"700510 - Glass; float glass and surface ground or polished glass, in sheets, non-wired, having an absorbent reflecting or non-reflecting layer\",\r\n\t\t\t\"parent\": \"7005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700521\",\r\n\t\t\t\"text\": \"700521 - Glass; float glass and surface ground or polished glass, in sheets, non-wired, coloured throughout the mass (body tinted), opacified, flashed or merely surface ground\",\r\n\t\t\t\"parent\": \"7005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700529\",\r\n\t\t\t\"text\": \"700529 - Glass; float glass and surface ground or polished glass, in sheets, non-wired, (other than coloured throughout the mass (body tinted), opacified, flashed or merely surface ground)\",\r\n\t\t\t\"parent\": \"7005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700530\",\r\n\t\t\t\"text\": \"700530 - Glass; float glass and surface ground or polished glass, in sheets, wired glass, whether or not having an absorbent or reflecting layer\",\r\n\t\t\t\"parent\": \"7005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7006\",\r\n\t\t\t\"text\": \"7006 - Glass of heading no. 7003, 7004 or 7005, bent, edge-worked, engraved, drilled, enamelled or otherwise worked, not framed or fitted with other materials\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700600\",\r\n\t\t\t\"text\": \"700600 - Glass of heading no. 7003, 7004 or 7005; bent, edge-worked, engraved, drilled, enamelled or otherwise worked, but not framed or fitted with other materials\",\r\n\t\t\t\"parent\": \"7006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7007\",\r\n\t\t\t\"text\": \"7007 - Safety glass, consisting of toughened (tempered) or laminated glass\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700711\",\r\n\t\t\t\"text\": \"700711 - Glass; safety glass, toughened (tempered), of size and shape suitable for incorporation in vehicles, aircraft, spacecraft or vessels\",\r\n\t\t\t\"parent\": \"7007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700719\",\r\n\t\t\t\"text\": \"700719 - Glass; safety glass, toughened (tempered), (not of a size and shape suitable for incorporation in vehicles, aircraft, spacecraft or vessels)\",\r\n\t\t\t\"parent\": \"7007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700721\",\r\n\t\t\t\"text\": \"700721 - Glass; safety glass, laminated, of size and shape suitable for incorporation in vehicles, aircraft, spacecraft or vessels\",\r\n\t\t\t\"parent\": \"7007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700729\",\r\n\t\t\t\"text\": \"700729 - Glass; safety glass, laminated, (not of a size and shape suitable for incorporation in vehicles, aircraft, spacecraft or vessels)\",\r\n\t\t\t\"parent\": \"7007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7008\",\r\n\t\t\t\"text\": \"7008 - Glass; multiple-walled insulating units of glass\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700800\",\r\n\t\t\t\"text\": \"700800 - Glass; multiple-walled insulating units of glass\",\r\n\t\t\t\"parent\": \"7008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7009\",\r\n\t\t\t\"text\": \"7009 - Glass mirrors; whether or not framed, including rear-view mirrors\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700910\",\r\n\t\t\t\"text\": \"700910 - Glass; rear-view mirrors for vehicles\",\r\n\t\t\t\"parent\": \"7009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700991\",\r\n\t\t\t\"text\": \"700991 - Glass mirrors; unframed, excluding rear-view mirrors for vehicles\",\r\n\t\t\t\"parent\": \"7009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700992\",\r\n\t\t\t\"text\": \"700992 - Glass mirrors; framed, excluding rear-view mirrors for vehicles\",\r\n\t\t\t\"parent\": \"7009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7010\",\r\n\t\t\t\"text\": \"7010 - Carboys, bottles, flasks, jars, pots, phials, ampoules, containers of glass of a kind used for the conveyance or packing of goods; preserving jars of glass; stoppers, lids and other closures of glass\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701010\",\r\n\t\t\t\"text\": \"701010 - Glass; ampoules, of a kind used for the conveyance or packing of goods\",\r\n\t\t\t\"parent\": \"7010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701020\",\r\n\t\t\t\"text\": \"701020 - Glass; stoppers, lids and other closures\",\r\n\t\t\t\"parent\": \"7010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701090\",\r\n\t\t\t\"text\": \"701090 - Glass; carboys, bottles, flasks, jars, pots, phials and other containers of glass, (not ampoules), used for the conveyance or packing of goods\",\r\n\t\t\t\"parent\": \"7010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701091\",\r\n\t\t\t\"text\": \"701091 - Carboys/bot/flask > 1 lt\",\r\n\t\t\t\"parent\": \"7010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701092\",\r\n\t\t\t\"text\": \"701092 - Carboys/bot/flask<.33>1\",\r\n\t\t\t\"parent\": \"7010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701093\",\r\n\t\t\t\"text\": \"701093 - Carboys/bot/flask<.15>.3\",\r\n\t\t\t\"parent\": \"7010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701094\",\r\n\t\t\t\"text\": \"701094 - Carboys/bot/flask<.15 lt\",\r\n\t\t\t\"parent\": \"7010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7011\",\r\n\t\t\t\"text\": \"7011 - Glass envelopes (including bulbs and tubes), open and glass parts thereof, without fittings, for electric lamps and light sources, cathode-ray tubes or the like\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701110\",\r\n\t\t\t\"text\": \"701110 - Glass envelopes (including bulbs and tubes); open, and glass parts thereof, without fittings, for electric lighting\",\r\n\t\t\t\"parent\": \"7011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701120\",\r\n\t\t\t\"text\": \"701120 - Glass envelopes (including bulbs and tubes); open, and glass parts thereof, without fittings, for cathode-ray tubes\",\r\n\t\t\t\"parent\": \"7011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701190\",\r\n\t\t\t\"text\": \"701190 - Glass envelopes (including bulbs and tubes); open, and glass parts thereof, without fittings, other than for electric lighting and cathode-ray tubes\",\r\n\t\t\t\"parent\": \"7011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7012\",\r\n\t\t\t\"text\": \"7012 - Glass inners for vacuum flasks, other vacuum vessels\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701200\",\r\n\t\t\t\"text\": \"701200 - Glass inners for vacuum flasks, other vacuum vessels\",\r\n\t\t\t\"parent\": \"7012\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7013\",\r\n\t\t\t\"text\": \"7013 - Glassware of a kind used for table, kitchen, toilet, office, indoor decoration or similar purposes (other than of heading no. 7010 or 7018)\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701310\",\r\n\t\t\t\"text\": \"701310 - Glassware; of a kind used for table, kitchen, toilet, office, indoor decoration or similar purposes (other than of heading no. 7010 or 7018), of glass-ceramics\",\r\n\t\t\t\"parent\": \"7013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701321\",\r\n\t\t\t\"text\": \"701321 - Drinking glasses of lead crystal\",\r\n\t\t\t\"parent\": \"7013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701322\",\r\n\t\t\t\"text\": \"701322 - Stemware drinking glasses, of lead crystal\",\r\n\t\t\t\"parent\": \"7013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701328\",\r\n\t\t\t\"text\": \"701328 - Stemware drinking glasses, other than of lead crystal or glass-ceramics\",\r\n\t\t\t\"parent\": \"7013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701329\",\r\n\t\t\t\"text\": \"701329 - Drinking glasses, except lead crystal or glass cerami\",\r\n\t\t\t\"parent\": \"7013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701331\",\r\n\t\t\t\"text\": \"701331 - Lead crystal table, kitchen glass (not drink glasses)\",\r\n\t\t\t\"parent\": \"7013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701332\",\r\n\t\t\t\"text\": \"701332 - Table, kitchenware of low expansion glass (Pyrex etc)\",\r\n\t\t\t\"parent\": \"7013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701333\",\r\n\t\t\t\"text\": \"701333 - Glassware; drinking glasses (not stemware), of lead crystal\",\r\n\t\t\t\"parent\": \"7013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701337\",\r\n\t\t\t\"text\": \"701337 - Glassware; drinking glasses (not stemware), other than of lead crystal or glass-ceramics\",\r\n\t\t\t\"parent\": \"7013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701339\",\r\n\t\t\t\"text\": \"701339 - Glass table or kitchenware, except low expansion glas\",\r\n\t\t\t\"parent\": \"7013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701341\",\r\n\t\t\t\"text\": \"701341 - Glassware of a kind used for table or kitchen purposes (not drinking glasses), of lead crystal\",\r\n\t\t\t\"parent\": \"7013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701342\",\r\n\t\t\t\"text\": \"701342 - Glassware of a kind used for table or kitchen purposes (not drinking glasses), of glass having a linear coefficient of expansion not exceeding 5 x 10 (to the minus 6), (or 0.000005) per Kelvin within a temperature range of 0-300 degrees C\",\r\n\t\t\t\"parent\": \"7013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701349\",\r\n\t\t\t\"text\": \"701349 - Glassware of a kind used for table or kitchen purposes (not drinking glasses or of glass-ceramics), of glass n.e.c. in item no. 7013.4\",\r\n\t\t\t\"parent\": \"7013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701391\",\r\n\t\t\t\"text\": \"701391 - Glassware; n.e.c. in heading no. 7013, of lead crystal\",\r\n\t\t\t\"parent\": \"7013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701399\",\r\n\t\t\t\"text\": \"701399 - Glassware; n.e.c. in heading no. 7013, other than of lead crystal\",\r\n\t\t\t\"parent\": \"7013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7014\",\r\n\t\t\t\"text\": \"7014 - Signalling glassware and optical elements of glass (other than those of heading no. 7015), not optically worked\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701400\",\r\n\t\t\t\"text\": \"701400 - Glassware; signalling, (not optically worked)\",\r\n\t\t\t\"parent\": \"7014\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7015\",\r\n\t\t\t\"text\": \"7015 - Clock, watch and similar glasses, glasses for non-corrective or corrective spectacles, curved, bent, hallowed etc, not optically worked; hollow glass spheres and their segments for manufacture\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701510\",\r\n\t\t\t\"text\": \"701510 - Glasses for corrective spectacles; curved, bent, hollowed or the like, not optically worked\",\r\n\t\t\t\"parent\": \"7015\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701590\",\r\n\t\t\t\"text\": \"701590 - Glasses; clock or watch and similar, glasses for non-corrective spectacles, curved, bent, hollowed etc, (not optically worked), hollow glass spheres and segments, for the manufacture of such glasses\",\r\n\t\t\t\"parent\": \"7015\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7016\",\r\n\t\t\t\"text\": \"7016 - Glass; paving blocks, slabs, bricks, tiles etc, of pressed, moulded glass, whether or not wired, glass smallwares for decorative purposes leaded lights and the like; multicellular or foam glass\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701610\",\r\n\t\t\t\"text\": \"701610 - Glass cubes and other glass smallwares; whether or not on a backing, for mosaics or similar decorative purposes\",\r\n\t\t\t\"parent\": \"7016\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701690\",\r\n\t\t\t\"text\": \"701690 - Multicellular or foam glass; in blocks, panels, plates, shells or similar forms; paving blocks, slabs, bricks and other articles of pressed or moulded glass\",\r\n\t\t\t\"parent\": \"7016\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7017\",\r\n\t\t\t\"text\": \"7017 - Laboratory, hygienic or pharmaceutical glassware, whether or not graduated or calibrated\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701710\",\r\n\t\t\t\"text\": \"701710 - Glassware; laboratory, hygienic or pharmaceutical, whether or not graduated or calibrated, of fused quartz or other fused silica\",\r\n\t\t\t\"parent\": \"7017\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701720\",\r\n\t\t\t\"text\": \"701720 - Glassware; laboratory, hygienic or pharmaceutical, whether or not graduated or calibrated, having a linear co-efficient of expansion not over 5 x 10 (to the minus 6), (or 0.000005)) per Kelvin with a temperature of 0-300 degrees C\",\r\n\t\t\t\"parent\": \"7017\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701790\",\r\n\t\t\t\"text\": \"701790 - Glassware; laboratory, hygienic or pharmaceutical, whether or not graduated or calibrated, of glass n.e.c. in heading no. 7017\",\r\n\t\t\t\"parent\": \"7017\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7018\",\r\n\t\t\t\"text\": \"7018 - Glass beads, imitation pearls, precious or semi-precious stones and similar glass smallwares, statuettes and other ornaments of worked glass; glass microspheres not exceeding 1mm in diameter\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701810\",\r\n\t\t\t\"text\": \"701810 - Glass; beads, imitation pearls, imitation precious or semi-precious stones and similar glass smallwares\",\r\n\t\t\t\"parent\": \"7018\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701820\",\r\n\t\t\t\"text\": \"701820 - Glass microspheres; not exceeding 1mm in diameter\",\r\n\t\t\t\"parent\": \"7018\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701890\",\r\n\t\t\t\"text\": \"701890 - Glass; articles thereof, statuettes and other ornaments of lamp worked glass, other than imitation jewellery\",\r\n\t\t\t\"parent\": \"7018\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7019\",\r\n\t\t\t\"text\": \"7019 - Glass fibres (including glass wool) and articles thereof (e.g. yarn, rovings, woven fabrics)\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701910\",\r\n\t\t\t\"text\": \"701910 - Slivers, rovings, yarn and chopped strands of glass\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701911\",\r\n\t\t\t\"text\": \"701911 - Glass fibres; (including glass wool), chopped strands, of a length of not more than 50mm\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701912\",\r\n\t\t\t\"text\": \"701912 - Glass fibres; (including glass wool), rovings\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701913\",\r\n\t\t\t\"text\": \"701913 - Glass fibres; (including glass wool), yarns and slivers\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701914\",\r\n\t\t\t\"text\": \"701914 - Glass fibres; (including glass wool), mechanically bonded mats\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701915\",\r\n\t\t\t\"text\": \"701915 - Glass fibres; (including glass wool), chemically bonded mats\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701919\",\r\n\t\t\t\"text\": \"701919 - Glass fibres; (including glass wool), threads and mats, other than mechanically or chemically bonded mats\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701920\",\r\n\t\t\t\"text\": \"701920 - Woven fabric of glass fibres\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701931\",\r\n\t\t\t\"text\": \"701931 - Glass fibres; non-woven products, mats\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701932\",\r\n\t\t\t\"text\": \"701932 - Glass fibres; non-woven products, thin sheets (voiles)\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701939\",\r\n\t\t\t\"text\": \"701939 - Glass fibres; webs, mattresses, boards and similar non-woven products excluding mats and thin sheets\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701940\",\r\n\t\t\t\"text\": \"701940 - Glass fibres; woven fabrics of rovings\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701951\",\r\n\t\t\t\"text\": \"701951 - Glass fibres; woven fabrics (other than of rovings), of a width not exceeding 30cm\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701952\",\r\n\t\t\t\"text\": \"701952 - Glass fibres; woven fabrics (other than of rovings), of a width exceeding 30cm, plain weave, weighing less than 250g/m2, of filaments measuring per single yarn not more than 136 tex\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701959\",\r\n\t\t\t\"text\": \"701959 - Glass fibres; woven fabrics (other than of rovings), n.e.c. in item no. 7019.5\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701961\",\r\n\t\t\t\"text\": \"701961 - Glass fibres; mechanically bonded fabrics and closed woven fabrics of rovings\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701962\",\r\n\t\t\t\"text\": \"701962 - Glass fibres; non-woven mechanically bonded fabrics and closed fabrics of rovings\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701963\",\r\n\t\t\t\"text\": \"701963 - Glass fibres; mechanically bonded fabrics and closed woven fabrics, plain weave, of yarns, not coated or laminated (other than rovings)\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701964\",\r\n\t\t\t\"text\": \"701964 - Glass fibres; closed woven fabrics, plain weave, of yarns, coated or laminated, (other than rovings)\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701965\",\r\n\t\t\t\"text\": \"701965 - Glass fibres; open woven fabrics of a width not exceeding 30cm\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701966\",\r\n\t\t\t\"text\": \"701966 - Glass fibres; open woven fabrics of a width exceeding 30cm\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701969\",\r\n\t\t\t\"text\": \"701969 - Glass fibres; fabrics n.e.c. in item no. 7019.6\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701971\",\r\n\t\t\t\"text\": \"701971 - Glass fibres; chemically bonded fabrics\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701972\",\r\n\t\t\t\"text\": \"701972 - Glass fibres; chemically bonded fabrics, closed fabrics n.e.c. in heading 7019\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701973\",\r\n\t\t\t\"text\": \"701973 - Glass fibres; chemically bonded fabrics, open fabrics n.e.c. in heading 7019\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701980\",\r\n\t\t\t\"text\": \"701980 - Glass fibres; glass wool and articles thereof\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701990\",\r\n\t\t\t\"text\": \"701990 - Glass fibres; n.e.c. in heading no. 7019\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7020\",\r\n\t\t\t\"text\": \"7020 - Glass; articles n.e.c. in chapter 70\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"702000\",\r\n\t\t\t\"text\": \"702000 - Glass; articles n.e.c. in chapter 70\",\r\n\t\t\t\"parent\": \"7020\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"71\",\r\n\t\t\t\"text\": \"71 - Natural, cultured pearls; precious, semi-precious stones; precious metals, metals clad with precious metal, and articles thereof; imitation jewellery; coin\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7101\",\r\n\t\t\t\"text\": \"7101 - Pearls; natural or cultured, whether or not worked or graded but not strung, mounted or set; pearls, natural or cultured, temporarily strung for the convenience of transport\",\r\n\t\t\t\"parent\": \"71\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710110\",\r\n\t\t\t\"text\": \"710110 - Pearls; natural, whether or not worked or graded (but not strung, mounted or set), temporarily strung for the convenience of transport\",\r\n\t\t\t\"parent\": \"7101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710121\",\r\n\t\t\t\"text\": \"710121 - Pearls; cultured, unworked, whether or not graded (but not strung, mounted or set), temporarily strung for the convenience of transport\",\r\n\t\t\t\"parent\": \"7101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710122\",\r\n\t\t\t\"text\": \"710122 - Pearls; cultured, worked, whether or not graded (but not strung, mounted or set), temporarily strung for the convenience of transport\",\r\n\t\t\t\"parent\": \"7101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7102\",\r\n\t\t\t\"text\": \"7102 - Diamonds, whether or not worked, but not mounted or set\",\r\n\t\t\t\"parent\": \"71\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710210\",\r\n\t\t\t\"text\": \"710210 - Diamonds; whether or not worked, but not mounted or set, unsorted\",\r\n\t\t\t\"parent\": \"7102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710221\",\r\n\t\t\t\"text\": \"710221 - Diamonds; industrial, unworked or simply sawn, cleaved or bruted, but not mounted or set\",\r\n\t\t\t\"parent\": \"7102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710229\",\r\n\t\t\t\"text\": \"710229 - Diamonds; industrial, (other than unworked or simply sawn, cleaved or bruted), but not mounted or set\",\r\n\t\t\t\"parent\": \"7102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710231\",\r\n\t\t\t\"text\": \"710231 - Diamonds; non-industrial, unworked or simply sawn, cleaved or bruted, but not mounted or set\",\r\n\t\t\t\"parent\": \"7102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710239\",\r\n\t\t\t\"text\": \"710239 - Diamonds; non-industrial, (other than unworked or simply sawn, cleaved or bruted), but not mounted or set\",\r\n\t\t\t\"parent\": \"7102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7103\",\r\n\t\t\t\"text\": \"7103 - Precious (excluding diamond) and semi-precious stone; worked, graded, not strung, mounted, set; ungraded precious (excluding diamond) and semi-precious stone, temporarily strung for convenience of transport\",\r\n\t\t\t\"parent\": \"71\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710310\",\r\n\t\t\t\"text\": \"710310 - Stones; precious (other than diamonds) and semi-precious stones, unworked or simply sawn or roughly shaped, not strung, mounted or set\",\r\n\t\t\t\"parent\": \"7103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710391\",\r\n\t\t\t\"text\": \"710391 - Stones; rubies, sapphires and emeralds, worked (other than simply sawn or roughly shaped), not strung, mounted or set\",\r\n\t\t\t\"parent\": \"7103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710399\",\r\n\t\t\t\"text\": \"710399 - Stones; precious (other than diamonds) and semi-precious stones, (other than rubies, sapphires and emeralds), worked other than simply sawn or roughly shaped, not strung, mounted or set\",\r\n\t\t\t\"parent\": \"7103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7104\",\r\n\t\t\t\"text\": \"7104 - Stones; synthetic or reconstructed precious or semi-precious, whether or not worked or graded but not strung, mounted or set; ungraded synthetic or reconstructed precious or semi-precious stones, temporarily strung for convenience of transport\",\r\n\t\t\t\"parent\": \"71\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710410\",\r\n\t\t\t\"text\": \"710410 - Stones; piezo-electric quartz, whether or not worked or graded but not strung, mounted or set; ungraded synthetic or reconstructed precious or semi-precious stones, temporarily strung for convenience of transport\",\r\n\t\t\t\"parent\": \"7104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710420\",\r\n\t\t\t\"text\": \"710420 - Stones; precious or semi-precious, synthetic or reconstructed, (not piezo-electric quartz), unworked or simply sawn, roughly shaped, (not strung, mounted or set), temporarily strung for transport convenience\",\r\n\t\t\t\"parent\": \"7104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710421\",\r\n\t\t\t\"text\": \"710421 - Stones; diamonds, unworked or simply sawn or roughly shaped\",\r\n\t\t\t\"parent\": \"7104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710429\",\r\n\t\t\t\"text\": \"710429 - Stones; synthetic or reconstructed precious or semi-precious n.e.c. in heading 7104, unworked or simply sawn or roughly shaped\",\r\n\t\t\t\"parent\": \"7104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710490\",\r\n\t\t\t\"text\": \"710490 - Stones; precious or semi-precious, synthetic or reconstructed, (not piezo-electric quartz), worked or graded or not, (but not strung, mounted or set), temporarily strung for transport convenience, n.e.c. in item no. 7104.20\",\r\n\t\t\t\"parent\": \"7104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710491\",\r\n\t\t\t\"text\": \"710491 - Stones; diamonds, n.e.c. in heading 7104, worked or graded but not strung, mounted or set; ungraded synthetic or reconstructed precious or semi-precious stones, temporarily strung for convenience of transport\",\r\n\t\t\t\"parent\": \"7104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710499\",\r\n\t\t\t\"text\": \"710499 - Stones; synthetic or reconstructed precious or semi-precious n.e.c. in heading 7104, worked or graded but not strung, mounted or set; ungraded synthetic or reconstructed precious or semi-precious stones, temporarily strung for convenience of transport\",\r\n\t\t\t\"parent\": \"7104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7105\",\r\n\t\t\t\"text\": \"7105 - Dust and powder of natural or synthetic precious or semi-precious stone\",\r\n\t\t\t\"parent\": \"71\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710510\",\r\n\t\t\t\"text\": \"710510 - Stones; precious and semi-precious, dust and powder, of diamonds\",\r\n\t\t\t\"parent\": \"7105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710590\",\r\n\t\t\t\"text\": \"710590 - Stones; precious and semi-precious, dust and powder, of natural or synthetic precious or semi-precious stones, excluding diamonds\",\r\n\t\t\t\"parent\": \"7105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7106\",\r\n\t\t\t\"text\": \"7106 - Silver (including silver plated with gold or platinum); unwrought or in semi-manufactured forms, or in powder form\",\r\n\t\t\t\"parent\": \"71\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710610\",\r\n\t\t\t\"text\": \"710610 - Metals; silver powder\",\r\n\t\t\t\"parent\": \"7106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710691\",\r\n\t\t\t\"text\": \"710691 - Metals; silver, unwrought, (but not powder)\",\r\n\t\t\t\"parent\": \"7106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710692\",\r\n\t\t\t\"text\": \"710692 - Metals; silver, semi-manufactured\",\r\n\t\t\t\"parent\": \"7106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7107\",\r\n\t\t\t\"text\": \"7107 - Base metals clad with silver; not further worked than semi-manufactured\",\r\n\t\t\t\"parent\": \"71\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710700\",\r\n\t\t\t\"text\": \"710700 - Base metals clad with silver; not further worked than semi-manufactured\",\r\n\t\t\t\"parent\": \"7107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7108\",\r\n\t\t\t\"text\": \"7108 - Gold (including gold plated with platinum) unwrought or in semi-manufactured forms, or in powder form\",\r\n\t\t\t\"parent\": \"71\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710811\",\r\n\t\t\t\"text\": \"710811 - Metals; gold, non-monetary, powder\",\r\n\t\t\t\"parent\": \"7108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710812\",\r\n\t\t\t\"text\": \"710812 - Metals; gold, non-monetary, unwrought (but not powder)\",\r\n\t\t\t\"parent\": \"7108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710813\",\r\n\t\t\t\"text\": \"710813 - Metals; gold, semi-manufactured\",\r\n\t\t\t\"parent\": \"7108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710820\",\r\n\t\t\t\"text\": \"710820 - Gold, monetary\",\r\n\t\t\t\"parent\": \"7108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7109\",\r\n\t\t\t\"text\": \"7109 - Base metals or silver, clad with gold, not further worked than semi-manufactured\",\r\n\t\t\t\"parent\": \"71\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710900\",\r\n\t\t\t\"text\": \"710900 - Base metals or silver; clad with gold, not further worked than semi-manufactured\",\r\n\t\t\t\"parent\": \"7109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7110\",\r\n\t\t\t\"text\": \"7110 - Platinum; unwrought or in semi-manufactured forms, or in powder form\",\r\n\t\t\t\"parent\": \"71\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711011\",\r\n\t\t\t\"text\": \"711011 - Metals; platinum, unwrought or in powder form\",\r\n\t\t\t\"parent\": \"7110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711019\",\r\n\t\t\t\"text\": \"711019 - Metals; platinum, semi-manufactured\",\r\n\t\t\t\"parent\": \"7110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711021\",\r\n\t\t\t\"text\": \"711021 - Metals; palladium, unwrought or in powder form\",\r\n\t\t\t\"parent\": \"7110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711029\",\r\n\t\t\t\"text\": \"711029 - Metals; palladium, semi-manufactured\",\r\n\t\t\t\"parent\": \"7110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711031\",\r\n\t\t\t\"text\": \"711031 - Metals; rhodium, unwrought or in powder form\",\r\n\t\t\t\"parent\": \"7110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711039\",\r\n\t\t\t\"text\": \"711039 - Metals; rhodium, semi-manufactured\",\r\n\t\t\t\"parent\": \"7110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711041\",\r\n\t\t\t\"text\": \"711041 - Metals; iridium, osmium, ruthenium, unwrought or in powder form\",\r\n\t\t\t\"parent\": \"7110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711049\",\r\n\t\t\t\"text\": \"711049 - Metals; iridium, osmium, ruthenium, semi-manufactured\",\r\n\t\t\t\"parent\": \"7110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7111\",\r\n\t\t\t\"text\": \"7111 - Base metals, silver or gold, clad with platinum; not further worked than semi-manufactured\",\r\n\t\t\t\"parent\": \"71\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711100\",\r\n\t\t\t\"text\": \"711100 - Base metals, silver or gold, clad with platinum; not further worked than semi-manufactured\",\r\n\t\t\t\"parent\": \"7111\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7112\",\r\n\t\t\t\"text\": \"7112 - Waste and scrap of precious metal or of metal clad with precious metal; other waste and scrap containing precious metal compounds, of a kind uses principally for the recovery of precious metal other than goods of heading 85.49\",\r\n\t\t\t\"parent\": \"71\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711210\",\r\n\t\t\t\"text\": \"711210 - Waste or scrap containing gold as sole precious metal\",\r\n\t\t\t\"parent\": \"7112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711220\",\r\n\t\t\t\"text\": \"711220 - Waste/scrap containing platinum as sole precious meta\",\r\n\t\t\t\"parent\": \"7112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711230\",\r\n\t\t\t\"text\": \"711230 - Waste and scrap of precious metal or of metal clad with precious metal; ash containing precious metal or precious metal compounds\",\r\n\t\t\t\"parent\": \"7112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711290\",\r\n\t\t\t\"text\": \"711290 - Waste/scrap, precious metals except pure gold/platinu\",\r\n\t\t\t\"parent\": \"7112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711291\",\r\n\t\t\t\"text\": \"711291 - Waste and scrap of precious metals; of gold, including metal clad with gold but excluding sweepings containing other precious metals\",\r\n\t\t\t\"parent\": \"7112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711292\",\r\n\t\t\t\"text\": \"711292 - Waste and scrap of precious metals; of platinum, including metal clad with platinum but excluding sweepings containing other precious metals\",\r\n\t\t\t\"parent\": \"7112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711299\",\r\n\t\t\t\"text\": \"711299 - Waste and scrap of precious metals; waste and scrap of precious metals including metal clad with precious metals, other than that of gold and platinum and excluding ash which contains precious metal or precious metal compounds\",\r\n\t\t\t\"parent\": \"7112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7113\",\r\n\t\t\t\"text\": \"7113 - Jewellery articles and parts thereof, of precious metal or of metal clad with precious metal\",\r\n\t\t\t\"parent\": \"71\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711311\",\r\n\t\t\t\"text\": \"711311 - Jewellery; of silver, whether or not plated or clad with other precious metal, and parts thereof\",\r\n\t\t\t\"parent\": \"7113\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711319\",\r\n\t\t\t\"text\": \"711319 - Jewellery; of precious metal (excluding silver) whether or not plated or clad with precious metal, and parts thereof\",\r\n\t\t\t\"parent\": \"7113\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711320\",\r\n\t\t\t\"text\": \"711320 - Jewellery; of base metal clad with precious metal, and parts thereof\",\r\n\t\t\t\"parent\": \"7113\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7114\",\r\n\t\t\t\"text\": \"7114 - Articles of goldsmiths' or silversmiths' wares and parts thereof, of precious metal or of metal clad with precious metal\",\r\n\t\t\t\"parent\": \"71\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711411\",\r\n\t\t\t\"text\": \"711411 - Silversmiths' wares; and parts thereof, of silver, whether or not plated or clad with other precious metal\",\r\n\t\t\t\"parent\": \"7114\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711419\",\r\n\t\t\t\"text\": \"711419 - Goldsmiths' wares; articles of and parts thereof, of precious metal (excluding silver) whether or not plated or clad with precious metal\",\r\n\t\t\t\"parent\": \"7114\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711420\",\r\n\t\t\t\"text\": \"711420 - Goldsmiths' and silversmiths' wares; articles of and parts thereof, of base metal clad with precious metal\",\r\n\t\t\t\"parent\": \"7114\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7115\",\r\n\t\t\t\"text\": \"7115 - Articles of precious metal or of metal clad with precious metal\",\r\n\t\t\t\"parent\": \"71\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711510\",\r\n\t\t\t\"text\": \"711510 - Metal; catalysts in the form of wire cloth or grill, of platinum\",\r\n\t\t\t\"parent\": \"7115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711590\",\r\n\t\t\t\"text\": \"711590 - Metal; precious or metal clad with precious metal, other than that of item no. 7115.10\",\r\n\t\t\t\"parent\": \"7115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7116\",\r\n\t\t\t\"text\": \"7116 - Articles of natural or cultured pearls, precious or semi-precious stones (natural, synthetic or reconstructed)\",\r\n\t\t\t\"parent\": \"71\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711610\",\r\n\t\t\t\"text\": \"711610 - Pearls; articles of natural or cultured pearls\",\r\n\t\t\t\"parent\": \"7116\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711620\",\r\n\t\t\t\"text\": \"711620 - Stones; precious or semi-precious stones (natural, synthetic or reconstructed) articles of\",\r\n\t\t\t\"parent\": \"7116\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7117\",\r\n\t\t\t\"text\": \"7117 - Imitation jewellery\",\r\n\t\t\t\"parent\": \"71\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711711\",\r\n\t\t\t\"text\": \"711711 - Jewellery; imitation, cuff links and studs, of base metal, whether or not plated with precious metal\",\r\n\t\t\t\"parent\": \"7117\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711719\",\r\n\t\t\t\"text\": \"711719 - Jewellery; imitation, (excluding cuff links and studs), of base metal, whether or not plated with precious metal\",\r\n\t\t\t\"parent\": \"7117\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711790\",\r\n\t\t\t\"text\": \"711790 - Jewellery; imitation, of other than base metal, whether or not plated with precious metal\",\r\n\t\t\t\"parent\": \"7117\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7118\",\r\n\t\t\t\"text\": \"7118 - Coin\",\r\n\t\t\t\"parent\": \"71\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711810\",\r\n\t\t\t\"text\": \"711810 - Coin (other than gold coin), not being legal tender\",\r\n\t\t\t\"parent\": \"7118\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711890\",\r\n\t\t\t\"text\": \"711890 - Coin; other than coin of item no. 7118.10\",\r\n\t\t\t\"parent\": \"7118\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"72\",\r\n\t\t\t\"text\": \"72 - Iron and steel\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7201\",\r\n\t\t\t\"text\": \"7201 - Pig iron and spiegeleisen in pigs, blocks or other primary forms\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720110\",\r\n\t\t\t\"text\": \"720110 - Iron; non-alloy pig iron containing by weight 0.5% or less of phosphorus, in pigs, blocks or other primary forms\",\r\n\t\t\t\"parent\": \"7201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720120\",\r\n\t\t\t\"text\": \"720120 - Iron; non-alloy pig iron containing by weight more than 0.5% of phosphorus, in pigs, blocks or other primary forms\",\r\n\t\t\t\"parent\": \"7201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720130\",\r\n\t\t\t\"text\": \"720130 - Alloy pig iron, in primary forms\",\r\n\t\t\t\"parent\": \"7201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720140\",\r\n\t\t\t\"text\": \"720140 - Spiegeleisen in primary forms\",\r\n\t\t\t\"parent\": \"7201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720150\",\r\n\t\t\t\"text\": \"720150 - Iron; alloy pig iron; spiegeleisen, in pigs, blocks or other primary forms\",\r\n\t\t\t\"parent\": \"7201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7202\",\r\n\t\t\t\"text\": \"7202 - Ferro-alloys\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720211\",\r\n\t\t\t\"text\": \"720211 - Ferro-alloys; ferro-manganese, containing by weight more than 2% of carbon\",\r\n\t\t\t\"parent\": \"7202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720219\",\r\n\t\t\t\"text\": \"720219 - Ferro-alloys; ferro-manganese, containing by weight 2% or less of carbon\",\r\n\t\t\t\"parent\": \"7202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720221\",\r\n\t\t\t\"text\": \"720221 - Ferro-alloys; ferro-silicon, containing by weight more than 55% of silicon\",\r\n\t\t\t\"parent\": \"7202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720229\",\r\n\t\t\t\"text\": \"720229 - Ferro-alloys; ferro-silicon, containing by weight 55% or less of silicon\",\r\n\t\t\t\"parent\": \"7202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720230\",\r\n\t\t\t\"text\": \"720230 - Ferro-alloys; ferro-silico-manganese\",\r\n\t\t\t\"parent\": \"7202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720241\",\r\n\t\t\t\"text\": \"720241 - Ferro-alloys; ferro-chromium, containing by weight more than 4% of carbon\",\r\n\t\t\t\"parent\": \"7202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720249\",\r\n\t\t\t\"text\": \"720249 - Ferro-alloys; ferro-chromium, containing by weight 4% or less of carbon\",\r\n\t\t\t\"parent\": \"7202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720250\",\r\n\t\t\t\"text\": \"720250 - Ferro-alloys; ferro-silico-chromium\",\r\n\t\t\t\"parent\": \"7202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720260\",\r\n\t\t\t\"text\": \"720260 - Ferro-alloys; ferro-nickel\",\r\n\t\t\t\"parent\": \"7202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720270\",\r\n\t\t\t\"text\": \"720270 - Ferro-alloys; ferro-molybdenum\",\r\n\t\t\t\"parent\": \"7202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720280\",\r\n\t\t\t\"text\": \"720280 - Ferro-alloys; ferro-tungsten and ferro-silico-tungsten\",\r\n\t\t\t\"parent\": \"7202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720291\",\r\n\t\t\t\"text\": \"720291 - Ferro-alloys; ferro-titanium and ferro-silico-titanium\",\r\n\t\t\t\"parent\": \"7202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720292\",\r\n\t\t\t\"text\": \"720292 - Ferro-alloys; ferro-vanadium\",\r\n\t\t\t\"parent\": \"7202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720293\",\r\n\t\t\t\"text\": \"720293 - Ferro-alloys; ferro-niobium\",\r\n\t\t\t\"parent\": \"7202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720299\",\r\n\t\t\t\"text\": \"720299 - Ferro-alloys; n.e.c. in heading no. 7202\",\r\n\t\t\t\"parent\": \"7202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7203\",\r\n\t\t\t\"text\": \"7203 - Ferrous products obtained by direct reduction of iron ore and other spongy ferrous products, in lumps, pellets or the like; iron having a minimum purity of 99.94%, in lumps, pellets or similar forms\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720310\",\r\n\t\t\t\"text\": \"720310 - Ferrous products; obtained by direct reduction of iron ore, in lumps, pellets or similar forms\",\r\n\t\t\t\"parent\": \"7203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720390\",\r\n\t\t\t\"text\": \"720390 - Ferrous products; spongy ferrous products and iron having a minimum purity by weight of 99.94%, in lumps, pellets or similar forms\",\r\n\t\t\t\"parent\": \"7203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7204\",\r\n\t\t\t\"text\": \"7204 - Ferrous waste and scrap; remelting scrap ingots of iron or steel\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720410\",\r\n\t\t\t\"text\": \"720410 - Ferrous waste and scrap; of cast iron\",\r\n\t\t\t\"parent\": \"7204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720421\",\r\n\t\t\t\"text\": \"720421 - Ferrous waste and scrap; of stainless steel\",\r\n\t\t\t\"parent\": \"7204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720429\",\r\n\t\t\t\"text\": \"720429 - Ferrous waste and scrap; of alloy steel (excluding stainless)\",\r\n\t\t\t\"parent\": \"7204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720430\",\r\n\t\t\t\"text\": \"720430 - Ferrous waste and scrap; of tinned iron or steel\",\r\n\t\t\t\"parent\": \"7204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720441\",\r\n\t\t\t\"text\": \"720441 - Ferrous waste and scrap; turnings, shavings, chips, milling waste, sawdust, filings, trimmings and stampings, whether or not in bundles\",\r\n\t\t\t\"parent\": \"7204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720449\",\r\n\t\t\t\"text\": \"720449 - Ferrous waste and scrap; n.e.c. in heading no. 7204\",\r\n\t\t\t\"parent\": \"7204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720450\",\r\n\t\t\t\"text\": \"720450 - Ferrous products; remelting scrap ingots\",\r\n\t\t\t\"parent\": \"7204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7205\",\r\n\t\t\t\"text\": \"7205 - Granules and powders, of pig iron, spiegeleisen, iron or steel\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720510\",\r\n\t\t\t\"text\": \"720510 - Iron or steel, pig iron, spiegeleisen; granules thereof\",\r\n\t\t\t\"parent\": \"7205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720521\",\r\n\t\t\t\"text\": \"720521 - Alloy steel powders\",\r\n\t\t\t\"parent\": \"7205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720529\",\r\n\t\t\t\"text\": \"720529 - Iron or steel, pig iron, spiegeleisen; powders (excluding alloy steel)\",\r\n\t\t\t\"parent\": \"7205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7206\",\r\n\t\t\t\"text\": \"7206 - Iron and non-alloy steel in ingots or other primary forms (excluding iron of heading no. 7203)\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720610\",\r\n\t\t\t\"text\": \"720610 - Iron or non-alloy steel; ingots (excluding iron of heading no. 7203)\",\r\n\t\t\t\"parent\": \"7206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720690\",\r\n\t\t\t\"text\": \"720690 - Iron or non-alloy steel; primary forms (excluding ingots and iron of heading no. 7203)\",\r\n\t\t\t\"parent\": \"7206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7207\",\r\n\t\t\t\"text\": \"7207 - Iron or non-alloy steel; semi-finished products thereof\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720711\",\r\n\t\t\t\"text\": \"720711 - Iron or non-alloy steel; semi-finished products of iron or non-alloy steel; containing by weight less than 0.25% of carbon, of rectangular (including square) cross-section, width less than twice thickness\",\r\n\t\t\t\"parent\": \"7207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720712\",\r\n\t\t\t\"text\": \"720712 - Iron or non-alloy steel; semi-finished products of iron or non-alloy steel; containing by weight less than 0.25% of carbon, of rectangular (other than square) cross-section\",\r\n\t\t\t\"parent\": \"7207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720719\",\r\n\t\t\t\"text\": \"720719 - Iron or non-alloy steel; semi-finished products of iron or non-alloy steel, containing by weight less than 0.25% of carbon, other than rectangular or square cross-section\",\r\n\t\t\t\"parent\": \"7207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720720\",\r\n\t\t\t\"text\": \"720720 - Iron or non-alloy steel; semi-finished products of iron or non-alloy steel, containing by weight 0.25% or more of carbon\",\r\n\t\t\t\"parent\": \"7207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7208\",\r\n\t\t\t\"text\": \"7208 - Iron or non-alloy steel; flat-rolled products of a width of 600mm or more, hot-rolled, not clad, plated or coated\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720810\",\r\n\t\t\t\"text\": \"720810 - Iron or non-alloy steel; in coils, flat-rolled, of a width 600mm or more, hot-rolled, with patterns in relief\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720811\",\r\n\t\t\t\"text\": \"720811 - Hot rolled iron or non-alloy steel, coil,w >600mm, t >10mm, myp 355 mpa\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720812\",\r\n\t\t\t\"text\": \"720812 - Hot rolled iron or non-alloy steel, coil,w >600mm, t 4.75-10mm, 355 mpa\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720813\",\r\n\t\t\t\"text\": \"720813 - Hot rolled iron or non-alloy steel, coil,w >600mm, t 3-4.75mm, 355 mpa\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720814\",\r\n\t\t\t\"text\": \"720814 - Hot rolled iron or non-alloy steel, coil,w >600mm, t <3mm, myp 275 mpa\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720821\",\r\n\t\t\t\"text\": \"720821 - Hot rolled iron or non-alloy steel, coil,width >600mm, t >10mm, nes\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720822\",\r\n\t\t\t\"text\": \"720822 - Hot rolled iron or non-alloy steel, coil,width >600mm, t 4.75-10mm, nes\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720823\",\r\n\t\t\t\"text\": \"720823 - Hot rolled iron or non-alloy steel, coil,width >600mm, t 3-4.75mm, nes\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720824\",\r\n\t\t\t\"text\": \"720824 - Hot rolled iron or non-alloy steel, coil,width >600mm, t <3mm thick, ne\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720825\",\r\n\t\t\t\"text\": \"720825 - Iron or non-alloy steel; in coils, without patterns in relief, flat-rolled, of a width 600mm or more, hot-rolled, pickled, of a thickness of 4.75mm or more\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720826\",\r\n\t\t\t\"text\": \"720826 - Iron or non-alloy steel; in coils, without patterns in relief, flat-rolled, of a width 600mm or more, hot-rolled, pickled, of a thickness of 3mm or more but less than 4.75mm\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720827\",\r\n\t\t\t\"text\": \"720827 - Iron or non-alloy steel; in coils, without patterns in relief, flat-rolled, of a width 600mm or more, hot-rolled, pickled, of a thickness of less than 3mm\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720831\",\r\n\t\t\t\"text\": \"720831 - Hot rolled iron or non-alloy steel, flat, w 600-1250mm, t >4mm, 355 mpa\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720832\",\r\n\t\t\t\"text\": \"720832 - Hot rolled iron or non-alloy steel, flat,w >600mm, t >10mm, myp 355 mpa\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720833\",\r\n\t\t\t\"text\": \"720833 - Hot rolled iron or non-alloy steel, flat,w >600mm, t 4.75-10mm, 355 mpa\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720834\",\r\n\t\t\t\"text\": \"720834 - Hot rolled iron or non-alloy steel, flat,w >600mm, t 3-4.75mm, 355 mpa\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720835\",\r\n\t\t\t\"text\": \"720835 - Hot rolled iron or non-alloy steel, flat,w >600mm, t <3mm, myp 275 mpa\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720836\",\r\n\t\t\t\"text\": \"720836 - Iron or non-alloy steel; in coils, without patterns in relief, flat-rolled, of a width 600mm or more, hot-rolled, of a thickness exceeding 10mm\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720837\",\r\n\t\t\t\"text\": \"720837 - Iron or non-alloy steel; in coils, without patterns in relief, flat-rolled, of a width 600mm or more, hot-rolled, of a thickness of 4.75mm or more but not exceeding 10mm\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720838\",\r\n\t\t\t\"text\": \"720838 - Iron or non-alloy steel; in coils, without patterns in relief, flat-rolled, of a width 600mm or more, hot-rolled, of a thickness of 3mm or more but less than 4.75mm\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720839\",\r\n\t\t\t\"text\": \"720839 - Iron or non-alloy steel; in coils, without patterns in relief, flat-rolled, of a width 600mm or more, hot-rolled, of a thickness of less than 3mm\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720840\",\r\n\t\t\t\"text\": \"720840 - Iron or non-alloy steel; (not in coils), flat-rolled, of a width 600mm or more, hot-rolled, with patterns in relief\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720841\",\r\n\t\t\t\"text\": \"720841 - Hot rolled iron or non-alloy steel, flat,width 600-1250mm, t >4mm, nes\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720842\",\r\n\t\t\t\"text\": \"720842 - Hot rolled iron or non-alloy steel, flat,width >600mm, t >10mm, nes\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720843\",\r\n\t\t\t\"text\": \"720843 - Hot rolled iron or non-alloy steel, flat,width >600mm, t 4.75-10mm, nes\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720844\",\r\n\t\t\t\"text\": \"720844 - Hot rolled iron or non-alloy steel, flat,width >600mm, t 3.0-4.75mm, ne\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720845\",\r\n\t\t\t\"text\": \"720845 - Hot rolled iron or non-alloy steel, flat,width >600mm, t <3mm, nes\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720851\",\r\n\t\t\t\"text\": \"720851 - Iron or non-alloy steel; (not in coils), flat-rolled, of a width 600mm or more, hot-rolled, without patterns in relief, of a thickness exceeding 10mm\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720852\",\r\n\t\t\t\"text\": \"720852 - Iron or non-alloy steel; (not in coils), flat-rolled, of a width 600mm or more, hot-rolled, without patterns in relief, of a thickness of 4.75mm or more but not exceeding 10mm\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720853\",\r\n\t\t\t\"text\": \"720853 - Iron or non-alloy steel; (not in coils), flat-rolled, of a width 600mm or more, hot-rolled, without patterns in relief, of a thickness of 3mm or more but less than 4.75mm\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720854\",\r\n\t\t\t\"text\": \"720854 - Iron or non-alloy steel; (not in coils), flat-rolled, of a width 600mm or more, hot-rolled, without patterns in relief, of a thickness of less than 3mm\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720890\",\r\n\t\t\t\"text\": \"720890 - Iron or non-alloy steel; flat-rolled, hot-rolled, of a width 600mm or more, n.e.c. in heading no. 7208\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7209\",\r\n\t\t\t\"text\": \"7209 - Iron or non-alloy steel; flat-rolled products, width 600mm or more, cold-rolled (cold-reduced), not clad, plated or coated\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720911\",\r\n\t\t\t\"text\": \"720911 - Cold rolled iron or non-alloy steel, coil, width >600mm, t >3mm, 355 mp\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720912\",\r\n\t\t\t\"text\": \"720912 - Cold rolled iron or non-alloy steel, coil, w >600mm, t 1.0-3mm, 275 mpa\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720913\",\r\n\t\t\t\"text\": \"720913 - Cold rolled iron or non-alloy steel, coil, w >600mm, t 0.5-<1mm, 275 mp\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720914\",\r\n\t\t\t\"text\": \"720914 - Cold rolled iron or non-alloy steel, coil, w >600mm, t <0.5mm, 275 mpa\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720915\",\r\n\t\t\t\"text\": \"720915 - Iron or non-alloy steel; in coils, flat-rolled, width 600mm or more, cold-rolled, of a thickness of 3mm or more\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720916\",\r\n\t\t\t\"text\": \"720916 - Iron or non-alloy steel; in coils, flat-rolled, width 600mm or more, cold-rolled, of a thickness exceeding 1mm but less than 3mm\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720917\",\r\n\t\t\t\"text\": \"720917 - Iron or non-alloy steel; in coils, flat-rolled, width 600mm or more, cold-rolled, of a thickness of 0.5mm or more but not exceeding 1mm\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720918\",\r\n\t\t\t\"text\": \"720918 - Iron or non-alloy steel; in coils, flat-rolled, width 600mm or more, cold-rolled, of a thickness of less than 0.5mm\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720921\",\r\n\t\t\t\"text\": \"720921 - Cold rolled iron or non-alloy steel, coil, width >600mm, t >3mm, nes\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720922\",\r\n\t\t\t\"text\": \"720922 - Cold rolled iron or non-alloy steel, coil, width >600mm, t 1-3mm, nes\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720923\",\r\n\t\t\t\"text\": \"720923 - Cold rolled iron or non-alloy steel, coil, width >600mm, t 0.5-1mm, nes\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720924\",\r\n\t\t\t\"text\": \"720924 - Cold rolled iron or non-alloy steel, coil, width >600mm, t <0.5mm, nes\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720925\",\r\n\t\t\t\"text\": \"720925 - Iron or non-alloy steel; (not in coils), flat-rolled, width 600mm or more, cold-rolled, of a thickness of 3mm or more\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720926\",\r\n\t\t\t\"text\": \"720926 - Iron or non-alloy steel; (not in coils), flat-rolled, width 600mm or more, cold-rolled, of a thickness exceeding 1mm but less than 3mm\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720927\",\r\n\t\t\t\"text\": \"720927 - Iron or non-alloy steel; (not in coils), flat-rolled, width 600mm or more, cold-rolled, of a thickness of 0.5mm or more but not exceeding 1mm\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720928\",\r\n\t\t\t\"text\": \"720928 - Iron or non-alloy steel; (not in coils), flat-rolled, width 600mm or more, cold-rolled, of a thickness of less than 0.5mm\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720931\",\r\n\t\t\t\"text\": \"720931 - Cold rolled iron or non-alloy steel, flat, width >600mm, t >3mm, 355 mp\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720932\",\r\n\t\t\t\"text\": \"720932 - Cold rolled iron or non-alloy steel, flat, w >600mm, t 1-3mm, 355 mpa\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720933\",\r\n\t\t\t\"text\": \"720933 - Cold rolled iron or non-alloy steel, flat, w >600mm, t 0.5-1mm, 355 mpa\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720934\",\r\n\t\t\t\"text\": \"720934 - Cold rolled iron or non-alloy steel, flat, w >600mm, t <0.5mm, 355 mpa\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720941\",\r\n\t\t\t\"text\": \"720941 - Cold rolled iron or non-alloy steel, flat, width >600mm, t >3mm, nes\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720942\",\r\n\t\t\t\"text\": \"720942 - Cold rolled iron or non-alloy steel, flat, width >600mm, t 1-3mm, nes\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720943\",\r\n\t\t\t\"text\": \"720943 - Cold rolled iron or non-alloy steel, flat, width >600mm, t 0.5-1mm, nes\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720944\",\r\n\t\t\t\"text\": \"720944 - Cold rolled iron or non-alloy steel, flat, width >600mm, t <0.5mm, nes\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720990\",\r\n\t\t\t\"text\": \"720990 - Iron or non-alloy steel; flat-rolled, width 600mm or more, cold-rolled, n.e.c. in heading no. 7209\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7210\",\r\n\t\t\t\"text\": \"7210 - Iron or non-alloy steel; flat-rolled products, width 600mm or more, clad, plated or coated\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721011\",\r\n\t\t\t\"text\": \"721011 - Iron or non-alloy steel; flat-rolled, width 600mm or more, plated or coated with tin, thickness of 0.5mm or more\",\r\n\t\t\t\"parent\": \"7210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721012\",\r\n\t\t\t\"text\": \"721012 - Iron or non-alloy steel; flat-rolled, width 600mm or more, plated or coated with tin, thickness of less than 0.5mm\",\r\n\t\t\t\"parent\": \"7210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721020\",\r\n\t\t\t\"text\": \"721020 - Iron or non-alloy steel; flat-rolled, width 600mm or more, plated or coated with lead, including terne-plate\",\r\n\t\t\t\"parent\": \"7210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721030\",\r\n\t\t\t\"text\": \"721030 - Iron or non-alloy steel; flat-rolled, width 600mm or more, electrolytically plated or coated with zinc\",\r\n\t\t\t\"parent\": \"7210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721031\",\r\n\t\t\t\"text\": \"721031 - Flat rolled iron or non-alloy steel, electro plate/zinc,<3mm/275,>3/355\",\r\n\t\t\t\"parent\": \"7210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721039\",\r\n\t\t\t\"text\": \"721039 - Flat rolled iron or non-alloy steel, electro plate/zinc,w >600mm, nes\",\r\n\t\t\t\"parent\": \"7210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721041\",\r\n\t\t\t\"text\": \"721041 - Iron or non-alloy steel; flat-rolled, width 600mm or more, corrugated, plated or coated with zinc (not electrolytically)\",\r\n\t\t\t\"parent\": \"7210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721049\",\r\n\t\t\t\"text\": \"721049 - Iron or non-alloy steel; flat-rolled, width 600mm or more, (not corrugated), plated or coated with zinc (not electrolytically)\",\r\n\t\t\t\"parent\": \"7210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721050\",\r\n\t\t\t\"text\": \"721050 - Iron or non-alloy steel; flat-rolled, width 600mm or more, plated or coated with chromium oxides or with chromium and chromium oxides\",\r\n\t\t\t\"parent\": \"7210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721060\",\r\n\t\t\t\"text\": \"721060 - Flat rolled iron or non-alloy steel, coated with aluminium, width>600mm\",\r\n\t\t\t\"parent\": \"7210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721061\",\r\n\t\t\t\"text\": \"721061 - Iron or non-alloy steel; flat-rolled, width 600mm or more, plated or coated with aluminium zinc-alloys\",\r\n\t\t\t\"parent\": \"7210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721069\",\r\n\t\t\t\"text\": \"721069 - Iron or non-alloy steel; flat-rolled, width 600mm or more, plated or coated with aluminium, other than plated or coated with aluminium zinc-alloys\",\r\n\t\t\t\"parent\": \"7210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721070\",\r\n\t\t\t\"text\": \"721070 - Iron or non-alloy steel; flat-rolled, width 600mm or more, painted, varnished or coated with plastics\",\r\n\t\t\t\"parent\": \"7210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721090\",\r\n\t\t\t\"text\": \"721090 - Iron or non-alloy steel; flat-rolled, width 600mm or more, plated or coated with materials n.e.c. in heading no. 7210\",\r\n\t\t\t\"parent\": \"7210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7211\",\r\n\t\t\t\"text\": \"7211 - Iron or non-alloy steel; flat-rolled products, width less than 600mm, not clad, plated or coated\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721111\",\r\n\t\t\t\"text\": \"721111 - Hot box roll iron or non-alloy steel, flat, w 150-600mm, t >4mm, myp>35\",\r\n\t\t\t\"parent\": \"7211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721112\",\r\n\t\t\t\"text\": \"721112 - Hot rolled iron or non-alloy steel, width <600mm, t >4.75mm, myp 355\",\r\n\t\t\t\"parent\": \"7211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721113\",\r\n\t\t\t\"text\": \"721113 - Iron or non-alloy steel; flat-rolled, hot-rolled, rolled on four faces or in a closed box pass, of a width more than 150mm but less than 600mm, 4mm thick or more, not in coils, without patterns in relief\",\r\n\t\t\t\"parent\": \"7211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721114\",\r\n\t\t\t\"text\": \"721114 - Iron or non-alloy steel; flat-rolled, hot-rolled, of a width less than 600mm, 4.75mm thick or more, excluding those of item no. 7211.13\",\r\n\t\t\t\"parent\": \"7211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721119\",\r\n\t\t\t\"text\": \"721119 - Iron or non-alloy steel; flat-rolled, hot-rolled, of a width less than 600mm, less than 4.75mm thick, excluding those of item no. 7211.13\",\r\n\t\t\t\"parent\": \"7211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721121\",\r\n\t\t\t\"text\": \"721121 - Hot box rolled iron or non-alloy steel, flat, w 150-600mm,t >4mm, uncla\",\r\n\t\t\t\"parent\": \"7211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721122\",\r\n\t\t\t\"text\": \"721122 - Hot rolled iron or non-alloy steel, width <600mm, t >4.75mm, unclad nes\",\r\n\t\t\t\"parent\": \"7211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721123\",\r\n\t\t\t\"text\": \"721123 - Iron or non-alloy steel; flat-rolled, cold-rolled, of a width less than 600mm, containing by weight less than 0.25% of carbon\",\r\n\t\t\t\"parent\": \"7211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721129\",\r\n\t\t\t\"text\": \"721129 - Iron or non-alloy steel; flat-rolled, cold-rolled, of a width less than 600mm, containing by weight 0.25% or more of carbon\",\r\n\t\t\t\"parent\": \"7211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721130\",\r\n\t\t\t\"text\": \"721130 - Cold rolled iron or non-alloy steel, width <600mm, <3mm-myp275, >3mm-35\",\r\n\t\t\t\"parent\": \"7211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721141\",\r\n\t\t\t\"text\": \"721141 - Flat rolled iron or non-alloy steel, width <600mm, unclad, <0.25% C, ne\",\r\n\t\t\t\"parent\": \"7211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721149\",\r\n\t\t\t\"text\": \"721149 - Flat rolled iron or non-alloy steel, width <600mm, unclad, nes\",\r\n\t\t\t\"parent\": \"7211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721190\",\r\n\t\t\t\"text\": \"721190 - Iron or non-alloy steel; flat-rolled, n.e.c. in heading no. 7211, width less than 600mm\",\r\n\t\t\t\"parent\": \"7211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7212\",\r\n\t\t\t\"text\": \"7212 - Iron or non-alloy steel; flat-rolled products, width less than 600mm, clad, plated or coated\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721210\",\r\n\t\t\t\"text\": \"721210 - Iron or non-alloy steel; flat-rolled, width less than 600mm, plated or coated with tin\",\r\n\t\t\t\"parent\": \"7212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721220\",\r\n\t\t\t\"text\": \"721220 - Iron or non-alloy steel; flat-rolled, of a width less than 600mm, electrolytically plated or coated with zinc\",\r\n\t\t\t\"parent\": \"7212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721221\",\r\n\t\t\t\"text\": \"721221 - Flat rolled steel, <600mm, zinc plate,<3mm-275/3mm-35\",\r\n\t\t\t\"parent\": \"7212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721229\",\r\n\t\t\t\"text\": \"721229 - Flat rolled steel, <600mm, electro-plated zinc, nes\",\r\n\t\t\t\"parent\": \"7212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721230\",\r\n\t\t\t\"text\": \"721230 - Iron or non-alloy steel; flat-rolled, width less than 600mm, plated or coated with zinc (not electrolytically)\",\r\n\t\t\t\"parent\": \"7212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721240\",\r\n\t\t\t\"text\": \"721240 - Iron or non-alloy steel; flat-rolled, width less than 600mm, painted, varnished or coated with plastics\",\r\n\t\t\t\"parent\": \"7212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721250\",\r\n\t\t\t\"text\": \"721250 - Iron or non-alloy steel; flat-rolled, width less than 600mm, plated or coated, (excluding tin, zinc or plastic)\",\r\n\t\t\t\"parent\": \"7212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721260\",\r\n\t\t\t\"text\": \"721260 - Iron or non-alloy steel; flat-rolled, width less than 600mm, clad\",\r\n\t\t\t\"parent\": \"7212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7213\",\r\n\t\t\t\"text\": \"7213 - Iron or non-alloy steel; bars and rods, hot-rolled, in irregularly wound coils\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721310\",\r\n\t\t\t\"text\": \"721310 - Iron or non-alloy steel; bars and rods, hot-rolled, in irregularly wound coils, containing indentations, ribs, grooves or other deformations produced during the rolling process\",\r\n\t\t\t\"parent\": \"7213\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721320\",\r\n\t\t\t\"text\": \"721320 - Iron or non-alloy steel; bars and rods, hot-rolled, in irregularly wound coils, of free-cutting steel\",\r\n\t\t\t\"parent\": \"7213\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721331\",\r\n\t\t\t\"text\": \"721331 - Hot rolled bar/rod, iron or non-alloy steel, coiled width <14mm, C<.25%\",\r\n\t\t\t\"parent\": \"7213\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721339\",\r\n\t\t\t\"text\": \"721339 - Hot rolled bar/rod, iron or non-alloy steel, coiled, C<.25%, nes\",\r\n\t\t\t\"parent\": \"7213\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721341\",\r\n\t\t\t\"text\": \"721341 - Hot rolled bar/rod, iron or non-alloy steel, coiled w <14mm, C .25-.6%\",\r\n\t\t\t\"parent\": \"7213\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721349\",\r\n\t\t\t\"text\": \"721349 - Hot rolled bar/rod, iron or non-alloy steel, coiled, C 0.25-0.6%\",\r\n\t\t\t\"parent\": \"7213\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721350\",\r\n\t\t\t\"text\": \"721350 - Bar/rod, iron or non-alloy steel, irregular coils, >0.6%C, nes\",\r\n\t\t\t\"parent\": \"7213\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721391\",\r\n\t\t\t\"text\": \"721391 - Iron or non-alloy steel; bars and rods, hot-rolled, in irregularly wound coils, n.e.c. in heading no. 7213, of circular cross-section measuring less than 14mm in diameter\",\r\n\t\t\t\"parent\": \"7213\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721399\",\r\n\t\t\t\"text\": \"721399 - Iron or non-alloy steel; bars and rods, hot-rolled, in irregularly wound coils, n.e.c. in heading no. 7213, of circular cross-section measuring 14mm or more in diameter\",\r\n\t\t\t\"parent\": \"7213\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7214\",\r\n\t\t\t\"text\": \"7214 - Iron or non-alloy steel; bars and rods, not further worked than forged, hot-rolled, hot drawn or hot-extruded, but including those twisted after rolling\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721410\",\r\n\t\t\t\"text\": \"721410 - Iron or non-alloy steel; bars and rods, forged, hot-rolled, hot-drawn or hot-extruded, but including those twisted after rolling\",\r\n\t\t\t\"parent\": \"7214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721420\",\r\n\t\t\t\"text\": \"721420 - Iron or non-alloy steel; bars and rods, hot-rolled, hot-drawn or hot-extruded, containing indentations, ribs, grooves or other deformations produced during the rolling process or twisted after rolling\",\r\n\t\t\t\"parent\": \"7214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721430\",\r\n\t\t\t\"text\": \"721430 - Iron or non-alloy steel; bars and rods, hot-rolled, hot-drawn or hot-extruded, including those twisted after rolling, of free-cutting steel\",\r\n\t\t\t\"parent\": \"7214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721440\",\r\n\t\t\t\"text\": \"721440 - Bar/rod, iron or non-alloy steel, hot formed <0.25%C, nes\",\r\n\t\t\t\"parent\": \"7214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721450\",\r\n\t\t\t\"text\": \"721450 - Bar/rod, iron or non-alloy steel, hot formed 0.25-0.6%C, nes\",\r\n\t\t\t\"parent\": \"7214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721460\",\r\n\t\t\t\"text\": \"721460 - Bar/rod, iron or non-alloy steel, hot formed >0.6%C, nes\",\r\n\t\t\t\"parent\": \"7214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721491\",\r\n\t\t\t\"text\": \"721491 - Iron or non-alloy steel; bars and rods, hot-rolled, hot-drawn or hot-extruded, n.e.c. in heading no. 7214, of rectangular (other than square) cross-section\",\r\n\t\t\t\"parent\": \"7214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721499\",\r\n\t\t\t\"text\": \"721499 - Iron or non-alloy steel; bars and rods, hot-rolled, hot-drawn or hot-extruded, n.e.c. in heading no. 7214, other than of rectangular cross-section\",\r\n\t\t\t\"parent\": \"7214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7215\",\r\n\t\t\t\"text\": \"7215 - Iron or non-alloy steel; bars and rods, n.e.c. in chapter 72\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721510\",\r\n\t\t\t\"text\": \"721510 - Iron or non-alloy steel; bars and rods, of free-cutting steel, cold-formed or cold-finished, n.e.c. in chapter 72\",\r\n\t\t\t\"parent\": \"7215\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721520\",\r\n\t\t\t\"text\": \"721520 - Bar/rod, iron or non-alloy steel, cold formed/finished, <0.25%C\",\r\n\t\t\t\"parent\": \"7215\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721530\",\r\n\t\t\t\"text\": \"721530 - Bar/rod, iron or non-alloy steel, cold formed/finished, 0.25-0.6%C\",\r\n\t\t\t\"parent\": \"7215\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721540\",\r\n\t\t\t\"text\": \"721540 - Bar/rod, iron or non-alloy steel, cold formed/finished, >0.6%C\",\r\n\t\t\t\"parent\": \"7215\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721550\",\r\n\t\t\t\"text\": \"721550 - Iron or non-alloy steel; bars and rods, n.e.c. in chapter 72, cold-formed or cold-finished, (not free-cutting)\",\r\n\t\t\t\"parent\": \"7215\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721590\",\r\n\t\t\t\"text\": \"721590 - Iron or non-alloy steel; bars and rods, n.e.c. in chapter 72, n.e.c. in heading no. 7215\",\r\n\t\t\t\"parent\": \"7215\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7216\",\r\n\t\t\t\"text\": \"7216 - Iron or non-alloy steel, angles, shapes and sections\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721610\",\r\n\t\t\t\"text\": \"721610 - Iron or non-alloy steel; U, I or H sections, hot-rolled, hot-drawn or extruded, of a height of less than 80mm\",\r\n\t\t\t\"parent\": \"7216\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721621\",\r\n\t\t\t\"text\": \"721621 - Iron or non-alloy steel; L sections, hot-rolled, hot-drawn or extruded, of a height of less than 80mm\",\r\n\t\t\t\"parent\": \"7216\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721622\",\r\n\t\t\t\"text\": \"721622 - Iron or non-alloy steel; T sections, hot-rolled, hot-drawn or extruded, of a height less than 80mm\",\r\n\t\t\t\"parent\": \"7216\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721631\",\r\n\t\t\t\"text\": \"721631 - Iron or non-alloy steel; U sections, hot-rolled, hot-drawn or extruded, of a height of 80mm or more\",\r\n\t\t\t\"parent\": \"7216\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721632\",\r\n\t\t\t\"text\": \"721632 - Iron or non-alloy steel; I sections, hot-rolled, hot-drawn or extruded, of a height of 80mm or more\",\r\n\t\t\t\"parent\": \"7216\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721633\",\r\n\t\t\t\"text\": \"721633 - Iron or non-alloy steel; H sections, hot-rolled, hot-drawn or extruded, of a height of 80mm or more\",\r\n\t\t\t\"parent\": \"7216\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721640\",\r\n\t\t\t\"text\": \"721640 - Iron or non-alloy steel; L or T sections, hot-rolled, hot-drawn or extruded, of a height of 80mm or more\",\r\n\t\t\t\"parent\": \"7216\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721650\",\r\n\t\t\t\"text\": \"721650 - Iron or non-alloy steel; angles, shapes and sections, n.e.c. in heading no. 7216, hot-rolled, hot-drawn or extruded\",\r\n\t\t\t\"parent\": \"7216\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721660\",\r\n\t\t\t\"text\": \"721660 - Sections, nes, iron or non-alloy steel, nfw than cold formed/finished\",\r\n\t\t\t\"parent\": \"7216\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721661\",\r\n\t\t\t\"text\": \"721661 - Iron or non-alloy steel; angles, shapes and sections, cold-formed or cold-finished, obtained from flat-rolled products\",\r\n\t\t\t\"parent\": \"7216\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721669\",\r\n\t\t\t\"text\": \"721669 - Iron or non-alloy steel; angles, shapes and sections, cold-formed or cold-finished, (not obtained from flat-rolled products)\",\r\n\t\t\t\"parent\": \"7216\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721690\",\r\n\t\t\t\"text\": \"721690 - Angles/shapes/sections, iron or non-alloy steel, nes\",\r\n\t\t\t\"parent\": \"7216\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721691\",\r\n\t\t\t\"text\": \"721691 - Iron or non-alloy steel; angles, shapes and sections, n.e.c. in heading no. 7216, cold-formed or cold-finished, from flat-rolled products\",\r\n\t\t\t\"parent\": \"7216\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721699\",\r\n\t\t\t\"text\": \"721699 - Iron or non-alloy steel; angles, shapes and sections, n.e.c. in heading no. 7216\",\r\n\t\t\t\"parent\": \"7216\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7217\",\r\n\t\t\t\"text\": \"7217 - Wire of iron or non-alloy steel\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721710\",\r\n\t\t\t\"text\": \"721710 - Iron or non-alloy steel; wire, (not plated or coated), whether or not polished\",\r\n\t\t\t\"parent\": \"7217\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721711\",\r\n\t\t\t\"text\": \"721711 - Wire, iron or non-alloy steel, not plated or coated, <0.25%C\",\r\n\t\t\t\"parent\": \"7217\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721712\",\r\n\t\t\t\"text\": \"721712 - Wire, iron or non-alloy steel, plated or coated with zinc <0.25%C\",\r\n\t\t\t\"parent\": \"7217\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721713\",\r\n\t\t\t\"text\": \"721713 - Wire, iron or non-alloy steel, of base metal plated/coated nes, <0.25%C\",\r\n\t\t\t\"parent\": \"7217\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721719\",\r\n\t\t\t\"text\": \"721719 - Wire, iron or non-alloy steel, <0.25% carbon, nes\",\r\n\t\t\t\"parent\": \"7217\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721720\",\r\n\t\t\t\"text\": \"721720 - Iron or non-alloy steel; wire, plated or coated with zinc\",\r\n\t\t\t\"parent\": \"7217\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721721\",\r\n\t\t\t\"text\": \"721721 - Wire, iron or non-alloy steel, not plated or coated, 0.25-0.6%C\",\r\n\t\t\t\"parent\": \"7217\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721722\",\r\n\t\t\t\"text\": \"721722 - Wire, iron or non-alloy steel, zinc plated/coated, 0.25-0.6%C\",\r\n\t\t\t\"parent\": \"7217\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721723\",\r\n\t\t\t\"text\": \"721723 - Wire, iron or non-alloy steel, base metal plated/coated nes, 0.25-0.6%C\",\r\n\t\t\t\"parent\": \"7217\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721729\",\r\n\t\t\t\"text\": \"721729 - Wire, iron or non-alloy steel, 0.25-0.6% carbon, nes\",\r\n\t\t\t\"parent\": \"7217\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721730\",\r\n\t\t\t\"text\": \"721730 - Iron or non-alloy steel; wire, plated or coated with base metals (other than zinc)\",\r\n\t\t\t\"parent\": \"7217\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721731\",\r\n\t\t\t\"text\": \"721731 - Wire, iron or non-alloy steel, not plated or coated, >0.6%C\",\r\n\t\t\t\"parent\": \"7217\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721732\",\r\n\t\t\t\"text\": \"721732 - Wire, iron or non-alloy steel, zinc plated/coated, >0.6%C\",\r\n\t\t\t\"parent\": \"7217\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721733\",\r\n\t\t\t\"text\": \"721733 - Wire, iron or non-alloy steel, of base metal plated/coated nes, >0.6%C\",\r\n\t\t\t\"parent\": \"7217\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721739\",\r\n\t\t\t\"text\": \"721739 - Wire, iron or non-alloy steel, more than 0.6% carbon, nes\",\r\n\t\t\t\"parent\": \"7217\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721790\",\r\n\t\t\t\"text\": \"721790 - Iron or non-alloy steel; wire, n.e.c. in heading no. 7217\",\r\n\t\t\t\"parent\": \"7217\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7218\",\r\n\t\t\t\"text\": \"7218 - Stainless steel in ingots or other primary forms; semi-finished products of stainless steel\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721810\",\r\n\t\t\t\"text\": \"721810 - Steel, stainless; ingots and other primary forms\",\r\n\t\t\t\"parent\": \"7218\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721890\",\r\n\t\t\t\"text\": \"721890 - Semi-finished products, stainless steel\",\r\n\t\t\t\"parent\": \"7218\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721891\",\r\n\t\t\t\"text\": \"721891 - Steel, stainless; semi-finished products, of rectangular (other than square) cross-section\",\r\n\t\t\t\"parent\": \"7218\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721899\",\r\n\t\t\t\"text\": \"721899 - Steel, stainless; semi-finished products, other than of rectangular cross-section\",\r\n\t\t\t\"parent\": \"7218\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7219\",\r\n\t\t\t\"text\": \"7219 - Stainless steel; flat-rolled products of width of 600mm or more\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721911\",\r\n\t\t\t\"text\": \"721911 - Steel, stainless; flat-rolled, width 600mm or more, hot-rolled, in coils, of a thickness exceeding 10mm\",\r\n\t\t\t\"parent\": \"7219\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721912\",\r\n\t\t\t\"text\": \"721912 - Steel, stainless; flat-rolled, width 600mm or more, hot-rolled, in coils, of a thickness of 4.75mm or more but not exceeding 10mm\",\r\n\t\t\t\"parent\": \"7219\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721913\",\r\n\t\t\t\"text\": \"721913 - Steel, stainless; flat-rolled, width 600mm or more, hot-rolled, in coils, of a thickness of 3mm or more but less than 4.75mm\",\r\n\t\t\t\"parent\": \"7219\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721914\",\r\n\t\t\t\"text\": \"721914 - Steel, stainless; flat-rolled, width 600mm or more, hot-rolled, in coils, of a thickness of less than 3mm\",\r\n\t\t\t\"parent\": \"7219\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721921\",\r\n\t\t\t\"text\": \"721921 - Steel, stainless; flat-rolled, width 600mm or more, hot-rolled, (not in coils), of a thickness exceeding 10mm\",\r\n\t\t\t\"parent\": \"7219\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721922\",\r\n\t\t\t\"text\": \"721922 - Steel, stainless; flat-rolled, width 600mm or more, hot-rolled, (not in coils), of a thickness of 4.75mm or more but not exceeding 10mm\",\r\n\t\t\t\"parent\": \"7219\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721923\",\r\n\t\t\t\"text\": \"721923 - Steel, stainless; flat-rolled, width 600mm or more, hot-rolled, (not in coils), of a thickness of 3mm or more but less than 4.75mm\",\r\n\t\t\t\"parent\": \"7219\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721924\",\r\n\t\t\t\"text\": \"721924 - Steel, stainless; flat-rolled, width 600mm or more, hot-rolled, (not in coils), of a thickness of less than 3mm\",\r\n\t\t\t\"parent\": \"7219\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721931\",\r\n\t\t\t\"text\": \"721931 - Steel, stainless; flat-rolled, width 600mm or more, cold-rolled or cold-reduced, of a thickness of 4.75mm or more\",\r\n\t\t\t\"parent\": \"7219\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721932\",\r\n\t\t\t\"text\": \"721932 - Steel, stainless; flat-rolled, width 600mm or more, cold-rolled, of a thickness of 3mm or more but less than 4.75mm\",\r\n\t\t\t\"parent\": \"7219\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721933\",\r\n\t\t\t\"text\": \"721933 - Steel, stainless; flat-rolled, width 600mm or more, cold-rolled, of a thickness exceeding 1mm but less than 3mm\",\r\n\t\t\t\"parent\": \"7219\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721934\",\r\n\t\t\t\"text\": \"721934 - Steel, stainless; flat-rolled, width 600mm or more, cold-rolled, of a thickness of 0.5mm or more but not exceeding 1mm\",\r\n\t\t\t\"parent\": \"7219\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721935\",\r\n\t\t\t\"text\": \"721935 - Steel, stainless; flat-rolled, width 600mm or more, cold-rolled, of a thickness of less than 0.5mm\",\r\n\t\t\t\"parent\": \"7219\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721990\",\r\n\t\t\t\"text\": \"721990 - Steel, stainless; flat-rolled, width 600mm or more, n.e.c. in heading no. 7219\",\r\n\t\t\t\"parent\": \"7219\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7220\",\r\n\t\t\t\"text\": \"7220 - Stainless steel; flat-rolled products of width less than 600mm\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722011\",\r\n\t\t\t\"text\": \"722011 - Steel, stainless; flat-rolled, width less than 600mm, hot-rolled, of a thickness of 4.75mm or more\",\r\n\t\t\t\"parent\": \"7220\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722012\",\r\n\t\t\t\"text\": \"722012 - Steel, stainless; flat-rolled, width less than 600mm, hot-rolled, of a thickness of less than 4.75mm\",\r\n\t\t\t\"parent\": \"7220\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722020\",\r\n\t\t\t\"text\": \"722020 - Steel, stainless; flat-rolled, width less than 600mm, cold-rolled\",\r\n\t\t\t\"parent\": \"7220\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722090\",\r\n\t\t\t\"text\": \"722090 - Steel, stainless; flat-rolled, width less than 600mm, n.e.c. in heading no 7220\",\r\n\t\t\t\"parent\": \"7220\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7221\",\r\n\t\t\t\"text\": \"7221 - Stainless steel bars and rods, hot-rolled, in irregularly wound coils\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722100\",\r\n\t\t\t\"text\": \"722100 - Steel, stainless; bars and rods, hot-rolled, in irregularly wound coils\",\r\n\t\t\t\"parent\": \"7221\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7222\",\r\n\t\t\t\"text\": \"7222 - Stainless steel bars and rods, angles, shapes and sections\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722210\",\r\n\t\t\t\"text\": \"722210 - Stainless steel bar nfw than hot rolled/drawn/extrude\",\r\n\t\t\t\"parent\": \"7222\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722211\",\r\n\t\t\t\"text\": \"722211 - Steel, stainless; bars and rods, hot-rolled, hot-drawn or extruded, of circular cross-section\",\r\n\t\t\t\"parent\": \"7222\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722219\",\r\n\t\t\t\"text\": \"722219 - Steel, stainless; bars and rods, hot-rolled, hot-drawn or extruded, other than of circular cross-section\",\r\n\t\t\t\"parent\": \"7222\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722220\",\r\n\t\t\t\"text\": \"722220 - Steel, stainless; bars and rods, cold-formed or cold-finished\",\r\n\t\t\t\"parent\": \"7222\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722230\",\r\n\t\t\t\"text\": \"722230 - Steel, stainless; bars and rods, n.e.c. in heading no. 7222\",\r\n\t\t\t\"parent\": \"7222\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722240\",\r\n\t\t\t\"text\": \"722240 - Steel, stainless; angles, shapes and sections\",\r\n\t\t\t\"parent\": \"7222\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7223\",\r\n\t\t\t\"text\": \"7223 - Stainless steel wire\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722300\",\r\n\t\t\t\"text\": \"722300 - Steel, stainless; wire\",\r\n\t\t\t\"parent\": \"7223\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7224\",\r\n\t\t\t\"text\": \"7224 - Alloy steel in ingots or other primary forms, semi-finished products of other alloy steel\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722410\",\r\n\t\t\t\"text\": \"722410 - Steel, alloy; ingots and other primary forms\",\r\n\t\t\t\"parent\": \"7224\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722490\",\r\n\t\t\t\"text\": \"722490 - Steel, alloy; semi-finished products\",\r\n\t\t\t\"parent\": \"7224\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7225\",\r\n\t\t\t\"text\": \"7225 - Alloy steel flat-rolled products, of a width 600mm or more\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722510\",\r\n\t\t\t\"text\": \"722510 - Flat rolled silicon-electrical steel, width >600mm\",\r\n\t\t\t\"parent\": \"7225\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722511\",\r\n\t\t\t\"text\": \"722511 - Steel, alloy; flat-rolled, width 600mm or more, of silicon-electrical steel, grain-oriented\",\r\n\t\t\t\"parent\": \"7225\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722519\",\r\n\t\t\t\"text\": \"722519 - Steel, alloy; flat-rolled, width 600mm or more, of silicon-electrical steel, (other than grain-oriented)\",\r\n\t\t\t\"parent\": \"7225\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722520\",\r\n\t\t\t\"text\": \"722520 - Flat rolled high speed steel width >600mm\",\r\n\t\t\t\"parent\": \"7225\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722530\",\r\n\t\t\t\"text\": \"722530 - Steel, alloy; flat-rolled, width 600mm or more, hot-rolled, in coils\",\r\n\t\t\t\"parent\": \"7225\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722540\",\r\n\t\t\t\"text\": \"722540 - Steel, alloy; flat-rolled, width 600mm or more, hot-rolled, not in coils\",\r\n\t\t\t\"parent\": \"7225\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722550\",\r\n\t\t\t\"text\": \"722550 - Steel, alloy; flat-rolled, width 600mm or more, cold-rolled\",\r\n\t\t\t\"parent\": \"7225\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722590\",\r\n\t\t\t\"text\": \"722590 - Flat rolled alloy-steel, width >600mm, nes\",\r\n\t\t\t\"parent\": \"7225\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722591\",\r\n\t\t\t\"text\": \"722591 - Steel, alloy; flat-rolled, width 600mm or more, n.e.c. in heading no. 7225, electrolytically plated or coated with zinc\",\r\n\t\t\t\"parent\": \"7225\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722592\",\r\n\t\t\t\"text\": \"722592 - Steel, alloy; flat-rolled, width 600mm or more, n.e.c. in heading no. 7225, plated or coated with zinc (other than electrolytically)\",\r\n\t\t\t\"parent\": \"7225\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722599\",\r\n\t\t\t\"text\": \"722599 - Steel, alloy; flat-rolled, width 600mm or more, n.e.c. in heading no. 7225, (other than plated or coated with zinc)\",\r\n\t\t\t\"parent\": \"7225\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7226\",\r\n\t\t\t\"text\": \"7226 - Alloy steel flat-rolled products, of a width of less than 600mm\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722610\",\r\n\t\t\t\"text\": \"722610 - Flat rolled silicon-electrical steel, <600mm wide\",\r\n\t\t\t\"parent\": \"7226\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722611\",\r\n\t\t\t\"text\": \"722611 - Steel, alloy; flat-rolled, width less than 600mm, of silicon-electrical steel, grain-oriented\",\r\n\t\t\t\"parent\": \"7226\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722619\",\r\n\t\t\t\"text\": \"722619 - Steel, alloy; flat-rolled, width less than 600mm, of silicon-electrical steel, other than grain-oriented\",\r\n\t\t\t\"parent\": \"7226\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722620\",\r\n\t\t\t\"text\": \"722620 - Steel, alloy; flat-rolled, width less than 600mm, of high speed steel\",\r\n\t\t\t\"parent\": \"7226\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722691\",\r\n\t\t\t\"text\": \"722691 - Steel, alloy; flat-rolled, width less than 600mm, (excluding silicon-electrical or high speed steel), hot-rolled\",\r\n\t\t\t\"parent\": \"7226\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722692\",\r\n\t\t\t\"text\": \"722692 - Steel, alloy; flat-rolled, width less than 600mm, (excluding silicon-electrical or high speed steel), cold-rolled\",\r\n\t\t\t\"parent\": \"7226\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722693\",\r\n\t\t\t\"text\": \"722693 - Flat-rl p electr p zinc\",\r\n\t\t\t\"parent\": \"7226\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722694\",\r\n\t\t\t\"text\": \"722694 - Flat-rl p plated w/zinc\",\r\n\t\t\t\"parent\": \"7226\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722699\",\r\n\t\t\t\"text\": \"722699 - Steel, alloy; flat-rolled, width less than 600mm, n.e.c. in item no. 7226.9\",\r\n\t\t\t\"parent\": \"7226\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7227\",\r\n\t\t\t\"text\": \"7227 - Steel, alloy; bars and rods, hot-rolled, in irregularly wound coils\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722710\",\r\n\t\t\t\"text\": \"722710 - Steel, alloy; bars and rods, hot-rolled, in irregularly wound coils, of high speed steel\",\r\n\t\t\t\"parent\": \"7227\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722720\",\r\n\t\t\t\"text\": \"722720 - Steel, alloy; bars and rods, hot-rolled, in irregularly wound coils, of silico-manganese steel\",\r\n\t\t\t\"parent\": \"7227\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722790\",\r\n\t\t\t\"text\": \"722790 - Steel, alloy; bars and rods, hot-rolled, in irregularly wound coils, n.e.c. in heading no. 7227\",\r\n\t\t\t\"parent\": \"7227\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7228\",\r\n\t\t\t\"text\": \"7228 - Alloy steel bars, rods, shapes and sections; hollow drill bars and rods, of alloy or non-alloy steel\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722810\",\r\n\t\t\t\"text\": \"722810 - Steel, alloy; bars and rods, of high speed steel\",\r\n\t\t\t\"parent\": \"7228\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722820\",\r\n\t\t\t\"text\": \"722820 - Steel, alloy; bars and rods, of silico-manganese steel\",\r\n\t\t\t\"parent\": \"7228\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722830\",\r\n\t\t\t\"text\": \"722830 - Steel, alloy; bars and rods, hot-rolled, hot-drawn or extruded\",\r\n\t\t\t\"parent\": \"7228\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722840\",\r\n\t\t\t\"text\": \"722840 - Steel, alloy; bars and rods, forged\",\r\n\t\t\t\"parent\": \"7228\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722850\",\r\n\t\t\t\"text\": \"722850 - Steel, alloy; bars and rods, cold-formed or cold-finished\",\r\n\t\t\t\"parent\": \"7228\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722860\",\r\n\t\t\t\"text\": \"722860 - Steel, alloy; bars and rods n.e.c. in heading no. 7228\",\r\n\t\t\t\"parent\": \"7228\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722870\",\r\n\t\t\t\"text\": \"722870 - Steel, alloy; angles, shapes and sections\",\r\n\t\t\t\"parent\": \"7228\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722880\",\r\n\t\t\t\"text\": \"722880 - Steel, alloy or non-alloy; hollow drill bars and rods\",\r\n\t\t\t\"parent\": \"7228\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7229\",\r\n\t\t\t\"text\": \"7229 - Wire of other alloy steel\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722910\",\r\n\t\t\t\"text\": \"722910 - Wire of high speed steel\",\r\n\t\t\t\"parent\": \"7229\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722920\",\r\n\t\t\t\"text\": \"722920 - Steel, alloy; wire, of silico-manganese steel\",\r\n\t\t\t\"parent\": \"7229\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722990\",\r\n\t\t\t\"text\": \"722990 - Steel, alloy; wire, of materials other than silico-manganese steel\",\r\n\t\t\t\"parent\": \"7229\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"73\",\r\n\t\t\t\"text\": \"73 - Iron or steel articles\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7301\",\r\n\t\t\t\"text\": \"7301 - Iron or steel sheet piling, whether or not drilled, punched or made from assembled elements; welded angles, shapes and sections, of iron or steel\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730110\",\r\n\t\t\t\"text\": \"730110 - Iron or steel; sheet piling, whether or not drilled, punched or made from assembled elements\",\r\n\t\t\t\"parent\": \"7301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730120\",\r\n\t\t\t\"text\": \"730120 - Iron or steel; angles, shapes and sections, welded\",\r\n\t\t\t\"parent\": \"7301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7302\",\r\n\t\t\t\"text\": \"7302 - Railway or tramway track constructions of iron or steel; rails, check and track rails, switch blades, crossing frogs, point rods, sleepers, fish-plates, chair wedges, sole plates, bedplates, ties and the like\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730210\",\r\n\t\t\t\"text\": \"730210 - Iron or steel, railway or tramway track construction material; rails\",\r\n\t\t\t\"parent\": \"7302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730220\",\r\n\t\t\t\"text\": \"730220 - Sleepers (cross-ties), iron or steel\",\r\n\t\t\t\"parent\": \"7302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730230\",\r\n\t\t\t\"text\": \"730230 - Iron or steel, railway or tramway track construction material; switch blades, crossing frogs, point rods and other crossing pieces\",\r\n\t\t\t\"parent\": \"7302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730240\",\r\n\t\t\t\"text\": \"730240 - Iron or steel, railway or tramway track construction material; fish-plates and sole plates\",\r\n\t\t\t\"parent\": \"7302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730290\",\r\n\t\t\t\"text\": \"730290 - Iron or steel, railway or tramway track construction material; n.e.c. in heading no. 7302\",\r\n\t\t\t\"parent\": \"7302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7303\",\r\n\t\t\t\"text\": \"7303 - Tubes, pipes and hollow profiles, of cast iron\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730300\",\r\n\t\t\t\"text\": \"730300 - Cast iron; tubes, pipes and hollow profiles\",\r\n\t\t\t\"parent\": \"7303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7304\",\r\n\t\t\t\"text\": \"7304 - Tubes, pipes and hollow profiles, seamless, of iron (other than cast iron) or steel\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730410\",\r\n\t\t\t\"text\": \"730410 - Pipes, line, iron or steel, for oil or gas pipelines\",\r\n\t\t\t\"parent\": \"7304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730411\",\r\n\t\t\t\"text\": \"730411 - Iron or steel (excluding cast iron); seamless, line pipe of a kind used for oil or gas pipelines, of stainless steel\",\r\n\t\t\t\"parent\": \"7304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730419\",\r\n\t\t\t\"text\": \"730419 - Iron or steel (excluding cast iron or stainless steel); seamless, line pipe of a kind used for oil or gas pipelines\",\r\n\t\t\t\"parent\": \"7304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730420\",\r\n\t\t\t\"text\": \"730420 - Casings, tubing and drill pipe, for oil drilling\",\r\n\t\t\t\"parent\": \"7304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730421\",\r\n\t\t\t\"text\": \"730421 - Drill pipe\",\r\n\t\t\t\"parent\": \"7304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730422\",\r\n\t\t\t\"text\": \"730422 - Steel, stainless; seamless, drill pipe, of a kind used in drilling for oil or gas\",\r\n\t\t\t\"parent\": \"7304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730423\",\r\n\t\t\t\"text\": \"730423 - Iron or steel (excluding cast iron or stainless steel); seamless, drill pipe, of a kind used in drilling for oil or gas\",\r\n\t\t\t\"parent\": \"7304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730424\",\r\n\t\t\t\"text\": \"730424 - Steel, stainless; seamless, casing and tubing, of a kind used in drilling for oil or gas\",\r\n\t\t\t\"parent\": \"7304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730429\",\r\n\t\t\t\"text\": \"730429 - Iron or steel (excluding cast iron or stainless steel); seamless, casing and tubing, of a kind used in drilling for oil or gas\",\r\n\t\t\t\"parent\": \"7304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730431\",\r\n\t\t\t\"text\": \"730431 - Iron or non-alloy steel (excluding cast iron); seamless, cold-drawn or cold-rolled, tubes, pipes and hollow profiles of circular cross-section\",\r\n\t\t\t\"parent\": \"7304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730439\",\r\n\t\t\t\"text\": \"730439 - Iron or non-alloy steel (excluding cast iron); seamless, (excluding cold-drawn or cold-rolled), tubes, pipes and hollow profiles of circular cross-section\",\r\n\t\t\t\"parent\": \"7304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730441\",\r\n\t\t\t\"text\": \"730441 - Steel, stainless; cold-drawn or cold-rolled (cold-reduced), tubes and pipes of circular cross-section\",\r\n\t\t\t\"parent\": \"7304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730449\",\r\n\t\t\t\"text\": \"730449 - Steel, stainless; (excluding cold-drawn or cold-rolled), tubes pipes and hollow profiles of circular cross-section\",\r\n\t\t\t\"parent\": \"7304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730451\",\r\n\t\t\t\"text\": \"730451 - Steel, alloy (not stainless steel); seamless, cold-drawn or cold-rolled (cold-reduced), tubes, pipes and hollow profiles of circular cross-section\",\r\n\t\t\t\"parent\": \"7304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730459\",\r\n\t\t\t\"text\": \"730459 - Steel, alloy (not stainless steel); (excluding cold-drawn or cold-rolled), tubes, pipes and hollow profiles of circular cross-section\",\r\n\t\t\t\"parent\": \"7304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730490\",\r\n\t\t\t\"text\": \"730490 - Iron or steel (excluding cast iron); seamless, tubes, pipes and hollow profiles, seamless, n.e.c. in heading no. 7304\",\r\n\t\t\t\"parent\": \"7304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7305\",\r\n\t\t\t\"text\": \"7305 - Iron or steel (excluding cast iron); tubes and pipes (e.g. welded, riveted or similarly closed), having circular cross-sections, external diameter of which exceeds 406.4mm, not seamless\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730511\",\r\n\t\t\t\"text\": \"730511 - Iron or steel (excluding cast iron); line pipe of a kind used for oil or gas pipelines (not seamless), longitudinally submerged arc welded, having circular cross-sections, external diameter exceeds 406.4mm\",\r\n\t\t\t\"parent\": \"7305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730512\",\r\n\t\t\t\"text\": \"730512 - Iron or steel (excluding cast iron); line pipe of a kind used for oil or gas pipelines (not seamless), longitudinally welded (not submerged arc welded), having circular cross-sections, external diameter exceeds 406.4mm\",\r\n\t\t\t\"parent\": \"7305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730519\",\r\n\t\t\t\"text\": \"730519 - Iron or steel (excluding cast iron); line pipe of a kind used for oil or gas pipelines (not seamless), (not longitudinally welded), having circular cross-sections, external diameter exceeds 406.4mm\",\r\n\t\t\t\"parent\": \"7305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730520\",\r\n\t\t\t\"text\": \"730520 - Iron or steel (excluding cast iron); casing of a kind used in drilling for oil or gas (not seamless), having circular cross-sections, external diameter exceeds 406.4mm\",\r\n\t\t\t\"parent\": \"7305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730531\",\r\n\t\t\t\"text\": \"730531 - Iron or steel (excluding cast iron); tubes and pipes (other than line pipe or casing of a kind used for oil or gas pipelines), longitudinally welded, having circular cross-sections, external diameter exceeds 406.4mm, (not seamless)\",\r\n\t\t\t\"parent\": \"7305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730539\",\r\n\t\t\t\"text\": \"730539 - Iron or steel (excluding cast iron); tubes and pipes (other than line pipe or casing of a kind used for oil or gas pipelines), welded (not longitudinally welded), having circular cross-sections, external diameter exceeds 406.4mm, (not seamless)\",\r\n\t\t\t\"parent\": \"7305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730590\",\r\n\t\t\t\"text\": \"730590 - Iron or steel (excluding cast iron); tubes and pipes n.e.c. in heading no. 7305, having circular cross-sections, external diameter exceeds 406.4mm, (not seamless)\",\r\n\t\t\t\"parent\": \"7305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7306\",\r\n\t\t\t\"text\": \"7306 - Iron or steel (excluding cast iron); tubes, pipes and hollow profiles (not seamless), n.e.c. in chapter 73\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730610\",\r\n\t\t\t\"text\": \"730610 - Pipe (oil/gas line) iron or steel nes, diameter <406m\",\r\n\t\t\t\"parent\": \"7306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730611\",\r\n\t\t\t\"text\": \"730611 - Steel; stainless; line pipe of a kind used for oil or gas pipelines n.e.c. in chapter 73, welded, (not seamless)\",\r\n\t\t\t\"parent\": \"7306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730619\",\r\n\t\t\t\"text\": \"730619 - Iron or steel (excluding cast iron); line pipe of a kind used for oil or gas pipelines (other than of stainless steel or seamless), n.e.c. in chapter 73\",\r\n\t\t\t\"parent\": \"7306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730620\",\r\n\t\t\t\"text\": \"730620 - Casings,circular, iron/steel, oil/gas drilling <406mm\",\r\n\t\t\t\"parent\": \"7306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730621\",\r\n\t\t\t\"text\": \"730621 - Steel, stainless; casing and tubing of a kind used in drilling for oil and gas, n.e.c. in chapter 73, welded, (not seamless)\",\r\n\t\t\t\"parent\": \"7306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730629\",\r\n\t\t\t\"text\": \"730629 - Iron or steel (excluding cast iron); casing and tubing of a kind used in drilling for oil and gas (other than stainless steel or seamless), n.e.c. in chapter 73\",\r\n\t\t\t\"parent\": \"7306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730630\",\r\n\t\t\t\"text\": \"730630 - Iron or non-alloy steel (excluding cast iron); tubes and pipes (not seamless), welded, of circular cross-section, n.e.c. in chapter 73\",\r\n\t\t\t\"parent\": \"7306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730640\",\r\n\t\t\t\"text\": \"730640 - Steel, stainless; tubes, pipes and hollow profiles, welded, of circular cross-section, n.e.c. in chapter 73\",\r\n\t\t\t\"parent\": \"7306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730650\",\r\n\t\t\t\"text\": \"730650 - Steel, alloy; tubes, pipes and hollow profiles (other than stainless steel or seamless), welded, of circular cross-section, n.e.c. in chapter 73\",\r\n\t\t\t\"parent\": \"7306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730660\",\r\n\t\t\t\"text\": \"730660 - Hollow profiles/tubes,iron/steel,non-circular, welded\",\r\n\t\t\t\"parent\": \"7306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730661\",\r\n\t\t\t\"text\": \"730661 - Iron or steel (excluding cast iron); tubes, pipes and hollow profiles (not seamless), welded, of square or rectangular cross-section, n.e.c. in chapter 73\",\r\n\t\t\t\"parent\": \"7306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730669\",\r\n\t\t\t\"text\": \"730669 - Iron or steel (excluding cast iron); tubes, pipes and hollow profiles (not seamless), n.e.c. in chapter 73, welded, of non-circular cross-section (not square or rectangular cross-section)\",\r\n\t\t\t\"parent\": \"7306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730690\",\r\n\t\t\t\"text\": \"730690 - Iron or steel (excluding cast iron); tubes, pipes and hollow profiles (not seamless), n.e.c. in chapter 73\",\r\n\t\t\t\"parent\": \"7306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7307\",\r\n\t\t\t\"text\": \"7307 - Tube or pipe fittings (e.g. couplings, elbows, sleeves), of iron or steel\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730711\",\r\n\t\t\t\"text\": \"730711 - Cast iron; cast fittings, of non-malleable cast iron\",\r\n\t\t\t\"parent\": \"7307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730719\",\r\n\t\t\t\"text\": \"730719 - Iron or steel; cast fittings, other than of non-malleable cast iron\",\r\n\t\t\t\"parent\": \"7307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730721\",\r\n\t\t\t\"text\": \"730721 - Steel, stainless; tube or pipe fittings, flanges, of stainless steel\",\r\n\t\t\t\"parent\": \"7307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730722\",\r\n\t\t\t\"text\": \"730722 - Steel, stainless; tube or pipe fittings, threaded elbows, bends and sleeves\",\r\n\t\t\t\"parent\": \"7307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730723\",\r\n\t\t\t\"text\": \"730723 - Steel, stainless; tube or pipe fittings, butt welding fittings\",\r\n\t\t\t\"parent\": \"7307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730729\",\r\n\t\t\t\"text\": \"730729 - Steel, stainless; tube or pipe fittings, n.e.c. in item no. 7307.2\",\r\n\t\t\t\"parent\": \"7307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730791\",\r\n\t\t\t\"text\": \"730791 - Iron or steel; tube or pipe fittings, flanges, other than stainless steel\",\r\n\t\t\t\"parent\": \"7307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730792\",\r\n\t\t\t\"text\": \"730792 - Iron or steel; tube or pipe fittings, threaded elbows, bends and sleeves, other than stainless steel\",\r\n\t\t\t\"parent\": \"7307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730793\",\r\n\t\t\t\"text\": \"730793 - Iron or steel; tube or pipe fittings, butt welding fittings, other than stainless steel\",\r\n\t\t\t\"parent\": \"7307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730799\",\r\n\t\t\t\"text\": \"730799 - Iron or steel; tube or pipe fittings, n.e.c. in item no. 7307.9, other than stainless steel\",\r\n\t\t\t\"parent\": \"7307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7308\",\r\n\t\t\t\"text\": \"7308 - Structures of iron or steel and parts thereof; plates, rods, angles, shapes, sections, tubes and the like, prepared for use in structures\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730810\",\r\n\t\t\t\"text\": \"730810 - Iron or steel; structures and parts thereof, bridges and bridge-sections\",\r\n\t\t\t\"parent\": \"7308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730820\",\r\n\t\t\t\"text\": \"730820 - Iron or steel; structures and parts thereof, towers and lattice masts\",\r\n\t\t\t\"parent\": \"7308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730830\",\r\n\t\t\t\"text\": \"730830 - Iron or steel; structures and parts thereof, doors, windows and their frames and thresholds for doors\",\r\n\t\t\t\"parent\": \"7308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730840\",\r\n\t\t\t\"text\": \"730840 - Iron or steel; structures and parts thereof, props and similar equipment for scaffolding, shuttering or pit-propping\",\r\n\t\t\t\"parent\": \"7308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730890\",\r\n\t\t\t\"text\": \"730890 - Iron or steel; structures and parts thereof, n.e.c. in heading 7308\",\r\n\t\t\t\"parent\": \"7308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7309\",\r\n\t\t\t\"text\": \"7309 - Reservoirs, tanks, vats and similar containers; for any material (excluding compressed or liquefied gas), of iron or steel, capacity exceeding 300l, whether or not lined or heat insulated\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730900\",\r\n\t\t\t\"text\": \"730900 - Reservoirs, tanks, vats and similar containers; for any material (excluding compressed or liquefied gas), of iron or steel, capacity exceeding 300l, whether or not lined or heat insulated\",\r\n\t\t\t\"parent\": \"7309\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7310\",\r\n\t\t\t\"text\": \"7310 - Tanks, casks, drums, cans, boxes and similar containers, for any material (excluding compressed or liquefied gas), of iron or steel, capacity not exceeding 300l, whether or not lined or heat-insulated\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731010\",\r\n\t\t\t\"text\": \"731010 - Tanks, casks, drums, cans, boxes and similar containers, for any material (excluding compressed or liquefied gas), 50l or more capacity but not exceeding 300l\",\r\n\t\t\t\"parent\": \"7310\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731021\",\r\n\t\t\t\"text\": \"731021 - Cans; which are to be closed by soldering or crimping, for any material (excluding compressed or liquefied gas), less than 50l capacity, of iron or steel\",\r\n\t\t\t\"parent\": \"7310\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731029\",\r\n\t\t\t\"text\": \"731029 - Tanks, casks, drums, boxes and similar containers for any material (excluding compressed or liquefied gas) less than 50l capacity, n.e.c. in item no. 7310.2, of iron or steel\",\r\n\t\t\t\"parent\": \"7310\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7311\",\r\n\t\t\t\"text\": \"7311 - Containers for compressed or liquefied gas, of iron or steel\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731100\",\r\n\t\t\t\"text\": \"731100 - Containers for compressed or liquefied gas, of iron or steel\",\r\n\t\t\t\"parent\": \"7311\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7312\",\r\n\t\t\t\"text\": \"7312 - Stranded wire, ropes, cables, plaited bands, slings and the like, of iron or steel, not electrically insulated\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731210\",\r\n\t\t\t\"text\": \"731210 - Iron or steel; stranded wire, ropes and cables, not electrically insulated\",\r\n\t\t\t\"parent\": \"7312\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731290\",\r\n\t\t\t\"text\": \"731290 - Iron or steel; plaited bands, slings and the like, not electrically insulated\",\r\n\t\t\t\"parent\": \"7312\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7313\",\r\n\t\t\t\"text\": \"7313 - Barbed wire of iron or steel; twisted hoop or single flat wire, barbed or not and loosely twisted double wire, of a kind used for fencing, of iron or steel\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731300\",\r\n\t\t\t\"text\": \"731300 - Iron of steel; barbed wire, twisted hoop or single flat wire and loosely twisted double wire, used for fencing\",\r\n\t\t\t\"parent\": \"7313\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7314\",\r\n\t\t\t\"text\": \"7314 - Cloth (including endless bands), grill, netting and fencing, of iron or steel wire; expanded metal of iron or steel\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731411\",\r\n\t\t\t\"text\": \"731411 - Woven products of stainless steel\",\r\n\t\t\t\"parent\": \"7314\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731412\",\r\n\t\t\t\"text\": \"731412 - Iron or steel; woven cloth, endless bands for machinery, of stainless steel\",\r\n\t\t\t\"parent\": \"7314\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731413\",\r\n\t\t\t\"text\": \"731413 - Endless bands, woven clo\",\r\n\t\t\t\"parent\": \"7314\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731414\",\r\n\t\t\t\"text\": \"731414 - Iron or steel; woven cloth, of stainless steel, (other than endless bands for machinery)\",\r\n\t\t\t\"parent\": \"7314\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731419\",\r\n\t\t\t\"text\": \"731419 - Iron or steel; woven cloth, other than of stainless steel\",\r\n\t\t\t\"parent\": \"7314\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731420\",\r\n\t\t\t\"text\": \"731420 - Iron or steel wire; grill, netting and fencing, welded at intersections, of wire with a maximum cross-sectional dimension of 3mm or more and mesh size 100cm2 or more\",\r\n\t\t\t\"parent\": \"7314\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731430\",\r\n\t\t\t\"text\": \"731430 - Net/fencing, welded iron or non-alloy steel, heavy\",\r\n\t\t\t\"parent\": \"7314\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731431\",\r\n\t\t\t\"text\": \"731431 - Iron or steel wire; grill, netting and fencing, welded at the intersection, n.e.c. in item no. 7314.20, plated or coated with zinc\",\r\n\t\t\t\"parent\": \"7314\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731439\",\r\n\t\t\t\"text\": \"731439 - Iron or steel wire; grill, netting and fencing, welded at the intersection, n.e.c. in item no. 7314.20, (other than plated or coated with zinc)\",\r\n\t\t\t\"parent\": \"7314\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731441\",\r\n\t\t\t\"text\": \"731441 - Iron or steel wire; grill, netting and fencing, plated or coated with zinc\",\r\n\t\t\t\"parent\": \"7314\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731442\",\r\n\t\t\t\"text\": \"731442 - Iron or steel wire; grill, netting and fencing, coated with plastic\",\r\n\t\t\t\"parent\": \"7314\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731449\",\r\n\t\t\t\"text\": \"731449 - Iron or steel wire; grill, netting and fencing, coated with materials other than zinc or plastic\",\r\n\t\t\t\"parent\": \"7314\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731450\",\r\n\t\t\t\"text\": \"731450 - Iron or steel; expanded metal\",\r\n\t\t\t\"parent\": \"7314\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7315\",\r\n\t\t\t\"text\": \"7315 - Chain and parts thereof, of iron or steel\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731511\",\r\n\t\t\t\"text\": \"731511 - Chain; articulated link, roller, of iron or steel\",\r\n\t\t\t\"parent\": \"7315\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731512\",\r\n\t\t\t\"text\": \"731512 - Chain; articulated link, (other than roller), of iron or steel\",\r\n\t\t\t\"parent\": \"7315\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731519\",\r\n\t\t\t\"text\": \"731519 - Chain; articulated link parts, of iron or steel\",\r\n\t\t\t\"parent\": \"7315\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731520\",\r\n\t\t\t\"text\": \"731520 - Chain; skid, articulated link chain and parts thereof, of iron or steel\",\r\n\t\t\t\"parent\": \"7315\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731581\",\r\n\t\t\t\"text\": \"731581 - Chain; stud-link chain, of iron or steel\",\r\n\t\t\t\"parent\": \"7315\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731582\",\r\n\t\t\t\"text\": \"731582 - Chain; welded link chain, of iron or steel\",\r\n\t\t\t\"parent\": \"7315\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731589\",\r\n\t\t\t\"text\": \"731589 - Chain; n.e.c. in heading no. 7315, of iron or steel\",\r\n\t\t\t\"parent\": \"7315\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731590\",\r\n\t\t\t\"text\": \"731590 - Chain; parts n.e.c. in heading no. 7315, of iron or steel\",\r\n\t\t\t\"parent\": \"7315\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7316\",\r\n\t\t\t\"text\": \"7316 - Anchors, grapnels and parts thereof, of iron or steel\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731600\",\r\n\t\t\t\"text\": \"731600 - Iron or steel; anchors, grapnels and parts thereof\",\r\n\t\t\t\"parent\": \"7316\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7317\",\r\n\t\t\t\"text\": \"7317 - Nails, tacks, drawing pins, corrugated nails, staples (not those of heading no. 8305) and the like, of iron or steel, with heads of other material or not, but excluding articles with heads of copper\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731700\",\r\n\t\t\t\"text\": \"731700 - Iron or steel; nails, tacks, drawing pins, corrugated nails, staples (not those of heading no. 8305) and the like, with heads of other material or not, but excluding articles with heads of copper\",\r\n\t\t\t\"parent\": \"7317\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7318\",\r\n\t\t\t\"text\": \"7318 - Screws, bolts, nuts, coach screws, screw hooks, rivets, cotters, cotter-pins, washers (including spring washers) and similar articles, of iron or steel\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731811\",\r\n\t\t\t\"text\": \"731811 - Iron or steel; threaded coach screws\",\r\n\t\t\t\"parent\": \"7318\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731812\",\r\n\t\t\t\"text\": \"731812 - Iron or steel; threaded wood screws other than coach screws\",\r\n\t\t\t\"parent\": \"7318\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731813\",\r\n\t\t\t\"text\": \"731813 - Iron or steel; threaded screw hooks and screw rings\",\r\n\t\t\t\"parent\": \"7318\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731814\",\r\n\t\t\t\"text\": \"731814 - Iron or steel; threaded self-tapping screws\",\r\n\t\t\t\"parent\": \"7318\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731815\",\r\n\t\t\t\"text\": \"731815 - Iron or steel; threaded screws and bolts n.e.c. in item no. 7318.1, whether or not with their nuts or washers\",\r\n\t\t\t\"parent\": \"7318\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731816\",\r\n\t\t\t\"text\": \"731816 - Iron or steel; threaded nuts\",\r\n\t\t\t\"parent\": \"7318\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731819\",\r\n\t\t\t\"text\": \"731819 - Iron or steel; threaded screws, bolts and nuts n.e.c. in item no. 7318.1\",\r\n\t\t\t\"parent\": \"7318\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731821\",\r\n\t\t\t\"text\": \"731821 - Iron or steel; non-threaded spring washers and other lock washers\",\r\n\t\t\t\"parent\": \"7318\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731822\",\r\n\t\t\t\"text\": \"731822 - Iron or steel; non-threaded washers, excluding spring and lock\",\r\n\t\t\t\"parent\": \"7318\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731823\",\r\n\t\t\t\"text\": \"731823 - Iron or steel; non-threaded rivets\",\r\n\t\t\t\"parent\": \"7318\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731824\",\r\n\t\t\t\"text\": \"731824 - Iron or steel; non-threaded cotters and cotter-pins\",\r\n\t\t\t\"parent\": \"7318\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731829\",\r\n\t\t\t\"text\": \"731829 - Iron or steel; non-threaded articles, n.e.c. in item no. 7318.2\",\r\n\t\t\t\"parent\": \"7318\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7319\",\r\n\t\t\t\"text\": \"7319 - Sewing and knitting needles, bodkins, crochet hooks, embroidery stilettos and similar articles, for use in the hand, of iron or steel; safety pins and other pins of iron or steel, not elsewhere specified or included\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731910\",\r\n\t\t\t\"text\": \"731910 - Needles, sewing, darning or embroidery, iron or steel\",\r\n\t\t\t\"parent\": \"7319\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731920\",\r\n\t\t\t\"text\": \"731920 - Safety pins of iron/steel\",\r\n\t\t\t\"parent\": \"7319\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731930\",\r\n\t\t\t\"text\": \"731930 - Pins other than safety pins, of iron/steel\",\r\n\t\t\t\"parent\": \"7319\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731940\",\r\n\t\t\t\"text\": \"731940 - Safety pins and other pins; of iron or steel\",\r\n\t\t\t\"parent\": \"7319\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731990\",\r\n\t\t\t\"text\": \"731990 - Sewing and knitting needles, bodkins, crochet hooks, embroidery stilettos and similar articles, for use in the hand, not elsewhere specified or included, of iron or steel\",\r\n\t\t\t\"parent\": \"7319\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7320\",\r\n\t\t\t\"text\": \"7320 - Springs and leaves for springs, of iron or steel\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732010\",\r\n\t\t\t\"text\": \"732010 - Iron or steel; leaf-springs and leaves therefor\",\r\n\t\t\t\"parent\": \"7320\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732020\",\r\n\t\t\t\"text\": \"732020 - Iron or steel; helical springs and leaves for springs\",\r\n\t\t\t\"parent\": \"7320\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732090\",\r\n\t\t\t\"text\": \"732090 - Iron or steel; springs n.e.c. in heading no. 7320\",\r\n\t\t\t\"parent\": \"7320\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7321\",\r\n\t\t\t\"text\": \"7321 - Stoves, ranges, grates, cookers (those with subsidiary boilers for central heating), barbecues, braziers, gas-rings, plate warmers and similar non-electric domestic appliances and parts, of iron or steel\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732111\",\r\n\t\t\t\"text\": \"732111 - Cooking appliances and plate warmers; for gas fuel or for both gas and other fuels, of iron or steel\",\r\n\t\t\t\"parent\": \"7321\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732112\",\r\n\t\t\t\"text\": \"732112 - Cooking appliances and plate warmers; for liquid fuel, of iron or steel\",\r\n\t\t\t\"parent\": \"7321\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732113\",\r\n\t\t\t\"text\": \"732113 - Cooking appliances for solid fuel, iron or steel\",\r\n\t\t\t\"parent\": \"7321\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732119\",\r\n\t\t\t\"text\": \"732119 - Cooking appliances and plate warmers; for solid fuel and fuels other than gas or liquid, of iron or steel\",\r\n\t\t\t\"parent\": \"7321\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732181\",\r\n\t\t\t\"text\": \"732181 - Domestic appliances; non-electric, (other than cookers and plate warmers), for gas fuel or for both gas and other fuels, of iron or steel\",\r\n\t\t\t\"parent\": \"7321\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732182\",\r\n\t\t\t\"text\": \"732182 - Domestic appliances; non-electric, (other than cookers and plate warmers), for liquid fuel, of iron or steel\",\r\n\t\t\t\"parent\": \"7321\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732183\",\r\n\t\t\t\"text\": \"732183 - Domestic iron/steel solid fuel appliances, not cooker\",\r\n\t\t\t\"parent\": \"7321\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732189\",\r\n\t\t\t\"text\": \"732189 - Domestic appliances; non-electric, (other than cookers and plate warmers), for solid fuel and fuels other than gas or liquid, of iron or steel\",\r\n\t\t\t\"parent\": \"7321\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732190\",\r\n\t\t\t\"text\": \"732190 - Domestic appliances; non-electric, parts thereof, of iron or steel\",\r\n\t\t\t\"parent\": \"7321\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7322\",\r\n\t\t\t\"text\": \"7322 - Radiators for central heating, not electrically heated and parts thereof, of iron or steel; air heaters, hot air distributors not electrically heated, with motor fan or blower\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732211\",\r\n\t\t\t\"text\": \"732211 - Radiators and parts thereof; for central heating, (not electrically heated), of cast iron\",\r\n\t\t\t\"parent\": \"7322\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732219\",\r\n\t\t\t\"text\": \"732219 - Radiators and parts thereof; for central heating, (not electrically heated), of iron or steel other than cast iron\",\r\n\t\t\t\"parent\": \"7322\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732290\",\r\n\t\t\t\"text\": \"732290 - Air heaters and hot air distributors, (not electrically heated), incorporating a motor-driven fan or blower and parts thereof, of iron or steel\",\r\n\t\t\t\"parent\": \"7322\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7323\",\r\n\t\t\t\"text\": \"7323 - Table, kitchen, other household articles and parts, of iron or steel; iron or steel wool; pot scourers and scouring or polishing pads, gloves and the like, of iron or steel\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732310\",\r\n\t\t\t\"text\": \"732310 - Iron or steel; wool, pot scourers and scouring or polishing pads, gloves and the like\",\r\n\t\t\t\"parent\": \"7323\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732391\",\r\n\t\t\t\"text\": \"732391 - Cast iron; table, kitchen and other household articles and parts thereof, of cast iron, not enamelled\",\r\n\t\t\t\"parent\": \"7323\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732392\",\r\n\t\t\t\"text\": \"732392 - Cast iron; table, kitchen and other household articles and parts thereof, of cast iron, enamelled\",\r\n\t\t\t\"parent\": \"7323\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732393\",\r\n\t\t\t\"text\": \"732393 - Steel, stainless; table, kitchen and other household articles and parts thereof\",\r\n\t\t\t\"parent\": \"7323\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732394\",\r\n\t\t\t\"text\": \"732394 - Iron (excluding cast) or steel; table, kitchen and other household articles and parts thereof, enamelled\",\r\n\t\t\t\"parent\": \"7323\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732399\",\r\n\t\t\t\"text\": \"732399 - Iron or steel; table, kitchen and other household articles and parts thereof, of iron or steel n.e.c. in heading no. 7323\",\r\n\t\t\t\"parent\": \"7323\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7324\",\r\n\t\t\t\"text\": \"7324 - Sanitary ware and parts thereof, of iron or steel\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732410\",\r\n\t\t\t\"text\": \"732410 - Steel; sinks and wash basins, of stainless steel\",\r\n\t\t\t\"parent\": \"7324\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732421\",\r\n\t\t\t\"text\": \"732421 - Cast iron, baths, whether or not enamelled\",\r\n\t\t\t\"parent\": \"7324\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732429\",\r\n\t\t\t\"text\": \"732429 - Iron (other than cast) or steel; baths\",\r\n\t\t\t\"parent\": \"7324\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732490\",\r\n\t\t\t\"text\": \"732490 - Iron or steel; sanitary ware and parts thereof, excluding sinks, wash basins and baths\",\r\n\t\t\t\"parent\": \"7324\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7325\",\r\n\t\t\t\"text\": \"7325 - Iron or steel; cast articles\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732510\",\r\n\t\t\t\"text\": \"732510 - Iron; articles of non-malleable cast iron\",\r\n\t\t\t\"parent\": \"7325\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732591\",\r\n\t\t\t\"text\": \"732591 - Iron; grinding balls and similar articles for mills, other than of non-malleable cast iron\",\r\n\t\t\t\"parent\": \"7325\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732599\",\r\n\t\t\t\"text\": \"732599 - Iron or steel; cast articles, excluding grinding balls and similar articles for mills, other than of non-malleable cast iron\",\r\n\t\t\t\"parent\": \"7325\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7326\",\r\n\t\t\t\"text\": \"7326 - Iron or steel; articles, n.e.c. in chapter 73\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732611\",\r\n\t\t\t\"text\": \"732611 - Iron or steel; grinding balls and similar articles for mills, forged or stamped, but not further worked\",\r\n\t\t\t\"parent\": \"7326\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732619\",\r\n\t\t\t\"text\": \"732619 - Iron or steel; articles n.e.c. in item no. 7326.11, forged or stamped, but not further worked\",\r\n\t\t\t\"parent\": \"7326\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732620\",\r\n\t\t\t\"text\": \"732620 - Iron or steel; wire articles\",\r\n\t\t\t\"parent\": \"7326\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732690\",\r\n\t\t\t\"text\": \"732690 - Iron or steel; articles n.e.c. in heading 7326\",\r\n\t\t\t\"parent\": \"7326\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"74\",\r\n\t\t\t\"text\": \"74 - Copper and articles thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7401\",\r\n\t\t\t\"text\": \"7401 - Copper mattes; cement copper (precipitated copper)\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740100\",\r\n\t\t\t\"text\": \"740100 - Copper mattes; cement copper (precipitated copper)\",\r\n\t\t\t\"parent\": \"7401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740110\",\r\n\t\t\t\"text\": \"740110 - Copper mattes\",\r\n\t\t\t\"parent\": \"7401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740120\",\r\n\t\t\t\"text\": \"740120 - Cement copper (precipitated copper)\",\r\n\t\t\t\"parent\": \"7401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7402\",\r\n\t\t\t\"text\": \"7402 - Copper; unrefined, copper anodes for electrolytic refining\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740200\",\r\n\t\t\t\"text\": \"740200 - Copper; unrefined, copper anodes for electrolytic refining\",\r\n\t\t\t\"parent\": \"7402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7403\",\r\n\t\t\t\"text\": \"7403 - Copper; refined and copper alloys, unwrought\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740311\",\r\n\t\t\t\"text\": \"740311 - Copper; refined, unwrought, cathodes and sections of cathodes\",\r\n\t\t\t\"parent\": \"7403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740312\",\r\n\t\t\t\"text\": \"740312 - Copper; refined, unwrought, wire-bars\",\r\n\t\t\t\"parent\": \"7403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740313\",\r\n\t\t\t\"text\": \"740313 - Copper; refined, unwrought, billets\",\r\n\t\t\t\"parent\": \"7403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740319\",\r\n\t\t\t\"text\": \"740319 - Copper; refined, unwrought, n.e.c. in item no. 7403.1\",\r\n\t\t\t\"parent\": \"7403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740321\",\r\n\t\t\t\"text\": \"740321 - Copper; copper-zinc base alloys (brass) unwrought\",\r\n\t\t\t\"parent\": \"7403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740322\",\r\n\t\t\t\"text\": \"740322 - Copper; copper-tin base alloys (bronze) unwrought\",\r\n\t\t\t\"parent\": \"7403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740323\",\r\n\t\t\t\"text\": \"740323 - Copper-nickel, copper-nickel-zinc base alloy,unwrough\",\r\n\t\t\t\"parent\": \"7403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740329\",\r\n\t\t\t\"text\": \"740329 - Copper; copper alloys n.e.c. in heading no. 7403 (other than master alloys of heading no. 7405)\",\r\n\t\t\t\"parent\": \"7403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7404\",\r\n\t\t\t\"text\": \"7404 - Copper; waste and scrap\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740400\",\r\n\t\t\t\"text\": \"740400 - Copper; waste and scrap\",\r\n\t\t\t\"parent\": \"7404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7405\",\r\n\t\t\t\"text\": \"7405 - Copper; master alloys\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740500\",\r\n\t\t\t\"text\": \"740500 - Copper; master alloys of copper\",\r\n\t\t\t\"parent\": \"7405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7406\",\r\n\t\t\t\"text\": \"7406 - Copper; powders and flakes\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740610\",\r\n\t\t\t\"text\": \"740610 - Copper; powders of non-lamellar structure\",\r\n\t\t\t\"parent\": \"7406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740620\",\r\n\t\t\t\"text\": \"740620 - Copper; powders of lamellar structure, flakes\",\r\n\t\t\t\"parent\": \"7406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7407\",\r\n\t\t\t\"text\": \"7407 - Copper; bars, rods and profiles\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740710\",\r\n\t\t\t\"text\": \"740710 - Copper; bars, rods and profiles, of refined copper\",\r\n\t\t\t\"parent\": \"7407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740721\",\r\n\t\t\t\"text\": \"740721 - Copper; bars, rods and profiles, of copper-zinc base alloys (brass)\",\r\n\t\t\t\"parent\": \"7407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740722\",\r\n\t\t\t\"text\": \"740722 - Bar, rod, profiles, copper-nickel, copper-nickel-zinc\",\r\n\t\t\t\"parent\": \"7407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740729\",\r\n\t\t\t\"text\": \"740729 - Copper; bars, rods and profiles, of copper alloys (other than copper-zinc base alloys)\",\r\n\t\t\t\"parent\": \"7407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7408\",\r\n\t\t\t\"text\": \"7408 - Copper wire\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740811\",\r\n\t\t\t\"text\": \"740811 - Copper; wire, of refined copper, of which the maximum cross-sectional dimension exceeds 6mm\",\r\n\t\t\t\"parent\": \"7408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740819\",\r\n\t\t\t\"text\": \"740819 - Copper; wire, of refined copper, of which the maximum cross-sectional dimension is 6mm or less\",\r\n\t\t\t\"parent\": \"7408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740821\",\r\n\t\t\t\"text\": \"740821 - Copper; wire, of copper-zinc base alloys (brass)\",\r\n\t\t\t\"parent\": \"7408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740822\",\r\n\t\t\t\"text\": \"740822 - Copper; wire, of copper-nickel base alloys (cupro-nickel) or copper-nickel-zinc base alloys (nickel silver)\",\r\n\t\t\t\"parent\": \"7408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740829\",\r\n\t\t\t\"text\": \"740829 - Copper; wire, of copper alloys (other than copper-zinc base alloys, copper-nickel base alloys or copper-nickel-zinc base alloys)\",\r\n\t\t\t\"parent\": \"7408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7409\",\r\n\t\t\t\"text\": \"7409 - Copper plates, sheets and strip; of a thickness exceeding 0.15mm\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740911\",\r\n\t\t\t\"text\": \"740911 - Copper; strip, of a thickness exceeding 0.15mm, of refined copper, in coils\",\r\n\t\t\t\"parent\": \"7409\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740919\",\r\n\t\t\t\"text\": \"740919 - Copper; plates and sheets, of a thickness exceeding 0.15mm, of refined copper, not in coils\",\r\n\t\t\t\"parent\": \"7409\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740921\",\r\n\t\t\t\"text\": \"740921 - Copper; strip, of a thickness exceeding 0.15mm, of copper-zinc base alloys (brass), in coils\",\r\n\t\t\t\"parent\": \"7409\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740929\",\r\n\t\t\t\"text\": \"740929 - Copper; plates and sheets, of a thickness exceeding 0.15mm, of copper-zinc base alloys (brass), not in coils\",\r\n\t\t\t\"parent\": \"7409\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740931\",\r\n\t\t\t\"text\": \"740931 - Copper; strip, of a thickness exceeding 0.15mm, of copper-tin base alloys (bronze), in coils\",\r\n\t\t\t\"parent\": \"7409\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740939\",\r\n\t\t\t\"text\": \"740939 - Copper; plates and sheets, of a thickness exceeding 0.15mm, of copper-tin base alloys, not in coils\",\r\n\t\t\t\"parent\": \"7409\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740940\",\r\n\t\t\t\"text\": \"740940 - Copper; plates, sheets and strip, of a thickness exceeding 0.15mm, of copper-nickel base alloys (cupro-nickel) or copper-nickel-zinc base alloys (nickel silver)\",\r\n\t\t\t\"parent\": \"7409\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740990\",\r\n\t\t\t\"text\": \"740990 - Copper; plates, sheets and strip, of a thickness exceeding 0.15mm, of copper alloys (other than copper-zinc base alloys, copper-tin base alloys, copper-nickel base alloys or copper-nickel-zinc base alloys)\",\r\n\t\t\t\"parent\": \"7409\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7410\",\r\n\t\t\t\"text\": \"7410 - Copper foil (whether or not printed or backed with paper, paperboard, plastics or similar backing materials) of a thickness (excluding any backing) not exceeding 0.15mm\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741011\",\r\n\t\t\t\"text\": \"741011 - Copper; foil, not backed, of a thickness not exceeding 0.15mm, of refined copper\",\r\n\t\t\t\"parent\": \"7410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741012\",\r\n\t\t\t\"text\": \"741012 - Copper; foil, not backed, of a thickness not exceeding 0.15mm, of copper alloys\",\r\n\t\t\t\"parent\": \"7410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741021\",\r\n\t\t\t\"text\": \"741021 - Copper; foil, backed with paper, paperboard, plastics or similar backing material, of a thickness (excluding any backing) not exceeding 0.15mm, of refined copper\",\r\n\t\t\t\"parent\": \"7410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741022\",\r\n\t\t\t\"text\": \"741022 - Copper; foil, backed with paper, paperboard, plastics or similar backing material, of a thickness (excluding any backing) not exceeding 0.15mm, of copper alloys\",\r\n\t\t\t\"parent\": \"7410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7411\",\r\n\t\t\t\"text\": \"7411 - Copper tubes and pipes\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741110\",\r\n\t\t\t\"text\": \"741110 - Copper; tubes and pipes, of refined copper\",\r\n\t\t\t\"parent\": \"7411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741121\",\r\n\t\t\t\"text\": \"741121 - Copper; tubes and pipes, of copper-zinc base alloys (brass)\",\r\n\t\t\t\"parent\": \"7411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741122\",\r\n\t\t\t\"text\": \"741122 - Copper; tubes and pipes, of copper-nickel base alloys (cupro-nickel) or copper-nickel-zinc base alloys (nickel silver)\",\r\n\t\t\t\"parent\": \"7411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741129\",\r\n\t\t\t\"text\": \"741129 - Copper; tubes and pipes, of copper alloys (other than copper-zinc, copper-nickel base alloys (cupro-nickel) or copper-nickel-zinc base alloys (nickel-silver))\",\r\n\t\t\t\"parent\": \"7411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7412\",\r\n\t\t\t\"text\": \"7412 - Copper; tube or pipe fittings (e.g. couplings, elbows, sleeves)\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741210\",\r\n\t\t\t\"text\": \"741210 - Copper; tube or pipe fittings (e.g. couplings, elbows, sleeves) of refined copper\",\r\n\t\t\t\"parent\": \"7412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741220\",\r\n\t\t\t\"text\": \"741220 - Copper; tube or pipe fittings (e.g. couplings, elbows, sleeves) of copper alloys\",\r\n\t\t\t\"parent\": \"7412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7413\",\r\n\t\t\t\"text\": \"7413 - Copper; stranded wire, cables, plaited bands and the like, not electrically insulated\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741300\",\r\n\t\t\t\"text\": \"741300 - Copper; stranded wire, cables, plaited bands and the like, not electrically insulated\",\r\n\t\t\t\"parent\": \"7413\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7414\",\r\n\t\t\t\"text\": \"7414 - Copper wire cloth, grill, netting, expanded metal\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741410\",\r\n\t\t\t\"text\": \"741410 - Endless bands of copper wire for machinery\",\r\n\t\t\t\"parent\": \"7414\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741420\",\r\n\t\t\t\"text\": \"741420 - Endless bands of copper\",\r\n\t\t\t\"parent\": \"7414\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741490\",\r\n\t\t\t\"text\": \"741490 - Copper wire cloth, grill, netting, expanded metal, ne\",\r\n\t\t\t\"parent\": \"7414\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7415\",\r\n\t\t\t\"text\": \"7415 - Copper, nails, tacks, drawing pins, staples (not those of heading no. 8305) and the like, of copper or iron or steel with heads of copper; screws bolts, nuts, screws hooks, rivets, cotters, washers\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741510\",\r\n\t\t\t\"text\": \"741510 - Copper; nails and tacks, drawing pins, staples and similar articles of copper, or of iron or steel with copper heads\",\r\n\t\t\t\"parent\": \"7415\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741521\",\r\n\t\t\t\"text\": \"741521 - Copper; washers, (including spring washers), not threaded\",\r\n\t\t\t\"parent\": \"7415\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741529\",\r\n\t\t\t\"text\": \"741529 - Copper; rivets, cotters, cotter-pins and similar articles, not threaded\",\r\n\t\t\t\"parent\": \"7415\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741531\",\r\n\t\t\t\"text\": \"741531 - Wood screws of copper and copper alloys\",\r\n\t\t\t\"parent\": \"7415\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741532\",\r\n\t\t\t\"text\": \"741532 - Copper screws, bolts or nuts except wood screws\",\r\n\t\t\t\"parent\": \"7415\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741533\",\r\n\t\t\t\"text\": \"741533 - Copper; screws, bolts and nuts, threaded\",\r\n\t\t\t\"parent\": \"7415\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741539\",\r\n\t\t\t\"text\": \"741539 - Copper; articles n.e.c. in heading no. 7415\",\r\n\t\t\t\"parent\": \"7415\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7416\",\r\n\t\t\t\"text\": \"7416 - Copper springs\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741600\",\r\n\t\t\t\"text\": \"741600 - Copper springs\",\r\n\t\t\t\"parent\": \"7416\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7417\",\r\n\t\t\t\"text\": \"7417 - Copper cooking, heating apparatus, non-electric, part\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741700\",\r\n\t\t\t\"text\": \"741700 - Copper cooking, heating apparatus, non-electric, part\",\r\n\t\t\t\"parent\": \"7417\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7418\",\r\n\t\t\t\"text\": \"7418 - Copper; table, kitchen or other household articles and parts thereof; pot scourers, scouring, polishing pads, gloves and the like; sanitary ware and parts thereof\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741810\",\r\n\t\t\t\"text\": \"741810 - Copper; table, kitchen or other household articles and parts thereof; pot scourers and scouring or polishing pads, gloves and the like\",\r\n\t\t\t\"parent\": \"7418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741811\",\r\n\t\t\t\"text\": \"741811 - Pot scourers & scouring/polishing pads, gloves & the like, of copper\",\r\n\t\t\t\"parent\": \"7418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741819\",\r\n\t\t\t\"text\": \"741819 - Table, kitchen/other household articles & parts thereof; of copper, other than pot scourers & scouring/polishing pads, gloves & the like\",\r\n\t\t\t\"parent\": \"7418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741820\",\r\n\t\t\t\"text\": \"741820 - Copper; sanitary ware and parts thereof\",\r\n\t\t\t\"parent\": \"7418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7419\",\r\n\t\t\t\"text\": \"7419 - Copper; articles thereof n.e.c. in chapter 74\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741910\",\r\n\t\t\t\"text\": \"741910 - Copper; chain and parts thereof\",\r\n\t\t\t\"parent\": \"7419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741920\",\r\n\t\t\t\"text\": \"741920 - Copper; cast, moulded, stamped or forged, but not further worked\",\r\n\t\t\t\"parent\": \"7419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741980\",\r\n\t\t\t\"text\": \"741980 - Copper; articles thereof n.e.c. in chapter 74\",\r\n\t\t\t\"parent\": \"7419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741991\",\r\n\t\t\t\"text\": \"741991 - Copper; cast, moulded, stamped or forged, but not further worked\",\r\n\t\t\t\"parent\": \"7419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741999\",\r\n\t\t\t\"text\": \"741999 - Copper; articles n.e.c. in heading no. 7419\",\r\n\t\t\t\"parent\": \"7419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"75\",\r\n\t\t\t\"text\": \"75 - Nickel and articles thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7501\",\r\n\t\t\t\"text\": \"7501 - Nickel mattes; nickel oxide sinters and other intermediate products of nickel metallurgy\",\r\n\t\t\t\"parent\": \"75\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"750110\",\r\n\t\t\t\"text\": \"750110 - Nickel; nickel mattes\",\r\n\t\t\t\"parent\": \"7501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"750120\",\r\n\t\t\t\"text\": \"750120 - Nickel; oxide sinters and other intermediate products of nickel metallurgy\",\r\n\t\t\t\"parent\": \"7501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7502\",\r\n\t\t\t\"text\": \"7502 - Nickel; unwrought\",\r\n\t\t\t\"parent\": \"75\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"750210\",\r\n\t\t\t\"text\": \"750210 - Nickel; unwrought, not alloyed\",\r\n\t\t\t\"parent\": \"7502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"750220\",\r\n\t\t\t\"text\": \"750220 - Nickel; unwrought, alloys\",\r\n\t\t\t\"parent\": \"7502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7503\",\r\n\t\t\t\"text\": \"7503 - Nickel; waste and scrap\",\r\n\t\t\t\"parent\": \"75\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"750300\",\r\n\t\t\t\"text\": \"750300 - Nickel; waste and scrap\",\r\n\t\t\t\"parent\": \"7503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7504\",\r\n\t\t\t\"text\": \"7504 - Nickel; powders and flakes\",\r\n\t\t\t\"parent\": \"75\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"750400\",\r\n\t\t\t\"text\": \"750400 - Nickel; powders and flakes\",\r\n\t\t\t\"parent\": \"7504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7505\",\r\n\t\t\t\"text\": \"7505 - Nickel; bars, rods, profiles and wire\",\r\n\t\t\t\"parent\": \"75\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"750511\",\r\n\t\t\t\"text\": \"750511 - Nickel; bars, rods and profiles, not alloyed\",\r\n\t\t\t\"parent\": \"7505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"750512\",\r\n\t\t\t\"text\": \"750512 - Nickel; bars, rods and profiles, of nickel alloys\",\r\n\t\t\t\"parent\": \"7505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"750521\",\r\n\t\t\t\"text\": \"750521 - Nickel; wire, not alloyed\",\r\n\t\t\t\"parent\": \"7505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"750522\",\r\n\t\t\t\"text\": \"750522 - Nickel; wire, of nickel alloys\",\r\n\t\t\t\"parent\": \"7505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7506\",\r\n\t\t\t\"text\": \"7506 - Nickel; plates, sheets, strip and foil\",\r\n\t\t\t\"parent\": \"75\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"750610\",\r\n\t\t\t\"text\": \"750610 - Nickel; plates, sheets, strip and foil, not alloyed\",\r\n\t\t\t\"parent\": \"7506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"750620\",\r\n\t\t\t\"text\": \"750620 - Nickel; plates, sheets, strip and foil, of nickel alloys\",\r\n\t\t\t\"parent\": \"7506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7507\",\r\n\t\t\t\"text\": \"7507 - Nickel; tubes, pipes and tube or pipe fittings (e.g. couplings, elbows, sleeves)\",\r\n\t\t\t\"parent\": \"75\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"750711\",\r\n\t\t\t\"text\": \"750711 - Nickel; tubes and pipes, not alloyed\",\r\n\t\t\t\"parent\": \"7507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"750712\",\r\n\t\t\t\"text\": \"750712 - Nickel; tubes and pipes, of nickel alloys\",\r\n\t\t\t\"parent\": \"7507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"750720\",\r\n\t\t\t\"text\": \"750720 - Nickel; tube and pipe fittings\",\r\n\t\t\t\"parent\": \"7507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7508\",\r\n\t\t\t\"text\": \"7508 - Nickel; articles thereof n.e.c. in chapter 75\",\r\n\t\t\t\"parent\": \"75\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"750800\",\r\n\t\t\t\"text\": \"750800 - Articles of nickel, nes\",\r\n\t\t\t\"parent\": \"7508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"750810\",\r\n\t\t\t\"text\": \"750810 - Nickel; cloth, grill and netting, of nickel wire\",\r\n\t\t\t\"parent\": \"7508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"750890\",\r\n\t\t\t\"text\": \"750890 - Nickel; articles thereof n.e.c. in item no. 7508.1\",\r\n\t\t\t\"parent\": \"7508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"76\",\r\n\t\t\t\"text\": \"76 - Aluminium and articles thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7601\",\r\n\t\t\t\"text\": \"7601 - Aluminium; unwrought\",\r\n\t\t\t\"parent\": \"76\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760110\",\r\n\t\t\t\"text\": \"760110 - Aluminium; unwrought, (not alloyed)\",\r\n\t\t\t\"parent\": \"7601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760120\",\r\n\t\t\t\"text\": \"760120 - Aluminium; unwrought, alloys\",\r\n\t\t\t\"parent\": \"7601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7602\",\r\n\t\t\t\"text\": \"7602 - Aluminium; waste and scrap\",\r\n\t\t\t\"parent\": \"76\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760200\",\r\n\t\t\t\"text\": \"760200 - Aluminium; waste and scrap\",\r\n\t\t\t\"parent\": \"7602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7603\",\r\n\t\t\t\"text\": \"7603 - Aluminium; powders and flakes\",\r\n\t\t\t\"parent\": \"76\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760310\",\r\n\t\t\t\"text\": \"760310 - Aluminium; powders of non-lamellar structure\",\r\n\t\t\t\"parent\": \"7603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760320\",\r\n\t\t\t\"text\": \"760320 - Aluminium; powders of lamellar structure, flakes\",\r\n\t\t\t\"parent\": \"7603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7604\",\r\n\t\t\t\"text\": \"7604 - Aluminium; bars, rods and profiles\",\r\n\t\t\t\"parent\": \"76\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760410\",\r\n\t\t\t\"text\": \"760410 - Aluminium; (not alloyed), bars, rods and profiles\",\r\n\t\t\t\"parent\": \"7604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760421\",\r\n\t\t\t\"text\": \"760421 - Aluminium; alloys, hollow profiles\",\r\n\t\t\t\"parent\": \"7604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760429\",\r\n\t\t\t\"text\": \"760429 - Aluminium; alloys, bars, rods and profiles, other than hollow\",\r\n\t\t\t\"parent\": \"7604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7605\",\r\n\t\t\t\"text\": \"7605 - Aluminium wire\",\r\n\t\t\t\"parent\": \"76\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760511\",\r\n\t\t\t\"text\": \"760511 - Aluminium; (not alloyed), wire, maximum cross-sectional dimension exceeds 7mm\",\r\n\t\t\t\"parent\": \"7605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760519\",\r\n\t\t\t\"text\": \"760519 - Aluminium; (not alloyed), wire, maximum cross-sectional dimension is 7mm or less\",\r\n\t\t\t\"parent\": \"7605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760521\",\r\n\t\t\t\"text\": \"760521 - Aluminium; alloys, wire, maximum cross-sectional dimension exceeding 7mm\",\r\n\t\t\t\"parent\": \"7605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760529\",\r\n\t\t\t\"text\": \"760529 - Aluminium; alloys, wire, maximum cross-sectional dimension is 7mm or less\",\r\n\t\t\t\"parent\": \"7605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7606\",\r\n\t\t\t\"text\": \"7606 - Aluminium; plates, sheets and strip, thickness exceeding 0.2mm\",\r\n\t\t\t\"parent\": \"76\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760611\",\r\n\t\t\t\"text\": \"760611 - Aluminium; plates, sheets and strip, thickness exceeding 0.2mm, (not alloyed), rectangular (including square)\",\r\n\t\t\t\"parent\": \"7606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760612\",\r\n\t\t\t\"text\": \"760612 - Aluminium; plates, sheets and strip, thickness exceeding 0.2mm, alloys, rectangular (including square)\",\r\n\t\t\t\"parent\": \"7606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760691\",\r\n\t\t\t\"text\": \"760691 - Aluminium; plates, sheets and strip, thickness exceeding 0.2mm, not alloyed, (not rectangular or square)\",\r\n\t\t\t\"parent\": \"7606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760692\",\r\n\t\t\t\"text\": \"760692 - Aluminium; plates, sheets and strip, thickness exceeding 0.2mm, alloys, (not rectangular or square)\",\r\n\t\t\t\"parent\": \"7606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7607\",\r\n\t\t\t\"text\": \"7607 - Aluminium foil (whether or not printed or backed with paper, paperboard, plastics or similar backing materials) of a thickness (excluding any backing) not exceeding 0.2mm\",\r\n\t\t\t\"parent\": \"76\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760711\",\r\n\t\t\t\"text\": \"760711 - Aluminium; foil, (not backed), rolled (but not further worked), of a thickness not exceeding 0.2mm\",\r\n\t\t\t\"parent\": \"7607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760719\",\r\n\t\t\t\"text\": \"760719 - Aluminium; foil, (not backed), of a thickness not exceeding 0.2mm, not rolled\",\r\n\t\t\t\"parent\": \"7607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760720\",\r\n\t\t\t\"text\": \"760720 - Aluminium; foil, backed with paper, paperboard, plastics or similar backing materials, of a thickness (excluding any backing) not exceeding 0.2mm\",\r\n\t\t\t\"parent\": \"7607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7608\",\r\n\t\t\t\"text\": \"7608 - Aluminium; tubes and pipes\",\r\n\t\t\t\"parent\": \"76\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760810\",\r\n\t\t\t\"text\": \"760810 - Aluminium; tubes and pipes, not alloyed\",\r\n\t\t\t\"parent\": \"7608\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760820\",\r\n\t\t\t\"text\": \"760820 - Aluminium; tubes and pipes, alloys\",\r\n\t\t\t\"parent\": \"7608\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7609\",\r\n\t\t\t\"text\": \"7609 - Aluminium; tube or pipe fittings (e.g. couplings, elbows, sleeves)\",\r\n\t\t\t\"parent\": \"76\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760900\",\r\n\t\t\t\"text\": \"760900 - Aluminium; tube or pipe fittings (e.g. couplings, elbows, sleeves)\",\r\n\t\t\t\"parent\": \"7609\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7610\",\r\n\t\t\t\"text\": \"7610 - Aluminium; structures (excluding prefabricated buildings of heading no. 9406) and parts (e.g. bridges and sections, towers, lattice masts, etc) plates, rods, profiles and tubes for structures\",\r\n\t\t\t\"parent\": \"76\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"761010\",\r\n\t\t\t\"text\": \"761010 - Aluminium; structures (excluding prefabricated buildings of heading no. 9406) and parts of structures, doors, windows and their frames and thresholds for doors\",\r\n\t\t\t\"parent\": \"7610\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"761090\",\r\n\t\t\t\"text\": \"761090 - Aluminium; structures (excluding prefabricated buildings of heading no. 9406) and parts of structures, n.e.c. in heading no. 7610, plates, rods, profiles, tubes and the like\",\r\n\t\t\t\"parent\": \"7610\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7611\",\r\n\t\t\t\"text\": \"7611 - Aluminium; reservoirs, tanks, vats and the like for material (not compressed or liquefied gas) of capacity over 300l, whether or not lined, heat-insulated, not fitted with mechanical, thermal equipment\",\r\n\t\t\t\"parent\": \"76\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"761100\",\r\n\t\t\t\"text\": \"761100 - Aluminium; reservoirs, tanks, vats and similar containers, for material (not compressed or liquefied gas), of a capacity over 300l, whether or not lined, not fitted with mechanical/thermal equipment\",\r\n\t\t\t\"parent\": \"7611\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7612\",\r\n\t\t\t\"text\": \"7612 - Aluminium casks, drums, cans, boxes etc (including rigid, collapsible tubular containers), for materials other than compressed, liquefied gas, 300l capacity or less, lined, heat-insulated or not\",\r\n\t\t\t\"parent\": \"76\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"761210\",\r\n\t\t\t\"text\": \"761210 - Aluminium; collapsible tubular containers, for any material, (not compressed or liquefied gas), 300l capacity or less, whether or not lined, not fitted with mechanical/thermal equipment\",\r\n\t\t\t\"parent\": \"7612\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"761290\",\r\n\t\t\t\"text\": \"761290 - Aluminium; casks, drums, cans, boxes and the like for any material (not compressed or liquefied gas), 300l capacity or less, whether or not lined or heat-insulated, no mechanical or thermal equipment\",\r\n\t\t\t\"parent\": \"7612\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7613\",\r\n\t\t\t\"text\": \"7613 - Aluminium; containers for compressed or liquefied gas\",\r\n\t\t\t\"parent\": \"76\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"761300\",\r\n\t\t\t\"text\": \"761300 - Aluminium; containers for compressed or liquefied gas\",\r\n\t\t\t\"parent\": \"7613\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7614\",\r\n\t\t\t\"text\": \"7614 - Aluminium; stranded wire, cables, plaited bands and the like, (not electrically insulated)\",\r\n\t\t\t\"parent\": \"76\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"761410\",\r\n\t\t\t\"text\": \"761410 - Aluminium; stranded wire, cables, plaited bands and the like, (not electrically insulated), with steel core\",\r\n\t\t\t\"parent\": \"7614\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"761490\",\r\n\t\t\t\"text\": \"761490 - Aluminium; stranded wire, cables, plaited bands and the like, (not electrically insulated), other than steel core\",\r\n\t\t\t\"parent\": \"7614\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7615\",\r\n\t\t\t\"text\": \"7615 - Aluminium; table, kitchen or other household articles and parts thereof, pot scourers and scouring or polishing pads, gloves and the like, sanitary ware and parts thereof\",\r\n\t\t\t\"parent\": \"76\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"761510\",\r\n\t\t\t\"text\": \"761510 - Aluminium; table, kitchen or other household articles and parts thereof; pot scourers and scouring or polishing pads, gloves and the like\",\r\n\t\t\t\"parent\": \"7615\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"761511\",\r\n\t\t\t\"text\": \"761511 - Pot scourers & scouring/polishing pads, gloves & the like, of aluminium\",\r\n\t\t\t\"parent\": \"7615\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"761519\",\r\n\t\t\t\"text\": \"761519 - Table/kitchen/other h-hold. articles & parts thereof (excl. of 7615.11), of aluminium\",\r\n\t\t\t\"parent\": \"7615\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"761520\",\r\n\t\t\t\"text\": \"761520 - Aluminium; sanitary ware and parts thereof\",\r\n\t\t\t\"parent\": \"7615\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7616\",\r\n\t\t\t\"text\": \"7616 - Aluminium; articles n.e.c. in chapter 76\",\r\n\t\t\t\"parent\": \"76\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"761610\",\r\n\t\t\t\"text\": \"761610 - Aluminium; nails, tacks, staples (other than those of heading no. 8305), screws, bolts, nuts, screw hooks, rivets, cotters, cotter-pins, washers and similar articles\",\r\n\t\t\t\"parent\": \"7616\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"761690\",\r\n\t\t\t\"text\": \"761690 - Articles of aluminium, nes\",\r\n\t\t\t\"parent\": \"7616\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"761691\",\r\n\t\t\t\"text\": \"761691 - Aluminium; cloth, grill, netting and fencing, of aluminium wire\",\r\n\t\t\t\"parent\": \"7616\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"761699\",\r\n\t\t\t\"text\": \"761699 - Aluminium; articles n.e.c. in heading 7616\",\r\n\t\t\t\"parent\": \"7616\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"77\",\r\n\t\t\t\"text\": \"77 - (Reserved for possible future use in the Harmonized System)\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"78\",\r\n\t\t\t\"text\": \"78 - Lead and articles thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7801\",\r\n\t\t\t\"text\": \"7801 - Lead; unwrought\",\r\n\t\t\t\"parent\": \"78\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"780110\",\r\n\t\t\t\"text\": \"780110 - Lead; unwrought, refined\",\r\n\t\t\t\"parent\": \"7801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"780191\",\r\n\t\t\t\"text\": \"780191 - Lead; unwrought, unrefined, containing by weight antimony as the principal other element\",\r\n\t\t\t\"parent\": \"7801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"780199\",\r\n\t\t\t\"text\": \"780199 - Lead; unwrought, unrefined, not containing by weight antimony as the principal other element\",\r\n\t\t\t\"parent\": \"7801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7802\",\r\n\t\t\t\"text\": \"7802 - Lead; waste and scrap\",\r\n\t\t\t\"parent\": \"78\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"780200\",\r\n\t\t\t\"text\": \"780200 - Lead; waste and scrap\",\r\n\t\t\t\"parent\": \"7802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7803\",\r\n\t\t\t\"text\": \"7803 - Lead bars, rods, profiles and wire\",\r\n\t\t\t\"parent\": \"78\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"780300\",\r\n\t\t\t\"text\": \"780300 - Lead bars, rods, profiles and wire\",\r\n\t\t\t\"parent\": \"7803\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7804\",\r\n\t\t\t\"text\": \"7804 - Lead; plates, sheets, strip and foil, lead powders and flakes\",\r\n\t\t\t\"parent\": \"78\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"780411\",\r\n\t\t\t\"text\": \"780411 - Lead; sheets, strip and foil, of a thickness (excluding any backing) not exceeding 0.2mm\",\r\n\t\t\t\"parent\": \"7804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"780419\",\r\n\t\t\t\"text\": \"780419 - Lead; plates, sheets, strip and foil, of a thickness (excluding any backing) exceeding 0.2mm\",\r\n\t\t\t\"parent\": \"7804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"780420\",\r\n\t\t\t\"text\": \"780420 - Lead; powders and flakes\",\r\n\t\t\t\"parent\": \"7804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7805\",\r\n\t\t\t\"text\": \"7805 - Lead tubes, pipes and fittings\",\r\n\t\t\t\"parent\": \"78\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"780500\",\r\n\t\t\t\"text\": \"780500 - Lead tubes, pipes and fittings\",\r\n\t\t\t\"parent\": \"7805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7806\",\r\n\t\t\t\"text\": \"7806 - Lead; articles n.e.c. in chapter 78\",\r\n\t\t\t\"parent\": \"78\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"780600\",\r\n\t\t\t\"text\": \"780600 - Lead; articles n.e.c. in chapter 78\",\r\n\t\t\t\"parent\": \"7806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"79\",\r\n\t\t\t\"text\": \"79 - Zinc and articles thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7901\",\r\n\t\t\t\"text\": \"7901 - Zinc; unwrought\",\r\n\t\t\t\"parent\": \"79\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"790111\",\r\n\t\t\t\"text\": \"790111 - Zinc; unwrought, (not alloyed), containing by weight 99.99% or more of zinc\",\r\n\t\t\t\"parent\": \"7901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"790112\",\r\n\t\t\t\"text\": \"790112 - Zinc; unwrought, (not alloyed), containing by weight less than 99.99% of zinc\",\r\n\t\t\t\"parent\": \"7901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"790120\",\r\n\t\t\t\"text\": \"790120 - Zinc; unwrought, alloys\",\r\n\t\t\t\"parent\": \"7901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7902\",\r\n\t\t\t\"text\": \"7902 - Zinc; waste and scrap\",\r\n\t\t\t\"parent\": \"79\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"790200\",\r\n\t\t\t\"text\": \"790200 - Zinc; waste and scrap\",\r\n\t\t\t\"parent\": \"7902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7903\",\r\n\t\t\t\"text\": \"7903 - Zinc; dust, powders and flakes\",\r\n\t\t\t\"parent\": \"79\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"790310\",\r\n\t\t\t\"text\": \"790310 - Zinc dust\",\r\n\t\t\t\"parent\": \"7903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"790390\",\r\n\t\t\t\"text\": \"790390 - Zinc; powders and flakes\",\r\n\t\t\t\"parent\": \"7903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7904\",\r\n\t\t\t\"text\": \"7904 - Zinc; bars, rods, profiles and wire\",\r\n\t\t\t\"parent\": \"79\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"790400\",\r\n\t\t\t\"text\": \"790400 - Zinc; bars, rods, profiles and wire\",\r\n\t\t\t\"parent\": \"7904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7905\",\r\n\t\t\t\"text\": \"7905 - Zinc; plates, sheets, strip and foil\",\r\n\t\t\t\"parent\": \"79\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"790500\",\r\n\t\t\t\"text\": \"790500 - Zinc; plates, sheets, strip and foil\",\r\n\t\t\t\"parent\": \"7905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7906\",\r\n\t\t\t\"text\": \"7906 - Zinc tubes, pipes and tube or pipe fittings\",\r\n\t\t\t\"parent\": \"79\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"790600\",\r\n\t\t\t\"text\": \"790600 - Zinc tubes, pipes and tube or pipe fittings\",\r\n\t\t\t\"parent\": \"7906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7907\",\r\n\t\t\t\"text\": \"7907 - Zinc; articles n.e.c. in chapter 79\",\r\n\t\t\t\"parent\": \"79\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"790700\",\r\n\t\t\t\"text\": \"790700 - Zinc; articles n.e.c. in chapter 79\",\r\n\t\t\t\"parent\": \"7907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"790710\",\r\n\t\t\t\"text\": \"790710 - Zinc fabricated building components (gutters,etc)\",\r\n\t\t\t\"parent\": \"7907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"790790\",\r\n\t\t\t\"text\": \"790790 - Articles of zinc nes\",\r\n\t\t\t\"parent\": \"7907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"80\",\r\n\t\t\t\"text\": \"80 - Tin; articles thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8001\",\r\n\t\t\t\"text\": \"8001 - Tin; unwrought\",\r\n\t\t\t\"parent\": \"80\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"800110\",\r\n\t\t\t\"text\": \"800110 - Tin; unwrought, not alloyed\",\r\n\t\t\t\"parent\": \"8001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"800120\",\r\n\t\t\t\"text\": \"800120 - Tin; unwrought, alloys\",\r\n\t\t\t\"parent\": \"8001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8002\",\r\n\t\t\t\"text\": \"8002 - Tin; waste and scrap\",\r\n\t\t\t\"parent\": \"80\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"800200\",\r\n\t\t\t\"text\": \"800200 - Tin; waste and scrap\",\r\n\t\t\t\"parent\": \"8002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8003\",\r\n\t\t\t\"text\": \"8003 - Tin; bars, rods, profiles and wire\",\r\n\t\t\t\"parent\": \"80\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"800300\",\r\n\t\t\t\"text\": \"800300 - Tin; bars, rods, profiles and wire\",\r\n\t\t\t\"parent\": \"8003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8004\",\r\n\t\t\t\"text\": \"8004 - Tin plates, sheets and strips, thickness > 0.2 mm\",\r\n\t\t\t\"parent\": \"80\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"800400\",\r\n\t\t\t\"text\": \"800400 - Tin plates, sheets and strips, thickness > 0.2 mm\",\r\n\t\t\t\"parent\": \"8004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8005\",\r\n\t\t\t\"text\": \"8005 - Tin foil (thickness < 0.2 mm), tin powder, flakes\",\r\n\t\t\t\"parent\": \"80\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"800500\",\r\n\t\t\t\"text\": \"800500 - Tin foil, tin powders,fl\",\r\n\t\t\t\"parent\": \"8005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"800510\",\r\n\t\t\t\"text\": \"800510 - Tin foil (thickness < 0.2 mm)\",\r\n\t\t\t\"parent\": \"8005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"800520\",\r\n\t\t\t\"text\": \"800520 - Tin powder and flakes\",\r\n\t\t\t\"parent\": \"8005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8006\",\r\n\t\t\t\"text\": \"8006 - Tin pipes or tubes and pipe fittings\",\r\n\t\t\t\"parent\": \"80\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"800600\",\r\n\t\t\t\"text\": \"800600 - Tin pipes or tubes and pipe fittings\",\r\n\t\t\t\"parent\": \"8006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8007\",\r\n\t\t\t\"text\": \"8007 - Tin; articles n.e.c. in chapter 80\",\r\n\t\t\t\"parent\": \"80\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"800700\",\r\n\t\t\t\"text\": \"800700 - Tin; articles n.e.c. in chapter 80\",\r\n\t\t\t\"parent\": \"8007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"81\",\r\n\t\t\t\"text\": \"81 - Metals; n.e.c., cermets and articles thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8101\",\r\n\t\t\t\"text\": \"8101 - Tungsten (wolfram); articles thereof, including waste and scrap\",\r\n\t\t\t\"parent\": \"81\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810110\",\r\n\t\t\t\"text\": \"810110 - Tungsten (wolfram); articles thereof, including waste and scrap, powders\",\r\n\t\t\t\"parent\": \"8101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810191\",\r\n\t\t\t\"text\": \"810191 - Tungsten unwrought, bars/rods simply sintered, scrap\",\r\n\t\t\t\"parent\": \"8101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810192\",\r\n\t\t\t\"text\": \"810192 - Tungsten profiles, sheet or foil, not simply sintered\",\r\n\t\t\t\"parent\": \"8101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810193\",\r\n\t\t\t\"text\": \"810193 - Wire, tungsten (wolfram)\",\r\n\t\t\t\"parent\": \"8101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810194\",\r\n\t\t\t\"text\": \"810194 - Tungsten (wolfram); unwrought, including bars and rods obtained simply by sintering\",\r\n\t\t\t\"parent\": \"8101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810195\",\r\n\t\t\t\"text\": \"810195 - Tungsten (wolfram) bars & rods (excl. those obt. simply by sintering), prof ...\",\r\n\t\t\t\"parent\": \"8101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810196\",\r\n\t\t\t\"text\": \"810196 - Tungsten (wolfram); wire\",\r\n\t\t\t\"parent\": \"8101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810197\",\r\n\t\t\t\"text\": \"810197 - Tungsten (wolfram); waste and scrap\",\r\n\t\t\t\"parent\": \"8101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810199\",\r\n\t\t\t\"text\": \"810199 - Tungsten (wolfram); articles n.e.c. in heading no. 8101\",\r\n\t\t\t\"parent\": \"8101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8102\",\r\n\t\t\t\"text\": \"8102 - Molybdenum; articles thereof, including waste and scrap\",\r\n\t\t\t\"parent\": \"81\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810210\",\r\n\t\t\t\"text\": \"810210 - Molybdenum; articles thereof, including waste and scrap, powders\",\r\n\t\t\t\"parent\": \"8102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810291\",\r\n\t\t\t\"text\": \"810291 - Molybdenum, unwrought, bars/rods simply sintered,scra\",\r\n\t\t\t\"parent\": \"8102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810292\",\r\n\t\t\t\"text\": \"810292 - Molybdenum profile/sheet/strip etc not simply sintere\",\r\n\t\t\t\"parent\": \"8102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810293\",\r\n\t\t\t\"text\": \"810293 - Wire, molybdenum\",\r\n\t\t\t\"parent\": \"8102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810294\",\r\n\t\t\t\"text\": \"810294 - Molybdenum; unwrought, including bars and rods obtained simply by sintering\",\r\n\t\t\t\"parent\": \"8102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810295\",\r\n\t\t\t\"text\": \"810295 - Molybdenum; bars and rods, other than those obtained simply by sintering, profiles, plates, sheets, strip and foil\",\r\n\t\t\t\"parent\": \"8102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810296\",\r\n\t\t\t\"text\": \"810296 - Molybdenum; wire\",\r\n\t\t\t\"parent\": \"8102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810297\",\r\n\t\t\t\"text\": \"810297 - Molybdenum; waste and scrap\",\r\n\t\t\t\"parent\": \"8102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810299\",\r\n\t\t\t\"text\": \"810299 - Molybdenum; articles n.e.c. in heading no. 8102\",\r\n\t\t\t\"parent\": \"8102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8103\",\r\n\t\t\t\"text\": \"8103 - Tantalum; articles thereof, including waste and scrap\",\r\n\t\t\t\"parent\": \"81\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810310\",\r\n\t\t\t\"text\": \"810310 - Tantalum unwrought, bars, rods simply sintered, scrap\",\r\n\t\t\t\"parent\": \"8103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810320\",\r\n\t\t\t\"text\": \"810320 - Tantalum; unwrought, including bars and rods obtained simply by sintering, powders\",\r\n\t\t\t\"parent\": \"8103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810330\",\r\n\t\t\t\"text\": \"810330 - Tantalum; waste and scrap\",\r\n\t\t\t\"parent\": \"8103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810390\",\r\n\t\t\t\"text\": \"810390 - Tantalum; articles n.e.c. in heading no. 8103\",\r\n\t\t\t\"parent\": \"8103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810391\",\r\n\t\t\t\"text\": \"810391 - Tantalum; crucibles\",\r\n\t\t\t\"parent\": \"8103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810399\",\r\n\t\t\t\"text\": \"810399 - Tantalum; articles n.e.c. in heading no. 8103\",\r\n\t\t\t\"parent\": \"8103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8104\",\r\n\t\t\t\"text\": \"8104 - Magnesium; articles thereof, including waste and scrap\",\r\n\t\t\t\"parent\": \"81\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810411\",\r\n\t\t\t\"text\": \"810411 - Magnesium; unwrought, containing at least 99.8% by weight of magnesium\",\r\n\t\t\t\"parent\": \"8104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810419\",\r\n\t\t\t\"text\": \"810419 - Magnesium; unwrought, containing less than 99.8% by weight of magnesium\",\r\n\t\t\t\"parent\": \"8104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810420\",\r\n\t\t\t\"text\": \"810420 - Magnesium; waste and scrap\",\r\n\t\t\t\"parent\": \"8104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810430\",\r\n\t\t\t\"text\": \"810430 - Magnesium; raspings, turnings and granules, graded according to size, powders\",\r\n\t\t\t\"parent\": \"8104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810490\",\r\n\t\t\t\"text\": \"810490 - Magnesium; articles n.e.c. in heading no. 8104\",\r\n\t\t\t\"parent\": \"8104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8105\",\r\n\t\t\t\"text\": \"8105 - Cobalt; mattes and other intermediate products of cobalt metallurgy, cobalt and articles thereof, including waste and scrap\",\r\n\t\t\t\"parent\": \"81\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810510\",\r\n\t\t\t\"text\": \"810510 - Cobalt, unwrought, matte, waste or scrap, powders\",\r\n\t\t\t\"parent\": \"8105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810520\",\r\n\t\t\t\"text\": \"810520 - Cobalt; mattes and other intermediate products of cobalt metallurgy, unwrought cobalt, powders\",\r\n\t\t\t\"parent\": \"8105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810530\",\r\n\t\t\t\"text\": \"810530 - Cobalt; waste and scrap\",\r\n\t\t\t\"parent\": \"8105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810590\",\r\n\t\t\t\"text\": \"810590 - Cobalt; articles n.e.c. in heading no. 8105\",\r\n\t\t\t\"parent\": \"8105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8106\",\r\n\t\t\t\"text\": \"8106 - Bismuth; articles thereof, including waste and scrap\",\r\n\t\t\t\"parent\": \"81\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810600\",\r\n\t\t\t\"text\": \"810600 - Bismuth; articles thereof, including waste and scrap\",\r\n\t\t\t\"parent\": \"8106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810610\",\r\n\t\t\t\"text\": \"810610 - Bismuth; articles thereof, including waste and scrap, containing more than 99.99% of bismuth, by weight\",\r\n\t\t\t\"parent\": \"8106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810690\",\r\n\t\t\t\"text\": \"810690 - Bismuth; including articles n.e.c. in heading 8106, including waste and scrap, containing less than or equal to 99.99% of bismuth, by weight\",\r\n\t\t\t\"parent\": \"8106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8107\",\r\n\t\t\t\"text\": \"8107 - Cadmium; articles thereof, including waste and scrap\",\r\n\t\t\t\"parent\": \"81\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810710\",\r\n\t\t\t\"text\": \"810710 - Cadmium, unwrought, waste or scrap, powders\",\r\n\t\t\t\"parent\": \"8107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810720\",\r\n\t\t\t\"text\": \"810720 - Cadmium; unwrought, powders\",\r\n\t\t\t\"parent\": \"8107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810730\",\r\n\t\t\t\"text\": \"810730 - Cadmium; waste and scrap\",\r\n\t\t\t\"parent\": \"8107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810790\",\r\n\t\t\t\"text\": \"810790 - Cadmium; other than unwrought, n.e.c. in heading no. 8107\",\r\n\t\t\t\"parent\": \"8107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8108\",\r\n\t\t\t\"text\": \"8108 - Titanium; articles thereof, including waste and scrap\",\r\n\t\t\t\"parent\": \"81\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810810\",\r\n\t\t\t\"text\": \"810810 - Titanium, unwrought, waste or scrap, powders\",\r\n\t\t\t\"parent\": \"8108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810820\",\r\n\t\t\t\"text\": \"810820 - Titanium; unwrought, powders\",\r\n\t\t\t\"parent\": \"8108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810830\",\r\n\t\t\t\"text\": \"810830 - Titanium; waste and scrap\",\r\n\t\t\t\"parent\": \"8108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810890\",\r\n\t\t\t\"text\": \"810890 - Titanium; other than unwrought, n.e.c. in heading no. 8108\",\r\n\t\t\t\"parent\": \"8108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8109\",\r\n\t\t\t\"text\": \"8109 - Zirconium; articles thereof, including waste and scrap\",\r\n\t\t\t\"parent\": \"81\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810910\",\r\n\t\t\t\"text\": \"810910 - Zirconium, unwrought, waste or scrap, powders\",\r\n\t\t\t\"parent\": \"8109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810920\",\r\n\t\t\t\"text\": \"810920 - Zirconium; unwrought, powders\",\r\n\t\t\t\"parent\": \"8109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810921\",\r\n\t\t\t\"text\": \"810921 - Zirconium; unwrought, powders, containing less than 1 part hafnium to 500 parts zirconium by weight\",\r\n\t\t\t\"parent\": \"8109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810929\",\r\n\t\t\t\"text\": \"810929 - Zirconium; unwrought, powders, containing not less than 1 part hafnium to 500 parts zirconium by weight\",\r\n\t\t\t\"parent\": \"8109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810930\",\r\n\t\t\t\"text\": \"810930 - Zirconium; waste and scrap\",\r\n\t\t\t\"parent\": \"8109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810931\",\r\n\t\t\t\"text\": \"810931 - Zirconium; waste and scrap, containing less than 1 part hafnium to 500 parts zirconium by weight\",\r\n\t\t\t\"parent\": \"8109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810939\",\r\n\t\t\t\"text\": \"810939 - Zirconium; waste and scrap, containing not less than 1 part hafnium to 500 parts zirconium by weight\",\r\n\t\t\t\"parent\": \"8109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810990\",\r\n\t\t\t\"text\": \"810990 - Zirconium; other than unwrought, n.e.c. in heading no. 8109\",\r\n\t\t\t\"parent\": \"8109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810991\",\r\n\t\t\t\"text\": \"810991 - Zirconium; other than unwrought, n.e.c. in heading no. 8109, containing less than 1 part hafnium to 500 parts zirconium by weight\",\r\n\t\t\t\"parent\": \"8109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810999\",\r\n\t\t\t\"text\": \"810999 - Zirconium; other than unwrought, n.e.c. in heading no. 8109, containing not less than 1 part hafnium to 500 parts zirconium by weight\",\r\n\t\t\t\"parent\": \"8109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8110\",\r\n\t\t\t\"text\": \"8110 - Antimony; articles thereof, including waste and scrap\",\r\n\t\t\t\"parent\": \"81\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811000\",\r\n\t\t\t\"text\": \"811000 - Antimony, articles thereof, waste or scrap\",\r\n\t\t\t\"parent\": \"8110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811010\",\r\n\t\t\t\"text\": \"811010 - Antimony and articles thereof; unwrought antimony, powders\",\r\n\t\t\t\"parent\": \"8110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811020\",\r\n\t\t\t\"text\": \"811020 - Antimony; waste and scrap\",\r\n\t\t\t\"parent\": \"8110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811090\",\r\n\t\t\t\"text\": \"811090 - Antimony and articles thereof; wrought, other than waste and scrap\",\r\n\t\t\t\"parent\": \"8110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8111\",\r\n\t\t\t\"text\": \"8111 - Manganese; articles thereof, including waste and scrap\",\r\n\t\t\t\"parent\": \"81\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811100\",\r\n\t\t\t\"text\": \"811100 - Manganese; articles thereof, including waste and scrap\",\r\n\t\t\t\"parent\": \"8111\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8112\",\r\n\t\t\t\"text\": \"8112 - Beryllium, chromium, hafnium, rhenium, thallium, cadmium, germanium, vanadium, gallium, indium and niobium (columbium), articles of these metals, including waste and scrap\",\r\n\t\t\t\"parent\": \"81\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811211\",\r\n\t\t\t\"text\": \"811211 - Beryllium, unwrought, waste or scrap/powders\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811212\",\r\n\t\t\t\"text\": \"811212 - Beryllium and articles thereof; unwrought beryllium, powders\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811213\",\r\n\t\t\t\"text\": \"811213 - Beryllium; waste and scrap\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811219\",\r\n\t\t\t\"text\": \"811219 - Beryllium and articles thereof; wrought other than waste and scrap\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811220\",\r\n\t\t\t\"text\": \"811220 - Chromium, articles thereof, waste or scrap/powders\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811221\",\r\n\t\t\t\"text\": \"811221 - Chromium and articles thereof; unwrought chromium, powders\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811222\",\r\n\t\t\t\"text\": \"811222 - Chromium; waste and scrap\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811229\",\r\n\t\t\t\"text\": \"811229 - Chromium and articles thereof; wrought other than waste and scrap\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811230\",\r\n\t\t\t\"text\": \"811230 - Germanium, articles thereof, waste or scrap/powders\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811231\",\r\n\t\t\t\"text\": \"811231 - Hafnium and articles thereof; unwrought, powders, waste and scrap\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811239\",\r\n\t\t\t\"text\": \"811239 - Hafnium and articles thereof; wrought, other than powders, waste and scrap\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811240\",\r\n\t\t\t\"text\": \"811240 - Vanadium, articles thereof, waste or scrap/powders\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811241\",\r\n\t\t\t\"text\": \"811241 - Rhenium and articles thereof; unwrought, powders, waste and scrap\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811249\",\r\n\t\t\t\"text\": \"811249 - Rhenium and articles thereof; wrought, other than powders, waste and scrap\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811251\",\r\n\t\t\t\"text\": \"811251 - Thallium and articles thereof; unwrought thallium, powders\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811252\",\r\n\t\t\t\"text\": \"811252 - Thallium; waste and scrap\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811259\",\r\n\t\t\t\"text\": \"811259 - Thallium and articles thereof; other than unwrought thallium, powders or waste and scrap\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811261\",\r\n\t\t\t\"text\": \"811261 - Cadmium; waste and scrap\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811269\",\r\n\t\t\t\"text\": \"811269 - Cadmium; other than waste and scrap\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811291\",\r\n\t\t\t\"text\": \"811291 - Rare earths/metals nes, unwrought/waste or scrap\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811292\",\r\n\t\t\t\"text\": \"811292 - Gallium, germanium, indium, niobium (columbium) and vanadium; articles thereof, unwrought, including waste and scrap, powders\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811299\",\r\n\t\t\t\"text\": \"811299 - Gallium, germanium, indium, niobium (columbium) and vanadium; articles thereof, other than unwrought including waste and scrap and powders\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8113\",\r\n\t\t\t\"text\": \"8113 - Cermets; articles thereof, including waste and scrap\",\r\n\t\t\t\"parent\": \"81\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811300\",\r\n\t\t\t\"text\": \"811300 - Cermets; articles thereof, including waste and scrap\",\r\n\t\t\t\"parent\": \"8113\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"82\",\r\n\t\t\t\"text\": \"82 - Tools, implements, cutlery, spoons and forks, of base metal; parts thereof, of base metal\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8201\",\r\n\t\t\t\"text\": \"8201 - Tools, hand; spades, shovels, mattocks, picks, hoes, forks, rakes; axes, bill hooks etc; secateurs and pruners of any kind; scythes, sickles, hay knives, hedge shears, timber wedges and other tools used in agriculture, horticulture, forestry\",\r\n\t\t\t\"parent\": \"82\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820110\",\r\n\t\t\t\"text\": \"820110 - Tools, hand; spades and shovels\",\r\n\t\t\t\"parent\": \"8201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820120\",\r\n\t\t\t\"text\": \"820120 - Forks (hand tools)\",\r\n\t\t\t\"parent\": \"8201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820130\",\r\n\t\t\t\"text\": \"820130 - Tools, hand; mattocks, picks, hoes and rakes\",\r\n\t\t\t\"parent\": \"8201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820140\",\r\n\t\t\t\"text\": \"820140 - Tools, hand; axes, bill hooks and similar hewing tools, of a kind used in agriculture, horticulture or forestry\",\r\n\t\t\t\"parent\": \"8201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820150\",\r\n\t\t\t\"text\": \"820150 - Tools, hand; one-handed secateurs (including poultry shears)\",\r\n\t\t\t\"parent\": \"8201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820160\",\r\n\t\t\t\"text\": \"820160 - Tools, hand; hedge shears, two-handed pruning shears and similar two-handed shears\",\r\n\t\t\t\"parent\": \"8201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820190\",\r\n\t\t\t\"text\": \"820190 - Tools, hand; forks, scythes, sickles, hay knives, timber wedges, and other hand tools of a kind used in agriculture, horticulture or forestry n.e.c. in heading 8201\",\r\n\t\t\t\"parent\": \"8201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8202\",\r\n\t\t\t\"text\": \"8202 - Tools, hand; saws and blades for saws of all kinds (including slitting, slotting or toothless saw blades)\",\r\n\t\t\t\"parent\": \"82\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820210\",\r\n\t\t\t\"text\": \"820210 - Tools, hand; hand saws\",\r\n\t\t\t\"parent\": \"8202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820220\",\r\n\t\t\t\"text\": \"820220 - Tools, hand; band saw blades\",\r\n\t\t\t\"parent\": \"8202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820231\",\r\n\t\t\t\"text\": \"820231 - Tools, hand; circular saw blades (including slitting or slotting saw blades), with working part of steel\",\r\n\t\t\t\"parent\": \"8202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820232\",\r\n\t\t\t\"text\": \"820232 - Circular saw blades, working part other than steel\",\r\n\t\t\t\"parent\": \"8202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820239\",\r\n\t\t\t\"text\": \"820239 - Tools, hand; circular saw blades (including slitting or slotting saw blades), with working part of materials (other than steel)\",\r\n\t\t\t\"parent\": \"8202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820240\",\r\n\t\t\t\"text\": \"820240 - Tools, hand; chain saw blades\",\r\n\t\t\t\"parent\": \"8202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820291\",\r\n\t\t\t\"text\": \"820291 - Tools, hand; straight saw blades, for working metal\",\r\n\t\t\t\"parent\": \"8202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820299\",\r\n\t\t\t\"text\": \"820299 - Tools, hand; saw blades n.e.c. in heading no. 8202\",\r\n\t\t\t\"parent\": \"8202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8203\",\r\n\t\t\t\"text\": \"8203 - Tools, hand; files, rasps, pliers (including cutting pliers), pincers, tweezers, metal cutting shears, pipe cutters, bolt croppers, perforating punches and similar\",\r\n\t\t\t\"parent\": \"82\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820310\",\r\n\t\t\t\"text\": \"820310 - Tools, hand; files, rasps and similar tools\",\r\n\t\t\t\"parent\": \"8203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820320\",\r\n\t\t\t\"text\": \"820320 - Tools, hand; pliers (including cutting pliers), pincers, tweezers and similar tools\",\r\n\t\t\t\"parent\": \"8203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820330\",\r\n\t\t\t\"text\": \"820330 - Tools, hand; metal cutting shears and similar tools\",\r\n\t\t\t\"parent\": \"8203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820340\",\r\n\t\t\t\"text\": \"820340 - Tools, hand; pipe-cutters, bolt croppers, perforating punches and similar tools\",\r\n\t\t\t\"parent\": \"8203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8204\",\r\n\t\t\t\"text\": \"8204 - Tools, hand; hand-operated spanners and wrenches (including torque meter wrenches but not including tap wrenches), interchangeable spanner sockets, with or without handles\",\r\n\t\t\t\"parent\": \"82\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820411\",\r\n\t\t\t\"text\": \"820411 - Tools, hand; hand-operated spanners and wrenches (including torque meter wrenches but not including tap wrenches), non-adjustable\",\r\n\t\t\t\"parent\": \"8204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820412\",\r\n\t\t\t\"text\": \"820412 - Tools, hand; hand-operated spanners and wrenches (including torque meter wrenches but not including tap wrenches), adjustable\",\r\n\t\t\t\"parent\": \"8204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820420\",\r\n\t\t\t\"text\": \"820420 - Tools, hand; interchangeable spanner sockets, with or without handles\",\r\n\t\t\t\"parent\": \"8204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8205\",\r\n\t\t\t\"text\": \"8205 - Tools, hand; (including glaziers' diamonds) n.e.c.; blow lamps; vices, clamps etc, other than accessories for and parts of, machine-tools or water-jet cutting machines; anvils; portable forges; hand or pedal operated grinding wheels with frameworks\",\r\n\t\t\t\"parent\": \"82\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820510\",\r\n\t\t\t\"text\": \"820510 - Tools, hand; drilling, threading or tapping tools\",\r\n\t\t\t\"parent\": \"8205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820520\",\r\n\t\t\t\"text\": \"820520 - Tools, hand; hammers and sledge hammers\",\r\n\t\t\t\"parent\": \"8205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820530\",\r\n\t\t\t\"text\": \"820530 - Tools, hand; planes, chisels, gauges and similar cutting tools for working wood\",\r\n\t\t\t\"parent\": \"8205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820540\",\r\n\t\t\t\"text\": \"820540 - Tools, hand; screwdrivers\",\r\n\t\t\t\"parent\": \"8205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820551\",\r\n\t\t\t\"text\": \"820551 - Tools, hand; household tools\",\r\n\t\t\t\"parent\": \"8205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820559\",\r\n\t\t\t\"text\": \"820559 - Tools, hand; other hand tools (including glaziers diamonds), excluding household tools, drilling, threading or tapping tools, hammers and sledge hammers, planes, chisels, gouges and similar cutting tools for working wood, and screwdrivers\",\r\n\t\t\t\"parent\": \"8205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820560\",\r\n\t\t\t\"text\": \"820560 - Tools, hand; blow lamps\",\r\n\t\t\t\"parent\": \"8205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820570\",\r\n\t\t\t\"text\": \"820570 - Tools, hand; vices, clamps and the like\",\r\n\t\t\t\"parent\": \"8205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820580\",\r\n\t\t\t\"text\": \"820580 - Anvils; portable forges; hand/pedal-operated grinding wheels with frameworks\",\r\n\t\t\t\"parent\": \"8205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820590\",\r\n\t\t\t\"text\": \"820590 - Tools, hand; n.e.c. in heading 8205, including anvils, portable forges, hand or pedal-operated grinding wheels with frameworks, and sets of articles of two or more of the subheadings in heading 8205\",\r\n\t\t\t\"parent\": \"8205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8206\",\r\n\t\t\t\"text\": \"8206 - Tools, hand; two or more of heading no. 8202 to 8205, put up in sets for retail sale\",\r\n\t\t\t\"parent\": \"82\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820600\",\r\n\t\t\t\"text\": \"820600 - Tools, hand; two or more of heading no. 8202 to 8205, put up in sets for retail sale\",\r\n\t\t\t\"parent\": \"8206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8207\",\r\n\t\t\t\"text\": \"8207 - Tools, interchangeable; for hand tools, whether or not power-operated, or for machine tools (pressing, stamping, punching, drilling etc), including dies for drawing or extruding metal, and rock drilling or earth boring tools\",\r\n\t\t\t\"parent\": \"82\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820711\",\r\n\t\t\t\"text\": \"820711 - Rock drilling, boring heads of sintered metal, carbid\",\r\n\t\t\t\"parent\": \"8207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820712\",\r\n\t\t\t\"text\": \"820712 - Rock drilling or earth boring tools except carbide\",\r\n\t\t\t\"parent\": \"8207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820713\",\r\n\t\t\t\"text\": \"820713 - Tools, interchangeable; rock drilling or earth boring tools, with working part of cermets, whether or not power operated\",\r\n\t\t\t\"parent\": \"8207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820719\",\r\n\t\t\t\"text\": \"820719 - Tools, interchangeable; rock drilling or earth boring tools, with working part (other than of cermets), whether or not power operated, including parts\",\r\n\t\t\t\"parent\": \"8207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820720\",\r\n\t\t\t\"text\": \"820720 - Tools, interchangeable; (for machine or hand tools, whether or not power-operated), dies for drawing or extruding metal\",\r\n\t\t\t\"parent\": \"8207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820730\",\r\n\t\t\t\"text\": \"820730 - Tools, interchangeable; (for machine or hand tools, whether or not power-operated), tools for pressing, stamping or punching\",\r\n\t\t\t\"parent\": \"8207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820740\",\r\n\t\t\t\"text\": \"820740 - Tools, interchangeable; (for machine or hand tools, whether or not power-operated), tools for tapping or threading\",\r\n\t\t\t\"parent\": \"8207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820750\",\r\n\t\t\t\"text\": \"820750 - Tools, interchangeable; (for machine or hand tools, whether or not power-operated), tools for drilling (other than rock)\",\r\n\t\t\t\"parent\": \"8207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820760\",\r\n\t\t\t\"text\": \"820760 - Tools, interchangeable; (for machine or hand tools, whether or not power-operated), for boring or broaching\",\r\n\t\t\t\"parent\": \"8207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820770\",\r\n\t\t\t\"text\": \"820770 - Tools, interchangeable; (for machine or hand tools, whether or not power-operated), for milling\",\r\n\t\t\t\"parent\": \"8207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820780\",\r\n\t\t\t\"text\": \"820780 - Tools, interchangeable; (for machine or hand tools, whether or not power-operated), for turning\",\r\n\t\t\t\"parent\": \"8207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820790\",\r\n\t\t\t\"text\": \"820790 - Tools, interchangeable; (for machine or hand tools, whether or not power-operated), for screw-driving or uses n.e.c. in heading no. 8207\",\r\n\t\t\t\"parent\": \"8207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8208\",\r\n\t\t\t\"text\": \"8208 - Knives and cutting blades, for machines or for mechanical appliances\",\r\n\t\t\t\"parent\": \"82\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820810\",\r\n\t\t\t\"text\": \"820810 - Tools; knives and cutting blades, for machines or for mechanical appliances, for metal working\",\r\n\t\t\t\"parent\": \"8208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820820\",\r\n\t\t\t\"text\": \"820820 - Tools; knives and cutting blades, for wood working machines or mechanical appliances\",\r\n\t\t\t\"parent\": \"8208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820830\",\r\n\t\t\t\"text\": \"820830 - Tools; knives and cutting blades, for kitchen appliances or for machines used by the food industry\",\r\n\t\t\t\"parent\": \"8208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820840\",\r\n\t\t\t\"text\": \"820840 - Tools; knives and cutting blades, for agricultural, horticultural or forestry machines or mechanical appliances\",\r\n\t\t\t\"parent\": \"8208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820890\",\r\n\t\t\t\"text\": \"820890 - Tools; knives and cutting blades, for machines or mechanical appliances, n.e.c. in heading no. 8208\",\r\n\t\t\t\"parent\": \"8208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8209\",\r\n\t\t\t\"text\": \"8209 - Tools; plates, sticks, tips and the like for tools, unmounted, of sintered metal carbides or cermets\",\r\n\t\t\t\"parent\": \"82\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820900\",\r\n\t\t\t\"text\": \"820900 - Tools; plates, sticks, tips and the like for tools, unmounted, of sintered metal carbides or cermets\",\r\n\t\t\t\"parent\": \"8209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8210\",\r\n\t\t\t\"text\": \"8210 - Tools; hand-operated mechanical appliances, weighing 10kg or less, used in the preparation, conditioning or serving of food or drink\",\r\n\t\t\t\"parent\": \"82\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"821000\",\r\n\t\t\t\"text\": \"821000 - Tools; hand-operated mechanical appliances, weighing 10kg or less, used in the preparation, conditioning or serving of food or drink\",\r\n\t\t\t\"parent\": \"8210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8211\",\r\n\t\t\t\"text\": \"8211 - Knives; with cutting blades, serrated or not (including pruning knives), other than knives of heading no. 8208, and blades therefore\",\r\n\t\t\t\"parent\": \"82\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"821110\",\r\n\t\t\t\"text\": \"821110 - Knives; with cutting blades, serrated or not (including pruning knives), sets of assorted articles, excluding knives and blades of heading no. 8208\",\r\n\t\t\t\"parent\": \"8211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"821191\",\r\n\t\t\t\"text\": \"821191 - Knives; table knives, having fixed cutting blades, serrated or not, excluding knives and blades of heading no. 8208\",\r\n\t\t\t\"parent\": \"8211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"821192\",\r\n\t\t\t\"text\": \"821192 - Knives; having fixed cutting blades, (other than table knives), serrated or not, excluding knives and blades of heading no. 8208\",\r\n\t\t\t\"parent\": \"8211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"821193\",\r\n\t\t\t\"text\": \"821193 - Knives; with cutting blades, (having other than fixed blades), serrated or not, excluding knives and blades of heading no. 8208\",\r\n\t\t\t\"parent\": \"8211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"821194\",\r\n\t\t\t\"text\": \"821194 - Blades; cutting, serrated or not, excluding those of heading no. 8208\",\r\n\t\t\t\"parent\": \"8211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"821195\",\r\n\t\t\t\"text\": \"821195 - Knives; with handles of base metal\",\r\n\t\t\t\"parent\": \"8211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8212\",\r\n\t\t\t\"text\": \"8212 - Razors and razor blades; (including razor blade blanks in strips)\",\r\n\t\t\t\"parent\": \"82\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"821210\",\r\n\t\t\t\"text\": \"821210 - Razors\",\r\n\t\t\t\"parent\": \"8212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"821220\",\r\n\t\t\t\"text\": \"821220 - Razors; safety razor blades, including razor blade blanks in strips\",\r\n\t\t\t\"parent\": \"8212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"821290\",\r\n\t\t\t\"text\": \"821290 - Razors; parts n.e.c. in heading no. 8212\",\r\n\t\t\t\"parent\": \"8212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8213\",\r\n\t\t\t\"text\": \"8213 - Scissors; tailors' shears and similar shears, and blades therefore\",\r\n\t\t\t\"parent\": \"82\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"821300\",\r\n\t\t\t\"text\": \"821300 - Scissors; tailors' shears, similar shears and blades therefore\",\r\n\t\t\t\"parent\": \"8213\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8214\",\r\n\t\t\t\"text\": \"8214 - Cutlery; other articles, (e.g. hair clippers, butchers' or kitchen cleavers, choppers and mincing knives, paper knives), manicure or pedicure sets and instruments (including nail files)\",\r\n\t\t\t\"parent\": \"82\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"821410\",\r\n\t\t\t\"text\": \"821410 - Cutlery; paper knives, letter openers, erasing knives, pencil sharpeners and blades therefore\",\r\n\t\t\t\"parent\": \"8214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"821420\",\r\n\t\t\t\"text\": \"821420 - Manicure or pedicure sets and instruments; (including nail files)\",\r\n\t\t\t\"parent\": \"8214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"821490\",\r\n\t\t\t\"text\": \"821490 - Cutlery; hair clippers and mincing knives\",\r\n\t\t\t\"parent\": \"8214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8215\",\r\n\t\t\t\"text\": \"8215 - Cutlery; spoons, forks, ladles, skimmers, cake-servers, fish-knives, butter knives, sugar tongs and similar kitchen or tableware\",\r\n\t\t\t\"parent\": \"82\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"821510\",\r\n\t\t\t\"text\": \"821510 - Cutlery; sets of assorted articles (e.g. spoons, forks, ladles, skimmers, cake-servers, fish-knives, butter-knives, sugar tongs and similar), with at least one article plated with precious metal\",\r\n\t\t\t\"parent\": \"8215\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"821520\",\r\n\t\t\t\"text\": \"821520 - Cutlery; sets of assorted articles (e.g. spoons, forks, ladles, skimmers, cake-servers, fish-knives, butter knives, sugar tongs and similar), not plated with precious metal\",\r\n\t\t\t\"parent\": \"8215\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"821591\",\r\n\t\t\t\"text\": \"821591 - Cutlery; (e.g. spoons, forks, ladles, skimmers, cake-servers, fish-knives, butter-knives, sugar tongs and similar), plated with precious metal, not in sets\",\r\n\t\t\t\"parent\": \"8215\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"821599\",\r\n\t\t\t\"text\": \"821599 - Cutlery; other than plated with precious metal\",\r\n\t\t\t\"parent\": \"8215\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"83\",\r\n\t\t\t\"text\": \"83 - Metal; miscellaneous products of base metal\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8301\",\r\n\t\t\t\"text\": \"8301 - Padlocks and locks (key, combination, electrically operated) of base metal; clasps and frames with clasps incorporating locks, of base metal, keys for any or the foregoing articles, of base metal\",\r\n\t\t\t\"parent\": \"83\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830110\",\r\n\t\t\t\"text\": \"830110 - Padlocks; (key, combination or electrically operated), of base metal\",\r\n\t\t\t\"parent\": \"8301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830120\",\r\n\t\t\t\"text\": \"830120 - Locks; of a kind used for motor vehicles (key, combination or electrically operated), of base metal\",\r\n\t\t\t\"parent\": \"8301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830130\",\r\n\t\t\t\"text\": \"830130 - Locks; of a kind used for furniture (key, combination or electrically operated), of base metal\",\r\n\t\t\t\"parent\": \"8301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830140\",\r\n\t\t\t\"text\": \"830140 - Locks; (other than those for motor vehicles or furniture), (key, combination or electrically operated), of base metal\",\r\n\t\t\t\"parent\": \"8301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830150\",\r\n\t\t\t\"text\": \"830150 - Clasps and frames with clasps; incorporating locks, of base metal\",\r\n\t\t\t\"parent\": \"8301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830160\",\r\n\t\t\t\"text\": \"830160 - Locks; parts of padlocks, locks, clasps and frames with clasps incorporating locks, of base metal\",\r\n\t\t\t\"parent\": \"8301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830170\",\r\n\t\t\t\"text\": \"830170 - Keys; presented separately, of base metal\",\r\n\t\t\t\"parent\": \"8301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8302\",\r\n\t\t\t\"text\": \"8302 - Base metal mountings, fittings and similar articles for furniture, doors, staircases, windows, trunks, chests etc, castors with mountings of base metal, automatic door closers of base metal\",\r\n\t\t\t\"parent\": \"83\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830210\",\r\n\t\t\t\"text\": \"830210 - Hinges; suitable for furniture, doors, staircases, windows, blinds, coachwork, saddlery, trunks, chests, caskets or the like, of base metal\",\r\n\t\t\t\"parent\": \"8302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830220\",\r\n\t\t\t\"text\": \"830220 - Castors; with mountings, of base metal\",\r\n\t\t\t\"parent\": \"8302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830230\",\r\n\t\t\t\"text\": \"830230 - Mountings, fittings and similar articles; for motor vehicles, of base metal\",\r\n\t\t\t\"parent\": \"8302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830241\",\r\n\t\t\t\"text\": \"830241 - Mountings, fittings and similar articles; of base metal, suitable for buildings\",\r\n\t\t\t\"parent\": \"8302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830242\",\r\n\t\t\t\"text\": \"830242 - Mountings, fittings and similar articles; suitable for furniture of base metal\",\r\n\t\t\t\"parent\": \"8302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830249\",\r\n\t\t\t\"text\": \"830249 - Mountings, fittings and similar articles; suitable for other than buildings or furniture, of base metal\",\r\n\t\t\t\"parent\": \"8302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830250\",\r\n\t\t\t\"text\": \"830250 - Hat-racks, hat-pegs, brackets and similar fixtures, of base metal\",\r\n\t\t\t\"parent\": \"8302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830260\",\r\n\t\t\t\"text\": \"830260 - Automatic door closures; of base metal\",\r\n\t\t\t\"parent\": \"8302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8303\",\r\n\t\t\t\"text\": \"8303 - Safes; armoured or reinforced, strong-boxes, doors and safe deposit lockers for strong-rooms, cash or deed boxes and the like, of base metal\",\r\n\t\t\t\"parent\": \"83\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830300\",\r\n\t\t\t\"text\": \"830300 - Safes; armoured or reinforced, strong-boxes, doors and safe deposit lockers for strong-rooms, cash or deed boxes and the like, of base metal\",\r\n\t\t\t\"parent\": \"8303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8304\",\r\n\t\t\t\"text\": \"8304 - Office equipment; filing cabinets, card-index cabinets, paper trays and rests, pen trays, office-stamp stands and the like, of base metal, other than office furniture of heading no. 9403\",\r\n\t\t\t\"parent\": \"83\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830400\",\r\n\t\t\t\"text\": \"830400 - Office equipment; filing cabinets, card-index cabinets, paper trays, paper rests, pen trays, office-stamp stands and similar office or desk equipment, of base metal, other than office furniture of heading no. 9403\",\r\n\t\t\t\"parent\": \"8304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8305\",\r\n\t\t\t\"text\": \"8305 - Stationery; fittings for loose-leaf binders or files, letter clips, letter corners, paper clips, indexing tags and the like, staples in strips (for offices, upholstery, packaging), of base metal\",\r\n\t\t\t\"parent\": \"83\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830510\",\r\n\t\t\t\"text\": \"830510 - Stationery; fittings for loose-leaf binders or files, of base metal\",\r\n\t\t\t\"parent\": \"8305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830520\",\r\n\t\t\t\"text\": \"830520 - Stationery; staples in strips, (e.g. for offices, upholstery, packaging), of base metal\",\r\n\t\t\t\"parent\": \"8305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830590\",\r\n\t\t\t\"text\": \"830590 - Stationery; letter clips, letter corners, paper clips, indexing tags and similar office articles, including parts, of base metal\",\r\n\t\t\t\"parent\": \"8305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8306\",\r\n\t\t\t\"text\": \"8306 - Bells, gongs and the like; non-electric, statuettes, other ornaments, photograph, picture, similar frames, mirrors, of base metal\",\r\n\t\t\t\"parent\": \"83\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830610\",\r\n\t\t\t\"text\": \"830610 - Bells, gongs and the like; non-electric, of base metal\",\r\n\t\t\t\"parent\": \"8306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830621\",\r\n\t\t\t\"text\": \"830621 - Statuettes and other ornaments; of base metal plated with precious metal\",\r\n\t\t\t\"parent\": \"8306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830629\",\r\n\t\t\t\"text\": \"830629 - Statuettes and other ornaments; of base metal other than plated with precious metal\",\r\n\t\t\t\"parent\": \"8306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830630\",\r\n\t\t\t\"text\": \"830630 - Photograph, picture or similar frames, mirrors; of base metal\",\r\n\t\t\t\"parent\": \"8306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8307\",\r\n\t\t\t\"text\": \"8307 - Tubing; flexible, with or without fittings, of base metal\",\r\n\t\t\t\"parent\": \"83\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830710\",\r\n\t\t\t\"text\": \"830710 - Tubing; flexible, with or without fittings, of iron or steel\",\r\n\t\t\t\"parent\": \"8307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830790\",\r\n\t\t\t\"text\": \"830790 - Tubing; flexible, with or without fittings of base metal, other than those of iron or steel\",\r\n\t\t\t\"parent\": \"8307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8308\",\r\n\t\t\t\"text\": \"8308 - Clasps, frames with clasps, buckles, buckle-clasps, hooks, eyes, eyelets etc for clothing & accessories, footwear, jewellery, wrist-watches, books, awnings, leather goods, travel goods, saddlery etc, tubular etc rivets, beads, spangles, of base metal\",\r\n\t\t\t\"parent\": \"83\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830810\",\r\n\t\t\t\"text\": \"830810 - Hooks, eyes and eyelets; of base metal, of a kind used for clothing, footwear, awnings, handbags, travel goods or other made up articles\",\r\n\t\t\t\"parent\": \"8308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830820\",\r\n\t\t\t\"text\": \"830820 - Rivets; tubular or bifurcated, of base metal\",\r\n\t\t\t\"parent\": \"8308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830890\",\r\n\t\t\t\"text\": \"830890 - Clasps, frames with clasps, buckles, buckle clasps; of base metal, of a kind used for clothing & accessories, footwear, jewellery, wrist-watches, books, awnings, leather goods, travel goods, saddlery etc, including parts\",\r\n\t\t\t\"parent\": \"8308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8309\",\r\n\t\t\t\"text\": \"8309 - Stoppers, caps, lids (including crown corks, screw caps, pouring stoppers); capsules for bottles, threaded bungs, bung covers, seals and other packaging accessories, of base metal\",\r\n\t\t\t\"parent\": \"83\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830910\",\r\n\t\t\t\"text\": \"830910 - Stoppers; corks, of base metal\",\r\n\t\t\t\"parent\": \"8309\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830990\",\r\n\t\t\t\"text\": \"830990 - Stoppers; caps and lids, of base metal\",\r\n\t\t\t\"parent\": \"8309\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8310\",\r\n\t\t\t\"text\": \"8310 - Sign plates, name plates, address plates and similar plates, numbers, letters and other symbols, of base metal, excluding those of heading no. 9405\",\r\n\t\t\t\"parent\": \"83\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"831000\",\r\n\t\t\t\"text\": \"831000 - Sign plates, name-plates, address-plates and similar plates, numbers, letters and other symbols; of base metal, excluding those of heading no. 9405\",\r\n\t\t\t\"parent\": \"8310\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8311\",\r\n\t\t\t\"text\": \"8311 - Wires, rods, tubes, plates, electrodes of base metal or metal carbides; of a kind used for soldering, brazing, welding; wires and rods for metal spraying\",\r\n\t\t\t\"parent\": \"83\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"831110\",\r\n\t\t\t\"text\": \"831110 - Electrodes; coated, of base metal, for electric arc-welding\",\r\n\t\t\t\"parent\": \"8311\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"831120\",\r\n\t\t\t\"text\": \"831120 - Wire; cored, of base metal, for electric arc-welding\",\r\n\t\t\t\"parent\": \"8311\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"831130\",\r\n\t\t\t\"text\": \"831130 - Rods and wire; coated rods and cored wire, of base metal, for soldering, brazing or welding by flame\",\r\n\t\t\t\"parent\": \"8311\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"831190\",\r\n\t\t\t\"text\": \"831190 - Wires, rods, tubes, plates, electrodes of base metal or metal carbides; of a kind used for soldering, brazing, welding; wires and rods for metal spraying; n.e.c. in item no. 8311\",\r\n\t\t\t\"parent\": \"8311\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"84\",\r\n\t\t\t\"text\": \"84 - Machinery and mechanical appliances, boilers, nuclear reactors; parts thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8401\",\r\n\t\t\t\"text\": \"8401 - Nuclear reactors; fuel elements (cartridges), non-irradiated, for nuclear reactors, machinery and apparatus for isotopic separation\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840110\",\r\n\t\t\t\"text\": \"840110 - Nuclear reactors\",\r\n\t\t\t\"parent\": \"8401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840120\",\r\n\t\t\t\"text\": \"840120 - Machinery and apparatus; for isotopic separation, and parts thereof\",\r\n\t\t\t\"parent\": \"8401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840130\",\r\n\t\t\t\"text\": \"840130 - Fuel elements (cartridges); non-irradiated\",\r\n\t\t\t\"parent\": \"8401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840140\",\r\n\t\t\t\"text\": \"840140 - Nuclear reactors; parts thereof\",\r\n\t\t\t\"parent\": \"8401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8402\",\r\n\t\t\t\"text\": \"8402 - Boilers; steam or other vapour generating (other than central heating hot water boilers, capable also of producing low pressure steam), super heated water boilers\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840211\",\r\n\t\t\t\"text\": \"840211 - Boilers; watertube boilers with a steam production exceeding 45t per hour\",\r\n\t\t\t\"parent\": \"8402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840212\",\r\n\t\t\t\"text\": \"840212 - Boilers; watertube boilers with a steam production not exceeding 45t per hour\",\r\n\t\t\t\"parent\": \"8402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840219\",\r\n\t\t\t\"text\": \"840219 - Boilers; vapour generating boilers, including hybrid boilers n.e.c. in heading no. 8402\",\r\n\t\t\t\"parent\": \"8402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840220\",\r\n\t\t\t\"text\": \"840220 - Boilers; super-heated water boilers\",\r\n\t\t\t\"parent\": \"8402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840290\",\r\n\t\t\t\"text\": \"840290 - Boilers; parts of steam or other vapour generating boilers\",\r\n\t\t\t\"parent\": \"8402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8403\",\r\n\t\t\t\"text\": \"8403 - Central heating boilers; excluding those of heading no. 8402\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840310\",\r\n\t\t\t\"text\": \"840310 - Boilers; central heating boilers (excluding those of heading no. 8402)\",\r\n\t\t\t\"parent\": \"8403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840390\",\r\n\t\t\t\"text\": \"840390 - Boilers; parts of central heating boilers (excluding those of heading no. 8402)\",\r\n\t\t\t\"parent\": \"8403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8404\",\r\n\t\t\t\"text\": \"8404 - Auxiliary plant for use with boilers of heading no. 8402 or 8403; e.g. economisers, super-heaters, soot removers, gas recoverers), condensers for steam or other vapour power units\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840410\",\r\n\t\t\t\"text\": \"840410 - Boilers; auxiliary plant, for use with boilers of heading no. 8402 or 8403 (e.g. economisers, super-heaters, soot removers, gas recoverers)\",\r\n\t\t\t\"parent\": \"8404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840420\",\r\n\t\t\t\"text\": \"840420 - Boilers; condensers, for steam or other vapour power units\",\r\n\t\t\t\"parent\": \"8404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840490\",\r\n\t\t\t\"text\": \"840490 - Boilers; parts of auxiliary plant, for use with boilers of heading no. 8402 and 8403 and parts of condensers for steam or other vapour power units\",\r\n\t\t\t\"parent\": \"8404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8405\",\r\n\t\t\t\"text\": \"8405 - Generators for producer or water gas with or without their purifiers acetylene gas generators and similar water process gas generators, with or without their purifiers\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840510\",\r\n\t\t\t\"text\": \"840510 - Generators; producer gas, water gas, acetylene gas and similar water process gas generators, with or without their purifiers\",\r\n\t\t\t\"parent\": \"8405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840590\",\r\n\t\t\t\"text\": \"840590 - Generators; parts of producer gas, water gas, acetylene gas and similar water process gas generators, with or without their purifiers\",\r\n\t\t\t\"parent\": \"8405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8406\",\r\n\t\t\t\"text\": \"8406 - Turbines; steam and other vapour turbines\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840610\",\r\n\t\t\t\"text\": \"840610 - Turbines; steam and other vapour turbines, for marine propulsion\",\r\n\t\t\t\"parent\": \"8406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840611\",\r\n\t\t\t\"text\": \"840611 - Steam and vapour turbines for marine propulsion\",\r\n\t\t\t\"parent\": \"8406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840619\",\r\n\t\t\t\"text\": \"840619 - Steam and vapour turbines nes\",\r\n\t\t\t\"parent\": \"8406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840681\",\r\n\t\t\t\"text\": \"840681 - Turbines; steam and other vapour turbines, (for other than marine propulsion), of an output exceeding 40MW\",\r\n\t\t\t\"parent\": \"8406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840682\",\r\n\t\t\t\"text\": \"840682 - Turbines; steam and other vapour turbines, (for other than marine propulsion), of an output not exceeding 40MW\",\r\n\t\t\t\"parent\": \"8406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840690\",\r\n\t\t\t\"text\": \"840690 - Turbines; parts of steam and other vapour turbines\",\r\n\t\t\t\"parent\": \"8406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8407\",\r\n\t\t\t\"text\": \"8407 - Reciprocating or rotary internal combustion piston engines\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840710\",\r\n\t\t\t\"text\": \"840710 - Engines; for aircraft, spark-ignition reciprocating or rotary internal combustion piston engines\",\r\n\t\t\t\"parent\": \"8407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840721\",\r\n\t\t\t\"text\": \"840721 - Engines; outboard motors for marine propulsion, spark-ignition reciprocating or rotary internal combustion piston engines\",\r\n\t\t\t\"parent\": \"8407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840729\",\r\n\t\t\t\"text\": \"840729 - Engines; for marine propulsion, (other than outboard motors), spark-ignition reciprocating or rotary internal combustion piston engines\",\r\n\t\t\t\"parent\": \"8407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840731\",\r\n\t\t\t\"text\": \"840731 - Engines; reciprocating piston engines, of a kind used for the propulsion of vehicles of chapter 87, of a cylinder capacity not exceeding 50cc\",\r\n\t\t\t\"parent\": \"8407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840732\",\r\n\t\t\t\"text\": \"840732 - Engines; reciprocating piston engines, of a kind used for the propulsion of vehicles of chapter 87, of a cylinder capacity exceeding 50cc but not exceeding 250cc\",\r\n\t\t\t\"parent\": \"8407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840733\",\r\n\t\t\t\"text\": \"840733 - Engines; reciprocating piston engines, of a kind used for the propulsion of vehicles of chapter 87, of a cylinder capacity exceeding 250cc but not exceeding 1000cc\",\r\n\t\t\t\"parent\": \"8407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840734\",\r\n\t\t\t\"text\": \"840734 - Engines; reciprocating piston engines, of a kind used for the propulsion of vehicles of chapter 87, of a cylinder capacity exceeding 1000cc\",\r\n\t\t\t\"parent\": \"8407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840790\",\r\n\t\t\t\"text\": \"840790 - Engines; rotary internal combustion piston engines, for other than aircraft or marine propulsion\",\r\n\t\t\t\"parent\": \"8407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8408\",\r\n\t\t\t\"text\": \"8408 - Compression-ignition internal combustion piston engines (diesel or semi-diesel engines)\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840810\",\r\n\t\t\t\"text\": \"840810 - Engines; for marine propulsion, compression-ignition internal combustion piston engines (diesel or semi-diesel engines)\",\r\n\t\t\t\"parent\": \"8408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840820\",\r\n\t\t\t\"text\": \"840820 - Engines; compression-ignition internal combustion piston engines (diesel or semi-diesel engines), of a kind used for the propulsion of vehicles of chapter 87\",\r\n\t\t\t\"parent\": \"8408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840890\",\r\n\t\t\t\"text\": \"840890 - Engines; compression-ignition internal combustion piston engines (diesel or semi-diesel engines), of a kind used for other than marine propulsion or the vehicles of chapter 87\",\r\n\t\t\t\"parent\": \"8408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8409\",\r\n\t\t\t\"text\": \"8409 - Parts suitable for use solely or principally with the engines of heading no. 8407 or 8408\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840910\",\r\n\t\t\t\"text\": \"840910 - Engines; parts of aircraft engines (spark-ignition reciprocating or rotary internal combustion piston engines)\",\r\n\t\t\t\"parent\": \"8409\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840991\",\r\n\t\t\t\"text\": \"840991 - Engines; parts, suitable for use solely or principally with spark-ignition internal combustion piston engines (for other than aircraft)\",\r\n\t\t\t\"parent\": \"8409\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840999\",\r\n\t\t\t\"text\": \"840999 - Engines; parts for internal combustion piston engines (excluding spark-ignition)\",\r\n\t\t\t\"parent\": \"8409\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8410\",\r\n\t\t\t\"text\": \"8410 - Turbines; hydraulic water wheels and regulators therefor\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841011\",\r\n\t\t\t\"text\": \"841011 - Turbines; hydraulic turbines and water wheels, of a power not exceeding 1000kW\",\r\n\t\t\t\"parent\": \"8410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841012\",\r\n\t\t\t\"text\": \"841012 - Turbines; hydraulic turbines and water wheels, of a power exceeding 1000kW but not exceeding 10000kW\",\r\n\t\t\t\"parent\": \"8410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841013\",\r\n\t\t\t\"text\": \"841013 - Turbines; hydraulic turbines and water wheels, of a power exceeding 10000kW\",\r\n\t\t\t\"parent\": \"8410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841090\",\r\n\t\t\t\"text\": \"841090 - Turbines; parts of hydraulic turbines and water wheels, including regulators\",\r\n\t\t\t\"parent\": \"8410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8411\",\r\n\t\t\t\"text\": \"8411 - Turbo-jets, turbo-propellers and other gas turbines\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841111\",\r\n\t\t\t\"text\": \"841111 - Turbo-jets; of a thrust not exceeding 25kN\",\r\n\t\t\t\"parent\": \"8411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841112\",\r\n\t\t\t\"text\": \"841112 - Turbo-jets; of a thrust exceeding 25kN\",\r\n\t\t\t\"parent\": \"8411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841121\",\r\n\t\t\t\"text\": \"841121 - Turbo-propellers; of a power not exceeding 1100kW\",\r\n\t\t\t\"parent\": \"8411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841122\",\r\n\t\t\t\"text\": \"841122 - Turbo-propellers; of a power exceeding 1100kW\",\r\n\t\t\t\"parent\": \"8411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841181\",\r\n\t\t\t\"text\": \"841181 - Turbines; gas-turbines (excluding turbo-jets and turbo-propellers), of a power not exceeding 5000kW\",\r\n\t\t\t\"parent\": \"8411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841182\",\r\n\t\t\t\"text\": \"841182 - Turbines; gas-turbines (excluding turbo-jets and turbo-propellers), of a power exceeding 5000kW\",\r\n\t\t\t\"parent\": \"8411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841191\",\r\n\t\t\t\"text\": \"841191 - Turbines; parts of turbo-jets and turbo-propellers\",\r\n\t\t\t\"parent\": \"8411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841199\",\r\n\t\t\t\"text\": \"841199 - Turbines; parts of gas turbines (excluding turbo-jets and turbo-propellers)\",\r\n\t\t\t\"parent\": \"8411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8412\",\r\n\t\t\t\"text\": \"8412 - Engines and motors; n.e.c. (e.g. reaction engines, hydraulic power engines, pneumatic power engines)\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841210\",\r\n\t\t\t\"text\": \"841210 - Engines; reaction engines, other than turbo-jets\",\r\n\t\t\t\"parent\": \"8412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841221\",\r\n\t\t\t\"text\": \"841221 - Engines; hydraulic power engines and motors, linear acting (cylinders)\",\r\n\t\t\t\"parent\": \"8412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841229\",\r\n\t\t\t\"text\": \"841229 - Engines; hydraulic power engines and motors, other than linear acting (cylinders)\",\r\n\t\t\t\"parent\": \"8412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841231\",\r\n\t\t\t\"text\": \"841231 - Engines; pneumatic power engines and motors, linear acting (cylinders)\",\r\n\t\t\t\"parent\": \"8412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841239\",\r\n\t\t\t\"text\": \"841239 - Engines; pneumatic power engines and motors, other than linear acting (cylinders)\",\r\n\t\t\t\"parent\": \"8412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841280\",\r\n\t\t\t\"text\": \"841280 - Engines; pneumatic power engines and motors, n.e.c. in heading no. 8412\",\r\n\t\t\t\"parent\": \"8412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841290\",\r\n\t\t\t\"text\": \"841290 - Engines; parts, for engines and motors of heading no. 8412\",\r\n\t\t\t\"parent\": \"8412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8413\",\r\n\t\t\t\"text\": \"8413 - Pumps; for liquids, whether or not fitted with measuring device, liquid elevators\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841311\",\r\n\t\t\t\"text\": \"841311 - Pumps; fitted or designed to be fitted with a measuring device, for dispensing fuel or lubricants, of the type used in filling-stations or in garages\",\r\n\t\t\t\"parent\": \"8413\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841319\",\r\n\t\t\t\"text\": \"841319 - Pumps; for liquids, fitted or designed to be fitted with a measuring device, other than pumps for dispensing fuel or lubricants\",\r\n\t\t\t\"parent\": \"8413\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841320\",\r\n\t\t\t\"text\": \"841320 - Pumps; hand, fitted or designed to be fitted with a measuring device, for liquids, other than those of item no. 8413.11 or 8413.19\",\r\n\t\t\t\"parent\": \"8413\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841330\",\r\n\t\t\t\"text\": \"841330 - Pumps; fuel, lubricating or cooling medium pumps for internal combustion piston engines\",\r\n\t\t\t\"parent\": \"8413\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841340\",\r\n\t\t\t\"text\": \"841340 - Pumps; concrete pumps\",\r\n\t\t\t\"parent\": \"8413\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841350\",\r\n\t\t\t\"text\": \"841350 - Pumps; reciprocating positive displacement pumps, n.e.c. in heading no. 8413, for liquids\",\r\n\t\t\t\"parent\": \"8413\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841360\",\r\n\t\t\t\"text\": \"841360 - Pumps; rotary positive displacement pumps, n.e.c. in heading no. 8413, for liquids\",\r\n\t\t\t\"parent\": \"8413\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841370\",\r\n\t\t\t\"text\": \"841370 - Pumps; centrifugal, n.e.c. in heading no. 8413, for liquids\",\r\n\t\t\t\"parent\": \"8413\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841381\",\r\n\t\t\t\"text\": \"841381 - Pumps and liquid elevators; n.e.c. in heading no. 8413\",\r\n\t\t\t\"parent\": \"8413\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841382\",\r\n\t\t\t\"text\": \"841382 - Liquid elevators\",\r\n\t\t\t\"parent\": \"8413\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841391\",\r\n\t\t\t\"text\": \"841391 - Pumps; parts thereof\",\r\n\t\t\t\"parent\": \"8413\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841392\",\r\n\t\t\t\"text\": \"841392 - Liquid elevators; parts thereof\",\r\n\t\t\t\"parent\": \"8413\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8414\",\r\n\t\t\t\"text\": \"8414 - Air or vacuum pumps, air or other gas compressors and fans; ventilating or recycling hoods incorporating a fan; gas-tight biological safety cabinets whether or not fitted with filters\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841410\",\r\n\t\t\t\"text\": \"841410 - Pumps; vacuum\",\r\n\t\t\t\"parent\": \"8414\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841420\",\r\n\t\t\t\"text\": \"841420 - Pumps; hand or foot-operated air pumps\",\r\n\t\t\t\"parent\": \"8414\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841430\",\r\n\t\t\t\"text\": \"841430 - Compressors; of a kind used in refrigerating equipment\",\r\n\t\t\t\"parent\": \"8414\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841440\",\r\n\t\t\t\"text\": \"841440 - Compressors; air compressors mounted on a wheeled chassis for towing\",\r\n\t\t\t\"parent\": \"8414\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841451\",\r\n\t\t\t\"text\": \"841451 - Fans; table, floor, wall, window, ceiling or roof fans, with a self-contained electric motor of an output not exceeding 125W\",\r\n\t\t\t\"parent\": \"8414\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841459\",\r\n\t\t\t\"text\": \"841459 - Fans; n.e.c. in item no. 8414.51\",\r\n\t\t\t\"parent\": \"8414\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841460\",\r\n\t\t\t\"text\": \"841460 - Hoods; ventilating or recycling hoods incorporating a fan, whether or not fitted with filters, having a maximum horizontal side not exceeding 120cm\",\r\n\t\t\t\"parent\": \"8414\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841470\",\r\n\t\t\t\"text\": \"841470 - Gas-tight biological safety cabinets; whether or not fitted with filters, having a maximum horizontal side not exceeding 120cm\",\r\n\t\t\t\"parent\": \"8414\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841480\",\r\n\t\t\t\"text\": \"841480 - Pumps and compressors; for air, vacuum or gas, n.e.c. in heading no. 8414\",\r\n\t\t\t\"parent\": \"8414\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841490\",\r\n\t\t\t\"text\": \"841490 - Pumps and compressors; parts, of air or vacuum pumps, air or other gas compressors and fans, ventilating or recycling hoods incorporating a fan\",\r\n\t\t\t\"parent\": \"8414\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8415\",\r\n\t\t\t\"text\": \"8415 - Air conditioning machines; comprising a motor driven fan and elements for changing the temperature and humidity, including those machines in which the humidity cannot be separately regulated\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841510\",\r\n\t\t\t\"text\": \"841510 - Air conditioning machines; comprising a motor-driven fan and elements for changing the temperature and humidity, of a kind designed to be fixed to a window, wall, ceiling or floor, self-contained or \\\"split-system\\\"\",\r\n\t\t\t\"parent\": \"8415\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841520\",\r\n\t\t\t\"text\": \"841520 - Air conditioning machines; comprising a motor driven fan and elements for changing the temperature and humidity, of a kind used for persons, in motor vehicles\",\r\n\t\t\t\"parent\": \"8415\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841581\",\r\n\t\t\t\"text\": \"841581 - Air conditioning machines; containing a motor driven fan, other than window or wall types, incorporating a refrigerating unit and a valve for reversal of the cooling/heat cycle (reversible heat pumps)\",\r\n\t\t\t\"parent\": \"8415\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841582\",\r\n\t\t\t\"text\": \"841582 - Air conditioning machines; containing a motor driven fan, other than window or wall types, incorporating a refrigerating unit\",\r\n\t\t\t\"parent\": \"8415\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841583\",\r\n\t\t\t\"text\": \"841583 - Air conditioning machines; containing a motor driven fan, other than window or wall types, not incorporating a refrigerating unit\",\r\n\t\t\t\"parent\": \"8415\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841590\",\r\n\t\t\t\"text\": \"841590 - Air conditioning machines; with motor driven fan and elements for temperature control, parts thereof\",\r\n\t\t\t\"parent\": \"8415\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8416\",\r\n\t\t\t\"text\": \"8416 - Furnace burners for liquid fuel, for pulverised solid fuel or for gas; mechanical grates, mechanical ash dischargers and similar appliances\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841610\",\r\n\t\t\t\"text\": \"841610 - Furnaces; furnace burners, for liquid fuel\",\r\n\t\t\t\"parent\": \"8416\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841620\",\r\n\t\t\t\"text\": \"841620 - Furnaces; furnace burners, for pulverized solid fuel or gas, including combination burners\",\r\n\t\t\t\"parent\": \"8416\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841630\",\r\n\t\t\t\"text\": \"841630 - Furnace accessories; mechanical stokers, mechanical grates, mechanical ash dischargers and similar appliances\",\r\n\t\t\t\"parent\": \"8416\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841690\",\r\n\t\t\t\"text\": \"841690 - Furnaces; parts of furnace burners, for liquid fuel, pulverized solid fuel or gas, mechanical stokers, grates, ash dischargers and the like\",\r\n\t\t\t\"parent\": \"8416\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8417\",\r\n\t\t\t\"text\": \"8417 - Furnaces and ovens; industrial or laboratory, including incinerators, non-electric\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841710\",\r\n\t\t\t\"text\": \"841710 - Furnaces and ovens; non-electric, for the roasting, melting or other heat-treatment of ores, pyrites or of metals, for industrial or laboratory use\",\r\n\t\t\t\"parent\": \"8417\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841720\",\r\n\t\t\t\"text\": \"841720 - Ovens; non-electric, bakery ovens, including biscuit ovens\",\r\n\t\t\t\"parent\": \"8417\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841780\",\r\n\t\t\t\"text\": \"841780 - Furnaces and ovens; including incinerators, non-electric, for industrial or laboratory use, n.e.c. in heading no. 8417\",\r\n\t\t\t\"parent\": \"8417\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841790\",\r\n\t\t\t\"text\": \"841790 - Furnaces and ovens; parts of non-electric furnaces and ovens (including incinerators), of industrial or laboratory use\",\r\n\t\t\t\"parent\": \"8417\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8418\",\r\n\t\t\t\"text\": \"8418 - Refrigerators, freezers and other refrigerating or freezing equipment, electric or other; heat pumps other than air conditioning machines of heading no. 8415\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841810\",\r\n\t\t\t\"text\": \"841810 - Refrigerators and freezers; combined refrigerator-freezers, fitted with separate external doors, electric or other\",\r\n\t\t\t\"parent\": \"8418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841821\",\r\n\t\t\t\"text\": \"841821 - Refrigerators; for household use, compression-type, electric or other\",\r\n\t\t\t\"parent\": \"8418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841822\",\r\n\t\t\t\"text\": \"841822 - Refrigerators, household absorption type, electric\",\r\n\t\t\t\"parent\": \"8418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841829\",\r\n\t\t\t\"text\": \"841829 - Refrigerators; household, electric or not, other than compression-type\",\r\n\t\t\t\"parent\": \"8418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841830\",\r\n\t\t\t\"text\": \"841830 - Freezers; of the chest type, not exceeding 800l capacity\",\r\n\t\t\t\"parent\": \"8418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841840\",\r\n\t\t\t\"text\": \"841840 - Freezers; of the upright type, not exceeding 900l capacity\",\r\n\t\t\t\"parent\": \"8418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841850\",\r\n\t\t\t\"text\": \"841850 - Furniture incorporating refrigerating or freezing equipment; for storage and display, n.e.c. in item no. 8418.1, 8418.2, 8418.3 or 8418.4 (chests, cabinets, display counters, show-cases and the like)\",\r\n\t\t\t\"parent\": \"8418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841861\",\r\n\t\t\t\"text\": \"841861 - Heat pumps; other than air conditioning machines of heading no. 8415\",\r\n\t\t\t\"parent\": \"8418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841869\",\r\n\t\t\t\"text\": \"841869 - Refrigerating or freezing equipment; n.e.c. in heading no. 8418\",\r\n\t\t\t\"parent\": \"8418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841891\",\r\n\t\t\t\"text\": \"841891 - Refrigerating or freezing equipment; parts, furniture designed to receive refrigerating or freezing equipment\",\r\n\t\t\t\"parent\": \"8418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841899\",\r\n\t\t\t\"text\": \"841899 - Refrigerating or freezing equipment; parts thereof, other than furniture\",\r\n\t\t\t\"parent\": \"8418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8419\",\r\n\t\t\t\"text\": \"8419 - Machinery, plant (not domestic), or laboratory equipment; electrically heated or not, (excluding items in 85.14) for the treatment of materials by a process involving change of temperature; including instantaneous or non electric storage water heaters\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841911\",\r\n\t\t\t\"text\": \"841911 - Heaters; instantaneous gas water heaters, for domestic or other purposes\",\r\n\t\t\t\"parent\": \"8419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841912\",\r\n\t\t\t\"text\": \"841912 - Heaters; solar water heaters, non-electric\",\r\n\t\t\t\"parent\": \"8419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841919\",\r\n\t\t\t\"text\": \"841919 - Heaters; instantaneous or storage water heaters, non-electric, (other than instantaneous gas or solar water heaters)\",\r\n\t\t\t\"parent\": \"8419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841920\",\r\n\t\t\t\"text\": \"841920 - Sterilizers; for medical, surgical or laboratory use, not used for domestic purposes\",\r\n\t\t\t\"parent\": \"8419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841931\",\r\n\t\t\t\"text\": \"841931 - Dryers; for agricultural products, not used for domestic purposes\",\r\n\t\t\t\"parent\": \"8419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841932\",\r\n\t\t\t\"text\": \"841932 - Dryers; for wood, paper pulp, paper or paperboard, not used for domestic purposes\",\r\n\t\t\t\"parent\": \"8419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841933\",\r\n\t\t\t\"text\": \"841933 - Dryers; lyophilisation apparatus, freeze drying units and spray dryers, not used for domestic purposes\",\r\n\t\t\t\"parent\": \"8419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841934\",\r\n\t\t\t\"text\": \"841934 - Dryers; for agricultural products, not used for domestic purposes\",\r\n\t\t\t\"parent\": \"8419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841935\",\r\n\t\t\t\"text\": \"841935 - Dryers; for wood, paper pulp, paper or paperboard, not used for domestic purposes\",\r\n\t\t\t\"parent\": \"8419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841939\",\r\n\t\t\t\"text\": \"841939 - Dryers; for products n.e.c. in heading no. 8419, not used for domestic purposes\",\r\n\t\t\t\"parent\": \"8419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841940\",\r\n\t\t\t\"text\": \"841940 - Distilling or rectifying plant; not used for domestic purposes\",\r\n\t\t\t\"parent\": \"8419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841950\",\r\n\t\t\t\"text\": \"841950 - Heat exchange units; not used for domestic purposes\",\r\n\t\t\t\"parent\": \"8419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841960\",\r\n\t\t\t\"text\": \"841960 - Machinery; for liquefying air or gas, not used for domestic purposes\",\r\n\t\t\t\"parent\": \"8419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841981\",\r\n\t\t\t\"text\": \"841981 - Machinery, plant and equipment; for making hot drinks, for cooking or heating food\",\r\n\t\t\t\"parent\": \"8419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841989\",\r\n\t\t\t\"text\": \"841989 - Machinery, plant and laboratory equipment; for treating materials by change of temperature, other than for making hot drinks or cooking or heating food\",\r\n\t\t\t\"parent\": \"8419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841990\",\r\n\t\t\t\"text\": \"841990 - Machinery, plant and laboratory equipment; parts of equipment for treating materials by a process involving a change of temperature\",\r\n\t\t\t\"parent\": \"8419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8420\",\r\n\t\t\t\"text\": \"8420 - Machines; calendering or other rolling machines, for other than metal or glass and cylinders therefor\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842010\",\r\n\t\t\t\"text\": \"842010 - Machines; calendering or other rolling machines, for other than metal or glass\",\r\n\t\t\t\"parent\": \"8420\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842091\",\r\n\t\t\t\"text\": \"842091 - Machines; parts, cylinders for calendering or other rolling machines, for other than metal or glass\",\r\n\t\t\t\"parent\": \"8420\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842099\",\r\n\t\t\t\"text\": \"842099 - Machines; parts, (other than cylinders), for calendering or other rolling machines, for other than metal or glass\",\r\n\t\t\t\"parent\": \"8420\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8421\",\r\n\t\t\t\"text\": \"8421 - Centrifuges, including centrifugal dryers; filtering or purifying machinery and apparatus for liquids or gases\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842111\",\r\n\t\t\t\"text\": \"842111 - Centrifuges; cream separators\",\r\n\t\t\t\"parent\": \"8421\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842112\",\r\n\t\t\t\"text\": \"842112 - Centrifuges; clothes-dryers\",\r\n\t\t\t\"parent\": \"8421\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842119\",\r\n\t\t\t\"text\": \"842119 - Centrifuges; n.e.c. in heading no. 8421, including centrifugal dryers (but not clothes-dryers)\",\r\n\t\t\t\"parent\": \"8421\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842121\",\r\n\t\t\t\"text\": \"842121 - Machinery; for filtering or purifying water\",\r\n\t\t\t\"parent\": \"8421\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842122\",\r\n\t\t\t\"text\": \"842122 - Machinery; for filtering or purifying beverages other than water\",\r\n\t\t\t\"parent\": \"8421\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842123\",\r\n\t\t\t\"text\": \"842123 - Machinery; filtering or purifying machinery, oil or petrol filters for internal combustion engines\",\r\n\t\t\t\"parent\": \"8421\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842129\",\r\n\t\t\t\"text\": \"842129 - Machinery; for filtering or purifying liquids, n.e.c. in item no. 8421.2\",\r\n\t\t\t\"parent\": \"8421\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842131\",\r\n\t\t\t\"text\": \"842131 - Machinery; intake air filters for internal combustion engines\",\r\n\t\t\t\"parent\": \"8421\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842132\",\r\n\t\t\t\"text\": \"842132 - Machinery; catalytic converters or particulate filters, whether or not combined, for purifying or filtering exhaust gases from internal combustion engines\",\r\n\t\t\t\"parent\": \"8421\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842139\",\r\n\t\t\t\"text\": \"842139 - Machinery; for filtering or purifying gases, other than intake air filters, catalytic converters or particulate filters for internal combustion engines\",\r\n\t\t\t\"parent\": \"8421\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842191\",\r\n\t\t\t\"text\": \"842191 - Centrifuges; parts thereof, including parts for centrifugal dryers\",\r\n\t\t\t\"parent\": \"8421\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842199\",\r\n\t\t\t\"text\": \"842199 - Machinery; parts for filtering or purifying liquids or gases\",\r\n\t\t\t\"parent\": \"8421\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8422\",\r\n\t\t\t\"text\": \"8422 - Dish washing machines; machinery for cleaning, drying, filling, closing, sealing, capsuling or labelling bottles, cans, boxes, bags, etc, machinery for aerating beverages\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842211\",\r\n\t\t\t\"text\": \"842211 - Dish washing machines; of the household type\",\r\n\t\t\t\"parent\": \"8422\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842219\",\r\n\t\t\t\"text\": \"842219 - Dish washing machines; of other than household type\",\r\n\t\t\t\"parent\": \"8422\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842220\",\r\n\t\t\t\"text\": \"842220 - Machinery; for cleaning or drying bottles or other containers\",\r\n\t\t\t\"parent\": \"8422\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842230\",\r\n\t\t\t\"text\": \"842230 - Machinery; for filling, closing, sealing, capsuling or labelling bottles, cans, bags or other containers, machinery for aerating beverages\",\r\n\t\t\t\"parent\": \"8422\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842240\",\r\n\t\t\t\"text\": \"842240 - Machinery; for packing or wrapping\",\r\n\t\t\t\"parent\": \"8422\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842290\",\r\n\t\t\t\"text\": \"842290 - Machinery; parts of machinery of heading no. 8422\",\r\n\t\t\t\"parent\": \"8422\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8423\",\r\n\t\t\t\"text\": \"8423 - Weighing machines; excluding balances of a sensitivity of 5cg or better, including weight operated counting or checking machines and weights of all kinds\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842310\",\r\n\t\t\t\"text\": \"842310 - Weighing machines; personal (including baby scales) and household scales\",\r\n\t\t\t\"parent\": \"8423\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842320\",\r\n\t\t\t\"text\": \"842320 - Weighing machines; scales for continuous weighing of goods on conveyors\",\r\n\t\t\t\"parent\": \"8423\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842330\",\r\n\t\t\t\"text\": \"842330 - Weighing machines; constant weight scales and scales for discharging a predetermined weight of material into a bag or container, including hopper scales\",\r\n\t\t\t\"parent\": \"8423\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842381\",\r\n\t\t\t\"text\": \"842381 - Weighing machines; other than personal, conveyor or constant weight scales, having a maximum weighing capacity not exceeding 30kg (excluding balances of a sensitivity of 5cg or better)\",\r\n\t\t\t\"parent\": \"8423\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842382\",\r\n\t\t\t\"text\": \"842382 - Weighing machines; other than personal, conveyor or constant weight scales, having a maximum weighing capacity exceeding 30kg but not exceeding 5000kg\",\r\n\t\t\t\"parent\": \"8423\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842389\",\r\n\t\t\t\"text\": \"842389 - Weighing machines; other than personal, conveyor or constant weight scales, having a maximum weighing capacity exceeding 5000kg\",\r\n\t\t\t\"parent\": \"8423\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842390\",\r\n\t\t\t\"text\": \"842390 - Weighing machines; weights of all kinds, parts of weighing machinery\",\r\n\t\t\t\"parent\": \"8423\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8424\",\r\n\t\t\t\"text\": \"8424 - Mechanical appliances for projecting, dispersing or spraying liquids or powders; fire extinguishers, spray guns, steam, sand blasting machines\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842410\",\r\n\t\t\t\"text\": \"842410 - Fire extinguishers; whether or not charged\",\r\n\t\t\t\"parent\": \"8424\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842420\",\r\n\t\t\t\"text\": \"842420 - Spray guns and similar appliances\",\r\n\t\t\t\"parent\": \"8424\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842430\",\r\n\t\t\t\"text\": \"842430 - Mechanical appliances; steam or sand blasting machines and similar jet projecting machines\",\r\n\t\t\t\"parent\": \"8424\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842441\",\r\n\t\t\t\"text\": \"842441 - Mechanical appliances; agricultural or horticultural sprayers; portable sprayers\",\r\n\t\t\t\"parent\": \"8424\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842449\",\r\n\t\t\t\"text\": \"842449 - Mechanical appliances; agricultural or horticultural sprayers; other than portable sprayers\",\r\n\t\t\t\"parent\": \"8424\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842481\",\r\n\t\t\t\"text\": \"842481 - Mechanical appliances; for projecting, dispersing or spraying liquids or powders, for agricultural or horticultural use, whether or not hand-operated\",\r\n\t\t\t\"parent\": \"8424\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842482\",\r\n\t\t\t\"text\": \"842482 - Mechanical appliances; agricultural or horticultural, n.e.c. in heading 8424\",\r\n\t\t\t\"parent\": \"8424\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842489\",\r\n\t\t\t\"text\": \"842489 - Mechanical appliances; for projecting, dispersing or spraying liquids or powders, for other than agricultural or horticultural use, whether or not hand-operated\",\r\n\t\t\t\"parent\": \"8424\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842490\",\r\n\t\t\t\"text\": \"842490 - Mechanical appliances; parts of machines projecting, dispersing or spraying liquids or powders, whether or not hand-operated\",\r\n\t\t\t\"parent\": \"8424\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8425\",\r\n\t\t\t\"text\": \"8425 - Pulley tackle and hoists other than skip hoists; winches and capstans; jacks\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842511\",\r\n\t\t\t\"text\": \"842511 - Pulley tackle and hoists; powered by an electric motor (excluding skip hoists or hoists of a kind used for raising vehicles)\",\r\n\t\t\t\"parent\": \"8425\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842519\",\r\n\t\t\t\"text\": \"842519 - Pulley tackle and hoists; not powered by an electric motor (excluding skip hoists or hoists of a kind used for raising vehicles)\",\r\n\t\t\t\"parent\": \"8425\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842520\",\r\n\t\t\t\"text\": \"842520 - Pit-head winding gear winches\",\r\n\t\t\t\"parent\": \"8425\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842531\",\r\n\t\t\t\"text\": \"842531 - Winches; capstans; powered by an electric motor\",\r\n\t\t\t\"parent\": \"8425\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842539\",\r\n\t\t\t\"text\": \"842539 - Winches; capstans; not powered by an electric motor\",\r\n\t\t\t\"parent\": \"8425\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842541\",\r\n\t\t\t\"text\": \"842541 - Jacks; built-in jacking systems of a type used in garages, for raising vehicles\",\r\n\t\t\t\"parent\": \"8425\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842542\",\r\n\t\t\t\"text\": \"842542 - Jacks and hoists; hydraulic, of a kind used for raising vehicles\",\r\n\t\t\t\"parent\": \"8425\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842549\",\r\n\t\t\t\"text\": \"842549 - Jacks and hoists; (other than hydraulic), of a kind used for raising vehicles\",\r\n\t\t\t\"parent\": \"8425\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8426\",\r\n\t\t\t\"text\": \"8426 - Derricks, cranes, including cable cranes, mobile lifting frames, straddle carriers and works trucks fitted with a crane\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842611\",\r\n\t\t\t\"text\": \"842611 - Cranes; overhead travelling cranes on fixed support\",\r\n\t\t\t\"parent\": \"8426\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842612\",\r\n\t\t\t\"text\": \"842612 - Cranes; mobile lifting frames on tyres and straddle carriers\",\r\n\t\t\t\"parent\": \"8426\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842619\",\r\n\t\t\t\"text\": \"842619 - Cranes; transporter, gantry and bridge cranes\",\r\n\t\t\t\"parent\": \"8426\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842620\",\r\n\t\t\t\"text\": \"842620 - Cranes; tower cranes\",\r\n\t\t\t\"parent\": \"8426\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842630\",\r\n\t\t\t\"text\": \"842630 - Cranes; portal or pedestal jib cranes\",\r\n\t\t\t\"parent\": \"8426\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842641\",\r\n\t\t\t\"text\": \"842641 - Cranes; self-propelled derricks and cranes, on tyres, n.e.c. in heading no. 8426\",\r\n\t\t\t\"parent\": \"8426\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842649\",\r\n\t\t\t\"text\": \"842649 - Cranes; self-propelled derricks and cranes, not on tyres, n.e.c. in heading no. 8426\",\r\n\t\t\t\"parent\": \"8426\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842691\",\r\n\t\t\t\"text\": \"842691 - Cranes and derricks; designed for mounting on road vehicles\",\r\n\t\t\t\"parent\": \"8426\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842699\",\r\n\t\t\t\"text\": \"842699 - Cranes and derricks; for other than mounting on road vehicles, n.e.c. in heading no. 8426\",\r\n\t\t\t\"parent\": \"8426\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8427\",\r\n\t\t\t\"text\": \"8427 - Fork-lift and other works trucks; fitted with lifting or handling equipment\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842710\",\r\n\t\t\t\"text\": \"842710 - Fork-lift and other works trucks; fitted with lifting or handling equipment, self-propelled by electric motor\",\r\n\t\t\t\"parent\": \"8427\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842720\",\r\n\t\t\t\"text\": \"842720 - Fork-lift and other works trucks; fitted with lifting or handling equipment, self-propelled by other than electric motor\",\r\n\t\t\t\"parent\": \"8427\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842790\",\r\n\t\t\t\"text\": \"842790 - Fork-lift and other works trucks; fitted with lifting or handling equipment, not self-propelled\",\r\n\t\t\t\"parent\": \"8427\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8428\",\r\n\t\t\t\"text\": \"8428 - Lifting, handling, loading or unloading machinery; n.e.c. in heading no. 8425, 8426 or 8427 (e.g. lifts, escalators, conveyors, teleferics)\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842810\",\r\n\t\t\t\"text\": \"842810 - Lifts and skip hoists\",\r\n\t\t\t\"parent\": \"8428\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842820\",\r\n\t\t\t\"text\": \"842820 - Elevators and conveyors; pneumatic\",\r\n\t\t\t\"parent\": \"8428\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842831\",\r\n\t\t\t\"text\": \"842831 - Elevators and conveyors; continuous-action, for goods and materials, specially designed for underground use, n.e.c. in item no. 8428.20\",\r\n\t\t\t\"parent\": \"8428\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842832\",\r\n\t\t\t\"text\": \"842832 - Elevators and conveyors; continuous-action, for goods or materials, bucket type, n.e.c. in item no. 8428.20 or 8428.31\",\r\n\t\t\t\"parent\": \"8428\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842833\",\r\n\t\t\t\"text\": \"842833 - Elevators and conveyors; continuous-action, for goods or materials, belt type, n.e.c. in item no. 8428.20 or 8428.31\",\r\n\t\t\t\"parent\": \"8428\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842839\",\r\n\t\t\t\"text\": \"842839 - Elevators and conveyors; continuous-action, for goods or materials, n.e.c. in item no. 8428.20, 8428.31, 8428.32 or 8428.33\",\r\n\t\t\t\"parent\": \"8428\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842840\",\r\n\t\t\t\"text\": \"842840 - Escalators and moving walkways\",\r\n\t\t\t\"parent\": \"8428\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842850\",\r\n\t\t\t\"text\": \"842850 - Wagon handling equipment\",\r\n\t\t\t\"parent\": \"8428\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842860\",\r\n\t\t\t\"text\": \"842860 - Teleferics, chair-lifts, ski-draglines, traction mechanisms for funiculars\",\r\n\t\t\t\"parent\": \"8428\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842870\",\r\n\t\t\t\"text\": \"842870 - Industrial robots\",\r\n\t\t\t\"parent\": \"8428\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842890\",\r\n\t\t\t\"text\": \"842890 - Lifting, handling, loading or unloading machinery; n.e.c. in heading no. 8425, 8426, 8427 or 8428\",\r\n\t\t\t\"parent\": \"8428\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8429\",\r\n\t\t\t\"text\": \"8429 - Bulldozers, graders, levellers, scrapers, angledozers, mechanical shovels, excavators, shovel loaders, tamping machines and road rollers, self-propelled\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842911\",\r\n\t\t\t\"text\": \"842911 - Bulldozers and angledozers; self-propelled, track laying\",\r\n\t\t\t\"parent\": \"8429\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842919\",\r\n\t\t\t\"text\": \"842919 - Bulldozers and angledozers; self-propelled, other than track laying\",\r\n\t\t\t\"parent\": \"8429\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842920\",\r\n\t\t\t\"text\": \"842920 - Graders and levellers\",\r\n\t\t\t\"parent\": \"8429\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842930\",\r\n\t\t\t\"text\": \"842930 - Scrapers; self-propelled\",\r\n\t\t\t\"parent\": \"8429\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842940\",\r\n\t\t\t\"text\": \"842940 - Tamping machines and road rollers; self-propelled\",\r\n\t\t\t\"parent\": \"8429\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842951\",\r\n\t\t\t\"text\": \"842951 - Front-end shovel loaders\",\r\n\t\t\t\"parent\": \"8429\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842952\",\r\n\t\t\t\"text\": \"842952 - Mechanical shovels, excavators and shovel loaders; with a 360 degree revolving super structure\",\r\n\t\t\t\"parent\": \"8429\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842959\",\r\n\t\t\t\"text\": \"842959 - Mechanical shovels, excavators and shovel loaders; n.e.c. in item no. 8429.50\",\r\n\t\t\t\"parent\": \"8429\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8430\",\r\n\t\t\t\"text\": \"8430 - Moving, grading, levelling, scraping, excavating, tamping, compacting, extracting or boring machinery, for earth, minerals, or ores; pile drivers and extractors; snow ploughs and snow blowers\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843010\",\r\n\t\t\t\"text\": \"843010 - Pile-drivers and pile-extractors\",\r\n\t\t\t\"parent\": \"8430\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843020\",\r\n\t\t\t\"text\": \"843020 - Snow-ploughs and snow-blowers\",\r\n\t\t\t\"parent\": \"8430\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843031\",\r\n\t\t\t\"text\": \"843031 - Coal or rock cutters and tunnelling machinery; self-propelled\",\r\n\t\t\t\"parent\": \"8430\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843039\",\r\n\t\t\t\"text\": \"843039 - Coal or rock cutters and tunnelling machinery; not self-propelled\",\r\n\t\t\t\"parent\": \"8430\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843041\",\r\n\t\t\t\"text\": \"843041 - Boring or sinking machinery; self-propelled, n.e.c. in heading no. 8430\",\r\n\t\t\t\"parent\": \"8430\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843049\",\r\n\t\t\t\"text\": \"843049 - Boring and sinking machinery; not self-propelled\",\r\n\t\t\t\"parent\": \"8430\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843050\",\r\n\t\t\t\"text\": \"843050 - Machinery; for handling earth, minerals or ores, self-propelled, n.e.c. in heading no. 8430\",\r\n\t\t\t\"parent\": \"8430\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843061\",\r\n\t\t\t\"text\": \"843061 - Machinery; for tamping or compacting, not self-propelled\",\r\n\t\t\t\"parent\": \"8430\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843062\",\r\n\t\t\t\"text\": \"843062 - Scrapers, not self-propelled\",\r\n\t\t\t\"parent\": \"8430\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843069\",\r\n\t\t\t\"text\": \"843069 - Machinery; for moving, levelling, scraping, grading, excavating earth minerals or ores; not self propelled n.e.c in 84.30\",\r\n\t\t\t\"parent\": \"8430\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8431\",\r\n\t\t\t\"text\": \"8431 - Machinery parts; used solely or principally with the machinery of heading no. 8425 to 8430\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843110\",\r\n\t\t\t\"text\": \"843110 - Machinery; parts of the machinery of heading no. 8425\",\r\n\t\t\t\"parent\": \"8431\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843120\",\r\n\t\t\t\"text\": \"843120 - Machinery; parts of the machinery of heading no. 8427\",\r\n\t\t\t\"parent\": \"8431\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843131\",\r\n\t\t\t\"text\": \"843131 - Lifts, skip hoists or escalators; parts thereof\",\r\n\t\t\t\"parent\": \"8431\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843139\",\r\n\t\t\t\"text\": \"843139 - Machinery; parts of the machinery of heading no. 8428, (other than lifts, skip hoists or escalators)\",\r\n\t\t\t\"parent\": \"8431\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843141\",\r\n\t\t\t\"text\": \"843141 - Machinery parts; buckets, shovels, grabs and grips, for the machinery of heading no. 8426 and 8430\",\r\n\t\t\t\"parent\": \"8431\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843142\",\r\n\t\t\t\"text\": \"843142 - Machinery parts; bulldozer or angledozer blades\",\r\n\t\t\t\"parent\": \"8431\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843143\",\r\n\t\t\t\"text\": \"843143 - Boring or sinking machinery; parts for boring or sinking machinery of subheading 8430.41 or 8430.49\",\r\n\t\t\t\"parent\": \"8431\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843149\",\r\n\t\t\t\"text\": \"843149 - Machinery; parts of machines handling earth, minerals or ores and n.e.c. in heading no. 8431\",\r\n\t\t\t\"parent\": \"8431\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8432\",\r\n\t\t\t\"text\": \"8432 - Agricultural, horticultural or forestry machinery for soil preparation or cultivation; lawn or sports-ground rollers\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843210\",\r\n\t\t\t\"text\": \"843210 - Ploughs; for soil preparation\",\r\n\t\t\t\"parent\": \"8432\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843221\",\r\n\t\t\t\"text\": \"843221 - Harrows; disc harrows\",\r\n\t\t\t\"parent\": \"8432\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843229\",\r\n\t\t\t\"text\": \"843229 - Harrows; (excluding disc), scarifiers, cultivators, weeders and hoes\",\r\n\t\t\t\"parent\": \"8432\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843230\",\r\n\t\t\t\"text\": \"843230 - Seeders, planters and transplanters\",\r\n\t\t\t\"parent\": \"8432\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843231\",\r\n\t\t\t\"text\": \"843231 - Seeders, planters and transplanters; no-till direct seeders, planters and transplanters\",\r\n\t\t\t\"parent\": \"8432\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843239\",\r\n\t\t\t\"text\": \"843239 - Seeders, planters and transplanters; other than no-till direct seeders, planters and transplanters\",\r\n\t\t\t\"parent\": \"8432\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843240\",\r\n\t\t\t\"text\": \"843240 - Spreaders and distributors; for manure and fertilizers, for agricultural, horticultural or forestry use\",\r\n\t\t\t\"parent\": \"8432\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843241\",\r\n\t\t\t\"text\": \"843241 - Spreaders and distributors; for manure and fertilizers, for agricultural, horticultural or forestry use; manure spreaders\",\r\n\t\t\t\"parent\": \"8432\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843242\",\r\n\t\t\t\"text\": \"843242 - Spreaders and distributors; for manure and fertilizers, for agricultural, horticultural or forestry use; fertiliser distributors\",\r\n\t\t\t\"parent\": \"8432\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843280\",\r\n\t\t\t\"text\": \"843280 - Rollers; for lawns or sports-grounds\",\r\n\t\t\t\"parent\": \"8432\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843290\",\r\n\t\t\t\"text\": \"843290 - Machinery; parts of machinery for soil preparation or cultivation or for rollers for lawns or sports-grounds\",\r\n\t\t\t\"parent\": \"8432\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8433\",\r\n\t\t\t\"text\": \"8433 - Harvesting and threshing machinery, straw and fodder balers, grass or hay mowers; machines for cleaning, sorting or grading eggs, fruit or other agricultural produce, other than machinery of heading no 8437\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843311\",\r\n\t\t\t\"text\": \"843311 - Mowers; lawn, parks or sports-grounds, powered, with the cutting device rotating in a horizontal plane\",\r\n\t\t\t\"parent\": \"8433\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843319\",\r\n\t\t\t\"text\": \"843319 - Mowers; for lawns, parks or sports-grounds, other than with the cutting device rotating in a horizontal plane\",\r\n\t\t\t\"parent\": \"8433\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843320\",\r\n\t\t\t\"text\": \"843320 - Mowers; n.e.c. in item no. 8433.1 (including cutter bars for tractor mounting)\",\r\n\t\t\t\"parent\": \"8433\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843330\",\r\n\t\t\t\"text\": \"843330 - Haymaking machinery\",\r\n\t\t\t\"parent\": \"8433\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843340\",\r\n\t\t\t\"text\": \"843340 - Balers; straw or fodder balers, including pick-up balers\",\r\n\t\t\t\"parent\": \"8433\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843351\",\r\n\t\t\t\"text\": \"843351 - Combine harvester-threshers\",\r\n\t\t\t\"parent\": \"8433\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843352\",\r\n\t\t\t\"text\": \"843352 - Threshing machinery; other than combine harvester-threshers\",\r\n\t\t\t\"parent\": \"8433\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843353\",\r\n\t\t\t\"text\": \"843353 - Harvesting machinery; for roots or tubers\",\r\n\t\t\t\"parent\": \"8433\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843359\",\r\n\t\t\t\"text\": \"843359 - Harvesting machinery; n.e.c. in heading no. 8433\",\r\n\t\t\t\"parent\": \"8433\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843360\",\r\n\t\t\t\"text\": \"843360 - Machines; for cleaning, sorting or grading eggs, fruit or other agricultural produce\",\r\n\t\t\t\"parent\": \"8433\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843390\",\r\n\t\t\t\"text\": \"843390 - Harvesting machinery; parts, including parts of threshing machinery, straw or fodder balers and grass or hay mowers\",\r\n\t\t\t\"parent\": \"8433\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8434\",\r\n\t\t\t\"text\": \"8434 - Milking machines and dairy machinery\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843410\",\r\n\t\t\t\"text\": \"843410 - Milking machines\",\r\n\t\t\t\"parent\": \"8434\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843420\",\r\n\t\t\t\"text\": \"843420 - Dairy machinery\",\r\n\t\t\t\"parent\": \"8434\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843490\",\r\n\t\t\t\"text\": \"843490 - Milking machines and dairy machinery; parts thereof\",\r\n\t\t\t\"parent\": \"8434\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8435\",\r\n\t\t\t\"text\": \"8435 - Presses, crushers and similar machinery; used in the manufacture of wine, cider, fruit juices or similar beverages\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843510\",\r\n\t\t\t\"text\": \"843510 - Presses, crushers and similar machinery; used in the manufacture of wine, cider, fruit juices or similar beverages\",\r\n\t\t\t\"parent\": \"8435\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843590\",\r\n\t\t\t\"text\": \"843590 - Presses, crushers and similar machinery; parts, used in the manufacture of wine, cider, fruit juices or similar beverages\",\r\n\t\t\t\"parent\": \"8435\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8436\",\r\n\t\t\t\"text\": \"8436 - Agricultural, horticultural, forestry, poultry-keeping, bee-keeping machinery; including germination plant fitted with mechanical or thermal equipment; poultry incubators and brooders\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843610\",\r\n\t\t\t\"text\": \"843610 - Machinery; for preparing animal feeding stuffs\",\r\n\t\t\t\"parent\": \"8436\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843621\",\r\n\t\t\t\"text\": \"843621 - Poultry incubators and brooders\",\r\n\t\t\t\"parent\": \"8436\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843629\",\r\n\t\t\t\"text\": \"843629 - Poultry-keeping machinery; other than incubators and brooders\",\r\n\t\t\t\"parent\": \"8436\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843680\",\r\n\t\t\t\"text\": \"843680 - Machinery; for agricultural, horticultural or forestry use and n.e.c. in heading no. 8436\",\r\n\t\t\t\"parent\": \"8436\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843691\",\r\n\t\t\t\"text\": \"843691 - Machinery; parts of poultry-keeping machinery or poultry incubators and brooders\",\r\n\t\t\t\"parent\": \"8436\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843699\",\r\n\t\t\t\"text\": \"843699 - Machinery; parts of that machinery for agricultural, horticultural or forestry use n.e.c. in heading no. 8436\",\r\n\t\t\t\"parent\": \"8436\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8437\",\r\n\t\t\t\"text\": \"8437 - Machines for cleaning, sorting, grading seed, grain, dried leguminous vegetables; machinery used in the milling industry for the working of cereals or dried leguminous vegetables, not farm type machinery\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843710\",\r\n\t\t\t\"text\": \"843710 - Machines; for cleaning, sorting or grading seed, grain or dried leguminous vegetables\",\r\n\t\t\t\"parent\": \"8437\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843780\",\r\n\t\t\t\"text\": \"843780 - Machinery; for use in the milling industry or for the working of cereals or dried leguminous vegetables, other than farm-type machinery\",\r\n\t\t\t\"parent\": \"8437\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843790\",\r\n\t\t\t\"text\": \"843790 - Machines; parts of those for cleaning, sorting or grading seed, grain or dried leguminous vegetables or for milling or working cereals or dried leguminous vegetables (not farm-type machinery)\",\r\n\t\t\t\"parent\": \"8437\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8438\",\r\n\t\t\t\"text\": \"8438 - Machinery n.e.c. in this chapter, for the industrial preparation or manufacture of food or drink; other than machinery for extraction or preparation of animal or fixed vegetable or microbial fats or oils\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843810\",\r\n\t\t\t\"text\": \"843810 - Machinery; industrial, for bakery and for the manufacture of macaroni, spaghetti or similar products\",\r\n\t\t\t\"parent\": \"8438\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843820\",\r\n\t\t\t\"text\": \"843820 - Machinery; industrial, for the manufacture of confectionery, cocoa or chocolate\",\r\n\t\t\t\"parent\": \"8438\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843830\",\r\n\t\t\t\"text\": \"843830 - Machinery; industrial, for sugar manufacture\",\r\n\t\t\t\"parent\": \"8438\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843840\",\r\n\t\t\t\"text\": \"843840 - Machinery; industrial, brewery machinery\",\r\n\t\t\t\"parent\": \"8438\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843850\",\r\n\t\t\t\"text\": \"843850 - Machinery; industrial, for the preparation of meat or poultry\",\r\n\t\t\t\"parent\": \"8438\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843860\",\r\n\t\t\t\"text\": \"843860 - Machinery; industrial, for the preparation of fruits, nuts or vegetables\",\r\n\t\t\t\"parent\": \"8438\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843880\",\r\n\t\t\t\"text\": \"843880 - Machinery; used in the industrial preparation or manufacture of food or drink, n.e.c. in heading no. 8438\",\r\n\t\t\t\"parent\": \"8438\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843890\",\r\n\t\t\t\"text\": \"843890 - Machinery; parts of those machines used in the industrial preparation or manufacture of food or drink\",\r\n\t\t\t\"parent\": \"8438\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8439\",\r\n\t\t\t\"text\": \"8439 - Machinery; for making pulp of fibrous cellulosic material, or for making or finishing paper or paperboard\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843910\",\r\n\t\t\t\"text\": \"843910 - Machinery; for making pulp of fibrous cellulosic material\",\r\n\t\t\t\"parent\": \"8439\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843920\",\r\n\t\t\t\"text\": \"843920 - Machinery; for making paper or paperboard\",\r\n\t\t\t\"parent\": \"8439\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843930\",\r\n\t\t\t\"text\": \"843930 - Machinery; for finishing paper or paperboard\",\r\n\t\t\t\"parent\": \"8439\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843991\",\r\n\t\t\t\"text\": \"843991 - Machinery; parts of machinery for making pulp of fibrous cellulosic material\",\r\n\t\t\t\"parent\": \"8439\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843999\",\r\n\t\t\t\"text\": \"843999 - Machinery; parts of machinery for making or finishing paper or paperboard\",\r\n\t\t\t\"parent\": \"8439\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8440\",\r\n\t\t\t\"text\": \"8440 - Book-binding machinery; including book-sewing machines\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844010\",\r\n\t\t\t\"text\": \"844010 - Book-binding machinery; including book-sewing machines\",\r\n\t\t\t\"parent\": \"8440\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844090\",\r\n\t\t\t\"text\": \"844090 - Book-binding machinery; including book-sewing machines, parts thereof\",\r\n\t\t\t\"parent\": \"8440\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8441\",\r\n\t\t\t\"text\": \"8441 - Machines; for making up paper pulp, paper or paperboard, including cutting machines of all kinds\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844110\",\r\n\t\t\t\"text\": \"844110 - Machines; cutting, of all kinds, for making up paper pulp, paper or paperboard\",\r\n\t\t\t\"parent\": \"8441\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844120\",\r\n\t\t\t\"text\": \"844120 - Machines; for making bags, sacks or envelopes of paper pulp, paper or paperboard\",\r\n\t\t\t\"parent\": \"8441\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844130\",\r\n\t\t\t\"text\": \"844130 - Machines; for making cartons, boxes, cases, tubes, drums or similar containers (other than by moulding), of paper pulp, paper or paperboard\",\r\n\t\t\t\"parent\": \"8441\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844140\",\r\n\t\t\t\"text\": \"844140 - Machines; for moulding articles, in paper pulp, paper or paperboard\",\r\n\t\t\t\"parent\": \"8441\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844180\",\r\n\t\t\t\"text\": \"844180 - Machinery; n.e.c. in heading no. 8441, for making up paper pulp, paper or paperboard\",\r\n\t\t\t\"parent\": \"8441\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844190\",\r\n\t\t\t\"text\": \"844190 - Machinery; parts of machinery for making up paper pulp, paper or paperboard, including cutting machines of all kinds\",\r\n\t\t\t\"parent\": \"8441\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8442\",\r\n\t\t\t\"text\": \"8442 - Machinery, apparatus and equipment (excluding machines of headings 8456 to 8465) for preparing or making printing components; plates, cylinders and other printing components; lithographic stones prepared for printing purposes\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844210\",\r\n\t\t\t\"text\": \"844210 - Photo-typesetting and composing machines\",\r\n\t\t\t\"parent\": \"8442\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844220\",\r\n\t\t\t\"text\": \"844220 - Typesetting equipment other than photo\",\r\n\t\t\t\"parent\": \"8442\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844230\",\r\n\t\t\t\"text\": \"844230 - Machinery, apparatus and equipment (excluding machines of heading no. 8456 to 8465) for preparing or making printing components\",\r\n\t\t\t\"parent\": \"8442\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844240\",\r\n\t\t\t\"text\": \"844240 - Machinery, apparatus and equipment (excluding machines of heading no. 8456 to 8465) for preparing or making printing components; parts thereof\",\r\n\t\t\t\"parent\": \"8442\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844250\",\r\n\t\t\t\"text\": \"844250 - Plates, cylinders and other printing components; lithographic stones prepared for printing purposes (for example, planed, grained or polished)\",\r\n\t\t\t\"parent\": \"8442\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8443\",\r\n\t\t\t\"text\": \"8443 - Printing machinery; used for printing by means of plates, cylinders and other printing components of heading 84.42; other printers, copying machines and facsimile machines, whether or not combined; parts and accessories thereof\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844311\",\r\n\t\t\t\"text\": \"844311 - Printing machinery; offset, reel-fed\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844312\",\r\n\t\t\t\"text\": \"844312 - Printing machinery; offset, sheet-fed, office type (sheet size not exceeding 22 x 36cm in the unfolded state)\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844313\",\r\n\t\t\t\"text\": \"844313 - Printing machinery; offset, n.e.c. in item no. 8443.1\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844314\",\r\n\t\t\t\"text\": \"844314 - Printing machinery; letterpress, reel-fed, excluding flexographic printing\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844315\",\r\n\t\t\t\"text\": \"844315 - Printing machinery; letterpress, other than reel-fed, excluding flexographic printing\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844316\",\r\n\t\t\t\"text\": \"844316 - Printing machinery; flexographic\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844317\",\r\n\t\t\t\"text\": \"844317 - Printing machinery; gravure\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844319\",\r\n\t\t\t\"text\": \"844319 - Printing machinery; used for printing by means of plates, cylinders and other printing components of heading 84.42, n.e.c. in item no. 8443.1\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844321\",\r\n\t\t\t\"text\": \"844321 - Reel fed letterpress printers except flexographic\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844329\",\r\n\t\t\t\"text\": \"844329 - Letterpress printing machinery nes except flexographi\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844330\",\r\n\t\t\t\"text\": \"844330 - Flexographic printing machinery\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844331\",\r\n\t\t\t\"text\": \"844331 - Printing, copying, and facsimile machines; machines which perform two or more of the functions of printing, copying or facsimile transmission, capable of connecting to an automatic data processing machine or to a network\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844332\",\r\n\t\t\t\"text\": \"844332 - Printing, copying, and facsimile machines; single-function printing, copying or facsimile machines, capable of connecting to an automatic data processing machine or to a network\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844339\",\r\n\t\t\t\"text\": \"844339 - Printing, copying, and facsimile machines; single-function printing, copying or facsimile machines, not capable of connecting to an automatic data processing machine or to a network\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844340\",\r\n\t\t\t\"text\": \"844340 - Gravure printing machinery\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844350\",\r\n\t\t\t\"text\": \"844350 - Printing machinery nes\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844351\",\r\n\t\t\t\"text\": \"844351 - Ink-jet printing machine\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844359\",\r\n\t\t\t\"text\": \"844359 - Printing machinery nes\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844360\",\r\n\t\t\t\"text\": \"844360 - Machines for uses ancillary to printing\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844390\",\r\n\t\t\t\"text\": \"844390 - Parts of printing machinery and ancillary equipment\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844391\",\r\n\t\t\t\"text\": \"844391 - Printing machinery used for printing by means of plates, cylinders and other printing components of heading 8442; parts and accessories\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844399\",\r\n\t\t\t\"text\": \"844399 - Printing machinery; parts and accessories, n.e.c. in item no. 8443.91\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8444\",\r\n\t\t\t\"text\": \"8444 - Textile machinery; for extruding, drawing, texturing or cutting man-made textile materials\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844400\",\r\n\t\t\t\"text\": \"844400 - Textile machinery; for extruding, drawing, texturing or cutting man-made textile materials\",\r\n\t\t\t\"parent\": \"8444\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8445\",\r\n\t\t\t\"text\": \"8445 - Textile machinery; spinning, doubling, twisting machines, textile reeling or winding machines and machines for preparing textile yarns for use on machines of heading no. 8446 and 8447\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844511\",\r\n\t\t\t\"text\": \"844511 - Textile machinery; carding machines for preparing textile fibres\",\r\n\t\t\t\"parent\": \"8445\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844512\",\r\n\t\t\t\"text\": \"844512 - Textile machinery; combing machines for preparing textile fibres\",\r\n\t\t\t\"parent\": \"8445\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844513\",\r\n\t\t\t\"text\": \"844513 - Textile machinery; drawing or roving machines for preparing textile fibres\",\r\n\t\t\t\"parent\": \"8445\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844519\",\r\n\t\t\t\"text\": \"844519 - Textile machinery; n.e.c. in heading no. 8445, for preparing textile fibres\",\r\n\t\t\t\"parent\": \"8445\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844520\",\r\n\t\t\t\"text\": \"844520 - Textile machinery; spinning machines\",\r\n\t\t\t\"parent\": \"8445\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844530\",\r\n\t\t\t\"text\": \"844530 - Textile machinery; doubling or twisting machines\",\r\n\t\t\t\"parent\": \"8445\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844540\",\r\n\t\t\t\"text\": \"844540 - Textile machinery; winding (including weft-winding) or reeling machines\",\r\n\t\t\t\"parent\": \"8445\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844590\",\r\n\t\t\t\"text\": \"844590 - Textile machinery; involved in textile fibre or textile yarn preparation and n.e.c. in heading no. 8445\",\r\n\t\t\t\"parent\": \"8445\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8446\",\r\n\t\t\t\"text\": \"8446 - Weaving machines (looms)\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844610\",\r\n\t\t\t\"text\": \"844610 - Weaving machines (looms); for weaving fabrics of a width 30cm or less\",\r\n\t\t\t\"parent\": \"8446\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844621\",\r\n\t\t\t\"text\": \"844621 - Weaving machines (looms); for weaving fabrics of a width exceeding 30cm, shuttle type, power looms\",\r\n\t\t\t\"parent\": \"8446\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844629\",\r\n\t\t\t\"text\": \"844629 - Weaving machines (looms); for weaving fabrics of a width exceeding 30cm, shuttle type, other than power looms\",\r\n\t\t\t\"parent\": \"8446\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844630\",\r\n\t\t\t\"text\": \"844630 - Weaving machines (looms); for weaving fabrics of a width exceeding 30cm, shuttleless type\",\r\n\t\t\t\"parent\": \"8446\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8447\",\r\n\t\t\t\"text\": \"8447 - Knitting machines, stitch-bonding machines and machines for making gimped yarn, tulle, lace, embroidery, trimmings, braid or net and machines for tufting\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844711\",\r\n\t\t\t\"text\": \"844711 - Knitting machines; circular, with cylinder diameter not exceeding 165mm\",\r\n\t\t\t\"parent\": \"8447\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844712\",\r\n\t\t\t\"text\": \"844712 - Knitting machines; circular, with cylinder diameter exceeding 165mm\",\r\n\t\t\t\"parent\": \"8447\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844720\",\r\n\t\t\t\"text\": \"844720 - Knitting machines; flat, stitch-bonding machines\",\r\n\t\t\t\"parent\": \"8447\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844790\",\r\n\t\t\t\"text\": \"844790 - Machines; for making gimped yarn, tulle, lace, embroidery, trimmings, braid or net and machines for tufting\",\r\n\t\t\t\"parent\": \"8447\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8448\",\r\n\t\t\t\"text\": \"8448 - Machinery, auxiliary; for use with machines of heading no. 8444 to 8447 (e.g. dobbies, jacquards, automatic stop motions, shuttle changing mechanisms) parts, accessories for machines of heading no. 8444, 8447\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844811\",\r\n\t\t\t\"text\": \"844811 - Machinery, auxiliary; dobbies and jacquards, card reducing, copying, punching or assembling machines for use therewith\",\r\n\t\t\t\"parent\": \"8448\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844819\",\r\n\t\t\t\"text\": \"844819 - Machinery, auxiliary; for machines of heading no. 8444, 8445, 8446 or 8447, n.e.c. in item no. 8448.11\",\r\n\t\t\t\"parent\": \"8448\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844820\",\r\n\t\t\t\"text\": \"844820 - Machines; parts and accessories of machines or auxiliary machinery of heading no. 8444\",\r\n\t\t\t\"parent\": \"8448\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844831\",\r\n\t\t\t\"text\": \"844831 - Machines, card clothing; parts and accessories\",\r\n\t\t\t\"parent\": \"8448\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844832\",\r\n\t\t\t\"text\": \"844832 - Machines; parts and accessories of machines or auxiliary machinery for preparing textile fibres, other than card clothing\",\r\n\t\t\t\"parent\": \"8448\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844833\",\r\n\t\t\t\"text\": \"844833 - Machines; parts and accessories of machines or auxiliary machinery, spindles, spindle flyers, spinning rings and ring travellers\",\r\n\t\t\t\"parent\": \"8448\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844839\",\r\n\t\t\t\"text\": \"844839 - Machines; parts and accessories of machines or auxiliary machinery of heading no. 8445, n.e.c. in item no. 8448.3\",\r\n\t\t\t\"parent\": \"8448\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844841\",\r\n\t\t\t\"text\": \"844841 - Shuttles for weaving machines (looms)\",\r\n\t\t\t\"parent\": \"8448\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844842\",\r\n\t\t\t\"text\": \"844842 - Weaving machines (looms); parts including their auxiliary machinery, and accessories thereof, reeds for looms, healds and heald-frames\",\r\n\t\t\t\"parent\": \"8448\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844849\",\r\n\t\t\t\"text\": \"844849 - Weaving machines (looms); parts including their auxiliary machinery, and accessories thereof n.e.c. in item no. 8448.4\",\r\n\t\t\t\"parent\": \"8448\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844851\",\r\n\t\t\t\"text\": \"844851 - Machines; parts and accessories of machines of heading no. 8447 or auxiliary machinery, sinkers, needles and other articles used in forming stitches\",\r\n\t\t\t\"parent\": \"8448\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844859\",\r\n\t\t\t\"text\": \"844859 - Machines; parts and accessories of machines or auxiliary machinery of heading no. 8447, other than sinkers, needles and other articles used in forming stitches\",\r\n\t\t\t\"parent\": \"8448\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8449\",\r\n\t\t\t\"text\": \"8449 - Machinery; for manufacture or finishing felt or non-wovens in the piece or in shapes, including machinery for making felt hats, blocks for making hats\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844900\",\r\n\t\t\t\"text\": \"844900 - Machinery; for manufacture or finishing felt or non-wovens in the piece or in shapes, including machinery for making felt hats, blocks for making hats\",\r\n\t\t\t\"parent\": \"8449\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8450\",\r\n\t\t\t\"text\": \"8450 - Household or laundry-type washing machines; including machines which both wash and dry\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845011\",\r\n\t\t\t\"text\": \"845011 - Washing machines; household or laundry-type, fully-automatic, (of a dry linen capacity not exceeding 10kg)\",\r\n\t\t\t\"parent\": \"8450\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845012\",\r\n\t\t\t\"text\": \"845012 - Washing machines; household or laundry-type, with built-in centrifugal drier, (not fully-automatic), of a dry linen capacity not exceeding 10kg\",\r\n\t\t\t\"parent\": \"8450\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845019\",\r\n\t\t\t\"text\": \"845019 - Washing machines; household or laundry-type, not fully-automatic, without built-in centrifugal drier, of a dry linen capacity not exceeding 10kg\",\r\n\t\t\t\"parent\": \"8450\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845020\",\r\n\t\t\t\"text\": \"845020 - Washing machines; household or laundry-type, of a dry linen capacity exceeding 10kg\",\r\n\t\t\t\"parent\": \"8450\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845090\",\r\n\t\t\t\"text\": \"845090 - Washing machines; parts for household or laundry-type\",\r\n\t\t\t\"parent\": \"8450\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8451\",\r\n\t\t\t\"text\": \"8451 - Machinery (not of heading no. 8450) for washing, cleaning, wringing, drying, ironing, pressing, bleaching, dyeing, dressing, finishing, coating or impregnating textile yarn, fabrics or made up articles\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845110\",\r\n\t\t\t\"text\": \"845110 - Dry-cleaning machines\",\r\n\t\t\t\"parent\": \"8451\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845121\",\r\n\t\t\t\"text\": \"845121 - Drying machines; of a dry linen capacity not exceeding 10kg\",\r\n\t\t\t\"parent\": \"8451\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845129\",\r\n\t\t\t\"text\": \"845129 - Drying machines; of a dry linen capacity exceeding 10kg\",\r\n\t\t\t\"parent\": \"8451\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845130\",\r\n\t\t\t\"text\": \"845130 - Ironing machines and presses (including fusing presses)\",\r\n\t\t\t\"parent\": \"8451\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845140\",\r\n\t\t\t\"text\": \"845140 - Machines; for washing, bleaching or dyeing\",\r\n\t\t\t\"parent\": \"8451\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845150\",\r\n\t\t\t\"text\": \"845150 - Machines; for reeling, unreeling, folding, cutting or pinking textile fabrics\",\r\n\t\t\t\"parent\": \"8451\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845180\",\r\n\t\t\t\"text\": \"845180 - Machinery; for wringing, dressing, finishing, coating or impregnating textile yarns, fabrics or made up textile articles; for applying paste to base fabric used in manufacture of floor coverings\",\r\n\t\t\t\"parent\": \"8451\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845190\",\r\n\t\t\t\"text\": \"845190 - Machinery; parts, of the machinery of heading no. 8451\",\r\n\t\t\t\"parent\": \"8451\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8452\",\r\n\t\t\t\"text\": \"8452 - Sewing machines; other than book-sewing machines of heading no. 8440; furniture, bases and covers specially designed for sewing machines; sewing machine needles\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845210\",\r\n\t\t\t\"text\": \"845210 - Sewing machines; of the household type\",\r\n\t\t\t\"parent\": \"8452\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845221\",\r\n\t\t\t\"text\": \"845221 - Sewing machines; (not household type), automatic units\",\r\n\t\t\t\"parent\": \"8452\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845229\",\r\n\t\t\t\"text\": \"845229 - Sewing machines; not household or automatic unit type\",\r\n\t\t\t\"parent\": \"8452\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845230\",\r\n\t\t\t\"text\": \"845230 - Sewing machine needles\",\r\n\t\t\t\"parent\": \"8452\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845240\",\r\n\t\t\t\"text\": \"845240 - Furniture, bases & covers for sewing machines & parts thereof\",\r\n\t\t\t\"parent\": \"8452\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845290\",\r\n\t\t\t\"text\": \"845290 - Sewing machines; furniture, bases and covers for sewing machines and parts thereof, and other parts of sewing machines\",\r\n\t\t\t\"parent\": \"8452\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8453\",\r\n\t\t\t\"text\": \"8453 - Machinery for preparing, tanning or working hides, skins or leather or for making or repairing footwear or other articles of hides, skins or leather, other than sewing machines\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845310\",\r\n\t\t\t\"text\": \"845310 - Machinery; for preparing, tanning or working hides, skins or leather, other than sewing machines\",\r\n\t\t\t\"parent\": \"8453\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845320\",\r\n\t\t\t\"text\": \"845320 - Machinery; for making or repairing footwear, other than sewing machines\",\r\n\t\t\t\"parent\": \"8453\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845380\",\r\n\t\t\t\"text\": \"845380 - Machinery; for making or repairing articles of hides, skins or leather, other than sewing machines\",\r\n\t\t\t\"parent\": \"8453\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845390\",\r\n\t\t\t\"text\": \"845390 - Machinery; parts of those for preparing, tanning or working hides, skins or leather, for making or repairing footwear or other articles of hides, skin or leather, other than sewing machines\",\r\n\t\t\t\"parent\": \"8453\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8454\",\r\n\t\t\t\"text\": \"8454 - Converters, ladles, ingot moulds and casting machines; of a kind used metallurgy or in metal foundries\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845410\",\r\n\t\t\t\"text\": \"845410 - Converters; of a type used in metallurgy or in metal foundries\",\r\n\t\t\t\"parent\": \"8454\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845420\",\r\n\t\t\t\"text\": \"845420 - Ingot moulds and ladles; of a kind used in metallurgy or in metal foundries\",\r\n\t\t\t\"parent\": \"8454\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845430\",\r\n\t\t\t\"text\": \"845430 - Casting machines; of a kind used in metallurgy or in metal foundries\",\r\n\t\t\t\"parent\": \"8454\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845490\",\r\n\t\t\t\"text\": \"845490 - Machines; parts of converters, ladles, ingot moulds and casting machines, of a kind used in metallurgy or in metal foundries\",\r\n\t\t\t\"parent\": \"8454\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8455\",\r\n\t\t\t\"text\": \"8455 - Metal-rolling mills and rolls therefor\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845510\",\r\n\t\t\t\"text\": \"845510 - Metal-rolling mills; tube mills\",\r\n\t\t\t\"parent\": \"8455\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845521\",\r\n\t\t\t\"text\": \"845521 - Metal-rolling mills; hot or combination hot and cold rolling mills\",\r\n\t\t\t\"parent\": \"8455\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845522\",\r\n\t\t\t\"text\": \"845522 - Metal-rolling mills; cold\",\r\n\t\t\t\"parent\": \"8455\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845530\",\r\n\t\t\t\"text\": \"845530 - Metal-rolling mills; rolls thereof\",\r\n\t\t\t\"parent\": \"8455\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845590\",\r\n\t\t\t\"text\": \"845590 - Metal-rolling mills; parts thereof\",\r\n\t\t\t\"parent\": \"8455\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8456\",\r\n\t\t\t\"text\": \"8456 - Machine-tools; for working any material by removal of material, by laser or other light or photon beam, ultrasonic, electro-discharge, electro-chemical, electron beam, ionic-beam, or plasma arc processes; water-jet cutting machines\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845610\",\r\n\t\t\t\"text\": \"845610 - Machine-tools; for working any material by removal of material, operated by laser or other light or photon beam processes\",\r\n\t\t\t\"parent\": \"8456\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845611\",\r\n\t\t\t\"text\": \"845611 - Machine-tools; for working any material by removal of material; operated by laser\",\r\n\t\t\t\"parent\": \"8456\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845612\",\r\n\t\t\t\"text\": \"845612 - Machine-tools; for working any material by removal of material; operated by other light or photon beam processes (not laser)\",\r\n\t\t\t\"parent\": \"8456\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845620\",\r\n\t\t\t\"text\": \"845620 - Machine-tools; for working any material by removal of material, operated by ultrasonic processes\",\r\n\t\t\t\"parent\": \"8456\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845630\",\r\n\t\t\t\"text\": \"845630 - Machine-tools; for working any material by removal of material, operated by electro-discharge processes\",\r\n\t\t\t\"parent\": \"8456\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845640\",\r\n\t\t\t\"text\": \"845640 - Machine tools; for working any material by removal of material; operated by plasma arc processes;\",\r\n\t\t\t\"parent\": \"8456\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845650\",\r\n\t\t\t\"text\": \"845650 - Machine tools; for working any material by removal of material; operated by water-jet cutting machines\",\r\n\t\t\t\"parent\": \"8456\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845690\",\r\n\t\t\t\"text\": \"845690 - Machine tools; for working any material by removal of material; operated by other processes n.e.c. in heading 8456\",\r\n\t\t\t\"parent\": \"8456\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845691\",\r\n\t\t\t\"text\": \"845691 - Mach-tls f dry-etching p\",\r\n\t\t\t\"parent\": \"8456\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845699\",\r\n\t\t\t\"text\": \"845699 - Mach-tls f work mat by r\",\r\n\t\t\t\"parent\": \"8456\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8457\",\r\n\t\t\t\"text\": \"8457 - Machining centres, unit construction machines (single station) and multi-station transfer machines for working metal\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845710\",\r\n\t\t\t\"text\": \"845710 - Machining centres; for working metal\",\r\n\t\t\t\"parent\": \"8457\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845720\",\r\n\t\t\t\"text\": \"845720 - Machines; unit construction machines (single station), for working metal\",\r\n\t\t\t\"parent\": \"8457\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845730\",\r\n\t\t\t\"text\": \"845730 - Metal machines; multi-station transfer machines, for working metal\",\r\n\t\t\t\"parent\": \"8457\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8458\",\r\n\t\t\t\"text\": \"8458 - Lathes for removing metal\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845811\",\r\n\t\t\t\"text\": \"845811 - Lathes; for removing metal, horizontal, numerically controlled\",\r\n\t\t\t\"parent\": \"8458\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845819\",\r\n\t\t\t\"text\": \"845819 - Lathes; for removing metal, horizontal, other than numerically controlled\",\r\n\t\t\t\"parent\": \"8458\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845891\",\r\n\t\t\t\"text\": \"845891 - Lathes; for removing metal, numerically controlled, other than horizontal lathes\",\r\n\t\t\t\"parent\": \"8458\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845899\",\r\n\t\t\t\"text\": \"845899 - Lathes; for removing metal, other than horizontal or numerically controlled lathes\",\r\n\t\t\t\"parent\": \"8458\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8459\",\r\n\t\t\t\"text\": \"8459 - Machine-tools; (including way-type unit head machines) for drilling, boring, milling, threading or tapping by removing metal, other than lathes of heading no. 8458\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845910\",\r\n\t\t\t\"text\": \"845910 - Machine-tools; way-type unit head machines, for drilling, boring, milling, threading or tapping by removing metal, other than lathes of heading no. 8458\",\r\n\t\t\t\"parent\": \"8459\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845921\",\r\n\t\t\t\"text\": \"845921 - Machine-tools; for drilling by removing metal, numerically controlled\",\r\n\t\t\t\"parent\": \"8459\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845929\",\r\n\t\t\t\"text\": \"845929 - Machine-tools; for drilling by removing metal, other than numerically controlled\",\r\n\t\t\t\"parent\": \"8459\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845931\",\r\n\t\t\t\"text\": \"845931 - Machine-tools; for boring-milling by removing metal, numerically controlled\",\r\n\t\t\t\"parent\": \"8459\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845939\",\r\n\t\t\t\"text\": \"845939 - Machine-tools; for boring-milling by removing metal, other than numerically controlled\",\r\n\t\t\t\"parent\": \"8459\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845940\",\r\n\t\t\t\"text\": \"845940 - Machine-tools; for boring by removing metal, n.e.c. in item no. 8459.31 and 8459.39\",\r\n\t\t\t\"parent\": \"8459\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845941\",\r\n\t\t\t\"text\": \"845941 - Machine-tools; for boring by removing metal, numerically controlled boring machines, n.e.c. in heading 8459\",\r\n\t\t\t\"parent\": \"8459\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845949\",\r\n\t\t\t\"text\": \"845949 - Machine-tools; for boring by removing metal, not numerically controlled boring machines, n.e.c. in heading 8459\",\r\n\t\t\t\"parent\": \"8459\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845951\",\r\n\t\t\t\"text\": \"845951 - Machine-tools; for milling by removing metal, knee-type, numerically controlled\",\r\n\t\t\t\"parent\": \"8459\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845959\",\r\n\t\t\t\"text\": \"845959 - Machine-tools; for milling by removing metal, knee-type, other than numerically controlled\",\r\n\t\t\t\"parent\": \"8459\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845961\",\r\n\t\t\t\"text\": \"845961 - Machine-tools; for milling by removing metal, (not knee-type), numerically controlled\",\r\n\t\t\t\"parent\": \"8459\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845969\",\r\n\t\t\t\"text\": \"845969 - Machine-tools; for milling by removing metal, not knee-type, other than numerically controlled\",\r\n\t\t\t\"parent\": \"8459\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845970\",\r\n\t\t\t\"text\": \"845970 - Machine-tools; for threading or tapping by removing metal\",\r\n\t\t\t\"parent\": \"8459\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8460\",\r\n\t\t\t\"text\": \"8460 - Machine-tools; for deburring, sharpening, grinding, honing, lapping, polishing or otherwise finishing metal, sintered metal carbides or cermets by means of grinding stones, abrasives or polishing products\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846011\",\r\n\t\t\t\"text\": \"846011 - Machine-tools; flat-surface grinding machines, in which positioning in any one axis can be set up to an accuracy of 0.01mm or better, numerically controlled\",\r\n\t\t\t\"parent\": \"8460\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846012\",\r\n\t\t\t\"text\": \"846012 - Machine-tools; flat-surface grinding machines, numerically controlled\",\r\n\t\t\t\"parent\": \"8460\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846019\",\r\n\t\t\t\"text\": \"846019 - Machine-tools; flat-surface grinding machines, other than numerically controlled\",\r\n\t\t\t\"parent\": \"8460\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846021\",\r\n\t\t\t\"text\": \"846021 - Machine-tools; grinding machines (other than flat-surface), in which positioning in any one axis can be set up to at least an accuracy of 0.01mm, numerically controlled\",\r\n\t\t\t\"parent\": \"8460\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846022\",\r\n\t\t\t\"text\": \"846022 - Machine-tools; grinding machines (excluding flat-surface), centreless, numerically controlled\",\r\n\t\t\t\"parent\": \"8460\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846023\",\r\n\t\t\t\"text\": \"846023 - Machine-tools; cylindrical grinding machines (excluding flat-surface and centreless), numerically controlled\",\r\n\t\t\t\"parent\": \"8460\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846024\",\r\n\t\t\t\"text\": \"846024 - Machine-tools; grinding machines (excluding flat-surface, cylindrical and centreless), numerically controlled\",\r\n\t\t\t\"parent\": \"8460\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846029\",\r\n\t\t\t\"text\": \"846029 - Machine-tools; grinding machines (excluding flat-surface), other than numerically controlled\",\r\n\t\t\t\"parent\": \"8460\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846031\",\r\n\t\t\t\"text\": \"846031 - Machine-tools; sharpening (tool or cutter grinding) machines, numerically controlled\",\r\n\t\t\t\"parent\": \"8460\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846039\",\r\n\t\t\t\"text\": \"846039 - Machine-tools; sharpening (tool or cutter grinding) machines, other than numerically controlled\",\r\n\t\t\t\"parent\": \"8460\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846040\",\r\n\t\t\t\"text\": \"846040 - Machine-tools; for honing or lapping\",\r\n\t\t\t\"parent\": \"8460\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846090\",\r\n\t\t\t\"text\": \"846090 - Machine-tools; for deburring, grinding, polishing or otherwise finishing metal, sintered metal carbides or cermets by means of grinding stones, abrasives or polishing products, n.e.c. in heading no. 8460\",\r\n\t\t\t\"parent\": \"8460\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8461\",\r\n\t\t\t\"text\": \"8461 - Machine-tools; for planing, shaping, slotting, broaching, gear cutting and grinding, finishing, sawing, cutting off and other tools working by removing metal, sintered metal carbides or cermets n.e.c.\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846110\",\r\n\t\t\t\"text\": \"846110 - Metal planing machines\",\r\n\t\t\t\"parent\": \"8461\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846120\",\r\n\t\t\t\"text\": \"846120 - Machine-tools; shaping or slotting machines, working by removing metal, sintered metal carbides or cermets\",\r\n\t\t\t\"parent\": \"8461\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846130\",\r\n\t\t\t\"text\": \"846130 - Machine-tools; broaching machines, working by removing metal, sintered metal carbides or cermets\",\r\n\t\t\t\"parent\": \"8461\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846140\",\r\n\t\t\t\"text\": \"846140 - Machine-tools; gear cutting, gear grinding or gear finishing machines, working by removing metal, sintered metal carbides or cermets\",\r\n\t\t\t\"parent\": \"8461\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846150\",\r\n\t\t\t\"text\": \"846150 - Machine-tools; sawing or cutting-off machines, working by removing metal, sintered metal carbides or cermets\",\r\n\t\t\t\"parent\": \"8461\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846190\",\r\n\t\t\t\"text\": \"846190 - Machine-tools; planing machines, and other machine-tools n.e.c. in heading no. 8461; working by removing metal, sinistered metal carbides or cerments.\",\r\n\t\t\t\"parent\": \"8461\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8462\",\r\n\t\t\t\"text\": \"8462 - Machine-tools (including presses) for working metal by forging, hammering or die forging (excluding rolling mills); machine-tools (including presses, slitting lines and cut-to-length lines) for working metal by bending, folding, straightening, flattening,\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846210\",\r\n\t\t\t\"text\": \"846210 - Machine-tools; forging or die-stamping machines (including presses) and hammers, for working metal\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846211\",\r\n\t\t\t\"text\": \"846211 - Machine-tools; forging and die-forging machines (including presses), closed die forging machines, for working metal\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846219\",\r\n\t\t\t\"text\": \"846219 - Machine-tools; hot forming machines, hot hammers, for working metal\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846221\",\r\n\t\t\t\"text\": \"846221 - Machine-tools; bending, folding, straightening or flattening machines (including presses), numerically controlled, for working metal\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846222\",\r\n\t\t\t\"text\": \"846222 - Machine-tools; bending, folding, straightening or flattening machines (including press brakes) for flat products, for working metal, numerically controlled\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846223\",\r\n\t\t\t\"text\": \"846223 - Machine-tools; bending, folding, straightening or flattening machines (including presses), for working metal, numerically controlled press brakes\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846224\",\r\n\t\t\t\"text\": \"846224 - Machine-tools; bending, folding, straightening or flattening machines (including presses), for working metal, numerically controlled panel benders\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846225\",\r\n\t\t\t\"text\": \"846225 - Machine-tools; bending, folding, straightening or flattening machines (including presses), for working metal, numerically controlled roll forming machines\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846226\",\r\n\t\t\t\"text\": \"846226 - Machine-tools; bending, folding, straightening or flattening machines (including presses), for working metal, numerically controlled bending, folding, straightening or fattening machines (not press brakes, panel benders or roll forming machines)\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846229\",\r\n\t\t\t\"text\": \"846229 - Machine-tools; bending, folding, straightening or flattening machines (including press brakes), for working metal, numerically controlled n.e.c. in item 84.62.2\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846231\",\r\n\t\t\t\"text\": \"846231 - Machine-tools; shearing machines (including presses), (other than combined punching and shearing machines), numerically controlled, for working metal\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846232\",\r\n\t\t\t\"text\": \"846232 - Machine-tools; slitting lines and cut-to-length lines, for working metal\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846233\",\r\n\t\t\t\"text\": \"846233 - Machine-tools; shearing machines (excluding presses) for flat products, numerically controlled, other than combined punching and shearing machines, for working metal\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846239\",\r\n\t\t\t\"text\": \"846239 - Machine-tools; shearing machines (excluding presses) for flat products, other than numerically controlled, other than combined punching and shearing machines, for working metal\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846241\",\r\n\t\t\t\"text\": \"846241 - Machine-tools; punching or notching machines (including presses), including combined punching and shearing machines, numerically controlled, for working metal\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846242\",\r\n\t\t\t\"text\": \"846242 - Machine-tools; punching, notching or nibbling machines (excluding presses) for flat products including combined punching and shearing machines, numerically controlled, for working metal\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846249\",\r\n\t\t\t\"text\": \"846249 - Machine-tools; punching, notching or nibbling machines (excluding presses) for flat products including combined punching and shearing machines, other than numerically controlled, for working metal\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846251\",\r\n\t\t\t\"text\": \"846251 - Machine-tools; for working tube, pipe, hollow section and bar (excluding presses), for working metal, numerically controlled\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846259\",\r\n\t\t\t\"text\": \"846259 - Machine-tools; for working tube, pipe, hollow section and bar (excluding presses), for working metal, not numerically controlled\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846261\",\r\n\t\t\t\"text\": \"846261 - Machine-tools; cold metal working presses, hydraulic presses\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846262\",\r\n\t\t\t\"text\": \"846262 - Machine-tools; cold metal working presses, mechanical presses\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846263\",\r\n\t\t\t\"text\": \"846263 - Machine-tools; cold metal working presses, servo-presses\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846269\",\r\n\t\t\t\"text\": \"846269 - Machine-tools; cold metal working presses, other than hydraulic, mechanical or servo-presses\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846290\",\r\n\t\t\t\"text\": \"846290 - Machine-tools; (including presses) for working metal by forging, hammering or die-forging, for bending, folding, straightening, flattening, shearing, punching, notching or nibbling metal, n.e.c. in heading 8462\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846291\",\r\n\t\t\t\"text\": \"846291 - Machine-tools; presses for working metal or metal carbides, n.e.c. in heading no. 8462, hydraulic presses\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846299\",\r\n\t\t\t\"text\": \"846299 - Machine-tools; presses for working metal or metal carbides, n.e.c. in heading no. 8462, other than hydraulic presses\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8463\",\r\n\t\t\t\"text\": \"8463 - Machine-tools; n.e.c. for working metal, sintered metal carbides or cermets without removing material\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846310\",\r\n\t\t\t\"text\": \"846310 - Machine-tools; for working metal, sintered metal carbides or cermets, without removing material, draw-benches for bars, tubes, profiles, wire or the like\",\r\n\t\t\t\"parent\": \"8463\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846320\",\r\n\t\t\t\"text\": \"846320 - Machine-tools; for working metal, sintered metal carbides or cermets, without removing material, thread rolling machines\",\r\n\t\t\t\"parent\": \"8463\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846330\",\r\n\t\t\t\"text\": \"846330 - Machine-tools; machines for working wire, without removing material\",\r\n\t\t\t\"parent\": \"8463\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846390\",\r\n\t\t\t\"text\": \"846390 - Machine-tools; for working metal, sintered metal carbides or cermets, without removing material, n.e.c. in heading no. 8463\",\r\n\t\t\t\"parent\": \"8463\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8464\",\r\n\t\t\t\"text\": \"8464 - Machine-tools; for working stone, ceramics, concrete, asbestos-cement or like mineral materials or for cold working glass\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846410\",\r\n\t\t\t\"text\": \"846410 - Machine-tools; sawing machines, for working stone, ceramics, concrete, asbestos-cement or like mineral materials or for cold working glass\",\r\n\t\t\t\"parent\": \"8464\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846420\",\r\n\t\t\t\"text\": \"846420 - Machine-tools; grinding or polishing machines, for working stone, ceramics, concrete, asbestos-cement or like mineral materials or for cold working glass\",\r\n\t\t\t\"parent\": \"8464\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846490\",\r\n\t\t\t\"text\": \"846490 - Machine-tools; for working stone, ceramics, concrete, asbestos-cement or like mineral materials or for cold working glass, (other than sawing, grinding or polishing machines)\",\r\n\t\t\t\"parent\": \"8464\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8465\",\r\n\t\t\t\"text\": \"8465 - Machine-tools; (including machines for nailing, stapling, glueing or otherwise assembling) for working wood, cork, bone, hard plastics or rubber or similar hard materials\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846510\",\r\n\t\t\t\"text\": \"846510 - Machine-tools; which can carry out different types of machining operations without tool change between such operations, for working wood, cork, bone, hard rubber, hard plastics or similar\",\r\n\t\t\t\"parent\": \"8465\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846520\",\r\n\t\t\t\"text\": \"846520 - Machine-tools; for working wood, cork, bone, hard rubber, hard plastics or similar hard materials; machining centres\",\r\n\t\t\t\"parent\": \"8465\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846591\",\r\n\t\t\t\"text\": \"846591 - Machine-tools; for working wood, cork, bone, hard rubber, hard plastics or similar hard materials; sawing machines\",\r\n\t\t\t\"parent\": \"8465\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846592\",\r\n\t\t\t\"text\": \"846592 - Machine-tools; for working wood, cork, bone, hard rubber, hard plastics or similar hard materials; planing, milling or moulding (by cutting) machines\",\r\n\t\t\t\"parent\": \"8465\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846593\",\r\n\t\t\t\"text\": \"846593 - Machine-tools; for working wood, cork, bone, hard rubber, hard plastics or similar hard materials; grinding, sanding or polishing machines\",\r\n\t\t\t\"parent\": \"8465\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846594\",\r\n\t\t\t\"text\": \"846594 - Machine-tools; for working wood, cork, bone, hard rubber, hard plastics or similar hard materials; bending or assembling machines\",\r\n\t\t\t\"parent\": \"8465\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846595\",\r\n\t\t\t\"text\": \"846595 - Machine-tools; for working wood, cork, bone, hard rubber, hard plastics or similar hard materials; drilling or morticing machines\",\r\n\t\t\t\"parent\": \"8465\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846596\",\r\n\t\t\t\"text\": \"846596 - Machine-tools; for working wood, cork, bone, hard rubber, hard plastics or similar hard materials; splitting, slicing or paring machines\",\r\n\t\t\t\"parent\": \"8465\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846599\",\r\n\t\t\t\"text\": \"846599 - Machine-tools; for working wood, cork, bone, hard rubber, hard plastics or similar hard materials; n.e.c. in heading no. 8465\",\r\n\t\t\t\"parent\": \"8465\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8466\",\r\n\t\t\t\"text\": \"8466 - Parts & accessories suited for use only/mainly with machines of headings 8456-8465, including work/tool holders, self-opening dieheads, dividing heads & other special attachments for the machines; tool holders for any type of tool for working in the hand\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846610\",\r\n\t\t\t\"text\": \"846610 - Parts & accessories suited for use solely/principally with machines of headings 8456-8465; tool holders and self-opening dieheads\",\r\n\t\t\t\"parent\": \"8466\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846620\",\r\n\t\t\t\"text\": \"846620 - Parts & accessories suited for use solely/principally with machines of headings 8456-8465; work holders\",\r\n\t\t\t\"parent\": \"8466\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846630\",\r\n\t\t\t\"text\": \"846630 - Parts & accessories suited for use solely/principally with machines of headings 8456-8465; dividing heads and other special attachments for machines\",\r\n\t\t\t\"parent\": \"8466\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846691\",\r\n\t\t\t\"text\": \"846691 - Parts & accessories suited for use solely/principally; for the machines of heading no. 8464, n.e.c. in heading no. 8466\",\r\n\t\t\t\"parent\": \"8466\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846692\",\r\n\t\t\t\"text\": \"846692 - Parts & accessories suited for use solely/principally for the machines of heading no. 8465, n.e.c. in heading no. 8466\",\r\n\t\t\t\"parent\": \"8466\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846693\",\r\n\t\t\t\"text\": \"846693 - Parts & accessories suited for use solely/principally with machines of headings 8456-8465; n.e.c. in heading no. 8466\",\r\n\t\t\t\"parent\": \"8466\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846694\",\r\n\t\t\t\"text\": \"846694 - Machine-tools; parts and accessories, for the machines of heading no. 8462 or 8463, n.e.c. in heading no. 8466\",\r\n\t\t\t\"parent\": \"8466\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8467\",\r\n\t\t\t\"text\": \"8467 - Tools; for working in the hand, pneumatic, hydraulic or with self-contained electric or non-electric motor\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846711\",\r\n\t\t\t\"text\": \"846711 - Tools; for working in the hand, pneumatic, rotary type (including combined rotary-percussion)\",\r\n\t\t\t\"parent\": \"8467\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846719\",\r\n\t\t\t\"text\": \"846719 - Tools; for working in the hand, pneumatic, other than rotary type\",\r\n\t\t\t\"parent\": \"8467\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846721\",\r\n\t\t\t\"text\": \"846721 - Tools; for working in the hand, with self-contained electric motor; drills of all kinds\",\r\n\t\t\t\"parent\": \"8467\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846722\",\r\n\t\t\t\"text\": \"846722 - Tools; for working in the hand, with self-contained electric motor; saws\",\r\n\t\t\t\"parent\": \"8467\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846729\",\r\n\t\t\t\"text\": \"846729 - Tools; for working in the hand, with self-contained electric motor; other than saws and drills\",\r\n\t\t\t\"parent\": \"8467\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846781\",\r\n\t\t\t\"text\": \"846781 - Tools; for working in the hand, chain saws with self-contained non-electric motor\",\r\n\t\t\t\"parent\": \"8467\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846789\",\r\n\t\t\t\"text\": \"846789 - Tools; for working in the hand, (other than chain saws), hydraulic or with self-contained non-electric motor, (not pneumatic)\",\r\n\t\t\t\"parent\": \"8467\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846791\",\r\n\t\t\t\"text\": \"846791 - Tools; for working in the hand, parts of chain saws, with self-contained non-electric motor\",\r\n\t\t\t\"parent\": \"8467\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846792\",\r\n\t\t\t\"text\": \"846792 - Tools; for working in the hand, parts of pneumatic tools\",\r\n\t\t\t\"parent\": \"8467\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846799\",\r\n\t\t\t\"text\": \"846799 - Tools; for working in the hand, parts thereof for other than chain saws and pneumatic tools\",\r\n\t\t\t\"parent\": \"8467\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8468\",\r\n\t\t\t\"text\": \"8468 - Machinery and apparatus for soldering, brazing, welding, whether or not capable of cutting, other than those of heading no. 8515; gas-operated surface tempering machines and appliances\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846810\",\r\n\t\t\t\"text\": \"846810 - Machinery and apparatus; hand-held blow pipes for soldering, brazing or welding, whether or not capable of cutting\",\r\n\t\t\t\"parent\": \"8468\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846820\",\r\n\t\t\t\"text\": \"846820 - Machinery and apparatus; gas operated machinery and apparatus n.e.c. in item no. 8468.10, for soldering, brazing or welding, whether or not capable of cutting\",\r\n\t\t\t\"parent\": \"8468\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846880\",\r\n\t\t\t\"text\": \"846880 - Machinery and apparatus; for soldering, brazing or welding, whether or not capable of cutting, n.e.c. in heading no. 8468\",\r\n\t\t\t\"parent\": \"8468\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846890\",\r\n\t\t\t\"text\": \"846890 - Machinery and apparatus; parts, soldering, brazing or welding, whether or not capable of cutting, parts thereof\",\r\n\t\t\t\"parent\": \"8468\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8469\",\r\n\t\t\t\"text\": \"8469 - Typewriters (other than printers of heading no. 8443) and word-processing machines\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846900\",\r\n\t\t\t\"text\": \"846900 - Typewriters (other than printers of heading no. 8443) and word-processing machines\",\r\n\t\t\t\"parent\": \"8469\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846910\",\r\n\t\t\t\"text\": \"846910 - Automatic typewriters and word-processing machines\",\r\n\t\t\t\"parent\": \"8469\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846911\",\r\n\t\t\t\"text\": \"846911 - Word-processing machines\",\r\n\t\t\t\"parent\": \"8469\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846912\",\r\n\t\t\t\"text\": \"846912 - Automatic typewriters\",\r\n\t\t\t\"parent\": \"8469\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846920\",\r\n\t\t\t\"text\": \"846920 - Typewriters,electric,nes\",\r\n\t\t\t\"parent\": \"8469\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846921\",\r\n\t\t\t\"text\": \"846921 - Typewriters, electric, > 12 kg, non-automatic\",\r\n\t\t\t\"parent\": \"8469\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846929\",\r\n\t\t\t\"text\": \"846929 - Typewriters, electric, < 12 kg, non-automatic\",\r\n\t\t\t\"parent\": \"8469\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846930\",\r\n\t\t\t\"text\": \"846930 - Typewriters,non-electric\",\r\n\t\t\t\"parent\": \"8469\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846931\",\r\n\t\t\t\"text\": \"846931 - Typewriters, non-electric, > 12 kg\",\r\n\t\t\t\"parent\": \"8469\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846939\",\r\n\t\t\t\"text\": \"846939 - Typewriters, non-electric < 12 kg\",\r\n\t\t\t\"parent\": \"8469\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8470\",\r\n\t\t\t\"text\": \"8470 - Calculating machines and pocket-size data recording, reproducing and displaying machines with calculating functions; accounting machines, postage-franking machines, ticket-issuing machines and similar, incorporating a calculating device; cash registers\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847010\",\r\n\t\t\t\"text\": \"847010 - Calculating machines; electronic calculators capable of operation without an external source of electric power and pocket-size data recording, reproducing and displaying machines with calculating functions\",\r\n\t\t\t\"parent\": \"8470\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847021\",\r\n\t\t\t\"text\": \"847021 - Calculating machines; electronic, incorporating a printing device, needing an external source of power\",\r\n\t\t\t\"parent\": \"8470\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847029\",\r\n\t\t\t\"text\": \"847029 - Calculating machines; electronic, (not incorporating a printing device), needing an external power source\",\r\n\t\t\t\"parent\": \"8470\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847030\",\r\n\t\t\t\"text\": \"847030 - Calculating machines; non-electronic\",\r\n\t\t\t\"parent\": \"8470\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847040\",\r\n\t\t\t\"text\": \"847040 - Accounting machines\",\r\n\t\t\t\"parent\": \"8470\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847050\",\r\n\t\t\t\"text\": \"847050 - Cash registers\",\r\n\t\t\t\"parent\": \"8470\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847090\",\r\n\t\t\t\"text\": \"847090 - Machines incorporating a calculating device; n.e.c. in heading no. 8470\",\r\n\t\t\t\"parent\": \"8470\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8471\",\r\n\t\t\t\"text\": \"8471 - Automatic data processing machines and units thereof, magnetic or optical readers, machines for transcribing data onto data media in coded form and machines for processing such data, not elsewhere specified or included\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847110\",\r\n\t\t\t\"text\": \"847110 - Analogue or hybrid computers\",\r\n\t\t\t\"parent\": \"8471\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847120\",\r\n\t\t\t\"text\": \"847120 - Digital computers with cpu and input-output units\",\r\n\t\t\t\"parent\": \"8471\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847130\",\r\n\t\t\t\"text\": \"847130 - Automatic data processing machines; portable, weighing not more than 10kg, consisting of at least a central processing unit, a keyboard and a display\",\r\n\t\t\t\"parent\": \"8471\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847141\",\r\n\t\t\t\"text\": \"847141 - Automatic data processing machines; comprising in the same housing at least a central processing unit and an input and output unit, whether or not combined, n.e.c. in item no. 8471.30\",\r\n\t\t\t\"parent\": \"8471\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847149\",\r\n\t\t\t\"text\": \"847149 - Automatic data processing machines; presented in the form of systems, n.e.c. in item no. 8471.30 or 8471.41\",\r\n\t\t\t\"parent\": \"8471\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847150\",\r\n\t\t\t\"text\": \"847150 - Units of automatic data processing machines; processing units other than those of item no. 8471.41 or 8471.49, whether or not containing in the same housing one or two of the following types of unit: storage units, input units or output units\",\r\n\t\t\t\"parent\": \"8471\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847160\",\r\n\t\t\t\"text\": \"847160 - Units of automatic data processing machines; input or output units, whether or not containing storage units in the same housing\",\r\n\t\t\t\"parent\": \"8471\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847170\",\r\n\t\t\t\"text\": \"847170 - Units of automatic data processing machines; storage units\",\r\n\t\t\t\"parent\": \"8471\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847180\",\r\n\t\t\t\"text\": \"847180 - Units of automatic data processing machines; n.e.c. in item no. 8471.50, 8471.60 or 8471.70\",\r\n\t\t\t\"parent\": \"8471\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847190\",\r\n\t\t\t\"text\": \"847190 - Magnetic or optical readers, machines for transcribing data onto data media in coded form and machines for processing such data, not elsewhere specified or included\",\r\n\t\t\t\"parent\": \"8471\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847191\",\r\n\t\t\t\"text\": \"847191 - Digital computer cpu with some of storage/input/outpu\",\r\n\t\t\t\"parent\": \"8471\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847192\",\r\n\t\t\t\"text\": \"847192 - Computer input or output units\",\r\n\t\t\t\"parent\": \"8471\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847193\",\r\n\t\t\t\"text\": \"847193 - Computer data storage units\",\r\n\t\t\t\"parent\": \"8471\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847199\",\r\n\t\t\t\"text\": \"847199 - Automatic data processing machines and units, nes\",\r\n\t\t\t\"parent\": \"8471\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8472\",\r\n\t\t\t\"text\": \"8472 - Office machines; not elsewhere classified\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847210\",\r\n\t\t\t\"text\": \"847210 - Office machines; duplicating machines\",\r\n\t\t\t\"parent\": \"8472\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847220\",\r\n\t\t\t\"text\": \"847220 - Addressing machines, address plate embossing machines\",\r\n\t\t\t\"parent\": \"8472\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847230\",\r\n\t\t\t\"text\": \"847230 - Office machines; for sorting or folding mail or for inserting mail in envelopes or bands, machines for opening, closing or sealing mail and machines for affixing or cancelling postage stamps\",\r\n\t\t\t\"parent\": \"8472\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847290\",\r\n\t\t\t\"text\": \"847290 - Office machines; not elsewhere classified\",\r\n\t\t\t\"parent\": \"8472\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8473\",\r\n\t\t\t\"text\": \"8473 - Machinery; parts and accessories (other than covers, carrying cases and the like) suitable for use solely or principally with machines of headings 84.70 to 84.72\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847310\",\r\n\t\t\t\"text\": \"847310 - Typewriters and word-processing machines; parts and accessories of the machines of heading 84.69 (other than covers, carrying cases and the like)\",\r\n\t\t\t\"parent\": \"8473\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847321\",\r\n\t\t\t\"text\": \"847321 - Calculating machines; parts and accessories of the electronic calculating machines of item no. 8470.10, 8470.21 or 8470.29 (other than covers, carrying cases and the like)\",\r\n\t\t\t\"parent\": \"8473\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847329\",\r\n\t\t\t\"text\": \"847329 - Machinery; parts and accessories of the machines of item no. 8470.30. 8470.50 or 8470.90 (other than covers, carrying cases and the like)\",\r\n\t\t\t\"parent\": \"8473\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847330\",\r\n\t\t\t\"text\": \"847330 - Machinery; parts and accessories (other than covers, carrying cases and the like) of the machines of heading no. 8471\",\r\n\t\t\t\"parent\": \"8473\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847340\",\r\n\t\t\t\"text\": \"847340 - Machinery; parts and accessories (other than covers, carrying cases and the like) of the machines of heading no. 8472\",\r\n\t\t\t\"parent\": \"8473\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847350\",\r\n\t\t\t\"text\": \"847350 - Machines; parts and accessories (other than covers, carrying cases and the like) equally suitable for use with machines of two or more of the headings 8470 to 8472\",\r\n\t\t\t\"parent\": \"8473\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8474\",\r\n\t\t\t\"text\": \"8474 - Machinery for sorting, screening, separating, washing, crushing, grinding, mixing or kneading earth, stone, ores in solid form, shaping, moulding machinery for solid mineral fuels\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847410\",\r\n\t\t\t\"text\": \"847410 - Machines; for sorting, screening, separating or washing earth, stone, ores or other mineral substances\",\r\n\t\t\t\"parent\": \"8474\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847420\",\r\n\t\t\t\"text\": \"847420 - Machines; for crushing or grinding earth, stone, ores or other mineral substances\",\r\n\t\t\t\"parent\": \"8474\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847431\",\r\n\t\t\t\"text\": \"847431 - Machines; concrete or mortar mixers\",\r\n\t\t\t\"parent\": \"8474\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847432\",\r\n\t\t\t\"text\": \"847432 - Machines; for mixing mineral substances with bitumen\",\r\n\t\t\t\"parent\": \"8474\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847439\",\r\n\t\t\t\"text\": \"847439 - Machines; for mixing or kneading mineral substances, excluding concrete mixers and machines for mixing mineral substances with bitumen\",\r\n\t\t\t\"parent\": \"8474\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847480\",\r\n\t\t\t\"text\": \"847480 - Machines; for agglomerating, shaping or moulding solid mineral fuels, ceramic paste, unhardened cements, plastering materials in powder or paste form, machines for forming foundry moulds of sand\",\r\n\t\t\t\"parent\": \"8474\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847490\",\r\n\t\t\t\"text\": \"847490 - Machines, for sorting, screening, separating, washing, crushing etc mineral substances, for agglomerating, shaping or moulding solid fuels, ceramic pastes etc, for forming foundry moulds of sand; parts\",\r\n\t\t\t\"parent\": \"8474\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8475\",\r\n\t\t\t\"text\": \"8475 - Machines; for assembling electric or electronic lamps, tubes, valves, flashbulbs, in glass envelopes, machines for manufacturing or hot working glass or glassware\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847510\",\r\n\t\t\t\"text\": \"847510 - Machines; for assembling electric or electronic lamps, tubes, valves or flashbulbs, in glass envelopes\",\r\n\t\t\t\"parent\": \"8475\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847520\",\r\n\t\t\t\"text\": \"847520 - Machines for manufacturing or hot working glass nes\",\r\n\t\t\t\"parent\": \"8475\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847521\",\r\n\t\t\t\"text\": \"847521 - Machines; for manufacturing or hot working glass or glassware, for making optical fibres and preforms thereof\",\r\n\t\t\t\"parent\": \"8475\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847529\",\r\n\t\t\t\"text\": \"847529 - Machines; for manufacturing or hot working glass or glassware, not for making optical fibres and preforms thereof\",\r\n\t\t\t\"parent\": \"8475\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847590\",\r\n\t\t\t\"text\": \"847590 - Machines; parts, of those for assembling electric or electronic lamps, tubes, valves or flash-bulbs, in glass envelopes and manufacturing or hot working glass or glassware\",\r\n\t\t\t\"parent\": \"8475\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8476\",\r\n\t\t\t\"text\": \"8476 - Automatic goods-vending machines (e.g. postage stamp, cigarette, food or beverage machines), including money-changing machines\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847611\",\r\n\t\t\t\"text\": \"847611 - Automatic food-vendors with heating or refrigeration\",\r\n\t\t\t\"parent\": \"8476\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847619\",\r\n\t\t\t\"text\": \"847619 - Automatic goods-vending machines, non-food\",\r\n\t\t\t\"parent\": \"8476\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847621\",\r\n\t\t\t\"text\": \"847621 - Machines; automatic beverage-vending machines, incorporating heating or refrigerating devices\",\r\n\t\t\t\"parent\": \"8476\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847629\",\r\n\t\t\t\"text\": \"847629 - Machines; automatic beverage-vending machines, not incorporating heating or refrigerating devices\",\r\n\t\t\t\"parent\": \"8476\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847681\",\r\n\t\t\t\"text\": \"847681 - Machines; automatic goods-vending machines, (e.g. postage stamp, cigarette, food or money-changing machines, excluding beverage-vending machines), incorporating heating or refrigerating devices\",\r\n\t\t\t\"parent\": \"8476\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847689\",\r\n\t\t\t\"text\": \"847689 - Machines; automatic goods-vending machines, (e.g. postage stamp, cigarette, food or money-changing machines, excluding beverage-vending machines), not incorporating heating or refrigerating devices\",\r\n\t\t\t\"parent\": \"8476\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847690\",\r\n\t\t\t\"text\": \"847690 - Machines; parts of automatic goods-vending machines\",\r\n\t\t\t\"parent\": \"8476\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8477\",\r\n\t\t\t\"text\": \"8477 - Machinery; for working rubber or plastics or for the manufacture of products from these materials, n.e.c. in this chapter\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847710\",\r\n\t\t\t\"text\": \"847710 - Machinery; injection-moulding machines, for working rubber or plastics or for the manufacture of products from these materials\",\r\n\t\t\t\"parent\": \"8477\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847720\",\r\n\t\t\t\"text\": \"847720 - Machinery; extruders, for working rubber or plastics or for the manufacture of products from these materials\",\r\n\t\t\t\"parent\": \"8477\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847730\",\r\n\t\t\t\"text\": \"847730 - Machinery; blow moulding machines, for working rubber or plastics or for the manufacture of products from these materials\",\r\n\t\t\t\"parent\": \"8477\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847740\",\r\n\t\t\t\"text\": \"847740 - Machinery; vacuum moulding machines and other thermoforming machines, for working rubber or plastics or for the manufacture of products from these materials\",\r\n\t\t\t\"parent\": \"8477\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847751\",\r\n\t\t\t\"text\": \"847751 - Machinery; for moulding or retreading pneumatic tyres or for moulding or otherwise forming inner tubes\",\r\n\t\t\t\"parent\": \"8477\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847759\",\r\n\t\t\t\"text\": \"847759 - Machinery; for moulding or forming, for working rubber or plastics or for the manufacture of products from these materials, n.e.c. in this chapter\",\r\n\t\t\t\"parent\": \"8477\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847780\",\r\n\t\t\t\"text\": \"847780 - Machinery; for working rubber or plastics or for the manufacture of products from these materials, n.e.c. in this chapter\",\r\n\t\t\t\"parent\": \"8477\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847790\",\r\n\t\t\t\"text\": \"847790 - Machinery; parts of the machines of heading no. 8477, n.e.c. in item no. 8477.90\",\r\n\t\t\t\"parent\": \"8477\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8478\",\r\n\t\t\t\"text\": \"8478 - Machinery; for preparing or making up tobacco, n.e.c. in this chapter\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847810\",\r\n\t\t\t\"text\": \"847810 - Machinery; for preparing or making up tobacco, n.e.c. in this chapter\",\r\n\t\t\t\"parent\": \"8478\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847890\",\r\n\t\t\t\"text\": \"847890 - Machinery; parts of those for preparing or making up tobacco, n.e.c. in this chapter\",\r\n\t\t\t\"parent\": \"8478\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8479\",\r\n\t\t\t\"text\": \"8479 - Machinery and mechanical appliances; having individual functions, n.e.c. in this chapter\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847910\",\r\n\t\t\t\"text\": \"847910 - Machinery and mechanical appliances; for public works, building or the like\",\r\n\t\t\t\"parent\": \"8479\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847920\",\r\n\t\t\t\"text\": \"847920 - Machinery; for the extraction or preparation of animal or fixed vegetable or microbial fats or oils\",\r\n\t\t\t\"parent\": \"8479\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847930\",\r\n\t\t\t\"text\": \"847930 - Machinery and mechanical appliances; presses for the manufacture of particle or fibre building board of wood or other ligneous materials and other machinery for treating wood or cork\",\r\n\t\t\t\"parent\": \"8479\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847940\",\r\n\t\t\t\"text\": \"847940 - Machines; for making rope or cable\",\r\n\t\t\t\"parent\": \"8479\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847950\",\r\n\t\t\t\"text\": \"847950 - Machinery and mechanical appliances; industrial robots, n.e.c. or included\",\r\n\t\t\t\"parent\": \"8479\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847960\",\r\n\t\t\t\"text\": \"847960 - Machinery and mechanical appliances; evaporative air coolers\",\r\n\t\t\t\"parent\": \"8479\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847971\",\r\n\t\t\t\"text\": \"847971 - Machinery and mechanical appliances; passenger boarding bridges, of a kind used in airports\",\r\n\t\t\t\"parent\": \"8479\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847979\",\r\n\t\t\t\"text\": \"847979 - Machinery and mechanical appliances; passenger boarding bridges, other than of a kind used in airports\",\r\n\t\t\t\"parent\": \"8479\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847981\",\r\n\t\t\t\"text\": \"847981 - Machines and mechanical appliances; for treating metal, including electric wire coil-winders\",\r\n\t\t\t\"parent\": \"8479\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847982\",\r\n\t\t\t\"text\": \"847982 - Machines; for mixing, kneading, crushing, grinding, screening, sifting, homogenising, emulsifying or stirring\",\r\n\t\t\t\"parent\": \"8479\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847983\",\r\n\t\t\t\"text\": \"847983 - Machines and mechanical appliances; cold isostatic presses\",\r\n\t\t\t\"parent\": \"8479\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847989\",\r\n\t\t\t\"text\": \"847989 - Machines and mechanical appliances; having individual functions, n.e.c. or included in this chapter\",\r\n\t\t\t\"parent\": \"8479\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847990\",\r\n\t\t\t\"text\": \"847990 - Machines and mechanical appliances; parts, of those having individual functions\",\r\n\t\t\t\"parent\": \"8479\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8480\",\r\n\t\t\t\"text\": \"8480 - Moulding boxes for metal foundry, moulding patterns, moulds for metals (excluding ingot moulds), metal carbides, glass, mineral materials, rubber or plastics\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848010\",\r\n\t\t\t\"text\": \"848010 - Moulding boxes; for metal foundry\",\r\n\t\t\t\"parent\": \"8480\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848020\",\r\n\t\t\t\"text\": \"848020 - Mould bases; for metal, metal carbides, glass, mineral materials, rubber or plastics\",\r\n\t\t\t\"parent\": \"8480\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848030\",\r\n\t\t\t\"text\": \"848030 - Moulding patterns; of metal, metal carbides, glass, mineral materials, rubber or plastics\",\r\n\t\t\t\"parent\": \"8480\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848041\",\r\n\t\t\t\"text\": \"848041 - Moulds; for metal or metal carbides, injection or compression types\",\r\n\t\t\t\"parent\": \"8480\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848049\",\r\n\t\t\t\"text\": \"848049 - Moulds; for metal or metal carbides, other than injection or compression types\",\r\n\t\t\t\"parent\": \"8480\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848050\",\r\n\t\t\t\"text\": \"848050 - Moulds; for glass\",\r\n\t\t\t\"parent\": \"8480\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848060\",\r\n\t\t\t\"text\": \"848060 - Moulds; for mineral materials\",\r\n\t\t\t\"parent\": \"8480\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848071\",\r\n\t\t\t\"text\": \"848071 - Moulds; for rubber or plastics, injection or compression types\",\r\n\t\t\t\"parent\": \"8480\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848079\",\r\n\t\t\t\"text\": \"848079 - Moulds; for rubber or plastics, other than injection or compression types\",\r\n\t\t\t\"parent\": \"8480\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8481\",\r\n\t\t\t\"text\": \"8481 - Taps, cocks, valves and similar appliances for pipes, boiler shells, tanks, vats or the like, including pressure-reducing valves and thermostatically controlled valves\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848110\",\r\n\t\t\t\"text\": \"848110 - Valves; pressure reducing, for pipes, boiler shells, tanks, vats or the like\",\r\n\t\t\t\"parent\": \"8481\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848120\",\r\n\t\t\t\"text\": \"848120 - Valves; for oleohydraulic or pneumatic transmissions\",\r\n\t\t\t\"parent\": \"8481\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848130\",\r\n\t\t\t\"text\": \"848130 - Valves; check (nonreturn) valves, for pipes, boiler shells, tanks, vats or the like\",\r\n\t\t\t\"parent\": \"8481\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848140\",\r\n\t\t\t\"text\": \"848140 - Valves; safety or relief valves, for pipes, boiler shells, tanks, vats or the like\",\r\n\t\t\t\"parent\": \"8481\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848180\",\r\n\t\t\t\"text\": \"848180 - Taps, cocks, valves and similar appliances; for pipes, boiler shells, tanks, vats or the like, including thermostatically controlled valves\",\r\n\t\t\t\"parent\": \"8481\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848190\",\r\n\t\t\t\"text\": \"848190 - Taps, cocks, valves and similar appliances; parts thereof\",\r\n\t\t\t\"parent\": \"8481\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8482\",\r\n\t\t\t\"text\": \"8482 - Ball or roller bearings\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848210\",\r\n\t\t\t\"text\": \"848210 - Ball bearings\",\r\n\t\t\t\"parent\": \"8482\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848220\",\r\n\t\t\t\"text\": \"848220 - Bearings; tapered roller bearings, including cone and tapered roller assemblies\",\r\n\t\t\t\"parent\": \"8482\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848230\",\r\n\t\t\t\"text\": \"848230 - Bearings; spherical roller bearings\",\r\n\t\t\t\"parent\": \"8482\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848240\",\r\n\t\t\t\"text\": \"848240 - Bearings; needle roller bearings, including cage and needle roller assemblies\",\r\n\t\t\t\"parent\": \"8482\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848250\",\r\n\t\t\t\"text\": \"848250 - Bearings; cylindrical roller bearings, including cage and roller assemblies n.e.c. in heading no. 8482\",\r\n\t\t\t\"parent\": \"8482\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848280\",\r\n\t\t\t\"text\": \"848280 - Bearings; n.e.c. in heading no. 8482, including combined ball/roller\",\r\n\t\t\t\"parent\": \"8482\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848291\",\r\n\t\t\t\"text\": \"848291 - Bearings; parts, balls, needles and rollers\",\r\n\t\t\t\"parent\": \"8482\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848299\",\r\n\t\t\t\"text\": \"848299 - Bearings; parts, (other than balls, needles and rollers)\",\r\n\t\t\t\"parent\": \"8482\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8483\",\r\n\t\t\t\"text\": \"8483 - Transmission shafts (including cam and crank) and cranks; bearing housings and plain shaft bearings; gears and gearing; ball or roller screws; gear boxes and other speed changers; flywheels and pulleys; clutches and shaft couplings\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848310\",\r\n\t\t\t\"text\": \"848310 - Transmission shafts (including cam shafts and crank shafts) and cranks\",\r\n\t\t\t\"parent\": \"8483\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848320\",\r\n\t\t\t\"text\": \"848320 - Bearing housings, incorporating ball or roller bearings\",\r\n\t\t\t\"parent\": \"8483\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848330\",\r\n\t\t\t\"text\": \"848330 - Bearing housings, not incorporating ball or roller bearings and plain shaft bearings\",\r\n\t\t\t\"parent\": \"8483\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848340\",\r\n\t\t\t\"text\": \"848340 - Gears and gearing; (not toothed wheels, chain sprockets and other transmission elements presented separately); ball or roller screws; gear boxes and other speed changers, including torque converters\",\r\n\t\t\t\"parent\": \"8483\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848350\",\r\n\t\t\t\"text\": \"848350 - Pulleys and flywheels, including pulley blocks\",\r\n\t\t\t\"parent\": \"8483\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848360\",\r\n\t\t\t\"text\": \"848360 - Clutches and shaft couplings (including universal joints)\",\r\n\t\t\t\"parent\": \"8483\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848390\",\r\n\t\t\t\"text\": \"848390 - Transmission components; toothed wheels, chain sprockets and other transmission elements presented separately; parts\",\r\n\t\t\t\"parent\": \"8483\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8484\",\r\n\t\t\t\"text\": \"8484 - Gaskets and similar joints of metal sheeting combined with other material or of two or more layers of metal; sets or assortments of gaskets and similar joints, dissimilar in composition, put up in pouches, envelopes or similar packings; mechanical seals\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848410\",\r\n\t\t\t\"text\": \"848410 - Gaskets and similar joints; of metal sheeting combined with other material or two or more layers of metal\",\r\n\t\t\t\"parent\": \"8484\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848420\",\r\n\t\t\t\"text\": \"848420 - Seals; mechanical\",\r\n\t\t\t\"parent\": \"8484\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848490\",\r\n\t\t\t\"text\": \"848490 - Gasket sets or assortments of gaskets and similar joints; dissimilar in composition, put up in pouches, envelopes or similar packings\",\r\n\t\t\t\"parent\": \"8484\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8485\",\r\n\t\t\t\"text\": \"8485 - Machines for additive manufacturing\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848510\",\r\n\t\t\t\"text\": \"848510 - Machines for additive manufacturing; by metal deposit\",\r\n\t\t\t\"parent\": \"8485\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848520\",\r\n\t\t\t\"text\": \"848520 - Machines for additive manufacturing; by plastic or rubber deposit\",\r\n\t\t\t\"parent\": \"8485\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848530\",\r\n\t\t\t\"text\": \"848530 - Machines for additive manufacturing; by plaster, cement, ceramics or glass deposit\",\r\n\t\t\t\"parent\": \"8485\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848580\",\r\n\t\t\t\"text\": \"848580 - Machines for additive manufacturing; by other than metal, plastic, rubber, plaster, cement, ceramics or glass deposits\",\r\n\t\t\t\"parent\": \"8485\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848590\",\r\n\t\t\t\"text\": \"848590 - Machines for additive manufacturing; parts\",\r\n\t\t\t\"parent\": \"8485\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8486\",\r\n\t\t\t\"text\": \"8486 - Machines and apparatus of a kind used solely or principally for the manufacture of semiconductor boules or wafers, semiconductor devices, electronic integrated circuits or flat panel displays; machines & apparatus specified in note 11 (C) to this Chapter\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848610\",\r\n\t\t\t\"text\": \"848610 - Machines and apparatus of a kind used solely or principally for the manufacture of semiconductor boules or wafers\",\r\n\t\t\t\"parent\": \"8486\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848620\",\r\n\t\t\t\"text\": \"848620 - Machines and apparatus of a kind used solely or principally for the manufacture of semiconductor devices or of electronic integrated circuits\",\r\n\t\t\t\"parent\": \"8486\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848630\",\r\n\t\t\t\"text\": \"848630 - Machines and apparatus of a kind used solely or principally for the manufacture of flat panel displays\",\r\n\t\t\t\"parent\": \"8486\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848640\",\r\n\t\t\t\"text\": \"848640 - Machines and apparatus of a kind used solely or principally for the manufacture or repair of masks and reticles, assembling semiconductor devices or electronic integrated circuits, or for lifting, handling, loading or unloading items of heading 8486\",\r\n\t\t\t\"parent\": \"8486\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848690\",\r\n\t\t\t\"text\": \"848690 - Machines and apparatus of heading 8486; parts and accessories\",\r\n\t\t\t\"parent\": \"8486\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8487\",\r\n\t\t\t\"text\": \"8487 - Machinery parts; not containing electrical connectors, insulators, coils, contacts or other electrical features, n.e.c. in this chapter\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848710\",\r\n\t\t\t\"text\": \"848710 - Ships' or boats' propellers and blades therefor\",\r\n\t\t\t\"parent\": \"8487\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848790\",\r\n\t\t\t\"text\": \"848790 - Machinery parts; not containing electrical connectors, insulators, coils, contacts or other electrical features, n.e.c. in chapter 84, other than ships' or boats' propellers and blades therefor\",\r\n\t\t\t\"parent\": \"8487\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"85\",\r\n\t\t\t\"text\": \"85 - Electrical machinery and equipment and parts thereof; sound recorders and reproducers; television image and sound recorders and reproducers, parts and accessories of such articles\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8501\",\r\n\t\t\t\"text\": \"8501 - Electric motors and generators (excluding generating sets)\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850110\",\r\n\t\t\t\"text\": \"850110 - Electric motors; of an output not exceeding 37.5W\",\r\n\t\t\t\"parent\": \"8501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850120\",\r\n\t\t\t\"text\": \"850120 - Electric motors; universal AC/DC of an output exceeding 37.5W\",\r\n\t\t\t\"parent\": \"8501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850131\",\r\n\t\t\t\"text\": \"850131 - Electric motors and generators; DC, of an output not exceeding 750W\",\r\n\t\t\t\"parent\": \"8501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850132\",\r\n\t\t\t\"text\": \"850132 - Electric motors and generators; DC, of an output exceeding 750W but not exceeding 75kW\",\r\n\t\t\t\"parent\": \"8501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850133\",\r\n\t\t\t\"text\": \"850133 - Electric motors and generators; DC, of an output exceeding 75kW but not exceeding 375kW\",\r\n\t\t\t\"parent\": \"8501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850134\",\r\n\t\t\t\"text\": \"850134 - Electric motors and generators; DC, of an output exceeding 375kW\",\r\n\t\t\t\"parent\": \"8501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850140\",\r\n\t\t\t\"text\": \"850140 - Electric motors; AC motors, single-phase\",\r\n\t\t\t\"parent\": \"8501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850151\",\r\n\t\t\t\"text\": \"850151 - Electric motors; AC motors, multi-phase, of an output not exceeding 750W\",\r\n\t\t\t\"parent\": \"8501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850152\",\r\n\t\t\t\"text\": \"850152 - Electric motors; AC motors, multi-phase, of an output exceeding 750W but not exceeding 75kW\",\r\n\t\t\t\"parent\": \"8501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850153\",\r\n\t\t\t\"text\": \"850153 - Electric motors; AC motors, multi-phase, of an output exceeding 75kW\",\r\n\t\t\t\"parent\": \"8501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850161\",\r\n\t\t\t\"text\": \"850161 - Generators; AC generators, (alternators), other than photovoltaic generators, of an output not exceeding 75kVA\",\r\n\t\t\t\"parent\": \"8501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850162\",\r\n\t\t\t\"text\": \"850162 - Electric generators; AC generators, (alternators), other than photovoltaic generators, of an output exceeding 75kVA but not exceeding 375kVA\",\r\n\t\t\t\"parent\": \"8501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850163\",\r\n\t\t\t\"text\": \"850163 - Electric generators; AC generators, (alternators), other than photovoltaic generators, of an output exceeding 375kVA but not exceeding 750kVA\",\r\n\t\t\t\"parent\": \"8501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850164\",\r\n\t\t\t\"text\": \"850164 - Electric generators; AC generators, (alternators), other than photovoltaic generators, of an output exceeding 750kVA\",\r\n\t\t\t\"parent\": \"8501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850171\",\r\n\t\t\t\"text\": \"850171 - Electric generators; photovoltaic DC generators, of an output not exceeding 50W\",\r\n\t\t\t\"parent\": \"8501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850172\",\r\n\t\t\t\"text\": \"850172 - Electric generators; photovoltaic DC generators, of an output exceeding 50W\",\r\n\t\t\t\"parent\": \"8501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850180\",\r\n\t\t\t\"text\": \"850180 - Electric generators; (excluding generating sets), photovoltaic AC generators (alternators)\",\r\n\t\t\t\"parent\": \"8501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8502\",\r\n\t\t\t\"text\": \"8502 - Electric generating sets and rotary converters\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850211\",\r\n\t\t\t\"text\": \"850211 - Electric generating sets; with compression-ignition internal combustion piston engines (diesel or semi-diesel engines), of an output not exceeding 75kVA\",\r\n\t\t\t\"parent\": \"8502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850212\",\r\n\t\t\t\"text\": \"850212 - Electric generating sets; with compression-ignition internal combustion piston engines (diesel or semi-diesel engines), of an output exceeding 75kVA but not exceeding 375kVA\",\r\n\t\t\t\"parent\": \"8502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850213\",\r\n\t\t\t\"text\": \"850213 - Electric generating sets; with compression-ignition internal combustion piston engines (diesel or semi-diesel engines), of an output exceeding 375kVA\",\r\n\t\t\t\"parent\": \"8502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850220\",\r\n\t\t\t\"text\": \"850220 - Electric generating sets; with spark-ignition internal combustion piston engines\",\r\n\t\t\t\"parent\": \"8502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850230\",\r\n\t\t\t\"text\": \"850230 - Electric generating sets, nes\",\r\n\t\t\t\"parent\": \"8502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850231\",\r\n\t\t\t\"text\": \"850231 - Electric generating sets; wind-powered, (excluding those with spark-ignition or compression-ignition internal combustion piston engines)\",\r\n\t\t\t\"parent\": \"8502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850239\",\r\n\t\t\t\"text\": \"850239 - Electric generating sets; (excluding those with spark-ignition or compression-ignition internal combustion piston engines), other than wind powered\",\r\n\t\t\t\"parent\": \"8502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850240\",\r\n\t\t\t\"text\": \"850240 - Electric rotary converters\",\r\n\t\t\t\"parent\": \"8502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8503\",\r\n\t\t\t\"text\": \"8503 - Electric motors and generators; parts suitable for use solely or principally with the machines of heading no. 8501 or 8502\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850300\",\r\n\t\t\t\"text\": \"850300 - Electric motors and generators; parts suitable for use solely or principally with the machines of heading no. 8501 or 8502\",\r\n\t\t\t\"parent\": \"8503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8504\",\r\n\t\t\t\"text\": \"8504 - Electric transformers, static converters (e.g. rectifiers) and inductors\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850410\",\r\n\t\t\t\"text\": \"850410 - Discharge lamps or tubes; ballasts therefor\",\r\n\t\t\t\"parent\": \"8504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850421\",\r\n\t\t\t\"text\": \"850421 - Electrical transformers; liquid dielectric, having a power handling capacity not exceeding 650kVA\",\r\n\t\t\t\"parent\": \"8504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850422\",\r\n\t\t\t\"text\": \"850422 - Electrical transformers; liquid dielectric, having a power handling capacity exceeding 650kVA but not exceeding 10,000kVA\",\r\n\t\t\t\"parent\": \"8504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850423\",\r\n\t\t\t\"text\": \"850423 - Electrical transformers; liquid dielectric, having a power handling capacity exceeding 10,000kVA\",\r\n\t\t\t\"parent\": \"8504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850431\",\r\n\t\t\t\"text\": \"850431 - Electrical transformers; n.e.c. in item no. 8504.2, having a power handling capacity not exceeding 1kVA\",\r\n\t\t\t\"parent\": \"8504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850432\",\r\n\t\t\t\"text\": \"850432 - Transformers; n.e.c. in item no. 8504.2, having a power handling capacity exceeding 1kVA but not exceeding 16kVA\",\r\n\t\t\t\"parent\": \"8504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850433\",\r\n\t\t\t\"text\": \"850433 - Transformers; n.e.c. in item no. 8504.2, having a power handling capacity exceeding 16kVA but not exceeding 500kVA\",\r\n\t\t\t\"parent\": \"8504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850434\",\r\n\t\t\t\"text\": \"850434 - Transformers; n.e.c. in item no. 8504.2, having a power handling capacity exceeding 500kVA\",\r\n\t\t\t\"parent\": \"8504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850440\",\r\n\t\t\t\"text\": \"850440 - Electrical static converters\",\r\n\t\t\t\"parent\": \"8504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850450\",\r\n\t\t\t\"text\": \"850450 - Electrical inductors; n.e.c. in heading no. 8504\",\r\n\t\t\t\"parent\": \"8504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850490\",\r\n\t\t\t\"text\": \"850490 - Electrical transformers, static converters and inductors; parts thereof\",\r\n\t\t\t\"parent\": \"8504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8505\",\r\n\t\t\t\"text\": \"8505 - Electro-magnets; permanent magnets, intended permanent magnets; electro-magnetic, permanent magnet chucks, clamps, similar; electromagnetic couplings, clutches, brakes; electro-magnetic lifting heads\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850511\",\r\n\t\t\t\"text\": \"850511 - Magnets; permanent magnets and articles intended to become permanent magnets after magnetisation, of metal\",\r\n\t\t\t\"parent\": \"8505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850519\",\r\n\t\t\t\"text\": \"850519 - Magnets; permanent magnets and articles intended to become permanent magnets after magnetisation, other than of metal\",\r\n\t\t\t\"parent\": \"8505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850520\",\r\n\t\t\t\"text\": \"850520 - Magnets; electro-magnetic couplings, clutches and brakes\",\r\n\t\t\t\"parent\": \"8505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850530\",\r\n\t\t\t\"text\": \"850530 - Electro-magnetic lifting heads\",\r\n\t\t\t\"parent\": \"8505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850590\",\r\n\t\t\t\"text\": \"850590 - Magnets; electro-magnets, holding devices and parts n.e.c. in heading no. 8505\",\r\n\t\t\t\"parent\": \"8505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8506\",\r\n\t\t\t\"text\": \"8506 - Cells and batteries; primary\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850610\",\r\n\t\t\t\"text\": \"850610 - Cells and batteries; primary, manganese dioxide\",\r\n\t\t\t\"parent\": \"8506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850611\",\r\n\t\t\t\"text\": \"850611 - Manganese dioxide primary cell/battery volume < 300 c\",\r\n\t\t\t\"parent\": \"8506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850612\",\r\n\t\t\t\"text\": \"850612 - Mercuric oxide primary cell, battery, volume < 300 cc\",\r\n\t\t\t\"parent\": \"8506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850613\",\r\n\t\t\t\"text\": \"850613 - Silver oxide primary cells, batteries volume < 300 cc\",\r\n\t\t\t\"parent\": \"8506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850619\",\r\n\t\t\t\"text\": \"850619 - Primary cells, primary batteries nes, volume < 300 cc\",\r\n\t\t\t\"parent\": \"8506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850620\",\r\n\t\t\t\"text\": \"850620 - Primary cells, primary batteries nes, volume > 300 cc\",\r\n\t\t\t\"parent\": \"8506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850630\",\r\n\t\t\t\"text\": \"850630 - Cells and batteries; primary, mercuric oxide\",\r\n\t\t\t\"parent\": \"8506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850640\",\r\n\t\t\t\"text\": \"850640 - Cells and batteries; primary, silver oxide\",\r\n\t\t\t\"parent\": \"8506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850650\",\r\n\t\t\t\"text\": \"850650 - Cells and batteries; primary, lithium\",\r\n\t\t\t\"parent\": \"8506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850660\",\r\n\t\t\t\"text\": \"850660 - Cells and batteries; primary, air-zinc\",\r\n\t\t\t\"parent\": \"8506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850680\",\r\n\t\t\t\"text\": \"850680 - Cells and batteries; primary, (other than manganese dioxide, mercuric oxide, silver oxide, lithium or air-zinc)\",\r\n\t\t\t\"parent\": \"8506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850690\",\r\n\t\t\t\"text\": \"850690 - Cells and batteries; primary, parts thereof\",\r\n\t\t\t\"parent\": \"8506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8507\",\r\n\t\t\t\"text\": \"8507 - Electric accumulators, including separators therefor; whether or not rectangular (including square)\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850710\",\r\n\t\t\t\"text\": \"850710 - Electric accumulators; lead-acid, of a kind used for starting piston engines, including separators, whether or not rectangular (including square)\",\r\n\t\t\t\"parent\": \"8507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850720\",\r\n\t\t\t\"text\": \"850720 - Electric accumulators; lead-acid, (other than for starting piston engines), including separators, whether or not rectangular (including square)\",\r\n\t\t\t\"parent\": \"8507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850730\",\r\n\t\t\t\"text\": \"850730 - Electric accumulators; nickel-cadmium, including separators, whether or not rectangular (including square)\",\r\n\t\t\t\"parent\": \"8507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850740\",\r\n\t\t\t\"text\": \"850740 - Electric accumulators; nickel-iron, including separators, whether or not rectangular (including square)\",\r\n\t\t\t\"parent\": \"8507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850750\",\r\n\t\t\t\"text\": \"850750 - Electric accumulators; nickel-metal hydride, including separators, whether or not rectangular (including square)\",\r\n\t\t\t\"parent\": \"8507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850760\",\r\n\t\t\t\"text\": \"850760 - Electric accumulators; lithium-ion, including separators, whether or not rectangular (including square)\",\r\n\t\t\t\"parent\": \"8507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850780\",\r\n\t\t\t\"text\": \"850780 - Electric accumulators; other than lead-acid, nickel-cadmium, nickel-metal hydride and lithium-ion, including separators, whether or not rectangular (including square)\",\r\n\t\t\t\"parent\": \"8507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850790\",\r\n\t\t\t\"text\": \"850790 - Electric accumulators; parts n.e.c. in heading no. 8507\",\r\n\t\t\t\"parent\": \"8507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8508\",\r\n\t\t\t\"text\": \"8508 - Vacuum cleaners\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850810\",\r\n\t\t\t\"text\": \"850810 - Drills, hand-held, with self-contained electric motor\",\r\n\t\t\t\"parent\": \"8508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850811\",\r\n\t\t\t\"text\": \"850811 - Vacuum cleaners, with self-contained electric motor, of a power not exceeding 1,500 W and having a dust bag or other receptacle capacity not exceeding 20L\",\r\n\t\t\t\"parent\": \"8508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850819\",\r\n\t\t\t\"text\": \"850819 - Vacuum cleaners, with self-contained electric motor, n.e.c. in item no. 8508.1\",\r\n\t\t\t\"parent\": \"8508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850820\",\r\n\t\t\t\"text\": \"850820 - Saws, hand-held, with self-contained electric motor\",\r\n\t\t\t\"parent\": \"8508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850860\",\r\n\t\t\t\"text\": \"850860 - Vacuum cleaners, other than with a self-contained electric motor\",\r\n\t\t\t\"parent\": \"8508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850870\",\r\n\t\t\t\"text\": \"850870 - Parts of vacuum cleaners\",\r\n\t\t\t\"parent\": \"8508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850880\",\r\n\t\t\t\"text\": \"850880 - Tools, hand-held, with electric motor, not drills/saw\",\r\n\t\t\t\"parent\": \"8508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850890\",\r\n\t\t\t\"text\": \"850890 - Parts, hand tools with self-contained electric motor\",\r\n\t\t\t\"parent\": \"8508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8509\",\r\n\t\t\t\"text\": \"8509 - Electro-mechanical domestic appliances; with self-contained electric motor, other than vacuum cleaners of heading 85.08.\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850910\",\r\n\t\t\t\"text\": \"850910 - Domestic vacuum cleaners\",\r\n\t\t\t\"parent\": \"8509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850920\",\r\n\t\t\t\"text\": \"850920 - Domestic floor polishers\",\r\n\t\t\t\"parent\": \"8509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850930\",\r\n\t\t\t\"text\": \"850930 - Domestic kitchen waste disposers\",\r\n\t\t\t\"parent\": \"8509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850940\",\r\n\t\t\t\"text\": \"850940 - Electro-mechanical domestic appliances; food grinders and mixers, fruit or vegetable juice extractors, with self-contained electric motor\",\r\n\t\t\t\"parent\": \"8509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850980\",\r\n\t\t\t\"text\": \"850980 - Electro-mechanical domestic appliances; with self-contained electric motor, other than vacuum cleaners of heading 85.08, n.e.c. in heading no. 8509\",\r\n\t\t\t\"parent\": \"8509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850990\",\r\n\t\t\t\"text\": \"850990 - Electro-mechanical domestic appliances; parts for the appliances of heading no. 8509\",\r\n\t\t\t\"parent\": \"8509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8510\",\r\n\t\t\t\"text\": \"8510 - Shavers, hair clippers and hair removing appliances, with self-contained electric motor\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851010\",\r\n\t\t\t\"text\": \"851010 - Shavers; with self-contained electric motor\",\r\n\t\t\t\"parent\": \"8510\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851020\",\r\n\t\t\t\"text\": \"851020 - Hair clippers; with a self-contained electric motor\",\r\n\t\t\t\"parent\": \"8510\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851030\",\r\n\t\t\t\"text\": \"851030 - Hair-removing appliances; with self-contained electric motor\",\r\n\t\t\t\"parent\": \"8510\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851090\",\r\n\t\t\t\"text\": \"851090 - Shavers and hair clippers; parts of those with self-contained electric motor\",\r\n\t\t\t\"parent\": \"8510\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8511\",\r\n\t\t\t\"text\": \"8511 - Ignition or starting equipment; used for spark-ignition or compression-ignition internal combustion engines; generators and cut outs used in conjunction with such engines\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851110\",\r\n\t\t\t\"text\": \"851110 - Ignition or starting equipment; spark plugs, of a kind used for spark or compression-ignition internal combustion engines\",\r\n\t\t\t\"parent\": \"8511\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851120\",\r\n\t\t\t\"text\": \"851120 - Ignition or starting equipment; ignition magnetos, magneto-dynamos and magnetic flywheels, of a kind used for spark or compression-ignition internal combustion engines\",\r\n\t\t\t\"parent\": \"8511\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851130\",\r\n\t\t\t\"text\": \"851130 - Ignition or starting equipment; distributors and ignition coils of a kind used for spark-ignition or compression-ignition internal combustion engines\",\r\n\t\t\t\"parent\": \"8511\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851140\",\r\n\t\t\t\"text\": \"851140 - Ignition or starting equipment; starter motors and dual purpose starter-generators, of a kind used for spark or compression-ignition internal combustion engines\",\r\n\t\t\t\"parent\": \"8511\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851150\",\r\n\t\t\t\"text\": \"851150 - Ignition or starting equipment; generators n.e.c. in heading no. 8511, of a kind used for spark or compression-ignition internal combustion engines\",\r\n\t\t\t\"parent\": \"8511\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851180\",\r\n\t\t\t\"text\": \"851180 - Ignition or starting equipment; n.e.c. in heading no. 8511, of a kind used for spark or compression-ignition internal combustion engines\",\r\n\t\t\t\"parent\": \"8511\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851190\",\r\n\t\t\t\"text\": \"851190 - Ignition or starting equipment; parts of the equipment of heading no. 8511, for use in spark-ignition or compression-ignition internal combustion engines\",\r\n\t\t\t\"parent\": \"8511\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8512\",\r\n\t\t\t\"text\": \"8512 - Lighting or visual signalling equipment (excluding articles of heading no. 8539), windscreen wipers, defrosters and demisters; electrical, of a kind used for cycles or motor vehicles\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851210\",\r\n\t\t\t\"text\": \"851210 - Lighting or visual signalling equipment; electrical, of a kind used on bicycles, excluding articles of heading no. 8539\",\r\n\t\t\t\"parent\": \"8512\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851220\",\r\n\t\t\t\"text\": \"851220 - Lighting or visual signalling equipment; electrical, of a kind used on motor vehicles (excluding articles of heading no. 8539)\",\r\n\t\t\t\"parent\": \"8512\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851230\",\r\n\t\t\t\"text\": \"851230 - Sound signalling equipment; electrical, used on cycles or motor vehicles (excluding articles of heading no. 8539)\",\r\n\t\t\t\"parent\": \"8512\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851240\",\r\n\t\t\t\"text\": \"851240 - Windscreen wipers, defrosters and demisters; electrical, of kinds used for cycles or motor vehicles\",\r\n\t\t\t\"parent\": \"8512\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851290\",\r\n\t\t\t\"text\": \"851290 - Lighting or signalling equipment; electrical, (excluding articles of heading no. 8539), windscreen wipers, defrosters and demisters; parts, of those kinds used for cycles or motor vehicles\",\r\n\t\t\t\"parent\": \"8512\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8513\",\r\n\t\t\t\"text\": \"8513 - Lamps; portable, electric, designed to function by their own source of energy (e.g. dry batteries, accumulators, magnetos), excluding lighting equipment of heading no. 8512\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851310\",\r\n\t\t\t\"text\": \"851310 - Lamps; portable, electric, designed to function by their own source of energy (excluding lighting equipment of heading no. 8512)\",\r\n\t\t\t\"parent\": \"8513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851390\",\r\n\t\t\t\"text\": \"851390 - Lamps; parts of portable, electric lamps of heading no. 8513, designed to function by their own source of energy\",\r\n\t\t\t\"parent\": \"8513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8514\",\r\n\t\t\t\"text\": \"8514 - Industrial or laboratory electric furnaces and ovens (including those functioning by induction or dielectric loss); other industrial or laboratory equipment for the heat treatment of materials by induction or dielectric loss\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851410\",\r\n\t\t\t\"text\": \"851410 - Furnaces and ovens; electric, for industrial or laboratory use, resistance heated\",\r\n\t\t\t\"parent\": \"8514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851411\",\r\n\t\t\t\"text\": \"851411 - Furnaces and ovens; electric, for industrial or laboratory use, resistance heated; hot isostatic presses\",\r\n\t\t\t\"parent\": \"8514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851419\",\r\n\t\t\t\"text\": \"851419 - Furnaces and ovens; electric, for industrial or laboratory use, resistance heated; other than hot isostatic presses, for the manufacture of semiconductor devices on semiconductor wafers\",\r\n\t\t\t\"parent\": \"8514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851420\",\r\n\t\t\t\"text\": \"851420 - Furnaces and ovens; electric, for industrial or laboratory use, functioning by induction or dielectric loss\",\r\n\t\t\t\"parent\": \"8514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851430\",\r\n\t\t\t\"text\": \"851430 - Furnaces and ovens; electric, for industrial or laboratory use, other than those functioning by induction, dielectric loss or resistance heated\",\r\n\t\t\t\"parent\": \"8514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851431\",\r\n\t\t\t\"text\": \"851431 - Furnaces and ovens; electric, for industrial or laboratory use, other than those functioning by induction, dielectric loss or resistance heated, electron beam furnaces\",\r\n\t\t\t\"parent\": \"8514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851432\",\r\n\t\t\t\"text\": \"851432 - Furnaces and ovens; electric, for industrial or laboratory use, other than those functioning by induction, dielectric loss or resistance heated, plasma and vacuum arc furnaces\",\r\n\t\t\t\"parent\": \"8514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851439\",\r\n\t\t\t\"text\": \"851439 - Furnaces and ovens; electric, for industrial or laboratory use, other than those functioning by induction, dielectric loss or resistance heated, other than electron beam, plasma or vacuum arc furnaces\",\r\n\t\t\t\"parent\": \"8514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851440\",\r\n\t\t\t\"text\": \"851440 - Heating equipment; for the heat treatment of materials by induction or dielectric loss, industrial or laboratory, other than furnaces and ovens\",\r\n\t\t\t\"parent\": \"8514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851490\",\r\n\t\t\t\"text\": \"851490 - Furnaces, ovens and heating equipment; parts of the industrial or laboratory equipment of heading no. 8514\",\r\n\t\t\t\"parent\": \"8514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8515\",\r\n\t\t\t\"text\": \"8515 - Electric (electrically heated gas) soldering, brazing, welding machines and apparatus, capable or not of cutting, electric machines and apparatus for hot spraying of metals or sintered carbides\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851511\",\r\n\t\t\t\"text\": \"851511 - Brazing or soldering machines and apparatus; soldering irons and guns, whether or not capable of cutting\",\r\n\t\t\t\"parent\": \"8515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851519\",\r\n\t\t\t\"text\": \"851519 - Brazing or soldering machines and apparatus; other than soldering irons and guns, whether or not capable of cutting\",\r\n\t\t\t\"parent\": \"8515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851521\",\r\n\t\t\t\"text\": \"851521 - Welding machines and apparatus; for resistance welding of metal, fully or partly automatic, whether or not capable of cutting\",\r\n\t\t\t\"parent\": \"8515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851529\",\r\n\t\t\t\"text\": \"851529 - Welding machines and apparatus; for resistance welding of metal, other than fully or partly automatic, whether or not capable of cutting\",\r\n\t\t\t\"parent\": \"8515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851531\",\r\n\t\t\t\"text\": \"851531 - Welding machines and apparatus; for arc (including plasma arc) welding of metals, fully or partly automatic, whether or not capable of cutting\",\r\n\t\t\t\"parent\": \"8515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851539\",\r\n\t\t\t\"text\": \"851539 - Welding machines and apparatus; for arc (including plasma arc) welding of metals, other than fully or partly automatic, whether or not capable of cutting\",\r\n\t\t\t\"parent\": \"8515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851580\",\r\n\t\t\t\"text\": \"851580 - Welding machines and apparatus; n.e.c. in heading no. 8515, whether or not capable of cutting\",\r\n\t\t\t\"parent\": \"8515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851590\",\r\n\t\t\t\"text\": \"851590 - Welding, brazing or soldering machines; parts of the machines of heading no. 8515\",\r\n\t\t\t\"parent\": \"8515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8516\",\r\n\t\t\t\"text\": \"8516 - Electric water, space, soil heaters; electro-thermic hair-dressing apparatus; hand dryers, irons; electro-thermic appliances for domestic purposes; electro heating resistors, not of heading no. 8545\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851610\",\r\n\t\t\t\"text\": \"851610 - Heaters; electric, instantaneous or storage water and immersion heaters\",\r\n\t\t\t\"parent\": \"8516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851621\",\r\n\t\t\t\"text\": \"851621 - Heating apparatus; electric storage heating radiators\",\r\n\t\t\t\"parent\": \"8516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851629\",\r\n\t\t\t\"text\": \"851629 - Heating apparatus; electric soil heating apparatus and space heating apparatus (excluding storage heating radiators)\",\r\n\t\t\t\"parent\": \"8516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851631\",\r\n\t\t\t\"text\": \"851631 - Hair-dressing apparatus; electro-thermic hair dryers\",\r\n\t\t\t\"parent\": \"8516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851632\",\r\n\t\t\t\"text\": \"851632 - Hair-dressing apparatus; electro-thermic, other than hair dryers\",\r\n\t\t\t\"parent\": \"8516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851633\",\r\n\t\t\t\"text\": \"851633 - Hand-drying apparatus; electro-thermic\",\r\n\t\t\t\"parent\": \"8516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851640\",\r\n\t\t\t\"text\": \"851640 - Smoothing irons; electric\",\r\n\t\t\t\"parent\": \"8516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851650\",\r\n\t\t\t\"text\": \"851650 - Ovens; microwave, of a kind used for domestic purposes\",\r\n\t\t\t\"parent\": \"8516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851660\",\r\n\t\t\t\"text\": \"851660 - Ovens, cookers, cooking plates, boiling rings, grillers and roasters; of a kind used for domestic purposes (excluding microwaves)\",\r\n\t\t\t\"parent\": \"8516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851671\",\r\n\t\t\t\"text\": \"851671 - Electro-thermic appliances; coffee or tea makers, of a kind used for domestic purposes\",\r\n\t\t\t\"parent\": \"8516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851672\",\r\n\t\t\t\"text\": \"851672 - Electro-thermic appliances; toasters, of a kind used for domestic purposes\",\r\n\t\t\t\"parent\": \"8516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851679\",\r\n\t\t\t\"text\": \"851679 - Electro-thermic appliances; n.e.c. in heading no. 8516, used for domestic purposes\",\r\n\t\t\t\"parent\": \"8516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851680\",\r\n\t\t\t\"text\": \"851680 - Resistors; electric heating, other than those of heading no. 8545\",\r\n\t\t\t\"parent\": \"8516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851690\",\r\n\t\t\t\"text\": \"851690 - Electro-thermic appliances; parts, of heating resistors, of water, space and soil heaters, hair-dressing apparatus, hand dryers, smoothing irons and other domestic appliances of heading no. 8516\",\r\n\t\t\t\"parent\": \"8516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8517\",\r\n\t\t\t\"text\": \"8517 - Telephone sets, including smartphones and other telephones for cellular/wireless networks; other apparatus for the transmission or reception of voice, images or other data (including wired/wireless networks), excluding items of 8443, 8525, 8527, or 8528\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851710\",\r\n\t\t\t\"text\": \"851710 - Telephone sets\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851711\",\r\n\t\t\t\"text\": \"851711 - Line telephone sets with cordless handsets\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851712\",\r\n\t\t\t\"text\": \"851712 - Telephones for cellular networks or for other wireless networks\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851713\",\r\n\t\t\t\"text\": \"851713 - Telephone sets; smartphones for cellular or other wireless networks\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851714\",\r\n\t\t\t\"text\": \"851714 - Telephone sets; other than smartphones, for cellular or other wireless networks\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851718\",\r\n\t\t\t\"text\": \"851718 - Telephone sets n.e.c. in item no. 8517.1\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851719\",\r\n\t\t\t\"text\": \"851719 - Telephone sets, nes\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851720\",\r\n\t\t\t\"text\": \"851720 - Teleprinters\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851721\",\r\n\t\t\t\"text\": \"851721 - Facsimiles machines\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851722\",\r\n\t\t\t\"text\": \"851722 - Teleprinters\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851730\",\r\n\t\t\t\"text\": \"851730 - Telephonic or telegraphic switching apparatus\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851740\",\r\n\t\t\t\"text\": \"851740 - Apparatus, for carrier-current line systems, nes\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851750\",\r\n\t\t\t\"text\": \"851750 - Apparatus for carrier-cu\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851761\",\r\n\t\t\t\"text\": \"851761 - Base stations\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851762\",\r\n\t\t\t\"text\": \"851762 - Communication apparatus (excluding telephone sets or base stations); machines for the reception, conversion and transmission or regeneration of voice, images or other data, including switching and routing apparatus\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851769\",\r\n\t\t\t\"text\": \"851769 - Communication apparatus (excluding telephone sets or base stations); machines for the transmission or reception of voice, images or other data (including wired/wireless networks), n.e.c. in item no. 8517.6\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851770\",\r\n\t\t\t\"text\": \"851770 - Telephone sets and other apparatus for the transmission or reception of voice, images or other data, via a wired or wireless network; parts\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851771\",\r\n\t\t\t\"text\": \"851771 - Communication apparatus; parts, aerials and aerial reflectors of all kinds, part suitable for use therewith\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851779\",\r\n\t\t\t\"text\": \"851779 - Communication apparatus; parts, other than aerials and aerial reflectors of all kinds\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851780\",\r\n\t\t\t\"text\": \"851780 - Elect apparatus for line\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851781\",\r\n\t\t\t\"text\": \"851781 - Telephonic apparatus, nes\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851782\",\r\n\t\t\t\"text\": \"851782 - Telegraphic apparatus, nes\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851790\",\r\n\t\t\t\"text\": \"851790 - Parts of line telephone/telegraph equipment, nes\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8518\",\r\n\t\t\t\"text\": \"8518 - Microphones and their stands; loudspeakers, mounted or not in their enclosures; headphones and earphones, combined or not with a microphone, and sets of a microphone and one or more loudspeakers; audio-frequency and electric sound amplifiers and sets\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851810\",\r\n\t\t\t\"text\": \"851810 - Microphones and stands therefor\",\r\n\t\t\t\"parent\": \"8518\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851821\",\r\n\t\t\t\"text\": \"851821 - Loudspeakers; single, mounted in their enclosures\",\r\n\t\t\t\"parent\": \"8518\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851822\",\r\n\t\t\t\"text\": \"851822 - Loudspeakers; multiple, mounted in the same enclosure\",\r\n\t\t\t\"parent\": \"8518\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851829\",\r\n\t\t\t\"text\": \"851829 - Loudspeakers; not mounted in their enclosures\",\r\n\t\t\t\"parent\": \"8518\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851830\",\r\n\t\t\t\"text\": \"851830 - Headphones and earphones, whether or not combined with a microphone, and sets consisting of a microphone and one or more loudspeakers\",\r\n\t\t\t\"parent\": \"8518\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851840\",\r\n\t\t\t\"text\": \"851840 - Amplifiers; audio-frequency electric\",\r\n\t\t\t\"parent\": \"8518\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851850\",\r\n\t\t\t\"text\": \"851850 - Amplifier sets; electric sound\",\r\n\t\t\t\"parent\": \"8518\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851890\",\r\n\t\t\t\"text\": \"851890 - Microphones, headphones, earphones, amplifier equipment; parts of the equipment of heading no. 8518\",\r\n\t\t\t\"parent\": \"8518\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8519\",\r\n\t\t\t\"text\": \"8519 - Sound recording or reproducing apparatus\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851910\",\r\n\t\t\t\"text\": \"851910 - Coin or disc-operated record-players\",\r\n\t\t\t\"parent\": \"8519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851920\",\r\n\t\t\t\"text\": \"851920 - Sound recording or reproducing apparatus; operated by coins, banknotes, bank cards, tokens or by other means of payment\",\r\n\t\t\t\"parent\": \"8519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851921\",\r\n\t\t\t\"text\": \"851921 - Record-players without built-in loudspeaker, nes\",\r\n\t\t\t\"parent\": \"8519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851929\",\r\n\t\t\t\"text\": \"851929 - Record-players with loudspeakers, nes\",\r\n\t\t\t\"parent\": \"8519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851930\",\r\n\t\t\t\"text\": \"851930 - Sound recording or reproducing apparatus; turntables (record-decks)\",\r\n\t\t\t\"parent\": \"8519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851931\",\r\n\t\t\t\"text\": \"851931 - Turntables with automatic record changing mechanism\",\r\n\t\t\t\"parent\": \"8519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851939\",\r\n\t\t\t\"text\": \"851939 - Turntables, without record changers\",\r\n\t\t\t\"parent\": \"8519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851940\",\r\n\t\t\t\"text\": \"851940 - Transcribing machines\",\r\n\t\t\t\"parent\": \"8519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851950\",\r\n\t\t\t\"text\": \"851950 - Sound recording or reproducing apparatus; telephone answering machines\",\r\n\t\t\t\"parent\": \"8519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851981\",\r\n\t\t\t\"text\": \"851981 - Sound recording or reproducing apparatus; using magnetic, optical or semiconductor media, n.e.c. in item no 8519.20, 8519.30 or 8519.50\",\r\n\t\t\t\"parent\": \"8519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851989\",\r\n\t\t\t\"text\": \"851989 - Sound recording or reproducing apparatus; n.e.c. in heading no 8519\",\r\n\t\t\t\"parent\": \"8519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851991\",\r\n\t\t\t\"text\": \"851991 - Cassette players, non-recording\",\r\n\t\t\t\"parent\": \"8519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851992\",\r\n\t\t\t\"text\": \"851992 - Pocket-size cassette-pla\",\r\n\t\t\t\"parent\": \"8519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851993\",\r\n\t\t\t\"text\": \"851993 - Sound repr app, cassette\",\r\n\t\t\t\"parent\": \"8519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851999\",\r\n\t\t\t\"text\": \"851999 - Sound reproducing apparatus, non-recording, nes\",\r\n\t\t\t\"parent\": \"8519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8520\",\r\n\t\t\t\"text\": \"8520 - Electronic sound recording equipment\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852010\",\r\n\t\t\t\"text\": \"852010 - Dictating machine requiring external power source\",\r\n\t\t\t\"parent\": \"8520\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852020\",\r\n\t\t\t\"text\": \"852020 - Telephone answering machines\",\r\n\t\t\t\"parent\": \"8520\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852031\",\r\n\t\t\t\"text\": \"852031 - Cassette type audio tape recorders, sound reproducing\",\r\n\t\t\t\"parent\": \"8520\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852032\",\r\n\t\t\t\"text\": \"852032 - Magnetic tape rec digita\",\r\n\t\t\t\"parent\": \"8520\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852033\",\r\n\t\t\t\"text\": \"852033 - Magnetic tape rec casset\",\r\n\t\t\t\"parent\": \"8520\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852039\",\r\n\t\t\t\"text\": \"852039 - Non-cassette audio tape recorders, sound reproducing\",\r\n\t\t\t\"parent\": \"8520\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852090\",\r\n\t\t\t\"text\": \"852090 - Audio recording equipment without sound reproduction\",\r\n\t\t\t\"parent\": \"8520\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8521\",\r\n\t\t\t\"text\": \"8521 - Video recording or reproducing apparatus\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852110\",\r\n\t\t\t\"text\": \"852110 - Video recording or reproducing apparatus; magnetic tape-type\",\r\n\t\t\t\"parent\": \"8521\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852190\",\r\n\t\t\t\"text\": \"852190 - Video recording or reproducing apparatus; other than magnetic tape-type\",\r\n\t\t\t\"parent\": \"8521\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8522\",\r\n\t\t\t\"text\": \"8522 - Sound or video recording apparatus; parts and accessories suitable for use solely or principally with the apparatus of heading 8519 or 8521\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852210\",\r\n\t\t\t\"text\": \"852210 - Sound recording or reproducing apparatus; parts and accessories thereof, pick-up cartridges\",\r\n\t\t\t\"parent\": \"8522\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852290\",\r\n\t\t\t\"text\": \"852290 - Sound or video recording or reproducing apparatus; parts and accessories thereof, other than pick-up cartridges\",\r\n\t\t\t\"parent\": \"8522\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8523\",\r\n\t\t\t\"text\": \"8523 - Discs, tapes, solid-state non-volatile storage devices, smart cards and other media for the recording of sound or of other phenomena, whether or not recorded, including matrices and masters for the production of discs, excluding products of Chapter 37\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852311\",\r\n\t\t\t\"text\": \"852311 - Unrecorded magnetic tapes, width < 4 mm\",\r\n\t\t\t\"parent\": \"8523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852312\",\r\n\t\t\t\"text\": \"852312 - Unrecorded magnetic tapes, width 4-6.5 mm\",\r\n\t\t\t\"parent\": \"8523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852313\",\r\n\t\t\t\"text\": \"852313 - Unrecorded magnetic tapes, width > 6.5 mm\",\r\n\t\t\t\"parent\": \"8523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852320\",\r\n\t\t\t\"text\": \"852320 - Unrecorded magnetic discs\",\r\n\t\t\t\"parent\": \"8523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852321\",\r\n\t\t\t\"text\": \"852321 - Magnetic media; cards incorporating a magnetic stripe, whether or not recorded, excluding products of Chapter 37\",\r\n\t\t\t\"parent\": \"8523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852329\",\r\n\t\t\t\"text\": \"852329 - Magnetic media; other than cards incorporating a magnetic stripe, whether or not recorded, excluding products of Chapter 37\",\r\n\t\t\t\"parent\": \"8523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852330\",\r\n\t\t\t\"text\": \"852330 - Cards incorp magnetic st\",\r\n\t\t\t\"parent\": \"8523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852340\",\r\n\t\t\t\"text\": \"852340 - Optical media for the recording of sound/of other phenomena, but excl. products of Ch. 37.\",\r\n\t\t\t\"parent\": \"8523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852341\",\r\n\t\t\t\"text\": \"852341 - Optical media; unrecorded, excluding products of Chapter 37\",\r\n\t\t\t\"parent\": \"8523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852349\",\r\n\t\t\t\"text\": \"852349 - Optical media; recorded, excluding products of Chapter 37\",\r\n\t\t\t\"parent\": \"8523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852351\",\r\n\t\t\t\"text\": \"852351 - Semiconductor media; solid-state non-volatile storage devices, whether or not recorded, excluding products of Chapter 37\",\r\n\t\t\t\"parent\": \"8523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852352\",\r\n\t\t\t\"text\": \"852352 - Semiconductor media; smart cards, whether or not recorded, excluding products of Chapter 37\",\r\n\t\t\t\"parent\": \"8523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852359\",\r\n\t\t\t\"text\": \"852359 - Semiconductor media; other than smart cards, whether or not recorded, excluding products of Chapter 37\",\r\n\t\t\t\"parent\": \"8523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852380\",\r\n\t\t\t\"text\": \"852380 - Media n.e.c. in heading 8523, whether or not recorded, excluding products of Chapter 37\",\r\n\t\t\t\"parent\": \"8523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852390\",\r\n\t\t\t\"text\": \"852390 - Unrecorded sound recording media except photo/magneti\",\r\n\t\t\t\"parent\": \"8523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8524\",\r\n\t\t\t\"text\": \"8524 - Flat panel display modules, whether or not incorporating touch-sensitive screens\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852410\",\r\n\t\t\t\"text\": \"852410 - Recorded gramophone records\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852411\",\r\n\t\t\t\"text\": \"852411 - Flat panel display modules, whether or not incorporating touch-sensitive screens; of liquid crystals, without drivers or control circuits\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852412\",\r\n\t\t\t\"text\": \"852412 - Flat panel display modules, whether or not incorporating touch-sensitive screens; of organic light-emitting diodes (OLED), without drivers or control circuits\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852419\",\r\n\t\t\t\"text\": \"852419 - Flat panel display modules, whether or not incorporating touch-sensitive screens; of other than liquid crystals or organic light-emitting diodes (OLED), without drivers or control circuits\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852421\",\r\n\t\t\t\"text\": \"852421 - Recorded magnetic tapes, width < 4 mm\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852422\",\r\n\t\t\t\"text\": \"852422 - Recorded magnetic tapes, width 4-6.5 mm\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852423\",\r\n\t\t\t\"text\": \"852423 - Recorded magnetic tapes, width > 6.5 mm\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852431\",\r\n\t\t\t\"text\": \"852431 - Recorded discs for laser\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852432\",\r\n\t\t\t\"text\": \"852432 - Recorded laser discs, so\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852439\",\r\n\t\t\t\"text\": \"852439 - Recorded laser discs,nes\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852440\",\r\n\t\t\t\"text\": \"852440 - Magnetic tapes for o/t s\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852451\",\r\n\t\t\t\"text\": \"852451 - Recorded magnetic tapes,\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852452\",\r\n\t\t\t\"text\": \"852452 - Recorded magnetic tapes,\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852453\",\r\n\t\t\t\"text\": \"852453 - Recorded magnetic tapes,\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852460\",\r\n\t\t\t\"text\": \"852460 - Recorded cards w/magneti\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852490\",\r\n\t\t\t\"text\": \"852490 - Sound recordings other than photographic products nes\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852491\",\r\n\t\t\t\"text\": \"852491 - Flat panel display modules, whether or not incorporating touch-sensitive screens; of liquid crystals, with drivers or control circuits\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852492\",\r\n\t\t\t\"text\": \"852492 - Flat panel display modules, whether or not incorporating touch-sensitive screens; of organic light-emitting diodes (OLED), with drivers or control circuits\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852499\",\r\n\t\t\t\"text\": \"852499 - Flat panel display modules, whether or not incorporating touch-sensitive screens; of other than liquid crystals or organic light-emitting diodes (OLED), with drivers or control circuits\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8525\",\r\n\t\t\t\"text\": \"8525 - Transmission apparatus for radio-broadcasting or television, whether or not incorporating reception apparatus or sound recording or reproducing apparatus; television cameras, digital cameras and video camera recorders\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852510\",\r\n\t\t\t\"text\": \"852510 - Transmission apparatus for radio, telephone and TV\",\r\n\t\t\t\"parent\": \"8525\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852520\",\r\n\t\t\t\"text\": \"852520 - Transmit-receive apparatus for radio, TV, etc.\",\r\n\t\t\t\"parent\": \"8525\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852530\",\r\n\t\t\t\"text\": \"852530 - Television cameras\",\r\n\t\t\t\"parent\": \"8525\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852540\",\r\n\t\t\t\"text\": \"852540 - Still image video camara\",\r\n\t\t\t\"parent\": \"8525\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852550\",\r\n\t\t\t\"text\": \"852550 - Transmission apparatus for radio-broadcasting or television, whether or not incorporating sound recording or reproducing apparatus, not incorporating reception apparatus\",\r\n\t\t\t\"parent\": \"8525\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852560\",\r\n\t\t\t\"text\": \"852560 - Transmission apparatus for radio-broadcasting or television, whether or not incorporating sound recording or reproducing apparatus, incorporating reception apparatus\",\r\n\t\t\t\"parent\": \"8525\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852580\",\r\n\t\t\t\"text\": \"852580 - Television cameras, digital cameras and video camera recorders\",\r\n\t\t\t\"parent\": \"8525\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852581\",\r\n\t\t\t\"text\": \"852581 - Television cameras, digital cameras and video camera recorders; high-speed goods as specified in subheading note 1 to this chapter\",\r\n\t\t\t\"parent\": \"8525\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852582\",\r\n\t\t\t\"text\": \"852582 - Television cameras, digital cameras and video camera recorders; radiation-hardened or radiation-tolerant goods as specified in subheading note 2 to this chapter\",\r\n\t\t\t\"parent\": \"8525\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852583\",\r\n\t\t\t\"text\": \"852583 - Television cameras, digital cameras and video camera recorders; night vision goods as specified in subheading note 3 to this chapter\",\r\n\t\t\t\"parent\": \"8525\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852589\",\r\n\t\t\t\"text\": \"852589 - Television cameras; n.e.c. in item no 8525.8\",\r\n\t\t\t\"parent\": \"8525\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8526\",\r\n\t\t\t\"text\": \"8526 - Radar apparatus, radio navigational aid apparatus and radio remote control apparatus\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852610\",\r\n\t\t\t\"text\": \"852610 - Radar apparatus\",\r\n\t\t\t\"parent\": \"8526\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852691\",\r\n\t\t\t\"text\": \"852691 - Radio navigational aid apparatus\",\r\n\t\t\t\"parent\": \"8526\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852692\",\r\n\t\t\t\"text\": \"852692 - Radio remote control apparatus\",\r\n\t\t\t\"parent\": \"8526\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8527\",\r\n\t\t\t\"text\": \"8527 - Reception apparatus for radio-broadcasting, whether or not combined, in the same housing, with sound recording or reproducing apparatus or a clock.\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852711\",\r\n\t\t\t\"text\": \"852711 - Radio receivers, portable, with sound reproduce/recor\",\r\n\t\t\t\"parent\": \"8527\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852712\",\r\n\t\t\t\"text\": \"852712 - Radio broadcast receivers capable of operating without an external power source; pocket-size radio cassette-players\",\r\n\t\t\t\"parent\": \"8527\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852713\",\r\n\t\t\t\"text\": \"852713 - Radio broadcast receivers capable of operating without an external power source; apparatus (other than pocket-size radio cassette-players), combined with sound recording or reproducing apparatus\",\r\n\t\t\t\"parent\": \"8527\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852719\",\r\n\t\t\t\"text\": \"852719 - Radio broadcast receivers capable of operating without an external power source; n.e.c. in item no. 8527.1\",\r\n\t\t\t\"parent\": \"8527\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852721\",\r\n\t\t\t\"text\": \"852721 - Radio-broadcast receivers not capable of operating without an external source of power, of a kind used in motor vehicles; combined with sound recording or reproducing apparatus\",\r\n\t\t\t\"parent\": \"8527\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852729\",\r\n\t\t\t\"text\": \"852729 - Radio-broadcast receivers not capable of operating without an external source of power, of a kind used in motor vehicles; not combined with sound recording or reproducing apparatus\",\r\n\t\t\t\"parent\": \"8527\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852731\",\r\n\t\t\t\"text\": \"852731 - Radio-telephony receiver, with sound reproduce/record\",\r\n\t\t\t\"parent\": \"8527\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852732\",\r\n\t\t\t\"text\": \"852732 - Radio-telephony etc receivers, nes\",\r\n\t\t\t\"parent\": \"8527\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852739\",\r\n\t\t\t\"text\": \"852739 - Radio-broadcast receivers nes\",\r\n\t\t\t\"parent\": \"8527\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852790\",\r\n\t\t\t\"text\": \"852790 - Radio reception apparatus nes\",\r\n\t\t\t\"parent\": \"8527\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852791\",\r\n\t\t\t\"text\": \"852791 - Radio-broadcast receivers n.e.c. in heading no. 8527; combined with sound recording or reproducing apparatus\",\r\n\t\t\t\"parent\": \"8527\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852792\",\r\n\t\t\t\"text\": \"852792 - Radio-broadcast receivers n.e.c. in heading no. 8527; not combined with sound recording or reproducing apparatus but combined with a clock\",\r\n\t\t\t\"parent\": \"8527\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852799\",\r\n\t\t\t\"text\": \"852799 - Radio-broadcast receivers n.e.c. in heading no. 8527; not combined with sound recording or reproducing apparatus and not combined with a clock\",\r\n\t\t\t\"parent\": \"8527\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8528\",\r\n\t\t\t\"text\": \"8528 - Monitors and projectors, not incorporating television reception apparatus; reception apparatus for television, whether or not incorporating radio-broadcast receivers or sound or video recording or reproducing apparatus\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852810\",\r\n\t\t\t\"text\": \"852810 - Colour television receivers/monitors/projectors\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852812\",\r\n\t\t\t\"text\": \"852812 - Color television receive\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852813\",\r\n\t\t\t\"text\": \"852813 - B & W television receive\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852820\",\r\n\t\t\t\"text\": \"852820 - Monochrome television receivers/monitors/projectors\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852821\",\r\n\t\t\t\"text\": \"852821 - Color video monitors\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852822\",\r\n\t\t\t\"text\": \"852822 - B & w video monitors\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852830\",\r\n\t\t\t\"text\": \"852830 - Video projectors\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852841\",\r\n\t\t\t\"text\": \"852841 - Cathode-ray tube monitors; of a kind solely or principally used in an automatic data processing system of heading 84.71\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852842\",\r\n\t\t\t\"text\": \"852842 - Monitors; cathode-ray tube, capable of directly connecting to and designed for use with an automatic data processing machine of heading 84.71\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852849\",\r\n\t\t\t\"text\": \"852849 - Monitors; cathode-ray tube, n.e.c. in subheading 8528.42, whether or not colour\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852851\",\r\n\t\t\t\"text\": \"852851 - Monitors other than cathode-ray tube; of a kind solely or principally used in an automatic data processing system of heading 84.71\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852852\",\r\n\t\t\t\"text\": \"852852 - Monitors; other than cathode-ray tube; capable of directly connecting to and designed for use with an automatic data processing machine of heading 84.71\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852859\",\r\n\t\t\t\"text\": \"852859 - Monitors other than cathode-ray tube; n.e.c. in subheading 8528.52, whether or not colour\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852861\",\r\n\t\t\t\"text\": \"852861 - Projectors; of a kind solely or principally used in an automatic data processing system of heading 84.71\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852862\",\r\n\t\t\t\"text\": \"852862 - Projectors; capable of directly connecting to and designed for use with an automatic data processing machine of heading 84.71\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852869\",\r\n\t\t\t\"text\": \"852869 - Projectors; n.e.c. in subheading 8528.62, whether or not colour\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852871\",\r\n\t\t\t\"text\": \"852871 - Reception apparatus for television, whether or not incorporating radio-broadcast receivers or sound or video recording or reproducing apparatus; not designed to incorporate a video display or screen\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852872\",\r\n\t\t\t\"text\": \"852872 - Reception apparatus for television, whether or not incorporating radio-broadcast receivers or sound or video recording or reproducing apparatus; incorporating a colour video display or screen\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852873\",\r\n\t\t\t\"text\": \"852873 - Reception apparatus for television, whether or not incorporating radio-broadcast receivers or sound or video recording or reproducing apparatus; incorporating a monochrome video display or screen\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8529\",\r\n\t\t\t\"text\": \"8529 - Transmission apparatus; parts suitable for use solely or principally with the apparatus of heading no. 8524 to 8528\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852910\",\r\n\t\t\t\"text\": \"852910 - Reception and transmission apparatus; aerials and aerial reflectors of all kinds and parts suitable for use therewith\",\r\n\t\t\t\"parent\": \"8529\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852990\",\r\n\t\t\t\"text\": \"852990 - Reception and transmission apparatus; for use with the apparatus of heading no. 8524 to 8528, excluding aerials and aerial reflectors\",\r\n\t\t\t\"parent\": \"8529\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8530\",\r\n\t\t\t\"text\": \"8530 - Signalling, safety or traffic control equipment; for railways, tramways, roads, inland waterways, parking facilities, port installations, airfields, excluding those of heading no. 8608\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853010\",\r\n\t\t\t\"text\": \"853010 - Signalling, safety or traffic control equipment; for railways or tramways (excluding those of heading no. 8608)\",\r\n\t\t\t\"parent\": \"8530\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853080\",\r\n\t\t\t\"text\": \"853080 - Signalling, safety or traffic control equipment; for roads, inland waterways, parking facilities, port installations or airfields (excluding those of heading no. 8608)\",\r\n\t\t\t\"parent\": \"8530\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853090\",\r\n\t\t\t\"text\": \"853090 - Signalling apparatus; parts of safety, traffic control equipment for railways, tramways, roads, inland waterways, airfields, parking facilities, port instalments (excluding those of heading no. 8608)\",\r\n\t\t\t\"parent\": \"8530\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8531\",\r\n\t\t\t\"text\": \"8531 - Signalling apparatus; electric sound or visual (e.g. bells, sirens, indicator panels, burglar or fire alarms), excluding those of heading no. 8512 or 8530\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853110\",\r\n\t\t\t\"text\": \"853110 - Signalling apparatus; electric, sound or visual, burglar or fire alarms and similar, other than those of heading no. 8512 or 8530\",\r\n\t\t\t\"parent\": \"8531\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853120\",\r\n\t\t\t\"text\": \"853120 - Signalling apparatus; electric, sound or visual, indicator panels incorporating liquid crystal devices (LCD) or light-emitting diodes (LED), excluding those of heading no. 8512 or 8530\",\r\n\t\t\t\"parent\": \"8531\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853180\",\r\n\t\t\t\"text\": \"853180 - Signalling apparatus; electric, sound or visual, apparatus n.e.c. in heading no. 8531, excluding those of heading no. 8512 or 8530\",\r\n\t\t\t\"parent\": \"8531\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853190\",\r\n\t\t\t\"text\": \"853190 - Signalling apparatus; parts of the electric, sound or visual apparatus of heading no. 8531\",\r\n\t\t\t\"parent\": \"8531\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8532\",\r\n\t\t\t\"text\": \"8532 - Electrical capacitors; fixed, variable or adjustable (pre-set)\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853210\",\r\n\t\t\t\"text\": \"853210 - Electrical capacitors; fixed, designed for use in 50/60 Hz circuits and having a reactive power handling capacity of not less than 0.5 kvar (power capacitors)\",\r\n\t\t\t\"parent\": \"8532\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853221\",\r\n\t\t\t\"text\": \"853221 - Electrical capacitors; fixed, tantalum\",\r\n\t\t\t\"parent\": \"8532\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853222\",\r\n\t\t\t\"text\": \"853222 - Electrical capacitors; fixed, aluminium electrolytic\",\r\n\t\t\t\"parent\": \"8532\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853223\",\r\n\t\t\t\"text\": \"853223 - Electrical capacitors; fixed, ceramic dielectric, single layer\",\r\n\t\t\t\"parent\": \"8532\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853224\",\r\n\t\t\t\"text\": \"853224 - Electrical capacitors; fixed, ceramic dielectric, multilayer\",\r\n\t\t\t\"parent\": \"8532\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853225\",\r\n\t\t\t\"text\": \"853225 - Electrical capacitors; fixed, dielectric of paper or plastics\",\r\n\t\t\t\"parent\": \"8532\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853229\",\r\n\t\t\t\"text\": \"853229 - Electrical capacitors; fixed, n.e.c. in heading no. 8532\",\r\n\t\t\t\"parent\": \"8532\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853230\",\r\n\t\t\t\"text\": \"853230 - Electrical capacitors; variable or adjustable (pre-set) capacitors\",\r\n\t\t\t\"parent\": \"8532\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853290\",\r\n\t\t\t\"text\": \"853290 - Electrical capacitors; parts of the capacitors of heading no. 8532\",\r\n\t\t\t\"parent\": \"8532\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8533\",\r\n\t\t\t\"text\": \"8533 - Electrical resistors (including rheostats and potentiometers), excluding heating resistors\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853310\",\r\n\t\t\t\"text\": \"853310 - Electrical resistors; fixed carbon resistors, composition or film types (including rheostats and potentiometers but excluding heating resistors)\",\r\n\t\t\t\"parent\": \"8533\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853321\",\r\n\t\t\t\"text\": \"853321 - Electrical resistors; fixed, for a power handling capacity not exceeding 20W (including rheostats and potentiometers but excluding heating resistors and carbon resistors)\",\r\n\t\t\t\"parent\": \"8533\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853329\",\r\n\t\t\t\"text\": \"853329 - Electrical resistors; fixed, for a power handling capacity exceeding 20W (including rheostats and potentiometers but excluding heating resistors and carbon resistors)\",\r\n\t\t\t\"parent\": \"8533\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853331\",\r\n\t\t\t\"text\": \"853331 - Electrical resistors; wirewound variable, including rheostats and potentiometers, for a power handling capacity not exceeding 20W (excluding heating)\",\r\n\t\t\t\"parent\": \"8533\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853339\",\r\n\t\t\t\"text\": \"853339 - Electrical resistors; wirewound variable, including rheostats and potentiometers, for a power handling capacity exceeding 20W (excluding heating)\",\r\n\t\t\t\"parent\": \"8533\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853340\",\r\n\t\t\t\"text\": \"853340 - Electrical resistors; variable, including rheostats and potentiometers (excluding heating)\",\r\n\t\t\t\"parent\": \"8533\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853390\",\r\n\t\t\t\"text\": \"853390 - Resistors; parts of the resistors of heading no. 8533\",\r\n\t\t\t\"parent\": \"8533\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8534\",\r\n\t\t\t\"text\": \"8534 - Circuits; printed\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853400\",\r\n\t\t\t\"text\": \"853400 - Circuits; printed\",\r\n\t\t\t\"parent\": \"8534\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8535\",\r\n\t\t\t\"text\": \"8535 - Electrical apparatus for switching, protecting electrical circuits, for making connections to or in electrical circuits; for a voltage exceeding 1000 volts\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853510\",\r\n\t\t\t\"text\": \"853510 - Electrical apparatus; fuses, for a voltage exceeding 1000 volts\",\r\n\t\t\t\"parent\": \"8535\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853521\",\r\n\t\t\t\"text\": \"853521 - Electrical apparatus; automatic circuit breakers, for a voltage exceeding 1000 volts but less than 72.5kV\",\r\n\t\t\t\"parent\": \"8535\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853529\",\r\n\t\t\t\"text\": \"853529 - Electrical apparatus; automatic circuit breakers, for a voltage of 72.5kV or more\",\r\n\t\t\t\"parent\": \"8535\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853530\",\r\n\t\t\t\"text\": \"853530 - Electrical apparatus; isolating and make-and-break switches, for a voltage exceeding 1000 volts\",\r\n\t\t\t\"parent\": \"8535\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853540\",\r\n\t\t\t\"text\": \"853540 - Electrical apparatus; lightning arresters, voltage limiters and surge suppressors (for a voltage exceeding 1000 volts)\",\r\n\t\t\t\"parent\": \"8535\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853590\",\r\n\t\t\t\"text\": \"853590 - Electrical apparatus; n.e.c. in heading no. 8535, for switching or protecting electrical circuits, for a voltage exceeding 1000 volts\",\r\n\t\t\t\"parent\": \"8535\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8536\",\r\n\t\t\t\"text\": \"8536 - Electrical apparatus for switching, protecting electrical circuits, for making connections to or in electrical circuits, for a voltage not exceeding 1000 volts; connectors for optical fibres, optical fibre bundles or cables\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853610\",\r\n\t\t\t\"text\": \"853610 - Electrical apparatus; fuses, for a voltage not exceeding 1000 volts\",\r\n\t\t\t\"parent\": \"8536\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853620\",\r\n\t\t\t\"text\": \"853620 - Electrical apparatus; automatic circuit breakers, for a voltage not exceeding 1000 volts\",\r\n\t\t\t\"parent\": \"8536\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853630\",\r\n\t\t\t\"text\": \"853630 - Electrical apparatus; for protecting electrical circuits, n.e.c. in heading no. 8536, for a voltage not exceeding 1000 volts\",\r\n\t\t\t\"parent\": \"8536\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853641\",\r\n\t\t\t\"text\": \"853641 - Electrical apparatus; relays, (for a voltage not exceeding 60 volts)\",\r\n\t\t\t\"parent\": \"8536\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853649\",\r\n\t\t\t\"text\": \"853649 - Electrical apparatus; relays, for a voltage exceeding 60 volts\",\r\n\t\t\t\"parent\": \"8536\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853650\",\r\n\t\t\t\"text\": \"853650 - Electrical apparatus; switches n.e.c. in heading no. 8536, for a voltage not exceeding 1000 volts\",\r\n\t\t\t\"parent\": \"8536\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853661\",\r\n\t\t\t\"text\": \"853661 - Electrical apparatus; lamp-holders, for a voltage not exceeding 1000 volts\",\r\n\t\t\t\"parent\": \"8536\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853669\",\r\n\t\t\t\"text\": \"853669 - Electrical apparatus; plugs and sockets, for a voltage not exceeding 1000 volts\",\r\n\t\t\t\"parent\": \"8536\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853670\",\r\n\t\t\t\"text\": \"853670 - Connectors for optical fibres, optical fibre bundles or cables\",\r\n\t\t\t\"parent\": \"8536\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853690\",\r\n\t\t\t\"text\": \"853690 - Electrical apparatus; n.e.c. in heading no. 8536, for switching or protecting electrical circuits, for a voltage not exceeding 1000 volts\",\r\n\t\t\t\"parent\": \"8536\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8537\",\r\n\t\t\t\"text\": \"8537 - Boards, panels, consoles, desks, cabinets, bases with apparatus of heading no. 8535, 8536 for electricity control and distribution, (other than switching apparatus of heading no. 8517)\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853710\",\r\n\t\t\t\"text\": \"853710 - Boards, panels, consoles, desks and other bases; for electric control or the distribution of electricity, (other than switching apparatus of heading no. 8517), for a voltage not exceeding 1000 volts\",\r\n\t\t\t\"parent\": \"8537\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853720\",\r\n\t\t\t\"text\": \"853720 - Boards, panels, consoles, desks and other bases; for electric control or the distribution of electricity, (other than switching apparatus of heading no. 8517), for a voltage exceeding 1000 volts\",\r\n\t\t\t\"parent\": \"8537\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8538\",\r\n\t\t\t\"text\": \"8538 - Electrical apparatus; parts suitable for use solely or principally with the apparatus of heading no. 8535, 8536 and 8537\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853810\",\r\n\t\t\t\"text\": \"853810 - Electrical apparatus; parts (e.g. boards, panels, consoles, desks, cabinets, other bases), for goods of heading no. 8537, not equipped with their apparatus\",\r\n\t\t\t\"parent\": \"8538\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853890\",\r\n\t\t\t\"text\": \"853890 - Electrical apparatus; parts suitable for use solely or principally with the apparatus of heading no. 8535, 8536 or 8537\",\r\n\t\t\t\"parent\": \"8538\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8539\",\r\n\t\t\t\"text\": \"8539 - Lamps; electric filament or discharge lamps, including sealed beam lamp units and ultra-violet or infra-red lamps, arc lamps, light-emitting diode (LED) light sources\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853910\",\r\n\t\t\t\"text\": \"853910 - Lamps; sealed beam units\",\r\n\t\t\t\"parent\": \"8539\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853921\",\r\n\t\t\t\"text\": \"853921 - Lamps; filament, (excluding ultra-violet or infra-red), tungsten halogen\",\r\n\t\t\t\"parent\": \"8539\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853922\",\r\n\t\t\t\"text\": \"853922 - Lamps; filament, (excluding ultra-violet or infra-red), of a power not exceeding 200W and for a voltage exceeding 100 volts, other than tungsten halogen\",\r\n\t\t\t\"parent\": \"8539\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853929\",\r\n\t\t\t\"text\": \"853929 - Lamps; filament, (excluding ultra-violet or infra-red), n.e.c. in item no. 8539.2\",\r\n\t\t\t\"parent\": \"8539\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853931\",\r\n\t\t\t\"text\": \"853931 - Lamps; discharge, (excluding ultra-violet), fluorescent, hot cathode\",\r\n\t\t\t\"parent\": \"8539\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853932\",\r\n\t\t\t\"text\": \"853932 - Lamps; discharge, (excluding ultra-violet), mercury or sodium vapour lamps, metal halide lamps\",\r\n\t\t\t\"parent\": \"8539\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853939\",\r\n\t\t\t\"text\": \"853939 - Lamps; discharge, (excluding ultra-violet, excluding fluorescent, hot cathode)\",\r\n\t\t\t\"parent\": \"8539\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853940\",\r\n\t\t\t\"text\": \"853940 - Ultra-violet or infra-red lamps, arc lamps\",\r\n\t\t\t\"parent\": \"8539\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853941\",\r\n\t\t\t\"text\": \"853941 - Lamps; arc-lamps\",\r\n\t\t\t\"parent\": \"8539\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853949\",\r\n\t\t\t\"text\": \"853949 - Lamps; ultra-violet or infra-red lamps, (excluding arc-lamps)\",\r\n\t\t\t\"parent\": \"8539\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853950\",\r\n\t\t\t\"text\": \"853950 - Lamps; light-emitting diode (LED) lamps\",\r\n\t\t\t\"parent\": \"8539\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853951\",\r\n\t\t\t\"text\": \"853951 - Lamps; light-emitting diode (LED) light sources, light-emitting diode (LED) modules\",\r\n\t\t\t\"parent\": \"8539\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853952\",\r\n\t\t\t\"text\": \"853952 - Lamps; light-emitting diode (LED) light sources, light-emitting diode (LED) lamps\",\r\n\t\t\t\"parent\": \"8539\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853990\",\r\n\t\t\t\"text\": \"853990 - Lamps; parts of the lamps of heading no. 8539\",\r\n\t\t\t\"parent\": \"8539\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8540\",\r\n\t\t\t\"text\": \"8540 - Thermionic, cold cathode or photo-cathode valves and tubes (e.g. vacuum, vapour, gas filled valves and tubes, mercury arc rectifying valves and tubes, cathode-ray and television camera tubes)\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854011\",\r\n\t\t\t\"text\": \"854011 - Tubes; cathode-ray television picture tubes, including video monitor cathode-ray tubes, colour\",\r\n\t\t\t\"parent\": \"8540\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854012\",\r\n\t\t\t\"text\": \"854012 - Tubes; cathode-ray television picture tubes, including video monitor cathode-ray tubes, monochrome\",\r\n\t\t\t\"parent\": \"8540\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854020\",\r\n\t\t\t\"text\": \"854020 - Tubes; television camera tubes, image converters and intensifiers, other photo-cathode tubes\",\r\n\t\t\t\"parent\": \"8540\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854030\",\r\n\t\t\t\"text\": \"854030 - Cathode-ray tubes, except for television\",\r\n\t\t\t\"parent\": \"8540\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854040\",\r\n\t\t\t\"text\": \"854040 - Tubes; data/graphic display tubes, monochrome; data/graphic display tubes, colour, with a phosphor dot screen pitch smaller than 0.4mm\",\r\n\t\t\t\"parent\": \"8540\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854041\",\r\n\t\t\t\"text\": \"854041 - Magnetron tubes\",\r\n\t\t\t\"parent\": \"8540\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854042\",\r\n\t\t\t\"text\": \"854042 - Klystron tubes\",\r\n\t\t\t\"parent\": \"8540\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854049\",\r\n\t\t\t\"text\": \"854049 - Microwave tubes, except magnetron/klystron\",\r\n\t\t\t\"parent\": \"8540\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854050\",\r\n\t\t\t\"text\": \"854050 - Data/graphic display tubes, black & white/other monochrome\",\r\n\t\t\t\"parent\": \"8540\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854060\",\r\n\t\t\t\"text\": \"854060 - Tubes; cathode ray, n.e.c. in heading no. 8540\",\r\n\t\t\t\"parent\": \"8540\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854071\",\r\n\t\t\t\"text\": \"854071 - Tubes; microwave, magnetrons, excluding grid-controlled tubes\",\r\n\t\t\t\"parent\": \"8540\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854072\",\r\n\t\t\t\"text\": \"854072 - Klystrons\",\r\n\t\t\t\"parent\": \"8540\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854079\",\r\n\t\t\t\"text\": \"854079 - Tubes; microwave (for example klystrons, travelling wave tubes, carlinotrons), excluding magnetrons and grid-controlled tubes\",\r\n\t\t\t\"parent\": \"8540\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854081\",\r\n\t\t\t\"text\": \"854081 - Valves and tubes; receiver or amplifier\",\r\n\t\t\t\"parent\": \"8540\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854089\",\r\n\t\t\t\"text\": \"854089 - Valves and tubes; n.e.c. in heading no. 8540\",\r\n\t\t\t\"parent\": \"8540\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854091\",\r\n\t\t\t\"text\": \"854091 - Tubes; parts of cathode-ray tubes\",\r\n\t\t\t\"parent\": \"8540\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854099\",\r\n\t\t\t\"text\": \"854099 - Valves and tubes; parts of the valves and tubes of heading no. 8540, excluding parts of cathode-ray tubes\",\r\n\t\t\t\"parent\": \"8540\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8541\",\r\n\t\t\t\"text\": \"8541 - Semiconductor devices (e.g. diodes, transistors, semiconductor based transducers); including photovoltaic cells assembled or not in modules or panels, light-emitting diodes (LED) assembled with other LEDs or not, mounted piezo-electric crystals\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854110\",\r\n\t\t\t\"text\": \"854110 - Electrical apparatus; diodes, other than photosensitive or light-emitting diodes (LED)\",\r\n\t\t\t\"parent\": \"8541\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854121\",\r\n\t\t\t\"text\": \"854121 - Electrical apparatus; transistors, (other than photosensitive), with a dissipation rate of less than 1W\",\r\n\t\t\t\"parent\": \"8541\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854129\",\r\n\t\t\t\"text\": \"854129 - Electrical apparatus; transistors, (other than photosensitive), with a dissipation rate of 1W or more\",\r\n\t\t\t\"parent\": \"8541\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854130\",\r\n\t\t\t\"text\": \"854130 - Electrical apparatus; thyristors, diacs and triacs, other than photosensitive devices\",\r\n\t\t\t\"parent\": \"8541\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854140\",\r\n\t\t\t\"text\": \"854140 - Electrical apparatus; photosensitive, including photovoltaic cells, whether or not assembled in modules or made up into panels, light-emitting diodes (LED)\",\r\n\t\t\t\"parent\": \"8541\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854141\",\r\n\t\t\t\"text\": \"854141 - Electrical apparatus; photosensitive semiconductor devices, light emitting diodes (LED)\",\r\n\t\t\t\"parent\": \"8541\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854142\",\r\n\t\t\t\"text\": \"854142 - Electrical apparatus; photosensitive semiconductor devices, photovoltaic cells not assembled in modules or made up into panels\",\r\n\t\t\t\"parent\": \"8541\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854143\",\r\n\t\t\t\"text\": \"854143 - Electrical apparatus; photosensitive semiconductor devices, photovoltaic cells assembled in modules or made up into panels\",\r\n\t\t\t\"parent\": \"8541\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854149\",\r\n\t\t\t\"text\": \"854149 - Electrical apparatus; photosensitive semiconductor devices, diodes other than light emitting diodes and photovoltaic cells whether or not assembled in modules or made up into panels\",\r\n\t\t\t\"parent\": \"8541\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854150\",\r\n\t\t\t\"text\": \"854150 - Electrical apparatus; photosensitive semiconductor devices n.e.c. in heading no. 8541, including photovoltaic cells, whether or not assembled in modules or made up into panels\",\r\n\t\t\t\"parent\": \"8541\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854151\",\r\n\t\t\t\"text\": \"854151 - Electrical apparatus; photosensitive semiconductor devices, semiconductor-based transducers\",\r\n\t\t\t\"parent\": \"8541\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854159\",\r\n\t\t\t\"text\": \"854159 - Electrical apparatus; photosensitive semiconductor devices n.e.c. in heading no. 8541\",\r\n\t\t\t\"parent\": \"8541\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854160\",\r\n\t\t\t\"text\": \"854160 - Crystals; mounted piezo-electric\",\r\n\t\t\t\"parent\": \"8541\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854190\",\r\n\t\t\t\"text\": \"854190 - Electrical apparatus; parts for diodes, transistors and similar semiconductor devices and photosensitive semiconductor devices\",\r\n\t\t\t\"parent\": \"8541\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8542\",\r\n\t\t\t\"text\": \"8542 - Electronic integrated circuits\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854210\",\r\n\t\t\t\"text\": \"854210 - Cards incorp. an electronic integrated circuit (smart cards)\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854211\",\r\n\t\t\t\"text\": \"854211 - Monolithic integrated circuits, digital\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854212\",\r\n\t\t\t\"text\": \"854212 - Cards incorp elect integ\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854213\",\r\n\t\t\t\"text\": \"854213 - Metal oxide semiconducto\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854214\",\r\n\t\t\t\"text\": \"854214 - Circuits obtained by bip\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854219\",\r\n\t\t\t\"text\": \"854219 - Monolithic integrated circuits, except digital\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854220\",\r\n\t\t\t\"text\": \"854220 - Hybrid integrated circuits\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854221\",\r\n\t\t\t\"text\": \"854221 - Monolithic integrated circuits, digital\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854229\",\r\n\t\t\t\"text\": \"854229 - Monolithic integrated circuits, other than digital\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854230\",\r\n\t\t\t\"text\": \"854230 - Monolithic integrated ci\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854231\",\r\n\t\t\t\"text\": \"854231 - Electronic integrated circuits; processors and controllers, whether or not combined with memories, converters, logic circuits, amplifiers, clock and timing circuits, or other circuits\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854232\",\r\n\t\t\t\"text\": \"854232 - Electronic integrated circuits; memories\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854233\",\r\n\t\t\t\"text\": \"854233 - Electronic integrated circuits; amplifiers\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854239\",\r\n\t\t\t\"text\": \"854239 - Electronic integrated circuits; n.e.c. in heading no. 8542\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854240\",\r\n\t\t\t\"text\": \"854240 - Hybrid integrated circui\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854250\",\r\n\t\t\t\"text\": \"854250 - Electronic microassembli\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854260\",\r\n\t\t\t\"text\": \"854260 - Hybrid integrated circuits\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854270\",\r\n\t\t\t\"text\": \"854270 - Electronic microassemblies\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854280\",\r\n\t\t\t\"text\": \"854280 - Electronic integrated circuits/microassemblies, nes\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854290\",\r\n\t\t\t\"text\": \"854290 - Parts of electronic integrated circuits\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8543\",\r\n\t\t\t\"text\": \"8543 - Electrical machines and apparatus; having individual functions, not specified or included elsewhere in this chapter\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854310\",\r\n\t\t\t\"text\": \"854310 - Electrical machines and apparatus; particle accelerators\",\r\n\t\t\t\"parent\": \"8543\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854311\",\r\n\t\t\t\"text\": \"854311 - Ion implanters for dopin\",\r\n\t\t\t\"parent\": \"8543\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854319\",\r\n\t\t\t\"text\": \"854319 - Particle accelerators,ne\",\r\n\t\t\t\"parent\": \"8543\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854320\",\r\n\t\t\t\"text\": \"854320 - Electrical machines and apparatus; signal generators\",\r\n\t\t\t\"parent\": \"8543\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854330\",\r\n\t\t\t\"text\": \"854330 - Electrical machines and apparatus; for electroplating, electrolysis or electrophoresis\",\r\n\t\t\t\"parent\": \"8543\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854340\",\r\n\t\t\t\"text\": \"854340 - Electrical machines and apparatus; electronic cigarettes and similar personal electric vaporising devices\",\r\n\t\t\t\"parent\": \"8543\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854370\",\r\n\t\t\t\"text\": \"854370 - Electrical machines and apparatus; having individual functions, not specified or included elsewhere in this chapter, n.e.c. in heading no. 8543\",\r\n\t\t\t\"parent\": \"8543\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854380\",\r\n\t\t\t\"text\": \"854380 - Electrical machines and apparatus, nes\",\r\n\t\t\t\"parent\": \"8543\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854381\",\r\n\t\t\t\"text\": \"854381 - Proximity cards and tags\",\r\n\t\t\t\"parent\": \"8543\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854389\",\r\n\t\t\t\"text\": \"854389 - Electrical machines and\",\r\n\t\t\t\"parent\": \"8543\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854390\",\r\n\t\t\t\"text\": \"854390 - Electrical machines and apparatus; parts of the electrical goods of heading no. 8543\",\r\n\t\t\t\"parent\": \"8543\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8544\",\r\n\t\t\t\"text\": \"8544 - Insulated wire, cable and other electric conductors, connector fitted or not; optical fibre cables of individually sheathed fibres, whether or not assembled with electric conductors or fitted with connectors\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854411\",\r\n\t\t\t\"text\": \"854411 - Insulated electric conductors; winding wire, of copper\",\r\n\t\t\t\"parent\": \"8544\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854419\",\r\n\t\t\t\"text\": \"854419 - Insulated electric conductors; winding wire, (of other than copper)\",\r\n\t\t\t\"parent\": \"8544\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854420\",\r\n\t\t\t\"text\": \"854420 - Insulated electric conductors; co-axial cable and other co-axial electric conductors\",\r\n\t\t\t\"parent\": \"8544\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854430\",\r\n\t\t\t\"text\": \"854430 - Insulated electric conductors; ignition wiring sets and other wiring sets of a kind used in vehicles, aircraft or ships\",\r\n\t\t\t\"parent\": \"8544\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854441\",\r\n\t\t\t\"text\": \"854441 - Electric conductors, nes < 80 volts, with connectors\",\r\n\t\t\t\"parent\": \"8544\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854442\",\r\n\t\t\t\"text\": \"854442 - Insulated electric conductors; for a voltage not exceeding 1000 volts, fitted with connectors\",\r\n\t\t\t\"parent\": \"8544\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854449\",\r\n\t\t\t\"text\": \"854449 - Insulated electric conductors; for a voltage not exceeding 1000 volts, not fitted with connectors\",\r\n\t\t\t\"parent\": \"8544\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854451\",\r\n\t\t\t\"text\": \"854451 - Electric conductors, 80-1,000 volts, with connectors\",\r\n\t\t\t\"parent\": \"8544\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854459\",\r\n\t\t\t\"text\": \"854459 - Electric conductors, 80-1,000 volts, no connectors\",\r\n\t\t\t\"parent\": \"8544\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854460\",\r\n\t\t\t\"text\": \"854460 - Insulated electric conductors; for a voltage exceeding 1000 volts\",\r\n\t\t\t\"parent\": \"8544\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854470\",\r\n\t\t\t\"text\": \"854470 - Insulated electric conductors; optical fibre cables\",\r\n\t\t\t\"parent\": \"8544\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8545\",\r\n\t\t\t\"text\": \"8545 - Carbon electrodes, carbon brushes, lamp carbons, battery carbons and other articles of graphite or other carbon; with or without metal, of a kind used for electrical purposes\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854511\",\r\n\t\t\t\"text\": \"854511 - Carbon electrodes; with or without metal, of a kind used for furnaces\",\r\n\t\t\t\"parent\": \"8545\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854519\",\r\n\t\t\t\"text\": \"854519 - Carbon electrodes; with or without metal, of a kind used for other than furnaces\",\r\n\t\t\t\"parent\": \"8545\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854520\",\r\n\t\t\t\"text\": \"854520 - Carbon brushes; with or without metal, used for electrical purposes\",\r\n\t\t\t\"parent\": \"8545\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854590\",\r\n\t\t\t\"text\": \"854590 - Carbon; lamp carbons, battery carbons and other articles of graphite or other carbon, with or without metal, of a kind used for electrical purposes\",\r\n\t\t\t\"parent\": \"8545\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8546\",\r\n\t\t\t\"text\": \"8546 - Electrical insulators of any material\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854610\",\r\n\t\t\t\"text\": \"854610 - Electrical insulators; of glass\",\r\n\t\t\t\"parent\": \"8546\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854620\",\r\n\t\t\t\"text\": \"854620 - Electrical insulators; of ceramics\",\r\n\t\t\t\"parent\": \"8546\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854690\",\r\n\t\t\t\"text\": \"854690 - Electrical insulators; other than of glass and ceramics\",\r\n\t\t\t\"parent\": \"8546\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8547\",\r\n\t\t\t\"text\": \"8547 - Insulating fittings; for electrical machines, appliances, equipment, excluding insulators of heading no. 8546, electrical conduit tubing and joints therefore\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854710\",\r\n\t\t\t\"text\": \"854710 - Insulating fittings; of ceramics, for electrical machines, of insulating material only (except minor assembly parts), excluding those of heading no. 8546\",\r\n\t\t\t\"parent\": \"8547\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854720\",\r\n\t\t\t\"text\": \"854720 - Insulating fittings; of plastics, for electrical machines, of insulating material only (except minor assembly parts), excluding those of heading no. 8546\",\r\n\t\t\t\"parent\": \"8547\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854790\",\r\n\t\t\t\"text\": \"854790 - Insulating fittings; (other than of ceramics or plastics), for electrical machines, appliances and equipment, excluding insulators of heading no. 8546\",\r\n\t\t\t\"parent\": \"8547\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8548\",\r\n\t\t\t\"text\": \"8548 - Electrical parts of machinery or apparatus; not specified or elsewhere included in this chapter\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854800\",\r\n\t\t\t\"text\": \"854800 - Electrical parts of machinery or apparatus; not specified or elsewhere included in this chapter\",\r\n\t\t\t\"parent\": \"8548\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854810\",\r\n\t\t\t\"text\": \"854810 - Waste and scrap of primary cells, primary batteries and electric accumulators; spent primary cells, spent primary batteries and spent electric accumulators\",\r\n\t\t\t\"parent\": \"8548\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854890\",\r\n\t\t\t\"text\": \"854890 - Electrical parts of machinery or apparatus; n.e.c. in chapter 85\",\r\n\t\t\t\"parent\": \"8548\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8549\",\r\n\t\t\t\"text\": \"8549 - Electrical and electronic waste and scrap\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854911\",\r\n\t\t\t\"text\": \"854911 - Waste and scrap of lead-acid accumulators; spent lead-acid accumulators\",\r\n\t\t\t\"parent\": \"8549\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854912\",\r\n\t\t\t\"text\": \"854912 - Waste and scrap; of primary cells, primary batteries and electric accumulators, spent or not, containing lead, cadmium or mercury, other than lead-acid accumulators\",\r\n\t\t\t\"parent\": \"8549\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854913\",\r\n\t\t\t\"text\": \"854913 - Waste and scrap; of primary cells, primary batteries and electric accumulators, spent or not, sorted by chemical type and not containing lead, cadmium or mercury\",\r\n\t\t\t\"parent\": \"8549\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854914\",\r\n\t\t\t\"text\": \"854914 - Waste and scrap; of primary cells, primary batteries and electric accumulators, spent or not, unsorted and not containing lead, cadmium or mercury\",\r\n\t\t\t\"parent\": \"8549\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854919\",\r\n\t\t\t\"text\": \"854919 - Waste and scrap; of primary cells, primary batteries and electric accumulators, n.e.c. in item no 8549.1\",\r\n\t\t\t\"parent\": \"8549\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854921\",\r\n\t\t\t\"text\": \"854921 - Electrical and electronic waste and scrap; of a kind used principally for the recovery of precious metal, containing primary cells and batteries, electric accumulators, mercury-switches, glass from cathode ray tubes or other activated glass, or electrical\",\r\n\t\t\t\"parent\": \"8549\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854929\",\r\n\t\t\t\"text\": \"854929 - Waste and scrap; of a kind used principally for the recovery of precious metal n.e.c. in item no 8549.21\",\r\n\t\t\t\"parent\": \"8549\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854931\",\r\n\t\t\t\"text\": \"854931 - Electrical and electronic waste and scrap; electrical and electronic assemblies and printed circuit boards, other than those used principally for the recovery of precious metal, containing primary cells and batteries, electric accumulators, mercury-switch\",\r\n\t\t\t\"parent\": \"8549\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854939\",\r\n\t\t\t\"text\": \"854939 - Waste and scrap; electrical and electronic assemblies and printed circuit boards, other than those used principally for the recovery of precious metal n.e.c. in item no 8549.31\",\r\n\t\t\t\"parent\": \"8549\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854991\",\r\n\t\t\t\"text\": \"854991 - Waste and scrap; n.e.c. in heading no 8549\",\r\n\t\t\t\"parent\": \"8549\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854999\",\r\n\t\t\t\"text\": \"854999 - Waste and scrap; n.e.c. in item no 8549.91\",\r\n\t\t\t\"parent\": \"8549\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"86\",\r\n\t\t\t\"text\": \"86 - Railway, tramway locomotives, rolling-stock and parts thereof; railway or tramway track fixtures and fittings and parts thereof; mechanical (including electro-mechanical) traffic signalling equipment of all kinds\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8601\",\r\n\t\t\t\"text\": \"8601 - Rail locomotives; powered from an external source of electricity or by electric accumulators\",\r\n\t\t\t\"parent\": \"86\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860110\",\r\n\t\t\t\"text\": \"860110 - Rail locomotives; powered from an external source of electricity\",\r\n\t\t\t\"parent\": \"8601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860120\",\r\n\t\t\t\"text\": \"860120 - Rail locomotives; powered by electric accumulators\",\r\n\t\t\t\"parent\": \"8601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8602\",\r\n\t\t\t\"text\": \"8602 - Rail locomotives; (other than those of heading no. 8601), locomotive tenders\",\r\n\t\t\t\"parent\": \"86\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860210\",\r\n\t\t\t\"text\": \"860210 - Rail locomotives; diesel-electric powered\",\r\n\t\t\t\"parent\": \"8602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860290\",\r\n\t\t\t\"text\": \"860290 - Rail locomotives and locomotive tenders; other than diesel-electric powered\",\r\n\t\t\t\"parent\": \"8602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8603\",\r\n\t\t\t\"text\": \"8603 - Railway or tramway coaches, vans and trucks; self-propelled tenders, other than those of heading no. 8604\",\r\n\t\t\t\"parent\": \"86\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860310\",\r\n\t\t\t\"text\": \"860310 - Railway or tramway coaches, vans and trucks; self-propelled, powered from an external source of electricity (excluding those of heading no. 8604)\",\r\n\t\t\t\"parent\": \"8603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860390\",\r\n\t\t\t\"text\": \"860390 - Railway or tramway coaches, vans and trucks; self-propelled, powered other than from an external source of electricity (excluding those of heading no. 8604)\",\r\n\t\t\t\"parent\": \"8603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8604\",\r\n\t\t\t\"text\": \"8604 - Railway or tramway maintenance or service vehicles; whether or not self-propelled (e.g. workshops, cranes, ballast tampers, trackliners, testing coaches and track inspection vehicles)\",\r\n\t\t\t\"parent\": \"86\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860400\",\r\n\t\t\t\"text\": \"860400 - Railway or tramway maintenance or service vehicles; whether or not self-propelled (e.g. workshops, cranes, ballast tampers, trackliners, testing coaches and track inspection vehicles)\",\r\n\t\t\t\"parent\": \"8604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8605\",\r\n\t\t\t\"text\": \"8605 - Railway or tramway coaches; passenger coaches, luggage vans, post office coaches and other special purpose railway or tramway coaches, not self-propelled (excluding those of heading no. 8604)\",\r\n\t\t\t\"parent\": \"86\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860500\",\r\n\t\t\t\"text\": \"860500 - Railway or tramway coaches; passenger coaches, luggage vans, post office coaches and other special purpose railway or tramway coaches, not self-propelled (excluding those of heading no. 8604)\",\r\n\t\t\t\"parent\": \"8605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8606\",\r\n\t\t\t\"text\": \"8606 - Railway or tramway goods vans and wagons; not self-propelled\",\r\n\t\t\t\"parent\": \"86\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860610\",\r\n\t\t\t\"text\": \"860610 - Railway or tramway goods vans and wagons; tank wagons and the like, not self-propelled\",\r\n\t\t\t\"parent\": \"8606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860620\",\r\n\t\t\t\"text\": \"860620 - Railway wagons, insulated/refrigerated except tank ca\",\r\n\t\t\t\"parent\": \"8606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860630\",\r\n\t\t\t\"text\": \"860630 - Railway or tramway goods vans and wagons; self-discharging, not self-propelled, excluding those of item no. 8606.10\",\r\n\t\t\t\"parent\": \"8606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860691\",\r\n\t\t\t\"text\": \"860691 - Railway or tramway goods vans and wagons; covered and closed, not self-propelled\",\r\n\t\t\t\"parent\": \"8606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860692\",\r\n\t\t\t\"text\": \"860692 - Railway or tramway goods vans and wagons; open, with non-removable sides of a height exceeding 60cm, not self-propelled\",\r\n\t\t\t\"parent\": \"8606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860699\",\r\n\t\t\t\"text\": \"860699 - Railway or tramway goods vans and wagons; n.e.c. in heading no. 8606, not self-propelled\",\r\n\t\t\t\"parent\": \"8606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8607\",\r\n\t\t\t\"text\": \"8607 - Railway or tramway locomotives or rolling stock; parts thereof\",\r\n\t\t\t\"parent\": \"86\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860711\",\r\n\t\t\t\"text\": \"860711 - Railway or tramway locomotives or rolling stock; parts, driving bogies and bissel-bogies\",\r\n\t\t\t\"parent\": \"8607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860712\",\r\n\t\t\t\"text\": \"860712 - Railway or tramway locomotives or rolling stock; parts, bogies and bissel-bogies (excluding driving bogies and bissel-bogies)\",\r\n\t\t\t\"parent\": \"8607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860719\",\r\n\t\t\t\"text\": \"860719 - Railway or tramway locomotives or rolling stock; parts, axles and wheels, and parts thereof\",\r\n\t\t\t\"parent\": \"8607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860721\",\r\n\t\t\t\"text\": \"860721 - Railway or tramway locomotives or rolling stock; parts, air brakes and parts thereof\",\r\n\t\t\t\"parent\": \"8607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860729\",\r\n\t\t\t\"text\": \"860729 - Railway or tramway locomotives or rolling stock; parts, brakes (other than air brakes) and parts thereof\",\r\n\t\t\t\"parent\": \"8607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860730\",\r\n\t\t\t\"text\": \"860730 - Railway or tramway locomotives or rolling stock; parts, hooks and other coupling devices, buffers and parts thereof\",\r\n\t\t\t\"parent\": \"8607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860791\",\r\n\t\t\t\"text\": \"860791 - Railway or tramway locomotives; parts n.e.c. in heading no. 8607\",\r\n\t\t\t\"parent\": \"8607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860799\",\r\n\t\t\t\"text\": \"860799 - Railway or tramway rolling stock; parts n.e.c. in heading no. 8607\",\r\n\t\t\t\"parent\": \"8607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8608\",\r\n\t\t\t\"text\": \"8608 - Railway or tramway track fixtures and fittings; mechanical (including electro-mechanical) signalling, safety or traffic control equipment for railways, tramways, roads, inland waterways, parking facilities, port installations or airfields; parts thereof\",\r\n\t\t\t\"parent\": \"86\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860800\",\r\n\t\t\t\"text\": \"860800 - Railway or tramway track fixtures and fittings; mechanical (including electro-mechanical) signalling, safety or traffic control equipment for railways, tramways, roads, inland waterways, parking facilities, port installations or airfields; parts thereof\",\r\n\t\t\t\"parent\": \"8608\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8609\",\r\n\t\t\t\"text\": \"8609 - Containers; (including containers for transport of fluids) specially designed and equipped for carriage by one or more modes of transport\",\r\n\t\t\t\"parent\": \"86\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860900\",\r\n\t\t\t\"text\": \"860900 - Containers; (including containers for transport of fluids) specially designed and equipped for carriage by one or more modes of transport\",\r\n\t\t\t\"parent\": \"8609\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"87\",\r\n\t\t\t\"text\": \"87 - Vehicles; other than railway or tramway rolling stock, and parts and accessories thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8701\",\r\n\t\t\t\"text\": \"8701 - Tractors; (other than tractors of heading no 8709)\",\r\n\t\t\t\"parent\": \"87\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870110\",\r\n\t\t\t\"text\": \"870110 - Tractors; single axle\",\r\n\t\t\t\"parent\": \"8701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870120\",\r\n\t\t\t\"text\": \"870120 - Tractors; road, for semi-trailers\",\r\n\t\t\t\"parent\": \"8701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870121\",\r\n\t\t\t\"text\": \"870121 - Tractors; road tractors for semi-trailers, with only compression-ignition internal combustion piston engine (diesel or semi-diesel)\",\r\n\t\t\t\"parent\": \"8701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870122\",\r\n\t\t\t\"text\": \"870122 - Tractors; road tractors for semi-trailers, with both compression-ignition internal combustion piston engine (diesel or semi-diesel) and electric motors for propulsion\",\r\n\t\t\t\"parent\": \"8701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870123\",\r\n\t\t\t\"text\": \"870123 - Tractors; road tractors for semi-trailers, with both spark-ignition internal combustion piston engine and electric motors for propulsion\",\r\n\t\t\t\"parent\": \"8701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870124\",\r\n\t\t\t\"text\": \"870124 - Tractors; road tractors for semi-trailers, with only electric motors for propulsion\",\r\n\t\t\t\"parent\": \"8701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870129\",\r\n\t\t\t\"text\": \"870129 - Tractors; road tractors for semi-trailers, with other propulsion methods n.e.c. in item no 8701.2\",\r\n\t\t\t\"parent\": \"8701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870130\",\r\n\t\t\t\"text\": \"870130 - Tractors; track-laying\",\r\n\t\t\t\"parent\": \"8701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870190\",\r\n\t\t\t\"text\": \"870190 - Tractors; n.e.c. in heading no 8701 (other than tractors of heading no 8709)\",\r\n\t\t\t\"parent\": \"8701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870191\",\r\n\t\t\t\"text\": \"870191 - Tractors; n.e.c. in heading no 8701 (other than tractors of heading no 8709); of an engine power not exceeding 18kW\",\r\n\t\t\t\"parent\": \"8701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870192\",\r\n\t\t\t\"text\": \"870192 - Tractors; n.e.c. in heading no 8701 (other than tractors of heading no 8709); of an engine power exceeding 18kW but not exceeding 37kW\",\r\n\t\t\t\"parent\": \"8701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870193\",\r\n\t\t\t\"text\": \"870193 - Tractors; n.e.c. in heading no 8701 (other than tractors of heading no 8709); of an engine power exceeding 37kW but not exceeding 75kW\",\r\n\t\t\t\"parent\": \"8701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870194\",\r\n\t\t\t\"text\": \"870194 - Tractors; n.e.c. in heading no 8701 (other than tractors of heading no 8709); of an engine power exceeding 75kW but not exceeding 130kW\",\r\n\t\t\t\"parent\": \"8701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870195\",\r\n\t\t\t\"text\": \"870195 - Tractors; n.e.c. in heading no 8701 (other than tractors of heading no 8709); of an engine power exceeding 130kW\",\r\n\t\t\t\"parent\": \"8701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8702\",\r\n\t\t\t\"text\": \"8702 - Vehicles; public transport passenger type\",\r\n\t\t\t\"parent\": \"87\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870210\",\r\n\t\t\t\"text\": \"870210 - Vehicles; public transport type (carries 10 or more persons, including driver), with only compression-ignition internal combustion piston engine (diesel or semi-diesel), new or used\",\r\n\t\t\t\"parent\": \"8702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870220\",\r\n\t\t\t\"text\": \"870220 - Vehicles; public transport type (carries 10 or more persons, including driver), with both compression-ignition internal combustion piston engine (diesel or semi-diesel) and electric motor for propulsion, new or used\",\r\n\t\t\t\"parent\": \"8702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870230\",\r\n\t\t\t\"text\": \"870230 - Vehicles; public transport type (carries 10 or more persons, including driver), with both compression-ignition internal combustion piston engine (diesel or semi-diesel) and electric motor for propulsion, new or used\",\r\n\t\t\t\"parent\": \"8702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870240\",\r\n\t\t\t\"text\": \"870240 - Vehicles; public transport type (carries 10 or more persons, including driver), with only electric motor for propulsion, new or used\",\r\n\t\t\t\"parent\": \"8702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870290\",\r\n\t\t\t\"text\": \"870290 - Vehicles; public transport type (carries 10 or more persons, including driver), n.e.c. in heading 8702, new or used\",\r\n\t\t\t\"parent\": \"8702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8703\",\r\n\t\t\t\"text\": \"8703 - Motor cars and other motor vehicles; principally designed for the transport of persons (other than those of heading no. 8702), including station wagons and racing cars\",\r\n\t\t\t\"parent\": \"87\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870310\",\r\n\t\t\t\"text\": \"870310 - Vehicles; specially designed for travelling on snow, golf cars and similar vehicles\",\r\n\t\t\t\"parent\": \"8703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870321\",\r\n\t\t\t\"text\": \"870321 - Vehicles; with only spark-ignition internal combustion piston engine, cylinder capacity not over 1000cc\",\r\n\t\t\t\"parent\": \"8703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870322\",\r\n\t\t\t\"text\": \"870322 - Vehicles; with only spark-ignition internal combustion piston engine, cylinder capacity over 1000 but not over 1500cc\",\r\n\t\t\t\"parent\": \"8703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870323\",\r\n\t\t\t\"text\": \"870323 - Vehicles; with only spark-ignition internal combustion reciprocating piston engine, cylinder capacity over 1500 but not over 3000cc\",\r\n\t\t\t\"parent\": \"8703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870324\",\r\n\t\t\t\"text\": \"870324 - Vehicles; with only spark-ignition internal combustion reciprocating piston engine, cylinder capacity over 3000cc\",\r\n\t\t\t\"parent\": \"8703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870331\",\r\n\t\t\t\"text\": \"870331 - Vehicles; with only compression-ignition internal combustion piston engine (diesel or semi-diesel), cylinder capacity not over 1500cc\",\r\n\t\t\t\"parent\": \"8703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870332\",\r\n\t\t\t\"text\": \"870332 - Vehicles; with only compression-ignition internal combustion piston engine (diesel or semi-diesel), cylinder capacity over 1500 but not over 2500cc\",\r\n\t\t\t\"parent\": \"8703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870333\",\r\n\t\t\t\"text\": \"870333 - Vehicles; with only compression-ignition internal combustion piston engine (diesel or semi-diesel), cylinder capacity over 2500cc\",\r\n\t\t\t\"parent\": \"8703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870340\",\r\n\t\t\t\"text\": \"870340 - Vehicles; with both spark-ignition internal combustion piston engine and electric motor for propulsion, incapable of being charged by plugging to external source of electric power\",\r\n\t\t\t\"parent\": \"8703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870350\",\r\n\t\t\t\"text\": \"870350 - Vehicles; with both compression-ignition internal combustion piston engine (diesel or semi-diesel) and electric motor for propulsion, incapable of being charged by plugging to external source of electric power\",\r\n\t\t\t\"parent\": \"8703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870360\",\r\n\t\t\t\"text\": \"870360 - Vehicles; with both spark-ignition internal combustion piston engine and electric motor for propulsion, capable of being charged by plugging to external source of electric power\",\r\n\t\t\t\"parent\": \"8703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870370\",\r\n\t\t\t\"text\": \"870370 - Vehicles; with both compression-ignition internal combustion piston engine (diesel or semi-diesel) and electric motor for propulsion, capable of being charged by plugging to external source of electric power\",\r\n\t\t\t\"parent\": \"8703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870380\",\r\n\t\t\t\"text\": \"870380 - Vehicles; with only electric motor for propulsion\",\r\n\t\t\t\"parent\": \"8703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870390\",\r\n\t\t\t\"text\": \"870390 - Vehicles; for transport of persons (other than those of heading no. 8702) n.e.c. in heading no. 8703\",\r\n\t\t\t\"parent\": \"8703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8704\",\r\n\t\t\t\"text\": \"8704 - Vehicles; for the transport of goods\",\r\n\t\t\t\"parent\": \"87\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870410\",\r\n\t\t\t\"text\": \"870410 - Vehicles; dumpers, designed for off-highway use, for transport of goods\",\r\n\t\t\t\"parent\": \"8704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870421\",\r\n\t\t\t\"text\": \"870421 - Vehicles; with only compression-ignition internal combustion piston engine (diesel or semi-diesel), for transport of goods, (of a gvw not exceeding 5 tonnes), n.e.c. in item no 8704.1\",\r\n\t\t\t\"parent\": \"8704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870422\",\r\n\t\t\t\"text\": \"870422 - Vehicles; with only compression-ignition internal combustion piston engine (diesel or semi-diesel), for transport of goods, (of a g.v.w. exceeding 5 tonnes but not exceeding 20 tonnes), n.e.c. in item no 8704.1\",\r\n\t\t\t\"parent\": \"8704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870423\",\r\n\t\t\t\"text\": \"870423 - Vehicles; with only compression-ignition internal combustion piston engine (diesel or semi-diesel), for transport of goods, (of a g.v.w. exceeding 20 tonnes), n.e.c. in item no 8704.1\",\r\n\t\t\t\"parent\": \"8704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870431\",\r\n\t\t\t\"text\": \"870431 - Vehicles; with only spark-ignition internal combustion piston engine, for transport of goods, (of a g.v.w. not exceeding 5 tonnes), n.e.c. in item no 8704.1\",\r\n\t\t\t\"parent\": \"8704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870432\",\r\n\t\t\t\"text\": \"870432 - Vehicles; with only spark-ignition internal combustion piston engine, for transport of goods, (of a g.v.w. exceeding 5 tonnes), n.e.c. in item no 8704.1\",\r\n\t\t\t\"parent\": \"8704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870441\",\r\n\t\t\t\"text\": \"870441 - Vehicles; with both compression-ignition internal combustion piston engine (diesel/semi-diesel) and electric motor as motor for propulsion, unassembled as in section 14, (gvw not exceeding 5000kg), for the transport of goods, vans\",\r\n\t\t\t\"parent\": \"8704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870442\",\r\n\t\t\t\"text\": \"870442 - Vehicles; with both compression-ignition internal combustion piston engine (diesel/semi-diesel) and electric motors for propulsion, of a g.v.w. exceeding 5,000kg but not exceeding 20,000kg\",\r\n\t\t\t\"parent\": \"8704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870443\",\r\n\t\t\t\"text\": \"870443 - Vehicles; with both compression-ignition internal combustion piston engine (diesel/semi-diesel) and electric motors for propulsion, of a g.v.w. exceeding 20,000kg\",\r\n\t\t\t\"parent\": \"8704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870451\",\r\n\t\t\t\"text\": \"870451 - Vehicles; with both spark-ignition internal combustion piston engine and electric motors for propulsion, of a g.v.w. not exceeding 5,000kg\",\r\n\t\t\t\"parent\": \"8704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870452\",\r\n\t\t\t\"text\": \"870452 - Vehicles; with both spark-ignition internal combustion piston engine and electric motors for propulsion, of a g.v.w. exceeding 5,000kg\",\r\n\t\t\t\"parent\": \"8704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870460\",\r\n\t\t\t\"text\": \"870460 - Vehicles; with only electric motor for propulsion\",\r\n\t\t\t\"parent\": \"8704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870490\",\r\n\t\t\t\"text\": \"870490 - Vehicles; for transport of goods, n.e.c. in heading no. 8704\",\r\n\t\t\t\"parent\": \"8704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8705\",\r\n\t\t\t\"text\": \"8705 - Special purpose motor vehicles; not those for the transport of persons or goods (e.g. breakdown lorries, road sweeper lorries, spraying lorries, mobile workshops, mobile radiological units etc)\",\r\n\t\t\t\"parent\": \"87\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870510\",\r\n\t\t\t\"text\": \"870510 - Vehicles; crane lorries\",\r\n\t\t\t\"parent\": \"8705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870520\",\r\n\t\t\t\"text\": \"870520 - Vehicles; mobile drilling derricks\",\r\n\t\t\t\"parent\": \"8705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870530\",\r\n\t\t\t\"text\": \"870530 - Vehicles; fire fighting vehicles\",\r\n\t\t\t\"parent\": \"8705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870540\",\r\n\t\t\t\"text\": \"870540 - Vehicles; concrete-mixer lorries\",\r\n\t\t\t\"parent\": \"8705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870590\",\r\n\t\t\t\"text\": \"870590 - Vehicles; break-down lorries, road-sweepers, spraying lorries, mobile workshops, mobile radiological units, and other special purpose vehicles n.e.c. in heading no. 8705\",\r\n\t\t\t\"parent\": \"8705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8706\",\r\n\t\t\t\"text\": \"8706 - Chassis; fitted with engines, for the motor vehicles of heading no. 8701 to 8705\",\r\n\t\t\t\"parent\": \"87\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870600\",\r\n\t\t\t\"text\": \"870600 - Chassis; fitted with engines, for the motor vehicles of heading no. 8701 to 8705\",\r\n\t\t\t\"parent\": \"8706\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8707\",\r\n\t\t\t\"text\": \"8707 - Bodies; (including cabs) for the motor vehicles of heading no. 8701 to 8705\",\r\n\t\t\t\"parent\": \"87\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870710\",\r\n\t\t\t\"text\": \"870710 - Vehicles; bodies (including cabs) for the motor vehicles of heading no. 8703\",\r\n\t\t\t\"parent\": \"8707\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870790\",\r\n\t\t\t\"text\": \"870790 - Vehicles; bodies (including cabs) for the motor vehicles of heading no. 8701, 8702, 8704 or 8705\",\r\n\t\t\t\"parent\": \"8707\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8708\",\r\n\t\t\t\"text\": \"8708 - Motor vehicles; parts and accessories, of heading no. 8701 to 8705\",\r\n\t\t\t\"parent\": \"87\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870810\",\r\n\t\t\t\"text\": \"870810 - Vehicles; bumpers and parts thereof, for the vehicles of heading no. 8701 to 8705\",\r\n\t\t\t\"parent\": \"8708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870821\",\r\n\t\t\t\"text\": \"870821 - Vehicles; parts of bodies, safety seat belts\",\r\n\t\t\t\"parent\": \"8708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870822\",\r\n\t\t\t\"text\": \"870822 - Vehicles; parts and accessories, front windscreens (windshields), rear windows and other windows specified in subheading note 1 to this chapter\",\r\n\t\t\t\"parent\": \"8708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870829\",\r\n\t\t\t\"text\": \"870829 - Vehicles; parts and accessories, of bodies, other than safety seat belts\",\r\n\t\t\t\"parent\": \"8708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870830\",\r\n\t\t\t\"text\": \"870830 - Vehicle parts; brakes, servo-brakes and parts thereof\",\r\n\t\t\t\"parent\": \"8708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870831\",\r\n\t\t\t\"text\": \"870831 - Mounted brake linings for motor vehicles\",\r\n\t\t\t\"parent\": \"8708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870839\",\r\n\t\t\t\"text\": \"870839 - Brake system parts except linings for motor vehicles\",\r\n\t\t\t\"parent\": \"8708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870840\",\r\n\t\t\t\"text\": \"870840 - Vehicle parts; gear boxes and parts thereof\",\r\n\t\t\t\"parent\": \"8708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870850\",\r\n\t\t\t\"text\": \"870850 - Vehicle parts; drive-axles with differential, whether or not provided with other transmission components, and non-driving axles; parts thereof\",\r\n\t\t\t\"parent\": \"8708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870860\",\r\n\t\t\t\"text\": \"870860 - Non-driving axles/parts for motor vehicles\",\r\n\t\t\t\"parent\": \"8708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870870\",\r\n\t\t\t\"text\": \"870870 - Vehicle parts; road wheels and parts and accessories thereof\",\r\n\t\t\t\"parent\": \"8708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870880\",\r\n\t\t\t\"text\": \"870880 - Vehicle parts; suspension systems and parts thereof (including shock-absorbers)\",\r\n\t\t\t\"parent\": \"8708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870891\",\r\n\t\t\t\"text\": \"870891 - Vehicle parts; radiators and parts thereof\",\r\n\t\t\t\"parent\": \"8708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870892\",\r\n\t\t\t\"text\": \"870892 - Vehicle parts; silencers (mufflers) and exhaust pipes; parts thereof\",\r\n\t\t\t\"parent\": \"8708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870893\",\r\n\t\t\t\"text\": \"870893 - Vehicle parts; clutches and parts thereof\",\r\n\t\t\t\"parent\": \"8708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870894\",\r\n\t\t\t\"text\": \"870894 - Vehicle parts; steering wheels, steering columns and steering boxes; parts thereof\",\r\n\t\t\t\"parent\": \"8708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870895\",\r\n\t\t\t\"text\": \"870895 - Vehicle parts; safety airbags with inflater system; parts thereof\",\r\n\t\t\t\"parent\": \"8708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870899\",\r\n\t\t\t\"text\": \"870899 - Vehicle parts and accessories; n.e.c. in heading no. 8708\",\r\n\t\t\t\"parent\": \"8708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8709\",\r\n\t\t\t\"text\": \"8709 - Works trucks, self-propelled, (not fitted with lifting or handling equipment), for factories, warehouses etc, for short distance transport of goods, tractors used on railway station platforms; parts thereof\",\r\n\t\t\t\"parent\": \"87\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870911\",\r\n\t\t\t\"text\": \"870911 - Vehicles; electrical, self-propelled, (not fitted with lifting or handling equipment), of the type used for short distance transport of goods in factories, warehouses, dock areas or airports\",\r\n\t\t\t\"parent\": \"8709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870919\",\r\n\t\t\t\"text\": \"870919 - Vehicles; (not electrical), self-propelled, without handling equipment, used for short distance transport of goods in factories, airports and such, and tractors of the type used on railway station platforms\",\r\n\t\t\t\"parent\": \"8709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870990\",\r\n\t\t\t\"text\": \"870990 - Vehicles; parts of the vehicles of heading no. 8709\",\r\n\t\t\t\"parent\": \"8709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8710\",\r\n\t\t\t\"text\": \"8710 - Tanks and other armoured fighting vehicles; motorised, whether or not fitted with weapons, and parts of such vehicles\",\r\n\t\t\t\"parent\": \"87\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871000\",\r\n\t\t\t\"text\": \"871000 - Tanks and other armoured fighting vehicles; motorised, whether or not fitted with weapons, and parts of such vehicles\",\r\n\t\t\t\"parent\": \"8710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8711\",\r\n\t\t\t\"text\": \"8711 - Motorcycles (including mopeds) and cycles; fitted with an auxiliary motor, with or without side-cars; side-cars\",\r\n\t\t\t\"parent\": \"87\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871110\",\r\n\t\t\t\"text\": \"871110 - Motorcycles (including mopeds) and cycles; fitted with an auxiliary motor, with internal combustion piston engine of a cylinder capacity not exceeding 50cc, with or without side-cars; side-cars\",\r\n\t\t\t\"parent\": \"8711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871120\",\r\n\t\t\t\"text\": \"871120 - Motorcycles (including mopeds) and cycles; fitted with an auxiliary motor, internal combustion piston engine, of cylinder capacity exceeding 50cc but not exceeding 250cc, with or without side-cars; side-cars\",\r\n\t\t\t\"parent\": \"8711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871130\",\r\n\t\t\t\"text\": \"871130 - Motorcycles (including mopeds) and cycles; fitted with an auxiliary motor, internal combustion piston engine, of cylinder capacity exceeding 250cc but not exceeding 500cc, with or without side-cars; side-cars\",\r\n\t\t\t\"parent\": \"8711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871140\",\r\n\t\t\t\"text\": \"871140 - Motorcycles (including mopeds) and cycles; fitted with auxiliary motor, internal combustion piston engine of cylinder capacity exceeding 500cc but not exceeding 800cc, with or without sidecars; side-cars\",\r\n\t\t\t\"parent\": \"8711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871150\",\r\n\t\t\t\"text\": \"871150 - Motorcycles (including mopeds) and cycles; fitted with auxiliary motor, with internal combustion piston engine of a cylinder capacity exceeding 800cc, with or without side-cars; side-cars\",\r\n\t\t\t\"parent\": \"8711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871160\",\r\n\t\t\t\"text\": \"871160 - Motorcycles (including mopeds) and cycles; fitted with auxiliary motor, with electric motor for propulsion, with or without side-cars; side-cars\",\r\n\t\t\t\"parent\": \"8711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871190\",\r\n\t\t\t\"text\": \"871190 - Motorcycles (including mopeds) and cycles; n.e.c. in heading no. 8711, fitted with auxiliary motor, with or without side-cars; side-cars\",\r\n\t\t\t\"parent\": \"8711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8712\",\r\n\t\t\t\"text\": \"8712 - Bicycles and other cycles; including delivery tricycles, not motorised\",\r\n\t\t\t\"parent\": \"87\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871200\",\r\n\t\t\t\"text\": \"871200 - Bicycles and other cycles; including delivery tricycles, not motorised\",\r\n\t\t\t\"parent\": \"8712\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8713\",\r\n\t\t\t\"text\": \"8713 - Carriages for disabled persons; whether or not motorised or otherwise mechanically propelled\",\r\n\t\t\t\"parent\": \"87\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871310\",\r\n\t\t\t\"text\": \"871310 - Carriages for disabled persons; not mechanically propelled\",\r\n\t\t\t\"parent\": \"8713\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871390\",\r\n\t\t\t\"text\": \"871390 - Carriages for disabled persons; mechanically propelled\",\r\n\t\t\t\"parent\": \"8713\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8714\",\r\n\t\t\t\"text\": \"8714 - Vehicles; parts and accessories of heading no. 8711 to 8713\",\r\n\t\t\t\"parent\": \"87\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871410\",\r\n\t\t\t\"text\": \"871410 - Motorcycles (including mopeds); parts and accessories\",\r\n\t\t\t\"parent\": \"8714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871411\",\r\n\t\t\t\"text\": \"871411 - Saddles for motorcycles (incl. mopeds)\",\r\n\t\t\t\"parent\": \"8714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871419\",\r\n\t\t\t\"text\": \"871419 - Parts & accessories of motorcycles (incl. mopeds), other than saddles\",\r\n\t\t\t\"parent\": \"8714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871420\",\r\n\t\t\t\"text\": \"871420 - Carriages for disabled persons; parts and accessories thereof\",\r\n\t\t\t\"parent\": \"8714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871491\",\r\n\t\t\t\"text\": \"871491 - Cycles; frames and forks, and parts thereof\",\r\n\t\t\t\"parent\": \"8714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871492\",\r\n\t\t\t\"text\": \"871492 - Cycles; parts thereof, wheel rims and spokes\",\r\n\t\t\t\"parent\": \"8714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871493\",\r\n\t\t\t\"text\": \"871493 - Cycles; parts thereof, hubs (other than coaster braking hubs and hub brakes) and free-wheel sprocket-wheels\",\r\n\t\t\t\"parent\": \"8714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871494\",\r\n\t\t\t\"text\": \"871494 - Cycles; parts thereof, brakes, including coaster braking hubs and hub-brakes, and parts thereof\",\r\n\t\t\t\"parent\": \"8714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871495\",\r\n\t\t\t\"text\": \"871495 - Cycles; parts thereof, saddles\",\r\n\t\t\t\"parent\": \"8714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871496\",\r\n\t\t\t\"text\": \"871496 - Cycles; parts, pedals and crank-gear, and parts thereof\",\r\n\t\t\t\"parent\": \"8714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871499\",\r\n\t\t\t\"text\": \"871499 - Cycles; parts thereof, n.e.c. in item no. 8714.9\",\r\n\t\t\t\"parent\": \"8714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8715\",\r\n\t\t\t\"text\": \"8715 - Baby carriages and parts thereof\",\r\n\t\t\t\"parent\": \"87\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871500\",\r\n\t\t\t\"text\": \"871500 - Baby carriages and parts thereof\",\r\n\t\t\t\"parent\": \"8715\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8716\",\r\n\t\t\t\"text\": \"8716 - Trailers and semi-trailers; other vehicles, not mechanically propelled; parts thereof\",\r\n\t\t\t\"parent\": \"87\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871610\",\r\n\t\t\t\"text\": \"871610 - Trailers and semi-trailers; of the caravan type, for housing or camping\",\r\n\t\t\t\"parent\": \"8716\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871620\",\r\n\t\t\t\"text\": \"871620 - Trailers and semi-trailers; self-loading or self-unloading, for agricultural purposes\",\r\n\t\t\t\"parent\": \"8716\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871631\",\r\n\t\t\t\"text\": \"871631 - Tanker trailers and tanker semi-trailers\",\r\n\t\t\t\"parent\": \"8716\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871639\",\r\n\t\t\t\"text\": \"871639 - Trailers and semi-trailers; (other than tanker type)\",\r\n\t\t\t\"parent\": \"8716\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871640\",\r\n\t\t\t\"text\": \"871640 - Trailers and semi-trailers; n.e.c. in item no. 8716.3\",\r\n\t\t\t\"parent\": \"8716\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871680\",\r\n\t\t\t\"text\": \"871680 - Vehicles; n.e.c. in heading no. 8716\",\r\n\t\t\t\"parent\": \"8716\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871690\",\r\n\t\t\t\"text\": \"871690 - Trailers, semi-trailers and other vehicles not mechanically propelled; parts thereof for heading no. 8716\",\r\n\t\t\t\"parent\": \"8716\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"88\",\r\n\t\t\t\"text\": \"88 - Aircraft, spacecraft, and parts thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8801\",\r\n\t\t\t\"text\": \"8801 - Balloons and dirigibles; gliders, hang gliders and other non-powered aircraft.\",\r\n\t\t\t\"parent\": \"88\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880100\",\r\n\t\t\t\"text\": \"880100 - Balloons and dirigibles; gliders, hang gliders and other non-powered aircraft.\",\r\n\t\t\t\"parent\": \"8801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880110\",\r\n\t\t\t\"text\": \"880110 - Gliders, hang gliders\",\r\n\t\t\t\"parent\": \"8801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880190\",\r\n\t\t\t\"text\": \"880190 - Balloons, dirigibles, non-powered aircraft nes\",\r\n\t\t\t\"parent\": \"8801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8802\",\r\n\t\t\t\"text\": \"8802 - Aircraft n.e.c. in heading no. 8801, except unmanned aircraft of heading 8806, (e.g. helicopters, aeroplanes); spacecraft (including satellites) and suborbital and spacecraft launch vehicles\",\r\n\t\t\t\"parent\": \"88\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880211\",\r\n\t\t\t\"text\": \"880211 - Helicopters, except unmanned; of an unladen weight not exceeding 2000kg\",\r\n\t\t\t\"parent\": \"8802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880212\",\r\n\t\t\t\"text\": \"880212 - Helicopters, except unmanned; of an unladen weight exceeding 2000kg\",\r\n\t\t\t\"parent\": \"8802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880220\",\r\n\t\t\t\"text\": \"880220 - Aeroplanes and other aircraft, except unmanned; of an unladen weight not exceeding 2000kg\",\r\n\t\t\t\"parent\": \"8802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880230\",\r\n\t\t\t\"text\": \"880230 - Aeroplanes and other aircraft, except unmanned; of an unladen weight exceeding 2000kg but not exceeding 15,000kg\",\r\n\t\t\t\"parent\": \"8802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880240\",\r\n\t\t\t\"text\": \"880240 - Aeroplanes and other aircraft, except unmanned; of an unladen weight exceeding 15,000kg\",\r\n\t\t\t\"parent\": \"8802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880250\",\r\n\t\t\t\"text\": \"880250 - Spacecraft, satellites and spacecraft launch vehicles\",\r\n\t\t\t\"parent\": \"8802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880260\",\r\n\t\t\t\"text\": \"880260 - Spacecraft; (including satellites) and suborbital and spacecraft launch vehicles\",\r\n\t\t\t\"parent\": \"8802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8803\",\r\n\t\t\t\"text\": \"8803 - Aircraft; parts of heading no. 8801 or 8802\",\r\n\t\t\t\"parent\": \"88\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880310\",\r\n\t\t\t\"text\": \"880310 - Aircraft and spacecraft; propellers and rotors and parts thereof\",\r\n\t\t\t\"parent\": \"8803\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880320\",\r\n\t\t\t\"text\": \"880320 - Aircraft and spacecraft; under-carriages and parts thereof\",\r\n\t\t\t\"parent\": \"8803\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880330\",\r\n\t\t\t\"text\": \"880330 - Aircraft and spacecraft; parts of aeroplanes or helicopters n.e.c. in heading no. 8803\",\r\n\t\t\t\"parent\": \"8803\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880390\",\r\n\t\t\t\"text\": \"880390 - Aircraft and spacecraft; parts thereof n.e.c. in chapter 88\",\r\n\t\t\t\"parent\": \"8803\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8804\",\r\n\t\t\t\"text\": \"8804 - Parachutes (including dirigible parachutes and paragliders) and rotochutes; parts thereof and accessories thereto\",\r\n\t\t\t\"parent\": \"88\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880400\",\r\n\t\t\t\"text\": \"880400 - Parachutes (including dirigible parachutes and paragliders) and rotochutes; parts thereof and accessories thereto\",\r\n\t\t\t\"parent\": \"8804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8805\",\r\n\t\t\t\"text\": \"8805 - Aircraft launching gear, deck-arrestor or similar gear, ground flying trainers; parts of the foregoing articles\",\r\n\t\t\t\"parent\": \"88\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880510\",\r\n\t\t\t\"text\": \"880510 - Aircraft launching gear, deck-arrestor or similar gear and parts thereof\",\r\n\t\t\t\"parent\": \"8805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880520\",\r\n\t\t\t\"text\": \"880520 - Flight simulators, parts thereof\",\r\n\t\t\t\"parent\": \"8805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880521\",\r\n\t\t\t\"text\": \"880521 - Ground flying trainers and parts thereof; air combat simulators and parts thereof\",\r\n\t\t\t\"parent\": \"8805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880529\",\r\n\t\t\t\"text\": \"880529 - Ground flying trainers and parts thereof; other than air combat simulators and parts thereof\",\r\n\t\t\t\"parent\": \"8805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8806\",\r\n\t\t\t\"text\": \"8806 - Unmanned aircraft\",\r\n\t\t\t\"parent\": \"88\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880610\",\r\n\t\t\t\"text\": \"880610 - Unmanned aircraft; for carriage of passengers\",\r\n\t\t\t\"parent\": \"8806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880621\",\r\n\t\t\t\"text\": \"880621 - Unmanned aircraft; for remote-controlled flight only, for other than for carriage of passengers, with the maximum take-off weight of not more than 250g\",\r\n\t\t\t\"parent\": \"8806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880622\",\r\n\t\t\t\"text\": \"880622 - Unmanned aircraft; for remote-controlled flight only, for other than for carriage of passengers, with the maximum take-off weight of more than 250g but not more than 7kg\",\r\n\t\t\t\"parent\": \"8806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880623\",\r\n\t\t\t\"text\": \"880623 - Unmanned aircraft; for remote-controlled flight only, for other than for carriage of passengers, with the maximum take-off weight of more than 7kg but not more than 25kg\",\r\n\t\t\t\"parent\": \"8806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880624\",\r\n\t\t\t\"text\": \"880624 - Unmanned aircraft; for remote-controlled flight only, for other than for carriage of passengers, with the maximum take-off weight of more than 25kg but not more than 150kg\",\r\n\t\t\t\"parent\": \"8806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880629\",\r\n\t\t\t\"text\": \"880629 - Unmanned aircraft; for remote-controlled flight only, for other than for carriage of passengers, with the maximum take-off weight of more than 150kg\",\r\n\t\t\t\"parent\": \"8806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880691\",\r\n\t\t\t\"text\": \"880691 - Unmanned aircraft; for other than remote-controlled flight and other than for carriage of passengers with a maximum take-off weight not more than 250g\",\r\n\t\t\t\"parent\": \"8806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880692\",\r\n\t\t\t\"text\": \"880692 - Unmanned aircraft; for other than remote-controlled flight and other than for carriage of passengers with a maximum take-off weight more than 250g but not more than 7kg\",\r\n\t\t\t\"parent\": \"8806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880693\",\r\n\t\t\t\"text\": \"880693 - Unmanned aircraft; for other than remote-controlled flight and other than for carriage of passengers with a maximum take-off weight more than 7kg but not more than 25kg\",\r\n\t\t\t\"parent\": \"8806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880694\",\r\n\t\t\t\"text\": \"880694 - Unmanned aircraft; for other than remote-controlled flight and other than for carriage of passengers with a maximum take-off weight more than 25kg but not more than 150kg\",\r\n\t\t\t\"parent\": \"8806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880699\",\r\n\t\t\t\"text\": \"880699 - Unmanned aircraft; for other than remote-controlled flight and other than for carriage of passengers with a maximum take-off weight more than 150kg\",\r\n\t\t\t\"parent\": \"8806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8807\",\r\n\t\t\t\"text\": \"8807 - Aircraft; parts of goods of heading 8801, 8802 or 8806\",\r\n\t\t\t\"parent\": \"88\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880710\",\r\n\t\t\t\"text\": \"880710 - Aircraft and spacecraft; propellers and rotors and parts thereof\",\r\n\t\t\t\"parent\": \"8807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880720\",\r\n\t\t\t\"text\": \"880720 - Aircraft and spacecraft; under-carriages and parts thereof\",\r\n\t\t\t\"parent\": \"8807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880730\",\r\n\t\t\t\"text\": \"880730 - Aircraft and spacecraft; parts of aeroplanes, helicopters or unmanned aircraft n.e.c. in heading no. 8807\",\r\n\t\t\t\"parent\": \"8807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880790\",\r\n\t\t\t\"text\": \"880790 - Aircraft and spacecraft; parts thereof n.e.c. in chapter 88\",\r\n\t\t\t\"parent\": \"8807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"89\",\r\n\t\t\t\"text\": \"89 - Ships, boats and floating structures\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8901\",\r\n\t\t\t\"text\": \"8901 - Cruise ships, excursion boats, ferry-boats, cargo ships, barges and similar vessels for the transport of persons or goods\",\r\n\t\t\t\"parent\": \"89\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890110\",\r\n\t\t\t\"text\": \"890110 - Cruise ships, excursion boats and similar vessels, principally designed for the transport of persons, ferry boats of all kinds\",\r\n\t\t\t\"parent\": \"8901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890120\",\r\n\t\t\t\"text\": \"890120 - Tankers\",\r\n\t\t\t\"parent\": \"8901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890130\",\r\n\t\t\t\"text\": \"890130 - Vessels, refrigerated; other than tankers\",\r\n\t\t\t\"parent\": \"8901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890190\",\r\n\t\t\t\"text\": \"890190 - Vessels; n.e.c. in heading no. 8901, for the transport of goods and other vessels for the transport of both persons and goods\",\r\n\t\t\t\"parent\": \"8901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8902\",\r\n\t\t\t\"text\": \"8902 - Fishing vessels, factory ships and other vessels; for processing or preserving fishery products\",\r\n\t\t\t\"parent\": \"89\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890200\",\r\n\t\t\t\"text\": \"890200 - Fishing vessels, factory ships and other vessels; for processing or preserving fishery products\",\r\n\t\t\t\"parent\": \"8902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8903\",\r\n\t\t\t\"text\": \"8903 - Yachts and other vessels; for pleasure or sports, rowing boats and canoes\",\r\n\t\t\t\"parent\": \"89\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890310\",\r\n\t\t\t\"text\": \"890310 - Yachts and other vessels; for pleasure or sports, rowing boats and canoes, inflatable\",\r\n\t\t\t\"parent\": \"8903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890311\",\r\n\t\t\t\"text\": \"890311 - Yachts and other vessels; for pleasure or sports, inflatable (including rigid hull inflatable), fitted or designed to be fitted with a motor, unladen (net) weight (excluding the motor) not exceeding 100kg\",\r\n\t\t\t\"parent\": \"8903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890312\",\r\n\t\t\t\"text\": \"890312 - Yachts and other vessels; for pleasure or sports, inflatable (including rigid hull inflatable), not designed to be used with a motor and unladen (net) weight not exceeding 100kg\",\r\n\t\t\t\"parent\": \"8903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890319\",\r\n\t\t\t\"text\": \"890319 - Yachts and other vessels; for pleasure or sports, inflatable (including rigid hull inflatable), unladen (net) weight exceeding 100kg\",\r\n\t\t\t\"parent\": \"8903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890321\",\r\n\t\t\t\"text\": \"890321 - Sailboats; (other than inflatable) with or without auxiliary motor, for pleasure or sports, of a length not exceeding 7.5m\",\r\n\t\t\t\"parent\": \"8903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890322\",\r\n\t\t\t\"text\": \"890322 - Sailboats; (other than inflatable) with or without auxiliary motor, for pleasure or sports, of a length exceeding 7.5m but not exceeding 24m\",\r\n\t\t\t\"parent\": \"8903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890323\",\r\n\t\t\t\"text\": \"890323 - Sailboats; (other than inflatable) with or without auxiliary motor, for pleasure or sports, of a length exceeding 24m\",\r\n\t\t\t\"parent\": \"8903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890331\",\r\n\t\t\t\"text\": \"890331 - Motorboats; (other than outboard motorboats), for pleasure or sports, other than inflatable, of a length not exceeding 7.5m\",\r\n\t\t\t\"parent\": \"8903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890332\",\r\n\t\t\t\"text\": \"890332 - Motorboats; (other than outboard motorboats), for pleasure or sports, other than inflatable, of a length exceeding 7.5m but not exceeding 24m\",\r\n\t\t\t\"parent\": \"8903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890333\",\r\n\t\t\t\"text\": \"890333 - Motorboats; (other than outboard motorboats), for pleasure or sports, other than inflatable, of a length exceeding 24m\",\r\n\t\t\t\"parent\": \"8903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890391\",\r\n\t\t\t\"text\": \"890391 - Sailboats; with or without auxiliary motor, for pleasure or sports, other than inflatable\",\r\n\t\t\t\"parent\": \"8903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890392\",\r\n\t\t\t\"text\": \"890392 - Motorboats; (other than outboard motorboats), for pleasure or sports, other than inflatable\",\r\n\t\t\t\"parent\": \"8903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890393\",\r\n\t\t\t\"text\": \"890393 - Vessels; (other than sailboats and motorboats), for pleasure or sports, other than inflatable, of a length not exceeding 7.5m\",\r\n\t\t\t\"parent\": \"8903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890399\",\r\n\t\t\t\"text\": \"890399 - Vessels; (other than sailboats and motorboats), for pleasure or sports, other than inflatable, of a length exceeding 7.5m\",\r\n\t\t\t\"parent\": \"8903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8904\",\r\n\t\t\t\"text\": \"8904 - Tugs and pusher craft\",\r\n\t\t\t\"parent\": \"89\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890400\",\r\n\t\t\t\"text\": \"890400 - Tugs and pusher craft\",\r\n\t\t\t\"parent\": \"8904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8905\",\r\n\t\t\t\"text\": \"8905 - Light-vessels, fire-floats, dredgers, floating cranes, other vessels; the navigability of which is subsidiary to main function; floating docks, floating, submersible drilling, production platforms\",\r\n\t\t\t\"parent\": \"89\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890510\",\r\n\t\t\t\"text\": \"890510 - Dredgers\",\r\n\t\t\t\"parent\": \"8905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890520\",\r\n\t\t\t\"text\": \"890520 - Floating or submersible drilling or production platforms\",\r\n\t\t\t\"parent\": \"8905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890590\",\r\n\t\t\t\"text\": \"890590 - Vessels; light, fire-floats, floating cranes and other vessels, the navigability of which is subsidiary to their main function, floating docks\",\r\n\t\t\t\"parent\": \"8905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8906\",\r\n\t\t\t\"text\": \"8906 - Vessels; other, including warships and lifeboats, other than rowing boats\",\r\n\t\t\t\"parent\": \"89\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890600\",\r\n\t\t\t\"text\": \"890600 - Warships, lifeboats, hospital ships, vessels nes\",\r\n\t\t\t\"parent\": \"8906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890610\",\r\n\t\t\t\"text\": \"890610 - Vessels; warships\",\r\n\t\t\t\"parent\": \"8906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890690\",\r\n\t\t\t\"text\": \"890690 - Vessels; other, including lifeboats other than rowing boats, other than warships\",\r\n\t\t\t\"parent\": \"8906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8907\",\r\n\t\t\t\"text\": \"8907 - Boats, floating structures, other (for e.g. rafts, tanks, coffer-dams, landing stages, buoys and beacons)\",\r\n\t\t\t\"parent\": \"89\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890710\",\r\n\t\t\t\"text\": \"890710 - Rafts; inflatable\",\r\n\t\t\t\"parent\": \"8907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890790\",\r\n\t\t\t\"text\": \"890790 - Floating structures; tanks, coffer-dams, landing stages, buoys and beacons\",\r\n\t\t\t\"parent\": \"8907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8908\",\r\n\t\t\t\"text\": \"8908 - Vessels and other floating structures; for breaking up\",\r\n\t\t\t\"parent\": \"89\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890800\",\r\n\t\t\t\"text\": \"890800 - Vessels and other floating structures; for breaking up\",\r\n\t\t\t\"parent\": \"8908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"90\",\r\n\t\t\t\"text\": \"90 - Optical, photographic, cinematographic, measuring, checking, medical or surgical instruments and apparatus; parts and accessories\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9001\",\r\n\t\t\t\"text\": \"9001 - Optical fibres and optical fibre bundles; optical fibre cables not of heading no. 8544; sheets, plates of polarising material; lenses, prisms, mirrors, of any material; unmounted; not non optical glass\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900110\",\r\n\t\t\t\"text\": \"900110 - Optical fibres, optical fibre bundles and cables; excluding those of heading no. 8544\",\r\n\t\t\t\"parent\": \"9001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900120\",\r\n\t\t\t\"text\": \"900120 - Optical elements; polarising material, sheets and plates thereof\",\r\n\t\t\t\"parent\": \"9001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900130\",\r\n\t\t\t\"text\": \"900130 - Lenses, contact; unmounted, of any material, excluding elements of glass not optically worked\",\r\n\t\t\t\"parent\": \"9001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900140\",\r\n\t\t\t\"text\": \"900140 - Lenses, spectacle; unmounted, of glass, excluding elements of glass not optically worked\",\r\n\t\t\t\"parent\": \"9001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900150\",\r\n\t\t\t\"text\": \"900150 - Lenses, spectacle; unmounted, of materials other than glass\",\r\n\t\t\t\"parent\": \"9001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900190\",\r\n\t\t\t\"text\": \"900190 - Optical elements; lenses n.e.c. in heading no. 9001, prisms, mirrors and other optical elements, unmounted, of any material (excluding elements of glass not optically worked)\",\r\n\t\t\t\"parent\": \"9001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9002\",\r\n\t\t\t\"text\": \"9002 - Lenses, prisms, mirrors and other optical elements, of any material, mounted, being parts or fittings for instruments or apparatus, other than such elements of glass not optically worked\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900211\",\r\n\t\t\t\"text\": \"900211 - Lenses; objective, for cameras, projectors or photographic enlargers or reducers, mounted, being parts or fittings for instruments or apparatus, of any material (excluding glass not optically worked)\",\r\n\t\t\t\"parent\": \"9002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900219\",\r\n\t\t\t\"text\": \"900219 - Lenses; objective, (other than for cameras, projectors or photographic enlargers or reducers), mounted, of any material (excluding elements of glass not optically worked)\",\r\n\t\t\t\"parent\": \"9002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900220\",\r\n\t\t\t\"text\": \"900220 - Filters; mounted as parts or fittings for instruments or apparatus, of any material (excluding elements of glass not optically worked)\",\r\n\t\t\t\"parent\": \"9002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900290\",\r\n\t\t\t\"text\": \"900290 - Optical elements; n.e.c. in heading no. 9002 (e.g. prisms and mirrors), mounted, being parts or fittings for instruments or apparatus, of any material (excluding elements of glass not optically worked)\",\r\n\t\t\t\"parent\": \"9002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9003\",\r\n\t\t\t\"text\": \"9003 - Frames and mountings; for spectacles, goggles or the like, and parts\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900311\",\r\n\t\t\t\"text\": \"900311 - Frames and mountings; for spectacles, goggles or the like, of plastics\",\r\n\t\t\t\"parent\": \"9003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900319\",\r\n\t\t\t\"text\": \"900319 - Frames and mountings; for spectacles, goggles or the like, of materials other than plastics\",\r\n\t\t\t\"parent\": \"9003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900390\",\r\n\t\t\t\"text\": \"900390 - Frames and mountings; parts for spectacles, goggles or the like\",\r\n\t\t\t\"parent\": \"9003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9004\",\r\n\t\t\t\"text\": \"9004 - Spectacles, goggles and the like; corrective, protective or other\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900410\",\r\n\t\t\t\"text\": \"900410 - Sunglasses; corrective, protective or other\",\r\n\t\t\t\"parent\": \"9004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900490\",\r\n\t\t\t\"text\": \"900490 - Spectacles, goggles and the like; (other than sunglasses) corrective, protective or other\",\r\n\t\t\t\"parent\": \"9004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9005\",\r\n\t\t\t\"text\": \"9005 - Binoculars, monoculars, other optical telescopes, mountings therefore; other astronomical instruments, mountings therefore, but not including instruments for radio-astronomy\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900510\",\r\n\t\t\t\"text\": \"900510 - Binoculars\",\r\n\t\t\t\"parent\": \"9005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900580\",\r\n\t\t\t\"text\": \"900580 - Monoculars; other optical telescopes and astronomical instruments, excluding instruments for radio-astronomy\",\r\n\t\t\t\"parent\": \"9005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900590\",\r\n\t\t\t\"text\": \"900590 - Binoculars, monoculars, other optical telescopes, astronomical instruments (excluding those of radio-astronomy); parts and accessories (including mountings)\",\r\n\t\t\t\"parent\": \"9005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9006\",\r\n\t\t\t\"text\": \"9006 - Cameras, photographic (excluding cinematographic); photographic flashlight apparatus and flashbulbs other than discharge lamps of heading no. 8539\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900610\",\r\n\t\t\t\"text\": \"900610 - Cameras, photographic (excluding cinematographic); of a kind used for preparing printing plates or cylinders\",\r\n\t\t\t\"parent\": \"9006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900620\",\r\n\t\t\t\"text\": \"900620 - Cameras for recording microfilm etc\",\r\n\t\t\t\"parent\": \"9006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900630\",\r\n\t\t\t\"text\": \"900630 - Cameras, photographic (excluding cinematographic); specially designed for underwater use, aerial survey, medical or surgical examination of internal organs; comparison cameras for forensic or criminological use\",\r\n\t\t\t\"parent\": \"9006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900640\",\r\n\t\t\t\"text\": \"900640 - Cameras, photographic (excluding cinematographic); instant print cameras\",\r\n\t\t\t\"parent\": \"9006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900651\",\r\n\t\t\t\"text\": \"900651 - Cameras, photographic (excluding cinematographic); with a through-the-lens viewfinder, single lens reflex (SLR), for a roll film of a width not exceeding 35mm\",\r\n\t\t\t\"parent\": \"9006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900652\",\r\n\t\t\t\"text\": \"900652 - Cameras, photographic (excluding cinematographic); of a kind (not SLR) for roll film of a width less than 35mm\",\r\n\t\t\t\"parent\": \"9006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900653\",\r\n\t\t\t\"text\": \"900653 - Cameras, photographic (excluding cinematographic), for roll film of a width of 35mm\",\r\n\t\t\t\"parent\": \"9006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900659\",\r\n\t\t\t\"text\": \"900659 - Cameras, photographic (excluding cinematographic); n.e.c. in heading no 9006\",\r\n\t\t\t\"parent\": \"9006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900661\",\r\n\t\t\t\"text\": \"900661 - Photographic flashlight apparatus; discharge lamp (electronic)\",\r\n\t\t\t\"parent\": \"9006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900662\",\r\n\t\t\t\"text\": \"900662 - Flashbulbs, flashcubes and the like\",\r\n\t\t\t\"parent\": \"9006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900669\",\r\n\t\t\t\"text\": \"900669 - Photographic flashlight apparatus; n.e.c. in heading no. 9006\",\r\n\t\t\t\"parent\": \"9006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900691\",\r\n\t\t\t\"text\": \"900691 - Cameras, photographic (excluding cinematographic); parts and accessories\",\r\n\t\t\t\"parent\": \"9006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900699\",\r\n\t\t\t\"text\": \"900699 - Photographic flashlight apparatus; parts and accessories, for other than cameras\",\r\n\t\t\t\"parent\": \"9006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9007\",\r\n\t\t\t\"text\": \"9007 - Cinematographic cameras and projectors, whether or not incorporating sound recording or reproducing apparatus\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900710\",\r\n\t\t\t\"text\": \"900710 - Cameras, cinematographic; whether or not incorporating sound recording apparatus\",\r\n\t\t\t\"parent\": \"9007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900711\",\r\n\t\t\t\"text\": \"900711 - Cinematographic cameras, whether/not incorporating sound recording apparatus, for film of <16mm width/double-8mm film\",\r\n\t\t\t\"parent\": \"9007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900719\",\r\n\t\t\t\"text\": \"900719 - Cinematographic cameras, whether/not incorporating sound recording apparatus, other than those for film of <16mm/double-8mm film\",\r\n\t\t\t\"parent\": \"9007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900720\",\r\n\t\t\t\"text\": \"900720 - Projectors, cinematographic; whether or not incorporating sound recording or reproducing apparatus\",\r\n\t\t\t\"parent\": \"9007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900721\",\r\n\t\t\t\"text\": \"900721 - Cinematographic projectors for film of <16 mm width\",\r\n\t\t\t\"parent\": \"9007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900729\",\r\n\t\t\t\"text\": \"900729 - Cinematographic projectors for film of >16 mm width\",\r\n\t\t\t\"parent\": \"9007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900791\",\r\n\t\t\t\"text\": \"900791 - Cameras, cinematographic; parts and accessories, whether or not incorporating sound recording apparatus\",\r\n\t\t\t\"parent\": \"9007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900792\",\r\n\t\t\t\"text\": \"900792 - Projectors, cinematographic; parts and accessories, whether or not incorporating sound reproducing apparatus\",\r\n\t\t\t\"parent\": \"9007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9008\",\r\n\t\t\t\"text\": \"9008 - Image projectors, other than cinematographic; photographic (other than cinematographic) enlargers and reducers\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900810\",\r\n\t\t\t\"text\": \"900810 - Slide projectors\",\r\n\t\t\t\"parent\": \"9008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900820\",\r\n\t\t\t\"text\": \"900820 - Microfilm/microfiche/other microform readers, whether/not capable of producing copies\",\r\n\t\t\t\"parent\": \"9008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900830\",\r\n\t\t\t\"text\": \"900830 - Image projectors (excl. of 9008.10 & 9008.20; excl. cinematographic)\",\r\n\t\t\t\"parent\": \"9008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900840\",\r\n\t\t\t\"text\": \"900840 - Photographic (excl. cinematographic) enlargers & reducers\",\r\n\t\t\t\"parent\": \"9008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900850\",\r\n\t\t\t\"text\": \"900850 - Image projectors, photographic enlargers and reducers, excluding cinematographic\",\r\n\t\t\t\"parent\": \"9008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900890\",\r\n\t\t\t\"text\": \"900890 - Photographic (other than cinematographic) image projectors, enlargers, and reducers; parts and accessories\",\r\n\t\t\t\"parent\": \"9008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9009\",\r\n\t\t\t\"text\": \"9009 - Photo-copying apparatus\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900911\",\r\n\t\t\t\"text\": \"900911 - Electrostatic photo-copyers, direct process\",\r\n\t\t\t\"parent\": \"9009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900912\",\r\n\t\t\t\"text\": \"900912 - Electrostatic photo-copyers, indirect process\",\r\n\t\t\t\"parent\": \"9009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900921\",\r\n\t\t\t\"text\": \"900921 - Photo-copying equipment with an optical system, nes\",\r\n\t\t\t\"parent\": \"9009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900922\",\r\n\t\t\t\"text\": \"900922 - Contact type photo-copying apparatus,nes\",\r\n\t\t\t\"parent\": \"9009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900930\",\r\n\t\t\t\"text\": \"900930 - Thermo-copying apparatus\",\r\n\t\t\t\"parent\": \"9009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900990\",\r\n\t\t\t\"text\": \"900990 - Parts and accessories for photo-copying apparatus\",\r\n\t\t\t\"parent\": \"9009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900991\",\r\n\t\t\t\"text\": \"900991 - Automatic document feeders for the photocopying app. of 90.09\",\r\n\t\t\t\"parent\": \"9009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900992\",\r\n\t\t\t\"text\": \"900992 - Paper feeders for the photocopying app. of 90.09\",\r\n\t\t\t\"parent\": \"9009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900993\",\r\n\t\t\t\"text\": \"900993 - Sorters for the photocopying app. of 90.09\",\r\n\t\t\t\"parent\": \"9009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900999\",\r\n\t\t\t\"text\": \"900999 - Parts & accessories of the photocopying app. of 90.09, n.e.s. in 90.09\",\r\n\t\t\t\"parent\": \"9009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9010\",\r\n\t\t\t\"text\": \"9010 - Photographic (including cinematographic) laboratory apparatus and equipment, n.e.c. in chapter 90; negatoscopes; projection screens\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901010\",\r\n\t\t\t\"text\": \"901010 - Photographic laboratory apparatus and equipment; for automatically developing photographic (including cinematographic) film or paper in rolls or for automatically exposing developed film to rolls of paper\",\r\n\t\t\t\"parent\": \"9010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901020\",\r\n\t\t\t\"text\": \"901020 - Equipment for photographic laboratories nes\",\r\n\t\t\t\"parent\": \"9010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901030\",\r\n\t\t\t\"text\": \"901030 - Projection screens\",\r\n\t\t\t\"parent\": \"9010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901041\",\r\n\t\t\t\"text\": \"901041 - Direct write-on-wafer ap\",\r\n\t\t\t\"parent\": \"9010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901042\",\r\n\t\t\t\"text\": \"901042 - Step and repeat aligners\",\r\n\t\t\t\"parent\": \"9010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901049\",\r\n\t\t\t\"text\": \"901049 - Apparatus for projection\",\r\n\t\t\t\"parent\": \"9010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901050\",\r\n\t\t\t\"text\": \"901050 - Photographic laboratory apparatus and equipment; n.e.c. in item no. 9010.10, for photographic (including cinematographic) laboratories; negatoscopes\",\r\n\t\t\t\"parent\": \"9010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901060\",\r\n\t\t\t\"text\": \"901060 - Photographic laboratory apparatus and equipment (including cinematographic); projection screens\",\r\n\t\t\t\"parent\": \"9010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901090\",\r\n\t\t\t\"text\": \"901090 - Photographic laboratory apparatus and equipment (including cinematographic); parts and accessories\",\r\n\t\t\t\"parent\": \"9010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9011\",\r\n\t\t\t\"text\": \"9011 - Microscopes, compound optical; including those for photomicrography, cinephotomicrography or microprojection\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901110\",\r\n\t\t\t\"text\": \"901110 - Microscopes, compound optical; stereoscopic microscopes\",\r\n\t\t\t\"parent\": \"9011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901120\",\r\n\t\t\t\"text\": \"901120 - Microscopes, compound optical; for photomicrography, cinephotomicrography or microprojection\",\r\n\t\t\t\"parent\": \"9011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901180\",\r\n\t\t\t\"text\": \"901180 - Microscopes, compound optical; (other than stereoscopic and microscopes for photomicrography, cinephotomicrography or microprojection)\",\r\n\t\t\t\"parent\": \"9011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901190\",\r\n\t\t\t\"text\": \"901190 - Microscopes, compound optical; parts and accessories (including those for photomicrography, cinephotomicrography or microprojection)\",\r\n\t\t\t\"parent\": \"9011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9012\",\r\n\t\t\t\"text\": \"9012 - Microscopes (excluding optical microscopes); diffraction apparatus\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901210\",\r\n\t\t\t\"text\": \"901210 - Microscopes (excluding optical microscopes); diffraction apparatus\",\r\n\t\t\t\"parent\": \"9012\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901290\",\r\n\t\t\t\"text\": \"901290 - Microscopes (excluding optical microscopes); diffraction apparatus; parts and accessories\",\r\n\t\t\t\"parent\": \"9012\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9013\",\r\n\t\t\t\"text\": \"9013 - Lasers, other than laser diodes; other optical appliances and instruments n.e.c. in this chapter\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901310\",\r\n\t\t\t\"text\": \"901310 - Optical appliances and instruments; telescopic sights for fitting to arms; periscopes; telescopes designed to form parts of machines, appliances, instruments or apparatus of this chapter\",\r\n\t\t\t\"parent\": \"9013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901320\",\r\n\t\t\t\"text\": \"901320 - Lasers; other than laser diodes\",\r\n\t\t\t\"parent\": \"9013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901380\",\r\n\t\t\t\"text\": \"901380 - Optical devices, appliances and instruments; n.e.c. in heading no. 9013\",\r\n\t\t\t\"parent\": \"9013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901390\",\r\n\t\t\t\"text\": \"901390 - Optical appliances and instruments; parts and accessories for articles of heading no. 9013\",\r\n\t\t\t\"parent\": \"9013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9014\",\r\n\t\t\t\"text\": \"9014 - Navigational instruments and appliances; direction finding compasses\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901410\",\r\n\t\t\t\"text\": \"901410 - Navigational instruments and appliances; direction finding compasses\",\r\n\t\t\t\"parent\": \"9014\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901420\",\r\n\t\t\t\"text\": \"901420 - Navigational instruments and appliances; for aeronautical or space navigation (excluding compasses)\",\r\n\t\t\t\"parent\": \"9014\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901480\",\r\n\t\t\t\"text\": \"901480 - Navigational instruments and appliances; for navigation other than aeronautical or space navigation (excluding direction finding compasses)\",\r\n\t\t\t\"parent\": \"9014\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901490\",\r\n\t\t\t\"text\": \"901490 - Navigational instruments and appliances; parts and accessories\",\r\n\t\t\t\"parent\": \"9014\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9015\",\r\n\t\t\t\"text\": \"9015 - Surveying (including photogrammetrical surveying), hydrographic, oceanographic, hydrological, meteorological or geophysical instruments and appliances, excluding compasses, rangefinders\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901510\",\r\n\t\t\t\"text\": \"901510 - Rangefinders\",\r\n\t\t\t\"parent\": \"9015\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901520\",\r\n\t\t\t\"text\": \"901520 - Surveying equipment; theodolites and tachymeters (tacheometers)\",\r\n\t\t\t\"parent\": \"9015\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901530\",\r\n\t\t\t\"text\": \"901530 - Surveying equipment; levels\",\r\n\t\t\t\"parent\": \"9015\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901540\",\r\n\t\t\t\"text\": \"901540 - Surveying equipment; photogrammetrical surveying instruments and appliances\",\r\n\t\t\t\"parent\": \"9015\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901580\",\r\n\t\t\t\"text\": \"901580 - Surveying equipment; articles n.e.c. in heading no. 9015, including hydrographic, oceanographic, hydrological, meteorological or geophysical instruments and appliances (excluding compasses)\",\r\n\t\t\t\"parent\": \"9015\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901590\",\r\n\t\t\t\"text\": \"901590 - Surveying equipment; parts and accessories for articles of heading no. 9015\",\r\n\t\t\t\"parent\": \"9015\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9016\",\r\n\t\t\t\"text\": \"9016 - Balances; of a sensitivity of 5cg or better, with or without weights\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901600\",\r\n\t\t\t\"text\": \"901600 - Balances; of a sensitivity of 5cg or better, with or without weights\",\r\n\t\t\t\"parent\": \"9016\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9017\",\r\n\t\t\t\"text\": \"9017 - Drawing, marking-out, mathematical calculating instruments (drafting machines, protractors, drawing sets etc); instruments for measuring length (e.g. measuring rods, tapes, micrometers, callipers) n.e.c.\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901710\",\r\n\t\t\t\"text\": \"901710 - Drafting tables and machines; whether or not automatic\",\r\n\t\t\t\"parent\": \"9017\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901720\",\r\n\t\t\t\"text\": \"901720 - Drawing, marking-out or mathematical calculating instruments\",\r\n\t\t\t\"parent\": \"9017\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901730\",\r\n\t\t\t\"text\": \"901730 - Mathematical equipment; micrometers, callipers and gauges\",\r\n\t\t\t\"parent\": \"9017\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901780\",\r\n\t\t\t\"text\": \"901780 - Mathematical instruments and equipment; n.e.c. in heading no. 9017\",\r\n\t\t\t\"parent\": \"9017\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901790\",\r\n\t\t\t\"text\": \"901790 - Drawing, marking-out equipment and mathematical instruments; parts and accessories\",\r\n\t\t\t\"parent\": \"9017\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9018\",\r\n\t\t\t\"text\": \"9018 - Instruments and appliances used in medical, surgical, dental or veterinary sciences, including scintigraphic apparatus, other electro-medical apparatus and sight testing instruments\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901811\",\r\n\t\t\t\"text\": \"901811 - Medical, surgical instruments and appliances; electro-cardiographs\",\r\n\t\t\t\"parent\": \"9018\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901812\",\r\n\t\t\t\"text\": \"901812 - Medical, surgical instruments and appliances; ultrasonic scanning apparatus\",\r\n\t\t\t\"parent\": \"9018\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901813\",\r\n\t\t\t\"text\": \"901813 - Medical, surgical instruments and appliances; magnetic resonance imaging apparatus\",\r\n\t\t\t\"parent\": \"9018\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901814\",\r\n\t\t\t\"text\": \"901814 - Medical, surgical instruments and appliances; scintigraphic apparatus\",\r\n\t\t\t\"parent\": \"9018\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901819\",\r\n\t\t\t\"text\": \"901819 - Medical, surgical instruments and appliances; electro-diagnostic apparatus (including apparatus for functional exploratory examination or for checking physiological parameters), n.e.c. in item no. 9018.1\",\r\n\t\t\t\"parent\": \"9018\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901820\",\r\n\t\t\t\"text\": \"901820 - Medical, surgical instruments and appliances; ultra-violet or infra-red ray apparatus\",\r\n\t\t\t\"parent\": \"9018\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901831\",\r\n\t\t\t\"text\": \"901831 - Medical, surgical instruments and appliances; syringes, with or without needles\",\r\n\t\t\t\"parent\": \"9018\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901832\",\r\n\t\t\t\"text\": \"901832 - Medical, surgical instruments and appliances; tubular metal needles and needles for sutures\",\r\n\t\t\t\"parent\": \"9018\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901839\",\r\n\t\t\t\"text\": \"901839 - Medical, surgical instruments and appliances; catheters, cannulae and the like\",\r\n\t\t\t\"parent\": \"9018\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901841\",\r\n\t\t\t\"text\": \"901841 - Dental instruments and appliances; dental drill engines, whether or not combined on a single base with other dental equipment\",\r\n\t\t\t\"parent\": \"9018\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901849\",\r\n\t\t\t\"text\": \"901849 - Dental instruments and appliances; other than dental drill engines\",\r\n\t\t\t\"parent\": \"9018\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901850\",\r\n\t\t\t\"text\": \"901850 - Ophthalmic instruments and appliances\",\r\n\t\t\t\"parent\": \"9018\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901890\",\r\n\t\t\t\"text\": \"901890 - Medical, surgical or dental instruments and appliances; n.e.c. in heading no. 9018\",\r\n\t\t\t\"parent\": \"9018\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9019\",\r\n\t\t\t\"text\": \"9019 - Mechano-therapy, massage appliances; psychological aptitude testing apparatus; ozone, oxygen, aerosol therapy, artificial respiration or other therapeutic respiration apparatus\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901910\",\r\n\t\t\t\"text\": \"901910 - Mechano-therapy appliances; massage apparatus and psychological aptitude-testing apparatus\",\r\n\t\t\t\"parent\": \"9019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901920\",\r\n\t\t\t\"text\": \"901920 - Therapeutic respiration apparatus; ozone, oxygen, aerosol therapy apparatus; artificial respiration or other therapeutic respiration apparatus\",\r\n\t\t\t\"parent\": \"9019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9020\",\r\n\t\t\t\"text\": \"9020 - Breathing appliances and gas masks; excluding protective masks having neither mechanical parts nor replaceable filters and excluding apparatus of item no. 9019.20\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902000\",\r\n\t\t\t\"text\": \"902000 - Breathing appliances and gas masks; excluding protective masks having neither mechanical parts nor replaceable filters and excluding apparatus of item no. 9019.20\",\r\n\t\t\t\"parent\": \"9020\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9021\",\r\n\t\t\t\"text\": \"9021 - Orthopaedic appliances; including crutches, surgical belts and trusses; splints and other fracture appliances; artificial parts of the body; hearing aids and other which are worn, carried or implanted in the body to compensate for a defect or disability\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902110\",\r\n\t\t\t\"text\": \"902110 - Orthopaedic or fracture appliances\",\r\n\t\t\t\"parent\": \"9021\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902111\",\r\n\t\t\t\"text\": \"902111 - Artificial joints\",\r\n\t\t\t\"parent\": \"9021\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902119\",\r\n\t\t\t\"text\": \"902119 - Orthopaedic/fracture appliances, nes\",\r\n\t\t\t\"parent\": \"9021\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902121\",\r\n\t\t\t\"text\": \"902121 - Dental fittings; artificial teeth\",\r\n\t\t\t\"parent\": \"9021\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902129\",\r\n\t\t\t\"text\": \"902129 - Dental fittings; other than artificial teeth\",\r\n\t\t\t\"parent\": \"9021\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902130\",\r\n\t\t\t\"text\": \"902130 - Artificial body parts, aids and appliances, etc\",\r\n\t\t\t\"parent\": \"9021\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902131\",\r\n\t\t\t\"text\": \"902131 - Artificial parts of the body\",\r\n\t\t\t\"parent\": \"9021\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902139\",\r\n\t\t\t\"text\": \"902139 - Artificial parts of the body; excluding artificial joints\",\r\n\t\t\t\"parent\": \"9021\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902140\",\r\n\t\t\t\"text\": \"902140 - Hearing aids (excluding parts and accessories)\",\r\n\t\t\t\"parent\": \"9021\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902150\",\r\n\t\t\t\"text\": \"902150 - Pacemakers; for stimulating heart muscles (excluding parts and accessories)\",\r\n\t\t\t\"parent\": \"9021\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902190\",\r\n\t\t\t\"text\": \"902190 - Appliances; worn, carried or implanted in the body, to compensate for a defect or disability\",\r\n\t\t\t\"parent\": \"9021\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9022\",\r\n\t\t\t\"text\": \"9022 - Apparatus based on the use of x-rays or of alpha, beta, gamma or other ionising radiations, whether or not for medical, surgical, dental or veterinary uses, including radiography or radiotherapy apparatus, x-ray tubes and other x-ray generators, high tens\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902211\",\r\n\t\t\t\"text\": \"902211 - Medical X-ray apparatus\",\r\n\t\t\t\"parent\": \"9022\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902212\",\r\n\t\t\t\"text\": \"902212 - Apparatus based on the use of x-rays; including radiography or radiotherapy apparatus, whether or not for medical, surgical, dental or veterinary uses, computed tomography apparatus\",\r\n\t\t\t\"parent\": \"9022\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902213\",\r\n\t\t\t\"text\": \"902213 - Apparatus based on the use of x-rays; including radiography or radiotherapy apparatus, for dental uses, excluding computed tomography apparatus\",\r\n\t\t\t\"parent\": \"9022\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902214\",\r\n\t\t\t\"text\": \"902214 - Apparatus based on the use of x-rays; including radiography or radiotherapy apparatus, for medical, surgical or veterinary uses, not dental uses, excluding computed tomography apparatus\",\r\n\t\t\t\"parent\": \"9022\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902219\",\r\n\t\t\t\"text\": \"902219 - Apparatus based on the use of x-rays, including radiography or radiotherapy apparatus; for other than medical, surgical, dental or veterinary uses\",\r\n\t\t\t\"parent\": \"9022\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902221\",\r\n\t\t\t\"text\": \"902221 - Apparatus based on the use of alpha, beta, gamma or other ionising radiations, including radiography or radiotherapy apparatus; for medical, surgical, dental or veterinary uses\",\r\n\t\t\t\"parent\": \"9022\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902229\",\r\n\t\t\t\"text\": \"902229 - Apparatus based on the use of alpha, beta, gamma or other ionising radiations, including radiography or radiotherapy apparatus; (for other than medical, surgical, dental or veterinary uses)\",\r\n\t\t\t\"parent\": \"9022\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902230\",\r\n\t\t\t\"text\": \"902230 - X-ray tubes\",\r\n\t\t\t\"parent\": \"9022\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902290\",\r\n\t\t\t\"text\": \"902290 - Apparatus based on use of x-rays and similar; parts and accessories (x-ray generators, tubes, high tension generators, control panels and desks, screens, examination or treatment tables, chairs and like\",\r\n\t\t\t\"parent\": \"9022\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9023\",\r\n\t\t\t\"text\": \"9023 - Instruments, apparatus and models, designed for demonstrational purposes (in education or exhibitions), unsuitable for other uses\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902300\",\r\n\t\t\t\"text\": \"902300 - Instruments, apparatus and models; designed for demonstrational purposes (in education or exhibitions), unsuitable for other uses\",\r\n\t\t\t\"parent\": \"9023\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9024\",\r\n\t\t\t\"text\": \"9024 - Machines and appliances for testing the hardness, strength, compressibility, elasticity of other mechanical properties of materials (e.g. metals, wood, textiles, paper, plastics)\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902410\",\r\n\t\t\t\"text\": \"902410 - Machines and appliances; for testing the hardness, strength, compressibility, elasticity or other mechanical properties of metals\",\r\n\t\t\t\"parent\": \"9024\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902480\",\r\n\t\t\t\"text\": \"902480 - Machines and appliances; for testing the hardness, strength, compressibility, elasticity or other mechanical properties of materials other than metals\",\r\n\t\t\t\"parent\": \"9024\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902490\",\r\n\t\t\t\"text\": \"902490 - Machines and appliances; parts and accessories for those testing hardness, strength, compressibility, elasticity or other mechanical properties of materials (e.g. metal, wood, textiles, paper, plastics)\",\r\n\t\t\t\"parent\": \"9024\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9025\",\r\n\t\t\t\"text\": \"9025 - Hydrometers and similar floating instruments, thermometers, pyrometers, barometers, hygrometers and psychrometers, recording or not\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902511\",\r\n\t\t\t\"text\": \"902511 - Thermometers and pyrometers; liquid filled, for direct reading, not combined with other instruments\",\r\n\t\t\t\"parent\": \"9025\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902519\",\r\n\t\t\t\"text\": \"902519 - Thermometers and pyrometers; (other than liquid filled, for direct reading), not combined with other instruments\",\r\n\t\t\t\"parent\": \"9025\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902520\",\r\n\t\t\t\"text\": \"902520 - Barometers\",\r\n\t\t\t\"parent\": \"9025\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902580\",\r\n\t\t\t\"text\": \"902580 - Hydrometers and similar floating instruments, barometers, hygrometers, psychrometers, thermometers, pyrometers; recording or not, any combination of these instruments (excluding thermometers and barometers not combined with other instruments)\",\r\n\t\t\t\"parent\": \"9025\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902590\",\r\n\t\t\t\"text\": \"902590 - Hydrometers and similar floating instruments, barometers, hygrometers, psychrometers, thermometers, pyrometers; recording or not, any combination of these instruments, parts and accessories\",\r\n\t\t\t\"parent\": \"9025\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9026\",\r\n\t\t\t\"text\": \"9026 - Instruments, apparatus for measuring or checking the flow, level, pressure of liquids, gases (e.g. flow meters, heat meters etc), not instruments and apparatus of heading no. 9014, 9015, 9028 or 9032\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902610\",\r\n\t\t\t\"text\": \"902610 - Instruments and apparatus; for measuring or checking the flow or level of liquids\",\r\n\t\t\t\"parent\": \"9026\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902620\",\r\n\t\t\t\"text\": \"902620 - Instruments and apparatus; for measuring or checking pressure\",\r\n\t\t\t\"parent\": \"9026\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902680\",\r\n\t\t\t\"text\": \"902680 - Instruments and apparatus; for measuring or checking variables of liquids or gases (excluding pressure or the flow and level of liquids and those of heading no. 9014, 9015, 9028 and 9032)\",\r\n\t\t\t\"parent\": \"9026\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902690\",\r\n\t\t\t\"text\": \"902690 - Instruments and apparatus; parts and accessories for those measuring or checking the flow, level, pressure or other variables of liquids or gases (excluding those of heading no. 9014, 9015, 9028 or 9032)\",\r\n\t\t\t\"parent\": \"9026\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9027\",\r\n\t\t\t\"text\": \"9027 - Instruments and apparatus; for physical or chemical analysis (e.g. polarimeters, spectrometers), for measuring or checking viscosity, porosity, etc, for measuring quantities of heat, sound or light\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902710\",\r\n\t\t\t\"text\": \"902710 - Instruments and apparatus; gas or smoke analysis apparatus, for physical or chemical analysis\",\r\n\t\t\t\"parent\": \"9027\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902720\",\r\n\t\t\t\"text\": \"902720 - Chromatographs and electrophoresis instruments\",\r\n\t\t\t\"parent\": \"9027\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902730\",\r\n\t\t\t\"text\": \"902730 - Spectrometers, spectrophotometers and spectrographs; using optical radiations (UV, visible, IR)\",\r\n\t\t\t\"parent\": \"9027\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902740\",\r\n\t\t\t\"text\": \"902740 - Exposure meters\",\r\n\t\t\t\"parent\": \"9027\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902750\",\r\n\t\t\t\"text\": \"902750 - Instruments and apparatus; using optical radiations (UV, visible, IR), (other than spectrometers, spectrophotometers and spectrographs)\",\r\n\t\t\t\"parent\": \"9027\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902780\",\r\n\t\t\t\"text\": \"902780 - Instruments and apparatus; for physical or chemical analysis, for measuring or checking viscosity, porosity, expansion, surface tension or quantities of heat, sound or light, n.e.c. in heading no. 9027\",\r\n\t\t\t\"parent\": \"9027\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902781\",\r\n\t\t\t\"text\": \"902781 - Instruments and apparatus; for physical or chemical analysis, for measuring or checking viscosity, porosity, expansion, surface tension or quantities of heat, sound or light, mass spectrometers\",\r\n\t\t\t\"parent\": \"9027\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902789\",\r\n\t\t\t\"text\": \"902789 - Instruments and apparatus; for physical or chemical analysis, for measuring or checking viscosity, porosity, expansion, surface tension or quantities of heat, sound or light, exposure meters\",\r\n\t\t\t\"parent\": \"9027\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902790\",\r\n\t\t\t\"text\": \"902790 - Microtomes and parts and accessories thereof\",\r\n\t\t\t\"parent\": \"9027\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9028\",\r\n\t\t\t\"text\": \"9028 - Gas, liquid or electricity supply or production meters, including calibrating meters therefor\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902810\",\r\n\t\t\t\"text\": \"902810 - Meters; gas, supply or production meters, including calibrating meters thereof\",\r\n\t\t\t\"parent\": \"9028\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902820\",\r\n\t\t\t\"text\": \"902820 - Meters; liquid supply or production meters, including calibrating meters thereof\",\r\n\t\t\t\"parent\": \"9028\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902830\",\r\n\t\t\t\"text\": \"902830 - Meters; electricity supply or production meters, including calibrating meters thereof\",\r\n\t\t\t\"parent\": \"9028\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902890\",\r\n\t\t\t\"text\": \"902890 - Meters; parts and accessories of gas, liquid, electricity supply or production meters, including calibrating meters thereof\",\r\n\t\t\t\"parent\": \"9028\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9029\",\r\n\t\t\t\"text\": \"9029 - Revolution counter, production counters, taximeters, mileometers, pedometers and the like, speed indicators and tachometers, other than those of heading no. 9015, stroboscopes\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902910\",\r\n\t\t\t\"text\": \"902910 - Meters and counters; revolution counters, production counters, taximeters, mileometers, pedometers and the like\",\r\n\t\t\t\"parent\": \"9029\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902920\",\r\n\t\t\t\"text\": \"902920 - Meters; speed indicators and tachometers; stroboscopes\",\r\n\t\t\t\"parent\": \"9029\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902990\",\r\n\t\t\t\"text\": \"902990 - Meters and counters; parts and accessories for revolution and production counters, taximeters, mileometers, pedometers and the like; speed indicators, tachometers (excluding heading no. 9015), stroboscopes\",\r\n\t\t\t\"parent\": \"9029\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9030\",\r\n\t\t\t\"text\": \"9030 - Instruments, apparatus for measuring, checking electrical quantities not meters of heading no. 9028; instruments, apparatus for measuring or detecting alpha, beta, gamma, x-ray, cosmic and other radiations\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903010\",\r\n\t\t\t\"text\": \"903010 - Instruments and apparatus; for measuring or detecting ionising radiations\",\r\n\t\t\t\"parent\": \"9030\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903020\",\r\n\t\t\t\"text\": \"903020 - Oscilloscopes and oscillographs\",\r\n\t\t\t\"parent\": \"9030\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903031\",\r\n\t\t\t\"text\": \"903031 - Multimeters; for measuring or checking voltage, current, resistance or power (other than those for measuring or checking semiconductor wafer or devices), without a recording device\",\r\n\t\t\t\"parent\": \"9030\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903032\",\r\n\t\t\t\"text\": \"903032 - Multimeters; for measuring or checking voltage, current, resistance or power, with a recording device\",\r\n\t\t\t\"parent\": \"9030\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903033\",\r\n\t\t\t\"text\": \"903033 - Instruments and apparatus; for measuring or checking voltage, current, resistance or power, without a recording device (excluding multimeters)\",\r\n\t\t\t\"parent\": \"9030\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903039\",\r\n\t\t\t\"text\": \"903039 - Instruments and apparatus; for measuring or checking voltage, current, resistance or power, with a recording device (excluding multimeters)\",\r\n\t\t\t\"parent\": \"9030\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903040\",\r\n\t\t\t\"text\": \"903040 - Instruments and apparatus; specially designed for telecommunications (e.g. cross-talk meters, gain measuring instruments, distortion factor meters, psophometers)\",\r\n\t\t\t\"parent\": \"9030\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903081\",\r\n\t\t\t\"text\": \"903081 - Electrical measurement recording instruments\",\r\n\t\t\t\"parent\": \"9030\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903082\",\r\n\t\t\t\"text\": \"903082 - Instruments and apparatus; for measuring or checking semiconductor wafers or devices (including integrated circuits)\",\r\n\t\t\t\"parent\": \"9030\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903083\",\r\n\t\t\t\"text\": \"903083 - Instr f/radiat mes,recor\",\r\n\t\t\t\"parent\": \"9030\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903084\",\r\n\t\t\t\"text\": \"903084 - Instruments and apparatus; n.e.c. in heading no. 9030, with a recording device\",\r\n\t\t\t\"parent\": \"9030\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903089\",\r\n\t\t\t\"text\": \"903089 - Instruments and apparatus; n.e.c. in heading no. 9030, without a recording device\",\r\n\t\t\t\"parent\": \"9030\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903090\",\r\n\t\t\t\"text\": \"903090 - Instruments, apparatus for measuring, checking electrical quantities, not meters of heading no. 9028; parts and accessories, for measuring or detecting alpha, beta, gamma, x-ray, cosmic and other radiations\",\r\n\t\t\t\"parent\": \"9030\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9031\",\r\n\t\t\t\"text\": \"9031 - Measuring or checking instruments, appliances and machines, n.e.c. or included in this chapter; profile projectors\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903110\",\r\n\t\t\t\"text\": \"903110 - Machines; for balancing mechanical parts\",\r\n\t\t\t\"parent\": \"9031\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903120\",\r\n\t\t\t\"text\": \"903120 - Test benches\",\r\n\t\t\t\"parent\": \"9031\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903130\",\r\n\t\t\t\"text\": \"903130 - Profile projectors, nes\",\r\n\t\t\t\"parent\": \"9031\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903140\",\r\n\t\t\t\"text\": \"903140 - Optical instruments and appliances, nes\",\r\n\t\t\t\"parent\": \"9031\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903141\",\r\n\t\t\t\"text\": \"903141 - Optical instruments and appliances; for inspecting semiconductor wafers or devices or for inspecting photomasks or reticles used in manufacturing semiconductor devices, n.e.c. in chapter 90\",\r\n\t\t\t\"parent\": \"9031\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903149\",\r\n\t\t\t\"text\": \"903149 - Optical instruments and appliances; for measuring or checking, n.e.c. in chapter 90\",\r\n\t\t\t\"parent\": \"9031\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903180\",\r\n\t\t\t\"text\": \"903180 - Instruments, appliances and machines; for measuring or checking n.e.c. in chapter 90\",\r\n\t\t\t\"parent\": \"9031\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903190\",\r\n\t\t\t\"text\": \"903190 - Instruments, appliances and machines; parts and accessories for those measuring or checking devices of heading no. 9031\",\r\n\t\t\t\"parent\": \"9031\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9032\",\r\n\t\t\t\"text\": \"9032 - Regulating or controlling instruments and apparatus; automatic type\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903210\",\r\n\t\t\t\"text\": \"903210 - Regulating or controlling instruments and apparatus; automatic type, thermostats\",\r\n\t\t\t\"parent\": \"9032\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903220\",\r\n\t\t\t\"text\": \"903220 - Regulating or controlling instruments and apparatus; automatic, manostats\",\r\n\t\t\t\"parent\": \"9032\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903281\",\r\n\t\t\t\"text\": \"903281 - Regulating or controlling instruments and apparatus; automatic, hydraulic or pneumatic\",\r\n\t\t\t\"parent\": \"9032\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903289\",\r\n\t\t\t\"text\": \"903289 - Regulating or controlling instruments and apparatus; automatic, other than hydraulic or pneumatic\",\r\n\t\t\t\"parent\": \"9032\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903290\",\r\n\t\t\t\"text\": \"903290 - Regulating or controlling instruments and apparatus; automatic, parts and accessories\",\r\n\t\t\t\"parent\": \"9032\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9033\",\r\n\t\t\t\"text\": \"9033 - Machines and appliances, instruments or apparatus of chapter 90; parts and accessories n.e.c. in chapter 90\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903300\",\r\n\t\t\t\"text\": \"903300 - Machines and appliances, instruments or apparatus of chapter 90; parts and accessories n.e.c. in chapter 90\",\r\n\t\t\t\"parent\": \"9033\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"91\",\r\n\t\t\t\"text\": \"91 - Clocks and watches and parts thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9101\",\r\n\t\t\t\"text\": \"9101 - Wrist-watches, pocket-watches, stop-watches and other watches; with case of precious metal or of metal clad with precious metal\",\r\n\t\t\t\"parent\": \"91\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910111\",\r\n\t\t\t\"text\": \"910111 - Wrist-watches; electrically operated, with or without a stop-watch, with case of precious metal or of metal clad with precious metal, with mechanical display only\",\r\n\t\t\t\"parent\": \"9101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910112\",\r\n\t\t\t\"text\": \"910112 - Wrist-watch, precious metal, battery, opto/electric\",\r\n\t\t\t\"parent\": \"9101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910119\",\r\n\t\t\t\"text\": \"910119 - Wrist-watches; electrically operated, with or without a stop-watch, with case of precious metal or metal clad with precious metal, without mechanical display\",\r\n\t\t\t\"parent\": \"9101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910121\",\r\n\t\t\t\"text\": \"910121 - Wrist-watches; (not electrically operated), automatic winding, whether or not incorporating a stop-watch facility, case of precious metal or of metal clad with precious metal\",\r\n\t\t\t\"parent\": \"9101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910129\",\r\n\t\t\t\"text\": \"910129 - Wrist-watches; (not electrically operated), (not automatic winding), whether or not incorporating a stop-watch facility, case of precious metal or of metal clad with precious metal\",\r\n\t\t\t\"parent\": \"9101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910191\",\r\n\t\t\t\"text\": \"910191 - Pocket-watches and other watches, including stop-watches; (excluding wrist-watches), with case of precious metal or of metal clad with precious metal, electrically operated\",\r\n\t\t\t\"parent\": \"9101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910199\",\r\n\t\t\t\"text\": \"910199 - Pocket-watches and other watches, including stop-watches; (excluding wrist-watches), with case of precious metal or of metal clad with precious metal, not electrically operated\",\r\n\t\t\t\"parent\": \"9101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9102\",\r\n\t\t\t\"text\": \"9102 - Wrist-watches, pocket-watches, stop-watches and other watches, other than those of heading no. 9101\",\r\n\t\t\t\"parent\": \"91\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910211\",\r\n\t\t\t\"text\": \"910211 - Wrist-watches; electrically operated, with or without a stop-watch, (other than those of heading no. 9101) with mechanical display only\",\r\n\t\t\t\"parent\": \"9102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910212\",\r\n\t\t\t\"text\": \"910212 - Wrist-watches; electrically operated, with or without a stop-watch, (other than those of heading no. 9101) with opto-electronic display only\",\r\n\t\t\t\"parent\": \"9102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910219\",\r\n\t\t\t\"text\": \"910219 - Wrist-watches; electrically operated, with or without a stop-watch, (other than those of heading no. 9101) without mechanical or opto-electronic display\",\r\n\t\t\t\"parent\": \"9102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910221\",\r\n\t\t\t\"text\": \"910221 - Wrist-watches; whether or not incorporating a stop-watch facility, with automatic winding\",\r\n\t\t\t\"parent\": \"9102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910229\",\r\n\t\t\t\"text\": \"910229 - Wrist-watches; whether or not incorporating a stop-watch facility, with other than automatic winding\",\r\n\t\t\t\"parent\": \"9102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910291\",\r\n\t\t\t\"text\": \"910291 - Pocket watches and other watches, including stop-watches; (excluding wrist-watches), other than those of heading no. 9101, electrically operated\",\r\n\t\t\t\"parent\": \"9102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910299\",\r\n\t\t\t\"text\": \"910299 - Pocket watches and other watches, including stop-watches; (excluding wrist-watches), other than those of heading no. 9101, other than electrically operated\",\r\n\t\t\t\"parent\": \"9102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9103\",\r\n\t\t\t\"text\": \"9103 - Clocks; with watch movements, excluding clocks of heading no. 9104\",\r\n\t\t\t\"parent\": \"91\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910310\",\r\n\t\t\t\"text\": \"910310 - Clocks; with watch movements, electrically operated, excluding clocks of heading no. 9104\",\r\n\t\t\t\"parent\": \"9103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910390\",\r\n\t\t\t\"text\": \"910390 - Clocks; with watch movements, other than electrically operated, excluding clocks of heading no. 9104\",\r\n\t\t\t\"parent\": \"9103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9104\",\r\n\t\t\t\"text\": \"9104 - Instrument panel clocks and clocks of a similar type for vehicles, aircraft, spacecraft or vessels\",\r\n\t\t\t\"parent\": \"91\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910400\",\r\n\t\t\t\"text\": \"910400 - Clocks; instrument panel clocks and clocks of a similar type for vehicles, aircraft, spacecraft or vessels\",\r\n\t\t\t\"parent\": \"9104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9105\",\r\n\t\t\t\"text\": \"9105 - Clocks, other, n.e.c.\",\r\n\t\t\t\"parent\": \"91\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910511\",\r\n\t\t\t\"text\": \"910511 - Clocks; (excluding those with watch movements and instrument panel clocks), alarm clocks, electrically operated\",\r\n\t\t\t\"parent\": \"9105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910519\",\r\n\t\t\t\"text\": \"910519 - Clocks; (excluding those with watch movements and instrument panel clocks), alarm clocks, other than electrically operated\",\r\n\t\t\t\"parent\": \"9105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910521\",\r\n\t\t\t\"text\": \"910521 - Clocks; (excluding those with watch movements and instrument panel clocks), wall clocks, electrically operated\",\r\n\t\t\t\"parent\": \"9105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910529\",\r\n\t\t\t\"text\": \"910529 - Clocks; (excluding those with watch movements and instrument panel clocks), wall clocks, other than electrically operated\",\r\n\t\t\t\"parent\": \"9105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910591\",\r\n\t\t\t\"text\": \"910591 - Clocks; (excluding those with watch movements and instrument panel clocks), (other than alarm or wall clocks), electrically operated\",\r\n\t\t\t\"parent\": \"9105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910599\",\r\n\t\t\t\"text\": \"910599 - Clocks; (excluding those with watch movements and instrument panel clocks), other than alarm or wall clocks, other than electrically operated\",\r\n\t\t\t\"parent\": \"9105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9106\",\r\n\t\t\t\"text\": \"9106 - Time of day recording apparatus and apparatus for measuring, recording or otherwise indicating intervals of time, with clock, watch movement or synchronous motor\",\r\n\t\t\t\"parent\": \"91\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910610\",\r\n\t\t\t\"text\": \"910610 - Time recording apparatus; time-registers, time recorders, with clock, watch movement or synchronous motor\",\r\n\t\t\t\"parent\": \"9106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910620\",\r\n\t\t\t\"text\": \"910620 - Parking meters\",\r\n\t\t\t\"parent\": \"9106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910690\",\r\n\t\t\t\"text\": \"910690 - Time recording apparatus; with clock or watch movement or with synchronous motor, n.e.c. in heading no. 9106\",\r\n\t\t\t\"parent\": \"9106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9107\",\r\n\t\t\t\"text\": \"9107 - Time switches; with clock, watch movement or synchronous motor\",\r\n\t\t\t\"parent\": \"91\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910700\",\r\n\t\t\t\"text\": \"910700 - Time switches; with clock, watch movement or synchronous motor\",\r\n\t\t\t\"parent\": \"9107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9108\",\r\n\t\t\t\"text\": \"9108 - Watch movements; complete and assembled\",\r\n\t\t\t\"parent\": \"91\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910811\",\r\n\t\t\t\"text\": \"910811 - Watch movements; complete and assembled, electrically operated, with mechanical display only or with a device to which a mechanical display can be incorporated\",\r\n\t\t\t\"parent\": \"9108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910812\",\r\n\t\t\t\"text\": \"910812 - Watch movements; complete and assembled, electrically operated, by means of solar cells, with opto-electronic display\",\r\n\t\t\t\"parent\": \"9108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910819\",\r\n\t\t\t\"text\": \"910819 - Watch movements; complete and assembled, electrically operated, by means of solar cells, without mechanical display or device including such or opto-electronic display\",\r\n\t\t\t\"parent\": \"9108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910820\",\r\n\t\t\t\"text\": \"910820 - Watch movements; complete and assembled, with automatic winding\",\r\n\t\t\t\"parent\": \"9108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910890\",\r\n\t\t\t\"text\": \"910890 - Watch movements; complete and assembled, not automatic winding or electrically operated\",\r\n\t\t\t\"parent\": \"9108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910891\",\r\n\t\t\t\"text\": \"910891 - Watch movements, complete and assembled, nes, <33.8mm\",\r\n\t\t\t\"parent\": \"9108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910899\",\r\n\t\t\t\"text\": \"910899 - Watch movements, complete and assembled, nes\",\r\n\t\t\t\"parent\": \"9108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9109\",\r\n\t\t\t\"text\": \"9109 - Clock movements; complete and assembled\",\r\n\t\t\t\"parent\": \"91\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910910\",\r\n\t\t\t\"text\": \"910910 - Clock movements; complete and assembled, electrically operated\",\r\n\t\t\t\"parent\": \"9109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910911\",\r\n\t\t\t\"text\": \"910911 - Clock movements, complete & assembled, electrically operated, of alarm clocks\",\r\n\t\t\t\"parent\": \"9109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910919\",\r\n\t\t\t\"text\": \"910919 - Clock movements, complete & assembled, electrically operated, other than of alarm clocks\",\r\n\t\t\t\"parent\": \"9109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910990\",\r\n\t\t\t\"text\": \"910990 - Clock movements; complete and assembled, other than electrically operated\",\r\n\t\t\t\"parent\": \"9109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9110\",\r\n\t\t\t\"text\": \"9110 - Watch or clock movements, complete, unassembled or partly assembled (movement sets); incomplete watch or clock movements, assembled; rough watch or clock movements\",\r\n\t\t\t\"parent\": \"91\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911011\",\r\n\t\t\t\"text\": \"911011 - Watches; complete movements, unassembled or partly assembled (movement sets)\",\r\n\t\t\t\"parent\": \"9110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911012\",\r\n\t\t\t\"text\": \"911012 - Watches; incomplete movements, assembled\",\r\n\t\t\t\"parent\": \"9110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911019\",\r\n\t\t\t\"text\": \"911019 - Watches; rough movements\",\r\n\t\t\t\"parent\": \"9110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911090\",\r\n\t\t\t\"text\": \"911090 - Clocks; movements, whether or not complete, incomplete, assembled or unassembled\",\r\n\t\t\t\"parent\": \"9110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9111\",\r\n\t\t\t\"text\": \"9111 - Watch cases and parts thereof\",\r\n\t\t\t\"parent\": \"91\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911110\",\r\n\t\t\t\"text\": \"911110 - Watch cases; of precious metal or of metal clad with precious metal\",\r\n\t\t\t\"parent\": \"9111\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911120\",\r\n\t\t\t\"text\": \"911120 - Watch cases; of base metal, whether or not gold-plated or silver-plated\",\r\n\t\t\t\"parent\": \"9111\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911180\",\r\n\t\t\t\"text\": \"911180 - Watch cases; n.e.c. in heading no. 9111\",\r\n\t\t\t\"parent\": \"9111\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911190\",\r\n\t\t\t\"text\": \"911190 - Watch cases and parts thereof\",\r\n\t\t\t\"parent\": \"9111\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9112\",\r\n\t\t\t\"text\": \"9112 - Clock cases and cases of a similar type for other goods of this chapter and parts thereof\",\r\n\t\t\t\"parent\": \"91\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911210\",\r\n\t\t\t\"text\": \"911210 - Clock, etc cases, of metal\",\r\n\t\t\t\"parent\": \"9112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911220\",\r\n\t\t\t\"text\": \"911220 - Clock cases and similar cases for other goods of chapter 91; other than watch cases\",\r\n\t\t\t\"parent\": \"9112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911280\",\r\n\t\t\t\"text\": \"911280 - Clock, etc cases, except metal\",\r\n\t\t\t\"parent\": \"9112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911290\",\r\n\t\t\t\"text\": \"911290 - Clock cases and similar cases for other goods of chapter 91; other than watch cases, parts thereof\",\r\n\t\t\t\"parent\": \"9112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9113\",\r\n\t\t\t\"text\": \"9113 - Watch straps, watch bands, watch bracelets and parts thereof\",\r\n\t\t\t\"parent\": \"91\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911310\",\r\n\t\t\t\"text\": \"911310 - Watch straps, watch bands, watch bracelets, and parts thereof; of precious metal or of metal clad with precious metal\",\r\n\t\t\t\"parent\": \"9113\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911320\",\r\n\t\t\t\"text\": \"911320 - Watch straps, watch bands, watch bracelets, and parts thereof; of base metal, whether or not gold- or silver-plated\",\r\n\t\t\t\"parent\": \"9113\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911390\",\r\n\t\t\t\"text\": \"911390 - Watch straps, watch bands, watch bracelets, and parts thereof; n.e.c. in heading no. 9113\",\r\n\t\t\t\"parent\": \"9113\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9114\",\r\n\t\t\t\"text\": \"9114 - Clock or watch parts; n.e.c. in chapter 91\",\r\n\t\t\t\"parent\": \"91\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911410\",\r\n\t\t\t\"text\": \"911410 - Clock or watch parts; springs, including hairsprings\",\r\n\t\t\t\"parent\": \"9114\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911420\",\r\n\t\t\t\"text\": \"911420 - Jewels for clocks/watches\",\r\n\t\t\t\"parent\": \"9114\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911430\",\r\n\t\t\t\"text\": \"911430 - Clock or watch parts; dials\",\r\n\t\t\t\"parent\": \"9114\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911440\",\r\n\t\t\t\"text\": \"911440 - Clock or watch parts; plates and bridges\",\r\n\t\t\t\"parent\": \"9114\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911490\",\r\n\t\t\t\"text\": \"911490 - Clock or watch parts; other than springs (including hair-springs), dials, plates, and bridges\",\r\n\t\t\t\"parent\": \"9114\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"92\",\r\n\t\t\t\"text\": \"92 - Musical instruments; parts and accessories of such articles\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9201\",\r\n\t\t\t\"text\": \"9201 - Pianos; including automatic pianos, harpsichords and other keyboard stringed instruments\",\r\n\t\t\t\"parent\": \"92\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920110\",\r\n\t\t\t\"text\": \"920110 - Musical instruments; pianos, upright, including automatic pianos\",\r\n\t\t\t\"parent\": \"9201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920120\",\r\n\t\t\t\"text\": \"920120 - Musical instruments; pianos, grand\",\r\n\t\t\t\"parent\": \"9201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920190\",\r\n\t\t\t\"text\": \"920190 - Musical instruments; harpsichords and other keyboard stringed instruments n.e.c. in heading no. 9201\",\r\n\t\t\t\"parent\": \"9201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9202\",\r\n\t\t\t\"text\": \"9202 - Musical instruments; string, n.e.c. in heading no. 9201, (e.g. guitars, violins, harps)\",\r\n\t\t\t\"parent\": \"92\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920210\",\r\n\t\t\t\"text\": \"920210 - Musical instruments; string, played with a bow (e.g. violins)\",\r\n\t\t\t\"parent\": \"9202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920290\",\r\n\t\t\t\"text\": \"920290 - Musical instruments; string, played other than with a bow (e.g. guitars and harps)\",\r\n\t\t\t\"parent\": \"9202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9203\",\r\n\t\t\t\"text\": \"9203 - Harmoniums, pipe organs, etc\",\r\n\t\t\t\"parent\": \"92\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920300\",\r\n\t\t\t\"text\": \"920300 - Harmoniums, pipe organs, etc\",\r\n\t\t\t\"parent\": \"9203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9204\",\r\n\t\t\t\"text\": \"9204 - Accordions and similar instruments, mouth organs\",\r\n\t\t\t\"parent\": \"92\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920410\",\r\n\t\t\t\"text\": \"920410 - Accordions and similar instruments\",\r\n\t\t\t\"parent\": \"9204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920420\",\r\n\t\t\t\"text\": \"920420 - Mouth organs (harmonicas)\",\r\n\t\t\t\"parent\": \"9204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9205\",\r\n\t\t\t\"text\": \"9205 - Musical instruments; wind (e.g. keyboard pipe organs, accordions, clarinets, trumpets, bagpipes), other than fairground organs and mechanical street organs\",\r\n\t\t\t\"parent\": \"92\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920510\",\r\n\t\t\t\"text\": \"920510 - Musical instruments; brass-wind (e.g. trumpets), other than fairground organs and mechanical street organs\",\r\n\t\t\t\"parent\": \"9205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920590\",\r\n\t\t\t\"text\": \"920590 - Musical instruments; wind, other than brass, (eg. clarinet, bagpipes, pipe organs), other than fairground organs and mechanical street organs\",\r\n\t\t\t\"parent\": \"9205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9206\",\r\n\t\t\t\"text\": \"9206 - Musical instruments; percussion (e.g. drums, xylophones, cymbals, castanets, maracas)\",\r\n\t\t\t\"parent\": \"92\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920600\",\r\n\t\t\t\"text\": \"920600 - Musical instruments; percussion (e.g. drums, xylophones, cymbals, castanets, maracas)\",\r\n\t\t\t\"parent\": \"9206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9207\",\r\n\t\t\t\"text\": \"9207 - Musical instruments; the sound of which is produced or must be amplified, electrically (e.g. organs, guitars, accordions)\",\r\n\t\t\t\"parent\": \"92\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920710\",\r\n\t\t\t\"text\": \"920710 - Musical instruments; keyboard, (other than accordions), the sound of which is produced or must be amplified electrically\",\r\n\t\t\t\"parent\": \"9207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920790\",\r\n\t\t\t\"text\": \"920790 - Musical instruments; (other than keyboard), the sound of which is produced or must be amplified electrically\",\r\n\t\t\t\"parent\": \"9207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9208\",\r\n\t\t\t\"text\": \"9208 - Musical boxes, fairground and mechanical street organs, mechanical singing birds, musical saws and musical instruments n.e.c. in chapter 92; decoy calls of all kinds; whistles; call horns and other mouth-blown sound signalling instruments\",\r\n\t\t\t\"parent\": \"92\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920810\",\r\n\t\t\t\"text\": \"920810 - Musical boxes\",\r\n\t\t\t\"parent\": \"9208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920890\",\r\n\t\t\t\"text\": \"920890 - Fairground and mechanical street organs, mechanical singing birds, musical saws and musical instruments n.e.c. in chapter 92; decoy calls of all kinds; whistles; call horns and other mouth-blown sound signalling instruments\",\r\n\t\t\t\"parent\": \"9208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9209\",\r\n\t\t\t\"text\": \"9209 - Musical instrument parts (for example, mechanisms for musical boxes) and accessories (for example, cards, discs and rolls for mechanical instruments); metronomes, tuning forks and pitch pipes\",\r\n\t\t\t\"parent\": \"92\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920910\",\r\n\t\t\t\"text\": \"920910 - Metronomes, tuning forks and pitch pipes\",\r\n\t\t\t\"parent\": \"9209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920920\",\r\n\t\t\t\"text\": \"920920 - Mechanisms for musical boxes\",\r\n\t\t\t\"parent\": \"9209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920930\",\r\n\t\t\t\"text\": \"920930 - Musical instrument strings\",\r\n\t\t\t\"parent\": \"9209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920991\",\r\n\t\t\t\"text\": \"920991 - Musical instruments; parts and accessories for pianos\",\r\n\t\t\t\"parent\": \"9209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920992\",\r\n\t\t\t\"text\": \"920992 - Musical instruments; parts and accessories for string musical instruments other than keyboard instruments\",\r\n\t\t\t\"parent\": \"9209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920993\",\r\n\t\t\t\"text\": \"920993 - Parts and accessories for pipe organs, harmoniums, et\",\r\n\t\t\t\"parent\": \"9209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920994\",\r\n\t\t\t\"text\": \"920994 - Musical instruments; parts and accessories for the musical instruments the sound of which is produced or must be amplified electrically (e.g. organs, guitars and accordions)\",\r\n\t\t\t\"parent\": \"9209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920999\",\r\n\t\t\t\"text\": \"920999 - Musical instruments; parts and accessories for musical instruments n.e.c. in heading no. 9209; metronomes, tuning forks and pitch pipes\",\r\n\t\t\t\"parent\": \"9209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"93\",\r\n\t\t\t\"text\": \"93 - Arms and ammunition; parts and accessories thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9301\",\r\n\t\t\t\"text\": \"9301 - Military weapons; other than revolvers, pistols and arms of heading no. 9307\",\r\n\t\t\t\"parent\": \"93\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930100\",\r\n\t\t\t\"text\": \"930100 - Military weapons, other than hand guns, swords, etc\",\r\n\t\t\t\"parent\": \"9301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930110\",\r\n\t\t\t\"text\": \"930110 - Military weapons; artillery weapons (e.g. guns, howitzers, and mortars)\",\r\n\t\t\t\"parent\": \"9301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930111\",\r\n\t\t\t\"text\": \"930111 - Artillery weapons (e.g., guns, howitzers & mortars), self-propelled\",\r\n\t\t\t\"parent\": \"9301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930119\",\r\n\t\t\t\"text\": \"930119 - Artillery weapons (e.g., guns, howitzers & mortars), other than self-propelled\",\r\n\t\t\t\"parent\": \"9301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930120\",\r\n\t\t\t\"text\": \"930120 - Military weapons; rocket launchers, flame-throwers, grenade launchers, torpedo tubes and similar projectors\",\r\n\t\t\t\"parent\": \"9301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930190\",\r\n\t\t\t\"text\": \"930190 - Military weapons; other than revolvers, pistols, and arms of heading 9307, n.e.c. in heading 9301\",\r\n\t\t\t\"parent\": \"9301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9302\",\r\n\t\t\t\"text\": \"9302 - Revolvers and pistols; other than those of heading no. 9303 or 9304\",\r\n\t\t\t\"parent\": \"93\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930200\",\r\n\t\t\t\"text\": \"930200 - Revolvers and pistols; other than those of heading no. 9303 or 9304\",\r\n\t\t\t\"parent\": \"9302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9303\",\r\n\t\t\t\"text\": \"9303 - Firearms; other similar devices (e.g. sporting shotguns and rifles, muzzle-loading firearms, very pistols, devices for firing flares or blank ammunition, captive bolt humane killers, line throwing guns)\",\r\n\t\t\t\"parent\": \"93\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930310\",\r\n\t\t\t\"text\": \"930310 - Firearms; muzzle-loading\",\r\n\t\t\t\"parent\": \"9303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930320\",\r\n\t\t\t\"text\": \"930320 - Firearms; sporting, hunting or target-shooting shotguns, including combination shotgun-rifles\",\r\n\t\t\t\"parent\": \"9303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930330\",\r\n\t\t\t\"text\": \"930330 - Firearms; sporting, hunting or target-shooting rifles n.e.c. in heading no. 9303\",\r\n\t\t\t\"parent\": \"9303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930390\",\r\n\t\t\t\"text\": \"930390 - Firearms; n.e.c. in heading no. 9303\",\r\n\t\t\t\"parent\": \"9303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9304\",\r\n\t\t\t\"text\": \"9304 - Firearms; (e.g. spring, air or gas guns and pistols, truncheons), excluding those of heading no. 9307\",\r\n\t\t\t\"parent\": \"93\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930400\",\r\n\t\t\t\"text\": \"930400 - Firearms; (e.g. spring, air or gas guns and pistols, truncheons), excluding those of heading no. 9307\",\r\n\t\t\t\"parent\": \"9304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9305\",\r\n\t\t\t\"text\": \"9305 - Firearms; parts and accessories of articles of heading no. 9301 to 9304\",\r\n\t\t\t\"parent\": \"93\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930510\",\r\n\t\t\t\"text\": \"930510 - Firearms; parts and accessories, of revolvers or pistols\",\r\n\t\t\t\"parent\": \"9305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930520\",\r\n\t\t\t\"text\": \"930520 - Firearms; parts and accessories, of shotguns or rifles of heading 9303\",\r\n\t\t\t\"parent\": \"9305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930521\",\r\n\t\t\t\"text\": \"930521 - Shotgun barrels\",\r\n\t\t\t\"parent\": \"9305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930529\",\r\n\t\t\t\"text\": \"930529 - Parts & accessories of shotguns/rifles of 93.03, other than shotgun barrels\",\r\n\t\t\t\"parent\": \"9305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930590\",\r\n\t\t\t\"text\": \"930590 - Parts and accessories nes of weapons, nes\",\r\n\t\t\t\"parent\": \"9305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930591\",\r\n\t\t\t\"text\": \"930591 - Firearms; parts and accessories, of military weapons of heading 9301\",\r\n\t\t\t\"parent\": \"9305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930599\",\r\n\t\t\t\"text\": \"930599 - Firearms; parts and accessories, of firearms other than the military weapons of heading 9301\",\r\n\t\t\t\"parent\": \"9305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9306\",\r\n\t\t\t\"text\": \"9306 - Bombs, grenades, torpedoes, mines, missiles and similar munitions of war and parts thereof; cartridges and other ammunition, projectiles and parts thereof, including shot and cartridge wads\",\r\n\t\t\t\"parent\": \"93\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930610\",\r\n\t\t\t\"text\": \"930610 - Cartridges for rivet etc tools, humane killers, etc\",\r\n\t\t\t\"parent\": \"9306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930621\",\r\n\t\t\t\"text\": \"930621 - Ammunition; shotgun cartridges\",\r\n\t\t\t\"parent\": \"9306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930629\",\r\n\t\t\t\"text\": \"930629 - Ammunition; parts of shotgun cartridges\",\r\n\t\t\t\"parent\": \"9306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930630\",\r\n\t\t\t\"text\": \"930630 - Ammunition; cartridges and parts thereof n.e.c. in heading no. 9306\",\r\n\t\t\t\"parent\": \"9306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930690\",\r\n\t\t\t\"text\": \"930690 - Ammunition; n.e.c. in chapter 93\",\r\n\t\t\t\"parent\": \"9306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9307\",\r\n\t\t\t\"text\": \"9307 - Arms; swords, cutlasses, bayonets, lances and the like, parts thereof and scabbards and sheaths therefor\",\r\n\t\t\t\"parent\": \"93\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930700\",\r\n\t\t\t\"text\": \"930700 - Arms; swords, cutlasses, bayonets, lances and the like, parts thereof and scabbards and sheaths therefor\",\r\n\t\t\t\"parent\": \"9307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"94\",\r\n\t\t\t\"text\": \"94 - Furniture; bedding, mattresses, mattress supports, cushions and similar stuffed furnishings; lamps and lighting fittings, n.e.c.; illuminated signs, illuminated name-plates and the like; prefabricated buildings\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9401\",\r\n\t\t\t\"text\": \"9401 - Seats (not those of heading no. 9402), whether or not convertible into beds and parts thereof\",\r\n\t\t\t\"parent\": \"94\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940110\",\r\n\t\t\t\"text\": \"940110 - Seats; of a kind used for aircraft\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940120\",\r\n\t\t\t\"text\": \"940120 - Seats; of a kind used for motor vehicles\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940130\",\r\n\t\t\t\"text\": \"940130 - Seats; swivel with variable height adjustment, excluding medical, surgical, dental, veterinary or barber furniture\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940131\",\r\n\t\t\t\"text\": \"940131 - Seats; swivel with variable height adjustment of wood, excluding medical, surgical, dental, veterinary or barber furniture\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940139\",\r\n\t\t\t\"text\": \"940139 - Seats; swivel with variable height adjustment of other than wood, excluding medical, surgical, dental, veterinary or barber furniture\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940140\",\r\n\t\t\t\"text\": \"940140 - Seats; convertible into beds, other than garden seats or camping equipment\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940141\",\r\n\t\t\t\"text\": \"940141 - Seats; convertible into beds of wood, other than garden seats or camping equipment\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940149\",\r\n\t\t\t\"text\": \"940149 - Seats; convertible into beds of other than wood, other than garden seats or camping equipment\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940150\",\r\n\t\t\t\"text\": \"940150 - Seats of cane, osier, bamboo or similar materials\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940151\",\r\n\t\t\t\"text\": \"940151 - Seats; of bamboo or rattan\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940152\",\r\n\t\t\t\"text\": \"940152 - Seats; of bamboo\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940153\",\r\n\t\t\t\"text\": \"940153 - Seats; of rattan\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940159\",\r\n\t\t\t\"text\": \"940159 - Seats; of cane, osier or similar materials, other than bamboo or rattan\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940161\",\r\n\t\t\t\"text\": \"940161 - Seats; with wooden frames, upholstered, (excluding medical, surgical, dental, veterinary or barber furniture)\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940169\",\r\n\t\t\t\"text\": \"940169 - Seats; with wooden frames, not upholstered, (excluding medical, surgical, dental, veterinary or barber furniture)\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940171\",\r\n\t\t\t\"text\": \"940171 - Seats; with metal frames, upholstered, (excluding medical, surgical, dental, veterinary or barber furniture)\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940179\",\r\n\t\t\t\"text\": \"940179 - Seats; with metal frames, not upholstered, (excluding medical, surgical, dental, veterinary or barber furniture)\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940180\",\r\n\t\t\t\"text\": \"940180 - Seats; n.e.c. in heading no. 9401, (excluding medical, surgical, dental, veterinary or barber furniture)\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940190\",\r\n\t\t\t\"text\": \"940190 - Seat; parts\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940191\",\r\n\t\t\t\"text\": \"940191 - Seats; parts, of wood, (other than for use in the assembly of motor vehicles as determined by the minister, other than automotive)\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940199\",\r\n\t\t\t\"text\": \"940199 - Seats; parts, (of other than wood) for use in the assembly of motor vehicles as determined by the minister\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9402\",\r\n\t\t\t\"text\": \"9402 - Furniture; medical, surgical, dental or veterinary (e.g. operating tables, hospital beds, dentists' chairs) barbers' chairs; parts\",\r\n\t\t\t\"parent\": \"94\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940210\",\r\n\t\t\t\"text\": \"940210 - Chairs; dentists', barbers' or similar chairs having rotating as well as both reclining and elevating movements, and parts thereof\",\r\n\t\t\t\"parent\": \"9402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940290\",\r\n\t\t\t\"text\": \"940290 - Furniture; for medical, surgical, veterinary use (e.g. operating tables, examination tables, hospital beds with mechanical fittings) and parts thereof\",\r\n\t\t\t\"parent\": \"9402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9403\",\r\n\t\t\t\"text\": \"9403 - Furniture and parts thereof, n.e.c. in chapter 94\",\r\n\t\t\t\"parent\": \"94\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940310\",\r\n\t\t\t\"text\": \"940310 - Furniture; metal, for office use\",\r\n\t\t\t\"parent\": \"9403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940320\",\r\n\t\t\t\"text\": \"940320 - Furniture; metal, other than for office use\",\r\n\t\t\t\"parent\": \"9403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940330\",\r\n\t\t\t\"text\": \"940330 - Furniture; wooden, for office use\",\r\n\t\t\t\"parent\": \"9403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940340\",\r\n\t\t\t\"text\": \"940340 - Furniture; wooden, for kitchen use\",\r\n\t\t\t\"parent\": \"9403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940350\",\r\n\t\t\t\"text\": \"940350 - Furniture; wooden, for bedroom use\",\r\n\t\t\t\"parent\": \"9403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940360\",\r\n\t\t\t\"text\": \"940360 - Furniture; wooden, other than for office, kitchen or bedroom use\",\r\n\t\t\t\"parent\": \"9403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940370\",\r\n\t\t\t\"text\": \"940370 - Furniture; plastic\",\r\n\t\t\t\"parent\": \"9403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940380\",\r\n\t\t\t\"text\": \"940380 - Furniture of cane, materials nes\",\r\n\t\t\t\"parent\": \"9403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940381\",\r\n\t\t\t\"text\": \"940381 - Furniture; of bamboo or rattan\",\r\n\t\t\t\"parent\": \"9403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940382\",\r\n\t\t\t\"text\": \"940382 - Furniture; of bamboo\",\r\n\t\t\t\"parent\": \"9403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940383\",\r\n\t\t\t\"text\": \"940383 - Furniture; of rattan\",\r\n\t\t\t\"parent\": \"9403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940389\",\r\n\t\t\t\"text\": \"940389 - Furniture; of cane, osier, or similar materials (other than bamboo or rattan)\",\r\n\t\t\t\"parent\": \"9403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940390\",\r\n\t\t\t\"text\": \"940390 - Furniture; parts\",\r\n\t\t\t\"parent\": \"9403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940391\",\r\n\t\t\t\"text\": \"940391 - Furniture; parts, of wood\",\r\n\t\t\t\"parent\": \"9403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940399\",\r\n\t\t\t\"text\": \"940399 - Furniture; parts, of other than wood\",\r\n\t\t\t\"parent\": \"9403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9404\",\r\n\t\t\t\"text\": \"9404 - Mattress supports; articles of bedding (e.g. mattresses, quilts, eiderdowns, cushions pouffes and pillows), fitted with springs or stuffed, whether or not covered\",\r\n\t\t\t\"parent\": \"94\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940410\",\r\n\t\t\t\"text\": \"940410 - Mattress supports\",\r\n\t\t\t\"parent\": \"9404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940421\",\r\n\t\t\t\"text\": \"940421 - Mattresses; of cellular rubber or plastics, whether or not covered\",\r\n\t\t\t\"parent\": \"9404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940429\",\r\n\t\t\t\"text\": \"940429 - Mattresses; of other materials, not cellular rubber or plastics\",\r\n\t\t\t\"parent\": \"9404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940430\",\r\n\t\t\t\"text\": \"940430 - Sleeping bags\",\r\n\t\t\t\"parent\": \"9404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940440\",\r\n\t\t\t\"text\": \"940440 - Quilts, bedspreads, eiderdowns and duvets (comforters)\",\r\n\t\t\t\"parent\": \"9404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940490\",\r\n\t\t\t\"text\": \"940490 - Bedding and similar furnishing articles; n.e.c. in heading no. 9404 (e.g. quilts, eiderdowns, cushions, pouffes and pillows)\",\r\n\t\t\t\"parent\": \"9404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9405\",\r\n\t\t\t\"text\": \"9405 - Luminaires and light fittings; including searchlights, spotlights and parts thereof, n.e.c.; illuminated signs, name-plates and the like, having permanently fixed light source and parts thereof n.e.c. or included\",\r\n\t\t\t\"parent\": \"94\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940510\",\r\n\t\t\t\"text\": \"940510 - Chandeliers and other electric ceiling or wall light fittings; excluding those used for lighting public open spaces or thoroughfares\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940511\",\r\n\t\t\t\"text\": \"940511 - Luminaires and light fittings; chandeliers and electric ceiling or wall light fittings; (excluding those used for lighting public open spaces or thoroughfares), for use solely with light-emitting diode (LED) light sources\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940519\",\r\n\t\t\t\"text\": \"940519 - Chandeliers and electric ceiling or wall light fittings; (excluding those used for lighting public open spaces or thoroughfares), for use other than with light-emitting diode (LED) light sources\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940520\",\r\n\t\t\t\"text\": \"940520 - Lamps, electric; floor-standing or for table, desk or bedside\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940521\",\r\n\t\t\t\"text\": \"940521 - Luminaires and light fittings; electric, table, desk, bedside or floor-standing, for use solely with light-emitting diode (LED) light sources\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940529\",\r\n\t\t\t\"text\": \"940529 - Luminaires and light fittings; electric, table, desk, bedside or floor-standing, for other than use solely with light-emitting diode (LED) light sources\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940530\",\r\n\t\t\t\"text\": \"940530 - Lighting sets; of a kind used for Christmas trees\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940531\",\r\n\t\t\t\"text\": \"940531 - Luminaires and light fittings; electric, lighting strings of a kind used for Christmas trees, for use solely with light-emitting diode (LED) light sources\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940539\",\r\n\t\t\t\"text\": \"940539 - Luminaires and light fittings; electric, lighting strings of a kind used for Christmas trees, for other than use solely with light-emitting diode (LED) light sources\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940540\",\r\n\t\t\t\"text\": \"940540 - Lamps and light fittings; electric, n.e.c. in heading no. 9405\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940541\",\r\n\t\t\t\"text\": \"940541 - Luminaires and light fittings; electric, photovoltaic, designed for use solely with light-emitting diode (LED) light sources\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940542\",\r\n\t\t\t\"text\": \"940542 - Luminaires and light fittings; electric, designed for use solely with light-emitting diode (LED) light sources\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940549\",\r\n\t\t\t\"text\": \"940549 - Luminaires and light fittings; electric, designed for other than use solely with light-emitting diode (LED) light sources\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940550\",\r\n\t\t\t\"text\": \"940550 - Luminaires and light fittings; non-electric\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940560\",\r\n\t\t\t\"text\": \"940560 - Illuminated signs, name plates and the like\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940561\",\r\n\t\t\t\"text\": \"940561 - Luminaires; illuminated signs, illuminated name-plates and the like, designed for use solely with light-emitting diode (LED) light sources\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940569\",\r\n\t\t\t\"text\": \"940569 - Luminaires; illuminated signs, illuminated name-plates and the like, designed for other than use solely with light-emitting diode (LED) light sources\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940591\",\r\n\t\t\t\"text\": \"940591 - Lamps and light fittings; parts thereof, of glass\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940592\",\r\n\t\t\t\"text\": \"940592 - Lamps and light fittings; parts thereof, of plastics\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940599\",\r\n\t\t\t\"text\": \"940599 - Lamps and light fittings; parts thereof, of materials other than glass or plastics\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9406\",\r\n\t\t\t\"text\": \"9406 - Buildings; prefabricated\",\r\n\t\t\t\"parent\": \"94\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940600\",\r\n\t\t\t\"text\": \"940600 - Buildings; prefabricated\",\r\n\t\t\t\"parent\": \"9406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940610\",\r\n\t\t\t\"text\": \"940610 - Buildings; prefabricated, of wood\",\r\n\t\t\t\"parent\": \"9406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940620\",\r\n\t\t\t\"text\": \"940620 - Buildings; modular building units, of steel\",\r\n\t\t\t\"parent\": \"9406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940690\",\r\n\t\t\t\"text\": \"940690 - Buildings; prefabricated, not of wood\",\r\n\t\t\t\"parent\": \"9406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"95\",\r\n\t\t\t\"text\": \"95 - Toys, games and sports requisites; parts and accessories thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9501\",\r\n\t\t\t\"text\": \"9501 - Rideable wheeled toys, dolls carriages\",\r\n\t\t\t\"parent\": \"95\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950100\",\r\n\t\t\t\"text\": \"950100 - Rideable wheeled toys, dolls carriages\",\r\n\t\t\t\"parent\": \"9501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9502\",\r\n\t\t\t\"text\": \"9502 - Dolls representing only human beings\",\r\n\t\t\t\"parent\": \"95\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950210\",\r\n\t\t\t\"text\": \"950210 - Dolls representing only human beings\",\r\n\t\t\t\"parent\": \"9502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950291\",\r\n\t\t\t\"text\": \"950291 - Garments, accessories for dolls representing humans\",\r\n\t\t\t\"parent\": \"9502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950299\",\r\n\t\t\t\"text\": \"950299 - Parts nes, for dolls representing only human beings\",\r\n\t\t\t\"parent\": \"9502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9503\",\r\n\t\t\t\"text\": \"9503 - Tricycles, scooters, pedal cars and similar wheeled toys; dolls' carriages; dolls; other toys; reduced-size (scale) models and similar recreational models, working or not; puzzles of all kinds\",\r\n\t\t\t\"parent\": \"95\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950300\",\r\n\t\t\t\"text\": \"950300 - Tricycles, scooters, pedal cars and similar wheeled toys; dolls' carriages; dolls; other toys; reduced-size (scale) models and similar recreational models, working or not; puzzles of all kinds\",\r\n\t\t\t\"parent\": \"9503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950310\",\r\n\t\t\t\"text\": \"950310 - Electric trains, train sets, etc\",\r\n\t\t\t\"parent\": \"9503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950320\",\r\n\t\t\t\"text\": \"950320 - Reduced-size (scale) models, kits, except trains\",\r\n\t\t\t\"parent\": \"9503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950330\",\r\n\t\t\t\"text\": \"950330 - Construction sets and constructional toys, nes\",\r\n\t\t\t\"parent\": \"9503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950341\",\r\n\t\t\t\"text\": \"950341 - Stuffed toys - animals or non-human creatures\",\r\n\t\t\t\"parent\": \"9503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950349\",\r\n\t\t\t\"text\": \"950349 - Toys nes representing animals/non-humans\",\r\n\t\t\t\"parent\": \"9503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950350\",\r\n\t\t\t\"text\": \"950350 - Toy musical instruments, apparatus\",\r\n\t\t\t\"parent\": \"9503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950360\",\r\n\t\t\t\"text\": \"950360 - Puzzles\",\r\n\t\t\t\"parent\": \"9503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950370\",\r\n\t\t\t\"text\": \"950370 - Toys, retail in sets or outfits\",\r\n\t\t\t\"parent\": \"9503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950380\",\r\n\t\t\t\"text\": \"950380 - Toys and models incorporating a motor\",\r\n\t\t\t\"parent\": \"9503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950390\",\r\n\t\t\t\"text\": \"950390 - Toys nes\",\r\n\t\t\t\"parent\": \"9503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9504\",\r\n\t\t\t\"text\": \"9504 - Video game consoles and machines, articles for funfair, table or parlour games, including pintables, billiards, special tables for casino games and automatic bowling alley equipment\",\r\n\t\t\t\"parent\": \"95\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950410\",\r\n\t\t\t\"text\": \"950410 - Video games of a kind used with a television receiver\",\r\n\t\t\t\"parent\": \"9504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950420\",\r\n\t\t\t\"text\": \"950420 - Billiard articles and accessories of all kinds\",\r\n\t\t\t\"parent\": \"9504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950430\",\r\n\t\t\t\"text\": \"950430 - Games; operated by coins, banknotes, bank cards, tokens or by other means of payment, other than billiard articles and accesssories, and automatic bowling alley equipment\",\r\n\t\t\t\"parent\": \"9504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950440\",\r\n\t\t\t\"text\": \"950440 - Games; playing cards\",\r\n\t\t\t\"parent\": \"9504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950450\",\r\n\t\t\t\"text\": \"950450 - Games; video game consoles and machines, other than those of subheading 9504.30\",\r\n\t\t\t\"parent\": \"9504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950490\",\r\n\t\t\t\"text\": \"950490 - Games; articles for funfair, table or parlour games, including pintables, special tables for casino games, automatic bowling alley equipment, n.e.c. in heading 9504\",\r\n\t\t\t\"parent\": \"9504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9505\",\r\n\t\t\t\"text\": \"9505 - Festive, carnival or other entertainment articles, including conjuring tricks and novelty jokes\",\r\n\t\t\t\"parent\": \"95\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950510\",\r\n\t\t\t\"text\": \"950510 - Christmas festivity articles\",\r\n\t\t\t\"parent\": \"9505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950590\",\r\n\t\t\t\"text\": \"950590 - Festive, carnival or other entertainment articles including novelty jokes and conjuring tricks; other than Christmas festivity articles\",\r\n\t\t\t\"parent\": \"9505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9506\",\r\n\t\t\t\"text\": \"9506 - Gymnastics, athletics, other sports (including table tennis) or outdoor games equipment, n.e.c. in this chapter, swimming pools and paddling pools\",\r\n\t\t\t\"parent\": \"95\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950611\",\r\n\t\t\t\"text\": \"950611 - Skis; for snow\",\r\n\t\t\t\"parent\": \"9506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950612\",\r\n\t\t\t\"text\": \"950612 - Ski-fastenings (ski-bindings); for snow-skis\",\r\n\t\t\t\"parent\": \"9506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950619\",\r\n\t\t\t\"text\": \"950619 - Snow-ski equipment\",\r\n\t\t\t\"parent\": \"9506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950621\",\r\n\t\t\t\"text\": \"950621 - Sailboards; for water sport\",\r\n\t\t\t\"parent\": \"9506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950629\",\r\n\t\t\t\"text\": \"950629 - Water sport equipment; water-skis, surf-boards and other water-sport equipment, excluding sailboards\",\r\n\t\t\t\"parent\": \"9506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950631\",\r\n\t\t\t\"text\": \"950631 - Golf clubs; complete\",\r\n\t\t\t\"parent\": \"9506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950632\",\r\n\t\t\t\"text\": \"950632 - Golf balls\",\r\n\t\t\t\"parent\": \"9506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950639\",\r\n\t\t\t\"text\": \"950639 - Golf equipment; other than clubs and balls\",\r\n\t\t\t\"parent\": \"9506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950640\",\r\n\t\t\t\"text\": \"950640 - Table-tennis articles and equipment\",\r\n\t\t\t\"parent\": \"9506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950651\",\r\n\t\t\t\"text\": \"950651 - Lawn-tennis rackets; whether or not strung\",\r\n\t\t\t\"parent\": \"9506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950659\",\r\n\t\t\t\"text\": \"950659 - Tennis, badminton and similar rackets; whether or not strung\",\r\n\t\t\t\"parent\": \"9506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950661\",\r\n\t\t\t\"text\": \"950661 - Lawn-tennis balls\",\r\n\t\t\t\"parent\": \"9506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950662\",\r\n\t\t\t\"text\": \"950662 - Balls; inflatable\",\r\n\t\t\t\"parent\": \"9506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950669\",\r\n\t\t\t\"text\": \"950669 - Balls; (other than inflatable or for lawn-tennis, golf or table-tennis)\",\r\n\t\t\t\"parent\": \"9506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950670\",\r\n\t\t\t\"text\": \"950670 - Skates; ice and roller, including skating boots with skates attached\",\r\n\t\t\t\"parent\": \"9506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950691\",\r\n\t\t\t\"text\": \"950691 - Athletics and gymnastics equipment\",\r\n\t\t\t\"parent\": \"9506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950699\",\r\n\t\t\t\"text\": \"950699 - Equipment for outdoor games and recreation n.e.c. in heading no. 9506\",\r\n\t\t\t\"parent\": \"9506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9507\",\r\n\t\t\t\"text\": \"9507 - Fishing rods, fish-hooks and other line fishing tackle; fish landing nets and the like; decoy birds (not those of heading no. 9208 or 9705) and similar hunting or shooting requisites\",\r\n\t\t\t\"parent\": \"95\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950710\",\r\n\t\t\t\"text\": \"950710 - Fishing rods\",\r\n\t\t\t\"parent\": \"9507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950720\",\r\n\t\t\t\"text\": \"950720 - Fish-hooks; whether or not snelled\",\r\n\t\t\t\"parent\": \"9507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950730\",\r\n\t\t\t\"text\": \"950730 - Fishing reels\",\r\n\t\t\t\"parent\": \"9507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950790\",\r\n\t\t\t\"text\": \"950790 - Fishing tackle n.e.c., butterfly nets, decoy birds (other than those of heading no. 9208 or 9705) and similar hunting or shooting requisites\",\r\n\t\t\t\"parent\": \"9507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9508\",\r\n\t\t\t\"text\": \"9508 - Travelling circuses and travelling menageries, amusement park rides and water park amusements, fairground amusements, including shooting galleries and travelling theatres\",\r\n\t\t\t\"parent\": \"95\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950800\",\r\n\t\t\t\"text\": \"950800 - Play, fair-ground equipment, travellng circus, theatr\",\r\n\t\t\t\"parent\": \"9508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950810\",\r\n\t\t\t\"text\": \"950810 - Travelling circuses and travelling menageries\",\r\n\t\t\t\"parent\": \"9508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950821\",\r\n\t\t\t\"text\": \"950821 - Amusement park rides and water park amusements; Roller coasters\",\r\n\t\t\t\"parent\": \"9508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950822\",\r\n\t\t\t\"text\": \"950822 - Amusement park rides and water park amusements; carousels, swings and roundabouts\",\r\n\t\t\t\"parent\": \"9508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950823\",\r\n\t\t\t\"text\": \"950823 - Amusement park rides and water park amusements; dodge'em cars\",\r\n\t\t\t\"parent\": \"9508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950824\",\r\n\t\t\t\"text\": \"950824 - Amusement park rides and water park amusements; motion simulators and moving theatres\",\r\n\t\t\t\"parent\": \"9508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950825\",\r\n\t\t\t\"text\": \"950825 - Amusement park rides and water park amusements; water rides\",\r\n\t\t\t\"parent\": \"9508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950826\",\r\n\t\t\t\"text\": \"950826 - Amusement park rides and water park amusements; water park amusements\",\r\n\t\t\t\"parent\": \"9508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950829\",\r\n\t\t\t\"text\": \"950829 - Amusement park rides and water park amusements; other than roller coasters, carousels, swings, roundabouts, dodge'em cars, motion simulators and moving theatres, water rides and water park amusements\",\r\n\t\t\t\"parent\": \"9508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950830\",\r\n\t\t\t\"text\": \"950830 - Fairground amusements; including shooting galleries\",\r\n\t\t\t\"parent\": \"9508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950840\",\r\n\t\t\t\"text\": \"950840 - Travelling theatres\",\r\n\t\t\t\"parent\": \"9508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950890\",\r\n\t\t\t\"text\": \"950890 - Roundabouts, swings, shooting galleries, other fairground amusements; travelling theatres\",\r\n\t\t\t\"parent\": \"9508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"96\",\r\n\t\t\t\"text\": \"96 - Miscellaneous manufactured articles\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9601\",\r\n\t\t\t\"text\": \"9601 - Ivory, bone, tortoise-shell, horn, antlers, coral, mother-of-pearl and other animal carving material and articles of these materials; worked, (including articles obtained by moulding)\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960110\",\r\n\t\t\t\"text\": \"960110 - Ivory and articles thereof; worked\",\r\n\t\t\t\"parent\": \"9601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960190\",\r\n\t\t\t\"text\": \"960190 - Bone, tortoise shell, horn, antlers, coral, mother-of-pearl and other animal carving material and articles thereof (including articles obtained by moulding)\",\r\n\t\t\t\"parent\": \"9601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9602\",\r\n\t\t\t\"text\": \"9602 - Vegetable, mineral carving material and articles of these materials, moulded or carved articles of wax, stearin, natural gums, resins or modelling pastes, worked unhardened gelatin (not heading no. 3503)\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960200\",\r\n\t\t\t\"text\": \"960200 - Vegetable, mineral carving material and articles of these materials, moulded or carved articles of wax, stearin, natural gums, resins or modelling pastes, worked unhardened gelatin (not heading no. 3503)\",\r\n\t\t\t\"parent\": \"9602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9603\",\r\n\t\t\t\"text\": \"9603 - Brooms, brushes (including parts of machines), hand operated floor sweepers, mops and feather dusters; knots and tufts for broom or brush making; paint pads and rollers; squeegees\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960310\",\r\n\t\t\t\"text\": \"960310 - Brooms and brushes; consisting of twigs or other vegetable materials bound together, with or without handles\",\r\n\t\t\t\"parent\": \"9603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960321\",\r\n\t\t\t\"text\": \"960321 - Brushes; toothbrushes\",\r\n\t\t\t\"parent\": \"9603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960329\",\r\n\t\t\t\"text\": \"960329 - Brushes; shaving, hair, nail, eyelash and other toilet brushes for use on the person, including brushes as parts of appliances\",\r\n\t\t\t\"parent\": \"9603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960330\",\r\n\t\t\t\"text\": \"960330 - Brushes; artists' brushes, writing brushes and similar brushes for the application of cosmetics\",\r\n\t\t\t\"parent\": \"9603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960340\",\r\n\t\t\t\"text\": \"960340 - Brushes; paint, distemper, varnish or similar brushes (not those of item no. 9603.30), paint pads and rollers\",\r\n\t\t\t\"parent\": \"9603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960350\",\r\n\t\t\t\"text\": \"960350 - Brushes; constituting parts of machines, appliances or vehicles\",\r\n\t\t\t\"parent\": \"9603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960390\",\r\n\t\t\t\"text\": \"960390 - Brooms, brushes, mops, feather dusters, squeegees, hand operated mechanical floor sweepers; (not motorised), prepared knots and tufts for brooms or brush making n.e.c.\",\r\n\t\t\t\"parent\": \"9603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9604\",\r\n\t\t\t\"text\": \"9604 - Hand sieves and hand riddles\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960400\",\r\n\t\t\t\"text\": \"960400 - Hand sieves and hand riddles\",\r\n\t\t\t\"parent\": \"9604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9605\",\r\n\t\t\t\"text\": \"9605 - Travel sets; for personal toilet, sewing, shoe or clothes cleaning\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960500\",\r\n\t\t\t\"text\": \"960500 - Travel sets; for personal toilet, sewing, shoe or clothes cleaning\",\r\n\t\t\t\"parent\": \"9605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9606\",\r\n\t\t\t\"text\": \"9606 - Buttons, press-fasteners, snap-fasteners and press-studs, button moulds and other parts of these articles; button blanks\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960610\",\r\n\t\t\t\"text\": \"960610 - Press-fasteners, snap-fasteners, press-studs and parts therefor\",\r\n\t\t\t\"parent\": \"9606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960621\",\r\n\t\t\t\"text\": \"960621 - Buttons; of plastics, not covered with textile material\",\r\n\t\t\t\"parent\": \"9606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960622\",\r\n\t\t\t\"text\": \"960622 - Buttons; of base metal, not covered with textile material\",\r\n\t\t\t\"parent\": \"9606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960629\",\r\n\t\t\t\"text\": \"960629 - Buttons; of other than base metal or plastics, not covered with textile material\",\r\n\t\t\t\"parent\": \"9606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960630\",\r\n\t\t\t\"text\": \"960630 - Button moulds and other parts of buttons; button blanks\",\r\n\t\t\t\"parent\": \"9606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9607\",\r\n\t\t\t\"text\": \"9607 - Slide fasteners and parts thereof\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960711\",\r\n\t\t\t\"text\": \"960711 - Slide fasteners; fitted with chain scoops of base metal\",\r\n\t\t\t\"parent\": \"9607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960719\",\r\n\t\t\t\"text\": \"960719 - Slide fasteners; other than those fitted with chain scoops of base metal\",\r\n\t\t\t\"parent\": \"9607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960720\",\r\n\t\t\t\"text\": \"960720 - Slide fasteners; parts\",\r\n\t\t\t\"parent\": \"9607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9608\",\r\n\t\t\t\"text\": \"9608 - Pens; ball-point, felt tipped, other porous tipped pens; fountain pens, stylograph pens duplicating stylos, propelling or sliding pencils; parts of the foregoing, excluding those of heading no. 9609\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960810\",\r\n\t\t\t\"text\": \"960810 - Pens; ball point\",\r\n\t\t\t\"parent\": \"9608\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960820\",\r\n\t\t\t\"text\": \"960820 - Pens; felt tipped and other porous-tipped pens and markers\",\r\n\t\t\t\"parent\": \"9608\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960830\",\r\n\t\t\t\"text\": \"960830 - Pens; fountain, stylograph and other pens\",\r\n\t\t\t\"parent\": \"9608\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960831\",\r\n\t\t\t\"text\": \"960831 - Indian ink drawing pens\",\r\n\t\t\t\"parent\": \"9608\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960839\",\r\n\t\t\t\"text\": \"960839 - Fountain pens, stylograph pens & other pens (excl. Indian ink drawing pens)\",\r\n\t\t\t\"parent\": \"9608\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960840\",\r\n\t\t\t\"text\": \"960840 - Pencils; propelling or sliding\",\r\n\t\t\t\"parent\": \"9608\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960850\",\r\n\t\t\t\"text\": \"960850 - Pen and pencil sets; of articles from two or more of the foregoing sub-headings\",\r\n\t\t\t\"parent\": \"9608\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960860\",\r\n\t\t\t\"text\": \"960860 - Pens; ball-point, refills comprising the ball point and ink-reservoir\",\r\n\t\t\t\"parent\": \"9608\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960891\",\r\n\t\t\t\"text\": \"960891 - Pens; nibs and nib points\",\r\n\t\t\t\"parent\": \"9608\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960899\",\r\n\t\t\t\"text\": \"960899 - Pens and pencils; duplicating stylos, pen-holders, pencil-holders, and similar holders, parts of the articles of heading 9608, including caps and clips\",\r\n\t\t\t\"parent\": \"9608\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9609\",\r\n\t\t\t\"text\": \"9609 - Pencils (not of heading no. 9608), crayons, pencil leads, pastels, drawing charcoals, writing or drawing chalks and tailors' chalks\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960910\",\r\n\t\t\t\"text\": \"960910 - Pencils and crayons; with leads encased in sheath\",\r\n\t\t\t\"parent\": \"9609\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960920\",\r\n\t\t\t\"text\": \"960920 - Pencil leads; black or coloured\",\r\n\t\t\t\"parent\": \"9609\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960990\",\r\n\t\t\t\"text\": \"960990 - Pastels, drawing charcoals, writing or drawing chalks, tailors' chalk\",\r\n\t\t\t\"parent\": \"9609\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9610\",\r\n\t\t\t\"text\": \"9610 - Slates and boards, with writing or drawing surfaces, whether or not framed\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961000\",\r\n\t\t\t\"text\": \"961000 - Slates and boards; with writing or drawing surfaces, whether or not framed\",\r\n\t\t\t\"parent\": \"9610\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9611\",\r\n\t\t\t\"text\": \"9611 - Stamps; date, numbering, sealing stamps and the like (including devices for printing or embossing labels), designed for operating by hand; hand operated composing sticks and printing sets\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961100\",\r\n\t\t\t\"text\": \"961100 - Stamps; date, numbering, sealing stamps and the like (including devices for printing or embossing labels), designed for operating by hand; hand operated composing sticks and printing sets\",\r\n\t\t\t\"parent\": \"9611\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9612\",\r\n\t\t\t\"text\": \"9612 - Typewriter, similar ribbons, inked, otherwise prepared for giving impressions, whether or not on spools or in cartridges; ink pads, whether or not inked, with or without boxes\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961210\",\r\n\t\t\t\"text\": \"961210 - Ribbons; for typewriters and the like, inked or otherwise prepared, for giving impressions, whether or not on spools or in cartridges\",\r\n\t\t\t\"parent\": \"9612\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961220\",\r\n\t\t\t\"text\": \"961220 - Ink pads; whether or not inked, with or without boxes\",\r\n\t\t\t\"parent\": \"9612\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9613\",\r\n\t\t\t\"text\": \"9613 - Cigarette lighters and other lighters, whether or not mechanical or electrical and parts thereof other than flints and wicks\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961310\",\r\n\t\t\t\"text\": \"961310 - Lighters; pocket, cigarette, gas fuelled, non-refillable\",\r\n\t\t\t\"parent\": \"9613\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961320\",\r\n\t\t\t\"text\": \"961320 - Lighters; pocket, cigarette, gas fuelled, refillable\",\r\n\t\t\t\"parent\": \"9613\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961330\",\r\n\t\t\t\"text\": \"961330 - Table lighters\",\r\n\t\t\t\"parent\": \"9613\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961380\",\r\n\t\t\t\"text\": \"961380 - Lighters; whether or not mechanical or electrical, n.e.c. in heading no. 9613\",\r\n\t\t\t\"parent\": \"9613\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961390\",\r\n\t\t\t\"text\": \"961390 - Lighters; parts for cigarette lighters and other lighters, whether or not mechanical or electrical, other than flints and wicks\",\r\n\t\t\t\"parent\": \"9613\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9614\",\r\n\t\t\t\"text\": \"9614 - Smoking pipes (including pipe bowls) and cigar or cigarette holders, and parts thereof\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961400\",\r\n\t\t\t\"text\": \"961400 - Smoking pipes (including pipe bowls) and cigar or cigarette holders, and parts thereof\",\r\n\t\t\t\"parent\": \"9614\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961410\",\r\n\t\t\t\"text\": \"961410 - Roughly shaped blocks of wood or root, for pipes\",\r\n\t\t\t\"parent\": \"9614\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961420\",\r\n\t\t\t\"text\": \"961420 - Smoking pipes and pipe bowls\",\r\n\t\t\t\"parent\": \"9614\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961490\",\r\n\t\t\t\"text\": \"961490 - Cigar or cigarette holders and parts, pipe stems\",\r\n\t\t\t\"parent\": \"9614\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9615\",\r\n\t\t\t\"text\": \"9615 - Combs, hair-slides and similar; hairpins, curling pins, curling grips and hair curlers and the like, other than those of heading no. 8516 and parts thereof\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961511\",\r\n\t\t\t\"text\": \"961511 - Combs, hair slides and the like; of hard rubber or plastics\",\r\n\t\t\t\"parent\": \"9615\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961519\",\r\n\t\t\t\"text\": \"961519 - Combs, hair slides and the like; of other than hard rubber or plastics\",\r\n\t\t\t\"parent\": \"9615\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961590\",\r\n\t\t\t\"text\": \"961590 - Hairpins, curling pins, curling grips, hair curlers and the like (not those of heading no. 8516) and parts thereof\",\r\n\t\t\t\"parent\": \"9615\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9616\",\r\n\t\t\t\"text\": \"9616 - Scent sprays and similar toilet sprays and mounts and heads therefor; powder-puffs and pads for the application of cosmetics or toilet preparations\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961610\",\r\n\t\t\t\"text\": \"961610 - Scent sprays and similar toilet sprays, and mounts and heads therefor\",\r\n\t\t\t\"parent\": \"9616\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961620\",\r\n\t\t\t\"text\": \"961620 - Powder puffs and pads; for the application of cosmetics or toilet preparations\",\r\n\t\t\t\"parent\": \"9616\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9617\",\r\n\t\t\t\"text\": \"9617 - Vacuum flasks and other vacuum vessels, complete with cases; parts thereof other than glass inners\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961700\",\r\n\t\t\t\"text\": \"961700 - Vacuum flasks and other vacuum vessels, complete with cases; parts thereof other than glass inners\",\r\n\t\t\t\"parent\": \"9617\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9618\",\r\n\t\t\t\"text\": \"9618 - Tailors' dummies and other lay figures; automata and other animated displays used for shop window dressing\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961800\",\r\n\t\t\t\"text\": \"961800 - Tailors' dummies and other lay figures; automata and other animated displays used for shop window dressing\",\r\n\t\t\t\"parent\": \"9618\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9619\",\r\n\t\t\t\"text\": \"9619 - Sanitary towels (pads) and tampons, napkins (diapers), napkin liners and similar articles, of any material\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961900\",\r\n\t\t\t\"text\": \"961900 - Sanitary towels (pads) and tampons, napkins (diapers), napkin liners and similar articles, of any material\",\r\n\t\t\t\"parent\": \"9619\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9620\",\r\n\t\t\t\"text\": \"9620 - Monopods, bipods, tripods and similar articles\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"962000\",\r\n\t\t\t\"text\": \"962000 - Monopods, bipods, tripods and similar articles\",\r\n\t\t\t\"parent\": \"9620\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"97\",\r\n\t\t\t\"text\": \"97 - Works of art; collectors' pieces and antiques\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9701\",\r\n\t\t\t\"text\": \"9701 - Paintings, drawings and pastels, executed entirely by hand; not drawings of heading no. 4906 and not hand-painted, hand-decorated manufactured articles; collages, mosaics and similar decorative plaques\",\r\n\t\t\t\"parent\": \"97\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970110\",\r\n\t\t\t\"text\": \"970110 - Paintings, drawings and pastels; executed entirely by hand, other than drawings of heading no. 4906\",\r\n\t\t\t\"parent\": \"9701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970121\",\r\n\t\t\t\"text\": \"970121 - Paintings, drawings and pastels; executed entirely by hand, other than drawings of heading no. 4906, of an age exceeding 100 years\",\r\n\t\t\t\"parent\": \"9701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970122\",\r\n\t\t\t\"text\": \"970122 - Mosaics; executed entirely by hand, other than drawings of heading no. 4906, of an age exceeding 100 years\",\r\n\t\t\t\"parent\": \"9701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970129\",\r\n\t\t\t\"text\": \"970129 - Artwork; other than paintings, drawings, pastels mosaics, executed entirely by hand, other than drawings of heading no. 4906, of an age exceeding 100 years\",\r\n\t\t\t\"parent\": \"9701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970190\",\r\n\t\t\t\"text\": \"970190 - Artwork; collages and similar decorative plaques\",\r\n\t\t\t\"parent\": \"9701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970191\",\r\n\t\t\t\"text\": \"970191 - Paintings, drawings and pastels; executed entirely by hand, other than drawings of heading no. 4906, of an age not exceeding 100 years\",\r\n\t\t\t\"parent\": \"9701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970192\",\r\n\t\t\t\"text\": \"970192 - Mosaics; executed entirely by hand, other than drawings of heading no. 4906, of an age not exceeding 100 years\",\r\n\t\t\t\"parent\": \"9701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970199\",\r\n\t\t\t\"text\": \"970199 - Artwork; other than paintings, drawings, pastels mosaics, executed entirely by hand, other than drawings of heading no. 4906, of an age not exceeding 100 years\",\r\n\t\t\t\"parent\": \"9701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9702\",\r\n\t\t\t\"text\": \"9702 - Engravings, prints and lithographs; original\",\r\n\t\t\t\"parent\": \"97\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970200\",\r\n\t\t\t\"text\": \"970200 - Engravings, prints and lithographs; original\",\r\n\t\t\t\"parent\": \"9702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970210\",\r\n\t\t\t\"text\": \"970210 - Engravings, prints and lithographs; original of an age exceeding 100 years\",\r\n\t\t\t\"parent\": \"9702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970290\",\r\n\t\t\t\"text\": \"970290 - Engravings, prints and lithographs; original of an age not exceeding 100 years\",\r\n\t\t\t\"parent\": \"9702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9703\",\r\n\t\t\t\"text\": \"9703 - Sculptures and statuary; original, in any material\",\r\n\t\t\t\"parent\": \"97\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970300\",\r\n\t\t\t\"text\": \"970300 - Sculptures and statuary; original, in any material\",\r\n\t\t\t\"parent\": \"9703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970310\",\r\n\t\t\t\"text\": \"970310 - Sculptures and statuary; original, in any material, of an age exceeding 100 years\",\r\n\t\t\t\"parent\": \"9703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970390\",\r\n\t\t\t\"text\": \"970390 - Sculptures and statuary; original, in any material, of an age not exceeding 100 years\",\r\n\t\t\t\"parent\": \"9703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9704\",\r\n\t\t\t\"text\": \"9704 - Stamps, postage or revenue; stamp-postmarks, first-day covers, postal stationery (stamped paper) and like, used or unused, other than those of heading 4907\",\r\n\t\t\t\"parent\": \"97\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970400\",\r\n\t\t\t\"text\": \"970400 - Stamps, postage or revenue; stamp-postmarks, first-day covers, postal stationery (stamped paper) and like, used or unused, other than those of heading 4907\",\r\n\t\t\t\"parent\": \"9704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9705\",\r\n\t\t\t\"text\": \"9705 - Collections and collectors' pieces; of archaeological, ethnographic, historical, zoological, botanical, mineralogical, anatomical, palaeontological or numismatic interest\",\r\n\t\t\t\"parent\": \"97\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970500\",\r\n\t\t\t\"text\": \"970500 - Collections and collectors' pieces; of zoological, botanical, mineralogical, anatomical, historical, archaeological, palaeontological, ethnographic or numismatic interest\",\r\n\t\t\t\"parent\": \"9705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970510\",\r\n\t\t\t\"text\": \"970510 - Collections and collectors' pieces; of archaeological, ethnographic or historical interest\",\r\n\t\t\t\"parent\": \"9705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970521\",\r\n\t\t\t\"text\": \"970521 - Collections and collectors' pieces; of zoological, botanical, mineralogical, anatomical or palaeontological interest, human specimens and parts thereof\",\r\n\t\t\t\"parent\": \"9705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970522\",\r\n\t\t\t\"text\": \"970522 - Collections and collectors' pieces; of zoological, botanical, mineralogical, anatomical or palaeontological interest, extinct or endangered species and parts thereof\",\r\n\t\t\t\"parent\": \"9705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970529\",\r\n\t\t\t\"text\": \"970529 - Collections and collectors' pieces; of zoological, botanical, mineralogical, anatomical or palaeontological interest, other than human species, extinct or endangered species and parts thereof\",\r\n\t\t\t\"parent\": \"9705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970531\",\r\n\t\t\t\"text\": \"970531 - Collections and collectors' pieces; of numismatic interest, of an age exceeding 100 years\",\r\n\t\t\t\"parent\": \"9705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970539\",\r\n\t\t\t\"text\": \"970539 - Collections and collectors' pieces; of numismatic interest, of an age not exceeding 100 years\",\r\n\t\t\t\"parent\": \"9705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9706\",\r\n\t\t\t\"text\": \"9706 - Antiques; of an age exceeding one hundred years\",\r\n\t\t\t\"parent\": \"97\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970600\",\r\n\t\t\t\"text\": \"970600 - Antiques; of an age exceeding one hundred years\",\r\n\t\t\t\"parent\": \"9706\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970610\",\r\n\t\t\t\"text\": \"970610 - Antiques; of an age exceeding 250 years\",\r\n\t\t\t\"parent\": \"9706\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970690\",\r\n\t\t\t\"text\": \"970690 - Antiques; of an age exceeding 100 years but not exceeding 250 years\",\r\n\t\t\t\"parent\": \"9706\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"99\",\r\n\t\t\t\"text\": \"99 - Commodities not specified according to kind\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9999\",\r\n\t\t\t\"text\": \"9999 - Commodities not specified according to kind\",\r\n\t\t\t\"parent\": \"99\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"999999\",\r\n\t\t\t\"text\": \"999999 - Commodities not specified according to kind\",\r\n\t\t\t\"parent\": \"9999\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9999AA\",\r\n\t\t\t\"text\": \"9999AA - Commodities not specified according to kind\",\r\n\t\t\t\"parent\": \"9999\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t}\r\n\t]\r\n}")), class = "httr2_response") diff --git a/tests/testthat/goods/comtradeapi.un.org/data/v1/get/C/A/HS-60a6ad.R b/tests/testthat/goods/comtradeapi.un.org/data/v1/get/C/A/HS-60a6ad.R index be87ad0..ee04321 100644 --- a/tests/testthat/goods/comtradeapi.un.org/data/v1/get/C/A/HS-60a6ad.R +++ b/tests/testthat/goods/comtradeapi.un.org/data/v1/get/C/A/HS-60a6ad.R @@ -6,5 +6,6 @@ structure(list(method = "GET", url = "https://comtradeapi.un.org/data/v1/get/C/A `X-XSS-Protection` = "1;mode=block", `strict-transport-security` = "max-age=31536000;includeSubDomains", `content-security-policy` = "frame-src 'self'", `x-permitted-cross-domain-policies` = "none", `Referrer-Policy` = "no-referrer-when-downgrade", `Permissions-Policy` = "accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()", - Date = "Fri, 17 Nov 2023 10:45:00 GMT"), class = "httr2_headers"), - body = charToRaw("{\"elapsedTime\":\"5.66 secs\",\"count\":4,\"data\":[{\"typeCode\":\"C\",\"freqCode\":\"A\",\"refPeriodId\":20100101,\"refYear\":2010,\"refMonth\":52,\"period\":\"2010\",\"reporterCode\":156,\"reporterISO\":\"CHN\",\"reporterDesc\":\"China\",\"flowCode\":\"M\",\"flowDesc\":\"Import\",\"partnerCode\":32,\"partnerISO\":\"ARG\",\"partnerDesc\":\"Argentina\",\"partner2Code\":0,\"partner2ISO\":\"W00\",\"partner2Desc\":\"World\",\"classificationCode\":\"H3\",\"classificationSearchCode\":\"HS\",\"isOriginalClassification\":true,\"cmdCode\":\"TOTAL\",\"cmdDesc\":\"All Commodities\",\"aggrLevel\":0,\"isLeaf\":false,\"customsCode\":\"C00\",\"customsDesc\":\"TOTAL CPC\",\"mosCode\":\"0\",\"motCode\":0,\"motDesc\":\"TOTAL MOT\",\"qtyUnitCode\":-1,\"qtyUnitAbbr\":\"N/A\",\"qty\":null,\"isQtyEstimated\":false,\"altQtyUnitCode\":-1,\"altQtyUnitAbbr\":\"N/A\",\"altQty\":null,\"isAltQtyEstimated\":false,\"netWgt\":null,\"isNetWgtEstimated\":false,\"grossWgt\":null,\"isGrossWgtEstimated\":false,\"cifvalue\":6804128143.0,\"fobvalue\":null,\"primaryValue\":6804128143.0,\"legacyEstimationFlag\":0,\"isReported\":true,\"isAggregate\":false},{\"typeCode\":\"C\",\"freqCode\":\"A\",\"refPeriodId\":20100101,\"refYear\":2010,\"refMonth\":52,\"period\":\"2010\",\"reporterCode\":156,\"reporterISO\":\"CHN\",\"reporterDesc\":\"China\",\"flowCode\":\"M\",\"flowDesc\":\"Import\",\"partnerCode\":276,\"partnerISO\":\"DEU\",\"partnerDesc\":\"Germany\",\"partner2Code\":0,\"partner2ISO\":\"W00\",\"partner2Desc\":\"World\",\"classificationCode\":\"H3\",\"classificationSearchCode\":\"HS\",\"isOriginalClassification\":true,\"cmdCode\":\"TOTAL\",\"cmdDesc\":\"All Commodities\",\"aggrLevel\":0,\"isLeaf\":false,\"customsCode\":\"C00\",\"customsDesc\":\"TOTAL CPC\",\"mosCode\":\"0\",\"motCode\":0,\"motDesc\":\"TOTAL MOT\",\"qtyUnitCode\":-1,\"qtyUnitAbbr\":\"N/A\",\"qty\":null,\"isQtyEstimated\":false,\"altQtyUnitCode\":-1,\"altQtyUnitAbbr\":\"N/A\",\"altQty\":null,\"isAltQtyEstimated\":false,\"netWgt\":null,\"isNetWgtEstimated\":false,\"grossWgt\":null,\"isGrossWgtEstimated\":false,\"cifvalue\":74251272075.0,\"fobvalue\":null,\"primaryValue\":74251272075.0,\"legacyEstimationFlag\":0,\"isReported\":true,\"isAggregate\":false},{\"typeCode\":\"C\",\"freqCode\":\"A\",\"refPeriodId\":20100101,\"refYear\":2010,\"refMonth\":52,\"period\":\"2010\",\"reporterCode\":156,\"reporterISO\":\"CHN\",\"reporterDesc\":\"China\",\"flowCode\":\"X\",\"flowDesc\":\"Export\",\"partnerCode\":32,\"partnerISO\":\"ARG\",\"partnerDesc\":\"Argentina\",\"partner2Code\":0,\"partner2ISO\":\"W00\",\"partner2Desc\":\"World\",\"classificationCode\":\"H3\",\"classificationSearchCode\":\"HS\",\"isOriginalClassification\":true,\"cmdCode\":\"TOTAL\",\"cmdDesc\":\"All Commodities\",\"aggrLevel\":0,\"isLeaf\":false,\"customsCode\":\"C00\",\"customsDesc\":\"TOTAL CPC\",\"mosCode\":\"0\",\"motCode\":0,\"motDesc\":\"TOTAL MOT\",\"qtyUnitCode\":-1,\"qtyUnitAbbr\":\"N/A\",\"qty\":null,\"isQtyEstimated\":false,\"altQtyUnitCode\":-1,\"altQtyUnitAbbr\":\"N/A\",\"altQty\":null,\"isAltQtyEstimated\":false,\"netWgt\":null,\"isNetWgtEstimated\":false,\"grossWgt\":null,\"isGrossWgtEstimated\":false,\"cifvalue\":null,\"fobvalue\":6115764185.0,\"primaryValue\":6115764185.0,\"legacyEstimationFlag\":0,\"isReported\":true,\"isAggregate\":false},{\"typeCode\":\"C\",\"freqCode\":\"A\",\"refPeriodId\":20100101,\"refYear\":2010,\"refMonth\":52,\"period\":\"2010\",\"reporterCode\":156,\"reporterISO\":\"CHN\",\"reporterDesc\":\"China\",\"flowCode\":\"X\",\"flowDesc\":\"Export\",\"partnerCode\":276,\"partnerISO\":\"DEU\",\"partnerDesc\":\"Germany\",\"partner2Code\":0,\"partner2ISO\":\"W00\",\"partner2Desc\":\"World\",\"classificationCode\":\"H3\",\"classificationSearchCode\":\"HS\",\"isOriginalClassification\":true,\"cmdCode\":\"TOTAL\",\"cmdDesc\":\"All Commodities\",\"aggrLevel\":0,\"isLeaf\":false,\"customsCode\":\"C00\",\"customsDesc\":\"TOTAL CPC\",\"mosCode\":\"0\",\"motCode\":0,\"motDesc\":\"TOTAL MOT\",\"qtyUnitCode\":-1,\"qtyUnitAbbr\":\"N/A\",\"qty\":null,\"isQtyEstimated\":false,\"altQtyUnitCode\":-1,\"altQtyUnitAbbr\":\"N/A\",\"altQty\":null,\"isAltQtyEstimated\":false,\"netWgt\":null,\"isNetWgtEstimated\":false,\"grossWgt\":null,\"isGrossWgtEstimated\":false,\"cifvalue\":null,\"fobvalue\":68047133397.0,\"primaryValue\":68047133397.0,\"legacyEstimationFlag\":0,\"isReported\":true,\"isAggregate\":false}],\"error\":\"\"}")), class = "httr2_response") + Date = "Fri, 15 Dec 2023 16:26:19 GMT"), class = "httr2_headers"), + body = charToRaw("{\"elapsedTime\":\"0.15 secs\",\"count\":4,\"data\":[{\"typeCode\":\"C\",\"freqCode\":\"A\",\"refPeriodId\":20100101,\"refYear\":2010,\"refMonth\":52,\"period\":\"2010\",\"reporterCode\":156,\"reporterISO\":\"CHN\",\"reporterDesc\":\"China\",\"flowCode\":\"M\",\"flowDesc\":\"Import\",\"partnerCode\":32,\"partnerISO\":\"ARG\",\"partnerDesc\":\"Argentina\",\"partner2Code\":0,\"partner2ISO\":\"W00\",\"partner2Desc\":\"World\",\"classificationCode\":\"H3\",\"classificationSearchCode\":\"HS\",\"isOriginalClassification\":true,\"cmdCode\":\"TOTAL\",\"cmdDesc\":\"All Commodities\",\"aggrLevel\":0,\"isLeaf\":false,\"customsCode\":\"C00\",\"customsDesc\":\"TOTAL CPC\",\"mosCode\":\"0\",\"motCode\":0,\"motDesc\":\"TOTAL MOT\",\"qtyUnitCode\":-1,\"qtyUnitAbbr\":\"N/A\",\"qty\":null,\"isQtyEstimated\":false,\"altQtyUnitCode\":-1,\"altQtyUnitAbbr\":\"N/A\",\"altQty\":null,\"isAltQtyEstimated\":false,\"netWgt\":null,\"isNetWgtEstimated\":false,\"grossWgt\":null,\"isGrossWgtEstimated\":false,\"cifvalue\":6804128143.0,\"fobvalue\":null,\"primaryValue\":6804128143.0,\"legacyEstimationFlag\":0,\"isReported\":true,\"isAggregate\":false},{\"typeCode\":\"C\",\"freqCode\":\"A\",\"refPeriodId\":20100101,\"refYear\":2010,\"refMonth\":52,\"period\":\"2010\",\"reporterCode\":156,\"reporterISO\":\"CHN\",\"reporterDesc\":\"China\",\"flowCode\":\"M\",\"flowDesc\":\"Import\",\"partnerCode\":276,\"partnerISO\":\"DEU\",\"partnerDesc\":\"Germany\",\"partner2Code\":0,\"partner2ISO\":\"W00\",\"partner2Desc\":\"World\",\"classificationCode\":\"H3\",\"classificationSearchCode\":\"HS\",\"isOriginalClassification\":true,\"cmdCode\":\"TOTAL\",\"cmdDesc\":\"All Commodities\",\"aggrLevel\":0,\"isLeaf\":false,\"customsCode\":\"C00\",\"customsDesc\":\"TOTAL CPC\",\"mosCode\":\"0\",\"motCode\":0,\"motDesc\":\"TOTAL MOT\",\"qtyUnitCode\":-1,\"qtyUnitAbbr\":\"N/A\",\"qty\":null,\"isQtyEstimated\":false,\"altQtyUnitCode\":-1,\"altQtyUnitAbbr\":\"N/A\",\"altQty\":null,\"isAltQtyEstimated\":false,\"netWgt\":null,\"isNetWgtEstimated\":false,\"grossWgt\":null,\"isGrossWgtEstimated\":false,\"cifvalue\":74251272075.0,\"fobvalue\":null,\"primaryValue\":74251272075.0,\"legacyEstimationFlag\":0,\"isReported\":true,\"isAggregate\":false},{\"typeCode\":\"C\",\"freqCode\":\"A\",\"refPeriodId\":20100101,\"refYear\":2010,\"refMonth\":52,\"period\":\"2010\",\"reporterCode\":156,\"reporterISO\":\"CHN\",\"reporterDesc\":\"China\",\"flowCode\":\"X\",\"flowDesc\":\"Export\",\"partnerCode\":32,\"partnerISO\":\"ARG\",\"partnerDesc\":\"Argentina\",\"partner2Code\":0,\"partner2ISO\":\"W00\",\"partner2Desc\":\"World\",\"classificationCode\":\"H3\",\"classificationSearchCode\":\"HS\",\"isOriginalClassification\":true,\"cmdCode\":\"TOTAL\",\"cmdDesc\":\"All Commodities\",\"aggrLevel\":0,\"isLeaf\":false,\"customsCode\":\"C00\",\"customsDesc\":\"TOTAL CPC\",\"mosCode\":\"0\",\"motCode\":0,\"motDesc\":\"TOTAL MOT\",\"qtyUnitCode\":-1,\"qtyUnitAbbr\":\"N/A\",\"qty\":null,\"isQtyEstimated\":false,\"altQtyUnitCode\":-1,\"altQtyUnitAbbr\":\"N/A\",\"altQty\":null,\"isAltQtyEstimated\":false,\"netWgt\":null,\"isNetWgtEstimated\":false,\"grossWgt\":null,\"isGrossWgtEstimated\":false,\"cifvalue\":null,\"fobvalue\":6115764185.0,\"primaryValue\":6115764185.0,\"legacyEstimationFlag\":0,\"isReported\":true,\"isAggregate\":false},{\"typeCode\":\"C\",\"freqCode\":\"A\",\"refPeriodId\":20100101,\"refYear\":2010,\"refMonth\":52,\"period\":\"2010\",\"reporterCode\":156,\"reporterISO\":\"CHN\",\"reporterDesc\":\"China\",\"flowCode\":\"X\",\"flowDesc\":\"Export\",\"partnerCode\":276,\"partnerISO\":\"DEU\",\"partnerDesc\":\"Germany\",\"partner2Code\":0,\"partner2ISO\":\"W00\",\"partner2Desc\":\"World\",\"classificationCode\":\"H3\",\"classificationSearchCode\":\"HS\",\"isOriginalClassification\":true,\"cmdCode\":\"TOTAL\",\"cmdDesc\":\"All Commodities\",\"aggrLevel\":0,\"isLeaf\":false,\"customsCode\":\"C00\",\"customsDesc\":\"TOTAL CPC\",\"mosCode\":\"0\",\"motCode\":0,\"motDesc\":\"TOTAL MOT\",\"qtyUnitCode\":-1,\"qtyUnitAbbr\":\"N/A\",\"qty\":null,\"isQtyEstimated\":false,\"altQtyUnitCode\":-1,\"altQtyUnitAbbr\":\"N/A\",\"altQty\":null,\"isAltQtyEstimated\":false,\"netWgt\":null,\"isNetWgtEstimated\":false,\"grossWgt\":null,\"isGrossWgtEstimated\":false,\"cifvalue\":null,\"fobvalue\":68047133397.0,\"primaryValue\":68047133397.0,\"legacyEstimationFlag\":0,\"isReported\":true,\"isAggregate\":false}],\"error\":\"\"}"), + cache = new.env(parent = emptyenv())), class = "httr2_response") diff --git a/tests/testthat/ref_table/comtradeapi.un.org/files/v1/app/reference/HS.json.json b/tests/testthat/ref_table/comtradeapi.un.org/files/v1/app/reference/HS.json.json new file mode 100644 index 0000000..92421aa --- /dev/null +++ b/tests/testthat/ref_table/comtradeapi.un.org/files/v1/app/reference/HS.json.json @@ -0,0 +1,57849 @@ +{ + "more": false, + "minimumInputLength": 2, + "classCode": "HS", + "className": "Combined HS", + "results": [ + { + "id": "TOTAL", + "text": "TOTAL - Total of all HS commodities", + "parent": "-1", + "isLeaf": 0, + "aggrLevel": 0 + }, + { + "id": "01", + "text": "01 - Animals; live", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "0101", + "text": "0101 - Horses, asses, mules and hinnies; live", + "parent": "01", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "010110", + "text": "010110 - Live horses/asses/mules/hinnies: pure-bred breeding animals", + "parent": "0101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010111", + "text": "010111 - Horses, live pure-bred breeding", + "parent": "0101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010119", + "text": "010119 - Horses, live except pure-bred breeding", + "parent": "0101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010120", + "text": "010120 - Asses, mules and hinnies, live", + "parent": "0101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010121", + "text": "010121 - Horses; live, pure-bred breeding animals", + "parent": "0101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010129", + "text": "010129 - Horses; live, other than pure-bred breeding animals", + "parent": "0101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010130", + "text": "010130 - Asses; live", + "parent": "0101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010190", + "text": "010190 - Mules and hinnies; live", + "parent": "0101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0102", + "text": "0102 - Bovine animals; live", + "parent": "01", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "010210", + "text": "010210 - Live bovine animals: pure-bred breeding animals", + "parent": "0102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010221", + "text": "010221 - Cattle; live, pure-bred breeding animals", + "parent": "0102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010229", + "text": "010229 - Cattle; live, other than pure-bred breeding animals", + "parent": "0102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010231", + "text": "010231 - Buffalo; live, pure-bred breeding animals", + "parent": "0102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010239", + "text": "010239 - Buffalo; live, other than pure-bred breeding animals", + "parent": "0102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010290", + "text": "010290 - Bovine animals; live, other than cattle and buffalo", + "parent": "0102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0103", + "text": "0103 - Swine; live", + "parent": "01", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "010310", + "text": "010310 - Swine; live, pure-bred breeding animals", + "parent": "0103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010391", + "text": "010391 - Swine; live, other than pure-bred breeding animals, weighing less than 50kg", + "parent": "0103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010392", + "text": "010392 - Swine; live, other than pure-bred breeding animals, weighing 50kg or more", + "parent": "0103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0104", + "text": "0104 - Sheep and goats; live", + "parent": "01", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "010410", + "text": "010410 - Sheep; live", + "parent": "0104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010420", + "text": "010420 - Goats; live", + "parent": "0104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0105", + "text": "0105 - Poultry; live, fowls of the species Gallus domesticus, ducks, geese, turkeys and guinea fowls", + "parent": "01", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "010511", + "text": "010511 - Poultry; live, fowls of the species Gallus domesticus, weighing not more than 185g", + "parent": "0105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010512", + "text": "010512 - Poultry; live, turkeys, weighing not more than 185g", + "parent": "0105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010513", + "text": "010513 - Poultry; live, ducks, weighing not more than 185g", + "parent": "0105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010514", + "text": "010514 - Poultry; live, geese, weighing not more than 185g", + "parent": "0105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010515", + "text": "010515 - Poultry; live, guinea fowls, weighing not more than 185g", + "parent": "0105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010519", + "text": "010519 - Live ducks/geese/guinea fowls, weighing not >185g", + "parent": "0105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010591", + "text": "010591 - Fowls, live domestic > 185 grams", + "parent": "0105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010592", + "text": "010592 - Fowls, domestic, live we", + "parent": "0105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010593", + "text": "010593 - Fowls, domestic, live we", + "parent": "0105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010594", + "text": "010594 - Poultry; live, fowls of the species Gallus domesticus, weighing more than 185g", + "parent": "0105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010599", + "text": "010599 - Poultry; live, ducks, geese, turkeys and guinea fowls, weighing more than 185g", + "parent": "0105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0106", + "text": "0106 - Animals; live, n.e.c. in chapter 01", + "parent": "01", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "010600", + "text": "010600 - Animals, live, except farm animals", + "parent": "0106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010611", + "text": "010611 - Mammals; live, primates", + "parent": "0106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010612", + "text": "010612 - Mammals; live, whales, dolphins and porpoises (mammals of the order Cetacea); manatees and dugongs (mammals of the order Sirenia); seals, sea lions and walruses (mammals of the suborder Pinnipedia)", + "parent": "0106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010613", + "text": "010613 - Mammals; live, camels and other camelids (Camelidae)", + "parent": "0106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010614", + "text": "010614 - Mammals; live, rabbits and hares", + "parent": "0106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010619", + "text": "010619 - Mammals; live, other than primates, whales, dolphins, porpoises (mammals of the order Cetacea); manatees, dugongs (mammals of the order Sirenia); seals, sea lions, walruses (mammals of the suborder Pinnipedia), camels, other camelids, rabbits and hares", + "parent": "0106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010620", + "text": "010620 - Reptiles; live (including snakes and turtles)", + "parent": "0106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010631", + "text": "010631 - Birds; live, birds of prey", + "parent": "0106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010632", + "text": "010632 - Birds; live, Psittaciformes", + "parent": "0106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010633", + "text": "010633 - Birds; live, ostriches; emus (Dromaius novaehollandiae)", + "parent": "0106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010639", + "text": "010639 - Birds; live, other than birds of prey, Psittaciformes, ostriches and emus (Dromaius novaehollandiae)", + "parent": "0106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010641", + "text": "010641 - Insects; live, bees", + "parent": "0106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010649", + "text": "010649 - Insects; live, other than bees", + "parent": "0106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "010690", + "text": "010690 - Animals; live, n.e.c. in chapter 01, other than mammals, reptiles, birds and insects", + "parent": "0106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "02", + "text": "02 - Meat and edible meat offal", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "0201", + "text": "0201 - Meat of bovine animals; fresh or chilled", + "parent": "02", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "020110", + "text": "020110 - Meat; of bovine animals, carcasses and half-carcasses, fresh or chilled", + "parent": "0201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020120", + "text": "020120 - Meat; of bovine animals, cuts with bone in (excluding carcasses and half-carcasses), fresh or chilled", + "parent": "0201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020130", + "text": "020130 - Meat; of bovine animals, boneless cuts, fresh or chilled", + "parent": "0201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0202", + "text": "0202 - Meat of bovine animals; frozen", + "parent": "02", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "020210", + "text": "020210 - Meat; of bovine animals, carcasses and half-carcasses, frozen", + "parent": "0202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020220", + "text": "020220 - Meat; of bovine animals, cuts with bone in (excluding carcasses and half-carcasses), frozen", + "parent": "0202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020230", + "text": "020230 - Meat; of bovine animals, boneless cuts, frozen", + "parent": "0202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0203", + "text": "0203 - Meat of swine; fresh, chilled or frozen", + "parent": "02", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "020311", + "text": "020311 - Meat; of swine, carcasses and half-carcasses, fresh or chilled", + "parent": "0203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020312", + "text": "020312 - Meat; of swine, hams, shoulders and cuts thereof, with bone in, fresh or chilled", + "parent": "0203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020319", + "text": "020319 - Meat; of swine, n.e.c. in item no. 0203.1, fresh or chilled", + "parent": "0203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020321", + "text": "020321 - Meat; of swine, carcasses and half-carcasses, frozen", + "parent": "0203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020322", + "text": "020322 - Meat; of swine, hams, shoulders and cuts thereof, with bone in, frozen", + "parent": "0203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020329", + "text": "020329 - Meat; of swine, n.e.c. in item no. 0203.2, frozen", + "parent": "0203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0204", + "text": "0204 - Meat of sheep or goats; fresh, chilled or frozen", + "parent": "02", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "020410", + "text": "020410 - Meat; of sheep, lamb carcasses and half-carcasses, fresh or chilled", + "parent": "0204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020421", + "text": "020421 - Meat; of sheep, carcasses and half-carcasses (excluding carcasses and half-carcasses of lamb), fresh or chilled", + "parent": "0204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020422", + "text": "020422 - Meat; of sheep (including lamb), cuts with bone in (excluding carcasses and half-carcasses), fresh or chilled", + "parent": "0204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020423", + "text": "020423 - Meat; of sheep (including lamb), boneless cuts, fresh or chilled", + "parent": "0204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020430", + "text": "020430 - Meat; of sheep, lamb carcasses and half-carcasses, frozen", + "parent": "0204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020441", + "text": "020441 - Meat; of sheep, carcasses and half-carcasses (excluding carcasses and half-carcasses of lamb), frozen", + "parent": "0204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020442", + "text": "020442 - Meat; of sheep (including lamb), cuts with bone in (excluding carcasses and half-carcasses), frozen", + "parent": "0204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020443", + "text": "020443 - Meat; of sheep (including lamb), boneless cuts, frozen", + "parent": "0204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020450", + "text": "020450 - Meat; of goats, fresh, chilled or frozen", + "parent": "0204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0205", + "text": "0205 - Meat; of horses, asses, mules or hinnies, fresh, chilled or frozen", + "parent": "02", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "020500", + "text": "020500 - Meat; of horses, asses, mules or hinnies, fresh, chilled or frozen", + "parent": "0205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0206", + "text": "0206 - Edible offal of bovine animals, swine, sheep, goats, horses, asses, mules or hinnies; fresh, chilled or frozen", + "parent": "02", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "020610", + "text": "020610 - Offal, edible; of bovine animals, fresh or chilled", + "parent": "0206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020621", + "text": "020621 - Offal, edible; of bovine animals, tongues, frozen", + "parent": "0206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020622", + "text": "020622 - Offal, edible; of bovine animals, livers, frozen", + "parent": "0206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020629", + "text": "020629 - Offal, edible; of bovine animals, (other than tongues and livers), frozen", + "parent": "0206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020630", + "text": "020630 - Offal, edible; of swine, fresh or chilled", + "parent": "0206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020641", + "text": "020641 - Offal, edible; of swine, livers, frozen", + "parent": "0206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020649", + "text": "020649 - Offal, edible; of swine, (other than livers), frozen", + "parent": "0206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020680", + "text": "020680 - Offal, edible; of sheep, goats, horses, asses, mules or hinnies, fresh or chilled", + "parent": "0206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020690", + "text": "020690 - Offal, edible; of sheep, goats, horses, asses, mules or hinnies, frozen", + "parent": "0206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0207", + "text": "0207 - Meat and edible offal of poultry; of the poultry of heading no. 0105, (i.e. fowls of the species Gallus domesticus), fresh, chilled or frozen", + "parent": "02", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "020710", + "text": "020710 - Poultry, domestic, whole, fresh or chilled", + "parent": "0207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020711", + "text": "020711 - Meat and edible offal; of fowls of the species Gallus domesticus, not cut in pieces, fresh or chilled", + "parent": "0207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020712", + "text": "020712 - Meat and edible offal; of fowls of the species Gallus domesticus, not cut in pieces, frozen", + "parent": "0207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020713", + "text": "020713 - Meat and edible offal; of fowls of the species Gallus domesticus, cuts and offal, fresh or chilled", + "parent": "0207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020714", + "text": "020714 - Meat and edible offal; of fowls of the species Gallus domesticus, cuts and offal, frozen", + "parent": "0207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020721", + "text": "020721 - Fowls, domestic, whole, frozen", + "parent": "0207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020722", + "text": "020722 - Turkeys, domestic, whole, frozen", + "parent": "0207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020723", + "text": "020723 - Ducks, geese and guinea fowls, domestic, whole, froze", + "parent": "0207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020724", + "text": "020724 - Meat and edible offal; of turkeys, not cut in pieces, fresh or chilled", + "parent": "0207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020725", + "text": "020725 - Meat and edible offal; of turkeys, not cut in pieces, frozen", + "parent": "0207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020726", + "text": "020726 - Meat and edible offal; of turkeys, cuts and offal, fresh or chilled", + "parent": "0207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020727", + "text": "020727 - Meat and edible offal; of turkeys, cuts and offal, frozen", + "parent": "0207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020731", + "text": "020731 - Fatty livers (geese,ducks) domestic fresh or chilled", + "parent": "0207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020732", + "text": "020732 - Meat of ducks/geese/guinea fowls, not cut in pieces, fresh/chilled", + "parent": "0207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020733", + "text": "020733 - Meat of ducks/geese/guinea fowls, not cut in pieces, frozen", + "parent": "0207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020734", + "text": "020734 - Fatty livers of ducks/geese/guinea fowls, fresh/chilled", + "parent": "0207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020735", + "text": "020735 - Meat & edible meat offal of ducks/geese/guinea fowls (excl. of 0207.32-0207.34), fresh/chilled", + "parent": "0207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020736", + "text": "020736 - Meat & edible meat offal of ducks/geese/guinea fowls (excl. of 0207.32-0207.34), frozen", + "parent": "0207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020739", + "text": "020739 - Poultry cuts & offal, except livers, fresh or chilled", + "parent": "0207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020741", + "text": "020741 - Meat and edible offal; of ducks, not cut in pieces, fresh or chilled", + "parent": "0207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020742", + "text": "020742 - Meat and edible offal; of ducks, not cut in pieces, frozen", + "parent": "0207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020743", + "text": "020743 - Meat and edible offal; of ducks, fatty livers (foie gras), fresh or chilled", + "parent": "0207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020744", + "text": "020744 - Meat and edible offal; of ducks, cuts and offal, excluding fatty livers, fresh or chilled", + "parent": "0207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020745", + "text": "020745 - Meat and edible offal; of ducks, cuts and offal, excluding fatty livers, frozen", + "parent": "0207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020750", + "text": "020750 - Poultry livers, domestic, frozen", + "parent": "0207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020751", + "text": "020751 - Meat and edible offal; of geese, not cut in pieces, fresh or chilled", + "parent": "0207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020752", + "text": "020752 - Meat and edible offal; of geese, not cut in pieces, frozen", + "parent": "0207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020753", + "text": "020753 - Meat and edible offal; of geese, fatty livers (foie gras), fresh or chilled", + "parent": "0207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020754", + "text": "020754 - Meat and edible offal; of geese, cuts and offal, excluding fatty livers, fresh or chilled", + "parent": "0207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020755", + "text": "020755 - Meat and edible offal; of geese, cuts and offal, excluding fatty livers, frozen", + "parent": "0207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020760", + "text": "020760 - Meat and edible offal; of guinea fowls, fresh, chilled or frozen", + "parent": "0207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0208", + "text": "0208 - Meat and edible meat offal, n.e.c. in chapter 2; fresh, chilled or frozen", + "parent": "02", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "020810", + "text": "020810 - Meat and edible meat offal; of rabbits or hares, fresh, chilled or frozen", + "parent": "0208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020820", + "text": "020820 - Frog legs, fresh, chilled or frozen", + "parent": "0208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020830", + "text": "020830 - Meat and edible meat offal; of primates, fresh, chilled or frozen", + "parent": "0208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020840", + "text": "020840 - Meat and edible meat offal; of whales, dolphins and porpoises (mammals of the order Cetacea); of manatees and dugongs (mammals of the order Sirenia); of seals, sea lions and walruses (mammals of the suborder Pinnipedia), fresh, chilled or frozen", + "parent": "0208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020850", + "text": "020850 - Meat and edible meat offal; of reptiles (including snakes and turtles), fresh, chilled or frozen", + "parent": "0208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020860", + "text": "020860 - Meat and edible meat offal; of camels and other camelids (Camelidae), fresh, chilled or frozen", + "parent": "0208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020890", + "text": "020890 - Meat and edible meat offal; n.e.c. in chapter 2, fresh, chilled or frozen", + "parent": "0208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0209", + "text": "0209 - Pig fat, free of lean meat, and poultry fat, not rendered or otherwise extracted, fresh, chilled, frozen, salted, in brine, dried or smoked", + "parent": "02", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "020900", + "text": "020900 - Pig fat (free of lean meat) & poultry fat (not rendered/othw. extracted), fresh/chilled/frozen/salted/in brine/dried/smoked", + "parent": "0209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020910", + "text": "020910 - Fat; pig fat, free of lean meat, not rendered or otherwise extracted, fresh, chilled, frozen, salted, in brine, dried or smoked", + "parent": "0209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "020990", + "text": "020990 - Fat; poultry fat, not rendered or otherwise extracted, fresh, chilled, frozen, salted, in brine, dried or smoked", + "parent": "0209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0210", + "text": "0210 - Meat and edible meat offal; salted, in brine, dried or smoked; edible flours and meals of meat or meat offal", + "parent": "02", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "021011", + "text": "021011 - Meat; salted, in brine, dried or smoked, of swine, hams, shoulders and cuts thereof, with bone in", + "parent": "0210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "021012", + "text": "021012 - Meat; salted, in brine, dried or smoked, of swine, bellies (streaky) and cuts thereof", + "parent": "0210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "021019", + "text": "021019 - Meat; salted in brine, dried or smoked, of swine, n.e.c. in item no. 0210.1", + "parent": "0210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "021020", + "text": "021020 - Meat; salted, in brine, dried or smoked, of bovine animals", + "parent": "0210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "021090", + "text": "021090 - Meat and edible meat offal cured, flours, meals nes", + "parent": "0210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "021091", + "text": "021091 - Meat and edible meat offal; salted, in brine, dried or smoked, and edible flours and meals of meat or meat offal, of primates", + "parent": "0210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "021092", + "text": "021092 - Meat and edible meat offal; salted, in brine, dried or smoked; edible flours, meals of meat or meat offal, of whales, dolphins, porpoises (of order Cetacea); manatees, dugongs (of order Sirenia); seals, sea lions, and walruses (of suborder Pinnipedia)", + "parent": "0210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "021093", + "text": "021093 - Meat and edible meat offal; salted, in brine, dried or smoked, and edible flours and meals of meat or meat offal, of reptiles (including snakes and turtles)", + "parent": "0210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "021099", + "text": "021099 - Meat and edible meat offal; salted, in brine, dried or smoked, and edible flours and meals of meat or meat offal, other than of primates, whales, dolphins, porpoises, manatees, dugongs, seals, sea lions, walruses, reptiles (including snakes and turtles)", + "parent": "0210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "03", + "text": "03 - Fish and crustaceans, molluscs and other aquatic invertebrates", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "0301", + "text": "0301 - Fish; live", + "parent": "03", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "030110", + "text": "030110 - Live ornamental fish", + "parent": "0301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030111", + "text": "030111 - Fish; live, ornamental, freshwater", + "parent": "0301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030119", + "text": "030119 - Fish; live, ornamental, other than freshwater", + "parent": "0301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030191", + "text": "030191 - Fish; live, trout (Salmo trutta, Oncorhynchus mykiss, Oncorhynchus clarki, Oncorhynchus aguabonita, Oncorhynchus gilae, Oncorhynchus apache and Oncorhynchus chrysogaster)", + "parent": "0301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030192", + "text": "030192 - Fish; live, eels (Anguilla spp.)", + "parent": "0301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030193", + "text": "030193 - Fish; live, carp (Cyprinus spp., Carassius spp., Ctenopharyngodon idellus, Hypophthalmichthys spp., Cirrhinus spp., Mylopharyngodon piceus, Catla catla, Labeo spp., Osteochilus hasselti, Leptobarbus hoeveni, Megalobrama spp.)", + "parent": "0301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030194", + "text": "030194 - Fish; live, Atlantic and Pacific bluefin tunas (Thunnus thynnus, Thunnus orientalis)", + "parent": "0301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030195", + "text": "030195 - Fish; live, southern bluefin tunas (Thunnus maccoyii)", + "parent": "0301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030199", + "text": "030199 - Fish; live, n.e.c. in heading 0301", + "parent": "0301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0302", + "text": "0302 - Fish; fresh or chilled, excluding fish fillets and other fish meat of heading 0304", + "parent": "03", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "030211", + "text": "030211 - Fish; fresh or chilled, trout (Salmo trutta, Oncorhynchus mykiss, Oncorhynchus clarki, Oncorhynchus aguabonita, Oncorhynchus gilae, Oncorhynchus apache and Oncorhynchus chrysogaster), excluding fillets, fish meat of 0304, and edible fish offal of 0302.9", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030212", + "text": "030212 - Pacific salmon/Atlantic salmon/Danube salmon [see list of conventions for species incld.], fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030213", + "text": "030213 - Fish; fresh or chilled, Pacific salmon (Oncorhynchus nerka, Oncorhynchus gorbuscha, Oncorhynchus keta, Oncorhynchus tschawytscha, Oncorhynchus kisutch, Oncorhynchus masou, Oncorhynchus rhodurus), not fillets, meat of 0304, and edible fish offal of 0302.9", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030214", + "text": "030214 - Fish; fresh or chilled, Atlantic salmon (Salmo salar) and Danube salmon (Hucho hucho), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030219", + "text": "030219 - Fish; fresh or chilled, salmonidae, n.e.c. in item no. 0302.1, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030221", + "text": "030221 - Fish; fresh or chilled, halibut (Reinhardtius hippoglossoides, Hippoglossus hippoglossus, Hippoglossus stenolepis), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030222", + "text": "030222 - Fish; fresh or chilled, plaice (Pleuronectes platessa), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030223", + "text": "030223 - Fish; fresh or chilled, sole (Solea spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030224", + "text": "030224 - Fish; fresh or chilled, turbots (Psetta maxima, Scophthalmidae), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030229", + "text": "030229 - Fish; fresh or chilled, flat fish, n.e.c. in item no. 0302.2, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030231", + "text": "030231 - Fish; fresh or chilled, albacore or longfinned tunas (Thunnus alalunga), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030232", + "text": "030232 - Fish; fresh or chilled, yellowfin tunas (Thunnus albacares), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030233", + "text": "030233 - Fish; fresh or chilled, skipjack tuna (stripe-bellied bonito) (Katsuwonus pelamis), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030234", + "text": "030234 - Fish; fresh or chilled, bigeye tunas (Thunnus obesus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030235", + "text": "030235 - Fish; fresh or chilled, Atlantic and Pacific bluefin tunas (Thunnus thynnus, Thunnus orientalis), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030236", + "text": "030236 - Fish; fresh or chilled, southern bluefin tunas (Thunnus maccoyii), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030239", + "text": "030239 - Fish; fresh or chilled, tuna, n.e.c. in item no. 0302.3, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030240", + "text": "030240 - Herrings (Clupea harengus/pallasii), fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030241", + "text": "030241 - Fish; fresh or chilled, herrings (Clupea harengus, Clupea pallasii), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030242", + "text": "030242 - Fish; fresh or chilled, anchovies (Engraulis spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030243", + "text": "030243 - Fish; fresh or chilled, sardines (Sardina pilchardus, Sardinops spp.), sardinella (Sardinella spp.), brisling or sprats (Sprattus sprattus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030244", + "text": "030244 - Fish; fresh or chilled, mackerel (Scomber scombrus, Scomber australasicus, Scomber japonicus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030245", + "text": "030245 - Fish; fresh or chilled, jack and horse mackerel (Trachurus spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030246", + "text": "030246 - Fish; fresh or chilled, cobia (Rachycentron canadum), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030247", + "text": "030247 - Fish; fresh or chilled, swordfish (Xiphias gladius), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030249", + "text": "030249 - Fish; fresh or chilled, n.e.c. in item no. 0302.4, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030250", + "text": "030250 - Cod (Gadus morhua/ogac/macrocephalus), fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030251", + "text": "030251 - Fish; fresh or chilled, cod (Gadus morhua, Gadus ogac, Gadus macrocephalus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030252", + "text": "030252 - Fish; fresh or chilled, haddock (Melanogrammus aeglefinus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030253", + "text": "030253 - Fish; fresh or chilled, coalfish (Pollachius virens), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030254", + "text": "030254 - Fish; fresh or chilled, hake (Merluccius spp., Urophycis spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030255", + "text": "030255 - Fish; fresh or chilled, Alaska pollock (Theragra chalcogramma), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030256", + "text": "030256 - Fish; fresh or chilled, blue whitings (Micromesistius poutassou, Micromesistius australis),excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030259", + "text": "030259 - Fish; fresh or chilled, n.e.c. in item no. 0302.5, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030261", + "text": "030261 - Sardines (Sardina pilchardus, Sardinops spp.)/sardinella (Sardinella spp.)/brisling/sprats (Sprattus sprattus), fresh/chilled (excl. fillets/other fish meat of 03.04/livers/roes)", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030262", + "text": "030262 - Haddock (Melanogrammus aeglefinus), fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030263", + "text": "030263 - Coalfish (Pollachius virens), fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030264", + "text": "030264 - Mackerel (Scomber scombrus/australasicus/japonicus), fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030265", + "text": "030265 - Dogfish & other sharks, fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030266", + "text": "030266 - Eels (Anguilla spp.), fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030267", + "text": "030267 - Swordfish (Xiphias gladius), fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030268", + "text": "030268 - Toothfish (Dissostichus spp.),fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030269", + "text": "030269 - Fish,n.e.s. in 03.02, fresh/chilled(excl. fillets/other fish meat of 03.04/livers & roes).", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030270", + "text": "030270 - Fish livers & roes, fresh/chilled", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030271", + "text": "030271 - Fish; fresh or chilled, tilapias (Oreochromis spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030272", + "text": "030272 - Fish; fresh or chilled, catfish (Pangasius spp., Silurus spp., Clarias spp., Ictalurus spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030273", + "text": "030273 - Fish; fresh or chilled, Carp (as specified by the WCO.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030274", + "text": "030274 - Fish; fresh or chilled, eels (Anguilla spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030279", + "text": "030279 - Fish; fresh or chilled, Nile perch (Lates niloticus) and snakeheads (Channa spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030281", + "text": "030281 - Fish; fresh or chilled, dogfish and other sharks, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030282", + "text": "030282 - Fish; fresh or chilled, rays and skates (Rajidae), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030283", + "text": "030283 - Fish; fresh or chilled, toothfish (Dissostichus spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030284", + "text": "030284 - Fish; fresh or chilled, seabass (Dicentrarchus spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030285", + "text": "030285 - Fish; fresh or chilled, seabream (Sparidae), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030289", + "text": "030289 - Fish; fresh or chilled, n.e.c. in heading 0302, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030290", + "text": "030290 - Fish; fresh or chilled, livers and roes", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030291", + "text": "030291 - Fish; fresh or chilled, livers, roes and milt", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030292", + "text": "030292 - Fish; fresh or chilled, shark fins", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030299", + "text": "030299 - Fish; fresh or chilled, fish fins (other than shark fins), heads, tails, maws and other edible fish offal", + "parent": "0302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0303", + "text": "0303 - Fish; frozen, excluding fish fillets and other fish meat of heading 0304", + "parent": "03", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "030310", + "text": "030310 - Salmon, Pacific, frozen, whole", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030311", + "text": "030311 - Fish; frozen, Pacific salmon, sockeye salmon (red salmon) (Oncorhynchus nerka), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030312", + "text": "030312 - Fish; frozen, Pacific salmon (Oncorhynchus gorbuscha/keta/tschawytscha/ kisutch/masou/rhodurus) other than sockeye salmon (Oncorhynchus nerka), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030313", + "text": "030313 - Fish; frozen, Atlantic salmon (Salmo salar) and Danube salmon (Hucho hucho), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030314", + "text": "030314 - Fish; frozen, trout (Salmo trutta, Oncorhynchus mykiss, Oncorhynchus clarki, Oncorhynchus aguabonita, Oncorhynchus gilae, Oncorhynchus apache and Oncorhynchus chrysogaster), excluding fillets, meat of 0304, and edible fish offal of 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030319", + "text": "030319 - Fish; frozen, salmonidae, n.e.c. in item no. 0303.1, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030321", + "text": "030321 - Trout (Salmo trutta, Oncorhynchus mykiss/clarki/aguabonita/gilae/apache/chrysogaster), frozen (excl. fillets/other fish meat of 03.04/livers & roes)", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030322", + "text": "030322 - Atlantic salmon (Salmo salar) & Danube salmon (Hucho hucho), frozen (excl. fillets/other fish meat of 03.04/livers & roes)", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030323", + "text": "030323 - Fish; frozen, tilapias (Oreochromis spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030324", + "text": "030324 - Fish; frozen, catfish (Pangasius spp., Silurus spp., Clarias spp., Ictalurus spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030325", + "text": "030325 - Fish; frozen, carp (as specified by the WCO), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030326", + "text": "030326 - Fish; frozen, eels (Anguilla spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030329", + "text": "030329 - Fish; frozen, Nile perch (Lates niloticus) and snakeheads (Channa spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030331", + "text": "030331 - Fish; frozen, halibut (Reinhardtius hippoglossoides, Hippoglossus hippoglossus, Hippoglossus stenolepis), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030332", + "text": "030332 - Fish; frozen, plaice (Pleuronectes platessa), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030333", + "text": "030333 - Fish; frozen, sole (Solea spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030334", + "text": "030334 - Fish; frozen, turbots (Psetta maxima, Scophthalmidae), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030339", + "text": "030339 - Fish; frozen, flat fish, n.e.c. in item no. 0303.3, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030341", + "text": "030341 - Fish; frozen, albacore or longfinned tunas (Thunnus alalunga), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030342", + "text": "030342 - Fish; frozen, yellowfin tunas (Thunnus albacares), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030343", + "text": "030343 - Fish; frozen, skipjack tuna (stripe-bellied bonito) (Katsuwonus pelamis), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030344", + "text": "030344 - Fish; frozen, bigeye tunas (Thunnus obesus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030345", + "text": "030345 - Fish; frozen, Atlantic and Pacific bluefin tunas (Thunnus thynnus, Thunnus orientalis), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030346", + "text": "030346 - Fish; frozen, southern bluefin tunas (Thunnus maccoyii), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030349", + "text": "030349 - Fish; frozen, tuna, n.e.c. in item no. 0303.4, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030350", + "text": "030350 - Herrings, frozen, whole", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030351", + "text": "030351 - Fish; frozen, herrings (Clupea harengus, Clupea pallasii), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030352", + "text": "030352 - Cod (Gadus morhua, Gadus ogac, Gadus macrocephalus), frozen (excl. fillets/other fish meat of 03.04/livers & roes)", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030353", + "text": "030353 - Fish; frozen, sardines (Sardina pilchardus, Sardinops spp.), sardinella (Sardinella spp.), brisling or sprats (Sprattus sprattus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030354", + "text": "030354 - Fish; frozen, mackerel (Scomber scombrus, Scomber australasicus, Scomber japonicus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030355", + "text": "030355 - Fish; frozen, jack and horse mackerel (Trachurus spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030356", + "text": "030356 - Fish; frozen, cobia (Rachycentron canadum), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030357", + "text": "030357 - Fish; frozen, swordfish (Xiphias gladius), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030359", + "text": "030359 - Fish; frozen, n.e.c. in item no. 0303.5, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030360", + "text": "030360 - Cod, frozen, whole", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030361", + "text": "030361 - Swordfish (Xiphias gladius), frozen (excl. fillets/other fish meat of 03.04/livers & roes)", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030362", + "text": "030362 - Toothfish (Dissostichus spp.),frozen (excl. fillets/other fish meat of 03.04/livers & roes)", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030363", + "text": "030363 - Fish; frozen, cod (Gadus morhua, Gadus ogac, Gadus macrocephalus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030364", + "text": "030364 - Fish; frozen, haddock (Melanogrammus aeglefinus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030365", + "text": "030365 - Fish; frozen, coalfish (Pollachius virens), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030366", + "text": "030366 - Fish; frozen, hake (Merluccius spp., Urophycis spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030367", + "text": "030367 - Fish; frozen, Alaska pollock (Theragra chalcogramma), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030368", + "text": "030368 - Fish; frozen, blue whitings (Micromesistius poutassou, Micromesistius australis), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030369", + "text": "030369 - Fish; frozen, of Bregmacerotidae, Euclichthyidae, Gadidae, Macrouridae, Melanonidae, Merlucciidae, Moridae, Muraenolepididae, other than cod, haddock, coalfish, hake, Alaska pollack, blue whitings, not fillets, meat of 0304, and edible offal of 0303.9", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030371", + "text": "030371 - Sardines (Sardina pilchardus, Sardinops spp.)/sardinella (Sardinella spp.)/brisling/sprats (Sprattus sprattus), frozen (excl. fillets/other fish meat of 03.04/livers & roes)", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030372", + "text": "030372 - Haddock (Melanogrammus aeglefinus), frozen (excl. fillets/other fish meat of 03.04/livers & roes)", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030373", + "text": "030373 - Coalfish (Pollachius virens), frozen (excl. fillets/other fish meat of 03.04/livers & roes)", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030374", + "text": "030374 - Mackerel (Scomber scombrus/australasicus/japonicus), frozen (excl. fillets/other fish meat of 03.04/livers & roes)", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030375", + "text": "030375 - Dogfish & other sharks, frozen (excl. fillets/other fish meat of 03.04/livers & roes)", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030376", + "text": "030376 - Eels (Anguilla spp.), frozen (excl. fillets/other fish meat of 03.04/livers & roes)", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030377", + "text": "030377 - Sea bass (Dicentrarchus labrax/punctatus), frozen (excl. fillets/other fish meat of 03.04/livers & roes)", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030378", + "text": "030378 - Hake (Merluccius spp., Urophycis spp.), frozen (excl. fillets/other fish meat of 03.04/livers & roes)", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030379", + "text": "030379 - Fish (excl. of 0303.71 - 0303.78),n.e.s., frozen (excl. fillets/other fish meat of 03.04/livers & roes)", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030380", + "text": "030380 - Fish livers & roes, frozen", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030381", + "text": "030381 - Fish; frozen, dogfish and other sharks, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030382", + "text": "030382 - Fish; frozen, rays and skates (Rajidae), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030383", + "text": "030383 - Fish; frozen, toothfish (Dissostichus spp.), excluding fillets, livers, roes, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030384", + "text": "030384 - Fish; frozen, seabass (Dicentrarchus spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030389", + "text": "030389 - Fish; frozen, n.e.c. in heading 0303, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030390", + "text": "030390 - Fish; frozen, livers and roes", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030391", + "text": "030391 - Fish; frozen, livers, roes and milt", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030392", + "text": "030392 - Fish; frozen, shark fins", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030399", + "text": "030399 - Fish; frozen, fish fins (other than shark fins), heads, tails, maws and other edible fish offal", + "parent": "0303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0304", + "text": "0304 - Fish fillets and other fish meat (whether or not minced); fresh, chilled or frozen", + "parent": "03", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "030410", + "text": "030410 - Fish fillet or meat, fresh or chilled, not liver, roe", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030411", + "text": "030411 - Swordfish (Xiphias gladius),fresh/chilled", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030412", + "text": "030412 - Toothfish (Dissostichus spp.),fresh/chilled ", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030419", + "text": "030419 - Fish fillets&other fish meat (excl. of 0304.11-0304.12, whether/not minced), fresh/chilled", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030420", + "text": "030420 - Fish fillets, frozen", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030421", + "text": "030421 - Swordfish (Xiphias gladius),frozen fillets", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030422", + "text": "030422 - Toothfish (Dissostichus spp.), frozen fillets", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030429", + "text": "030429 - Fish fillets&other fish meat (excl. of 0304.21-0304.92, whether/not minced), frozen fillets", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030431", + "text": "030431 - Fish fillets; fresh or chilled, tilapias (Oreochromis spp.)", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030432", + "text": "030432 - Fish fillets; fresh or chilled, catfish (Pangasius spp., Silurus spp., Clarias spp., Ictalurus spp.)", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030433", + "text": "030433 - Fish fillets; fresh or chilled, Nile perch (Lates niloticus)", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030439", + "text": "030439 - Fish fillets; fresh or chilled, carp (as specified by the WCO), eels (Anguilla spp.), and snakeheads (Channa spp.)", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030441", + "text": "030441 - Fish fillets; fresh or chilled, salmon, Pacific (Oncorhynchus nerka, Oncorhynchus gorbuscha, Oncorhynchus keta, Oncorhynchus tschawytscha, Oncorhynchus kisutch, Oncorhynchus masou and Oncorhynchus rhodurus), Atlantic (Salmo salar), Danube (Hucho hucho)", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030442", + "text": "030442 - Fish fillets; fresh or chilled, trout (Salmo trutta, Oncorhynchus mykiss, Oncorhynchus clarki, Oncorhynchus aguabonita, Oncorhynchus gilae, Oncorhynchus apache and Oncorhynchus chrysogaster)", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030443", + "text": "030443 - Fish fillets; fresh or chilled, flat fish (Pleuronectidae, Bothidae, Cynoglossidae, Soleidae, Scophthalmidae and Citharidae)", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030444", + "text": "030444 - Fish fillets; fresh or chilled, of the families Bregmacerotidae, Euclichthyidae, Gadidae, Macrouridae, Melanonidae, Merlucciidae, Moridae, and Muraenolepididae", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030445", + "text": "030445 - Fish fillets; fresh or chilled, swordfish (Xiphias gladius)", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030446", + "text": "030446 - Fish fillets; fresh or chilled, toothfish (Dissostichus spp.)", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030447", + "text": "030447 - Fish fillets; fresh or chilled, dogfish and other sharks", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030448", + "text": "030448 - Fish fillets; fresh or chilled, rays and skates (Rajidae)", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030449", + "text": "030449 - Fish fillets; fresh or chilled, other than fish of heading 0304.4", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030451", + "text": "030451 - Fish meat, excluding fillets, whether or not minced; fresh or chilled, tilapias, catfish, carp, eels, Nile perch, and snakeheads", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030452", + "text": "030452 - Fish meat, excluding fillets, whether or not minced; fresh or chilled, salmonidae", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030453", + "text": "030453 - Fish meat, excluding fillets, whether or not minced; fresh or chilled, of the families Bregmacerotidae, Euclichthyidae, Gadidae, Macrouridae, Melanonidae, Merlucciidae, Moridae, and Muraenolepididae", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030454", + "text": "030454 - Fish meat, excluding fillets, whether or not minced; fresh or chilled, swordfish (Xiphias gladius)", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030455", + "text": "030455 - Fish meat, excluding fillets, whether or not minced; fresh or chilled, toothfish (Dissostichus spp.)", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030456", + "text": "030456 - Fish meat; excluding fillets, whether or not minced; fresh or chilled, dogfish and other sharks", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030457", + "text": "030457 - Fish meat; excluding fillets, whether or not minced; fresh or chilled, rays and skates (Rajidae)", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030459", + "text": "030459 - Fish meat; excluding fillets, whether or not minced; fresh or chilled, of fish n.e.c. in item no. 0304.5", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030461", + "text": "030461 - Fish fillets; frozen, tilapias (Oreochromis spp.)", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030462", + "text": "030462 - Fish fillets; frozen, catfish (Pangasius spp., Silurus spp., Clarias spp., Ictalurus spp.)", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030463", + "text": "030463 - Fish fillets; frozen, Nile Perch (Lates niloticus)", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030469", + "text": "030469 - Fish fillets; frozen, carp (Cyprinus/Carassius/Ctenopharyngodon idellus/Hypophthalmichthys/Cirrhinus/Mylopharyngodon piceus/Catla catla/Labeo/Osteochilus hasselti/Leptobarbus hoeveni/Megalobrama), eels (Anguilla) and snakeheads (Channa)", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030471", + "text": "030471 - Fish fillets; frozen, cod (Gadus morhua, Gadus ogac, Gadus macrocephalus)", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030472", + "text": "030472 - Fish fillets; frozen, haddock (Melanogrammus aeglefinus)", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030473", + "text": "030473 - Fish fillets; frozen, coalfish (Pollachius virens)", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030474", + "text": "030474 - Fish fillets; frozen, hake (Merluccius spp., Urophycis spp.)", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030475", + "text": "030475 - Fish fillets; frozen, Alaska pollock (Theragra chalcogramma)", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030479", + "text": "030479 - Fish fillets; frozen, of the families Bregmacerotidae, Euclichthyidae, Gadidae, Macrouridae, Melanonidae, Merlucciidae, Moridae and Muraenolepididae other than cod, haddock, coalfish, hake, and Alaska pollock", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030481", + "text": "030481 - Fish fillets; frozen, salmon, Pacific (Oncorhynchus nerka, Oncorhynchus gorbuscha, Oncorhynchus keta, Oncorhynchus tschawytscha, Oncorhynchus kisutch, Oncorhynchus masou, Oncorhynchus rhodurus), Atlantic (Salmo salar), and Danube (Hucho hucho)", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030482", + "text": "030482 - Fish fillets; frozen, trout (Salmo trutta, Oncorhynchus mykiss, Oncorhynchus clarki, Oncorhynchus aguabonita, Oncorhynchus gilae, Oncorhynchus apache and Oncorhynchus chrysogaster)", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030483", + "text": "030483 - Fish fillets; frozen, flat fish (Pleuronectidae, Bothidae, Cynoglossidae, Soleidae, Scophthalmidae and Citharidae)", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030484", + "text": "030484 - Fish fillets; frozen, swordfish (Xiphias gladius)", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030485", + "text": "030485 - Fish fillets; frozen, toothfish (Dissostichus spp.)", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030486", + "text": "030486 - Fish fillets; frozen, herrings (Clupea harengus, Clupea pallasii)", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030487", + "text": "030487 - Fish fillets; frozen, tunas (of the genus Thunnus), skipjack tuna (stripe-bellied bonito) (Katsuwonus pelamis)", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030488", + "text": "030488 - Fish fillets; frozen, dogfish, other sharks, rays and skates (Rajidae)", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030489", + "text": "030489 - Fish fillets; frozen, of fish n.e.c. in heading 0304.8", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030490", + "text": "030490 - Fish meat & mince, except liver, roe & fillets, froze", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030491", + "text": "030491 - Fish meat, excluding fillets, whether or not minced; frozen, swordfish (Xiphias gladius)", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030492", + "text": "030492 - Fish meat, excluding fillets, whether or not minced; frozen, toothfish (Dissostichus spp.)", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030493", + "text": "030493 - Fish meat, excluding fillets, whether or not minced; frozen, tilapias, catfish, carp, eels, Nile perch, and snakeheads", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030494", + "text": "030494 - Fish meat, excluding fillets, whether or not minced; frozen, Alaska Pollock (Theragra chalcogramma)", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030495", + "text": "030495 - Fish meat, excluding fillets, whether or not minced; frozen, of the families Bregmacerotidae, Euclichthyidae, Gadidae, Macrouridae, Melanonidae, Merlucciidae, Moridae and Muraenolepididae, other than Alaska Pollock (Theragra chalcogramma)", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030496", + "text": "030496 - Fish meat, excluding fillets, whether or not minced; frozen, dogfish and other sharks", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030497", + "text": "030497 - Fish meat, excluding fillets, whether or not minced; frozen, rays and skates (Rajidae)", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030499", + "text": "030499 - Fish meat, excluding fillets, whether or not minced; frozen, n.e.c. in item no. 0304.9", + "parent": "0304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0305", + "text": "0305 - Fish, dried, salted or in brine; smoked fish, whether or not cooked before, or during the smoking process", + "parent": "03", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "030510", + "text": "030510 - Fish; flours, meals and pellets, fit for human consumption", + "parent": "0305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030520", + "text": "030520 - Fish; livers, roes and milt of fish, dried, smoked, salted or in brine", + "parent": "0305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030530", + "text": "030530 - Fish fillets, dried/salted/in brine but not smoked", + "parent": "0305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030531", + "text": "030531 - Fish fillets; dried, salted or in brine, but not smoked, tilapias, catfish, carp, eels, Nile perch, and snakeheads", + "parent": "0305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030532", + "text": "030532 - Fish fillets; dried, salted or in brine, but not smoked, of the families Bregmacerotidae, Euclichthyidae, Gadidae, Macrouridae, Melanonidae, Merlucciidae, Moridae and Muraenolepididae", + "parent": "0305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030539", + "text": "030539 - Fish fillets; dried, salted or in brine, but not smoked, n.e.c. in item no. 0305.3", + "parent": "0305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030541", + "text": "030541 - Fish; smoked, whether or not cooked before or during smoking, salmon, Pacific (Oncorhynchus nerka, gorbuscha, keta, tschawytscha, kisutch, masou, rhodurus), Atlantic (Salmo salar) and Danube (Hucho hucho), includes fillets, but excludes edible fish offal", + "parent": "0305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030542", + "text": "030542 - Fish; smoked, whether or not cooked before or during smoking, herrings (Clupea harengus, Clupea pallasii), includes fillets, but excludes edible fish offal", + "parent": "0305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030543", + "text": "030543 - Fish; smoked, whether or not cooked before or during smoking, trout (Salmo trutta, Oncorhynchus mykiss/clarki/aguabonita/gilae/apache/chrysogaster), includes fillets, but excludes edible fish offal", + "parent": "0305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030544", + "text": "030544 - Fish; smoked, whether or not cooked before or during smoking, tilapias, catfish, carp, eels, Nile perch, and snakeheads, includes fillets, but excludes edible fish offal", + "parent": "0305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030549", + "text": "030549 - Fish; smoked, whether or not cooked before or during smoking, n.e.c. in item no. 0305.4, includes fillets, but excludes edible fish offal", + "parent": "0305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030551", + "text": "030551 - Fish; dried, whether or not salted but not smoked, other than edible fish offal, cod (Gadus morhua, Gadus ogac, Gadus macrocephalus)", + "parent": "0305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030552", + "text": "030552 - Fish; dried, whether or not salted but not smoked, tilapias, catfish, carp, eels, Nile perch, and snakeheads", + "parent": "0305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030553", + "text": "030553 - Fish; dried, whether or not salted but not smoked, fish of the families Bregmacerotidae, Euclichthyidae, Gadidae, Macrouridae, Melanonidae, Merlucciidae, Moridae and Muraenolepididae, other than cod", + "parent": "0305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030554", + "text": "030554 - Dried herrings, anchovies, sardines, sardinella, brisling or sprats, mackerel (incl Indian, jack, or horse), seerfishes, jacks, crevalles, cobia, silver pomfrets, Pacific saury, scads, capelin, swordfish, Kawakawa, bonitos, marlins, sailfishes, spearfish", + "parent": "0305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030559", + "text": "030559 - Fish; dried, whether or not salted but not smoked, other than edible fish offal, n.e.c. in item no. 0305.5", + "parent": "0305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030561", + "text": "030561 - Fish; salted or in brine, not dried or smoked, other than edible fish offal, herrings (Clupea harengas, Clupea pallasii)", + "parent": "0305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030562", + "text": "030562 - Fish; salted or in brine, not dried or smoked, other than edible fish offal, cod (Gadus morhua, Gadus ogac, Gadus macrocephalus)", + "parent": "0305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030563", + "text": "030563 - Fish; salted or in brine, not dried or smoked, other than edible fish offal, anchovies (Engrails spp.)", + "parent": "0305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030564", + "text": "030564 - Fish; salted or in brine, not dried or smoked, other than edible fish offal, tilapias, catfish, carp, eels, Nile perch, and snakeheads", + "parent": "0305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030569", + "text": "030569 - Fish; salted or in brine, not dried or smoked, other than edible fish offal, n.e.c. in item no. 0305.6", + "parent": "0305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030571", + "text": "030571 - Fish; edible offal, shark fins", + "parent": "0305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030572", + "text": "030572 - Fish; edible offal, fish heads, tails and maws", + "parent": "0305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030579", + "text": "030579 - Fish; edible offal, other than shark fins, fish heads, tails and maws", + "parent": "0305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0306", + "text": "0306 - Crustaceans; in shell or not, live, fresh, chilled, frozen, dried, salted or in brine; smoked, cooked or not before or during smoking; in shell, steamed or boiled, whether or not chilled, frozen, dried, salted or in brine", + "parent": "03", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "030611", + "text": "030611 - Crustaceans; frozen, rock lobsters and other sea crawfish (Palinurus spp., Panulirus spp., Jasus spp.), in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water", + "parent": "0306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030612", + "text": "030612 - Crustaceans; frozen, lobsters (Homarus spp.), in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water", + "parent": "0306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030613", + "text": "030613 - Shrimps & prawns, whether/not in shell, frozen", + "parent": "0306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030614", + "text": "030614 - Crustaceans; frozen, crabs, in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water", + "parent": "0306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030615", + "text": "030615 - Crustaceans; frozen, Norway lobsters (Nephrops norvegicus), in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water", + "parent": "0306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030616", + "text": "030616 - Crustaceans; frozen, cold-water shrimps and prawns (Pandalus spp., Crangon crangon), in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water", + "parent": "0306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030617", + "text": "030617 - Crustaceans; frozen, shrimps and prawns, excluding cold-water varieties, in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water", + "parent": "0306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030619", + "text": "030619 - Crustaceans; frozen, n.e.c. in item no. 0306.1, in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water", + "parent": "0306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030621", + "text": "030621 - Crustaceans; not frozen, rock lobsters and other sea crawfish (Palinurus spp., Panulirus spp., Jasus spp.), in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or boiling in water; edible flours, meals, pellets", + "parent": "0306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030622", + "text": "030622 - Crustaceans; not frozen, lobsters (Homarus spp.), whether in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water; edible flours, meals, and pellets", + "parent": "0306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030623", + "text": "030623 - Shrimps & prawns, whether/not in shell, other than frozen", + "parent": "0306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030624", + "text": "030624 - Crustaceans; not frozen, crabs, whether in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water; edible flours, meals, and pellets", + "parent": "0306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030625", + "text": "030625 - Crustaceans; not frozen, Norway lobsters (Nephrops norvegicus), in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water; edible flours, meals, and pellets", + "parent": "0306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030626", + "text": "030626 - Crustaceans; not frozen, cold-water shrimps and prawns (Pandalus spp., Crangon crangon), in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water; edible flour, meals, and pellets", + "parent": "0306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030627", + "text": "030627 - Crustaceans; not frozen, shrimps and prawns excluding cold-water varieties, in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water; edible flour, meals, and pellets", + "parent": "0306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030629", + "text": "030629 - Crustaceans; not frozen, n.e.c. in item no. 0306.2, in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water; including edible flours, meals, and pellets of crustaceans", + "parent": "0306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030631", + "text": "030631 - Crustaceans; live, fresh or chilled, rock lobsters and other sea crawfish (Palinurus spp., Panulirus spp., Jasus spp.), in shell or not", + "parent": "0306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030632", + "text": "030632 - Crustaceans; live, fresh or chilled, lobsters (Homarus spp.), whether in shell or not", + "parent": "0306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030633", + "text": "030633 - Crustaceans; live, fresh or chilled, crabs, whether in shell or not", + "parent": "0306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030634", + "text": "030634 - Crustaceans; live, fresh or chilled, Norway lobsters (Nephrops norvegicus), in shell or not", + "parent": "0306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030635", + "text": "030635 - Crustaceans; live, fresh or chilled, cold-water shrimps and prawns (Pandalus spp., Crangon crangon), in shell or not", + "parent": "0306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030636", + "text": "030636 - Crustaceans; live, fresh or chilled, shrimps and prawns excluding cold-water varieties, in shell or not", + "parent": "0306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030639", + "text": "030639 - Crustaceans; live, fresh or chilled, n.e.c. in item no. 0306.3, in shell or not", + "parent": "0306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030691", + "text": "030691 - Crustaceans; rock lobsters and other sea crawfish (Palinurus spp., Panulirus spp., Jasus spp.), smoked, cooked or not, whether in shell or not, whether or not cooked before or during smoking", + "parent": "0306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030692", + "text": "030692 - Crustaceans; lobsters (Homarus spp.), smoked, cooked or not, whether in shell or not, whether or not cooked before or during smoking", + "parent": "0306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030693", + "text": "030693 - Crustaceans; crabs, smoked, cooked or not, whether in shell or not, whether or not cooked before or during smoking", + "parent": "0306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030694", + "text": "030694 - Crustaceans; Norway lobsters (Nephrops norvegicus), smoked, cooked or not, whether in shell or not, whether or not cooked before or during smoking", + "parent": "0306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030695", + "text": "030695 - Crustaceans; shrimps and prawns, smoked, cooked or not, whether in shell or not, whether or not cooked before or during smoking", + "parent": "0306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030699", + "text": "030699 - Crustaceans; smoked, whole, cooked or not, n.e.c. in item no. 0306.9, in shell or not", + "parent": "0306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0307", + "text": "0307 - Molluscs; whether in shell or not, live, fresh, chilled, frozen, dried, salted or in brine; smoked molluscs, whether in shell or not, whether or not cooked before or during the smoking process", + "parent": "03", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "030710", + "text": "030710 - Oysters, whether/not in shell, live/fresh/chilled/frozen/dried/salted/in brine", + "parent": "0307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030711", + "text": "030711 - Molluscs; oysters, whether in shell or not, live, fresh or chilled", + "parent": "0307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030712", + "text": "030712 - Molluscs; oysters, whether in shell or not, frozen", + "parent": "0307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030719", + "text": "030719 - Molluscs; oysters, whether in shell or not, dried, salted or in brine, smoked, cooked or not before or during the smoking process", + "parent": "0307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030721", + "text": "030721 - Molluscs; scallops and other molluscs of the family Pectinidae, whether in shell or not, live, fresh or chilled", + "parent": "0307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030722", + "text": "030722 - Molluscs; scallops and other molluscs of the family Pectinidae, whether in shell or not, frozen", + "parent": "0307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030729", + "text": "030729 - Molluscs; scallops and other molluscs of the family Pectinidae, whether in shell or not, dried, salted, in brine, or smoked, cooked or not before or during the smoking process", + "parent": "0307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030731", + "text": "030731 - Molluscs; mussels (Mytilus spp., Perna spp.), whether in shell or not, live, fresh or chilled", + "parent": "0307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030732", + "text": "030732 - Molluscs; mussels (Mytilus spp., Perna spp.), whether in shell or not, frozen", + "parent": "0307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030739", + "text": "030739 - Molluscs; mussels (Mytilus spp., Perna spp.), whether in shell or not, dried, salted, in brine, or smoked, cooked or not before or during the smoking process", + "parent": "0307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030741", + "text": "030741 - Molluscs; cuttle fish and squid, whether in shell or not, live, fresh or chilled", + "parent": "0307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030742", + "text": "030742 - Molluscs; cuttle fish and squid, whether in shell or not, live, fresh or chilled", + "parent": "0307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030743", + "text": "030743 - Molluscs; cuttle fish and squid, whether in shell or not, frozen", + "parent": "0307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030749", + "text": "030749 - Molluscs; cuttle fish and squid, whether in shell or not, dried, salted, in brine, or smoked, cooked or not before or during the smoking process", + "parent": "0307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030751", + "text": "030751 - Molluscs; octopus (Octopus spp.), live, fresh or chilled", + "parent": "0307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030752", + "text": "030752 - Molluscs; octopus (Octopus spp.), frozen", + "parent": "0307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030759", + "text": "030759 - Molluscs; octopus (Octopus spp.), dried, salted, in brine, or smoked, cooked or not before or during the smoking process", + "parent": "0307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030760", + "text": "030760 - Molluscs; snails, other than sea snails, whether in shell or not, live, fresh, chilled, frozen, dried, salted, in brine, or smoked, cooked or not before or during the smoking process", + "parent": "0307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030771", + "text": "030771 - Molluscs; clams, cockles and ark shells (families Arcidae, Arcticidae, Cardiidae, Donacidae, Hiatellidae, Mactridae, Mesodesmatidae, Myidae, Semelidae, Solecurtidae, Solenidae, Tridacnidae and Veneridae), whether in shell or not, live, fresh or chilled", + "parent": "0307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030772", + "text": "030772 - Molluscs; clams, cockles, ark shells (Arcidae, Arcticidae, Cardiidae, Donacidae, Hiatellidae, Mactridae, Mesodesmatidae, Myidae, Semelidae, Solecurtidae, Solenidae, Tridacnidae and Veneridae), whether in shell or not, frozen", + "parent": "0307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030779", + "text": "030779 - Molluscs; clams, cockle, ark shells (families Arcidae, Arcticidae, Cardiidae, Donacidae, Hiatellidae, Mactridae, Mesodesmatidae, Myidae, Semelidae, Solecurtidae, Solenidae, Tridacnidae, Veneridae), whether in shell or not, dried, salted, in brine, smoked", + "parent": "0307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030781", + "text": "030781 - Molluscs; abalone (Haliotis spp.), whether in shell or not, live, fresh or chilled", + "parent": "0307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030782", + "text": "030782 - Molluscs; stromboid conchs (Strombus spp.), whether in shell or not, live, fresh or chilled", + "parent": "0307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030783", + "text": "030783 - Molluscs; abalone (Haliotis spp.), whether in shell or not, frozen", + "parent": "0307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030784", + "text": "030784 - Molluscs; stromboid conchs (Strombus spp.), whether in shell or not, frozen", + "parent": "0307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030787", + "text": "030787 - Molluscs; abalone (Haliotis spp.), whether in shell or not, dried, salted, in brine, or smoked, cooked or not before or during the smoking process", + "parent": "0307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030788", + "text": "030788 - Molluscs; stromboid conchs (Strombus spp.), whether in shell or not, dried, salted, in brine, or smoked, cooked or not before or during the smoking process", + "parent": "0307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030789", + "text": "030789 - Molluscs; abalone (Haliotis spp.), whether in shell or not, frozen, dried, salted, in brine, or smoked, cooked or not before or during the smoking process", + "parent": "0307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030791", + "text": "030791 - Molluscs; n.e.c. in heading 0307, whether in shell or not, live or fresh, chilled", + "parent": "0307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030792", + "text": "030792 - Molluscs; n.e.c. in heading 0307, whether in shell or not, frozen", + "parent": "0307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030799", + "text": "030799 - Molluscs; n.e.c. in heading 0307, whether in shell or not, dried, salted, in brine, or smoked, cooked or not before or during the smoking process", + "parent": "0307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0308", + "text": "0308 - Aquatic invertebrates other than crustaceans and molluscs, live, fresh, chilled, frozen, dried, salted or in brine; smoked aquatic invertebrates other than crustaceans and molluscs, whether or not cooked before or during the smoking process", + "parent": "03", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "030811", + "text": "030811 - Aquatic invertebrates; sea cucumbers (Stichopus japonicus, Holothuroidea), live, fresh or chilled", + "parent": "0308", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030812", + "text": "030812 - Aquatic invertebrates; sea cucumbers (Stichopus japonicus, Holothuroidea), frozen", + "parent": "0308", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030819", + "text": "030819 - Aquatic invertebrates; sea cucumbers (Stichopus japonicus, Holothuroidea), dried, salted or in brine, smoked, whether or not cooked before or during the smoking process", + "parent": "0308", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030821", + "text": "030821 - Aquatic invertebrates; sea urchins (Strongylocentrotus spp., Paracentrotus lividus, Loxechinus albus, Echinus esculentus), live, fresh or chilled", + "parent": "0308", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030822", + "text": "030822 - Aquatic invertebrates; sea urchins (Strongylocentrotus spp., Paracentrotus lividus, Loxechinus albus, Echinus esculentus), frozen", + "parent": "0308", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030829", + "text": "030829 - Aquatic invertebrates; sea urchins (Strongylocentrotus spp., Paracentrotus lividus, Loxechinus albus, Echinus esculentus), dried, salted or in brine, smoked, whether or not cooked before or during smoking process", + "parent": "0308", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030830", + "text": "030830 - Aquatic invertebrates; jellyfish (Rhopilema spp.), live, fresh, chilled, frozen, dried, salted or in brine, smoked, whether or not cooked before or during smoking", + "parent": "0308", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030890", + "text": "030890 - Aquatic invertebrates; other than crustaceans, molluscs, sea urchins, sea cucumbers and jellyfish, live, fresh, chilled, frozen, dried, salted or in brine, smoked, cooked or not before or during smoking", + "parent": "0308", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0309", + "text": "0309 - Flours, meals and pellets of fish, crustaceans, molluscs and other aquatic invertebrates, fit for human consumption", + "parent": "03", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "030910", + "text": "030910 - Flours, meals and pellets of fish, fit for human consumption", + "parent": "0309", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "030990", + "text": "030990 - Flours, meals and pellets of crustaceans, molluscs and other aquatic invertebrates, fit for human consumption", + "parent": "0309", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "04", + "text": "04 - Dairy produce; birds' eggs; natural honey; edible products of animal origin, not elsewhere specified or included", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "0401", + "text": "0401 - Milk and cream; not concentrated, not containing added sugar or other sweetening matter", + "parent": "04", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "040110", + "text": "040110 - Dairy produce; milk and cream, not concentrated, not containing added sugar or other sweetening matter, of a fat content, by weight, not exceeding 1%", + "parent": "0401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "040120", + "text": "040120 - Dairy produce; milk and cream, not concentrated, not containing added sugar or other sweetening matter, of a fat content, by weight, exceeding 1% but not exceeding 6%", + "parent": "0401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "040130", + "text": "040130 - Milk & cream, not concentrated/sweetened, fat content by weight >6%", + "parent": "0401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "040140", + "text": "040140 - Dairy produce; milk and cream, not concentrated, not containing added sugar or other sweetening matter, of a fat content, by weight, exceeding 6% but not exceeding 10%", + "parent": "0401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "040150", + "text": "040150 - Dairy produce; milk and cream, not concentrated, not containing added sugar or other sweetening matter, of a fat content, by weight, exceeding 10%", + "parent": "0401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0402", + "text": "0402 - Milk and cream; concentrated or containing added sugar or other sweetening matter", + "parent": "04", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "040210", + "text": "040210 - Dairy produce; milk and cream, concentrated or containing added sugar or other sweetening matter, in powder, granules or other solid forms, of a fat content not exceeding 1.5% (by weight)", + "parent": "0402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "040221", + "text": "040221 - Dairy produce; milk and cream, concentrated, not containing added sugar or other sweetening matter, in powder, granules or other solid forms, of a fat content exceeding 1.5% (by weight)", + "parent": "0402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "040229", + "text": "040229 - Dairy produce; milk and cream, containing added sugar or other sweetening matter, in powder, granules or other solid forms, of a fat content exceeding 1.5% (by weight)", + "parent": "0402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "040291", + "text": "040291 - Dairy produce; milk and cream, concentrated, not containing added sugar or other sweetening matter, other than in powder, granules or other solid forms", + "parent": "0402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "040299", + "text": "040299 - Dairy produce; milk and cream, containing added sugar or other sweetening matter, other than in powder, granules or other solid forms", + "parent": "0402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0403", + "text": "0403 - Yogurt; buttermilk, curdled milk and cream, kephir and other fermented or acidified milk and cream, whether or not concentrated or containing added sugar or other sweetening matter or flavoured or containing added fruit, nuts or cocoa.", + "parent": "04", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "040310", + "text": "040310 - Dairy produce; yoghurt, whether or not concentrated or containing added sugar or other sweetening matter or flavoured or containing added fruit or cocoa", + "parent": "0403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "040320", + "text": "040320 - Dairy produce; yoghurt, whether or not concentrated or containing added sugar or other sweetening matter or flavoured or containing added fruit, nuts or cocoa", + "parent": "0403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "040390", + "text": "040390 - Dairy produce; buttermilk, curdled milk or cream, kephir, fermented or acidified milk or cream, whether or not concentrated or containing added sweetening, flavouring, fruit, nuts or cocoa (excluding yoghurt)", + "parent": "0403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0404", + "text": "0404 - Whey and products consisting of natural milk constituents; whether or not containing added sugar or other sweetening matter, not elsewhere specified or included", + "parent": "04", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "040410", + "text": "040410 - Dairy produce; whey, whether or not concentrated or containing added sugar or other sweetening matter", + "parent": "0404", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "040490", + "text": "040490 - Dairy produce; natural milk constituents (excluding whey), whether or not containing added sugar or other sweetening matter, n.e.c. in chapter 04", + "parent": "0404", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0405", + "text": "0405 - Butter and other fats and oils derived from milk; dairy spreads", + "parent": "04", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "040500", + "text": "040500 - Butter and other fats and oils derived from milk", + "parent": "0405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "040510", + "text": "040510 - Dairy produce; derived from milk, butter", + "parent": "0405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "040520", + "text": "040520 - Dairy produce; dairy spreads", + "parent": "0405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "040590", + "text": "040590 - Dairy produce; fats and oils derived from milk (other than butter or dairy spreads)", + "parent": "0405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0406", + "text": "0406 - Cheese and curd", + "parent": "04", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "040610", + "text": "040610 - Dairy produce; fresh cheese (including whey cheese), not fermented, and curd", + "parent": "0406", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "040620", + "text": "040620 - Dairy produce; cheese of all kinds, grated or powdered", + "parent": "0406", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "040630", + "text": "040630 - Dairy produce; cheese, processed (not grated or powdered)", + "parent": "0406", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "040640", + "text": "040640 - Dairy produce; cheese, blue-veined and other cheese containing veins produced by Penicillium roqueforti (not grated, powdered or processed)", + "parent": "0406", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "040690", + "text": "040690 - Dairy produce; cheese (not grated, powdered or processed), n.e.c. in heading no. 0406", + "parent": "0406", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0407", + "text": "0407 - Birds' eggs, in shell; fresh, preserved or cooked", + "parent": "04", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "040700", + "text": "040700 - Birds' eggs, in shell, fresh/preserved/cooked", + "parent": "0407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "040711", + "text": "040711 - Birds' eggs, in shell; fresh, fertilised eggs for incubation, of fowls of the species Gallus domesticus (domestic hens)", + "parent": "0407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "040719", + "text": "040719 - Birds' eggs, in shell; fresh, fertilised eggs for incubation, other than fowls of the species Gallus domesticus (domestic hens)", + "parent": "0407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "040721", + "text": "040721 - Birds' eggs, in shell; fresh, not for incubation, of fowls of the species Gallus domesticus (domestic hens)", + "parent": "0407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "040729", + "text": "040729 - Birds' eggs, in shell; fresh, not for incubation, other than fowls of the species Gallus domesticus (domestic hens)", + "parent": "0407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "040790", + "text": "040790 - Birds' eggs, in shell; preserved or cooked", + "parent": "0407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0408", + "text": "0408 - Birds' eggs, not in shell; egg yolks, fresh, dried, cooked by steaming or boiling in water, moulded, frozen or otherwise preserved, whether or not containing added sugar or other sweetening matter", + "parent": "04", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "040811", + "text": "040811 - Eggs; birds' eggs, yolks, dried, whether or not containing added sugar or other sweetening matter", + "parent": "0408", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "040819", + "text": "040819 - Eggs; birds' eggs, yolks, fresh, cooked by steaming or by boiling in water, moulded, frozen or otherwise preserved, whether or not containing added sugar or other sweetening matter", + "parent": "0408", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "040891", + "text": "040891 - Eggs; birds' eggs (not in shell, excluding yolks only), dried, whether or not containing added sugar or other sweetening matter", + "parent": "0408", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "040899", + "text": "040899 - Eggs; birds' eggs (not in shell, excluding yolks only), fresh, cooked by steaming or boiling in water, moulded, frozen, otherwise preserved, whether or not containing added sugar or other sweetening matter", + "parent": "0408", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0409", + "text": "0409 - Honey; natural", + "parent": "04", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "040900", + "text": "040900 - Honey; natural", + "parent": "0409", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0410", + "text": "0410 - Animal products; insects and other edible products of animal origin, not elsewhere specified or included", + "parent": "04", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "041000", + "text": "041000 - Animal products; edible, n.e.c. in this or other chapters", + "parent": "0410", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "041010", + "text": "041010 - Animal products; insects", + "parent": "0410", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "041090", + "text": "041090 - Animal products; edible products of animal origin, not elsewhere specified or included, other than insects", + "parent": "0410", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "05", + "text": "05 - Animal originated products; not elsewhere specified or included", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "0501", + "text": "0501 - Human hair; unworked, whether or not washed or scoured; waste of human hair", + "parent": "05", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "050100", + "text": "050100 - Animal products; hair, human, unworked, whether or not washed or scoured, and waste of human hair", + "parent": "0501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0502", + "text": "0502 - Pigs', hogs' or boars' bristles and hair; and waste thereof", + "parent": "05", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "050210", + "text": "050210 - Animal products; hair and bristles, of pigs, hogs or boars, and waste thereof", + "parent": "0502", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "050290", + "text": "050290 - Animal products; badger hair and other brush making hair and waste of such bristles or hair, n.e.c. in heading no. 0502 (excluding horsehair)", + "parent": "0502", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0503", + "text": "0503 - Horsehair, waste", + "parent": "05", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "050300", + "text": "050300 - Horsehair, waste", + "parent": "0503", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0504", + "text": "0504 - Guts, bladders and stomachs of animals (other than fish); whole and pieces thereof, fresh, chilled, frozen, salted, in brine, dried or smoked", + "parent": "05", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "050400", + "text": "050400 - Animal products; guts, bladders and stomachs of animals (other than fish), whole and pieces thereof, fresh, chilled, frozen, salted, in brine, dried or smoked", + "parent": "0504", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0505", + "text": "0505 - Skins and other parts of birds with feathers, down; feathers, down and parts thereof; not further worked than cleaned, disinfected, treated for preservation; powder, waste and parts of feathers", + "parent": "05", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "050510", + "text": "050510 - Animal products; feathers and down used for stuffing, not further worked than cleaned, disinfected or treated for preservation", + "parent": "0505", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "050590", + "text": "050590 - Animal products; skins and other parts of birds, feathers and down (not for stuffing), powder and waste of such, not further worked than cleaned, disinfected or treated for preservation", + "parent": "0505", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0506", + "text": "0506 - Bones and horn-cores, unworked, defatted, simply prepared (but not cut to shape), treated with acid or degelatinised; powder and waste of these products", + "parent": "05", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "050610", + "text": "050610 - Animal products; ossein and bones treated with acid", + "parent": "0506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "050690", + "text": "050690 - Animal products; bones and horn-cores and powder or waste of such, unworked, defatted, simply prepared (not cut to shape), or treated with acid or degelatinised, n.e.c. in heading no. 0506", + "parent": "0506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0507", + "text": "0507 - Ivory, tortoise-shell, whalebone and whalebone hair, horns, antlers, hooves, nails, claws and beaks unworked or simply prepared, not cut to shape; waste and powder of these products", + "parent": "05", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "050710", + "text": "050710 - Animal products; ivory, unworked or simply prepared but not cut to shape, ivory powder and waste", + "parent": "0507", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "050790", + "text": "050790 - Animal products; tortoise-shell, whalebone and whalebone hair, horns, antlers, hooves, nails, claws and beaks, unworked or simply prepared but not cut to shape, waste and powder of these products", + "parent": "0507", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0508", + "text": "0508 - Coral and similar materials, unworked or simply prepared, shells of molluscs, crustaceans or echinoderms and cuttle-bone, not cut to shape powder and waste thereof", + "parent": "05", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "050800", + "text": "050800 - Animal products; coral and similar materials, shells of molluscs, crustaceans, echinoderms, cuttle-bone, unworked or simply prepared but not cut to shape, powder and waste thereof", + "parent": "0508", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0509", + "text": "0509 - Sponges, natural, of animal origin", + "parent": "05", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "050900", + "text": "050900 - Sponges, natural, of animal origin", + "parent": "0509", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0510", + "text": "0510 - Ambergris, castoreum, civet and musk; cantharides; bile, dried or not glands, other animal products used in preparation of pharmaceutical products, fresh chilled, frozen or otherwise provisionally preserved", + "parent": "05", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "051000", + "text": "051000 - Animal products; ambergris, castoreum, civet, musk, cantharides, bile (dried or not) glands and other animal products, for pharmaceutical purposes, fresh, chilled, frozen or otherwise provisionally preserved", + "parent": "0510", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0511", + "text": "0511 - Animal products not elsewhere specified or included; dead animals of chapter 1 or 3, unfit for human consumption", + "parent": "05", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "051110", + "text": "051110 - Animal products; bovine semen", + "parent": "0511", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "051191", + "text": "051191 - Animal products; of fish or crustaceans, molluscs or other aquatic invertebrates; dead animals of chapter 03, unfit for human consumption", + "parent": "0511", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "051199", + "text": "051199 - Animal products; n.e.c. in chapter 5", + "parent": "0511", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "06", + "text": "06 - Trees and other plants, live; bulbs, roots and the like; cut flowers and ornamental foliage", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "0601", + "text": "0601 - Bulbs, tubers, tuberous roots, corms, crowns and rhizomes; dormant, in growth or in flower; chicory plants and roots other than roots of heading no. 1212", + "parent": "06", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "060110", + "text": "060110 - Plants, live; bulbs, tubers, tuberous roots, corms, crowns and rhizomes, dormant", + "parent": "0601", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "060120", + "text": "060120 - Plants, live; bulbs, tubers, tuberous roots, corms, crowns and rhizomes, in growth or in flower, chicory plants and roots other than of heading no. 1212", + "parent": "0601", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0602", + "text": "0602 - Plants, live; n.e.c. in heading no. 0601, (including their roots) cuttings and slips; mushroom spawn", + "parent": "06", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "060210", + "text": "060210 - Plants, live; unrooted cuttings and slips", + "parent": "0602", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "060220", + "text": "060220 - Plants, live; edible fruit or nut trees, shrubs and bushes, grafted or not", + "parent": "0602", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "060230", + "text": "060230 - Plants, live; rhododendrons and azaleas, grafted or not", + "parent": "0602", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "060240", + "text": "060240 - Plants, live; roses, grafted or not", + "parent": "0602", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "060290", + "text": "060290 - Plants, live; n.e.c. in heading no. 0602", + "parent": "0602", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "060291", + "text": "060291 - Mushroom spawn", + "parent": "0602", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "060299", + "text": "060299 - Plants, live (including their roots),nes", + "parent": "0602", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0603", + "text": "0603 - Flowers; cut flowers and flower buds of a kind suitable for bouquets or for ornamental purposes, fresh, dried, dyed, bleached, impregnated or otherwise prepared", + "parent": "06", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "060310", + "text": "060310 - Cut flowers and flower buds for bouquets, etc., fresh", + "parent": "0603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "060311", + "text": "060311 - Flowers, cut; roses, flowers and buds of a kind suitable for bouquets or ornamental purposes, fresh", + "parent": "0603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "060312", + "text": "060312 - Flowers, cut; carnations, flowers and buds of a kind suitable for bouquets or ornamental purposes, fresh", + "parent": "0603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "060313", + "text": "060313 - Flowers, cut; orchids, flowers and buds of a kind suitable for bouquets or ornamental purposes, fresh", + "parent": "0603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "060314", + "text": "060314 - Flowers, cut; chrysanthemums, flowers and buds of a kind suitable for bouquets or ornamental purposes, fresh", + "parent": "0603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "060315", + "text": "060315 - Flowers, cut; lilies (Lilium spp.), flowers and flower buds of a kind suitable for bouquets or ornamental purposes, fresh", + "parent": "0603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "060319", + "text": "060319 - Flowers, cut; flowers and buds of a kind suitable for bouquets or ornamental purposes, fresh, other than roses, carnations, orchids, chrysanthemums or lillies", + "parent": "0603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "060390", + "text": "060390 - Flowers, cut; flowers and flower buds of a kind suitable for bouquets or ornamental purposes, dried, dyed, bleached, impregnated or otherwise prepared", + "parent": "0603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0604", + "text": "0604 - Foliage, branches and other parts of plants, without flowers or flower buds, and grasses, mosses and lichens; suitable for bouquets or for ornamental purposes, fresh, dried, dyed, bleached, impregnated etc.", + "parent": "06", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "060410", + "text": "060410 - Mosses & lichens", + "parent": "0604", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "060420", + "text": "060420 - Foliage, branches and other parts of plants, without flowers or flower buds, and grasses, mosses and lichens; suitable for bouquets or for ornamental purposes, fresh", + "parent": "0604", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "060490", + "text": "060490 - Foliage, branches and other parts of plants, without flowers or flower buds, and grasses, mosses and lichens; suitable for bouquets or for ornamental purposes, dried, dyed, bleached, impregnated or otherwise prepared", + "parent": "0604", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "060491", + "text": "060491 - Foliage, branches & other parts of plants, without flowers/flower buds, & grasses, mosses & lichens, being goods of a kind suit. for bouquets/ornamental purposes, fresh", + "parent": "0604", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "060499", + "text": "060499 - Foliage, branches & other parts of plants, without flowers/flower buds/grasses (excl. of 0604.10), being goods of a kind suitable for bouquets/ornamental purposes, dried/dyed/bleached/impregnated/othw. prepared", + "parent": "0604", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "07", + "text": "07 - Vegetables and certain roots and tubers; edible", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "0701", + "text": "0701 - Potatoes; fresh or chilled", + "parent": "07", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "070110", + "text": "070110 - Vegetables; seed potatoes, fresh or chilled", + "parent": "0701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "070190", + "text": "070190 - Vegetables; potatoes (other than seed), fresh or chilled", + "parent": "0701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0702", + "text": "0702 - Tomatoes; fresh or chilled", + "parent": "07", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "070200", + "text": "070200 - Vegetables; tomatoes, fresh or chilled", + "parent": "0702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0703", + "text": "0703 - Onions, shallots, garlic, leeks and other alliaceous vegetables; fresh or chilled", + "parent": "07", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "070310", + "text": "070310 - Vegetables, alliaceous; onions and shallots, fresh or chilled", + "parent": "0703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "070320", + "text": "070320 - Vegetables, alliaceous; garlic, fresh or chilled", + "parent": "0703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "070390", + "text": "070390 - Vegetables, alliaceous; leeks and other kinds n.e.c. in heading no. 0703, fresh or chilled", + "parent": "0703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0704", + "text": "0704 - Cabbages, cauliflowers, kohlrabi, kale and similar edible brassicas; fresh or chilled", + "parent": "07", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "070410", + "text": "070410 - Vegetables, brassica; cauliflowers and broccoli, fresh or chilled", + "parent": "0704", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "070420", + "text": "070420 - Vegetables, brassica; brussel sprouts, fresh or chilled", + "parent": "0704", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "070490", + "text": "070490 - Vegetables, brassica; edible, n.e.c. in heading no. 0704, fresh or chilled", + "parent": "0704", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0705", + "text": "0705 - Lettuce (lactuca sativa) and chicory (cichorium spp.) fresh or chilled", + "parent": "07", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "070511", + "text": "070511 - Vegetables; cabbage (head) lettuce (lactuca sativa), fresh or chilled", + "parent": "0705", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "070519", + "text": "070519 - Vegetables; lettuce (lactuca sativa), (other than cabbage lettuce), fresh or chilled", + "parent": "0705", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "070521", + "text": "070521 - Vegetables; witloff chicory (cichorium intybus var. foliosum), fresh or chilled", + "parent": "0705", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "070529", + "text": "070529 - Vegetables; chicory (cichorium spp.), (other than witloof chicory), fresh or chilled", + "parent": "0705", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0706", + "text": "0706 - Carrots, turnips, salad beetroot, salsify, celeriac, radishes and similar edible roots; fresh or chilled", + "parent": "07", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "070610", + "text": "070610 - Vegetables, root; carrots and turnips, fresh or chilled", + "parent": "0706", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "070690", + "text": "070690 - Vegetables, root; salad beetroot, salsify, celeric, radishes and similar edible roots, fresh or chilled", + "parent": "0706", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0707", + "text": "0707 - Cucumbers and gherkins; fresh or chilled", + "parent": "07", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "070700", + "text": "070700 - Vegetables; cucumbers and gherkins, fresh or chilled", + "parent": "0707", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0708", + "text": "0708 - Leguminous vegetables; shelled or unshelled, fresh or chilled", + "parent": "07", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "070810", + "text": "070810 - Vegetables, leguminous; peas (pisum sativum), shelled or unshelled, fresh or chilled", + "parent": "0708", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "070820", + "text": "070820 - Vegetables, leguminous; beans (vigna spp., phaseolus spp.), shelled or unshelled, fresh or chilled", + "parent": "0708", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "070890", + "text": "070890 - Vegetables, leguminous; (other than peas and beans), shelled or unshelled, fresh or chilled", + "parent": "0708", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0709", + "text": "0709 - Vegetables; n.e.c. in chapter 07, fresh or chilled", + "parent": "07", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "070910", + "text": "070910 - Globe artichokes, fresh or chilled", + "parent": "0709", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "070920", + "text": "070920 - Vegetables; asparagus, fresh or chilled", + "parent": "0709", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "070930", + "text": "070930 - Vegetables; aubergines, (e.g. plants), fresh or chilled", + "parent": "0709", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "070940", + "text": "070940 - Vegetables; celery (other than celeriac), fresh or chilled", + "parent": "0709", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "070951", + "text": "070951 - Vegetables; mushrooms of the genus Agaricus, fresh or chilled", + "parent": "0709", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "070952", + "text": "070952 - Vegetables; mushrooms of the genus Boletus, fresh or chilled", + "parent": "0709", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "070953", + "text": "070953 - Vegetables; mushrooms of the genus Cantharellus, fresh or chilled", + "parent": "0709", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "070954", + "text": "070954 - Vegetables; shiitake mushrooms (Lentinus edodes), fresh or chilled", + "parent": "0709", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "070955", + "text": "070955 - Vegetables; matsutake mushrooms (Tricholoma matsutake, Tricholoma magnivelare, Tricholoma anatolicum, Tricholoma dulciolens, Tricholoma caligatum), fresh or chilled", + "parent": "0709", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "070956", + "text": "070956 - Vegetables; truffles (Tuber spp.), fresh or chilled", + "parent": "0709", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "070959", + "text": "070959 - Vegetables; truffles and mushrooms n.e.c. in heading 0709, fresh or chilled", + "parent": "0709", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "070960", + "text": "070960 - Vegetables; fruits of the genus capsicum or of the genus pimenta, fresh or chilled", + "parent": "0709", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "070970", + "text": "070970 - Vegetables; spinach, New Zealand spinach and orache spinach (garden spinach), fresh or chilled", + "parent": "0709", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "070990", + "text": "070990 - Vegetables,n.e.s. in 07.01-07.09, fresh/chilled", + "parent": "0709", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "070991", + "text": "070991 - Vegetables; globe artichokes, fresh or chilled", + "parent": "0709", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "070992", + "text": "070992 - Vegetables; olives, fresh or chilled", + "parent": "0709", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "070993", + "text": "070993 - Vegetables; pumpkins, squash and gourds (Cucurbita spp.), fresh or chilled", + "parent": "0709", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "070999", + "text": "070999 - Vegetables; edible, n.e.c. in chapter 07, fresh or chilled", + "parent": "0709", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0710", + "text": "0710 - Vegetables (uncooked or cooked by steaming or boiling in water); frozen", + "parent": "07", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "071010", + "text": "071010 - Vegetables; potatoes, uncooked or cooked by steaming or boiling in water, frozen", + "parent": "0710", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071021", + "text": "071021 - Vegetables, leguminous; peas (pisum sativum), shelled or unshelled, uncooked or cooked by steaming or boiling in water, frozen", + "parent": "0710", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071022", + "text": "071022 - Vegetables, leguminous; beans (vigna spp., phaseolus spp.), shelled or unshelled, uncooked or cooked by steaming or boiling in water, frozen", + "parent": "0710", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071029", + "text": "071029 - Vegetables, leguminous; (other than peas or beans), shelled or unshelled, uncooked or cooked by steaming or boiling in water, frozen", + "parent": "0710", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071030", + "text": "071030 - Vegetables; spinach, New Zealand spinach and orache spinach (garden spinach), uncooked or cooked by steaming or boiling in water, frozen", + "parent": "0710", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071040", + "text": "071040 - Vegetables; sweetcorn, uncooked or cooked by steaming or boiling in water, frozen", + "parent": "0710", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071080", + "text": "071080 - Vegetables; uncooked or cooked by steaming or boiling in water, n.e.c. in heading no. 0710, frozen", + "parent": "0710", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071090", + "text": "071090 - Vegetable mixtures; uncooked or cooked by steaming or boiling in water, frozen", + "parent": "0710", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0711", + "text": "0711 - Vegetables provisionally preserved, but unsuitable in that state for immediate consumption", + "parent": "07", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "071110", + "text": "071110 - Onions, provisionally preserved", + "parent": "0711", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071120", + "text": "071120 - Vegetables; olives, provisionally preserved but unsuitable in that state for immediate consumption", + "parent": "0711", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071130", + "text": "071130 - Capers, provisionally preserved", + "parent": "0711", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071140", + "text": "071140 - Vegetables; cucumbers and gherkins, provisionally preserved but unsuitable in that state for immediate consumption", + "parent": "0711", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071151", + "text": "071151 - Vegetables; mushrooms of the genus Agaricus, provisionally preserved but unsuitable in that state for immediate consumption", + "parent": "0711", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071159", + "text": "071159 - Vegetables; mushrooms other than of the genus Agaricus, provisionally preserved but unsuitable in that state for immediate consumption", + "parent": "0711", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071190", + "text": "071190 - Vegetables and mixed vegetables; n.e.c. in heading no. 0711, provisionally preserved but unsuitable in that state for immediate consumption", + "parent": "0711", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0712", + "text": "0712 - Vegetables, dried; whole, cut, sliced, broken or in powder, but not further prepared", + "parent": "07", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "071210", + "text": "071210 - Potatoes, dried, not further prepared", + "parent": "0712", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071220", + "text": "071220 - Vegetables; onions, whole, cut, sliced, broken or in powder but not further prepared, dried", + "parent": "0712", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071230", + "text": "071230 - Mushrooms and truffles, dried, not further prepared", + "parent": "0712", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071231", + "text": "071231 - Vegetables; mushrooms of the genus Agaricus, whole, cut, sliced, broken or in powder but not further prepared, dried", + "parent": "0712", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071232", + "text": "071232 - Vegetables; wood ears (Auricularia spp), whole, cut, sliced, broken or in powder but not further prepared, dried", + "parent": "0712", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071233", + "text": "071233 - Vegetables; jelly fungi (Tremella spp)), whole, cut, sliced, broken or in powder but not further prepared, dried", + "parent": "0712", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071234", + "text": "071234 - Vegetables; shiitake mushrooms (Lentinus edodes), whole, cut, sliced, broken or in powder but not further prepared, dried", + "parent": "0712", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071239", + "text": "071239 - Vegetables; mushrooms and truffles n.e.c. in item 0712.3, whole, cut, sliced, broken or in powder but not further prepared, dried", + "parent": "0712", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071290", + "text": "071290 - Vegetables; mixtures of vegetables n.e.c. in heading no. 0712, whole, cut, sliced, broken or in powder but not further prepared, dried", + "parent": "0712", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0713", + "text": "0713 - Vegetables, leguminous; shelled, whether or not skinned or split, dried", + "parent": "07", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "071310", + "text": "071310 - Vegetables, leguminous; peas (pisum sativum), shelled, whether or not skinned or split, dried", + "parent": "0713", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071320", + "text": "071320 - Vegetables, leguminous; chickpeas (garbanzos), shelled, whether or not skinned or split, dried", + "parent": "0713", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071331", + "text": "071331 - Vegetables, leguminous; beans of the species vigna mungo (l.) hepper or vigna radiata (l.) wilczek, shelled, whether or not skinned or split, dried", + "parent": "0713", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071332", + "text": "071332 - Vegetables, leguminous; small red (adzuki) beans (phaseolus or vigna angularis), shelled, whether or not skinned or split, dried", + "parent": "0713", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071333", + "text": "071333 - Vegetables, leguminous; kidney beans, including white pea beans (phaseolus vulgaris), shelled, whether or not skinned or split, dried", + "parent": "0713", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071334", + "text": "071334 - Vegetables, leguminous; bambara beans (Vigna subterranea or Voandzeia subterranea), shelled, whether or not skinned or split, dried", + "parent": "0713", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071335", + "text": "071335 - Vegetables, leguminous; cow peas (Vigna unguiculata), shelled, whether or not skinned or split, dried", + "parent": "0713", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071339", + "text": "071339 - Vegetables, leguminous; n.e.c. in item no. 0713.3, shelled, whether or not skinned or split, dried", + "parent": "0713", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071340", + "text": "071340 - Vegetables, leguminous; lentils, shelled, whether or not skinned or split, dried", + "parent": "0713", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071350", + "text": "071350 - Vegetables, leguminous; broad beans (vicia faba var. major) and horse beans (vicia faba var. equina, vicia faba var. minor), shelled, whether or not skinned or split, dried", + "parent": "0713", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071360", + "text": "071360 - Vegetables, leguminous; pigeon peas (Cajanus cajan), shelled, whether or not skinned or split, dried", + "parent": "0713", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071390", + "text": "071390 - Vegetables, leguminous; n.e.c. in heading no. 0713, shelled, whether or not skinned or split, dried", + "parent": "0713", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0714", + "text": "0714 - Manioc, arrowroot, salep, Jerusalem artichokes, sweet potatoes and similar roots and tubers with high starch or inulin content; fresh, chilled, frozen or dried, whether or not sliced or in the form of pellets; sago pith", + "parent": "07", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "071410", + "text": "071410 - Vegetable roots and tubers; manioc (cassava), with high starch or inulin content, fresh, chilled, frozen or dried, whether or not sliced or in the form of pellets", + "parent": "0714", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071420", + "text": "071420 - Vegetable roots and tubers; sweet potatoes, with high starch or inulin content, fresh, chilled, frozen or dried, whether or not sliced or in the form of pellets", + "parent": "0714", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071430", + "text": "071430 - Vegetable roots and tubers; yams (Dioscorea spp.) with high starch or inulin content, fresh, chilled, frozen or dried, whether or not sliced or in the form of pellets", + "parent": "0714", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071440", + "text": "071440 - Vegetable roots and tubers; taro (Colocasia spp.) with high starch or inulin content, fresh, chilled, frozen or dried, whether or not sliced or in the form of pellets", + "parent": "0714", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071450", + "text": "071450 - Vegetable roots and tubers; yautia (Xanthosoma spp.) with high starch or inulin content, fresh, chilled, frozen or dried, whether or not sliced or in the form of pellets", + "parent": "0714", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "071490", + "text": "071490 - Vegetable roots and tubers; arrowroot, salep, Jerusalem artichokes and similar roots and tubers (not manioc, sweet potatoes, yams, taro or yautia), high starch or inulin content, fresh, chilled, frozen, dried, sliced or not, or in pellet form; sago pith", + "parent": "0714", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "08", + "text": "08 - Fruit and nuts, edible; peel of citrus fruit or melons", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "0801", + "text": "0801 - Nuts, edible; coconuts, Brazil nuts and cashew nuts, fresh or dried, whether or not shelled or peeled", + "parent": "08", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "080110", + "text": "080110 - Coconuts, fresh or dried", + "parent": "0801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080111", + "text": "080111 - Nuts, edible; coconuts, desiccated", + "parent": "0801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080112", + "text": "080112 - Nuts, edible; coconuts, in the inner shell (endocarp)", + "parent": "0801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080119", + "text": "080119 - Nuts, edible; coconuts, fresh or dried, other than desiccated or in the inner shell (endocarp)", + "parent": "0801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080120", + "text": "080120 - Brazil nuts, fresh or dried", + "parent": "0801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080121", + "text": "080121 - Nuts, edible; brazil nuts, fresh or dried, in shell", + "parent": "0801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080122", + "text": "080122 - Nuts, edible; brazil nuts, fresh or dried, shelled", + "parent": "0801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080130", + "text": "080130 - Cashew nuts, fresh or dried", + "parent": "0801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080131", + "text": "080131 - Nuts, edible; cashew nuts, fresh or dried, in shell", + "parent": "0801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080132", + "text": "080132 - Nuts, edible; cashew nuts, fresh or dried, shelled", + "parent": "0801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0802", + "text": "0802 - Nuts (excluding coconuts, Brazils and cashew nuts); fresh or dried, whether or not shelled or peeled", + "parent": "08", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "080211", + "text": "080211 - Nuts, edible; almonds, fresh or dried, in shell", + "parent": "0802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080212", + "text": "080212 - Nuts, edible; almonds, fresh or dried, shelled", + "parent": "0802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080221", + "text": "080221 - Nuts, edible; hazelnuts or filberts (corylus spp.), fresh or dried, in shell", + "parent": "0802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080222", + "text": "080222 - Nuts, edible; hazelnuts or filberts (corylus spp.), fresh or dried, shelled", + "parent": "0802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080231", + "text": "080231 - Nuts, edible; walnuts, fresh or dried, in shell", + "parent": "0802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080232", + "text": "080232 - Nuts, edible; walnuts, fresh or dried, shelled", + "parent": "0802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080240", + "text": "080240 - Chestnuts (Castanea spp.)", + "parent": "0802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080241", + "text": "080241 - Nuts, edible; chestnuts (Castanea spp.), fresh or dried, in shell", + "parent": "0802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080242", + "text": "080242 - Nuts, edible; chestnuts (Castanea spp.), fresh or dried, shelled", + "parent": "0802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080250", + "text": "080250 - Pistachios", + "parent": "0802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080251", + "text": "080251 - Nuts, edible; pistachios, fresh or dried, in shell", + "parent": "0802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080252", + "text": "080252 - Nuts, edible; pistachios, fresh or dried, shelled", + "parent": "0802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080260", + "text": "080260 - Macadamia nuts", + "parent": "0802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080261", + "text": "080261 - Nuts, edible; macadamia, fresh or dried, in shell", + "parent": "0802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080262", + "text": "080262 - Nuts, edible; macadamia, fresh or dried, shelled", + "parent": "0802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080270", + "text": "080270 - Nuts, edible; kola nuts (Cola spp.), fresh or dried, whether or not shelled or peeled", + "parent": "0802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080280", + "text": "080280 - Nuts, edible; areca nuts, fresh or dried, whether or not shelled or peeled", + "parent": "0802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080290", + "text": "080290 - Nuts, edible; n.e.c. in heading no. 0801 and 0802, fresh or dried, whether or not shelled or peeled", + "parent": "0802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080291", + "text": "080291 - Nuts, edible; pine nuts, fresh or dried, in shell", + "parent": "0802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080292", + "text": "080292 - Nuts, edible; pine nuts, fresh or dried, shelled", + "parent": "0802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080299", + "text": "080299 - Nuts, edible; n.e.c. in heading 0801 and 0802, fresh or dried, whether or not shelled or peeled", + "parent": "0802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0803", + "text": "0803 - Bananas, including plantains; fresh or dried", + "parent": "08", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "080300", + "text": "080300 - Bananas, incl. plantains, fresh/dried", + "parent": "0803", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080310", + "text": "080310 - Fruit, edible; plantains, fresh or dried", + "parent": "0803", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080390", + "text": "080390 - Fruit, edible; bananas, other than plantains, fresh or dried", + "parent": "0803", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0804", + "text": "0804 - Dates, figs, pineapples, avocados, guavas, mangoes and mangosteens; fresh or dried", + "parent": "08", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "080410", + "text": "080410 - Fruit, edible; dates, fresh or dried", + "parent": "0804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080420", + "text": "080420 - Fruit, edible; figs, fresh or dried", + "parent": "0804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080430", + "text": "080430 - Fruit, edible; pineapples, fresh or dried", + "parent": "0804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080440", + "text": "080440 - Fruit, edible; avocados, fresh or dried", + "parent": "0804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080450", + "text": "080450 - Fruit, edible; guavas, mangoes and mangosteens, fresh or dried", + "parent": "0804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0805", + "text": "0805 - Citrus fruit; fresh or dried", + "parent": "08", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "080510", + "text": "080510 - Fruit, edible; oranges, fresh or dried", + "parent": "0805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080520", + "text": "080520 - Fruit, edible; mandarins (including tangerines and satsumas), clementines, wilkings and similar citrus hybrids, fresh or dried", + "parent": "0805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080521", + "text": "080521 - Fruit, edible; mandarins (including tangerines and satsumas), fresh or dried", + "parent": "0805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080522", + "text": "080522 - Fruit, edible; clementines, fresh or dried", + "parent": "0805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080529", + "text": "080529 - Fruit, edible; tangelos, wilkings and similar citrus hybrid, fresh or dried", + "parent": "0805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080530", + "text": "080530 - Lemons and limes, fresh or dried", + "parent": "0805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080540", + "text": "080540 - Fruit, edible; grapefruit and pomelos, fresh or dried", + "parent": "0805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080550", + "text": "080550 - Fruit, edible; lemons (Citrus limon, Citrus limonum), limes (Citrus aurantifolia, Citrus latifolia), fresh or dried", + "parent": "0805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080590", + "text": "080590 - Fruit, edible; citrus fruit n.e.c. in heading no. 0805, fresh or dried", + "parent": "0805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0806", + "text": "0806 - Grapes; fresh or dried", + "parent": "08", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "080610", + "text": "080610 - Fruit, edible; grapes, fresh", + "parent": "0806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080620", + "text": "080620 - Fruit, edible; grapes, dried", + "parent": "0806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0807", + "text": "0807 - Melons (including watermelons) and papaws (papayas); fresh", + "parent": "08", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "080710", + "text": "080710 - Melons (including watermelons), fresh", + "parent": "0807", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080711", + "text": "080711 - Fruit, edible; watermelons, fresh", + "parent": "0807", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080719", + "text": "080719 - Fruit, edible; melons, other than watermelons, fresh", + "parent": "0807", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080720", + "text": "080720 - Fruit, edible; papaws (papayas), fresh", + "parent": "0807", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0808", + "text": "0808 - Apples, pears and quinces; fresh", + "parent": "08", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "080810", + "text": "080810 - Fruit, edible; apples, fresh", + "parent": "0808", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080820", + "text": "080820 - Pears & quinces, fresh", + "parent": "0808", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080830", + "text": "080830 - Fruit, edible; pears, fresh", + "parent": "0808", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080840", + "text": "080840 - Fruit, edible; quinces, fresh", + "parent": "0808", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0809", + "text": "0809 - Apricots, cherries, peaches (including nectarines), plums and sloes, fresh", + "parent": "08", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "080910", + "text": "080910 - Fruit, edible; apricots, fresh", + "parent": "0809", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080920", + "text": "080920 - Cherries, fresh", + "parent": "0809", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080921", + "text": "080921 - Fruit, edible; sour cherries (Prunus cerasus), fresh", + "parent": "0809", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080929", + "text": "080929 - Fruit, edible; cherries, other than sour cherries (Prunus cerasus), fresh", + "parent": "0809", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080930", + "text": "080930 - Fruit, edible; peaches, including nectarines, fresh", + "parent": "0809", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "080940", + "text": "080940 - Fruit, edible; plums and sloes, fresh", + "parent": "0809", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0810", + "text": "0810 - Fruit, fresh; n.e.c. in chapter 08", + "parent": "08", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "081010", + "text": "081010 - Fruit, edible; strawberries, fresh", + "parent": "0810", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "081020", + "text": "081020 - Fruit, edible; raspberries, blackberries, mulberries, and loganberries, fresh", + "parent": "0810", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "081030", + "text": "081030 - Fruit, edible; black, white or red currants and gooseberries, fresh", + "parent": "0810", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "081040", + "text": "081040 - Fruit, edible; cranberries, bilberries and other fruits of the genus vaccinium, fresh", + "parent": "0810", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "081050", + "text": "081050 - Fruit, edible; kiwifruit, fresh", + "parent": "0810", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "081060", + "text": "081060 - Fruit, edible; durians, fresh", + "parent": "0810", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "081070", + "text": "081070 - Fruit, edible; persimmons, fresh", + "parent": "0810", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "081090", + "text": "081090 - Fruit, edible; fruits n.e.c. in heading no. 0801 to 0810, fresh", + "parent": "0810", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0811", + "text": "0811 - Fruit and nuts; uncooked or cooked by steaming or boiling in water, frozen, whether or not containing added sugar or other sweetening matter", + "parent": "08", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "081110", + "text": "081110 - Fruit, edible; strawberries, uncooked or cooked by steaming or boiling in water, frozen, whether or not containing added sugar or other sweetening matter", + "parent": "0811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "081120", + "text": "081120 - Fruit, edible; raspberries, blackberries, mulberries, loganberries, black, white or red currants and gooseberries, uncooked or cooked, whether or not containing added sugar or other sweetening matter", + "parent": "0811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "081190", + "text": "081190 - Fruit, edible; fruit and nuts n.e.c. in heading no. 0811, uncooked or cooked, frozen whether or not containing added sugar or other sweetening matter", + "parent": "0811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0812", + "text": "0812 - Fruit and nuts provisionally preserved, but unsuitable in that state for immediate consumption", + "parent": "08", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "081210", + "text": "081210 - Fruit, edible; cherries, provisionally preserved, but unsuitable in that state for immediate consumption", + "parent": "0812", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "081220", + "text": "081220 - Strawberries provisionally preserved", + "parent": "0812", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "081290", + "text": "081290 - Fruit, edible; fruit and nuts n.e.c. in heading no. 0812, provisionally preserved, but unsuitable in that state for immediate consumption", + "parent": "0812", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0813", + "text": "0813 - Fruit, dried, other than that of heading no. 0801 to 0806; mixtures of nuts or dried fruits of this chapter", + "parent": "08", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "081310", + "text": "081310 - Fruit, edible; apricots, dried", + "parent": "0813", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "081320", + "text": "081320 - Fruit, edible; prunes, dried", + "parent": "0813", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "081330", + "text": "081330 - Fruit, edible; apples, dried", + "parent": "0813", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "081340", + "text": "081340 - Fruit, edible; fruit n.e.c. in heading no. 0812, dried", + "parent": "0813", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "081350", + "text": "081350 - Nuts, edible; mixtures of nuts or dried fruits of chapter 08", + "parent": "0813", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0814", + "text": "0814 - Peel of citrus fruit or melons (including watermelons); fresh, frozen dried or provisionally preserved in brine, in sulphur water or in other preservative solutions", + "parent": "08", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "081400", + "text": "081400 - Peel; of citrus fruit or melons (including watermelons), fresh, frozen, dried or provisionally preserved in brine, in sulphur water and other preservative solutions", + "parent": "0814", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "09", + "text": "09 - Coffee, tea, mate and spices", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "0901", + "text": "0901 - Coffee, whether or not roasted or decaffeinated; husks and skins; coffee substitutes containing coffee in any proportion", + "parent": "09", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "090111", + "text": "090111 - Coffee; not roasted or decaffeinated", + "parent": "0901", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090112", + "text": "090112 - Coffee; decaffeinated, not roasted", + "parent": "0901", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090121", + "text": "090121 - Coffee; roasted, not decaffeinated", + "parent": "0901", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090122", + "text": "090122 - Coffee; roasted, decaffeinated", + "parent": "0901", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090130", + "text": "090130 - Coffee husks and skins", + "parent": "0901", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090140", + "text": "090140 - Coffee substitutes containing coffee", + "parent": "0901", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090190", + "text": "090190 - Coffee; husks and skins, coffee substitutes containing coffee in any proportion", + "parent": "0901", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0902", + "text": "0902 - Tea", + "parent": "09", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "090210", + "text": "090210 - Tea, green; (not fermented), in immediate packings of a content not exceeding 3kg", + "parent": "0902", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090220", + "text": "090220 - Tea, green; (not fermented), in immediate packings of a content exceeding 3kg", + "parent": "0902", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090230", + "text": "090230 - Tea, black; (fermented) and partly fermented tea, in immediate packings of a content not exceeding 3kg", + "parent": "0902", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090240", + "text": "090240 - Tea, black; (fermented) and partly fermented tea, in immediate packings of a content exceeding 3kg", + "parent": "0902", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0903", + "text": "0903 - Mate", + "parent": "09", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "090300", + "text": "090300 - Mate", + "parent": "0903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0904", + "text": "0904 - Pepper of the genus piper; dried or crushed or ground fruits of the genus capsicum or of the genus pimenta", + "parent": "09", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "090411", + "text": "090411 - Spices; pepper (of the genus piper), neither crushed nor ground", + "parent": "0904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090412", + "text": "090412 - Spices; pepper (of the genus piper), crushed or ground", + "parent": "0904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090420", + "text": "090420 - Fruits of the genera Capsicum/Pimenta, dried/crushed/ground", + "parent": "0904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090421", + "text": "090421 - Spices; fruits of the genus Capsicum or Pimenta, dried, neither crushed nor ground", + "parent": "0904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090422", + "text": "090422 - Spices; fruits of the genus Capsicum or Pimenta, crushed or ground", + "parent": "0904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0905", + "text": "0905 - Vanilla", + "parent": "09", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "090500", + "text": "090500 - Vanilla", + "parent": "0905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090510", + "text": "090510 - Spices; vanilla, neither crushed nor ground", + "parent": "0905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090520", + "text": "090520 - Spices; vanilla, crushed or ground", + "parent": "0905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0906", + "text": "0906 - Cinnamon and cinnamon-tree flowers", + "parent": "09", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "090610", + "text": "090610 - Cinnamon and cinnamon-tree flowers whole", + "parent": "0906", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090611", + "text": "090611 - Spices; cinnamon (Cinnamomum zeylanicum Blume), neither crushed nor ground", + "parent": "0906", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090619", + "text": "090619 - Spices; cinnamon and cinnamon-tree flowers, other than cinnamon (Cinnamomum zeylanicum Blume), neither crushed nor ground", + "parent": "0906", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090620", + "text": "090620 - Spices; cinnamon and cinnamon-tree flowers, crushed or ground", + "parent": "0906", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0907", + "text": "0907 - Cloves (whole fruit, cloves and stems)", + "parent": "09", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "090700", + "text": "090700 - Cloves (whole fruit, cloves & stems)", + "parent": "0907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090710", + "text": "090710 - Spices; cloves (whole fruit, cloves and stems), neither crushed nor ground", + "parent": "0907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090720", + "text": "090720 - Spices; cloves (whole fruit, cloves and stems), crushed or ground", + "parent": "0907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0908", + "text": "0908 - Nutmeg, mace and cardamoms", + "parent": "09", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "090810", + "text": "090810 - Nutmeg", + "parent": "0908", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090811", + "text": "090811 - Spices; nutmeg, neither crushed nor ground", + "parent": "0908", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090812", + "text": "090812 - Spices; nutmeg, crushed or ground", + "parent": "0908", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090820", + "text": "090820 - Mace", + "parent": "0908", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090821", + "text": "090821 - Spices; mace, neither crushed nor ground", + "parent": "0908", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090822", + "text": "090822 - Spices; mace, crushed or ground", + "parent": "0908", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090830", + "text": "090830 - Cardamoms", + "parent": "0908", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090831", + "text": "090831 - Spices; cardamoms, neither crushed nor ground", + "parent": "0908", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090832", + "text": "090832 - Spices; cardamoms, crushed or ground", + "parent": "0908", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0909", + "text": "0909 - Seeds of anise, badian, fennel, coriander, cumin, caraway or juniper", + "parent": "09", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "090910", + "text": "090910 - Seeds of anise/badian", + "parent": "0909", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090920", + "text": "090920 - Seeds of coriander", + "parent": "0909", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090921", + "text": "090921 - Spices; coriander seeds, neither crushed nor ground", + "parent": "0909", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090922", + "text": "090922 - Spices; coriander seeds, crushed or ground", + "parent": "0909", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090930", + "text": "090930 - Seeds of cumin", + "parent": "0909", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090931", + "text": "090931 - Spices; cumin seeds, neither crushed nor ground", + "parent": "0909", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090932", + "text": "090932 - Spices; cumin seeds, crushed or ground", + "parent": "0909", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090940", + "text": "090940 - Seeds of caraway", + "parent": "0909", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090950", + "text": "090950 - Seeds of fennel; juniper berries", + "parent": "0909", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090961", + "text": "090961 - Spices; seeds of anise, badian, caraway or fennel; juniper berries, neither crushed nor ground", + "parent": "0909", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "090962", + "text": "090962 - Spices; seeds of anise, badian, caraway or fennel; juniper berries, crushed or ground", + "parent": "0909", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "0910", + "text": "0910 - Ginger, saffron, tumeric (curcuma), thyme, bay leaves, curry and other spices", + "parent": "09", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "091010", + "text": "091010 - Ginger", + "parent": "0910", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "091011", + "text": "091011 - Spices; ginger, neither crushed nor ground", + "parent": "0910", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "091012", + "text": "091012 - Spices; ginger, crushed or ground", + "parent": "0910", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "091020", + "text": "091020 - Spices; saffron", + "parent": "0910", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "091030", + "text": "091030 - Spices; turmeric (curcuma)", + "parent": "0910", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "091040", + "text": "091040 - Thyme and bay leaves", + "parent": "0910", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "091050", + "text": "091050 - Curry", + "parent": "0910", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "091091", + "text": "091091 - Spices; mixtures of 2 or more products of different headings", + "parent": "0910", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "091099", + "text": "091099 - Spices; n.e.c. in heading no. 0910", + "parent": "0910", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "10", + "text": "10 - Cereals", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "1001", + "text": "1001 - Wheat and meslin", + "parent": "10", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "100110", + "text": "100110 - Durum wheat", + "parent": "1001", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "100111", + "text": "100111 - Cereals; wheat and meslin, durum wheat, seed", + "parent": "1001", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "100119", + "text": "100119 - Cereals; wheat and meslin, durum wheat, other than seed", + "parent": "1001", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "100190", + "text": "100190 - Wheat other than durum wheat; meslin", + "parent": "1001", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "100191", + "text": "100191 - Cereals; wheat and meslin, other than durum wheat, seed", + "parent": "1001", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "100199", + "text": "100199 - Cereals; wheat and meslin, other than durum wheat, other than seed", + "parent": "1001", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1002", + "text": "1002 - Rye", + "parent": "10", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "100200", + "text": "100200 - Rye", + "parent": "1002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "100210", + "text": "100210 - Cereals; rye, seed", + "parent": "1002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "100290", + "text": "100290 - Cereals; rye, other than seed", + "parent": "1002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1003", + "text": "1003 - Barley", + "parent": "10", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "100300", + "text": "100300 - Barley", + "parent": "1003", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "100310", + "text": "100310 - Cereals; barley, seed", + "parent": "1003", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "100390", + "text": "100390 - Cereals; barley, other than seed", + "parent": "1003", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1004", + "text": "1004 - Oats", + "parent": "10", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "100400", + "text": "100400 - Oats", + "parent": "1004", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "100410", + "text": "100410 - Cereals; oats, seeds", + "parent": "1004", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "100490", + "text": "100490 - Cereals; oats, other than seed", + "parent": "1004", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1005", + "text": "1005 - Maize (corn)", + "parent": "10", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "100510", + "text": "100510 - Cereals; maize (corn), seed", + "parent": "1005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "100590", + "text": "100590 - Cereals; maize (corn), other than seed", + "parent": "1005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1006", + "text": "1006 - Rice", + "parent": "10", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "100610", + "text": "100610 - Cereals; rice in the husk (paddy or rough)", + "parent": "1006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "100620", + "text": "100620 - Cereals; husked (brown) rice", + "parent": "1006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "100630", + "text": "100630 - Cereals; rice, semi-milled or wholly milled, whether or not polished or glazed", + "parent": "1006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "100640", + "text": "100640 - Cereals; rice, broken", + "parent": "1006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1007", + "text": "1007 - Grain sorghum", + "parent": "10", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "100700", + "text": "100700 - Grain sorghum", + "parent": "1007", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "100710", + "text": "100710 - Cereals; grain sorghum, seed", + "parent": "1007", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "100790", + "text": "100790 - Cereals; grain sorghum, other than seed", + "parent": "1007", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1008", + "text": "1008 - Buckwheat, millet and canary seeds; other cereals", + "parent": "10", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "100810", + "text": "100810 - Cereals; buckwheat", + "parent": "1008", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "100820", + "text": "100820 - Millet", + "parent": "1008", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "100821", + "text": "100821 - Cereals; millet, seed", + "parent": "1008", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "100829", + "text": "100829 - Cereals; millet, other than seed", + "parent": "1008", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "100830", + "text": "100830 - Cereals; canary seeds", + "parent": "1008", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "100840", + "text": "100840 - Cereals; fonio (Digitaria spp.)", + "parent": "1008", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "100850", + "text": "100850 - Cereals; quinoa (Chenopodium quinoa)", + "parent": "1008", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "100860", + "text": "100860 - Cereals; triticale", + "parent": "1008", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "100890", + "text": "100890 - Cereals; n.e.c. in chapter 10", + "parent": "1008", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "11", + "text": "11 - Products of the milling industry; malt, starches, inulin, wheat gluten", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "1101", + "text": "1101 - Wheat or meslin flour", + "parent": "11", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "110100", + "text": "110100 - Wheat or meslin flour", + "parent": "1101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1102", + "text": "1102 - Cereal flours; other than of wheat or meslin", + "parent": "11", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "110210", + "text": "110210 - Rye flour", + "parent": "1102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "110220", + "text": "110220 - Cereal flour; of maize (corn)", + "parent": "1102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "110230", + "text": "110230 - Rice flour", + "parent": "1102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "110290", + "text": "110290 - Cereal flours; other than wheat, meslin, and maize (corn)", + "parent": "1102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1103", + "text": "1103 - Cereal groats; meal and pellets", + "parent": "11", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "110311", + "text": "110311 - Cereal groats and meal; of wheat", + "parent": "1103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "110312", + "text": "110312 - Oat groats or meal", + "parent": "1103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "110313", + "text": "110313 - Cereal groats and meal; of maize (corn)", + "parent": "1103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "110314", + "text": "110314 - Rice groats or meal", + "parent": "1103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "110319", + "text": "110319 - Cereal groats and meal; n.e.c. in heading no. 1103", + "parent": "1103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "110320", + "text": "110320 - Cereal pellets", + "parent": "1103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "110321", + "text": "110321 - Wheat pellets", + "parent": "1103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "110329", + "text": "110329 - Cereal pellets except wheat", + "parent": "1103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1104", + "text": "1104 - Cereal grains otherwise worked (e.g. hulled, rolled, flaked, pearled, sliced or kibbled) except rice of heading no. 1006; germ of cereals whole, rolled, flaked or ground", + "parent": "11", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "110411", + "text": "110411 - Barley, rolled or flaked grains", + "parent": "1104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "110412", + "text": "110412 - Cereal grains; rolled or flaked, of oats", + "parent": "1104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "110419", + "text": "110419 - Cereal grains; rolled or flaked, other than oats", + "parent": "1104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "110421", + "text": "110421 - Barley, hulled, pearled, sliced or kibbled", + "parent": "1104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "110422", + "text": "110422 - Cereal grains; worked (e.g. hulled, pearled, sliced or kibbled) of oats", + "parent": "1104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "110423", + "text": "110423 - Cereal grains; worked (e.g. hulled, pearled, sliced or kibbled) of maize (corn)", + "parent": "1104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "110429", + "text": "110429 - Cereal grains; worked, other than rolled or flaked (e.g. Hulled, pearled, sliced or kibbled) of cereals, excluding oats and maize, and rice of heading no.1006", + "parent": "1104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "110430", + "text": "110430 - Cereal; germ of cereals, whole, rolled, flaked or ground", + "parent": "1104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1105", + "text": "1105 - Flour, meal, powder, flakes, granules and pellets of potatoes", + "parent": "11", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "110510", + "text": "110510 - Flour, meal and powder; of potatoes", + "parent": "1105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "110520", + "text": "110520 - Flakes, granules and pellets; of potatoes", + "parent": "1105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1106", + "text": "1106 - Flour, meal and powder; of the dried leguminous vegetables of heading no. 0713, of sago or of roots or tubers of heading no. 0714 or of the products of chapter 8", + "parent": "11", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "110610", + "text": "110610 - Flour, meal and powder; of the dried leguminous vegetables of heading no. 0713", + "parent": "1106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "110620", + "text": "110620 - Flour, meal and powder; of sago or of roots or tubers of heading no. 0714", + "parent": "1106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "110630", + "text": "110630 - Flour, meal and powder; of the products of chapter 8", + "parent": "1106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1107", + "text": "1107 - Malt; whether or not roasted", + "parent": "11", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "110710", + "text": "110710 - Malt; not roasted", + "parent": "1107", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "110720", + "text": "110720 - Malt; roasted", + "parent": "1107", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1108", + "text": "1108 - Starches; inulin", + "parent": "11", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "110811", + "text": "110811 - Starch; wheat", + "parent": "1108", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "110812", + "text": "110812 - Starch; maize (corn) starch", + "parent": "1108", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "110813", + "text": "110813 - Starch; potato", + "parent": "1108", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "110814", + "text": "110814 - Starch; manioc (cassava)", + "parent": "1108", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "110819", + "text": "110819 - Starch; n.e.c. in item no. 1108.11 to 1108.14", + "parent": "1108", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "110820", + "text": "110820 - Inulin", + "parent": "1108", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1109", + "text": "1109 - Wheat gluten; whether or not dried", + "parent": "11", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "110900", + "text": "110900 - Wheat gluten; whether or not dried", + "parent": "1109", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "12", + "text": "12 - Oil seeds and oleaginous fruits; miscellaneous grains, seeds and fruit, industrial or medicinal plants; straw and fodder", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "1201", + "text": "1201 - Soya beans, whether or not broken", + "parent": "12", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "120100", + "text": "120100 - Soya beans, whether/not broken", + "parent": "1201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "120110", + "text": "120110 - Soya beans; seed, whether or not broken", + "parent": "1201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "120190", + "text": "120190 - Soya beans; other than seed, whether or not broken", + "parent": "1201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1202", + "text": "1202 - Ground-nuts; not roasted or otherwise cooked, whether or not shelled or broken", + "parent": "12", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "120210", + "text": "120210 - Ground-nuts, not roasted/othw. cooked, in shell", + "parent": "1202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "120220", + "text": "120220 - Ground-nuts, not roasted/othw. cooked, shelled, whether/not broken", + "parent": "1202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "120230", + "text": "120230 - Ground-nuts; seed, not roasted or otherwise cooked, whether or not shelled or broken", + "parent": "1202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "120241", + "text": "120241 - Ground-nuts; other than seed, not roasted or otherwise cooked, in shell", + "parent": "1202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "120242", + "text": "120242 - Ground-nuts; other than seed, not roasted or otherwise cooked, shelled, whether or not broken,", + "parent": "1202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1203", + "text": "1203 - Copra", + "parent": "12", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "120300", + "text": "120300 - Copra", + "parent": "1203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1204", + "text": "1204 - Oil seeds; linseed, whether or not broken", + "parent": "12", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "120400", + "text": "120400 - Oil seeds; linseed, whether or not broken", + "parent": "1204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1205", + "text": "1205 - Rape or colza seeds; whether or not broken", + "parent": "12", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "120500", + "text": "120500 - Rape or colza seeds", + "parent": "1205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "120510", + "text": "120510 - Oil seeds; low erucic acid rape or colza seeds, whether or not broken", + "parent": "1205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "120590", + "text": "120590 - Oil seeds; rape or colza seeds, other than low erucic, whether or not broken", + "parent": "1205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1206", + "text": "1206 - Sunflower seeds; whether or not broken", + "parent": "12", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "120600", + "text": "120600 - Oil seeds; sunflower seeds, whether or not broken", + "parent": "1206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1207", + "text": "1207 - Oil seeds and oleaginous fruits, n.e.c. in chapter 12; whether or not broken", + "parent": "12", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "120710", + "text": "120710 - Oil seeds; palm nuts and kernels, whether or not broken", + "parent": "1207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "120720", + "text": "120720 - Cotton seeds, whether/not broken", + "parent": "1207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "120721", + "text": "120721 - Oil seeds; cotton seeds, seed, whether or not broken", + "parent": "1207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "120729", + "text": "120729 - Oil seeds; cotton seeds, other than seed, whether or not broken", + "parent": "1207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "120730", + "text": "120730 - Oil seeds; castor oil seeds, whether or not broken", + "parent": "1207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "120740", + "text": "120740 - Oil seeds; sesamum seeds, whether or not broken", + "parent": "1207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "120750", + "text": "120750 - Oil seeds; mustard seeds, whether or not broken", + "parent": "1207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "120760", + "text": "120760 - Oil seeds; safflower (Carthamus tinctorius) seeds, whether or not broken", + "parent": "1207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "120770", + "text": "120770 - Oil seeds; melon seeds, whether or not broken", + "parent": "1207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "120791", + "text": "120791 - Oil seeds; poppy seeds, whether or not broken", + "parent": "1207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "120792", + "text": "120792 - Shea nuts (karite nuts)", + "parent": "1207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "120799", + "text": "120799 - Oil seeds and oleaginous fruits; n.e.c. in heading no. 1207, whether or not broken", + "parent": "1207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1208", + "text": "1208 - Flours and meals of oil seeds or oleaginous fruits; other than those of mustard", + "parent": "12", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "120810", + "text": "120810 - Flours and meals; of soya beans", + "parent": "1208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "120890", + "text": "120890 - Flours and meals of oil seeds or oleaginous fruits; excluding soya beans and mustard seeds", + "parent": "1208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1209", + "text": "1209 - Seeds, fruit and spores; of a kind used for sowing", + "parent": "12", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "120910", + "text": "120910 - Seed; sugar beet seeds, of a kind used for sowing", + "parent": "1209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "120911", + "text": "120911 - Seed, sugar beet, for sowing", + "parent": "1209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "120919", + "text": "120919 - Seed, beet, except sugar, for sowing", + "parent": "1209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "120921", + "text": "120921 - Seeds of forage plants; lucerne (alfalfa) seeds, of a kind used for sowing", + "parent": "1209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "120922", + "text": "120922 - Seeds of forage plants; clover (Trifolium spp.) seeds, of a kind used for sowing", + "parent": "1209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "120923", + "text": "120923 - Seeds of forage plants; fescue seeds, of a kind used for sowing", + "parent": "1209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "120924", + "text": "120924 - Seeds of forage plants; Kentucky blue grass (Poa pratensis L.) seeds, of a kind used for sowing", + "parent": "1209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "120925", + "text": "120925 - Seeds of forage plants; rye grass (Lolium multiflorum Lam., Lolium perenne L.) seeds, of a kind used for sowing", + "parent": "1209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "120926", + "text": "120926 - Seed, Timothy grass, for sowing", + "parent": "1209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "120929", + "text": "120929 - Seeds of forage plants; other than lucerne, clover, fescue, Kentucky blue grass, and rye grass seeds, of a kind used for sowing", + "parent": "1209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "120930", + "text": "120930 - Seeds of herbaceous plants; cultivated principally for their flowers, of a kind used for sowing", + "parent": "1209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "120991", + "text": "120991 - Seeds; vegetable seeds, of a kind used for sowing", + "parent": "1209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "120999", + "text": "120999 - Seeds; n.e.c. in heading 1209, of a kind used for sowing", + "parent": "1209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1210", + "text": "1210 - Hop cones, fresh or dried, whether or not ground, powdered or in the form of pellets; lupulin", + "parent": "12", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "121010", + "text": "121010 - Hop cones; neither ground nor powdered nor in the form of pellets", + "parent": "1210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "121020", + "text": "121020 - Hop cones; ground, powdered or in the form of pellets; lupulin", + "parent": "1210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1211", + "text": "1211 - Plants and parts of plants (including seeds and fruits), of a kind used primarily in perfumery, in pharmacy or for insecticidal, fungicidal or similar purposes, fresh, chilled, frozen or dried, whether or not cut, crushed or powdered", + "parent": "12", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "121110", + "text": "121110 - Liquorice roots", + "parent": "1211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "121120", + "text": "121120 - Ginseng roots, of a kind used primarily in perfumery, in pharmacy or for insecticidal, fungicidal or similar purposes, fresh, chilled, frozen or dried, whether or not cut, crushed or powdered", + "parent": "1211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "121130", + "text": "121130 - Coca leaf; of a kind used primarily in perfumery, in pharmacy or for insecticidal, fungicidal or similar purposes, fresh, chilled, frozen or dried, whether or not cut, crushed or powdered", + "parent": "1211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "121140", + "text": "121140 - Poppy straw; of a kind used primarily in perfumery, in pharmacy or for insecticidal, fungicidal or similar purposes, fresh, chilled, frozen or dried, whether or not cut, crushed or powdered", + "parent": "1211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "121150", + "text": "121150 - Ephedra, of a kind used primarily in perfumery, in pharmacy or for insecticidal, fungicidal or similar purposes, fresh, chilled, frozen or dried, whether or not cut, crushed or powdered", + "parent": "1211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "121160", + "text": "121160 - Bark of African cherry (Prunus africana); of a kind used primarily in perfumery, in pharmacy or for insecticidal, fungicidal or similar purposes, fresh, chilled, frozen or dried, whether or not cut, crushed or powdered", + "parent": "1211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "121190", + "text": "121190 - Plants and parts (including seeds and fruits) n.e.c. in heading no. 1211, of a kind used primarily in perfumery, in pharmacy or for insecticidal, fungicidal or similar purposes, fresh, chilled, frozen or dried, whether or not cut, crushed or powdered", + "parent": "1211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1212", + "text": "1212 - Locust beans, seaweeds and other algae, sugar beet, sugar cane, fresh, chilled, frozen or dried, whether or not ground; fruit stones, kernels and other vegetable products (including unroasted chicory roots) used primarily for human consumption, n.e.c.", + "parent": "12", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "121210", + "text": "121210 - Locust beans, locust seeds", + "parent": "1212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "121220", + "text": "121220 - Seaweeds & other algae, fresh/chilled/frozen/dried, whether/not ground", + "parent": "1212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "121221", + "text": "121221 - Seaweeds and other algae; fit for human consumption, fresh, chilled, frozen or dried, whether or not ground", + "parent": "1212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "121229", + "text": "121229 - Seaweeds and other algae; not fit for human consumption, fresh, chilled, frozen or dried, whether or not ground", + "parent": "1212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "121230", + "text": "121230 - Apricot, peach and plum stones & kernels, human food", + "parent": "1212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "121291", + "text": "121291 - Sugar beet; fit for human consumption, fresh, chilled, frozen or dried, whether or not ground", + "parent": "1212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "121292", + "text": "121292 - Locust beans (carob); fit for human consumption, fresh, chilled, frozen or dried, whether or not ground", + "parent": "1212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "121293", + "text": "121293 - Sugar cane; fit for human consumption, fresh, chilled, frozen or dried, whether or not ground", + "parent": "1212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "121294", + "text": "121294 - Chicory roots (Chicorium intybus sativum); fit for human consumption, fresh, chilled, frozen or dried, whether or not ground", + "parent": "1212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "121299", + "text": "121299 - Vegetable products; fit for human consumption, n.e.c. in heading no. 1212, fresh, chilled, frozen or dried, whether or not ground", + "parent": "1212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1213", + "text": "1213 - Cereal straw and husks, unprepared; whether or not chopped, ground, pressed or in the form of pellets", + "parent": "12", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "121300", + "text": "121300 - Cereal straw and husks; unprepared, whether or not chopped, ground, pressed or in the form of pellets", + "parent": "1213", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1214", + "text": "1214 - Swedes, mangolds, fodder roots, hay, lucerne (alfalfa), clover, sainfoin, forage kale, lupines, vetches and similar forage products, whether or not in the form of pellets", + "parent": "12", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "121410", + "text": "121410 - Lucerne (alfalfa) meal and pellets", + "parent": "1214", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "121490", + "text": "121490 - Forage products including swedes, mangolds, fodder roots, hay, sainfoin, clover, forage kale, lupines, vetches etc., pelletised or otherwise", + "parent": "1214", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "13", + "text": "13 - Lac; gums, resins and other vegetable saps and extracts", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "1301", + "text": "1301 - Lac; natural gums, resins, gum-resins and oleoresins (for example, balsams)", + "parent": "13", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "130110", + "text": "130110 - Lac", + "parent": "1301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "130120", + "text": "130120 - Gum Arabic", + "parent": "1301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "130190", + "text": "130190 - Natural gums, resins, gum-resins and oleoresins, n.e.c. in heading no. 1301", + "parent": "1301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1302", + "text": "1302 - Vegetable saps and extracts; pectic substances, pectinates and pectates; agar-agar and other mucilages and thickeners, whether or not modified, derived from vegetable products", + "parent": "13", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "130211", + "text": "130211 - Vegetable saps and extracts; opium", + "parent": "1302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "130212", + "text": "130212 - Vegetable saps and extracts; of liquorice", + "parent": "1302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "130213", + "text": "130213 - Vegetable saps and extracts; of hops", + "parent": "1302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "130214", + "text": "130214 - Vegetable saps and extracts; of ephedra", + "parent": "1302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "130219", + "text": "130219 - Vegetable saps and extracts; n.e.c. in item no. 1302.1", + "parent": "1302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "130220", + "text": "130220 - Pectic substances; pectinates and pectates", + "parent": "1302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "130231", + "text": "130231 - Mucilages and thickeners; agar-agar, whether or not modified, derived from vegetable products", + "parent": "1302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "130232", + "text": "130232 - Mucilages and thickeners; whether or not modified, derived from locust beans, locust bean seeds or guar seeds", + "parent": "1302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "130239", + "text": "130239 - Mucilages and thickeners; whether or not modified, derived from vegetable products, n.e.c. in item no. 1302.3", + "parent": "1302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "14", + "text": "14 - Vegetable plaiting materials; vegetable products not elsewhere specified or included", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "1401", + "text": "1401 - Vegetable materials of a kind used primarily for plaiting; (e.g. bamboos, rattans, reeds, rushes, osier, raffia, cleaned, bleached or dyed cereal straw and lime bark)", + "parent": "14", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "140110", + "text": "140110 - Bamboo used primarily for plaiting", + "parent": "1401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "140120", + "text": "140120 - Rattans used primarily for plaiting", + "parent": "1401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "140190", + "text": "140190 - Vegetable materials of a kind used primarily for plaiting; n.e.c. in heading no. 1401", + "parent": "1401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1402", + "text": "1402 - Vegetable material for stuffing or padding", + "parent": "14", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "140200", + "text": "140200 - Vegetable mats. of a kind used primarily as stuffing/as padding (e.g., kapo ...", + "parent": "1402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "140210", + "text": "140210 - Kapok", + "parent": "1402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "140290", + "text": "140290 - Veg mat nes usd as stuff", + "parent": "1402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "140291", + "text": "140291 - Vegetable hair used as stuffing or padding", + "parent": "1402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "140299", + "text": "140299 - Vegetable material nes used as stuffing", + "parent": "1402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1403", + "text": "1403 - Vegetable material for brooms and brushes", + "parent": "14", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "140300", + "text": "140300 - Vegetable mats. of a kind used primarily in brooms/brushes (e.g., broomcorn ...", + "parent": "1403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "140310", + "text": "140310 - Broom corn used in brooms or brushes", + "parent": "1403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "140390", + "text": "140390 - Vegetable material nes used in brooms or brushes", + "parent": "1403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1404", + "text": "1404 - Vegetable products not elsewhere specified or included", + "parent": "14", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "140410", + "text": "140410 - Raw vegetable materials for dyeing or tanning", + "parent": "1404", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "140420", + "text": "140420 - Vegetable products; cotton linters", + "parent": "1404", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "140490", + "text": "140490 - Vegetable products; n.e.c. in chapter 14", + "parent": "1404", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "15", + "text": "15 - Animal, vegetable or microbial fats and oils and their cleavage products; prepared edible fats; animal or vegetable waxes", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "1501", + "text": "1501 - Pig fat (including lard) and poultry fat, other than that of heading 0209 or 1503", + "parent": "15", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "150100", + "text": "150100 - Pig fat, incl. lard, & poultry fat, other than of 02.09/15.03", + "parent": "1501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "150110", + "text": "150110 - Pig fat; lard, other than that of heading 0209 and 1503", + "parent": "1501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "150120", + "text": "150120 - Pig fat; not lard, other than that of heading 0209 or 1503", + "parent": "1501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "150190", + "text": "150190 - Poultry fat; other than that of heading 0209 or 1503", + "parent": "1501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1502", + "text": "1502 - Fats of bovine animals, sheep or goats, other than those of heading 1503", + "parent": "15", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "150200", + "text": "150200 - Fats of bovine animals/sheep/goats, other than of 15.03", + "parent": "1502", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "150210", + "text": "150210 - Tallow; other than those of heading 1503", + "parent": "1502", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "150290", + "text": "150290 - Fats of bovine animals, sheep or goats; excluding tallow, and other than those of heading 1503", + "parent": "1502", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1503", + "text": "1503 - Lard stearin, lard oil, oleostearin, oleo-oil and tallow oil; not emulsified or mixed or otherwise prepared", + "parent": "15", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "150300", + "text": "150300 - Lard stearin, lard oil, oleostearin, oleo-oil and tallow oil; not emulsified or mixed or otherwise prepared", + "parent": "1503", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1504", + "text": "1504 - Fats and oils and their fractions of fish or marine mammals; whether or not refined, but not chemically modified", + "parent": "15", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "150410", + "text": "150410 - Oils of fish; fish-liver oils and their fractions, whether or not refined, but not chemically modified", + "parent": "1504", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "150420", + "text": "150420 - Fats and oils and their fractions; of fish, (excluding liver-oils)", + "parent": "1504", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "150430", + "text": "150430 - Fats and oils and their fractions; of marine mammals", + "parent": "1504", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1505", + "text": "1505 - Wool grease and fatty substances derived therefrom (including lanolin)", + "parent": "15", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "150500", + "text": "150500 - Wool grease and fatty substances derived therefrom (including lanolin)", + "parent": "1505", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "150510", + "text": "150510 - Wool grease, crude", + "parent": "1505", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "150590", + "text": "150590 - Derivatives of wool grease (including lanolin)", + "parent": "1505", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1506", + "text": "1506 - Animal fats and oils and their fractions; whether or not refined, but not chemically modified, n.e.c. in chapter 15", + "parent": "15", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "150600", + "text": "150600 - Animal fats and oils and their fractions; whether or not refined, but not chemically modified, n.e.c. in chapter 15", + "parent": "1506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1507", + "text": "1507 - Soya-bean oil and its fractions; whether or not refined, but not chemically modified", + "parent": "15", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "150710", + "text": "150710 - Vegetable oils; soya-bean oil and its fractions, crude, whether or not degummed, not chemically modified", + "parent": "1507", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "150790", + "text": "150790 - Vegetable oils; soya-bean oil and its fractions, other than crude, whether or not refined, but not chemically modified", + "parent": "1507", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1508", + "text": "1508 - Ground nut oil and its fractions; whether or not refined, but not chemically modified", + "parent": "15", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "150810", + "text": "150810 - Vegetable oils; ground-nut oil and its fractions, crude, not chemically modified", + "parent": "1508", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "150890", + "text": "150890 - Vegetable oils; ground-nut oil and its fractions, other than crude, whether or not refined, but not chemically modified", + "parent": "1508", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1509", + "text": "1509 - Olive oil and its fractions; whether or not refined, but not chemically modified", + "parent": "15", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "150910", + "text": "150910 - Vegetable oils; olive oil and its fractions, virgin, whether or not refined, but not chemically modified", + "parent": "1509", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "150920", + "text": "150920 - Vegetable oils; olive oil and its fractions, extra virgin olive oil, whether or not refined, but not chemically modified", + "parent": "1509", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "150930", + "text": "150930 - Vegetable oils; olive oil and its fractions, virgin olive oil, whether or not refined, but not chemically modified", + "parent": "1509", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "150940", + "text": "150940 - Vegetable oils; olive oil and its fractions, virgin olive oils n.e.c. in heading 1509, whether or not refined, but not chemically modified", + "parent": "1509", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "150990", + "text": "150990 - Vegetable oils; olive oil and its fractions, other than virgin, whether or not refined, but not chemically modified", + "parent": "1509", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1510", + "text": "1510 - Vegetable oils; oils and their fractions n.e.c. in chapter 15, obtained solely from olives, whether or not refined, but not chemically modified, including blends of these oils or fractions with oils or fractions of heading no. 1509", + "parent": "15", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "151000", + "text": "151000 - Vegetable oils; oils and their fractions n.e.c. in chapter 15, obtained solely from olives, whether or not refined, but not chemically modified, including blends of these oils or fractions with oils or fractions of heading no. 1509", + "parent": "1510", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "151010", + "text": "151010 - Vegetable oils; crude olive pomace oil and their fractions, obtained solely from olives, whether or not refined, but not chemically modified", + "parent": "1510", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "151090", + "text": "151090 - Vegetable oils; oils and their fractions n.e.c. in heading 1510, obtained solely from olives, whether or not refined, but not chemically modified, including blends of these oils or fractions with oils or fractions of heading no. 1509", + "parent": "1510", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1511", + "text": "1511 - Palm oil and its fractions; whether or not refined, but not chemically modified", + "parent": "15", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "151110", + "text": "151110 - Vegetable oils; palm oil and its fractions, crude, not chemically modified", + "parent": "1511", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "151190", + "text": "151190 - Vegetable oils; palm oil and its fractions, other than crude, whether or not refined, but not chemically modified", + "parent": "1511", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1512", + "text": "1512 - Sun-flower seed, safflower or cotton-seed oil and their fractions; whether or not refined, but not chemically modified", + "parent": "15", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "151211", + "text": "151211 - Vegetable oils; sunflower seed or safflower oil and their fractions, crude, not chemically modified", + "parent": "1512", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "151219", + "text": "151219 - Vegetable oils; sunflower seed or safflower oil and their fractions, other than crude, whether or not refined, but not chemically modified", + "parent": "1512", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "151221", + "text": "151221 - Vegetable oils; cotton-seed oil and its fractions; crude, whether or not gossypol has been removed, not chemically modified", + "parent": "1512", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "151229", + "text": "151229 - Vegetable oils; cotton-seed oil and its fractions, other than crude, whether or not refined, but not chemically modified", + "parent": "1512", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1513", + "text": "1513 - Coconut (copra), palm kernel or babassu oil and their fractions; whether or not refined but not chemically modified", + "parent": "15", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "151311", + "text": "151311 - Vegetable oils; coconut (copra) oil and its fractions, crude, not chemically modified", + "parent": "1513", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "151319", + "text": "151319 - Vegetable oils; coconut (copra) oil and its fractions, other than crude, whether or not refined, but not chemically modified", + "parent": "1513", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "151321", + "text": "151321 - Vegetable oils; palm kernel or babassu oil and their fractions, crude, not chemically modified", + "parent": "1513", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "151329", + "text": "151329 - Vegetable oils; palm kernel or babassu oil and their fractions, other than crude, whether or not refined, but not chemically modified", + "parent": "1513", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1514", + "text": "1514 - Rape, colza or mustard oil and their fractions; whether or not refined, but not chemically modified", + "parent": "15", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "151410", + "text": "151410 - Canola, rape, colza or mustard oil, crude", + "parent": "1514", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "151411", + "text": "151411 - Vegetable oils; low erucic acid rape or colza oil and its fractions, crude", + "parent": "1514", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "151419", + "text": "151419 - Vegetable oils; low erucic acid rape or colza oil and its fractions, other than crude, but not chemically modified", + "parent": "1514", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "151490", + "text": "151490 - Canola, rape, colza or mustard oil, fractions, refine", + "parent": "1514", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "151491", + "text": "151491 - Vegetable oils; excluding low erucic acid rape or colza oil and its fractions, crude", + "parent": "1514", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "151499", + "text": "151499 - Vegetable oils; excluding low erucic acid rape or colza oil and its fractions, other than crude, but not chemically modified", + "parent": "1514", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1515", + "text": "1515 - Fixed vegetable or microbial fats and oils n.e.c. in chapter 15 (including jojoba oil) and their fractions, whether or not refined, but not chemically modified", + "parent": "15", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "151511", + "text": "151511 - Vegetable oils; linseed oil and its fractions, crude, not chemically modified", + "parent": "1515", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "151519", + "text": "151519 - Vegetable oils; linseed oil and its fractions, other than crude, whether or not refined, but not chemically modified", + "parent": "1515", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "151521", + "text": "151521 - Vegetable oils; maize (corn) oil and its fractions, crude, not chemically modified", + "parent": "1515", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "151529", + "text": "151529 - Vegetable oils; maize (corn) oil and its fractions, other than crude, whether or not refined, but not chemically modified", + "parent": "1515", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "151530", + "text": "151530 - Vegetable oils; castor oil and its fractions, whether or not refined, but not chemically modified", + "parent": "1515", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "151540", + "text": "151540 - Tung oil or fractions not chemically modified", + "parent": "1515", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "151550", + "text": "151550 - Vegetable oils; sesame oil and its fractions, whether or not refined, but not chemically modified", + "parent": "1515", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "151560", + "text": "151560 - Vegetable oils; microbial fats and oils and their fractions, whether or not refined, but not chemically modified", + "parent": "1515", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "151590", + "text": "151590 - Fixed vegetable fats and oils and their fractions n.e.c. in heading 1515; other than linseed, maize (corn), castor, sesame, microbial oils, whether or not refined, but not chemically modified", + "parent": "1515", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1516", + "text": "1516 - Animal, vegetable or microbial fats and oils and their fractions, partly or wholly hydrogenated, inter-esterified, re-esterified or elaidinised, whether or not refined, but not further prepared", + "parent": "15", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "151610", + "text": "151610 - Animal fats and oils and their fractions; partly or wholly hydrogenated, inter-esterified, re-esterified or elaidinised, whether or not refined, but not further prepared", + "parent": "1516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "151620", + "text": "151620 - Vegetable fats and oils and their fractions; partly or wholly hydrogenated, inter-esterified, re-esterified or elaidinised, whether or not refined, but not further prepared", + "parent": "1516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "151630", + "text": "151630 - Microbial fats and oils and their fractions; partly or wholly hydrogenated, inter-esterified, re-esterified or elaidinised, whether or not refined, but not further prepared", + "parent": "1516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1517", + "text": "1517 - Margarine; edible mixtures or preparations of animal, vegetable or microbial fats or oils or of fractions of different fats or oils of this Chapter, other than edible fats and oils or their fractions of heading 15.16", + "parent": "15", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "151710", + "text": "151710 - Margarine; excluding liquid margarine", + "parent": "1517", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "151790", + "text": "151790 - Edible mixtures or preparations of animal, vegetable or microbial fats or oils or of fractions of different fats or oils of this Chapter, n.e.c. in heading 1517, other than edible fats and oils or their fractions of heading 15.16", + "parent": "1517", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1518", + "text": "1518 - Animal, vegetable or microbial fats, oils and their fractions; boiled, oxidised, dehydrated or otherwise chemically modified, excluding those of heading no. 1516, inedible mixtures or preparations of fats, oils or their fractions, n.e.c. in chapter 15", + "parent": "15", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "151800", + "text": "151800 - Animal, vegetable or microbial fats, oils and their fractions; boiled, oxidised, dehydrated or otherwise chemically modified, excluding those of heading no. 1516, inedible mixtures or preparations of fats, oils or their fractions, n.e.c. in chapter 15", + "parent": "1518", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1519", + "text": "1519 - Industrial monocarboxylic fatty acid,alcohol, acid oi", + "parent": "15", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "151911", + "text": "151911 - Stearic acid", + "parent": "1519", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "151912", + "text": "151912 - Oleic acid", + "parent": "1519", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "151913", + "text": "151913 - Tall oil fatty acids", + "parent": "1519", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "151919", + "text": "151919 - Industrial monocarboxylic fatty acids, nes, acid oils", + "parent": "1519", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "151920", + "text": "151920 - Acid oils from refining", + "parent": "1519", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "151930", + "text": "151930 - Industrial fatty alcohols", + "parent": "1519", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1520", + "text": "1520 - Glycerol, crude; glycerol waters and glycerol lyes", + "parent": "15", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "152000", + "text": "152000 - Glycerol, crude; glycerol waters and glycerol lyes", + "parent": "1520", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "152010", + "text": "152010 - Glycerol (glycerine), crude and glycerol waters & lye", + "parent": "1520", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "152090", + "text": "152090 - Glycerol (glycerine), nes including synthetic glycero", + "parent": "1520", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1521", + "text": "1521 - Vegetable waxes (other than triglycerides), beeswax, other insect waxes and spermaceti; whether or not refined or coloured", + "parent": "15", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "152110", + "text": "152110 - Vegetable waxes (other than triglycerides); whether or not refined or coloured", + "parent": "1521", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "152190", + "text": "152190 - Waxes, other than vegetable, n.e.c. in heading no. 1521; whether or not refined or coloured", + "parent": "1521", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1522", + "text": "1522 - Degras; residues resulting from the treatment of fatty substances or animal or vegetable waxes", + "parent": "15", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "152200", + "text": "152200 - Degras; residues resulting from the treatment of fatty substances or animal or vegetable waxes", + "parent": "1522", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "16", + "text": "16 - Meat, fish, crustaceans, molluscs or other aquatic invertebrates, or insects; preparations thereof", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "1601", + "text": "1601 - Sausages and similar products, of meat, meat offal, blood or insects; food preparations based on these products", + "parent": "16", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "160100", + "text": "160100 - Meat preparations; sausages and similar products, of meat, meat offal, blood or insects, and food preparations based on these products", + "parent": "1601", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1602", + "text": "1602 - Prepared or preserved meat, meat offal, blood or insects", + "parent": "16", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "160210", + "text": "160210 - Meat preparations; homogenised preparations of meat, meat offal blood or insects", + "parent": "1602", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160220", + "text": "160220 - Meat preparations; of the prepared or preserved liver of any animal (excluding homogenised preparations)", + "parent": "1602", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160231", + "text": "160231 - Meat preparations; of turkeys, prepared or preserved meat or meat offal (excluding livers and homogenised preparations)", + "parent": "1602", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160232", + "text": "160232 - Meat preparations; of the poultry of heading no. 0105, (i.e. of fowls of the species Gallus domesticus)", + "parent": "1602", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160239", + "text": "160239 - Meat preparations; of poultry (excluding turkeys), prepared or preserved meat or meat offal (excluding livers and homogenised preparations)", + "parent": "1602", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160241", + "text": "160241 - Meat preparations; of swine, hams and cuts thereof, prepared or preserved (excluding homogenised preparations)", + "parent": "1602", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160242", + "text": "160242 - Meat preparations; of swine, shoulders and cuts thereof, prepared or preserved (excluding homogenised preparations)", + "parent": "1602", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160249", + "text": "160249 - Meat preparations; of swine, meat or meat offal (including mixtures), prepared or preserved, n.e.c. in heading no. 1602", + "parent": "1602", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160250", + "text": "160250 - Meat preparations; of bovine animals, meat or meat offal, prepared or preserved (excluding livers and homogenised preparations)", + "parent": "1602", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160290", + "text": "160290 - Meat preparations; of meat, meat offal or the blood of any animal, n.e.c. in heading no. 1602", + "parent": "1602", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1603", + "text": "1603 - Extracts and juices of meat, fish or crustaceans, molluscs or other aquatic invertebrates", + "parent": "16", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "160300", + "text": "160300 - Extracts and juices; of meat, fish or crustaceans, molluscs or other aquatic invertebrates", + "parent": "1603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1604", + "text": "1604 - Prepared or preserved fish; caviar and caviar substitutes prepared from fish eggs", + "parent": "16", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "160411", + "text": "160411 - Fish preparations; salmon, prepared or preserved, whole or in pieces (but not minced)", + "parent": "1604", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160412", + "text": "160412 - Fish preparations; herrings, prepared or preserved, whole or in pieces (but not minced)", + "parent": "1604", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160413", + "text": "160413 - Fish preparations; sardines, sardinella and brisling or sprats, prepared or preserved, whole or in pieces (but not minced)", + "parent": "1604", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160414", + "text": "160414 - Fish preparations; tunas, skipjack tuna and bonito (Sarda spp.), prepared or preserved, whole or in pieces (but not minced)", + "parent": "1604", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160415", + "text": "160415 - Fish preparations; mackerel, prepared or preserved, whole or in pieces (but not minced)", + "parent": "1604", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160416", + "text": "160416 - Fish preparations; anchovies, prepared or preserved, whole or in pieces (but not minced)", + "parent": "1604", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160417", + "text": "160417 - Fish preparations; eels, prepared or preserved, whole or in pieces (but not minced)", + "parent": "1604", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160418", + "text": "160418 - Fish preparations; shark fins, prepared or preserved, whole or in pieces (but not minced)", + "parent": "1604", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160419", + "text": "160419 - Fish preparations; fish prepared or preserved, whole or in pieces (but not minced), n.e.c. in heading no. 1604", + "parent": "1604", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160420", + "text": "160420 - Fish preparations; fish minced or in forms n.e.c. in heading no. 1604, prepared or preserved", + "parent": "1604", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160430", + "text": "160430 - Caviar & caviar substitutes prepared from fish eggs", + "parent": "1604", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160431", + "text": "160431 - Fish preparations; caviar", + "parent": "1604", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160432", + "text": "160432 - Fish preparations; caviar substitutes, prepared from fish eggs", + "parent": "1604", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1605", + "text": "1605 - Crustaceans, molluscs and other aquatic invertebrates, prepared or preserved", + "parent": "16", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "160510", + "text": "160510 - Crustacean preparations; crab, prepared or preserved", + "parent": "1605", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160520", + "text": "160520 - Shrimps & prawns, prepared/preserved", + "parent": "1605", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160521", + "text": "160521 - Crustacean preparations; shrimps and prawns, prepared or preserved, not in airtight containers", + "parent": "1605", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160529", + "text": "160529 - Crustacean preparations; shrimps and prawns, prepared or preserved, in airtight containers", + "parent": "1605", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160530", + "text": "160530 - Crustacean preparations; lobster, prepared or preserved", + "parent": "1605", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160540", + "text": "160540 - Crustacean preparations; other than crab, shrimps, prawns, and lobsters, prepared or preserved", + "parent": "1605", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160551", + "text": "160551 - Mollusc preparations; oysters, prepared or preserved", + "parent": "1605", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160552", + "text": "160552 - Mollusc preparations; scallops, including queen scallops, prepared or preserved", + "parent": "1605", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160553", + "text": "160553 - Mollusc preparations; mussels, prepared or preserved", + "parent": "1605", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160554", + "text": "160554 - Mollusc preparations; cuttle fish and squid, prepared or preserved", + "parent": "1605", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160555", + "text": "160555 - Mollusc preparations; octopus, prepared or preserved", + "parent": "1605", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160556", + "text": "160556 - Mollusc preparations; clams, cockles and arkshells, prepared or preserved", + "parent": "1605", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160557", + "text": "160557 - Mollusc preparations; abalone, prepared or preserved", + "parent": "1605", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160558", + "text": "160558 - Mollusc preparations; snails, other than sea snails, prepared or preserved", + "parent": "1605", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160559", + "text": "160559 - Mollusc preparations; n.e.c. in item no. 1605.5, preparations such as pastes, sausages, prepared meals and the like", + "parent": "1605", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160561", + "text": "160561 - Aquatic invertebrates; sea cucumbers, prepared or preserved", + "parent": "1605", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160562", + "text": "160562 - Aquatic invertebrates; sea urchins, prepared or preserved", + "parent": "1605", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160563", + "text": "160563 - Aquatic invertebrates; jellyfish, prepared or preserved", + "parent": "1605", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160569", + "text": "160569 - Aquatic invertebrates; other than crustaceans, molluscs, sea cucumbers, sea urchins, and jellyfish, prepared or preserved", + "parent": "1605", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "160590", + "text": "160590 - Molluscs & other aquatic invertegrates, prepared/preserved", + "parent": "1605", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "17", + "text": "17 - Sugars and sugar confectionery", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "1701", + "text": "1701 - Cane or beet sugar and chemically pure sucrose, in solid form", + "parent": "17", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "170111", + "text": "170111 - Cane sugar, raw, in solid form, not containing added flavouring/colouring matter", + "parent": "1701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "170112", + "text": "170112 - Sugars; beet sugar, raw, in solid form, not containing added flavouring or colouring matter", + "parent": "1701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "170113", + "text": "170113 - Sugars; cane sugar, raw, in solid form, as specified in Subheading Note 2 to this chapter, not containing added flavouring or colouring matter", + "parent": "1701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "170114", + "text": "170114 - Sugars; cane sugar, raw, in solid form, other than as specified in Subheading Note 2 to this chapter, not containing added flavouring or colouring matter", + "parent": "1701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "170191", + "text": "170191 - Sugars; sucrose, chemically pure, in solid form, containing added flavouring or colouring matter", + "parent": "1701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "170199", + "text": "170199 - Sugars; sucrose, chemically pure, in solid form, not containing added flavouring or colouring matter", + "parent": "1701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1702", + "text": "1702 - Sugars, including lactose, maltose, glucose or fructose in solid form; sugar syrups without added flavouring or colouring matter; artificial honey, whether or not mixed with natural honey; caramel", + "parent": "17", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "170210", + "text": "170210 - Lactose and lactose syrup", + "parent": "1702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "170211", + "text": "170211 - Sugars; lactose and lactose syrup, containing by weight 99% or more lactose, expressed as anhydrous lactose, calculated on the dry matter", + "parent": "1702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "170219", + "text": "170219 - Sugars; lactose and lactose syrup, containing by weight less than 99% lactose, expressed as anhydrous lactose, calculated on the dry matter", + "parent": "1702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "170220", + "text": "170220 - Sugars; maple sugar, chemically pure, in solid form; maple syrup, not containing added flavouring or colouring matter", + "parent": "1702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "170230", + "text": "170230 - Sugars; glucose and glucose syrup, not containing fructose or containing in the dry state less than 20% by weight of fructose, the syrup not containing added flavouring or colouring matter", + "parent": "1702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "170240", + "text": "170240 - Sugars; glucose and glucose syrup, containing in the dry state at least 20% but less than 50% by weight of fructose, excluding invert sugar, the syrup not containing added flavouring or colouring matter", + "parent": "1702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "170250", + "text": "170250 - Sugars; fructose, chemically pure, in solid form", + "parent": "1702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "170260", + "text": "170260 - Sugars; fructose, other than chemically pure fructose, and fructose syrup (containing in the dry state more than 50% by weight of fructose), excluding invert sugar", + "parent": "1702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "170290", + "text": "170290 - Sugars; n.e.c. in heading no. 1702, including invert sugar and other sugar and sugar syrup blends containing, in the dry state, 50% by weight of fructose", + "parent": "1702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1703", + "text": "1703 - Molasses; resulting from the extraction or refining of sugar", + "parent": "17", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "170310", + "text": "170310 - Sugars; molasses, from sugar cane, resulting from the extraction or refining of sugar", + "parent": "1703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "170390", + "text": "170390 - Sugars; molasses, from sugar beet, resulting from the extraction or refining of sugar", + "parent": "1703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1704", + "text": "1704 - Sugar confectionery (including white chocolate), not containing cocoa", + "parent": "17", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "170410", + "text": "170410 - Sugar confectionery; chewing gum, whether or not sugar-coated, not containing cocoa", + "parent": "1704", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "170490", + "text": "170490 - Sugar confectionery; (excluding chewing gum, including white chocolate), not containing cocoa", + "parent": "1704", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "18", + "text": "18 - Cocoa and cocoa preparations", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "1801", + "text": "1801 - Cocoa beans; whole or broken, raw or roasted", + "parent": "18", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "180100", + "text": "180100 - Cocoa beans; whole or broken, raw or roasted", + "parent": "1801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1802", + "text": "1802 - Cocoa; shells, husks, skins and other cocoa waste", + "parent": "18", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "180200", + "text": "180200 - Cocoa; shells, husks, skins and other cocoa waste", + "parent": "1802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1803", + "text": "1803 - Cocoa; paste; whether or not defatted", + "parent": "18", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "180310", + "text": "180310 - Cocoa; paste, not defatted", + "parent": "1803", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "180320", + "text": "180320 - Cocoa; paste, wholly or partly defatted", + "parent": "1803", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1804", + "text": "1804 - Cocoa; butter, fat and oil", + "parent": "18", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "180400", + "text": "180400 - Cocoa; butter, fat and oil", + "parent": "1804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1805", + "text": "1805 - Cocoa; powder, not containing added sugar or other sweetening matter", + "parent": "18", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "180500", + "text": "180500 - Cocoa; powder, not containing added sugar or other sweetening matter", + "parent": "1805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1806", + "text": "1806 - Chocolate and other food preparations containing cocoa", + "parent": "18", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "180610", + "text": "180610 - Cocoa; powder, containing added sugar or other sweetening matter", + "parent": "1806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "180620", + "text": "180620 - Chocolate & other food preparations containing cocoa; in blocks, slabs or bars weighing more than 2kg or in liquid, paste, powder, granular or other bulk form in containers or immediate packings, content exceeding 2kg", + "parent": "1806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "180631", + "text": "180631 - Chocolate and other food preparations containing cocoa; in blocks, slabs or bars, filled, weighing 2kg or less", + "parent": "1806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "180632", + "text": "180632 - Chocolate and other food preparations containing cocoa; in blocks, slabs or bars, (not filled), weighing 2kg or less", + "parent": "1806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "180690", + "text": "180690 - Chocolate and other food preparations containing cocoa; n.e.c. in chapter 18", + "parent": "1806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "19", + "text": "19 - Preparations of cereals, flour, starch or milk; pastrycooks' products", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "1901", + "text": "1901 - Malt extract; flour/groats/meal/starch/malt extract products, no cocoa (or less than 40% by weight) and food preparations of goods of headings 04.01 to 04.04, no cocoa (or less than 5% by weight), weights calculated on a totally defatted basis, n.e.c.", + "parent": "19", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "190110", + "text": "190110 - Food preparations; of flour, meal, starch, malt extract or milk products, suitable for infants or young children, put up for retail sale", + "parent": "1901", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "190120", + "text": "190120 - Food preparations; mixes and doughs for the preparation of bread, pastry, cakes, biscuits and other bakers' wares", + "parent": "1901", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "190190", + "text": "190190 - Food preparations; of flour, meal, starch, malt extract or milk products, for uses n.e.c. in heading no. 1901", + "parent": "1901", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1902", + "text": "1902 - Pasta; whether or not cooked or stuffed with meat or other substance, or otherwise prepared, egg spaghetti, macaroni, noodles, lasagne, gnocchi, ravioli, cannelloni; couscous, whether or not prepared", + "parent": "19", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "190211", + "text": "190211 - Food preparations; pasta, containing eggs, uncooked, not stuffed or otherwise prepared", + "parent": "1902", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "190219", + "text": "190219 - Food preparations; pasta, uncooked (excluding that containing eggs), not stuffed or otherwise prepared", + "parent": "1902", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "190220", + "text": "190220 - Food preparations; pasta, stuffed (with meat or other substances), whether or not cooked or otherwise prepared", + "parent": "1902", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "190230", + "text": "190230 - Food preparations; pasta (excluding stuffed), cooked or otherwise prepared", + "parent": "1902", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "190240", + "text": "190240 - Food preparations; couscous", + "parent": "1902", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1903", + "text": "1903 - Tapioca and substitutes therefor prepared from starch; in the form of flakes, grains, pearls, siftings or similar forms", + "parent": "19", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "190300", + "text": "190300 - Food preparations; tapioca and substitutes thereof, prepared from starch in the form of flakes, grains, pearls, siftings or similar", + "parent": "1903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1904", + "text": "1904 - Prepared foods obtained by swelling or roasting cereals or cereal products (e.g. corn flakes); cereals (other than maize (corn)) in grain form or in the form of flakes or other worked grains (not flour and meal), pre-cooked or otherwise prepared, n.e.c.", + "parent": "19", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "190410", + "text": "190410 - Food preparations; obtained by the swelling or roasting of cereals or cereal products", + "parent": "1904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "190420", + "text": "190420 - Food preparations; obtained from unroasted cereal flakes or from mixtures of unroasted cereal flakes and roasted cereal flakes or swelled cereals", + "parent": "1904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "190430", + "text": "190430 - Prepared foods obtained by the swelling or roasting of cereals or cereal products (e.g. corn flakes); cereals, not maize (corn), in grain form or in the form of flakes or other worked grains, from bulgur wheat", + "parent": "1904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "190490", + "text": "190490 - Food preparations; cereal or cereal products (excluding maize), in grain form, pre-cooked or otherwise prepared", + "parent": "1904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "1905", + "text": "1905 - Bread, pastry, cakes, biscuits, other bakers' wares, whether or not containing cocoa; communion wafers, empty cachets suitable for pharmaceutical use, sealing wafers, rice paper and similar products", + "parent": "19", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "190510", + "text": "190510 - Food preparations; crispbread, whether or not containing cocoa", + "parent": "1905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "190520", + "text": "190520 - Food preparations; gingerbread and the like, whether or not containing cocoa", + "parent": "1905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "190530", + "text": "190530 - Sweet biscuits, waffles and wafers", + "parent": "1905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "190531", + "text": "190531 - Food preparations; sweet biscuits, whether or not containing cocoa", + "parent": "1905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "190532", + "text": "190532 - Food preparations; waffles and wafers, whether or not containing cocoa", + "parent": "1905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "190540", + "text": "190540 - Food preparations; rusks, toasted bread and similar toasted products, whether or not containing cocoa", + "parent": "1905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "190590", + "text": "190590 - Food preparations; bakers' wares n.e.c. in heading no. 1605, whether or not containing cocoa; communion wafers, empty cachets suitable for pharmaceutical use, sealing wafers, rice papers and similar products", + "parent": "1905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "20", + "text": "20 - Preparations of vegetables, fruit, nuts or other parts of plants", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "2001", + "text": "2001 - Vegetables, fruit, nuts and other edible parts of plants; prepared or preserved by vinegar or acetic acid", + "parent": "20", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "200110", + "text": "200110 - Vegetable preparations; cucumbers and gherkins, prepared or preserved by vinegar or acetic acid", + "parent": "2001", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200120", + "text": "200120 - Onions prepared or preserved by vinegar", + "parent": "2001", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200190", + "text": "200190 - Vegetable preparations; vegetables, fruit, nuts and other edible parts of plants, prepared or preserved by vinegar or acetic acid (excluding cucumbers and gherkins)", + "parent": "2001", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2002", + "text": "2002 - Tomatoes; prepared or preserved otherwise than by vinegar or acetic acid", + "parent": "20", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "200210", + "text": "200210 - Vegetable preparations; tomatoes, whole or in pieces, prepared or preserved otherwise than by vinegar or acetic acid", + "parent": "2002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200290", + "text": "200290 - Vegetable preparations; tomatoes, (other than whole or in pieces), prepared or preserved otherwise than by vinegar or acetic acid", + "parent": "2002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2003", + "text": "2003 - Mushrooms and truffles, prepared or preserved other than by vinegar or acetic acid", + "parent": "20", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "200310", + "text": "200310 - Vegetable preparations; mushrooms of the genus Agaricus, prepared or preserved otherwise than by vinegar or acetic acid", + "parent": "2003", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200320", + "text": "200320 - Truffles, prepared/preserved othw. than by vinegar/acetic acid", + "parent": "2003", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200390", + "text": "200390 - Vegetable preparations; mushrooms and truffles, other than mushrooms of the genus Agaricus, prepared or preserved otherwise than by vinegar or acetic acid", + "parent": "2003", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2004", + "text": "2004 - Vegetables preparations n.e.c.; prepared or preserved otherwise than by vinegar or acetic acid, frozen, other than products of heading no. 2006", + "parent": "20", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "200410", + "text": "200410 - Vegetable preparations; potatoes, prepared or preserved otherwise than by vinegar or acetic acid, frozen", + "parent": "2004", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200490", + "text": "200490 - Vegetable preparations; vegetables and mixtures of vegetables (excluding potatoes), prepared or preserved otherwise than by vinegar or acetic acid, frozen", + "parent": "2004", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2005", + "text": "2005 - Vegetables preparations n.e.c.; prepared or preserved otherwise than by vinegar or acetic acid, not frozen, other than products of heading no. 2006", + "parent": "20", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "200510", + "text": "200510 - Vegetable preparations; homogenised vegetables, prepared or preserved otherwise than by vinegar or acetic acid, not frozen", + "parent": "2005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200520", + "text": "200520 - Vegetable preparations; potatoes, prepared or preserved otherwise than by vinegar or acetic acid, not frozen", + "parent": "2005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200530", + "text": "200530 - Sauerkraut, prepared or preserved, not frozen/vinegar", + "parent": "2005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200540", + "text": "200540 - Vegetable preparations; peas (pisum sativum), prepared or preserved otherwise than by vinegar or acetic acid, not frozen", + "parent": "2005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200551", + "text": "200551 - Vegetable preparations; beans, shelled, prepared or preserved otherwise than by vinegar or acetic acid, not frozen", + "parent": "2005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200559", + "text": "200559 - Vegetable preparations; beans, (not shelled), prepared or preserved otherwise than by vinegar or acetic acid, not frozen", + "parent": "2005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200560", + "text": "200560 - Vegetable preparations; asparagus, prepared or preserved otherwise than by vinegar or acetic acid, not frozen", + "parent": "2005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200570", + "text": "200570 - Vegetable preparations; olives, prepared or preserved otherwise than by vinegar or acetic acid, not frozen", + "parent": "2005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200580", + "text": "200580 - Vegetable preparations; sweetcorn (zea mays var. saccharata), prepared or preserved otherwise than by vinegar or acetic acid, not frozen", + "parent": "2005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200590", + "text": "200590 - Veg nes, mixes, prepared/preserved, not frozen/vinega", + "parent": "2005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200591", + "text": "200591 - Vegetable preparations; bamboo shoots, prepared or preserved otherwise than by vinegar or acetic acid, not frozen", + "parent": "2005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200599", + "text": "200599 - Vegetable preparations; vegetables and mixtures of vegetables n.e.c. in heading no. 2005, prepared or preserved otherwise than by vinegar or acetic acid, not frozen", + "parent": "2005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2006", + "text": "2006 - Vegetables, fruit, nuts, fruit-peel and other parts of plants, preserved by sugar (drained, glace or crystallised)", + "parent": "20", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "200600", + "text": "200600 - Vegetables, fruit, nuts, fruit-peel and other parts of plants, preserved by sugar (drained, glace or crystallised)", + "parent": "2006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2007", + "text": "2007 - Jams, fruit jellies, marmalades, fruit or nut puree and fruit or nut pastes, being cooked preparations; whether or not containing added sugar or other sweetening matter", + "parent": "20", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "200710", + "text": "200710 - Jams, fruit jellies, marmalades, fruit or nut puree and fruit or nut pastes; homogenised, cooked preparations, whether or not containing added sugar or other sweetening matter", + "parent": "2007", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200791", + "text": "200791 - Jams, jellies, marmalades, purees and pastes; of citrus fruit, being cooked preparations (excluding homogenised), whether or not containing added sugar or other sweetening matter", + "parent": "2007", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200799", + "text": "200799 - Jams, fruit jellies, marmalades, purees and pastes; of fruit or nuts n.e.c. in heading no. 2007, cooked preparations (excluding homogenised), whether or not containing added sugar or other sweetening matter", + "parent": "2007", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2008", + "text": "2008 - Fruit, nuts and other edible parts of plants; prepared or preserved in ways n.e.c., whether or not containing added sugar or other sweetening matter or spirit, not elsewhere specified or included", + "parent": "20", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "200811", + "text": "200811 - Nuts; ground-nuts, whether or not containing added sugar, other sweetening matter or spirit", + "parent": "2008", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200819", + "text": "200819 - Nuts and other seeds; whether or not containing added sugar, other sweetening matter or spirit (excluding ground-nuts except in mixtures)", + "parent": "2008", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200820", + "text": "200820 - Fruit; pineapples, prepared or preserved in ways n.e.c. in heading no. 2007, whether or not containing added sugar, other sweetening matter or spirit", + "parent": "2008", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200830", + "text": "200830 - Fruit; citrus, prepared or preserved in ways n.e.c. in heading no. 2007, whether or not containing added sugar, other sweetening matter or spirit", + "parent": "2008", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200840", + "text": "200840 - Fruit; pears, prepared or preserved in ways n.e.c. in heading no. 2007, whether or not containing added sugar, other sweetening matter or spirit", + "parent": "2008", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200850", + "text": "200850 - Fruit; apricots, prepared or preserved in ways n.e.c. in heading no. 2007, whether or not containing added sugar, other sweetening matter or spirit", + "parent": "2008", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200860", + "text": "200860 - Fruit; cherries, prepared or preserved in ways n.e.c. in heading no. 2007, whether or not containing added sugar, other sweetening matter or spirit", + "parent": "2008", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200870", + "text": "200870 - Fruit; peaches, including nectarines, prepared or preserved in ways n.e.c. in heading no. 2007 and 2008, whether or not containing added sugar, other sweetening matter or spirit", + "parent": "2008", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200880", + "text": "200880 - Fruit; strawberries, prepared or preserved in ways n.e.c. in heading no. 2007, whether or not containing added sugar, other sweetening matter or spirit", + "parent": "2008", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200891", + "text": "200891 - Fruit, palm hearts; prepared or preserved, whether or not containing added sugar, other sweetening matter or spirit", + "parent": "2008", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200892", + "text": "200892 - Mixtures of edible parts of plants (excl. of 2008.19), prepared/preserved, whether/not containing added sugar/other sweetening matter/spirit, n.e.s.", + "parent": "2008", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200893", + "text": "200893 - Fruit; cranberries (Vaccinium macrocarpon, Vaccinium oxycoccos); Iingonberries (Vaccinium vitis-idaea), prepared or preserved, whether or not containing added sugar, other sweetening matter or spirit", + "parent": "2008", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200897", + "text": "200897 - Fruit, nuts and other edible parts of plants; mixtures (other than those of subheading no 2008.19); prepared or preserved in ways n.e.c. in headings 2007 and 2008, whether or not containing added sugar, or other sweetening matter or spirit, n.e.c.", + "parent": "2008", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200899", + "text": "200899 - Fruit, nuts and other edible parts of plants; prepared or preserved, whether or not containing added sugar, other sweetening matter or spirit, n.e.c. in heading no. 2008", + "parent": "2008", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2009", + "text": "2009 - Fruit or nut juices (including grape must and coconut water) and vegetable juices, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter", + "parent": "20", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "200911", + "text": "200911 - Juice; orange, frozen, unfermented, (not containing added spirit), whether or not containing added sugar or other sweetening matter", + "parent": "2009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200912", + "text": "200912 - Juice; orange, not frozen, of a Brix value not exceeding 20, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter", + "parent": "2009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200919", + "text": "200919 - Juice; orange, not frozen, of a Brix value exceeding 20, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter", + "parent": "2009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200920", + "text": "200920 - Grapefruit juice, not fermented or spirited", + "parent": "2009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200921", + "text": "200921 - Juice; grapefruit or pomelo, of a Brix value not exceeding 20, unfermented, (not containing added spirit), whether or not containing added sugar or other sweetening matter", + "parent": "2009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200929", + "text": "200929 - Juice; grapefruit or pomelo, of a Brix value exceeding 20, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter", + "parent": "2009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200930", + "text": "200930 - Citrus juice nes (one fruit) not fermented or spirite", + "parent": "2009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200931", + "text": "200931 - Juice; of single citrus fruit (excluding orange, grapefruit or pomelo), of a Brix value not exceeding 20, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter", + "parent": "2009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200939", + "text": "200939 - Juice; of single citrus fruit (excluding orange, grapefruit or pomelo), of a Brix value exceeding 20, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter", + "parent": "2009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200940", + "text": "200940 - Pineapple juice, not fermented or spirited", + "parent": "2009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200941", + "text": "200941 - Juice; pineapple, of a Brix value not exceeding 20, unfermented, (not containing added spirit), whether or not containing added sugar or other sweetening matter", + "parent": "2009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200949", + "text": "200949 - Juice; pineapple, of a Brix value exceeding 20, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter", + "parent": "2009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200950", + "text": "200950 - Juice; tomato, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter", + "parent": "2009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200960", + "text": "200960 - Grape juice or must not fermented or spirited", + "parent": "2009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200961", + "text": "200961 - Juice; grape, of a Brix value not exceeding 30, unfermented, (not containing added spirit), whether or not containing added sugar or other sweetening matter", + "parent": "2009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200969", + "text": "200969 - Juice; grape, of a Brix value exceeding 30, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter", + "parent": "2009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200970", + "text": "200970 - Apple juice not fermented or spirited", + "parent": "2009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200971", + "text": "200971 - Juice; apple, of a Brix value not exceeding 20, unfermented, (not containing added spirit), whether or not containing added sugar or other sweetening matter", + "parent": "2009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200979", + "text": "200979 - Juice; apple, of a Brix value exceeding 20, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter", + "parent": "2009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200980", + "text": "200980 - Juice of any single fruit/vegetable (excl. of 2009.11-2009.79), unfermented & not containing added spirit, whether/not containing added sugar/other sweetening matter", + "parent": "2009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200981", + "text": "200981 - Juice; cranberry (Vaccinium macrocarpon, Vaccinium oxycoccos); Iingonberry (Vaccinium vitis-idaea), unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter", + "parent": "2009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200989", + "text": "200989 - Juice; of any single fruit, nut or vegetable n.e.c. in heading no. 2009, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter", + "parent": "2009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "200990", + "text": "200990 - Juices; mixtures of fruits or vegetables (but not nut juice), unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter", + "parent": "2009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "21", + "text": "21 - Miscellaneous edible preparations", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "2101", + "text": "2101 - Extracts, essences, concentrates of coffee, tea or mate; preparations with a basis of these products or with a basis of coffee, tea or mate; roasted chicory and other roasted coffee substitutes and extracts, essences and concentrates thereof", + "parent": "21", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "210110", + "text": "210110 - Coffee extracts, essences, concentrates, preparations", + "parent": "2101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "210111", + "text": "210111 - Extracts, essences and concentrates; of coffee, and preparations with a basis of these extracts, essences or concentrates or with a basis of coffee", + "parent": "2101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "210112", + "text": "210112 - Preparations with a basis of extracts, essences or concentrates or with a basis of coffee", + "parent": "2101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "210120", + "text": "210120 - Extracts, essences and concentrates; of tea or mate, and preparations with a basis of these extracts, essences or concentrates or with a basis of tea or mate", + "parent": "2101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "210130", + "text": "210130 - Chicory, roasted and other roasted coffee substitutes; extracts, essences and concentrates thereof", + "parent": "2101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2102", + "text": "2102 - Yeasts (active or inactive); other single-cell micro-organisms, dead (but not including vaccines of heading no. 3002); prepared baking powders", + "parent": "21", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "210210", + "text": "210210 - Yeasts; active", + "parent": "2102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "210220", + "text": "210220 - Yeasts; inactive, other single-cell micro-organisms, dead", + "parent": "2102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "210230", + "text": "210230 - Baking powders; prepared", + "parent": "2102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2103", + "text": "2103 - Sauces and preparations therefor; mixed condiments and mixed seasonings, mustard flour and meal and prepared mustard", + "parent": "21", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "210310", + "text": "210310 - Sauces; soya", + "parent": "2103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "210320", + "text": "210320 - Sauces; tomato ketchup and other tomato sauces", + "parent": "2103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "210330", + "text": "210330 - Mustard flour and meal and prepared mustard", + "parent": "2103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "210390", + "text": "210390 - Sauces and preparations therefor; mixed condiments and mixed seasonings", + "parent": "2103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2104", + "text": "2104 - Soups and broths and preparations therefor; homogenised composite food preparations", + "parent": "21", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "210410", + "text": "210410 - Soups and broths and preparations therefor", + "parent": "2104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "210420", + "text": "210420 - Homogenised composite food preparations", + "parent": "2104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2105", + "text": "2105 - Ice cream and other edible ice; whether or not containing cocoa", + "parent": "21", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "210500", + "text": "210500 - Ice cream and other edible ice; whether or not containing cocoa", + "parent": "2105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2106", + "text": "2106 - Food preparations not elsewhere specified or included", + "parent": "21", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "210610", + "text": "210610 - Protein; concentrates and textured protein substances", + "parent": "2106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "210690", + "text": "210690 - Food preparations; n.e.c. in item no. 2106.10", + "parent": "2106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "22", + "text": "22 - Beverages, spirits and vinegar", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "2201", + "text": "2201 - Waters, including natural or artificial mineral waters and aerated waters, not containing added sugar or other sweetening matter nor flavoured; ice and snow", + "parent": "22", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "220110", + "text": "220110 - Waters; mineral and aerated, including natural or artificial, (not containing added sugar or other sweetening matter nor flavoured)", + "parent": "2201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "220190", + "text": "220190 - Waters; other than mineral and aerated, (not containing added sugar or other sweetening matter nor flavoured), ice and snow", + "parent": "2201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2202", + "text": "2202 - Waters, including mineral and aerated waters, containing added sugar or sweetening matter, flavoured; other non-alcoholic beverages, not including fruit, nut or vegetable juices of heading no. 2009", + "parent": "22", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "220210", + "text": "220210 - Waters; including mineral and aerated, containing added sugar or other sweetening matter or flavoured", + "parent": "2202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "220290", + "text": "220290 - Non-alcoholic beverages; n.e.c. in item no. 2202.10, not including fruit or vegetable juices of heading no. 2009", + "parent": "2202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "220291", + "text": "220291 - Non-alcoholic beverages; non-alcoholic beer", + "parent": "2202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "220299", + "text": "220299 - Non-alcoholic beverages; other than non-alcoholic beer, n.e.c. in item no. 2202.10, not including fruit, nut or vegetable juices of heading no. 2009", + "parent": "2202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2203", + "text": "2203 - Beer made from malt", + "parent": "22", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "220300", + "text": "220300 - Beer; made from malt", + "parent": "2203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2204", + "text": "2204 - Wine of fresh grapes, including fortified wines; grape must other than that of heading no. 2009", + "parent": "22", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "220410", + "text": "220410 - Wine; sparkling", + "parent": "2204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "220421", + "text": "220421 - Wine; still, in containers holding 2 litres or less", + "parent": "2204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "220422", + "text": "220422 - Wine; still, in containers holding more than 2 litres but not more than 10 litres", + "parent": "2204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "220429", + "text": "220429 - Wine; still, in containers holding more than 10 litres", + "parent": "2204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "220430", + "text": "220430 - Grape must; n.e.c. in heading no. 2009, n.e.c. in item no. 2204.2", + "parent": "2204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2205", + "text": "2205 - Vermouth and other wine of fresh grapes, flavoured with plants or aromatic substances", + "parent": "22", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "220510", + "text": "220510 - Vermouth and other wine of fresh grapes, flavoured with plants or aromatic substances, in containers holding 2 litres or less", + "parent": "2205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "220590", + "text": "220590 - Vermouth and other wine of fresh grapes, flavoured with plants or aromatic substances, in containers holding more than 2 litres", + "parent": "2205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2206", + "text": "2206 - Fermented beverages, n.e.c. in chapter 22; (e.g. cider, perry, mead, sake)", + "parent": "22", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "220600", + "text": "220600 - Beverages, fermented; (e.g. cider, perry, mead, sake)", + "parent": "2206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2207", + "text": "2207 - Ethyl alcohol, undenatured; of an alcoholic strength by volume of 80% vol. or higher; ethyl alcohol and other spirits, denatured, of any strength", + "parent": "22", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "220710", + "text": "220710 - Undenatured ethyl alcohol; of an alcoholic strength by volume of 80% vol. or higher", + "parent": "2207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "220720", + "text": "220720 - Ethyl alcohol and other spirits; denatured, of any strength", + "parent": "2207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2208", + "text": "2208 - Ethyl alcohol, undenatured; of an alcoholic strength by volume of less than 80% volume; spirits, liqueurs and other spirituous beverages", + "parent": "22", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "220810", + "text": "220810 - Compound alcoholic preps for beverage manufacture", + "parent": "2208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "220820", + "text": "220820 - Spirits obtained by distilling grape wine or grape marc", + "parent": "2208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "220830", + "text": "220830 - Whiskies", + "parent": "2208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "220840", + "text": "220840 - Rum and other spirits obtained by distilling fermented sugar-cane products", + "parent": "2208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "220850", + "text": "220850 - Gin and geneva", + "parent": "2208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "220860", + "text": "220860 - Vodka", + "parent": "2208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "220870", + "text": "220870 - Liqueurs and cordials", + "parent": "2208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "220890", + "text": "220890 - Spirits, liqueurs and other spirituous beverages; n.e.c. in heading no. 2208", + "parent": "2208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2209", + "text": "2209 - Vinegar and substitutes for vinegar obtained from acetic acid", + "parent": "22", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "220900", + "text": "220900 - Vinegar and substitutes for vinegar; obtained from acetic acid", + "parent": "2209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "23", + "text": "23 - Food industries, residues and wastes thereof; prepared animal fodder", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "2301", + "text": "2301 - Flours, meal and pellets, of meat or meat offal, of fish or of crustaceans, molluscs or other aquatic invertebrates, unfit for human consumption; greaves", + "parent": "23", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "230110", + "text": "230110 - Flours, meals and pellets; of meat or meat offal, greaves", + "parent": "2301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "230120", + "text": "230120 - Flours, meals and pellets; of fish or of crustaceans, molluscs or other aquatic invertebrates", + "parent": "2301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2302", + "text": "2302 - Bran, sharps and other residues; whether or not in the form of pellets derived from the sifting, milling or other working of cereals or of leguminous plants", + "parent": "23", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "230210", + "text": "230210 - Bran, sharps and other residues; of maize (corn), whether or not in the form of pellets, derived from the sifting, milling or other workings thereof", + "parent": "2302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "230220", + "text": "230220 - Rice bran, sharps, other residues", + "parent": "2302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "230230", + "text": "230230 - Bran, sharps and other residues; of wheat, whether or not in the form of pellets, derived from the sifting, milling or other workings thereof", + "parent": "2302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "230240", + "text": "230240 - Bran, sharps and other residues; of other cereals, whether or not in the form of pellets, derived from the sifting, milling or other workings thereof", + "parent": "2302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "230250", + "text": "230250 - Bran, sharps and other residues; of leguminous plants, whether or not in the form of pellets, derived from the sifting, milling or other workings thereof", + "parent": "2302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2303", + "text": "2303 - Residues of starch manufacture, similar residues; beet-pulp, bagasse and other waste of sugar manufacture, brewing or distilling dregs and waste, whether or not in the form of pellets", + "parent": "23", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "230310", + "text": "230310 - Residues of starch manufacture and similar residues; whether or not in the form of pellets", + "parent": "2303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "230320", + "text": "230320 - Beet-pulp, bagasse and other waste of sugar manufacture; whether or not in the form of pellets", + "parent": "2303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "230330", + "text": "230330 - Brewing or distilling dregs and waste; whether or not in the form of pellets", + "parent": "2303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2304", + "text": "2304 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of soya-bean oil", + "parent": "23", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "230400", + "text": "230400 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of soya-bean oil", + "parent": "2304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2305", + "text": "2305 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of ground-nut oil", + "parent": "23", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "230500", + "text": "230500 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of ground-nut oil", + "parent": "2305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2306", + "text": "2306 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of vegetable or microbial fats or oils, other than those of heading no. 2304 or 2305", + "parent": "23", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "230610", + "text": "230610 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of cotton seed oils", + "parent": "2306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "230620", + "text": "230620 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of linseed oils", + "parent": "2306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "230630", + "text": "230630 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of sunflower seed oils", + "parent": "2306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "230640", + "text": "230640 - Rape or colza seed oil-cake and other solid residues", + "parent": "2306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "230641", + "text": "230641 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of low erucic acid rape or colza seed oils", + "parent": "2306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "230649", + "text": "230649 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of rape seed oils (other than low erucic acid rape or colza)", + "parent": "2306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "230650", + "text": "230650 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of coconut or copra seed oils", + "parent": "2306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "230660", + "text": "230660 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of palm nuts or kernels oils", + "parent": "2306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "230670", + "text": "230670 - Maize/corn germ oil-cake", + "parent": "2306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "230690", + "text": "230690 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of oils, n.e.c. in heading no. 2306", + "parent": "2306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2307", + "text": "2307 - Wine lees; argol", + "parent": "23", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "230700", + "text": "230700 - Wine lees; argol", + "parent": "2307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2308", + "text": "2308 - Vegetable materials and vegetable waste, vegetable residues and bi-products; whether or not in the form of pellets, of a kind used in animal feeding, not elsewhere specified or included", + "parent": "23", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "230800", + "text": "230800 - Vegetable materials and vegetable waste, vegetable residues and by-products; whether or not in the form of pellets, of a kind used in animal feeding, not elsewhere specified or included", + "parent": "2308", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "230810", + "text": "230810 - Acorns and horse-chestnuts for animal feed", + "parent": "2308", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "230890", + "text": "230890 - Vegetable wastes and residues nes for animal feed", + "parent": "2308", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2309", + "text": "2309 - Preparations of a kind used in animal feeding", + "parent": "23", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "230910", + "text": "230910 - Dog or cat food; put up for retail sale, used in animal feeding", + "parent": "2309", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "230990", + "text": "230990 - Dog or cat food; (not put up for retail sale), used in animal feeding", + "parent": "2309", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "24", + "text": "24 - Tobacco and manufactured tobacco substitutes; products, whether or not containing nicotine, intended for inhalation without combustion; other nicotine containing products intended for the intake of nicotine into the human body", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "2401", + "text": "2401 - Tobacco, unmanufactured; tobacco refuse", + "parent": "24", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "240110", + "text": "240110 - Tobacco, (not stemmed or stripped)", + "parent": "2401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "240120", + "text": "240120 - Tobacco; partly or wholly stemmed or stripped", + "parent": "2401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "240130", + "text": "240130 - Tobacco refuse", + "parent": "2401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2402", + "text": "2402 - Cigars, cheroots, cigarillos and cigarettes; of tobacco or of tobacco substitutes", + "parent": "24", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "240210", + "text": "240210 - Cigars, cheroots and cigarillos; containing tobacco including the weight of every band, wrapper or attachment thereto", + "parent": "2402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "240220", + "text": "240220 - Cigarettes; containing tobacco", + "parent": "2402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "240290", + "text": "240290 - Cigars, cigarillos and cheroots; containing tobacco substitutes including the weight of every band, wrapper or attachment thereto", + "parent": "2402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2403", + "text": "2403 - Manufactured tobacco and manufactured tobacco substitutes n.e.c; homogenised or reconstituted tobacco; tobacco extracts and essences", + "parent": "24", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "240310", + "text": "240310 - Smoking tobacco, whether/not containing tobacco substitutes in any proportion", + "parent": "2403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "240311", + "text": "240311 - Tobacco; smoking, water pipe tobacco as specified in Subheading Note 1 to this Chapter, whether or not containing tobacco substitutes in any proportion", + "parent": "2403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "240319", + "text": "240319 - Tobacco; smoking, other than water pipe tobacco, whether or not containing tobacco substitutes in any proportion", + "parent": "2403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "240391", + "text": "240391 - Tobacco; homogenised or reconstituted", + "parent": "2403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "240399", + "text": "240399 - Tobacco; other than homogenised or reconstituted or smoking", + "parent": "2403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2404", + "text": "2404 - Products containing tobacco, reconstituted tobacco, nicotine, or tobacco or nicotine substitutes, intended for inhalation without combustion; other nicotine containing products intended for the intake of nicotine into the human body", + "parent": "24", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "240411", + "text": "240411 - Products containing tobacco or reconstituted tobacco, intended for inhalation without combustion", + "parent": "2404", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "240412", + "text": "240412 - Products containing nicotine, other than tobacco or reconstituted tobacco, intended for inhalation without combustion", + "parent": "2404", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "240419", + "text": "240419 - Products containing tobacco or nicotine substitutes, intended for inhalation without combustion", + "parent": "2404", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "240491", + "text": "240491 - Products n.e.c. in heading 2404, intended for the intake of nicotine into the human body, for oral application", + "parent": "2404", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "240492", + "text": "240492 - Products n.e.c. in heading 2404, intended for the intake of nicotine into the human body, for transdermal application", + "parent": "2404", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "240499", + "text": "240499 - Products n.e.c. in heading 2404, intended for the intake of nicotine into the human body, by ways other than inhalation, and other than oral or transdermal application", + "parent": "2404", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "25", + "text": "25 - Salt; sulphur; earths, stone; plastering materials, lime and cement", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "2501", + "text": "2501 - Salt (including table salt and denatured salt); pure sodium chloride whether or not in aqueous solution; sea water", + "parent": "25", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "250100", + "text": "250100 - Salt (including table salt and denatured salt); pure sodium chloride whether or not in aqueous solution; sea water", + "parent": "2501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2502", + "text": "2502 - Iron pyrites; unroasted", + "parent": "25", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "250200", + "text": "250200 - Iron pyrites; unroasted", + "parent": "2502", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2503", + "text": "2503 - Sulphur of all kinds; other than sublimed, precipitated and colloidal sulphur", + "parent": "25", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "250300", + "text": "250300 - Sulphur of all kinds; other than sublimed, precipitated and colloidal sulphur", + "parent": "2503", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "250310", + "text": "250310 - Sulphur, crude or unrefined", + "parent": "2503", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "250390", + "text": "250390 - refined sulphur, not sublimate, precipitate, colloida", + "parent": "2503", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2504", + "text": "2504 - Graphite; natural", + "parent": "25", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "250410", + "text": "250410 - Graphite; natural, in powder or in flakes", + "parent": "2504", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "250490", + "text": "250490 - Graphite; natural, in other forms, excluding powder or flakes", + "parent": "2504", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2505", + "text": "2505 - Sands of all kinds; natural, whether or not coloured, other than metal-bearing sands of chapter 26", + "parent": "25", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "250510", + "text": "250510 - Sands; natural, silica and quartz sands, whether or not coloured", + "parent": "2505", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "250590", + "text": "250590 - Sands; natural, (other than silica and quartz sands), whether or not coloured, (other than metal-bearing sands of chapter 26)", + "parent": "2505", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2506", + "text": "2506 - Quartz; (other than natural sands), quartzite, whether or not roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape", + "parent": "25", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "250610", + "text": "250610 - Quartz; other than natural sands", + "parent": "2506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "250620", + "text": "250620 - Quartzite; whether or not roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape", + "parent": "2506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "250621", + "text": "250621 - Quartzite, crude or roughly trimmed", + "parent": "2506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "250629", + "text": "250629 - Quartzite, slabs etc.", + "parent": "2506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2507", + "text": "2507 - Kaolin and other kaolinic clays; whether or not calcined", + "parent": "25", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "250700", + "text": "250700 - Kaolin and other kaolinic clays; whether or not calcined", + "parent": "2507", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2508", + "text": "2508 - Clays; (not including expanded clays of heading no. 6806), andalusite kyanite and sillimanite, whether or not calcined; mullite; chamotte or dinas earth", + "parent": "25", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "250810", + "text": "250810 - Clays (excluding expanded clays of heading no. 6806); bentonite, whether or not calcined", + "parent": "2508", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "250820", + "text": "250820 - Decolourising earths and fuller's earth", + "parent": "2508", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "250830", + "text": "250830 - Clays (excluding expanded clays of heading no. 6806); fireclay, whether or not calcined", + "parent": "2508", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "250840", + "text": "250840 - Clays (excluding expanded clays of heading no. 6806); n.e.c. in heading no. 2508, whether or not calcined", + "parent": "2508", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "250850", + "text": "250850 - Clays (excluding expanded clays of heading no. 6806); andalusite, kyanite and sillimanite, whether or not calcined", + "parent": "2508", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "250860", + "text": "250860 - Clays (excluding expanded clays of heading no. 6806); mullite", + "parent": "2508", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "250870", + "text": "250870 - Clays (excluding expanded clays of heading no. 6806); chamotte or dinas earths", + "parent": "2508", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2509", + "text": "2509 - Chalk", + "parent": "25", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "250900", + "text": "250900 - Chalk", + "parent": "2509", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2510", + "text": "2510 - Natural calcium phosphates; natural aluminium calcium phosphates and phosphatic chalk", + "parent": "25", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "251010", + "text": "251010 - Natural calcium phosphates, natural aluminium calcium phosphates and phosphatic chalk; unground", + "parent": "2510", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "251020", + "text": "251020 - Natural calcium phosphates, natural aluminium calcium phosphates and phosphatic chalk; ground", + "parent": "2510", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2511", + "text": "2511 - Natural barium sulphate (barytes); natural barium carbonate, (witherite) whether or not calcined, other than barium oxide of heading no. 2816", + "parent": "25", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "251110", + "text": "251110 - Barium sulphate (barytes); natural", + "parent": "2511", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "251120", + "text": "251120 - Barium carbonate (witherite); natural, whether or not calcined, other than barium oxide of heading no. 2816", + "parent": "2511", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2512", + "text": "2512 - Siliceous fossil meals (e.g. kieselguhr, tripolite and diatomite) and similar siliceous earths; whether or not calcined, of an apparent specific gravity of 1 or less", + "parent": "25", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "251200", + "text": "251200 - Siliceous fossil meals (e.g. kieselguhr, tripolite and diatomite) and similar siliceous earths; whether or not calcined, of an apparent specific gravity of 1 or less", + "parent": "2512", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2513", + "text": "2513 - Pumice stone; emery; natural corundum, natural garnet and other natural abrasives, whether or not heat treated", + "parent": "25", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "251310", + "text": "251310 - Pumice stone, whether or not heat treated", + "parent": "2513", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "251311", + "text": "251311 - Pumice stones, crude or in irregular pieces", + "parent": "2513", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "251319", + "text": "251319 - Pumice stone, worked", + "parent": "2513", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "251320", + "text": "251320 - Emery, natural corundum, natural garnet and other natural abrasives, whether or not heat-treated", + "parent": "2513", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "251321", + "text": "251321 - Emery & natural abrasives nes, crude, irregular piece", + "parent": "2513", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "251329", + "text": "251329 - Emery, natural corundum/garnet, including heat treate", + "parent": "2513", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2514", + "text": "2514 - Slate, whether or not roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape", + "parent": "25", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "251400", + "text": "251400 - Slate; whether or not roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape", + "parent": "2514", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2515", + "text": "2515 - Marble, travertine, ecaussine and other calcareous stone; of an apparent specific gravity of less than 2.5, alabaster, whether cut by sawing etc, into blocks, slabs of a rectangular (square) shape", + "parent": "25", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "251511", + "text": "251511 - Marble and travertine; having a specific gravity of 2.5 or more, crude or roughly trimmed by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape", + "parent": "2515", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "251512", + "text": "251512 - Marble and travertine; merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape, having a specific gravity of 2.5 or more", + "parent": "2515", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "251520", + "text": "251520 - Ecaussine and other calcareous monumental or building stone; alabaster, having a specific gravity of 2.5 or more", + "parent": "2515", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2516", + "text": "2516 - Granite, porphyry, basalt, sandstone, other monumental and building stone, whether or not roughly trimmed, cut, by sawing etc, into blocks or slabs of a rectangular (including square) shape", + "parent": "25", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "251611", + "text": "251611 - Granite; crude or roughly trimmed", + "parent": "2516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "251612", + "text": "251612 - Granite; merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape", + "parent": "2516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "251620", + "text": "251620 - Sandstone;. whether or not roughly trimmed, cut, by sawing etc, into blocks or slabs of a rectangular (including square) shape", + "parent": "2516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "251621", + "text": "251621 - Sandstone, crude or roughly trimmed", + "parent": "2516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "251622", + "text": "251622 - Sandstone, merely cut into blocks etc", + "parent": "2516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "251690", + "text": "251690 - Monumental or building stone; n.e.c. in heading no. 2516, whether or not roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape", + "parent": "2516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2517", + "text": "2517 - Pebbles, gravel, crushed stone for concrete aggregates for road or railway ballast, shingle or flint; macadam of slag, dross etc tarred granules, chippings, powder of stones of heading no. 2515 and 2516", + "parent": "25", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "251710", + "text": "251710 - Pebbles, gravel, broken or crushed stone; of a kind commonly used for concrete aggregates, for road metalling or for railway or other ballast, shingle and flint, whether or not heat-treated", + "parent": "2517", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "251720", + "text": "251720 - Macadam of slag, dross or similar industrial waste; whether or not incorporating the materials in Tariff item 2517.10.00", + "parent": "2517", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "251730", + "text": "251730 - Tarred macadam", + "parent": "2517", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "251741", + "text": "251741 - Stones; of marble, in granules, chippings and powder, whether or not heat-treated", + "parent": "2517", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "251749", + "text": "251749 - Stones; of heading no. 2515 or 2516 (excluding marble), in granules, chippings and powder, whether or not heat-treated", + "parent": "2517", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2518", + "text": "2518 - Dolomite, whether or not calcined or sintered, including dolomite roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape", + "parent": "25", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "251810", + "text": "251810 - Dolomite, not calcined or sintered; including dolomite roughly trimmed, or merely cut by sawing or otherwise into blocks or slabs of rectangular (including square) shape", + "parent": "2518", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "251820", + "text": "251820 - Dolomite, calcined or sintered; including dolomite roughly trimmed, or merely cut by sawing or otherwise into blocks or slabs of rectangular (including square) shape", + "parent": "2518", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "251830", + "text": "251830 - Dolomite ramming mix", + "parent": "2518", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2519", + "text": "2519 - Natural magnesium carbonate (magnesite); fused magnesia; dead-burned (sintered) magnesia, whether or not containing small quantities of other oxides added before sintering; magnesium oxide, pure or not", + "parent": "25", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "251910", + "text": "251910 - Magnesium carbonate (magnesite); natural", + "parent": "2519", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "251990", + "text": "251990 - Magnesia, fused or dead-burned (sintered); whether or not containing small quantities of other oxides added before sintering, other magnesium oxide, whether or not pure, (not natural magnesium carbonate)", + "parent": "2519", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2520", + "text": "2520 - Gypsum; anhydrite; plasters (consisting of calcined gypsum or calcium sulphate), coloured or not, with or without small quantities of accelerators or retarders", + "parent": "25", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "252010", + "text": "252010 - Gypsum; anhydrite", + "parent": "2520", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "252020", + "text": "252020 - Plasters; (consisting of calcined gypsum or calcium sulphate), whether or not coloured, with or without small quantities of accelerators or retarders", + "parent": "2520", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2521", + "text": "2521 - Limestone flux; limestone and other calcareous stone, of a kind used for the manufacture of lime or cement", + "parent": "25", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "252100", + "text": "252100 - Limestone flux; limestone and other calcareous stone, of a kind used for the manufacture of lime or cement", + "parent": "2521", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2522", + "text": "2522 - Quicklime, slaked lime and hydraulic lime; other than calcium oxide and hydroxide of heading no. 2825", + "parent": "25", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "252210", + "text": "252210 - Quicklime; excluding calcium oxide and hydroxide of heading no. 2825", + "parent": "2522", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "252220", + "text": "252220 - Slaked lime; excluding calcium oxide and hydroxide of heading no. 2825", + "parent": "2522", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "252230", + "text": "252230 - Hydraulic lime; excluding calcium oxide and hydroxide of heading no. 2825", + "parent": "2522", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2523", + "text": "2523 - Portland cement, aluminous cement (ciment fondu), slag cement, supersulphate cement and similar hydraulic cements, whether or not coloured or in the form of clinkers", + "parent": "25", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "252310", + "text": "252310 - Cement clinkers (whether or not coloured)", + "parent": "2523", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "252321", + "text": "252321 - Cement; portland, white, whether or not artificially coloured", + "parent": "2523", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "252329", + "text": "252329 - Cement; portland, other than white, whether or not artificially coloured", + "parent": "2523", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "252330", + "text": "252330 - Cement; aluminous (ciment fondu), whether or not coloured or in the form of clinkers", + "parent": "2523", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "252390", + "text": "252390 - Cement; hydraulic kinds n.e.c. in heading no. 2523", + "parent": "2523", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2524", + "text": "2524 - Asbestos", + "parent": "25", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "252400", + "text": "252400 - Asbestos", + "parent": "2524", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "252410", + "text": "252410 - Asbestos; crocidolite (blue asbestos)", + "parent": "2524", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "252490", + "text": "252490 - Asbestos; other than crocidolite (blue asbestos)", + "parent": "2524", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2525", + "text": "2525 - Mica, including splittings; mica waste", + "parent": "25", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "252510", + "text": "252510 - Mica; crude and rifted into sheets or splittings", + "parent": "2525", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "252520", + "text": "252520 - Mica; powder", + "parent": "2525", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "252530", + "text": "252530 - Mica; waste", + "parent": "2525", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2526", + "text": "2526 - Natural steatite; whether or not roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape; talc", + "parent": "25", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "252610", + "text": "252610 - Steatite; natural, (not crushed or powdered), whether or not roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape; talc", + "parent": "2526", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "252620", + "text": "252620 - Steatite; natural, crushed, powdered, whether or not roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape; talc", + "parent": "2526", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2527", + "text": "2527 - Natural cryolite, natural chiolite", + "parent": "25", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "252700", + "text": "252700 - Natural cryolite, natural chiolite", + "parent": "2527", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2528", + "text": "2528 - Natural borates and concentrates thereof (whether or not calcined), but not including borates separated from natural brine; natural boric acid containing not more than 85 % of H3BO3 calculated on the dry weight", + "parent": "25", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "252800", + "text": "252800 - Natural borates and concentrates thereof (whether or not calcined), but not including borates separated from natural brine; natural boric acid containing not more than 85 % of H3BO3 calculated on the dry weight", + "parent": "2528", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "252810", + "text": "252810 - Natural sodium borates & concentrates thereof (whether/not calcined)", + "parent": "2528", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "252890", + "text": "252890 - Natural borates & concentrates thereof (excl. sodium borates), whether/not calcined but not incl. borates separated from natural brine; natural boric acid containing not >85% of H3BO3 calc. on the dry weight", + "parent": "2528", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2529", + "text": "2529 - Feldspar; leucite; nepheline and nepheline syenite; fluorspar", + "parent": "25", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "252910", + "text": "252910 - Feldspar", + "parent": "2529", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "252921", + "text": "252921 - Fluorspar; containing by weight 97% or less of calcium fluoride", + "parent": "2529", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "252922", + "text": "252922 - Fluorspar; containing by weight more than 97% of calcium fluoride", + "parent": "2529", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "252930", + "text": "252930 - Leucite; nepheline and nepheline syenite", + "parent": "2529", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2530", + "text": "2530 - Mineral substances not elsewhere specified or included", + "parent": "25", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "253010", + "text": "253010 - Vermiculite, perlite and chlorites; unexpanded", + "parent": "2530", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "253020", + "text": "253020 - Kieserite, epsomite (natural magnesium sulphates)", + "parent": "2530", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "253030", + "text": "253030 - Earth colours", + "parent": "2530", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "253040", + "text": "253040 - Natural micaceous iron oxides", + "parent": "2530", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "253090", + "text": "253090 - Mineral substances; n.e.c. in chapter 25", + "parent": "2530", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "26", + "text": "26 - Ores, slag and ash", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "2601", + "text": "2601 - Iron ores and concentrates; including roasted iron pyrites", + "parent": "26", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "260111", + "text": "260111 - Iron ores and concentrates; non-agglomerated", + "parent": "2601", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "260112", + "text": "260112 - Iron ores and concentrates; agglomerated (excluding roasted iron pyrites)", + "parent": "2601", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "260120", + "text": "260120 - Iron pyrites; roasted", + "parent": "2601", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2602", + "text": "2602 - Manganese ores and concentrates, including ferruginous manganese ores and concentrates with a manganese content of 20% or more, calculated on the dry weight", + "parent": "26", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "260200", + "text": "260200 - Manganese ores and concentrates, including ferruginous manganese ores and concentrates with a manganese content of 20% or more, calculated on the dry weight", + "parent": "2602", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2603", + "text": "2603 - Copper ores and concentrates", + "parent": "26", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "260300", + "text": "260300 - Copper ores and concentrates", + "parent": "2603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2604", + "text": "2604 - Nickel ores and concentrates", + "parent": "26", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "260400", + "text": "260400 - Nickel ores and concentrates", + "parent": "2604", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2605", + "text": "2605 - Cobalt ores and concentrates", + "parent": "26", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "260500", + "text": "260500 - Cobalt ores and concentrates", + "parent": "2605", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2606", + "text": "2606 - Aluminium ores and concentrates", + "parent": "26", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "260600", + "text": "260600 - Aluminium ores and concentrates", + "parent": "2606", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2607", + "text": "2607 - Lead ores and concentrates", + "parent": "26", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "260700", + "text": "260700 - Lead ores and concentrates", + "parent": "2607", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2608", + "text": "2608 - Zinc ores and concentrates", + "parent": "26", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "260800", + "text": "260800 - Zinc ores and concentrates", + "parent": "2608", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2609", + "text": "2609 - Tin ores and concentrates", + "parent": "26", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "260900", + "text": "260900 - Tin ores and concentrates", + "parent": "2609", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2610", + "text": "2610 - Chromium ores and concentrates", + "parent": "26", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "261000", + "text": "261000 - Chromium ores and concentrates", + "parent": "2610", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2611", + "text": "2611 - Tungsten ores and concentrates", + "parent": "26", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "261100", + "text": "261100 - Tungsten ores and concentrates", + "parent": "2611", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2612", + "text": "2612 - Uranium or thorium ores and concentrates", + "parent": "26", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "261210", + "text": "261210 - Uranium ores and concentrates", + "parent": "2612", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "261220", + "text": "261220 - Thorium ores and concentrates", + "parent": "2612", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2613", + "text": "2613 - Molybdenum ores and concentrates", + "parent": "26", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "261310", + "text": "261310 - Molybdenum ores and concentrates; roasted", + "parent": "2613", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "261390", + "text": "261390 - Molybdenum ores and concentrates; other than roasted", + "parent": "2613", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2614", + "text": "2614 - Titanium ores and concentrates", + "parent": "26", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "261400", + "text": "261400 - Titanium ores and concentrates", + "parent": "2614", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2615", + "text": "2615 - Niobium, tantalum, vanadium or zirconium ores and concentrates", + "parent": "26", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "261510", + "text": "261510 - Zirconium ores and concentrates", + "parent": "2615", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "261590", + "text": "261590 - Niobium, tantalum, vanadium ores and concentrates", + "parent": "2615", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2616", + "text": "2616 - Precious metal ores and concentrates", + "parent": "26", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "261610", + "text": "261610 - Silver ores and concentrates", + "parent": "2616", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "261690", + "text": "261690 - Precious metal ores and concentrates; (excluding silver)", + "parent": "2616", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2617", + "text": "2617 - Ores and concentrates; n.e.c. in heading no. 2601", + "parent": "26", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "261710", + "text": "261710 - Antimony ores and concentrates", + "parent": "2617", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "261790", + "text": "261790 - Ores and concentrates n.e.c. in chapter 26; other than antimony", + "parent": "2617", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2618", + "text": "2618 - Granulated slag (slag sand) from the manufacture of iron or steel", + "parent": "26", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "261800", + "text": "261800 - Slag, granulated (slag sand); from the manufacture or iron or steel", + "parent": "2618", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2619", + "text": "2619 - Slag, dross; (other than granulated slag), scalings and other waste from the manufacture of iron or steel", + "parent": "26", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "261900", + "text": "261900 - Slag, dross; (other than granulated slag), scalings and other waste from the manufacture of iron or steel", + "parent": "2619", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2620", + "text": "2620 - Slag, ash and residues; (not from the manufacture of iron or steel) containing metals, arsenic or their compounds", + "parent": "26", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "262011", + "text": "262011 - Slag, ash and residues; (not from the manufacture of iron or steel), containing mainly zinc, hard zinc spelter", + "parent": "2620", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "262019", + "text": "262019 - Slag, ash and residues; (not from the manufacture of iron or steel), containing mainly zinc, other than hard zinc spelter", + "parent": "2620", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "262020", + "text": "262020 - Ash or residues containing mainly lead", + "parent": "2620", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "262021", + "text": "262021 - Slag, ash and residues; (not from the manufacture of iron or steel), containing mainly lead; leaded gasoline sludges and leaded anti-knock compound sludges", + "parent": "2620", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "262029", + "text": "262029 - Slag, ash and residues; (not from the manufacture of iron or steel), containing mainly lead; excluding leaded gasoline sludges and leaded anti-knock compound sludges", + "parent": "2620", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "262030", + "text": "262030 - Slag, ash and residues; (not from the manufacture of iron or steel), containing mainly copper", + "parent": "2620", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "262040", + "text": "262040 - Slag, ash and residues; (not from the manufacture of iron or steel), containing mainly aluminium", + "parent": "2620", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "262050", + "text": "262050 - Ash or residues containing mainly vanadium", + "parent": "2620", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "262060", + "text": "262060 - Slag, ash and residues; (not from the manufacture of iron or steel), containing arsenic, mercury, thallium or their mixtures, of a kind used for the extraction of arsenic or those metals or for the manufacture of their chemical compounds", + "parent": "2620", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "262090", + "text": "262090 - Ash or residues containing metals, metal compounds ne", + "parent": "2620", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "262091", + "text": "262091 - Slag, ash and residues; (not from the manufacture of iron or steel), containing antimony, beryllium, cadmium, chromium or their mixtures", + "parent": "2620", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "262099", + "text": "262099 - Slag, ash and residues; (not from the manufacture of iron or steel), containing mainly metals or their compounds, n.e.c. in heading no. 2620", + "parent": "2620", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2621", + "text": "2621 - Slag and ash n.e.c. in chapter 26; including seaweed ash (kelp) and ash and residues from the incineration of municipal waste", + "parent": "26", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "262100", + "text": "262100 - Slag and ash nes, including seaweed ash (kelp)", + "parent": "2621", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "262110", + "text": "262110 - Slag and ash; ash and residues from the incineration of municipal waste", + "parent": "2621", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "262190", + "text": "262190 - Slag and ash n.e.c. in chapter 26; including seaweed ash (kelp) but excluding ash and residues from the incineration of municipal waste", + "parent": "2621", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "27", + "text": "27 - Mineral fuels, mineral oils and products of their distillation; bituminous substances; mineral waxes", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "2701", + "text": "2701 - Coal; briquettes, ovoids and similar solid fuels manufactured from coal", + "parent": "27", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "270111", + "text": "270111 - Coal; anthracite, whether or not pulverised, but not agglomerated", + "parent": "2701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "270112", + "text": "270112 - Coal; bituminous, whether or not pulverised, but not agglomerated", + "parent": "2701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "270119", + "text": "270119 - Coal; (other than anthracite and bituminous), whether or not pulverised but not agglomerated", + "parent": "2701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "270120", + "text": "270120 - Briquettes, ovoids and similar solid fuels; manufactured from coal", + "parent": "2701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2702", + "text": "2702 - Lignite; whether or not agglomerated, excluding jet", + "parent": "27", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "270210", + "text": "270210 - Lignite; whether or not pulverised, but not agglomerated, excluding jet", + "parent": "2702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "270220", + "text": "270220 - Lignite; agglomerated, excluding jet", + "parent": "2702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2703", + "text": "2703 - Peat; (including peat litter), whether or not agglomerated", + "parent": "27", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "270300", + "text": "270300 - Peat; (including peat litter), whether or not agglomerated", + "parent": "2703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2704", + "text": "2704 - Coke and semi-coke; of coal, lignite or peat, whether or not agglomerated; retort carbon", + "parent": "27", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "270400", + "text": "270400 - Coke and semi-coke; of coal, lignite or peat, whether or not agglomerated; retort carbon", + "parent": "2704", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2705", + "text": "2705 - Coal gas, water gas, producer gas and similar gases, other than petroleum gases and other gaseous hydrocarbons", + "parent": "27", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "270500", + "text": "270500 - Gases; coal, water, producer and similar gases (excluding petroleum and other gaseous hydrocarbons)", + "parent": "2705", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2706", + "text": "2706 - Tar distilled from coal, from lignite, peat and other mineral tars, whether or not dehydrated or partially distilled; including reconstituted tars", + "parent": "27", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "270600", + "text": "270600 - Tar; distilled from coal, lignite or peat, and other mineral tars, whether or not dehydrated or partially distilled, including reconstituted tars", + "parent": "2706", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2707", + "text": "2707 - Oils and other products of the distillation of high temperature coal tar; similar products in which the weight of the aromatic constituents exceeds that of the non-aromatic constituents", + "parent": "27", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "270710", + "text": "270710 - Oils and products of the distillation of high temperature coal tar; benzol (benzene)", + "parent": "2707", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "270720", + "text": "270720 - Oils and products of the distillation of high temperature coal tar; toluol (toluene)", + "parent": "2707", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "270730", + "text": "270730 - Oils and products of the distillation of high temperature coal tar; xylol (xylenes)", + "parent": "2707", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "270740", + "text": "270740 - Oils and products of the distillation of high temperature coal tar; naphthalene", + "parent": "2707", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "270750", + "text": "270750 - Aromatic hydrocarbon mixtures; n.e.c. in heading no. 2707, of which 65% or more by volume (including losses) distils at 250 degrees Celsius by the ISO 3405 method (equivalent to the ASTM D 86 method)", + "parent": "2707", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "270760", + "text": "270760 - Phenols", + "parent": "2707", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "270791", + "text": "270791 - Oils and other products of the distillation of high temperature coal tar; creosote oils", + "parent": "2707", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "270799", + "text": "270799 - Oils and other products of the distillation of high temperature coal tar; n.e.c. in heading no. 2707", + "parent": "2707", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2708", + "text": "2708 - Pitch and pitch coke; obtained from coal tar or from other mineral tars", + "parent": "27", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "270810", + "text": "270810 - Pitch; obtained from coal tar or from other mineral tars", + "parent": "2708", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "270820", + "text": "270820 - Pitch coke; obtained from coal tar or from other mineral tars", + "parent": "2708", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2709", + "text": "2709 - Petroleum oils and oils obtained from bituminous minerals; crude", + "parent": "27", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "270900", + "text": "270900 - Oils; petroleum oils and oils obtained from bituminous minerals, crude", + "parent": "2709", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2710", + "text": "2710 - Petroleum oils and oils from bituminous minerals, not crude; preparations n.e.c, containing by weight 70% or more of petroleum oils or oils from bituminous minerals; these being the basic constituents of the preparations; waste oils", + "parent": "27", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "271000", + "text": "271000 - Oils petroleum, bituminous, distillates, except crude", + "parent": "2710", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "271011", + "text": "271011 - Light petroleum oils & preparations", + "parent": "2710", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "271012", + "text": "271012 - Petroleum oils and oils from bituminous minerals, not containing biodiesel, not crude, not waste oils; preparations n.e.c, containing by weight 70% or more of petroleum oils or oils from bituminous minerals; light oils and preparations", + "parent": "2710", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "271013", + "text": "271013 - Petroleum spirit except aviation or motor fuel", + "parent": "2710", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "271014", + "text": "271014 - Petroleum spirit-type fuel", + "parent": "2710", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "271015", + "text": "271015 - White spirit", + "parent": "2710", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "271016", + "text": "271016 - Petroleum naphtha", + "parent": "2710", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "271019", + "text": "271019 - Petroleum oils and oils from bituminous minerals, not containing biodiesel, not crude, not waste oils; preparations n.e.c, containing by weight 70% or more of petroleum oils or oils from bituminous minerals; not light oils and preparations", + "parent": "2710", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "271020", + "text": "271020 - Petroleum oils and oils from bituminous minerals, containing biodiesel, not crude, not waste oils; preparations n.e.c, containing by weight 70% or more of petroleum oils or oils from bituminous minerals", + "parent": "2710", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "271021", + "text": "271021 - Kerosene jet fuel", + "parent": "2710", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "271022", + "text": "271022 - Kerosene, for furnaces", + "parent": "2710", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "271025", + "text": "271025 - Kerosene lamp oil, motor kerosene, light diesel, etc", + "parent": "2710", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "271026", + "text": "271026 - Gas oils - bunker oil, No.1 furnace, motor diesel", + "parent": "2710", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "271027", + "text": "271027 - Diesel oils- No.2 furnace, marine diesel", + "parent": "2710", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "271029", + "text": "271029 - Fuel oils nes, heavy distillates", + "parent": "2710", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "271091", + "text": "271091 - Waste Oils; of petroleum or obtained from bituminous minerals, not crude; and preparations n.e.c., weight 70% or preparations of the same, containing polychlorinated biphenyls (PCBs), polychorinated terphenyls (PCTs) or polybrominated biphenyls (PBBs)", + "parent": "2710", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "271093", + "text": "271093 - Heavy furnace oil nes", + "parent": "2710", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "271094", + "text": "271094 - Petroleum oil used in road building", + "parent": "2710", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "271095", + "text": "271095 - Petroleum lubricating oils", + "parent": "2710", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "271096", + "text": "271096 - Petroleum lubricating greases", + "parent": "2710", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "271099", + "text": "271099 - Waste Oils; of petroleum or obtained from bituminous minerals, not crude and preparations n.e.c., weight 70% or preparations of the same, not containing polychlorinated biphenyls (PCBs), polychorinated terphenyls (PCTs) or polybrominated biphenyls (PBBs)", + "parent": "2710", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2711", + "text": "2711 - Petroleum gases and other gaseous hydrocarbons", + "parent": "27", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "271111", + "text": "271111 - Petroleum gases and other gaseous hydrocarbons; liquefied, natural gas", + "parent": "2711", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "271112", + "text": "271112 - Petroleum gases and other gaseous hydrocarbons; liquefied, propane", + "parent": "2711", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "271113", + "text": "271113 - Petroleum gases and other gaseous hydrocarbons; liquefied, butanes", + "parent": "2711", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "271114", + "text": "271114 - Petroleum gases and other gaseous hydrocarbons; liquefied, ethylene, propylene, butylene and butadiene", + "parent": "2711", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "271119", + "text": "271119 - Petroleum gases and other gaseous hydrocarbons; liquefied, n.e.c. in heading no. 2711", + "parent": "2711", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "271121", + "text": "271121 - Petroleum gases and other gaseous hydrocarbons; in gaseous state, natural gas", + "parent": "2711", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "271129", + "text": "271129 - Petroleum gases and other gaseous hydrocarbons; in gaseous state, other than natural gas", + "parent": "2711", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2712", + "text": "2712 - Petroleum jelly; paraffin wax, micro-crystalline petroleum wax, slack wax, ozokerite, lignite wax, peat wax, other mineral waxes, similar products obtained by synthesis, other processes; coloured or not", + "parent": "27", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "271210", + "text": "271210 - Petroleum jelly", + "parent": "2712", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "271220", + "text": "271220 - Paraffin wax; containing by weight less than 0.75% of oil, obtained by synthesis or by other processes, whether or not coloured", + "parent": "2712", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "271290", + "text": "271290 - Paraffin wax; containing by weight 0.75% or more of oil, obtained by synthesis or by other processes, whether or not coloured", + "parent": "2712", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2713", + "text": "2713 - Petroleum coke, petroleum bitumen; other residues of petroleum oils or oils obtained from bituminous minerals", + "parent": "27", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "271311", + "text": "271311 - Petroleum coke; (not calcined), obtained from bituminous minerals", + "parent": "2713", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "271312", + "text": "271312 - Petroleum coke; calcined, obtained from bituminous minerals", + "parent": "2713", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "271320", + "text": "271320 - Petroleum bitumen; obtained from bituminous minerals", + "parent": "2713", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "271390", + "text": "271390 - Residues; of petroleum oils or of oils obtained from bituminous minerals", + "parent": "2713", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2714", + "text": "2714 - Bitumen and asphalt, natural; bituminous or oil shale and tar sands; asphaltites and asphaltic rocks", + "parent": "27", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "271410", + "text": "271410 - Bituminous or oil shale and tar sands", + "parent": "2714", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "271490", + "text": "271490 - Bitumen and asphalt, natural; asphaltites and asphaltic rock", + "parent": "2714", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2715", + "text": "2715 - Bituminous mixtures based on natural asphalt; on natural bitumen, on petroleum bitumen, on mineral tar or on mineral tar pitch (e.g. bituminous mastics, cut-backs)", + "parent": "27", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "271500", + "text": "271500 - Bituminous mixtures based on natural asphalt, on natural bitumen, on petroleum bitumen, on mineral tar or on mineral tar pitch (e.g. bituminous mastics, cut-backs)", + "parent": "2715", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2716", + "text": "2716 - Electrical energy", + "parent": "27", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "271600", + "text": "271600 - Electrical energy", + "parent": "2716", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "28", + "text": "28 - Inorganic chemicals; organic and inorganic compounds of precious metals; of rare earth metals, of radio-active elements and of isotopes", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "2801", + "text": "2801 - Fluorine, chlorine, bromine and iodine", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "280110", + "text": "280110 - Chlorine", + "parent": "2801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "280120", + "text": "280120 - Iodine", + "parent": "2801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "280130", + "text": "280130 - Fluorine; bromine", + "parent": "2801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2802", + "text": "2802 - Sulphur; sublimed or precipitated, colloidal sulphur", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "280200", + "text": "280200 - Sulphur; sublimed or precipitated, colloidal sulphur", + "parent": "2802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2803", + "text": "2803 - Carbon; carbon blacks and other forms of carbon n.e.c.", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "280300", + "text": "280300 - Carbon; carbon blacks and other forms of carbon n.e.c.", + "parent": "2803", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2804", + "text": "2804 - Hydrogen, rare gases and other non-metals", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "280410", + "text": "280410 - Hydrogen", + "parent": "2804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "280421", + "text": "280421 - Gases, rare; argon", + "parent": "2804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "280429", + "text": "280429 - Gases, rare; other than argon", + "parent": "2804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "280430", + "text": "280430 - Nitrogen", + "parent": "2804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "280440", + "text": "280440 - Oxygen", + "parent": "2804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "280450", + "text": "280450 - Boron; tellurium", + "parent": "2804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "280461", + "text": "280461 - Silicon; containing by weight not less than 99.99% of silicon", + "parent": "2804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "280469", + "text": "280469 - Silicon; containing by weight less than 99.99% of silicon", + "parent": "2804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "280470", + "text": "280470 - Phosphorus", + "parent": "2804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "280480", + "text": "280480 - Arsenic", + "parent": "2804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "280490", + "text": "280490 - Selenium", + "parent": "2804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2805", + "text": "2805 - Alkali or alkaline-earth metals; rare-earth metals, scandium and yttrium, whether or not intermixed or interalloyed; mercury", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "280511", + "text": "280511 - Alkali or alkali-earth metals; sodium", + "parent": "2805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "280512", + "text": "280512 - Alkali or alkali-earth metals; calcium", + "parent": "2805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "280519", + "text": "280519 - Alkali or alkali-earth metals; other than sodium and calcium", + "parent": "2805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "280521", + "text": "280521 - Calcium", + "parent": "2805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "280522", + "text": "280522 - Strontium and barium", + "parent": "2805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "280530", + "text": "280530 - Earth-metals, rare; scandium and yttrium, whether or not intermixed or interalloyed", + "parent": "2805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "280540", + "text": "280540 - Mercury", + "parent": "2805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2806", + "text": "2806 - Hydrogen chloride (hydrochloric acid); chlorosulphuric acid", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "280610", + "text": "280610 - Hydrogen chloride (hydrochloric acid)", + "parent": "2806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "280620", + "text": "280620 - Chlorosulphuric acid", + "parent": "2806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2807", + "text": "2807 - Sulphuric acid; oleum", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "280700", + "text": "280700 - Sulphuric acid; oleum", + "parent": "2807", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2808", + "text": "2808 - Nitric acid; sulphonitric acids", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "280800", + "text": "280800 - Nitric acid; sulphonitric acids", + "parent": "2808", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2809", + "text": "2809 - Diphosphorus pentaoxide; phosphoric acid; polyphosphoric acids, whether or not chemically defined", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "280910", + "text": "280910 - Diphosphorus pentoxide", + "parent": "2809", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "280920", + "text": "280920 - Phosphoric acid and polyphosphoric acids", + "parent": "2809", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2810", + "text": "2810 - Oxides of boron; boric acids", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "281000", + "text": "281000 - Oxides of boron; boric acids", + "parent": "2810", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2811", + "text": "2811 - Inorganic acids and other inorganic oxygen compounds of non-metals; n.e.c. in heading no. 2806 to 2810", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "281111", + "text": "281111 - Hydrogen fluoride (hydrofluoric acid)", + "parent": "2811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "281112", + "text": "281112 - Hydrogen cyanide (hydrocyanic acid)", + "parent": "2811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "281119", + "text": "281119 - Inorganic acids; other than hydrogen fluoride", + "parent": "2811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "281121", + "text": "281121 - Carbon dioxide", + "parent": "2811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "281122", + "text": "281122 - Silicon dioxide", + "parent": "2811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "281123", + "text": "281123 - Sulphur dioxide", + "parent": "2811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "281129", + "text": "281129 - Inorganic oxygen compounds; of non-metals, n.e.c. in item no. 2811.2", + "parent": "2811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2812", + "text": "2812 - Halides and halide oxides of non-metals", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "281210", + "text": "281210 - Chlorides and chloride oxides", + "parent": "2812", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "281211", + "text": "281211 - Carbonyl dichloride (phosgene)", + "parent": "2812", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "281212", + "text": "281212 - Phosphorus oxychloride", + "parent": "2812", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "281213", + "text": "281213 - Phosphorus trichloride", + "parent": "2812", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "281214", + "text": "281214 - Phosphorus pentachloride", + "parent": "2812", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "281215", + "text": "281215 - Sulphur monochloride", + "parent": "2812", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "281216", + "text": "281216 - Sulphur dichloride", + "parent": "2812", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "281217", + "text": "281217 - Thionyl chloride", + "parent": "2812", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "281219", + "text": "281219 - Arsenic trichloride and other chlorides and chloride oxides, n.e.c. in item no. 2812", + "parent": "2812", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "281290", + "text": "281290 - Halides and halide oxides of non-metals; excluding chloride", + "parent": "2812", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2813", + "text": "2813 - Sulphides of non-metals; commercial phosphorus trisulphide", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "281310", + "text": "281310 - Carbon disulphide", + "parent": "2813", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "281390", + "text": "281390 - Sulphides of non-metals, (excluding carbon); commercial phosphorus trisulphide", + "parent": "2813", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2814", + "text": "2814 - Ammonia; anhydrous or in aqueous solution", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "281410", + "text": "281410 - Ammonia; anhydrous", + "parent": "2814", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "281420", + "text": "281420 - Ammonia; in aqueous solution", + "parent": "2814", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2815", + "text": "2815 - Sodium hydroxide (caustic soda); potassium hydroxide (caustic potash) peroxides of sodium or potassium", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "281511", + "text": "281511 - Sodium hydroxide (caustic soda); solid", + "parent": "2815", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "281512", + "text": "281512 - Sodium hydroxide (caustic soda); in aqueous solution (soda lye or liquid soda)", + "parent": "2815", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "281520", + "text": "281520 - Potassium hydroxide (caustic potash)", + "parent": "2815", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "281530", + "text": "281530 - Peroxides of sodium or potassium", + "parent": "2815", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2816", + "text": "2816 - Hydroxide and peroxide of magnesium; oxides, hydroxides and peroxides of strontium or barium", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "281610", + "text": "281610 - Hydroxide and peroxide of magnesium", + "parent": "2816", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "281620", + "text": "281620 - Strontium oxide, hydroxide and peroxide", + "parent": "2816", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "281630", + "text": "281630 - Barium oxide, hydroxide and peroxide", + "parent": "2816", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "281640", + "text": "281640 - Oxides, hydroxides and peroxides, of strontium or barium", + "parent": "2816", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2817", + "text": "2817 - Zinc; oxide and peroxide", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "281700", + "text": "281700 - Zinc; oxide and peroxide", + "parent": "2817", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2818", + "text": "2818 - Aluminium oxide (including artificial corundum); aluminium hydroxide", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "281810", + "text": "281810 - Aluminium oxide; artificial corundum", + "parent": "2818", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "281820", + "text": "281820 - Aluminium oxide; other than artificial corundum", + "parent": "2818", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "281830", + "text": "281830 - Aluminium hydroxide", + "parent": "2818", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2819", + "text": "2819 - Chromium oxides and hydroxides", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "281910", + "text": "281910 - Chromium trioxide", + "parent": "2819", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "281990", + "text": "281990 - Chromium oxides and hydroxides; excluding chromium trioxide", + "parent": "2819", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2820", + "text": "2820 - Manganese oxides", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "282010", + "text": "282010 - Manganese dioxide", + "parent": "2820", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "282090", + "text": "282090 - Manganese oxides; excluding manganese dioxide", + "parent": "2820", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2821", + "text": "2821 - Iron oxides and hydroxides; earth colours containing 70% or more by weight of combined iron evaluated as Fe2o3", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "282110", + "text": "282110 - Iron oxides and hydroxides", + "parent": "2821", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "282120", + "text": "282120 - Earth colours; containing 70% or more by weight of combined iron evaluated as Fe2o3", + "parent": "2821", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2822", + "text": "2822 - Cobalt oxides and hydroxides; commercial cobalt oxides", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "282200", + "text": "282200 - Cobalt oxides and hydroxides; commercial cobalt oxides", + "parent": "2822", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2823", + "text": "2823 - Titanium oxides", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "282300", + "text": "282300 - Titanium oxides", + "parent": "2823", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2824", + "text": "2824 - Lead oxides; red lead and orange lead", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "282410", + "text": "282410 - Lead; lead monoxide (litharge, massicot)", + "parent": "2824", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "282420", + "text": "282420 - Red lead and orange lead", + "parent": "2824", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "282490", + "text": "282490 - Lead oxides; n.e.c. in heading no. 2824", + "parent": "2824", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2825", + "text": "2825 - Hydrazine and hydroxylamine and their inorganic salts; other inorganic bases; other metal oxides, hydroxides and peroxides", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "282510", + "text": "282510 - Hydrazine and hydroxylamine and their inorganic salts", + "parent": "2825", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "282520", + "text": "282520 - Lithium oxide and hydroxide", + "parent": "2825", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "282530", + "text": "282530 - Vanadium oxides and hydroxides", + "parent": "2825", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "282540", + "text": "282540 - Nickel oxides and hydroxides", + "parent": "2825", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "282550", + "text": "282550 - Copper oxides and hydroxides", + "parent": "2825", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "282560", + "text": "282560 - Germanium oxides and zirconium dioxide", + "parent": "2825", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "282570", + "text": "282570 - Molybdenum oxides and hydroxides", + "parent": "2825", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "282580", + "text": "282580 - Antimony oxides", + "parent": "2825", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "282590", + "text": "282590 - Inorganic bases, metal oxides, hydroxides and peroxides; n.e.c. in heading no. 2825", + "parent": "2825", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2826", + "text": "2826 - Fluorides; fluorosilicates, fluoroaluminates and other complex fluorine salts", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "282611", + "text": "282611 - Fluorides of ammonium or of sodium", + "parent": "2826", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "282612", + "text": "282612 - Fluorides; of aluminium", + "parent": "2826", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "282619", + "text": "282619 - Fluorides; other than of aluminium", + "parent": "2826", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "282620", + "text": "282620 - Fluorosilicates of sodium or of potassium", + "parent": "2826", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "282630", + "text": "282630 - Sodium hexafluoroaluminate (synthetic cryolite)", + "parent": "2826", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "282690", + "text": "282690 - Fluorides; fluorosilicates, fluoroaluminates and other complex fluorine salts, n.e.c. in heading no. 2826", + "parent": "2826", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2827", + "text": "2827 - Chlorides; chloride oxides and chloride hydroxides; bromides and bromide oxides; iodides and iodide oxides", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "282710", + "text": "282710 - Chlorides; of ammonium", + "parent": "2827", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "282720", + "text": "282720 - Chlorides; of calcium", + "parent": "2827", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "282731", + "text": "282731 - Chlorides; of magnesium", + "parent": "2827", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "282732", + "text": "282732 - Chlorides; of aluminium", + "parent": "2827", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "282733", + "text": "282733 - Iron chlorides", + "parent": "2827", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "282734", + "text": "282734 - Cobalt chloride", + "parent": "2827", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "282735", + "text": "282735 - Chlorides; of nickel", + "parent": "2827", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "282736", + "text": "282736 - Zinc chloride", + "parent": "2827", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "282737", + "text": "282737 - Tin chlorides", + "parent": "2827", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "282738", + "text": "282738 - Barium chloride", + "parent": "2827", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "282739", + "text": "282739 - Chlorides; other than of ammonium, calcium, magnesium, aluminium and nickel", + "parent": "2827", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "282741", + "text": "282741 - Chloride oxides and chloride hydroxides; of copper", + "parent": "2827", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "282749", + "text": "282749 - Chloride oxides and chloride hydroxides; other than of copper", + "parent": "2827", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "282751", + "text": "282751 - Bromides; of sodium or of potassium", + "parent": "2827", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "282759", + "text": "282759 - Bromides and bromide oxides; other than item no. 2827.51", + "parent": "2827", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "282760", + "text": "282760 - Iodides and iodide oxides", + "parent": "2827", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2828", + "text": "2828 - Hypochlorites; commercial calcium hypochlorite; chlorites; hypobromites", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "282810", + "text": "282810 - Hypochlorites; commercial calcium hypochlorite and other calcium hypochlorites", + "parent": "2828", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "282890", + "text": "282890 - Hypochlorites; n.e.c. in heading no. 2828", + "parent": "2828", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2829", + "text": "2829 - Chlorates and perchlorates; bromates and perbromates; iodates and periodates", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "282911", + "text": "282911 - Chlorates; of sodium", + "parent": "2829", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "282919", + "text": "282919 - Chlorates; other than sodium", + "parent": "2829", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "282990", + "text": "282990 - Perchlorates; bromates and perbromates; iodates and periodates", + "parent": "2829", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2830", + "text": "2830 - Sulphides; polysulphides whether or not chemically defined", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "283010", + "text": "283010 - Sulphides; of sodium, whether or not chemically defined", + "parent": "2830", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283020", + "text": "283020 - Zinc sulphide", + "parent": "2830", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283030", + "text": "283030 - Cadmium sulphide", + "parent": "2830", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283090", + "text": "283090 - Sulphides and polysulphides; whether or not chemically defined, other than sulphides of sodium", + "parent": "2830", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2831", + "text": "2831 - Dithionites and sulphoxylates", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "283110", + "text": "283110 - Dithionites and sulphoxylates; of sodium", + "parent": "2831", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283190", + "text": "283190 - Dithionites and sulphoxylates; other than sodium", + "parent": "2831", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2832", + "text": "2832 - Sulphites; thiosulphates", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "283210", + "text": "283210 - Sulphites; of sodium", + "parent": "2832", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283220", + "text": "283220 - Sulphites; other than of sodium", + "parent": "2832", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283230", + "text": "283230 - Thiosulphates", + "parent": "2832", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2833", + "text": "2833 - Sulphates; alums; peroxosulphates (persulphates)", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "283311", + "text": "283311 - Sodium sulphates; disodium sulphate", + "parent": "2833", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283319", + "text": "283319 - Sodium sulphates; other than disodium sulphate", + "parent": "2833", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283321", + "text": "283321 - Sulphates; of magnesium", + "parent": "2833", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283322", + "text": "283322 - Sulphates; of aluminium", + "parent": "2833", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283323", + "text": "283323 - Chromium sulphates", + "parent": "2833", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283324", + "text": "283324 - Sulphates; of nickel", + "parent": "2833", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283325", + "text": "283325 - Sulphates; of copper", + "parent": "2833", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283326", + "text": "283326 - Zinc sulphate", + "parent": "2833", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283327", + "text": "283327 - Sulphates; of barium", + "parent": "2833", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283329", + "text": "283329 - Sulphates; n.e.c. in item no. 2833.2", + "parent": "2833", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283330", + "text": "283330 - Alums", + "parent": "2833", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283340", + "text": "283340 - Peroxosulphates (persulphates)", + "parent": "2833", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2834", + "text": "2834 - Nitrites; nitrates", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "283410", + "text": "283410 - Nitrites", + "parent": "2834", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283421", + "text": "283421 - Nitrates; of potassium", + "parent": "2834", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283422", + "text": "283422 - Bismuth nitrates", + "parent": "2834", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283429", + "text": "283429 - Nitrates; of other than potassium", + "parent": "2834", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2835", + "text": "2835 - Phosphinates (hypophosphites), phosphonates (phosphites), and phosphates; and polyphosphates, whether or not chemically defined", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "283510", + "text": "283510 - Phosphinates (hypophosphites) and phosphonates (phosphites), whether or not chemically defined", + "parent": "2835", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283521", + "text": "283521 - Triammonium phosphate", + "parent": "2835", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283522", + "text": "283522 - Phosphates; of mono- or disodium, whether or not chemically defined", + "parent": "2835", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283523", + "text": "283523 - Trisodium phosphate", + "parent": "2835", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283524", + "text": "283524 - Phosphates; of potassium, whether or not chemically defined", + "parent": "2835", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283525", + "text": "283525 - Phosphates; calcium hydrogenorthophosphate (dicalcium phosphate), whether or not chemically defined", + "parent": "2835", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283526", + "text": "283526 - Phosphates; of calcium n.e.c. in item no. 2835.25, whether or not chemically defined", + "parent": "2835", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283529", + "text": "283529 - Phosphates; (other than of mono- or disodium, other than of potassium or of calcium hydrogenorthophosphate (dicalcium phosphate) and excluding other phosphates of calcium), whether or not chemically defined", + "parent": "2835", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283531", + "text": "283531 - Polyphosphates; sodium triphosphate (sodium tripolyphosphate), whether or not chemically defined", + "parent": "2835", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283539", + "text": "283539 - Polyphosphates; other than sodium triphosphate (sodium tripolyphosphate), whether or not chemically defined", + "parent": "2835", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2836", + "text": "2836 - Carbonates; peroxocarbonates (percarbonates); commercial ammonium carbonate containing ammonium carbamate", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "283610", + "text": "283610 - Ammonium carbonate (including commercial)", + "parent": "2836", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283620", + "text": "283620 - Carbonates; disodium carbonate", + "parent": "2836", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283630", + "text": "283630 - Carbonates; sodium hydrogen carbonate (sodium bicarbonate)", + "parent": "2836", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283640", + "text": "283640 - Carbonates; potassium carbonate", + "parent": "2836", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283650", + "text": "283650 - Carbonates; calcium carbonate", + "parent": "2836", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283660", + "text": "283660 - Carbonates; barium carbonate", + "parent": "2836", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283670", + "text": "283670 - Lead carbonate", + "parent": "2836", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283691", + "text": "283691 - Carbonates; lithium carbonate", + "parent": "2836", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283692", + "text": "283692 - Carbonates; strontium carbonate", + "parent": "2836", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283693", + "text": "283693 - Bismuth carbonate", + "parent": "2836", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283699", + "text": "283699 - Carbonates; n.e.c. in heading no. 2836 and other than lithium or strontium", + "parent": "2836", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2837", + "text": "2837 - Cyanides, cyanide oxides and complex cyanides", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "283711", + "text": "283711 - Cyanides and cyanide oxides; of sodium", + "parent": "2837", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283719", + "text": "283719 - Cyanides and cyanide oxides; other than of sodium", + "parent": "2837", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283720", + "text": "283720 - Complex cyanides", + "parent": "2837", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2838", + "text": "2838 - Fulminates, cyanates and thiocyanates", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "283800", + "text": "283800 - Fulminates, cyanates and thiocyanates", + "parent": "2838", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2839", + "text": "2839 - Silicates; commercial alkali metal silicates", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "283911", + "text": "283911 - Silicates; sodium metasilicates", + "parent": "2839", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283919", + "text": "283919 - Silicates; of sodium (excluding sodium metasilicates)", + "parent": "2839", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283920", + "text": "283920 - Potassium silicates", + "parent": "2839", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "283990", + "text": "283990 - Silicates; commercial alkali metal silicates, other than of sodium", + "parent": "2839", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2840", + "text": "2840 - Borates; peroxoborates (perborates)", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "284011", + "text": "284011 - Borates; disodium tetraborate (refined borax), anhydrous", + "parent": "2840", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "284019", + "text": "284019 - Borates; disodium tetraborate (refined borax), other than anhydrous", + "parent": "2840", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "284020", + "text": "284020 - Borates; n.e.c. in heading no. 2840", + "parent": "2840", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "284030", + "text": "284030 - Peroxoborates (perborates)", + "parent": "2840", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2841", + "text": "2841 - Salts of oxometallic or peroxometallic acids", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "284110", + "text": "284110 - Metallic aluminates", + "parent": "2841", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "284120", + "text": "284120 - Chromates of zinc or of lead", + "parent": "2841", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "284130", + "text": "284130 - Salts; sodium dichromate", + "parent": "2841", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "284140", + "text": "284140 - Potassium dichromate", + "parent": "2841", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "284150", + "text": "284150 - Salts; chromates, dichromates, peroxochromates; n.e.c. in heading no. 2841", + "parent": "2841", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "284160", + "text": "284160 - Manganites, manganates and permanganates of metals", + "parent": "2841", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "284161", + "text": "284161 - Salts; of oxometallic or peroxometallic acids, manganites, manganates and permanganates, potassium permanganate", + "parent": "2841", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "284169", + "text": "284169 - Salts; of oxometallic or peroxometallic acids, manganites, manganates and permanganates, other than potassium permanganate", + "parent": "2841", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "284170", + "text": "284170 - Salts; molybdates", + "parent": "2841", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "284180", + "text": "284180 - Salts; tungstates (wolframates)", + "parent": "2841", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "284190", + "text": "284190 - Salts of oxometallic or peroxometallic acids; n.e.c. in heading no. 2841", + "parent": "2841", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2842", + "text": "2842 - Salts of inorganic acids or peroxoacids, n.e.c. including aluminosilicates whether or not chemically defined, but excluding azides", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "284210", + "text": "284210 - Salts of inorganic acids or peroxoacids, double or complex silicates, including aluminosilicates, whether or not chemically defined, excluding azides", + "parent": "2842", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "284290", + "text": "284290 - Salts; of inorganic acids or peroxoacids, other than double or complex silicates, including aluminosilicates, whether or not chemically, excluding azides", + "parent": "2842", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2843", + "text": "2843 - Colloidal precious metals; inorganic or organic compounds of precious metals, whether or not chemically defined; amalgams of precious metals", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "284310", + "text": "284310 - Colloidal precious metals; whether or not chemically defined", + "parent": "2843", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "284321", + "text": "284321 - Silver compounds; silver nitrates", + "parent": "2843", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "284329", + "text": "284329 - Silver compounds; excluding silver nitrates", + "parent": "2843", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "284330", + "text": "284330 - Gold compounds", + "parent": "2843", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "284390", + "text": "284390 - Inorganic or organic compounds of precious metals, n.e.c.; amalgams", + "parent": "2843", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2844", + "text": "2844 - Radioactive chemical elements and radioactive isotopes (including the fissile or fertile chemical elements and isotopes); and their compounds; mixtures and residues containing these products", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "284410", + "text": "284410 - Uranium; natural uranium and its compounds, alloys, dispersions (including cermets), ceramic products and mixtures containing natural uranium or natural uranium compounds", + "parent": "2844", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "284420", + "text": "284420 - Uranium; enriched in U235, plutonium, their compounds, alloys dispersions (including cermets), ceramic products and mixtures containing uranium enriched in U235, plutonium or compounds of these products", + "parent": "2844", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "284430", + "text": "284430 - Uranium; depleted in U235, thorium, their compounds, alloys, dispersions (including cermets), ceramic products and mixtures containing uranium depleted in U235, thorium; compounds of these products", + "parent": "2844", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "284440", + "text": "284440 - Radioactive elements, isotopes, compounds, n.e.c. in heading no. 2844 alloys, dispersions (including cermets), ceramic products and mixtures containing these elements, isotopes or compounds; radioactive residues", + "parent": "2844", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "284441", + "text": "284441 - Radioactive elements; tritium and its compounds; alloys, dispersions (including cermets), ceramic products and mixtures containing tritium or its compounds", + "parent": "2844", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "284442", + "text": "284442 - Radioactive elements; actinium-225, 227, californium-253, curium-240, 241, 242, 243, 244, einsteinium-253, 254, gadolinium-148, polonium-208, 209, 210, radium-223, uranium-230 or 232, compounds; alloys, dispersions, ceramic products and mixtures", + "parent": "2844", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "284443", + "text": "284443 - Radioactive elements, isotopes and compounds; other alloys, dispersions (including cermets), ceramic products and mixtures containing these elements, isotopes or compounds", + "parent": "2844", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "284444", + "text": "284444 - Radioactive elements, isotopes, compounds n.e.c. in heading no. 2844, alloys, dispersions (including cermets), ceramic products, mixtures containing the elements, isotopes, compounds; radioactive residues", + "parent": "2844", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "284450", + "text": "284450 - Spent (irradiated) fuel elements (cartridges) of nuclear reactors", + "parent": "2844", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2845", + "text": "2845 - Isotopes other than those of heading no. 2844; compounds, inorganic or organic, of such isotopes, whether or not chemically defined", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "284510", + "text": "284510 - Heavy water (deuterium oxide)", + "parent": "2845", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "284520", + "text": "284520 - Boron enriched in boron-10 and its compounds", + "parent": "2845", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "284530", + "text": "284530 - Lithium enriched in lithium-6 and its compounds", + "parent": "2845", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "284540", + "text": "284540 - Helium-3", + "parent": "2845", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "284590", + "text": "284590 - Isotopes other than those of heading no. 2844, 2845.20, 2845.30 or 2845.40; compounds, inorganic or organic, of such isotopes, whether or not chemically defined", + "parent": "2845", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2846", + "text": "2846 - Compounds, inorganic or organic, of rare-earth metals; of yttrium or of scandium or of mixtures of these metals", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "284610", + "text": "284610 - Cerium compounds", + "parent": "2846", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "284690", + "text": "284690 - Compounds, inorganic or organic (excluding cerium), of rare-earth metals, of yttrium, scandium or of mixtures of these metals", + "parent": "2846", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2847", + "text": "2847 - Hydrogen peroxide; whether or not solidified with urea", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "284700", + "text": "284700 - Hydrogen peroxide; whether or not solidified with urea", + "parent": "2847", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2848", + "text": "2848 - Phosphides; whether or not chemically defined, excluding ferrophosphorus", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "284800", + "text": "284800 - Phosphides; whether or not chemically defined, excluding ferrophosphorus", + "parent": "2848", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "284810", + "text": "284810 - Phosphides of copper containing > 15% phosphorous", + "parent": "2848", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "284890", + "text": "284890 - Phosphides of other metals or of non-metals", + "parent": "2848", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2849", + "text": "2849 - Carbides, whether or not chemically defined", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "284910", + "text": "284910 - Carbides; of calcium, whether or not chemically defined", + "parent": "2849", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "284920", + "text": "284920 - Carbides; of silicon, whether or not chemically defined", + "parent": "2849", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "284990", + "text": "284990 - Carbides; whether or not chemically defined, other than of calcium or silicon", + "parent": "2849", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2850", + "text": "2850 - Hydrides, nitrides, azides, silicides and borides, whether or not chemically defined, other than compounds which are also carbides of heading no. 2849", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "285000", + "text": "285000 - Hydrides, nitrides, azides, silicides and borides, whether or not chemically defined, other than compounds which are also carbides of heading no. 2849", + "parent": "2850", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2851", + "text": "2851 - Inorganic compounds,liquid/compressed air, amalgam ne", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "285100", + "text": "285100 - Inorganic compounds,liquid/compressed air,amalgams ne", + "parent": "2851", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2852", + "text": "2852 - Inorganic or organic compounds of mercury, excluding amalgams, whether or not chemically defined", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "285200", + "text": "285200 - Compounds, inorganic/organic, of mercury, excluding amalgams.", + "parent": "2852", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "285210", + "text": "285210 - Inorganic or organic compounds of mercury, excluding amalgams, chemically defined", + "parent": "2852", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "285290", + "text": "285290 - Inorganic or organic compounds of mercury; excluding amalgams, not chemically defined,", + "parent": "2852", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2853", + "text": "2853 - Phosphides, chemically defined or not, not ferrophosphorus; other inorganic compounds n.e.c. (including distilled, conductivity water and water of like purity); liquid air, rare gases removed or not; compressed air; amalgams, not precious metal amalgams", + "parent": "28", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "285300", + "text": "285300 - Inorganic compounds n.e.c. (including distilled or conductivity water and water of similar purity); liquid air (rare gases removed or not); compressed air; amalgams, other than precious metal amalgams", + "parent": "2853", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "285310", + "text": "285310 - Inorganic compounds; cyanogen chloride (chlorcyan)", + "parent": "2853", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "285390", + "text": "285390 - Phosphides, chemically defined or not, not ferrophosphorus; other inorganic compounds n.e.c. (including distilled, conductivity water and water of like purity); liquid air, rare gases removed or not; compressed air; amalgams, not precious metal amalgams", + "parent": "2853", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "29", + "text": "29 - Organic chemicals", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "2901", + "text": "2901 - Acyclic hydrocarbons", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "290110", + "text": "290110 - Acyclic hydrocarbons; saturated", + "parent": "2901", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290121", + "text": "290121 - Acyclic hydrocarbons; unsaturated, ethylene", + "parent": "2901", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290122", + "text": "290122 - Acyclic hydrocarbons; unsaturated, propene (propylene)", + "parent": "2901", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290123", + "text": "290123 - Acyclic hydrocarbons; unsaturated, butene (butylene) and isomers thereof", + "parent": "2901", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290124", + "text": "290124 - Acyclic hydrocarbons; unsaturated, buta-1,3-diene and isoprene", + "parent": "2901", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290129", + "text": "290129 - Acyclic hydrocarbons; unsaturated, n.e.c. in heading no. 2901", + "parent": "2901", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2902", + "text": "2902 - Cyclic hydrocarbons", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "290211", + "text": "290211 - Cyclic hydrocarbons; cyclohexane", + "parent": "2902", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290219", + "text": "290219 - Cyclic hydrocarbons; cyclanes, cyclenes and cycloterpenes, excluding cyclohexane", + "parent": "2902", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290220", + "text": "290220 - Cyclic hydrocarbons; benzene", + "parent": "2902", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290230", + "text": "290230 - Cyclic hydrocarbons; toluene", + "parent": "2902", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290241", + "text": "290241 - Cyclic hydrocarbons; o-xylene", + "parent": "2902", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290242", + "text": "290242 - Cyclic hydrocarbons; m-xylene", + "parent": "2902", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290243", + "text": "290243 - Cyclic hydrocarbons; p-xylene", + "parent": "2902", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290244", + "text": "290244 - Cyclic hydrocarbons; mixed xylene isomers", + "parent": "2902", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290250", + "text": "290250 - Cyclic hydrocarbons; styrene", + "parent": "2902", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290260", + "text": "290260 - Cyclic hydrocarbons; ethylbenzene", + "parent": "2902", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290270", + "text": "290270 - Cyclic hydrocarbons; cumene", + "parent": "2902", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290290", + "text": "290290 - Cyclic hydrocarbons; n.e.c. in heading no. 2902", + "parent": "2902", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2903", + "text": "2903 - Halogenated derivatives of hydrocarbons", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "290311", + "text": "290311 - Saturated chlorinated derivatives of acyclic hydrocarbons; chloromethane (methyl chloride) and chloroethane (ethyl chloride)", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290312", + "text": "290312 - Saturated chlorinated derivatives of acyclic hydrocarbons; dichloromethane (methylene chloride)", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290313", + "text": "290313 - Saturated chlorinated derivatives of acyclic hydrocarbons; chloroform (trichloromethane)", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290314", + "text": "290314 - Saturated chlorinated derivatives of acyclic hydrocarbons; carbon tetrachloride", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290315", + "text": "290315 - Saturated chlorinated derivatives of acyclic hydrocarbons; ethylene dichloride (ISO) (1,2-dichloroethane)", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290316", + "text": "290316 - 1,2-dichloropropane and dichlorobutanes", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290319", + "text": "290319 - Saturated chlorinated derivatives of acyclic hydrocarbons; n.e.c. in item no. 2903.1", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290321", + "text": "290321 - Unsaturated chlorinated derivatives of acyclic hydrocarbons; vinyl chloride (chloroethylene)", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290322", + "text": "290322 - Unsaturated chlorinated derivatives of acyclic hydrocarbons; trichloroethylene", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290323", + "text": "290323 - Unsaturated chlorinated derivatives of acyclic hydrocarbons; tetrachloroethylene (perchloroethylene)", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290329", + "text": "290329 - Unsaturated chlorinated derivatives of acyclic hydrocarbons; n.e.c. in item no. 2903.2", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290330", + "text": "290330 - Fluor-/brom-/iodin-ated derivs of acyclic hydrocarbon", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290331", + "text": "290331 - Fluorinated, brominated or iodinated derivatives of acyclic hydrocarbons; ethylene dibromide (ISO) (1,2-dibromoethane)", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290339", + "text": "290339 - Fluorinated, brominated or iodinated derivatives of acyclic hydrocarbons; other than ethylene dibromide (ISO) (1,2-dibromoethane)", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290340", + "text": "290340 - Multi-halogen derivatives of acyclic hydrocarbons", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290341", + "text": "290341 - Saturated fluorinated derivatives of acyclic hydrocarbons; trifluoromethane (HFC-23)", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290342", + "text": "290342 - Saturated fluorinated derivatives of acyclic hydrocarbons; difluoromethane (HFC-32)", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290343", + "text": "290343 - Saturated fluorinated derivatives of acyclic hydrocarbons; fluoromethane (HFC-41), 1,2-difluoroethane (HFC-152) and 1,1-difluoroethane (HFC-152a)", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290344", + "text": "290344 - Saturated fluorinated derivatives of acyclic hydrocarbons; pentafluoroethane (HFC-125), 1,1,1-trifluoroethane (HFC-143a) and 1,1,2-trifluoroethane (HFC-143)", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290345", + "text": "290345 - Saturated fluorinated derivatives of acyclic hydrocarbons; 1,1,1,2-tetrafluoroethane (HFC-134a) and 1,1,2,2-tetrafluoroethane (HFC-134)", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290346", + "text": "290346 - Saturated fluorinated derivatives of acyclic hydrocarbons; 1,1,1,2,3,3,3-heptafluoropropane (HFC-227ea), 1,1,1,2,2,3-hexafluoropropane (HFC-236cb), 1,1,1,2,3,3-hexafluoropropane (HFC-236ea) and 1,1,1,3,3,3-hexafluoropropane (HFC-236fa)", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290347", + "text": "290347 - Saturated fluorinated derivatives of acyclic hydrocarbons; 1,1,1,3,3-pentafluoropropane (HFC-245fa) and 1,1,2,2,3-pentafluoropropane (HFC-245ca)", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290348", + "text": "290348 - Saturated fluorinated derivatives of acyclic hydrocarbons; 1,1,1,3,3-pentafluorobutane (HFC-365mfc) and 1,1,1,2,2,3,4,5,5,5-decafluoropentane (HFC-43-10mee)", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290349", + "text": "290349 - Saturated fluorinated derivatives of acyclic hydrocarbons; n.e.c. in item no 2903.4", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290351", + "text": "290351 - Unsaturated fluorinated derivatives of acyclic hydrocarbons; 2,3,3,3-tetrafluoropropene (HFO-1234yf), 1,3,3,3-tetrafluoropropene (HFO-1234ze) and (Z)-1,1,1,4,4,4-hexafluoro-2-butene (HFO-1336mzz)", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290352", + "text": "290352 - Aldrin (ISO), chlordane (ISO)&heptachlor (ISO)", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290359", + "text": "290359 - Unsaturated fluorinated derivatives of acyclic hydrocarbons; n.e.c. in item no. 2903.5", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290361", + "text": "290361 - Brominated or iodinated derivatives of acyclic hydrocarbons; methyl bromide (bromomethane)", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290362", + "text": "290362 - Brominated or iodinated derivatives of acyclic hydrocarbons; ethylene dibromide (ISO) (1,2-dibromoethane)", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290369", + "text": "290369 - Brominated or iodinated derivatives of acyclic hydrocarbons; n.e.c. in item no. 2903.6", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290371", + "text": "290371 - Halogenated derivatives of acyclic hydrocarbons containing two or more different halogens; chlorodifluoromethane (HCFC-22)", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290372", + "text": "290372 - Halogenated derivatives of acyclic hydrocarbons containing two or more different halogens; dichlorotrifluoroethane (HCFC-123)", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290373", + "text": "290373 - Halogenated derivatives of acyclic hydrocarbons containing two or more different halogens; dichlorofluoroethanes (HCFC-141, 141b)", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290374", + "text": "290374 - Halogenated derivatives of acyclic hydrocarbons containing two or more different halogens; chlorodifluoroethanes HCFC-142, 142b)", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290375", + "text": "290375 - Halogenated derivatives of acyclic hydrocarbons containing two or more different halogens; dichloropentafluoropropanes (HCFC-225, 225ca, 225cb)", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290376", + "text": "290376 - Halogenated derivatives of acyclic hydrocarbons containing two or more different halogens; bromochlorodifluoromethane (Halon-1211), bromotrifluoromethane (Halon-1301), and dibromotetrafluoroethanes (Halon-2402)", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290377", + "text": "290377 - Halogenated derivatives of acyclic hydrocarbons containing two or more different halogens; n.e.c. in headings 290371 to 290376, perhalogenated only with fluorine and chlorine", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290378", + "text": "290378 - Halogenated derivatives of acyclic hydrocarbons containing two or more different halogens; perhalogenated derivatives, other than those only with fluorine and chlorine, n.e.c. in item no. 2903.71 to 2903.76", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290379", + "text": "290379 - Halogenated derivatives of acyclic hydrocarbons containing two or more different halogens; n.e.c. in item no. 2903.7", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290381", + "text": "290381 - Halogenated derivatives of cyclanic, cyclenic or cycloterpenic hydrocarbons; 1,2,3,4,5,6-Hexachlorocyclohexane (HCH (ISO)), including lindane (ISO, INN)", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290382", + "text": "290382 - Halogenated derivatives of cyclanic, cyclenic or cycloterpenic hydrocarbons; aldrin (ISO), chlordane (ISO), and heptachlor (ISO)", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290383", + "text": "290383 - Halogenated derivatives of cyclanic, cyclenic or cycloterpenic hydrocarbons; mirex (ISO)", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290389", + "text": "290389 - Halogenated derivatives of cyclanic, cyclenic or cycloterpenic hydrocarbons; n.e.c. in item no. 2903.8", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290391", + "text": "290391 - Halogenated derivatives of aromatic hydrocarbons; chlorobenzene, o-dichlorobenzene, and p-dichlorobenzene", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290392", + "text": "290392 - Halogenated derivatives of aromatic hydrocarbons; hexachlorobenzene (ISO) and DDT (ISO) (clofenotane (INN), and 1,1,1-trichloro-2,2-bis(p-chlorophenyl)ethane)", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290393", + "text": "290393 - Halogenated derivatives of aromatic hydrocarbons; pentachlorobenzene (ISO)", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290394", + "text": "290394 - Halogenated derivatives of aromatic hydrocarbons; hexabromobiphenyls", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290399", + "text": "290399 - Halogenated derivatives of aromatic hydrocarbons; n.e.c. in item no. 2903.91, 2903.92, 2903.93 and 2903.94", + "parent": "2903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2904", + "text": "2904 - Sulphonated, nitrated or nitrosated derivatives of hydrocarbons; whether or not halogenated", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "290410", + "text": "290410 - Derivatives of hydrocarbons; containing only sulpho groups, their salts and ethyl esters, whether or not halogenated", + "parent": "2904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290420", + "text": "290420 - Derivatives of hydrocarbons; containing only nitro or only nitroso groups, whether or not halogenated", + "parent": "2904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290431", + "text": "290431 - Derivatives of hydrocarbons; perfluorooctane sulphonic acid, whether or not halogenated", + "parent": "2904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290432", + "text": "290432 - Derivatives of hydrocarbons; ammonium perfluorooctane sulphonate, whether or not halogenated", + "parent": "2904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290433", + "text": "290433 - Derivatives of hydrocarbons; lithium perfluorooctane sulphonate, whether or not halogenated", + "parent": "2904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290434", + "text": "290434 - Derivatives of hydrocarbons; potassium perfluorooctane sulphonate, whether or not halogenated", + "parent": "2904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290435", + "text": "290435 - Derivatives of hydrocarbons; salts of perfluorooctane sulphonic acid n.e.c in heading no. 2904, whether or not halogenated", + "parent": "2904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290436", + "text": "290436 - Derivatives of hydrocarbons; perfluorooctane sulphonyl fluoride, whether or not halogenated", + "parent": "2904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290490", + "text": "290490 - Derivatives of hydrocarbons; n.e.c. in heading no. 2904, whether or not halogenated", + "parent": "2904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290491", + "text": "290491 - Derivatives of hydrocarbons; trichloronitromethane (chloropicrin), whether or not halogenated", + "parent": "2904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290499", + "text": "290499 - Derivatives of hydrocarbons n.e.c. in heading no. 2904, whether or not halogenated", + "parent": "2904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2905", + "text": "2905 - Acyclic alcohols and their halogenated, sulphonated, nitrated or nitrosated derivatives", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "290511", + "text": "290511 - Alcohols; saturated monohydric, methanol (methyl alcohol)", + "parent": "2905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290512", + "text": "290512 - Alcohols; saturated monohydric, propan-1-ol (propyl alcohol) and propan-2-ol (isopropyl alcohol)", + "parent": "2905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290513", + "text": "290513 - Alcohols; saturated monohydric, butan-1-ol (n-butyl alcohol)", + "parent": "2905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290514", + "text": "290514 - Alcohols; saturated monohydric, butanols excluding item no. 2905.13", + "parent": "2905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290515", + "text": "290515 - Pentanol, isomers", + "parent": "2905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290516", + "text": "290516 - Alcohols; saturated monohydric, octanol (octyl alcohol) and isomers thereof", + "parent": "2905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290517", + "text": "290517 - Alcohols; saturated monohydric, dodecan-1-ol (lauryl alcohol), hexadecan-1-ol (cetyl alcohol) and octadecan-1-ol (stearyl alcohol)", + "parent": "2905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290519", + "text": "290519 - Alcohols; saturated monohydric, n.e.c. in item no. 2905.1", + "parent": "2905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290521", + "text": "290521 - Allyl alcohol", + "parent": "2905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290522", + "text": "290522 - Alcohols; unsaturated monohydric, acyclic terpene alcohols", + "parent": "2905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290529", + "text": "290529 - Alcohols; acyclic, unsaturated monohydric, (other than acyclic terpene alcohols)", + "parent": "2905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290531", + "text": "290531 - Alcohols; acyclic, diols; ethylene glycol (ethanediol)", + "parent": "2905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290532", + "text": "290532 - Alcohols; acyclic, diols; propylene glycol (propane-1, 2-diol)", + "parent": "2905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290539", + "text": "290539 - Alcohols; acyclic, diols, other than ethylene glycol (ethandiol) or propylene glycol (propane-1,2-diol)", + "parent": "2905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290541", + "text": "290541 - Alcohols; polyhydric, 2-ethyl-2- (hydroxymethyl) propane-1,3-diol (trimethylolpropane)", + "parent": "2905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290542", + "text": "290542 - Alcohols; polyhydric, pentaerythritol", + "parent": "2905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290543", + "text": "290543 - Alcohols; polyhydric, mannitol", + "parent": "2905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290544", + "text": "290544 - Alcohols; polyhydric, d-glucitol (sorbitol)", + "parent": "2905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290545", + "text": "290545 - Alcohols; polyhydric, glycerol", + "parent": "2905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290549", + "text": "290549 - Alcohols; polyhydric, n.e.c. in item no. 2905.4", + "parent": "2905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290550", + "text": "290550 - Derivatives of acyclic alcohols", + "parent": "2905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290551", + "text": "290551 - Alcohols; acyclic; halogenated, sulphonated, nitrated or nitrosated derivatives thereof, ethchlorvynol (INN)", + "parent": "2905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290559", + "text": "290559 - Alcohols; acyclic; halogenated, sulphonated, nitrated or nitrosated derivatives thereof, other than ethchlorvynol (INN)", + "parent": "2905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2906", + "text": "2906 - Alcohols; cyclic, and their halogenated, sulphonated, nitrated or nitrosated derivatives", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "290611", + "text": "290611 - Alcohols; cyclanic, cyclenic or cycloterpenic and derivatives, menthol", + "parent": "2906", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290612", + "text": "290612 - Alcohols; cyclanic, cyclenic or cycloterpenic and derivatives, cyclohexanol, methylcyclohexanols and dimethylcyclohexanols", + "parent": "2906", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290613", + "text": "290613 - Alcohols; cyclanic, cyclenic or cycloterpenic and derivatives, sterols and inositols", + "parent": "2906", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290614", + "text": "290614 - Terpineols", + "parent": "2906", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290619", + "text": "290619 - Alcohols; cyclanic, cyclenic or cycloterpenic and derivatives, n.e.c. in item no. 2906.1", + "parent": "2906", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290621", + "text": "290621 - Alcohols; aromatic alcohols and derivatives, benzyl alcohol", + "parent": "2906", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290629", + "text": "290629 - Alcohols; aromatic and derivatives, other than benzyl alcohol", + "parent": "2906", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2907", + "text": "2907 - Phenols; monophenols, polyphenols, and phenol-alcohols", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "290711", + "text": "290711 - Monophenols; phenol (hydroxybenzene) and its salts", + "parent": "2907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290712", + "text": "290712 - Monophenols; cresols and their salts", + "parent": "2907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290713", + "text": "290713 - Monophenols; octylphenol, nonylphenol and their isomers, salts thereof", + "parent": "2907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290714", + "text": "290714 - Xylenols, salts", + "parent": "2907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290715", + "text": "290715 - Monophenols; naphthols and their salts", + "parent": "2907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290719", + "text": "290719 - Monophenols; n.e.c. in item no. 2907.1", + "parent": "2907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290721", + "text": "290721 - Polyphenols; resorcinol and its salts", + "parent": "2907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290722", + "text": "290722 - Polyphenols; hydroquinone (quinol) and its salts", + "parent": "2907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290723", + "text": "290723 - Polyphenols; 4,4'-isopropylidenediphenol (bisphenol A, diphenylolpropane) and its salts", + "parent": "2907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290729", + "text": "290729 - Phenol-alcohols and polyphenols n.e.c. in item number 2907.2", + "parent": "2907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290730", + "text": "290730 - Phenol-alcohols", + "parent": "2907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2908", + "text": "2908 - Phenols or phenol-alcohols; halogenated, sulphonated, nitrated or nitrosated derivatives", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "290810", + "text": "290810 - Halogen derivs of phenols or phenol-alcohols, & salts", + "parent": "2908", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290811", + "text": "290811 - Phenol or phenol-alcohol derivatives containing only halogen substituents and their salts; pentachlorophenol (ISO)", + "parent": "2908", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290819", + "text": "290819 - Phenol or phenol-alcohol derivatives containing only halogen substituents and their salts; other than pentachlorophenol (ISO)", + "parent": "2908", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290820", + "text": "290820 - Sulpho- derivs of phenols or phenol-alcohols, & salts", + "parent": "2908", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290890", + "text": "290890 - Derivatives of phenols or phenol-alcohols, nes", + "parent": "2908", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290891", + "text": "290891 - Phenol or phenol-alcohol derivatives, sulphonated, nitrated or nitrosated derivatives thereof; dinoseb (ISO) and its salts", + "parent": "2908", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290892", + "text": "290892 - Phenol or phenol-alcohol derivatives, sulphonated, nitrated or nitrosated derivatives thereof; 4,6-dinitro-o-cresol (DNOC (ISO)) and its salts", + "parent": "2908", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290899", + "text": "290899 - Phenol or phenol-alcohol derivatives, sulphonated, nitrated or nitrosated derivatives thereof; other than dinoseb (ISO), and 4,6-dinitro-o-cresol (DNOC (ISO)), and their salts", + "parent": "2908", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2909", + "text": "2909 - Ethers, ether-alcohols, ether-phenols, ether-alcohol-phenols, alcohol peroxides, ether peroxides, acetal and hemiacetal peroxides, ketone peroxides (chemically defined or not), and their halogenated, sulphonated, nitrated or nitrosated derivatives", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "290911", + "text": "290911 - Ethers; acyclic, and their halogenated, sulphonated, nitrated or nitrosated derivatives, diethyl ether", + "parent": "2909", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290919", + "text": "290919 - Ethers; acyclic, and their halogenated, sulphonated, nitrated or nitrosated derivatives, other than diethyl ether", + "parent": "2909", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290920", + "text": "290920 - Ethers; cyclanic, cyclenic or cycloterpenic and their halogenated, sulphonated, nitrated or nitrosated derivatives", + "parent": "2909", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290930", + "text": "290930 - Ethers; aromatic, and their halogenated, sulphonated, nitrated or nitrosated derivatives", + "parent": "2909", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290941", + "text": "290941 - Ether-alcohols and their halogenated, sulphonated, nitrated or nitrosated derivatives; 2,2-oxydiethanol (diethylene glycol, digol)", + "parent": "2909", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290942", + "text": "290942 - Monomethyl ethers of ethylene and diethylene glycol", + "parent": "2909", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290943", + "text": "290943 - Ether-alcohols and their halogenated, sulphonated, nitrated or nitrosated derivatives; monobutyl ethers of ethylene glycol or of diethylene glycol", + "parent": "2909", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290944", + "text": "290944 - Ether-alcohols and their halogenated, sulphonated, nitrated or nitrosated derivatives; monoalkylethers of ethylene glycol or of diethylene glycol n.e.c. in heading no. 2909", + "parent": "2909", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290949", + "text": "290949 - Ether-alcohols and their halogenated, sulphonated, nitrated or nitrosated derivatives; n.e.c. in item no. 2909.4", + "parent": "2909", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290950", + "text": "290950 - Ether-phenols, ether-alcohol-phenols and their halogenated, sulphonated, nitrated or nitrosated derivatives", + "parent": "2909", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "290960", + "text": "290960 - Alcohol peroxides, ether peroxides, acetal and hemiacetal peroxides, ketone peroxides and their halogenated, sulphonated, nitrated or nitrosated derivatives", + "parent": "2909", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2910", + "text": "2910 - Epoxides, epoxyalcohols, epoxyphenols and epoxyethers; with a three-membered ring and their halogenated, sulphonated, nitrated or nitrosated derivatives", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "291010", + "text": "291010 - Epoxides, epoxyalcohols, epoxyphenols and epoxyethers; with a three-membered ring and their halogenated, sulphonated, nitrated or nitrosated derivatives; oxirane (ethylene oxide)", + "parent": "2910", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291020", + "text": "291020 - Epoxides, epoxyalcohols, epoxyphenols and epoxyethers; with a three-membered ring and their halogenated, sulphonated, nitrated or nitrosated derivatives, methyloxirane (propylene oxide)", + "parent": "2910", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291030", + "text": "291030 - Epoxides, epoxyalcohols, epoxyphenols and epoxyethers; with a three-membered ring and their halogenated, sulphonated, nitrated or nitrosated derivatives, 1-chloro-2,3-epoxypropane (epichlorohydrin)", + "parent": "2910", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291040", + "text": "291040 - Epoxides, epoxyalcohols, epoxyphenols and epoxyethers; with a three-membered ring and their halogenated, sulphonated, nitrated or nitrosated derivatives, dieldrin (ISO, INN)", + "parent": "2910", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291050", + "text": "291050 - Epoxides, epoxyalcohols, epoxyphenols and epoxyethers; with a three-membered ring and their halogenated, sulphonated, nitrated or nitrosated derivatives, endrin (ISO)", + "parent": "2910", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291090", + "text": "291090 - Epoxides, epoxyalcohols, epoxyphenols and epoxyethers; with a three-membered ring and their halogenated, sulphonated, nitrated or nitrosated derivatives, n.e.c. in heading no. 2910", + "parent": "2910", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2911", + "text": "2911 - Acetals and hemiacetals; whether or not with other oxygen function, and their halogenated, sulphonated, nitrated or nitrostated derivatives", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "291100", + "text": "291100 - Acetals and hemiacetals; whether or not with other oxygen function, and their halogenated, sulphonated, nitrated or nitrosated derivatives", + "parent": "2911", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2912", + "text": "2912 - Aldehydes, whether or not with other oxygen function; cyclic polymers of aldehydes; paraformaldehyde", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "291211", + "text": "291211 - Aldehydes; acyclic, without other oxygen function, methanal (formaldehyde)", + "parent": "2912", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291212", + "text": "291212 - Aldehydes; acyclic, without other oxygen function, ethanal (acetaldehyde)", + "parent": "2912", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291213", + "text": "291213 - Butanal (butyraldehyde, normal isomer)", + "parent": "2912", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291219", + "text": "291219 - Aldehydes; acyclic, without other oxygen function, n.e.c. in item no. 2912.1", + "parent": "2912", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291221", + "text": "291221 - Aldehydes; cyclic, without other oxygen function, benzaldehyde", + "parent": "2912", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291229", + "text": "291229 - Aldehydes; cyclic, without other oxygen function, other than benzaldehyde", + "parent": "2912", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291230", + "text": "291230 - Aldehyde-alcohols", + "parent": "2912", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291241", + "text": "291241 - Aldehydes; aldehyde-ethers, aldehyde-phenols and aldehydes with other oxygen function, vanillin (4-hydroxy-3-methoxybenzaldehyde)", + "parent": "2912", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291242", + "text": "291242 - Aldehydes; aldehyde-ethers, aldehyde-phenols and aldehydes with other oxygen function, ethylvanillin (3-ethoxy-4-hydroxybenzaldehyde)", + "parent": "2912", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291249", + "text": "291249 - Aldehyde-alcohols, aldehyde-ethers, aldehyde-phenols and aldehydes with other oxygen function; other than vanillin (4-hydroxy-3-methoxybenzaldehyde) and ethylvanillin (3-ethoxy-4-hydroxybenzaldehyde)", + "parent": "2912", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291250", + "text": "291250 - Aldehydes; cyclic polymers of aldehydes", + "parent": "2912", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291260", + "text": "291260 - Paraformaldehyde", + "parent": "2912", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2913", + "text": "2913 - Aldehydes; halogenated, sulphonated, nitrated or nitrosated derivatives of products of heading no. 2912", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "291300", + "text": "291300 - Aldehydes; halogenated, sulphonated, nitrated or nitrosated derivatives of products of heading no. 2912", + "parent": "2913", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2914", + "text": "2914 - Ketones and quinones; whether or not with other oxygen function, and their halogenated, sulphonated, nitrated or nitrostated derivatives", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "291411", + "text": "291411 - Ketones; acyclic, without other oxygen function, acetone", + "parent": "2914", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291412", + "text": "291412 - Ketones; acyclic, without other oxygen function, butanone (methyl ethyl ketone)", + "parent": "2914", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291413", + "text": "291413 - Ketones; acyclic, without other oxygen function, 4-methylpentan-2-one (methyl isobutyl ketone)", + "parent": "2914", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291419", + "text": "291419 - Ketones; acyclic, without other oxygen function, n.e.c. in item no. 2914.1", + "parent": "2914", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291421", + "text": "291421 - Camphor", + "parent": "2914", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291422", + "text": "291422 - Ketones; cyclanic, cyclenic or cycloterpenic, without other oxygen function, cyclohexanone and methylcyclohexanones", + "parent": "2914", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291423", + "text": "291423 - Ketones; cyclanic, cyclenic or cycloterpenic, without other oxygen function, ionones and methylionones", + "parent": "2914", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291429", + "text": "291429 - Ketones; cyclanic, cyclenic or cycloterpenic, without other oxygen function, other than cyclohexanone, methylcyclohexanones, ionones, and methylionones", + "parent": "2914", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291430", + "text": "291430 - Aromatic ketones without other oxygen function", + "parent": "2914", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291431", + "text": "291431 - Ketones; aromatic, (without other oxygen function), phenylacetone (phenylpropan-2-one)", + "parent": "2914", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291439", + "text": "291439 - Ketones; aromatic, (without other oxygen function), excluding phenylacetone (phenylpropan-2-one)", + "parent": "2914", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291440", + "text": "291440 - Ketone-alcohols and ketone-aldehydes", + "parent": "2914", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291441", + "text": "291441 - 4-hydroxy-4-methylpentan-2-one(diacetone alcohol)", + "parent": "2914", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291449", + "text": "291449 - Ketone-alcohols nes, ketone-aldehydes", + "parent": "2914", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291450", + "text": "291450 - Ketone-phenols and ketones with other oxygen function", + "parent": "2914", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291461", + "text": "291461 - Quinones; anthraquinone", + "parent": "2914", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291462", + "text": "291462 - Quinones; coenzyme Q10 (ubidecarenone (INN))", + "parent": "2914", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291469", + "text": "291469 - Quinones; other than anthraquinone and coenzyme Q10 (ubidecarenone (INN))", + "parent": "2914", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291470", + "text": "291470 - Ketones and quinones; halogenated, sulphonated, nitrated or nitrosated derivatives", + "parent": "2914", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291471", + "text": "291471 - Ketones and quinones; halogenated, sulphonated, nitrated or nitrosated derivatives; chlordecone (ISO)", + "parent": "2914", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291479", + "text": "291479 - Ketones and quinones; halogenated, sulphonated, nitrated or nitrosated derivatives, other than chlordecone (ISO)", + "parent": "2914", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2915", + "text": "2915 - Acids; saturated acyclic monocarboxylic acids and their anhydrides, halides, peroxides and peroxyacids; their halogenated, sulphonated, nitrated or nitrosated derivatives", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "291511", + "text": "291511 - Acids; saturated acyclic monocarboxylic acids; formic acid", + "parent": "2915", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291512", + "text": "291512 - Acids; saturated acyclic monocarboxylic acids; salts of formic acids", + "parent": "2915", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291513", + "text": "291513 - Acids; saturated acyclic monocarboxylic acids; esters of formic acid", + "parent": "2915", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291521", + "text": "291521 - Acids; saturated acyclic monocarboxylic acids; acetic acid", + "parent": "2915", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291522", + "text": "291522 - Sodium acetate", + "parent": "2915", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291523", + "text": "291523 - Cobalt acetates", + "parent": "2915", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291524", + "text": "291524 - Acids; saturated acyclic monocarboxylic acids; acetic anhydride", + "parent": "2915", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291529", + "text": "291529 - Acids; saturated acyclic monocarboxylic acids; acetic acid and its salts n.e.c. in item no. 2915.2", + "parent": "2915", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291531", + "text": "291531 - Acids; saturated acyclic monocarboxylic acids; ethyl acetate", + "parent": "2915", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291532", + "text": "291532 - Acids; saturated acyclic monocarboxylic acids; vinyl acetate", + "parent": "2915", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291533", + "text": "291533 - Acids; saturated acyclic monocarboxylic acids; n-butyl acetate", + "parent": "2915", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291534", + "text": "291534 - Isobutyl acetate", + "parent": "2915", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291535", + "text": "291535 - 2-ethoxyethyl acetate", + "parent": "2915", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291536", + "text": "291536 - Acids; saturated acyclic monocarboxylic acids; dinoseb (ISO) acetate", + "parent": "2915", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291539", + "text": "291539 - Acids; saturated acyclic monocarboxylic acids; esters of acetic acid n.e.c. in item no. 2915.3", + "parent": "2915", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291540", + "text": "291540 - Acids; saturated acyclic monocarboxylic acids; mono-, di- or trichloroacetic acids, their salts and esters", + "parent": "2915", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291550", + "text": "291550 - Acids; saturated acyclic monocarboxylic acids; propionic acid, its salts and esters", + "parent": "2915", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291560", + "text": "291560 - Acids; saturated acyclic monocarboxylic acids; butanoic acids, pentanoic acids, their salts and esters", + "parent": "2915", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291570", + "text": "291570 - Acids; saturated acyclic monocarboxylic acids; palmitic acid, stearic acid, their salts and esters", + "parent": "2915", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291590", + "text": "291590 - Acids; saturated acyclic monocarboxylic acids; anhydrides, halides, peroxides, peroxyacids and halogenated, sulphonated, nitrated or nitrosated derivatives, n.e.c. in heading no. 2915", + "parent": "2915", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2916", + "text": "2916 - Acids; unsaturated acyclic monocarboxylic, cyclic monocarboxylic, their anhydrides, halides, peroxides and peroxyacids; their halogenated, sulphonated, nitrated or nitrosated derivatives", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "291611", + "text": "291611 - Acids; unsaturated acyclic monocarboxylic acids; acrylic acid and its salts", + "parent": "2916", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291612", + "text": "291612 - Acids; unsaturated acyclic monocarboxylic acids; esters of acrylic acid", + "parent": "2916", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291613", + "text": "291613 - Acids; unsaturated acyclic monocarboxylic acids; methacrylic acid and its salts", + "parent": "2916", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291614", + "text": "291614 - Acids; unsaturated acyclic monocarboxylic acids; esters of methacrylic acid", + "parent": "2916", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291615", + "text": "291615 - Acids; unsaturated acyclic monocarboxylic acids; oleic, linoleic or linolenic acids, their salts and esters", + "parent": "2916", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291616", + "text": "291616 - Acids; unsaturated acyclic monocarboxylic, cyclic monocarboxylic, their anhydrides, halides, peroxides and peroxyacids; their halogenated, sulphonated, nitrated or nitrosated derivatives, binapacryl (ISO)", + "parent": "2916", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291619", + "text": "291619 - Acids; unsaturated acyclic monocarboxylic, cyclic monocarboxylic, their anhydrides, halides, peroxides and peroxyacids; their halogenated, sulphonated, nitrated or nitrosated derivatives, n.e.c. in item no. 2916.1", + "parent": "2916", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291620", + "text": "291620 - Acids; cyclanic, cyclenic or cycloterpenic monocarboxylic acids, their anhydrides, halides, peroxides, peroxyacids and their derivatives", + "parent": "2916", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291631", + "text": "291631 - Acids; aromatic monocarboxylic acids, benzoic acid, its salts and esters", + "parent": "2916", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291632", + "text": "291632 - Acids; aromatic monocarboxylic acids, benzoyl peroxide and benzoyl chloride", + "parent": "2916", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291633", + "text": "291633 - Phenylacetic acid, its salts & esters", + "parent": "2916", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291634", + "text": "291634 - Acids; aromatic monocarboxylic acids, phenylacetic acid and its salts", + "parent": "2916", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291635", + "text": "291635 - Esters of phenylacetic acid", + "parent": "2916", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291636", + "text": "291636 - Binapacryl (ISO)", + "parent": "2916", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291639", + "text": "291639 - Acids; aromatic monocarboxylic acids, and their anhydrides, halides, peroxides, peroxyacids and their derivatives, other than benzoic acid, its salts and esters, benzoyl peroxide and benzoyl chloride, phenylacetic acid and its salts", + "parent": "2916", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2917", + "text": "2917 - Acids; polycarboxylic acids, their anhydrides, halides, peroxides and peroxy-acids; their halogenated, sulphonated, nitrated or nitrosated derivatives", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "291711", + "text": "291711 - Acids; acyclic polycarboxylic acids; oxalic acid, its salts and esters", + "parent": "2917", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291712", + "text": "291712 - Acids; acyclic polycarboxylic acids; adipic acid, its salts and esters", + "parent": "2917", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291713", + "text": "291713 - Acids; acyclic polycarboxylic acids; azelaic acid, sebacic acid, their salts and esters", + "parent": "2917", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291714", + "text": "291714 - Acids; acyclic polycarboxylic acids; maleic anhydride", + "parent": "2917", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291719", + "text": "291719 - Acids; acyclic polycarboxylic acids; n.e.c. in item no. 2917.1", + "parent": "2917", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291720", + "text": "291720 - Acids; cyclanic, cyclenic or cycloterpenic polycarboxylic acids, their anhydrides, halides, peroxides, peroxyacids and derivatives", + "parent": "2917", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291731", + "text": "291731 - Dibutyl orthophthalates", + "parent": "2917", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291732", + "text": "291732 - Acids; aromatic polycarboxylic acids; dioctyl orthophthalates", + "parent": "2917", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291733", + "text": "291733 - Acids; aromatic polycarboxylic acids; dinonyl or didecyl orthophthalates", + "parent": "2917", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291734", + "text": "291734 - Acids; aromatic polycarboxylic acids; other esters of orthophthalic acids", + "parent": "2917", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291735", + "text": "291735 - Acids; aromatic polycarboxylic acids; phthalic anhydride", + "parent": "2917", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291736", + "text": "291736 - Acids; aromatic polycarboxylic acids; terephthalic acid and its salts", + "parent": "2917", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291737", + "text": "291737 - Acids; aromatic polycarboxylic acids; dimethyl terephthalate", + "parent": "2917", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291739", + "text": "291739 - Acids; aromatic polycarboxylic acids; n.e.c. in item no. 2917.3", + "parent": "2917", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2918", + "text": "2918 - Acids; carboxylic acid with additional oxygen function and their anhydrides, halides, peroxides, peroxyacids; their halogenated, sulphonated, nitrated or nitrosated derivatives", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "291811", + "text": "291811 - Acids; carboxylic acids, (with alcohol function but without other oxygen function), lactic acid, its salts and esters", + "parent": "2918", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291812", + "text": "291812 - Acids; carboxylic acids, (with alcohol function but without other oxygen function), tartaric acid", + "parent": "2918", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291813", + "text": "291813 - Acids; carboxylic acids, (with alcohol function but without other oxygen function); salts and esters of tartaric acid", + "parent": "2918", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291814", + "text": "291814 - Acids; carboxylic acids, (with alcohol function but without other oxygen function), citric acid", + "parent": "2918", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291815", + "text": "291815 - Acids; carboxylic acids, (with alcohol function but without other oxygen function), salts and esters of citric acid", + "parent": "2918", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291816", + "text": "291816 - Acids; carboxylic acids, (with alcohol function but without other oxygen function), gluconic acid, its salts and esters", + "parent": "2918", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291817", + "text": "291817 - Acids; carboxylic acids, (with alcohol function but without other oxygen function), 2,2-Diphenyl-2-hydroxyacetic acid (benzilic acid)", + "parent": "2918", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291818", + "text": "291818 - Acids; carboxylic acids, (with alcohol function but without other oxygen function), chlorobenzilate (ISO)", + "parent": "2918", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291819", + "text": "291819 - Acids; carboxylic acids, (with alcohol function but without other oxygen function), other than lactic, tartaric, citric, and gluconic acids and their salts and esters", + "parent": "2918", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291821", + "text": "291821 - Acids; carboxylic acids, (with phenol function but without other oxygen function), salicylic acid and its salts", + "parent": "2918", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291822", + "text": "291822 - Acids; carboxylic acids, (with phenol function but without other oxygen function), o-acetylsalicylic acid, its salts and esters", + "parent": "2918", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291823", + "text": "291823 - Acids; carboxylic acids, (with phenol function but without other oxygen function), other esters of salicylic acid and its salts n.e.c. in item no. 2918.2", + "parent": "2918", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291829", + "text": "291829 - Acids; carboxylic acids, (with phenol function but without other oxygen function), their anhydrides, halides, peroxides, peroxyacids and their derivatives, n.e.c. in item no. 2918.2", + "parent": "2918", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291830", + "text": "291830 - Acids; carboxylic acids, (with aldehyde or ketone function but without other oxygen function), their anhydrides, halides, peroxides, peroxyacids and their derivatives", + "parent": "2918", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291890", + "text": "291890 - Carboxylic acids nes, derivativess", + "parent": "2918", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291891", + "text": "291891 - Acids; carboxylic acids, with additional oxygen function (not alcohol, phenol, aldehyde or ketone) and their anhydrides, halides, peroxides and peroxyacids; 2,4,5-T (ISO) (2,4,5-trichlorophenoxyacetic acid), its salts and esters", + "parent": "2918", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291899", + "text": "291899 - Acids; carboxylic acids, with additional oxygen function (not alcohol, phenol, aldehyde or ketone) and their anhydrides, halides, peroxides and peroxyacids; their halogenated, sulphonated, nitrated or nitrosated derivatives; other than 2,4,5-T (ISO)", + "parent": "2918", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2919", + "text": "2919 - Esters; phosphoric, and their salts, including lactophosphates, their halogenated, sulphonated, nitrated or nitrosated derivatives", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "291900", + "text": "291900 - Phosphoric esters, their salts and derivatives", + "parent": "2919", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291910", + "text": "291910 - Esters; phosphoric, and their salts, including lactophosphates, their halogenated, sulphonated, nitrated or nitrosated derivatives; tris(2,3-dibromopropyl) phosphate", + "parent": "2919", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "291990", + "text": "291990 - Esters; phosphoric, and their salts, including lactophosphates, their halogenated, sulphonated, nitrated or nitrosated derivatives; other than tris(2,3-dibromopropyl) phosphate", + "parent": "2919", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2920", + "text": "2920 - Esters of other inorganic acids of non-metals (other than of hydrogen halides) and their salts, their halogenated, sulphonated, nitrated or nitrosated derivatives", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "292010", + "text": "292010 - Thiophosphoric esters(phosphorothioates),salts,derivs", + "parent": "2920", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292011", + "text": "292011 - Esters; thiophosphoric esters (phosphorothioates) and their salts, their halogenated, sulphonated, nitrated or nitrosated derivatives, parathion (ISO) and parathion-methyl (ISO) (methyl-parathion)", + "parent": "2920", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292019", + "text": "292019 - Esters; thiophosphoric esters (phosphorothioates) and their salts; other than parathion (ISO) and parathion-methyl (ISO) (methyl-parathion)", + "parent": "2920", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292021", + "text": "292021 - Esters; phosphite esters and their salts; their halogenated, sulphonated, nitrated or nitrosated derivatives, dimethyl phosphite", + "parent": "2920", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292022", + "text": "292022 - Esters; phosphite esters and their salts; their halogenated, sulphonated, nitrated or nitrosated derivatives, diethyl phosphite", + "parent": "2920", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292023", + "text": "292023 - Esters; phosphite esters and their salts; their halogenated, sulphonated, nitrated or nitrosated derivatives, trimethyl phosphite", + "parent": "2920", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292024", + "text": "292024 - Esters; phosphite esters and their salts; their halogenated, sulphonated, nitrated or nitrosated derivatives, triethyl phosphite", + "parent": "2920", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292029", + "text": "292029 - Esters; phosphite esters and their salts; their halogenated, sulphonated, nitrated or nitrosated derivatives, n.e.c. in heading no. 2920", + "parent": "2920", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292030", + "text": "292030 - Esters; of other inorganic acids of non-metals (excluding esters of hydrogen halides) and their salts; their halogenated, sulphonated, nitrated or nitrosated derivatives, endosulfan (ISO)", + "parent": "2920", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292090", + "text": "292090 - Esters; other than thiophosphoric esters (phosphorothioates) and phosphite esters and their salts, their halogenated, sulphonated, nitrated or nitrosated derivatives, n.e.c. in heading no. 2920", + "parent": "2920", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2921", + "text": "2921 - Amine-function compounds", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "292111", + "text": "292111 - Amine-function compounds; acyclic monoamines and their derivatives, methylamine, di- or trimethylamine and their salts", + "parent": "2921", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292112", + "text": "292112 - Amine-function compounds; acyclic monoamines and their derivatives, and salts thereof, 2-(N,N-Dimethylamino)ethylchloride hydrochloride", + "parent": "2921", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292113", + "text": "292113 - Amine-function compounds; acyclic monoamines and their derivatives, and salts thereof, 2-(N,N-Diethylamino)ethylchloride hydrochloride", + "parent": "2921", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292114", + "text": "292114 - Amine-function compounds; acyclic monoamines and their derivatives, and salts thereof, 2-(N,N-Diisopropylamino)ethylchloride hydrochloride", + "parent": "2921", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292119", + "text": "292119 - Amine-function compounds; acyclic monoamines and their derivatives, and salts thereof, n.e.c. in item no. 2921.1", + "parent": "2921", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292121", + "text": "292121 - Amine-function compounds; acyclic polyamines and their derivatives, ethylenediamine and its salts", + "parent": "2921", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292122", + "text": "292122 - Amine-function compounds; acyclic polyamines and their derivatives, hexamethylenediamine and its salts", + "parent": "2921", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292129", + "text": "292129 - Amine-function compounds; acyclic polyamines and their derivatives, and salts thereof, n.e.c. in item no. 2921.2", + "parent": "2921", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292130", + "text": "292130 - Amine-function compounds; cyclanic, cyclenic or cycloterpenic mono- or polyamines and their derivatives; salts thereof", + "parent": "2921", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292141", + "text": "292141 - Amine-function compounds; aromatic monoamines and their derivatives, aniline and its salts", + "parent": "2921", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292142", + "text": "292142 - Amine-function-compounds; aromatic monoamines and their derivatives, aniline derivatives and their salts", + "parent": "2921", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292143", + "text": "292143 - Amine-function compounds; aromatic monoamines and their derivatives, toluidines and their derivatives; salts thereof", + "parent": "2921", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292144", + "text": "292144 - Amine-function compounds; aromatic monoamines and their derivatives, diphenylamine and its derivatives; salts thereof", + "parent": "2921", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292145", + "text": "292145 - Amine-function compounds; aromatic monoamines and their derivatives; 1-naphthylamine (alpha-naphthylamine), 2-naphthylamine (beta-naphthaylamine) and their derivatives; salts thereof", + "parent": "2921", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292146", + "text": "292146 - Amine-function compounds; aromatic monoamines and derivatives; amfetamine (INN), benzfetamine (INN), dexamfetamine (INN), etilamfetamine (INN), fencamfamin (INN), lefetamine (INN), levamfetamine (INN), mefenorex (INN) and phentermine (INN); salts thereof", + "parent": "2921", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292149", + "text": "292149 - Amine-function compounds; aromatic monoamines and their derivatives; salts thereof; n.e.c. in item no. 2921.4", + "parent": "2921", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292151", + "text": "292151 - Amine-function compounds; aromatic amines and their derivatives; o-, m-, p-phenylenediamine, diaminotoluenes and their derivatives; salts thereof", + "parent": "2921", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292159", + "text": "292159 - Amine-function compounds; aromatic polyamines and their derivatives, other than item no. 2921.51", + "parent": "2921", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2922", + "text": "2922 - Oxygen-function amino-compounds", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "292211", + "text": "292211 - Amino-alcohols, other than those containing more than one kind of oxygen function; their ethers and esters; salts thereof, monoethanolamine and its salts", + "parent": "2922", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292212", + "text": "292212 - Amino-alcohols, other than those containing more than one kind of oxygen function; their ethers and esters; salts thereof, diethanolamine and its salts", + "parent": "2922", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292213", + "text": "292213 - Amino-alcohols, other than those containing more than one kind of oxygen function; their ethers and esters; salts thereof, triethanolamine and its salts", + "parent": "2922", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292214", + "text": "292214 - Amino-alcohols, other than those containing more than one kind of oxygen function; their ethers and esters; salts thereof; dextropropoxyphene (INN) and its salts", + "parent": "2922", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292215", + "text": "292215 - Amino-alcohols, other than those containing more than one kind of oxygen function; their ethers and esters; salts thereof, triethanolamine", + "parent": "2922", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292216", + "text": "292216 - Amino-alcohols, other than those containing more than one kind of oxygen function; their ethers and esters; salts thereof, Diethanolammonium perfluorooctane sulphonate", + "parent": "2922", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292217", + "text": "292217 - Amino-alcohols, other than those containing more than one kind of oxygen function; their ethers and esters; salts thereof, Methyldiethanolamine and ethyldiethanolamine", + "parent": "2922", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292218", + "text": "292218 - Amino-alcohols, other than those containing more than one kind of oxygen function; their ethers and esters; salts thereof, 2-(N,N- Diisopropylamino)ethanol", + "parent": "2922", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292219", + "text": "292219 - Amino-alcohols, other than those containing more than one kind of oxygen function, their ethers and esters; salts thereof, n.e.c. in item no. 2922.1", + "parent": "2922", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292221", + "text": "292221 - Amino-naphthols and other amino-phenols, other than those containing more than one kind of oxygen function; their ethers and esters; salts thereof, aminohydroxynaphthalenesulphonic acids and their salts", + "parent": "2922", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292222", + "text": "292222 - Anisidines, dianisidines, phenetidines, and salts", + "parent": "2922", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292229", + "text": "292229 - Amino-naphthols and other amino-phenols, other than those containing more than one kind of oxygen function, their ethers and esters; salts thereof n.e.c. in item no. 2922.2", + "parent": "2922", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292230", + "text": "292230 - Amino-aldehydes, ketones and quinones, salts thereof", + "parent": "2922", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292231", + "text": "292231 - Amino-aldehydes, amino-ketones and amino-quinones; other than those containing more than one kind of oxygen function, salts thereof", + "parent": "2922", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292239", + "text": "292239 - Amino-aldehydes, amino-ketones and amino-quinones; other than those containing more than one kind of oxygen function; salts thereof, excluding amfepramone (INN), methadone (INN), and normethadone (INN) and salts thereof", + "parent": "2922", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292241", + "text": "292241 - Amino-acids, other than those containing more than one kind of oxygen function, and their esters; lysine and its esters; salts thereof", + "parent": "2922", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292242", + "text": "292242 - Amino-acids, other than those containing more than one kind of oxygen function, and their esters; glutamic acid and its esters; salts thereof", + "parent": "2922", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292243", + "text": "292243 - Amino-acids, other than those containing more than one kind of oxygen function, and their esters; anthranilic acid and its esters; salts thereof", + "parent": "2922", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292244", + "text": "292244 - Amino-acids, other than those containing more than one kind of oxygen function, and their esters; tilidine (INN) and its esters; salts thereof", + "parent": "2922", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292249", + "text": "292249 - Amino-acids, other than those containing more than one kind of oxygen function, their esters; salts thereof, excluding lysine, glutamic acid, anthranalic acid and tilidine, their esters and salts thereof", + "parent": "2922", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292250", + "text": "292250 - Amino-alcohol-phenols, amino-acid-phenols and other amino-compounds with oxygen function", + "parent": "2922", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2923", + "text": "2923 - Quaternary ammonium salts and hydroxides; lecithins and other phosphoaminolipids, whether or not chemically defined", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "292310", + "text": "292310 - Quaternary ammonium salts and hydroxides; choline and its salts, whether or not chemically defined", + "parent": "2923", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292320", + "text": "292320 - Lecithins and other phosphoaminolipids, whether or not chemically defined", + "parent": "2923", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292330", + "text": "292330 - Quaternary ammonium salts and hydroxides; tetraethylammonium perfluorooctane sulphonate, whether or not chemically defined", + "parent": "2923", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292340", + "text": "292340 - Quaternary ammonium salts and hydroxides; didecyldimethylammonium perfluorooctane sulphonate, whether or not chemically defined", + "parent": "2923", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292390", + "text": "292390 - Quaternary ammonium salts and hydroxides; whether or not chemically defined n.e.c. in heading no. 2923", + "parent": "2923", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2924", + "text": "2924 - Carboxyamide-function compounds; amide-function compounds of carbonic acid", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "292410", + "text": "292410 - Acyclic amides, derivatives, salts thereof", + "parent": "2924", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292411", + "text": "292411 - Acyclic amides (including acyclic carbamates) and their derivatives; salts thereof; meprobamate (INN)", + "parent": "2924", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292412", + "text": "292412 - Acyclic amides (including acyclic carbamates) and their derivatives; salts thereof; fluoroacetamide (ISO), monocrotophos (ISO) and phosphamidon (ISO)", + "parent": "2924", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292419", + "text": "292419 - Acyclic amides (including acyclic carbamates) and their derivatives; salts thereof, other than meprobamate (INN), fluoroacetamide (ISO), monocrotophos (ISO) or phosphamidon (ISO)", + "parent": "2924", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292421", + "text": "292421 - Cyclic amides (including cyclic carbamates) and their derivatives, ureines and their derivatives; salts thereof", + "parent": "2924", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292422", + "text": "292422 - 2-Acetomidobenzoic acid", + "parent": "2924", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292423", + "text": "292423 - Cyclic amides (including cyclic carbamates) and their derivatives; 2-acetamidobenzoic acid (N-acetylanthranillic acid) and its salts", + "parent": "2924", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292424", + "text": "292424 - Cyclic amides (including cyclic carbamates) and their derivatives; ethinamate and its salts", + "parent": "2924", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292425", + "text": "292425 - Cyclic amides (including cyclic carbamates) and their derivatives; alachlor (ISO) and its salts", + "parent": "2924", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292429", + "text": "292429 - Cyclic amides (including cyclic carbamates) and their derivatives; other than the derivatives and salts of ureines, 2-acetamidobenzoic acid (N-acetylanthancillic acid),ethinamate S, and alachlor (ISO) and their derivatives and salts", + "parent": "2924", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2925", + "text": "2925 - Carboxyimide-function compounds (including saccharin and its salts) and imine-function compounds", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "292511", + "text": "292511 - Imides and their derivatives; saccharin and its salts", + "parent": "2925", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292512", + "text": "292512 - Imides and their derivatives; glutethimide (INN)", + "parent": "2925", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292519", + "text": "292519 - Imides and their derivatives; other than saccharin and glutethimide (INN)", + "parent": "2925", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292520", + "text": "292520 - Imines, derivatives, salts thereof", + "parent": "2925", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292521", + "text": "292521 - Imines and their derivatives; salts thereof; chlordimeform (ISO)", + "parent": "2925", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292529", + "text": "292529 - Imines and their derivatives; salts thereof; other than chlordimeform (ISO)", + "parent": "2925", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2926", + "text": "2926 - Nitrile-function compounds", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "292610", + "text": "292610 - Nitrile-function compounds; acrylonitrile", + "parent": "2926", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292620", + "text": "292620 - Nitrile-function compounds; 1-cyanoguanidine (dicyandiamide)", + "parent": "2926", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292630", + "text": "292630 - Nitrile-function compounds; fenproporex (INN) and its salts; methadone (INN) intermediate (4-cyano-2-dimethylamino-4,4-diphenylbutane)", + "parent": "2926", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292640", + "text": "292640 - Nitrile-function compounds; alpha-phenylacetoacetonitrile", + "parent": "2926", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292690", + "text": "292690 - Nitrile-function compounds; n.e.c. heading no. 2926", + "parent": "2926", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2927", + "text": "2927 - Diazo-, azo- or azoxy-compounds", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "292700", + "text": "292700 - Diazo-, azo- or azoxy compounds", + "parent": "2927", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2928", + "text": "2928 - Organic derivatives of hydrazine or of hydroxylamine", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "292800", + "text": "292800 - Organic derivatives of hydrazine or of hydroxylamine", + "parent": "2928", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2929", + "text": "2929 - Nitrogen-function compounds, n.e.c. in chapter 29", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "292910", + "text": "292910 - Nitrogen-function compounds; n.e.c. in chapter 29, isocyanates", + "parent": "2929", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "292990", + "text": "292990 - Nitrogen-function compounds; n.e.c. in chapter 29, excluding isocyanates", + "parent": "2929", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2930", + "text": "2930 - Organo-sulphur compounds", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "293010", + "text": "293010 - Organo-sulphur compounds; 2-(N,N-Diethylamino) ethanethiol", + "parent": "2930", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293020", + "text": "293020 - Organo-sulphur compounds; thiocarbamates and dithiocarbamates", + "parent": "2930", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293030", + "text": "293030 - Organo-sulphur compounds; thiuram mono-, di- or tetrasulphides", + "parent": "2930", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293040", + "text": "293040 - Organo-sulphur compounds; methionine", + "parent": "2930", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293050", + "text": "293050 - Organo-sulphur compounds; captafol (ISO) and methamidophos (ISO)", + "parent": "2930", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293060", + "text": "293060 - Organo-sulphur compounds; 2-(N,N-Diethylamino)ethanethiol", + "parent": "2930", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293070", + "text": "293070 - Organo-sulphur compounds; bis(2-hydroxyethyl)sulfide (thiodiglycol (INN))", + "parent": "2930", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293080", + "text": "293080 - Organo-sulphur compounds; aldicarb (ISO), captafol (ISO) and methamidophos (ISO)", + "parent": "2930", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293090", + "text": "293090 - Organo-sulphur compounds; n.e.c. in heading no. 2930", + "parent": "2930", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2931", + "text": "2931 - Other organo-inorganic compounds", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "293100", + "text": "293100 - Organo-inorganic compounds, n.e.s. in Ch.29", + "parent": "2931", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293110", + "text": "293110 - Organo-inorganic compounds; tetramethyl lead and tetraethyl lead", + "parent": "2931", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293120", + "text": "293120 - Organo-inorganic compounds; tributyltin compounds", + "parent": "2931", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293131", + "text": "293131 - Organo-inorganic compounds; organo-phosphorus derivatives, dimethyl methylphosphonate", + "parent": "2931", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293132", + "text": "293132 - Organo-inorganic compounds; organo-phosphorus derivatives, dimethyl propylphosphonate", + "parent": "2931", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293133", + "text": "293133 - Organo-inorganic compounds; organo-phosphorus derivatives, diethyl ethylphosphonate", + "parent": "2931", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293134", + "text": "293134 - Organo-inorganic compounds; organo-phosphorus derivatives, sodium-3-(hydroxysilyl)propyl methylphosphonate", + "parent": "2931", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293135", + "text": "293135 - Organo-inorganic compounds; organo-phosphorus derivatives, 2,4,6-tripropyl-1,3,5,2,4,6-trioxatriphosphinane 2,4,6-trioxide", + "parent": "2931", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293136", + "text": "293136 - Organo-inorganic compounds; organo-phosphorus derivatives, (5-ethyl-2-methyl-2-oxido-1,3,2-dioxaphosphinan-5-yl)methyl methyl methylphosphonate", + "parent": "2931", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293137", + "text": "293137 - Organo-inorganic compounds; organo-phosphorus derivatives, bis[(5-Ethyl-2-methyl-2-oxido-1,3,2-dioxaphosphinan-5-yl)methyl methyl methylphosphonate]", + "parent": "2931", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293138", + "text": "293138 - Organo-inorganic compounds; organo-phosphorus derivatives, salt of methylphosphonic acid and (aminoiminomethyl)urea (1 : 1)", + "parent": "2931", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293139", + "text": "293139 - Organo-inorganic compounds; other organo-phosphorus derivatives, n.e.c. in heading no. 2931", + "parent": "2931", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293141", + "text": "293141 - Non-halogenated organo-phosphorous derivatives; dimethyl methylphosphonate", + "parent": "2931", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293142", + "text": "293142 - Non-halogenated organo-phosphorous derivatives; dimethyl propylphosphonate", + "parent": "2931", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293143", + "text": "293143 - Non-halogenated organo-phosphorous derivatives; diethyl ethylphosphonate", + "parent": "2931", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293144", + "text": "293144 - Non-halogenated organo-phosphorous derivatives; methylphosphonic acid", + "parent": "2931", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293145", + "text": "293145 - Non-halogenated organo-phosphorous derivatives; salt of methylphosphonic acid and (aminominomethyl) urea (1:1)", + "parent": "2931", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293146", + "text": "293146 - Non-halogenated organo-phosphorous derivatives; 2,4,6-tripropyl-1,3,5,2,4,6-trioxatriphosphinane 2,4,6-trioxide", + "parent": "2931", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293147", + "text": "293147 - Non-halogenated organo-phosphorous derivatives; (5-ethyl-2-methyl-2-oxido-1,3,2-dioxaphosphinan-5-yl) methyl methyl methylphosphonate", + "parent": "2931", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293148", + "text": "293148 - Non-halogenated organo-phosphorous derivatives; 3,9-dimethyl-2,4,8,10-tetraoxa-3,9-diphosphaspiro[5.5] undecane 3,9-dioxide", + "parent": "2931", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293149", + "text": "293149 - Non-halogenated organo-phosphorous derivatives; other non-halogenated organo-phosphorous derivatives, n.e.c. in item no. 2931.4", + "parent": "2931", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293151", + "text": "293151 - Halogenated organo-phosphorous derivatives; methylphosphonic dichloride", + "parent": "2931", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293152", + "text": "293152 - Halogenated organo-phosphorous derivatives; propylphosphonic dichloride", + "parent": "2931", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293153", + "text": "293153 - Halogenated organo-phosphorous derivatives; O-(3-chloropropyl) O-[4-nitro-3-(trifluoromethyl)phenyl] methylphosphonothionate", + "parent": "2931", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293154", + "text": "293154 - Halogenated organo-phosphorous derivatives; trichlorfon (ISO)", + "parent": "2931", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293159", + "text": "293159 - Halogenated organo-phosphorous derivatives; other halogenated organo-phosphorous derivatives, n.e.c. in item no. 2931.5", + "parent": "2931", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293190", + "text": "293190 - Organo-inorganic compounds; other than tetramethyl lead, tetraethyl lead, tributyltin compounds, and other organo-phosphorous derivatives", + "parent": "2931", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2932", + "text": "2932 - Heterocyclic compounds with oxygen hetero-atom(s) only", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "293211", + "text": "293211 - Heterocyclic compounds; with oxygen hetero-atom(s) only, containing an unfused furan ring (whether or not hydrogenated) in the structure, tetrahydrofuran", + "parent": "2932", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293212", + "text": "293212 - Heterocyclic compounds; with oxygen hetero-atom(s) only, containing an unfused furan ring (whether or not hydrogenated) in the structure, 2-furaldehyde (furfuraldehyde)", + "parent": "2932", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293213", + "text": "293213 - Heterocyclic compounds; with oxygen hetero-atom(s) only, containing an unfused furan ring (whether or not hydrogenated) in the structure, furfuryl alcohol and tetrahydrofurfuryl alcohol", + "parent": "2932", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293214", + "text": "293214 - Heterocyclic compounds; with oxygen hetero-atom(s) only, containing an unfused furan ring (whether or not hydrogenated) in the structure, sucralose", + "parent": "2932", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293219", + "text": "293219 - Heterocyclic compounds; with oxygen hetero-atom(s) only, containing an unfused furan ring (whether or not hydrogenated) in the structure, n.e.c. in item no. 2932.1", + "parent": "2932", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293220", + "text": "293220 - Heterocyclic compounds; with oxygen hetero-atom(s) only, containing an unfused furan ring (whether or not hydrogenated) in the structure, lactones", + "parent": "2932", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293221", + "text": "293221 - Coumarin, methylcoumarins & ethylcoumarins", + "parent": "2932", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293229", + "text": "293229 - Lactones (excl. coumarin, methylcoumarins & ethylcoumarins)", + "parent": "2932", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293290", + "text": "293290 - Heterocyclic compound,oxygen hetero-atom(s) only,nes", + "parent": "2932", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293291", + "text": "293291 - Heterocyclic compounds; with oxygen hetero-atom(s) only, (other than lactones or compounds containing an unfused furan ring (whether or not hydrogenated) in the structure), isosafrole", + "parent": "2932", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293292", + "text": "293292 - Heterocyclic compounds; with oxygen hetero-atom(s) only, (other than lactones or compounds containing an unfused furan ring (whether or not hydrogenated) in the structure), 1-(1,3-Benzodioxol-5-yl)propan-2-one", + "parent": "2932", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293293", + "text": "293293 - Heterocyclic compounds; with oxygen hetero-atom(s) only, (other than lactones or compounds containing an unfused furan ring (whether or not hydrogenated) in the structure), piperonal", + "parent": "2932", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293294", + "text": "293294 - Heterocyclic compounds; with oxygen hetero-atom(s) only, (other than lactones or compounds containing an unfused furan ring (whether or not hydrogenated) in the structure), safrole", + "parent": "2932", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293295", + "text": "293295 - Heterocyclic compounds; with oxygen hetero-atom(s) only, (other than lactones or compounds containing an unfused furan ring (whether or not hydrogenated) in the structure), tetrahydrocannabinols (all isomers)", + "parent": "2932", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293296", + "text": "293296 - Heterocyclic compounds; with oxygen hetero-atom(s) only, (other than lactones or compounds containing an unfused furan ring (whether or not hydrogenated) in the structure), carbofuran (ISO)", + "parent": "2932", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293299", + "text": "293299 - Heterocyclic compounds; with oxygen hetero-atom(s) only, no lactones or unfused furan rings in the structure, other than isosafrole, 1-(1,3-benzodiaxol-5-yl) propan-2-one, piperonal, safrole, tetrahydrocannabinols (all isomers), carbofuran (ISO)", + "parent": "2932", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2933", + "text": "2933 - Heterocyclic compounds with nitrogen hetero-atom(s) only", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "293311", + "text": "293311 - Heterocyclic compounds; with nitrogen hetero-atom(s) only, containing an unfused pyrazole ring (whether or not hydrogenated) in the structure, phenazone (antipyrin) and its derivatives", + "parent": "2933", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293319", + "text": "293319 - Heterocyclic compounds; with nitrogen hetero-atom(s) only, containing an unfused pyrazole ring (whether or not hydrogenated) in the structure, other than henazone (antipyrin) and its derivatives", + "parent": "2933", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293321", + "text": "293321 - Heterocyclic compounds; with nitrogen hetero-atom(s) only, containing an unfused imidazole ring (whether or not hydrogenated) in the structure, hydantoin and its derivatives", + "parent": "2933", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293329", + "text": "293329 - Heterocyclic compounds; with nitrogen hetero-atom(s) only, containing an unfused imidazole ring (whether or not hydrogenated) in the structure, other than hydantoin and its derivatives", + "parent": "2933", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293331", + "text": "293331 - Heterocyclic compounds; containing an unfused pyridine ring (whether or not hydrogenated) in the structure, pyridine and its salts", + "parent": "2933", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293332", + "text": "293332 - Heterocyclic compounds; containing an unfused pyridine ring (whether or not hydrogenated) in the structure, piperidine and its salts", + "parent": "2933", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293333", + "text": "293333 - Heterocyclic compounds; containing an unfused pyridine ring (whether or not hydrogenated) in the structure, alfentanil (INN), anileridine (INN), bezitramide (INN), bromazepam (INN), carfentanil (INN), difenoxin (INN), diphenoxylate (INN), dipipanone (INN)", + "parent": "2933", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293334", + "text": "293334 - Heterocyclic compounds; containing an unfused pyridine ring (whether or not hydrogenated) in the structure, other fentanyls and their derivatives", + "parent": "2933", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293335", + "text": "293335 - Heterocyclic compounds; containing an unfused pyridine ring (whether or not hydrogenated) in the structure, 3-quinuclidinol", + "parent": "2933", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293336", + "text": "293336 - Heterocyclic compounds; containing an unfused pyridine ring (whether or not hydrogenated) in the structure, 4-anilino-N-phenethylpiperidine (ANPP)", + "parent": "2933", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293337", + "text": "293337 - Heterocyclic compounds; containing an unfused pyridine ring (whether or not hydrogenated) in the structure, N-phenethyl-4-piperdone (NPP)", + "parent": "2933", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293339", + "text": "293339 - Heterocyclic compounds; containing an unfused pyridine ring (whether or not hydrogenated) in the structure, n.e.c. in 2933.3", + "parent": "2933", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293340", + "text": "293340 - Heterocyc cmpounds, quinoline ring not further fused", + "parent": "2933", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293341", + "text": "293341 - Heterocyclic compounds; containing a quinoline or isoquinoline ring-system (whether or not hydrogenated) in the structure, not further fused, levorphanol (INN) and its salts", + "parent": "2933", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293349", + "text": "293349 - Heterocyclic compounds; containing a quinoline or isoquinoline ring-system (whether or not hydrogenated) in the structure, not further fused, other than levorphanol (INN) and its salts", + "parent": "2933", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293351", + "text": "293351 - Barbituric acid, derivatives, salts thereof", + "parent": "2933", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293352", + "text": "293352 - Heterocyclic compounds; containing a pyrimidine ring (whether or not hydrogenated) or piperazine ring in the structure, malonylurea (barbituric acid) and its salts", + "parent": "2933", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293353", + "text": "293353 - Allobarbital (INN), amobarbital (INN), barbital (INN), butalbital (INN), butobarbital, cyclobarbital (INN), methylphenobarbital (INN), pentobarbital (INN), phenobarbital (INN), secbutabarbital (INN), secobarbital (INN) and vinylbital (INN); salts thereof", + "parent": "2933", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293354", + "text": "293354 - Heterocyclic compounds; containing a pyrimidine ring (whether or not hydrogenated) or piperazine ring in the structure, other derivatives of malonylurea (barbituric acid) and salts thereof, n.e.c. in 2933.53", + "parent": "2933", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293355", + "text": "293355 - Heterocyclic compounds; containing a pyrimidine ring (whether or not hydrogenated) or piperazine ring in the structure; loprazolam (INN), mecloqualone (INN), methaqualone (INN), and zipeprol (INN); salts thereof", + "parent": "2933", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293359", + "text": "293359 - Heterocyclic compounds; containing a pyrimidine ring (whether or not hydrogenated) or piperazine ring in the structure, (other than malonylurea and its derivatives, loprazolam, mecloqualone, methaqualone, zipeprol, and salts thereof) n.e.c. in 2933.5", + "parent": "2933", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293361", + "text": "293361 - Heterocyclic compounds; containing an unfused triazine ring (whether or not hydrogenated) in the structure, melamine", + "parent": "2933", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293369", + "text": "293369 - Heterocyclic compounds; containing an unfused triazine ring (whether or not hydrogenated) in the structure, others excluding melamine", + "parent": "2933", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293371", + "text": "293371 - Heterocyclic compounds; lactams; 6-hexanelactam (epsilon-caprolactam)", + "parent": "2933", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293372", + "text": "293372 - Heterocyclic compounds; lactams; clobazam (INN) and methyprylon (INN)", + "parent": "2933", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293379", + "text": "293379 - Heterocyclic compounds; lactams; other than 6-hexanelactam (epsilon caprolactam) and clobazam (INN) and methyprylon (INN)", + "parent": "2933", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293390", + "text": "293390 - Heterocyclic compounds with N-hetero-atom(s) only, ne", + "parent": "2933", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293391", + "text": "293391 - Heterocyclic compounds; alprazolam (INN), camazepam (INN), chlordiazepoxide (INN), clonazepam (INN), clorazepate, delorazepam (INN), diazepam (INN), estazolam (INN), ethyl loflazepate (INN), fludiazepam (INN), flunitrazepam (INN), (cont)", + "parent": "2933", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293392", + "text": "293392 - Heterocyclic compounds; azinphos-methyl (ISO)", + "parent": "2933", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293399", + "text": "293399 - Heterocyclic compounds; n.e.c. in headings no. 2933", + "parent": "2933", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2934", + "text": "2934 - Nucleic acids and their salts, whether or not chemically defined; other heterocyclic compounds", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "293410", + "text": "293410 - Heterocyclic compounds; containing an unfused thiazole ring (whether or not hydrogenated) in the structure", + "parent": "2934", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293420", + "text": "293420 - Heterocyclic compounds; containing in the structure, a benzothiazole ring-system (whether or not hydrogenated), not further fused", + "parent": "2934", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293430", + "text": "293430 - Heterocyclic compounds; containing in the structure, a phenothiazine ring-system (whether or not hydrogenated), not further fused", + "parent": "2934", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293490", + "text": "293490 - Heterocyclic compounds, nes", + "parent": "2934", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293491", + "text": "293491 - Heterocyclic compounds; other heterocyclic compounds, n.e.c. in 2934.1, 2934.2 and 2934.3", + "parent": "2934", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293492", + "text": "293492 - Heterocyclic compounds; other fentanyls n.e.c. in 2934, and their derivatives", + "parent": "2934", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293499", + "text": "293499 - Nucleic acids and their salts, other heterocyclic compounds, n.e.c. in heading number 2934", + "parent": "2934", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2935", + "text": "2935 - Sulphonamides", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "293500", + "text": "293500 - Sulphonamides", + "parent": "2935", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293510", + "text": "293510 - Sulphonamides; N-methylperfluorooctane sulphonamide", + "parent": "2935", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293520", + "text": "293520 - Sulphonamides; N-ethylperfluorooctane sulphonamide", + "parent": "2935", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293530", + "text": "293530 - Sulphonamides; N-ethyl-N-(2-hydroxyethyl) perfluorooctane sulphonamide", + "parent": "2935", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293540", + "text": "293540 - Sulphonamides; N-(2-hydroxyethyl)-N-methylperfluorooctane sulphonamide", + "parent": "2935", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293550", + "text": "293550 - Sulphonamides; other perfluorooctane sulphonamides", + "parent": "2935", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293590", + "text": "293590 - Sulphonamides; n.e.c. in heading no. 2935", + "parent": "2935", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2936", + "text": "2936 - Provitamins, vitamins; natural or reproduced by synthesis (including natural concentrates) derivatives thereof used as vitamins, and intermixtures of the fore-going, whether or not in any solvent", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "293610", + "text": "293610 - Provitamins, unmixed", + "parent": "2936", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293621", + "text": "293621 - Vitamins; vitamins A and their derivatives, unmixed", + "parent": "2936", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293622", + "text": "293622 - Vitamins; vitamin B1 and its derivatives, unmixed", + "parent": "2936", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293623", + "text": "293623 - Vitamins; vitamin B2 and its derivatives, unmixed", + "parent": "2936", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293624", + "text": "293624 - Vitamins; D- or DL-pantothenic acid (vitamin B5) and its derivatives, unmixed", + "parent": "2936", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293625", + "text": "293625 - Vitamins; vitamin B6 and its derivatives, unmixed", + "parent": "2936", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293626", + "text": "293626 - Vitamins; vitamin B12 and its derivatives, unmixed", + "parent": "2936", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293627", + "text": "293627 - Vitamins; vitamin C and its derivatives, unmixed", + "parent": "2936", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293628", + "text": "293628 - Vitamins; vitamin E and its derivatives, unmixed", + "parent": "2936", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293629", + "text": "293629 - Vitamins; n.e.c. in item no. 2936.2, and their derivatives, unmixed", + "parent": "2936", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293690", + "text": "293690 - Vitamins; n.e.c. in heading no. 2936, including natural concentrates", + "parent": "2936", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2937", + "text": "2937 - Hormones, prostaglandins, thromboxanes and leukotrienes, natural or reproduced by synthesis; derivatives and structural analogues thereof, including chain modified polypeptides, used primarily as hormones.", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "293710", + "text": "293710 - Pituitary anterior hormones and derivatives, in bulk", + "parent": "2937", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293711", + "text": "293711 - Polypeptide hormones, protein hormones and glycoprotein hormones, their derivatives and structural analogues; somatotropin, its derivatives and structural analogues", + "parent": "2937", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293712", + "text": "293712 - Polypeptide hormones, protein hormones and glycoprotein hormones, their derivatives and structural analogues; insulin and its salts", + "parent": "2937", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293719", + "text": "293719 - Polypeptide hormones, protein hormones and glycoprotein hormones, their derivatives and structural analogues; other than somatotropin, (its derivatives and structural anaologues) and insulin and its salts", + "parent": "2937", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293721", + "text": "293721 - Steroidal hormones, their derivatives and structural analogues; cortisone, hydrocortisone, prednisone (dehydrocortisone) and prednisolone (dehydrohydrocortisone)", + "parent": "2937", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293722", + "text": "293722 - Steroidal hormones, their derivatives and structural analogues; halogenated derivatives of corticosteroidal hormones", + "parent": "2937", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293723", + "text": "293723 - Steroidal hormones, their derivatives and structural analogues; oestrogens and progestogens", + "parent": "2937", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293729", + "text": "293729 - Steroidal hormones, their derivatives and structural analogues; other than cortisone, hydrocortisone, prednisone (dehydrocortisone), prednisolone (dehydrohydrocortisone), halogenated derivatives of corticosteroidal hormones, oestrogen and progestogens", + "parent": "2937", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293731", + "text": "293731 - Epinephrine", + "parent": "2937", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293739", + "text": "293739 - Catecholamine hormones other than epinephrine, their derivatives & structural analogues", + "parent": "2937", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293740", + "text": "293740 - Amino-acid derivatives", + "parent": "2937", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293750", + "text": "293750 - Prostaglandins, thromboxanes and leukotrienes, their derivatives and structural analogues", + "parent": "2937", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293790", + "text": "293790 - Hormones, prostaglandins, thromboxanes and leukotrienes, natural or reproduced by synthesis; derivatives and structural analogues thereof, including chain modified polypeptides, used primarily as hormones, n.e.c. in heading 2937", + "parent": "2937", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293791", + "text": "293791 - Insulin, salts, in bulk", + "parent": "2937", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293792", + "text": "293792 - Oestrogens and progestogens, in bulk", + "parent": "2937", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293799", + "text": "293799 - Hormones nes, derivatives, in bulk, steroids nes", + "parent": "2937", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2938", + "text": "2938 - Glycosides, natural or reproduced by synthesis, and their salts, ethers, esters and other derivatives", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "293810", + "text": "293810 - Glycosides; rutoside (rutin) and its derivatives", + "parent": "2938", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293890", + "text": "293890 - Glycosides; natural or reproduced by synthesis, other than rutoside (rutin) and its derivatives", + "parent": "2938", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2939", + "text": "2939 - Alkaloids; natural or reproduced by synthesis, and their salts, ethers, esters and other derivatives", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "293910", + "text": "293910 - Opium alkaloids, their derivs, in bulk, salts thereof", + "parent": "2939", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293911", + "text": "293911 - Alkaloids; of opium and their derivatives; salts thereof", + "parent": "2939", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293919", + "text": "293919 - Alkaloids; of opium and their derivatives; other than in 2939.11, salts thereof", + "parent": "2939", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293920", + "text": "293920 - Alkaloids; of cinchona and their derivatives; salts thereof", + "parent": "2939", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293921", + "text": "293921 - Quinine, salts, in bulk", + "parent": "2939", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293929", + "text": "293929 - Cinchona alkaloids, derivatives nes, in bulk, salts", + "parent": "2939", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293930", + "text": "293930 - Alkaloids; caffeine and its salts", + "parent": "2939", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293940", + "text": "293940 - Ephedrines, salts, in bulk", + "parent": "2939", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293941", + "text": "293941 - Alkaloids; of ephedrine and their derivatives; salts thereof", + "parent": "2939", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293942", + "text": "293942 - Alkaloids; of ephedrine and their derivatives; pseudoephedrine (INN) and its salts", + "parent": "2939", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293943", + "text": "293943 - Alkaloids; of ephedrine and their derivatives; cathine (INN) and its salts", + "parent": "2939", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293944", + "text": "293944 - Alkaloids; of ephedrine and their derivatives; norephedrine and its salts", + "parent": "2939", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293945", + "text": "293945 - Alkaloids; of ephedrine and their derivatives; levometamfetamine, metamfetamine (INN), metamefetamine racemate and their salts", + "parent": "2939", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293949", + "text": "293949 - Alkaloids; of ephedrine and their derivatives; other than ephedrine, pseudoephedrine (INN), norephedrine, cathine (INN), levometamfetamine, metamfetamine (INN), metamefetamine racemate and their salts", + "parent": "2939", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293950", + "text": "293950 - Theophylline and aminophylline, derivs, in bulk, salt", + "parent": "2939", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293951", + "text": "293951 - Alkaloids; theophylline and aminophylline (theophylline-ethylenediamine) and their derivatives; salts thereof, fenetylline (INN) and its salts", + "parent": "2939", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293959", + "text": "293959 - Alkaloids; theophylline and aminophylline (theophylline-ethylenediamine) and their derivatives; salts thereof, other than fenetylline", + "parent": "2939", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293960", + "text": "293960 - Rye ergot alkaloids, derivatives, in bulk, salts", + "parent": "2939", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293961", + "text": "293961 - Alkaloids; of rye ergot and their derivatives, ergometrine (INN) and its salts", + "parent": "2939", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293962", + "text": "293962 - Alkaloids; of rye ergot and their derivatives, ergotamine (INN) and its salts", + "parent": "2939", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293963", + "text": "293963 - Alkaloids; of rye ergot and their derivatives, lysergic acid and its salts", + "parent": "2939", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293969", + "text": "293969 - Alkaloids; of rye ergot and their derivatives, salts thereof, n.e.c. in item no. 2939.6", + "parent": "2939", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293970", + "text": "293970 - Nicotine, salts, in bulk", + "parent": "2939", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293971", + "text": "293971 - Alkaloids; of vegetal origin, cocaine, ecgonine, levometamfetamine, metamfetamine (INN), metamfetamine racemate; salts, esters and other derivatives thereof", + "parent": "2939", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293972", + "text": "293972 - Alkaloids; of vegetal origin, cocaine, ecgonine; salts, esters and other derivatives thereof", + "parent": "2939", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293979", + "text": "293979 - Alkaloids; of vegetal origin, other than cocaine, ecgonine; salts, esters and other derivatives; n.e.c. in heading no. 2939", + "parent": "2939", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293980", + "text": "293980 - Alkaloids; natural or reproduced by synthesis, and their salts, esters and other derivatives n.e.c. in heading no. 2939", + "parent": "2939", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293990", + "text": "293990 - Vegetable alkaloids nes, salts, ethers, esters in bul", + "parent": "2939", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293991", + "text": "293991 - Alkaloids, vegetable; natural or reproduced by synthesis, and their salts, esters and other derivatives n.e.c. in heading no. 2939.1, 2939.2, 2939.3, 2939.4, 2939.5, 2939.6, 2939.7", + "parent": "2939", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "293999", + "text": "293999 - Alkaloids, vegetable; natural or reproduced by synthesis, and their salts, esters and other derivatives n.e.c. in heading no. 2939", + "parent": "2939", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2940", + "text": "2940 - Sugars, chemically pure, other than sucrose, lactose, maltose, glucose and fructose; sugar ethers, sugar acetals and sugar esters, and their salts, other than the products of heading 29.37, 29.38, or 29.39", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "294000", + "text": "294000 - Sugars, chemically pure, other than sucrose, lactose, maltose, glucose and fructose; sugar ethers, sugar acetals and sugar esters, and their salts, other than the products of heading 29.37, 29.38, or 29.39", + "parent": "2940", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2941", + "text": "2941 - Antibiotics", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "294110", + "text": "294110 - Antibiotics; penicillins and their derivatives with a penicillanic acid structure; salts thereof", + "parent": "2941", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "294120", + "text": "294120 - Antibiotics; streptomycins and their derivatives; salts thereof", + "parent": "2941", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "294130", + "text": "294130 - Antibiotics; tetracyclines and their derivatives; salts thereof", + "parent": "2941", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "294140", + "text": "294140 - Antibiotics; chloramphenicol and its derivatives; salts thereof", + "parent": "2941", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "294150", + "text": "294150 - Antibiotics; erythromycin and its derivatives; salts thereof", + "parent": "2941", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "294190", + "text": "294190 - Antibiotics; n.e.c. in heading no. 2941", + "parent": "2941", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "2942", + "text": "2942 - Organic compounds; n.e.c. in chapter 29", + "parent": "29", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "294200", + "text": "294200 - Organic compounds; n.e.c. in chapter 29", + "parent": "2942", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "30", + "text": "30 - Pharmaceutical products", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "3001", + "text": "3001 - Glands and other organs (extracts, secretions thereof) for organo-therapeutic uses, dried, powdered or not; heparin and its salts; other human or animal substances for therapeutic or prophylactic uses n.e.c.", + "parent": "30", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "300110", + "text": "300110 - Glands and other organs, dried, for therapeutic uses", + "parent": "3001", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300120", + "text": "300120 - Glands and other organs; extracts of glands or other organs or of their secretions, for organo-therapeutic uses", + "parent": "3001", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300190", + "text": "300190 - Glands and other organs; heparin and its salts; other human or animal substances prepared for therapeutic or prophylactic uses, n.e.c. in heading 3001", + "parent": "3001", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3002", + "text": "3002 - Human blood; animal blood for therapeutic, prophylactic or diagnostic uses; antisera, other blood fractions, immunological products, modified or obtained by biotechnological processes; vaccines, toxins, cultures of micro-organisms (excluding yeasts) etc", + "parent": "30", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "300210", + "text": "300210 - Blood, human or animal, antisera, other blood fractions and immunological products; whether or not modified or obtained by means of biotechnological processes", + "parent": "3002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300211", + "text": "300211 - Blood, human or animal, antisera, other blood fractions and immunological products; malaria diagnostic test kits", + "parent": "3002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300212", + "text": "300212 - Blood, human or animal, antisera, other blood fractions and immunological products; antisera and other blood fractions", + "parent": "3002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300213", + "text": "300213 - Blood, human or animal, antisera, other blood fractions and immunological products; immunological products, unmixed, not put up in measured doses or in forms or packings for retail sale", + "parent": "3002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300214", + "text": "300214 - Blood, human or animal, antisera, other blood fractions and immunological products; immunological products, mixed, put up in measured doses or in forms or packings for retail sale", + "parent": "3002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300215", + "text": "300215 - Blood, human or animal, antisera, other blood fractions and immunological products; immunological products, put up in measured doses or in forms or packings for retail sale", + "parent": "3002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300219", + "text": "300219 - Blood, human or animal, antisera, other blood fractions and immunological products; n.e.c. in heading 3002.1", + "parent": "3002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300220", + "text": "300220 - Vaccines; for human medicine", + "parent": "3002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300230", + "text": "300230 - Vaccines; for veterinary medicine", + "parent": "3002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300231", + "text": "300231 - Vaccines, foot and mouth disease, veterinary use", + "parent": "3002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300239", + "text": "300239 - Vaccines, veterinary use, except foot and mouth", + "parent": "3002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300241", + "text": "300241 - Vaccines, toxins, cultures of micro-organisms (excluding yeasts) and similar products; for human medicine", + "parent": "3002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300242", + "text": "300242 - Vaccines, toxins, cultures of micro-organisms (excluding yeasts) and similar products; for veterinary medicine", + "parent": "3002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300249", + "text": "300249 - Toxins, cultures of micro-organisms (excluding yeasts) and similar products; n.e.c. in item 3002.3", + "parent": "3002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300251", + "text": "300251 - Cell cultures, whether or not modified; cell therapy products", + "parent": "3002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300259", + "text": "300259 - Cell cultures, whether or not modified; other cell cultures not including cell therapy products", + "parent": "3002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300290", + "text": "300290 - Toxins, cultures of micro-organisms (excluding yeasts) and similar products", + "parent": "3002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3003", + "text": "3003 - Medicaments; (not goods of heading no. 3002, 3005 or 3006) of two or more constituents mixed together for therapeutic or prophylactic use not in measured doses or in forms or packings for retail sale", + "parent": "30", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "300310", + "text": "300310 - Medicaments; containing penicillins, streptomycins or their derivatives, for therapeutic or prophylactic uses, (not in measured doses, not packaged for retail sale)", + "parent": "3003", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300320", + "text": "300320 - Medicaments; containing antibiotics other than penicillins, streptomycins and their derivatives, for therapeutic or prophylactic uses, (not in measured doses, not packaged for retail sale)", + "parent": "3003", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300331", + "text": "300331 - Medicaments; containing insulin, for therapeutic or prophylactic uses, not packaged for retail sale", + "parent": "3003", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300339", + "text": "300339 - Medicaments; containing hormones (excluding insulin), (but not containing antibiotics), for therapeutic or prophylactic uses, not packaged for retail sale", + "parent": "3003", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300340", + "text": "300340 - Medicaments; containing alkaloids or their derivatives, (but not containing hormones or antibiotics), for therapeutic or prophylactic uses, (not packaged for retail sale)", + "parent": "3003", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300341", + "text": "300341 - Medicaments; containing alkaloids or their derivatives, containing ephedrine or its salts, for therapeutic or prophylactic uses, (not packaged for retail sale)", + "parent": "3003", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300342", + "text": "300342 - Medicaments; containing alkaloids or their derivatives, containing pseudoephedrine (INN) or its salts, for therapeutic or prophylactic uses, (not packaged for retail sale)", + "parent": "3003", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300343", + "text": "300343 - Medicaments; containing alkaloids or their derivatives, containing norephedrine or its salts, for therapeutic or prophylactic uses, (not packaged for retail sale)", + "parent": "3003", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300349", + "text": "300349 - Medicaments; containing alkaloids or their derivatives; other than ephedrine, pseudoephedrine (INN) or norephedrine or their salts; for therapeutic or prophylactic uses, (not packaged for retail sale)", + "parent": "3003", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300360", + "text": "300360 - Medicaments; containing antimalarial active principles described in subheading note 2 to this chapter, for therapeutic or prophylactic uses, (not packaged for retail sale)", + "parent": "3003", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300390", + "text": "300390 - Medicaments; (not containing antibiotics, hormones, alkaloids or their derivatives), for therapeutic or prophylactic uses, (not packaged for retail sale)", + "parent": "3003", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3004", + "text": "3004 - Medicaments; (not goods of heading no. 3002, 3005 or 3006) consisting of mixed or unmixed products for therapeutic or prophylactic use, put up in measured doses (incl. those in the form of transdermal admin. systems) or packed for retail sale", + "parent": "30", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "300410", + "text": "300410 - Medicaments; containing penicillins, streptomycins or their derivatives, for therapeutic or prophylactic uses, packaged for retail sale", + "parent": "3004", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300420", + "text": "300420 - Medicaments; containing antibiotics (other than penicillins, streptomycins or their derivatives), for therapeutic or prophylactic uses, packaged for retail sale", + "parent": "3004", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300431", + "text": "300431 - Medicaments; containing insulin, for therapeutic or prophylactic uses, packaged for retail sale", + "parent": "3004", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300432", + "text": "300432 - Medicaments; containing corticosteroid hormones, their derivatives or structural analogues (but not containing antibiotics), for therapeutic or prophylactic uses, packaged for retail sale", + "parent": "3004", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300439", + "text": "300439 - Medicaments; containing hormones (but not insulin), adrenal cortex hormones or antibiotics, for therapeutic or prophylactic uses, packaged for retail sale", + "parent": "3004", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300440", + "text": "300440 - Medicaments; containing alkaloids or their derivatives (but not hormones or antibiotics), for therapeutic or prophylactic uses, packaged for retail sale", + "parent": "3004", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300441", + "text": "300441 - Medicaments; containing alkaloids or their derivatives, containing ephedrine or its salts, for therapeutic or prophylactic uses, packaged for retail sale", + "parent": "3004", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300442", + "text": "300442 - Medicaments; containing alkaloids or their derivatives, containing pseudoephedrine (INN) or its salts, for therapeutic or prophylactic uses, packaged for retail sale", + "parent": "3004", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300443", + "text": "300443 - Medicaments; containing alkaloids or their derivatives, containing norephedrine or its salts, for therapeutic or prophylactic uses, packaged for retail sale", + "parent": "3004", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300449", + "text": "300449 - Medicaments; containing alkaloids or their derivatives; other than ephedrine, pseudoephedrine (INN) or norephedrine or their salts; for therapeutic or prophylactic uses, packaged for retail sale", + "parent": "3004", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300450", + "text": "300450 - Medicaments; containing vitamins or their derivatives, for therapeutic or prophylactic use, packaged for retail sale", + "parent": "3004", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300460", + "text": "300460 - Medicaments; containing antimalarial active principles described in Subheading Note 2 to this Chapter, for therapeutic or prophylactic uses, packaged for retail sale", + "parent": "3004", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300490", + "text": "300490 - Medicaments; consisting of mixed or unmixed products n.e.c. in heading no. 3004, for therapeutic or prophylactic uses, packaged for retail sale", + "parent": "3004", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3005", + "text": "3005 - Wadding, gauze, bandages (dressings, adhesive plasters, poultices), impregnated or coated with pharmaceutical substances or in forms or packings for retail sale, for medical, surgical or veterinary use", + "parent": "30", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "300510", + "text": "300510 - Dressings, adhesive; and other articles having an adhesive layer, packed for retail sale for medical, surgical, dental or veterinary purposes", + "parent": "3005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300590", + "text": "300590 - Wadding, gauze, bandages and similar articles; (excluding adhesive dressings), impregnated or coated with pharmaceutical substances, packaged for retail sale", + "parent": "3005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3006", + "text": "3006 - Pharmaceutical goods", + "parent": "30", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "300610", + "text": "300610 - Pharmaceutical goods; sterile surgical catgut, suture materials, tissue adhesives, laminaria, laminaria tents, absorbable surgical or dental haemostatics, and surgical or dental adhesion barriers", + "parent": "3006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300620", + "text": "300620 - Pharmaceutical goods; blood-grouping reagents", + "parent": "3006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300630", + "text": "300630 - Pharmaceutical goods; opacifying preparations for x-ray examinations, diagnostic reagents designed to be administered to the patient", + "parent": "3006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300640", + "text": "300640 - Pharmaceutical goods; dental cements and other dental fillings, bone reconstruction cements", + "parent": "3006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300650", + "text": "300650 - Pharmaceutical goods; first aid boxes and kits", + "parent": "3006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300660", + "text": "300660 - Pharmaceutical goods; chemical contraceptive preparations based on hormones, on other products of heading 2937 or on spermicides", + "parent": "3006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300670", + "text": "300670 - Pharmaceutical goods; Gel preparations designed to be used in human or veterinary medicine as a lubricant for parts of the body for surgical operations or physical examinations or as a coupling agent between the body and medical instruments", + "parent": "3006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300680", + "text": "300680 - Waste pharmaceuticals", + "parent": "3006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300691", + "text": "300691 - Pharmaceutical goods; appliances identifiable for ostomy use", + "parent": "3006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300692", + "text": "300692 - Pharmaceutical goods; waste pharmaceuticals", + "parent": "3006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "300693", + "text": "300693 - Pharmaceutical goods; placebos and blinded (or double-blinded) clinical trial kits for a recognised clinical trial, put up in measured doses", + "parent": "3006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "31", + "text": "31 - Fertilizers", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "3101", + "text": "3101 - Fertilizers; animal or vegetable, whether or not mixed together or chemically treated; fertilizers produced by the mixing or chemical treatment of animal or vegetable products", + "parent": "31", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "310100", + "text": "310100 - Fertilizers, animal or vegetable; whether or not mixed together or chemically treated; fertilizers, produced by the mixing or chemical treatment of animal or vegetable products", + "parent": "3101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3102", + "text": "3102 - Fertilizers; mineral or chemical, nitrogenous", + "parent": "31", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "310210", + "text": "310210 - Fertilizers, mineral or chemical; nitrogenous, urea, whether or not in aqueous solution", + "parent": "3102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "310221", + "text": "310221 - Fertilizers, mineral or chemical; nitrogenous, ammonium sulphate", + "parent": "3102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "310229", + "text": "310229 - Fertilizers, mineral or chemical; nitrogenous, other than ammonium sulphate", + "parent": "3102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "310230", + "text": "310230 - Fertilizers, mineral or chemical; nitrogenous, ammonium nitrate, whether or not in aqueous solution", + "parent": "3102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "310240", + "text": "310240 - Fertilizers, mineral or chemical; ammonium nitrate with calcium carbonate or other inorganic non-fertilizing substances, mixtures thereof", + "parent": "3102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "310250", + "text": "310250 - Fertilizers, mineral or chemical; nitrogenous, sodium nitrate", + "parent": "3102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "310260", + "text": "310260 - Fertilizers, mineral or chemical; nitrogenous, double salts and mixtures of calcium nitrate and ammonium nitrate", + "parent": "3102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "310270", + "text": "310270 - Calcium cyanamide in packs >10 kg", + "parent": "3102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "310280", + "text": "310280 - Fertilizers, mineral or chemical; nitrogenous, mixtures of urea and ammonium nitrate in aqueous or ammoniacal solution", + "parent": "3102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "310290", + "text": "310290 - Fertilizers, mineral or chemical; nitrogenous, other kinds including mixtures not specified in the foregoing subheadings", + "parent": "3102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3103", + "text": "3103 - Fertilizers; mineral or chemical, phosphatic", + "parent": "31", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "310310", + "text": "310310 - Fertilizers, mineral or chemical; phosphatic, superphosphates", + "parent": "3103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "310311", + "text": "310311 - Fertilizers, mineral or chemical; phosphatic, superphosphates, containing by weight 35% or more of diphosphorus pentaoxide (P2O5)", + "parent": "3103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "310319", + "text": "310319 - Fertilizers, mineral or chemical; phosphatic, superphosphates, other than containing by weight 35% or more of diphosphorus pentaoxide (P2O5)", + "parent": "3103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "310320", + "text": "310320 - Basic slag, in packs >10 kg", + "parent": "3103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "310390", + "text": "310390 - Fertilizers, mineral or chemical; phosphatic, n.e.c. in heading no. 3103", + "parent": "3103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3104", + "text": "3104 - Fertilizers; mineral or chemical, potassic", + "parent": "31", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "310410", + "text": "310410 - Carnallite, sylvite, crude potassium salts nes, >10kg", + "parent": "3104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "310420", + "text": "310420 - Fertilizers, mineral or chemical; potassic, potassium chloride", + "parent": "3104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "310430", + "text": "310430 - Fertilizers, mineral or chemical; potassic, potassium sulphate", + "parent": "3104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "310490", + "text": "310490 - Fertilizers, mineral or chemical; potassic, n.e.c. in heading no. 3104", + "parent": "3104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3105", + "text": "3105 - Fertilizers; mineral or chemical, containing 2 or 3 of the elements nitrogen, phosphorus, potassium; other fertilisers; goods of chapter 31 in tablets or packages of gross weight not exceeding 10kg", + "parent": "31", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "310510", + "text": "310510 - Fertilizers, mineral or chemical; in tablets or similar forms or in packages of a gross weight not exceeding 10kg", + "parent": "3105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "310520", + "text": "310520 - Fertilizers, mineral or chemical; containing the three fertilizing elements nitrogen, phosphorus and potassium", + "parent": "3105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "310530", + "text": "310530 - Fertilizers, mineral or chemical; diammonium hydrogenorthophosphate (diammonium phosphate)", + "parent": "3105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "310540", + "text": "310540 - Fertilizers, mineral or chemical; ammonium dihydrogenorthophosphate (monoammonium phosphate) and mixtures thereof with diammonium hydrogenorthophosphate (diammonium phosphate)", + "parent": "3105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "310551", + "text": "310551 - Fertilizers, mineral or chemical; containing nitrates and phosphates", + "parent": "3105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "310559", + "text": "310559 - Fertilizers, mineral or chemical; containing the two fertilizing elements nitrogen and phosphorus, other than nitrates and phosphates", + "parent": "3105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "310560", + "text": "310560 - Fertilizers, mineral or chemical; containing the two fertilizing elements phosphorus and potassium", + "parent": "3105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "310590", + "text": "310590 - Fertilizers, mineral or chemical; n.e.c. in heading no. 3105", + "parent": "3105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "32", + "text": "32 - Tanning or dyeing extracts; tannins and their derivatives; dyes, pigments and other colouring matter; paints, varnishes; putty, other mastics; inks", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "3201", + "text": "3201 - Tanning extracts of vegetable origin; tannins and their salts, ethers, esters and other derivatives", + "parent": "32", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "320110", + "text": "320110 - Tanning extracts of vegetable origin; quebracho extract", + "parent": "3201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "320120", + "text": "320120 - Tanning extracts of vegetable origin; wattle extract", + "parent": "3201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "320130", + "text": "320130 - Oak or chestnut tanning extract", + "parent": "3201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "320190", + "text": "320190 - Tanning extracts of vegetable origin; tannins and their salts, ethers, esters and other derivatives, (excluding quebracho or wattle extract)", + "parent": "3201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3202", + "text": "3202 - Tanning substances; synthetic organic or inorganic tanning substances; tanning preparations, whether or not containing natural tanning substances, enzymatic preparations for pre-tanning", + "parent": "32", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "320210", + "text": "320210 - Tanning substances; synthetic organic tanning substances", + "parent": "3202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "320290", + "text": "320290 - Tanning substances; inorganic tanning substances; tanning preparations, whether or not containing natural tanning substances; enzymatic preparations for pre- tanning", + "parent": "3202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3203", + "text": "3203 - Colouring matter of vegetable or animal origin (including dyeing extracts, not animal black); whether or not chemically defined; preparations based on colouring matter of vegetable or animal origin", + "parent": "32", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "320300", + "text": "320300 - Colouring matter of vegetable or animal origin, including dyeing extracts not animal black, whether or not chemically defined; preparations based on colouring matter of vegetable or animal origin", + "parent": "3203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3204", + "text": "3204 - Synthetic organic colouring matter and preparations based thereon; synthetic organic products used as fluorescent brightening agents or as luminophores; whether or not chemically defined", + "parent": "32", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "320411", + "text": "320411 - Dyes; disperse dyes and preparations based thereon", + "parent": "3204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "320412", + "text": "320412 - Dyes; acid, whether or not premetallised and preparations based thereon, mordant dyes and preparations based thereon", + "parent": "3204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "320413", + "text": "320413 - Dyes; basic dyes and preparations based thereon", + "parent": "3204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "320414", + "text": "320414 - Dyes; direct dyes and preparations based thereon", + "parent": "3204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "320415", + "text": "320415 - Dyes; vat dyes (including those usable in that state as pigments) and preparations based thereon", + "parent": "3204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "320416", + "text": "320416 - Dyes; reactive dyes and preparations based thereon", + "parent": "3204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "320417", + "text": "320417 - Dyes; pigments and preparations based thereon", + "parent": "3204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "320418", + "text": "320418 - Dyes; carotenoid colouring matters and preparations based thereon", + "parent": "3204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "320419", + "text": "320419 - Dyes; n.e.c., including mixtures of colouring matter of two or more of those from item no. 3204.11 to 3204.19", + "parent": "3204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "320420", + "text": "320420 - Dyes; synthetic organic products of a kind used as fluorescent brightening agents", + "parent": "3204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "320490", + "text": "320490 - Dyes; synthetic organic products n.e.c. in heading no. 3204 (e.g. of a kind used as luminophores), whether or not chemically defined", + "parent": "3204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3205", + "text": "3205 - Colour lakes; preparations based on colour lakes as specified in note 3 to this chapter", + "parent": "32", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "320500", + "text": "320500 - Colour lakes; preparations based on colour lakes as specified in note 3 to this chapter", + "parent": "3205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3206", + "text": "3206 - Colouring matter and preparations thereof n.e.c. in heading no. 3203, 3204, 3205; inorganic products, kind used as luminophores whether or not chemically defined", + "parent": "32", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "320610", + "text": "320610 - Pigments and preparations based on titanium dioxide", + "parent": "3206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "320611", + "text": "320611 - Colouring matter; pigments and preparations based on titanium dioxide, containing 80% or more by weight of titanium dioxide calculated on the dry matter", + "parent": "3206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "320619", + "text": "320619 - Colouring matter; pigments and preparations based on titanium dioxide, containing less than 80% by weight of titanium dioxide calculated on the dry weight", + "parent": "3206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "320620", + "text": "320620 - Colouring matter; pigments and preparations based on chromium compounds", + "parent": "3206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "320630", + "text": "320630 - Pigments and preparations based on cadmium compounds", + "parent": "3206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "320641", + "text": "320641 - Colouring matter; ultramarine and preparations based thereon", + "parent": "3206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "320642", + "text": "320642 - Colouring matter; lithopone and other pigments and preparations based on zinc sulphide", + "parent": "3206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "320643", + "text": "320643 - Pigments and preparations based on hexacyanoferrates", + "parent": "3206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "320649", + "text": "320649 - Colouring matter; other preparations n.e.c. in item no. 3206.4", + "parent": "3206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "320650", + "text": "320650 - Colouring matter; inorganic products of a kind used as luminophores", + "parent": "3206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3207", + "text": "3207 - Pigments, prepared; opacifiers, colours, vitrifiable enamels, glazes, engobes (slips), liquid lustres etc as used in the ceramic enamelling or glass industry; glass frit and powder, granules or flakes", + "parent": "32", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "320710", + "text": "320710 - Pigments; prepared pigments, opacifiers, colours and similar preparations", + "parent": "3207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "320720", + "text": "320720 - Enamels and glazes; vitrifiable enamels and glazes, engobes (slips) and similar preparations", + "parent": "3207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "320730", + "text": "320730 - Lustres; liquid lustres and similar preparations", + "parent": "3207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "320740", + "text": "320740 - Glass; glass frit and other glass, in the form of powder, granules or flakes", + "parent": "3207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3208", + "text": "3208 - Paints, varnishes; (enamels and lacquers) based on synthetic polymers or chemically modified natural polymers, dispersed or dissolved in a non-aqueous medium", + "parent": "32", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "320810", + "text": "320810 - Paints and varnishes; based on polyesters, dispersed or dissolved in a non-aqueous medium", + "parent": "3208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "320820", + "text": "320820 - Paints and varnishes; based on acrylic or vinyl polymers, dispersed or dissolved in a non-aqueous medium", + "parent": "3208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "320890", + "text": "320890 - Paints and varnishes; based on polymers n.e.c. in heading no. 3208, dispersed or dissolved in a non-aqueous medium", + "parent": "3208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3209", + "text": "3209 - Paints and varnishes (including enamels and lacquers) based on synthetic or chemically modified natural polymers, dispersed or dissolved in an aqueous medium", + "parent": "32", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "320910", + "text": "320910 - Paints and varnishes; based on acrylic or vinyl polymers, dispersed or dissolved in an aqueous medium", + "parent": "3209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "320990", + "text": "320990 - Paints and varnishes; (based on polymers other than acrylic or vinyl), dispersed or dissolved in an aqueous medium", + "parent": "3209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3210", + "text": "3210 - Paints and varnishes (including enamels, lacquers and distempers), excluding those of heading no. 3209, prepared water pigments of a kind used for finishing leather", + "parent": "32", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "321000", + "text": "321000 - Paints and varnishes; (including enamels, lacquers and distempers), prepared water pigments of a kind used for finishing leather", + "parent": "3210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3211", + "text": "3211 - Driers; prepared", + "parent": "32", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "321100", + "text": "321100 - Driers; prepared", + "parent": "3211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3212", + "text": "3212 - Pigments (metallic powders and flakes) dispersed in non-aqueous media in liquid or paste form, as used in manufacture of paints (including enamels); stamping foils, dyes etc in forms, packing for retail sale", + "parent": "32", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "321210", + "text": "321210 - Pigments; of a kind used in the manufacture of paints, stamping foils", + "parent": "3212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "321290", + "text": "321290 - Pigments; of a kind used in the manufacture of paints, other than stamping foils", + "parent": "3212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3213", + "text": "3213 - Colours; artists, students, or signboard painters, modifying tints, amusement colours and the like; in tablets, tubes, jars, bottles, pan or in similar forms or packings", + "parent": "32", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "321310", + "text": "321310 - Colours; in sets, of a kind used by artists, students or signboard painters", + "parent": "3213", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "321390", + "text": "321390 - Colours; (other than in sets), of a kind used by artists, students or signboard painters", + "parent": "3213", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3214", + "text": "3214 - Glaziers' putty, grafting putty, resin cements, caulking compounds and other mastics; painters' fillings; non-refractory surfacing preparations for facades, indoor walls, floors, ceilings or the like", + "parent": "32", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "321410", + "text": "321410 - Mastics; painters' fillings", + "parent": "3214", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "321490", + "text": "321490 - Mastics; n.e.c. in heading no. 3214", + "parent": "3214", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3215", + "text": "3215 - Ink; printing, writing or drawing ink and other inks; whether or not concentrated or solid", + "parent": "32", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "321511", + "text": "321511 - Ink; for printing, black, whether or not concentrated or solid", + "parent": "3215", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "321519", + "text": "321519 - Ink; for printing, other than black, whether or not concentrated or solid", + "parent": "3215", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "321590", + "text": "321590 - Ink; writing, drawing and other inks, n.e.c. in heading no. 3215, whether or not concentrated or solid", + "parent": "3215", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "33", + "text": "33 - Essential oils and resinoids; perfumery, cosmetic or toilet preparations", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "3301", + "text": "3301 - Oils; essential (concretes, absolutes); concentrates thereof in fats, fixed oils, waxes or the like (obtained by enfleurage or maceration); aqueous distillates, solutions and terpenic by-products thereof; resinoids; extracted oleoresins", + "parent": "33", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "330111", + "text": "330111 - Essential oils of bergamot", + "parent": "3301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "330112", + "text": "330112 - Oils, essential; of orange (terpeneless or not), including concretes and absolutes", + "parent": "3301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "330113", + "text": "330113 - Oils, essential; of lemon (terpeneless or not), including concretes and absolutes", + "parent": "3301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "330114", + "text": "330114 - Essential oils of lime", + "parent": "3301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "330119", + "text": "330119 - Oils, essential; of citrus fruits n.e.c. in heading no. 3301 (terpeneless or not), including concretes and absolutes", + "parent": "3301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "330121", + "text": "330121 - Essential oils of geranium", + "parent": "3301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "330122", + "text": "330122 - Essential oils of jasmin", + "parent": "3301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "330123", + "text": "330123 - Essential oils of lavender or of lavandin", + "parent": "3301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "330124", + "text": "330124 - Oils, essential; of peppermint (Mentha piperita), terpeneless or not, including concretes and absolutes", + "parent": "3301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "330125", + "text": "330125 - Oils, essential; of mints (excluding peppermint), terpeneless or not, including concretes and absolutes", + "parent": "3301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "330126", + "text": "330126 - Essential oils of vetiver", + "parent": "3301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "330129", + "text": "330129 - Oils, essential; n.e.c. in heading no. 3301 (terpeneless or not), including concretes and absolutes", + "parent": "3301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "330130", + "text": "330130 - Resinoids", + "parent": "3301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "330190", + "text": "330190 - Oils, essential; concentrates in fats, fixed oils, waxes and the like, terpenic by-products, aqueous distillates and solutions, extracted oleoresins, n.e.c. in heading no. 3301", + "parent": "3301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3302", + "text": "3302 - Odoriferous substances and mixtures (including alcoholic solutions) with a basis of one or more of these substances, of a kind used as raw materials in industry; other preparations based on odoriferous substances, of a kind used for beverage manufacture", + "parent": "33", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "330210", + "text": "330210 - Odoriferous substances and mixtures; of a kind used in the food or drink industries", + "parent": "3302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "330290", + "text": "330290 - Odoriferous substances and mixtures; used as raw materials in industries other than the food or drink industries", + "parent": "3302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3303", + "text": "3303 - Perfumes and toilet waters", + "parent": "33", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "330300", + "text": "330300 - Perfumes and toilet waters", + "parent": "3303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3304", + "text": "3304 - Cosmetic and toilet preparations; beauty, make-up and skin care preparations (excluding medicaments, including sunscreen or sun tan preparations), manicure or pedicure preparations", + "parent": "33", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "330410", + "text": "330410 - Cosmetic and toilet preparations; lip make-up", + "parent": "3304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "330420", + "text": "330420 - Cosmetic and toilet preparations; eye make-up", + "parent": "3304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "330430", + "text": "330430 - Cosmetic and toilet preparations; manicure or pedicure preparations", + "parent": "3304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "330491", + "text": "330491 - Cosmetic and toilet preparations; powders, whether or not compressed (excluding lip, eye, manicure or pedicure preparations)", + "parent": "3304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "330499", + "text": "330499 - Cosmetic and toilet preparations; n.e.c. in heading no. 3304, for the care of the skin (excluding medicaments, including sunscreen or sun tan preparations)", + "parent": "3304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3305", + "text": "3305 - Hair preparations; for use on the hair", + "parent": "33", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "330510", + "text": "330510 - Hair preparations; shampoos", + "parent": "3305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "330520", + "text": "330520 - Hair preparations; for permanent waving or straightening", + "parent": "3305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "330530", + "text": "330530 - Hair preparations; lacquers", + "parent": "3305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "330590", + "text": "330590 - Hair preparations; n.e.c. in heading no. 3305", + "parent": "3305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3306", + "text": "3306 - Oral or dental hygiene preparations; including fixative pastes and powders; yarn used to clean between the teeth (dental floss), in individual retail packages", + "parent": "33", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "330610", + "text": "330610 - Oral or dental hygiene preparations; dentifrices", + "parent": "3306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "330620", + "text": "330620 - Oral or dental hygiene preparations; yarn used to clean between the teeth (dental floss)", + "parent": "3306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "330690", + "text": "330690 - Oral or dental hygiene preparations; other than dentifrices", + "parent": "3306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3307", + "text": "3307 - Perfumery, cosmetic or toilet preparations; pre-shave, shaving, after-shave, bath preparations; personal deodorants and depilatories; room deodorisers, perfumed or not with disinfectant properties or not", + "parent": "33", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "330710", + "text": "330710 - Perfumery, cosmetic or toilet preparations; pre-shave, shaving or after-shave preparations", + "parent": "3307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "330720", + "text": "330720 - Perfumery, cosmetic or toilet preparations; personal deodorants and antiperspirants", + "parent": "3307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "330730", + "text": "330730 - Perfumery, cosmetic or toilet preparations; perfumed bath salts and other bath preparations", + "parent": "3307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "330741", + "text": "330741 - Perfumes and deodorizers; perfuming or deodorizing preparations for rooms, agarbatti and other odoriferous preparations which operate by burning (including those used during religious rites)", + "parent": "3307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "330749", + "text": "330749 - Perfumes and deodorizers; perfuming or deodorizing preparations for rooms, (excluding those which operate by burning)", + "parent": "3307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "330790", + "text": "330790 - Perfumes and deodorizers; perfuming or deodorizing preparations n.e.c. in heading no. 3307", + "parent": "3307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "34", + "text": "34 - Soap, organic surface-active agents; washing, lubricating, polishing or scouring preparations; artificial or prepared waxes, candles and similar articles, modelling pastes, dental waxes and dental preparations with a basis of plaster", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "3401", + "text": "3401 - Soap; organic surface-active preparations used as soap, skin washing, in bars, cakes, moulded pieces, shapes, liquid or cream, containing soap or not; for retail, paper, wadding, felt and nonwovens, impregnated, coated or covered with soap or detergent", + "parent": "34", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "340111", + "text": "340111 - Soap and organic surface-active products; in the form of bars, cakes, moulded shapes, and paper, wadding, felt and nonwovens, impregnated, coated or covered with soap or detergent, for toilet use (including medicated products)", + "parent": "3401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "340119", + "text": "340119 - Soap and organic surface-active products; in the form of bars, cakes, moulded shapes, and paper, wadding, felt and nonwovens, impregnated, coated or covered with soap or detergent, not for toilet use", + "parent": "3401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "340120", + "text": "340120 - Soap; in forms n.e.c. in item no. 3401.11", + "parent": "3401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "340130", + "text": "340130 - Organic surface-active products and preparations for washing the skin, in the form of liquid or cream and put up for retail sale, whether or not containing soap", + "parent": "3401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3402", + "text": "3402 - Organic surface-active agents (not soap); surface-active, washing (including auxiliary washing) and cleaning preparations, containing soap or not, excluding those of heading no. 3401", + "parent": "34", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "340211", + "text": "340211 - Organic surface-active agents; anionic (other than soap), whether or not put up for retail sale", + "parent": "3402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "340212", + "text": "340212 - Organic surface-active agents; cationic (other than soap), whether or not put up for retail sale", + "parent": "3402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "340213", + "text": "340213 - Organic surface-active agents; non-ionic (other than soap), whether or not put up for retail sale", + "parent": "3402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "340219", + "text": "340219 - Organic surface-active agents; whether or not put up for retail sale, n.e.c. in heading no. 3402", + "parent": "3402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "340220", + "text": "340220 - Washing and cleaning preparations; surface-active, whether or not containing soap (excluding those of heading no. 3401), put up for retail sale", + "parent": "3402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "340231", + "text": "340231 - Anionic organic surface-active agents (other than soap); linear alkylbenzene sulphonic acids and their salts, whether or not put up for retail sale", + "parent": "3402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "340239", + "text": "340239 - Anionic organic surface-active agents (other than soap); other than linear alkylbenzene sulphonic acids and their salts, whether or not put up for retail sale", + "parent": "3402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "340241", + "text": "340241 - Organic surface-active agents; cationic (other than soap), whether or not put up for retail sale", + "parent": "3402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "340242", + "text": "340242 - Organic surface-active agents; non-ionic (other than soap), whether or not put up for retail sale", + "parent": "3402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "340249", + "text": "340249 - Organic surface-active agents; whether or not put up for retail sale, n.e.c. in item no. 3402", + "parent": "3402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "340250", + "text": "340250 - Washing and cleaning preparations; powders, flakes and granules, surface-active, whether or not containing soap (excluding those of heading no. 3401), put up for retail sale", + "parent": "3402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "340290", + "text": "340290 - Washing and cleaning preparations; surface-active, whether or not containing soap (excluding those of heading no. 3401), including auxiliary washing preparations, not for retail sale", + "parent": "3402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3403", + "text": "3403 - Lubricating preparations and those used in oil or grease treatment of textile and similar materials; excluding preparations containing 70% or more (by weight) of petroleum or bituminous mineral oils", + "parent": "34", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "340311", + "text": "340311 - Lubricating preparations; for the treatment of textile and similar materials (leather, furskins etc), containing less than 70% (by weight) of petroleum oils or oils obtained from bituminous minerals", + "parent": "3403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "340319", + "text": "340319 - Lubricating preparations; (other than for the treatment of textile and similar materials), containing less than 70% (by weight) of petroleum oils or oils obtained from bituminous minerals", + "parent": "3403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "340391", + "text": "340391 - Lubricating preparations; for the treatment of textile and similar materials (leather, furskins etc), (not containing petroleum oils or oils obtained from bituminous minerals)", + "parent": "3403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "340399", + "text": "340399 - Lubricating preparations; other than for the treatment of textile and similar materials, not containing petroleum oils or oils obtained from bituminous minerals", + "parent": "3403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3404", + "text": "3404 - Waxes; artificial, prepared", + "parent": "34", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "340410", + "text": "340410 - Artificial & prepared waxes, of modified lignite", + "parent": "3404", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "340420", + "text": "340420 - Waxes; artificial and prepared, of poly(oxyethylene) (polyethylene glycol)", + "parent": "3404", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "340490", + "text": "340490 - Waxes; artificial and prepared, other than of polyethylene glycol", + "parent": "3404", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3405", + "text": "3405 - Polishes, creams, scouring pastes, powders and similar; in any form, (including articles impregnated, coated or covered with such), for furniture, footwear, floors, coachwork, glass or metal", + "parent": "34", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "340510", + "text": "340510 - Polishes, creams and similar preparations; for footwear or leather, excluding waxes of heading no. 3404", + "parent": "3405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "340520", + "text": "340520 - Polishes, creams and similar preparations; for the maintenance of wooden furniture, floors or other woodwork, excluding waxes of heading no. 3404", + "parent": "3405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "340530", + "text": "340530 - Polishes, creams and similar preparations; for coachwork, other than metal polishes, excluding waxes of heading no. 3404", + "parent": "3405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "340540", + "text": "340540 - Scouring pastes and powders and other scouring preparations; (whether or not in the form of paper, wadding, felt, nonwovens, cellular plastics, cellular rubber, impregnated, coated or covered)", + "parent": "3405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "340590", + "text": "340590 - Polishes, creams and similar preparations; n.e.c. in heading no. 3405, excluding waxes of heading no. 3404", + "parent": "3405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3406", + "text": "3406 - Candles, tapers and the like", + "parent": "34", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "340600", + "text": "340600 - Candles, tapers and the like", + "parent": "3406", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3407", + "text": "3407 - Modelling pastes, including those for children; dental wax, impression compounds, in sets or packings for retail sale or in plates and similar forms; dentistry preparations with plaster base", + "parent": "34", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "340700", + "text": "340700 - Modelling pastes; preparations known as dental wax, put up in sets, in packings for retail sale or in plates, horseshoe shapes, sticks or similar forms, other preparations for use in dentistry", + "parent": "3407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "35", + "text": "35 - Albuminoidal substances; modified starches; glues; enzymes", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "3501", + "text": "3501 - Casein, caseinates and other casein derivatives; casein glues", + "parent": "35", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "350110", + "text": "350110 - Casein", + "parent": "3501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "350190", + "text": "350190 - Caseinates and other casein derivatives; casein glues", + "parent": "3501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3502", + "text": "3502 - Albumins (including concentrates of two or more whey proteins, containing by weight more than 80% whey proteins, calculated on the dry matter), albuminates and other albumin derivatives", + "parent": "35", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "350210", + "text": "350210 - Egg albumin", + "parent": "3502", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "350211", + "text": "350211 - Albumins; egg albumin, dried", + "parent": "3502", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "350219", + "text": "350219 - Albumins; egg albumin, not dried", + "parent": "3502", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "350220", + "text": "350220 - Albumins; milk albumin, including concentrates of two or more whey proteins", + "parent": "3502", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "350290", + "text": "350290 - Albumins, albuminates and other albumin derivatives; other than egg or milk albumin, including concentrates of two or more whey proteins", + "parent": "3502", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3503", + "text": "3503 - Gelatin (including gelatin in rectangular sheets, whether or not surface-worked or coloured) and gelatin derivatives; isinglass; other glues of animal origin, excluding casein glues of heading no. 3501", + "parent": "35", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "350300", + "text": "350300 - Gelatin (including gelatin in rectangular sheets, whether or not surface-worked or coloured) and gelatin derivatives; isinglass; other glues of animal origin, excluding casein glues of heading no. 3501", + "parent": "3503", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3504", + "text": "3504 - Peptones and their derivatives; other protein substances and their derivatives n.e.c. or included; hide powder, whether or not chromed", + "parent": "35", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "350400", + "text": "350400 - Peptones and their derivatives; other protein substances and their derivatives n.e.c. or included, hide powder, whether or not chromed", + "parent": "3504", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3505", + "text": "3505 - Dextrins and other modified starches (e.g. pregelatinised or esterified starches); glues based on starches or on dextrins or other modified starches", + "parent": "35", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "350510", + "text": "350510 - Dextrins and other modified starches", + "parent": "3505", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "350520", + "text": "350520 - Glues; based on starches, or on dextrins or other modified starches", + "parent": "3505", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3506", + "text": "3506 - Prepared glues and other prepared adhesives, n.e.c. or included; products suitable for use as glues or adhesives, put up for retail sale as glues or adhesives, not exceeding 1kg net weight", + "parent": "35", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "350610", + "text": "350610 - Glues or adhesives; prepared, products suitable for use as glues or adhesives, put up for retail sale as glues or adhesives, not exceeding a net weight of 1kg", + "parent": "3506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "350691", + "text": "350691 - Adhesives; prepared, based on polymers of heading 3901 to 3913 or on rubber", + "parent": "3506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "350699", + "text": "350699 - Glues and other adhesives; prepared, n.e.c. in heading no. 3506, not exceeding a net weight of 1kg", + "parent": "3506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3507", + "text": "3507 - Enzymes; prepared enzymes not elsewhere specified or included", + "parent": "35", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "350710", + "text": "350710 - Enzymes; rennet and concentrates thereof", + "parent": "3507", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "350790", + "text": "350790 - Enzymes and prepared enzymes; other than rennet and concentrates thereof", + "parent": "3507", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "36", + "text": "36 - Explosives; pyrotechnic products; matches; pyrophoric alloys; certain combustible preparations", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "3601", + "text": "3601 - Explosives; propellent powders", + "parent": "36", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "360100", + "text": "360100 - Explosives; propellent powders", + "parent": "3601", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3602", + "text": "3602 - Prepared explosives, other than propellent powders", + "parent": "36", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "360200", + "text": "360200 - Explosives, prepared; other than propellent powders", + "parent": "3602", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3603", + "text": "3603 - Safety fuses; detonating cords; percussion or detonating caps; igniters; electric detonators", + "parent": "36", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "360300", + "text": "360300 - Fuses and detonators; safety or detonating fuses, percussion or detonating caps, igniters, electric detonators", + "parent": "3603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "360310", + "text": "360310 - Safety fuses", + "parent": "3603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "360320", + "text": "360320 - Detonating cords", + "parent": "3603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "360330", + "text": "360330 - Percussion caps", + "parent": "3603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "360340", + "text": "360340 - Detonating caps", + "parent": "3603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "360350", + "text": "360350 - Igniters", + "parent": "3603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "360360", + "text": "360360 - Electric detonators", + "parent": "3603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3604", + "text": "3604 - Fireworks, signalling flares, rain rockets, fog signals and other pyrotechnic articles", + "parent": "36", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "360410", + "text": "360410 - Pyrotechnic products; fireworks", + "parent": "3604", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "360490", + "text": "360490 - Pyrotechnic products; signalling flares, rain rockets, fog signals and other pyrotechnic articles (excluding fireworks)", + "parent": "3604", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3605", + "text": "3605 - Matches; other than pyrotechnic articles of heading no. 3604", + "parent": "36", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "360500", + "text": "360500 - Matches; other than pyrotechnic articles of heading no. 3604", + "parent": "3605", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3606", + "text": "3606 - Ferro-cerium and other pyrophoric alloys in all forms; articles of combustible materials n.e.c. in chapter 36", + "parent": "36", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "360610", + "text": "360610 - Fuels; liquid or liquefied-gas, in containers, of a kind used for filling or refilling cigarette or similar lighters and of a capacity not exceeding 300cm3", + "parent": "3606", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "360690", + "text": "360690 - Ferro-cerium and other pyrophoric alloys in all forms; articles of combustible materials n.e.c. in chapter 36", + "parent": "3606", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "37", + "text": "37 - Photographic or cinematographic goods", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "3701", + "text": "3701 - Photographic plates and film in the flat, sensitised, unexposed, of any material other than paper, paperboard or textiles; instant print film in the flat, sensitised, unexposed, whether or not in packs", + "parent": "37", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "370110", + "text": "370110 - Photographic plates and film; for x-ray, in the flat, sensitised, unexposed, of any material other than paper, paperboard or textiles", + "parent": "3701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "370120", + "text": "370120 - Photographic plates and film; instant print film, in the flat, sensitised, unexposed, whether or not in packs", + "parent": "3701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "370130", + "text": "370130 - Photographic plates and film; in the flat, sensitised, unexposed, with any side exceeding 225mm, of any materials other than paper, paperboard or textiles", + "parent": "3701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "370191", + "text": "370191 - Photographic plates and film; for colour photography (polychrome), in the flat, sensitised, unexposed, with no side exceeding 255mm, of any material other than paper, paperboard or textiles", + "parent": "3701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "370199", + "text": "370199 - Photographic plates and film; (for other than colour photography), in the flat, sensitised, unexposed, with no side exceeding 255mm, of any material other than paper, paperboard or textiles", + "parent": "3701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3702", + "text": "3702 - Photographic film in rolls, sensitised, unexposed, of any material other than paper, paperboard or textiles; instant print film in rolls, sensitised, unexposed", + "parent": "37", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "370210", + "text": "370210 - Photographic film; for x-rays, in rolls, sensitised and unexposed (other than of paper, paperboard or textiles)", + "parent": "3702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "370220", + "text": "370220 - Instant print film, rolls", + "parent": "3702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "370231", + "text": "370231 - Photographic film; for colour photography (polychrome), in rolls, sensitised, unexposed, without sprocket holes, of a width not exceeding 105mm (other than of paper, paperboard or textiles)", + "parent": "3702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "370232", + "text": "370232 - Photographic film; in rolls, with silver halide emulsion, sensitised, unexposed, without sprocket holes, of a width not exceeding 105mm (other than of paper, paperboard or textiles)", + "parent": "3702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "370239", + "text": "370239 - Photographic film; in rolls, (other than with silver halide emulsion and for colour photography), sensitised, unexposed, without sprocket holes, of a width not exceeding 105mm (other than of paper, paperboard or textiles)", + "parent": "3702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "370241", + "text": "370241 - Photographic film; for colour photography (polychrome), in rolls, sensitised, unexposed, without sprocket holes, of a width exceeding 610mm and of a length exceeding 200m (other than of paper, paperboard or textiles)", + "parent": "3702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "370242", + "text": "370242 - Photographic film; in rolls, (other than for colour photography), sensitised, unexposed, without sprocket holes, of a width exceeding 610mm and of a length exceeding 200m (other than of paper, paperboard or textiles)", + "parent": "3702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "370243", + "text": "370243 - Photographic film; in rolls, sensitised, unexposed, without sprocket holes, of a width exceeding 610mm and of a length not exceeding 200m (other than of paper, paperboard or textiles)", + "parent": "3702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "370244", + "text": "370244 - Photographic film; in rolls, sensitised, unexposed, without sprocket holes, of a width exceeding 105mm but not exceeding 610mm (other than of paper, paperboard or textiles)", + "parent": "3702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "370251", + "text": "370251 - Photographic film in rolls (excl. film for X-rays & instant print film), for colour photography (polychrome), of a width not >16mm & of a length not >14m", + "parent": "3702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "370252", + "text": "370252 - Photographic film; for colour photography (polychrome), in rolls, sensitised, unexposed, of a width not exceeding 16mm (other than of paper, paperboard or textiles)", + "parent": "3702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "370253", + "text": "370253 - Photographic film; for colour photography (polychrome) slides, in rolls, sensitised, unexposed, of a width exceeding 16mm but not exceeding 35mm and of a length not exceeding 30m (other than of paper, paperboard or textiles)", + "parent": "3702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "370254", + "text": "370254 - Photographic film; for colour photography (polychrome), in rolls, sensitised, unexposed, of a width exceeding 16mm but not 35mm and of a length not exceeding 30m, excluding film for slides (other than of paper, paperboard or textiles)", + "parent": "3702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "370255", + "text": "370255 - Photographic film; for colour photography (polychrome), in rolls, sensitised, unexposed, of a width exceeding 16mm but not 35mm and of a length exceeding 30m (other than of paper, paperboard or textiles)", + "parent": "3702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "370256", + "text": "370256 - Photographic film; for colour photography (polychrome), in rolls, sensitised, unexposed, of a width exceeding 35mm (other than of paper, paperboard or textiles)", + "parent": "3702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "370291", + "text": "370291 - Photographic film in rolls (excl. film for X-rays & instant print film), n.e.s., of a width not >16mm", + "parent": "3702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "370292", + "text": "370292 - Photo film in rolls, width <16 mm, >14m long, nes", + "parent": "3702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "370293", + "text": "370293 - Photographic film in rolls (excl. film for X-rays & instant print film), n.e.s., of a width >16mm but not >35mm & of a length not >30m", + "parent": "3702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "370294", + "text": "370294 - Photographic film in rolls (excl. film for X-rays & instant print film), n.e.s., of a width >16mm but not >35mm & of a length >30m", + "parent": "3702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "370295", + "text": "370295 - Photographic film in rolls (excl. film for X-rays & instant print film), n.e.s., of a width >35mm", + "parent": "3702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "370296", + "text": "370296 - Photographic film; other than for colour photography, in rolls, sensitised, unexposed, of a width not exceeding 35mm and of a length not exceeding 30m (other than of paper, paperboard or textiles)", + "parent": "3702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "370297", + "text": "370297 - Photographic film; other than for colour photography, in rolls, sensitised, unexposed, of a width not exceeding 35mm and of a length exceeding 30m (other than paper, paperboard or textiles)", + "parent": "3702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "370298", + "text": "370298 - Photographic film; other than for colour photography, in rolls, sensitised, unexposed, of a width exceeding 35mm (other than of paper, paperboard or textiles)", + "parent": "3702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3703", + "text": "3703 - Photographic paper, paperboard and textiles; sensitised, unexposed", + "parent": "37", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "370310", + "text": "370310 - Photographic paper, paperboard and textiles; in rolls, sensitised, unexposed, of a width exceeding 610mm", + "parent": "3703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "370320", + "text": "370320 - Photographic paper, paperboard and textiles; for colour photography (polychrome), (other than in rolls of a width exceeding 610mm), sensitised, unexposed", + "parent": "3703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "370390", + "text": "370390 - Photographic paper, paperboard and textiles; (for other than colour photography, other than in rolls of a width exceeding 610mm), sensitised, unexposed", + "parent": "3703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3704", + "text": "3704 - Photographic plates, film, paper, paperboard and textiles, exposed but not developed", + "parent": "37", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "370400", + "text": "370400 - Photographic plates, film, paper, paperboard and textiles; exposed but not developed", + "parent": "3704", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3705", + "text": "3705 - Photographic plates and film; exposed and developed, other than cinematographic film", + "parent": "37", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "370500", + "text": "370500 - Photographic plates and film; exposed and developed, other than cinematographic film", + "parent": "3705", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "370510", + "text": "370510 - Photographic plates and film; for offset reproduction, exposed and developed", + "parent": "3705", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "370520", + "text": "370520 - Microfilms exposed and developed", + "parent": "3705", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "370590", + "text": "370590 - Photographic plates and film; exposed and developed, (other than cinematographic film or for offset reproduction)", + "parent": "3705", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3706", + "text": "3706 - Cinematographic film; exposed and developed, whether or not incorporating sound track or consisting only of sound track", + "parent": "37", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "370610", + "text": "370610 - Cinematographic film; exposed and developed, whether or not incorporating sound track or consisting only of sound track, of a width of 35cm or more", + "parent": "3706", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "370690", + "text": "370690 - Cinematographic film; exposed and developed, whether or not incorporating a sound track or consisting only of sound track, of a width less than 35mm", + "parent": "3706", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3707", + "text": "3707 - Chemical preparations for photographic uses (other than varnishes, glues, adhesives and similar preparations); unmixed products for photographic uses, put up in measured portions or for retail sale", + "parent": "37", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "370710", + "text": "370710 - Photographic goods; sensitised emulsions, put up in measured portions or put up for retail sale in a form ready for use", + "parent": "3707", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "370790", + "text": "370790 - Photographic goods; chemical preparations other than sensitised emulsions, put up in measured portions or put up for retail sale in a form ready for use", + "parent": "3707", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "38", + "text": "38 - Chemical products n.e.c.", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "3801", + "text": "3801 - Artificial graphite; colloidal or semi-colloidal graphite; preparations based on graphite or other carbon in the form of pastes, blocks, plates or other semi-manufactures", + "parent": "38", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "380110", + "text": "380110 - Graphite; artificial", + "parent": "3801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "380120", + "text": "380120 - Graphite; colloidal or semi-colloidal", + "parent": "3801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "380130", + "text": "380130 - Carbonaceous pastes; for electrodes and similar pastes for furnace linings", + "parent": "3801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "380190", + "text": "380190 - Graphite or other carbon based preparations; in the form of pastes, blocks, plates or other semi-manufactures", + "parent": "3801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3802", + "text": "3802 - Activated carbon; activated natural mineral products; animal black, including spent animal black", + "parent": "38", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "380210", + "text": "380210 - Carbon; activated", + "parent": "3802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "380290", + "text": "380290 - Chemical products; activated natural mineral products, animal black, including spent animal black", + "parent": "3802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3803", + "text": "3803 - Tall oil, whether or not refined", + "parent": "38", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "380300", + "text": "380300 - Chemical products; tall oil, whether or not refined", + "parent": "3803", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3804", + "text": "3804 - Residual lyes from the manufacture of wood pulp, whether or not concentrated, desugared or chemically treated, including lignin sulphonates, but excluding tall oil of heading no. 3803", + "parent": "38", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "380400", + "text": "380400 - Lyes, residual; from the manufacture of wood pulp, whether or not concentrated, desugared or chemically treated, including lignin sulphonates but excluding tall oil of heading no. 3803", + "parent": "3804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3805", + "text": "3805 - Gum, wood or sulphate turpentine, other terpenic oils; crude dipentene; sulphite turpentine, other crude para-cymene; pine oil containing alpha-terpineol as the main constituent", + "parent": "38", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "380510", + "text": "380510 - Terpenic oils; gum, wood or sulphate turpentine oils", + "parent": "3805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "380520", + "text": "380520 - Pine oil", + "parent": "3805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "380590", + "text": "380590 - Terpenic oils; produced by the treatment of coniferous woods, crude dipentene, sulphite turpentine and other crude para-cymene, n.e.c. in heading no. 3805", + "parent": "3805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3806", + "text": "3806 - Rosin and resin acids and derivatives thereof; rosin spirit and rosin oils; run gums", + "parent": "38", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "380610", + "text": "380610 - Rosin and resin acids", + "parent": "3806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "380620", + "text": "380620 - Rosin and resin; salts of rosin, of resin acids or of derivatives of rosin or resin acids, other than salts of rosin adducts", + "parent": "3806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "380630", + "text": "380630 - Ester gums", + "parent": "3806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "380690", + "text": "380690 - Rosin; spirit and oils, n.e.c. in heading no. 3806", + "parent": "3806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3807", + "text": "3807 - Wood tar; wood tar oils; wood creosote; wood naphtha; vegetable pitch; brewers' pitch and similar preparations based on rosin, resin acids or on vegetable pitch", + "parent": "38", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "380700", + "text": "380700 - Wood tar; wood tar oils; wood creosote; wood naphtha; vegetable pitch; brewers' pitch and similar preparations based on rosin, resin acids or on vegetable pitch", + "parent": "3807", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3808", + "text": "3808 - Insecticides, rodenticides, fungicides, herbicides, anti-sprouting products, plant growth regulators, disinfectants and the like, put up in forms or packings for retail sale or as preparations or articles", + "parent": "38", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "380810", + "text": "380810 - Insecticides, packaged for retail sale", + "parent": "3808", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "380820", + "text": "380820 - Fungicides, packaged for retail sale", + "parent": "3808", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "380830", + "text": "380830 - Herbicides, sprouting and growth regulators", + "parent": "3808", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "380840", + "text": "380840 - Disinfectants, packaged for retail sale", + "parent": "3808", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "380850", + "text": "380850 - Insecticides, rodenticides, fungicides, disinfectants, herbicides and the like; containing goods specified in Subheading Note 1 to this Chapter; put up in forms or packings for retail sale or as preparations or articles", + "parent": "3808", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "380852", + "text": "380852 - Insecticides and the like; containing goods specified in Subheading Note 1 to this Chapter; for retail sale or as preparations or articles; DDT (ISO) (clofenotane (INN)), in packings of 300g or less", + "parent": "3808", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "380859", + "text": "380859 - Insecticides, rodenticides, fungicides, disinfectants, herbicides and the like; containing goods specified in Subheading Note 1 to this Chapter; not DDT (ISO) (clofenotane (INN)), put up in forms or packings for retail sale or as preparations or articles", + "parent": "3808", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "380861", + "text": "380861 - Insecticides and the like; containing goods specified in Subheading Note 2 to this Chapter; in packings of a net weight content not exceeding 300g; for retail sale or as preparations or articles", + "parent": "3808", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "380862", + "text": "380862 - Insecticides; containing goods specified in Subheading Note 2 to this Chapter; put up in forms or packings for retail sale or as preparations or articles, in packings of a net weight content exceeding 300g but not exceeding 7.5kg", + "parent": "3808", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "380869", + "text": "380869 - Insecticides; containing goods named in Subheading Note 2 to this Chapter, put up in forms or packings for retail sale or as preparations or articles, in packings of a net weight content exceeding 7.5kg", + "parent": "3808", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "380890", + "text": "380890 - Pesticides, rodenticides, nes, for retail sale", + "parent": "3808", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "380891", + "text": "380891 - Insecticides; other than containing goods specified in Subheading Notes 1 & 2 to this Chapter; put up in forms or packings for retail sale or as preparations or articles", + "parent": "3808", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "380892", + "text": "380892 - Fungicides; other than containing goods specified in Subheading Note 1 to this Chapter; put up in forms or packings for retail sale or as preparations or articles", + "parent": "3808", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "380893", + "text": "380893 - Herbicides, anti-sprouting products and plant-growth regulators; other than containing goods of Subheading Note 1 to this Chapter; put up in forms or packings for retail sale or as preparations or articles", + "parent": "3808", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "380894", + "text": "380894 - Disinfectants; other than containing goods specified in Subheading Note 1 in this Chapter; put up in forms or packings for retail sale or as preparations or articles", + "parent": "3808", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "380899", + "text": "380899 - Rodenticides and other similar products n.e.c. in heading no. 3808.9; other than containing goods specified in Subheading Note 1 in this Chapter, put up in forms or packings for retail sale or as preparations or articles", + "parent": "3808", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3809", + "text": "3809 - Finishing agents, dye carriers to accelerate the dyeing, fixing of dyestuffs, other products and preparations, of a kind used in the textile, paper, leather or like industries, n.e.c. or included", + "parent": "38", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "380910", + "text": "380910 - Finishing agents and dye carriers; to accelerate dyeing or fixing of dye-stuffs, other products and preparations, used in textile, paper, leather etc industries, with basis of amylaceous substances, n.e.c.", + "parent": "3809", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "380991", + "text": "380991 - Finishing agents and dye carriers; to accelerate dyeing or fixing of dye-stuffs, other products and preparations, used in the textile industry (excluding those with a basis of amylaceous substances)", + "parent": "3809", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "380992", + "text": "380992 - Finishing agents and dye carriers; to accelerate dyeing or fixing of dye-stuffs, other products and preparations, used in the paper industry (excluding those with a basis of amylaceous substances)", + "parent": "3809", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "380993", + "text": "380993 - Finishing agents and dye carriers; to accelerate dyeing or fixing of dye-stuffs, other products and preparations, used in the leather or like (excluding paper and textile) industries, (excluding those with a basis of amylaceous substances)", + "parent": "3809", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "380999", + "text": "380999 - Finishing agents & dye carriers - other industries", + "parent": "3809", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3810", + "text": "3810 - Metal-pickling preparations; fluxes etc for soldering, brazing; welding powders, pastes of metal and other materials; preparations used as cores or coatings for welding electrodes or rods", + "parent": "38", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "381010", + "text": "381010 - Pickling preparations for metal surfaces; soldering, brazing or welding powders and pastes consisting of metal and other materials", + "parent": "3810", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "381090", + "text": "381090 - Fluxes and other auxiliary preparations; for soldering, brazing or welding, or preparations used as cores or coatings for welding electrodes or rods", + "parent": "3810", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3811", + "text": "3811 - Anti-knock preparations, oxidation and gum inhibitors, viscosity improvers, anti-corrosive preparations and the like, for mineral oils (including gasoline) or other liquids used for the same purposes", + "parent": "38", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "381111", + "text": "381111 - Anti-knock preparations; based on lead compounds", + "parent": "3811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "381119", + "text": "381119 - Anti-knock preparations; other than those based on lead compounds", + "parent": "3811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "381121", + "text": "381121 - Lubricating oil additives; containing petroleum oils or oils obtained from bituminous minerals", + "parent": "3811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "381129", + "text": "381129 - Lubricating oil additives; not containing petroleum oils or oils obtained from bituminous minerals", + "parent": "3811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "381190", + "text": "381190 - Oxidation and gum inhibitors, viscosity improvers, anti-corrosive preparations, other prepared additives for mineral oils or liquids used as mineral oils (including gasoline), n.e.c. in heading no. 3811", + "parent": "3811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3812", + "text": "3812 - Prepared rubber accelerators; compound plasticisers for rubber or plastics, n.e.c. or included; anti-oxidising preparations and other compound stabilisers for rubber or plastics", + "parent": "38", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "381210", + "text": "381210 - Rubber accelerators; prepared", + "parent": "3812", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "381220", + "text": "381220 - Plasticisers, compound; for rubber or plastics", + "parent": "3812", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "381230", + "text": "381230 - Anti-oxidising preparations and other compound stabilisers; for rubber or plastics, n.e.c. or included", + "parent": "3812", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "381231", + "text": "381231 - Anti-oxidising preparations and other compound stabilisers; for rubber or plastics, mixtures of oligomers of 2,2,4-trimethyl-1,2-dihydroquinoline (TMQ)", + "parent": "3812", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "381239", + "text": "381239 - Anti-oxidising preparations and other compound stabilisers; for rubber or plastics, other than mixtures of oligomers of 2,2,4-trimethyl-1,2-dihydroquinoline (TMQ)", + "parent": "3812", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3813", + "text": "3813 - Preparations and charges for fire extinguishers; charged fire-extinguishing grenades", + "parent": "38", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "381300", + "text": "381300 - Fire-extinguishers; preparations and charges and charged fire-extinguishing grenades", + "parent": "3813", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3814", + "text": "3814 - Organic composite solvents and thinners, not elsewhere specified or included; prepared paint or varnish removers", + "parent": "38", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "381400", + "text": "381400 - Solvents and thinners; organic composite solvents and thinners, n.e.c. or included, prepared paint or varnish removers", + "parent": "3814", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3815", + "text": "3815 - Reaction initiators, reaction accelerators and catalytic preparations n.e.c. or included", + "parent": "38", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "381511", + "text": "381511 - Catalysts, supported; reaction initiators, reaction accelerators and catalytic preparations, with nickel or nickel compounds as the active substance, n.e.c. or included", + "parent": "3815", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "381512", + "text": "381512 - Catalysts, supported; reaction initiators, reaction accelerators and catalytic preparations, with precious metal or precious metal compounds as the active substance, n.e.c. or included", + "parent": "3815", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "381519", + "text": "381519 - Catalysts, supported; reaction initiators, reaction accelerators and catalytic preparations, with an active substance other than nickel or precious metals or their compounds, n.e.c. or included", + "parent": "3815", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "381590", + "text": "381590 - Reaction initiators, reaction accelerators and catalytic preparations, unsupported, n.e.c. or included", + "parent": "3815", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3816", + "text": "3816 - Refractory cements, mortars, concretes and similar compositions, including dolomite ramming mix, other than products of heading 38.01", + "parent": "38", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "381600", + "text": "381600 - Refractory cements, mortars, concretes and similar compositions, including dolomite ramming mix, other than products of heading 38.01", + "parent": "3816", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3817", + "text": "3817 - Mixed alkylbenzenes and mixed alkylnaphthalenes, other than those of heading no. 2707 or 2902", + "parent": "38", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "381700", + "text": "381700 - Mixed alkylbenzenes and mixed alkylnaphthalenes, other than those of heading no. 2707 or 2902", + "parent": "3817", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "381710", + "text": "381710 - Mixed alkylbenzenes, nes", + "parent": "3817", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "381720", + "text": "381720 - Mixed alkylnaphthalenes, nes", + "parent": "3817", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3818", + "text": "3818 - Chemical elements doped for use in electronics, in the form of discs, wafers or similar forms; chemical compounds doped for use in electronics", + "parent": "38", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "381800", + "text": "381800 - Chemical elements; doped for use in electronics, in the form of discs, wafers or similar forms; chemical compounds doped for use in electronics", + "parent": "3818", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3819", + "text": "3819 - Hydraulic brake fluids and other prepared liquids for hydraulic transmission, not containing or containing less than 70% by weight of petroleum oils or oils obtained from bituminous minerals", + "parent": "38", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "381900", + "text": "381900 - Hydraulic fluids; for brakes and other prepared liquids for hydraulic transmission, not containing or containing less than 70% by weight of petroleum oils or oils obtained from bituminous minerals", + "parent": "3819", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3820", + "text": "3820 - Anti-freezing preparations and prepared de-icing fluids", + "parent": "38", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "382000", + "text": "382000 - Anti-freezing preparations and prepared de-icing fluids", + "parent": "3820", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3821", + "text": "3821 - Prepared culture media for the development or maintenance of micro-organisms (including viruses and the like) or of plant, human or animal cells", + "parent": "38", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "382100", + "text": "382100 - Prepared culture media for the development or maintenance of micro-organisms (including viruses and the like) or of plant, human or animal cells", + "parent": "3821", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3822", + "text": "3822 - Reagents; diagnostic or laboratory reagents on a backing, prepared diagnostic or laboratory reagents whether or not on a backing, whether or not put up in the form of kits, other than those of heading 30.06; certified reference materials", + "parent": "38", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "382200", + "text": "382200 - Reagents; diagnostic or laboratory reagents on a backing and prepared diagnostic or laboratory reagents whether or not on a backing, other than those of heading no. 3002 or 3006; certified reference material", + "parent": "3822", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382211", + "text": "382211 - Reagents; diagnostic or laboratory reagents on a backing, prepared diagnostic or laboratory reagents whether or not on a backing, whether or not put up in the form of kits; for malaria", + "parent": "3822", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382212", + "text": "382212 - Reagents; diagnostic or laboratory reagents on a backing, prepared diagnostic or laboratory reagents whether or not on a backing, whether or not put up in the form of kits; for zika and other diseases transmitted by mosquitoes of the genus Aedes", + "parent": "3822", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382213", + "text": "382213 - Reagents; diagnostic or laboratory reagents on a backing, prepared diagnostic or laboratory reagents whether or not on a backing, whether or not put up in the form of kits; for blood grouping", + "parent": "3822", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382219", + "text": "382219 - Reagents; diagnostic or laboratory reagents on a backing, prepared diagnostic or laboratory reagents whether or not on a backing, whether or not put up in the form of kits; n.e.c.in item 3822.1", + "parent": "3822", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382290", + "text": "382290 - Reagents; diagnostic or laboratory reagents on a backing, prepared diagnostic or laboratory reagents whether or not on a backing, or put up in the form of kits, other than those of heading 30.06; certified reference materials, n.e.c. in heading 3822", + "parent": "3822", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3823", + "text": "3823 - Industrial monocarboxylic fatty acids; acid oils from refining; industrial fatty alcohols", + "parent": "38", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "382310", + "text": "382310 - Prepared binders for foundry moulds or cores", + "parent": "3823", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382311", + "text": "382311 - Industrial monocarboxylic fatty acids, acid oils from refining; stearic acid", + "parent": "3823", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382312", + "text": "382312 - Industrial monocarboxylic fatty acids, acid oils from refining; oleic acid", + "parent": "3823", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382313", + "text": "382313 - Industrial monocarboxylic fatty acids, acid oils from refining; tall oil fatty acids", + "parent": "3823", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382319", + "text": "382319 - Industrial monocarboxylic fatty acids; acid oils from refining; (other than stearic acid, oleic acid or tall oil fatty acids)", + "parent": "3823", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382320", + "text": "382320 - Naphthenic acids, water-insoluble salts & esters", + "parent": "3823", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382330", + "text": "382330 - Non-agglomerated metal carbides", + "parent": "3823", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382340", + "text": "382340 - Prepared additives for cements, mortars or concretes", + "parent": "3823", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382350", + "text": "382350 - Non-refractory mortars and concretes", + "parent": "3823", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382360", + "text": "382360 - Sorbitol except D-glucitol", + "parent": "3823", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382370", + "text": "382370 - Industrial fatty alcohols", + "parent": "3823", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382390", + "text": "382390 - Chemical industry products, preparations, mixtures ne", + "parent": "3823", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3824", + "text": "3824 - Prepared binders for foundry moulds or cores; chemical products and preparations of the chemical or allied industries (including those consisting of mixtures of natural products), not elsewhere specified or included", + "parent": "38", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "382410", + "text": "382410 - Binders, prepared; for foundry moulds or cores", + "parent": "3824", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382420", + "text": "382420 - Naphthenic acids, their", + "parent": "3824", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382430", + "text": "382430 - Metal carbides, non-agglomerated; mixed together or with metallic binders", + "parent": "3824", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382440", + "text": "382440 - Cements, mortars or concretes; their prepared additives", + "parent": "3824", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382450", + "text": "382450 - Mortars and concretes; non-refractory", + "parent": "3824", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382460", + "text": "382460 - Sorbitol; other than that of subheading no. 2905.44", + "parent": "3824", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382471", + "text": "382471 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing chlorofluorocarbons (CFCs), whether or not containing hydrochlorofluorocarbons (HCFCs), perfluorocarbons (PFCs) or hydrofluorocarbons (HFCs)", + "parent": "3824", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382472", + "text": "382472 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing bromochlorodifluoromethane, bromotrifluoromethane or dibromotetrafluoroethanes", + "parent": "3824", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382473", + "text": "382473 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing hydrobromofluorocarbons (HBFCs)", + "parent": "3824", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382474", + "text": "382474 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing hydrochlorofluorocarbons (HCFCs), whether or not containing perfluorocarbons (PFCs) or hydrofluorocarbons (HFCs), but not containing chlorofluorocarbons (CFCs)", + "parent": "3824", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382475", + "text": "382475 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing carbon tetrachloride", + "parent": "3824", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382476", + "text": "382476 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing 1,1,1-trichloroethane (methyl chloroform)", + "parent": "3824", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382477", + "text": "382477 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing bromomethane (methyl bromide) or bromochloromethane", + "parent": "3824", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382478", + "text": "382478 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing perfluorocarbons (PFCs) or hydrofluorocarbons (HFCs), but not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs)", + "parent": "3824", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382479", + "text": "382479 - Mixtures containing halogenated derivatives of methane, ethane or propane; n.e.c. in item no. 3827.7", + "parent": "3824", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382481", + "text": "382481 - Chemical products, mixtures and preparations; containing goods specified in Subheading Note 3 to this Chapter; containing oxirane (ethylene oxide)", + "parent": "3824", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382482", + "text": "382482 - Chemical products, mixtures and preparations; containing goods specified in Subheading Note 3 to this Chapter; containing polychlorinated biphenyls (PCBs), polychlorinated terphenyls (PCTs) or polybrominated biphenyls (PBBs)", + "parent": "3824", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382483", + "text": "382483 - Chemical products, mixtures and preparations; containing goods specified in Subheading Note 3 to this Chapter; containing tris(2,3-dibromopropyl) phosphate", + "parent": "3824", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382484", + "text": "382484 - Chemical products, mixtures and preparations; containing aldrin, camphechlor (toxaphene), chlordane, chlordecone, DDT (chlorfenotane, 1,1,1-trichloro-2,2-bis(p-chlorophenyl)ethane), dieldrin, endosulfan, endrin, heptachlor or mirex", + "parent": "3824", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382485", + "text": "382485 - Chemical products, mixtures and preparations; containing goods specified in Subheading Note 3 to this Chapter; containing 1,2,3,4,5,6-hexachlorocyclohexane (HCH (ISO)), including lindane (ISO, INN)", + "parent": "3824", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382486", + "text": "382486 - Chemical products, mixtures and preparations; containing goods specified in Subheading Note 3 to this Chapter; containing pentachlorobenzene (ISO) or hexachlorobenzene (ISO)", + "parent": "3824", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382487", + "text": "382487 - Chemical products, mixtures and preparations; containing goods specified in Subheading Note 3 to this Chapter; containing perfluorooctane sulphonic acid, its salts, perfluorooctane sulphonamides, or perfluorooctane sulphonyl fluoride", + "parent": "3824", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382488", + "text": "382488 - Chemical products, mixtures and preparations; containing goods specified in Subheading Note 3 to this Chapter; containing tetra-, penta-, hexa-, hepta- or octabromodiphenyl ethers", + "parent": "3824", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382489", + "text": "382489 - Chemical products, mixtures and preparations; containing goods specified in Subheading Note 3 to this Chapter; containing short-chain chlorinated paraffins", + "parent": "3824", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382490", + "text": "382490 - Chemical products, preparations and residual products of the chemical or allied industries, n.e.c. or included in heading no. 3824", + "parent": "3824", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382491", + "text": "382491 - Chemical products, mixtures and preparations; consisting mainly of (5-ethyl-2-methyl-2-oxido-1,3,2-dioxaphosphinan-5-yl)methyl methyl methylphosphonate and bis[(5-ethyl-2-methyl-2-oxido-1,3,2-dioxaphosphinan-5-yl)methyl] methylphosphonate", + "parent": "3824", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382492", + "text": "382492 - Chemical products, mixtures and preparations; polyglycol esters of methylphosphonic acid", + "parent": "3824", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382499", + "text": "382499 - Chemical products, mixtures and preparations; n.e.c. heading 3824", + "parent": "3824", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3825", + "text": "3825 - Residual products of the chemical or allied industries, not elsewhere specified or included; municipal waste; sewage sludge; other residual products.", + "parent": "38", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "382510", + "text": "382510 - Residual products of the chemical or allied industries, not elsewhere specified or included; municipal waste", + "parent": "3825", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382520", + "text": "382520 - Residual products of the chemical or allied industries, not elsewhere specified or included; sewage sludge", + "parent": "3825", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382530", + "text": "382530 - Residual products of the chemical or allied industries, not elsewhere specified or included; clinical waste", + "parent": "3825", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382541", + "text": "382541 - Residual products of the chemical or allied industries, not elsewhere specified or included; halogenated waste organic solvents", + "parent": "3825", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382549", + "text": "382549 - Residual products of the chemical or allied industries, not elsewhere specified or included; waste organic solvents, other than halogenated", + "parent": "3825", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382550", + "text": "382550 - Residual products of chemical or allied industries, not elsewhere specified or included; wastes of metal pickling liquors, hydraulic fluids, brake fluids and anti-freeze fluids", + "parent": "3825", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382561", + "text": "382561 - Residual products of the chemical or allied industries, not elsewhere specified or included; (other than sewage sludge, municipal waste or waste covered in 27.10); other wastes n.e.c. in 3825; those mainly containing organic constituents", + "parent": "3825", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382569", + "text": "382569 - Residual products of the chemical or allied industries, not elsewhere specified or included; (other than sewage sludge, municipal waste or waste covered by 27.10); other wastes n.e.c. in 3825; except those mainly containing organic constituents", + "parent": "3825", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382590", + "text": "382590 - Residual products of the chemical or allied industries, not elsewhere specified or included; n.e.c. in 3825 or 27.10", + "parent": "3825", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3826", + "text": "3826 - Biodiesel and mixtures thereof; not containing or containing less than 70% by weight of petroleum oils or oils obtained from bituminous minerals", + "parent": "38", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "382600", + "text": "382600 - Biodiesel and mixtures thereof; not containing or containing less than 70% by weight of petroleum oils or oils obtained from bituminous minerals", + "parent": "3826", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3827", + "text": "3827 - Mixtures containing halogenated derivatives of methane, ethane or propane, not elsewhere specified or included", + "parent": "38", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "382711", + "text": "382711 - Mixtures containing halogenated derivatives of methane, ethane or propane, not elsewhere specified or included; containing chlorofluorocarbons (CFCs), whether or not containing hydrochlorofluorocarbons (HCFCs), perfluorocarbons (PFCs) or hydrofluorocarbon", + "parent": "3827", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382712", + "text": "382712 - Mixtures containing halogenated derivatives of methane, ethane or propane, not elsewhere specified or included; containing hydrobromofluorocarbons (HBFCs)", + "parent": "3827", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382713", + "text": "382713 - Mixtures containing halogenated derivatives of methane, ethane or propane, not elsewhere specified or included; containing carbon tetrachloride", + "parent": "3827", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382714", + "text": "382714 - Mixtures containing halogenated derivatives of methane, ethane or propane, not elsewhere specified or included; containing 1,1,1-trichloroethane (methyl chloroform)", + "parent": "3827", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382720", + "text": "382720 - Mixtures containing halogenated derivatives of methane, ethane or propane, not elsewhere specified or included; containing bromochlorodifluoromethane (Halon-1211), bromotrifluoromethane (Halon-1301) or dibromotetrafluoroethanes (Halon-2402)", + "parent": "3827", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382731", + "text": "382731 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing hydrochlorofluorocarbons (HCFCs), perfluorocarbons (PFCs) or hydrofluorocarbons (HFCs) or not, but not containing chlorofluorocarbons (CFCs); containing substances of su", + "parent": "3827", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382732", + "text": "382732 - Mixtures containing halogenated methane, ethane, propane; containing hydrochlorofluorocarbons (HCFCs), perfluorocarbons (PFCs) or hydrofluorocarbons (HFCs) or not, not chlorofluorocarbons (CFCs); containing substances of subheadings 2903.71 to 2903.75", + "parent": "3827", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382739", + "text": "382739 - Mixtures containing halogenated methane, ethane, or propane; containing hydrochlorofluorocarbons (HCFCs), perfluorocarbons (PFCs) or hydrofluorocarbons (HFCs) or not, but not chlorofluorocarbons (CFCs); n.e.c. in subheading 3827.3", + "parent": "3827", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382740", + "text": "382740 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing hydrochlorofluorocarbons (HCFCs), perfluorocarbons (PFCs) or hydrofluorocarbons (HFCs) or not, but not containing chlorofluorocarbons (CFCs); containing bromomethane (me", + "parent": "3827", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382751", + "text": "382751 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing trifluoromethan (HFC-23) or perfluorocarbons (PFCs) but not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs); containing trifluoromethane (HFC-2", + "parent": "3827", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382759", + "text": "382759 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing trifluoromethan (HFC-23) or perfluorocarbons (PFCs) not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs); other mixtures n.e.c. in subheading 38", + "parent": "3827", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382761", + "text": "382761 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing other hydrofluorocarbons (HFCs) but not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs); containing 15% or more by mass of 1,1,1-trifluoroethan", + "parent": "3827", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382762", + "text": "382762 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing other hydrofluorocarbons (HFCs) but not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs); other mixtures, not included in the subheading above, ", + "parent": "3827", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382763", + "text": "382763 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing other hydrofluorocarbons (HFCs) but not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs); other mixtures not included in the subheadings above, ", + "parent": "3827", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382764", + "text": "382764 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing other hydrofluorocarbons (HFCs) but not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs); other mixtures, not included in the subheadings above,", + "parent": "3827", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382765", + "text": "382765 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing other hydrofluorocarbons (HFCs) but not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs); other mixtures, not included in the subheadings above,", + "parent": "3827", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382768", + "text": "382768 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing other hydrofluorocarbons (HFCs) but not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs); other mixtures, not included in the subheadings above,", + "parent": "3827", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382769", + "text": "382769 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing other hydrofluorocarbons (HFCs) but not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs); n.e.c. in items no. 3827.5 and 3827.6, not containing ", + "parent": "3827", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "382790", + "text": "382790 - Mixtures containing halogenated derivatives of methane, ethane or propane; n.e.c. in subheading no 3827", + "parent": "3827", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "39", + "text": "39 - Plastics and articles thereof", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "3901", + "text": "3901 - Polymers of ethylene, in primary forms", + "parent": "39", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "390110", + "text": "390110 - Ethylene polymers; in primary forms, polyethylene having a specific gravity of less than 0.94", + "parent": "3901", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390120", + "text": "390120 - Ethylene polymers; in primary forms, polyethylene having a specific gravity of 0.94 or more", + "parent": "3901", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390130", + "text": "390130 - Ethylene polymers; in primary forms, ethylene-vinyl acetate copolymers", + "parent": "3901", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390140", + "text": "390140 - Ethylene polymers; in primary forms, ethylene-alpha-olefin copolymers, having a specific gravity of less than 0.94", + "parent": "3901", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390190", + "text": "390190 - Ethylene polymers; in primary forms, n.e.c. in heading no. 3901", + "parent": "3901", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3902", + "text": "3902 - Polymers of propylene or of other olefins, in primary forms", + "parent": "39", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "390210", + "text": "390210 - Propylene, other olefin polymers; polypropylene in primary forms", + "parent": "3902", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390220", + "text": "390220 - Propylene, other olefin polymers; polyisobutylene in primary forms", + "parent": "3902", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390230", + "text": "390230 - Propylene, other olefin polymers; propylene copolymers in primary forms", + "parent": "3902", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390290", + "text": "390290 - Propylene, other olefin polymers; n.e.c. in heading no. 3902, in primary forms", + "parent": "3902", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3903", + "text": "3903 - Polymers of styrene, in primary forms", + "parent": "39", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "390311", + "text": "390311 - Styrene polymers; expansible polystyrene, in primary forms", + "parent": "3903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390319", + "text": "390319 - Styrene polymers; (other than expansible polystyrene), in primary forms", + "parent": "3903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390320", + "text": "390320 - Styrene polymers; styrene-acrylonitrile (SAN) copolymers, in primary forms", + "parent": "3903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390330", + "text": "390330 - Styrene polymers; acrylonitrile-butadiene-styrene (ABS) copolymers, in primary forms", + "parent": "3903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390390", + "text": "390390 - Styrene polymers; in primary forms, n.e.c. in heading no. 3903", + "parent": "3903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3904", + "text": "3904 - Polymers of vinyl chloride or of other halogenated olefins, in primary forms", + "parent": "39", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "390410", + "text": "390410 - Vinyl chloride, other halogenated olefin polymers; poly(vinyl chloride), not mixed with any other substances, in primary forms", + "parent": "3904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390421", + "text": "390421 - Vinyl chloride, other halogenated olefin polymers; non-plasticised poly(vinyl chloride), in primary forms, mixed with other substances", + "parent": "3904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390422", + "text": "390422 - Vinyl chloride, other halogenated olefin polymers; plasticised poly(vinyl chloride), in primary forms, mixed with other substances", + "parent": "3904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390430", + "text": "390430 - Vinyl chloride, other halogenated olefin polymers; vinyl chloride-vinyl acetate copolymers, in primary forms", + "parent": "3904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390440", + "text": "390440 - Vinyl chloride, other halogenated olefin polymers; vinyl chloride copolymers, in primary forms n.e.c. in heading no. 3904", + "parent": "3904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390450", + "text": "390450 - Vinyl chloride, other halogenated olefin polymers; vinylidene chloride polymers, in primary forms", + "parent": "3904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390461", + "text": "390461 - Halogenated olefin polymers; fluoro-polymers, polytetrafluoroethylene, in primary forms", + "parent": "3904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390469", + "text": "390469 - Halogenated olefin polymers; fluoro-polymers (other than polytetrafluoroethylene), in primary forms", + "parent": "3904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390490", + "text": "390490 - Vinyl chloride, other halogenated olefin polymers; n.e.c. in heading no. 3904", + "parent": "3904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3905", + "text": "3905 - Polymers of vinyl acetate or of other vinyl esters, in primary forms; other vinyl polymers in primary forms", + "parent": "39", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "390511", + "text": "390511 - Polyvinyl acetate, in aqueous dispersion, primary for", + "parent": "3905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390512", + "text": "390512 - Poly(vinyl acetate); in aqueous dispersion, in primary forms", + "parent": "3905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390519", + "text": "390519 - Poly(vinyl acetate); (other than in aqueous dispersion), in primary forms", + "parent": "3905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390520", + "text": "390520 - Polyvinyl alcohols in primary form", + "parent": "3905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390521", + "text": "390521 - Vinyl acetate copolymers; in aqueous dispersion, in primary forms", + "parent": "3905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390529", + "text": "390529 - Vinyl acetate copolymers; (other than in aqueous dispersion), in primary forms", + "parent": "3905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390530", + "text": "390530 - Poly(vinyl alcohol); whether or not containing unhydrolysed acetate groups", + "parent": "3905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390590", + "text": "390590 - Vinyl polymers, halogenated olefins, primary form, ne", + "parent": "3905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390591", + "text": "390591 - Vinyl acetate, vinyl ester polymers, vinyl polymers; n.e.c. in heading no. 3905, in primary forms, copolymers", + "parent": "3905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390599", + "text": "390599 - Vinyl acetate, vinyl ester polymers, vinyl polymers; n.e.c. in heading no. 3905, in primary forms, other than copolymers", + "parent": "3905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3906", + "text": "3906 - Acrylic polymers in primary forms", + "parent": "39", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "390610", + "text": "390610 - Acrylic polymers; poly(methyl methacrylate), in primary forms", + "parent": "3906", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390690", + "text": "390690 - Acrylic polymers; (other than polymethyl methacrylate), in primary forms", + "parent": "3906", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3907", + "text": "3907 - Polyacetals, other polyethers and epoxide resins, in primary forms; polycarbonates, alkyd resins, polyallyl esters and other polyesters, in primary forms", + "parent": "39", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "390710", + "text": "390710 - Polyacetals; in primary forms", + "parent": "3907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390720", + "text": "390720 - Polyethers; in primary forms, excluding polyacetals", + "parent": "3907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390721", + "text": "390721 - Polyethers other than polyacetals; in primary forms, bis(polyoxyethylene) methylphosphonate", + "parent": "3907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390729", + "text": "390729 - Polyethers other than polyacetals, and bis(polyoxyethylene) methylphosphonate; in primary forms", + "parent": "3907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390730", + "text": "390730 - Epoxide resins; in primary forms", + "parent": "3907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390740", + "text": "390740 - Polycarbonates; in primary forms", + "parent": "3907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390750", + "text": "390750 - Alkyd resins; in primary forms", + "parent": "3907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390760", + "text": "390760 - Poly(ethylene terephthalate); in primary forms", + "parent": "3907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390761", + "text": "390761 - Poly(ethylene terephthalate); in primary forms, having a viscosity of 78ml/g or higher", + "parent": "3907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390769", + "text": "390769 - Poly(ethylene terephthalate); in primary forms, having a viscosity of less than 78ml/g", + "parent": "3907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390770", + "text": "390770 - Poly(lactic acid); in primary forms", + "parent": "3907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390791", + "text": "390791 - Polyesters; n.e.c. in heading no. 3907, unsaturated, in primary forms", + "parent": "3907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390799", + "text": "390799 - Polyesters; n.e.c. in heading no. 3907, saturated, in primary forms", + "parent": "3907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3908", + "text": "3908 - Polyamides in primary forms", + "parent": "39", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "390810", + "text": "390810 - Polyamides; polyamide-6, -11, -12, -6,6, -6,9, -6,10 or -6,12, in primary forms", + "parent": "3908", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390890", + "text": "390890 - Polyamides; n.e.c. in heading no. 3908, in primary forms", + "parent": "3908", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3909", + "text": "3909 - Amino-resins, phenolic resins and polyurethanes, in primary forms", + "parent": "39", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "390910", + "text": "390910 - Amino-resins; urea and thiourea resins, in primary forms", + "parent": "3909", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390920", + "text": "390920 - Amino-resins; melamine resins, in primary forms", + "parent": "3909", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390930", + "text": "390930 - Amino-resins; n.e.c. in heading no. 3909, in primary forms", + "parent": "3909", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390931", + "text": "390931 - Amino-resins; n.e.c. in heading no. 3909, in primary forms, poly(methylene phenyl isocyanate) (Crude MDI, polymeric MDI)", + "parent": "3909", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390939", + "text": "390939 - Amino-resins; n.e.c. in heading no. 3909, in primary forms, other than poly(methylene phenyl isocyanate) (Crude MDI, polymeric MDI)", + "parent": "3909", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390940", + "text": "390940 - Phenolic resins; in primary forms", + "parent": "3909", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "390950", + "text": "390950 - Polyurethanes; in primary forms", + "parent": "3909", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3910", + "text": "3910 - Silicones in primary forms", + "parent": "39", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "391000", + "text": "391000 - Silicones; in primary forms", + "parent": "3910", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3911", + "text": "3911 - Petroleum resins, coumarone-indene resins, polyterpenes, polysulphides, polysulphones and similar products of chemical synthesis n.e.c. in chapter 39, in primary forms", + "parent": "39", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "391110", + "text": "391110 - Petroleum resins, coumarone, indene or coumarone-indene resins and polyterpenes; in primary forms", + "parent": "3911", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "391120", + "text": "391120 - Petroleum resins, poly(1,3-phenylene methylphosphonate), in primary forms", + "parent": "3911", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "391190", + "text": "391190 - Polysulphides, polysulphones and similar products of chemical synthesis n.e.c. in chapter 39; in primary forms", + "parent": "3911", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3912", + "text": "3912 - Cellulose and its chemical derivatives, n.e.c. or included, in primary forms", + "parent": "39", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "391211", + "text": "391211 - Cellulose acetates; non-plasticised, in primary forms", + "parent": "3912", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "391212", + "text": "391212 - Cellulose acetates; plasticised, in primary forms", + "parent": "3912", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "391220", + "text": "391220 - Cellulose nitrates (including collodions); in primary forms", + "parent": "3912", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "391231", + "text": "391231 - Cellulose ethers; carboxymethylcellulose and its salts, in primary forms", + "parent": "3912", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "391239", + "text": "391239 - Cellulose ethers; (other than carboxymethylcellulose and its salts), in primary forms", + "parent": "3912", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "391290", + "text": "391290 - Cellulose and its chemical derivatives; n.e.c. in item no. 3912, in primary forms", + "parent": "3912", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3913", + "text": "3913 - Natural polymers (e.g. alginic acid) and modified natural polymers (e.g. hardened proteins, chemical derivatives of natural rubber), n.e.c. or included, in primary forms", + "parent": "39", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "391310", + "text": "391310 - Polymers, natural; alginic acid, its salts and esters, in primary forms", + "parent": "3913", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "391390", + "text": "391390 - Polymers, natural and modified natural; in primary forms (excluding alginic acid, its salts and esters)", + "parent": "3913", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3914", + "text": "3914 - Ion-exchangers; based on polymers of heading no. 3901 to 3913, in primary forms", + "parent": "39", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "391400", + "text": "391400 - Ion-exchangers; based on polymers of heading no. 3901 to 3913, in primary forms", + "parent": "3914", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3915", + "text": "3915 - Waste, parings and scrap, of plastics", + "parent": "39", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "391510", + "text": "391510 - Ethylene polymers; waste, parings and scrap", + "parent": "3915", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "391520", + "text": "391520 - Styrene polymers; waste, parings and scrap", + "parent": "3915", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "391530", + "text": "391530 - Vinyl chloride polymers; waste, parings and scrap", + "parent": "3915", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "391590", + "text": "391590 - Plastics n.e.c. in heading no. 3915; waste, parings and scrap", + "parent": "3915", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3916", + "text": "3916 - Monofilament of which any cross-sectional dimension exceeds 1mm, rods, sticks and profile shapes, whether or not surface-worked but not otherwise worked, of plastics", + "parent": "39", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "391610", + "text": "391610 - Ethylene polymers; monofilament, of which any cross-sectional dimension exceeds 1mm, rods, sticks and profile shapes, whether or not surface-worked but not otherwise worked", + "parent": "3916", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "391620", + "text": "391620 - Vinyl chloride polymers; monofilament, of which any cross-sectional dimension exceeds 1mm, rods, sticks and profile shapes, whether or not surface-worked but not otherwise worked", + "parent": "3916", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "391690", + "text": "391690 - Plastics; monofilament, of plastics n.e.c. in heading no. 3916, cross-sectional dimension exceeds 1mm, rods, sticks and profile shapes, whether or not surface-worked but not otherwise worked", + "parent": "3916", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3917", + "text": "3917 - Tubes, pipes and hoses and fittings thereof (for example, joints, elbows, flanges), of plastics", + "parent": "39", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "391710", + "text": "391710 - Plastics; artificial guts (sausage casings) of hardened protein or of cellulosic materials", + "parent": "3917", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "391721", + "text": "391721 - Plastics; tubes, pipes and hoses thereof, rigid, of polymers of ethylene", + "parent": "3917", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "391722", + "text": "391722 - Plastics; tubes, pipes and hoses thereof, rigid, of polymers of propylene", + "parent": "3917", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "391723", + "text": "391723 - Plastics; tubes, pipes and hoses thereof, rigid, of polymers of vinyl chloride", + "parent": "3917", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "391729", + "text": "391729 - Plastics; tubes, pipes and hoses thereof, rigid, of plastics n.e.c. in heading no. 3917", + "parent": "3917", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "391731", + "text": "391731 - Plastics; tubes, pipes and hoses thereof, flexible, having a minimum burst pressure of 27.6MPa", + "parent": "3917", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "391732", + "text": "391732 - Plastics; tubes, pipes and hoses thereof, other than those of item no. 3917.31, not reinforced or otherwise combined with other materials, without fittings", + "parent": "3917", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "391733", + "text": "391733 - Plastics; tubes, pipes and hoses thereof, other than those of item no. 3917.31, not reinforced or otherwise combined with other materials, with fittings", + "parent": "3917", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "391739", + "text": "391739 - Plastics; tubes, pipes and hoses thereof, n.e.c. in item no. 3917.30", + "parent": "3917", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "391740", + "text": "391740 - Plastics; tube, pipe and hose fittings (e.g. joints, elbows, flanges)", + "parent": "3917", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3918", + "text": "3918 - Floor coverings of plastics, self-adhesive or not, in rolls or tiles; wall or ceiling coverings of plastics, in rolls of a width not less than 45cm", + "parent": "39", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "391810", + "text": "391810 - Floor, wall or ceiling coverings; of polymers of vinyl chloride, whether or not self-adhesive, in rolls or in the form of tiles", + "parent": "3918", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "391890", + "text": "391890 - Floor, wall or ceiling coverings; of plastics (excluding polymers of vinyl chloride), whether or not self-adhesive, in rolls or in the form of tiles", + "parent": "3918", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3919", + "text": "3919 - Self-adhesive plates, sheets, film, foil, tape, strip and other flat shapes, of plastics, whether or not in rolls", + "parent": "39", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "391910", + "text": "391910 - Plastics; plates, sheets, film, foil, tape, strip, other flat shapes thereof, self-adhesive, in rolls of a width not exceeding 20cm", + "parent": "3919", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "391990", + "text": "391990 - Plastics; plates, sheets, film, foil, tape, strip, other flat shapes thereof, self-adhesive, other than in rolls of a width not exceeding 20cm", + "parent": "3919", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3920", + "text": "3920 - Plastics; plates, sheets, film, foil and strip (not self-adhesive); non-cellular and not reinforced, laminated, supported or similarly combined with other materials, n.e.c. in chapter 39", + "parent": "39", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "392010", + "text": "392010 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of polymers of ethylene, non-cellular and not reinforced, laminated, supported or similarly combined with other materials", + "parent": "3920", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392020", + "text": "392020 - Plastics; of polymers of propylene, plates, sheets, film, foil and strip (not self-adhesive), non-cellular and not reinforced, laminated, supported or similarly combined with other materials", + "parent": "3920", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392030", + "text": "392030 - Plastics; of polymers of styrene, plates, sheets, film, foil and strip (not self-adhesive), non-cellular and not reinforced, laminated, supported or similarly combined with other materials", + "parent": "3920", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392041", + "text": "392041 - Sheet/film not cellular/reinf rigid vinyl polymer", + "parent": "3920", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392042", + "text": "392042 - Sheet/film not cellular/reinf flexible vinyl polymer", + "parent": "3920", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392043", + "text": "392043 - Plastics; polymers of vinyl chloride, containing by weight not less than 6% of plasticisers; plates, sheets, film, foil and strip (not self-adhesive), non-cellular and not reinforced, laminated, supported or similarly combined with other materials", + "parent": "3920", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392049", + "text": "392049 - Plastics; polymers of vinyl chloride, containing by weight, less than 6% of plasticisers; plates, sheets, film, foil and strip (not self-adhesive), non-cellular and not reinforced, laminated, supported or similarly combined with other materials", + "parent": "3920", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392051", + "text": "392051 - Plastics; of acrylic polymers, polymethyl methacrylate, plates, sheets, film, foil and strip (not self-adhesive), non-cellular and not reinforced, laminated, supported or similarly combined with other materials", + "parent": "3920", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392059", + "text": "392059 - Plastics; of acrylic polymers (excluding polymethyl methacrylate), plates, sheets, film, foil and strip (not self-adhesive), non-cellular and not reinforced, laminated, supported or similarly combined with other materials", + "parent": "3920", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392061", + "text": "392061 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of polycarbonates, non-cellular and not reinforced, laminated, supported or similarly combined with other materials", + "parent": "3920", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392062", + "text": "392062 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of poly(ethylene terephthalate), non-cellular and not reinforced, laminated, supported or similarly combined with other materials", + "parent": "3920", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392063", + "text": "392063 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of unsaturated polyesters, non-cellular and not reinforced, laminated, supported or similarly combined with other materials", + "parent": "3920", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392069", + "text": "392069 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of polyesters n.e.c. in heading no. 3920, non-cellular and not reinforced, laminated, supported or similarly combined with other materials", + "parent": "3920", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392071", + "text": "392071 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of regenerated cellulose; non-cellular and not reinforced, laminated, supported or similarly combined with other materials", + "parent": "3920", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392072", + "text": "392072 - Sheet/film not cellular/reinf vulcanised rubber", + "parent": "3920", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392073", + "text": "392073 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of cellulose acetate, non-cellular and not reinforced, laminated, supported or similarly combined with other materials", + "parent": "3920", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392079", + "text": "392079 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of cellulose derivatives n.e.c. in heading no. 3920, non-cellular and not reinforced, laminated, supported or similarly combined with other materials", + "parent": "3920", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392091", + "text": "392091 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of poly(vinyl butyral), non-cellular and not reinforced, laminated, supported or similarly combined with other materials", + "parent": "3920", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392092", + "text": "392092 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of polyamides, non-cellular and not reinforced, laminated, supported or similarly combined with other materials", + "parent": "3920", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392093", + "text": "392093 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of amino-resins, non-cellular and not reinforced, laminated, supported or similarly combined with other materials", + "parent": "3920", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392094", + "text": "392094 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of phenolic resins, non-cellular and not reinforced, laminated, supported or similarly combined with other materials", + "parent": "3920", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392099", + "text": "392099 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of plastics n.e.c. in heading no. 3920, non-cellular and not reinforced, laminated, supported or similarly combined with other materials", + "parent": "3920", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3921", + "text": "3921 - Plastic plates, sheets, film, foil and strip n.e.c. in chapter 39", + "parent": "39", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "392111", + "text": "392111 - Plastics; plates, sheets, film, foil and strip, of polymers of styrene, cellular", + "parent": "3921", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392112", + "text": "392112 - Plastics; plates, sheets, film, foil and strip, of polymers of vinyl chloride, cellular", + "parent": "3921", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392113", + "text": "392113 - Plastics; plates, sheets, film, foil and strip, of polyurethanes, cellular", + "parent": "3921", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392114", + "text": "392114 - Plastics; plates, sheets, film, foil and strip, of regenerated cellulose, cellular", + "parent": "3921", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392119", + "text": "392119 - Plastics; plates, sheets, film, foil and strip, of plastics n.e.c. in heading no. 3921, cellular", + "parent": "3921", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392190", + "text": "392190 - Plastics; plates, sheets, film, foil and strip, other than cellular", + "parent": "3921", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3922", + "text": "3922 - Sanitary ware; baths, shower-baths, sinks, wash-basins, bidets, lavatory pans, seats and covers, flushing cisterns and sanitary ware, of plastics", + "parent": "39", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "392210", + "text": "392210 - Plastics; baths, shower-baths, sinks and wash-basins", + "parent": "3922", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392220", + "text": "392220 - Plastics; lavatory seats and covers", + "parent": "3922", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392290", + "text": "392290 - Plastics; bidets, lavatory pans, flushing cisterns and similar sanitary ware n.e.c. in heading no. 3922", + "parent": "3922", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3923", + "text": "3923 - Plastic articles for the conveyance or packing of goods; stoppers, lids, caps and other closures of plastics", + "parent": "39", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "392310", + "text": "392310 - Plastics; boxes, cases, crates and similar articles for the conveyance or packing of goods", + "parent": "3923", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392321", + "text": "392321 - Ethylene polymers; sacks and bags (including cones), for the conveyance or packing of goods", + "parent": "3923", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392329", + "text": "392329 - Plastics; sacks and bags (including cones), for the conveyance or packing of goods, of plastics other than ethylene polymers", + "parent": "3923", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392330", + "text": "392330 - Plastics; carboys, bottles, flasks and similar articles, for the conveyance or packing of goods", + "parent": "3923", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392340", + "text": "392340 - Plastics; spools, cops, bobbins and similar supports, for the conveyance or packing of goods", + "parent": "3923", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392350", + "text": "392350 - Plastics; stoppers, lids, caps and other closures, for the conveyance or packing of goods", + "parent": "3923", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392390", + "text": "392390 - Plastics; articles for the conveyance or packing of goods n.e.c. in heading no. 3923", + "parent": "3923", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3924", + "text": "3924 - Tableware, kitchenware, other household articles and hygienic or toilet articles, of plastics", + "parent": "39", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "392410", + "text": "392410 - Plastics; tableware and kitchenware", + "parent": "3924", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392490", + "text": "392490 - Plastics; household articles and hygienic or toilet articles", + "parent": "3924", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3925", + "text": "3925 - Plastics; builders' wares n.e.c. or included", + "parent": "39", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "392510", + "text": "392510 - Plastics; builders' ware, reservoirs, tanks, vats and similar containers of a capacity exceeding 300 litres", + "parent": "3925", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392520", + "text": "392520 - Plastics; builders' ware, doors, windows and their frames and thresholds for doors", + "parent": "3925", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392530", + "text": "392530 - Plastics; builders' ware, shutters, blinds (including venetian blinds) and similar articles and parts thereof", + "parent": "3925", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392590", + "text": "392590 - Plastics; builders' ware, n.e.c. or included in heading no. 3925", + "parent": "3925", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "3926", + "text": "3926 - Articles of plastics and articles of other materials of heading no. 3901 to 3914, n.e.c. in chapter 39", + "parent": "39", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "392610", + "text": "392610 - Plastics; office or school supplies", + "parent": "3926", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392620", + "text": "392620 - Plastics; articles of apparel and clothing accessories (including gloves, mittens and mitts)", + "parent": "3926", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392630", + "text": "392630 - Plastics; fittings for furniture, coachwork or the like", + "parent": "3926", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392640", + "text": "392640 - Plastics; statuettes and other ornamental articles", + "parent": "3926", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "392690", + "text": "392690 - Plastics; other articles n.e.c. in chapter 39", + "parent": "3926", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "40", + "text": "40 - Rubber and articles thereof", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "4001", + "text": "4001 - Natural rubber, balata, gutta-percha, guayule, chicle and similar gums; in primary forms or in plates, sheets or strip", + "parent": "40", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "400110", + "text": "400110 - Rubber; natural rubber latex, whether or not pre-vulcanised, in primary forms or in plates, sheets or strip", + "parent": "4001", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "400121", + "text": "400121 - Rubber; natural (excluding latex), in smoked sheets", + "parent": "4001", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "400122", + "text": "400122 - Rubber; technically specified natural rubber (TSNR), in primary forms or in plates, sheets or strip (excluding latex and smoked sheets)", + "parent": "4001", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "400129", + "text": "400129 - Rubber; natural (excluding latex, technically specified natural rubber and smoked sheets), in primary forms or in plates, sheets or strip", + "parent": "4001", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "400130", + "text": "400130 - Balata, gutta-percha, guayule, chicle and similar natural gums; in primary forms or in plates, sheets or strip", + "parent": "4001", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4002", + "text": "4002 - Synthetic rubber and factice derived from oils, in primary forms or in plates, sheets or strip; mixtures of heading no. 4001 and 4002, in primary forms or in plates, sheets or strip", + "parent": "40", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "400211", + "text": "400211 - Rubber; synthetic, styrene-butadiene rubber (SBR) and carboxylated styrene-butadiene rubber (XSBR) latex, in primary forms or in plates, sheets or strip", + "parent": "4002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "400219", + "text": "400219 - Rubber; synthetic, styrene-butadiene rubber (SBR) and carboxylated styrene-butadiene rubber (XSBR), (other than latex), in primary forms or in plates, sheets or strip", + "parent": "4002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "400220", + "text": "400220 - Rubber; synthetic, butadiene rubber (BR), in primary forms or in plates, sheets or strip", + "parent": "4002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "400231", + "text": "400231 - Rubber; synthetic, isobutene-isoprene (butyl) rubber (IIR), in primary forms or in plates, sheets or strip", + "parent": "4002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "400239", + "text": "400239 - Rubber; synthetic, halo-isobutene-isoprene rubber (CIIR or BIIR), in primary forms or in plates, sheets or strip", + "parent": "4002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "400241", + "text": "400241 - Rubber; synthetic, chloroprene (chlorobutadiene) rubber (CR), latex, in primary forms or in plates, sheets or strip", + "parent": "4002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "400249", + "text": "400249 - Rubber; synthetic, chloroprene (chlorobutadiene) rubber (CR), (other than latex), in primary forms or in plates, sheets or strip", + "parent": "4002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "400251", + "text": "400251 - Rubber; synthetic, acrylonitrile-butadiene rubber (NBR), latex, in primary forms or in plates, sheets or strip", + "parent": "4002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "400259", + "text": "400259 - Rubber; synthetic, acrylonitrile-butadiene rubber (NBR), (other than latex), in primary forms or in plates, sheets or strip", + "parent": "4002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "400260", + "text": "400260 - Rubber; synthetic, isoprene rubber (IR), in primary forms or in plates, sheets or strip", + "parent": "4002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "400270", + "text": "400270 - Rubber; synthetic, ethylene-propylene-non-conjugated diene rubber (EPDM), in primary forms or in plates, sheets or strip", + "parent": "4002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "400280", + "text": "400280 - Rubber; mixtures of natural and synthetic rubbers of heading no. 4001 and 4002, in primary forms or in plates, sheets or strip", + "parent": "4002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "400291", + "text": "400291 - Rubber; synthetic, n.e.c. in heading 4002, latex, in primary forms or in plates, sheets or strip", + "parent": "4002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "400299", + "text": "400299 - Rubber; synthetic, n.e.c. in heading 4002, (other than latex), in primary forms or in plates, sheets or strip", + "parent": "4002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4003", + "text": "4003 - Reclaimed rubber in primary forms or in plates, sheets or strip", + "parent": "40", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "400300", + "text": "400300 - Rubber; reclaimed rubber, in primary forms or in plates, sheets or strip", + "parent": "4003", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4004", + "text": "4004 - Waste, parings and scrap of rubber (other than hard rubber) and powders and granules obtained therefrom", + "parent": "40", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "400400", + "text": "400400 - Rubber; waste, parings and scrap of rubber (other than hard rubber) and powders and granules obtained therefrom", + "parent": "4004", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4005", + "text": "4005 - Compounded rubber, unvulcanised, in primary forms or in plates, sheets or strip", + "parent": "40", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "400510", + "text": "400510 - Rubber; unvulcanised, compounded with carbon black or silica, in primary forms or in plates, sheets or strip", + "parent": "4005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "400520", + "text": "400520 - Rubber; unvulcanised, compounded, solutions and dispersions other than those of item no. 4005.10", + "parent": "4005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "400591", + "text": "400591 - Rubber; unvulcanised, (compounded other than with carbon black or silica), in plates, sheets and strip", + "parent": "4005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "400599", + "text": "400599 - Rubber; unvulcanised, (compounded other than with carbon black or silica), in primary forms, (other than plates, sheets, strip, solutions or dispersions)", + "parent": "4005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4006", + "text": "4006 - Unvulcanised rubber in other forms (e.g. rods, tubes and profile shapes) and articles (e.g. discs and rings)", + "parent": "40", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "400610", + "text": "400610 - Rubber; unvulcanised, camel-back strips for retreading rubber tyres", + "parent": "4006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "400690", + "text": "400690 - Rubber; unvulcanised, other than camel back strips for retreading rubber tyres", + "parent": "4006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4007", + "text": "4007 - Vulcanised rubber thread and cord", + "parent": "40", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "400700", + "text": "400700 - Rubber; vulcanised, thread and cord", + "parent": "4007", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4008", + "text": "4008 - Plates, sheets, strip, rods and profile shapes, of vulcanised rubber other than hard rubber", + "parent": "40", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "400811", + "text": "400811 - Rubber; vulcanised (other than hard rubber), in plates, sheets and strip of cellular rubber", + "parent": "4008", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "400819", + "text": "400819 - Rubber; vulcanised (other than hard rubber), cellular rubber, (other than in plates, sheets or strip)", + "parent": "4008", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "400821", + "text": "400821 - Rubber; vulcanised (other than hard rubber), in plates, sheets and strip, of non-cellular rubber", + "parent": "4008", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "400829", + "text": "400829 - Rubber; vulcanised (other than hard rubber), non-cellular rubber, in forms other than plates, sheets or strip", + "parent": "4008", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4009", + "text": "4009 - Tubes, pipes and hoses, of vulcanised rubber (other than hard rubber), with or without their fittings (e.g. joints, elbows, flanges)", + "parent": "40", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "400910", + "text": "400910 - Rubber tube, pipe or hose not reinforced, no fittings", + "parent": "4009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "400911", + "text": "400911 - Rubber; vulcanised (other than hard rubber), tubing, piping and hoses, not reinforced or otherwise combined with other materials, without fittings", + "parent": "4009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "400912", + "text": "400912 - Rubber; vulcanised (other than hard rubber), tubing, piping and hoses, not reinforced or otherwise combined with other materials, with fittings", + "parent": "4009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "400920", + "text": "400920 - Rubber tube, pipe, hose, metal reinforced, no fitting", + "parent": "4009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "400921", + "text": "400921 - Rubber; vulcanised (other than hard rubber), tubing, piping and hoses, reinforced or otherwise combined only with metal, without fittings", + "parent": "4009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "400922", + "text": "400922 - Rubber; vulcanised (other than hard rubber), tubing, piping and hoses, reinforced or otherwise combined only with metal, with fittings", + "parent": "4009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "400930", + "text": "400930 - Rubber tube, pipe, hose textile-reinforced no fitting", + "parent": "4009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "400931", + "text": "400931 - Rubber; vulcanised (other than hard rubber), tubing, piping and hoses, reinforced or otherwise combined only with textile materials, without fittings", + "parent": "4009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "400932", + "text": "400932 - Rubber; vulcanised (other than hard rubber), tubing, piping and hoses, reinforced or otherwise combined only with textile materials, with fittings", + "parent": "4009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "400940", + "text": "400940 - Rubber tube, pipe or hose, reinforced nes, no fitting", + "parent": "4009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "400941", + "text": "400941 - Rubber; vulcanised (other than hard rubber), tubing, piping and hoses, reinforced or otherwise combined with materials other than metal or textiles, without fittings", + "parent": "4009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "400942", + "text": "400942 - Rubber; vulcanised (other than hard rubber), tubing, piping and hoses, reinforced or otherwise combined with materials other than metal or textiles, with fittings", + "parent": "4009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "400950", + "text": "400950 - Rubber tube, pipe or hose with fittings", + "parent": "4009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4010", + "text": "4010 - Conveyor or transmission belts or belting, of vulcanised rubber", + "parent": "40", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "401010", + "text": "401010 - Transmission belts etc, rubber, trapezoidal", + "parent": "4010", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401011", + "text": "401011 - Rubber; vulcanised, conveyor belts or belting, reinforced only with metal", + "parent": "4010", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401012", + "text": "401012 - Rubber; vulcanised, conveyor belts or belting, reinforced only with textile materials", + "parent": "4010", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401013", + "text": "401013 - Conveyor belt plastic re", + "parent": "4010", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401019", + "text": "401019 - Rubber; vulcanised, conveyor belts or belting, (reinforced with other than metal only or textile materials only)", + "parent": "4010", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401021", + "text": "401021 - Endless trnsm belt trape", + "parent": "4010", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401022", + "text": "401022 - Endless trnsm belt trape", + "parent": "4010", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401023", + "text": "401023 - Endless synchroneous bel", + "parent": "4010", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401024", + "text": "401024 - Endless synchroneous bel", + "parent": "4010", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401029", + "text": "401029 - Tranmission belts nes", + "parent": "4010", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401031", + "text": "401031 - Rubber; vulcanised, endless transmission belts of trapezoidal cross-section (V-belts), V-ribbed, of an outside circumference exceeding 60cm but not exceeding 180 cm", + "parent": "4010", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401032", + "text": "401032 - Rubber; vulcanised, endless transmission belts of trapezoidal cross-section (V-belts), other than V-ribbed, of an outside circumference exceeding 60cm but not exceeding 180 cm", + "parent": "4010", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401033", + "text": "401033 - Rubber; vulcanised, endless transmission belts of trapezoidal cross-section (V-belts), V-ribbed, of an outside circumference exceeding 180cm but not exceeding 240 cm", + "parent": "4010", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401034", + "text": "401034 - Rubber; vulcanised, endless transmission belts of trapezoidal cross-section (V-belts), other than V-ribbed, of an outside circumference exceeding 180cm but not exceeding 240 cm", + "parent": "4010", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401035", + "text": "401035 - Rubber; vulcanised, endless synchronous belts, of an outside circumference exceeding 60 cm but not exceeding 150 cm", + "parent": "4010", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401036", + "text": "401036 - Rubber; vulcanised, endless synchronous belts, of an outside circumference exceeding 150 cm but not exceeding 198 cm", + "parent": "4010", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401039", + "text": "401039 - Rubber; vulcanised, conveyor or transmission belts or belting, n.e.c. in heading no. 4010", + "parent": "4010", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401091", + "text": "401091 - Conveyor belts and belting, rubber, <20cm wide", + "parent": "4010", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401099", + "text": "401099 - Conveyor, transmission belts and belting, rubber nes", + "parent": "4010", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4011", + "text": "4011 - New pneumatic tyres, of rubber", + "parent": "40", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "401110", + "text": "401110 - Rubber; new pneumatic tyres, of a kind used on motor cars (including station wagons and racing cars)", + "parent": "4011", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401120", + "text": "401120 - Rubber; new pneumatic tyres, of a kind used on buses or lorries", + "parent": "4011", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401130", + "text": "401130 - Rubber; new pneumatic tyres, of a kind used on aircraft", + "parent": "4011", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401140", + "text": "401140 - Rubber; new pneumatic tyres, of a kind used on motorcycles", + "parent": "4011", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401150", + "text": "401150 - Rubber; new pneumatic tyres, of a kind used on bicycles", + "parent": "4011", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401161", + "text": "401161 - Rubber; new pneumatic tyres having a herring-bone or similar tread, of a kind used on agricultural or forestry vehicles and machines", + "parent": "4011", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401162", + "text": "401162 - Rubber; new pneumatic tyres having a herring-bone or similar tread, of a kind used on construction or industrial handling vehicles and machines and having a rim size not exceeding 61cm", + "parent": "4011", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401163", + "text": "401163 - Rubber; new pneumatic tyres having a herring-bone or similar tread, of a kind used on construction or industrial handling vehicles and machines and having a rim size exceeding 61cm", + "parent": "4011", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401169", + "text": "401169 - Rubber; new pneumatic tyres having a herring-bone or similar tread, of a kind used on light industrial vehicles", + "parent": "4011", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401170", + "text": "401170 - Rubber; new pneumatic tyres, of a kind used on agricultural or forestry vehicles and machines", + "parent": "4011", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401180", + "text": "401180 - Rubber; new pneumatic tyres, of a kind used on construction, mining or industrial handling vehicles and machines", + "parent": "4011", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401190", + "text": "401190 - Rubber; new pneumatic tyres, of a kind used on light commercial vehicles", + "parent": "4011", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401191", + "text": "401191 - Pneumatic tyres new of rubber nes, herring-bone tread", + "parent": "4011", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401192", + "text": "401192 - Rubber; new pneumatic tyres having other than a herring-bone or similar tread, of a kind used on agricultural or forestry vehicles and machines", + "parent": "4011", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401193", + "text": "401193 - Rubber; new pneumatic tyres having other than a herring-bone or similar tread, of a kind used on construction or industrial handling vehicles and machines and having a rim size not exceeding 61cm", + "parent": "4011", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401194", + "text": "401194 - Rubber; new pneumatic tyres having other than a herring-bone or similar tread, of a kind used on construction or industrial handling vehicles and machines and having a rim size exceeding 61cm", + "parent": "4011", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401199", + "text": "401199 - Rubber; new pneumatic tyres having other than a herring-bone or similar tread, of a kind used on light industrial vehicles", + "parent": "4011", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4012", + "text": "4012 - Retreaded or used pneumatic tyres of rubber; solid or cushion tyres, tyre treads and tyre flaps, of rubber", + "parent": "40", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "401210", + "text": "401210 - Retreaded tyres", + "parent": "4012", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401211", + "text": "401211 - Retreaded tyres; of a kind used on motor cars (including station wagons and racing cars)", + "parent": "4012", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401212", + "text": "401212 - Retreaded tyres; of a kind used on motor buses or lorries", + "parent": "4012", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401213", + "text": "401213 - Retreaded tyres; of a kind used on aircraft", + "parent": "4012", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401219", + "text": "401219 - Retreaded tyres; other than of a kind used on motor cars (including station wagons and racing cars), buses and lorries and aircraft", + "parent": "4012", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401220", + "text": "401220 - Rubber; used pneumatic tyres", + "parent": "4012", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401290", + "text": "401290 - Rubber; tyres n.e.c. in heading no. 4012", + "parent": "4012", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4013", + "text": "4013 - Inner tubes, of rubber", + "parent": "40", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "401310", + "text": "401310 - Rubber; inner tubes, of a kind used on motorcars (including station wagons and racing cars), buses and lorries", + "parent": "4013", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401320", + "text": "401320 - Rubber; inner tubes, of a kind used on bicycles", + "parent": "4013", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401390", + "text": "401390 - Rubber; inner tubes, n.e.c. in heading no. 4013", + "parent": "4013", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4014", + "text": "4014 - Hygienic or pharmaceutical articles (including teats), of vulcanised rubber other than hard rubber, with or without fittings of hard rubber", + "parent": "40", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "401410", + "text": "401410 - Rubber; vulcanised (other than hard rubber), sheath contraceptives", + "parent": "4014", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401490", + "text": "401490 - Rubber; vulcanised (other than hard rubber), hygienic or pharmaceutical articles (excluding sheath contraceptives), with or without fittings of hard rubber", + "parent": "4014", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4015", + "text": "4015 - Articles of apparel and clothing accessories (including gloves, mittens and mitts), for all purposes, of vulcanised rubber other than hard rubber", + "parent": "40", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "401511", + "text": "401511 - Rubber; vulcanised (other than hard rubber), surgical gloves", + "parent": "4015", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401512", + "text": "401512 - Rubber; vulcanised (other than hard rubber), gloves, of a kind used for medical, surgical, dental or veterinary purposes", + "parent": "4015", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401519", + "text": "401519 - Rubber; vulcanised (other than hard rubber), gloves, mittens and mitts other than surgical gloves", + "parent": "4015", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401590", + "text": "401590 - Rubber; vulcanised (other than hard rubber), articles of apparel and clothing accessories (other than gloves, mittens and mitts)", + "parent": "4015", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4016", + "text": "4016 - Articles of vulcanised rubber other than hard rubber, n.e.c. in chapter 40", + "parent": "40", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "401610", + "text": "401610 - Rubber; vulcanised (other than hard rubber), moulded rubber mats and mats of non-rectangular shape made by cutting from the piece, of cellular rubber", + "parent": "4016", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401691", + "text": "401691 - Rubber; vulcanised (other than hard rubber), floor coverings and mats, of non-cellular rubber", + "parent": "4016", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401692", + "text": "401692 - Rubber; vulcanised (other than hard rubber), erasers, of non-cellular rubber", + "parent": "4016", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401693", + "text": "401693 - Rubber; vulcanised (other than hard rubber), gaskets, washers and other seals, of non-cellular rubber", + "parent": "4016", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401694", + "text": "401694 - Rubber; vulcanised (other than hard rubber), boat or dock fenders, whether or not inflatable, of non-cellular rubber", + "parent": "4016", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401695", + "text": "401695 - Rubber; vulcanised (other than hard rubber), inflatable articles (other than boat or dock fenders), of non-cellular rubber", + "parent": "4016", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "401699", + "text": "401699 - Rubber; vulcanised (other than hard rubber), articles n.e.c. in heading no. 4016, of non-cellular rubber", + "parent": "4016", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4017", + "text": "4017 - Hard rubber (e.g. ebonite) in all forms, including waste and scrap; articles of hard rubber", + "parent": "40", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "401700", + "text": "401700 - Rubber; ebonite and other hard rubbers in all forms, including waste and scrap, and articles of hard rubber", + "parent": "4017", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "41", + "text": "41 - Raw hides and skins (other than furskins) and leather", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "4101", + "text": "4101 - Raw hides and skins of bovine (including buffalo) or equine animals (fresh, salted, dried, limed, pickled, otherwise preserved but not tanned, parchment dressed or further prepared), whether or not dehaired or split", + "parent": "41", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "410110", + "text": "410110 - Bovine skins, whole, raw", + "parent": "4101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410120", + "text": "410120 - Raw hides and skins; whole, unsplit, of bovine or equine animals, of a weight per skin not exceeding 8kg when simply dried, 10kg when dry-salted or 16kg when fresh, wet-salted or otherwise preserved", + "parent": "4101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410121", + "text": "410121 - Bovine hides, whole, fresh or wet-salted", + "parent": "4101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410122", + "text": "410122 - Butts and bends, bovine, fresh or wet-salted", + "parent": "4101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410129", + "text": "410129 - Hide sections, bovine, nes, fresh or wet-salted", + "parent": "4101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410130", + "text": "410130 - Bovine hides, raw, nes", + "parent": "4101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410140", + "text": "410140 - Equine hides and skins, raw", + "parent": "4101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410150", + "text": "410150 - Hides and skins; raw, whole, of bovine or equine animals, of a weight per skin exceeding 16 kg", + "parent": "4101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410190", + "text": "410190 - Hides and skins; other than whole, but including butts, bends and bellies, of bovine (including. buffalo) and equine animals, fresh, salted or preserved, but not tanned, parchment dressed or further prepared, whether or not dehaired or split", + "parent": "4101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4102", + "text": "4102 - Raw skins of sheep or lambs (fresh, salted, dried, limed, pickled or otherwise preserved, but not further prepared), whether or not with wool on or split", + "parent": "41", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "410210", + "text": "410210 - Skins; raw, of sheep or lambs, fresh, or salted, dried, limed, pickled or otherwise preserved, (but not tanned, parchment-dressed or further prepared), with wool on", + "parent": "4102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410221", + "text": "410221 - Skins; raw, of sheep or lambs, pickled (but not tanned, parchment-dressed or further preserved), without wool on", + "parent": "4102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410229", + "text": "410229 - Hides and skins; raw, of animals n.e.c. in this chapter, fresh, salted, dried, limed, pickled or otherwise preserved, (but not tanned, parchment-dressed or further prepared), whether or not dehaired or split", + "parent": "4102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4103", + "text": "4103 - Raw hides and skins n.e.c in headings no. 4101, 4102; fresh, salted, dried, pickled or otherwise preserved, not further prepared, whether or not dehaired or split", + "parent": "41", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "410310", + "text": "410310 - Goat or kid hides and skins, raw, nes", + "parent": "4103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410320", + "text": "410320 - Hides and skins; raw, of reptiles (fresh or salted, dried, limed, pickled or otherwise preserved, but not tanned, parchment-dressed or further prepared), whether or not dehaired or split", + "parent": "4103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410330", + "text": "410330 - Hides and skins; raw, of swine, (fresh or salted, dried, limed, pickled or otherwise preserved, but not tanned, parchment-dressed or further prepared), whether or not dehaired or split", + "parent": "4103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410390", + "text": "410390 - Hides and skins; raw, of animals n.e.c. in this chapter, fresh, salted, dried, limed, pickled or otherwise preserved, (but not tanned, parchment-dressed or further prepared), whether or not dehaired or split", + "parent": "4103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4104", + "text": "4104 - Tanned or crust hides and skins of bovine (including buffalo) or equine animals, without hair on, whether or not split, but not further prepared", + "parent": "41", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "410410", + "text": "410410 - Bovine skin leather, whole", + "parent": "4104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410411", + "text": "410411 - Tanned or crust hides and skins; without hair on, bovine or equine, in the wet state (including wet-blue), full grains, unsplit; grain splits", + "parent": "4104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410419", + "text": "410419 - Tanned or crust hides and skins; bovine or equine, without hair on, in the wet state (including wet-blue), excluding full grains, unsplit; grain splits", + "parent": "4104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410421", + "text": "410421 - Bovine leather, vegetable pre-tanned except whole ski", + "parent": "4104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410422", + "text": "410422 - Bovine leather, otherwise pre-tanned except whole ski", + "parent": "4104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410429", + "text": "410429 - Bovine and equine leather, tanned or retanned, nes", + "parent": "4104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410431", + "text": "410431 - Bovine and equine leather, full or split grain, nes", + "parent": "4104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410439", + "text": "410439 - Bovine and equine leather, nes", + "parent": "4104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410441", + "text": "410441 - Tanned or crust hides and skins; bovine or equine, without hair on, in the dry state (crust), full grains, unsplit; grain splits", + "parent": "4104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410449", + "text": "410449 - Tanned or crust hides and skins; bovine or equine, without hair on, in the dry state (crust), (other than full grains, unsplit; grain splits)", + "parent": "4104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4105", + "text": "4105 - Tanned or crust skins of sheep and lambs, without wool on, whether or not split, but not further prepared", + "parent": "41", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "410510", + "text": "410510 - Tanned or crust skins of sheep or lambs, without wool on, whether or not split, but not further prepared, in the wet state (including wet-blue)", + "parent": "4105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410511", + "text": "410511 - Sheep or lamb skin leather, vegetable pre-tanned", + "parent": "4105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410512", + "text": "410512 - Sheep or lamb skin leather, otherwise pre-tanned", + "parent": "4105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410519", + "text": "410519 - Sheep or lamb skin leather, tanned or retanned, nes", + "parent": "4105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410520", + "text": "410520 - Sheep or lamb skin leather, nes", + "parent": "4105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410530", + "text": "410530 - Tanned or crust skins; of sheep or lambs, without wool on, whether or not split, but not further prepared, in the dry state (crust)", + "parent": "4105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4106", + "text": "4106 - Tanned or crust hides and skins of other animals, without wool or hair on, whether or not split, but not further prepared", + "parent": "41", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "410611", + "text": "410611 - Goat or kid skin leather, vegetable pre-tanned", + "parent": "4106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410612", + "text": "410612 - Goat or kid skin leather, otherwise pre-tanned", + "parent": "4106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410619", + "text": "410619 - Goat or kid skin leather, tanned or retanned, nes", + "parent": "4106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410620", + "text": "410620 - Goat or kid skin leather, nes", + "parent": "4106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410621", + "text": "410621 - Tanned or crust hides and skins; of goats or kids, without wool or hair on, whether or not split, but not further prepared, in the wet state (including wet-blue)", + "parent": "4106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410622", + "text": "410622 - Tanned or crust hides and skins; of goats or kids, without hair on, whether or not split, but not further prepared, in the dry state (crust)", + "parent": "4106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410631", + "text": "410631 - Tanned or crust hides and skins; of swine, without hair on, whether or not split, but not further prepared, in the wet state (including wet-blue)", + "parent": "4106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410632", + "text": "410632 - Tanned or crust hides and skins; of swine, without hair on, whether or not split, but not further prepared, in the dry state (crust)", + "parent": "4106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410640", + "text": "410640 - Tanned or crust hides and skins; of reptiles, whether or not split, but not further prepared", + "parent": "4106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410691", + "text": "410691 - Tanned or crust hides and skins; of animals other than equine, ovine, bovine, goats or kids, swine and reptiles, without wool or hair on, whether or not split, but not further prepared, in the wet state (including wet-blue)", + "parent": "4106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410692", + "text": "410692 - Tanned or crust hides and skins; of animals other than equine, ovine, bovine, goats or kids, swine and reptiles, without wool or hair on, whether or not split, but not further prepared, in the dry state (crust)", + "parent": "4106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4107", + "text": "4107 - Leather further prepared after tanning or crusting, including parchment-dressed leather, of bovine (including buffalo) or equine animals, without hair on, whether or not split, other than leather of heading 41.14", + "parent": "41", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "410710", + "text": "410710 - Swine leather", + "parent": "4107", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410711", + "text": "410711 - Leather; further prepared after tanning or crusting, including parchment-dressed leather, of bovine (including buffalo) or equine animals, without hair on, other than leather of heading 41.14, whole hides and skins, full grain, unsplit", + "parent": "4107", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410712", + "text": "410712 - Leather; further prepared after tanning or crusting, including parchment-dressed leather, of bovine (including buffalo) or equine animals, without hair on, other than leather of heading 41.14, whole hides and skins, grain splits", + "parent": "4107", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410719", + "text": "410719 - Leather; further prepared after tanning or crusting, including parchment-dressed, of bovine (including buffalo) or equine animals, without hair on, split or not, other than leather of heading 41.14, (other than grain splits and full grains, unsplit)", + "parent": "4107", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410721", + "text": "410721 - Reptile leather, vegetable pre-tanned", + "parent": "4107", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410729", + "text": "410729 - Reptile leather, other than vegetable pre-tanned", + "parent": "4107", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410790", + "text": "410790 - Leather, of animals nes", + "parent": "4107", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410791", + "text": "410791 - Leather; further prepared after tanning or crusting, including parchment-dressed, of bovine (including buffalo) or equine animals, without hair on, other than leather of heading 41.14, not whole hides and skins, but including sides, full grain, unsplit", + "parent": "4107", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410792", + "text": "410792 - Leather; further prepared after tanning or crusting, including parchment-dressed, of bovine (including buffalo) or equine animals, without hair on, other than leather of heading 41.14, not whole hides and skins, but including sides, grain splits", + "parent": "4107", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "410799", + "text": "410799 - Leather; further prepared after tanning or crusting, incl. parchment-dressed, of bovine (including buffalo) or equine animals, no hair, excluding leather of heading 41.14, and whole hides and skins, and sides, (full grains, unsplit and grain splits)", + "parent": "4107", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4108", + "text": "4108 - Chamois (including combination chamois) leather", + "parent": "41", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "410800", + "text": "410800 - Chamois (including combination chamois) leather", + "parent": "4108", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4109", + "text": "4109 - Patent leather, metallised leather", + "parent": "41", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "410900", + "text": "410900 - Patent leather, metallised leather", + "parent": "4109", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4110", + "text": "4110 - Parings and other waste of leather", + "parent": "41", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "411000", + "text": "411000 - Parings and other waste of leather", + "parent": "4110", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4111", + "text": "4111 - Composition leather, in slabs, sheets or strips", + "parent": "41", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "411100", + "text": "411100 - Composition leather, in slabs, sheets or strip", + "parent": "4111", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4112", + "text": "4112 - Leather further prepared after tanning or crusting, including parchment dressed leather, of sheep or lamb, without wool on, whether or not split, other than leather of heading 41.14", + "parent": "41", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "411200", + "text": "411200 - Leather; further prepared after tanning or crusting, including parchment dressed leather, of sheep or lamb, without wool on, whether or not split, other than leather of heading 41.14", + "parent": "4112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4113", + "text": "4113 - Leather further prepared after tanning or crusting, including parchment-dressed leather, of animals (other than ovine), without wool or hair on, whether or not split, other than leather of heading 41.14", + "parent": "41", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "411310", + "text": "411310 - Leather; further prepared after tanning or crusting, including parchment-dressed leather, without hair on, whether or not split, other than leather of heading 41.14, of goats and kids", + "parent": "4113", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "411320", + "text": "411320 - Leather; further prepared after tanning or crusting, including parchment-dressed leather, without hair on, whether or not split, other than leather of heading 41.14, of swine", + "parent": "4113", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "411330", + "text": "411330 - Leather; further prepared after tanning or crusting, including parchment-dressed leather, of reptiles, whether or not split, other than leather of heading 41.14", + "parent": "4113", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "411390", + "text": "411390 - Leather; further prepared after tanning or crusting, including parchment-dressed leather, of animals (other than sheep and lambs, goats and kids, swine and reptiles), without wool or hair on, whether or not split, other than leather of heading 41.14", + "parent": "4113", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4114", + "text": "4114 - Chamois (including combination chamois) leather; patent leather and patent laminated leather; metallised leather", + "parent": "41", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "411410", + "text": "411410 - Leather; chamois (including combination chamois)", + "parent": "4114", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "411420", + "text": "411420 - Leather; patent leather and laminated patent leather; metallised leather", + "parent": "4114", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4115", + "text": "4115 - Composition leather with a basis of leather or leather fibre, in slabs, sheets or strip, in rolls or not; parings and other waste of leather or of composition leather, not suitable for the manufacture of leather articles; leather dust, powder and flour", + "parent": "41", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "411510", + "text": "411510 - Leather; composition leather with a basis of leather or leather fibre, in slabs, sheets or strip, whether or not in rolls", + "parent": "4115", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "411520", + "text": "411520 - Leather; parings and other waste, of leather or composition leather; not suitable for the manufacture of leather articles; leather dust, powder and flour", + "parent": "4115", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "42", + "text": "42 - Articles of leather; saddlery and harness; travel goods, handbags and similar containers; articles of animal gut (other than silk-worm gut)", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "4201", + "text": "4201 - Saddlery and harness for any animal (including traces, leads, knee pads, muzzles, saddle cloths, saddle bags, dog coats and the like) of any material", + "parent": "42", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "420100", + "text": "420100 - Saddlery and harness; for any animal (including traces, leads, knee pads, muzzles, saddle cloths, saddle bags, dog coats and the like), of any materials", + "parent": "4201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4202", + "text": "4202 - Trunks; suit, camera, jewellery, cutlery cases; travel, tool, similar bags; wholly or mainly covered by leather, composition leather, plastic sheeting, textile materials, vulcanised fibre, paperboard", + "parent": "42", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "420211", + "text": "420211 - Cases and containers; trunks, suit-cases, vanity-cases, executive-cases, brief-cases, school satchels and similar containers, with outer surface of leather or of composition leather", + "parent": "4202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "420212", + "text": "420212 - Cases and containers; trunks, suit-cases, vanity-cases, executive-cases, brief-cases, school satchels and similar containers, with outer surface of plastics or of textile materials", + "parent": "4202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "420219", + "text": "420219 - Cases and containers; trunks, suit-cases, vanity-cases, executive-cases, brief-cases, school satchels and similar containers, of vulcanised fibre or of paperboard, or wholly or mainly covered with such materials or with paper", + "parent": "4202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "420221", + "text": "420221 - Cases and containers; handbags (whether or not with shoulder strap and including those without handle), with outer surface of leather or of composition leather", + "parent": "4202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "420222", + "text": "420222 - Cases and containers; handbags (whether or not with shoulder strap and including those without handle), with outer surface of sheeting of plastics or of textile materials", + "parent": "4202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "420229", + "text": "420229 - Cases and containers; handbags (whether or not with shoulder strap and including those without handle), of vulcanised fibre or of paperboard, or wholly or mainly covered with such materials or with paper", + "parent": "4202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "420231", + "text": "420231 - Cases and containers; of a kind normally carried in the pocket or in the handbag, with outer surface of leather or of composition leather", + "parent": "4202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "420232", + "text": "420232 - Cases and containers; of a kind normally carried in the pocket or in the handbag, with outer surface of sheeting of plastics or of textile materials", + "parent": "4202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "420239", + "text": "420239 - Cases and containers; of a kind normally carried in the pocket or in the handbag, of vulcanised fibre or of paperboard, or wholly or mainly covered with such materials or with paper", + "parent": "4202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "420291", + "text": "420291 - Cases and containers; n.e.c. in heading 4202, with outer surface of leather or of composition leather", + "parent": "4202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "420292", + "text": "420292 - Cases and containers; n.e.c. in heading 4202, with outer surface of sheeting of plastics or of textile materials", + "parent": "4202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "420299", + "text": "420299 - Cases and containers; n.e.c. in heading 4202, of vulcanised fibre or of paperboard, or wholly or mainly covered with such materials or with paper", + "parent": "4202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4203", + "text": "4203 - Articles of apparel and clothing accessories, of leather or of composition leather", + "parent": "42", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "420310", + "text": "420310 - Apparel; articles of apparel, of leather or of composition leather", + "parent": "4203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "420321", + "text": "420321 - Clothing accessories; gloves, mittens and mitts, specially designed for use in sports, of leather or composition leather, padded", + "parent": "4203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "420329", + "text": "420329 - Clothing accessories; gloves, mittens and mitts, n.e.c. in heading no. 4203, of leather or composition leather, not specially designed for use in sports", + "parent": "4203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "420330", + "text": "420330 - Clothing accessories; belts and bandoliers, of leather or of composition leather", + "parent": "4203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "420340", + "text": "420340 - Clothing accessories; of leather or of composition leather, n.e.c. in heading no. 4203", + "parent": "4203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4204", + "text": "4204 - Leather, composition leather articles, technical use", + "parent": "42", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "420400", + "text": "420400 - Articles of leather & composition for technical uses", + "parent": "4204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4205", + "text": "4205 - Leather or composition leather articles n.e.c. in chapter 42", + "parent": "42", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "420500", + "text": "420500 - Leather articles; n.e.c. in chapter 42, of leather or composition leather", + "parent": "4205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4206", + "text": "4206 - Articles of gut (other than silk-worm gut), of goldbeater's skin, of bladders or of tendons", + "parent": "42", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "420600", + "text": "420600 - Articles of gut (other than silk-worm gut), of goldbeater's skin, of bladders or of tendons", + "parent": "4206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "420610", + "text": "420610 - Articles of catgut", + "parent": "4206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "420690", + "text": "420690 - Articles of gut, goldbeater skin, bladder, tendons ne", + "parent": "4206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "43", + "text": "43 - Furskins and artificial fur; manufactures thereof", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "4301", + "text": "4301 - Raw furskins (including heads, tails, paws, other pieces or cuttings, suitable for furriers' use), excluding raw hides and skins of heading no. 4101, 4102 or 4103", + "parent": "43", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "430110", + "text": "430110 - Furskins; raw, of mink, whole, with or without head, tail or paws", + "parent": "4301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "430120", + "text": "430120 - Raw rabbit or hare furskins, whole", + "parent": "4301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "430130", + "text": "430130 - Furskins; raw, of Astrakhan, Broadtail, Caracul, Persian and similar lamb, Indian, Chinese, Mongolian or Tibetan lamb, whole, with or without head, tail or paws", + "parent": "4301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "430140", + "text": "430140 - Raw beaver furskins, whole", + "parent": "4301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "430150", + "text": "430150 - Raw musk-rat furskins, whole", + "parent": "4301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "430160", + "text": "430160 - Furskins; raw, of fox, whole, with or without head, tail or paws", + "parent": "4301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "430170", + "text": "430170 - Raw seal furskins, whole", + "parent": "4301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "430180", + "text": "430180 - Furskins; raw, of animals n.e.c. in heading no. 4301, whole, with or without head, tail or paws (excluding goods of heading no. 4101, 4102 and 4103)", + "parent": "4301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "430190", + "text": "430190 - Furskins; raw, heads, tails, paws and other pieces or cuttings, suitable for furrier's use, excluding goods of heading no. 4101, 4102 and 4103", + "parent": "4301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4302", + "text": "4302 - Tanned or dressed furskins (including heads, tails, paws, other pieces, cuttings), unassembled, or assembled (without addition of other materials), excluding those of heading no. 4303", + "parent": "43", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "430211", + "text": "430211 - Furskins; tanned or dressed, of mink, whole, with or without head, tail or paws, not assembled", + "parent": "4302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "430212", + "text": "430212 - Tanned, dressed rabbit, hare skins, whole, unassemble", + "parent": "4302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "430213", + "text": "430213 - Tanned,dressed Persian/etc lambskin, whole,unassemble", + "parent": "4302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "430219", + "text": "430219 - Furskins; tanned or dressed, whole, with or without head, tail or paws, not assembled, n.e.c. in heading no. 4302, excluding goods or heading no. 4303", + "parent": "4302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "430220", + "text": "430220 - Furskins; tanned or dressed, heads, tails, paws and other pieces or cuttings, not assembled, excluding goods of heading no. 4303", + "parent": "4302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "430230", + "text": "430230 - Furskins; tanned or dressed, whole skins and pieces or cuttings thereof, assembled, excluding goods of heading no. 4303", + "parent": "4302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4303", + "text": "4303 - Articles of apparel, clothing accessories and other articles of furskin", + "parent": "43", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "430310", + "text": "430310 - Furskin articles; apparel and clothing accessories", + "parent": "4303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "430390", + "text": "430390 - Furskin articles; other than apparel and clothing accessories", + "parent": "4303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4304", + "text": "4304 - Artificial fur and articles thereof", + "parent": "43", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "430400", + "text": "430400 - Fur, artificial; articles thereof", + "parent": "4304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "44", + "text": "44 - Wood and articles of wood; wood charcoal", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "4401", + "text": "4401 - Fuel wood, in logs, billets, twigs, faggots or similar forms; wood in chip or particles; sawdust and wood waste and scrap, whether or not agglomerated in logs, briquettes, pellets or similar forms", + "parent": "44", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "440110", + "text": "440110 - Wood; for fuel, in logs, billets, twigs, faggots or similar forms, whether or not agglomerated", + "parent": "4401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440111", + "text": "440111 - Wood; for fuel, in logs, in billets, in twigs, in faggots or similar forms, whether or not agglomerated, coniferous", + "parent": "4401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440112", + "text": "440112 - Wood; for fuel, in logs, in billets, in twigs, in faggots or similar forms, whether or not agglomerated, non-coniferous", + "parent": "4401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440121", + "text": "440121 - Wood; for fuel, in chips or particles, coniferous, whether or not agglomerated", + "parent": "4401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440122", + "text": "440122 - Wood; for fuel, in chips or particles, non-coniferous, whether or not agglomerated", + "parent": "4401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440130", + "text": "440130 - Sawdust & wood waste & scrap, whether/not agglomerated in logs/briquettes/pellets/similar forms", + "parent": "4401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440131", + "text": "440131 - Wood; for fuel, sawdust and wood waste and scrap, agglomerated in wood pellets", + "parent": "4401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440132", + "text": "440132 - Wood; for fuel, sawdust and wood waste and scrap, agglomerated in wood briquettes", + "parent": "4401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440139", + "text": "440139 - Wood; for fuel, sawdust and wood waste and scrap, agglomerated in logs or similar forms, other than wood pellets or wood briquettes", + "parent": "4401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440140", + "text": "440140 - Wood; for fuel, sawdust and wood waste and scrap, not agglomerated", + "parent": "4401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440141", + "text": "440141 - Wood; for fuel, sawdust and wood waste and scrap, not agglomerated; sawdust", + "parent": "4401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440149", + "text": "440149 - Wood; for fuel, sawdust and wood waste and scrap, not agglomerated and not including sawdust", + "parent": "4401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4402", + "text": "4402 - Wood charcoal (including shell or nut charcoal), whether or not agglomerated", + "parent": "44", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "440200", + "text": "440200 - Wood charcoal (including shell or nut charcoal)", + "parent": "4402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440210", + "text": "440210 - Wood; charcoal of bamboo, whether or not agglomerated", + "parent": "4402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440220", + "text": "440220 - Wood; charcoal of nut or shell, whether or not agglomerated", + "parent": "4402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440290", + "text": "440290 - Wood; charcoal of wood other than bamboo, nut or shell, whether or not agglomerated", + "parent": "4402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4403", + "text": "4403 - Wood in the rough, whether or not stripped of bark or sapwood, or roughly squared", + "parent": "44", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "440310", + "text": "440310 - Wood; in the rough, whether or not stripped of bark or sapwood, or roughly squared; treated with paint, stains, creosote or other preservatives", + "parent": "4403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440311", + "text": "440311 - Wood; coniferous species, in the rough, whether or not stripped of bark or sapwood, or roughly squared; treated with paint, stains, creosote or other preservatives", + "parent": "4403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440312", + "text": "440312 - Wood; non-coniferous species, in the rough, whether or not stripped of bark or sapwood, or roughly squared; treated with paint, stains, creosote or other preservatives", + "parent": "4403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440320", + "text": "440320 - Wood; coniferous, in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated", + "parent": "4403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440321", + "text": "440321 - Wood; coniferous species, of pine (Pinus spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which the smallest cross-sectional dimension is 15 cm or more", + "parent": "4403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440322", + "text": "440322 - Wood; coniferous species, of pine (Pinus spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which any cross-sectional dimension is less than 15 cm", + "parent": "4403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440323", + "text": "440323 - Wood; coniferous species, of fir (Abies spp.) and spruce (Picea spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which the smallest cross-sectional dimension is 15 cm or more", + "parent": "4403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440324", + "text": "440324 - Wood; coniferous species, of fir (Abies spp.) and spruce (Picea spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which any cross-sectional dimension is less than 15 cm", + "parent": "4403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440325", + "text": "440325 - Wood; coniferous species n.e.c. in headings 4403.21 or 4403.23, in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which the smallest cross-sectional dimension is 15 cm or more", + "parent": "4403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440326", + "text": "440326 - Wood; coniferous species n.e.c in headings 4403.22 or 4403.24, in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which any cross-sectional dimension is less than 15 cm", + "parent": "4403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440331", + "text": "440331 - Logs, Meranti (light or dark red), Bakau", + "parent": "4403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440332", + "text": "440332 - Logs, white Lauan/Meranti/Seraya/yellow Meranti/Alan", + "parent": "4403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440333", + "text": "440333 - Logs, Keruing/Ramin/Kapur/Teak/Jongkong/Merbau/etc", + "parent": "4403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440334", + "text": "440334 - Logs, Okoume/Obeche/Sapelli/Sipo/Acajou d'Afrique/etc", + "parent": "4403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440335", + "text": "440335 - Logs, Tiama, Mansonia, Ilomba, Dibetou, Limba, Azobe", + "parent": "4403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440341", + "text": "440341 - Wood, tropical; as specified in Subheading Note 2 to this Chapter, dark red meranti, light red meranti and meranti bakau, in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated", + "parent": "4403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440342", + "text": "440342 - Wood, tropical; teak, in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated", + "parent": "4403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440349", + "text": "440349 - Wood, tropical; other than dark red meranti, light red meranti meranti bakau and teak, in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated", + "parent": "4403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440391", + "text": "440391 - Wood; oak, in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated", + "parent": "4403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440392", + "text": "440392 - Wood; beech, in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated", + "parent": "4403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440393", + "text": "440393 - Wood; of beech (Fagus spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which the smallest cross-sectional dimension is 15 cm or more", + "parent": "4403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440394", + "text": "440394 - Wood; of beech (Fagus spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which any cross-sectional dimension is less than 15 cm", + "parent": "4403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440395", + "text": "440395 - Wood; of birch (Betula spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which the smallest cross-sectional dimension is 15 cm or more", + "parent": "4403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440396", + "text": "440396 - Wood; of birch (Betula spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which any cross-sectional dimension is less than 15 cm", + "parent": "4403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440397", + "text": "440397 - Wood; of poplar and aspen (Populus spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated", + "parent": "4403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440398", + "text": "440398 - Wood; of eucalyptus (Eucalyptus spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated", + "parent": "4403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440399", + "text": "440399 - Wood; in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, n.e.c. in heading no. 4403", + "parent": "4403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4404", + "text": "4404 - Hoopwood; split poles; piles, pickets, stakes of wood, pointed, not sawn lengthwise; wooden sticks, roughly trimmed, not turned, bent, etc., suitable for walking sticks, umbrellas, tool handles, etc.", + "parent": "44", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "440410", + "text": "440410 - Wood; coniferous, split poles, piles, pickets, stakes, pointed but not sawn lengthwise; sticks for umbrellas, tool handles etc, roughly trimmed but not turned or bent; chipwood etc, hoopwood", + "parent": "4404", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440420", + "text": "440420 - Wood; non-coniferous, split poles, piles, pickets, stakes, pointed but not sawn lengthwise; sticks for umbrellas, tool handles etc, roughly trimmed but not turned or bent; chipwood etc, hoopwood", + "parent": "4404", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4405", + "text": "4405 - Wood wool; wood flour", + "parent": "44", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "440500", + "text": "440500 - Wood; wood wool and wood flour", + "parent": "4405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4406", + "text": "4406 - Railway or tramway sleepers (cross-ties) of wood", + "parent": "44", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "440610", + "text": "440610 - Wood; railway or tramway sleepers (cross-ties), not impregnated", + "parent": "4406", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440611", + "text": "440611 - Wood; railway or tramway sleepers (cross-ties), not impregnated, coniferous", + "parent": "4406", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440612", + "text": "440612 - Wood; railway or tramway sleepers (cross-ties), not impregnated, non-coniferous", + "parent": "4406", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440690", + "text": "440690 - Wood; railway or tramway sleepers (cross-ties), impregnated", + "parent": "4406", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440691", + "text": "440691 - Wood; railway or tramway sleepers (cross-ties), impregnated, coniferous", + "parent": "4406", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440692", + "text": "440692 - Wood; railway or tramway sleepers (cross-ties), impregnated, non-coniferous", + "parent": "4406", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4407", + "text": "4407 - Wood sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, of a thickness exceeding 6mm", + "parent": "44", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "440710", + "text": "440710 - Wood, coniferous; sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or end-jointed, of a thickness exceeding 6mm", + "parent": "4407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440711", + "text": "440711 - Wood; coniferous species, of pine (Pinus spp.), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, of a thickness exceeding 6mm", + "parent": "4407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440712", + "text": "440712 - Wood; coniferous species, of fir (Abies spp.) and spruce (Picea spp.), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, of a thickness exceeding 6mm", + "parent": "4407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440713", + "text": "440713 - Wood; coniferous species, of S-P-F (spruce (Picea spp.), pine (Pinus spp.) and fir (Abies spp.)), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, of a thickness exceeding 6mm", + "parent": "4407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440714", + "text": "440714 - Wood; coniferous species, of Hem-fir (western hemlock (Tsuga heterophylla) and fir (Abies spp.))", + "parent": "4407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440719", + "text": "440719 - Wood; coniferous species, other than of pine (Pinus spp.) or fir (Abies spp.) or spruce (Picea spp.), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, of a thickness exceeding 6mm", + "parent": "4407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440721", + "text": "440721 - Wood, tropical; as specified in Subheading Note 2 to this Chapter, mahogany (Swietenia spp.), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm", + "parent": "4407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440722", + "text": "440722 - Wood, tropical; virola, imbuia and balsa, sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm", + "parent": "4407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440723", + "text": "440723 - Wood, tropical; teak, sawn or chipped lengthwise, sliced or peeled, planed, square dressed, structural, thicker than 6mm", + "parent": "4407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440724", + "text": "440724 - Lumber, Virola, Mahogany", + "parent": "4407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440725", + "text": "440725 - Wood, tropical; dark red meranti, light red meranti and meranti bakau, sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm", + "parent": "4407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440726", + "text": "440726 - Wood, tropical; white lauan, white meranti, white seraya, yellow meranti and alan, sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm", + "parent": "4407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440727", + "text": "440727 - Wood, tropical; sapelli, sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm", + "parent": "4407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440728", + "text": "440728 - Wood, tropical; iroko, sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm", + "parent": "4407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440729", + "text": "440729 - Wood, tropical, n.e.c. in item no. 4407.2, sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, of a thickness exceeding 6mm", + "parent": "4407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440791", + "text": "440791 - Wood; oak (Quercus spp.), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm", + "parent": "4407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440792", + "text": "440792 - Wood; beech (Fagus spp.), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm", + "parent": "4407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440793", + "text": "440793 - Wood; maple (Acer spp.), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm", + "parent": "4407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440794", + "text": "440794 - Wood; cherry (Prunus spp.), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm", + "parent": "4407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440795", + "text": "440795 - Wood; ash (Fraxinus spp.), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm", + "parent": "4407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440796", + "text": "440796 - Wood; of birch (Betula spp.), sawn or chipped lengthwise, sliced or peeled, of a thickness exceeding 6mm, whether or not planed, sanded or finger-jointed", + "parent": "4407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440797", + "text": "440797 - Wood; of poplar and aspen (Populus spp.), sawn or chipped lengthwise, sliced or peeled, of a thickness exceeding 6mm, whether or not planed, sanded or finger-jointed", + "parent": "4407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440799", + "text": "440799 - Wood; sawn or chipped lengthwise, sliced or peeled, of a thickness exceeding 6mm, whether or not planed, sanded or finger-jointed, n.e.c. in heading no. 4407", + "parent": "4407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4408", + "text": "4408 - Sheets for veneering (including those obtained by slicing laminated wood), for plywood or for similar laminated wood and other wood, sawn lengthwise, sliced or peeled, planed or not, sanded, spliced or end-jointed, of a thickness not exceeding 6 mm", + "parent": "44", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "440810", + "text": "440810 - Wood; coniferous, sheets for veneering (including those obtained by slicing laminated wood), for plywood or similar laminated wood and other wood, sawn lengthwise, sliced or peeled, planed or not, sanded, spliced or end-jointed, not over 6 mm thick", + "parent": "4408", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440820", + "text": "440820 - Veneer or ply sheet, tropical woods, <6 mm thick", + "parent": "4408", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440831", + "text": "440831 - Wood, tropical; as specified in Subheading Note 2 to this Chapter, dark red meranti, light red meranti, meranti bakau, sheets for veneer, plywood or other wood, sawn lengthwise, sliced or peeled, planed or not, sanded or end-jointed, not thicker than 6mm", + "parent": "4408", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440839", + "text": "440839 - Wood, of tropical wood; as in Subheading note 2 to this Chapter, n.e.c. in heading no. 4408.31, sheets for veneer or plywood, other wood sawn length wise, sliced or peeled, whether or not planed, sanded or end-jointed, not thicker than 6mm", + "parent": "4408", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440890", + "text": "440890 - Wood; n.e.c. in heading no. 4408, sheets for veneer or plywood, other wood sawn lengthwise, sliced or peeled, whether or not planed, sanded or end-jointed, not exceeding 6mm in thickness", + "parent": "4408", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4409", + "text": "4409 - Wood (including strips, friezes for parquet flooring, not assembled), continuously shaped (tongued, grooved, v-jointed, beaded or the like) along any edges, ends or faces, whether or not planed, sanded or end-jointed", + "parent": "44", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "440910", + "text": "440910 - Wood; coniferous (including unassembled strips and friezes for parquet flooring), continuously shaped along any edges, ends or faces, whether or not planed, sanded or end-jointed", + "parent": "4409", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440920", + "text": "440920 - Non-conifer wood continuously shaped along any edges", + "parent": "4409", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440921", + "text": "440921 - Wood; bamboo (including unassembled strips and friezes for parquet flooring), continuously shaped along any edges, ends or faces, whether or not planed, sanded or end-jointed", + "parent": "4409", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440922", + "text": "440922 - Wood; tropical (including unassembled strips and friezes for parquet flooring), continuously shaped along any edges, ends or faces, whether or not planed, sanded or end-jointed", + "parent": "4409", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "440929", + "text": "440929 - Wood; non-coniferous, other than bamboo or tropical wood, (including unassembled strips and friezes for parquet flooring), continuously shaped along any edges, ends or faces, whether or not planed, sanded or end-jointed", + "parent": "4409", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4410", + "text": "4410 - Particle board, oriented strand board (OSB) and similar board (e.g. waferboard) of wood or other ligneous materials, whether or not agglomerated with resins or other organic binding substances", + "parent": "44", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "441010", + "text": "441010 - Particle board of wood", + "parent": "4410", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441011", + "text": "441011 - Particle board of wood, whether or not agglomerated with resins or other organic binding substances", + "parent": "4410", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441012", + "text": "441012 - Oriented strand board (OSB) of wood, whether or not agglomerated with resins or other organic binding substances", + "parent": "4410", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441019", + "text": "441019 - Wafer board and similar board of wood n.e.c. in item no. 4410.1, whether or not agglomerated with resins or other organic binding substances", + "parent": "4410", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441021", + "text": "441021 - Oriented strand board & waferboard, of wood, unwkd./not further worked than ...", + "parent": "4410", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441029", + "text": "441029 - Oriented strand board & waferboard, of wood (excl. of 4410.21)", + "parent": "4410", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441031", + "text": "441031 - Particle board other than oriented strand board & waferboard, of wood, unwk ...", + "parent": "4410", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441032", + "text": "441032 - Particle board other than oriented strand board & waferboard, of wood, surf ...", + "parent": "4410", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441033", + "text": "441033 - Particle board other than oriented strand board & waferboard, of wood, surf ...", + "parent": "4410", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441039", + "text": "441039 - Particle board, of wood, n.e.s. in 44.10", + "parent": "4410", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441090", + "text": "441090 - Particle board, oriented strand board (OSB) and similar board of ligneous materials other than wood, whether or not agglomerated with resins or other organic binding substances", + "parent": "4410", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4411", + "text": "4411 - Fibreboard of wood or other ligneous materials, whether or not bonded with resins or other organic substances", + "parent": "44", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "441111", + "text": "441111 - Fibreboard >0.8 g/cm2 not worked or surface covered", + "parent": "4411", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441112", + "text": "441112 - Medium density fibreboard (MDF), of a thickness not exceeding 5 mm", + "parent": "4411", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441113", + "text": "441113 - Medium density fibreboard (MDF), of a thickness exceeding 5 mm but not exceeding 9 mm", + "parent": "4411", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441114", + "text": "441114 - Medium density fibreboard (MDF), of a thickness exceeding 9 mm", + "parent": "4411", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441119", + "text": "441119 - Fibreboard >0.8 g/cm2 worked/surface covered", + "parent": "4411", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441121", + "text": "441121 - Fibreboard 0.5 - 0.8 g/cm2 not worked/surface covered", + "parent": "4411", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441129", + "text": "441129 - Fibreboard 0.5 - 0.8 g/cm2 worked/surface covered", + "parent": "4411", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441131", + "text": "441131 - Fibreboard 0.35- 0.5 g/cm2 not worked/surface covered", + "parent": "4411", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441139", + "text": "441139 - Fibreboard 0.35- 0.5 g/cm2 worked/surface covered", + "parent": "4411", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441191", + "text": "441191 - Fibreboard nes not worked or surface covered nes", + "parent": "4411", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441192", + "text": "441192 - Fibreboard (other than MDF) of a density exceeding 0.8g/cm3, of wood or other ligneous materials, bonded or not with resins or other organic substances", + "parent": "4411", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441193", + "text": "441193 - Fibreboard (other than MDF) of a density exceeding 0.5g/cm3 but not 0.8g/cm3, of wood or other ligneous materials, bonded or not with resins or other organic substances", + "parent": "4411", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441194", + "text": "441194 - Fibreboard (other than MDF) of a density not exceeding 0.5g/cm3, of wood or other ligneous materials, bonded or not with resins or other organic substances", + "parent": "4411", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441199", + "text": "441199 - Fibreboard nes, worked or surface covered", + "parent": "4411", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4412", + "text": "4412 - Plywood, veneered panels and similar laminated wood", + "parent": "44", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "441210", + "text": "441210 - Plywood, veneered panels and similar laminated wood; of bamboo", + "parent": "4412", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441211", + "text": "441211 - Plywood 1 or 2 outer ply tropical hardwood (ply <6 mm", + "parent": "4412", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441212", + "text": "441212 - Plywood, 1 or 2 outer ply non-conifer nes (ply <6 mm)", + "parent": "4412", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441213", + "text": "441213 - Plywood, outer ply of tr", + "parent": "4412", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441214", + "text": "441214 - Plywood, outer ply of no", + "parent": "4412", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441219", + "text": "441219 - Plywood, all softwood, each ply < 6mm thick", + "parent": "4412", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441221", + "text": "441221 - Panels, 1 outer ply non-conifer & 1 ply particle boar", + "parent": "4412", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441222", + "text": "441222 - Panels, outer ply of tro", + "parent": "4412", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441223", + "text": "441223 - Panels, 1 layer of parti", + "parent": "4412", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441229", + "text": "441229 - Panels, 1 outer ply non-coniferous wood nes", + "parent": "4412", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441231", + "text": "441231 - Plywood; consisting only of sheets of wood (not bamboo), each ply 6mm or thinner, with at least one outer ply of tropical wood", + "parent": "4412", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441232", + "text": "441232 - Plywood; as specified in Subheading Note 2 to this Chapter, consisting only of sheets of wood (not bamboo), each ply 6mm or thinner, with at least one outer ply of non-coniferous wood, without an outer ply of tropical wood", + "parent": "4412", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441233", + "text": "441233 - Plywood; with sheets of wood only; not bamboo; each ply 6mm or less, with at least one outer ply of alder, ash, beech, birch, cherry, chestnut, elm, eucalyptus, hickory, horse chestnut, lime, maple, oak, plane, poplar, aspen, robinia, tulipwood or walnut", + "parent": "4412", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441234", + "text": "441234 - Plywood; consisting only of sheets of wood (not bamboo), each ply 6mm or thinner, with at least one outer ply of non-coniferous wood not listed in subheading 4412.33", + "parent": "4412", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441239", + "text": "441239 - Plywood; consisting only of sheets of wood (not bamboo), each ply 6mm or thinner, with both outer plies of coniferous wood", + "parent": "4412", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441241", + "text": "441241 - Plywood, veneered panels and similar laminated wood; laminated veneered lumber (LVL); with at least one outer ply of tropical wood", + "parent": "4412", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441242", + "text": "441242 - Laminated veneered lumber (LVL); with at least one outer ply of non-coniferous wood", + "parent": "4412", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441249", + "text": "441249 - Laminated veneered lumber (LVL); with both outer plies of coniferous wood", + "parent": "4412", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441251", + "text": "441251 - Blockboard, laminboard and battenboard; with at least one outer layer of tropical wood", + "parent": "4412", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441252", + "text": "441252 - Blockboard, laminboard and battenboard; with at least one outer ply of non-coniferous wood, (not containing particle board)", + "parent": "4412", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441259", + "text": "441259 - Blockboard, laminboard and battenboard; with both outer plies of coniferous wood", + "parent": "4412", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441291", + "text": "441291 - Plywood; n.e.c. in heading 4412, with at least one outer ply of tropical wood", + "parent": "4412", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441292", + "text": "441292 - Plywood; n.e.c. in heading 4412, with at least one outer ply of non-coniferous wood", + "parent": "4412", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441293", + "text": "441293 - Panels nes, 1 layer part", + "parent": "4412", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441294", + "text": "441294 - Blockboard, laminboard and battenboard (not bamboo, and other than plywood consisting only of sheets of wood each ply 6mm or thinner)", + "parent": "4412", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441299", + "text": "441299 - Plywood; n.e.c. in heading 4412, with both outer plies of coniferous wood", + "parent": "4412", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4413", + "text": "4413 - Densified wood, in blocks, plates, strips or profile shapes", + "parent": "44", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "441300", + "text": "441300 - Wood; densified wood, in blocks, plates, strips or profile shapes", + "parent": "4413", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4414", + "text": "4414 - Wooden frames; for paintings, photographs, mirrors or similar objects", + "parent": "44", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "441400", + "text": "441400 - Wooden frames; for paintings, photographs, mirrors or similar objects", + "parent": "4414", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441410", + "text": "441410 - Wooden frames; for paintings, photographs, mirrors or similar objects; of tropical wood", + "parent": "4414", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441490", + "text": "441490 - Wooden frames; for paintings, photographs, mirrors or similar objects; not of tropical wood", + "parent": "4414", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4415", + "text": "4415 - Packing cases, boxes, crates, drums and similar packings, of wood; cable-drums of wood; pallets, box pallets and other load boards, of wood; pallet collars of wood", + "parent": "44", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "441510", + "text": "441510 - Wood; cases, boxes, crates, drums, similar packings and cable-drums", + "parent": "4415", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441520", + "text": "441520 - Wood; pallets, box pallets and other load boards; pallet collars", + "parent": "4415", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4416", + "text": "4416 - Casks, barrels, vats, tubs and other coopers' products and parts thereof, of wood, including staves", + "parent": "44", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "441600", + "text": "441600 - Wood; casks, barrels, vats, tubs and other coopers' products and parts thereof, of wood, including staves", + "parent": "4416", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4417", + "text": "4417 - Tools, tool bodies, tool handles, broom or brush bodies and handles, of wood; boot or shoe lasts and trees, of wood", + "parent": "44", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "441700", + "text": "441700 - Wood; tools, tool bodies, tool handles, broom or brush bodies and handles, boot and shoe lasts and trees, of wood", + "parent": "4417", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4418", + "text": "4418 - Builders' joinery and carpentry of wood, including cellular wood panels, assembled flooring panels, shingles and shakes", + "parent": "44", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "441810", + "text": "441810 - Wood; windows, French-windows and their frames", + "parent": "4418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441811", + "text": "441811 - Wood; windows, French-windows and their frames; of tropical wood", + "parent": "4418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441819", + "text": "441819 - Wood; windows, French-windows and their frames; (of other than tropical wood)", + "parent": "4418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441820", + "text": "441820 - Wood; doors and their frames and thresholds", + "parent": "4418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441821", + "text": "441821 - Wood; doors and their frames and thresholds, of tropical wood;", + "parent": "4418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441829", + "text": "441829 - Wood; doors and their frames and thresholds, (of other than tropical wood)", + "parent": "4418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441830", + "text": "441830 - wood; posts and beams other than products of subheadings 4418.81 to 4418.89", + "parent": "4418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441840", + "text": "441840 - Wood; shuttering for concrete constructional work", + "parent": "4418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441850", + "text": "441850 - Wood; shingles and shakes", + "parent": "4418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441860", + "text": "441860 - Wood; posts and beams", + "parent": "4418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441871", + "text": "441871 - Wood; assembled flooring panels, for mosaic floors", + "parent": "4418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441872", + "text": "441872 - Wood; assembled flooring panels, multilayer, other than mosaic", + "parent": "4418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441873", + "text": "441873 - Wood; assembled flooring panels, of bamboo or with at least the top layer (wear layer) of bamboo", + "parent": "4418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441874", + "text": "441874 - Wood; assembled flooring panels, not of bamboo or with at least the top layer (wear layer) of bamboo, for mosaic floors", + "parent": "4418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441875", + "text": "441875 - Wood; assembled flooring panels, not of bamboo or with at least the top layer (wear layer) of bamboo, multilayer", + "parent": "4418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441879", + "text": "441879 - Wood; assembled flooring panels, n.e.c in headings 4418.73, 4418.74 or 4418.75", + "parent": "4418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441881", + "text": "441881 - Wood; engineered structural timber products, glue-laminated timber (glulam)", + "parent": "4418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441882", + "text": "441882 - Wood; engineered structural timber products, cross-laminated timber (CLT or X-lam)", + "parent": "4418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441883", + "text": "441883 - Wood; engineered structural timber products, I beams", + "parent": "4418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441889", + "text": "441889 - Wood; engineered structural timber products, other than glue-laminated timber (glulam), cross-laminated timber (CLT or X-lam), or I beams", + "parent": "4418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441890", + "text": "441890 - Wood; builders' joinery and carpentry of wood n.e.c. in heading no. 4418", + "parent": "4418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441891", + "text": "441891 - Wood; builders' joinery and carpentry of wood n.e.c. in heading no. 4418, of bamboo", + "parent": "4418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441892", + "text": "441892 - Wood; builders' joinery and carpentry of wood n.e.c. in heading no. 4418, cellular wood panels", + "parent": "4418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441899", + "text": "441899 - Wood; builders' joinery and carpentry of wood n.e.c. in heading no. 4418, other than of bamboo or cellular wood panels", + "parent": "4418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4419", + "text": "4419 - Tableware and kitchenware, of wood", + "parent": "44", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "441900", + "text": "441900 - Wood; table and kitchenware", + "parent": "4419", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441911", + "text": "441911 - Tableware and kitchenware, of wood; of bamboo, bread boards, chopping boards and similar boards", + "parent": "4419", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441912", + "text": "441912 - Tableware and kitchenware, of wood; of bamboo, chopsticks", + "parent": "4419", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441919", + "text": "441919 - Tableware and kitchenware, of wood; of bamboo, n.e.c. in heading 4419", + "parent": "4419", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441920", + "text": "441920 - Tableware and kitchenware, of wood; of tropical wood", + "parent": "4419", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "441990", + "text": "441990 - Tableware and kitchenware, of wood; not of bamboo or tropical wood", + "parent": "4419", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4420", + "text": "4420 - Wood marquetry and inlaid wood; caskets and cases for jewellery or cutlery, and similar articles of wood; statuettes and other ornaments of wood; wooden articles of furniture not falling in chapter 94", + "parent": "44", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "442010", + "text": "442010 - Wood; statuettes and other ornaments of wood", + "parent": "4420", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "442011", + "text": "442011 - Wood; statuettes and other ornaments, of tropical wood", + "parent": "4420", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "442019", + "text": "442019 - Wood; statuettes and other ornaments, of other than tropical wood", + "parent": "4420", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "442090", + "text": "442090 - Wood; marquetry and inlaid wood, caskets and cases for jewellery or cutlery and similar articles of wood, wooden articles of furniture not falling in chapter 94", + "parent": "4420", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4421", + "text": "4421 - Wooden articles n.e.c. in heading no. 4414 to 4420", + "parent": "44", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "442110", + "text": "442110 - Wood; clothes hangers", + "parent": "4421", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "442120", + "text": "442120 - Wood; coffins", + "parent": "4421", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "442190", + "text": "442190 - Wood; articles of wood n.e.c. in heading no. 4414 to 4420 (excluding clothes hangers)", + "parent": "4421", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "442191", + "text": "442191 - Wood; of bamboo, articles n.e.c. in heading no. 4414 to 4420 (excluding clothes hangers)", + "parent": "4421", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "442199", + "text": "442199 - Wood; not of bamboo, articles n.e.c. in heading no. 4414 to 4420 (excluding clothes hangers)", + "parent": "4421", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "45", + "text": "45 - Cork and articles of cork", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "4501", + "text": "4501 - Natural cork, raw or simply prepared; waste cork; crushed, granulated or ground cork", + "parent": "45", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "450110", + "text": "450110 - Cork; natural cork, raw or simply prepared", + "parent": "4501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "450190", + "text": "450190 - Cork; waste cork, crushed, granulated or ground cork", + "parent": "4501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4502", + "text": "4502 - Natural cork, debacked or roughly squared, or in rectangular (including square) blocks, plates, sheets or strip, (including sharp-edged blanks for corks or stoppers)", + "parent": "45", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "450200", + "text": "450200 - Cork; natural cork, debacked or roughly squared, or in rectangular (including square) blocks, plates, sheets or strip, (including sharp-edged blanks for corks or stoppers)", + "parent": "4502", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4503", + "text": "4503 - Cork; articles of natural cork", + "parent": "45", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "450310", + "text": "450310 - Cork; corks and stoppers, of natural cork", + "parent": "4503", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "450390", + "text": "450390 - Cork; articles of natural cork other than corks and stoppers", + "parent": "4503", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4504", + "text": "4504 - Agglomerated cork (with or without a binding substance) and articles of agglomerated cork", + "parent": "45", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "450410", + "text": "450410 - Cork; blocks, plates, sheets and strip, tiles of any shape, solid cylinders (including discs), of agglomerated cork (with or without a binding substance)", + "parent": "4504", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "450490", + "text": "450490 - Cork; articles of agglomerated cork (with or without a binding substance), n.e.c. in heading no. 4504", + "parent": "4504", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "46", + "text": "46 - Manufactures of straw, esparto or other plaiting materials; basketware and wickerwork", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "4601", + "text": "4601 - Plaits and similar products of plaiting materials, assembled into strips or not; plaiting materials, plaits and the like bound together in parallel strands or woven in sheet form, finished articles or not", + "parent": "46", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "460110", + "text": "460110 - Plaits and products of plaiting materials", + "parent": "4601", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "460120", + "text": "460120 - Mats, matting and screens, vegetable plaiting materia", + "parent": "4601", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "460121", + "text": "460121 - Plaiting materials, plaits and similar products of plaiting materials; mats, matting and screens, of bamboo", + "parent": "4601", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "460122", + "text": "460122 - Plaiting materials, plaits and similar products of plaiting materials; mats, matting and screens, of rattan", + "parent": "4601", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "460129", + "text": "460129 - Plaiting materials, plaits and similar products of plaiting materials; mats, matting and screens, of vegetable materials other than bamboo or rattan", + "parent": "4601", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "460191", + "text": "460191 - Plaited vegetable material articles not mats or scree", + "parent": "4601", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "460192", + "text": "460192 - Plaiting materials, plaits and similar products of plaiting materials; (not mats, matting or screens), of bamboo", + "parent": "4601", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "460193", + "text": "460193 - Plaiting materials, plaits and similar products of plaiting materials; (not mats, matting or screens), of rattan", + "parent": "4601", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "460194", + "text": "460194 - Plaiting materials, plaits and similar products of plaiting materials; (not mats, matting or screens), of vegetable materials other than bamboo or rattan", + "parent": "4601", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "460199", + "text": "460199 - Plaiting materials, plaits and similar products of plaiting materials; products of non-vegetable materials", + "parent": "4601", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4602", + "text": "4602 - Basketwork, wickerwork and other articles, made directly to shape from plaiting materials or made up from goods of heading no. 4601; articles of loofah", + "parent": "46", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "460210", + "text": "460210 - Basketwork, wickerwork products of vegetable material", + "parent": "4602", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "460211", + "text": "460211 - Basketwork, wickerwork and other articles; of bamboo, made directly to shape from plaiting materials or made up from goods of heading no. 4601", + "parent": "4602", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "460212", + "text": "460212 - Basketwork, wickerwork and other articles; of rattan, made directly to shape from plaiting materials or made up from goods of heading no. 4601", + "parent": "4602", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "460219", + "text": "460219 - Basketwork, wickerwork and other articles; of vegetable materials (not bamboo or rattan), made directly to shape from plaiting materials or made up from goods of heading no. 4601; articles of loofah", + "parent": "4602", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "460290", + "text": "460290 - Basketwork, wickerwork and other articles; of non-vegetable materials, made directly to shape from plaiting materials or made up from goods of heading no. 4601", + "parent": "4602", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "47", + "text": "47 - Pulp of wood or other fibrous cellulosic material; recovered (waste and scrap) paper or paperboard", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "4701", + "text": "4701 - Wood pulp, mechanical wood pulp", + "parent": "47", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "470100", + "text": "470100 - Wood pulp; mechanical wood pulp", + "parent": "4701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4702", + "text": "4702 - Chemical wood pulp, dissolving grades", + "parent": "47", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "470200", + "text": "470200 - Wood pulp; chemical wood pulp, dissolving grades", + "parent": "4702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4703", + "text": "4703 - Chemical wood pulp, soda or sulphate, other than dissolving grades", + "parent": "47", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "470311", + "text": "470311 - Wood pulp; chemical wood pulp, soda or sulphate, (other than dissolving grades), unbleached, of coniferous wood", + "parent": "4703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "470319", + "text": "470319 - Wood pulp; chemical wood pulp, soda or sulphate, (other than dissolving grades), unbleached, of non-coniferous wood", + "parent": "4703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "470321", + "text": "470321 - Wood pulp; chemical wood pulp, soda or sulphate, (other than dissolving grades), semi-bleached or bleached, of coniferous wood", + "parent": "4703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "470329", + "text": "470329 - Wood pulp; chemical wood pulp, soda or sulphate, (other than dissolving grades), semi-bleached or bleached, of non-coniferous wood", + "parent": "4703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4704", + "text": "4704 - Chemical wood pulp, sulphite, other than dissolving grades", + "parent": "47", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "470411", + "text": "470411 - Wood pulp; chemical wood pulp, sulphite, (other than dissolving grades), unbleached, of coniferous wood", + "parent": "4704", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "470419", + "text": "470419 - Wood pulp; chemical wood pulp, sulphite, (other than dissolving grades), unbleached, of non-coniferous wood", + "parent": "4704", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "470421", + "text": "470421 - Wood pulp; chemical wood pulp, sulphite, (other than dissolving grades), semi-bleached or bleached, of coniferous wood", + "parent": "4704", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "470429", + "text": "470429 - Wood pulp; chemical wood pulp, sulphite, (other than dissolving grades), semi-bleached or bleached, of non-coniferous wood", + "parent": "4704", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4705", + "text": "4705 - Wood pulp obtained by a combination of mechanical and chemical pulping processes", + "parent": "47", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "470500", + "text": "470500 - Wood pulp; obtained by a combination of mechanical and chemical pulping processes", + "parent": "4705", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4706", + "text": "4706 - Pulps of fibres derived from recovered (waste and scrap) paper or paperboard or of other fibrous cellulosic material", + "parent": "47", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "470610", + "text": "470610 - Pulp; cotton linters pulp", + "parent": "4706", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "470620", + "text": "470620 - Pulp; of fibres derived from recovered (waste and scrap) paper or paperboard", + "parent": "4706", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "470630", + "text": "470630 - Pulp; of bamboo", + "parent": "4706", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "470691", + "text": "470691 - Pulp; of fibrous cellulosic material, other than of bamboo or fibres derived from recovered (waste and scrap) paper or paperboard or from cotton linters pulp, mechanical", + "parent": "4706", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "470692", + "text": "470692 - Pulp; of fibrous cellulosic material, other than of bamboo or fibres derived from recovered (waste and scrap) paper or paperboard or from cotton linters pulp, chemical", + "parent": "4706", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "470693", + "text": "470693 - Pulp; of fibrous cellulosic material, other than of bamboo or fibres derived from recovered (waste and scrap) paper or paperboard or from cotton linters pulp, obtained by a combination of mechanical and chemical processes", + "parent": "4706", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4707", + "text": "4707 - Waste and scrap of paper and paperboard", + "parent": "47", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "470710", + "text": "470710 - Paper or paperboard; waste and scrap, of unbleached kraft paper or paperboard or corrugated paper or paperboard", + "parent": "4707", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "470720", + "text": "470720 - Paper or paperboard; waste and scrap, paper or paperboard made mainly of bleached chemical pulp, not coloured in the mass", + "parent": "4707", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "470730", + "text": "470730 - Paper or paperboard; waste and scrap, paper or paperboard made mainly of mechanical pulp (e.g. newspapers, journals and similar printed matter)", + "parent": "4707", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "470790", + "text": "470790 - Paper or paperboard; waste and scrap, of paper or paperboard n.e.c. in heading no. 4707 and of unsorted waste and scrap", + "parent": "4707", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "48", + "text": "48 - Paper and paperboard; articles of paper pulp, of paper or paperboard", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "4801", + "text": "4801 - Newsprint, in rolls or sheets", + "parent": "48", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "480100", + "text": "480100 - Newsprint; made of fibres obtained essentially by a chemi-mechanical process or of a weight, per m2, of more than 57g but not more than 65g, in rolls or sheets", + "parent": "4801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4802", + "text": "4802 - Uncoated paper and paperboard, used for writing, printing or other graphics, non perforated punch-cards and punch tape paper, in rolls or rectangular sheets, of any size, other than paper of heading 4801 or 4803; hand-made paper and paperboard", + "parent": "48", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "480210", + "text": "480210 - Hand-made paper or paperboard", + "parent": "4802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480220", + "text": "480220 - Uncoated paper and paperboard (not 4801 or 4803); of a kind used as a base for photo-sensitive, heat-sensitive or electro-sensitive paper or paperboard, in rolls or sheets", + "parent": "4802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480230", + "text": "480230 - Paper, carbonising base, uncoated", + "parent": "4802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480240", + "text": "480240 - Uncoated paper and paperboard (not 4801 or 4803); wallpaper base, in rolls or sheets", + "parent": "4802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480251", + "text": "480251 - Paper, fine, woodfree, <40 g/m2, uncoated, nes", + "parent": "4802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480252", + "text": "480252 - Paper, fine, woodfree, 40 - 150 g/m2, uncoated", + "parent": "4802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480253", + "text": "480253 - Paper, fine, woodfree, >150 g/m2, uncoated, nes", + "parent": "4802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480254", + "text": "480254 - Uncoated paper and paperboard (not 4801 or 4803); printing, writing or graphic, 10% or less by weight of mechanical or chemi-mechanical processed fibre, weighing less than 40g/m2, in rolls or sheets", + "parent": "4802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480255", + "text": "480255 - Uncoated paper and paperboard (not 4801 or 4803); printing, writing or graphic, 10% or less by weight of mechanical or chemi-mechanical processed fibre, weighing 40g/m2 to 150g/m2, in rolls", + "parent": "4802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480256", + "text": "480256 - Uncoated paper and paperboard (not 4801 or 4803); printing, writing or graphic, 10% or less by weight of mechanical or chemi-mechanical processed fibre, weight 40-150g/m2, in sheets 435mm or less by 297mm or less (unfolded)", + "parent": "4802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480257", + "text": "480257 - Uncoated paper and paperboard (not 4801 or 4803); printing, writing or graphic, 10% or less by weight of mechanical or chemi-mechanical processed fibre, weight 40-150g/m2, n.e.c. in item no. 4802.55 or 4802.56", + "parent": "4802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480258", + "text": "480258 - Uncoated paper and paperboard (not 4801 or 4803); printing, writing or graphic, 10% or less by weight of mechanical or chemi-mechanical processed fibre, weighing more than 150g/m2", + "parent": "4802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480260", + "text": "480260 - Paper, fine, wood-containing, uncoated, nes", + "parent": "4802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480261", + "text": "480261 - Uncoated paper and paperboard (not 4801 or 4803); over 10% by weight of mechanical or chemi-mechanical processed fibre, in rolls", + "parent": "4802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480262", + "text": "480262 - Uncoated paper and paperboard (not 4801 or 4803); over 10% by weight of mechanical or chemi-mechanical processed fibre, in sheets 435mm or less by 297mm or less (unfolded)", + "parent": "4802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480269", + "text": "480269 - Uncoated paper and paperboard (not 4801 or 4803); over 10% by weight of mechanical or chemi-mechanical processed fibre, other than rolls, other than sheets 435mm or less by 297mm or less (unfolded)", + "parent": "4802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4803", + "text": "4803 - Tissue, towel, napkin stock or similar; for household or sanitary uses, cellulose wadding, webs of cellulose fibres, in rolls over 36cm in width or rectangular sheets with one side exceeding 36cm when unfolded", + "parent": "48", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "480300", + "text": "480300 - Tissue, towel, napkin stock or similar; for household or sanitary use, cellulose, wadding webs of cellulose fibres, in rolls exceeding 36cm in width or rectangular sheets with one side more than 36cm in unfolded state", + "parent": "4803", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4804", + "text": "4804 - Uncoated kraft paper and paperboard, in rolls or sheets, other than that of heading no. 4802 or 4803", + "parent": "48", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "480411", + "text": "480411 - Kraft paper and paperboard; kraftliner, uncoated, unbleached, in rolls or sheets, other than that of heading no. 4802 or 4803", + "parent": "4804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480419", + "text": "480419 - Kraft paper and paperboard; kraftliner, uncoated, bleached, in rolls or sheets, other than that of heading no. 4802 or 4803", + "parent": "4804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480421", + "text": "480421 - Kraft paper and paperboard; sack kraft paper, uncoated, unbleached, in rolls or sheets, other than that of heading no. 4802 or 4803", + "parent": "4804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480429", + "text": "480429 - Kraft paper and paperboard; sack kraft paper, uncoated, bleached, in rolls or sheets, other than that of heading no. 4802 or 4803", + "parent": "4804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480431", + "text": "480431 - Kraft paper and paperboard; uncoated, unbleached, weight 150g/m2 or less, in rolls or sheets, other than that of heading no. 4802 or 4803", + "parent": "4804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480439", + "text": "480439 - Kraft paper and paperboard; uncoated, bleached, weight 150g/m2 or less, in rolls or sheets, other than that of heading no. 4802 or 4803", + "parent": "4804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480441", + "text": "480441 - Kraft paper and paperboard; uncoated, unbleached, weight more than 150g/m2 but less than 225g/m2, in rolls or sheets, other than that of heading no. 4802 or 4803", + "parent": "4804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480442", + "text": "480442 - Kraft paper and paperboard; uncoated, weight between 150 and 225g/m2, bleached uniformly throughout, more than 95% of total fibre content consists of chemically processed wood fibres, in rolls or sheets", + "parent": "4804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480449", + "text": "480449 - Kraft paper and paperboard; uncoated, weight more than 150g/m2 but less than 225g/m2, in rolls or sheets, n.e.c. in item no. 4804.4, other than that of heading no. 4802 or 4803", + "parent": "4804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480451", + "text": "480451 - Kraft paper and paperboard; uncoated, unbleached, weight 225g/m2 or more, in rolls or sheets, other than that of heading no. 4802 or 4803", + "parent": "4804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480452", + "text": "480452 - Kraft paper and paperboard; uncoated, weight 225g/m2 or more, bleached uniformly throughout, more than 95% of total fibre content consists of chemically processed wood fibres, in rolls or sheets", + "parent": "4804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480459", + "text": "480459 - Kraft paper and paperboard; uncoated, weight 225g/m2 or more, in rolls or sheets, n.e.c. in item no. 4804.5, other than that of heading no. 4802 or 4803", + "parent": "4804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4805", + "text": "4805 - Uncoated paper and paperboard n.e.c., in rolls or sheets", + "parent": "48", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "480510", + "text": "480510 - Paper, fluting, in rolls, semi-chemical, uncoated", + "parent": "4805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480511", + "text": "480511 - Paper and paperboard; uncoated, semi-chemical fluting paper, rolls or sheets", + "parent": "4805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480512", + "text": "480512 - Paper and paperboard; uncoated, straw fluting paper, rolls or sheets", + "parent": "4805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480519", + "text": "480519 - Paper and paperboard; uncoated, fluting paper other than semi-chemical or straw, rolls or sheets", + "parent": "4805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480521", + "text": "480521 - Paper, multi-ply, each layer bleached, uncoated, nes", + "parent": "4805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480522", + "text": "480522 - Paper, multi-ply, one layer bleached, uncoated", + "parent": "4805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480523", + "text": "480523 - Paper, multi-ply, <4 layers, outer bleached, uncoated", + "parent": "4805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480524", + "text": "480524 - Paper & paperboard; uncoated, testliner (recycled linerboard), weight 150g/m2, or less, in rolls or sheets", + "parent": "4805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480525", + "text": "480525 - Paper & paperboard; uncoated, testliner (recycled linerboard), weight over 150g/m2, in rolls or sheets", + "parent": "4805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480529", + "text": "480529 - Paper, multi-ply, uncoated, nes", + "parent": "4805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480530", + "text": "480530 - Paper and paperboard; sulphite wrapping paper, uncoated, in rolls or sheets", + "parent": "4805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480540", + "text": "480540 - Paper and paperboard; filter paper and paperboard, uncoated, in rolls or sheets", + "parent": "4805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480550", + "text": "480550 - Paper and paperboard; felt paper and paperboard, uncoated, in rolls or sheets", + "parent": "4805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480560", + "text": "480560 - Paper, weighing 150 g/m2 or less, uncoated, nes", + "parent": "4805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480570", + "text": "480570 - Paper, weighing 150 - 225 g/m2, uncoated, nes", + "parent": "4805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480580", + "text": "480580 - Paper, weighing 225 g/m2 or more, uncoated, nes", + "parent": "4805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480591", + "text": "480591 - Paper and paperboard; uncoated, weight 150g/m2 or less, in rolls or sheets, n.e.c. in heading no.4805", + "parent": "4805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480592", + "text": "480592 - Paper and paperboard; uncoated, weight more than 150g/m2 but less than 225 g/m2, in rolls or sheets, n.e.c. in heading no. 4805", + "parent": "4805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480593", + "text": "480593 - Paper and paperboard; uncoated, weight 225/m2 or more, in rolls or sheets, n.e.c. in heading no. 4805", + "parent": "4805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4806", + "text": "4806 - Vegetable parchment, greaseproof papers, tracing papers, glassine and other glazed transparent or translucent papers, in rolls or sheets", + "parent": "48", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "480610", + "text": "480610 - Paper; vegetable parchment, in rolls or sheets", + "parent": "4806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480620", + "text": "480620 - Paper; greaseproof papers, in rolls or sheets", + "parent": "4806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480630", + "text": "480630 - Paper; tracing papers, in rolls or sheets", + "parent": "4806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480640", + "text": "480640 - Paper; glassine and other glazed transparent or translucent papers, in rolls or sheets", + "parent": "4806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4807", + "text": "4807 - Composite paper and paperboard, (made by sticking layers together with an adhesive), not surface-coated or impregnated, whether or not internally reinforced, in rolls or sheets", + "parent": "48", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "480700", + "text": "480700 - Paper and paperboard; composite (made by sticking layers together with an adhesive), not surface-coated or impregnated, whether or not internally reinforced, in rolls or sheets", + "parent": "4807", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480710", + "text": "480710 - Paper, laminated with bitumen tar or asphalt, uncoate", + "parent": "4807", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480790", + "text": "480790 - Paper internally reinfor", + "parent": "4807", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480791", + "text": "480791 - Straw paper, board, whether or not paper covered", + "parent": "4807", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480799", + "text": "480799 - Paper, composite, nes, not coated or impregnated", + "parent": "4807", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4808", + "text": "4808 - Paper and paperboard, corrugated (with or without glued flat surface sheets), creped, crinkled, embossed or perforated, in rolls or sheets other than paper of the kind described in heading 4803", + "parent": "48", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "480810", + "text": "480810 - Paper and paperboard; corrugated, whether or not perforated, in rolls or sheets, other than paper of heading 4803", + "parent": "4808", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480820", + "text": "480820 - Sack kraft paper, creped/crinkled, whether/not embossed/perforated, in rolls/sheets (excl. of 48.03)", + "parent": "4808", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480830", + "text": "480830 - Kraft paper (excl. sack kraft paper), creped/crinkled, whether/not embossed/perforated, in rolls/sheets (excl. of 48.03)", + "parent": "4808", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480840", + "text": "480840 - Paper and paperboard; kraft paper, creped or crinkled, whether or not embossed or perforated, in rolls or sheets, other than paper of heading 4803", + "parent": "4808", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480890", + "text": "480890 - Paper and paperboard; other than corrugated (with or without glued flat surface sheets) or kraft paper, creped or crinkled, whether or not embossed or perforated, in rolls or sheets, other than paper of heading 4803", + "parent": "4808", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4809", + "text": "4809 - Carbon paper, self copy paper, and other copying or transfer papers (including coated or impregnated paper for duplicator stencils or offset plates), whether or not printed, in rolls or sheets", + "parent": "48", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "480910", + "text": "480910 - Paper, carbon or similar width >36 cm", + "parent": "4809", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480920", + "text": "480920 - Paper; self-copy paper, whether or not printed, in rolls or sheets", + "parent": "4809", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "480990", + "text": "480990 - Paper; carbon paper and other copying or transfer papers (including coated or impregnated paper for duplicator stencils or offset plates), whether or not printed, in rolls or sheets", + "parent": "4809", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4810", + "text": "4810 - Paper and paperboard, coated one or both sides with kaolin (china clay) or inorganic substances, with binder or not, no other coating, surface coloured or not, surface decorated or printed, in rolls or rectangular (including square) sheets, of any size", + "parent": "48", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "481011", + "text": "481011 - Paper, fine, woodfree, <150 g/m2, clay coated", + "parent": "4810", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481012", + "text": "481012 - Paper, fine, woodfree, >150 g/m2, clay coated", + "parent": "4810", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481013", + "text": "481013 - Paper and paperboard; coated with kaolin or other inorganic substances, for printing & writing, graphics, containing no, or not more than 10% by weight of total fibres obtained by mechanical or chemi-mechanical process, in rolls", + "parent": "4810", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481014", + "text": "481014 - Paper and paperboard; coated with kaolin or other inorganic substances, for printing/writing/graphics, having 10% or less by weight of total fibres got mechanical/chemi-mechanical process, sheets, sides 435mm or less by 297mm or less, unfolded,", + "parent": "4810", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481019", + "text": "481019 - Paper and paperboard; coated with kaolin or other inorganic substances, for printing/writing/graphics, having 10% or less by weight of total fibres got by mechanical/chemi-mechanical process, sides exceeding 435mm and 297mm, unfolded, sheets", + "parent": "4810", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481021", + "text": "481021 - Paper, fine, light weight coated", + "parent": "4810", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481022", + "text": "481022 - Paper and paperboard; coated with kaolin or other inorganic substances only, having more than 10% of mechanical or chemi-mechanical processed fibres, for writing, printing or other graphic purposes, light-weight coated paper, in rolls or sheets", + "parent": "4810", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481029", + "text": "481029 - Paper and paperboard; coated with kaolin or other inorganic substances only, having more than 10% of mechanically processed fibres, (excluding light-weight paper), for writing, printing or other graphic purposes, in rolls or sheets", + "parent": "4810", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481031", + "text": "481031 - Kraft paper and paperboard; uniformly bleached throughout, coated with inorganic substances, more than 95% of chemically processed wood fibres, weight 150g/m2 or less, for non-graphic purposes, in rolls or sheets", + "parent": "4810", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481032", + "text": "481032 - Kraft paper and paperboard; uniformly bleached throughout, coated with inorganic substances, more than 95% of chemically processed wood fibres, weight more than 150g/m2, for non-graphic purposes, in rolls or sheets", + "parent": "4810", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481039", + "text": "481039 - Kraft paper and paperboard; coated with kaolin or other inorganic substances only, for non-graphic purposes, n.e.c. in item no. 4810.31 and 4810.32, in rolls or sheets", + "parent": "4810", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481091", + "text": "481091 - Paper, multi-ply, clay coated, nes", + "parent": "4810", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481092", + "text": "481092 - Paper and paperboard; multi-ply, coated with kaolin or other inorganic substances only, for non-graphic purposes, n.e.c. in heading no. 4810, in rolls or sheets", + "parent": "4810", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481099", + "text": "481099 - Paper and paperboard; coated with inorganic substances only, whether or not surface-coloured, surface-decorated or printed, n.e.c. in heading no. 4810, in rolls or sheets", + "parent": "4810", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4811", + "text": "4811 - Paper, paperboard, cellulose wadding and webs of cellulose fibres, coated, impregnated, covered, surface-coloured, decorated or printed, rolls or sheets, other than goods of heading no. 4803, 4809, or 4810", + "parent": "48", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "481110", + "text": "481110 - Paper and paperboard; tarred, bituminised or asphalted, in rolls or sheets, other than goods of heading no. 4803, 4809, or 4810", + "parent": "4811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481121", + "text": "481121 - Paper, self-adhesive except labels", + "parent": "4811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481129", + "text": "481129 - Paper, gummed or adhesive except self-adhesive, label", + "parent": "4811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481131", + "text": "481131 - Paper, >150g/m2, bleached, plastic coated/impregnated", + "parent": "4811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481139", + "text": "481139 - Paper, coated, impregnated, covered with plastics, ne", + "parent": "4811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481140", + "text": "481140 - Paper, coat/impregnated with wax/stearin/glycerol, ne", + "parent": "4811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481141", + "text": "481141 - Paper and paperboard; self-adhesive, in rolls or sheets, other than goods of heading no. 4803, 4809, or 4810", + "parent": "4811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481149", + "text": "481149 - Paper and paperboard; gummed or adhesive paper and paperboard (excluding self-adhesive), in rolls or sheets, other than goods of heading no. 4803, 4809, or 4810", + "parent": "4811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481151", + "text": "481151 - Paper and paperboard; coated, impregnated or covered with plastics (excluding adhesives), bleached, weighing more than 150g/m2, other than goods of heading no. 4803, 4809, or 4810", + "parent": "4811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481159", + "text": "481159 - Paper and paperboard; coated, impregnated or covered with plastics (excluding adhesives), other than bleached and weighing more than 150g/m2, other than goods of heading no. 4803, 4809, or 4810", + "parent": "4811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481160", + "text": "481160 - Paper and paperboard; coated, impregnated or covered with wax, paraffin wax, stearin, oil or glycerol, other than goods of heading no. 4803, 4809, or 4810", + "parent": "4811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481190", + "text": "481190 - Paper, paperboard, cellulose wadding and webs of soft cellulose fibres; coated, impregnated, covered, surface-decorated or surface-coloured, n.e.c. in heading no. 4811, in rolls or sheets", + "parent": "4811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4812", + "text": "4812 - Filter blocks, slabs and plates of paper pulp", + "parent": "48", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "481200", + "text": "481200 - Paper pulp; filter blocks, slabs and plates of paper pulp", + "parent": "4812", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4813", + "text": "4813 - Cigarette paper, whether or not cut to size or in the form of booklets or tubes", + "parent": "48", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "481310", + "text": "481310 - Paper, cigarette; in the form of booklets or tubes", + "parent": "4813", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481320", + "text": "481320 - Paper, cigarette; in rolls of a width not exceeding 5cm", + "parent": "4813", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481390", + "text": "481390 - Paper, cigarette; (other than in rolls of a width not exceeding 5cm, or in booklets or tubes)", + "parent": "4813", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4814", + "text": "4814 - Wallpaper and similar wall coverings; window transparencies of paper", + "parent": "48", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "481410", + "text": "481410 - Ingrain paper", + "parent": "4814", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481420", + "text": "481420 - Wallpaper and similar wall coverings; coated or covered on the face side, with a grained, embossed, coloured, design-printed or otherwise decorated layer of plastics", + "parent": "4814", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481430", + "text": "481430 - Wallpaper, covered one side with plaiting material", + "parent": "4814", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481490", + "text": "481490 - Wallpaper and similar wall coverings and window transparencies of paper; n.e.c. in heading 4814", + "parent": "4814", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4815", + "text": "4815 - Floor coverings with a base of paper or of paperboard", + "parent": "48", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "481500", + "text": "481500 - Floor coverings on a base of paper", + "parent": "4815", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4816", + "text": "4816 - Carbon paper, self-copy paper and other copying or transfer papers, (other than those of heading no. 4809), duplicator stencils and offset plates, of paper whether or not put up in boxes", + "parent": "48", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "481610", + "text": "481610 - Paper, carbon or similar copying, except rolls w >36c", + "parent": "4816", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481620", + "text": "481620 - Paper; self-copy paper (other than those of heading no. 4809), whether or not put up in boxes", + "parent": "4816", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481630", + "text": "481630 - Duplicator stencils", + "parent": "4816", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481690", + "text": "481690 - Paper; carbon paper and other copying or transfer papers (other than those of heading no. 4809), n.e.c. in item no. 4816.20", + "parent": "4816", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4817", + "text": "4817 - Envelopes, letter cards, plain postcards and correspondence cards, of paper, paperboard; boxes, pouches, wallets and writing compendiums, of paper or paperboard containing assortment of paper stationery", + "parent": "48", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "481710", + "text": "481710 - Paper and paperboard; envelopes", + "parent": "4817", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481720", + "text": "481720 - Paper and paperboard; letter cards, plain postcards and correspondence cards", + "parent": "4817", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481730", + "text": "481730 - Paper and paperboard; boxes, pouches, wallets and writing compendiums containing an assortment of paper stationery", + "parent": "4817", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4818", + "text": "4818 - Toilet paper, width 36cm or less or cut to size/shape; handkerchiefs, tissues, towels, serviettes, bed sheets and similar household or hospital articles, apparel and clothing accessories of paper pulp, paper, cellulose wadding or webs of cellulose fibres", + "parent": "48", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "481810", + "text": "481810 - Paper articles; toilet paper", + "parent": "4818", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481820", + "text": "481820 - Paper articles; handkerchiefs, cleansing or facial tissues and towels", + "parent": "4818", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481830", + "text": "481830 - Paper articles; tablecloths and serviettes, of paper, cellulose wadding or fibres", + "parent": "4818", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481840", + "text": "481840 - Sanitary towels & tampons, napkins & napkin liners for babies & similar sanitary articles, of paper pulp/paper/cellulose wadding/webs of cellulose fibres", + "parent": "4818", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481850", + "text": "481850 - Paper articles; apparel and clothing accessories of paper, cellulose wadding or fibres", + "parent": "4818", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481890", + "text": "481890 - Paper articles; articles of paper, cellulose wadding or fibres, n.e.c. in heading no. 4818", + "parent": "4818", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4819", + "text": "4819 - Cartons, boxes, cases, bags and the like, of paper, paperboard, cellulose wadding or fibres; box files, letter trays and the like, of paper or paperboard, of a kind used in offices, shops or the like", + "parent": "48", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "481910", + "text": "481910 - Paper and paperboard; cartons, boxes and cases, of corrugated paper or paperboard", + "parent": "4819", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481920", + "text": "481920 - Paper and paperboard; folding cartons, boxes and cases, of non-corrugated paper or paperboard", + "parent": "4819", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481930", + "text": "481930 - Paper and paperboard; sacks and bags of paper, paperboard, cellulose wadding or fibres, having a base of a width of 40cm or more", + "parent": "4819", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481940", + "text": "481940 - Paper and paperboard; sacks and bags, including cones, of paper, paperboard, cellulose wadding or fibres, having a base width less than 40cm", + "parent": "4819", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481950", + "text": "481950 - Paper and paperboard; packing containers, including record sleeves, of paper, paperboard, cellulose wadding or fibres, n.e.c. in heading no. 4819", + "parent": "4819", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "481960", + "text": "481960 - Paper and paperboard; box files, letter trays, storage boxes and similar articles, used in offices, shops or the like of paper, paperboard, cellulose wadding or webs of cellulose fibres", + "parent": "4819", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4820", + "text": "4820 - Registers, account books, diaries and similar; albums for samples or collections, of paper or paperboard", + "parent": "48", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "482010", + "text": "482010 - Paper and paperboard; registers, account books, note books, order books, receipt books, letter pads, memorandum pads, diaries and similar articles", + "parent": "4820", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "482020", + "text": "482020 - Paper and paperboard; exercise books", + "parent": "4820", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "482030", + "text": "482030 - Paper and paperboard; binders, folders and file covers", + "parent": "4820", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "482040", + "text": "482040 - Paper and paperboard; manifold business forms and interleaved carbon sets", + "parent": "4820", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "482050", + "text": "482050 - Paper and paperboard; albums for samples or for collections", + "parent": "4820", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "482090", + "text": "482090 - Paper or paperboard; stationery n.e.c. in heading no. 4820", + "parent": "4820", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4821", + "text": "4821 - Paper or paperboard labels of all kinds, whether or not printed", + "parent": "48", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "482110", + "text": "482110 - Paper and paperboard; labels or all kinds, printed", + "parent": "4821", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "482190", + "text": "482190 - Paper and paperboard; labels of all kinds, unprinted", + "parent": "4821", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4822", + "text": "4822 - Bobbins, spools, cops and similar supports of paper pulp, paper or paperboard (whether or not perforated or hardened)", + "parent": "48", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "482210", + "text": "482210 - Paper pulp, paper or paperboard; bobbins, spools, cops and similar supports, of a kind used for winding textile yarn (whether or not perforated or hardened)", + "parent": "4822", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "482290", + "text": "482290 - Paper pulp, paper or paperboard; bobbins, spools, cops and similar supports, other than of a kind used for winding textile yarn (whether or not perforated or hardened)", + "parent": "4822", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4823", + "text": "4823 - Paper, paperboard, cellulose wadding and webs of cellulose fibres; cut to size or shape, articles of paper pulp, paper and paper-board, cellulose wadding or webs of cellulose fibres, n.e.c. in chapter 48", + "parent": "48", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "482311", + "text": "482311 - Paper, self-adhesive, cut to size, in strips or rolls", + "parent": "4823", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "482312", + "text": "482312 - Gummed/adhesive paper, in strips/rolls, self-adhesive", + "parent": "4823", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "482319", + "text": "482319 - Paper, gummed, adhesive nes, cut to size, strip, roll", + "parent": "4823", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "482320", + "text": "482320 - Paper and paperboard; filter paper and paperboard", + "parent": "4823", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "482330", + "text": "482330 - Cards, not punched, for punch card machines, paper", + "parent": "4823", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "482340", + "text": "482340 - Paper and paperboard; rolls, sheets and dials, printed for self-recording apparatus", + "parent": "4823", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "482351", + "text": "482351 - Paper, fine, cut, printed, embossed, perforated, nes", + "parent": "4823", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "482359", + "text": "482359 - Paper, fine, cut to size or shape, nes", + "parent": "4823", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "482360", + "text": "482360 - Trays, dishes, plates, cups and the like, of paper", + "parent": "4823", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "482361", + "text": "482361 - Paper and paperboard; trays, dishes, plates, cups and the like, of bamboo paper or paperboard", + "parent": "4823", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "482369", + "text": "482369 - Paper and paperboard; trays, dishes, plates, cups and the like, of paper or paperboard other than of bamboo", + "parent": "4823", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "482370", + "text": "482370 - Paper pulp; moulded or pressed articles or paper pulp", + "parent": "4823", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "482390", + "text": "482390 - Paper pulp, paper, paperboard, cellulose wadding or webs of cellulose fibres; articles n.e.c. in heading no. 4823", + "parent": "4823", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "49", + "text": "49 - Printed books, newspapers, pictures and other products of the printing industry; manuscripts, typescripts and plans", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "4901", + "text": "4901 - Printed books, brochures, leaflets and similar printed matter, whether or not in single sheets", + "parent": "49", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "490110", + "text": "490110 - Printed matter; in single sheets, whether or not folded", + "parent": "4901", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "490191", + "text": "490191 - Printed matter; dictionaries, encyclopaedias and serial instalments thereof", + "parent": "4901", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "490199", + "text": "490199 - Printed matter; books, brochures, leaflets and similar printed matter n.e.c. in item no. 4901.10 or 4901.91", + "parent": "4901", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4902", + "text": "4902 - Newspapers, journals and periodicals, whether or not illustrated or containing advertising material", + "parent": "49", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "490210", + "text": "490210 - Newspapers, journals and periodicals; whether or not illustrated or containing advertising material, appearing at least four times a week", + "parent": "4902", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "490290", + "text": "490290 - Newspapers, journals and periodicals; whether or not illustrated or containing advertising material, appearing less frequently than four times a week", + "parent": "4902", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4903", + "text": "4903 - Children's picture, drawing or colouring books", + "parent": "49", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "490300", + "text": "490300 - Printed matter; children's picture, drawing or colouring books", + "parent": "4903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4904", + "text": "4904 - Music, printed or in manuscript, whether or not bound or illustrated", + "parent": "49", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "490400", + "text": "490400 - Music; printed or in manuscript, whether or not bound or illustrated", + "parent": "4904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4905", + "text": "4905 - Maps and hydrographic or similar charts of all kinds, including atlases, wall maps, topographical plans and globes, printed", + "parent": "49", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "490510", + "text": "490510 - Globes; printed", + "parent": "4905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "490520", + "text": "490520 - Maps and hydrographic or similar charts; printed in book form, including atlases, topographical plans and similar", + "parent": "4905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "490590", + "text": "490590 - Maps and hydrographic or similar charts; (printed other than in book form), including wall maps, topographical plans and similar", + "parent": "4905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "490591", + "text": "490591 - Maps and hydrographic or similar charts; printed in book form, including atlases, topographical plans and similar", + "parent": "4905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "490599", + "text": "490599 - Maps and hydrographic or similar charts; (printed other than in book form), including wall maps, topographical plans and similar", + "parent": "4905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4906", + "text": "4906 - Plans and drawings; for architectural, engineering, industrial, commercial, topographical or similar, being originals drawn by hand; hand-written texts; photo- graphic reproductions; their carbon copies", + "parent": "49", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "490600", + "text": "490600 - Plans and drawings; for architectural, engineering, industrial, commercial, topographical or similar, being originals drawn by hand; hand-written texts; photo- graphic reproductions; their carbon copies", + "parent": "4906", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4907", + "text": "4907 - Unused postage, revenue or similar stamps of current or new issue in the country in which they have, or will have, a recognised face value; stamp-impressed paper; cheque forms; banknotes, stock, share or bond certificates and the like of similar title", + "parent": "49", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "490700", + "text": "490700 - Unused postage, revenue or similar stamps of current or new issue in the country in which they have, or will have, a recognised face value; stamp-impressed paper; cheque forms; banknotes, stock, share or bond certificates and the like of similar title", + "parent": "4907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4908", + "text": "4908 - Transfers (decalcomanias)", + "parent": "49", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "490810", + "text": "490810 - Printed matter; transfers (decalcomanias), vitrifiable", + "parent": "4908", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "490890", + "text": "490890 - Printed matter; transfers (decalcomanias), other than vitrifiable", + "parent": "4908", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4909", + "text": "4909 - Printed or illustrated postcards; printed cards bearing personal greetings, messages or announcements, whether or not illustrated, with or without envelopes or trimmings", + "parent": "49", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "490900", + "text": "490900 - Printed or illustrated postcards; printed cards bearing personal greetings, messages or announcements, whether or not illustrated, with or without envelopes or trimmings", + "parent": "4909", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4910", + "text": "4910 - Calendars of any kind, printed, including calendar blocks", + "parent": "49", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "491000", + "text": "491000 - Calendars; printed, of any kind, including calendar blocks", + "parent": "4910", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "4911", + "text": "4911 - Printed matter, n.e.c., including printed pictures and photographs", + "parent": "49", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "491110", + "text": "491110 - Printed matter; trade advertising material, commercial catalogues and the like", + "parent": "4911", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "491191", + "text": "491191 - Printed matter; pictures, designs and photographs, n.e.c. in item no. 4911.10", + "parent": "4911", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "491199", + "text": "491199 - Printed matter; n.e.c. in heading no. 4911", + "parent": "4911", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "50", + "text": "50 - Silk", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "5001", + "text": "5001 - Silk-worm cocoons suitable for reeling", + "parent": "50", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "500100", + "text": "500100 - Silk; silk-worm cocoons suitable for reeling", + "parent": "5001", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5002", + "text": "5002 - Raw silk (not thrown)", + "parent": "50", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "500200", + "text": "500200 - Silk; raw silk (not thrown)", + "parent": "5002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5003", + "text": "5003 - Silk waste (including cocoons unsuitable for reeling, yarn waste and garnetted stock)", + "parent": "50", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "500300", + "text": "500300 - Silk waste (including cocoons unsuitable for reeling, yarn waste and garnetted stock)", + "parent": "5003", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "500310", + "text": "500310 - Silk waste, not carded or combed", + "parent": "5003", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "500390", + "text": "500390 - Silk waste, carded or combed", + "parent": "5003", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5004", + "text": "5004 - Silk; yarn (other than yarn spun from silk waste), not put up for retail sale", + "parent": "50", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "500400", + "text": "500400 - Silk; yarn (other than yarn spun from silk waste), not put up for retail sale", + "parent": "5004", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5005", + "text": "5005 - Yarn spun from silk waste, not put up for retail sale", + "parent": "50", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "500500", + "text": "500500 - Silk; yarn spun from silk waste, not put up for retail sale", + "parent": "5005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5006", + "text": "5006 - Silk yarn and yarn spun from silk waste, put up for retail sale; silk-worm gut", + "parent": "50", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "500600", + "text": "500600 - Silk yarn and yarn spun from silk waste; put up for retail sale, and silk-worm gut", + "parent": "5006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5007", + "text": "5007 - Woven fabrics of silk or of silk waste", + "parent": "50", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "500710", + "text": "500710 - Silk; woven fabrics of noil silk", + "parent": "5007", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "500720", + "text": "500720 - Silk; woven fabrics, containing 85% or more by weight of silk or of silk waste other than noil silk", + "parent": "5007", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "500790", + "text": "500790 - Silk; woven fabrics n.e.c. in heading no. 5007", + "parent": "5007", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "51", + "text": "51 - Wool, fine or coarse animal hair; horsehair yarn and woven fabric", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "5101", + "text": "5101 - Wool, not carded or combed", + "parent": "51", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "510111", + "text": "510111 - Wool; (not carded or combed), greasy (including fleece-washed wool), shorn", + "parent": "5101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "510119", + "text": "510119 - Wool; (other than shorn), greasy (including fleece-washed wool), not carded or combed", + "parent": "5101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "510121", + "text": "510121 - Wool; (not carded or combed), degreased, (not carbonised), shorn", + "parent": "5101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "510129", + "text": "510129 - Wool; (not carded or combed), degreased, (not carbonised), (other than shorn)", + "parent": "5101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "510130", + "text": "510130 - Wool; (not carded or combed), carbonised", + "parent": "5101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5102", + "text": "5102 - Fine or coarse animal hair, not carded or combed", + "parent": "51", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "510210", + "text": "510210 - Fine animal hair, not carded or combed", + "parent": "5102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "510211", + "text": "510211 - Hair; fine animal hair, not carded or combed, of kashmir (cashmere) goats", + "parent": "5102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "510219", + "text": "510219 - Hair; fine animal hair, not carded or combed, other than of kashmir (cashmere) goats", + "parent": "5102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "510220", + "text": "510220 - Hair; coarse animal hair, not carded or combed", + "parent": "5102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5103", + "text": "5103 - Waste of wool or of fine or coarse animal hair, including yarn waste but excluding garnetted stock", + "parent": "51", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "510310", + "text": "510310 - Wool and hair; noils of wool or of fine animal hair, including yarn waste, but excluding garnetted stock", + "parent": "5103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "510320", + "text": "510320 - Wool and hair; waste of wool or of fine animal hair, including yarn waste, but excluding garnetted stock and noils of wool or of fine animal hair", + "parent": "5103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "510330", + "text": "510330 - Wool and hair; waste of coarse animal hair, including yarn waste, but excluding garnetted stock", + "parent": "5103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5104", + "text": "5104 - Wool, or fine or coarse animal hair; garnetted stock", + "parent": "51", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "510400", + "text": "510400 - Wool and hair; garnetted stock of wool or of fine or coarse animal hair", + "parent": "5104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5105", + "text": "5105 - Wool and fine or coarse animal hair; carded or combed (including combed wool in fragments)", + "parent": "51", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "510510", + "text": "510510 - Wool; carded", + "parent": "5105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "510521", + "text": "510521 - Wool; wool tops and other combed wool, in fragments", + "parent": "5105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "510529", + "text": "510529 - Wool; wool tops and other combed wool, other than in fragments", + "parent": "5105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "510530", + "text": "510530 - Fine animal hair, carded or combed", + "parent": "5105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "510531", + "text": "510531 - Hair; fine animal hair, carded or combed, of kashmir (cashmere) goats", + "parent": "5105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "510539", + "text": "510539 - Hair; fine animal hair, carded or combed, other than of kashmir (cashmere) goats", + "parent": "5105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "510540", + "text": "510540 - Hair; coarse animal hair, carded or combed", + "parent": "5105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5106", + "text": "5106 - Yarn of carded wool, not put up for retail sale", + "parent": "51", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "510610", + "text": "510610 - Yarn; of carded wool, containing 85% or more by weight of wool, not put up for retail sale", + "parent": "5106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "510620", + "text": "510620 - Yarn; of carded wool, containing less than 85% by weight of wool, not put up for retail sale", + "parent": "5106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5107", + "text": "5107 - Yarn of combed wool, not put up for retail sale", + "parent": "51", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "510710", + "text": "510710 - Yarn; of combed wool, containing 85% or more by weight of wool, not put up for retail sale", + "parent": "5107", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "510720", + "text": "510720 - Yarn; of combed wool, containing less than 85% by weight of wool, not put up for retail sale", + "parent": "5107", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5108", + "text": "5108 - Yarn of fine animal hair (carded or combed), not put up for retail sale", + "parent": "51", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "510810", + "text": "510810 - Yarn; of fine animal hair, carded, not put up for retail sale", + "parent": "5108", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "510820", + "text": "510820 - Yarn; of fine animal hair, combed, not put up for retail sale", + "parent": "5108", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5109", + "text": "5109 - Yarn of wool or of fine animal hair, put up for retail sale", + "parent": "51", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "510910", + "text": "510910 - Yarn; of wool or of fine animal hair, containing 85% or more by weight of wool or fine animal hair, put up for retail sale", + "parent": "5109", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "510990", + "text": "510990 - Yarn; of wool or of fine animal hair, containing less than 85% by weight of wool or fine animal hair, put up for retail sale", + "parent": "5109", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5110", + "text": "5110 - Yarn of coarse animal hair or of horsehair (including gimped horsehair yarn), whether or not put up for retail sale", + "parent": "51", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "511000", + "text": "511000 - Yarn; of coarse animal hair or of horsehair (including gimped horsehair yarn), whether or not put up for retail sale", + "parent": "5110", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5111", + "text": "5111 - Woven fabrics of carded wool or of carded fine animal hair", + "parent": "51", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "511111", + "text": "511111 - Fabrics, woven; of carded wool or of carded fine animal hair, containing 85% or more by weight of wool or of fine animal hair, of a weight not exceeding 300g/m2", + "parent": "5111", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "511119", + "text": "511119 - Fabrics, woven; of carded wool or of carded fine animal hair, containing 85% or more by weight of wool or of fine animal hair, of a weight exceeding 300g/m2", + "parent": "5111", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "511120", + "text": "511120 - Fabrics, woven; of carded wool or carded fine animal hair, containing less than 85% by weight of wool or fine animal hair, mixed mainly or solely with man-made filaments", + "parent": "5111", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "511130", + "text": "511130 - Fabrics, woven; of carded wool or carded fine animal hair, containing less than 85% by weight of wool or fine animal hair, mixed mainly or solely with man-made staple fibres", + "parent": "5111", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "511190", + "text": "511190 - Fabrics, woven; of carded wool or carded fine animal hair, containing less than 85% by weight of wool or fine animal hair, mixed mainly or solely with fibres n.e.c. in heading no. 5111", + "parent": "5111", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5112", + "text": "5112 - Woven fabrics of combed wool or of combed fine animal hair", + "parent": "51", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "511211", + "text": "511211 - Fabrics, woven; of combed wool or combed fine animal hair, containing 85% or more by weight of wool or fine animal hair, of a weight not exceeding 200g/m2", + "parent": "5112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "511219", + "text": "511219 - Fabrics, woven; of combed wool or combed fine animal hair, containing 85% or more by weight of wool or fine animal hair, of a weight exceeding 200g/m2", + "parent": "5112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "511220", + "text": "511220 - Fabrics, woven; of combed wool or combed fine animal hair, containing less than 85% by weight of wool or fine animal hair, mixed mainly or solely with man-made filaments", + "parent": "5112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "511230", + "text": "511230 - Fabrics, woven; of combed wool or combed fine animal hair, containing less than 85% by weight of wool or fine animal hair, mixed mainly or solely with man-made staple fibres", + "parent": "5112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "511290", + "text": "511290 - Fabrics, woven; of combed wool or combed fine animal hair, containing less than 85% by weight of wool or fine animal hair, mixed mainly or solely with fibres n.e.c. in heading no. 5112", + "parent": "5112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5113", + "text": "5113 - Woven fabrics of coarse animal hair or of horsehair", + "parent": "51", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "511300", + "text": "511300 - Fabrics, woven; of coarse animal hair or of horsehair", + "parent": "5113", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "52", + "text": "52 - Cotton", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "5201", + "text": "5201 - Cotton; not carded or combed", + "parent": "52", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "520100", + "text": "520100 - Cotton; not carded or combed", + "parent": "5201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5202", + "text": "5202 - Cotton waste (including yarn waste and garnetted stock)", + "parent": "52", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "520210", + "text": "520210 - Cotton; yarn waste (including thread waste)", + "parent": "5202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520291", + "text": "520291 - Cotton; garnetted stock waste", + "parent": "5202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520299", + "text": "520299 - Cotton; waste other than garnetted stock and yarn (including thread) waste", + "parent": "5202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5203", + "text": "5203 - Cotton, carded or combed", + "parent": "52", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "520300", + "text": "520300 - Cotton; carded or combed", + "parent": "5203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5204", + "text": "5204 - Cotton sewing thread, whether or not put up for retail sale", + "parent": "52", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "520411", + "text": "520411 - Cotton; sewing thread, containing 85% or more by weight of cotton, not put up for retail sale", + "parent": "5204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520419", + "text": "520419 - Cotton; sewing thread, containing less than 85% by weight of cotton, not put up for retail sale", + "parent": "5204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520420", + "text": "520420 - Cotton; sewing thread, put up for retail sale", + "parent": "5204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5205", + "text": "5205 - Cotton yarn (other than sewing thread), containing 85% or more by weight of cotton, not put up for retail sale", + "parent": "52", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "520511", + "text": "520511 - Cotton yarn; (not sewing thread), single, of uncombed fibres, 85% or more by weight of cotton, measuring 714.29 decitex or more, (not exceeding 14 metric number), not for retail sale", + "parent": "5205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520512", + "text": "520512 - Cotton yarn; (not sewing thread), single, of uncombed fibres, 85% or more by weight of cotton, less than 714.29 but not less than 232.56 decitex (exceeding 14 but not exceeding 43 metric number), not for retail sale", + "parent": "5205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520513", + "text": "520513 - Cotton yarn; (not sewing thread), single, of uncombed fibres, 85% or more by weight of cotton, less than 232.56 but not less than 192.31 decitex (exceeding 43 but not exceeding 52 metric number), not for retail sale", + "parent": "5205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520514", + "text": "520514 - Cotton yarn; (not sewing thread), single, of uncombed fibres, 85% or more by weight of cotton, less than 192.31 but not less than 125 decitex (exceeding 52 but not exceeding 80 metric number), not for retail sale", + "parent": "5205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520515", + "text": "520515 - Cotton yarn; (not sewing thread), single, of uncombed fibres, 85% or more by weight of cotton, measuring less than 125 decitex (exceeding 80 metric number), not for retail sale", + "parent": "5205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520521", + "text": "520521 - Cotton yarn; (not sewing thread), single, of combed fibres, 85% or more by weight of cotton, measuring 714.29 decitex or more, (not exceeding 14 metric number), not for retail sale", + "parent": "5205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520522", + "text": "520522 - Cotton yarn; (not sewing thread), single, of combed fibres, 85% or more by weight of cotton, less than 714.29 but not less than 232.56 decitex (exceeding 14 but not exceeding 43 metric number), not for retail sale", + "parent": "5205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520523", + "text": "520523 - Cotton yarn; (not sewing thread), single, of combed fibres, 85% or more by weight of cotton, less than 232.56 but not less than 192.31 decitex (exceeding 43 but not exceeding 52 metric number), not for retail sale", + "parent": "5205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520524", + "text": "520524 - Cotton yarn; (not sewing thread), single, of combed fibres, 85% or more by weight of cotton, less than 192.31 but not less than 125 decitex (exceeding 52 but not exceeding 80 metric number), not for retail sale", + "parent": "5205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520525", + "text": "520525 - Cotton yarn >85% single combed <125 dtex, not retail", + "parent": "5205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520526", + "text": "520526 - Cotton yarn; (not sewing thread), single, of combed fibres, 85% or more by weight of cotton, less than 125 but not less than 106.38 decitex (over 80 but not over 94 metric number), not for retail sale", + "parent": "5205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520527", + "text": "520527 - Cotton yarn; (not sewing thread), single, of combed fibres, 85% or more by weight of cotton, less than 106.38 but not less than 83.33 decitex (over 94 but not over 120 metric number), not for retail sale", + "parent": "5205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520528", + "text": "520528 - Cotton yarn; (not sewing thread), single, of combed fibres, 85% or more by weight of cotton, measuring less than 83.33 decitex (exceeding 120 metric number), not for retail sale", + "parent": "5205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520531", + "text": "520531 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, 85% or more by weight of cotton, 714.29 decitex or more (not exceeding 14 metric number) per single yarn, not for retail sale", + "parent": "5205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520532", + "text": "520532 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, 85% or more by weight of cotton, 714.28 to 232.56 decitex (15 to 43 metric number) per single yarn, not for retail sale", + "parent": "5205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520533", + "text": "520533 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, 85% or more by weight of cotton, 232.55 to 192.31 decitex (44 to 52 metric number) per single yarn, not for retail sale", + "parent": "5205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520534", + "text": "520534 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, 85% or more by weight of cotton, 192.30 to 125 decitex (53 to 80 metric number) per single yarn, not for retail sale", + "parent": "5205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520535", + "text": "520535 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, 85% or more by weight of cotton, less than 125 decitex (exceeding 80 metric number), per single yarn, not for retail sale", + "parent": "5205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520541", + "text": "520541 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, 85% or more by weight of cotton, 714.29 decitex or more (not exceeding 14 metric number) per single yarn, not for retail sale", + "parent": "5205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520542", + "text": "520542 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, 85% or more by weight of cotton, 714.28 to 232.56 decitex (15 to 43 metric number) per single yarn, not for retail sale", + "parent": "5205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520543", + "text": "520543 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, 85% or more by weight of cotton, 232.55 to 192.31 decitex (44 to 52 metric number) per single yarn, not for retail sale", + "parent": "5205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520544", + "text": "520544 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, 85% or more by weight of cotton, 192.30 to 125 decitex (53 to 80 metric number) per single yarn, not for retail sale", + "parent": "5205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520545", + "text": "520545 - Cotton yarn >85% multiple combed <125 dtex,not retail", + "parent": "5205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520546", + "text": "520546 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, 85% or more by weight of cotton, 124 to 106.38 decitex (81 to 94 metric number) per single yarn, not for retail sale", + "parent": "5205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520547", + "text": "520547 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, 85% or more by weight of cotton, 106.37 to 83.33 decitex (95 to 120 metric number) per single yarn, not for retail sale", + "parent": "5205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520548", + "text": "520548 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, 85% or more by weight of cotton, less than 83.33 decitex (exceeding 120 metric number) per single yarn, not for retail sale", + "parent": "5205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5206", + "text": "5206 - Cotton yarn (other than sewing thread), containing less than 85% by weight of cotton, not put up for retail sale", + "parent": "52", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "520611", + "text": "520611 - Cotton yarn; (not sewing thread), single, of uncombed fibres, less than 85% by weight of cotton, measuring 714.29 decitex or more (not exceeding 14 metric number), not for retail sale", + "parent": "5206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520612", + "text": "520612 - Cotton yarn; (not sewing thread), single, of uncombed fibres, less than 85% by weight of cotton, less than 714.29 but not less than 232.56 decitex (exceeding 14 but not exceeding 43 metric number), not for retail sale", + "parent": "5206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520613", + "text": "520613 - Cotton yarn; (not sewing thread), single, of uncombed fibres, less than 85% by weight of cotton, less than 232.56 but not less than 192.31 decitex (exceeding 43 but not exceeding 52 metric number), not for retail sale", + "parent": "5206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520614", + "text": "520614 - Cotton yarn; (not sewing thread), single, of uncombed fibres, less than 85% by weight of cotton, less than 192.31 but not less than 125 decitex (exceeding 52 but not exceeding 80 metric number), not for retail sale", + "parent": "5206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520615", + "text": "520615 - Cotton yarn; (not sewing thread), single, of uncombed fibres, less than 85% by weight of cotton, measuring less than 125 decitex (exceeding 80 metric number), not for retail sale", + "parent": "5206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520621", + "text": "520621 - Cotton yarn; (not sewing thread), single, of combed fibres, less than 85% by weight of cotton, measuring 714.29 decitex or more, (not exceeding 14 metric number), not for retail sale", + "parent": "5206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520622", + "text": "520622 - Cotton yarn; (not sewing thread), single, of combed fibres, less than 85% by weight of cotton, less than 714.29 but not less than 232.56 decitex (exceeding 14 but not exceeding 43 metric number), not for retail sale", + "parent": "5206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520623", + "text": "520623 - Cotton yarn; (not sewing thread), single, of combed fibres, less than 85% by weight of cotton, less than 232.56 but not less than 192.31 decitex (exceeding 43 but not exceeding 52 metric number), not for retail sale", + "parent": "5206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520624", + "text": "520624 - Cotton yarn; (not sewing thread), single, of combed fibres, less than 85% by weight of cotton, less than 192.31 but not less than 125 decitex (exceeding 52 but not exceeding 80 metric number), not for retail sale", + "parent": "5206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520625", + "text": "520625 - Cotton yarn; (not sewing thread), single, of combed fibres, less than 85% by weight of cotton, measuring less than 125 decitex (exceeding 80 metric number), not for retail sale", + "parent": "5206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520631", + "text": "520631 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, less than 85% by weight of cotton, 714.29 decitex or more (not exceeding 14 metric number) per single yarn, not for retail sale", + "parent": "5206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520632", + "text": "520632 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, less than 85% by weight of cotton, 714.28 to 232.56 decitex (15 to 43 metric number) per single yarn, not for retail sale", + "parent": "5206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520633", + "text": "520633 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, less than 85% by weight of cotton, 232.55 to 192.31 decitex (44 to 52 metric number) per single yarn, not for retail sale", + "parent": "5206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520634", + "text": "520634 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, less than 85% by weight of cotton, 192.30 to 125 decitex (53 to 80 metric number) per single yarn, not for retail sale", + "parent": "5206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520635", + "text": "520635 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, less than 85% by weight of cotton, less than 125 decitex (exceeding 80 metric number) per single yarn, not for retail sale", + "parent": "5206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520641", + "text": "520641 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, less than 85% by weight of cotton, 714.29 decitex or more (not exceeding 14 metric number) per single yarn, not for retail sale", + "parent": "5206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520642", + "text": "520642 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, less than 85% by weight of cotton, 714.28 to 232.56 decitex (15 to 43 metric number) per single yarn, not for retail sale", + "parent": "5206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520643", + "text": "520643 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, less than 85% by weight of cotton, 232.55 to 192.31 decitex (44 to 52 metric number) per single yarn, not for retail sale", + "parent": "5206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520644", + "text": "520644 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, less than 85% by weight of cotton, 192.30 to 125 decitex (53 to 80 metric number) per single yarn, not for retail sale", + "parent": "5206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520645", + "text": "520645 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, less than 85% by weight of cotton, less than 125 decitex (exceeding 80 metric number) per single yarn, not for retail sale", + "parent": "5206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5207", + "text": "5207 - Cotton yarn (other than sewing thread), put up for retail sale", + "parent": "52", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "520710", + "text": "520710 - Cotton yarn; (not sewing thread), containing 85% or more by weight of cotton, put up for retail sale", + "parent": "5207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520790", + "text": "520790 - Cotton yarn; (not sewing thread), containing less than 85% by weight of cotton, put up for retail sale", + "parent": "5207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5208", + "text": "5208 - Woven fabrics of cotton, containing 85% or more by weight of cotton, weighing not more than 200 g/m2", + "parent": "52", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "520811", + "text": "520811 - Fabrics, woven; containing 85% or more by weight of cotton, unbleached, plain weave, weighing not more than 100g/m2", + "parent": "5208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520812", + "text": "520812 - Fabrics, woven; containing 85% or more by weight of cotton, unbleached, plain weave, weighing more than 100g/m2 but not more than 200g/m2", + "parent": "5208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520813", + "text": "520813 - Fabrics, woven; containing 85% or more by weight of cotton, unbleached, 3-thread or 4-thread twill, including cross twill, weighing not more than 200g/m2", + "parent": "5208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520819", + "text": "520819 - Fabrics, woven; containing 85% or more by weight of cotton, unbleached, of weaves n.e.c. in item no. 5208.1, weighing not more than 200g/m2", + "parent": "5208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520821", + "text": "520821 - Fabrics, woven; containing 85% or more by weight of cotton, bleached, plain weave, weighing not more than 100g/m2", + "parent": "5208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520822", + "text": "520822 - Fabrics, woven; containing 85% or more by weight of cotton, bleached, plain weave, weighing more than 100g/m2 but not more than 200g/m2", + "parent": "5208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520823", + "text": "520823 - Fabrics, woven; containing 85% or more by weight of cotton, bleached, 3-thread or 4-thread twill, including cross twill, weighing not more than 200g/m2", + "parent": "5208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520829", + "text": "520829 - Fabrics, woven; containing 85% or more by weight of cotton, bleached, of weaves n.e.c. in item no. 5208.2, weighing not more than 200g/m2", + "parent": "5208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520831", + "text": "520831 - Fabrics, woven; containing 85% or more by weight of cotton, dyed, plain weave, weighing not more than 100g/m2", + "parent": "5208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520832", + "text": "520832 - Fabrics, woven; containing 85% or more by weight of cotton, dyed, plain weave, weighing more than 100g/m2 but not more than 200g/m2", + "parent": "5208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520833", + "text": "520833 - Fabrics, woven; containing 85% or more by weight of cotton, dyed, 3-thread or 4-thread twill, including cross twill, weighing not more than 200g/m2", + "parent": "5208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520839", + "text": "520839 - Fabrics, woven; containing 85% or more by weight of cotton, dyed, of weaves n.e.c. in item no. 5208.3 weighing not more than 200g/m2", + "parent": "5208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520841", + "text": "520841 - Fabrics, woven; containing 85% or more by weight of cotton, of yarns of different colours, plain weave, weighing not more than 100g/m2", + "parent": "5208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520842", + "text": "520842 - Fabrics, woven; containing 85% or more by weight of cotton, of yarns of different colours, weighing more than 100g/m2 but not more than 200g/m2", + "parent": "5208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520843", + "text": "520843 - Fabrics, woven; containing 85% or more by weight of cotton, of yarns of different colours, 3-thread or 4-thread twill, including cross twill, weighing not more than 200g/m2", + "parent": "5208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520849", + "text": "520849 - Fabrics, woven; containing 85% or more by weight of cotton, of yarns of different colours, of weaves n.e.c. in item no. 5208.4, weighing not more than 200g/m2", + "parent": "5208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520851", + "text": "520851 - Fabrics, woven; containing 85% or more by weight of cotton, printed, plain weave, weighing not more than 100g/m2", + "parent": "5208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520852", + "text": "520852 - Fabrics, woven; containing 85% or more by weight of cotton, printed, plain weave, weighing more than 100g/m2 but not more than 200g/m2", + "parent": "5208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520853", + "text": "520853 - Twill weave cotton, >85% <200g/m2, printed", + "parent": "5208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520859", + "text": "520859 - Fabrics, woven; containing 85% or more by weight of cotton, printed, of weaves n.e.c. in item no. 5208.5, weighing not more than 200g/m2", + "parent": "5208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5209", + "text": "5209 - Woven fabrics of cotton, containing 85% or more by weight of cotton, weighing more than 200g/m2", + "parent": "52", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "520911", + "text": "520911 - Fabrics, woven; containing 85% or more by weight of cotton, unbleached, plain weave, weighing more than 200g/m2", + "parent": "5209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520912", + "text": "520912 - Fabrics, woven; containing 85% or more by weight of cotton, unbleached, 3-thread or 4-thread twill, including cross twill, weighing more than 200g/m2", + "parent": "5209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520919", + "text": "520919 - Fabrics, woven; containing 85% or more by weight of cotton, unbleached, of weaves n.e.c. in item no. 5209.1, weighing more than 200g/m2", + "parent": "5209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520921", + "text": "520921 - Fabrics, woven; containing 85% or more by weight of cotton, bleached, plain weave, weighing more than 200g/m2", + "parent": "5209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520922", + "text": "520922 - Fabrics, woven; containing 85% or more by weight of cotton, bleached, 3-thread or 4-thread twill, including cross twill, weighing more than 200g/m2", + "parent": "5209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520929", + "text": "520929 - Fabrics, woven; containing 85% or more by weight of cotton, bleached, of weaves n.e.c. in item no. 5209.2, weighing more than 200g/m2", + "parent": "5209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520931", + "text": "520931 - Fabrics, woven; containing 85% or more by weight of cotton, dyed, plain weave, weighing more than 200g/m2", + "parent": "5209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520932", + "text": "520932 - Fabrics, woven; containing 85% or more by weight of cotton, dyed, 3-thread or 4-thread twill, including cross twill, weighing more than 200g/m2", + "parent": "5209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520939", + "text": "520939 - Fabrics, woven; containing 85% or more by weight of cotton, dyed, of weaves n.e.c. in item no. 5209.3, weighing more than 200g/m2", + "parent": "5209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520941", + "text": "520941 - Fabrics, woven; containing 85% or more by weight of cotton, of yarns of different colours, plain weave, weighing more than 200g/m2", + "parent": "5209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520942", + "text": "520942 - Fabrics, woven; containing 85% or more by weight of cotton, of yarns of different colours, weighing more than 200g/m2, denim", + "parent": "5209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520943", + "text": "520943 - Fabrics, woven; containing 85% or more by weight of cotton, of yarns of different colours, 3-thread or 4-thread twill, including cross twill, weighing more than 200g/m2", + "parent": "5209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520949", + "text": "520949 - Fabrics, woven; containing 85% or more by weight of cotton, of yarns of different colours, of weaves n.e.c. in item no. 5209.4, weighing more than 200g/m2", + "parent": "5209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520951", + "text": "520951 - Fabrics, woven; containing 85% or more by weight of cotton, printed, plain weave, weighing more than 200g/m2", + "parent": "5209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520952", + "text": "520952 - Fabrics, woven; containing 85% or more by weight of cotton, printed, 3-thread or 4-thread twill, including cross twill, weighing more than 200g/m2", + "parent": "5209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "520959", + "text": "520959 - Fabrics, woven; containing 85% or more by weight of cotton, printed, of weaves n.e.c. in item no. 5209.5, weighing more than 200g/m2", + "parent": "5209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5210", + "text": "5210 - Woven fabrics of cotton, containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing not more than 200 g/m2", + "parent": "52", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "521011", + "text": "521011 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, unbleached, plain weave, weighing 200g/m2 or less", + "parent": "5210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521012", + "text": "521012 - Twill weave cotton <85% +manmade fibre <200g unbleach", + "parent": "5210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521019", + "text": "521019 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, unbleached, of weaves n.e.c. in item no. 5210.1, weighing 200g/m2 or less", + "parent": "5210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521021", + "text": "521021 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, bleached, plain weave, weighing 200g/m2 or less", + "parent": "5210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521022", + "text": "521022 - Twill weave cotton <85% +manmade fibre, <200g bleache", + "parent": "5210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521029", + "text": "521029 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing 200g/m2 or less, bleached, of weaves n.e.c. in item no. 5210.2", + "parent": "5210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521031", + "text": "521031 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing 200g/m2 or less, dyed, plain weave", + "parent": "5210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521032", + "text": "521032 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing 200g/m2 or less, dyed, 3-thread or 4-thread twill, including cross twill", + "parent": "5210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521039", + "text": "521039 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing 200g/m2 or less, dyed, of weaves n.e.c. in item no. 5210.3", + "parent": "5210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521041", + "text": "521041 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing 200g/m2 or less, of yarns of different colours, plain weave", + "parent": "5210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521042", + "text": "521042 - Twill cotton , <85% +manmade fibre, <200g/m2 yarn dye", + "parent": "5210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521049", + "text": "521049 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing 200g/m2 or less, of yarns of different colours, of weaves n.e.c. in item no. 5210.4", + "parent": "5210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521051", + "text": "521051 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing 200g/m2 or less, printed, plain weave", + "parent": "5210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521052", + "text": "521052 - Twill weave cotton, <85% +manmade fibre, <200g print", + "parent": "5210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521059", + "text": "521059 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing 200g/m2 or less, printed, of weaves n.e.c. in item no. 5210.5", + "parent": "5210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5211", + "text": "5211 - Woven fabrics of cotton, containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2", + "parent": "52", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "521111", + "text": "521111 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, unbleached, plain weave, weighing more than 200g/m2", + "parent": "5211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521112", + "text": "521112 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, unbleached, 3- or 4-thread twill, including cross twill, weighing more than 200g/m2", + "parent": "5211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521119", + "text": "521119 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, unbleached, of weaves n.e.c. in item no. 5211.1, weighing more than 200g/m2", + "parent": "5211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521120", + "text": "521120 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, bleached", + "parent": "5211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521121", + "text": "521121 - Plain weave cotton <85% +manmade fibre >200g bleached", + "parent": "5211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521122", + "text": "521122 - Twill weave cotton <85% +manmade fibre >200g bleached", + "parent": "5211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521129", + "text": "521129 - Woven cotton nes, <85% +manmade fibre, >200g, bleache", + "parent": "5211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521131", + "text": "521131 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, dyed, plain weave", + "parent": "5211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521132", + "text": "521132 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, dyed, 3-thread or 4-thread twill, including cross twill", + "parent": "5211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521139", + "text": "521139 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, dyed, of weaves n.e.c. in item no. 5211.3", + "parent": "5211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521141", + "text": "521141 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, of yarns of different colours, plain weave", + "parent": "5211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521142", + "text": "521142 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, of yarns of different colours, denim", + "parent": "5211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521143", + "text": "521143 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, of yarns of different colours, 3-thread or 4-thread twill, including cross twill", + "parent": "5211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521149", + "text": "521149 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, of yarns of different colours, of weaves n.e.c. in item no. 5211.4", + "parent": "5211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521151", + "text": "521151 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, printed, plain weave", + "parent": "5211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521152", + "text": "521152 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, printed, 3-thread or 4-thread twill, including cross twill", + "parent": "5211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521159", + "text": "521159 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, printed, of weaves n.e.c. in item no. 5211.5", + "parent": "5211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5212", + "text": "5212 - Other woven fabrics of cotton, n.e.c. in chapter 52", + "parent": "52", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "521211", + "text": "521211 - Fabrics, woven; of cotton, unbleached, weighing not more than 200g/m2, n.e.c. in chapter 52", + "parent": "5212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521212", + "text": "521212 - Fabrics, woven; of cotton, bleached, weighing not more than 200g/m2, n.e.c. in chapter 52", + "parent": "5212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521213", + "text": "521213 - Fabrics, woven; of cotton, dyed, weighing not more than 200g/m2, n.e.c. in chapter 52", + "parent": "5212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521214", + "text": "521214 - Fabrics, woven; of cotton, of yarns of different colours, weighing not more than 200g/m2, n.e.c. in chapter 52", + "parent": "5212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521215", + "text": "521215 - Fabrics, woven; of cotton, printed, weighing not more than 200g/m2, n.e.c. in chapter 52", + "parent": "5212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521221", + "text": "521221 - Fabrics, woven; of cotton, unbleached, weighing more than 200g/m2, n.e.c. in chapter 52", + "parent": "5212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521222", + "text": "521222 - Fabrics, woven; of cotton, bleached, weighing more than 200g/m2, n.e.c. in chapter 52", + "parent": "5212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521223", + "text": "521223 - Fabrics, woven; of cotton, dyed, weighing more than 200g/m2, n.e.c. in chapter 52", + "parent": "5212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521224", + "text": "521224 - Fabrics, woven; of cotton, of yarns of different colours, weighing more than 200g/m2, n.e.c. in chapter 52", + "parent": "5212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "521225", + "text": "521225 - Fabrics, woven; of cotton, printed, weighing more than 200g/m2, n.e.c. in chapter 52", + "parent": "5212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "53", + "text": "53 - Vegetable textile fibres; paper yarn and woven fabrics of paper yarn", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "5301", + "text": "5301 - Flax, raw or processed but not spun; flax tow and waste (including yarn waste and garnetted stock)", + "parent": "53", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "530110", + "text": "530110 - Flax; raw or retted, but not spun", + "parent": "5301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "530121", + "text": "530121 - Flax; broken or scutched, but not spun", + "parent": "5301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "530129", + "text": "530129 - Flax; hackled or otherwise processed, but not spun", + "parent": "5301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "530130", + "text": "530130 - Flax; tow and waste, including yarn waste and garnetted stock", + "parent": "5301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5302", + "text": "5302 - True hemp (cannabis sativa L.), raw or processed but not spun; tow and waste of true hemp (including yarn waste and garnetted stock)", + "parent": "53", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "530210", + "text": "530210 - Hemp (cannabis sativa L.); raw or retted, but not spun", + "parent": "5302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "530290", + "text": "530290 - Hemp (cannabis sativa L.); processed (other than retted) (but not spun), true hemp tow and waste (including yarn waste and garnetted stock)", + "parent": "5302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5303", + "text": "5303 - Jute and other textile bast fibres (not flax, true hemp and ramie), raw or processed but not spun; tow and waste of these fibres, including yarn waste and garnetted stock", + "parent": "53", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "530310", + "text": "530310 - Jute and other textile bast fibres; raw or retted, but not spun, (excluding flax, hemp (cannabis sativa L.), and ramie)", + "parent": "5303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "530390", + "text": "530390 - Jute and other textile bast fibres; processed but not spun, tow and waste of these fibres, including yarn waste and garnetted stock (excluding flax, hemp (cannabis sativa L.), and ramie)", + "parent": "5303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5304", + "text": "5304 - Sisal, Agave, raw, processed, not spun, tow and waste", + "parent": "53", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "530410", + "text": "530410 - Sisal and Agave, raw", + "parent": "5304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "530490", + "text": "530490 - Sisal and Agave, processed but not spun, tow & waste", + "parent": "5304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5305", + "text": "5305 - Coconut, abaca (Manila hemp or Musa textilis Nee), ramie and other vegetable textile fibres n.e.c., raw or processed but not spun; tow, noils and waste of these fibres (including yarn waste and garnetted stock)", + "parent": "53", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "530500", + "text": "530500 - Coconut, abaca (Manila hemp or Musa textilis Nee), ramie and other vegetable textile fibres n.e.c., raw or processed but not spun; tow, noils and waste of these fibres (including yarn waste and garnetted stock)", + "parent": "5305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "530511", + "text": "530511 - Coconut (coir) fibre, raw", + "parent": "5305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "530519", + "text": "530519 - Coconut (coir) fibre,processed not spun, tow & waste", + "parent": "5305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "530521", + "text": "530521 - Abaca fibre, raw", + "parent": "5305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "530529", + "text": "530529 - Abaca fibre, processed but not spun, tow, noils, wast", + "parent": "5305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "530590", + "text": "530590 - Ramie & oth. veg. textile fibres, n.e.s., raw/processed but not spun; tow, ...", + "parent": "5305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "530591", + "text": "530591 - Vegetable textile fibres nes, raw", + "parent": "5305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "530599", + "text": "530599 - Vegetable fibre nes, processed not spun, tow & waste", + "parent": "5305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5306", + "text": "5306 - Flax yarn", + "parent": "53", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "530610", + "text": "530610 - Yarn; of flax, single", + "parent": "5306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "530620", + "text": "530620 - Yarn; of flax, multiple (folded) or cabled", + "parent": "5306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5307", + "text": "5307 - Yarn of jute or of other textile bast fibres of heading no. 5305", + "parent": "53", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "530710", + "text": "530710 - Yarn; of jute or of other textile bast fibres, single", + "parent": "5307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "530720", + "text": "530720 - Yarn; of jute or of other textile bast fibres, multiple (folded) or cabled", + "parent": "5307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5308", + "text": "5308 - Yarn of other vegetable textile fibres; paper yarn", + "parent": "53", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "530810", + "text": "530810 - Yarn; of coir", + "parent": "5308", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "530820", + "text": "530820 - Yarn; of hemp (cannabis sativa L.)", + "parent": "5308", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "530830", + "text": "530830 - Paper yarn", + "parent": "5308", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "530890", + "text": "530890 - Yarn; of vegetable textile fibres n.e.c. in heading no. 5306, 5307 and 5308", + "parent": "5308", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5309", + "text": "5309 - Woven fabrics of flax", + "parent": "53", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "530911", + "text": "530911 - Fabrics, woven; of flax, containing 85% or more flax, unbleached or bleached", + "parent": "5309", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "530919", + "text": "530919 - Fabrics, woven; of flax, containing 85% or more flax, other than bleached or unbleached", + "parent": "5309", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "530921", + "text": "530921 - Fabrics, woven; of flax, containing less than 85% flax, unbleached or bleached", + "parent": "5309", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "530929", + "text": "530929 - Fabrics, woven; of flax, containing less than 85% flax, other than unbleached or bleached", + "parent": "5309", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5310", + "text": "5310 - Woven fabrics of jute, other textile bast fibres of heading no. 5303", + "parent": "53", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "531010", + "text": "531010 - Fabrics, woven; of jute or of other textile bast fibres of heading no. 5303, unbleached", + "parent": "5310", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "531090", + "text": "531090 - Fabrics, woven; of jute or of other textile bast fibres of heading no. 5303, other than unbleached", + "parent": "5310", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5311", + "text": "5311 - Woven fabrics of other vegetable textile fibres; woven fabrics of paper yarn", + "parent": "53", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "531100", + "text": "531100 - Fabrics, woven; of vegetable textile fibres n.e.c. in heading no. 5309 and 5310, woven fabrics of paper yarn", + "parent": "5311", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "54", + "text": "54 - Man-made filaments; strip and the like of man-made textile materials", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "5401", + "text": "5401 - Sewing thread of man-made filaments, whether or not put up for retail sale", + "parent": "54", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "540110", + "text": "540110 - Sewing thread; of synthetic filaments, whether or not put up for retail sale", + "parent": "5401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540120", + "text": "540120 - Sewing thread; of artificial filaments, whether or not put up for retail sale", + "parent": "5401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5402", + "text": "5402 - Synthetic filament yarn (other than sewing thread), not put up for retail sale, including synthetic monofilament of less than 67 decitex", + "parent": "54", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "540210", + "text": "540210 - Hi-ten yarn of nylon, polyamide, not sewing or retail", + "parent": "5402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540211", + "text": "540211 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of high tenacity yarn of nylon or other polyamides, textured or not; of aramids, not for retail sale, not sewing thread", + "parent": "5402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540219", + "text": "540219 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of high tenacity nylon or other polyamides, textured or not; other than aramids, not for retail sale, not sewing thread", + "parent": "5402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540220", + "text": "540220 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of high tenacity yarn of polyesters, whether or not textured, not for retail sale, not sewing thread", + "parent": "5402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540231", + "text": "540231 - Yarn, synthetic; filament, monofilament (less than 67 decitex), textured, of nylon or other polyamides, measuring per single yarn not more than 50 decitex, not for retail sale, not sewing thread", + "parent": "5402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540232", + "text": "540232 - Yarn, synthetic; filament, monofilament (less than 67 decitex), textured, of nylon or other polyamides, measuring per single yarn more than 50 decitex, not for retail sale, not sewing thread", + "parent": "5402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540233", + "text": "540233 - Yarn, synthetic; filament, monofilament (less than 67 decitex), textured, of polyesters, not for retail sale, not sewing thread", + "parent": "5402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540234", + "text": "540234 - Yarn, synthetic; filament, monofilament (less than 67 decitex), textured, of polypropylene, not for retail sale, not sewing thread", + "parent": "5402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540239", + "text": "540239 - Yarn, synthetic; filament, monofilament (less than 67 decitex), textured, other than of nylon or other polymides, polyesters, or polypropylene, not for retail sale, not sewing thread", + "parent": "5402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540241", + "text": "540241 - Yarn,nylon/polyamide, single untwisted nes, not retai", + "parent": "5402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540242", + "text": "540242 - Yarn, polyester, part oriented, single, not retail", + "parent": "5402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540243", + "text": "540243 - Yarn, polyester, single, untwisted nes, not retail", + "parent": "5402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540244", + "text": "540244 - Yarn, synthetic; filament, monofilament (less than 67 decitex), other than high tenacity or textured yarn, elastomeric, single, untwisted or twisted 50 turns or less per metre, not for retail sale, not sewing thread", + "parent": "5402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540245", + "text": "540245 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of nylon or other polymides (not high tenacity or textured), single, untwisted or twisted 50 turns or less per metre, not for retail sale, not sewing thread", + "parent": "5402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540246", + "text": "540246 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of polyesters (not high tenacity or textured), partially oriented, single, untwisted or twisted 50 turns or less per metre, not for retail sale, not sewing thread", + "parent": "5402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540247", + "text": "540247 - Yarn, synthetic; filament, monofilament (less than 67 decitex), polyesters (not high tenacity or textured), not partially oriented, single, untwisted or twisted 50 turns or less per metre, not for retail sale, not sewing thread", + "parent": "5402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540248", + "text": "540248 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of polypropylene (not high tenacity or textured), single, untwisted or twisted 50 turns or less per metre, not for retail sale, not sewing thread", + "parent": "5402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540249", + "text": "540249 - Yarn, synthetic; filament, monofilament (less than 67 decitex), other than high tenacity or textured yarn, single, untwisted or twisted 50 turns or less per metre, n.e.c. in heading no. 5402, not for retail sale, not sewing thread", + "parent": "5402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540251", + "text": "540251 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of nylon or other polymides (not high tenacity or textured), single, twisted more than 50 turns per metre, not for retail sale, not sewing thread", + "parent": "5402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540252", + "text": "540252 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of polyesters (not high tenacity or textured), single, twisted more than 50 turns per metre, not for retail sale, not sewing thread", + "parent": "5402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540253", + "text": "540253 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of polypropylene (not high tenacity or textured), single, twisted more than 50 turns per metre, not for retail sale, not sewing thread", + "parent": "5402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540259", + "text": "540259 - Yarn, synthetic; filament, monofilament (less than 67 decitex), other than high tenacity or textured yarn, single, twisted more than 50 turns per metre, n.e.c. in heading no. 5402, not for retail sale, not sewing thread", + "parent": "5402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540261", + "text": "540261 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of nylon or other polymides (not high tenacity or textured), multiple (folded) or cabled, not for retail sale, not sewing thread", + "parent": "5402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540262", + "text": "540262 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of polyesters (not high tenacity or textured), multiple (folded) or cabled, not for retail sale, not sewing thread", + "parent": "5402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540263", + "text": "540263 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of polypropylene, other than high tenacity or textured yarn, multiple (folded) or cabled, not for retail sale, not sewing thread", + "parent": "5402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540269", + "text": "540269 - Yarn, synthetic; filament, monofilament (less than 67 decitex), other than high tenacity or textured yarn, multiple (folded) or cabled, n.e.c. in heading no. 5402, not for retail sale, not sewing thread", + "parent": "5402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5403", + "text": "5403 - Artificial filament yarn (other than sewing thread), not put up for retail sale, including artificial monofilament of less than 67 decitex", + "parent": "54", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "540310", + "text": "540310 - Yarn, artificial; filament, monofilament (less than 67 decitex), of high tenacity viscose rayon, not for retail sale, not sewing thread", + "parent": "5403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540320", + "text": "540320 - Textured yarn nes, of artificial filaments, not retai", + "parent": "5403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540331", + "text": "540331 - Yarn, artificial; filament, monofilament (less than 67 decitex), of viscose rayon (not high tenacity), single, untwisted or twisted 120 turns per metre or less, not for retail sale, not sewing thread", + "parent": "5403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540332", + "text": "540332 - Yarn, artificial; filament, monofilament (less than 67 decitex), of viscose rayon (not high tenacity), single, twisted more than 120 turns per metre, not for retail sale, not sewing thread", + "parent": "5403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540333", + "text": "540333 - Yarn, artificial; filament, monofilament (less than 67 decitex), of cellulose acetate, single, not for retail sale, not sewing thread", + "parent": "5403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540339", + "text": "540339 - Yarn, artificial; filament, monofilament (less than 67 decitex), single, n.e.c. in heading no. 5403, not for retail sale, not sewing thread", + "parent": "5403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540341", + "text": "540341 - Yarn, artificial; filament, monofilament (less than 67 decitex), of viscose rayon (not high tenacity), multiple (folded) or cabled, not for retail sale, not sewing thread", + "parent": "5403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540342", + "text": "540342 - Yarn, artificial; filament, monofilament (less than 67 decitex), of cellulose acetate, multiple (folded) or cabled, not for retail sale, not sewing thread", + "parent": "5403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540349", + "text": "540349 - Yarn, artificial; filament, monofilament (less than 67 decitex), multiple (folded) or cabled, n.e.c. in heading no. 5403, not for retail sale, not sewing thread", + "parent": "5403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5404", + "text": "5404 - Synthetic monofilament of 67 decitex or more, of which no cross-sectional dimension exceeds 1mm; strip and the like (e.g. artificial straw) of synthetic textile materials of an apparent width not exceeding 5mm", + "parent": "54", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "540410", + "text": "540410 - Synthetic monofilament, >67 dtex, thickness < 1mm", + "parent": "5404", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540411", + "text": "540411 - Elastomeric monofilament; of 67 decitex or more and of which no cross-sectional dimension exceeds 1mm", + "parent": "5404", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540412", + "text": "540412 - Monofilament of polypropylene; of 67 decitex or more and of which no cross-sectional dimension exceeds 1mm", + "parent": "5404", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540419", + "text": "540419 - Monofilament n.e.c. in heading no 5404; of 67 decitex or more and of which no cross-sectional dimension exceeds 1mm", + "parent": "5404", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540490", + "text": "540490 - Filament, synthetic; strip and the like (e.g.. artificial straw), of synthetic textile materials of an apparent width not exceeding 5mm", + "parent": "5404", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5405", + "text": "5405 - Artificial monofilament of 67 decitex or more, no cross-sectional dimension exceeds 1mm; strip and the like (e.g. artificial straw), of artificial textile materials of a width not exceeding 5mm", + "parent": "54", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "540500", + "text": "540500 - Monofilament, synthetic; of 67 decitex or more and of which no cross-sectional dimension exceeds 1mm, strip and the like (e.g. artificial straw), of synthetic textile materials with width not over 5mm", + "parent": "5405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5406", + "text": "5406 - Man-made filament yarn (other than sewing thread), put up for retail sale", + "parent": "54", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "540600", + "text": "540600 - Man-made filament yarn (other than sewing thread), put up for retail sale", + "parent": "5406", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540610", + "text": "540610 - Yarn of synthetic filament not sewing thread, retail", + "parent": "5406", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540620", + "text": "540620 - Yarn of artificial filament not sewing thread, retail", + "parent": "5406", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5407", + "text": "5407 - Woven fabrics of synthetic filament yarn, including woven fabrics obtained from materials of heading no. 5404", + "parent": "54", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "540710", + "text": "540710 - Fabrics, woven; from high tenacity yarn, of nylon, other polyamides or of polyesters", + "parent": "5407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540720", + "text": "540720 - Fabrics, woven; from strip or the like, of synthetic textile materials", + "parent": "5407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540730", + "text": "540730 - Fabrics, woven; from synthetic filament yarn, adhesive or thermal bonded", + "parent": "5407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540741", + "text": "540741 - Fabrics, woven; containing 85% or more by weight of filaments of nylon or other polyamides, unbleached or bleached", + "parent": "5407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540742", + "text": "540742 - Fabrics, woven; containing 85% or more by weight of filaments of nylon or other polyamides, dyed", + "parent": "5407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540743", + "text": "540743 - Fabrics, woven; containing 85% or more by weight of filaments of nylon or other polyamides, of yarns of different colours", + "parent": "5407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540744", + "text": "540744 - Fabrics, woven; containing 85% or more by weight of filaments of nylon or other polyamides, printed", + "parent": "5407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540751", + "text": "540751 - Fabrics, woven; containing 85% or more by weight of textured polyester filaments, unbleached or bleached", + "parent": "5407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540752", + "text": "540752 - Fabrics, woven; containing 85% or more by weight of textured polyester filaments, dyed", + "parent": "5407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540753", + "text": "540753 - Fabrics, woven; containing 85% or more by weight of textured polyester filaments, of yarns of different colours", + "parent": "5407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540754", + "text": "540754 - Fabrics, woven; containing 85% or more by weight of textured polyester filaments, printed", + "parent": "5407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540760", + "text": "540760 - Woven fabric >85% non-textured polyester filament, ne", + "parent": "5407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540761", + "text": "540761 - Fabrics, woven; containing 85% or more by weight of non-textured polyester filaments", + "parent": "5407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540769", + "text": "540769 - Fabrics, woven; containing less than 85% by weight of non-textured polyester filaments", + "parent": "5407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540771", + "text": "540771 - Fabrics, woven; containing 85% or more by weight of synthetic filaments (excluding nylon or other polyamides and polyesters), unbleached or bleached", + "parent": "5407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540772", + "text": "540772 - Fabrics, woven; containing 85% or more by weight of synthetic filaments (excluding nylon or other polyamides and polyesters), dyed", + "parent": "5407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540773", + "text": "540773 - Fabrics, woven; containing 85% or more by weight of synthetic filaments (excluding nylon or other polyamides and polyesters), of yarns of different colours", + "parent": "5407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540774", + "text": "540774 - Fabrics, woven; containing 85% or more by weight of synthetic filaments (excluding nylon or other polyamides and polyesters), printed", + "parent": "5407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540781", + "text": "540781 - Fabrics, woven; of synthetic filament yarn, containing less than 85% by weight of synthetic filaments, mixed mainly or solely with cotton, bleached or unbleached", + "parent": "5407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540782", + "text": "540782 - Fabrics, woven; of synthetic filament yarn, containing less than 85% by weight of synthetic filaments, mixed mainly or solely with cotton, dyed", + "parent": "5407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540783", + "text": "540783 - Fabrics, woven; of synthetic filament yarn, containing less than 85% by weight of synthetic filaments, mixed mainly or solely with cotton, of yarns of different colours", + "parent": "5407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540784", + "text": "540784 - Fabrics, woven; of synthetic filament yarn, containing less than 85% by weight of synthetic filaments, printed", + "parent": "5407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540791", + "text": "540791 - Fabrics, woven; of synthetic filament yarn, bleached or unbleached, n.e.c. in heading no. 5407", + "parent": "5407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540792", + "text": "540792 - Fabrics, woven; of synthetic filament yarn, dyed, n.e.c. in heading 5407", + "parent": "5407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540793", + "text": "540793 - Fabrics, woven; of synthetic filament yarn, of yarns of different colours, n.e.c. in heading no. 5407", + "parent": "5407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540794", + "text": "540794 - Fabrics, woven; of synthetic filament yarn, printed, n.e.c. in heading no. 5407", + "parent": "5407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5408", + "text": "5408 - Woven fabrics of artificial filament yarn including woven fabrics obtained from materials of heading no. 5404", + "parent": "54", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "540810", + "text": "540810 - Fabrics, woven; of viscose rayon, high tenacity, artificial filament yarn", + "parent": "5408", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540821", + "text": "540821 - Fabrics, woven; of artificial filament yarn, containing 85% or more by weight of artificial filament, strip or the like, bleached or unbleached", + "parent": "5408", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540822", + "text": "540822 - Fabrics, woven; of artificial filament yarn, containing 85% or more by weight of artificial filament, strip or the like, dyed", + "parent": "5408", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540823", + "text": "540823 - Fabrics, woven; containing 85% or more by weight of artificial filament, strip or the like, of yarns of different colours", + "parent": "5408", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540824", + "text": "540824 - Fabrics, woven; of artificial filament yarn, containing 85% or more by weight of artificial filament, strip or the like, printed", + "parent": "5408", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540831", + "text": "540831 - Fabrics, woven; of artificial filament yarn, of artificial monofilament, strip and the like, n.e.c. in heading no. 5408, unbleached or bleached", + "parent": "5408", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540832", + "text": "540832 - Fabrics, woven; of artificial filament yarn, of artificial monofilament, strip and the like, n.e.c. in heading no. 5408, dyed", + "parent": "5408", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540833", + "text": "540833 - Fabrics, woven; of artificial filament yarn, of artificial monofilament, strip and the like, n.e.c. in heading no. 5408, of yarns of different colours", + "parent": "5408", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "540834", + "text": "540834 - Fabrics, woven; of artificial filament yarn, of artificial monofilament, strip and the like, n.e.c. in heading no. 5408, printed", + "parent": "5408", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "55", + "text": "55 - Man-made staple fibres", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "5501", + "text": "5501 - Synthetic filament tow", + "parent": "55", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "550110", + "text": "550110 - Fibres; synthetic filament tow, of nylon or other polyamides", + "parent": "5501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550111", + "text": "550111 - Fibres; synthetic filament tow, of nylon or other polyamides, of aramids", + "parent": "5501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550119", + "text": "550119 - Fibres; synthetic filament tow, of nylon or other polyamides, of other than aramids", + "parent": "5501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550120", + "text": "550120 - Fibres; synthetic filament tow, of polyesters", + "parent": "5501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550130", + "text": "550130 - Fibres; synthetic filament tow, acrylic or modacrylic", + "parent": "5501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550140", + "text": "550140 - Fibres; synthetic filament tow, of polypropylene", + "parent": "5501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550190", + "text": "550190 - Fibres; synthetic filament tow, of synthetic materials n.e.c. in heading no. 5501", + "parent": "5501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5502", + "text": "5502 - Artificial filament tow", + "parent": "55", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "550200", + "text": "550200 - Fibres; artificial filament tow", + "parent": "5502", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550210", + "text": "550210 - Fibres; artificial filament tow of cellulose acetate", + "parent": "5502", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550290", + "text": "550290 - Fibres; artificial filament tow, other than cellulose acetate", + "parent": "5502", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5503", + "text": "5503 - Synthetic staple fibres, not carded, combed or otherwise processed for spinning", + "parent": "55", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "550310", + "text": "550310 - Staple fibres of nylon, polyamides, not carded, combe", + "parent": "5503", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550311", + "text": "550311 - Fibres; synthetic staple fibres, of aramids, not carded, combed or otherwise processed for spinning", + "parent": "5503", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550319", + "text": "550319 - Fibres; synthetic staple fibres, of nylon or other polyamides other than aramids, not carded, combed or otherwise processed for spinning", + "parent": "5503", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550320", + "text": "550320 - Fibres; synthetic staple fibres, of polyesters, not carded, combed or otherwise processed for spinning", + "parent": "5503", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550330", + "text": "550330 - Fibres; synthetic staple fibres, acrylic or modacrylic, not carded, combed or otherwise processed for spinning", + "parent": "5503", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550340", + "text": "550340 - Fibres; synthetic staple fibres, of polypropylene, not carded, combed or otherwise processed for spinning", + "parent": "5503", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550390", + "text": "550390 - Fibres; synthetic staple fibres, of synthetic materials n.e.c. in heading no. 5503, not carded, combed or otherwise processed for spinning", + "parent": "5503", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5504", + "text": "5504 - Artificial staple fibres, not carded, combed or otherwise processed for spinning", + "parent": "55", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "550410", + "text": "550410 - Fibres; artificial staple fibres, of viscose, not carded, combed or otherwise processed for spinning", + "parent": "5504", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550490", + "text": "550490 - Fibres; artificial staple fibres, other than of viscose, not carded, combed or otherwise processed for spinning", + "parent": "5504", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5505", + "text": "5505 - Waste (including noils, yarn waste and garnetted stock), of man-made fibres", + "parent": "55", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "550510", + "text": "550510 - Fibres; waste (including noils, yarn waste and garnetted stock), of synthetic fibres", + "parent": "5505", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550520", + "text": "550520 - Fibres; waste (including noils, yarn waste and garnetted stock), of artificial fibres", + "parent": "5505", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5506", + "text": "5506 - Synthetic staple fibres, carded, combed or otherwise processed for spinning", + "parent": "55", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "550610", + "text": "550610 - Fibres; synthetic staple fibres, of nylon or other polyamides, carded, combed or otherwise processed for spinning", + "parent": "5506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550620", + "text": "550620 - Fibres; synthetic staple fibres, of polyesters, carded, combed or otherwise processed for spinning", + "parent": "5506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550630", + "text": "550630 - Fibres; synthetic staple fibres, acrylic or modacrylic, carded, combed or otherwise processed for spinning", + "parent": "5506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550640", + "text": "550640 - Fibres; synthetic staple fibres, of polypropylene, carded, combed or otherwise processed for spinning", + "parent": "5506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550690", + "text": "550690 - Fibres; synthetic staple fibres, n.e.c. in heading no. 5506, carded, combed or otherwise processed for spinning", + "parent": "5506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5507", + "text": "5507 - Artificial staple fibres, carded, combed or otherwise processed for spinning", + "parent": "55", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "550700", + "text": "550700 - Fibres; artificial staple fibres, carded, combed or otherwise processed for spinning", + "parent": "5507", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5508", + "text": "5508 - Sewing thread of man-made staple fibres, whether or not put up for retail sale", + "parent": "55", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "550810", + "text": "550810 - Sewing thread; of synthetic staple fibres, whether or not put up for retail sale", + "parent": "5508", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550820", + "text": "550820 - Sewing thread; of artificial staple fibres, whether or not put up for retail sale", + "parent": "5508", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5509", + "text": "5509 - Yarn (other than sewing thread) of synthetic staple fibres, not put up for retail sale", + "parent": "55", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "550911", + "text": "550911 - Yarn; (not sewing thread), single, of synthetic staple fibres, containing 85% or more by weight of nylon or other polyamides, not put up for retail sale", + "parent": "5509", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550912", + "text": "550912 - Yarn; (not sewing thread), multiple (folded) or cabled yarn, of synthetic staple fibres, containing 85% or more by weight of nylon or other polyamides, not put up for retail sale", + "parent": "5509", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550921", + "text": "550921 - Yarn; (not sewing thread), single, of synthetic staple fibres, containing 85% or more by weight of polyester, not put up for retail sale", + "parent": "5509", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550922", + "text": "550922 - Yarn; (not sewing thread), multiple (folded) or cabled yarn, of synthetic staple fibres, containing 85% or more by weight of polyester, not put up for retail sale", + "parent": "5509", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550931", + "text": "550931 - Yarn; (not sewing thread), single, of synthetic staple fibres, containing 85% or more by weight of acrylic or modacrylic, not put up for retail sale", + "parent": "5509", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550932", + "text": "550932 - Yarn; (not sewing thread), multiple (folded) or cabled, of synthetic staple fibres, containing 85% or more by weight of acrylic or modacrylic, not put up for retail sale", + "parent": "5509", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550941", + "text": "550941 - Yarn; (not sewing thread), single, containing 85% or more by weight of synthetic staple fibres, n.e.c. in heading no. 5509, not put up for retail sale", + "parent": "5509", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550942", + "text": "550942 - Yarn; (not sewing thread), multiple (folded) or cabled yarn, containing 85% or more by weight of synthetic staple fibres, n.e.c. in heading no. 5509, not put up for retail sale", + "parent": "5509", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550951", + "text": "550951 - Yarn; (not sewing thread), of polyester staple fibres, mixed mainly or solely with artificial staple fibres, not put up for retail sale", + "parent": "5509", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550952", + "text": "550952 - Yarn; (not sewing thread), of polyester staple fibres, mixed mainly or solely with wool or fine animal hair, not put up for retail sale", + "parent": "5509", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550953", + "text": "550953 - Yarn; (not sewing thread), of polyester staple fibres, mixed mainly or solely with cotton, not put up for retail sale", + "parent": "5509", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550959", + "text": "550959 - Yarn; (not sewing thread), of polyester staple fibres, mixed mainly or solely with fibres n.e.c. in item no. 5509.5, not put up for retail sale", + "parent": "5509", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550961", + "text": "550961 - Yarn; (not sewing thread), of acrylic or modacrylic staple fibres, mixed mainly or solely with wool or fine animal hair, not put up for retail sale", + "parent": "5509", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550962", + "text": "550962 - Yarn; (not sewing thread), of acrylic or modacrylic staple fibres, mixed mainly or solely with cotton, not put up for retail sale", + "parent": "5509", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550969", + "text": "550969 - Yarn; (not sewing thread), of acrylic or modacrylic staple fibres, mixed mainly or solely with fibres n.e.c. in item no. 5509.6, not put up for retail sale", + "parent": "5509", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550991", + "text": "550991 - Yarn; (not sewing thread), of synthetic staple fibres, mixed mainly or solely with wool or fine animal hair, n.e.c. in heading no. 5509, not put up for retail sale", + "parent": "5509", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550992", + "text": "550992 - Yarn; (not sewing thread), of synthetic staple fibres, mixed mainly or solely with cotton, n.e.c. in heading no. 5509, not put up for retail sale", + "parent": "5509", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "550999", + "text": "550999 - Yarn; (not sewing thread), of synthetic staple fibres, mixed mainly or solely with fibres (other than wool, fine animal hair or cotton), n.e.c. in heading no. 5509, not put up for retail sale", + "parent": "5509", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5510", + "text": "5510 - Yarn (other than sewing thread) of artificial staple fibres, not put up for retail sale", + "parent": "55", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "551011", + "text": "551011 - Yarn; (not sewing thread), single, of artificial staple fibres, containing 85% or more by weight of artificial staple fibres, not put up for retail sale", + "parent": "5510", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551012", + "text": "551012 - Yarn; (not sewing thread), multiple (folded) or cabled yarn, of artificial staple fibres, containing 85% or more by weight of artificial staple fibres, not put up for retail sale", + "parent": "5510", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551020", + "text": "551020 - Yarn; (not sewing thread), of artificial staple fibres, mixed mainly or solely with wool or fine animal hair, not put up for retail sale", + "parent": "5510", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551030", + "text": "551030 - Yarn; (not sewing thread), of artificial staple fibres, mixed mainly or solely with cotton, not put up for retail sale", + "parent": "5510", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551090", + "text": "551090 - Yarn; (not sewing thread), of artificial staple fibres, mixed mainly or solely with fibres (other than wool, fine animal hair or cotton), not put up for retail sale", + "parent": "5510", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5511", + "text": "5511 - Yarn (not sewing thread), of man-made staple fibres, put up for retail sale", + "parent": "55", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "551110", + "text": "551110 - Yarn; (not sewing thread), of synthetic staple fibres, containing 85% or more by weight of synthetic staple fibres, put up for retail sale", + "parent": "5511", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551120", + "text": "551120 - Yarn; (not sewing thread), of synthetic staple fibres, containing less than 85% by weight of synthetic staple fibres, put up for retail sale", + "parent": "5511", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551130", + "text": "551130 - Yarn; (not sewing thread), of artificial staple fibres, put up for retail sale", + "parent": "5511", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5512", + "text": "5512 - Woven fabrics of synthetic staple fibres, containing 85% or more by weight of synthetic staple fibres", + "parent": "55", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "551211", + "text": "551211 - Fabrics, woven; of synthetic staple fibres, containing 85% or more by weight of polyester staple fibres, unbleached or bleached", + "parent": "5512", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551219", + "text": "551219 - Fabrics, woven; of synthetic staple fibres, containing 85% or more by weight of polyester staple fibres, other than unbleached or bleached", + "parent": "5512", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551221", + "text": "551221 - Fabrics, woven; of synthetic staple fibres, containing 85% or more by weight of acrylic or modacrylic staple fibres, unbleached or bleached", + "parent": "5512", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551229", + "text": "551229 - Fabrics, woven; of synthetic staple fibres, containing 85% or more by weight of acrylic or modacrylic staple fibres, other than unbleached or bleached", + "parent": "5512", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551291", + "text": "551291 - Fabrics, woven; of synthetic staple fibres, containing 85% or more by weight of such fibres n.e.c. in heading no. 5512, unbleached or bleached", + "parent": "5512", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551299", + "text": "551299 - Fabrics, woven; of synthetic staple fibres, containing 85% or more by weight of such fibres n.e.c. in heading no. 5512, other than unbleached or bleached", + "parent": "5512", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5513", + "text": "5513 - Woven fabrics of synthetic staple fibres, containing less than 85% by weight of such fibres, mixed mainly or solely with cotton, of a weight not exceeding 170g/m2", + "parent": "55", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "551311", + "text": "551311 - Fabrics, woven; plain weave, of polyester staple fibres, containing less than 85% by weight of such fibres, mixed mainly or solely with cotton, of a weight not exceeding 170g/m2, unbleached or bleached", + "parent": "5513", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551312", + "text": "551312 - Fabrics, woven; 3-thread or 4-thread twill, of polyester staple fibres, containing less than 85% by weight of such, mixed mainly or solely with cotton, not exceeding 170g/m2, unbleached or bleached", + "parent": "5513", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551313", + "text": "551313 - Fabrics, woven; of polyester staple fibres, containing less than 85% by weight of such fibres, mixed mainly or solely with cotton, not exceeding 170g/m2, unbleached or bleached", + "parent": "5513", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551319", + "text": "551319 - Fabrics, woven; containing less than 85% by weight of synthetic staple fibres (other than polyesters), mixed mainly or solely with cotton, not exceeding 170g/m2, unbleached or bleached", + "parent": "5513", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551321", + "text": "551321 - Fabrics, woven; plain weave, dyed, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, not exceeding 170g/m2", + "parent": "5513", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551322", + "text": "551322 - Woven twill >85% polyester + cotton, <170g/m2 dyed", + "parent": "5513", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551323", + "text": "551323 - Fabrics, woven; dyed, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, not exceeding 170g/m2", + "parent": "5513", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551329", + "text": "551329 - Fabrics, woven; dyed, containing less than 85% by weight of synthetic staple fibres (other than polyesters), mixed mainly or solely with cotton, not exceeding 170g/m2", + "parent": "5513", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551331", + "text": "551331 - Fabrics, woven; plain weave, of yarns of different colours, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, not exceeding 170g/m2", + "parent": "5513", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551332", + "text": "551332 - Woven twill >85% polyester + cotton,<170g/m2 yarn dye", + "parent": "5513", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551333", + "text": "551333 - Woven nes >85% polyester + cotton, <170g/m2 yarn dyed", + "parent": "5513", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551339", + "text": "551339 - Fabrics, woven; of yarns of different colours, containing less than 85% of synthetic staple fibres (other than polyester, plain weave), mixed mainly or solely with cotton, not exceeding 170g/m2", + "parent": "5513", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551341", + "text": "551341 - Fabrics, woven; plain weave, printed, of polyester staple fibres, containing less than 85% by weight of such fibres, mixed mainly or solely with cotton, not exceeding 170g/m2", + "parent": "5513", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551342", + "text": "551342 - Woven twill >85% polyester + cotton, <170g/m2 printed", + "parent": "5513", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551343", + "text": "551343 - Woven nes >85% polyester + cotton, <170g/m2 printed", + "parent": "5513", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551349", + "text": "551349 - Fabrics, woven; printed, containing less than 85% by weight of synthetic staple fibres (other than polyester, plain weave), mixed mainly or solely with cotton, not exceeding 170g/m2", + "parent": "5513", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5514", + "text": "5514 - Woven fabrics of synthetic staple fibres, containing less than 85% by weight of such fibres, mixed mainly or solely with cotton, of a weight exceeding 170g/m2", + "parent": "55", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "551411", + "text": "551411 - Fabrics, woven; plain weave, unbleached or bleached, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, exceeding 170g/m2", + "parent": "5514", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551412", + "text": "551412 - Fabrics, woven; 3- or 4-thread twill, including cross twill, unbleached or bleached, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, over 170g/m2", + "parent": "5514", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551413", + "text": "551413 - Woven nes >85% polyester + cotton, >170g/m2 unbl/blch", + "parent": "5514", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551419", + "text": "551419 - Fabrics, woven; unbleached or bleached, containing less than 85% by weight of synthetic staple fibres n.e.c. in item no. 55.14.1, mixed mainly or solely with cotton, exceeding 170g/m2", + "parent": "5514", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551421", + "text": "551421 - Fabrics, woven; plain weave, dyed, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, exceeding 170g/m2", + "parent": "5514", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551422", + "text": "551422 - Fabrics, woven; 3- or 4-thread twill, including cross twill, dyed, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, exceeding 170g/m2", + "parent": "5514", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551423", + "text": "551423 - Fabrics, woven; dyed, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, exceeding 170g/m2, n.e.c. in heading no. 5514", + "parent": "5514", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551429", + "text": "551429 - Fabrics, woven; dyed, containing less than 85% by weight of synthetic staple fibres (other than polyesters), mixed mainly or solely with cotton, exceeding 170g/m2", + "parent": "5514", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551430", + "text": "551430 - Fabrics, woven; of yarns of different colours, containing less than 85% by weight of synthetic staple fibres, mixed mainly or solely with cotton, exceeding 170g/m2", + "parent": "5514", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551431", + "text": "551431 - Woven plain >85% polyester + cotton,>170g/m2 yarn dye", + "parent": "5514", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551432", + "text": "551432 - Woven twill >85% polyester + cotton,>170g/m2 yarn dye", + "parent": "5514", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551433", + "text": "551433 - Woven nes >85% polyester + cotton, >170g/m2 yarn dyed", + "parent": "5514", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551439", + "text": "551439 - Woven fabric>85% synth nes + cotton,>170g/m2 yarn dye", + "parent": "5514", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551441", + "text": "551441 - Fabrics, woven; plain weave, printed, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, exceeding 170g/m2", + "parent": "5514", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551442", + "text": "551442 - Fabrics, woven; 3- or 4-thread twill, including cross twill, printed, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, exceeding 170g/m2", + "parent": "5514", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551443", + "text": "551443 - Fabrics, woven; printed, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, weight exceeding 170g/m2, n.e.c. in heading no. 5514", + "parent": "5514", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551449", + "text": "551449 - Fabrics, woven; printed, containing less than 85% by weight of synthetic staple fibres (other than polyesters), mixed mainly or solely with cotton, exceeding 170g/m2", + "parent": "5514", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5515", + "text": "5515 - Woven fabrics of synthetic staple fibres, n.e.c. in chapter 55", + "parent": "55", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "551511", + "text": "551511 - Fabrics, woven; of polyester staple fibres n.e.c. in chapter 55, mixed mainly or solely with viscose rayon staple fibres", + "parent": "5515", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551512", + "text": "551512 - Fabrics, woven; of polyester staple fibres n.e.c. in chapter 55, mixed mainly or solely with man-made filaments", + "parent": "5515", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551513", + "text": "551513 - Fabrics, woven; of polyester staple fibres n.e.c. in chapter 55, mixed mainly or solely with wool or fine animal hair", + "parent": "5515", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551519", + "text": "551519 - Fabrics, woven; of polyester staple fibres n.e.c. in chapter 55, mixed mainly or solely with fibres n.e.c. in item no. 5515.1", + "parent": "5515", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551521", + "text": "551521 - Fabrics, woven; of acrylic or modacrylic staple fibres n.e.c. in chapter 55, mixed mainly or solely with man-made filaments", + "parent": "5515", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551522", + "text": "551522 - Fabrics, woven; of acrylic or modacrylic staple fibres n.e.c. in chapter 55, mixed mainly or solely with wool or fine animal hair", + "parent": "5515", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551529", + "text": "551529 - Fabrics, woven; of acrylic or modacrylic staple fibres n.e.c. in chapter 55, mixed mainly or solely with fibres n.e.c. in item no. 5515.2", + "parent": "5515", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551591", + "text": "551591 - Fabrics, woven; of synthetic staple fibres n.e.c. in chapter 55, mixed mainly or solely with man-made filaments", + "parent": "5515", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551592", + "text": "551592 - Woven fabric synthetic staple with wool or hair nes", + "parent": "5515", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551599", + "text": "551599 - Fabrics, woven; of synthetic staple fibres n.e.c. in chapter 55, mixed mainly or solely with fibres n.e.c. in heading no. 5515", + "parent": "5515", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5516", + "text": "5516 - Woven fabrics of artificial staple fibres", + "parent": "55", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "551611", + "text": "551611 - Fabrics, woven; unbleached or bleached, containing 85% or more by weight of artificial staple fibres", + "parent": "5516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551612", + "text": "551612 - Fabrics, woven; dyed, containing 85% or more by weight of artificial staple fibres", + "parent": "5516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551613", + "text": "551613 - Fabrics, woven; of yarns of different colours, containing 85% or more by weight of artificial staple fibres", + "parent": "5516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551614", + "text": "551614 - Fabrics, woven; printed, containing 85% or more by weight of artificial staple fibres", + "parent": "5516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551621", + "text": "551621 - Fabrics, woven; unbleached or bleached, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with manmade filaments", + "parent": "5516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551622", + "text": "551622 - Fabrics, woven; dyed, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with man-made filaments", + "parent": "5516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551623", + "text": "551623 - Fabrics, woven; of yarns of different colours, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with man-made filaments", + "parent": "5516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551624", + "text": "551624 - Fabrics, woven; printed, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with man-made filaments", + "parent": "5516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551631", + "text": "551631 - Fabrics, woven; unbleached or bleached, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with wool or fine animal hair", + "parent": "5516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551632", + "text": "551632 - Fabrics, woven; dyed, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with wool or fine animal hair", + "parent": "5516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551633", + "text": "551633 - Fabrics, woven; of yarns of different colours, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with wool or fine animal hair", + "parent": "5516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551634", + "text": "551634 - Fabrics, woven; printed, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with wool or fine animal hair", + "parent": "5516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551641", + "text": "551641 - Fabrics, woven; unbleached or bleached, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with cotton", + "parent": "5516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551642", + "text": "551642 - Fabrics, woven; dyed, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with cotton", + "parent": "5516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551643", + "text": "551643 - Fabrics, woven; of yarns of different colours, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with cotton", + "parent": "5516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551644", + "text": "551644 - Fabrics, woven; printed, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with cotton", + "parent": "5516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551691", + "text": "551691 - Fabrics, woven; unbleached or bleached, of artificial staple fibres, n.e.c. in heading no. 5516", + "parent": "5516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551692", + "text": "551692 - Fabrics, woven; dyed, of artificial staple fibres, n.e.c. in heading no. 5516", + "parent": "5516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551693", + "text": "551693 - Fabrics, woven; of yarns of different colours, of artificial staple fibres, n.e.c. in heading no. 5516", + "parent": "5516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "551694", + "text": "551694 - Fabrics, woven; printed, of artificial staple fibres, n.e.c. in heading no. 5516", + "parent": "5516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "56", + "text": "56 - Wadding, felt and nonwovens, special yarns; twine, cordage, ropes and cables and articles thereof", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "5601", + "text": "5601 - Wadding of textile materials and articles thereof; textile fibres, not exceeding 5 mm in length (flock), textile dust and mill neps", + "parent": "56", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "560110", + "text": "560110 - Sanitary towels & tampons, napkins & napkin liners for babies & similar sanitary articles, of wadding", + "parent": "5601", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "560121", + "text": "560121 - Wadding; other articles thereof, of cotton", + "parent": "5601", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "560122", + "text": "560122 - Wadding; other articles thereof, of man-made fibres", + "parent": "5601", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "560129", + "text": "560129 - Wadding; other articles thereof, other than of cotton or man-made fibres", + "parent": "5601", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "560130", + "text": "560130 - Wadding; textile flock and dust and mill neps", + "parent": "5601", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5602", + "text": "5602 - Felt; whether or not impregnated, coated, covered or laminated", + "parent": "56", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "560210", + "text": "560210 - Felt; needleloom felt and stitch-bonded fibre fabrics, whether or not impregnated, coated, covered or laminated", + "parent": "5602", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "560221", + "text": "560221 - Felt; of wool or fine animal hair (excluding needleloom felt or stitch-bonded fibre fabrics), not impregnated, coated, covered nor laminated", + "parent": "5602", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "560229", + "text": "560229 - Felt; of textile materials other than wool or fine animal hair (excluding needleloom felt and stitch-bonded fibre fabrics), not impregnated, coated, covered or laminated", + "parent": "5602", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "560290", + "text": "560290 - Felt; impregnated, coated, covered or laminated (excluding needleloom felt and stitch-bonded fibre fabrics)", + "parent": "5602", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5603", + "text": "5603 - Nonwovens; whether or not impregnated, coated, covered or laminated", + "parent": "56", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "560300", + "text": "560300 - Nonwovens textiles except felt", + "parent": "5603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "560311", + "text": "560311 - Nonwovens; whether or not impregnated, coated, covered or laminated, of man-made filaments, (weighing not more than 25g/m2)", + "parent": "5603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "560312", + "text": "560312 - Nonwovens; whether or not impregnated, coated, covered or laminated, of man-made filaments, (weighing more than 25g/m2 but not more than 70g/m2)", + "parent": "5603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "560313", + "text": "560313 - Nonwovens; whether or not impregnated, coated, covered or laminated, of man-made filaments, (weighing more than 70g/m2 but not more than 150g/m2)", + "parent": "5603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "560314", + "text": "560314 - Nonwovens; whether or not impregnated, coated, covered or laminated, of man-made filaments, (weighing more than 150g/m2)", + "parent": "5603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "560391", + "text": "560391 - Nonwovens; whether or not impregnated, coated, covered or laminated, not of man-made filaments, (weighing not more than 25g/m2)", + "parent": "5603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "560392", + "text": "560392 - Nonwovens; whether or not impregnated, coated, covered or laminated, not of man-made filaments, (weighing more than 25g/m2 but not more than 70g/m2)", + "parent": "5603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "560393", + "text": "560393 - Nonwovens; whether or not impregnated, coated, covered or laminated, not of man-made filaments, (weighing more than 70g/m2 but not more than 150g/m2)", + "parent": "5603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "560394", + "text": "560394 - Nonwovens; whether or not impregnated, coated, covered or laminated, not of man-made filaments, (weighing more than 150g/m2)", + "parent": "5603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5604", + "text": "5604 - Rubber thread and cord, textile covered; textile yarn and strip and the like of heading no. 5404, 5405; impregnated, coated, covered or sheathed with rubber or plastics", + "parent": "56", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "560410", + "text": "560410 - Rubber thread and cord; textile covered", + "parent": "5604", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "560420", + "text": "560420 - Hi-ten manmade yarn rubber, plastic coated/impregnate", + "parent": "5604", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "560490", + "text": "560490 - Yarn; textile yarn, strip, and the like of heading no. 5404 or 5405, impregnated, coated, covered, or sheathed with rubber or plastics, n.e.c. in heading no. 5604", + "parent": "5604", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5605", + "text": "5605 - Yarn; metallised, whether or not gimped, of textile yarn, or strip or the like of heading no. 5404 or 5405, combined with metal in the form of thread, strip or powder or covered with metal", + "parent": "56", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "560500", + "text": "560500 - Yarn; metallised, whether or not gimped, of textile yarn, or strip or the like of heading no. 5404 or 5405, combined with metal in the form of thread, strip or powder or covered with metal", + "parent": "5605", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5606", + "text": "5606 - Yarn and strip and the like of heading no. 5404 or 5405, gimped (other than those of heading no. 5606 and gimped horsehair yarn); chenille yarn (including flock chenille yarn); loop wale-yarn", + "parent": "56", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "560600", + "text": "560600 - Yarn and strip and the like of heading no. 5404 or 5405; gimped, (other than those of heading no. 5406 and gimped horsehair yarn); chenille yarn (including flock chenille yarn); loop wale-yarn", + "parent": "5606", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5607", + "text": "5607 - Twine, cordage, ropes and cables, whether or not plaited or braided; whether or not impregnated, coated, covered or sheathed with rubber or plastics", + "parent": "56", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "560710", + "text": "560710 - Twine, cordage, ropes and cables, of jute, bast fibre", + "parent": "5607", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "560721", + "text": "560721 - Twine; binder or baler twine, of sisal or other textile fibres of the genus agave", + "parent": "5607", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "560729", + "text": "560729 - Twine, cordage, ropes, cables; of sisal or other textile fibres of the genus agave (excluding binder or baler twine), whether or not plaited, braided or rubber or plastic impregnated, coated, covered or sheathed", + "parent": "5607", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "560730", + "text": "560730 - Twine, cordage, ropes and cables, of abaca etc", + "parent": "5607", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "560741", + "text": "560741 - Twine; binder or baler twine, of polyethylene or polypropylene", + "parent": "5607", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "560749", + "text": "560749 - Twine, cordage, ropes, cables; of polyethylene or polypropylene (excluding binder or baler twine), whether or not plaited, braided or rubber or plastic impregnated, coated, covered or sheathed", + "parent": "5607", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "560750", + "text": "560750 - Twine, cordage, ropes, cables; of synthetic fibres other than polyethylene or polypropylene, whether or not plaited, braided or impregnated, coated, covered or sheathed with rubber or plastics", + "parent": "5607", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "560790", + "text": "560790 - Twine, cordage, ropes, cables; of materials n.e.c. in heading no. 5607, whether or not plaited, braided or impregnated, coated, covered, or sheathed with rubber or plastics", + "parent": "5607", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5608", + "text": "5608 - Twine, cordage or rope; knotted netting, made up fishing nets and other made up nets, of textile materials", + "parent": "56", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "560811", + "text": "560811 - Twine, cordage or rope; fishing nets, made up, of man made textile materials", + "parent": "5608", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "560819", + "text": "560819 - Twine, cordage or rope; knotted netting, for other than fishing, of man-made textile materials", + "parent": "5608", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "560890", + "text": "560890 - Twine, cordage or rope; knotted netting, of other than man-made textiles", + "parent": "5608", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5609", + "text": "5609 - Articles of yarn, strip or the like of heading no. 5404 or 5405; twine, cordage, rope or cables n.e.c. or included", + "parent": "56", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "560900", + "text": "560900 - Yarn; articles of yarn, strip or the like of heading no. 5404 and 5405, twine, cordage, rope or cables n.e.c. or included", + "parent": "5609", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "57", + "text": "57 - Carpets and other textile floor coverings", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "5701", + "text": "5701 - Carpets and other textile floor coverings; knotted, whether or not made up", + "parent": "57", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "570110", + "text": "570110 - Carpets and other textile floor coverings; knotted, of wool or fine animal hair, whether or not made up", + "parent": "5701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "570190", + "text": "570190 - Carpets and other textile floor coverings; knotted, of textile materials (other than wool or fine animal hair), whether or not made up", + "parent": "5701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5702", + "text": "5702 - Carpets and other textile floor coverings; woven, (not tufted or flocked), whether or not made up, including kelem, schumacks, karamanie and similar hand-woven rugs", + "parent": "57", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "570210", + "text": "570210 - Carpets and other textile floor coverings; woven, (not tufted or flocked), whether or not made up, including kelem, schumacks, karamanie and similar hand-woven rugs", + "parent": "5702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "570220", + "text": "570220 - Carpets and other textile floor coverings; woven, (not tufted or flocked), whether or not made up, of coconut fibres (coir)", + "parent": "5702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "570231", + "text": "570231 - Carpets and other textile floor coverings; woven, (not tufted or flocked), of wool or fine animal hair, of pile construction, not made up, n.e.c. in item no. 5702.10 or 5702.20", + "parent": "5702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "570232", + "text": "570232 - Carpets and other textile floor coverings; woven, (not tufted or flocked), of man-made textile materials, of pile construction, not made up, n.e.c. in item no. 5702.10 or 5702.20", + "parent": "5702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "570239", + "text": "570239 - Carpets and other textile floor coverings; woven, (not tufted or flocked), of textile materials (other than man-made, wool or fine animal hair), of pile construction, not made up, n.e.c. in item no. 5702.10 or 5702.20", + "parent": "5702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "570241", + "text": "570241 - Carpets and other textile floor coverings; woven, (not tufted or flocked), of wool or fine animal hair, of pile construction, made up, n.e.c. in item no. 5702.10 or 5702.20", + "parent": "5702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "570242", + "text": "570242 - Carpets and other textile floor coverings; woven, (not tufted or flocked), of man-made textile materials, of pile construction, made up, n.e.c. in item no. 5702.10 or 5702.20", + "parent": "5702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "570249", + "text": "570249 - Carpets and other textile floor coverings; woven, (not tufted or flocked), of textile materials (other than man-made, wool or fine animal hair), of pile construction, made up, n.e.c. in item no. 5702.10 or 5702.20", + "parent": "5702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "570250", + "text": "570250 - Carpets and other textile floor coverings; woven, (not tufted or flocked), not of pile construction, not made up, n.e.c. in item no. 5702.10 or 5702.20", + "parent": "5702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "570251", + "text": "570251 - Carpets of wool or hair, woven, not made up, nes", + "parent": "5702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "570252", + "text": "570252 - Carpets of manmade yarn, woven, not made up, nes", + "parent": "5702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "570259", + "text": "570259 - Carpets of yarn nes, woven, not made up, nes", + "parent": "5702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "570291", + "text": "570291 - Carpets and other textile floor coverings; woven, (not tufted or flocked), of wool or fine animal hair, (not of pile construction), made up, n.e.c. in item no. 5702.10 or 5702.20", + "parent": "5702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "570292", + "text": "570292 - Carpets and other textile floor coverings; woven, (not tufted or flocked), of man-made textile materials, (not of pile construction), made up, n.e.c. in item no. 5702.10 or 5702.20", + "parent": "5702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "570299", + "text": "570299 - Carpets and other textile floor coverings; woven, (not tufted or flocked), of textile materials (other than man-made or wool or fine animal hair, not of pile construction), made up, n.e.c. in item no. 5702.10 or 5702.20", + "parent": "5702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5703", + "text": "5703 - Carpets and other textile floor coverings (including turf); tufted, whether or not made up", + "parent": "57", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "570310", + "text": "570310 - Carpets and other textile floor coverings (including turf); tufted, of wool or fine animal hair, whether or not made up", + "parent": "5703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "570320", + "text": "570320 - Carpets and other textile floor coverings; tufted, of nylon or other polyamides, whether or not made up", + "parent": "5703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "570321", + "text": "570321 - Carpets and other textile floor coverings; tufted, of nylon or other polyamides, whether or not made up", + "parent": "5703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "570329", + "text": "570329 - Carpets; tufted, of nylon or other polyamides, whether or not made up", + "parent": "5703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "570330", + "text": "570330 - Carpets and other textile floor coverings; tufted, of man-made textile materials (other than polyamides), whether or not made up", + "parent": "5703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "570331", + "text": "570331 - Carpets and other textile floor coverings; tufted, of other man-made textile materials (other than polyamides), whether or not made up", + "parent": "5703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "570339", + "text": "570339 - Carpets; tufted, of man-made textile materials (other than polyamides), whether of not made up", + "parent": "5703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "570390", + "text": "570390 - Carpets and other textile floor coverings; tufted, of textile materials (other than man-made, wool or fine animal hair), whether or not made up", + "parent": "5703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5704", + "text": "5704 - Carpets and other textile floor coverings; of felt, (not tufted or flocked), whether or not made up", + "parent": "57", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "570410", + "text": "570410 - Textile floor coverings; felt tiles, (not tufted or flocked), whether or not made up, having a maximum surface area of 0.3m2", + "parent": "5704", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "570420", + "text": "570420 - Carpets and other textile floor coverings; of felt, (not tufted or flocked), whether or not made up, having a maximum surface area exceeding 0.3 m2 but not exceeding 1 m2", + "parent": "5704", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "570490", + "text": "570490 - Carpets and other textile floor coverings; of felt, (not tufted or flocked), in the piece, whether or not made up, having a maximum surface area exceeding 1 m2", + "parent": "5704", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5705", + "text": "5705 - Carpets and other textile floor coverings; n.e.c. in chapter 57, whether or not made up", + "parent": "57", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "570500", + "text": "570500 - Carpets and other textile floor coverings; n.e.c. in chapter 57, whether or not made up", + "parent": "5705", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "58", + "text": "58 - Fabrics; special woven fabrics, tufted textile fabrics, lace, tapestries, trimmings, embroidery", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "5801", + "text": "5801 - Fabrics; woven pile and chenille fabrics, other than fabrics of heading no. 5802 or 5806", + "parent": "58", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "580110", + "text": "580110 - Fabrics; woven pile, of wool or fine animal hair, other than fabrics of heading no. 5802 or 5806", + "parent": "5801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "580121", + "text": "580121 - Fabrics; woven pile, of cotton, uncut weft pile fabrics, other than fabrics of heading no. 5802 or 5806", + "parent": "5801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "580122", + "text": "580122 - Fabrics; woven pile, of cotton, cut corduroy, other than fabrics of heading no. 5802 or 5806", + "parent": "5801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "580123", + "text": "580123 - Fabrics; woven pile, of cotton, weft pile fabrics other than uncut and corduroy, other than fabrics of heading no. 5802 or 5806", + "parent": "5801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "580124", + "text": "580124 - Warp pile fabrics (excl. of 58.02/58.06), TpinglT (uncut), of cotton", + "parent": "5801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "580125", + "text": "580125 - Warp pile fabrics (excl. of 58.02/58.06), cut, of cotton", + "parent": "5801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "580126", + "text": "580126 - Fabrics; chenille, of cotton, other than fabrics of heading no. 5802 or 5806", + "parent": "5801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "580127", + "text": "580127 - Fabrics; woven pile, of cotton, warp pile fabrics, other than fabrics of heading no. 5802 or 5806", + "parent": "5801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "580131", + "text": "580131 - Fabrics; woven pile, of man-made fibres, uncut weft pile fabrics, other than fabrics of heading no. 5802 or 5806", + "parent": "5801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "580132", + "text": "580132 - Fabrics; woven pile, of man-made fibres, cut corduroy, other than fabrics of heading no. 5802 or 5806", + "parent": "5801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "580133", + "text": "580133 - Fabrics; woven pile, of man-made fibres, other weft pile fabrics, other than fabrics of heading no. 5802 or 5806", + "parent": "5801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "580134", + "text": "580134 - Warp pile fabrics (excl. of 58.02/58.06), TpinglT (uncut), of man-made fibres", + "parent": "5801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "580135", + "text": "580135 - Warp pile fabrics (excl. of 58.02/58.06), cut, of man-made fibres", + "parent": "5801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "580136", + "text": "580136 - Fabrics; chenille, of man-made fibres, other than fabrics of heading no. 5802 or 5806", + "parent": "5801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "580137", + "text": "580137 - Fabrics; woven pile, of man-made fibres, warp pile fabrics, other than fabrics of heading no. 5802 or 5806", + "parent": "5801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "580190", + "text": "580190 - Fabrics; woven pile and chenille, of textile materials n.e.c. in heading no. 5801, other than fabrics of heading no. 5802 or 5806", + "parent": "5801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5802", + "text": "5802 - Fabrics; terry towelling and similar woven terry fabrics other than narrow fabrics of heading no. 5806; tufted textile fabrics, excluding products of heading no. 5703", + "parent": "58", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "580210", + "text": "580210 - Fabrics; terry towelling and similar woven terry fabrics, of cotton, whether bleached or unbleached, excluding narrow fabrics of heading no. 5806", + "parent": "5802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "580211", + "text": "580211 - Fabrics; terry towelling and similar woven terry fabrics, of cotton, unbleached, excluding narrow fabrics of heading no. 5806", + "parent": "5802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "580219", + "text": "580219 - Fabrics; terry towelling and similar woven terry fabrics, of cotton, bleached, excluding narrow fabrics of heading no. 5806", + "parent": "5802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "580220", + "text": "580220 - Fabrics; terry towelling and similar woven terry fabrics, of textile materials, excluding cotton, excluding narrow fabrics of heading no. 5806", + "parent": "5802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "580230", + "text": "580230 - Fabrics; tufted textile fabrics, excluding products of heading no. 5703", + "parent": "5802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5803", + "text": "5803 - Gauze; other than narrow fabrics of heading no. 5806", + "parent": "58", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "580300", + "text": "580300 - Gauze; other than narrow fabrics of heading no. 5806", + "parent": "5803", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "580310", + "text": "580310 - Cotton gauze > 30 cm wide", + "parent": "5803", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "580390", + "text": "580390 - Gauze, except cotton, > 30 cm wide", + "parent": "5803", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5804", + "text": "5804 - Tulles and other net fabrics; not including woven, knitted or crocheted fabrics; lace in the piece, in strips or in motifs, (other than fabrics of headings 60.02 to 60.06)", + "parent": "58", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "580410", + "text": "580410 - Tulles and other net fabrics; excluding woven, knitted or crocheted fabrics, (other than fabrics of headings 60.02 to 60.06)", + "parent": "5804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "580421", + "text": "580421 - Lace; mechanically made, of man-made fibres in the piece, in strips or in motifs, (other than fabrics of headings 60.02 to 60.06)", + "parent": "5804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "580429", + "text": "580429 - Lace; mechanically made, of textile materials, (other than man-made fibres), in the piece, in strips or motifs, (other than fabrics of headings 60.02 to 60.06)", + "parent": "5804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "580430", + "text": "580430 - Lace; hand-made, in the piece, in strips or motifs, (other than fabrics of headings 60.02 to 60.06)", + "parent": "5804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5805", + "text": "5805 - Tapestries; hand-woven, (Gobelins, Flanders, Aubusson, Beauvais and the like) and needle-worked tapestries (e.g. petit point, cross-stitch) whether or not made up", + "parent": "58", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "580500", + "text": "580500 - Tapestries; hand-woven, (Gobelins, Flanders, Aubusson, Beauvais and the like) and needle-worked tapestries (e.g. petit point, cross-stitch) whether or not made up", + "parent": "5805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5806", + "text": "5806 - Fabrics; narrow woven, other than goods of heading 5807; narrow fabrics consisting of warp without weft assembled by means of an adhesive (bolducs)", + "parent": "58", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "580610", + "text": "580610 - Fabrics; woven pile (including terry towelling and similar terry fabrics) and chenille fabrics (excluding goods of heading 5807)", + "parent": "5806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "580620", + "text": "580620 - Fabrics; narrow (excluding pile fabrics), containing by weight 5% or more of elastomeric yarn or rubber thread", + "parent": "5806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "580631", + "text": "580631 - Fabrics; narrow woven fabrics, n.e.c. in heading no. 5806, of cotton (excluding goods of heading no. 5807)", + "parent": "5806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "580632", + "text": "580632 - Fabrics, narrow woven fabrics, n.e.c. in heading no. 5806, of man-made fibres (excluding goods of heading no. 5807)", + "parent": "5806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "580639", + "text": "580639 - Fabrics; narrow woven fabrics, n.e.c. in heading no. 5806, of textile materials n.e.c. in item no. 5806.3 (excluding goods of heading no. 5807)", + "parent": "5806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "580640", + "text": "580640 - Fabrics; narrow woven, consisting of warp without weft, assembled by means of an adhesive (bolducs)", + "parent": "5806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5807", + "text": "5807 - Labels, badges and similar articles; of textile materials, in the piece, in strips or cut to shape or size, not embroidered", + "parent": "58", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "580710", + "text": "580710 - Labels, badges and similar articles; woven, of textile materials, in the piece, in strips or cut to shape or size, not embroidered", + "parent": "5807", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "580790", + "text": "580790 - Labels, badges and similar articles; (other than woven), of textile materials, in the piece, in strips or cut to shape or size, not embroidered", + "parent": "5807", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5808", + "text": "5808 - Braids in the piece; ornamental trimmings in the piece, without embroidery, other than knitted or crocheted; tassels, pompons and similar articles", + "parent": "58", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "580810", + "text": "580810 - Braids; in the piece", + "parent": "5808", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "580890", + "text": "580890 - Ornamental trimmings; tassels, pompons and similar articles; ornamental trimmings in the piece, without embroidery, other than knitted or crocheted", + "parent": "5808", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5809", + "text": "5809 - Fabrics, woven; of metal thread and metallised yarn of heading no. 5605, of a kind used in apparel, as furnishing fabrics or similar purposes; n.e.c. or included", + "parent": "58", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "580900", + "text": "580900 - Fabrics, woven; of metal thread and metallised yarn of heading no. 5605, of a kind used in apparel, as furnishing fabrics or similar purposes; n.e.c. or included", + "parent": "5809", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5810", + "text": "5810 - Embroidery; in the piece, in strips or in motifs", + "parent": "58", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "581010", + "text": "581010 - Embroidery; without visible ground, in the piece, in strips or in motifs", + "parent": "5810", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "581091", + "text": "581091 - Embroidery; with visible ground, of cotton, in the piece, in strips or in motifs", + "parent": "5810", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "581092", + "text": "581092 - Embroidery; with visible ground, of man-made fibres, in the piece, in strips or in motifs", + "parent": "5810", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "581099", + "text": "581099 - Embroidery; with visible ground, of textile materials (other than cotton and man-made fibres), in the piece, in strips or in motifs", + "parent": "5810", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5811", + "text": "5811 - Quilted textile products; in the piece, composed of one or more layers of textile materials assembled with padding by stitching or otherwise (excluding embroidery of heading no. 5810)", + "parent": "58", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "581100", + "text": "581100 - Quilted textile products; in the piece, composed of one or more layers of textile materials assembled with padding by stitching or otherwise (excluding embroidery of heading no. 5810)", + "parent": "5811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "59", + "text": "59 - Textile fabrics; impregnated, coated, covered or laminated; textile articles of a kind suitable for industrial use", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "5901", + "text": "5901 - Textile fabrics, gum or amylaceous substance coated, used for outer book covers and like; tracing cloth, prepared painting canvas; buckram and similar stiffened textile fabrics used for hat foundation", + "parent": "59", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "590110", + "text": "590110 - Textile fabrics; coated with gum or amylaceous substances, of a kind used for the outer covers of books or the like", + "parent": "5901", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "590190", + "text": "590190 - Textile fabrics; coated with gum or amylaceous substances, tracing cloth, prepared painting canvas, buckram and similar stiffened textile fabrics for hat foundations, (excluding book covers)", + "parent": "5901", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5902", + "text": "5902 - Textile fabrics; tyrecord of high tenacity yarn of nylon or other polyamides polyesters or viscose rayon", + "parent": "59", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "590210", + "text": "590210 - Textile fabrics; tyrecord of high tenacity yarn of nylon or other polyamides", + "parent": "5902", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "590220", + "text": "590220 - Textile fabrics; tyrecord of high tenacity yarn of polyester", + "parent": "5902", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "590290", + "text": "590290 - Textile fabrics; tyrecord of high tenacity yarn of viscose rayon", + "parent": "5902", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5903", + "text": "5903 - Textile fabrics impregnated, coated, covered or laminated with plastics, other than those of heading no. 5902", + "parent": "59", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "590310", + "text": "590310 - Textile fabrics; impregnated, coated, covered or laminated with poly(vinyl chloride)", + "parent": "5903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "590320", + "text": "590320 - Textile fabrics; impregnated, coated, covered or laminated with polyurethane", + "parent": "5903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "590390", + "text": "590390 - Textile fabrics; impregnated, coated, covered or laminated with plastics, (excluding polyvinyl chloride, polyurethane and those of heading no. 5902)", + "parent": "5903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5904", + "text": "5904 - Linoleum, whether or not cut to shape; floor coverings consisting of a coating or covering applied on a textile backing, whether or not cut to shape", + "parent": "59", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "590410", + "text": "590410 - Linoleum, whether or not cut to shape", + "parent": "5904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "590490", + "text": "590490 - Textiles floor coverings; consisting of a coating or covering applied on a textile backing, whether or not cut to shape, other than linoleum", + "parent": "5904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "590491", + "text": "590491 - Floor covering (not linoleum) with felt,non-woven bas", + "parent": "5904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "590492", + "text": "590492 - Floor covering (not linoleum) with other textile base", + "parent": "5904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5905", + "text": "5905 - Textile wall coverings", + "parent": "59", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "590500", + "text": "590500 - Textile wall coverings of fabrics impregnated, coated, covered or laminated", + "parent": "5905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5906", + "text": "5906 - Textile fabrics, rubberised; other than those of heading no. 5902", + "parent": "59", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "590610", + "text": "590610 - Textile fabrics, rubberised; (excluding those of heading no. 5902), adhesive tape of a width not exceeding 20cm", + "parent": "5906", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "590691", + "text": "590691 - Textile fabrics, rubberised; (excluding those of heading no. 5902 and adhesive tape of a width not exceeding 20cm), knitted or crocheted", + "parent": "5906", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "590699", + "text": "590699 - Textile fabrics, rubberised; (excluding those of heading no. 5902 and adhesive tape of a width not exceeding 20cm), not knitted or crocheted", + "parent": "5906", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5907", + "text": "5907 - Textile fabrics; otherwise impregnated, coated or covered; painted canvas being theatrical scenery, studio back-cloths or the like", + "parent": "59", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "590700", + "text": "590700 - Textile fabrics; otherwise impregnated, coated or covered, painted canvas being theatrical scenery, studio back-cloths or the like", + "parent": "5907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5908", + "text": "5908 - Textile wicks, woven, plaited or knitted; for lamps, stoves, lighters, candles or the like; incandescent gas mantles and tubular knitted gas mantle fabric therefor, whether or not impregnated", + "parent": "59", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "590800", + "text": "590800 - Textile wicks, woven, plaited or knitted; for lamps, stoves, lighters, candles or the like; incandescent gas mantles and tubular knitted gas mantle fabric therefor, whether or not impregnated", + "parent": "5908", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5909", + "text": "5909 - Textile hose piping and similar textile tubing; with or without lining, armour or accessories of other materials", + "parent": "59", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "590900", + "text": "590900 - Textile hosepiping and similar textile tubing; with or without lining, armour or accessories of other materials", + "parent": "5909", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5910", + "text": "5910 - Textiles; transmission or conveyor belts or belting, of textile material, whether or not impregnated, coated, covered or laminated with plastics, or reinforced with metal or other material", + "parent": "59", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "591000", + "text": "591000 - Textiles; transmission or conveyor belts or belting, of textile material, whether or not impregnated, coated, covered or laminated with plastics, or reinforced with metal or other material", + "parent": "5910", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "5911", + "text": "5911 - Textile products and articles for technical uses; specified in note 7 to this chapter", + "parent": "59", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "591110", + "text": "591110 - Textile fabric, felt & felt-lined woven fabrics, coated/covered/laminated with rubber, leather or other material, for card clothing, similar fabrics used for technical purposes, including rubber impregnated narrow velvet fabrics to cover weaving spindles", + "parent": "5911", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "591120", + "text": "591120 - Textile products and articles for technical uses; bolting cloth, whether or not made up", + "parent": "5911", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "591131", + "text": "591131 - Textiles; fabrics and felts, endless or fitted with linking devices, of a kind used in paper-making or similar machines, weighing less than 650g/m2", + "parent": "5911", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "591132", + "text": "591132 - Textiles; fabrics and felts, endless or fitted with linking devices, of a kind used in paper-making or similar machines, weighing 650g/m2 or more", + "parent": "5911", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "591140", + "text": "591140 - Textile products and articles for technical uses; straining cloth of a kind used in oil presses and the like, including that of human hair", + "parent": "5911", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "591190", + "text": "591190 - Textile products and articles for technical uses; n.e.c. in heading no. 5911", + "parent": "5911", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "60", + "text": "60 - Fabrics; knitted or crocheted", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "6001", + "text": "6001 - Fabrics; pile fabrics, including long pile fabrics and terry fabrics, knitted or crocheted", + "parent": "60", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "600110", + "text": "600110 - Fabrics; long pile fabrics, knitted or crocheted", + "parent": "6001", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600121", + "text": "600121 - Fabrics; looped pile fabrics, of cotton, knitted or crocheted", + "parent": "6001", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600122", + "text": "600122 - Fabrics; looped pile fabrics, of man-made fibres, knitted or crocheted", + "parent": "6001", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600129", + "text": "600129 - Fabrics; looped pile fabrics, of textile materials (other than cotton or man-made fibres), knitted or crocheted", + "parent": "6001", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600191", + "text": "600191 - Fabrics; pile fabrics (excluding long pile and loop pile), of cotton, knitted or crocheted", + "parent": "6001", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600192", + "text": "600192 - Fabrics; pile fabrics (excluding long pile and loop pile), of man-made fibres, knitted or crocheted", + "parent": "6001", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600199", + "text": "600199 - Fabrics; pile fabrics (excluding long pile and loop pile), of textile materials (other than cotton or man-made fibres), knitted or crocheted", + "parent": "6001", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6002", + "text": "6002 - Fabrics; knitted or crocheted, other than those of heading 60.01, of a width not exceeding 30cm, containing by weight 5% or more of elastomeric yarn or rubber thread", + "parent": "60", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "600210", + "text": "600210 - Knit or crochet fabric, width <30 cm, >5% elastomer", + "parent": "6002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600220", + "text": "600220 - Knit, crochet textile fabric, of a width < 30 cm, nes", + "parent": "6002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600230", + "text": "600230 - Knit or crochet fabric, width > 30 cm, >5% elastomer", + "parent": "6002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600240", + "text": "600240 - Fabrics; knitted or crocheted, other than those of heading 60.01, of a width not exceeding 30 cm, containing by weight 5% or more of elastomeric yarn but not containing rubber thread", + "parent": "6002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600241", + "text": "600241 - Warp knit fabric of wool or fine animal hair, nes", + "parent": "6002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600242", + "text": "600242 - Warp knit fabric of cotton, nes", + "parent": "6002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600243", + "text": "600243 - Warp knit fabric of manmade fibres, nes", + "parent": "6002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600249", + "text": "600249 - Warp knit fabric of other materials, nes", + "parent": "6002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600290", + "text": "600290 - Fabrics; knitted or crocheted, other than those of heading 60.01, of a width not exceeding 30 cm, containing by weight 5% or more of elastomeric yarn or rubber thread", + "parent": "6002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600291", + "text": "600291 - Knit, crochet fabric of wool or fine animal hair, nes", + "parent": "6002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600292", + "text": "600292 - Knit or crochet fabric of cotton, nes", + "parent": "6002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600293", + "text": "600293 - Knit or crochet fabric of manmade fibres, nes", + "parent": "6002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600299", + "text": "600299 - Knit or crochet fabric of other materials, nes", + "parent": "6002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6003", + "text": "6003 - Fabrics; knitted or crocheted fabrics, other than those of heading 60.01 and 60.02, of a width not exceeding 30 cm,", + "parent": "60", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "600310", + "text": "600310 - Fabrics; knitted or crocheted fabrics, other than those of heading 60.01 and 60.02, of a width not exceeding 30 cm, of wool or fine animal hair", + "parent": "6003", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600320", + "text": "600320 - Fabrics; knitted or crocheted fabrics, other than those of heading 60.01 and 60.02, of a width not exceeding 30 cm, of cotton", + "parent": "6003", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600330", + "text": "600330 - Fabrics; knitted or crocheted fabrics, other than those of heading 60.01 and 60.02, of a width not exceeding 30 cm, of synthetic fibres", + "parent": "6003", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600340", + "text": "600340 - Fabrics; knitted or crocheted fabrics, other than those of heading 60.01 and 60.02, of a width not exceeding 30 cm, of artificial fibres", + "parent": "6003", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600390", + "text": "600390 - Fabrics; knitted or crocheted fabrics, other than those of heading 60.01 and 60.02, of a width not exceeding 30 cm, other than of wool and fine animal hair, cotton, synthetic or artificial fibres", + "parent": "6003", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6004", + "text": "6004 - Fabrics; knitted or crocheted fabrics of a width exceeding 30 cm, other than those of heading 60.01, containing by weight 5% or more of elastomeric yarn or rubber thread", + "parent": "60", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "600410", + "text": "600410 - Fabrics; knitted or crocheted fabrics of a width exceeding 30 cm, other than those of heading 60.01, containing by weight 5% or more of elastomeric yarn but not containing rubber thread", + "parent": "6004", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600490", + "text": "600490 - Fabrics; knitted or crocheted, other than those of heading 60.01, of a width exceeding 30 cm, containing by weight 5% or more of elastomeric yarn or rubber thread,", + "parent": "6004", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6005", + "text": "6005 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04", + "parent": "60", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "600510", + "text": "600510 - Warp knit fabrics. incl. those made on galloon knitting machines (excl. of ...", + "parent": "6005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600521", + "text": "600521 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of cotton, unbleached or bleached", + "parent": "6005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600522", + "text": "600522 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of cotton, dyed", + "parent": "6005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600523", + "text": "600523 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of cotton, yarns of different colours", + "parent": "6005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600524", + "text": "600524 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of cotton, printed", + "parent": "6005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600531", + "text": "600531 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of synthetic fibres, bleached or unbleached", + "parent": "6005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600532", + "text": "600532 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of synthetic fibres, dyed", + "parent": "6005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600533", + "text": "600533 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of synthetic fibres, of yarns of different colours", + "parent": "6005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600534", + "text": "600534 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of synthetic fibres, printed", + "parent": "6005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600535", + "text": "600535 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of synthetic fibres specified in Subheading Note 1 to this Chapter", + "parent": "6005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600536", + "text": "600536 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of synthetic fibres, bleached or unbleached", + "parent": "6005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600537", + "text": "600537 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of synthetic fibres, dyed", + "parent": "6005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600538", + "text": "600538 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of synthetic fibres, yarns of different colours", + "parent": "6005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600539", + "text": "600539 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of synthetic fibres, printed", + "parent": "6005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600541", + "text": "600541 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of artificial fibres, bleached or unbleached", + "parent": "6005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600542", + "text": "600542 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of artificial fibres, dyed", + "parent": "6005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600543", + "text": "600543 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of artificial fibres, of yarns of different colours", + "parent": "6005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600544", + "text": "600544 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of artificial fibres, printed", + "parent": "6005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600590", + "text": "600590 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, excluding those made from cotton or synthetic or artificial fibres", + "parent": "6005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6006", + "text": "6006 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04", + "parent": "60", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "600610", + "text": "600610 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of wool or fine animal hair", + "parent": "6006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600621", + "text": "600621 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of cotton, unbleached or bleached", + "parent": "6006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600622", + "text": "600622 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of cotton, dyed", + "parent": "6006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600623", + "text": "600623 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of cotton, of yarns of different colours", + "parent": "6006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600624", + "text": "600624 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of cotton, printed", + "parent": "6006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600631", + "text": "600631 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of synthetic fibres, unbleached or bleached", + "parent": "6006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600632", + "text": "600632 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of synthetic fibres, dyed", + "parent": "6006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600633", + "text": "600633 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of synthetic fibres, of yarns of different colours", + "parent": "6006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600634", + "text": "600634 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of synthetic fibres, printed", + "parent": "6006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600641", + "text": "600641 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of artificial fibres, unbleached or bleached", + "parent": "6006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600642", + "text": "600642 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of artificial fibres, dyed", + "parent": "6006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600643", + "text": "600643 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of artificial fibres, of yarns of different colours", + "parent": "6006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600644", + "text": "600644 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of artificial fibres, printed", + "parent": "6006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "600690", + "text": "600690 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04,and other than those made of wool, fine animal hair, cotton, synthetic or artificial fibres", + "parent": "6006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "61", + "text": "61 - Apparel and clothing accessories; knitted or crocheted", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "6101", + "text": "6101 - Coats; men's or boys' overcoats, car-coats, capes, cloaks, anoraks, ski-jackets, wind-cheaters, wind-jackets and similar articles; knitted or crocheted, other than those of heading no. 6103", + "parent": "61", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "610110", + "text": "610110 - Mens, boys overcoats, etc, of wool or hair, knit", + "parent": "6101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610120", + "text": "610120 - Coats; men's or boys' overcoats, car-coats, capes, anoraks, wind-jackets and similar articles, of cotton, knitted or crocheted (excluding those of heading no. 6103)", + "parent": "6101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610130", + "text": "610130 - Coats; men's or boys' overcoats, car-coats, capes, anoraks, wind-jackets and similar articles, of man-made fibres, knitted or crocheted, (excluding those of heading no. 6103)", + "parent": "6101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610190", + "text": "610190 - Coats; men's or boys' overcoats, car-coats, capes, anoraks, wind-jackets and similar articles, of textile materials n.e.c. in heading no. 6101, knitted or crocheted (excluding those of heading no. 6103)", + "parent": "6101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6102", + "text": "6102 - Coats; women's or girls' overcoats, car-coats, capes, cloaks, anoraks, ski-jackets, wind-cheaters, wind-jackets and similar articles, knitted or crocheted, other than those of heading no. 6104", + "parent": "61", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "610210", + "text": "610210 - Coats; women's or girls' overcoats, car-coats, capes, anoraks, wind-jackets and similar articles, of wool or fine animal hair, knitted or crocheted (excluding those of heading no. 6104)", + "parent": "6102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610220", + "text": "610220 - Coats; women's or girls' overcoats, car-coats, capes, anoraks, wind-jackets and similar articles, of cotton, knitted or crocheted (excluding those of heading no. 6104)", + "parent": "6102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610230", + "text": "610230 - Coats; women's or girls' overcoats, car-coats, capes, anoraks, wind-jackets and similar articles, of man-made fibres, knitted or crocheted (excluding those of heading no. 6104)", + "parent": "6102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610290", + "text": "610290 - Coats; women's or girls' overcoats, car-coats, capes, anoraks, wind-jackets and similar articles, of textile materials n.e.c. in heading no. 6102, knitted or crocheted (excluding those of heading no. 6104)", + "parent": "6102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6103", + "text": "6103 - Suits, ensembles, jackets, blazers, trousers, bib and brace overalls, breeches, shorts (not swimwear); men's or boys', knitted or crocheted", + "parent": "61", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "610310", + "text": "610310 - Suits; men's or boys', knitted or crocheted", + "parent": "6103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610311", + "text": "610311 - Mens, boys suits, of wool, fine animal hair, knit", + "parent": "6103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610312", + "text": "610312 - Mens, boys suits, synthetic fibres, knit", + "parent": "6103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610319", + "text": "610319 - Mens, boys suits, of materials nes, knit", + "parent": "6103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610321", + "text": "610321 - Mens, boys ensembles, of wool animal hair, knit", + "parent": "6103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610322", + "text": "610322 - Ensembles; men's or boys', of cotton, knitted or crocheted", + "parent": "6103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610323", + "text": "610323 - Ensembles; men's or boys', of synthetic fibres, knitted or crocheted", + "parent": "6103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610329", + "text": "610329 - Ensembles; men's or boys', of textile materials (other than cotton or synthetic fibres), knitted or crocheted", + "parent": "6103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610331", + "text": "610331 - Jackets and blazers; men's or boys', of wool or fine animal hair, knitted or crocheted", + "parent": "6103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610332", + "text": "610332 - Jackets and blazers; men's or boys', of cotton, knitted or crocheted", + "parent": "6103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610333", + "text": "610333 - Jackets and blazers; men's or boys', of synthetic fibres, knitted or crocheted", + "parent": "6103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610339", + "text": "610339 - Jackets and blazers; men's or boys', of textile materials (other than wool or fine animal hair, cotton or synthetic fibres), knitted or crocheted", + "parent": "6103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610341", + "text": "610341 - Trousers, bib and brace overalls, breeches and shorts; men's or boys', of wool or fine animal hair, knitted or crocheted", + "parent": "6103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610342", + "text": "610342 - Trousers, bib and brace overalls, breeches and shorts; men's or boys', of cotton, knitted or crocheted", + "parent": "6103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610343", + "text": "610343 - Trousers, bib and brace overalls, breeches and shorts; men's or boys', of synthetic fibres, knitted or crocheted", + "parent": "6103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610349", + "text": "610349 - Trousers, bib and brace overalls, breeches and shorts; men's or boys', of textile materials (other than wool or fine animal hair, cotton or synthetic fibres), knitted or crocheted", + "parent": "6103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6104", + "text": "6104 - Suits, ensembles, jackets, dresses, skirts, divided skirts, trousers, bib and brace overalls, breeches and shorts (not swimwear), women's or girls', knitted or crocheted", + "parent": "61", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "610411", + "text": "610411 - Womens, girls suits, of wool or hair, knit", + "parent": "6104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610412", + "text": "610412 - Womens, girls suits, of cotton, knit", + "parent": "6104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610413", + "text": "610413 - Suits; women's or girls', of synthetic fibres, knitted or crocheted", + "parent": "6104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610419", + "text": "610419 - Suits; women's or girls', of textile materials (other than synthetic fibres), knitted or crocheted", + "parent": "6104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610421", + "text": "610421 - Womens, girls ensembles, of wool or hair, knit", + "parent": "6104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610422", + "text": "610422 - Ensembles; women's or girls', of cotton, knitted or crocheted", + "parent": "6104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610423", + "text": "610423 - Ensembles; women's or girls', of synthetic fibres, knitted or crocheted", + "parent": "6104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610429", + "text": "610429 - Ensembles; women's or girls', of textile materials (other than cotton or synthetic fibres), knitted or crocheted", + "parent": "6104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610431", + "text": "610431 - Jackets; women's or girls', of wool or fine animal hair, knitted or crocheted", + "parent": "6104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610432", + "text": "610432 - Jackets; women's or girls', of cotton, knitted or crocheted", + "parent": "6104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610433", + "text": "610433 - Jackets; women's or girls', of synthetic fibres, knitted or crocheted", + "parent": "6104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610439", + "text": "610439 - Jackets; women's or girls', of textile materials (other than wool or fine animal hair, cotton or synthetic fibres), knitted or crocheted", + "parent": "6104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610441", + "text": "610441 - Dresses; women's or girls', of wool or fine animal hair, knitted or crocheted", + "parent": "6104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610442", + "text": "610442 - Dresses; women's or girls', of cotton, knitted or crocheted", + "parent": "6104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610443", + "text": "610443 - Dresses; women's or girls', of synthetic fibres, knitted or crocheted", + "parent": "6104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610444", + "text": "610444 - Dresses; women's or girls', of artificial fibres, knitted or crocheted", + "parent": "6104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610449", + "text": "610449 - Dresses; women's or girls', of textile materials (other than wool or fine animal hair, cotton, synthetic or artificial fibres), knitted or crocheted", + "parent": "6104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610451", + "text": "610451 - Skirts and divided skirts; women's or girls', of wool or fine animal hair, knitted or crocheted", + "parent": "6104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610452", + "text": "610452 - Skirts and divided skirts; women's or girls', of cotton, knitted or crocheted", + "parent": "6104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610453", + "text": "610453 - Skirts and divided skirts; women's or girls', of synthetic fibres, knitted or crocheted", + "parent": "6104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610459", + "text": "610459 - Skirts and divided skirts; women's or girls', of textile materials (other than wool or fine animal hair, cotton or synthetic fibres), knitted or crocheted", + "parent": "6104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610461", + "text": "610461 - Trousers, bib and brace overalls, breeches and shorts; women's or girls', of wool or fine animal hair, knitted or crocheted", + "parent": "6104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610462", + "text": "610462 - Trousers, bib and brace overalls, breeches and shorts; women's or girls', of cotton, knitted or crocheted", + "parent": "6104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610463", + "text": "610463 - Trousers, bib and brace overalls, breeches and shorts; women's or girls', of synthetic fibres, knitted or crocheted", + "parent": "6104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610469", + "text": "610469 - Trousers, bib and brace overalls, breeches and shorts; women's or girls', of textile materials (other than wool or fine animal hair, cotton or synthetic fibres), knitted or crocheted", + "parent": "6104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6105", + "text": "6105 - Shirts; men's or boys', knitted or crocheted", + "parent": "61", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "610510", + "text": "610510 - Shirts; men's or boys', of cotton, knitted or crocheted", + "parent": "6105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610520", + "text": "610520 - Shirts; men's or boys', of man-made fibres, knitted or crocheted", + "parent": "6105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610590", + "text": "610590 - Shirts; men's or boys', of textile materials (other than cotton or man-made fibres), knitted or crocheted", + "parent": "6105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6106", + "text": "6106 - Blouses, shirts and shirt-blouses; women's or girls', knitted or crocheted", + "parent": "61", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "610610", + "text": "610610 - Blouses, shirts and shirt-blouses; women's or girls', of cotton, knitted or crocheted", + "parent": "6106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610620", + "text": "610620 - Blouses, shirts and shirt-blouses; women's or girls', of man-made fibres, knitted or crocheted", + "parent": "6106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610690", + "text": "610690 - Blouses, shirts and shirt-blouses; women's or girls', of textile materials (other than cotton or man-made fibres), knitted or crocheted", + "parent": "6106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6107", + "text": "6107 - Underpants, briefs, nightshirts, pyjamas, bathrobes, dressing gowns and similar articles; men's or boys', knitted or crocheted", + "parent": "61", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "610711", + "text": "610711 - Underpants and briefs; men's or boys', of cotton, knitted or crocheted", + "parent": "6107", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610712", + "text": "610712 - Underpants and briefs; men's or boys', of man-made fibres, knitted or crocheted", + "parent": "6107", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610719", + "text": "610719 - Underpants and briefs; men's or boys', of textile materials (other than cotton or man-made fibres), knitted or crocheted", + "parent": "6107", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610721", + "text": "610721 - Nightshirts and pyjamas; men's or boys', of cotton, knitted or crocheted", + "parent": "6107", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610722", + "text": "610722 - Nightshirts and pyjamas; men's or boys', of man-made fibres, knitted or crocheted", + "parent": "6107", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610729", + "text": "610729 - Nightshirts and pyjamas; men's or boys', of textile materials (other than cotton or man-made fibres), knitted or crocheted", + "parent": "6107", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610791", + "text": "610791 - Bathrobes, dressing gowns and similar articles; men's or boys', of cotton, knitted or crocheted", + "parent": "6107", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610792", + "text": "610792 - Mens, boys bathrobes, dressing gown manmade fibre kni", + "parent": "6107", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610799", + "text": "610799 - Bathrobes, dressing gowns and similar articles; men's or boys', of textile materials (other than cotton), knitted or crocheted", + "parent": "6107", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6108", + "text": "6108 - Slips, petticoats, briefs, panties, nightdresses, pyjamas, negligees, bathrobes, dressing gowns and similar articles; women's or girls', knitted or crocheted", + "parent": "61", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "610811", + "text": "610811 - Slips and petticoats; women's or girls', of man-made fibres, knitted or crocheted", + "parent": "6108", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610819", + "text": "610819 - Slips and petticoats; women's or girls', of textile materials (other than man-made fibres), knitted or crocheted", + "parent": "6108", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610821", + "text": "610821 - Briefs and panties; women's or girls', of cotton, knitted or crocheted", + "parent": "6108", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610822", + "text": "610822 - Briefs and panties; women's or girls', of man-made fibres, knitted or crocheted", + "parent": "6108", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610829", + "text": "610829 - Briefs and panties; women's or girls', of textile materials (other than cotton or man-made fibres), knitted or crocheted", + "parent": "6108", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610831", + "text": "610831 - Nightdresses and pyjamas; women's or girls', of cotton, knitted or crocheted", + "parent": "6108", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610832", + "text": "610832 - Nightdresses and pyjamas; women's or girls', of man-made fibres, knitted or crocheted", + "parent": "6108", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610839", + "text": "610839 - Nightdresses and pyjamas; women's or girls', of textile materials (other than cotton or man-made fibres), knitted or crocheted", + "parent": "6108", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610891", + "text": "610891 - Negligees, bathrobes, dressing gowns and similar articles; women's or girls', of cotton, knitted or crocheted", + "parent": "6108", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610892", + "text": "610892 - Negligees, bathrobes, dressing gowns and similar articles; women's or girls', of man-made fibres, knitted or crocheted", + "parent": "6108", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610899", + "text": "610899 - Negligees, bathrobes, dressing gowns and similar articles; women's or girls', of textile materials (other than cotton or man-made fibres), knitted or crocheted", + "parent": "6108", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6109", + "text": "6109 - T-shirts, singlets and other vests; knitted or crocheted", + "parent": "61", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "610910", + "text": "610910 - T-shirts, singlets and other vests; of cotton, knitted or crocheted", + "parent": "6109", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "610990", + "text": "610990 - T-shirts, singlets and other vests; of textile materials (other than cotton), knitted or crocheted", + "parent": "6109", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6110", + "text": "6110 - Jerseys, pullovers, cardigans, waistcoats and similar articles; knitted or crocheted", + "parent": "61", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "611010", + "text": "611010 - Pullovers, cardigans etc of wool or hair, knit", + "parent": "6110", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611011", + "text": "611011 - Jerseys, pullovers, cardigans, waistcoats and similar articles; knitted or crocheted, of wool or fine animal hair", + "parent": "6110", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611012", + "text": "611012 - Jerseys, pullovers, cardigans, waistcoats and similar articles; knitted or crocheted, of fibres from kashmir (cashmere) goats", + "parent": "6110", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611019", + "text": "611019 - Jerseys, pullovers, cardigans, waistcoats and similar articles; knitted or crocheted, of fine animal hair other than that of kashmir (cashmere) goats", + "parent": "6110", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611020", + "text": "611020 - Jerseys, pullovers, cardigans, waistcoats and similar articles; of cotton, knitted or crocheted", + "parent": "6110", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611030", + "text": "611030 - Jerseys, pullovers, cardigans, waistcoats and similar articles; of man-made fibres, knitted or crocheted", + "parent": "6110", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611090", + "text": "611090 - Jerseys, pullovers, cardigans, waistcoats and similar articles; of textile materials (other than wool or fine animal hair, cotton or man-made fibres), knitted or crocheted", + "parent": "6110", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6111", + "text": "6111 - Garments and clothing accessories, babies'; knitted or crocheted", + "parent": "61", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "611110", + "text": "611110 - Babies garments, accessories of wool or hair, knit", + "parent": "6111", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611120", + "text": "611120 - Garments and clothing accessories; babies', of cotton, knitted or crocheted", + "parent": "6111", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611130", + "text": "611130 - Garments and clothing accessories; babies', of synthetic fibres, knitted or crocheted", + "parent": "6111", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611190", + "text": "611190 - Garments and clothing accessories; babies', of textile materials (other than cotton or synthetic fibres), knitted or crocheted", + "parent": "6111", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6112", + "text": "6112 - Track suits, ski suits and swimwear; knitted or crocheted", + "parent": "61", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "611211", + "text": "611211 - Track suits; of cotton, knitted or crocheted", + "parent": "6112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611212", + "text": "611212 - Track suits; of synthetic fibres, knitted or crocheted", + "parent": "6112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611219", + "text": "611219 - Track suits; of textile materials (other than cotton or synthetic fibres), knitted or crocheted", + "parent": "6112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611220", + "text": "611220 - Ski suits; knitted or crocheted", + "parent": "6112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611231", + "text": "611231 - Swimwear; men's or boys', of synthetic fibres, knitted or crocheted", + "parent": "6112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611239", + "text": "611239 - Swimwear; men's or boys', of textile materials (other than synthetic fibres), knitted or crocheted", + "parent": "6112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611241", + "text": "611241 - Swimwear; women's or girls', of synthetic fibres, knitted or crocheted", + "parent": "6112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611249", + "text": "611249 - Swimwear; women's or girls', of textile materials (other than synthetic fibres), knitted or crocheted", + "parent": "6112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6113", + "text": "6113 - Garments made up of knitted or crocheted fabrics of heading no. 5903, 5906 and 5907", + "parent": "61", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "611300", + "text": "611300 - Garments made up of knitted or crocheted fabrics of heading no. 5903, 5906 and 5907", + "parent": "6113", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6114", + "text": "6114 - Garments; knitted or crocheted, n.e.c. in chapter 61", + "parent": "61", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "611410", + "text": "611410 - Garments nes, of wool or fine animal hair, knit", + "parent": "6114", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611420", + "text": "611420 - Garments; of cotton, knitted or crocheted, n.e.c. in chapter 61", + "parent": "6114", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611430", + "text": "611430 - Garments; of man-made fibres, knitted or crocheted, n.e.c. in chapter 61", + "parent": "6114", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611490", + "text": "611490 - Garments; of textile materials (other than cotton or man-made fibres), knitted or crocheted, n.e.c. in chapter 61", + "parent": "6114", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6115", + "text": "6115 - Hosiery; panty hose, tights, stockings, socks and other hosiery, including graduated compression hosiery (for example, stockings for varicose veins) and footwear without applied soles, knitted or crocheted", + "parent": "61", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "611510", + "text": "611510 - Graduated compression hosiery (for example, stockings for varicose veins), knitted or crocheted", + "parent": "6115", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611511", + "text": "611511 - Panty hose etc, synthetic fibre yarn <67 dtex/sy, kni", + "parent": "6115", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611512", + "text": "611512 - Panty hose etc, synthetic fibre yarn >67 dtex/sy, kni", + "parent": "6115", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611519", + "text": "611519 - Panty hose etc of materials nes, knit", + "parent": "6115", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611520", + "text": "611520 - Womens full, kneelength hosiery, yarn <67 dtex/sy,kni", + "parent": "6115", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611521", + "text": "611521 - Hosiery; panty hose and tights (other than graduated compression hosiery), of synthetic fibres, measuring per single yarn less than 67 decitex, knitted or crocheted", + "parent": "6115", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611522", + "text": "611522 - Hosiery; panty hose and tights (other than graduated compression hosiery), of synthetic fibres, measuring per single yarn 67 decitex or more, knitted or crocheted", + "parent": "6115", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611529", + "text": "611529 - Hosiery; panty hose and tights (other than graduated compression hosiery), of textile materials (other than synthetic fibres), knitted or crocheted", + "parent": "6115", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611530", + "text": "611530 - Hosiery; women's, full-length or knee-length (other than graduated compression hosiery), measuring per single yarn less than 67 decitex, knitted or crocheted", + "parent": "6115", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611591", + "text": "611591 - Hosiery nes, of wool or fine animal hair, knit", + "parent": "6115", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611592", + "text": "611592 - Hosiery nes, of cotton, knit", + "parent": "6115", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611593", + "text": "611593 - Hosiery nes, synthetic fibres, knit", + "parent": "6115", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611594", + "text": "611594 - Hosiery and footwear; without applied soles, of wool or fine animal hair, knitted or crocheted (excluding graduated compression hosiery, panty hose, tights, women's full or knee-length hosiery measuring per single yarn less than 67 decitex)", + "parent": "6115", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611595", + "text": "611595 - Hosiery and footwear; without applied soles, of cotton, knitted or crocheted (excluding graduated compression hosiery, panty hose, tights, full or knee-length hosiery measuring per single yarn less than 67 decitex)", + "parent": "6115", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611596", + "text": "611596 - Hosiery and footwear; without applied soles, of synthetic fibres, knitted or crocheted (excluding graduated compression hosiery, panty hose, tights, full or knee-length hosiery measuring per single yarn less than 67 decitex)", + "parent": "6115", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611599", + "text": "611599 - Hosiery and footwear; without applied soles, of textile materials n.e.c. in item no. 6115.9, knitted or crocheted (excluding graduated compression hosiery, panty hose, tights, full or knee-length hosiery measuring per single yarn less than 67 decitex)", + "parent": "6115", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6116", + "text": "6116 - Gloves, mittens and mitts; knitted or crocheted", + "parent": "61", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "611610", + "text": "611610 - Gloves, mittens and mitts; knitted or crocheted, impregnated, coated, covered or laminated with plastics or rubber", + "parent": "6116", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611691", + "text": "611691 - Gloves, mittens and mitts; of wool or fine animal hair, knitted or crocheted, (other than impregnated, coated, covered or laminated with plastics or rubber)", + "parent": "6116", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611692", + "text": "611692 - Gloves, mittens and mitts; of cotton, knitted or crocheted, (other than impregnated, coated, covered or laminated with plastics or rubber)", + "parent": "6116", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611693", + "text": "611693 - Gloves, mittens and mitts; of synthetic fibres, knitted or crocheted, (other than impregnated, coated, covered or laminated with plastics or rubber)", + "parent": "6116", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611699", + "text": "611699 - Gloves, mittens and mitts; of textile materials (other than wool or fine animal hair, cotton or synthetic fibres), knitted or crocheted, (other than impregnated, coated, covered or laminated with plastics or rubber)", + "parent": "6116", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6117", + "text": "6117 - Clothing accessories; made up, knitted or crocheted, knitted or crocheted parts of garments or of clothing accessories", + "parent": "61", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "611710", + "text": "611710 - Shawls, scarves, mufflers, mantillas, veils and the like; knitted or crocheted", + "parent": "6117", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611720", + "text": "611720 - Ties, bow ties and cravats, of textile material, knit", + "parent": "6117", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611780", + "text": "611780 - Clothing accessories; knitted or crocheted, n.e.c. in heading no. 6117", + "parent": "6117", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "611790", + "text": "611790 - Clothing; parts, knitted or crocheted", + "parent": "6117", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "62", + "text": "62 - Apparel and clothing accessories; not knitted or crocheted", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "6201", + "text": "6201 - Overcoats, car-coats, capes, cloaks, anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles, men's or boys', other than those of heading no. 6203 (not knitted or crocheted)", + "parent": "62", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "620111", + "text": "620111 - Coats; men's or boys', overcoats, raincoats, car-coats, capes, cloaks and similar articles, of wool or fine animal hair, other than those of heading no. 6203 (not knitted or crocheted)", + "parent": "6201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620112", + "text": "620112 - Coats; men's or boys', overcoats, raincoats, car-coats, capes, cloaks and similar articles, of cotton, other than those of heading no. 6203 (not knitted or crocheted)", + "parent": "6201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620113", + "text": "620113 - Coats; men's or boys', overcoats, raincoats, car-coats, capes, cloaks and similar articles, of man-made fibres, other than those of heading no. 6203 (not knitted or crocheted)", + "parent": "6201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620119", + "text": "620119 - Coats; men's or boys', overcoats, raincoats, car-coats, capes, cloaks and similar articles, of textile materials (other than wool or fine animal hair, cotton or man-made fibres), other than those of heading no. 6203 (not knitted or crocheted)", + "parent": "6201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620120", + "text": "620120 - Coats; men's or boys', overcoats, raincoats, car-coats, capes, cloaks, anoraks (including ski-jackets) and similar articles, of wool or fine animal hair, other than those of heading no. 6203 (not knitted or crocheted)", + "parent": "6201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620130", + "text": "620130 - Coats; men's or boys', overcoats, raincoats, car-coats, capes, cloaks, anoraks (including ski-jackets) and similar articles, of cotton, other than those of heading no. 6203 (not knitted or crocheted)", + "parent": "6201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620140", + "text": "620140 - Coats; men's or boys', overcoats, raincoats, car-coats, capes, cloaks, anoraks (including ski-jackets) and similar articles, of man-made fibres, other than those of heading no. 6203 (not knitted or crocheted)", + "parent": "6201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620190", + "text": "620190 - Coats; men's or boys', overcoats, rain-coats, car-coats, capes, cloaks and similar, of textile materials (other than wool, fine animal hair, cotton or man-made fibres), other than those of heading no. 6203 (not knitted or crocheted)", + "parent": "6201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620191", + "text": "620191 - Anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles; men's or boys', of wool or fine animal hair, other than those of heading no. 6203 (not knitted or crocheted)", + "parent": "6201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620192", + "text": "620192 - Anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles; men's or boys', of cotton, other than those of heading no. 6203 (not knitted or crocheted)", + "parent": "6201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620193", + "text": "620193 - Anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles; men's or boys', of man-made fibres, other than those of heading no. 6203 (not knitted or crocheted)", + "parent": "6201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620199", + "text": "620199 - Anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles; men's or boys', of textile materials (other than wool or fine animal hair, cotton or man-made fibres), other than those of heading no. 6203 (not knitted or crocheted)", + "parent": "6201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6202", + "text": "6202 - Coats; women's or girls' overcoats, carcoats, capes, cloaks, anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles, other than those of heading no. 6204 (not knitted or crocheted)", + "parent": "62", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "620211", + "text": "620211 - Coats; women's or girls', overcoats, raincoats, car-coats, capes, cloaks and similar articles, of wool or fine animal hair, other than those of heading no. 6204 (not knitted or crocheted)", + "parent": "6202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620212", + "text": "620212 - Coats; women's or girls', overcoats, raincoats, car-coats, capes, cloaks and similar articles, of cotton, other than those of heading no. 6204 (not knitted or crocheted)", + "parent": "6202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620213", + "text": "620213 - Coats; women's or girls', overcoats, raincoats, car-coats, capes, cloaks and similar articles, of man-made fibres, other than those of heading no. 6204 (not knitted or crocheted)", + "parent": "6202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620219", + "text": "620219 - Coats; women's or girls', overcoats, raincoats, car-coats, capes, cloaks and similar articles, of textile materials (other than wool or fine animal hair, cotton or man-made fibres), other than those of heading no. 6204 (not knitted or crocheted)", + "parent": "6202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620220", + "text": "620220 - Coats; women's or girls', overcoats, raincoats, car-coats, capes, cloaks anoraks (including ski-jackets) and similar articles, of wool or fine animal hair, other than those of heading no. 6204 (not knitted or crocheted)", + "parent": "6202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620230", + "text": "620230 - Coats; women's or girls', overcoats, raincoats, car-coats, capes, cloaks anoraks (including ski-jackets) and similar articles, of cotton, other than those of heading no. 6204 (not knitted or crocheted)", + "parent": "6202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620240", + "text": "620240 - Coats; women's or girls', overcoats, raincoats, car-coats, capes, cloaks anoraks (including ski-jackets) and similar articles, of man-made fibres, other than those of heading no. 6204 (not knitted or crocheted)", + "parent": "6202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620290", + "text": "620290 - Coats; women's or girls', overcoats, raincoats, car-coats, capes, cloaks and similar articles, of textile materials (other than wool, fine animal hair, cotton or man-made fibres), other than those of heading no. 6204 (not knitted or crocheted)", + "parent": "6202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620291", + "text": "620291 - Anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles; women's or girls', of wool or fine animal hair, other than those of heading no. 6204 (not knitted or crocheted)", + "parent": "6202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620292", + "text": "620292 - Anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles; women's or girls', of cotton, other than those of heading no. 6204 (not knitted or crocheted)", + "parent": "6202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620293", + "text": "620293 - Anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles; women's or girls', of man-made fibres, other than those of heading no. 6204 (not knitted or crocheted)", + "parent": "6202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620299", + "text": "620299 - Anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles; women's or girls', of textile materials n.e.c. in item no. 6202.9, other than those of heading no. 6204, (not knitted or crocheted)", + "parent": "6202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6203", + "text": "6203 - Suits, ensembles, jackets, blazers, trousers, bib and brace overalls, breeches and shorts (other than swimwear); men's or boys' (not knitted or crocheted)", + "parent": "62", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "620311", + "text": "620311 - Suits; men's or boys', of wool or fine animal hair (not knitted or crocheted)", + "parent": "6203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620312", + "text": "620312 - Suits; men's or boys', of synthetic fibres (not knitted or crocheted)", + "parent": "6203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620319", + "text": "620319 - Suits; men's or boys', of textile materials n.e.c. in item no. 6203.1 (not knitted or crocheted)", + "parent": "6203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620321", + "text": "620321 - Mens, boys ensembles, of wool or hair, not knit", + "parent": "6203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620322", + "text": "620322 - Ensembles; men's or boys', of cotton (not knitted or crocheted)", + "parent": "6203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620323", + "text": "620323 - Ensembles; men's or boys', of synthetic fibres (not knitted or crocheted)", + "parent": "6203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620329", + "text": "620329 - Ensembles; men's or boys', of textile materials n.e.c. in item no. 6203.2 (not knitted or crocheted)", + "parent": "6203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620331", + "text": "620331 - Jackets and blazers; men's or boys', of wool or fine animal hair (not knitted or crocheted)", + "parent": "6203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620332", + "text": "620332 - Jackets and blazers; men's or boys', of cotton (not knitted or crocheted)", + "parent": "6203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620333", + "text": "620333 - Jackets and blazers; men's or boys', of synthetic fibres (not knitted or crocheted)", + "parent": "6203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620339", + "text": "620339 - Jackets and blazers; men's or boys', of textile materials n.e.c. in item no. 6203.3 (not knitted or crocheted)", + "parent": "6203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620341", + "text": "620341 - Trousers, bib and brace overalls, breeches and shorts; men's or boys', of wool or fine animal hair (not knitted or crocheted)", + "parent": "6203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620342", + "text": "620342 - Trousers, bib and brace overalls, breeches and shorts; men's or boys', of cotton (not knitted or crocheted)", + "parent": "6203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620343", + "text": "620343 - Trousers, bib and brace overalls, breeches and shorts; men's or boys', of synthetic fibres (not knitted or crocheted)", + "parent": "6203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620349", + "text": "620349 - Trousers, bib and brace overalls, breeches and shorts; men's or boys', of textile materials (other than wool, fine animal hair, cotton or synthetic fibres), (not knitted or crocheted)", + "parent": "6203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6204", + "text": "6204 - Suits, ensembles, jackets, dresses, skirts, divided skirts, trousers, bib and brace overalls, breeches and shorts (other than swimwear); women's or girls' (not knitted or crocheted)", + "parent": "62", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "620411", + "text": "620411 - Suits; women's or girls', of wool or fine animal hair (not knitted or crocheted)", + "parent": "6204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620412", + "text": "620412 - Suits; women's or girls', of cotton (not knitted or crocheted)", + "parent": "6204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620413", + "text": "620413 - Suits; women's or girls', of synthetic fibres (not knitted or crocheted)", + "parent": "6204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620419", + "text": "620419 - Suits; women's or girls', of textile materials n.e.c. in item no. 6204.1 (not knitted or crocheted)", + "parent": "6204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620421", + "text": "620421 - Ensembles; women's or girls', of wool or fine animal hair (not knitted or crocheted)", + "parent": "6204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620422", + "text": "620422 - Ensembles; women's or girls', of cotton (not knitted or crocheted)", + "parent": "6204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620423", + "text": "620423 - Ensembles; women's or girls', of synthetic fibres (not knitted or crocheted)", + "parent": "6204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620429", + "text": "620429 - Ensembles; women's or girls', of textile materials n.e.c. in item no. 6204.2 (not knitted or crocheted)", + "parent": "6204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620431", + "text": "620431 - Jackets and blazers; women's or girls', of wool or fine animal hair (not knitted or crocheted)", + "parent": "6204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620432", + "text": "620432 - Jackets and blazers; women's or girls', of cotton (not knitted or crocheted)", + "parent": "6204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620433", + "text": "620433 - Jackets and blazers; women's or girls', of synthetic fibres (not knitted or crocheted)", + "parent": "6204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620439", + "text": "620439 - Jackets and blazers; women's or girls', of textile materials n.e.c. in item no. 6204.3 (not knitted or crocheted)", + "parent": "6204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620441", + "text": "620441 - Dresses; women's or girls', of wool or fine animal hair (not knitted or crocheted)", + "parent": "6204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620442", + "text": "620442 - Dresses; women's or girls', of cotton (not knitted or crocheted)", + "parent": "6204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620443", + "text": "620443 - Dresses; women's or girls', of synthetic fibres (not knitted or crocheted)", + "parent": "6204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620444", + "text": "620444 - Dresses; women's or girls', of artificial fibres (not knitted or crocheted)", + "parent": "6204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620449", + "text": "620449 - Dresses; women's or girls', of textile materials n.e.c. in item no. 6204.4 (not knitted or crocheted)", + "parent": "6204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620451", + "text": "620451 - Skirts and divided skirts; women's or girls', of wool or fine animal hair (not knitted or crocheted)", + "parent": "6204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620452", + "text": "620452 - Skirts and divided skirts; women's or girls', of cotton (not knitted or crocheted)", + "parent": "6204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620453", + "text": "620453 - Skirts and divided skirts; women's or girls', of synthetic fibres (not knitted or crocheted)", + "parent": "6204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620459", + "text": "620459 - Skirts and divided skirts; women's or girls', of textile materials n.e.c. in item no. 6204.5 (not knitted or crocheted)", + "parent": "6204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620461", + "text": "620461 - Trousers, bib and brace overalls, breeches and shorts; women's or girls', of wool or fine animal hair (not knitted or crocheted)", + "parent": "6204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620462", + "text": "620462 - Trousers, bib and brace overalls, breeches and shorts; women's or girls', of cotton (not knitted or crocheted)", + "parent": "6204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620463", + "text": "620463 - Trousers, bib and brace overalls, breeches and shorts; women's or girls', of synthetic fibres (not knitted or crocheted)", + "parent": "6204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620469", + "text": "620469 - Trousers, bib and brace overalls, breeches and shorts; women's or girls', of textile materials (other than wool, fine animal hair, cotton or synthetic fibres), (not knitted or crocheted)", + "parent": "6204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6205", + "text": "6205 - Shirts; men's or boys' (not knitted or crocheted)", + "parent": "62", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "620510", + "text": "620510 - Mens, boys shirts, of wool or hair, not knit", + "parent": "6205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620520", + "text": "620520 - Shirts; men's or boys', of cotton (not knitted or crocheted)", + "parent": "6205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620530", + "text": "620530 - Shirts; men's or boys', of man-made fibres (not knitted or crocheted)", + "parent": "6205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620590", + "text": "620590 - Shirts; men's or boys', of textile materials n.e.c. in heading no. 6205 (not knitted or crocheted)", + "parent": "6205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6206", + "text": "6206 - Blouses, shirts and shirt-blouses; women's or girls' (not knitted or crocheted)", + "parent": "62", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "620610", + "text": "620610 - Blouses, shirts and shirt-blouses; women's or girls', of silk or silk waste (not knitted or crocheted)", + "parent": "6206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620620", + "text": "620620 - Blouses, shirts and shirt-blouses; women's or girls', of wool or fine animal hair (not knitted or crocheted)", + "parent": "6206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620630", + "text": "620630 - Blouses, shirts and shirt-blouses; women's or girls', of cotton (not knitted or crocheted)", + "parent": "6206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620640", + "text": "620640 - Blouses, shirts and shirt-blouses; women's or girls', of man-made fibres (not knitted or crocheted)", + "parent": "6206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620690", + "text": "620690 - Blouses, shirts and shirt-blouses; women's or girls', of textile materials n.e.c. in heading no. 6206 (not knitted or crocheted)", + "parent": "6206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6207", + "text": "6207 - Singlets and other vests, underpants, briefs, night-shirts, pyjamas, bathrobes, dressing gowns and similar articles; men's or boys' (not knitted or crocheted)", + "parent": "62", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "620711", + "text": "620711 - Underpants and briefs; men's or boys', of cotton (not knitted or crocheted)", + "parent": "6207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620719", + "text": "620719 - Underpants and briefs; men's or boys', of textile materials other than cotton (not knitted or crocheted)", + "parent": "6207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620721", + "text": "620721 - Nightshirts and pyjamas; men's or boys', of cotton (not knitted or crocheted)", + "parent": "6207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620722", + "text": "620722 - Nightshirts and pyjamas; men's or boys', of man-made fibres (not knitted or crocheted)", + "parent": "6207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620729", + "text": "620729 - Nightshirts and pyjamas; men's or boys', of textile materials other than cotton or man-made fibres (not knitted or crocheted)", + "parent": "6207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620791", + "text": "620791 - Singlets and other vests, bathrobes, dressing gowns and similar articles; men's or boys', of cotton (not knitted or crocheted)", + "parent": "6207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620792", + "text": "620792 - Mens, boys dressing gowns etc manmade fibre, not knit", + "parent": "6207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620799", + "text": "620799 - Singlets and other vests, bathrobes, dressing gowns and similar articles; men's or boys', of textile materials other than cotton (not knitted or crocheted)", + "parent": "6207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6208", + "text": "6208 - Singlets and other vests, slips, petticoats, briefs, panties, nightdresses, pyjamas, negligees, bathrobes, dressing gowns and similar articles; women's or girls' (not knitted or crocheted)", + "parent": "62", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "620811", + "text": "620811 - Slips and petticoats; women's or girls', of man-made fibres (not knitted or crocheted)", + "parent": "6208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620819", + "text": "620819 - Slips and petticoats; women's or girls', of textile materials other than man-made fibres (not knitted or crocheted)", + "parent": "6208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620821", + "text": "620821 - Nightdresses and pyjamas; women's or girls', of cotton (not knitted or crocheted)", + "parent": "6208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620822", + "text": "620822 - Nightdresses and pyjamas; women's or girls', of man-made fibres (not knitted or crocheted)", + "parent": "6208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620829", + "text": "620829 - Nightdresses and pyjamas; women's or girls', of textile materials other than cotton or man-made fibres (not knitted or crocheted)", + "parent": "6208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620891", + "text": "620891 - Singlets and other vests, briefs, panties, negligees, bathrobes, dressing gowns and similar articles; women's or girls', of cotton (not knitted or crocheted)", + "parent": "6208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620892", + "text": "620892 - Singlets and other vests, briefs, panties, negligees, bathrobes, dressing gowns etc.; women's or girls', of man-made fibres (not knitted or crocheted), excluding incontinence or other sanitary garments or garment liners of heading no. 96.19", + "parent": "6208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620899", + "text": "620899 - Singlets and other vests, briefs, panties, negligees, bathrobes, dressing gowns and similar articles; women's or girls', of textile materials other than cotton or man-made fibres (not knitted or crocheted)", + "parent": "6208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6209", + "text": "6209 - Garments and clothing accessories; babies' (not knitted or crocheted)", + "parent": "62", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "620910", + "text": "620910 - Babies garments, accessories of wool or hair, not kni", + "parent": "6209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620920", + "text": "620920 - Garments and clothing accessories; babies', of cotton (not knitted or crocheted)", + "parent": "6209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620930", + "text": "620930 - Garments and clothing accessories; babies', of synthetic fibres (not knitted or crocheted)", + "parent": "6209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "620990", + "text": "620990 - Garments and clothing accessories; babies', of textile materials other than cotton or synthetic fibres (not knitted or crocheted)", + "parent": "6209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6210", + "text": "6210 - Garments made up of fabrics of heading no. 5602, 5603, 5903, 5906 or 5907 (not knitted or crocheted)", + "parent": "62", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "621010", + "text": "621010 - Garments; of felt or non-wovens (not knitted or crocheted)", + "parent": "6210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "621020", + "text": "621020 - Garments; overcoats, raincoats, car-coats, capes, cloaks, anoraks (including ski-jackets) and similar articles, men's or boys', of the fabrics of heading no. 5602, 5603, 5903, 5906 or 5907 (not knitted or crocheted)", + "parent": "6210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "621030", + "text": "621030 - Garments; overcoats, raincoats, car-coats, capes, cloaks, anoraks (including ski-jackets) and similar articles, women's or girls', of the fabrics of heading no. 5602, 5603, 5903, 5906 or 5907 (not knitted or crocheted)", + "parent": "6210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "621040", + "text": "621040 - Garments; men's or boys', n.e.c. in item no. 6210.2, of the fabrics of heading no. 5602, 5603, 5903, 5906 or 5907 (not knitted or crocheted)", + "parent": "6210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "621050", + "text": "621050 - Garments; women's or girls', n.e.c. in item no. 6210.3, of the fabrics of heading no. 5602, 5603, 5903, 5906 or 5907 (not knitted or crocheted)", + "parent": "6210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6211", + "text": "6211 - Track suits, swimwear and other garments (not knitted or crocheted)", + "parent": "62", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "621111", + "text": "621111 - Swimwear; men's or boys', (not knitted or crocheted)", + "parent": "6211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "621112", + "text": "621112 - Swimwear; women's or girls', (not knitted or crocheted)", + "parent": "6211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "621120", + "text": "621120 - Ski suits; (not knitted or crocheted)", + "parent": "6211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "621131", + "text": "621131 - Mens, boys garments nes, of wool or hair, not knit", + "parent": "6211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "621132", + "text": "621132 - Track suits and other garments n.e.c.; men's or boys', of cotton (not knitted or crocheted)", + "parent": "6211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "621133", + "text": "621133 - Track suits and other garments n.e.c.; men's or boys', of man-made fibres (not knitted or crocheted)", + "parent": "6211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "621139", + "text": "621139 - Track suits and other garments n.e.c.; men's or boys', of textile materials n.e.c. in item no. 6211.3 (not knitted or crocheted)", + "parent": "6211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "621141", + "text": "621141 - Track suits (excl. knitted/crocheted), women's/girls'; other garments, n.e.s. (excl. knitted/crocheted), women's/girls', of wool/fine animal hair", + "parent": "6211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "621142", + "text": "621142 - Track suits and other garments n.e.c.; women's or girls', of cotton (not knitted or crocheted)", + "parent": "6211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "621143", + "text": "621143 - Track suits and other garments n.e.c.; women's or girls', of man-made fibres (not knitted or crocheted)", + "parent": "6211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "621149", + "text": "621149 - Track suits and other garments n.e.c.; women's or girls', of textile materials n.e.c. in item no. 6211.4 (not knitted or crocheted)", + "parent": "6211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6212", + "text": "6212 - Brassieres, girdles, corsets, braces, suspenders, garters and similar articles and parts thereof; whether or not knitted or crocheted", + "parent": "62", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "621210", + "text": "621210 - Brassieres; whether or not knitted or crocheted", + "parent": "6212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "621220", + "text": "621220 - Girdles and panty-girdles; whether or not knitted or crocheted", + "parent": "6212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "621230", + "text": "621230 - Corselettes; whether or not knitted or crocheted", + "parent": "6212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "621290", + "text": "621290 - Braces, suspenders, garters and similar articles; whether or not knitted or crocheted, n.e.c. in heading no. 6212", + "parent": "6212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6213", + "text": "6213 - Handkerchiefs (not knitted or crocheted)", + "parent": "62", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "621310", + "text": "621310 - Handkerchiefs, of silk or silk waste, not knit", + "parent": "6213", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "621320", + "text": "621320 - Handkerchiefs; of cotton (not knitted or crocheted)", + "parent": "6213", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "621390", + "text": "621390 - Handkerchiefs; of textile materials other than cotton (not knitted or crocheted)", + "parent": "6213", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6214", + "text": "6214 - Shawls, scarves, mufflers, mantillas, veils and the like (not knitted or crocheted)", + "parent": "62", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "621410", + "text": "621410 - Shawls, scarves, mufflers, mantillas, veils and the like; of silk or silk waste (not knitted or crocheted)", + "parent": "6214", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "621420", + "text": "621420 - Shawls, scarves, mufflers, mantillas, veils and the like; of wool or fine animal hair (not knitted or crocheted)", + "parent": "6214", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "621430", + "text": "621430 - Shawls, scarves, mufflers, mantillas, veils and the like; of synthetic fibres (not knitted or crocheted)", + "parent": "6214", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "621440", + "text": "621440 - Shawls, scarves, mufflers, mantillas, veils and the like; of artificial fibres (not knitted or crocheted)", + "parent": "6214", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "621490", + "text": "621490 - Shawls, scarves, mufflers, mantillas, veils and the like; of textile materials n.e.c. in heading no. 6214 (not knitted or crocheted)", + "parent": "6214", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6215", + "text": "6215 - Ties, bow ties and cravats (not knitted or crocheted)", + "parent": "62", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "621510", + "text": "621510 - Ties, bow ties and cravats; of silk or silk waste (not knitted or crocheted)", + "parent": "6215", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "621520", + "text": "621520 - Ties, bow ties and cravats; of man-made fibres (not knitted or crocheted)", + "parent": "6215", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "621590", + "text": "621590 - Ties, bow ties and cravats; of textile materials other than silk or man-made fibres (not knitted or crocheted)", + "parent": "6215", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6216", + "text": "6216 - Gloves, mittens and mitts (not knitted or crocheted)", + "parent": "62", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "621600", + "text": "621600 - Gloves, mittens and mitts (not knitted or crocheted)", + "parent": "6216", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6217", + "text": "6217 - Clothing accessories n.e.c.; parts of garments or accessories other than those of heading no. 6212 (not knitted or crocheted)", + "parent": "62", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "621710", + "text": "621710 - Clothing accessories; other than those of heading no. 6212 (not knitted or crocheted)", + "parent": "6217", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "621790", + "text": "621790 - Clothing; parts of garments or of clothing accessories, other than those of heading no. 6212 (not knitted or crocheted)", + "parent": "6217", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "63", + "text": "63 - Textiles, made up articles; sets; worn clothing and worn textile articles; rags", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "6301", + "text": "6301 - Blankets and travelling rugs", + "parent": "63", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "630110", + "text": "630110 - Blankets; electric", + "parent": "6301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630120", + "text": "630120 - Blankets (other than electric blankets) and travelling rugs; of wool or of fine animal hair", + "parent": "6301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630130", + "text": "630130 - Blankets (other than electric blankets) and travelling rugs; of cotton", + "parent": "6301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630140", + "text": "630140 - Blankets (other than electric blankets) and travelling rugs; of synthetic fibres", + "parent": "6301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630190", + "text": "630190 - Blankets and travelling rugs; n.e.c. in heading no. 6301", + "parent": "6301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6302", + "text": "6302 - Bed linen, table linen, toilet linen and kitchen linen", + "parent": "63", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "630210", + "text": "630210 - Bed linen; knitted or crocheted", + "parent": "6302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630221", + "text": "630221 - Bed linen; of cotton, printed, not knitted or crocheted", + "parent": "6302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630222", + "text": "630222 - Bed linen; of man-made fibres, printed, not knitted or crocheted", + "parent": "6302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630229", + "text": "630229 - Bed linen; of textile materials (other than cotton or man-made fibres), printed, not knitted or crocheted", + "parent": "6302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630231", + "text": "630231 - Bed linen; of cotton (not printed, knitted or crocheted)", + "parent": "6302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630232", + "text": "630232 - Bed linen; of man-made fibres (not printed, knitted or crocheted)", + "parent": "6302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630239", + "text": "630239 - Bed linen; of textile materials other than cotton or man-made fibres (not printed, knitted or crocheted)", + "parent": "6302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630240", + "text": "630240 - Table linen; knitted or crocheted", + "parent": "6302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630251", + "text": "630251 - Table linen; of cotton, not knitted or crocheted", + "parent": "6302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630252", + "text": "630252 - Table linen, of flax, not knit", + "parent": "6302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630253", + "text": "630253 - Table linen; of man-made fibres, not knitted or crocheted", + "parent": "6302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630259", + "text": "630259 - Table linen; of textile materials (other than cotton or man-made fibres), not knitted or crocheted", + "parent": "6302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630260", + "text": "630260 - Kitchen and toilet linen; of terry towelling or similar terry fabrics, of cotton", + "parent": "6302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630291", + "text": "630291 - Toilet and kitchen linen; of cotton, excluding terry towelling or similar terry fabrics", + "parent": "6302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630292", + "text": "630292 - Toilet or kitchen linen, of flax", + "parent": "6302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630293", + "text": "630293 - Toilet and kitchen linen; of man-made fibres", + "parent": "6302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630299", + "text": "630299 - Toilet and kitchen linen; of textile materials (other than cotton or man-made fibres)", + "parent": "6302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6303", + "text": "6303 - Curtains (including drapes) and interior blinds; curtain or bed valances", + "parent": "63", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "630311", + "text": "630311 - Curtains drapes blinds valances, cotton, knit", + "parent": "6303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630312", + "text": "630312 - Curtains (including drapes) and interior blinds; curtain or bed valances, knitted or crocheted, of synthetic fibres", + "parent": "6303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630319", + "text": "630319 - Curtains (including drapes) and interior blinds; curtain or bed valances, knitted or crocheted, of textile materials other than synthetic fibres", + "parent": "6303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630391", + "text": "630391 - Curtains (including drapes) and interior blinds, curtain or bed valances; of cotton, not knitted or crocheted", + "parent": "6303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630392", + "text": "630392 - Curtains (including drapes) and interior blinds, curtain or bed valances; of synthetic fibres, not knitted or crocheted", + "parent": "6303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630399", + "text": "630399 - Curtains (including drapes) and interior blinds, curtain or bed valances; of textile materials other than cotton or synthetic fibres, not knitted or crocheted", + "parent": "6303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6304", + "text": "6304 - Furnishing articles; excluding those of heading no. 9404", + "parent": "63", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "630411", + "text": "630411 - Bedspreads; knitted or crocheted", + "parent": "6304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630419", + "text": "630419 - Bedspreads; not knitted or crocheted", + "parent": "6304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630420", + "text": "630420 - Furnishing articles; excluding those of heading no. 9404, bed nets, specified in Subheading Note 1 to this Chapter", + "parent": "6304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630491", + "text": "630491 - Furnishing articles; excluding those of heading no. 9404, n.e.c. in heading 6304, knitted or crocheted", + "parent": "6304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630492", + "text": "630492 - Furnishing articles; of cotton, not knitted or crocheted (excluding bedspreads and articles of heading no. 9404)", + "parent": "6304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630493", + "text": "630493 - Furnishing articles; of synthetic fibres, not knitted or crocheted (excluding bedspreads and articles of heading no. 9404)", + "parent": "6304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630499", + "text": "630499 - Furnishing articles; of textile materials other than cotton or synthetic fibres, not knitted or crocheted (excluding bedspreads and articles of heading no. 9404)", + "parent": "6304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6305", + "text": "6305 - Sacks and bags, of a kind used for the packing of goods", + "parent": "63", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "630510", + "text": "630510 - Sacks and bags; of a kind used for the packing of goods, of jute or of other textile bast fibres of heading no. 5303", + "parent": "6305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630520", + "text": "630520 - Sacks and bags; of a kind used for the packing of goods, of cotton", + "parent": "6305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630531", + "text": "630531 - Sacks & bags, packing, polyethylene or polypropylene", + "parent": "6305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630532", + "text": "630532 - Sacks and bags; of a kind used for the packing of goods, of man-made textile materials, flexible intermediate bulk containers", + "parent": "6305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630533", + "text": "630533 - Sacks and bags; of a kind used for the packing of goods, of man-made textile materials, of polyethylene or polypropylene strip or the like, not flexible intermediate bulk containers", + "parent": "6305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630539", + "text": "630539 - Sacks and bags; of a kind used for the packing of goods, of man-made textile materials, not of polyethylene or polypropylene strip or the like, not flexible intermediate bulk containers", + "parent": "6305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630590", + "text": "630590 - Sacks and bags; of a kind used for the packing of goods, of textile materials (other than jute, cotton or man-made textile materials)", + "parent": "6305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6306", + "text": "6306 - Tarpaulins, awnings and sunblinds; tents (including temporary canopies and similar articles); sails for boats, sailboards or landcraft; camping goods", + "parent": "63", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "630611", + "text": "630611 - Tarpaulins, awnings and sunblinds, of cotton", + "parent": "6306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630612", + "text": "630612 - Tarpaulins, awnings and sunblinds; of synthetic fibres", + "parent": "6306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630619", + "text": "630619 - Tarpaulins, awnings and sunblinds; of textile materials other than synthetic fibres", + "parent": "6306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630621", + "text": "630621 - Tents, of cotton", + "parent": "6306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630622", + "text": "630622 - Tents (including temporary canopies and similar articles); of synthetic fibres", + "parent": "6306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630629", + "text": "630629 - Tents (including temporary canopies and similar articles); of textile materials other than synthetic fibres", + "parent": "6306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630630", + "text": "630630 - Sails; for boats, sailboards or landcraft", + "parent": "6306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630631", + "text": "630631 - Sails, synthetic fibres", + "parent": "6306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630639", + "text": "630639 - Sails, of material nes", + "parent": "6306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630640", + "text": "630640 - Camping goods; pneumatic mattresses", + "parent": "6306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630641", + "text": "630641 - Pneumatic mattresses, of cotton", + "parent": "6306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630649", + "text": "630649 - Pneumatic mattresses, textile material, not cotton", + "parent": "6306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630690", + "text": "630690 - Camping goods; (of textile materials), n.e.c in heading no. 6306", + "parent": "6306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630691", + "text": "630691 - Camping goods (excl. of 6306.41), of cotton", + "parent": "6306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630699", + "text": "630699 - Camping goods (excl. of 6306.49), of textile materials other than cotton", + "parent": "6306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6307", + "text": "6307 - Textiles; made up articles n.e.c. in chapter 63, including dress patterns", + "parent": "63", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "630710", + "text": "630710 - Cloths; floor cloths, dish-cloths, dusters and similar cleaning cloths", + "parent": "6307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630720", + "text": "630720 - Life-jackets and life-belts", + "parent": "6307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "630790", + "text": "630790 - Textiles; made up articles (including dress patterns), n.e.c. in chapter 63, n.e.c. in heading no. 6307", + "parent": "6307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6308", + "text": "6308 - Textiles; sets of woven fabric and yarn, with or without accessories, for making into rugs, tapestries, embroidered tablecloths, serviettes and similar textile articles, in packings for retail sale", + "parent": "63", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "630800", + "text": "630800 - Fabrics, woven and yarn; in sets, whether or not with accessories, for making up into rugs, tapestries, embroidered table cloths or serviettes or similar textile articles, packaged for retail sale", + "parent": "6308", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6309", + "text": "6309 - Textiles; worn clothing and other worn articles", + "parent": "63", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "630900", + "text": "630900 - Clothing; worn, and other worn articles", + "parent": "6309", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6310", + "text": "6310 - Rags; used or new, scrap twine, cordage, rope and cables and worn out articles of twine, cordage, rope or cables, of textile materials", + "parent": "63", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "631010", + "text": "631010 - Rags; used or new, scrap twine, cordage, rope and cables and worn out articles of twine, cordage, rope or cables, of textile materials; sorted", + "parent": "6310", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "631090", + "text": "631090 - Rags; used or new, scrap twine, cordage, rope and cables and worn out articles of twine, cordage, rope or cables, of textile materials; other than sorted", + "parent": "6310", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "64", + "text": "64 - Footwear; gaiters and the like; parts of such articles", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "6401", + "text": "6401 - Footwear; waterproof, with outer soles and uppers of rubber or plastics, (uppers not fixed to the sole nor assembled by stitch, rivet, nail, screw, plug or similar)", + "parent": "64", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "640110", + "text": "640110 - Footwear; waterproof with metal toe-cap, rubber or plastic outer soles and uppers (not assembled by stitch, rivet, nail, screw, plug or similar)", + "parent": "6401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "640191", + "text": "640191 - Waterproof footwear(Wellington) no toe cap, over knee", + "parent": "6401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "640192", + "text": "640192 - Footwear; waterproof, covering the ankle (but not the knee), rubber or plastic outer soles and uppers (not assembled by stitch, rivet, nail, screw, plug or similar)", + "parent": "6401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "640199", + "text": "640199 - Footwear; waterproof, n.e.c. in heading no. 6401, rubber or plastic outer soles and uppers (not assembled by stitch, rivet, nail, screw, plug or similar)", + "parent": "6401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6402", + "text": "6402 - Footwear; with outer soles and uppers of rubber or plastics (excluding waterproof footwear)", + "parent": "64", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "640211", + "text": "640211 - Ski-boots etc, outer soles, uppers of rubber, plastic", + "parent": "6402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "640212", + "text": "640212 - Sports footwear; with outer soles and uppers of rubber or plastics, ski-boots, cross-country ski footwear and snowboard boots", + "parent": "6402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "640219", + "text": "640219 - Sports footwear; (other than ski-boots, snowboard boots or cross-country ski footwear), with outer soles and uppers of rubber or plastics", + "parent": "6402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "640220", + "text": "640220 - Footwear; with outer soles and uppers of rubber or plastics, upper straps or thongs assembled to the sole by plugs", + "parent": "6402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "640230", + "text": "640230 - Footwear, sole/upper rubber/plastic,metal toe-cap nes", + "parent": "6402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "640291", + "text": "640291 - Footwear; n.e.c. in heading no. 6402, covering the ankle, with outer soles and uppers of rubber or plastics", + "parent": "6402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "640299", + "text": "640299 - Footwear; n.e.c. in heading no. 6402, (other than just covering the ankle), with outer soles and uppers of rubber or plastics", + "parent": "6402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6403", + "text": "6403 - Footwear; with outer soles of rubber, plastics, leather or composition leather and uppers of leather", + "parent": "64", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "640311", + "text": "640311 - Ski footwear, with uppers of leather", + "parent": "6403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "640312", + "text": "640312 - Sports footwear; with outer soles of rubber, plastics, leather or composition leather and uppers of leather, ski-boots, snowboard boots and cross-country ski footwear", + "parent": "6403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "640319", + "text": "640319 - Sports footwear; (other than ski-boots, snowboard boots or cross-country ski footwear), with outer soles of rubber, plastics, leather or composition leather and uppers of leather", + "parent": "6403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "640320", + "text": "640320 - Footwear; with outer soles of leather, uppers consisting of leather straps across instep and around the big toe", + "parent": "6403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "640330", + "text": "640330 - Footwear, wood base, uppers leather, no inner sole", + "parent": "6403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "640340", + "text": "640340 - Footwear; with metal toe-cap, outer soles of rubber, plastics, leather or composition leather, uppers of leather", + "parent": "6403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "640351", + "text": "640351 - Footwear; n.e.c. in heading no. 6403, with outer soles and uppers of leather, covering the ankle", + "parent": "6403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "640359", + "text": "640359 - Footwear; n.e.c. in heading no. 6403, (not covering the ankle), outer soles and uppers of leather", + "parent": "6403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "640391", + "text": "640391 - Footwear; n.e.c. in heading no. 6403, covering the ankle, outer soles of rubber, plastics or composition leather, uppers of leather", + "parent": "6403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "640399", + "text": "640399 - Footwear; n.e.c. in heading no. 6403, (not covering the ankle), outer soles of rubber, plastics or composition leather, uppers of leather", + "parent": "6403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6404", + "text": "6404 - Footwear; with outer soles of rubber, plastics, leather or composition leather and uppers of textile materials", + "parent": "64", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "640411", + "text": "640411 - Sports footwear; tennis shoes, basketball shoes, gym shoes, training shoes and the like, with outer soles of rubber or plastics and uppers of textile materials", + "parent": "6404", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "640419", + "text": "640419 - Footwear; (other than sportswear), with outer soles of rubber or plastics and uppers of textile materials", + "parent": "6404", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "640420", + "text": "640420 - Footwear; outer soles of leather or composition leather, uppers of textile materials", + "parent": "6404", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6405", + "text": "6405 - Footwear; other footwear n.e.c. in chapter 64", + "parent": "64", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "640510", + "text": "640510 - Footwear; with uppers of leather or composition leather, n.e.c. in chapter 64", + "parent": "6405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "640520", + "text": "640520 - Footwear; with uppers of textile materials, n.e.c. in chapter 64", + "parent": "6405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "640590", + "text": "640590 - Footwear; n.e.c. in chapter 64", + "parent": "6405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6406", + "text": "6406 - Footwear; parts of footwear; removable in-soles, heel cushions and similar articles; gaiters, le.g.ings and similar articles, and parts thereof", + "parent": "64", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "640610", + "text": "640610 - Footwear; parts, uppers and parts thereof, other than stiffeners", + "parent": "6406", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "640620", + "text": "640620 - Footwear; parts, outer soles and heels, of rubber or plastics", + "parent": "6406", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "640690", + "text": "640690 - Footwear; parts, n.e.c. in heading 6406", + "parent": "6406", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "640691", + "text": "640691 - Parts of footwear (excl. of 6406.10 & 6406.20), of wood", + "parent": "6406", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "640699", + "text": "640699 - Removable insoles, heel cushions & similar articles; gaiters, leggings & similar articles, & parts thereof", + "parent": "6406", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "65", + "text": "65 - Headgear and parts thereof", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "6501", + "text": "6501 - Hat-forms, hat bodies and hoods of felt, neither blocked to shape nor with made brims; plateaux and manchons (including slit manchons) of felt", + "parent": "65", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "650100", + "text": "650100 - Hat-forms, hat bodies and hoods of felt, neither blocked to shape nor with made brims; plateaux and manchons (including slit manchons) of felt", + "parent": "6501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6502", + "text": "6502 - Hat-shapes; plaited or made by assembling strips of any material, neither blocked to shape, nor with made brims, nor lined, nor trimmed", + "parent": "65", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "650200", + "text": "650200 - Hat-shapes; plaited or made by assembling strips of any material, neither blocked to shape, nor with made brims, nor lined, nor trimmed", + "parent": "6502", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6503", + "text": "6503 - Felt hats and other felt headgear", + "parent": "65", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "650300", + "text": "650300 - Felt hats and other felt headgear", + "parent": "6503", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6504", + "text": "6504 - Hats and other headgear; plaited or made by assembling strips of any material, whether or not lined or trimmed", + "parent": "65", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "650400", + "text": "650400 - Hats and other headgear; plaited or made by assembling strips of any material, whether or not lined or trimmed", + "parent": "6504", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6505", + "text": "6505 - Hats and other headgear; knitted or crocheted, or made up from lace, felt or other textile fabric, in the piece (but not in strips), whether or not lined or trimmed; hair-nets of any material, whether or not lined or trimmed", + "parent": "65", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "650500", + "text": "650500 - Hats and other headgear; knitted or crocheted, or made up from lace, felt or other textile fabric, in the piece (but not in strips), whether or not lined or trimmed; hair-nets of any material, whether or not lined or trimmed", + "parent": "6505", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "650510", + "text": "650510 - Hair-nets of any material, whether/not lined/trimmed", + "parent": "6505", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "650590", + "text": "650590 - Other hats & other headgear, knitted/crocheted,/made up from lace, felt/other textile fabric, whether/not lined/trimmed; other than hair-nets.", + "parent": "6505", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6506", + "text": "6506 - Headgear; n.e.c. in chapter 65, whether or not lined or trimmed", + "parent": "65", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "650610", + "text": "650610 - Headgear; safety, whether or not lined or trimmed", + "parent": "6506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "650691", + "text": "650691 - Headgear; (other than safety headgear), of rubber or plastics, whether or not lined or trimmed", + "parent": "6506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "650692", + "text": "650692 - Headgear nes, of furskin", + "parent": "6506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "650699", + "text": "650699 - Headgear; (other than safety headgear), (of materials other than rubber or plastic), whether or not lined or trimmed", + "parent": "6506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6507", + "text": "6507 - Head-bands, linings, covers, hat foundations, hat frames, peaks and chinstraps, for headgear", + "parent": "65", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "650700", + "text": "650700 - Head-bands, linings, covers, hat foundations, hat frames, peaks and chinstraps; for headgear", + "parent": "6507", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "66", + "text": "66 - Umbrellas, sun umbrellas, walking-sticks, seat sticks, whips, riding crops; and parts thereof", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "6601", + "text": "6601 - Umbrellas; sun umbrellas (including walking stick umbrellas, garden umbrellas and similar umbrellas)", + "parent": "66", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "660110", + "text": "660110 - Umbrellas and sun umbrellas; garden or similar umbrellas", + "parent": "6601", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "660191", + "text": "660191 - Umbrellas and sun umbrellas; having a telescopic shaft, (excluding garden or similar umbrellas)", + "parent": "6601", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "660199", + "text": "660199 - Umbrellas and sun umbrellas; n.e.c. in heading no. 6601 (including walking stick umbrellas)", + "parent": "6601", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6602", + "text": "6602 - Walking-sticks, seat-sticks, whips, riding-crops and the like", + "parent": "66", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "660200", + "text": "660200 - Walking-sticks, seat-sticks, whips, riding-crops and the like", + "parent": "6602", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6603", + "text": "6603 - Trimmings, parts and accessories of articles of heading no. 6601 or 6602", + "parent": "66", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "660310", + "text": "660310 - Handles, knobs for umbrellas, walking sticks, etc", + "parent": "6603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "660320", + "text": "660320 - Umbrella frames; including frames mounted on shafts (sticks)", + "parent": "6603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "660390", + "text": "660390 - Trimmings, accessories and parts of articles of heading no. 6601 or 6602; n.e.c. in heading no. 6603", + "parent": "6603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "67", + "text": "67 - Feathers and down, prepared; and articles made of feather or of down; artificial flowers; articles of human hair", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "6701", + "text": "6701 - Skin and other parts of birds with their feather or down; feathers, parts of feather, down and articles thereof (other than goods of heading no. 0505 and worked quills and scapes)", + "parent": "67", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "670100", + "text": "670100 - Skins and other parts of birds with their feathers or down; feathers, parts of feathers, down and articles thereof (other than goods of heading no. 0505 and worked quills and scapes)", + "parent": "6701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6702", + "text": "6702 - Flowers, foliage and fruit, artificial, and parts thereof; articles made of artificial flowers, foliage or fruit", + "parent": "67", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "670210", + "text": "670210 - Flowers, foliage and fruit, artificial, and parts thereof; articles made of artificial flowers, foliage or fruit, of plastics", + "parent": "6702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "670290", + "text": "670290 - Flowers, foliage and fruit, artificial, and parts thereof; articles made of artificial flowers, foliage or fruit, of materials other than plastics", + "parent": "6702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6703", + "text": "6703 - Human hair, dressed, thinned, bleached or otherwise worked; wool or other animal hair or other textile materials, prepared for use in making wigs or the like", + "parent": "67", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "670300", + "text": "670300 - Human hair, dressed, thinned, bleached or otherwise worked; wool or other animal hair or other textile materials, prepared for use in making wigs or the like", + "parent": "6703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6704", + "text": "6704 - Wigs, false beards, eyebrows and eyelashes, switches and the like, of human or animal hair or of textile materials; articles of human hair, n.e.c. or included", + "parent": "67", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "670411", + "text": "670411 - Wigs; complete, of synthetic textile materials", + "parent": "6704", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "670419", + "text": "670419 - False beards, eyebrows and eyelashes, switches and the like; of synthetic textile materials", + "parent": "6704", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "670420", + "text": "670420 - Wigs, false beards, eyebrows and eyelashes, switches and the like and other articles n.e.c.; of human hair", + "parent": "6704", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "670490", + "text": "670490 - Wigs, false beards, eyebrows and eyelashes, switches and the like and other articles n.e.c.; of animal hair or of textile materials other than synthetic", + "parent": "6704", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "68", + "text": "68 - Stone, plaster, cement, asbestos, mica or similar materials; articles thereof", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "6801", + "text": "6801 - Stone; setts, curbstones and flagstones, of natural stone (except slate)", + "parent": "68", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "680100", + "text": "680100 - Stone; setts, curbstones and flagstones, of natural stone (except slate)", + "parent": "6801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6802", + "text": "6802 - Monumental or building stone, worked (except slate) and articles thereof (not of heading no. 6801) mosaic cubes etc., of natural stone including slate; artificially coloured granules of natural stone", + "parent": "68", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "680210", + "text": "680210 - Tiles, cubes and similar articles; whether or not rectangular (including square), largest face of which is capable of being enclosed in square, side less than 7cm, coloured granules, chippings, powder", + "parent": "6802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "680221", + "text": "680221 - Marble, travertine and alabaster; simply cut or sawn, with a flat or even surface", + "parent": "6802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "680222", + "text": "680222 - Cut or sawn slabs of calcareous stone nes", + "parent": "6802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "680223", + "text": "680223 - Granite; articles thereof, simply cut or sawn, with a flat or even surface", + "parent": "6802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "680229", + "text": "680229 - Stone; monumental or building stone, n.e.c. in item no. 6802.2, articles thereof, simply cut or sawn, with a flat or even surface", + "parent": "6802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "680291", + "text": "680291 - Marble, travertine and alabaster; articles thereof, (other than simply cut or sawn, with a flat or even surface)", + "parent": "6802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "680292", + "text": "680292 - Stone; calcareous (excluding marble, travertine, alabaster) articles thereof, (other than simply cut or sawn, with a flat or even surface)", + "parent": "6802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "680293", + "text": "680293 - Granite; articles thereof, (other than simply cut or sawn, with a flat or even surface)", + "parent": "6802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "680299", + "text": "680299 - Stone; natural (excluding marble, travertine, alabaster, other calcareous stone or granite), monumental or building stone, (other than simply cut or sawn, with a flat or even surface)", + "parent": "6802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6803", + "text": "6803 - Slate, worked; and articles of slate or of agglomerated slate", + "parent": "68", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "680300", + "text": "680300 - Slate, worked; and articles of slate or of agglomerated slate", + "parent": "6803", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6804", + "text": "6804 - Millstones, grindstones, grinding wheels, etc without frameworks, for grinding, sharpening, polishing, etc and parts thereof, natural stone, agglomerated natural or artificial abrasives or of ceramics", + "parent": "68", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "680410", + "text": "680410 - Millstones and grindstones; for milling, grinding or pulping", + "parent": "6804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "680421", + "text": "680421 - Millstones, grindstones, grinding wheels and the like; of agglomerated synthetic or natural diamond", + "parent": "6804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "680422", + "text": "680422 - Millstones, grindstones, grinding wheels and the like; of other agglomerated abrasives or of ceramics", + "parent": "6804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "680423", + "text": "680423 - Millstones, grindstones, grinding wheels and the like; of natural stone", + "parent": "6804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "680430", + "text": "680430 - Stones; hand sharpening or polishing stones, of natural stone, agglomerated natural or artificial abrasives or ceramics, with or without parts of other materials", + "parent": "6804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6805", + "text": "6805 - Abrasive powder or grain; natural or artificial, on a base of textile material, of paper, paperboard or of other material, whether or not cut to shape or sewn or otherwise made up", + "parent": "68", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "680510", + "text": "680510 - Abrasive powder or grain; natural or artificial, on a base of woven textile fabric only, whether or not cut to shape or sewn or otherwise made up", + "parent": "6805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "680520", + "text": "680520 - Abrasive powder or grain; natural or artificial, on a base of paper or paperboard only, whether or not cut to shape or sewn or otherwise made up", + "parent": "6805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "680530", + "text": "680530 - Abrasive powder or grain; natural or artificial, on a base of materials n.e.c. in heading no. 6805, whether or not cut to shape or sewn or otherwise made up", + "parent": "6805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6806", + "text": "6806 - Slag, rock wool and similar mineral wools; exfoliated vermiculite, expanded clays, foamed slag, mixtures and articles of heat, sound insulating or sound-absorbing mineral materials", + "parent": "68", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "680610", + "text": "680610 - Slag wool, rock wool and similar mineral wools (including intermixtures thereof), in bulk, sheets or rolls", + "parent": "6806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "680620", + "text": "680620 - Exfoliated vermiculite, expanded clays, foamed slag and similar expanded mineral materials (including intermixtures thereof)", + "parent": "6806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "680690", + "text": "680690 - Minerals; mixtures and articles of heat-insulating, sound-insulating or sound-absorbing mineral materials, other than those of heading no. 6811 or 6812 or of chapter 69", + "parent": "6806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6807", + "text": "6807 - Asphalt or similar material; articles (e.g. petroleum bitumen or coal tar pitch)", + "parent": "68", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "680710", + "text": "680710 - Asphalt or similar material; articles (e.g. petroleum bitumen or coal tar pitch) in rolls", + "parent": "6807", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "680790", + "text": "680790 - Asphalt or similar material; articles (e.g. petroleum bitumen or coal tar pitch) other than in rolls", + "parent": "6807", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6808", + "text": "6808 - Panels, boards, tiles, blocks and the like; of vegetable fibre, of straw, shavings, chips, particles, sawdust or other waste, of wood, agglomerated with cement, plaster or other mineral binders", + "parent": "68", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "680800", + "text": "680800 - Panels, boards, tiles, blocks and the like; of vegetable fibre, of straw, shavings, chips, particles, sawdust or other waste, of wood, agglomerated with cement, plaster or other mineral binders", + "parent": "6808", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6809", + "text": "6809 - Plaster or compositions based on plaster; articles thereof", + "parent": "68", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "680911", + "text": "680911 - Plaster, or plaster compositions; boards, sheets, panels, tiles and similar articles, faced or reinforced with paper or paperboard only, not ornamented", + "parent": "6809", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "680919", + "text": "680919 - Plaster, or plaster compositions; boards, sheets, panels, tiles and similar articles, (other than faced or reinforced with paper or paperboard only), not ornamented", + "parent": "6809", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "680990", + "text": "680990 - Plaster articles or articles of compositions based on plaster; n.e.c. in heading no. 6809", + "parent": "6809", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6810", + "text": "6810 - Cement, concrete or artificial stone; whether or not reinforced, articles thereof", + "parent": "68", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "681011", + "text": "681011 - Cement, concrete or artificial stone; building blocks or bricks, whether or not reinforced", + "parent": "6810", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "681019", + "text": "681019 - Cement, concrete or artificial stone; tiles, flagstones and similar, (excluding building blocks and bricks) whether or not reinforced", + "parent": "6810", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "681020", + "text": "681020 - Pipes of cement or concrete", + "parent": "6810", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "681091", + "text": "681091 - Cement, concrete or artificial stone; prefabricated structural components for building or civil engineering, whether or not reinforced", + "parent": "6810", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "681099", + "text": "681099 - Cement, concrete or artificial stone; articles (other than prefabricated structural components for building or civil engineering), whether or not reinforced, n.e.c. in heading no. 6810", + "parent": "6810", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6811", + "text": "6811 - Asbestos-cement, of cellulose fibre-cement or the like", + "parent": "68", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "681110", + "text": "681110 - Corrugated sheets of asbestos, cellulose fibre cement", + "parent": "6811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "681120", + "text": "681120 - Sheet/tile, asbestos/cellulose fibre cement not corru", + "parent": "6811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "681130", + "text": "681130 - Tubes, pipes etc of asbestos or cellulose fibre cemen", + "parent": "6811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "681140", + "text": "681140 - Asbestos-cement; articles or the like, containing asbestos", + "parent": "6811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "681181", + "text": "681181 - Cellulose fibre-cement; articles or the like; corrugated sheets, not containing asbestos", + "parent": "6811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "681182", + "text": "681182 - Cellulose fibre-cement; articles or the like, sheets, panels, tiles and similar articles (other than corrugated sheets), not containing asbestos", + "parent": "6811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "681183", + "text": "681183 - Tubes, pipes & tube/pipe fittings, other than other sheets, panels, tiles & corrugated sheets, not containing asbestos.", + "parent": "6811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "681189", + "text": "681189 - Cellulose fibre-cement; articles or the like, other than corrugated sheets and other sheets, panels, tiles and similar articles, not containing asbestos", + "parent": "6811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "681190", + "text": "681190 - Articles nes, of asbestoso or cellulose fibre cement", + "parent": "6811", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6812", + "text": "6812 - Fabricated asbestos fibres; mixtures with a basis of asbestos or of asbestos and magnesium carbonate; articles of such mixtures or of asbestos (e.g. thread, woven fabric, clothing, footwear), whether or not reinforced, not goods of heading 6811 or 6813", + "parent": "68", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "681210", + "text": "681210 - Asbestos fibres etc", + "parent": "6812", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "681220", + "text": "681220 - Asbestos yarn and thread", + "parent": "6812", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "681230", + "text": "681230 - Asbestos cords and string", + "parent": "6812", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "681240", + "text": "681240 - Asbestos woven or knit fabric", + "parent": "6812", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "681250", + "text": "681250 - Asbestos clothing, accessories, foot and headwear", + "parent": "6812", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "681260", + "text": "681260 - Asbestos paper, millboard and felt", + "parent": "6812", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "681270", + "text": "681270 - Compressed asbestos fibre jointing, in sheets, rolls", + "parent": "6812", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "681280", + "text": "681280 - Fabricated crocidolite (blue asbestos) fibres, mixtures with a basis of crocidolite (blue asbestos), articles of crocidolite (blue asbestos), whether or not reinforced, not goods of heading 6811 or 6813", + "parent": "6812", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "681290", + "text": "681290 - Asbestos fabricated products nes", + "parent": "6812", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "681291", + "text": "681291 - Asbestos or mixtures with a basis of asbestos (other than crocidolite); clothing, clothing accessories, footwear and headgear, whether or not reinforced, not goods of heading 6811 or 6813", + "parent": "6812", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "681292", + "text": "681292 - Asbestos or mixtures with a basis of asbestos (other than crocidolite); paper, millboard and felt, whether or not reinforced, not goods of heading 6811 or 6813", + "parent": "6812", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "681293", + "text": "681293 - Asbestos or mixtures with a basis of asbestos (other than crocidolite); compressed asbestos fibre jointing, in sheets or rolls, whether or not reinforced, not goods of heading 6811 or 6813", + "parent": "6812", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "681299", + "text": "681299 - Asbestos or mixtures with a basis of asbestos (other than crocidolite); fibres, mixtures or articles n.e.c. in heading no. 6812, whether or not reinforced, not goods of heading 6811 or 6813", + "parent": "6812", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6813", + "text": "6813 - Friction material and articles thereof (e.g. sheets, rolls, strips, segments, discs, washers, pads) not mounted; for brakes, clutches or the like, with a basis of asbestos, other mineral substances, or cellulose", + "parent": "68", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "681310", + "text": "681310 - Asbestos brake linings and pads", + "parent": "6813", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "681320", + "text": "681320 - Friction material and articles thereof (e.g. sheets, rolls, strips, segments, discs, washers, pads) not mounted; for brakes, clutches or the like, with a basis of asbestos", + "parent": "6813", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "681381", + "text": "681381 - Brake linings and pads; with a basis of mineral substances or cellulose (other than asbestos)", + "parent": "6813", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "681389", + "text": "681389 - Friction material and articles thereof (e.g. sheets, rolls, strips, segments, discs, washers, pads) not mounted; for clutches or the like (not brake linings and pads), with a basis of mineral substances or cellulose (other than asbestos)", + "parent": "6813", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "681390", + "text": "681390 - Asbestos friction material, articles except for brake", + "parent": "6813", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6814", + "text": "6814 - Mica; worked, articles of, including agglomerated or reconstituted mica; whether or not on a support of paper, paperboard or other materials", + "parent": "68", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "681410", + "text": "681410 - Mica; plates, sheets and strips of agglomerated or reconstituted mica, whether or not on a support of paper, paperboard or other materials", + "parent": "6814", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "681490", + "text": "681490 - Mica; worked mica and articles of mica (excluding plates, sheets and strips) whether or not on a support of paper, paperboard or other materials", + "parent": "6814", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6815", + "text": "6815 - Stone or other mineral substances; articles thereof (including carbon fibres, articles of carbon fibres and articles of peat), not elsewhere specified or included", + "parent": "68", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "681510", + "text": "681510 - Stone articles and articles of other mineral substances; non-electrical articles of graphite or other carbon", + "parent": "6815", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "681511", + "text": "681511 - Stone or other mineral substances not elsewhere specified or included; carbon fibres for non-electrical uses", + "parent": "6815", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "681512", + "text": "681512 - Stone or other mineral substances not elsewhere specified or included; fabrics of carbon fibres for non-electrical uses", + "parent": "6815", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "681513", + "text": "681513 - Stone or other mineral substances not elsewhere specified or included; articles of carbon fibres for non-electrical uses", + "parent": "6815", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "681519", + "text": "681519 - Stone or other mineral substances not elsewhere specified or included; non-electrical articles of graphite or carbon n.e.c. in heading 6815", + "parent": "6815", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "681520", + "text": "681520 - Peat; articles of peat n.e.c. or included", + "parent": "6815", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "681591", + "text": "681591 - Stone articles and articles of other mineral substances; containing magnesite, magnesia in the form of periclase, dolomite including in the form of dolime, or chromite", + "parent": "6815", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "681599", + "text": "681599 - Stone articles and articles of other mineral substances; n.e.c. or included in heading no. 6815", + "parent": "6815", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "69", + "text": "69 - Ceramic products", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "6901", + "text": "6901 - Bricks, blocks, tiles and other ceramic goods of siliceous fossil meals (e.g. kieselguhr, tripolite or diatomite) or of similar siliceous earths", + "parent": "69", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "690100", + "text": "690100 - Bricks, blocks, tiles and other ceramic goods of siliceous fossil meals (e.g. kieselguhr, tripolite or diatomite) or of similar siliceous earths", + "parent": "6901", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6902", + "text": "6902 - Refractory bricks, blocks, tiles and similar refractory ceramic constructional goods; other than those of siliceous fossil meals or similar siliceous earths", + "parent": "69", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "690210", + "text": "690210 - Refractory bricks, blocks, tiles and similar refractory ceramic constructional goods; containing by weight, singly or together, more than 50% of the elements Mg, Ca or Cr, expressed as MgO, CaO or Cr2o3", + "parent": "6902", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "690220", + "text": "690220 - Refractory bricks, blocks, tiles and similar refractory ceramic constructional goods; containing by weight more than 50% of alumina (Al2o3), of silica (SiO2) or of a mixture or compound of these", + "parent": "6902", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "690290", + "text": "690290 - Refractory bricks, blocks, tiles and similar refractory ceramic constructional goods; n.e.c. in item no. 6902.1 or 6902.2", + "parent": "6902", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6903", + "text": "6903 - Ceramic goods; (e.g. retorts, crucibles, muffles, nozzles, plugs, supports cupels, tubes, pipes, sheaths, rods and slide gates) excluding those of siliceous fossil meals or of similar siliceous earths", + "parent": "69", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "690310", + "text": "690310 - Refractory ceramic goods; containing, by weight, more than 50% of free carbon, excluding those of siliceous fossil meals or similar earths", + "parent": "6903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "690320", + "text": "690320 - Refractory ceramic goods; containing by weight more than 50% of alumina or of a mixture or compound of alumina and of silica, excluding those of siliceous fossil meals or similar earths", + "parent": "6903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "690390", + "text": "690390 - Refractory ceramic goods; composition of which n.e.c. in heading no. 6903, other than those of siliceous fossil meals or similar earths", + "parent": "6903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6904", + "text": "6904 - Ceramic building bricks, floor blocks, support or filler tiles and the like", + "parent": "69", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "690410", + "text": "690410 - Ceramic building bricks", + "parent": "6904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "690490", + "text": "690490 - Ceramic flooring blocks, supports or filler tiles and the like (excluding building bricks)", + "parent": "6904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6905", + "text": "6905 - Roofing tiles, chimney-pots, cowls, chimney liners, architectural ornaments and other ceramic constructional goods", + "parent": "69", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "690510", + "text": "690510 - Ceramic roofing tiles", + "parent": "6905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "690590", + "text": "690590 - Ceramic chimney-pots, cowls, chimney liners, architectural ornaments and other constructional goods (excluding roofing tiles)", + "parent": "6905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6906", + "text": "6906 - Ceramic pipes, conduits, guttering and pipe fittings", + "parent": "69", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "690600", + "text": "690600 - Ceramic pipes, conduits, guttering and pipe fittings", + "parent": "6906", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6907", + "text": "6907 - Ceramic flags and paving, hearth or wall tiles; ceramic mosaic cubes and the like, whether or not on a backing; finishing ceramics", + "parent": "69", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "690710", + "text": "690710 - Ceramic tiles, cubes and similar articles; unglazed, whether or not rectangular, the largest surface area of which is capable of being enclosed in a square the side of which is less than 7cm", + "parent": "6907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "690721", + "text": "690721 - Ceramic tiles; flags and paving, hearth or wall tiles other than those of subheadings 6907.30 and 6907.40, of a water absorption coefficient by weight not over 0.5%", + "parent": "6907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "690722", + "text": "690722 - Ceramic tiles; flags and paving, hearth or wall tiles other than those of subheadings 6907.30 and 6907.40, of a water absorption coefficient by weight over 0.5% but not over 10%", + "parent": "6907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "690723", + "text": "690723 - Ceramic tiles; flags and paving, hearth or wall tiles other than those of subheadings 6907.30 and 6907.40, of a water absorption coefficient by weight over 10%", + "parent": "6907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "690730", + "text": "690730 - Mosaic cubes and the like, other than those of subheading 6907.40", + "parent": "6907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "690740", + "text": "690740 - Finishing ceramics", + "parent": "6907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "690790", + "text": "690790 - Ceramic flags and paving; unglazed", + "parent": "6907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6908", + "text": "6908 - Ceramic flags and paving, hearth or wall tiles, glazed; glazed ceramic mosaic cubes and the like, whether or not on a backing", + "parent": "69", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "690810", + "text": "690810 - Ceramic tiles, cubes and similar articles; glazed, whether or not rectangular or on a backing, with the largest surface area less than a 7cm square", + "parent": "6908", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "690890", + "text": "690890 - Ceramic flags and pavings; glazed", + "parent": "6908", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6909", + "text": "6909 - Ceramic ware for laboratory, chemical, other technical uses; ceramic troughs, tubs, similar receptacles used in agriculture; ceramic pots, jars and similar used in the conveyance or packing of goods", + "parent": "69", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "690911", + "text": "690911 - Ceramic wares; for laboratory, chemical or other technical uses, of porcelain or china", + "parent": "6909", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "690912", + "text": "690912 - Ceramic wares; for laboratory, chemical or other technical uses, articles having a hardness equivalent to 9 or more on the Mohs scale", + "parent": "6909", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "690919", + "text": "690919 - Ceramic wares; for laboratory, chemical or other technical uses, other than articles having a hardness equivalent to 9 or more on the Mohs scale or of porcelain or china", + "parent": "6909", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "690990", + "text": "690990 - Ceramic wares; pots, jars and similar articles of a kind used for the conveyance or packing of goods and ceramic troughs, tubs and similar receptacles used in agriculture", + "parent": "6909", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6910", + "text": "6910 - Ceramic sinks, wash basins, wash basin pedestals, baths, bidets, water closet pans, flushing cisterns, urinals and similar sanitary fixtures", + "parent": "69", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "691010", + "text": "691010 - Ceramic sinks, wash basins, wash basin pedestals, baths, bidets, water closet pans, flushing cisterns, urinals and similar sanitary fixtures; of porcelain or china", + "parent": "6910", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "691090", + "text": "691090 - Ceramic sinks, wash basins, wash basin pedestals, baths, bidets, water closet pans, flushing cisterns, urinals and similar sanitary fixtures; of other than porcelain or china", + "parent": "6910", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6911", + "text": "6911 - Tableware, kitchenware, other household articles and toilet articles; of porcelain or china", + "parent": "69", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "691110", + "text": "691110 - Tableware and kitchenware; of porcelain or china", + "parent": "6911", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "691190", + "text": "691190 - Household and toilet articles; n.e.c. in heading no. 6911, of porcelain or china", + "parent": "6911", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6912", + "text": "6912 - Ceramic tableware, kitchenware, other household articles and toilet articles; other than of porcelain or china", + "parent": "69", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "691200", + "text": "691200 - Ceramic tableware, kitchenware, other household articles and toilet articles; other than of porcelain or china", + "parent": "6912", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6913", + "text": "6913 - Statuettes and other ornamental ceramic articles", + "parent": "69", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "691310", + "text": "691310 - Ceramic statuettes and other ornamental ceramic articles, of porcelain or china", + "parent": "6913", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "691390", + "text": "691390 - Ceramic statuettes and other ornamental ceramic articles; other than of porcelain or china", + "parent": "6913", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "6914", + "text": "6914 - Ceramic articles; n.e.c. in chapter 69", + "parent": "69", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "691410", + "text": "691410 - Ceramic articles n.e.c. in chapter 69; of porcelain or china", + "parent": "6914", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "691490", + "text": "691490 - Ceramic articles n.e.c. in chapter 69; other than of porcelain or china", + "parent": "6914", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "70", + "text": "70 - Glass and glassware", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "7001", + "text": "7001 - Glass; cullet and other waste and scrap of glass, excluding glass from cathode ray tubes or other activated glass of heading 85.49, glass in the mass", + "parent": "70", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "700100", + "text": "700100 - Glass; cullet and other waste and scrap of glass, excluding glass from cathode ray tubes or other activated glass of heading 85.49, glass in the mass", + "parent": "7001", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7002", + "text": "7002 - Glass in balls (other than microspheres of heading no. 7018), rods or tubes, unworked", + "parent": "70", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "700210", + "text": "700210 - Glass; unworked, in balls (other than microspheres of heading no. 7018)", + "parent": "7002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "700220", + "text": "700220 - Glass; unworked, in rods", + "parent": "7002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "700231", + "text": "700231 - Glass; unworked, in tubes, of fused quartz or other fused silica", + "parent": "7002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "700232", + "text": "700232 - Glass; unworked, tubes, of glass having a linear coefficient of expansion not exceeding 5 x 10 (to the minus 6), (or 0.000005) per Kelvin within a temperature range of 0-300 degrees C", + "parent": "7002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "700239", + "text": "700239 - Glass; unworked, in tubes, other than of glass having a linear coefficient of expansion not exceeding 5 x 10 (to the minus 6, (or 0.000005) ) per Kelvin within a temperature range of 0-300 degrees C, not fused quartz or other fused silica", + "parent": "7002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7003", + "text": "7003 - Glass; cast glass and rolled glass in sheets or profiles, whether or not having an absorbent, reflecting or non-reflecting layer, but not otherwise worked", + "parent": "70", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "700311", + "text": "700311 - Cast glass sheet, coloured absorbent reflect or opaqu", + "parent": "7003", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "700312", + "text": "700312 - Glass; cast glass and rolled glass, non-wired sheets, coloured through the mass (body tinted), opacified, flashed or having an absorbent, reflecting or non-reflecting layer", + "parent": "7003", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "700319", + "text": "700319 - Glass; cast glass and rolled glass, non-wired sheets, (excluding those coloured throughout the mass (body tinted) opacified, flashed or having an absorbent or reflecting layer)", + "parent": "7003", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "700320", + "text": "700320 - Glass; cast glass and rolled glass, wired sheets, whether or not having an absorbent or reflecting layer but not otherwise worked", + "parent": "7003", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "700330", + "text": "700330 - Glass; cast glass and rolled glass, profiles, not otherwise worked", + "parent": "7003", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7004", + "text": "7004 - Glass; drawn glass and blown glass, in sheets, whether or not having an absorbent, reflecting or non-reflecting layer, but not otherwise worked", + "parent": "70", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "700410", + "text": "700410 - Drawn glass sheet coloured, absorbing, reflect, opaqu", + "parent": "7004", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "700420", + "text": "700420 - Glass; drawn and blown, in sheets, coloured throughout the mass (body tinted), opacified, flashed or having an absorbent, reflecting or non-reflecting layer, but not otherwise worked", + "parent": "7004", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "700490", + "text": "700490 - Glass; drawn and blown, in sheets, (other than glass coloured throughout the mass (body tinted), opacified, flashed or having an absorbent, reflecting or non-reflecting layer)", + "parent": "7004", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7005", + "text": "7005 - Glass; float glass and surface ground or polished glass, in sheets, whether or not having an absorbent, reflecting or non-reflecting layer, but not otherwise worked", + "parent": "70", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "700510", + "text": "700510 - Glass; float glass and surface ground or polished glass, in sheets, non-wired, having an absorbent reflecting or non-reflecting layer", + "parent": "7005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "700521", + "text": "700521 - Glass; float glass and surface ground or polished glass, in sheets, non-wired, coloured throughout the mass (body tinted), opacified, flashed or merely surface ground", + "parent": "7005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "700529", + "text": "700529 - Glass; float glass and surface ground or polished glass, in sheets, non-wired, (other than coloured throughout the mass (body tinted), opacified, flashed or merely surface ground)", + "parent": "7005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "700530", + "text": "700530 - Glass; float glass and surface ground or polished glass, in sheets, wired glass, whether or not having an absorbent or reflecting layer", + "parent": "7005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7006", + "text": "7006 - Glass of heading no. 7003, 7004 or 7005, bent, edge-worked, engraved, drilled, enamelled or otherwise worked, not framed or fitted with other materials", + "parent": "70", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "700600", + "text": "700600 - Glass of heading no. 7003, 7004 or 7005; bent, edge-worked, engraved, drilled, enamelled or otherwise worked, but not framed or fitted with other materials", + "parent": "7006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7007", + "text": "7007 - Safety glass, consisting of toughened (tempered) or laminated glass", + "parent": "70", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "700711", + "text": "700711 - Glass; safety glass, toughened (tempered), of size and shape suitable for incorporation in vehicles, aircraft, spacecraft or vessels", + "parent": "7007", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "700719", + "text": "700719 - Glass; safety glass, toughened (tempered), (not of a size and shape suitable for incorporation in vehicles, aircraft, spacecraft or vessels)", + "parent": "7007", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "700721", + "text": "700721 - Glass; safety glass, laminated, of size and shape suitable for incorporation in vehicles, aircraft, spacecraft or vessels", + "parent": "7007", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "700729", + "text": "700729 - Glass; safety glass, laminated, (not of a size and shape suitable for incorporation in vehicles, aircraft, spacecraft or vessels)", + "parent": "7007", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7008", + "text": "7008 - Glass; multiple-walled insulating units of glass", + "parent": "70", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "700800", + "text": "700800 - Glass; multiple-walled insulating units of glass", + "parent": "7008", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7009", + "text": "7009 - Glass mirrors; whether or not framed, including rear-view mirrors", + "parent": "70", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "700910", + "text": "700910 - Glass; rear-view mirrors for vehicles", + "parent": "7009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "700991", + "text": "700991 - Glass mirrors; unframed, excluding rear-view mirrors for vehicles", + "parent": "7009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "700992", + "text": "700992 - Glass mirrors; framed, excluding rear-view mirrors for vehicles", + "parent": "7009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7010", + "text": "7010 - Carboys, bottles, flasks, jars, pots, phials, ampoules, containers of glass of a kind used for the conveyance or packing of goods; preserving jars of glass; stoppers, lids and other closures of glass", + "parent": "70", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "701010", + "text": "701010 - Glass; ampoules, of a kind used for the conveyance or packing of goods", + "parent": "7010", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701020", + "text": "701020 - Glass; stoppers, lids and other closures", + "parent": "7010", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701090", + "text": "701090 - Glass; carboys, bottles, flasks, jars, pots, phials and other containers of glass, (not ampoules), used for the conveyance or packing of goods", + "parent": "7010", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701091", + "text": "701091 - Carboys/bot/flask > 1 lt", + "parent": "7010", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701092", + "text": "701092 - Carboys/bot/flask<.33>1", + "parent": "7010", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701093", + "text": "701093 - Carboys/bot/flask<.15>.3", + "parent": "7010", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701094", + "text": "701094 - Carboys/bot/flask<.15 lt", + "parent": "7010", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7011", + "text": "7011 - Glass envelopes (including bulbs and tubes), open and glass parts thereof, without fittings, for electric lamps and light sources, cathode-ray tubes or the like", + "parent": "70", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "701110", + "text": "701110 - Glass envelopes (including bulbs and tubes); open, and glass parts thereof, without fittings, for electric lighting", + "parent": "7011", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701120", + "text": "701120 - Glass envelopes (including bulbs and tubes); open, and glass parts thereof, without fittings, for cathode-ray tubes", + "parent": "7011", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701190", + "text": "701190 - Glass envelopes (including bulbs and tubes); open, and glass parts thereof, without fittings, other than for electric lighting and cathode-ray tubes", + "parent": "7011", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7012", + "text": "7012 - Glass inners for vacuum flasks, other vacuum vessels", + "parent": "70", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "701200", + "text": "701200 - Glass inners for vacuum flasks, other vacuum vessels", + "parent": "7012", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7013", + "text": "7013 - Glassware of a kind used for table, kitchen, toilet, office, indoor decoration or similar purposes (other than of heading no. 7010 or 7018)", + "parent": "70", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "701310", + "text": "701310 - Glassware; of a kind used for table, kitchen, toilet, office, indoor decoration or similar purposes (other than of heading no. 7010 or 7018), of glass-ceramics", + "parent": "7013", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701321", + "text": "701321 - Drinking glasses of lead crystal", + "parent": "7013", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701322", + "text": "701322 - Stemware drinking glasses, of lead crystal", + "parent": "7013", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701328", + "text": "701328 - Stemware drinking glasses, other than of lead crystal or glass-ceramics", + "parent": "7013", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701329", + "text": "701329 - Drinking glasses, except lead crystal or glass cerami", + "parent": "7013", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701331", + "text": "701331 - Lead crystal table, kitchen glass (not drink glasses)", + "parent": "7013", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701332", + "text": "701332 - Table, kitchenware of low expansion glass (Pyrex etc)", + "parent": "7013", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701333", + "text": "701333 - Glassware; drinking glasses (not stemware), of lead crystal", + "parent": "7013", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701337", + "text": "701337 - Glassware; drinking glasses (not stemware), other than of lead crystal or glass-ceramics", + "parent": "7013", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701339", + "text": "701339 - Glass table or kitchenware, except low expansion glas", + "parent": "7013", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701341", + "text": "701341 - Glassware of a kind used for table or kitchen purposes (not drinking glasses), of lead crystal", + "parent": "7013", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701342", + "text": "701342 - Glassware of a kind used for table or kitchen purposes (not drinking glasses), of glass having a linear coefficient of expansion not exceeding 5 x 10 (to the minus 6), (or 0.000005) per Kelvin within a temperature range of 0-300 degrees C", + "parent": "7013", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701349", + "text": "701349 - Glassware of a kind used for table or kitchen purposes (not drinking glasses or of glass-ceramics), of glass n.e.c. in item no. 7013.4", + "parent": "7013", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701391", + "text": "701391 - Glassware; n.e.c. in heading no. 7013, of lead crystal", + "parent": "7013", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701399", + "text": "701399 - Glassware; n.e.c. in heading no. 7013, other than of lead crystal", + "parent": "7013", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7014", + "text": "7014 - Signalling glassware and optical elements of glass (other than those of heading no. 7015), not optically worked", + "parent": "70", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "701400", + "text": "701400 - Glassware; signalling, (not optically worked)", + "parent": "7014", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7015", + "text": "7015 - Clock, watch and similar glasses, glasses for non-corrective or corrective spectacles, curved, bent, hallowed etc, not optically worked; hollow glass spheres and their segments for manufacture", + "parent": "70", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "701510", + "text": "701510 - Glasses for corrective spectacles; curved, bent, hollowed or the like, not optically worked", + "parent": "7015", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701590", + "text": "701590 - Glasses; clock or watch and similar, glasses for non-corrective spectacles, curved, bent, hollowed etc, (not optically worked), hollow glass spheres and segments, for the manufacture of such glasses", + "parent": "7015", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7016", + "text": "7016 - Glass; paving blocks, slabs, bricks, tiles etc, of pressed, moulded glass, whether or not wired, glass smallwares for decorative purposes leaded lights and the like; multicellular or foam glass", + "parent": "70", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "701610", + "text": "701610 - Glass cubes and other glass smallwares; whether or not on a backing, for mosaics or similar decorative purposes", + "parent": "7016", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701690", + "text": "701690 - Multicellular or foam glass; in blocks, panels, plates, shells or similar forms; paving blocks, slabs, bricks and other articles of pressed or moulded glass", + "parent": "7016", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7017", + "text": "7017 - Laboratory, hygienic or pharmaceutical glassware, whether or not graduated or calibrated", + "parent": "70", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "701710", + "text": "701710 - Glassware; laboratory, hygienic or pharmaceutical, whether or not graduated or calibrated, of fused quartz or other fused silica", + "parent": "7017", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701720", + "text": "701720 - Glassware; laboratory, hygienic or pharmaceutical, whether or not graduated or calibrated, having a linear co-efficient of expansion not over 5 x 10 (to the minus 6), (or 0.000005)) per Kelvin with a temperature of 0-300 degrees C", + "parent": "7017", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701790", + "text": "701790 - Glassware; laboratory, hygienic or pharmaceutical, whether or not graduated or calibrated, of glass n.e.c. in heading no. 7017", + "parent": "7017", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7018", + "text": "7018 - Glass beads, imitation pearls, precious or semi-precious stones and similar glass smallwares, statuettes and other ornaments of worked glass; glass microspheres not exceeding 1mm in diameter", + "parent": "70", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "701810", + "text": "701810 - Glass; beads, imitation pearls, imitation precious or semi-precious stones and similar glass smallwares", + "parent": "7018", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701820", + "text": "701820 - Glass microspheres; not exceeding 1mm in diameter", + "parent": "7018", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701890", + "text": "701890 - Glass; articles thereof, statuettes and other ornaments of lamp worked glass, other than imitation jewellery", + "parent": "7018", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7019", + "text": "7019 - Glass fibres (including glass wool) and articles thereof (e.g. yarn, rovings, woven fabrics)", + "parent": "70", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "701910", + "text": "701910 - Slivers, rovings, yarn and chopped strands of glass", + "parent": "7019", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701911", + "text": "701911 - Glass fibres; (including glass wool), chopped strands, of a length of not more than 50mm", + "parent": "7019", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701912", + "text": "701912 - Glass fibres; (including glass wool), rovings", + "parent": "7019", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701913", + "text": "701913 - Glass fibres; (including glass wool), yarns and slivers", + "parent": "7019", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701914", + "text": "701914 - Glass fibres; (including glass wool), mechanically bonded mats", + "parent": "7019", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701915", + "text": "701915 - Glass fibres; (including glass wool), chemically bonded mats", + "parent": "7019", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701919", + "text": "701919 - Glass fibres; (including glass wool), threads and mats, other than mechanically or chemically bonded mats", + "parent": "7019", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701920", + "text": "701920 - Woven fabric of glass fibres", + "parent": "7019", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701931", + "text": "701931 - Glass fibres; non-woven products, mats", + "parent": "7019", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701932", + "text": "701932 - Glass fibres; non-woven products, thin sheets (voiles)", + "parent": "7019", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701939", + "text": "701939 - Glass fibres; webs, mattresses, boards and similar non-woven products excluding mats and thin sheets", + "parent": "7019", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701940", + "text": "701940 - Glass fibres; woven fabrics of rovings", + "parent": "7019", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701951", + "text": "701951 - Glass fibres; woven fabrics (other than of rovings), of a width not exceeding 30cm", + "parent": "7019", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701952", + "text": "701952 - Glass fibres; woven fabrics (other than of rovings), of a width exceeding 30cm, plain weave, weighing less than 250g/m2, of filaments measuring per single yarn not more than 136 tex", + "parent": "7019", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701959", + "text": "701959 - Glass fibres; woven fabrics (other than of rovings), n.e.c. in item no. 7019.5", + "parent": "7019", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701961", + "text": "701961 - Glass fibres; mechanically bonded fabrics and closed woven fabrics of rovings", + "parent": "7019", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701962", + "text": "701962 - Glass fibres; non-woven mechanically bonded fabrics and closed fabrics of rovings", + "parent": "7019", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701963", + "text": "701963 - Glass fibres; mechanically bonded fabrics and closed woven fabrics, plain weave, of yarns, not coated or laminated (other than rovings)", + "parent": "7019", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701964", + "text": "701964 - Glass fibres; closed woven fabrics, plain weave, of yarns, coated or laminated, (other than rovings)", + "parent": "7019", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701965", + "text": "701965 - Glass fibres; open woven fabrics of a width not exceeding 30cm", + "parent": "7019", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701966", + "text": "701966 - Glass fibres; open woven fabrics of a width exceeding 30cm", + "parent": "7019", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701969", + "text": "701969 - Glass fibres; fabrics n.e.c. in item no. 7019.6", + "parent": "7019", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701971", + "text": "701971 - Glass fibres; chemically bonded fabrics", + "parent": "7019", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701972", + "text": "701972 - Glass fibres; chemically bonded fabrics, closed fabrics n.e.c. in heading 7019", + "parent": "7019", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701973", + "text": "701973 - Glass fibres; chemically bonded fabrics, open fabrics n.e.c. in heading 7019", + "parent": "7019", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701980", + "text": "701980 - Glass fibres; glass wool and articles thereof", + "parent": "7019", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "701990", + "text": "701990 - Glass fibres; n.e.c. in heading no. 7019", + "parent": "7019", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7020", + "text": "7020 - Glass; articles n.e.c. in chapter 70", + "parent": "70", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "702000", + "text": "702000 - Glass; articles n.e.c. in chapter 70", + "parent": "7020", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "71", + "text": "71 - Natural, cultured pearls; precious, semi-precious stones; precious metals, metals clad with precious metal, and articles thereof; imitation jewellery; coin", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "7101", + "text": "7101 - Pearls; natural or cultured, whether or not worked or graded but not strung, mounted or set; pearls, natural or cultured, temporarily strung for the convenience of transport", + "parent": "71", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "710110", + "text": "710110 - Pearls; natural, whether or not worked or graded (but not strung, mounted or set), temporarily strung for the convenience of transport", + "parent": "7101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "710121", + "text": "710121 - Pearls; cultured, unworked, whether or not graded (but not strung, mounted or set), temporarily strung for the convenience of transport", + "parent": "7101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "710122", + "text": "710122 - Pearls; cultured, worked, whether or not graded (but not strung, mounted or set), temporarily strung for the convenience of transport", + "parent": "7101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7102", + "text": "7102 - Diamonds, whether or not worked, but not mounted or set", + "parent": "71", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "710210", + "text": "710210 - Diamonds; whether or not worked, but not mounted or set, unsorted", + "parent": "7102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "710221", + "text": "710221 - Diamonds; industrial, unworked or simply sawn, cleaved or bruted, but not mounted or set", + "parent": "7102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "710229", + "text": "710229 - Diamonds; industrial, (other than unworked or simply sawn, cleaved or bruted), but not mounted or set", + "parent": "7102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "710231", + "text": "710231 - Diamonds; non-industrial, unworked or simply sawn, cleaved or bruted, but not mounted or set", + "parent": "7102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "710239", + "text": "710239 - Diamonds; non-industrial, (other than unworked or simply sawn, cleaved or bruted), but not mounted or set", + "parent": "7102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7103", + "text": "7103 - Precious (excluding diamond) and semi-precious stone; worked, graded, not strung, mounted, set; ungraded precious (excluding diamond) and semi-precious stone, temporarily strung for convenience of transport", + "parent": "71", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "710310", + "text": "710310 - Stones; precious (other than diamonds) and semi-precious stones, unworked or simply sawn or roughly shaped, not strung, mounted or set", + "parent": "7103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "710391", + "text": "710391 - Stones; rubies, sapphires and emeralds, worked (other than simply sawn or roughly shaped), not strung, mounted or set", + "parent": "7103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "710399", + "text": "710399 - Stones; precious (other than diamonds) and semi-precious stones, (other than rubies, sapphires and emeralds), worked other than simply sawn or roughly shaped, not strung, mounted or set", + "parent": "7103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7104", + "text": "7104 - Stones; synthetic or reconstructed precious or semi-precious, whether or not worked or graded but not strung, mounted or set; ungraded synthetic or reconstructed precious or semi-precious stones, temporarily strung for convenience of transport", + "parent": "71", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "710410", + "text": "710410 - Stones; piezo-electric quartz, whether or not worked or graded but not strung, mounted or set; ungraded synthetic or reconstructed precious or semi-precious stones, temporarily strung for convenience of transport", + "parent": "7104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "710420", + "text": "710420 - Stones; precious or semi-precious, synthetic or reconstructed, (not piezo-electric quartz), unworked or simply sawn, roughly shaped, (not strung, mounted or set), temporarily strung for transport convenience", + "parent": "7104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "710421", + "text": "710421 - Stones; diamonds, unworked or simply sawn or roughly shaped", + "parent": "7104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "710429", + "text": "710429 - Stones; synthetic or reconstructed precious or semi-precious n.e.c. in heading 7104, unworked or simply sawn or roughly shaped", + "parent": "7104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "710490", + "text": "710490 - Stones; precious or semi-precious, synthetic or reconstructed, (not piezo-electric quartz), worked or graded or not, (but not strung, mounted or set), temporarily strung for transport convenience, n.e.c. in item no. 7104.20", + "parent": "7104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "710491", + "text": "710491 - Stones; diamonds, n.e.c. in heading 7104, worked or graded but not strung, mounted or set; ungraded synthetic or reconstructed precious or semi-precious stones, temporarily strung for convenience of transport", + "parent": "7104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "710499", + "text": "710499 - Stones; synthetic or reconstructed precious or semi-precious n.e.c. in heading 7104, worked or graded but not strung, mounted or set; ungraded synthetic or reconstructed precious or semi-precious stones, temporarily strung for convenience of transport", + "parent": "7104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7105", + "text": "7105 - Dust and powder of natural or synthetic precious or semi-precious stone", + "parent": "71", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "710510", + "text": "710510 - Stones; precious and semi-precious, dust and powder, of diamonds", + "parent": "7105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "710590", + "text": "710590 - Stones; precious and semi-precious, dust and powder, of natural or synthetic precious or semi-precious stones, excluding diamonds", + "parent": "7105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7106", + "text": "7106 - Silver (including silver plated with gold or platinum); unwrought or in semi-manufactured forms, or in powder form", + "parent": "71", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "710610", + "text": "710610 - Metals; silver powder", + "parent": "7106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "710691", + "text": "710691 - Metals; silver, unwrought, (but not powder)", + "parent": "7106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "710692", + "text": "710692 - Metals; silver, semi-manufactured", + "parent": "7106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7107", + "text": "7107 - Base metals clad with silver; not further worked than semi-manufactured", + "parent": "71", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "710700", + "text": "710700 - Base metals clad with silver; not further worked than semi-manufactured", + "parent": "7107", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7108", + "text": "7108 - Gold (including gold plated with platinum) unwrought or in semi-manufactured forms, or in powder form", + "parent": "71", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "710811", + "text": "710811 - Metals; gold, non-monetary, powder", + "parent": "7108", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "710812", + "text": "710812 - Metals; gold, non-monetary, unwrought (but not powder)", + "parent": "7108", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "710813", + "text": "710813 - Metals; gold, semi-manufactured", + "parent": "7108", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "710820", + "text": "710820 - Gold, monetary", + "parent": "7108", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7109", + "text": "7109 - Base metals or silver, clad with gold, not further worked than semi-manufactured", + "parent": "71", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "710900", + "text": "710900 - Base metals or silver; clad with gold, not further worked than semi-manufactured", + "parent": "7109", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7110", + "text": "7110 - Platinum; unwrought or in semi-manufactured forms, or in powder form", + "parent": "71", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "711011", + "text": "711011 - Metals; platinum, unwrought or in powder form", + "parent": "7110", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "711019", + "text": "711019 - Metals; platinum, semi-manufactured", + "parent": "7110", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "711021", + "text": "711021 - Metals; palladium, unwrought or in powder form", + "parent": "7110", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "711029", + "text": "711029 - Metals; palladium, semi-manufactured", + "parent": "7110", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "711031", + "text": "711031 - Metals; rhodium, unwrought or in powder form", + "parent": "7110", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "711039", + "text": "711039 - Metals; rhodium, semi-manufactured", + "parent": "7110", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "711041", + "text": "711041 - Metals; iridium, osmium, ruthenium, unwrought or in powder form", + "parent": "7110", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "711049", + "text": "711049 - Metals; iridium, osmium, ruthenium, semi-manufactured", + "parent": "7110", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7111", + "text": "7111 - Base metals, silver or gold, clad with platinum; not further worked than semi-manufactured", + "parent": "71", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "711100", + "text": "711100 - Base metals, silver or gold, clad with platinum; not further worked than semi-manufactured", + "parent": "7111", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7112", + "text": "7112 - Waste and scrap of precious metal or of metal clad with precious metal; other waste and scrap containing precious metal compounds, of a kind uses principally for the recovery of precious metal other than goods of heading 85.49", + "parent": "71", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "711210", + "text": "711210 - Waste or scrap containing gold as sole precious metal", + "parent": "7112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "711220", + "text": "711220 - Waste/scrap containing platinum as sole precious meta", + "parent": "7112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "711230", + "text": "711230 - Waste and scrap of precious metal or of metal clad with precious metal; ash containing precious metal or precious metal compounds", + "parent": "7112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "711290", + "text": "711290 - Waste/scrap, precious metals except pure gold/platinu", + "parent": "7112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "711291", + "text": "711291 - Waste and scrap of precious metals; of gold, including metal clad with gold but excluding sweepings containing other precious metals", + "parent": "7112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "711292", + "text": "711292 - Waste and scrap of precious metals; of platinum, including metal clad with platinum but excluding sweepings containing other precious metals", + "parent": "7112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "711299", + "text": "711299 - Waste and scrap of precious metals; waste and scrap of precious metals including metal clad with precious metals, other than that of gold and platinum and excluding ash which contains precious metal or precious metal compounds", + "parent": "7112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7113", + "text": "7113 - Jewellery articles and parts thereof, of precious metal or of metal clad with precious metal", + "parent": "71", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "711311", + "text": "711311 - Jewellery; of silver, whether or not plated or clad with other precious metal, and parts thereof", + "parent": "7113", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "711319", + "text": "711319 - Jewellery; of precious metal (excluding silver) whether or not plated or clad with precious metal, and parts thereof", + "parent": "7113", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "711320", + "text": "711320 - Jewellery; of base metal clad with precious metal, and parts thereof", + "parent": "7113", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7114", + "text": "7114 - Articles of goldsmiths' or silversmiths' wares and parts thereof, of precious metal or of metal clad with precious metal", + "parent": "71", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "711411", + "text": "711411 - Silversmiths' wares; and parts thereof, of silver, whether or not plated or clad with other precious metal", + "parent": "7114", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "711419", + "text": "711419 - Goldsmiths' wares; articles of and parts thereof, of precious metal (excluding silver) whether or not plated or clad with precious metal", + "parent": "7114", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "711420", + "text": "711420 - Goldsmiths' and silversmiths' wares; articles of and parts thereof, of base metal clad with precious metal", + "parent": "7114", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7115", + "text": "7115 - Articles of precious metal or of metal clad with precious metal", + "parent": "71", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "711510", + "text": "711510 - Metal; catalysts in the form of wire cloth or grill, of platinum", + "parent": "7115", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "711590", + "text": "711590 - Metal; precious or metal clad with precious metal, other than that of item no. 7115.10", + "parent": "7115", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7116", + "text": "7116 - Articles of natural or cultured pearls, precious or semi-precious stones (natural, synthetic or reconstructed)", + "parent": "71", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "711610", + "text": "711610 - Pearls; articles of natural or cultured pearls", + "parent": "7116", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "711620", + "text": "711620 - Stones; precious or semi-precious stones (natural, synthetic or reconstructed) articles of", + "parent": "7116", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7117", + "text": "7117 - Imitation jewellery", + "parent": "71", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "711711", + "text": "711711 - Jewellery; imitation, cuff links and studs, of base metal, whether or not plated with precious metal", + "parent": "7117", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "711719", + "text": "711719 - Jewellery; imitation, (excluding cuff links and studs), of base metal, whether or not plated with precious metal", + "parent": "7117", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "711790", + "text": "711790 - Jewellery; imitation, of other than base metal, whether or not plated with precious metal", + "parent": "7117", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7118", + "text": "7118 - Coin", + "parent": "71", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "711810", + "text": "711810 - Coin (other than gold coin), not being legal tender", + "parent": "7118", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "711890", + "text": "711890 - Coin; other than coin of item no. 7118.10", + "parent": "7118", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "72", + "text": "72 - Iron and steel", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "7201", + "text": "7201 - Pig iron and spiegeleisen in pigs, blocks or other primary forms", + "parent": "72", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "720110", + "text": "720110 - Iron; non-alloy pig iron containing by weight 0.5% or less of phosphorus, in pigs, blocks or other primary forms", + "parent": "7201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720120", + "text": "720120 - Iron; non-alloy pig iron containing by weight more than 0.5% of phosphorus, in pigs, blocks or other primary forms", + "parent": "7201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720130", + "text": "720130 - Alloy pig iron, in primary forms", + "parent": "7201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720140", + "text": "720140 - Spiegeleisen in primary forms", + "parent": "7201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720150", + "text": "720150 - Iron; alloy pig iron; spiegeleisen, in pigs, blocks or other primary forms", + "parent": "7201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7202", + "text": "7202 - Ferro-alloys", + "parent": "72", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "720211", + "text": "720211 - Ferro-alloys; ferro-manganese, containing by weight more than 2% of carbon", + "parent": "7202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720219", + "text": "720219 - Ferro-alloys; ferro-manganese, containing by weight 2% or less of carbon", + "parent": "7202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720221", + "text": "720221 - Ferro-alloys; ferro-silicon, containing by weight more than 55% of silicon", + "parent": "7202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720229", + "text": "720229 - Ferro-alloys; ferro-silicon, containing by weight 55% or less of silicon", + "parent": "7202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720230", + "text": "720230 - Ferro-alloys; ferro-silico-manganese", + "parent": "7202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720241", + "text": "720241 - Ferro-alloys; ferro-chromium, containing by weight more than 4% of carbon", + "parent": "7202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720249", + "text": "720249 - Ferro-alloys; ferro-chromium, containing by weight 4% or less of carbon", + "parent": "7202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720250", + "text": "720250 - Ferro-alloys; ferro-silico-chromium", + "parent": "7202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720260", + "text": "720260 - Ferro-alloys; ferro-nickel", + "parent": "7202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720270", + "text": "720270 - Ferro-alloys; ferro-molybdenum", + "parent": "7202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720280", + "text": "720280 - Ferro-alloys; ferro-tungsten and ferro-silico-tungsten", + "parent": "7202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720291", + "text": "720291 - Ferro-alloys; ferro-titanium and ferro-silico-titanium", + "parent": "7202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720292", + "text": "720292 - Ferro-alloys; ferro-vanadium", + "parent": "7202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720293", + "text": "720293 - Ferro-alloys; ferro-niobium", + "parent": "7202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720299", + "text": "720299 - Ferro-alloys; n.e.c. in heading no. 7202", + "parent": "7202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7203", + "text": "7203 - Ferrous products obtained by direct reduction of iron ore and other spongy ferrous products, in lumps, pellets or the like; iron having a minimum purity of 99.94%, in lumps, pellets or similar forms", + "parent": "72", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "720310", + "text": "720310 - Ferrous products; obtained by direct reduction of iron ore, in lumps, pellets or similar forms", + "parent": "7203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720390", + "text": "720390 - Ferrous products; spongy ferrous products and iron having a minimum purity by weight of 99.94%, in lumps, pellets or similar forms", + "parent": "7203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7204", + "text": "7204 - Ferrous waste and scrap; remelting scrap ingots of iron or steel", + "parent": "72", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "720410", + "text": "720410 - Ferrous waste and scrap; of cast iron", + "parent": "7204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720421", + "text": "720421 - Ferrous waste and scrap; of stainless steel", + "parent": "7204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720429", + "text": "720429 - Ferrous waste and scrap; of alloy steel (excluding stainless)", + "parent": "7204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720430", + "text": "720430 - Ferrous waste and scrap; of tinned iron or steel", + "parent": "7204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720441", + "text": "720441 - Ferrous waste and scrap; turnings, shavings, chips, milling waste, sawdust, filings, trimmings and stampings, whether or not in bundles", + "parent": "7204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720449", + "text": "720449 - Ferrous waste and scrap; n.e.c. in heading no. 7204", + "parent": "7204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720450", + "text": "720450 - Ferrous products; remelting scrap ingots", + "parent": "7204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7205", + "text": "7205 - Granules and powders, of pig iron, spiegeleisen, iron or steel", + "parent": "72", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "720510", + "text": "720510 - Iron or steel, pig iron, spiegeleisen; granules thereof", + "parent": "7205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720521", + "text": "720521 - Alloy steel powders", + "parent": "7205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720529", + "text": "720529 - Iron or steel, pig iron, spiegeleisen; powders (excluding alloy steel)", + "parent": "7205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7206", + "text": "7206 - Iron and non-alloy steel in ingots or other primary forms (excluding iron of heading no. 7203)", + "parent": "72", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "720610", + "text": "720610 - Iron or non-alloy steel; ingots (excluding iron of heading no. 7203)", + "parent": "7206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720690", + "text": "720690 - Iron or non-alloy steel; primary forms (excluding ingots and iron of heading no. 7203)", + "parent": "7206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7207", + "text": "7207 - Iron or non-alloy steel; semi-finished products thereof", + "parent": "72", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "720711", + "text": "720711 - Iron or non-alloy steel; semi-finished products of iron or non-alloy steel; containing by weight less than 0.25% of carbon, of rectangular (including square) cross-section, width less than twice thickness", + "parent": "7207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720712", + "text": "720712 - Iron or non-alloy steel; semi-finished products of iron or non-alloy steel; containing by weight less than 0.25% of carbon, of rectangular (other than square) cross-section", + "parent": "7207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720719", + "text": "720719 - Iron or non-alloy steel; semi-finished products of iron or non-alloy steel, containing by weight less than 0.25% of carbon, other than rectangular or square cross-section", + "parent": "7207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720720", + "text": "720720 - Iron or non-alloy steel; semi-finished products of iron or non-alloy steel, containing by weight 0.25% or more of carbon", + "parent": "7207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7208", + "text": "7208 - Iron or non-alloy steel; flat-rolled products of a width of 600mm or more, hot-rolled, not clad, plated or coated", + "parent": "72", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "720810", + "text": "720810 - Iron or non-alloy steel; in coils, flat-rolled, of a width 600mm or more, hot-rolled, with patterns in relief", + "parent": "7208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720811", + "text": "720811 - Hot rolled iron or non-alloy steel, coil,w >600mm, t >10mm, myp 355 mpa", + "parent": "7208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720812", + "text": "720812 - Hot rolled iron or non-alloy steel, coil,w >600mm, t 4.75-10mm, 355 mpa", + "parent": "7208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720813", + "text": "720813 - Hot rolled iron or non-alloy steel, coil,w >600mm, t 3-4.75mm, 355 mpa", + "parent": "7208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720814", + "text": "720814 - Hot rolled iron or non-alloy steel, coil,w >600mm, t <3mm, myp 275 mpa", + "parent": "7208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720821", + "text": "720821 - Hot rolled iron or non-alloy steel, coil,width >600mm, t >10mm, nes", + "parent": "7208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720822", + "text": "720822 - Hot rolled iron or non-alloy steel, coil,width >600mm, t 4.75-10mm, nes", + "parent": "7208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720823", + "text": "720823 - Hot rolled iron or non-alloy steel, coil,width >600mm, t 3-4.75mm, nes", + "parent": "7208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720824", + "text": "720824 - Hot rolled iron or non-alloy steel, coil,width >600mm, t <3mm thick, ne", + "parent": "7208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720825", + "text": "720825 - Iron or non-alloy steel; in coils, without patterns in relief, flat-rolled, of a width 600mm or more, hot-rolled, pickled, of a thickness of 4.75mm or more", + "parent": "7208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720826", + "text": "720826 - Iron or non-alloy steel; in coils, without patterns in relief, flat-rolled, of a width 600mm or more, hot-rolled, pickled, of a thickness of 3mm or more but less than 4.75mm", + "parent": "7208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720827", + "text": "720827 - Iron or non-alloy steel; in coils, without patterns in relief, flat-rolled, of a width 600mm or more, hot-rolled, pickled, of a thickness of less than 3mm", + "parent": "7208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720831", + "text": "720831 - Hot rolled iron or non-alloy steel, flat, w 600-1250mm, t >4mm, 355 mpa", + "parent": "7208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720832", + "text": "720832 - Hot rolled iron or non-alloy steel, flat,w >600mm, t >10mm, myp 355 mpa", + "parent": "7208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720833", + "text": "720833 - Hot rolled iron or non-alloy steel, flat,w >600mm, t 4.75-10mm, 355 mpa", + "parent": "7208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720834", + "text": "720834 - Hot rolled iron or non-alloy steel, flat,w >600mm, t 3-4.75mm, 355 mpa", + "parent": "7208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720835", + "text": "720835 - Hot rolled iron or non-alloy steel, flat,w >600mm, t <3mm, myp 275 mpa", + "parent": "7208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720836", + "text": "720836 - Iron or non-alloy steel; in coils, without patterns in relief, flat-rolled, of a width 600mm or more, hot-rolled, of a thickness exceeding 10mm", + "parent": "7208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720837", + "text": "720837 - Iron or non-alloy steel; in coils, without patterns in relief, flat-rolled, of a width 600mm or more, hot-rolled, of a thickness of 4.75mm or more but not exceeding 10mm", + "parent": "7208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720838", + "text": "720838 - Iron or non-alloy steel; in coils, without patterns in relief, flat-rolled, of a width 600mm or more, hot-rolled, of a thickness of 3mm or more but less than 4.75mm", + "parent": "7208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720839", + "text": "720839 - Iron or non-alloy steel; in coils, without patterns in relief, flat-rolled, of a width 600mm or more, hot-rolled, of a thickness of less than 3mm", + "parent": "7208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720840", + "text": "720840 - Iron or non-alloy steel; (not in coils), flat-rolled, of a width 600mm or more, hot-rolled, with patterns in relief", + "parent": "7208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720841", + "text": "720841 - Hot rolled iron or non-alloy steel, flat,width 600-1250mm, t >4mm, nes", + "parent": "7208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720842", + "text": "720842 - Hot rolled iron or non-alloy steel, flat,width >600mm, t >10mm, nes", + "parent": "7208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720843", + "text": "720843 - Hot rolled iron or non-alloy steel, flat,width >600mm, t 4.75-10mm, nes", + "parent": "7208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720844", + "text": "720844 - Hot rolled iron or non-alloy steel, flat,width >600mm, t 3.0-4.75mm, ne", + "parent": "7208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720845", + "text": "720845 - Hot rolled iron or non-alloy steel, flat,width >600mm, t <3mm, nes", + "parent": "7208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720851", + "text": "720851 - Iron or non-alloy steel; (not in coils), flat-rolled, of a width 600mm or more, hot-rolled, without patterns in relief, of a thickness exceeding 10mm", + "parent": "7208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720852", + "text": "720852 - Iron or non-alloy steel; (not in coils), flat-rolled, of a width 600mm or more, hot-rolled, without patterns in relief, of a thickness of 4.75mm or more but not exceeding 10mm", + "parent": "7208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720853", + "text": "720853 - Iron or non-alloy steel; (not in coils), flat-rolled, of a width 600mm or more, hot-rolled, without patterns in relief, of a thickness of 3mm or more but less than 4.75mm", + "parent": "7208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720854", + "text": "720854 - Iron or non-alloy steel; (not in coils), flat-rolled, of a width 600mm or more, hot-rolled, without patterns in relief, of a thickness of less than 3mm", + "parent": "7208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720890", + "text": "720890 - Iron or non-alloy steel; flat-rolled, hot-rolled, of a width 600mm or more, n.e.c. in heading no. 7208", + "parent": "7208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7209", + "text": "7209 - Iron or non-alloy steel; flat-rolled products, width 600mm or more, cold-rolled (cold-reduced), not clad, plated or coated", + "parent": "72", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "720911", + "text": "720911 - Cold rolled iron or non-alloy steel, coil, width >600mm, t >3mm, 355 mp", + "parent": "7209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720912", + "text": "720912 - Cold rolled iron or non-alloy steel, coil, w >600mm, t 1.0-3mm, 275 mpa", + "parent": "7209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720913", + "text": "720913 - Cold rolled iron or non-alloy steel, coil, w >600mm, t 0.5-<1mm, 275 mp", + "parent": "7209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720914", + "text": "720914 - Cold rolled iron or non-alloy steel, coil, w >600mm, t <0.5mm, 275 mpa", + "parent": "7209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720915", + "text": "720915 - Iron or non-alloy steel; in coils, flat-rolled, width 600mm or more, cold-rolled, of a thickness of 3mm or more", + "parent": "7209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720916", + "text": "720916 - Iron or non-alloy steel; in coils, flat-rolled, width 600mm or more, cold-rolled, of a thickness exceeding 1mm but less than 3mm", + "parent": "7209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720917", + "text": "720917 - Iron or non-alloy steel; in coils, flat-rolled, width 600mm or more, cold-rolled, of a thickness of 0.5mm or more but not exceeding 1mm", + "parent": "7209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720918", + "text": "720918 - Iron or non-alloy steel; in coils, flat-rolled, width 600mm or more, cold-rolled, of a thickness of less than 0.5mm", + "parent": "7209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720921", + "text": "720921 - Cold rolled iron or non-alloy steel, coil, width >600mm, t >3mm, nes", + "parent": "7209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720922", + "text": "720922 - Cold rolled iron or non-alloy steel, coil, width >600mm, t 1-3mm, nes", + "parent": "7209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720923", + "text": "720923 - Cold rolled iron or non-alloy steel, coil, width >600mm, t 0.5-1mm, nes", + "parent": "7209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720924", + "text": "720924 - Cold rolled iron or non-alloy steel, coil, width >600mm, t <0.5mm, nes", + "parent": "7209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720925", + "text": "720925 - Iron or non-alloy steel; (not in coils), flat-rolled, width 600mm or more, cold-rolled, of a thickness of 3mm or more", + "parent": "7209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720926", + "text": "720926 - Iron or non-alloy steel; (not in coils), flat-rolled, width 600mm or more, cold-rolled, of a thickness exceeding 1mm but less than 3mm", + "parent": "7209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720927", + "text": "720927 - Iron or non-alloy steel; (not in coils), flat-rolled, width 600mm or more, cold-rolled, of a thickness of 0.5mm or more but not exceeding 1mm", + "parent": "7209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720928", + "text": "720928 - Iron or non-alloy steel; (not in coils), flat-rolled, width 600mm or more, cold-rolled, of a thickness of less than 0.5mm", + "parent": "7209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720931", + "text": "720931 - Cold rolled iron or non-alloy steel, flat, width >600mm, t >3mm, 355 mp", + "parent": "7209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720932", + "text": "720932 - Cold rolled iron or non-alloy steel, flat, w >600mm, t 1-3mm, 355 mpa", + "parent": "7209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720933", + "text": "720933 - Cold rolled iron or non-alloy steel, flat, w >600mm, t 0.5-1mm, 355 mpa", + "parent": "7209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720934", + "text": "720934 - Cold rolled iron or non-alloy steel, flat, w >600mm, t <0.5mm, 355 mpa", + "parent": "7209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720941", + "text": "720941 - Cold rolled iron or non-alloy steel, flat, width >600mm, t >3mm, nes", + "parent": "7209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720942", + "text": "720942 - Cold rolled iron or non-alloy steel, flat, width >600mm, t 1-3mm, nes", + "parent": "7209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720943", + "text": "720943 - Cold rolled iron or non-alloy steel, flat, width >600mm, t 0.5-1mm, nes", + "parent": "7209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720944", + "text": "720944 - Cold rolled iron or non-alloy steel, flat, width >600mm, t <0.5mm, nes", + "parent": "7209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "720990", + "text": "720990 - Iron or non-alloy steel; flat-rolled, width 600mm or more, cold-rolled, n.e.c. in heading no. 7209", + "parent": "7209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7210", + "text": "7210 - Iron or non-alloy steel; flat-rolled products, width 600mm or more, clad, plated or coated", + "parent": "72", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "721011", + "text": "721011 - Iron or non-alloy steel; flat-rolled, width 600mm or more, plated or coated with tin, thickness of 0.5mm or more", + "parent": "7210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721012", + "text": "721012 - Iron or non-alloy steel; flat-rolled, width 600mm or more, plated or coated with tin, thickness of less than 0.5mm", + "parent": "7210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721020", + "text": "721020 - Iron or non-alloy steel; flat-rolled, width 600mm or more, plated or coated with lead, including terne-plate", + "parent": "7210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721030", + "text": "721030 - Iron or non-alloy steel; flat-rolled, width 600mm or more, electrolytically plated or coated with zinc", + "parent": "7210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721031", + "text": "721031 - Flat rolled iron or non-alloy steel, electro plate/zinc,<3mm/275,>3/355", + "parent": "7210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721039", + "text": "721039 - Flat rolled iron or non-alloy steel, electro plate/zinc,w >600mm, nes", + "parent": "7210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721041", + "text": "721041 - Iron or non-alloy steel; flat-rolled, width 600mm or more, corrugated, plated or coated with zinc (not electrolytically)", + "parent": "7210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721049", + "text": "721049 - Iron or non-alloy steel; flat-rolled, width 600mm or more, (not corrugated), plated or coated with zinc (not electrolytically)", + "parent": "7210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721050", + "text": "721050 - Iron or non-alloy steel; flat-rolled, width 600mm or more, plated or coated with chromium oxides or with chromium and chromium oxides", + "parent": "7210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721060", + "text": "721060 - Flat rolled iron or non-alloy steel, coated with aluminium, width>600mm", + "parent": "7210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721061", + "text": "721061 - Iron or non-alloy steel; flat-rolled, width 600mm or more, plated or coated with aluminium zinc-alloys", + "parent": "7210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721069", + "text": "721069 - Iron or non-alloy steel; flat-rolled, width 600mm or more, plated or coated with aluminium, other than plated or coated with aluminium zinc-alloys", + "parent": "7210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721070", + "text": "721070 - Iron or non-alloy steel; flat-rolled, width 600mm or more, painted, varnished or coated with plastics", + "parent": "7210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721090", + "text": "721090 - Iron or non-alloy steel; flat-rolled, width 600mm or more, plated or coated with materials n.e.c. in heading no. 7210", + "parent": "7210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7211", + "text": "7211 - Iron or non-alloy steel; flat-rolled products, width less than 600mm, not clad, plated or coated", + "parent": "72", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "721111", + "text": "721111 - Hot box roll iron or non-alloy steel, flat, w 150-600mm, t >4mm, myp>35", + "parent": "7211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721112", + "text": "721112 - Hot rolled iron or non-alloy steel, width <600mm, t >4.75mm, myp 355", + "parent": "7211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721113", + "text": "721113 - Iron or non-alloy steel; flat-rolled, hot-rolled, rolled on four faces or in a closed box pass, of a width more than 150mm but less than 600mm, 4mm thick or more, not in coils, without patterns in relief", + "parent": "7211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721114", + "text": "721114 - Iron or non-alloy steel; flat-rolled, hot-rolled, of a width less than 600mm, 4.75mm thick or more, excluding those of item no. 7211.13", + "parent": "7211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721119", + "text": "721119 - Iron or non-alloy steel; flat-rolled, hot-rolled, of a width less than 600mm, less than 4.75mm thick, excluding those of item no. 7211.13", + "parent": "7211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721121", + "text": "721121 - Hot box rolled iron or non-alloy steel, flat, w 150-600mm,t >4mm, uncla", + "parent": "7211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721122", + "text": "721122 - Hot rolled iron or non-alloy steel, width <600mm, t >4.75mm, unclad nes", + "parent": "7211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721123", + "text": "721123 - Iron or non-alloy steel; flat-rolled, cold-rolled, of a width less than 600mm, containing by weight less than 0.25% of carbon", + "parent": "7211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721129", + "text": "721129 - Iron or non-alloy steel; flat-rolled, cold-rolled, of a width less than 600mm, containing by weight 0.25% or more of carbon", + "parent": "7211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721130", + "text": "721130 - Cold rolled iron or non-alloy steel, width <600mm, <3mm-myp275, >3mm-35", + "parent": "7211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721141", + "text": "721141 - Flat rolled iron or non-alloy steel, width <600mm, unclad, <0.25% C, ne", + "parent": "7211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721149", + "text": "721149 - Flat rolled iron or non-alloy steel, width <600mm, unclad, nes", + "parent": "7211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721190", + "text": "721190 - Iron or non-alloy steel; flat-rolled, n.e.c. in heading no. 7211, width less than 600mm", + "parent": "7211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7212", + "text": "7212 - Iron or non-alloy steel; flat-rolled products, width less than 600mm, clad, plated or coated", + "parent": "72", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "721210", + "text": "721210 - Iron or non-alloy steel; flat-rolled, width less than 600mm, plated or coated with tin", + "parent": "7212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721220", + "text": "721220 - Iron or non-alloy steel; flat-rolled, of a width less than 600mm, electrolytically plated or coated with zinc", + "parent": "7212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721221", + "text": "721221 - Flat rolled steel, <600mm, zinc plate,<3mm-275/3mm-35", + "parent": "7212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721229", + "text": "721229 - Flat rolled steel, <600mm, electro-plated zinc, nes", + "parent": "7212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721230", + "text": "721230 - Iron or non-alloy steel; flat-rolled, width less than 600mm, plated or coated with zinc (not electrolytically)", + "parent": "7212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721240", + "text": "721240 - Iron or non-alloy steel; flat-rolled, width less than 600mm, painted, varnished or coated with plastics", + "parent": "7212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721250", + "text": "721250 - Iron or non-alloy steel; flat-rolled, width less than 600mm, plated or coated, (excluding tin, zinc or plastic)", + "parent": "7212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721260", + "text": "721260 - Iron or non-alloy steel; flat-rolled, width less than 600mm, clad", + "parent": "7212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7213", + "text": "7213 - Iron or non-alloy steel; bars and rods, hot-rolled, in irregularly wound coils", + "parent": "72", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "721310", + "text": "721310 - Iron or non-alloy steel; bars and rods, hot-rolled, in irregularly wound coils, containing indentations, ribs, grooves or other deformations produced during the rolling process", + "parent": "7213", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721320", + "text": "721320 - Iron or non-alloy steel; bars and rods, hot-rolled, in irregularly wound coils, of free-cutting steel", + "parent": "7213", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721331", + "text": "721331 - Hot rolled bar/rod, iron or non-alloy steel, coiled width <14mm, C<.25%", + "parent": "7213", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721339", + "text": "721339 - Hot rolled bar/rod, iron or non-alloy steel, coiled, C<.25%, nes", + "parent": "7213", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721341", + "text": "721341 - Hot rolled bar/rod, iron or non-alloy steel, coiled w <14mm, C .25-.6%", + "parent": "7213", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721349", + "text": "721349 - Hot rolled bar/rod, iron or non-alloy steel, coiled, C 0.25-0.6%", + "parent": "7213", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721350", + "text": "721350 - Bar/rod, iron or non-alloy steel, irregular coils, >0.6%C, nes", + "parent": "7213", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721391", + "text": "721391 - Iron or non-alloy steel; bars and rods, hot-rolled, in irregularly wound coils, n.e.c. in heading no. 7213, of circular cross-section measuring less than 14mm in diameter", + "parent": "7213", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721399", + "text": "721399 - Iron or non-alloy steel; bars and rods, hot-rolled, in irregularly wound coils, n.e.c. in heading no. 7213, of circular cross-section measuring 14mm or more in diameter", + "parent": "7213", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7214", + "text": "7214 - Iron or non-alloy steel; bars and rods, not further worked than forged, hot-rolled, hot drawn or hot-extruded, but including those twisted after rolling", + "parent": "72", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "721410", + "text": "721410 - Iron or non-alloy steel; bars and rods, forged, hot-rolled, hot-drawn or hot-extruded, but including those twisted after rolling", + "parent": "7214", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721420", + "text": "721420 - Iron or non-alloy steel; bars and rods, hot-rolled, hot-drawn or hot-extruded, containing indentations, ribs, grooves or other deformations produced during the rolling process or twisted after rolling", + "parent": "7214", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721430", + "text": "721430 - Iron or non-alloy steel; bars and rods, hot-rolled, hot-drawn or hot-extruded, including those twisted after rolling, of free-cutting steel", + "parent": "7214", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721440", + "text": "721440 - Bar/rod, iron or non-alloy steel, hot formed <0.25%C, nes", + "parent": "7214", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721450", + "text": "721450 - Bar/rod, iron or non-alloy steel, hot formed 0.25-0.6%C, nes", + "parent": "7214", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721460", + "text": "721460 - Bar/rod, iron or non-alloy steel, hot formed >0.6%C, nes", + "parent": "7214", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721491", + "text": "721491 - Iron or non-alloy steel; bars and rods, hot-rolled, hot-drawn or hot-extruded, n.e.c. in heading no. 7214, of rectangular (other than square) cross-section", + "parent": "7214", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721499", + "text": "721499 - Iron or non-alloy steel; bars and rods, hot-rolled, hot-drawn or hot-extruded, n.e.c. in heading no. 7214, other than of rectangular cross-section", + "parent": "7214", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7215", + "text": "7215 - Iron or non-alloy steel; bars and rods, n.e.c. in chapter 72", + "parent": "72", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "721510", + "text": "721510 - Iron or non-alloy steel; bars and rods, of free-cutting steel, cold-formed or cold-finished, n.e.c. in chapter 72", + "parent": "7215", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721520", + "text": "721520 - Bar/rod, iron or non-alloy steel, cold formed/finished, <0.25%C", + "parent": "7215", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721530", + "text": "721530 - Bar/rod, iron or non-alloy steel, cold formed/finished, 0.25-0.6%C", + "parent": "7215", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721540", + "text": "721540 - Bar/rod, iron or non-alloy steel, cold formed/finished, >0.6%C", + "parent": "7215", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721550", + "text": "721550 - Iron or non-alloy steel; bars and rods, n.e.c. in chapter 72, cold-formed or cold-finished, (not free-cutting)", + "parent": "7215", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721590", + "text": "721590 - Iron or non-alloy steel; bars and rods, n.e.c. in chapter 72, n.e.c. in heading no. 7215", + "parent": "7215", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7216", + "text": "7216 - Iron or non-alloy steel, angles, shapes and sections", + "parent": "72", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "721610", + "text": "721610 - Iron or non-alloy steel; U, I or H sections, hot-rolled, hot-drawn or extruded, of a height of less than 80mm", + "parent": "7216", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721621", + "text": "721621 - Iron or non-alloy steel; L sections, hot-rolled, hot-drawn or extruded, of a height of less than 80mm", + "parent": "7216", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721622", + "text": "721622 - Iron or non-alloy steel; T sections, hot-rolled, hot-drawn or extruded, of a height less than 80mm", + "parent": "7216", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721631", + "text": "721631 - Iron or non-alloy steel; U sections, hot-rolled, hot-drawn or extruded, of a height of 80mm or more", + "parent": "7216", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721632", + "text": "721632 - Iron or non-alloy steel; I sections, hot-rolled, hot-drawn or extruded, of a height of 80mm or more", + "parent": "7216", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721633", + "text": "721633 - Iron or non-alloy steel; H sections, hot-rolled, hot-drawn or extruded, of a height of 80mm or more", + "parent": "7216", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721640", + "text": "721640 - Iron or non-alloy steel; L or T sections, hot-rolled, hot-drawn or extruded, of a height of 80mm or more", + "parent": "7216", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721650", + "text": "721650 - Iron or non-alloy steel; angles, shapes and sections, n.e.c. in heading no. 7216, hot-rolled, hot-drawn or extruded", + "parent": "7216", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721660", + "text": "721660 - Sections, nes, iron or non-alloy steel, nfw than cold formed/finished", + "parent": "7216", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721661", + "text": "721661 - Iron or non-alloy steel; angles, shapes and sections, cold-formed or cold-finished, obtained from flat-rolled products", + "parent": "7216", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721669", + "text": "721669 - Iron or non-alloy steel; angles, shapes and sections, cold-formed or cold-finished, (not obtained from flat-rolled products)", + "parent": "7216", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721690", + "text": "721690 - Angles/shapes/sections, iron or non-alloy steel, nes", + "parent": "7216", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721691", + "text": "721691 - Iron or non-alloy steel; angles, shapes and sections, n.e.c. in heading no. 7216, cold-formed or cold-finished, from flat-rolled products", + "parent": "7216", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721699", + "text": "721699 - Iron or non-alloy steel; angles, shapes and sections, n.e.c. in heading no. 7216", + "parent": "7216", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7217", + "text": "7217 - Wire of iron or non-alloy steel", + "parent": "72", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "721710", + "text": "721710 - Iron or non-alloy steel; wire, (not plated or coated), whether or not polished", + "parent": "7217", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721711", + "text": "721711 - Wire, iron or non-alloy steel, not plated or coated, <0.25%C", + "parent": "7217", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721712", + "text": "721712 - Wire, iron or non-alloy steel, plated or coated with zinc <0.25%C", + "parent": "7217", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721713", + "text": "721713 - Wire, iron or non-alloy steel, of base metal plated/coated nes, <0.25%C", + "parent": "7217", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721719", + "text": "721719 - Wire, iron or non-alloy steel, <0.25% carbon, nes", + "parent": "7217", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721720", + "text": "721720 - Iron or non-alloy steel; wire, plated or coated with zinc", + "parent": "7217", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721721", + "text": "721721 - Wire, iron or non-alloy steel, not plated or coated, 0.25-0.6%C", + "parent": "7217", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721722", + "text": "721722 - Wire, iron or non-alloy steel, zinc plated/coated, 0.25-0.6%C", + "parent": "7217", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721723", + "text": "721723 - Wire, iron or non-alloy steel, base metal plated/coated nes, 0.25-0.6%C", + "parent": "7217", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721729", + "text": "721729 - Wire, iron or non-alloy steel, 0.25-0.6% carbon, nes", + "parent": "7217", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721730", + "text": "721730 - Iron or non-alloy steel; wire, plated or coated with base metals (other than zinc)", + "parent": "7217", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721731", + "text": "721731 - Wire, iron or non-alloy steel, not plated or coated, >0.6%C", + "parent": "7217", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721732", + "text": "721732 - Wire, iron or non-alloy steel, zinc plated/coated, >0.6%C", + "parent": "7217", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721733", + "text": "721733 - Wire, iron or non-alloy steel, of base metal plated/coated nes, >0.6%C", + "parent": "7217", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721739", + "text": "721739 - Wire, iron or non-alloy steel, more than 0.6% carbon, nes", + "parent": "7217", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721790", + "text": "721790 - Iron or non-alloy steel; wire, n.e.c. in heading no. 7217", + "parent": "7217", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7218", + "text": "7218 - Stainless steel in ingots or other primary forms; semi-finished products of stainless steel", + "parent": "72", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "721810", + "text": "721810 - Steel, stainless; ingots and other primary forms", + "parent": "7218", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721890", + "text": "721890 - Semi-finished products, stainless steel", + "parent": "7218", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721891", + "text": "721891 - Steel, stainless; semi-finished products, of rectangular (other than square) cross-section", + "parent": "7218", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721899", + "text": "721899 - Steel, stainless; semi-finished products, other than of rectangular cross-section", + "parent": "7218", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7219", + "text": "7219 - Stainless steel; flat-rolled products of width of 600mm or more", + "parent": "72", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "721911", + "text": "721911 - Steel, stainless; flat-rolled, width 600mm or more, hot-rolled, in coils, of a thickness exceeding 10mm", + "parent": "7219", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721912", + "text": "721912 - Steel, stainless; flat-rolled, width 600mm or more, hot-rolled, in coils, of a thickness of 4.75mm or more but not exceeding 10mm", + "parent": "7219", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721913", + "text": "721913 - Steel, stainless; flat-rolled, width 600mm or more, hot-rolled, in coils, of a thickness of 3mm or more but less than 4.75mm", + "parent": "7219", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721914", + "text": "721914 - Steel, stainless; flat-rolled, width 600mm or more, hot-rolled, in coils, of a thickness of less than 3mm", + "parent": "7219", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721921", + "text": "721921 - Steel, stainless; flat-rolled, width 600mm or more, hot-rolled, (not in coils), of a thickness exceeding 10mm", + "parent": "7219", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721922", + "text": "721922 - Steel, stainless; flat-rolled, width 600mm or more, hot-rolled, (not in coils), of a thickness of 4.75mm or more but not exceeding 10mm", + "parent": "7219", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721923", + "text": "721923 - Steel, stainless; flat-rolled, width 600mm or more, hot-rolled, (not in coils), of a thickness of 3mm or more but less than 4.75mm", + "parent": "7219", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721924", + "text": "721924 - Steel, stainless; flat-rolled, width 600mm or more, hot-rolled, (not in coils), of a thickness of less than 3mm", + "parent": "7219", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721931", + "text": "721931 - Steel, stainless; flat-rolled, width 600mm or more, cold-rolled or cold-reduced, of a thickness of 4.75mm or more", + "parent": "7219", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721932", + "text": "721932 - Steel, stainless; flat-rolled, width 600mm or more, cold-rolled, of a thickness of 3mm or more but less than 4.75mm", + "parent": "7219", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721933", + "text": "721933 - Steel, stainless; flat-rolled, width 600mm or more, cold-rolled, of a thickness exceeding 1mm but less than 3mm", + "parent": "7219", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721934", + "text": "721934 - Steel, stainless; flat-rolled, width 600mm or more, cold-rolled, of a thickness of 0.5mm or more but not exceeding 1mm", + "parent": "7219", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721935", + "text": "721935 - Steel, stainless; flat-rolled, width 600mm or more, cold-rolled, of a thickness of less than 0.5mm", + "parent": "7219", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "721990", + "text": "721990 - Steel, stainless; flat-rolled, width 600mm or more, n.e.c. in heading no. 7219", + "parent": "7219", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7220", + "text": "7220 - Stainless steel; flat-rolled products of width less than 600mm", + "parent": "72", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "722011", + "text": "722011 - Steel, stainless; flat-rolled, width less than 600mm, hot-rolled, of a thickness of 4.75mm or more", + "parent": "7220", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722012", + "text": "722012 - Steel, stainless; flat-rolled, width less than 600mm, hot-rolled, of a thickness of less than 4.75mm", + "parent": "7220", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722020", + "text": "722020 - Steel, stainless; flat-rolled, width less than 600mm, cold-rolled", + "parent": "7220", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722090", + "text": "722090 - Steel, stainless; flat-rolled, width less than 600mm, n.e.c. in heading no 7220", + "parent": "7220", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7221", + "text": "7221 - Stainless steel bars and rods, hot-rolled, in irregularly wound coils", + "parent": "72", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "722100", + "text": "722100 - Steel, stainless; bars and rods, hot-rolled, in irregularly wound coils", + "parent": "7221", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7222", + "text": "7222 - Stainless steel bars and rods, angles, shapes and sections", + "parent": "72", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "722210", + "text": "722210 - Stainless steel bar nfw than hot rolled/drawn/extrude", + "parent": "7222", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722211", + "text": "722211 - Steel, stainless; bars and rods, hot-rolled, hot-drawn or extruded, of circular cross-section", + "parent": "7222", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722219", + "text": "722219 - Steel, stainless; bars and rods, hot-rolled, hot-drawn or extruded, other than of circular cross-section", + "parent": "7222", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722220", + "text": "722220 - Steel, stainless; bars and rods, cold-formed or cold-finished", + "parent": "7222", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722230", + "text": "722230 - Steel, stainless; bars and rods, n.e.c. in heading no. 7222", + "parent": "7222", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722240", + "text": "722240 - Steel, stainless; angles, shapes and sections", + "parent": "7222", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7223", + "text": "7223 - Stainless steel wire", + "parent": "72", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "722300", + "text": "722300 - Steel, stainless; wire", + "parent": "7223", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7224", + "text": "7224 - Alloy steel in ingots or other primary forms, semi-finished products of other alloy steel", + "parent": "72", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "722410", + "text": "722410 - Steel, alloy; ingots and other primary forms", + "parent": "7224", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722490", + "text": "722490 - Steel, alloy; semi-finished products", + "parent": "7224", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7225", + "text": "7225 - Alloy steel flat-rolled products, of a width 600mm or more", + "parent": "72", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "722510", + "text": "722510 - Flat rolled silicon-electrical steel, width >600mm", + "parent": "7225", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722511", + "text": "722511 - Steel, alloy; flat-rolled, width 600mm or more, of silicon-electrical steel, grain-oriented", + "parent": "7225", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722519", + "text": "722519 - Steel, alloy; flat-rolled, width 600mm or more, of silicon-electrical steel, (other than grain-oriented)", + "parent": "7225", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722520", + "text": "722520 - Flat rolled high speed steel width >600mm", + "parent": "7225", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722530", + "text": "722530 - Steel, alloy; flat-rolled, width 600mm or more, hot-rolled, in coils", + "parent": "7225", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722540", + "text": "722540 - Steel, alloy; flat-rolled, width 600mm or more, hot-rolled, not in coils", + "parent": "7225", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722550", + "text": "722550 - Steel, alloy; flat-rolled, width 600mm or more, cold-rolled", + "parent": "7225", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722590", + "text": "722590 - Flat rolled alloy-steel, width >600mm, nes", + "parent": "7225", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722591", + "text": "722591 - Steel, alloy; flat-rolled, width 600mm or more, n.e.c. in heading no. 7225, electrolytically plated or coated with zinc", + "parent": "7225", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722592", + "text": "722592 - Steel, alloy; flat-rolled, width 600mm or more, n.e.c. in heading no. 7225, plated or coated with zinc (other than electrolytically)", + "parent": "7225", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722599", + "text": "722599 - Steel, alloy; flat-rolled, width 600mm or more, n.e.c. in heading no. 7225, (other than plated or coated with zinc)", + "parent": "7225", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7226", + "text": "7226 - Alloy steel flat-rolled products, of a width of less than 600mm", + "parent": "72", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "722610", + "text": "722610 - Flat rolled silicon-electrical steel, <600mm wide", + "parent": "7226", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722611", + "text": "722611 - Steel, alloy; flat-rolled, width less than 600mm, of silicon-electrical steel, grain-oriented", + "parent": "7226", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722619", + "text": "722619 - Steel, alloy; flat-rolled, width less than 600mm, of silicon-electrical steel, other than grain-oriented", + "parent": "7226", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722620", + "text": "722620 - Steel, alloy; flat-rolled, width less than 600mm, of high speed steel", + "parent": "7226", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722691", + "text": "722691 - Steel, alloy; flat-rolled, width less than 600mm, (excluding silicon-electrical or high speed steel), hot-rolled", + "parent": "7226", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722692", + "text": "722692 - Steel, alloy; flat-rolled, width less than 600mm, (excluding silicon-electrical or high speed steel), cold-rolled", + "parent": "7226", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722693", + "text": "722693 - Flat-rl p electr p zinc", + "parent": "7226", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722694", + "text": "722694 - Flat-rl p plated w/zinc", + "parent": "7226", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722699", + "text": "722699 - Steel, alloy; flat-rolled, width less than 600mm, n.e.c. in item no. 7226.9", + "parent": "7226", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7227", + "text": "7227 - Steel, alloy; bars and rods, hot-rolled, in irregularly wound coils", + "parent": "72", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "722710", + "text": "722710 - Steel, alloy; bars and rods, hot-rolled, in irregularly wound coils, of high speed steel", + "parent": "7227", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722720", + "text": "722720 - Steel, alloy; bars and rods, hot-rolled, in irregularly wound coils, of silico-manganese steel", + "parent": "7227", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722790", + "text": "722790 - Steel, alloy; bars and rods, hot-rolled, in irregularly wound coils, n.e.c. in heading no. 7227", + "parent": "7227", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7228", + "text": "7228 - Alloy steel bars, rods, shapes and sections; hollow drill bars and rods, of alloy or non-alloy steel", + "parent": "72", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "722810", + "text": "722810 - Steel, alloy; bars and rods, of high speed steel", + "parent": "7228", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722820", + "text": "722820 - Steel, alloy; bars and rods, of silico-manganese steel", + "parent": "7228", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722830", + "text": "722830 - Steel, alloy; bars and rods, hot-rolled, hot-drawn or extruded", + "parent": "7228", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722840", + "text": "722840 - Steel, alloy; bars and rods, forged", + "parent": "7228", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722850", + "text": "722850 - Steel, alloy; bars and rods, cold-formed or cold-finished", + "parent": "7228", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722860", + "text": "722860 - Steel, alloy; bars and rods n.e.c. in heading no. 7228", + "parent": "7228", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722870", + "text": "722870 - Steel, alloy; angles, shapes and sections", + "parent": "7228", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722880", + "text": "722880 - Steel, alloy or non-alloy; hollow drill bars and rods", + "parent": "7228", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7229", + "text": "7229 - Wire of other alloy steel", + "parent": "72", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "722910", + "text": "722910 - Wire of high speed steel", + "parent": "7229", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722920", + "text": "722920 - Steel, alloy; wire, of silico-manganese steel", + "parent": "7229", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "722990", + "text": "722990 - Steel, alloy; wire, of materials other than silico-manganese steel", + "parent": "7229", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "73", + "text": "73 - Iron or steel articles", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "7301", + "text": "7301 - Iron or steel sheet piling, whether or not drilled, punched or made from assembled elements; welded angles, shapes and sections, of iron or steel", + "parent": "73", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "730110", + "text": "730110 - Iron or steel; sheet piling, whether or not drilled, punched or made from assembled elements", + "parent": "7301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730120", + "text": "730120 - Iron or steel; angles, shapes and sections, welded", + "parent": "7301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7302", + "text": "7302 - Railway or tramway track constructions of iron or steel; rails, check and track rails, switch blades, crossing frogs, point rods, sleepers, fish-plates, chair wedges, sole plates, bedplates, ties and the like", + "parent": "73", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "730210", + "text": "730210 - Iron or steel, railway or tramway track construction material; rails", + "parent": "7302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730220", + "text": "730220 - Sleepers (cross-ties), iron or steel", + "parent": "7302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730230", + "text": "730230 - Iron or steel, railway or tramway track construction material; switch blades, crossing frogs, point rods and other crossing pieces", + "parent": "7302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730240", + "text": "730240 - Iron or steel, railway or tramway track construction material; fish-plates and sole plates", + "parent": "7302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730290", + "text": "730290 - Iron or steel, railway or tramway track construction material; n.e.c. in heading no. 7302", + "parent": "7302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7303", + "text": "7303 - Tubes, pipes and hollow profiles, of cast iron", + "parent": "73", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "730300", + "text": "730300 - Cast iron; tubes, pipes and hollow profiles", + "parent": "7303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7304", + "text": "7304 - Tubes, pipes and hollow profiles, seamless, of iron (other than cast iron) or steel", + "parent": "73", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "730410", + "text": "730410 - Pipes, line, iron or steel, for oil or gas pipelines", + "parent": "7304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730411", + "text": "730411 - Iron or steel (excluding cast iron); seamless, line pipe of a kind used for oil or gas pipelines, of stainless steel", + "parent": "7304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730419", + "text": "730419 - Iron or steel (excluding cast iron or stainless steel); seamless, line pipe of a kind used for oil or gas pipelines", + "parent": "7304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730420", + "text": "730420 - Casings, tubing and drill pipe, for oil drilling", + "parent": "7304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730421", + "text": "730421 - Drill pipe", + "parent": "7304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730422", + "text": "730422 - Steel, stainless; seamless, drill pipe, of a kind used in drilling for oil or gas", + "parent": "7304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730423", + "text": "730423 - Iron or steel (excluding cast iron or stainless steel); seamless, drill pipe, of a kind used in drilling for oil or gas", + "parent": "7304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730424", + "text": "730424 - Steel, stainless; seamless, casing and tubing, of a kind used in drilling for oil or gas", + "parent": "7304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730429", + "text": "730429 - Iron or steel (excluding cast iron or stainless steel); seamless, casing and tubing, of a kind used in drilling for oil or gas", + "parent": "7304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730431", + "text": "730431 - Iron or non-alloy steel (excluding cast iron); seamless, cold-drawn or cold-rolled, tubes, pipes and hollow profiles of circular cross-section", + "parent": "7304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730439", + "text": "730439 - Iron or non-alloy steel (excluding cast iron); seamless, (excluding cold-drawn or cold-rolled), tubes, pipes and hollow profiles of circular cross-section", + "parent": "7304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730441", + "text": "730441 - Steel, stainless; cold-drawn or cold-rolled (cold-reduced), tubes and pipes of circular cross-section", + "parent": "7304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730449", + "text": "730449 - Steel, stainless; (excluding cold-drawn or cold-rolled), tubes pipes and hollow profiles of circular cross-section", + "parent": "7304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730451", + "text": "730451 - Steel, alloy (not stainless steel); seamless, cold-drawn or cold-rolled (cold-reduced), tubes, pipes and hollow profiles of circular cross-section", + "parent": "7304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730459", + "text": "730459 - Steel, alloy (not stainless steel); (excluding cold-drawn or cold-rolled), tubes, pipes and hollow profiles of circular cross-section", + "parent": "7304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730490", + "text": "730490 - Iron or steel (excluding cast iron); seamless, tubes, pipes and hollow profiles, seamless, n.e.c. in heading no. 7304", + "parent": "7304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7305", + "text": "7305 - Iron or steel (excluding cast iron); tubes and pipes (e.g. welded, riveted or similarly closed), having circular cross-sections, external diameter of which exceeds 406.4mm, not seamless", + "parent": "73", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "730511", + "text": "730511 - Iron or steel (excluding cast iron); line pipe of a kind used for oil or gas pipelines (not seamless), longitudinally submerged arc welded, having circular cross-sections, external diameter exceeds 406.4mm", + "parent": "7305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730512", + "text": "730512 - Iron or steel (excluding cast iron); line pipe of a kind used for oil or gas pipelines (not seamless), longitudinally welded (not submerged arc welded), having circular cross-sections, external diameter exceeds 406.4mm", + "parent": "7305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730519", + "text": "730519 - Iron or steel (excluding cast iron); line pipe of a kind used for oil or gas pipelines (not seamless), (not longitudinally welded), having circular cross-sections, external diameter exceeds 406.4mm", + "parent": "7305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730520", + "text": "730520 - Iron or steel (excluding cast iron); casing of a kind used in drilling for oil or gas (not seamless), having circular cross-sections, external diameter exceeds 406.4mm", + "parent": "7305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730531", + "text": "730531 - Iron or steel (excluding cast iron); tubes and pipes (other than line pipe or casing of a kind used for oil or gas pipelines), longitudinally welded, having circular cross-sections, external diameter exceeds 406.4mm, (not seamless)", + "parent": "7305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730539", + "text": "730539 - Iron or steel (excluding cast iron); tubes and pipes (other than line pipe or casing of a kind used for oil or gas pipelines), welded (not longitudinally welded), having circular cross-sections, external diameter exceeds 406.4mm, (not seamless)", + "parent": "7305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730590", + "text": "730590 - Iron or steel (excluding cast iron); tubes and pipes n.e.c. in heading no. 7305, having circular cross-sections, external diameter exceeds 406.4mm, (not seamless)", + "parent": "7305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7306", + "text": "7306 - Iron or steel (excluding cast iron); tubes, pipes and hollow profiles (not seamless), n.e.c. in chapter 73", + "parent": "73", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "730610", + "text": "730610 - Pipe (oil/gas line) iron or steel nes, diameter <406m", + "parent": "7306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730611", + "text": "730611 - Steel; stainless; line pipe of a kind used for oil or gas pipelines n.e.c. in chapter 73, welded, (not seamless)", + "parent": "7306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730619", + "text": "730619 - Iron or steel (excluding cast iron); line pipe of a kind used for oil or gas pipelines (other than of stainless steel or seamless), n.e.c. in chapter 73", + "parent": "7306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730620", + "text": "730620 - Casings,circular, iron/steel, oil/gas drilling <406mm", + "parent": "7306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730621", + "text": "730621 - Steel, stainless; casing and tubing of a kind used in drilling for oil and gas, n.e.c. in chapter 73, welded, (not seamless)", + "parent": "7306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730629", + "text": "730629 - Iron or steel (excluding cast iron); casing and tubing of a kind used in drilling for oil and gas (other than stainless steel or seamless), n.e.c. in chapter 73", + "parent": "7306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730630", + "text": "730630 - Iron or non-alloy steel (excluding cast iron); tubes and pipes (not seamless), welded, of circular cross-section, n.e.c. in chapter 73", + "parent": "7306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730640", + "text": "730640 - Steel, stainless; tubes, pipes and hollow profiles, welded, of circular cross-section, n.e.c. in chapter 73", + "parent": "7306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730650", + "text": "730650 - Steel, alloy; tubes, pipes and hollow profiles (other than stainless steel or seamless), welded, of circular cross-section, n.e.c. in chapter 73", + "parent": "7306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730660", + "text": "730660 - Hollow profiles/tubes,iron/steel,non-circular, welded", + "parent": "7306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730661", + "text": "730661 - Iron or steel (excluding cast iron); tubes, pipes and hollow profiles (not seamless), welded, of square or rectangular cross-section, n.e.c. in chapter 73", + "parent": "7306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730669", + "text": "730669 - Iron or steel (excluding cast iron); tubes, pipes and hollow profiles (not seamless), n.e.c. in chapter 73, welded, of non-circular cross-section (not square or rectangular cross-section)", + "parent": "7306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730690", + "text": "730690 - Iron or steel (excluding cast iron); tubes, pipes and hollow profiles (not seamless), n.e.c. in chapter 73", + "parent": "7306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7307", + "text": "7307 - Tube or pipe fittings (e.g. couplings, elbows, sleeves), of iron or steel", + "parent": "73", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "730711", + "text": "730711 - Cast iron; cast fittings, of non-malleable cast iron", + "parent": "7307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730719", + "text": "730719 - Iron or steel; cast fittings, other than of non-malleable cast iron", + "parent": "7307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730721", + "text": "730721 - Steel, stainless; tube or pipe fittings, flanges, of stainless steel", + "parent": "7307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730722", + "text": "730722 - Steel, stainless; tube or pipe fittings, threaded elbows, bends and sleeves", + "parent": "7307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730723", + "text": "730723 - Steel, stainless; tube or pipe fittings, butt welding fittings", + "parent": "7307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730729", + "text": "730729 - Steel, stainless; tube or pipe fittings, n.e.c. in item no. 7307.2", + "parent": "7307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730791", + "text": "730791 - Iron or steel; tube or pipe fittings, flanges, other than stainless steel", + "parent": "7307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730792", + "text": "730792 - Iron or steel; tube or pipe fittings, threaded elbows, bends and sleeves, other than stainless steel", + "parent": "7307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730793", + "text": "730793 - Iron or steel; tube or pipe fittings, butt welding fittings, other than stainless steel", + "parent": "7307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730799", + "text": "730799 - Iron or steel; tube or pipe fittings, n.e.c. in item no. 7307.9, other than stainless steel", + "parent": "7307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7308", + "text": "7308 - Structures of iron or steel and parts thereof; plates, rods, angles, shapes, sections, tubes and the like, prepared for use in structures", + "parent": "73", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "730810", + "text": "730810 - Iron or steel; structures and parts thereof, bridges and bridge-sections", + "parent": "7308", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730820", + "text": "730820 - Iron or steel; structures and parts thereof, towers and lattice masts", + "parent": "7308", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730830", + "text": "730830 - Iron or steel; structures and parts thereof, doors, windows and their frames and thresholds for doors", + "parent": "7308", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730840", + "text": "730840 - Iron or steel; structures and parts thereof, props and similar equipment for scaffolding, shuttering or pit-propping", + "parent": "7308", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "730890", + "text": "730890 - Iron or steel; structures and parts thereof, n.e.c. in heading 7308", + "parent": "7308", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7309", + "text": "7309 - Reservoirs, tanks, vats and similar containers; for any material (excluding compressed or liquefied gas), of iron or steel, capacity exceeding 300l, whether or not lined or heat insulated", + "parent": "73", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "730900", + "text": "730900 - Reservoirs, tanks, vats and similar containers; for any material (excluding compressed or liquefied gas), of iron or steel, capacity exceeding 300l, whether or not lined or heat insulated", + "parent": "7309", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7310", + "text": "7310 - Tanks, casks, drums, cans, boxes and similar containers, for any material (excluding compressed or liquefied gas), of iron or steel, capacity not exceeding 300l, whether or not lined or heat-insulated", + "parent": "73", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "731010", + "text": "731010 - Tanks, casks, drums, cans, boxes and similar containers, for any material (excluding compressed or liquefied gas), 50l or more capacity but not exceeding 300l", + "parent": "7310", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731021", + "text": "731021 - Cans; which are to be closed by soldering or crimping, for any material (excluding compressed or liquefied gas), less than 50l capacity, of iron or steel", + "parent": "7310", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731029", + "text": "731029 - Tanks, casks, drums, boxes and similar containers for any material (excluding compressed or liquefied gas) less than 50l capacity, n.e.c. in item no. 7310.2, of iron or steel", + "parent": "7310", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7311", + "text": "7311 - Containers for compressed or liquefied gas, of iron or steel", + "parent": "73", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "731100", + "text": "731100 - Containers for compressed or liquefied gas, of iron or steel", + "parent": "7311", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7312", + "text": "7312 - Stranded wire, ropes, cables, plaited bands, slings and the like, of iron or steel, not electrically insulated", + "parent": "73", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "731210", + "text": "731210 - Iron or steel; stranded wire, ropes and cables, not electrically insulated", + "parent": "7312", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731290", + "text": "731290 - Iron or steel; plaited bands, slings and the like, not electrically insulated", + "parent": "7312", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7313", + "text": "7313 - Barbed wire of iron or steel; twisted hoop or single flat wire, barbed or not and loosely twisted double wire, of a kind used for fencing, of iron or steel", + "parent": "73", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "731300", + "text": "731300 - Iron of steel; barbed wire, twisted hoop or single flat wire and loosely twisted double wire, used for fencing", + "parent": "7313", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7314", + "text": "7314 - Cloth (including endless bands), grill, netting and fencing, of iron or steel wire; expanded metal of iron or steel", + "parent": "73", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "731411", + "text": "731411 - Woven products of stainless steel", + "parent": "7314", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731412", + "text": "731412 - Iron or steel; woven cloth, endless bands for machinery, of stainless steel", + "parent": "7314", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731413", + "text": "731413 - Endless bands, woven clo", + "parent": "7314", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731414", + "text": "731414 - Iron or steel; woven cloth, of stainless steel, (other than endless bands for machinery)", + "parent": "7314", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731419", + "text": "731419 - Iron or steel; woven cloth, other than of stainless steel", + "parent": "7314", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731420", + "text": "731420 - Iron or steel wire; grill, netting and fencing, welded at intersections, of wire with a maximum cross-sectional dimension of 3mm or more and mesh size 100cm2 or more", + "parent": "7314", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731430", + "text": "731430 - Net/fencing, welded iron or non-alloy steel, heavy", + "parent": "7314", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731431", + "text": "731431 - Iron or steel wire; grill, netting and fencing, welded at the intersection, n.e.c. in item no. 7314.20, plated or coated with zinc", + "parent": "7314", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731439", + "text": "731439 - Iron or steel wire; grill, netting and fencing, welded at the intersection, n.e.c. in item no. 7314.20, (other than plated or coated with zinc)", + "parent": "7314", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731441", + "text": "731441 - Iron or steel wire; grill, netting and fencing, plated or coated with zinc", + "parent": "7314", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731442", + "text": "731442 - Iron or steel wire; grill, netting and fencing, coated with plastic", + "parent": "7314", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731449", + "text": "731449 - Iron or steel wire; grill, netting and fencing, coated with materials other than zinc or plastic", + "parent": "7314", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731450", + "text": "731450 - Iron or steel; expanded metal", + "parent": "7314", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7315", + "text": "7315 - Chain and parts thereof, of iron or steel", + "parent": "73", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "731511", + "text": "731511 - Chain; articulated link, roller, of iron or steel", + "parent": "7315", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731512", + "text": "731512 - Chain; articulated link, (other than roller), of iron or steel", + "parent": "7315", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731519", + "text": "731519 - Chain; articulated link parts, of iron or steel", + "parent": "7315", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731520", + "text": "731520 - Chain; skid, articulated link chain and parts thereof, of iron or steel", + "parent": "7315", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731581", + "text": "731581 - Chain; stud-link chain, of iron or steel", + "parent": "7315", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731582", + "text": "731582 - Chain; welded link chain, of iron or steel", + "parent": "7315", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731589", + "text": "731589 - Chain; n.e.c. in heading no. 7315, of iron or steel", + "parent": "7315", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731590", + "text": "731590 - Chain; parts n.e.c. in heading no. 7315, of iron or steel", + "parent": "7315", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7316", + "text": "7316 - Anchors, grapnels and parts thereof, of iron or steel", + "parent": "73", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "731600", + "text": "731600 - Iron or steel; anchors, grapnels and parts thereof", + "parent": "7316", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7317", + "text": "7317 - Nails, tacks, drawing pins, corrugated nails, staples (not those of heading no. 8305) and the like, of iron or steel, with heads of other material or not, but excluding articles with heads of copper", + "parent": "73", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "731700", + "text": "731700 - Iron or steel; nails, tacks, drawing pins, corrugated nails, staples (not those of heading no. 8305) and the like, with heads of other material or not, but excluding articles with heads of copper", + "parent": "7317", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7318", + "text": "7318 - Screws, bolts, nuts, coach screws, screw hooks, rivets, cotters, cotter-pins, washers (including spring washers) and similar articles, of iron or steel", + "parent": "73", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "731811", + "text": "731811 - Iron or steel; threaded coach screws", + "parent": "7318", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731812", + "text": "731812 - Iron or steel; threaded wood screws other than coach screws", + "parent": "7318", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731813", + "text": "731813 - Iron or steel; threaded screw hooks and screw rings", + "parent": "7318", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731814", + "text": "731814 - Iron or steel; threaded self-tapping screws", + "parent": "7318", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731815", + "text": "731815 - Iron or steel; threaded screws and bolts n.e.c. in item no. 7318.1, whether or not with their nuts or washers", + "parent": "7318", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731816", + "text": "731816 - Iron or steel; threaded nuts", + "parent": "7318", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731819", + "text": "731819 - Iron or steel; threaded screws, bolts and nuts n.e.c. in item no. 7318.1", + "parent": "7318", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731821", + "text": "731821 - Iron or steel; non-threaded spring washers and other lock washers", + "parent": "7318", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731822", + "text": "731822 - Iron or steel; non-threaded washers, excluding spring and lock", + "parent": "7318", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731823", + "text": "731823 - Iron or steel; non-threaded rivets", + "parent": "7318", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731824", + "text": "731824 - Iron or steel; non-threaded cotters and cotter-pins", + "parent": "7318", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731829", + "text": "731829 - Iron or steel; non-threaded articles, n.e.c. in item no. 7318.2", + "parent": "7318", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7319", + "text": "7319 - Sewing and knitting needles, bodkins, crochet hooks, embroidery stilettos and similar articles, for use in the hand, of iron or steel; safety pins and other pins of iron or steel, not elsewhere specified or included", + "parent": "73", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "731910", + "text": "731910 - Needles, sewing, darning or embroidery, iron or steel", + "parent": "7319", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731920", + "text": "731920 - Safety pins of iron/steel", + "parent": "7319", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731930", + "text": "731930 - Pins other than safety pins, of iron/steel", + "parent": "7319", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731940", + "text": "731940 - Safety pins and other pins; of iron or steel", + "parent": "7319", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "731990", + "text": "731990 - Sewing and knitting needles, bodkins, crochet hooks, embroidery stilettos and similar articles, for use in the hand, not elsewhere specified or included, of iron or steel", + "parent": "7319", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7320", + "text": "7320 - Springs and leaves for springs, of iron or steel", + "parent": "73", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "732010", + "text": "732010 - Iron or steel; leaf-springs and leaves therefor", + "parent": "7320", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "732020", + "text": "732020 - Iron or steel; helical springs and leaves for springs", + "parent": "7320", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "732090", + "text": "732090 - Iron or steel; springs n.e.c. in heading no. 7320", + "parent": "7320", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7321", + "text": "7321 - Stoves, ranges, grates, cookers (those with subsidiary boilers for central heating), barbecues, braziers, gas-rings, plate warmers and similar non-electric domestic appliances and parts, of iron or steel", + "parent": "73", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "732111", + "text": "732111 - Cooking appliances and plate warmers; for gas fuel or for both gas and other fuels, of iron or steel", + "parent": "7321", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "732112", + "text": "732112 - Cooking appliances and plate warmers; for liquid fuel, of iron or steel", + "parent": "7321", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "732113", + "text": "732113 - Cooking appliances for solid fuel, iron or steel", + "parent": "7321", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "732119", + "text": "732119 - Cooking appliances and plate warmers; for solid fuel and fuels other than gas or liquid, of iron or steel", + "parent": "7321", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "732181", + "text": "732181 - Domestic appliances; non-electric, (other than cookers and plate warmers), for gas fuel or for both gas and other fuels, of iron or steel", + "parent": "7321", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "732182", + "text": "732182 - Domestic appliances; non-electric, (other than cookers and plate warmers), for liquid fuel, of iron or steel", + "parent": "7321", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "732183", + "text": "732183 - Domestic iron/steel solid fuel appliances, not cooker", + "parent": "7321", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "732189", + "text": "732189 - Domestic appliances; non-electric, (other than cookers and plate warmers), for solid fuel and fuels other than gas or liquid, of iron or steel", + "parent": "7321", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "732190", + "text": "732190 - Domestic appliances; non-electric, parts thereof, of iron or steel", + "parent": "7321", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7322", + "text": "7322 - Radiators for central heating, not electrically heated and parts thereof, of iron or steel; air heaters, hot air distributors not electrically heated, with motor fan or blower", + "parent": "73", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "732211", + "text": "732211 - Radiators and parts thereof; for central heating, (not electrically heated), of cast iron", + "parent": "7322", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "732219", + "text": "732219 - Radiators and parts thereof; for central heating, (not electrically heated), of iron or steel other than cast iron", + "parent": "7322", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "732290", + "text": "732290 - Air heaters and hot air distributors, (not electrically heated), incorporating a motor-driven fan or blower and parts thereof, of iron or steel", + "parent": "7322", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7323", + "text": "7323 - Table, kitchen, other household articles and parts, of iron or steel; iron or steel wool; pot scourers and scouring or polishing pads, gloves and the like, of iron or steel", + "parent": "73", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "732310", + "text": "732310 - Iron or steel; wool, pot scourers and scouring or polishing pads, gloves and the like", + "parent": "7323", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "732391", + "text": "732391 - Cast iron; table, kitchen and other household articles and parts thereof, of cast iron, not enamelled", + "parent": "7323", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "732392", + "text": "732392 - Cast iron; table, kitchen and other household articles and parts thereof, of cast iron, enamelled", + "parent": "7323", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "732393", + "text": "732393 - Steel, stainless; table, kitchen and other household articles and parts thereof", + "parent": "7323", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "732394", + "text": "732394 - Iron (excluding cast) or steel; table, kitchen and other household articles and parts thereof, enamelled", + "parent": "7323", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "732399", + "text": "732399 - Iron or steel; table, kitchen and other household articles and parts thereof, of iron or steel n.e.c. in heading no. 7323", + "parent": "7323", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7324", + "text": "7324 - Sanitary ware and parts thereof, of iron or steel", + "parent": "73", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "732410", + "text": "732410 - Steel; sinks and wash basins, of stainless steel", + "parent": "7324", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "732421", + "text": "732421 - Cast iron, baths, whether or not enamelled", + "parent": "7324", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "732429", + "text": "732429 - Iron (other than cast) or steel; baths", + "parent": "7324", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "732490", + "text": "732490 - Iron or steel; sanitary ware and parts thereof, excluding sinks, wash basins and baths", + "parent": "7324", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7325", + "text": "7325 - Iron or steel; cast articles", + "parent": "73", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "732510", + "text": "732510 - Iron; articles of non-malleable cast iron", + "parent": "7325", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "732591", + "text": "732591 - Iron; grinding balls and similar articles for mills, other than of non-malleable cast iron", + "parent": "7325", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "732599", + "text": "732599 - Iron or steel; cast articles, excluding grinding balls and similar articles for mills, other than of non-malleable cast iron", + "parent": "7325", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7326", + "text": "7326 - Iron or steel; articles, n.e.c. in chapter 73", + "parent": "73", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "732611", + "text": "732611 - Iron or steel; grinding balls and similar articles for mills, forged or stamped, but not further worked", + "parent": "7326", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "732619", + "text": "732619 - Iron or steel; articles n.e.c. in item no. 7326.11, forged or stamped, but not further worked", + "parent": "7326", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "732620", + "text": "732620 - Iron or steel; wire articles", + "parent": "7326", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "732690", + "text": "732690 - Iron or steel; articles n.e.c. in heading 7326", + "parent": "7326", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "74", + "text": "74 - Copper and articles thereof", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "7401", + "text": "7401 - Copper mattes; cement copper (precipitated copper)", + "parent": "74", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "740100", + "text": "740100 - Copper mattes; cement copper (precipitated copper)", + "parent": "7401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "740110", + "text": "740110 - Copper mattes", + "parent": "7401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "740120", + "text": "740120 - Cement copper (precipitated copper)", + "parent": "7401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7402", + "text": "7402 - Copper; unrefined, copper anodes for electrolytic refining", + "parent": "74", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "740200", + "text": "740200 - Copper; unrefined, copper anodes for electrolytic refining", + "parent": "7402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7403", + "text": "7403 - Copper; refined and copper alloys, unwrought", + "parent": "74", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "740311", + "text": "740311 - Copper; refined, unwrought, cathodes and sections of cathodes", + "parent": "7403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "740312", + "text": "740312 - Copper; refined, unwrought, wire-bars", + "parent": "7403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "740313", + "text": "740313 - Copper; refined, unwrought, billets", + "parent": "7403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "740319", + "text": "740319 - Copper; refined, unwrought, n.e.c. in item no. 7403.1", + "parent": "7403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "740321", + "text": "740321 - Copper; copper-zinc base alloys (brass) unwrought", + "parent": "7403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "740322", + "text": "740322 - Copper; copper-tin base alloys (bronze) unwrought", + "parent": "7403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "740323", + "text": "740323 - Copper-nickel, copper-nickel-zinc base alloy,unwrough", + "parent": "7403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "740329", + "text": "740329 - Copper; copper alloys n.e.c. in heading no. 7403 (other than master alloys of heading no. 7405)", + "parent": "7403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7404", + "text": "7404 - Copper; waste and scrap", + "parent": "74", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "740400", + "text": "740400 - Copper; waste and scrap", + "parent": "7404", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7405", + "text": "7405 - Copper; master alloys", + "parent": "74", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "740500", + "text": "740500 - Copper; master alloys of copper", + "parent": "7405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7406", + "text": "7406 - Copper; powders and flakes", + "parent": "74", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "740610", + "text": "740610 - Copper; powders of non-lamellar structure", + "parent": "7406", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "740620", + "text": "740620 - Copper; powders of lamellar structure, flakes", + "parent": "7406", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7407", + "text": "7407 - Copper; bars, rods and profiles", + "parent": "74", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "740710", + "text": "740710 - Copper; bars, rods and profiles, of refined copper", + "parent": "7407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "740721", + "text": "740721 - Copper; bars, rods and profiles, of copper-zinc base alloys (brass)", + "parent": "7407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "740722", + "text": "740722 - Bar, rod, profiles, copper-nickel, copper-nickel-zinc", + "parent": "7407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "740729", + "text": "740729 - Copper; bars, rods and profiles, of copper alloys (other than copper-zinc base alloys)", + "parent": "7407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7408", + "text": "7408 - Copper wire", + "parent": "74", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "740811", + "text": "740811 - Copper; wire, of refined copper, of which the maximum cross-sectional dimension exceeds 6mm", + "parent": "7408", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "740819", + "text": "740819 - Copper; wire, of refined copper, of which the maximum cross-sectional dimension is 6mm or less", + "parent": "7408", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "740821", + "text": "740821 - Copper; wire, of copper-zinc base alloys (brass)", + "parent": "7408", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "740822", + "text": "740822 - Copper; wire, of copper-nickel base alloys (cupro-nickel) or copper-nickel-zinc base alloys (nickel silver)", + "parent": "7408", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "740829", + "text": "740829 - Copper; wire, of copper alloys (other than copper-zinc base alloys, copper-nickel base alloys or copper-nickel-zinc base alloys)", + "parent": "7408", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7409", + "text": "7409 - Copper plates, sheets and strip; of a thickness exceeding 0.15mm", + "parent": "74", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "740911", + "text": "740911 - Copper; strip, of a thickness exceeding 0.15mm, of refined copper, in coils", + "parent": "7409", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "740919", + "text": "740919 - Copper; plates and sheets, of a thickness exceeding 0.15mm, of refined copper, not in coils", + "parent": "7409", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "740921", + "text": "740921 - Copper; strip, of a thickness exceeding 0.15mm, of copper-zinc base alloys (brass), in coils", + "parent": "7409", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "740929", + "text": "740929 - Copper; plates and sheets, of a thickness exceeding 0.15mm, of copper-zinc base alloys (brass), not in coils", + "parent": "7409", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "740931", + "text": "740931 - Copper; strip, of a thickness exceeding 0.15mm, of copper-tin base alloys (bronze), in coils", + "parent": "7409", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "740939", + "text": "740939 - Copper; plates and sheets, of a thickness exceeding 0.15mm, of copper-tin base alloys, not in coils", + "parent": "7409", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "740940", + "text": "740940 - Copper; plates, sheets and strip, of a thickness exceeding 0.15mm, of copper-nickel base alloys (cupro-nickel) or copper-nickel-zinc base alloys (nickel silver)", + "parent": "7409", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "740990", + "text": "740990 - Copper; plates, sheets and strip, of a thickness exceeding 0.15mm, of copper alloys (other than copper-zinc base alloys, copper-tin base alloys, copper-nickel base alloys or copper-nickel-zinc base alloys)", + "parent": "7409", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7410", + "text": "7410 - Copper foil (whether or not printed or backed with paper, paperboard, plastics or similar backing materials) of a thickness (excluding any backing) not exceeding 0.15mm", + "parent": "74", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "741011", + "text": "741011 - Copper; foil, not backed, of a thickness not exceeding 0.15mm, of refined copper", + "parent": "7410", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "741012", + "text": "741012 - Copper; foil, not backed, of a thickness not exceeding 0.15mm, of copper alloys", + "parent": "7410", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "741021", + "text": "741021 - Copper; foil, backed with paper, paperboard, plastics or similar backing material, of a thickness (excluding any backing) not exceeding 0.15mm, of refined copper", + "parent": "7410", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "741022", + "text": "741022 - Copper; foil, backed with paper, paperboard, plastics or similar backing material, of a thickness (excluding any backing) not exceeding 0.15mm, of copper alloys", + "parent": "7410", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7411", + "text": "7411 - Copper tubes and pipes", + "parent": "74", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "741110", + "text": "741110 - Copper; tubes and pipes, of refined copper", + "parent": "7411", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "741121", + "text": "741121 - Copper; tubes and pipes, of copper-zinc base alloys (brass)", + "parent": "7411", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "741122", + "text": "741122 - Copper; tubes and pipes, of copper-nickel base alloys (cupro-nickel) or copper-nickel-zinc base alloys (nickel silver)", + "parent": "7411", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "741129", + "text": "741129 - Copper; tubes and pipes, of copper alloys (other than copper-zinc, copper-nickel base alloys (cupro-nickel) or copper-nickel-zinc base alloys (nickel-silver))", + "parent": "7411", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7412", + "text": "7412 - Copper; tube or pipe fittings (e.g. couplings, elbows, sleeves)", + "parent": "74", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "741210", + "text": "741210 - Copper; tube or pipe fittings (e.g. couplings, elbows, sleeves) of refined copper", + "parent": "7412", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "741220", + "text": "741220 - Copper; tube or pipe fittings (e.g. couplings, elbows, sleeves) of copper alloys", + "parent": "7412", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7413", + "text": "7413 - Copper; stranded wire, cables, plaited bands and the like, not electrically insulated", + "parent": "74", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "741300", + "text": "741300 - Copper; stranded wire, cables, plaited bands and the like, not electrically insulated", + "parent": "7413", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7414", + "text": "7414 - Copper wire cloth, grill, netting, expanded metal", + "parent": "74", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "741410", + "text": "741410 - Endless bands of copper wire for machinery", + "parent": "7414", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "741420", + "text": "741420 - Endless bands of copper", + "parent": "7414", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "741490", + "text": "741490 - Copper wire cloth, grill, netting, expanded metal, ne", + "parent": "7414", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7415", + "text": "7415 - Copper, nails, tacks, drawing pins, staples (not those of heading no. 8305) and the like, of copper or iron or steel with heads of copper; screws bolts, nuts, screws hooks, rivets, cotters, washers", + "parent": "74", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "741510", + "text": "741510 - Copper; nails and tacks, drawing pins, staples and similar articles of copper, or of iron or steel with copper heads", + "parent": "7415", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "741521", + "text": "741521 - Copper; washers, (including spring washers), not threaded", + "parent": "7415", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "741529", + "text": "741529 - Copper; rivets, cotters, cotter-pins and similar articles, not threaded", + "parent": "7415", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "741531", + "text": "741531 - Wood screws of copper and copper alloys", + "parent": "7415", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "741532", + "text": "741532 - Copper screws, bolts or nuts except wood screws", + "parent": "7415", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "741533", + "text": "741533 - Copper; screws, bolts and nuts, threaded", + "parent": "7415", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "741539", + "text": "741539 - Copper; articles n.e.c. in heading no. 7415", + "parent": "7415", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7416", + "text": "7416 - Copper springs", + "parent": "74", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "741600", + "text": "741600 - Copper springs", + "parent": "7416", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7417", + "text": "7417 - Copper cooking, heating apparatus, non-electric, part", + "parent": "74", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "741700", + "text": "741700 - Copper cooking, heating apparatus, non-electric, part", + "parent": "7417", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7418", + "text": "7418 - Copper; table, kitchen or other household articles and parts thereof; pot scourers, scouring, polishing pads, gloves and the like; sanitary ware and parts thereof", + "parent": "74", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "741810", + "text": "741810 - Copper; table, kitchen or other household articles and parts thereof; pot scourers and scouring or polishing pads, gloves and the like", + "parent": "7418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "741811", + "text": "741811 - Pot scourers & scouring/polishing pads, gloves & the like, of copper", + "parent": "7418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "741819", + "text": "741819 - Table, kitchen/other household articles & parts thereof; of copper, other than pot scourers & scouring/polishing pads, gloves & the like", + "parent": "7418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "741820", + "text": "741820 - Copper; sanitary ware and parts thereof", + "parent": "7418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7419", + "text": "7419 - Copper; articles thereof n.e.c. in chapter 74", + "parent": "74", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "741910", + "text": "741910 - Copper; chain and parts thereof", + "parent": "7419", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "741920", + "text": "741920 - Copper; cast, moulded, stamped or forged, but not further worked", + "parent": "7419", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "741980", + "text": "741980 - Copper; articles thereof n.e.c. in chapter 74", + "parent": "7419", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "741991", + "text": "741991 - Copper; cast, moulded, stamped or forged, but not further worked", + "parent": "7419", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "741999", + "text": "741999 - Copper; articles n.e.c. in heading no. 7419", + "parent": "7419", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "75", + "text": "75 - Nickel and articles thereof", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "7501", + "text": "7501 - Nickel mattes; nickel oxide sinters and other intermediate products of nickel metallurgy", + "parent": "75", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "750110", + "text": "750110 - Nickel; nickel mattes", + "parent": "7501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "750120", + "text": "750120 - Nickel; oxide sinters and other intermediate products of nickel metallurgy", + "parent": "7501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7502", + "text": "7502 - Nickel; unwrought", + "parent": "75", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "750210", + "text": "750210 - Nickel; unwrought, not alloyed", + "parent": "7502", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "750220", + "text": "750220 - Nickel; unwrought, alloys", + "parent": "7502", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7503", + "text": "7503 - Nickel; waste and scrap", + "parent": "75", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "750300", + "text": "750300 - Nickel; waste and scrap", + "parent": "7503", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7504", + "text": "7504 - Nickel; powders and flakes", + "parent": "75", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "750400", + "text": "750400 - Nickel; powders and flakes", + "parent": "7504", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7505", + "text": "7505 - Nickel; bars, rods, profiles and wire", + "parent": "75", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "750511", + "text": "750511 - Nickel; bars, rods and profiles, not alloyed", + "parent": "7505", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "750512", + "text": "750512 - Nickel; bars, rods and profiles, of nickel alloys", + "parent": "7505", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "750521", + "text": "750521 - Nickel; wire, not alloyed", + "parent": "7505", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "750522", + "text": "750522 - Nickel; wire, of nickel alloys", + "parent": "7505", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7506", + "text": "7506 - Nickel; plates, sheets, strip and foil", + "parent": "75", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "750610", + "text": "750610 - Nickel; plates, sheets, strip and foil, not alloyed", + "parent": "7506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "750620", + "text": "750620 - Nickel; plates, sheets, strip and foil, of nickel alloys", + "parent": "7506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7507", + "text": "7507 - Nickel; tubes, pipes and tube or pipe fittings (e.g. couplings, elbows, sleeves)", + "parent": "75", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "750711", + "text": "750711 - Nickel; tubes and pipes, not alloyed", + "parent": "7507", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "750712", + "text": "750712 - Nickel; tubes and pipes, of nickel alloys", + "parent": "7507", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "750720", + "text": "750720 - Nickel; tube and pipe fittings", + "parent": "7507", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7508", + "text": "7508 - Nickel; articles thereof n.e.c. in chapter 75", + "parent": "75", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "750800", + "text": "750800 - Articles of nickel, nes", + "parent": "7508", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "750810", + "text": "750810 - Nickel; cloth, grill and netting, of nickel wire", + "parent": "7508", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "750890", + "text": "750890 - Nickel; articles thereof n.e.c. in item no. 7508.1", + "parent": "7508", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "76", + "text": "76 - Aluminium and articles thereof", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "7601", + "text": "7601 - Aluminium; unwrought", + "parent": "76", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "760110", + "text": "760110 - Aluminium; unwrought, (not alloyed)", + "parent": "7601", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "760120", + "text": "760120 - Aluminium; unwrought, alloys", + "parent": "7601", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7602", + "text": "7602 - Aluminium; waste and scrap", + "parent": "76", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "760200", + "text": "760200 - Aluminium; waste and scrap", + "parent": "7602", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7603", + "text": "7603 - Aluminium; powders and flakes", + "parent": "76", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "760310", + "text": "760310 - Aluminium; powders of non-lamellar structure", + "parent": "7603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "760320", + "text": "760320 - Aluminium; powders of lamellar structure, flakes", + "parent": "7603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7604", + "text": "7604 - Aluminium; bars, rods and profiles", + "parent": "76", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "760410", + "text": "760410 - Aluminium; (not alloyed), bars, rods and profiles", + "parent": "7604", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "760421", + "text": "760421 - Aluminium; alloys, hollow profiles", + "parent": "7604", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "760429", + "text": "760429 - Aluminium; alloys, bars, rods and profiles, other than hollow", + "parent": "7604", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7605", + "text": "7605 - Aluminium wire", + "parent": "76", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "760511", + "text": "760511 - Aluminium; (not alloyed), wire, maximum cross-sectional dimension exceeds 7mm", + "parent": "7605", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "760519", + "text": "760519 - Aluminium; (not alloyed), wire, maximum cross-sectional dimension is 7mm or less", + "parent": "7605", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "760521", + "text": "760521 - Aluminium; alloys, wire, maximum cross-sectional dimension exceeding 7mm", + "parent": "7605", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "760529", + "text": "760529 - Aluminium; alloys, wire, maximum cross-sectional dimension is 7mm or less", + "parent": "7605", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7606", + "text": "7606 - Aluminium; plates, sheets and strip, thickness exceeding 0.2mm", + "parent": "76", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "760611", + "text": "760611 - Aluminium; plates, sheets and strip, thickness exceeding 0.2mm, (not alloyed), rectangular (including square)", + "parent": "7606", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "760612", + "text": "760612 - Aluminium; plates, sheets and strip, thickness exceeding 0.2mm, alloys, rectangular (including square)", + "parent": "7606", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "760691", + "text": "760691 - Aluminium; plates, sheets and strip, thickness exceeding 0.2mm, not alloyed, (not rectangular or square)", + "parent": "7606", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "760692", + "text": "760692 - Aluminium; plates, sheets and strip, thickness exceeding 0.2mm, alloys, (not rectangular or square)", + "parent": "7606", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7607", + "text": "7607 - Aluminium foil (whether or not printed or backed with paper, paperboard, plastics or similar backing materials) of a thickness (excluding any backing) not exceeding 0.2mm", + "parent": "76", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "760711", + "text": "760711 - Aluminium; foil, (not backed), rolled (but not further worked), of a thickness not exceeding 0.2mm", + "parent": "7607", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "760719", + "text": "760719 - Aluminium; foil, (not backed), of a thickness not exceeding 0.2mm, not rolled", + "parent": "7607", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "760720", + "text": "760720 - Aluminium; foil, backed with paper, paperboard, plastics or similar backing materials, of a thickness (excluding any backing) not exceeding 0.2mm", + "parent": "7607", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7608", + "text": "7608 - Aluminium; tubes and pipes", + "parent": "76", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "760810", + "text": "760810 - Aluminium; tubes and pipes, not alloyed", + "parent": "7608", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "760820", + "text": "760820 - Aluminium; tubes and pipes, alloys", + "parent": "7608", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7609", + "text": "7609 - Aluminium; tube or pipe fittings (e.g. couplings, elbows, sleeves)", + "parent": "76", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "760900", + "text": "760900 - Aluminium; tube or pipe fittings (e.g. couplings, elbows, sleeves)", + "parent": "7609", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7610", + "text": "7610 - Aluminium; structures (excluding prefabricated buildings of heading no. 9406) and parts (e.g. bridges and sections, towers, lattice masts, etc) plates, rods, profiles and tubes for structures", + "parent": "76", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "761010", + "text": "761010 - Aluminium; structures (excluding prefabricated buildings of heading no. 9406) and parts of structures, doors, windows and their frames and thresholds for doors", + "parent": "7610", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "761090", + "text": "761090 - Aluminium; structures (excluding prefabricated buildings of heading no. 9406) and parts of structures, n.e.c. in heading no. 7610, plates, rods, profiles, tubes and the like", + "parent": "7610", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7611", + "text": "7611 - Aluminium; reservoirs, tanks, vats and the like for material (not compressed or liquefied gas) of capacity over 300l, whether or not lined, heat-insulated, not fitted with mechanical, thermal equipment", + "parent": "76", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "761100", + "text": "761100 - Aluminium; reservoirs, tanks, vats and similar containers, for material (not compressed or liquefied gas), of a capacity over 300l, whether or not lined, not fitted with mechanical/thermal equipment", + "parent": "7611", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7612", + "text": "7612 - Aluminium casks, drums, cans, boxes etc (including rigid, collapsible tubular containers), for materials other than compressed, liquefied gas, 300l capacity or less, lined, heat-insulated or not", + "parent": "76", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "761210", + "text": "761210 - Aluminium; collapsible tubular containers, for any material, (not compressed or liquefied gas), 300l capacity or less, whether or not lined, not fitted with mechanical/thermal equipment", + "parent": "7612", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "761290", + "text": "761290 - Aluminium; casks, drums, cans, boxes and the like for any material (not compressed or liquefied gas), 300l capacity or less, whether or not lined or heat-insulated, no mechanical or thermal equipment", + "parent": "7612", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7613", + "text": "7613 - Aluminium; containers for compressed or liquefied gas", + "parent": "76", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "761300", + "text": "761300 - Aluminium; containers for compressed or liquefied gas", + "parent": "7613", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7614", + "text": "7614 - Aluminium; stranded wire, cables, plaited bands and the like, (not electrically insulated)", + "parent": "76", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "761410", + "text": "761410 - Aluminium; stranded wire, cables, plaited bands and the like, (not electrically insulated), with steel core", + "parent": "7614", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "761490", + "text": "761490 - Aluminium; stranded wire, cables, plaited bands and the like, (not electrically insulated), other than steel core", + "parent": "7614", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7615", + "text": "7615 - Aluminium; table, kitchen or other household articles and parts thereof, pot scourers and scouring or polishing pads, gloves and the like, sanitary ware and parts thereof", + "parent": "76", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "761510", + "text": "761510 - Aluminium; table, kitchen or other household articles and parts thereof; pot scourers and scouring or polishing pads, gloves and the like", + "parent": "7615", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "761511", + "text": "761511 - Pot scourers & scouring/polishing pads, gloves & the like, of aluminium", + "parent": "7615", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "761519", + "text": "761519 - Table/kitchen/other h-hold. articles & parts thereof (excl. of 7615.11), of aluminium", + "parent": "7615", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "761520", + "text": "761520 - Aluminium; sanitary ware and parts thereof", + "parent": "7615", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7616", + "text": "7616 - Aluminium; articles n.e.c. in chapter 76", + "parent": "76", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "761610", + "text": "761610 - Aluminium; nails, tacks, staples (other than those of heading no. 8305), screws, bolts, nuts, screw hooks, rivets, cotters, cotter-pins, washers and similar articles", + "parent": "7616", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "761690", + "text": "761690 - Articles of aluminium, nes", + "parent": "7616", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "761691", + "text": "761691 - Aluminium; cloth, grill, netting and fencing, of aluminium wire", + "parent": "7616", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "761699", + "text": "761699 - Aluminium; articles n.e.c. in heading 7616", + "parent": "7616", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "77", + "text": "77 - (Reserved for possible future use in the Harmonized System)", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "78", + "text": "78 - Lead and articles thereof", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "7801", + "text": "7801 - Lead; unwrought", + "parent": "78", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "780110", + "text": "780110 - Lead; unwrought, refined", + "parent": "7801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "780191", + "text": "780191 - Lead; unwrought, unrefined, containing by weight antimony as the principal other element", + "parent": "7801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "780199", + "text": "780199 - Lead; unwrought, unrefined, not containing by weight antimony as the principal other element", + "parent": "7801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7802", + "text": "7802 - Lead; waste and scrap", + "parent": "78", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "780200", + "text": "780200 - Lead; waste and scrap", + "parent": "7802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7803", + "text": "7803 - Lead bars, rods, profiles and wire", + "parent": "78", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "780300", + "text": "780300 - Lead bars, rods, profiles and wire", + "parent": "7803", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7804", + "text": "7804 - Lead; plates, sheets, strip and foil, lead powders and flakes", + "parent": "78", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "780411", + "text": "780411 - Lead; sheets, strip and foil, of a thickness (excluding any backing) not exceeding 0.2mm", + "parent": "7804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "780419", + "text": "780419 - Lead; plates, sheets, strip and foil, of a thickness (excluding any backing) exceeding 0.2mm", + "parent": "7804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "780420", + "text": "780420 - Lead; powders and flakes", + "parent": "7804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7805", + "text": "7805 - Lead tubes, pipes and fittings", + "parent": "78", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "780500", + "text": "780500 - Lead tubes, pipes and fittings", + "parent": "7805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7806", + "text": "7806 - Lead; articles n.e.c. in chapter 78", + "parent": "78", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "780600", + "text": "780600 - Lead; articles n.e.c. in chapter 78", + "parent": "7806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "79", + "text": "79 - Zinc and articles thereof", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "7901", + "text": "7901 - Zinc; unwrought", + "parent": "79", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "790111", + "text": "790111 - Zinc; unwrought, (not alloyed), containing by weight 99.99% or more of zinc", + "parent": "7901", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "790112", + "text": "790112 - Zinc; unwrought, (not alloyed), containing by weight less than 99.99% of zinc", + "parent": "7901", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "790120", + "text": "790120 - Zinc; unwrought, alloys", + "parent": "7901", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7902", + "text": "7902 - Zinc; waste and scrap", + "parent": "79", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "790200", + "text": "790200 - Zinc; waste and scrap", + "parent": "7902", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7903", + "text": "7903 - Zinc; dust, powders and flakes", + "parent": "79", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "790310", + "text": "790310 - Zinc dust", + "parent": "7903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "790390", + "text": "790390 - Zinc; powders and flakes", + "parent": "7903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7904", + "text": "7904 - Zinc; bars, rods, profiles and wire", + "parent": "79", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "790400", + "text": "790400 - Zinc; bars, rods, profiles and wire", + "parent": "7904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7905", + "text": "7905 - Zinc; plates, sheets, strip and foil", + "parent": "79", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "790500", + "text": "790500 - Zinc; plates, sheets, strip and foil", + "parent": "7905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7906", + "text": "7906 - Zinc tubes, pipes and tube or pipe fittings", + "parent": "79", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "790600", + "text": "790600 - Zinc tubes, pipes and tube or pipe fittings", + "parent": "7906", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "7907", + "text": "7907 - Zinc; articles n.e.c. in chapter 79", + "parent": "79", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "790700", + "text": "790700 - Zinc; articles n.e.c. in chapter 79", + "parent": "7907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "790710", + "text": "790710 - Zinc fabricated building components (gutters,etc)", + "parent": "7907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "790790", + "text": "790790 - Articles of zinc nes", + "parent": "7907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "80", + "text": "80 - Tin; articles thereof", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "8001", + "text": "8001 - Tin; unwrought", + "parent": "80", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "800110", + "text": "800110 - Tin; unwrought, not alloyed", + "parent": "8001", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "800120", + "text": "800120 - Tin; unwrought, alloys", + "parent": "8001", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8002", + "text": "8002 - Tin; waste and scrap", + "parent": "80", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "800200", + "text": "800200 - Tin; waste and scrap", + "parent": "8002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8003", + "text": "8003 - Tin; bars, rods, profiles and wire", + "parent": "80", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "800300", + "text": "800300 - Tin; bars, rods, profiles and wire", + "parent": "8003", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8004", + "text": "8004 - Tin plates, sheets and strips, thickness > 0.2 mm", + "parent": "80", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "800400", + "text": "800400 - Tin plates, sheets and strips, thickness > 0.2 mm", + "parent": "8004", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8005", + "text": "8005 - Tin foil (thickness < 0.2 mm), tin powder, flakes", + "parent": "80", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "800500", + "text": "800500 - Tin foil, tin powders,fl", + "parent": "8005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "800510", + "text": "800510 - Tin foil (thickness < 0.2 mm)", + "parent": "8005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "800520", + "text": "800520 - Tin powder and flakes", + "parent": "8005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8006", + "text": "8006 - Tin pipes or tubes and pipe fittings", + "parent": "80", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "800600", + "text": "800600 - Tin pipes or tubes and pipe fittings", + "parent": "8006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8007", + "text": "8007 - Tin; articles n.e.c. in chapter 80", + "parent": "80", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "800700", + "text": "800700 - Tin; articles n.e.c. in chapter 80", + "parent": "8007", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "81", + "text": "81 - Metals; n.e.c., cermets and articles thereof", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "8101", + "text": "8101 - Tungsten (wolfram); articles thereof, including waste and scrap", + "parent": "81", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "810110", + "text": "810110 - Tungsten (wolfram); articles thereof, including waste and scrap, powders", + "parent": "8101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810191", + "text": "810191 - Tungsten unwrought, bars/rods simply sintered, scrap", + "parent": "8101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810192", + "text": "810192 - Tungsten profiles, sheet or foil, not simply sintered", + "parent": "8101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810193", + "text": "810193 - Wire, tungsten (wolfram)", + "parent": "8101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810194", + "text": "810194 - Tungsten (wolfram); unwrought, including bars and rods obtained simply by sintering", + "parent": "8101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810195", + "text": "810195 - Tungsten (wolfram) bars & rods (excl. those obt. simply by sintering), prof ...", + "parent": "8101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810196", + "text": "810196 - Tungsten (wolfram); wire", + "parent": "8101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810197", + "text": "810197 - Tungsten (wolfram); waste and scrap", + "parent": "8101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810199", + "text": "810199 - Tungsten (wolfram); articles n.e.c. in heading no. 8101", + "parent": "8101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8102", + "text": "8102 - Molybdenum; articles thereof, including waste and scrap", + "parent": "81", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "810210", + "text": "810210 - Molybdenum; articles thereof, including waste and scrap, powders", + "parent": "8102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810291", + "text": "810291 - Molybdenum, unwrought, bars/rods simply sintered,scra", + "parent": "8102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810292", + "text": "810292 - Molybdenum profile/sheet/strip etc not simply sintere", + "parent": "8102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810293", + "text": "810293 - Wire, molybdenum", + "parent": "8102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810294", + "text": "810294 - Molybdenum; unwrought, including bars and rods obtained simply by sintering", + "parent": "8102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810295", + "text": "810295 - Molybdenum; bars and rods, other than those obtained simply by sintering, profiles, plates, sheets, strip and foil", + "parent": "8102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810296", + "text": "810296 - Molybdenum; wire", + "parent": "8102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810297", + "text": "810297 - Molybdenum; waste and scrap", + "parent": "8102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810299", + "text": "810299 - Molybdenum; articles n.e.c. in heading no. 8102", + "parent": "8102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8103", + "text": "8103 - Tantalum; articles thereof, including waste and scrap", + "parent": "81", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "810310", + "text": "810310 - Tantalum unwrought, bars, rods simply sintered, scrap", + "parent": "8103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810320", + "text": "810320 - Tantalum; unwrought, including bars and rods obtained simply by sintering, powders", + "parent": "8103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810330", + "text": "810330 - Tantalum; waste and scrap", + "parent": "8103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810390", + "text": "810390 - Tantalum; articles n.e.c. in heading no. 8103", + "parent": "8103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810391", + "text": "810391 - Tantalum; crucibles", + "parent": "8103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810399", + "text": "810399 - Tantalum; articles n.e.c. in heading no. 8103", + "parent": "8103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8104", + "text": "8104 - Magnesium; articles thereof, including waste and scrap", + "parent": "81", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "810411", + "text": "810411 - Magnesium; unwrought, containing at least 99.8% by weight of magnesium", + "parent": "8104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810419", + "text": "810419 - Magnesium; unwrought, containing less than 99.8% by weight of magnesium", + "parent": "8104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810420", + "text": "810420 - Magnesium; waste and scrap", + "parent": "8104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810430", + "text": "810430 - Magnesium; raspings, turnings and granules, graded according to size, powders", + "parent": "8104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810490", + "text": "810490 - Magnesium; articles n.e.c. in heading no. 8104", + "parent": "8104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8105", + "text": "8105 - Cobalt; mattes and other intermediate products of cobalt metallurgy, cobalt and articles thereof, including waste and scrap", + "parent": "81", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "810510", + "text": "810510 - Cobalt, unwrought, matte, waste or scrap, powders", + "parent": "8105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810520", + "text": "810520 - Cobalt; mattes and other intermediate products of cobalt metallurgy, unwrought cobalt, powders", + "parent": "8105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810530", + "text": "810530 - Cobalt; waste and scrap", + "parent": "8105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810590", + "text": "810590 - Cobalt; articles n.e.c. in heading no. 8105", + "parent": "8105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8106", + "text": "8106 - Bismuth; articles thereof, including waste and scrap", + "parent": "81", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "810600", + "text": "810600 - Bismuth; articles thereof, including waste and scrap", + "parent": "8106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810610", + "text": "810610 - Bismuth; articles thereof, including waste and scrap, containing more than 99.99% of bismuth, by weight", + "parent": "8106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810690", + "text": "810690 - Bismuth; including articles n.e.c. in heading 8106, including waste and scrap, containing less than or equal to 99.99% of bismuth, by weight", + "parent": "8106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8107", + "text": "8107 - Cadmium; articles thereof, including waste and scrap", + "parent": "81", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "810710", + "text": "810710 - Cadmium, unwrought, waste or scrap, powders", + "parent": "8107", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810720", + "text": "810720 - Cadmium; unwrought, powders", + "parent": "8107", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810730", + "text": "810730 - Cadmium; waste and scrap", + "parent": "8107", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810790", + "text": "810790 - Cadmium; other than unwrought, n.e.c. in heading no. 8107", + "parent": "8107", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8108", + "text": "8108 - Titanium; articles thereof, including waste and scrap", + "parent": "81", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "810810", + "text": "810810 - Titanium, unwrought, waste or scrap, powders", + "parent": "8108", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810820", + "text": "810820 - Titanium; unwrought, powders", + "parent": "8108", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810830", + "text": "810830 - Titanium; waste and scrap", + "parent": "8108", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810890", + "text": "810890 - Titanium; other than unwrought, n.e.c. in heading no. 8108", + "parent": "8108", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8109", + "text": "8109 - Zirconium; articles thereof, including waste and scrap", + "parent": "81", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "810910", + "text": "810910 - Zirconium, unwrought, waste or scrap, powders", + "parent": "8109", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810920", + "text": "810920 - Zirconium; unwrought, powders", + "parent": "8109", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810921", + "text": "810921 - Zirconium; unwrought, powders, containing less than 1 part hafnium to 500 parts zirconium by weight", + "parent": "8109", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810929", + "text": "810929 - Zirconium; unwrought, powders, containing not less than 1 part hafnium to 500 parts zirconium by weight", + "parent": "8109", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810930", + "text": "810930 - Zirconium; waste and scrap", + "parent": "8109", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810931", + "text": "810931 - Zirconium; waste and scrap, containing less than 1 part hafnium to 500 parts zirconium by weight", + "parent": "8109", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810939", + "text": "810939 - Zirconium; waste and scrap, containing not less than 1 part hafnium to 500 parts zirconium by weight", + "parent": "8109", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810990", + "text": "810990 - Zirconium; other than unwrought, n.e.c. in heading no. 8109", + "parent": "8109", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810991", + "text": "810991 - Zirconium; other than unwrought, n.e.c. in heading no. 8109, containing less than 1 part hafnium to 500 parts zirconium by weight", + "parent": "8109", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "810999", + "text": "810999 - Zirconium; other than unwrought, n.e.c. in heading no. 8109, containing not less than 1 part hafnium to 500 parts zirconium by weight", + "parent": "8109", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8110", + "text": "8110 - Antimony; articles thereof, including waste and scrap", + "parent": "81", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "811000", + "text": "811000 - Antimony, articles thereof, waste or scrap", + "parent": "8110", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "811010", + "text": "811010 - Antimony and articles thereof; unwrought antimony, powders", + "parent": "8110", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "811020", + "text": "811020 - Antimony; waste and scrap", + "parent": "8110", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "811090", + "text": "811090 - Antimony and articles thereof; wrought, other than waste and scrap", + "parent": "8110", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8111", + "text": "8111 - Manganese; articles thereof, including waste and scrap", + "parent": "81", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "811100", + "text": "811100 - Manganese; articles thereof, including waste and scrap", + "parent": "8111", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8112", + "text": "8112 - Beryllium, chromium, hafnium, rhenium, thallium, cadmium, germanium, vanadium, gallium, indium and niobium (columbium), articles of these metals, including waste and scrap", + "parent": "81", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "811211", + "text": "811211 - Beryllium, unwrought, waste or scrap/powders", + "parent": "8112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "811212", + "text": "811212 - Beryllium and articles thereof; unwrought beryllium, powders", + "parent": "8112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "811213", + "text": "811213 - Beryllium; waste and scrap", + "parent": "8112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "811219", + "text": "811219 - Beryllium and articles thereof; wrought other than waste and scrap", + "parent": "8112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "811220", + "text": "811220 - Chromium, articles thereof, waste or scrap/powders", + "parent": "8112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "811221", + "text": "811221 - Chromium and articles thereof; unwrought chromium, powders", + "parent": "8112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "811222", + "text": "811222 - Chromium; waste and scrap", + "parent": "8112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "811229", + "text": "811229 - Chromium and articles thereof; wrought other than waste and scrap", + "parent": "8112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "811230", + "text": "811230 - Germanium, articles thereof, waste or scrap/powders", + "parent": "8112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "811231", + "text": "811231 - Hafnium and articles thereof; unwrought, powders, waste and scrap", + "parent": "8112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "811239", + "text": "811239 - Hafnium and articles thereof; wrought, other than powders, waste and scrap", + "parent": "8112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "811240", + "text": "811240 - Vanadium, articles thereof, waste or scrap/powders", + "parent": "8112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "811241", + "text": "811241 - Rhenium and articles thereof; unwrought, powders, waste and scrap", + "parent": "8112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "811249", + "text": "811249 - Rhenium and articles thereof; wrought, other than powders, waste and scrap", + "parent": "8112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "811251", + "text": "811251 - Thallium and articles thereof; unwrought thallium, powders", + "parent": "8112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "811252", + "text": "811252 - Thallium; waste and scrap", + "parent": "8112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "811259", + "text": "811259 - Thallium and articles thereof; other than unwrought thallium, powders or waste and scrap", + "parent": "8112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "811261", + "text": "811261 - Cadmium; waste and scrap", + "parent": "8112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "811269", + "text": "811269 - Cadmium; other than waste and scrap", + "parent": "8112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "811291", + "text": "811291 - Rare earths/metals nes, unwrought/waste or scrap", + "parent": "8112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "811292", + "text": "811292 - Gallium, germanium, indium, niobium (columbium) and vanadium; articles thereof, unwrought, including waste and scrap, powders", + "parent": "8112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "811299", + "text": "811299 - Gallium, germanium, indium, niobium (columbium) and vanadium; articles thereof, other than unwrought including waste and scrap and powders", + "parent": "8112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8113", + "text": "8113 - Cermets; articles thereof, including waste and scrap", + "parent": "81", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "811300", + "text": "811300 - Cermets; articles thereof, including waste and scrap", + "parent": "8113", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "82", + "text": "82 - Tools, implements, cutlery, spoons and forks, of base metal; parts thereof, of base metal", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "8201", + "text": "8201 - Tools, hand; spades, shovels, mattocks, picks, hoes, forks, rakes; axes, bill hooks etc; secateurs and pruners of any kind; scythes, sickles, hay knives, hedge shears, timber wedges and other tools used in agriculture, horticulture, forestry", + "parent": "82", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "820110", + "text": "820110 - Tools, hand; spades and shovels", + "parent": "8201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820120", + "text": "820120 - Forks (hand tools)", + "parent": "8201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820130", + "text": "820130 - Tools, hand; mattocks, picks, hoes and rakes", + "parent": "8201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820140", + "text": "820140 - Tools, hand; axes, bill hooks and similar hewing tools, of a kind used in agriculture, horticulture or forestry", + "parent": "8201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820150", + "text": "820150 - Tools, hand; one-handed secateurs (including poultry shears)", + "parent": "8201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820160", + "text": "820160 - Tools, hand; hedge shears, two-handed pruning shears and similar two-handed shears", + "parent": "8201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820190", + "text": "820190 - Tools, hand; forks, scythes, sickles, hay knives, timber wedges, and other hand tools of a kind used in agriculture, horticulture or forestry n.e.c. in heading 8201", + "parent": "8201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8202", + "text": "8202 - Tools, hand; saws and blades for saws of all kinds (including slitting, slotting or toothless saw blades)", + "parent": "82", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "820210", + "text": "820210 - Tools, hand; hand saws", + "parent": "8202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820220", + "text": "820220 - Tools, hand; band saw blades", + "parent": "8202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820231", + "text": "820231 - Tools, hand; circular saw blades (including slitting or slotting saw blades), with working part of steel", + "parent": "8202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820232", + "text": "820232 - Circular saw blades, working part other than steel", + "parent": "8202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820239", + "text": "820239 - Tools, hand; circular saw blades (including slitting or slotting saw blades), with working part of materials (other than steel)", + "parent": "8202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820240", + "text": "820240 - Tools, hand; chain saw blades", + "parent": "8202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820291", + "text": "820291 - Tools, hand; straight saw blades, for working metal", + "parent": "8202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820299", + "text": "820299 - Tools, hand; saw blades n.e.c. in heading no. 8202", + "parent": "8202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8203", + "text": "8203 - Tools, hand; files, rasps, pliers (including cutting pliers), pincers, tweezers, metal cutting shears, pipe cutters, bolt croppers, perforating punches and similar", + "parent": "82", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "820310", + "text": "820310 - Tools, hand; files, rasps and similar tools", + "parent": "8203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820320", + "text": "820320 - Tools, hand; pliers (including cutting pliers), pincers, tweezers and similar tools", + "parent": "8203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820330", + "text": "820330 - Tools, hand; metal cutting shears and similar tools", + "parent": "8203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820340", + "text": "820340 - Tools, hand; pipe-cutters, bolt croppers, perforating punches and similar tools", + "parent": "8203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8204", + "text": "8204 - Tools, hand; hand-operated spanners and wrenches (including torque meter wrenches but not including tap wrenches), interchangeable spanner sockets, with or without handles", + "parent": "82", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "820411", + "text": "820411 - Tools, hand; hand-operated spanners and wrenches (including torque meter wrenches but not including tap wrenches), non-adjustable", + "parent": "8204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820412", + "text": "820412 - Tools, hand; hand-operated spanners and wrenches (including torque meter wrenches but not including tap wrenches), adjustable", + "parent": "8204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820420", + "text": "820420 - Tools, hand; interchangeable spanner sockets, with or without handles", + "parent": "8204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8205", + "text": "8205 - Tools, hand; (including glaziers' diamonds) n.e.c.; blow lamps; vices, clamps etc, other than accessories for and parts of, machine-tools or water-jet cutting machines; anvils; portable forges; hand or pedal operated grinding wheels with frameworks", + "parent": "82", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "820510", + "text": "820510 - Tools, hand; drilling, threading or tapping tools", + "parent": "8205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820520", + "text": "820520 - Tools, hand; hammers and sledge hammers", + "parent": "8205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820530", + "text": "820530 - Tools, hand; planes, chisels, gauges and similar cutting tools for working wood", + "parent": "8205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820540", + "text": "820540 - Tools, hand; screwdrivers", + "parent": "8205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820551", + "text": "820551 - Tools, hand; household tools", + "parent": "8205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820559", + "text": "820559 - Tools, hand; other hand tools (including glaziers diamonds), excluding household tools, drilling, threading or tapping tools, hammers and sledge hammers, planes, chisels, gouges and similar cutting tools for working wood, and screwdrivers", + "parent": "8205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820560", + "text": "820560 - Tools, hand; blow lamps", + "parent": "8205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820570", + "text": "820570 - Tools, hand; vices, clamps and the like", + "parent": "8205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820580", + "text": "820580 - Anvils; portable forges; hand/pedal-operated grinding wheels with frameworks", + "parent": "8205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820590", + "text": "820590 - Tools, hand; n.e.c. in heading 8205, including anvils, portable forges, hand or pedal-operated grinding wheels with frameworks, and sets of articles of two or more of the subheadings in heading 8205", + "parent": "8205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8206", + "text": "8206 - Tools, hand; two or more of heading no. 8202 to 8205, put up in sets for retail sale", + "parent": "82", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "820600", + "text": "820600 - Tools, hand; two or more of heading no. 8202 to 8205, put up in sets for retail sale", + "parent": "8206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8207", + "text": "8207 - Tools, interchangeable; for hand tools, whether or not power-operated, or for machine tools (pressing, stamping, punching, drilling etc), including dies for drawing or extruding metal, and rock drilling or earth boring tools", + "parent": "82", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "820711", + "text": "820711 - Rock drilling, boring heads of sintered metal, carbid", + "parent": "8207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820712", + "text": "820712 - Rock drilling or earth boring tools except carbide", + "parent": "8207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820713", + "text": "820713 - Tools, interchangeable; rock drilling or earth boring tools, with working part of cermets, whether or not power operated", + "parent": "8207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820719", + "text": "820719 - Tools, interchangeable; rock drilling or earth boring tools, with working part (other than of cermets), whether or not power operated, including parts", + "parent": "8207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820720", + "text": "820720 - Tools, interchangeable; (for machine or hand tools, whether or not power-operated), dies for drawing or extruding metal", + "parent": "8207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820730", + "text": "820730 - Tools, interchangeable; (for machine or hand tools, whether or not power-operated), tools for pressing, stamping or punching", + "parent": "8207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820740", + "text": "820740 - Tools, interchangeable; (for machine or hand tools, whether or not power-operated), tools for tapping or threading", + "parent": "8207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820750", + "text": "820750 - Tools, interchangeable; (for machine or hand tools, whether or not power-operated), tools for drilling (other than rock)", + "parent": "8207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820760", + "text": "820760 - Tools, interchangeable; (for machine or hand tools, whether or not power-operated), for boring or broaching", + "parent": "8207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820770", + "text": "820770 - Tools, interchangeable; (for machine or hand tools, whether or not power-operated), for milling", + "parent": "8207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820780", + "text": "820780 - Tools, interchangeable; (for machine or hand tools, whether or not power-operated), for turning", + "parent": "8207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820790", + "text": "820790 - Tools, interchangeable; (for machine or hand tools, whether or not power-operated), for screw-driving or uses n.e.c. in heading no. 8207", + "parent": "8207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8208", + "text": "8208 - Knives and cutting blades, for machines or for mechanical appliances", + "parent": "82", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "820810", + "text": "820810 - Tools; knives and cutting blades, for machines or for mechanical appliances, for metal working", + "parent": "8208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820820", + "text": "820820 - Tools; knives and cutting blades, for wood working machines or mechanical appliances", + "parent": "8208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820830", + "text": "820830 - Tools; knives and cutting blades, for kitchen appliances or for machines used by the food industry", + "parent": "8208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820840", + "text": "820840 - Tools; knives and cutting blades, for agricultural, horticultural or forestry machines or mechanical appliances", + "parent": "8208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "820890", + "text": "820890 - Tools; knives and cutting blades, for machines or mechanical appliances, n.e.c. in heading no. 8208", + "parent": "8208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8209", + "text": "8209 - Tools; plates, sticks, tips and the like for tools, unmounted, of sintered metal carbides or cermets", + "parent": "82", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "820900", + "text": "820900 - Tools; plates, sticks, tips and the like for tools, unmounted, of sintered metal carbides or cermets", + "parent": "8209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8210", + "text": "8210 - Tools; hand-operated mechanical appliances, weighing 10kg or less, used in the preparation, conditioning or serving of food or drink", + "parent": "82", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "821000", + "text": "821000 - Tools; hand-operated mechanical appliances, weighing 10kg or less, used in the preparation, conditioning or serving of food or drink", + "parent": "8210", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8211", + "text": "8211 - Knives; with cutting blades, serrated or not (including pruning knives), other than knives of heading no. 8208, and blades therefore", + "parent": "82", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "821110", + "text": "821110 - Knives; with cutting blades, serrated or not (including pruning knives), sets of assorted articles, excluding knives and blades of heading no. 8208", + "parent": "8211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "821191", + "text": "821191 - Knives; table knives, having fixed cutting blades, serrated or not, excluding knives and blades of heading no. 8208", + "parent": "8211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "821192", + "text": "821192 - Knives; having fixed cutting blades, (other than table knives), serrated or not, excluding knives and blades of heading no. 8208", + "parent": "8211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "821193", + "text": "821193 - Knives; with cutting blades, (having other than fixed blades), serrated or not, excluding knives and blades of heading no. 8208", + "parent": "8211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "821194", + "text": "821194 - Blades; cutting, serrated or not, excluding those of heading no. 8208", + "parent": "8211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "821195", + "text": "821195 - Knives; with handles of base metal", + "parent": "8211", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8212", + "text": "8212 - Razors and razor blades; (including razor blade blanks in strips)", + "parent": "82", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "821210", + "text": "821210 - Razors", + "parent": "8212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "821220", + "text": "821220 - Razors; safety razor blades, including razor blade blanks in strips", + "parent": "8212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "821290", + "text": "821290 - Razors; parts n.e.c. in heading no. 8212", + "parent": "8212", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8213", + "text": "8213 - Scissors; tailors' shears and similar shears, and blades therefore", + "parent": "82", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "821300", + "text": "821300 - Scissors; tailors' shears, similar shears and blades therefore", + "parent": "8213", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8214", + "text": "8214 - Cutlery; other articles, (e.g. hair clippers, butchers' or kitchen cleavers, choppers and mincing knives, paper knives), manicure or pedicure sets and instruments (including nail files)", + "parent": "82", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "821410", + "text": "821410 - Cutlery; paper knives, letter openers, erasing knives, pencil sharpeners and blades therefore", + "parent": "8214", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "821420", + "text": "821420 - Manicure or pedicure sets and instruments; (including nail files)", + "parent": "8214", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "821490", + "text": "821490 - Cutlery; hair clippers and mincing knives", + "parent": "8214", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8215", + "text": "8215 - Cutlery; spoons, forks, ladles, skimmers, cake-servers, fish-knives, butter knives, sugar tongs and similar kitchen or tableware", + "parent": "82", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "821510", + "text": "821510 - Cutlery; sets of assorted articles (e.g. spoons, forks, ladles, skimmers, cake-servers, fish-knives, butter-knives, sugar tongs and similar), with at least one article plated with precious metal", + "parent": "8215", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "821520", + "text": "821520 - Cutlery; sets of assorted articles (e.g. spoons, forks, ladles, skimmers, cake-servers, fish-knives, butter knives, sugar tongs and similar), not plated with precious metal", + "parent": "8215", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "821591", + "text": "821591 - Cutlery; (e.g. spoons, forks, ladles, skimmers, cake-servers, fish-knives, butter-knives, sugar tongs and similar), plated with precious metal, not in sets", + "parent": "8215", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "821599", + "text": "821599 - Cutlery; other than plated with precious metal", + "parent": "8215", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "83", + "text": "83 - Metal; miscellaneous products of base metal", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "8301", + "text": "8301 - Padlocks and locks (key, combination, electrically operated) of base metal; clasps and frames with clasps incorporating locks, of base metal, keys for any or the foregoing articles, of base metal", + "parent": "83", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "830110", + "text": "830110 - Padlocks; (key, combination or electrically operated), of base metal", + "parent": "8301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "830120", + "text": "830120 - Locks; of a kind used for motor vehicles (key, combination or electrically operated), of base metal", + "parent": "8301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "830130", + "text": "830130 - Locks; of a kind used for furniture (key, combination or electrically operated), of base metal", + "parent": "8301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "830140", + "text": "830140 - Locks; (other than those for motor vehicles or furniture), (key, combination or electrically operated), of base metal", + "parent": "8301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "830150", + "text": "830150 - Clasps and frames with clasps; incorporating locks, of base metal", + "parent": "8301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "830160", + "text": "830160 - Locks; parts of padlocks, locks, clasps and frames with clasps incorporating locks, of base metal", + "parent": "8301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "830170", + "text": "830170 - Keys; presented separately, of base metal", + "parent": "8301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8302", + "text": "8302 - Base metal mountings, fittings and similar articles for furniture, doors, staircases, windows, trunks, chests etc, castors with mountings of base metal, automatic door closers of base metal", + "parent": "83", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "830210", + "text": "830210 - Hinges; suitable for furniture, doors, staircases, windows, blinds, coachwork, saddlery, trunks, chests, caskets or the like, of base metal", + "parent": "8302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "830220", + "text": "830220 - Castors; with mountings, of base metal", + "parent": "8302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "830230", + "text": "830230 - Mountings, fittings and similar articles; for motor vehicles, of base metal", + "parent": "8302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "830241", + "text": "830241 - Mountings, fittings and similar articles; of base metal, suitable for buildings", + "parent": "8302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "830242", + "text": "830242 - Mountings, fittings and similar articles; suitable for furniture of base metal", + "parent": "8302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "830249", + "text": "830249 - Mountings, fittings and similar articles; suitable for other than buildings or furniture, of base metal", + "parent": "8302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "830250", + "text": "830250 - Hat-racks, hat-pegs, brackets and similar fixtures, of base metal", + "parent": "8302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "830260", + "text": "830260 - Automatic door closures; of base metal", + "parent": "8302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8303", + "text": "8303 - Safes; armoured or reinforced, strong-boxes, doors and safe deposit lockers for strong-rooms, cash or deed boxes and the like, of base metal", + "parent": "83", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "830300", + "text": "830300 - Safes; armoured or reinforced, strong-boxes, doors and safe deposit lockers for strong-rooms, cash or deed boxes and the like, of base metal", + "parent": "8303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8304", + "text": "8304 - Office equipment; filing cabinets, card-index cabinets, paper trays and rests, pen trays, office-stamp stands and the like, of base metal, other than office furniture of heading no. 9403", + "parent": "83", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "830400", + "text": "830400 - Office equipment; filing cabinets, card-index cabinets, paper trays, paper rests, pen trays, office-stamp stands and similar office or desk equipment, of base metal, other than office furniture of heading no. 9403", + "parent": "8304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8305", + "text": "8305 - Stationery; fittings for loose-leaf binders or files, letter clips, letter corners, paper clips, indexing tags and the like, staples in strips (for offices, upholstery, packaging), of base metal", + "parent": "83", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "830510", + "text": "830510 - Stationery; fittings for loose-leaf binders or files, of base metal", + "parent": "8305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "830520", + "text": "830520 - Stationery; staples in strips, (e.g. for offices, upholstery, packaging), of base metal", + "parent": "8305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "830590", + "text": "830590 - Stationery; letter clips, letter corners, paper clips, indexing tags and similar office articles, including parts, of base metal", + "parent": "8305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8306", + "text": "8306 - Bells, gongs and the like; non-electric, statuettes, other ornaments, photograph, picture, similar frames, mirrors, of base metal", + "parent": "83", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "830610", + "text": "830610 - Bells, gongs and the like; non-electric, of base metal", + "parent": "8306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "830621", + "text": "830621 - Statuettes and other ornaments; of base metal plated with precious metal", + "parent": "8306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "830629", + "text": "830629 - Statuettes and other ornaments; of base metal other than plated with precious metal", + "parent": "8306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "830630", + "text": "830630 - Photograph, picture or similar frames, mirrors; of base metal", + "parent": "8306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8307", + "text": "8307 - Tubing; flexible, with or without fittings, of base metal", + "parent": "83", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "830710", + "text": "830710 - Tubing; flexible, with or without fittings, of iron or steel", + "parent": "8307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "830790", + "text": "830790 - Tubing; flexible, with or without fittings of base metal, other than those of iron or steel", + "parent": "8307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8308", + "text": "8308 - Clasps, frames with clasps, buckles, buckle-clasps, hooks, eyes, eyelets etc for clothing & accessories, footwear, jewellery, wrist-watches, books, awnings, leather goods, travel goods, saddlery etc, tubular etc rivets, beads, spangles, of base metal", + "parent": "83", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "830810", + "text": "830810 - Hooks, eyes and eyelets; of base metal, of a kind used for clothing, footwear, awnings, handbags, travel goods or other made up articles", + "parent": "8308", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "830820", + "text": "830820 - Rivets; tubular or bifurcated, of base metal", + "parent": "8308", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "830890", + "text": "830890 - Clasps, frames with clasps, buckles, buckle clasps; of base metal, of a kind used for clothing & accessories, footwear, jewellery, wrist-watches, books, awnings, leather goods, travel goods, saddlery etc, including parts", + "parent": "8308", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8309", + "text": "8309 - Stoppers, caps, lids (including crown corks, screw caps, pouring stoppers); capsules for bottles, threaded bungs, bung covers, seals and other packaging accessories, of base metal", + "parent": "83", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "830910", + "text": "830910 - Stoppers; corks, of base metal", + "parent": "8309", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "830990", + "text": "830990 - Stoppers; caps and lids, of base metal", + "parent": "8309", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8310", + "text": "8310 - Sign plates, name plates, address plates and similar plates, numbers, letters and other symbols, of base metal, excluding those of heading no. 9405", + "parent": "83", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "831000", + "text": "831000 - Sign plates, name-plates, address-plates and similar plates, numbers, letters and other symbols; of base metal, excluding those of heading no. 9405", + "parent": "8310", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8311", + "text": "8311 - Wires, rods, tubes, plates, electrodes of base metal or metal carbides; of a kind used for soldering, brazing, welding; wires and rods for metal spraying", + "parent": "83", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "831110", + "text": "831110 - Electrodes; coated, of base metal, for electric arc-welding", + "parent": "8311", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "831120", + "text": "831120 - Wire; cored, of base metal, for electric arc-welding", + "parent": "8311", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "831130", + "text": "831130 - Rods and wire; coated rods and cored wire, of base metal, for soldering, brazing or welding by flame", + "parent": "8311", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "831190", + "text": "831190 - Wires, rods, tubes, plates, electrodes of base metal or metal carbides; of a kind used for soldering, brazing, welding; wires and rods for metal spraying; n.e.c. in item no. 8311", + "parent": "8311", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "84", + "text": "84 - Machinery and mechanical appliances, boilers, nuclear reactors; parts thereof", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "8401", + "text": "8401 - Nuclear reactors; fuel elements (cartridges), non-irradiated, for nuclear reactors, machinery and apparatus for isotopic separation", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "840110", + "text": "840110 - Nuclear reactors", + "parent": "8401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "840120", + "text": "840120 - Machinery and apparatus; for isotopic separation, and parts thereof", + "parent": "8401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "840130", + "text": "840130 - Fuel elements (cartridges); non-irradiated", + "parent": "8401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "840140", + "text": "840140 - Nuclear reactors; parts thereof", + "parent": "8401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8402", + "text": "8402 - Boilers; steam or other vapour generating (other than central heating hot water boilers, capable also of producing low pressure steam), super heated water boilers", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "840211", + "text": "840211 - Boilers; watertube boilers with a steam production exceeding 45t per hour", + "parent": "8402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "840212", + "text": "840212 - Boilers; watertube boilers with a steam production not exceeding 45t per hour", + "parent": "8402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "840219", + "text": "840219 - Boilers; vapour generating boilers, including hybrid boilers n.e.c. in heading no. 8402", + "parent": "8402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "840220", + "text": "840220 - Boilers; super-heated water boilers", + "parent": "8402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "840290", + "text": "840290 - Boilers; parts of steam or other vapour generating boilers", + "parent": "8402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8403", + "text": "8403 - Central heating boilers; excluding those of heading no. 8402", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "840310", + "text": "840310 - Boilers; central heating boilers (excluding those of heading no. 8402)", + "parent": "8403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "840390", + "text": "840390 - Boilers; parts of central heating boilers (excluding those of heading no. 8402)", + "parent": "8403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8404", + "text": "8404 - Auxiliary plant for use with boilers of heading no. 8402 or 8403; e.g. economisers, super-heaters, soot removers, gas recoverers), condensers for steam or other vapour power units", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "840410", + "text": "840410 - Boilers; auxiliary plant, for use with boilers of heading no. 8402 or 8403 (e.g. economisers, super-heaters, soot removers, gas recoverers)", + "parent": "8404", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "840420", + "text": "840420 - Boilers; condensers, for steam or other vapour power units", + "parent": "8404", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "840490", + "text": "840490 - Boilers; parts of auxiliary plant, for use with boilers of heading no. 8402 and 8403 and parts of condensers for steam or other vapour power units", + "parent": "8404", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8405", + "text": "8405 - Generators for producer or water gas with or without their purifiers acetylene gas generators and similar water process gas generators, with or without their purifiers", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "840510", + "text": "840510 - Generators; producer gas, water gas, acetylene gas and similar water process gas generators, with or without their purifiers", + "parent": "8405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "840590", + "text": "840590 - Generators; parts of producer gas, water gas, acetylene gas and similar water process gas generators, with or without their purifiers", + "parent": "8405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8406", + "text": "8406 - Turbines; steam and other vapour turbines", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "840610", + "text": "840610 - Turbines; steam and other vapour turbines, for marine propulsion", + "parent": "8406", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "840611", + "text": "840611 - Steam and vapour turbines for marine propulsion", + "parent": "8406", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "840619", + "text": "840619 - Steam and vapour turbines nes", + "parent": "8406", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "840681", + "text": "840681 - Turbines; steam and other vapour turbines, (for other than marine propulsion), of an output exceeding 40MW", + "parent": "8406", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "840682", + "text": "840682 - Turbines; steam and other vapour turbines, (for other than marine propulsion), of an output not exceeding 40MW", + "parent": "8406", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "840690", + "text": "840690 - Turbines; parts of steam and other vapour turbines", + "parent": "8406", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8407", + "text": "8407 - Reciprocating or rotary internal combustion piston engines", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "840710", + "text": "840710 - Engines; for aircraft, spark-ignition reciprocating or rotary internal combustion piston engines", + "parent": "8407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "840721", + "text": "840721 - Engines; outboard motors for marine propulsion, spark-ignition reciprocating or rotary internal combustion piston engines", + "parent": "8407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "840729", + "text": "840729 - Engines; for marine propulsion, (other than outboard motors), spark-ignition reciprocating or rotary internal combustion piston engines", + "parent": "8407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "840731", + "text": "840731 - Engines; reciprocating piston engines, of a kind used for the propulsion of vehicles of chapter 87, of a cylinder capacity not exceeding 50cc", + "parent": "8407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "840732", + "text": "840732 - Engines; reciprocating piston engines, of a kind used for the propulsion of vehicles of chapter 87, of a cylinder capacity exceeding 50cc but not exceeding 250cc", + "parent": "8407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "840733", + "text": "840733 - Engines; reciprocating piston engines, of a kind used for the propulsion of vehicles of chapter 87, of a cylinder capacity exceeding 250cc but not exceeding 1000cc", + "parent": "8407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "840734", + "text": "840734 - Engines; reciprocating piston engines, of a kind used for the propulsion of vehicles of chapter 87, of a cylinder capacity exceeding 1000cc", + "parent": "8407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "840790", + "text": "840790 - Engines; rotary internal combustion piston engines, for other than aircraft or marine propulsion", + "parent": "8407", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8408", + "text": "8408 - Compression-ignition internal combustion piston engines (diesel or semi-diesel engines)", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "840810", + "text": "840810 - Engines; for marine propulsion, compression-ignition internal combustion piston engines (diesel or semi-diesel engines)", + "parent": "8408", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "840820", + "text": "840820 - Engines; compression-ignition internal combustion piston engines (diesel or semi-diesel engines), of a kind used for the propulsion of vehicles of chapter 87", + "parent": "8408", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "840890", + "text": "840890 - Engines; compression-ignition internal combustion piston engines (diesel or semi-diesel engines), of a kind used for other than marine propulsion or the vehicles of chapter 87", + "parent": "8408", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8409", + "text": "8409 - Parts suitable for use solely or principally with the engines of heading no. 8407 or 8408", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "840910", + "text": "840910 - Engines; parts of aircraft engines (spark-ignition reciprocating or rotary internal combustion piston engines)", + "parent": "8409", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "840991", + "text": "840991 - Engines; parts, suitable for use solely or principally with spark-ignition internal combustion piston engines (for other than aircraft)", + "parent": "8409", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "840999", + "text": "840999 - Engines; parts for internal combustion piston engines (excluding spark-ignition)", + "parent": "8409", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8410", + "text": "8410 - Turbines; hydraulic water wheels and regulators therefor", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "841011", + "text": "841011 - Turbines; hydraulic turbines and water wheels, of a power not exceeding 1000kW", + "parent": "8410", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841012", + "text": "841012 - Turbines; hydraulic turbines and water wheels, of a power exceeding 1000kW but not exceeding 10000kW", + "parent": "8410", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841013", + "text": "841013 - Turbines; hydraulic turbines and water wheels, of a power exceeding 10000kW", + "parent": "8410", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841090", + "text": "841090 - Turbines; parts of hydraulic turbines and water wheels, including regulators", + "parent": "8410", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8411", + "text": "8411 - Turbo-jets, turbo-propellers and other gas turbines", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "841111", + "text": "841111 - Turbo-jets; of a thrust not exceeding 25kN", + "parent": "8411", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841112", + "text": "841112 - Turbo-jets; of a thrust exceeding 25kN", + "parent": "8411", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841121", + "text": "841121 - Turbo-propellers; of a power not exceeding 1100kW", + "parent": "8411", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841122", + "text": "841122 - Turbo-propellers; of a power exceeding 1100kW", + "parent": "8411", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841181", + "text": "841181 - Turbines; gas-turbines (excluding turbo-jets and turbo-propellers), of a power not exceeding 5000kW", + "parent": "8411", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841182", + "text": "841182 - Turbines; gas-turbines (excluding turbo-jets and turbo-propellers), of a power exceeding 5000kW", + "parent": "8411", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841191", + "text": "841191 - Turbines; parts of turbo-jets and turbo-propellers", + "parent": "8411", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841199", + "text": "841199 - Turbines; parts of gas turbines (excluding turbo-jets and turbo-propellers)", + "parent": "8411", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8412", + "text": "8412 - Engines and motors; n.e.c. (e.g. reaction engines, hydraulic power engines, pneumatic power engines)", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "841210", + "text": "841210 - Engines; reaction engines, other than turbo-jets", + "parent": "8412", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841221", + "text": "841221 - Engines; hydraulic power engines and motors, linear acting (cylinders)", + "parent": "8412", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841229", + "text": "841229 - Engines; hydraulic power engines and motors, other than linear acting (cylinders)", + "parent": "8412", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841231", + "text": "841231 - Engines; pneumatic power engines and motors, linear acting (cylinders)", + "parent": "8412", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841239", + "text": "841239 - Engines; pneumatic power engines and motors, other than linear acting (cylinders)", + "parent": "8412", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841280", + "text": "841280 - Engines; pneumatic power engines and motors, n.e.c. in heading no. 8412", + "parent": "8412", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841290", + "text": "841290 - Engines; parts, for engines and motors of heading no. 8412", + "parent": "8412", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8413", + "text": "8413 - Pumps; for liquids, whether or not fitted with measuring device, liquid elevators", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "841311", + "text": "841311 - Pumps; fitted or designed to be fitted with a measuring device, for dispensing fuel or lubricants, of the type used in filling-stations or in garages", + "parent": "8413", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841319", + "text": "841319 - Pumps; for liquids, fitted or designed to be fitted with a measuring device, other than pumps for dispensing fuel or lubricants", + "parent": "8413", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841320", + "text": "841320 - Pumps; hand, fitted or designed to be fitted with a measuring device, for liquids, other than those of item no. 8413.11 or 8413.19", + "parent": "8413", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841330", + "text": "841330 - Pumps; fuel, lubricating or cooling medium pumps for internal combustion piston engines", + "parent": "8413", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841340", + "text": "841340 - Pumps; concrete pumps", + "parent": "8413", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841350", + "text": "841350 - Pumps; reciprocating positive displacement pumps, n.e.c. in heading no. 8413, for liquids", + "parent": "8413", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841360", + "text": "841360 - Pumps; rotary positive displacement pumps, n.e.c. in heading no. 8413, for liquids", + "parent": "8413", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841370", + "text": "841370 - Pumps; centrifugal, n.e.c. in heading no. 8413, for liquids", + "parent": "8413", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841381", + "text": "841381 - Pumps and liquid elevators; n.e.c. in heading no. 8413", + "parent": "8413", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841382", + "text": "841382 - Liquid elevators", + "parent": "8413", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841391", + "text": "841391 - Pumps; parts thereof", + "parent": "8413", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841392", + "text": "841392 - Liquid elevators; parts thereof", + "parent": "8413", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8414", + "text": "8414 - Air or vacuum pumps, air or other gas compressors and fans; ventilating or recycling hoods incorporating a fan; gas-tight biological safety cabinets whether or not fitted with filters", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "841410", + "text": "841410 - Pumps; vacuum", + "parent": "8414", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841420", + "text": "841420 - Pumps; hand or foot-operated air pumps", + "parent": "8414", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841430", + "text": "841430 - Compressors; of a kind used in refrigerating equipment", + "parent": "8414", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841440", + "text": "841440 - Compressors; air compressors mounted on a wheeled chassis for towing", + "parent": "8414", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841451", + "text": "841451 - Fans; table, floor, wall, window, ceiling or roof fans, with a self-contained electric motor of an output not exceeding 125W", + "parent": "8414", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841459", + "text": "841459 - Fans; n.e.c. in item no. 8414.51", + "parent": "8414", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841460", + "text": "841460 - Hoods; ventilating or recycling hoods incorporating a fan, whether or not fitted with filters, having a maximum horizontal side not exceeding 120cm", + "parent": "8414", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841470", + "text": "841470 - Gas-tight biological safety cabinets; whether or not fitted with filters, having a maximum horizontal side not exceeding 120cm", + "parent": "8414", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841480", + "text": "841480 - Pumps and compressors; for air, vacuum or gas, n.e.c. in heading no. 8414", + "parent": "8414", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841490", + "text": "841490 - Pumps and compressors; parts, of air or vacuum pumps, air or other gas compressors and fans, ventilating or recycling hoods incorporating a fan", + "parent": "8414", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8415", + "text": "8415 - Air conditioning machines; comprising a motor driven fan and elements for changing the temperature and humidity, including those machines in which the humidity cannot be separately regulated", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "841510", + "text": "841510 - Air conditioning machines; comprising a motor-driven fan and elements for changing the temperature and humidity, of a kind designed to be fixed to a window, wall, ceiling or floor, self-contained or \"split-system\"", + "parent": "8415", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841520", + "text": "841520 - Air conditioning machines; comprising a motor driven fan and elements for changing the temperature and humidity, of a kind used for persons, in motor vehicles", + "parent": "8415", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841581", + "text": "841581 - Air conditioning machines; containing a motor driven fan, other than window or wall types, incorporating a refrigerating unit and a valve for reversal of the cooling/heat cycle (reversible heat pumps)", + "parent": "8415", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841582", + "text": "841582 - Air conditioning machines; containing a motor driven fan, other than window or wall types, incorporating a refrigerating unit", + "parent": "8415", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841583", + "text": "841583 - Air conditioning machines; containing a motor driven fan, other than window or wall types, not incorporating a refrigerating unit", + "parent": "8415", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841590", + "text": "841590 - Air conditioning machines; with motor driven fan and elements for temperature control, parts thereof", + "parent": "8415", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8416", + "text": "8416 - Furnace burners for liquid fuel, for pulverised solid fuel or for gas; mechanical grates, mechanical ash dischargers and similar appliances", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "841610", + "text": "841610 - Furnaces; furnace burners, for liquid fuel", + "parent": "8416", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841620", + "text": "841620 - Furnaces; furnace burners, for pulverized solid fuel or gas, including combination burners", + "parent": "8416", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841630", + "text": "841630 - Furnace accessories; mechanical stokers, mechanical grates, mechanical ash dischargers and similar appliances", + "parent": "8416", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841690", + "text": "841690 - Furnaces; parts of furnace burners, for liquid fuel, pulverized solid fuel or gas, mechanical stokers, grates, ash dischargers and the like", + "parent": "8416", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8417", + "text": "8417 - Furnaces and ovens; industrial or laboratory, including incinerators, non-electric", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "841710", + "text": "841710 - Furnaces and ovens; non-electric, for the roasting, melting or other heat-treatment of ores, pyrites or of metals, for industrial or laboratory use", + "parent": "8417", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841720", + "text": "841720 - Ovens; non-electric, bakery ovens, including biscuit ovens", + "parent": "8417", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841780", + "text": "841780 - Furnaces and ovens; including incinerators, non-electric, for industrial or laboratory use, n.e.c. in heading no. 8417", + "parent": "8417", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841790", + "text": "841790 - Furnaces and ovens; parts of non-electric furnaces and ovens (including incinerators), of industrial or laboratory use", + "parent": "8417", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8418", + "text": "8418 - Refrigerators, freezers and other refrigerating or freezing equipment, electric or other; heat pumps other than air conditioning machines of heading no. 8415", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "841810", + "text": "841810 - Refrigerators and freezers; combined refrigerator-freezers, fitted with separate external doors, electric or other", + "parent": "8418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841821", + "text": "841821 - Refrigerators; for household use, compression-type, electric or other", + "parent": "8418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841822", + "text": "841822 - Refrigerators, household absorption type, electric", + "parent": "8418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841829", + "text": "841829 - Refrigerators; household, electric or not, other than compression-type", + "parent": "8418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841830", + "text": "841830 - Freezers; of the chest type, not exceeding 800l capacity", + "parent": "8418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841840", + "text": "841840 - Freezers; of the upright type, not exceeding 900l capacity", + "parent": "8418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841850", + "text": "841850 - Furniture incorporating refrigerating or freezing equipment; for storage and display, n.e.c. in item no. 8418.1, 8418.2, 8418.3 or 8418.4 (chests, cabinets, display counters, show-cases and the like)", + "parent": "8418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841861", + "text": "841861 - Heat pumps; other than air conditioning machines of heading no. 8415", + "parent": "8418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841869", + "text": "841869 - Refrigerating or freezing equipment; n.e.c. in heading no. 8418", + "parent": "8418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841891", + "text": "841891 - Refrigerating or freezing equipment; parts, furniture designed to receive refrigerating or freezing equipment", + "parent": "8418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841899", + "text": "841899 - Refrigerating or freezing equipment; parts thereof, other than furniture", + "parent": "8418", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8419", + "text": "8419 - Machinery, plant (not domestic), or laboratory equipment; electrically heated or not, (excluding items in 85.14) for the treatment of materials by a process involving change of temperature; including instantaneous or non electric storage water heaters", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "841911", + "text": "841911 - Heaters; instantaneous gas water heaters, for domestic or other purposes", + "parent": "8419", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841912", + "text": "841912 - Heaters; solar water heaters, non-electric", + "parent": "8419", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841919", + "text": "841919 - Heaters; instantaneous or storage water heaters, non-electric, (other than instantaneous gas or solar water heaters)", + "parent": "8419", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841920", + "text": "841920 - Sterilizers; for medical, surgical or laboratory use, not used for domestic purposes", + "parent": "8419", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841931", + "text": "841931 - Dryers; for agricultural products, not used for domestic purposes", + "parent": "8419", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841932", + "text": "841932 - Dryers; for wood, paper pulp, paper or paperboard, not used for domestic purposes", + "parent": "8419", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841933", + "text": "841933 - Dryers; lyophilisation apparatus, freeze drying units and spray dryers, not used for domestic purposes", + "parent": "8419", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841934", + "text": "841934 - Dryers; for agricultural products, not used for domestic purposes", + "parent": "8419", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841935", + "text": "841935 - Dryers; for wood, paper pulp, paper or paperboard, not used for domestic purposes", + "parent": "8419", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841939", + "text": "841939 - Dryers; for products n.e.c. in heading no. 8419, not used for domestic purposes", + "parent": "8419", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841940", + "text": "841940 - Distilling or rectifying plant; not used for domestic purposes", + "parent": "8419", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841950", + "text": "841950 - Heat exchange units; not used for domestic purposes", + "parent": "8419", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841960", + "text": "841960 - Machinery; for liquefying air or gas, not used for domestic purposes", + "parent": "8419", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841981", + "text": "841981 - Machinery, plant and equipment; for making hot drinks, for cooking or heating food", + "parent": "8419", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841989", + "text": "841989 - Machinery, plant and laboratory equipment; for treating materials by change of temperature, other than for making hot drinks or cooking or heating food", + "parent": "8419", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "841990", + "text": "841990 - Machinery, plant and laboratory equipment; parts of equipment for treating materials by a process involving a change of temperature", + "parent": "8419", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8420", + "text": "8420 - Machines; calendering or other rolling machines, for other than metal or glass and cylinders therefor", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "842010", + "text": "842010 - Machines; calendering or other rolling machines, for other than metal or glass", + "parent": "8420", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842091", + "text": "842091 - Machines; parts, cylinders for calendering or other rolling machines, for other than metal or glass", + "parent": "8420", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842099", + "text": "842099 - Machines; parts, (other than cylinders), for calendering or other rolling machines, for other than metal or glass", + "parent": "8420", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8421", + "text": "8421 - Centrifuges, including centrifugal dryers; filtering or purifying machinery and apparatus for liquids or gases", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "842111", + "text": "842111 - Centrifuges; cream separators", + "parent": "8421", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842112", + "text": "842112 - Centrifuges; clothes-dryers", + "parent": "8421", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842119", + "text": "842119 - Centrifuges; n.e.c. in heading no. 8421, including centrifugal dryers (but not clothes-dryers)", + "parent": "8421", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842121", + "text": "842121 - Machinery; for filtering or purifying water", + "parent": "8421", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842122", + "text": "842122 - Machinery; for filtering or purifying beverages other than water", + "parent": "8421", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842123", + "text": "842123 - Machinery; filtering or purifying machinery, oil or petrol filters for internal combustion engines", + "parent": "8421", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842129", + "text": "842129 - Machinery; for filtering or purifying liquids, n.e.c. in item no. 8421.2", + "parent": "8421", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842131", + "text": "842131 - Machinery; intake air filters for internal combustion engines", + "parent": "8421", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842132", + "text": "842132 - Machinery; catalytic converters or particulate filters, whether or not combined, for purifying or filtering exhaust gases from internal combustion engines", + "parent": "8421", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842139", + "text": "842139 - Machinery; for filtering or purifying gases, other than intake air filters, catalytic converters or particulate filters for internal combustion engines", + "parent": "8421", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842191", + "text": "842191 - Centrifuges; parts thereof, including parts for centrifugal dryers", + "parent": "8421", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842199", + "text": "842199 - Machinery; parts for filtering or purifying liquids or gases", + "parent": "8421", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8422", + "text": "8422 - Dish washing machines; machinery for cleaning, drying, filling, closing, sealing, capsuling or labelling bottles, cans, boxes, bags, etc, machinery for aerating beverages", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "842211", + "text": "842211 - Dish washing machines; of the household type", + "parent": "8422", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842219", + "text": "842219 - Dish washing machines; of other than household type", + "parent": "8422", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842220", + "text": "842220 - Machinery; for cleaning or drying bottles or other containers", + "parent": "8422", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842230", + "text": "842230 - Machinery; for filling, closing, sealing, capsuling or labelling bottles, cans, bags or other containers, machinery for aerating beverages", + "parent": "8422", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842240", + "text": "842240 - Machinery; for packing or wrapping", + "parent": "8422", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842290", + "text": "842290 - Machinery; parts of machinery of heading no. 8422", + "parent": "8422", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8423", + "text": "8423 - Weighing machines; excluding balances of a sensitivity of 5cg or better, including weight operated counting or checking machines and weights of all kinds", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "842310", + "text": "842310 - Weighing machines; personal (including baby scales) and household scales", + "parent": "8423", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842320", + "text": "842320 - Weighing machines; scales for continuous weighing of goods on conveyors", + "parent": "8423", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842330", + "text": "842330 - Weighing machines; constant weight scales and scales for discharging a predetermined weight of material into a bag or container, including hopper scales", + "parent": "8423", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842381", + "text": "842381 - Weighing machines; other than personal, conveyor or constant weight scales, having a maximum weighing capacity not exceeding 30kg (excluding balances of a sensitivity of 5cg or better)", + "parent": "8423", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842382", + "text": "842382 - Weighing machines; other than personal, conveyor or constant weight scales, having a maximum weighing capacity exceeding 30kg but not exceeding 5000kg", + "parent": "8423", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842389", + "text": "842389 - Weighing machines; other than personal, conveyor or constant weight scales, having a maximum weighing capacity exceeding 5000kg", + "parent": "8423", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842390", + "text": "842390 - Weighing machines; weights of all kinds, parts of weighing machinery", + "parent": "8423", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8424", + "text": "8424 - Mechanical appliances for projecting, dispersing or spraying liquids or powders; fire extinguishers, spray guns, steam, sand blasting machines", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "842410", + "text": "842410 - Fire extinguishers; whether or not charged", + "parent": "8424", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842420", + "text": "842420 - Spray guns and similar appliances", + "parent": "8424", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842430", + "text": "842430 - Mechanical appliances; steam or sand blasting machines and similar jet projecting machines", + "parent": "8424", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842441", + "text": "842441 - Mechanical appliances; agricultural or horticultural sprayers; portable sprayers", + "parent": "8424", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842449", + "text": "842449 - Mechanical appliances; agricultural or horticultural sprayers; other than portable sprayers", + "parent": "8424", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842481", + "text": "842481 - Mechanical appliances; for projecting, dispersing or spraying liquids or powders, for agricultural or horticultural use, whether or not hand-operated", + "parent": "8424", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842482", + "text": "842482 - Mechanical appliances; agricultural or horticultural, n.e.c. in heading 8424", + "parent": "8424", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842489", + "text": "842489 - Mechanical appliances; for projecting, dispersing or spraying liquids or powders, for other than agricultural or horticultural use, whether or not hand-operated", + "parent": "8424", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842490", + "text": "842490 - Mechanical appliances; parts of machines projecting, dispersing or spraying liquids or powders, whether or not hand-operated", + "parent": "8424", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8425", + "text": "8425 - Pulley tackle and hoists other than skip hoists; winches and capstans; jacks", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "842511", + "text": "842511 - Pulley tackle and hoists; powered by an electric motor (excluding skip hoists or hoists of a kind used for raising vehicles)", + "parent": "8425", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842519", + "text": "842519 - Pulley tackle and hoists; not powered by an electric motor (excluding skip hoists or hoists of a kind used for raising vehicles)", + "parent": "8425", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842520", + "text": "842520 - Pit-head winding gear winches", + "parent": "8425", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842531", + "text": "842531 - Winches; capstans; powered by an electric motor", + "parent": "8425", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842539", + "text": "842539 - Winches; capstans; not powered by an electric motor", + "parent": "8425", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842541", + "text": "842541 - Jacks; built-in jacking systems of a type used in garages, for raising vehicles", + "parent": "8425", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842542", + "text": "842542 - Jacks and hoists; hydraulic, of a kind used for raising vehicles", + "parent": "8425", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842549", + "text": "842549 - Jacks and hoists; (other than hydraulic), of a kind used for raising vehicles", + "parent": "8425", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8426", + "text": "8426 - Derricks, cranes, including cable cranes, mobile lifting frames, straddle carriers and works trucks fitted with a crane", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "842611", + "text": "842611 - Cranes; overhead travelling cranes on fixed support", + "parent": "8426", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842612", + "text": "842612 - Cranes; mobile lifting frames on tyres and straddle carriers", + "parent": "8426", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842619", + "text": "842619 - Cranes; transporter, gantry and bridge cranes", + "parent": "8426", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842620", + "text": "842620 - Cranes; tower cranes", + "parent": "8426", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842630", + "text": "842630 - Cranes; portal or pedestal jib cranes", + "parent": "8426", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842641", + "text": "842641 - Cranes; self-propelled derricks and cranes, on tyres, n.e.c. in heading no. 8426", + "parent": "8426", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842649", + "text": "842649 - Cranes; self-propelled derricks and cranes, not on tyres, n.e.c. in heading no. 8426", + "parent": "8426", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842691", + "text": "842691 - Cranes and derricks; designed for mounting on road vehicles", + "parent": "8426", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842699", + "text": "842699 - Cranes and derricks; for other than mounting on road vehicles, n.e.c. in heading no. 8426", + "parent": "8426", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8427", + "text": "8427 - Fork-lift and other works trucks; fitted with lifting or handling equipment", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "842710", + "text": "842710 - Fork-lift and other works trucks; fitted with lifting or handling equipment, self-propelled by electric motor", + "parent": "8427", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842720", + "text": "842720 - Fork-lift and other works trucks; fitted with lifting or handling equipment, self-propelled by other than electric motor", + "parent": "8427", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842790", + "text": "842790 - Fork-lift and other works trucks; fitted with lifting or handling equipment, not self-propelled", + "parent": "8427", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8428", + "text": "8428 - Lifting, handling, loading or unloading machinery; n.e.c. in heading no. 8425, 8426 or 8427 (e.g. lifts, escalators, conveyors, teleferics)", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "842810", + "text": "842810 - Lifts and skip hoists", + "parent": "8428", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842820", + "text": "842820 - Elevators and conveyors; pneumatic", + "parent": "8428", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842831", + "text": "842831 - Elevators and conveyors; continuous-action, for goods and materials, specially designed for underground use, n.e.c. in item no. 8428.20", + "parent": "8428", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842832", + "text": "842832 - Elevators and conveyors; continuous-action, for goods or materials, bucket type, n.e.c. in item no. 8428.20 or 8428.31", + "parent": "8428", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842833", + "text": "842833 - Elevators and conveyors; continuous-action, for goods or materials, belt type, n.e.c. in item no. 8428.20 or 8428.31", + "parent": "8428", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842839", + "text": "842839 - Elevators and conveyors; continuous-action, for goods or materials, n.e.c. in item no. 8428.20, 8428.31, 8428.32 or 8428.33", + "parent": "8428", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842840", + "text": "842840 - Escalators and moving walkways", + "parent": "8428", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842850", + "text": "842850 - Wagon handling equipment", + "parent": "8428", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842860", + "text": "842860 - Teleferics, chair-lifts, ski-draglines, traction mechanisms for funiculars", + "parent": "8428", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842870", + "text": "842870 - Industrial robots", + "parent": "8428", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842890", + "text": "842890 - Lifting, handling, loading or unloading machinery; n.e.c. in heading no. 8425, 8426, 8427 or 8428", + "parent": "8428", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8429", + "text": "8429 - Bulldozers, graders, levellers, scrapers, angledozers, mechanical shovels, excavators, shovel loaders, tamping machines and road rollers, self-propelled", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "842911", + "text": "842911 - Bulldozers and angledozers; self-propelled, track laying", + "parent": "8429", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842919", + "text": "842919 - Bulldozers and angledozers; self-propelled, other than track laying", + "parent": "8429", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842920", + "text": "842920 - Graders and levellers", + "parent": "8429", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842930", + "text": "842930 - Scrapers; self-propelled", + "parent": "8429", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842940", + "text": "842940 - Tamping machines and road rollers; self-propelled", + "parent": "8429", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842951", + "text": "842951 - Front-end shovel loaders", + "parent": "8429", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842952", + "text": "842952 - Mechanical shovels, excavators and shovel loaders; with a 360 degree revolving super structure", + "parent": "8429", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "842959", + "text": "842959 - Mechanical shovels, excavators and shovel loaders; n.e.c. in item no. 8429.50", + "parent": "8429", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8430", + "text": "8430 - Moving, grading, levelling, scraping, excavating, tamping, compacting, extracting or boring machinery, for earth, minerals, or ores; pile drivers and extractors; snow ploughs and snow blowers", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "843010", + "text": "843010 - Pile-drivers and pile-extractors", + "parent": "8430", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843020", + "text": "843020 - Snow-ploughs and snow-blowers", + "parent": "8430", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843031", + "text": "843031 - Coal or rock cutters and tunnelling machinery; self-propelled", + "parent": "8430", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843039", + "text": "843039 - Coal or rock cutters and tunnelling machinery; not self-propelled", + "parent": "8430", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843041", + "text": "843041 - Boring or sinking machinery; self-propelled, n.e.c. in heading no. 8430", + "parent": "8430", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843049", + "text": "843049 - Boring and sinking machinery; not self-propelled", + "parent": "8430", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843050", + "text": "843050 - Machinery; for handling earth, minerals or ores, self-propelled, n.e.c. in heading no. 8430", + "parent": "8430", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843061", + "text": "843061 - Machinery; for tamping or compacting, not self-propelled", + "parent": "8430", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843062", + "text": "843062 - Scrapers, not self-propelled", + "parent": "8430", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843069", + "text": "843069 - Machinery; for moving, levelling, scraping, grading, excavating earth minerals or ores; not self propelled n.e.c in 84.30", + "parent": "8430", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8431", + "text": "8431 - Machinery parts; used solely or principally with the machinery of heading no. 8425 to 8430", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "843110", + "text": "843110 - Machinery; parts of the machinery of heading no. 8425", + "parent": "8431", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843120", + "text": "843120 - Machinery; parts of the machinery of heading no. 8427", + "parent": "8431", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843131", + "text": "843131 - Lifts, skip hoists or escalators; parts thereof", + "parent": "8431", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843139", + "text": "843139 - Machinery; parts of the machinery of heading no. 8428, (other than lifts, skip hoists or escalators)", + "parent": "8431", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843141", + "text": "843141 - Machinery parts; buckets, shovels, grabs and grips, for the machinery of heading no. 8426 and 8430", + "parent": "8431", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843142", + "text": "843142 - Machinery parts; bulldozer or angledozer blades", + "parent": "8431", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843143", + "text": "843143 - Boring or sinking machinery; parts for boring or sinking machinery of subheading 8430.41 or 8430.49", + "parent": "8431", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843149", + "text": "843149 - Machinery; parts of machines handling earth, minerals or ores and n.e.c. in heading no. 8431", + "parent": "8431", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8432", + "text": "8432 - Agricultural, horticultural or forestry machinery for soil preparation or cultivation; lawn or sports-ground rollers", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "843210", + "text": "843210 - Ploughs; for soil preparation", + "parent": "8432", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843221", + "text": "843221 - Harrows; disc harrows", + "parent": "8432", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843229", + "text": "843229 - Harrows; (excluding disc), scarifiers, cultivators, weeders and hoes", + "parent": "8432", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843230", + "text": "843230 - Seeders, planters and transplanters", + "parent": "8432", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843231", + "text": "843231 - Seeders, planters and transplanters; no-till direct seeders, planters and transplanters", + "parent": "8432", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843239", + "text": "843239 - Seeders, planters and transplanters; other than no-till direct seeders, planters and transplanters", + "parent": "8432", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843240", + "text": "843240 - Spreaders and distributors; for manure and fertilizers, for agricultural, horticultural or forestry use", + "parent": "8432", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843241", + "text": "843241 - Spreaders and distributors; for manure and fertilizers, for agricultural, horticultural or forestry use; manure spreaders", + "parent": "8432", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843242", + "text": "843242 - Spreaders and distributors; for manure and fertilizers, for agricultural, horticultural or forestry use; fertiliser distributors", + "parent": "8432", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843280", + "text": "843280 - Rollers; for lawns or sports-grounds", + "parent": "8432", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843290", + "text": "843290 - Machinery; parts of machinery for soil preparation or cultivation or for rollers for lawns or sports-grounds", + "parent": "8432", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8433", + "text": "8433 - Harvesting and threshing machinery, straw and fodder balers, grass or hay mowers; machines for cleaning, sorting or grading eggs, fruit or other agricultural produce, other than machinery of heading no 8437", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "843311", + "text": "843311 - Mowers; lawn, parks or sports-grounds, powered, with the cutting device rotating in a horizontal plane", + "parent": "8433", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843319", + "text": "843319 - Mowers; for lawns, parks or sports-grounds, other than with the cutting device rotating in a horizontal plane", + "parent": "8433", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843320", + "text": "843320 - Mowers; n.e.c. in item no. 8433.1 (including cutter bars for tractor mounting)", + "parent": "8433", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843330", + "text": "843330 - Haymaking machinery", + "parent": "8433", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843340", + "text": "843340 - Balers; straw or fodder balers, including pick-up balers", + "parent": "8433", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843351", + "text": "843351 - Combine harvester-threshers", + "parent": "8433", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843352", + "text": "843352 - Threshing machinery; other than combine harvester-threshers", + "parent": "8433", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843353", + "text": "843353 - Harvesting machinery; for roots or tubers", + "parent": "8433", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843359", + "text": "843359 - Harvesting machinery; n.e.c. in heading no. 8433", + "parent": "8433", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843360", + "text": "843360 - Machines; for cleaning, sorting or grading eggs, fruit or other agricultural produce", + "parent": "8433", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843390", + "text": "843390 - Harvesting machinery; parts, including parts of threshing machinery, straw or fodder balers and grass or hay mowers", + "parent": "8433", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8434", + "text": "8434 - Milking machines and dairy machinery", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "843410", + "text": "843410 - Milking machines", + "parent": "8434", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843420", + "text": "843420 - Dairy machinery", + "parent": "8434", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843490", + "text": "843490 - Milking machines and dairy machinery; parts thereof", + "parent": "8434", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8435", + "text": "8435 - Presses, crushers and similar machinery; used in the manufacture of wine, cider, fruit juices or similar beverages", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "843510", + "text": "843510 - Presses, crushers and similar machinery; used in the manufacture of wine, cider, fruit juices or similar beverages", + "parent": "8435", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843590", + "text": "843590 - Presses, crushers and similar machinery; parts, used in the manufacture of wine, cider, fruit juices or similar beverages", + "parent": "8435", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8436", + "text": "8436 - Agricultural, horticultural, forestry, poultry-keeping, bee-keeping machinery; including germination plant fitted with mechanical or thermal equipment; poultry incubators and brooders", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "843610", + "text": "843610 - Machinery; for preparing animal feeding stuffs", + "parent": "8436", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843621", + "text": "843621 - Poultry incubators and brooders", + "parent": "8436", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843629", + "text": "843629 - Poultry-keeping machinery; other than incubators and brooders", + "parent": "8436", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843680", + "text": "843680 - Machinery; for agricultural, horticultural or forestry use and n.e.c. in heading no. 8436", + "parent": "8436", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843691", + "text": "843691 - Machinery; parts of poultry-keeping machinery or poultry incubators and brooders", + "parent": "8436", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843699", + "text": "843699 - Machinery; parts of that machinery for agricultural, horticultural or forestry use n.e.c. in heading no. 8436", + "parent": "8436", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8437", + "text": "8437 - Machines for cleaning, sorting, grading seed, grain, dried leguminous vegetables; machinery used in the milling industry for the working of cereals or dried leguminous vegetables, not farm type machinery", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "843710", + "text": "843710 - Machines; for cleaning, sorting or grading seed, grain or dried leguminous vegetables", + "parent": "8437", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843780", + "text": "843780 - Machinery; for use in the milling industry or for the working of cereals or dried leguminous vegetables, other than farm-type machinery", + "parent": "8437", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843790", + "text": "843790 - Machines; parts of those for cleaning, sorting or grading seed, grain or dried leguminous vegetables or for milling or working cereals or dried leguminous vegetables (not farm-type machinery)", + "parent": "8437", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8438", + "text": "8438 - Machinery n.e.c. in this chapter, for the industrial preparation or manufacture of food or drink; other than machinery for extraction or preparation of animal or fixed vegetable or microbial fats or oils", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "843810", + "text": "843810 - Machinery; industrial, for bakery and for the manufacture of macaroni, spaghetti or similar products", + "parent": "8438", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843820", + "text": "843820 - Machinery; industrial, for the manufacture of confectionery, cocoa or chocolate", + "parent": "8438", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843830", + "text": "843830 - Machinery; industrial, for sugar manufacture", + "parent": "8438", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843840", + "text": "843840 - Machinery; industrial, brewery machinery", + "parent": "8438", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843850", + "text": "843850 - Machinery; industrial, for the preparation of meat or poultry", + "parent": "8438", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843860", + "text": "843860 - Machinery; industrial, for the preparation of fruits, nuts or vegetables", + "parent": "8438", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843880", + "text": "843880 - Machinery; used in the industrial preparation or manufacture of food or drink, n.e.c. in heading no. 8438", + "parent": "8438", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843890", + "text": "843890 - Machinery; parts of those machines used in the industrial preparation or manufacture of food or drink", + "parent": "8438", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8439", + "text": "8439 - Machinery; for making pulp of fibrous cellulosic material, or for making or finishing paper or paperboard", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "843910", + "text": "843910 - Machinery; for making pulp of fibrous cellulosic material", + "parent": "8439", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843920", + "text": "843920 - Machinery; for making paper or paperboard", + "parent": "8439", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843930", + "text": "843930 - Machinery; for finishing paper or paperboard", + "parent": "8439", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843991", + "text": "843991 - Machinery; parts of machinery for making pulp of fibrous cellulosic material", + "parent": "8439", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "843999", + "text": "843999 - Machinery; parts of machinery for making or finishing paper or paperboard", + "parent": "8439", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8440", + "text": "8440 - Book-binding machinery; including book-sewing machines", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "844010", + "text": "844010 - Book-binding machinery; including book-sewing machines", + "parent": "8440", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844090", + "text": "844090 - Book-binding machinery; including book-sewing machines, parts thereof", + "parent": "8440", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8441", + "text": "8441 - Machines; for making up paper pulp, paper or paperboard, including cutting machines of all kinds", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "844110", + "text": "844110 - Machines; cutting, of all kinds, for making up paper pulp, paper or paperboard", + "parent": "8441", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844120", + "text": "844120 - Machines; for making bags, sacks or envelopes of paper pulp, paper or paperboard", + "parent": "8441", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844130", + "text": "844130 - Machines; for making cartons, boxes, cases, tubes, drums or similar containers (other than by moulding), of paper pulp, paper or paperboard", + "parent": "8441", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844140", + "text": "844140 - Machines; for moulding articles, in paper pulp, paper or paperboard", + "parent": "8441", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844180", + "text": "844180 - Machinery; n.e.c. in heading no. 8441, for making up paper pulp, paper or paperboard", + "parent": "8441", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844190", + "text": "844190 - Machinery; parts of machinery for making up paper pulp, paper or paperboard, including cutting machines of all kinds", + "parent": "8441", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8442", + "text": "8442 - Machinery, apparatus and equipment (excluding machines of headings 8456 to 8465) for preparing or making printing components; plates, cylinders and other printing components; lithographic stones prepared for printing purposes", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "844210", + "text": "844210 - Photo-typesetting and composing machines", + "parent": "8442", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844220", + "text": "844220 - Typesetting equipment other than photo", + "parent": "8442", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844230", + "text": "844230 - Machinery, apparatus and equipment (excluding machines of heading no. 8456 to 8465) for preparing or making printing components", + "parent": "8442", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844240", + "text": "844240 - Machinery, apparatus and equipment (excluding machines of heading no. 8456 to 8465) for preparing or making printing components; parts thereof", + "parent": "8442", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844250", + "text": "844250 - Plates, cylinders and other printing components; lithographic stones prepared for printing purposes (for example, planed, grained or polished)", + "parent": "8442", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8443", + "text": "8443 - Printing machinery; used for printing by means of plates, cylinders and other printing components of heading 84.42; other printers, copying machines and facsimile machines, whether or not combined; parts and accessories thereof", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "844311", + "text": "844311 - Printing machinery; offset, reel-fed", + "parent": "8443", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844312", + "text": "844312 - Printing machinery; offset, sheet-fed, office type (sheet size not exceeding 22 x 36cm in the unfolded state)", + "parent": "8443", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844313", + "text": "844313 - Printing machinery; offset, n.e.c. in item no. 8443.1", + "parent": "8443", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844314", + "text": "844314 - Printing machinery; letterpress, reel-fed, excluding flexographic printing", + "parent": "8443", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844315", + "text": "844315 - Printing machinery; letterpress, other than reel-fed, excluding flexographic printing", + "parent": "8443", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844316", + "text": "844316 - Printing machinery; flexographic", + "parent": "8443", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844317", + "text": "844317 - Printing machinery; gravure", + "parent": "8443", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844319", + "text": "844319 - Printing machinery; used for printing by means of plates, cylinders and other printing components of heading 84.42, n.e.c. in item no. 8443.1", + "parent": "8443", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844321", + "text": "844321 - Reel fed letterpress printers except flexographic", + "parent": "8443", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844329", + "text": "844329 - Letterpress printing machinery nes except flexographi", + "parent": "8443", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844330", + "text": "844330 - Flexographic printing machinery", + "parent": "8443", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844331", + "text": "844331 - Printing, copying, and facsimile machines; machines which perform two or more of the functions of printing, copying or facsimile transmission, capable of connecting to an automatic data processing machine or to a network", + "parent": "8443", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844332", + "text": "844332 - Printing, copying, and facsimile machines; single-function printing, copying or facsimile machines, capable of connecting to an automatic data processing machine or to a network", + "parent": "8443", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844339", + "text": "844339 - Printing, copying, and facsimile machines; single-function printing, copying or facsimile machines, not capable of connecting to an automatic data processing machine or to a network", + "parent": "8443", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844340", + "text": "844340 - Gravure printing machinery", + "parent": "8443", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844350", + "text": "844350 - Printing machinery nes", + "parent": "8443", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844351", + "text": "844351 - Ink-jet printing machine", + "parent": "8443", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844359", + "text": "844359 - Printing machinery nes", + "parent": "8443", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844360", + "text": "844360 - Machines for uses ancillary to printing", + "parent": "8443", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844390", + "text": "844390 - Parts of printing machinery and ancillary equipment", + "parent": "8443", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844391", + "text": "844391 - Printing machinery used for printing by means of plates, cylinders and other printing components of heading 8442; parts and accessories", + "parent": "8443", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844399", + "text": "844399 - Printing machinery; parts and accessories, n.e.c. in item no. 8443.91", + "parent": "8443", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8444", + "text": "8444 - Textile machinery; for extruding, drawing, texturing or cutting man-made textile materials", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "844400", + "text": "844400 - Textile machinery; for extruding, drawing, texturing or cutting man-made textile materials", + "parent": "8444", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8445", + "text": "8445 - Textile machinery; spinning, doubling, twisting machines, textile reeling or winding machines and machines for preparing textile yarns for use on machines of heading no. 8446 and 8447", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "844511", + "text": "844511 - Textile machinery; carding machines for preparing textile fibres", + "parent": "8445", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844512", + "text": "844512 - Textile machinery; combing machines for preparing textile fibres", + "parent": "8445", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844513", + "text": "844513 - Textile machinery; drawing or roving machines for preparing textile fibres", + "parent": "8445", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844519", + "text": "844519 - Textile machinery; n.e.c. in heading no. 8445, for preparing textile fibres", + "parent": "8445", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844520", + "text": "844520 - Textile machinery; spinning machines", + "parent": "8445", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844530", + "text": "844530 - Textile machinery; doubling or twisting machines", + "parent": "8445", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844540", + "text": "844540 - Textile machinery; winding (including weft-winding) or reeling machines", + "parent": "8445", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844590", + "text": "844590 - Textile machinery; involved in textile fibre or textile yarn preparation and n.e.c. in heading no. 8445", + "parent": "8445", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8446", + "text": "8446 - Weaving machines (looms)", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "844610", + "text": "844610 - Weaving machines (looms); for weaving fabrics of a width 30cm or less", + "parent": "8446", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844621", + "text": "844621 - Weaving machines (looms); for weaving fabrics of a width exceeding 30cm, shuttle type, power looms", + "parent": "8446", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844629", + "text": "844629 - Weaving machines (looms); for weaving fabrics of a width exceeding 30cm, shuttle type, other than power looms", + "parent": "8446", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844630", + "text": "844630 - Weaving machines (looms); for weaving fabrics of a width exceeding 30cm, shuttleless type", + "parent": "8446", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8447", + "text": "8447 - Knitting machines, stitch-bonding machines and machines for making gimped yarn, tulle, lace, embroidery, trimmings, braid or net and machines for tufting", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "844711", + "text": "844711 - Knitting machines; circular, with cylinder diameter not exceeding 165mm", + "parent": "8447", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844712", + "text": "844712 - Knitting machines; circular, with cylinder diameter exceeding 165mm", + "parent": "8447", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844720", + "text": "844720 - Knitting machines; flat, stitch-bonding machines", + "parent": "8447", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844790", + "text": "844790 - Machines; for making gimped yarn, tulle, lace, embroidery, trimmings, braid or net and machines for tufting", + "parent": "8447", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8448", + "text": "8448 - Machinery, auxiliary; for use with machines of heading no. 8444 to 8447 (e.g. dobbies, jacquards, automatic stop motions, shuttle changing mechanisms) parts, accessories for machines of heading no. 8444, 8447", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "844811", + "text": "844811 - Machinery, auxiliary; dobbies and jacquards, card reducing, copying, punching or assembling machines for use therewith", + "parent": "8448", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844819", + "text": "844819 - Machinery, auxiliary; for machines of heading no. 8444, 8445, 8446 or 8447, n.e.c. in item no. 8448.11", + "parent": "8448", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844820", + "text": "844820 - Machines; parts and accessories of machines or auxiliary machinery of heading no. 8444", + "parent": "8448", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844831", + "text": "844831 - Machines, card clothing; parts and accessories", + "parent": "8448", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844832", + "text": "844832 - Machines; parts and accessories of machines or auxiliary machinery for preparing textile fibres, other than card clothing", + "parent": "8448", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844833", + "text": "844833 - Machines; parts and accessories of machines or auxiliary machinery, spindles, spindle flyers, spinning rings and ring travellers", + "parent": "8448", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844839", + "text": "844839 - Machines; parts and accessories of machines or auxiliary machinery of heading no. 8445, n.e.c. in item no. 8448.3", + "parent": "8448", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844841", + "text": "844841 - Shuttles for weaving machines (looms)", + "parent": "8448", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844842", + "text": "844842 - Weaving machines (looms); parts including their auxiliary machinery, and accessories thereof, reeds for looms, healds and heald-frames", + "parent": "8448", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844849", + "text": "844849 - Weaving machines (looms); parts including their auxiliary machinery, and accessories thereof n.e.c. in item no. 8448.4", + "parent": "8448", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844851", + "text": "844851 - Machines; parts and accessories of machines of heading no. 8447 or auxiliary machinery, sinkers, needles and other articles used in forming stitches", + "parent": "8448", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "844859", + "text": "844859 - Machines; parts and accessories of machines or auxiliary machinery of heading no. 8447, other than sinkers, needles and other articles used in forming stitches", + "parent": "8448", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8449", + "text": "8449 - Machinery; for manufacture or finishing felt or non-wovens in the piece or in shapes, including machinery for making felt hats, blocks for making hats", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "844900", + "text": "844900 - Machinery; for manufacture or finishing felt or non-wovens in the piece or in shapes, including machinery for making felt hats, blocks for making hats", + "parent": "8449", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8450", + "text": "8450 - Household or laundry-type washing machines; including machines which both wash and dry", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "845011", + "text": "845011 - Washing machines; household or laundry-type, fully-automatic, (of a dry linen capacity not exceeding 10kg)", + "parent": "8450", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845012", + "text": "845012 - Washing machines; household or laundry-type, with built-in centrifugal drier, (not fully-automatic), of a dry linen capacity not exceeding 10kg", + "parent": "8450", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845019", + "text": "845019 - Washing machines; household or laundry-type, not fully-automatic, without built-in centrifugal drier, of a dry linen capacity not exceeding 10kg", + "parent": "8450", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845020", + "text": "845020 - Washing machines; household or laundry-type, of a dry linen capacity exceeding 10kg", + "parent": "8450", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845090", + "text": "845090 - Washing machines; parts for household or laundry-type", + "parent": "8450", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8451", + "text": "8451 - Machinery (not of heading no. 8450) for washing, cleaning, wringing, drying, ironing, pressing, bleaching, dyeing, dressing, finishing, coating or impregnating textile yarn, fabrics or made up articles", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "845110", + "text": "845110 - Dry-cleaning machines", + "parent": "8451", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845121", + "text": "845121 - Drying machines; of a dry linen capacity not exceeding 10kg", + "parent": "8451", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845129", + "text": "845129 - Drying machines; of a dry linen capacity exceeding 10kg", + "parent": "8451", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845130", + "text": "845130 - Ironing machines and presses (including fusing presses)", + "parent": "8451", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845140", + "text": "845140 - Machines; for washing, bleaching or dyeing", + "parent": "8451", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845150", + "text": "845150 - Machines; for reeling, unreeling, folding, cutting or pinking textile fabrics", + "parent": "8451", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845180", + "text": "845180 - Machinery; for wringing, dressing, finishing, coating or impregnating textile yarns, fabrics or made up textile articles; for applying paste to base fabric used in manufacture of floor coverings", + "parent": "8451", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845190", + "text": "845190 - Machinery; parts, of the machinery of heading no. 8451", + "parent": "8451", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8452", + "text": "8452 - Sewing machines; other than book-sewing machines of heading no. 8440; furniture, bases and covers specially designed for sewing machines; sewing machine needles", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "845210", + "text": "845210 - Sewing machines; of the household type", + "parent": "8452", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845221", + "text": "845221 - Sewing machines; (not household type), automatic units", + "parent": "8452", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845229", + "text": "845229 - Sewing machines; not household or automatic unit type", + "parent": "8452", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845230", + "text": "845230 - Sewing machine needles", + "parent": "8452", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845240", + "text": "845240 - Furniture, bases & covers for sewing machines & parts thereof", + "parent": "8452", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845290", + "text": "845290 - Sewing machines; furniture, bases and covers for sewing machines and parts thereof, and other parts of sewing machines", + "parent": "8452", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8453", + "text": "8453 - Machinery for preparing, tanning or working hides, skins or leather or for making or repairing footwear or other articles of hides, skins or leather, other than sewing machines", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "845310", + "text": "845310 - Machinery; for preparing, tanning or working hides, skins or leather, other than sewing machines", + "parent": "8453", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845320", + "text": "845320 - Machinery; for making or repairing footwear, other than sewing machines", + "parent": "8453", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845380", + "text": "845380 - Machinery; for making or repairing articles of hides, skins or leather, other than sewing machines", + "parent": "8453", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845390", + "text": "845390 - Machinery; parts of those for preparing, tanning or working hides, skins or leather, for making or repairing footwear or other articles of hides, skin or leather, other than sewing machines", + "parent": "8453", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8454", + "text": "8454 - Converters, ladles, ingot moulds and casting machines; of a kind used metallurgy or in metal foundries", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "845410", + "text": "845410 - Converters; of a type used in metallurgy or in metal foundries", + "parent": "8454", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845420", + "text": "845420 - Ingot moulds and ladles; of a kind used in metallurgy or in metal foundries", + "parent": "8454", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845430", + "text": "845430 - Casting machines; of a kind used in metallurgy or in metal foundries", + "parent": "8454", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845490", + "text": "845490 - Machines; parts of converters, ladles, ingot moulds and casting machines, of a kind used in metallurgy or in metal foundries", + "parent": "8454", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8455", + "text": "8455 - Metal-rolling mills and rolls therefor", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "845510", + "text": "845510 - Metal-rolling mills; tube mills", + "parent": "8455", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845521", + "text": "845521 - Metal-rolling mills; hot or combination hot and cold rolling mills", + "parent": "8455", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845522", + "text": "845522 - Metal-rolling mills; cold", + "parent": "8455", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845530", + "text": "845530 - Metal-rolling mills; rolls thereof", + "parent": "8455", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845590", + "text": "845590 - Metal-rolling mills; parts thereof", + "parent": "8455", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8456", + "text": "8456 - Machine-tools; for working any material by removal of material, by laser or other light or photon beam, ultrasonic, electro-discharge, electro-chemical, electron beam, ionic-beam, or plasma arc processes; water-jet cutting machines", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "845610", + "text": "845610 - Machine-tools; for working any material by removal of material, operated by laser or other light or photon beam processes", + "parent": "8456", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845611", + "text": "845611 - Machine-tools; for working any material by removal of material; operated by laser", + "parent": "8456", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845612", + "text": "845612 - Machine-tools; for working any material by removal of material; operated by other light or photon beam processes (not laser)", + "parent": "8456", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845620", + "text": "845620 - Machine-tools; for working any material by removal of material, operated by ultrasonic processes", + "parent": "8456", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845630", + "text": "845630 - Machine-tools; for working any material by removal of material, operated by electro-discharge processes", + "parent": "8456", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845640", + "text": "845640 - Machine tools; for working any material by removal of material; operated by plasma arc processes;", + "parent": "8456", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845650", + "text": "845650 - Machine tools; for working any material by removal of material; operated by water-jet cutting machines", + "parent": "8456", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845690", + "text": "845690 - Machine tools; for working any material by removal of material; operated by other processes n.e.c. in heading 8456", + "parent": "8456", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845691", + "text": "845691 - Mach-tls f dry-etching p", + "parent": "8456", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845699", + "text": "845699 - Mach-tls f work mat by r", + "parent": "8456", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8457", + "text": "8457 - Machining centres, unit construction machines (single station) and multi-station transfer machines for working metal", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "845710", + "text": "845710 - Machining centres; for working metal", + "parent": "8457", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845720", + "text": "845720 - Machines; unit construction machines (single station), for working metal", + "parent": "8457", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845730", + "text": "845730 - Metal machines; multi-station transfer machines, for working metal", + "parent": "8457", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8458", + "text": "8458 - Lathes for removing metal", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "845811", + "text": "845811 - Lathes; for removing metal, horizontal, numerically controlled", + "parent": "8458", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845819", + "text": "845819 - Lathes; for removing metal, horizontal, other than numerically controlled", + "parent": "8458", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845891", + "text": "845891 - Lathes; for removing metal, numerically controlled, other than horizontal lathes", + "parent": "8458", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845899", + "text": "845899 - Lathes; for removing metal, other than horizontal or numerically controlled lathes", + "parent": "8458", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8459", + "text": "8459 - Machine-tools; (including way-type unit head machines) for drilling, boring, milling, threading or tapping by removing metal, other than lathes of heading no. 8458", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "845910", + "text": "845910 - Machine-tools; way-type unit head machines, for drilling, boring, milling, threading or tapping by removing metal, other than lathes of heading no. 8458", + "parent": "8459", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845921", + "text": "845921 - Machine-tools; for drilling by removing metal, numerically controlled", + "parent": "8459", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845929", + "text": "845929 - Machine-tools; for drilling by removing metal, other than numerically controlled", + "parent": "8459", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845931", + "text": "845931 - Machine-tools; for boring-milling by removing metal, numerically controlled", + "parent": "8459", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845939", + "text": "845939 - Machine-tools; for boring-milling by removing metal, other than numerically controlled", + "parent": "8459", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845940", + "text": "845940 - Machine-tools; for boring by removing metal, n.e.c. in item no. 8459.31 and 8459.39", + "parent": "8459", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845941", + "text": "845941 - Machine-tools; for boring by removing metal, numerically controlled boring machines, n.e.c. in heading 8459", + "parent": "8459", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845949", + "text": "845949 - Machine-tools; for boring by removing metal, not numerically controlled boring machines, n.e.c. in heading 8459", + "parent": "8459", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845951", + "text": "845951 - Machine-tools; for milling by removing metal, knee-type, numerically controlled", + "parent": "8459", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845959", + "text": "845959 - Machine-tools; for milling by removing metal, knee-type, other than numerically controlled", + "parent": "8459", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845961", + "text": "845961 - Machine-tools; for milling by removing metal, (not knee-type), numerically controlled", + "parent": "8459", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845969", + "text": "845969 - Machine-tools; for milling by removing metal, not knee-type, other than numerically controlled", + "parent": "8459", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "845970", + "text": "845970 - Machine-tools; for threading or tapping by removing metal", + "parent": "8459", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8460", + "text": "8460 - Machine-tools; for deburring, sharpening, grinding, honing, lapping, polishing or otherwise finishing metal, sintered metal carbides or cermets by means of grinding stones, abrasives or polishing products", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "846011", + "text": "846011 - Machine-tools; flat-surface grinding machines, in which positioning in any one axis can be set up to an accuracy of 0.01mm or better, numerically controlled", + "parent": "8460", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846012", + "text": "846012 - Machine-tools; flat-surface grinding machines, numerically controlled", + "parent": "8460", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846019", + "text": "846019 - Machine-tools; flat-surface grinding machines, other than numerically controlled", + "parent": "8460", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846021", + "text": "846021 - Machine-tools; grinding machines (other than flat-surface), in which positioning in any one axis can be set up to at least an accuracy of 0.01mm, numerically controlled", + "parent": "8460", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846022", + "text": "846022 - Machine-tools; grinding machines (excluding flat-surface), centreless, numerically controlled", + "parent": "8460", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846023", + "text": "846023 - Machine-tools; cylindrical grinding machines (excluding flat-surface and centreless), numerically controlled", + "parent": "8460", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846024", + "text": "846024 - Machine-tools; grinding machines (excluding flat-surface, cylindrical and centreless), numerically controlled", + "parent": "8460", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846029", + "text": "846029 - Machine-tools; grinding machines (excluding flat-surface), other than numerically controlled", + "parent": "8460", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846031", + "text": "846031 - Machine-tools; sharpening (tool or cutter grinding) machines, numerically controlled", + "parent": "8460", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846039", + "text": "846039 - Machine-tools; sharpening (tool or cutter grinding) machines, other than numerically controlled", + "parent": "8460", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846040", + "text": "846040 - Machine-tools; for honing or lapping", + "parent": "8460", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846090", + "text": "846090 - Machine-tools; for deburring, grinding, polishing or otherwise finishing metal, sintered metal carbides or cermets by means of grinding stones, abrasives or polishing products, n.e.c. in heading no. 8460", + "parent": "8460", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8461", + "text": "8461 - Machine-tools; for planing, shaping, slotting, broaching, gear cutting and grinding, finishing, sawing, cutting off and other tools working by removing metal, sintered metal carbides or cermets n.e.c.", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "846110", + "text": "846110 - Metal planing machines", + "parent": "8461", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846120", + "text": "846120 - Machine-tools; shaping or slotting machines, working by removing metal, sintered metal carbides or cermets", + "parent": "8461", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846130", + "text": "846130 - Machine-tools; broaching machines, working by removing metal, sintered metal carbides or cermets", + "parent": "8461", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846140", + "text": "846140 - Machine-tools; gear cutting, gear grinding or gear finishing machines, working by removing metal, sintered metal carbides or cermets", + "parent": "8461", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846150", + "text": "846150 - Machine-tools; sawing or cutting-off machines, working by removing metal, sintered metal carbides or cermets", + "parent": "8461", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846190", + "text": "846190 - Machine-tools; planing machines, and other machine-tools n.e.c. in heading no. 8461; working by removing metal, sinistered metal carbides or cerments.", + "parent": "8461", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8462", + "text": "8462 - Machine-tools (including presses) for working metal by forging, hammering or die forging (excluding rolling mills); machine-tools (including presses, slitting lines and cut-to-length lines) for working metal by bending, folding, straightening, flattening,", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "846210", + "text": "846210 - Machine-tools; forging or die-stamping machines (including presses) and hammers, for working metal", + "parent": "8462", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846211", + "text": "846211 - Machine-tools; forging and die-forging machines (including presses), closed die forging machines, for working metal", + "parent": "8462", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846219", + "text": "846219 - Machine-tools; hot forming machines, hot hammers, for working metal", + "parent": "8462", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846221", + "text": "846221 - Machine-tools; bending, folding, straightening or flattening machines (including presses), numerically controlled, for working metal", + "parent": "8462", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846222", + "text": "846222 - Machine-tools; bending, folding, straightening or flattening machines (including press brakes) for flat products, for working metal, numerically controlled", + "parent": "8462", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846223", + "text": "846223 - Machine-tools; bending, folding, straightening or flattening machines (including presses), for working metal, numerically controlled press brakes", + "parent": "8462", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846224", + "text": "846224 - Machine-tools; bending, folding, straightening or flattening machines (including presses), for working metal, numerically controlled panel benders", + "parent": "8462", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846225", + "text": "846225 - Machine-tools; bending, folding, straightening or flattening machines (including presses), for working metal, numerically controlled roll forming machines", + "parent": "8462", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846226", + "text": "846226 - Machine-tools; bending, folding, straightening or flattening machines (including presses), for working metal, numerically controlled bending, folding, straightening or fattening machines (not press brakes, panel benders or roll forming machines)", + "parent": "8462", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846229", + "text": "846229 - Machine-tools; bending, folding, straightening or flattening machines (including press brakes), for working metal, numerically controlled n.e.c. in item 84.62.2", + "parent": "8462", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846231", + "text": "846231 - Machine-tools; shearing machines (including presses), (other than combined punching and shearing machines), numerically controlled, for working metal", + "parent": "8462", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846232", + "text": "846232 - Machine-tools; slitting lines and cut-to-length lines, for working metal", + "parent": "8462", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846233", + "text": "846233 - Machine-tools; shearing machines (excluding presses) for flat products, numerically controlled, other than combined punching and shearing machines, for working metal", + "parent": "8462", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846239", + "text": "846239 - Machine-tools; shearing machines (excluding presses) for flat products, other than numerically controlled, other than combined punching and shearing machines, for working metal", + "parent": "8462", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846241", + "text": "846241 - Machine-tools; punching or notching machines (including presses), including combined punching and shearing machines, numerically controlled, for working metal", + "parent": "8462", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846242", + "text": "846242 - Machine-tools; punching, notching or nibbling machines (excluding presses) for flat products including combined punching and shearing machines, numerically controlled, for working metal", + "parent": "8462", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846249", + "text": "846249 - Machine-tools; punching, notching or nibbling machines (excluding presses) for flat products including combined punching and shearing machines, other than numerically controlled, for working metal", + "parent": "8462", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846251", + "text": "846251 - Machine-tools; for working tube, pipe, hollow section and bar (excluding presses), for working metal, numerically controlled", + "parent": "8462", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846259", + "text": "846259 - Machine-tools; for working tube, pipe, hollow section and bar (excluding presses), for working metal, not numerically controlled", + "parent": "8462", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846261", + "text": "846261 - Machine-tools; cold metal working presses, hydraulic presses", + "parent": "8462", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846262", + "text": "846262 - Machine-tools; cold metal working presses, mechanical presses", + "parent": "8462", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846263", + "text": "846263 - Machine-tools; cold metal working presses, servo-presses", + "parent": "8462", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846269", + "text": "846269 - Machine-tools; cold metal working presses, other than hydraulic, mechanical or servo-presses", + "parent": "8462", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846290", + "text": "846290 - Machine-tools; (including presses) for working metal by forging, hammering or die-forging, for bending, folding, straightening, flattening, shearing, punching, notching or nibbling metal, n.e.c. in heading 8462", + "parent": "8462", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846291", + "text": "846291 - Machine-tools; presses for working metal or metal carbides, n.e.c. in heading no. 8462, hydraulic presses", + "parent": "8462", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846299", + "text": "846299 - Machine-tools; presses for working metal or metal carbides, n.e.c. in heading no. 8462, other than hydraulic presses", + "parent": "8462", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8463", + "text": "8463 - Machine-tools; n.e.c. for working metal, sintered metal carbides or cermets without removing material", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "846310", + "text": "846310 - Machine-tools; for working metal, sintered metal carbides or cermets, without removing material, draw-benches for bars, tubes, profiles, wire or the like", + "parent": "8463", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846320", + "text": "846320 - Machine-tools; for working metal, sintered metal carbides or cermets, without removing material, thread rolling machines", + "parent": "8463", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846330", + "text": "846330 - Machine-tools; machines for working wire, without removing material", + "parent": "8463", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846390", + "text": "846390 - Machine-tools; for working metal, sintered metal carbides or cermets, without removing material, n.e.c. in heading no. 8463", + "parent": "8463", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8464", + "text": "8464 - Machine-tools; for working stone, ceramics, concrete, asbestos-cement or like mineral materials or for cold working glass", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "846410", + "text": "846410 - Machine-tools; sawing machines, for working stone, ceramics, concrete, asbestos-cement or like mineral materials or for cold working glass", + "parent": "8464", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846420", + "text": "846420 - Machine-tools; grinding or polishing machines, for working stone, ceramics, concrete, asbestos-cement or like mineral materials or for cold working glass", + "parent": "8464", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846490", + "text": "846490 - Machine-tools; for working stone, ceramics, concrete, asbestos-cement or like mineral materials or for cold working glass, (other than sawing, grinding or polishing machines)", + "parent": "8464", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8465", + "text": "8465 - Machine-tools; (including machines for nailing, stapling, glueing or otherwise assembling) for working wood, cork, bone, hard plastics or rubber or similar hard materials", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "846510", + "text": "846510 - Machine-tools; which can carry out different types of machining operations without tool change between such operations, for working wood, cork, bone, hard rubber, hard plastics or similar", + "parent": "8465", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846520", + "text": "846520 - Machine-tools; for working wood, cork, bone, hard rubber, hard plastics or similar hard materials; machining centres", + "parent": "8465", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846591", + "text": "846591 - Machine-tools; for working wood, cork, bone, hard rubber, hard plastics or similar hard materials; sawing machines", + "parent": "8465", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846592", + "text": "846592 - Machine-tools; for working wood, cork, bone, hard rubber, hard plastics or similar hard materials; planing, milling or moulding (by cutting) machines", + "parent": "8465", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846593", + "text": "846593 - Machine-tools; for working wood, cork, bone, hard rubber, hard plastics or similar hard materials; grinding, sanding or polishing machines", + "parent": "8465", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846594", + "text": "846594 - Machine-tools; for working wood, cork, bone, hard rubber, hard plastics or similar hard materials; bending or assembling machines", + "parent": "8465", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846595", + "text": "846595 - Machine-tools; for working wood, cork, bone, hard rubber, hard plastics or similar hard materials; drilling or morticing machines", + "parent": "8465", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846596", + "text": "846596 - Machine-tools; for working wood, cork, bone, hard rubber, hard plastics or similar hard materials; splitting, slicing or paring machines", + "parent": "8465", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846599", + "text": "846599 - Machine-tools; for working wood, cork, bone, hard rubber, hard plastics or similar hard materials; n.e.c. in heading no. 8465", + "parent": "8465", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8466", + "text": "8466 - Parts & accessories suited for use only/mainly with machines of headings 8456-8465, including work/tool holders, self-opening dieheads, dividing heads & other special attachments for the machines; tool holders for any type of tool for working in the hand", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "846610", + "text": "846610 - Parts & accessories suited for use solely/principally with machines of headings 8456-8465; tool holders and self-opening dieheads", + "parent": "8466", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846620", + "text": "846620 - Parts & accessories suited for use solely/principally with machines of headings 8456-8465; work holders", + "parent": "8466", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846630", + "text": "846630 - Parts & accessories suited for use solely/principally with machines of headings 8456-8465; dividing heads and other special attachments for machines", + "parent": "8466", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846691", + "text": "846691 - Parts & accessories suited for use solely/principally; for the machines of heading no. 8464, n.e.c. in heading no. 8466", + "parent": "8466", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846692", + "text": "846692 - Parts & accessories suited for use solely/principally for the machines of heading no. 8465, n.e.c. in heading no. 8466", + "parent": "8466", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846693", + "text": "846693 - Parts & accessories suited for use solely/principally with machines of headings 8456-8465; n.e.c. in heading no. 8466", + "parent": "8466", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846694", + "text": "846694 - Machine-tools; parts and accessories, for the machines of heading no. 8462 or 8463, n.e.c. in heading no. 8466", + "parent": "8466", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8467", + "text": "8467 - Tools; for working in the hand, pneumatic, hydraulic or with self-contained electric or non-electric motor", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "846711", + "text": "846711 - Tools; for working in the hand, pneumatic, rotary type (including combined rotary-percussion)", + "parent": "8467", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846719", + "text": "846719 - Tools; for working in the hand, pneumatic, other than rotary type", + "parent": "8467", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846721", + "text": "846721 - Tools; for working in the hand, with self-contained electric motor; drills of all kinds", + "parent": "8467", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846722", + "text": "846722 - Tools; for working in the hand, with self-contained electric motor; saws", + "parent": "8467", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846729", + "text": "846729 - Tools; for working in the hand, with self-contained electric motor; other than saws and drills", + "parent": "8467", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846781", + "text": "846781 - Tools; for working in the hand, chain saws with self-contained non-electric motor", + "parent": "8467", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846789", + "text": "846789 - Tools; for working in the hand, (other than chain saws), hydraulic or with self-contained non-electric motor, (not pneumatic)", + "parent": "8467", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846791", + "text": "846791 - Tools; for working in the hand, parts of chain saws, with self-contained non-electric motor", + "parent": "8467", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846792", + "text": "846792 - Tools; for working in the hand, parts of pneumatic tools", + "parent": "8467", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846799", + "text": "846799 - Tools; for working in the hand, parts thereof for other than chain saws and pneumatic tools", + "parent": "8467", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8468", + "text": "8468 - Machinery and apparatus for soldering, brazing, welding, whether or not capable of cutting, other than those of heading no. 8515; gas-operated surface tempering machines and appliances", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "846810", + "text": "846810 - Machinery and apparatus; hand-held blow pipes for soldering, brazing or welding, whether or not capable of cutting", + "parent": "8468", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846820", + "text": "846820 - Machinery and apparatus; gas operated machinery and apparatus n.e.c. in item no. 8468.10, for soldering, brazing or welding, whether or not capable of cutting", + "parent": "8468", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846880", + "text": "846880 - Machinery and apparatus; for soldering, brazing or welding, whether or not capable of cutting, n.e.c. in heading no. 8468", + "parent": "8468", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846890", + "text": "846890 - Machinery and apparatus; parts, soldering, brazing or welding, whether or not capable of cutting, parts thereof", + "parent": "8468", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8469", + "text": "8469 - Typewriters (other than printers of heading no. 8443) and word-processing machines", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "846900", + "text": "846900 - Typewriters (other than printers of heading no. 8443) and word-processing machines", + "parent": "8469", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846910", + "text": "846910 - Automatic typewriters and word-processing machines", + "parent": "8469", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846911", + "text": "846911 - Word-processing machines", + "parent": "8469", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846912", + "text": "846912 - Automatic typewriters", + "parent": "8469", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846920", + "text": "846920 - Typewriters,electric,nes", + "parent": "8469", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846921", + "text": "846921 - Typewriters, electric, > 12 kg, non-automatic", + "parent": "8469", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846929", + "text": "846929 - Typewriters, electric, < 12 kg, non-automatic", + "parent": "8469", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846930", + "text": "846930 - Typewriters,non-electric", + "parent": "8469", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846931", + "text": "846931 - Typewriters, non-electric, > 12 kg", + "parent": "8469", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "846939", + "text": "846939 - Typewriters, non-electric < 12 kg", + "parent": "8469", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8470", + "text": "8470 - Calculating machines and pocket-size data recording, reproducing and displaying machines with calculating functions; accounting machines, postage-franking machines, ticket-issuing machines and similar, incorporating a calculating device; cash registers", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "847010", + "text": "847010 - Calculating machines; electronic calculators capable of operation without an external source of electric power and pocket-size data recording, reproducing and displaying machines with calculating functions", + "parent": "8470", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847021", + "text": "847021 - Calculating machines; electronic, incorporating a printing device, needing an external source of power", + "parent": "8470", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847029", + "text": "847029 - Calculating machines; electronic, (not incorporating a printing device), needing an external power source", + "parent": "8470", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847030", + "text": "847030 - Calculating machines; non-electronic", + "parent": "8470", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847040", + "text": "847040 - Accounting machines", + "parent": "8470", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847050", + "text": "847050 - Cash registers", + "parent": "8470", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847090", + "text": "847090 - Machines incorporating a calculating device; n.e.c. in heading no. 8470", + "parent": "8470", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8471", + "text": "8471 - Automatic data processing machines and units thereof, magnetic or optical readers, machines for transcribing data onto data media in coded form and machines for processing such data, not elsewhere specified or included", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "847110", + "text": "847110 - Analogue or hybrid computers", + "parent": "8471", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847120", + "text": "847120 - Digital computers with cpu and input-output units", + "parent": "8471", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847130", + "text": "847130 - Automatic data processing machines; portable, weighing not more than 10kg, consisting of at least a central processing unit, a keyboard and a display", + "parent": "8471", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847141", + "text": "847141 - Automatic data processing machines; comprising in the same housing at least a central processing unit and an input and output unit, whether or not combined, n.e.c. in item no. 8471.30", + "parent": "8471", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847149", + "text": "847149 - Automatic data processing machines; presented in the form of systems, n.e.c. in item no. 8471.30 or 8471.41", + "parent": "8471", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847150", + "text": "847150 - Units of automatic data processing machines; processing units other than those of item no. 8471.41 or 8471.49, whether or not containing in the same housing one or two of the following types of unit: storage units, input units or output units", + "parent": "8471", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847160", + "text": "847160 - Units of automatic data processing machines; input or output units, whether or not containing storage units in the same housing", + "parent": "8471", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847170", + "text": "847170 - Units of automatic data processing machines; storage units", + "parent": "8471", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847180", + "text": "847180 - Units of automatic data processing machines; n.e.c. in item no. 8471.50, 8471.60 or 8471.70", + "parent": "8471", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847190", + "text": "847190 - Magnetic or optical readers, machines for transcribing data onto data media in coded form and machines for processing such data, not elsewhere specified or included", + "parent": "8471", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847191", + "text": "847191 - Digital computer cpu with some of storage/input/outpu", + "parent": "8471", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847192", + "text": "847192 - Computer input or output units", + "parent": "8471", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847193", + "text": "847193 - Computer data storage units", + "parent": "8471", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847199", + "text": "847199 - Automatic data processing machines and units, nes", + "parent": "8471", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8472", + "text": "8472 - Office machines; not elsewhere classified", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "847210", + "text": "847210 - Office machines; duplicating machines", + "parent": "8472", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847220", + "text": "847220 - Addressing machines, address plate embossing machines", + "parent": "8472", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847230", + "text": "847230 - Office machines; for sorting or folding mail or for inserting mail in envelopes or bands, machines for opening, closing or sealing mail and machines for affixing or cancelling postage stamps", + "parent": "8472", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847290", + "text": "847290 - Office machines; not elsewhere classified", + "parent": "8472", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8473", + "text": "8473 - Machinery; parts and accessories (other than covers, carrying cases and the like) suitable for use solely or principally with machines of headings 84.70 to 84.72", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "847310", + "text": "847310 - Typewriters and word-processing machines; parts and accessories of the machines of heading 84.69 (other than covers, carrying cases and the like)", + "parent": "8473", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847321", + "text": "847321 - Calculating machines; parts and accessories of the electronic calculating machines of item no. 8470.10, 8470.21 or 8470.29 (other than covers, carrying cases and the like)", + "parent": "8473", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847329", + "text": "847329 - Machinery; parts and accessories of the machines of item no. 8470.30. 8470.50 or 8470.90 (other than covers, carrying cases and the like)", + "parent": "8473", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847330", + "text": "847330 - Machinery; parts and accessories (other than covers, carrying cases and the like) of the machines of heading no. 8471", + "parent": "8473", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847340", + "text": "847340 - Machinery; parts and accessories (other than covers, carrying cases and the like) of the machines of heading no. 8472", + "parent": "8473", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847350", + "text": "847350 - Machines; parts and accessories (other than covers, carrying cases and the like) equally suitable for use with machines of two or more of the headings 8470 to 8472", + "parent": "8473", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8474", + "text": "8474 - Machinery for sorting, screening, separating, washing, crushing, grinding, mixing or kneading earth, stone, ores in solid form, shaping, moulding machinery for solid mineral fuels", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "847410", + "text": "847410 - Machines; for sorting, screening, separating or washing earth, stone, ores or other mineral substances", + "parent": "8474", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847420", + "text": "847420 - Machines; for crushing or grinding earth, stone, ores or other mineral substances", + "parent": "8474", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847431", + "text": "847431 - Machines; concrete or mortar mixers", + "parent": "8474", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847432", + "text": "847432 - Machines; for mixing mineral substances with bitumen", + "parent": "8474", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847439", + "text": "847439 - Machines; for mixing or kneading mineral substances, excluding concrete mixers and machines for mixing mineral substances with bitumen", + "parent": "8474", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847480", + "text": "847480 - Machines; for agglomerating, shaping or moulding solid mineral fuels, ceramic paste, unhardened cements, plastering materials in powder or paste form, machines for forming foundry moulds of sand", + "parent": "8474", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847490", + "text": "847490 - Machines, for sorting, screening, separating, washing, crushing etc mineral substances, for agglomerating, shaping or moulding solid fuels, ceramic pastes etc, for forming foundry moulds of sand; parts", + "parent": "8474", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8475", + "text": "8475 - Machines; for assembling electric or electronic lamps, tubes, valves, flashbulbs, in glass envelopes, machines for manufacturing or hot working glass or glassware", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "847510", + "text": "847510 - Machines; for assembling electric or electronic lamps, tubes, valves or flashbulbs, in glass envelopes", + "parent": "8475", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847520", + "text": "847520 - Machines for manufacturing or hot working glass nes", + "parent": "8475", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847521", + "text": "847521 - Machines; for manufacturing or hot working glass or glassware, for making optical fibres and preforms thereof", + "parent": "8475", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847529", + "text": "847529 - Machines; for manufacturing or hot working glass or glassware, not for making optical fibres and preforms thereof", + "parent": "8475", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847590", + "text": "847590 - Machines; parts, of those for assembling electric or electronic lamps, tubes, valves or flash-bulbs, in glass envelopes and manufacturing or hot working glass or glassware", + "parent": "8475", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8476", + "text": "8476 - Automatic goods-vending machines (e.g. postage stamp, cigarette, food or beverage machines), including money-changing machines", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "847611", + "text": "847611 - Automatic food-vendors with heating or refrigeration", + "parent": "8476", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847619", + "text": "847619 - Automatic goods-vending machines, non-food", + "parent": "8476", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847621", + "text": "847621 - Machines; automatic beverage-vending machines, incorporating heating or refrigerating devices", + "parent": "8476", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847629", + "text": "847629 - Machines; automatic beverage-vending machines, not incorporating heating or refrigerating devices", + "parent": "8476", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847681", + "text": "847681 - Machines; automatic goods-vending machines, (e.g. postage stamp, cigarette, food or money-changing machines, excluding beverage-vending machines), incorporating heating or refrigerating devices", + "parent": "8476", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847689", + "text": "847689 - Machines; automatic goods-vending machines, (e.g. postage stamp, cigarette, food or money-changing machines, excluding beverage-vending machines), not incorporating heating or refrigerating devices", + "parent": "8476", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847690", + "text": "847690 - Machines; parts of automatic goods-vending machines", + "parent": "8476", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8477", + "text": "8477 - Machinery; for working rubber or plastics or for the manufacture of products from these materials, n.e.c. in this chapter", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "847710", + "text": "847710 - Machinery; injection-moulding machines, for working rubber or plastics or for the manufacture of products from these materials", + "parent": "8477", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847720", + "text": "847720 - Machinery; extruders, for working rubber or plastics or for the manufacture of products from these materials", + "parent": "8477", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847730", + "text": "847730 - Machinery; blow moulding machines, for working rubber or plastics or for the manufacture of products from these materials", + "parent": "8477", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847740", + "text": "847740 - Machinery; vacuum moulding machines and other thermoforming machines, for working rubber or plastics or for the manufacture of products from these materials", + "parent": "8477", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847751", + "text": "847751 - Machinery; for moulding or retreading pneumatic tyres or for moulding or otherwise forming inner tubes", + "parent": "8477", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847759", + "text": "847759 - Machinery; for moulding or forming, for working rubber or plastics or for the manufacture of products from these materials, n.e.c. in this chapter", + "parent": "8477", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847780", + "text": "847780 - Machinery; for working rubber or plastics or for the manufacture of products from these materials, n.e.c. in this chapter", + "parent": "8477", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847790", + "text": "847790 - Machinery; parts of the machines of heading no. 8477, n.e.c. in item no. 8477.90", + "parent": "8477", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8478", + "text": "8478 - Machinery; for preparing or making up tobacco, n.e.c. in this chapter", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "847810", + "text": "847810 - Machinery; for preparing or making up tobacco, n.e.c. in this chapter", + "parent": "8478", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847890", + "text": "847890 - Machinery; parts of those for preparing or making up tobacco, n.e.c. in this chapter", + "parent": "8478", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8479", + "text": "8479 - Machinery and mechanical appliances; having individual functions, n.e.c. in this chapter", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "847910", + "text": "847910 - Machinery and mechanical appliances; for public works, building or the like", + "parent": "8479", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847920", + "text": "847920 - Machinery; for the extraction or preparation of animal or fixed vegetable or microbial fats or oils", + "parent": "8479", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847930", + "text": "847930 - Machinery and mechanical appliances; presses for the manufacture of particle or fibre building board of wood or other ligneous materials and other machinery for treating wood or cork", + "parent": "8479", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847940", + "text": "847940 - Machines; for making rope or cable", + "parent": "8479", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847950", + "text": "847950 - Machinery and mechanical appliances; industrial robots, n.e.c. or included", + "parent": "8479", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847960", + "text": "847960 - Machinery and mechanical appliances; evaporative air coolers", + "parent": "8479", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847971", + "text": "847971 - Machinery and mechanical appliances; passenger boarding bridges, of a kind used in airports", + "parent": "8479", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847979", + "text": "847979 - Machinery and mechanical appliances; passenger boarding bridges, other than of a kind used in airports", + "parent": "8479", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847981", + "text": "847981 - Machines and mechanical appliances; for treating metal, including electric wire coil-winders", + "parent": "8479", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847982", + "text": "847982 - Machines; for mixing, kneading, crushing, grinding, screening, sifting, homogenising, emulsifying or stirring", + "parent": "8479", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847983", + "text": "847983 - Machines and mechanical appliances; cold isostatic presses", + "parent": "8479", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847989", + "text": "847989 - Machines and mechanical appliances; having individual functions, n.e.c. or included in this chapter", + "parent": "8479", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "847990", + "text": "847990 - Machines and mechanical appliances; parts, of those having individual functions", + "parent": "8479", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8480", + "text": "8480 - Moulding boxes for metal foundry, moulding patterns, moulds for metals (excluding ingot moulds), metal carbides, glass, mineral materials, rubber or plastics", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "848010", + "text": "848010 - Moulding boxes; for metal foundry", + "parent": "8480", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848020", + "text": "848020 - Mould bases; for metal, metal carbides, glass, mineral materials, rubber or plastics", + "parent": "8480", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848030", + "text": "848030 - Moulding patterns; of metal, metal carbides, glass, mineral materials, rubber or plastics", + "parent": "8480", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848041", + "text": "848041 - Moulds; for metal or metal carbides, injection or compression types", + "parent": "8480", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848049", + "text": "848049 - Moulds; for metal or metal carbides, other than injection or compression types", + "parent": "8480", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848050", + "text": "848050 - Moulds; for glass", + "parent": "8480", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848060", + "text": "848060 - Moulds; for mineral materials", + "parent": "8480", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848071", + "text": "848071 - Moulds; for rubber or plastics, injection or compression types", + "parent": "8480", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848079", + "text": "848079 - Moulds; for rubber or plastics, other than injection or compression types", + "parent": "8480", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8481", + "text": "8481 - Taps, cocks, valves and similar appliances for pipes, boiler shells, tanks, vats or the like, including pressure-reducing valves and thermostatically controlled valves", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "848110", + "text": "848110 - Valves; pressure reducing, for pipes, boiler shells, tanks, vats or the like", + "parent": "8481", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848120", + "text": "848120 - Valves; for oleohydraulic or pneumatic transmissions", + "parent": "8481", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848130", + "text": "848130 - Valves; check (nonreturn) valves, for pipes, boiler shells, tanks, vats or the like", + "parent": "8481", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848140", + "text": "848140 - Valves; safety or relief valves, for pipes, boiler shells, tanks, vats or the like", + "parent": "8481", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848180", + "text": "848180 - Taps, cocks, valves and similar appliances; for pipes, boiler shells, tanks, vats or the like, including thermostatically controlled valves", + "parent": "8481", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848190", + "text": "848190 - Taps, cocks, valves and similar appliances; parts thereof", + "parent": "8481", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8482", + "text": "8482 - Ball or roller bearings", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "848210", + "text": "848210 - Ball bearings", + "parent": "8482", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848220", + "text": "848220 - Bearings; tapered roller bearings, including cone and tapered roller assemblies", + "parent": "8482", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848230", + "text": "848230 - Bearings; spherical roller bearings", + "parent": "8482", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848240", + "text": "848240 - Bearings; needle roller bearings, including cage and needle roller assemblies", + "parent": "8482", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848250", + "text": "848250 - Bearings; cylindrical roller bearings, including cage and roller assemblies n.e.c. in heading no. 8482", + "parent": "8482", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848280", + "text": "848280 - Bearings; n.e.c. in heading no. 8482, including combined ball/roller", + "parent": "8482", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848291", + "text": "848291 - Bearings; parts, balls, needles and rollers", + "parent": "8482", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848299", + "text": "848299 - Bearings; parts, (other than balls, needles and rollers)", + "parent": "8482", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8483", + "text": "8483 - Transmission shafts (including cam and crank) and cranks; bearing housings and plain shaft bearings; gears and gearing; ball or roller screws; gear boxes and other speed changers; flywheels and pulleys; clutches and shaft couplings", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "848310", + "text": "848310 - Transmission shafts (including cam shafts and crank shafts) and cranks", + "parent": "8483", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848320", + "text": "848320 - Bearing housings, incorporating ball or roller bearings", + "parent": "8483", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848330", + "text": "848330 - Bearing housings, not incorporating ball or roller bearings and plain shaft bearings", + "parent": "8483", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848340", + "text": "848340 - Gears and gearing; (not toothed wheels, chain sprockets and other transmission elements presented separately); ball or roller screws; gear boxes and other speed changers, including torque converters", + "parent": "8483", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848350", + "text": "848350 - Pulleys and flywheels, including pulley blocks", + "parent": "8483", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848360", + "text": "848360 - Clutches and shaft couplings (including universal joints)", + "parent": "8483", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848390", + "text": "848390 - Transmission components; toothed wheels, chain sprockets and other transmission elements presented separately; parts", + "parent": "8483", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8484", + "text": "8484 - Gaskets and similar joints of metal sheeting combined with other material or of two or more layers of metal; sets or assortments of gaskets and similar joints, dissimilar in composition, put up in pouches, envelopes or similar packings; mechanical seals", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "848410", + "text": "848410 - Gaskets and similar joints; of metal sheeting combined with other material or two or more layers of metal", + "parent": "8484", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848420", + "text": "848420 - Seals; mechanical", + "parent": "8484", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848490", + "text": "848490 - Gasket sets or assortments of gaskets and similar joints; dissimilar in composition, put up in pouches, envelopes or similar packings", + "parent": "8484", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8485", + "text": "8485 - Machines for additive manufacturing", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "848510", + "text": "848510 - Machines for additive manufacturing; by metal deposit", + "parent": "8485", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848520", + "text": "848520 - Machines for additive manufacturing; by plastic or rubber deposit", + "parent": "8485", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848530", + "text": "848530 - Machines for additive manufacturing; by plaster, cement, ceramics or glass deposit", + "parent": "8485", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848580", + "text": "848580 - Machines for additive manufacturing; by other than metal, plastic, rubber, plaster, cement, ceramics or glass deposits", + "parent": "8485", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848590", + "text": "848590 - Machines for additive manufacturing; parts", + "parent": "8485", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8486", + "text": "8486 - Machines and apparatus of a kind used solely or principally for the manufacture of semiconductor boules or wafers, semiconductor devices, electronic integrated circuits or flat panel displays; machines & apparatus specified in note 11 (C) to this Chapter", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "848610", + "text": "848610 - Machines and apparatus of a kind used solely or principally for the manufacture of semiconductor boules or wafers", + "parent": "8486", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848620", + "text": "848620 - Machines and apparatus of a kind used solely or principally for the manufacture of semiconductor devices or of electronic integrated circuits", + "parent": "8486", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848630", + "text": "848630 - Machines and apparatus of a kind used solely or principally for the manufacture of flat panel displays", + "parent": "8486", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848640", + "text": "848640 - Machines and apparatus of a kind used solely or principally for the manufacture or repair of masks and reticles, assembling semiconductor devices or electronic integrated circuits, or for lifting, handling, loading or unloading items of heading 8486", + "parent": "8486", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848690", + "text": "848690 - Machines and apparatus of heading 8486; parts and accessories", + "parent": "8486", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8487", + "text": "8487 - Machinery parts; not containing electrical connectors, insulators, coils, contacts or other electrical features, n.e.c. in this chapter", + "parent": "84", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "848710", + "text": "848710 - Ships' or boats' propellers and blades therefor", + "parent": "8487", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "848790", + "text": "848790 - Machinery parts; not containing electrical connectors, insulators, coils, contacts or other electrical features, n.e.c. in chapter 84, other than ships' or boats' propellers and blades therefor", + "parent": "8487", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "85", + "text": "85 - Electrical machinery and equipment and parts thereof; sound recorders and reproducers; television image and sound recorders and reproducers, parts and accessories of such articles", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "8501", + "text": "8501 - Electric motors and generators (excluding generating sets)", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "850110", + "text": "850110 - Electric motors; of an output not exceeding 37.5W", + "parent": "8501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850120", + "text": "850120 - Electric motors; universal AC/DC of an output exceeding 37.5W", + "parent": "8501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850131", + "text": "850131 - Electric motors and generators; DC, of an output not exceeding 750W", + "parent": "8501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850132", + "text": "850132 - Electric motors and generators; DC, of an output exceeding 750W but not exceeding 75kW", + "parent": "8501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850133", + "text": "850133 - Electric motors and generators; DC, of an output exceeding 75kW but not exceeding 375kW", + "parent": "8501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850134", + "text": "850134 - Electric motors and generators; DC, of an output exceeding 375kW", + "parent": "8501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850140", + "text": "850140 - Electric motors; AC motors, single-phase", + "parent": "8501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850151", + "text": "850151 - Electric motors; AC motors, multi-phase, of an output not exceeding 750W", + "parent": "8501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850152", + "text": "850152 - Electric motors; AC motors, multi-phase, of an output exceeding 750W but not exceeding 75kW", + "parent": "8501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850153", + "text": "850153 - Electric motors; AC motors, multi-phase, of an output exceeding 75kW", + "parent": "8501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850161", + "text": "850161 - Generators; AC generators, (alternators), other than photovoltaic generators, of an output not exceeding 75kVA", + "parent": "8501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850162", + "text": "850162 - Electric generators; AC generators, (alternators), other than photovoltaic generators, of an output exceeding 75kVA but not exceeding 375kVA", + "parent": "8501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850163", + "text": "850163 - Electric generators; AC generators, (alternators), other than photovoltaic generators, of an output exceeding 375kVA but not exceeding 750kVA", + "parent": "8501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850164", + "text": "850164 - Electric generators; AC generators, (alternators), other than photovoltaic generators, of an output exceeding 750kVA", + "parent": "8501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850171", + "text": "850171 - Electric generators; photovoltaic DC generators, of an output not exceeding 50W", + "parent": "8501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850172", + "text": "850172 - Electric generators; photovoltaic DC generators, of an output exceeding 50W", + "parent": "8501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850180", + "text": "850180 - Electric generators; (excluding generating sets), photovoltaic AC generators (alternators)", + "parent": "8501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8502", + "text": "8502 - Electric generating sets and rotary converters", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "850211", + "text": "850211 - Electric generating sets; with compression-ignition internal combustion piston engines (diesel or semi-diesel engines), of an output not exceeding 75kVA", + "parent": "8502", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850212", + "text": "850212 - Electric generating sets; with compression-ignition internal combustion piston engines (diesel or semi-diesel engines), of an output exceeding 75kVA but not exceeding 375kVA", + "parent": "8502", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850213", + "text": "850213 - Electric generating sets; with compression-ignition internal combustion piston engines (diesel or semi-diesel engines), of an output exceeding 375kVA", + "parent": "8502", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850220", + "text": "850220 - Electric generating sets; with spark-ignition internal combustion piston engines", + "parent": "8502", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850230", + "text": "850230 - Electric generating sets, nes", + "parent": "8502", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850231", + "text": "850231 - Electric generating sets; wind-powered, (excluding those with spark-ignition or compression-ignition internal combustion piston engines)", + "parent": "8502", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850239", + "text": "850239 - Electric generating sets; (excluding those with spark-ignition or compression-ignition internal combustion piston engines), other than wind powered", + "parent": "8502", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850240", + "text": "850240 - Electric rotary converters", + "parent": "8502", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8503", + "text": "8503 - Electric motors and generators; parts suitable for use solely or principally with the machines of heading no. 8501 or 8502", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "850300", + "text": "850300 - Electric motors and generators; parts suitable for use solely or principally with the machines of heading no. 8501 or 8502", + "parent": "8503", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8504", + "text": "8504 - Electric transformers, static converters (e.g. rectifiers) and inductors", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "850410", + "text": "850410 - Discharge lamps or tubes; ballasts therefor", + "parent": "8504", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850421", + "text": "850421 - Electrical transformers; liquid dielectric, having a power handling capacity not exceeding 650kVA", + "parent": "8504", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850422", + "text": "850422 - Electrical transformers; liquid dielectric, having a power handling capacity exceeding 650kVA but not exceeding 10,000kVA", + "parent": "8504", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850423", + "text": "850423 - Electrical transformers; liquid dielectric, having a power handling capacity exceeding 10,000kVA", + "parent": "8504", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850431", + "text": "850431 - Electrical transformers; n.e.c. in item no. 8504.2, having a power handling capacity not exceeding 1kVA", + "parent": "8504", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850432", + "text": "850432 - Transformers; n.e.c. in item no. 8504.2, having a power handling capacity exceeding 1kVA but not exceeding 16kVA", + "parent": "8504", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850433", + "text": "850433 - Transformers; n.e.c. in item no. 8504.2, having a power handling capacity exceeding 16kVA but not exceeding 500kVA", + "parent": "8504", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850434", + "text": "850434 - Transformers; n.e.c. in item no. 8504.2, having a power handling capacity exceeding 500kVA", + "parent": "8504", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850440", + "text": "850440 - Electrical static converters", + "parent": "8504", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850450", + "text": "850450 - Electrical inductors; n.e.c. in heading no. 8504", + "parent": "8504", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850490", + "text": "850490 - Electrical transformers, static converters and inductors; parts thereof", + "parent": "8504", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8505", + "text": "8505 - Electro-magnets; permanent magnets, intended permanent magnets; electro-magnetic, permanent magnet chucks, clamps, similar; electromagnetic couplings, clutches, brakes; electro-magnetic lifting heads", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "850511", + "text": "850511 - Magnets; permanent magnets and articles intended to become permanent magnets after magnetisation, of metal", + "parent": "8505", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850519", + "text": "850519 - Magnets; permanent magnets and articles intended to become permanent magnets after magnetisation, other than of metal", + "parent": "8505", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850520", + "text": "850520 - Magnets; electro-magnetic couplings, clutches and brakes", + "parent": "8505", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850530", + "text": "850530 - Electro-magnetic lifting heads", + "parent": "8505", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850590", + "text": "850590 - Magnets; electro-magnets, holding devices and parts n.e.c. in heading no. 8505", + "parent": "8505", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8506", + "text": "8506 - Cells and batteries; primary", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "850610", + "text": "850610 - Cells and batteries; primary, manganese dioxide", + "parent": "8506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850611", + "text": "850611 - Manganese dioxide primary cell/battery volume < 300 c", + "parent": "8506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850612", + "text": "850612 - Mercuric oxide primary cell, battery, volume < 300 cc", + "parent": "8506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850613", + "text": "850613 - Silver oxide primary cells, batteries volume < 300 cc", + "parent": "8506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850619", + "text": "850619 - Primary cells, primary batteries nes, volume < 300 cc", + "parent": "8506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850620", + "text": "850620 - Primary cells, primary batteries nes, volume > 300 cc", + "parent": "8506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850630", + "text": "850630 - Cells and batteries; primary, mercuric oxide", + "parent": "8506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850640", + "text": "850640 - Cells and batteries; primary, silver oxide", + "parent": "8506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850650", + "text": "850650 - Cells and batteries; primary, lithium", + "parent": "8506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850660", + "text": "850660 - Cells and batteries; primary, air-zinc", + "parent": "8506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850680", + "text": "850680 - Cells and batteries; primary, (other than manganese dioxide, mercuric oxide, silver oxide, lithium or air-zinc)", + "parent": "8506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850690", + "text": "850690 - Cells and batteries; primary, parts thereof", + "parent": "8506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8507", + "text": "8507 - Electric accumulators, including separators therefor; whether or not rectangular (including square)", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "850710", + "text": "850710 - Electric accumulators; lead-acid, of a kind used for starting piston engines, including separators, whether or not rectangular (including square)", + "parent": "8507", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850720", + "text": "850720 - Electric accumulators; lead-acid, (other than for starting piston engines), including separators, whether or not rectangular (including square)", + "parent": "8507", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850730", + "text": "850730 - Electric accumulators; nickel-cadmium, including separators, whether or not rectangular (including square)", + "parent": "8507", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850740", + "text": "850740 - Electric accumulators; nickel-iron, including separators, whether or not rectangular (including square)", + "parent": "8507", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850750", + "text": "850750 - Electric accumulators; nickel-metal hydride, including separators, whether or not rectangular (including square)", + "parent": "8507", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850760", + "text": "850760 - Electric accumulators; lithium-ion, including separators, whether or not rectangular (including square)", + "parent": "8507", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850780", + "text": "850780 - Electric accumulators; other than lead-acid, nickel-cadmium, nickel-metal hydride and lithium-ion, including separators, whether or not rectangular (including square)", + "parent": "8507", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850790", + "text": "850790 - Electric accumulators; parts n.e.c. in heading no. 8507", + "parent": "8507", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8508", + "text": "8508 - Vacuum cleaners", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "850810", + "text": "850810 - Drills, hand-held, with self-contained electric motor", + "parent": "8508", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850811", + "text": "850811 - Vacuum cleaners, with self-contained electric motor, of a power not exceeding 1,500 W and having a dust bag or other receptacle capacity not exceeding 20L", + "parent": "8508", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850819", + "text": "850819 - Vacuum cleaners, with self-contained electric motor, n.e.c. in item no. 8508.1", + "parent": "8508", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850820", + "text": "850820 - Saws, hand-held, with self-contained electric motor", + "parent": "8508", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850860", + "text": "850860 - Vacuum cleaners, other than with a self-contained electric motor", + "parent": "8508", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850870", + "text": "850870 - Parts of vacuum cleaners", + "parent": "8508", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850880", + "text": "850880 - Tools, hand-held, with electric motor, not drills/saw", + "parent": "8508", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850890", + "text": "850890 - Parts, hand tools with self-contained electric motor", + "parent": "8508", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8509", + "text": "8509 - Electro-mechanical domestic appliances; with self-contained electric motor, other than vacuum cleaners of heading 85.08.", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "850910", + "text": "850910 - Domestic vacuum cleaners", + "parent": "8509", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850920", + "text": "850920 - Domestic floor polishers", + "parent": "8509", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850930", + "text": "850930 - Domestic kitchen waste disposers", + "parent": "8509", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850940", + "text": "850940 - Electro-mechanical domestic appliances; food grinders and mixers, fruit or vegetable juice extractors, with self-contained electric motor", + "parent": "8509", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850980", + "text": "850980 - Electro-mechanical domestic appliances; with self-contained electric motor, other than vacuum cleaners of heading 85.08, n.e.c. in heading no. 8509", + "parent": "8509", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "850990", + "text": "850990 - Electro-mechanical domestic appliances; parts for the appliances of heading no. 8509", + "parent": "8509", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8510", + "text": "8510 - Shavers, hair clippers and hair removing appliances, with self-contained electric motor", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "851010", + "text": "851010 - Shavers; with self-contained electric motor", + "parent": "8510", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851020", + "text": "851020 - Hair clippers; with a self-contained electric motor", + "parent": "8510", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851030", + "text": "851030 - Hair-removing appliances; with self-contained electric motor", + "parent": "8510", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851090", + "text": "851090 - Shavers and hair clippers; parts of those with self-contained electric motor", + "parent": "8510", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8511", + "text": "8511 - Ignition or starting equipment; used for spark-ignition or compression-ignition internal combustion engines; generators and cut outs used in conjunction with such engines", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "851110", + "text": "851110 - Ignition or starting equipment; spark plugs, of a kind used for spark or compression-ignition internal combustion engines", + "parent": "8511", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851120", + "text": "851120 - Ignition or starting equipment; ignition magnetos, magneto-dynamos and magnetic flywheels, of a kind used for spark or compression-ignition internal combustion engines", + "parent": "8511", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851130", + "text": "851130 - Ignition or starting equipment; distributors and ignition coils of a kind used for spark-ignition or compression-ignition internal combustion engines", + "parent": "8511", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851140", + "text": "851140 - Ignition or starting equipment; starter motors and dual purpose starter-generators, of a kind used for spark or compression-ignition internal combustion engines", + "parent": "8511", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851150", + "text": "851150 - Ignition or starting equipment; generators n.e.c. in heading no. 8511, of a kind used for spark or compression-ignition internal combustion engines", + "parent": "8511", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851180", + "text": "851180 - Ignition or starting equipment; n.e.c. in heading no. 8511, of a kind used for spark or compression-ignition internal combustion engines", + "parent": "8511", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851190", + "text": "851190 - Ignition or starting equipment; parts of the equipment of heading no. 8511, for use in spark-ignition or compression-ignition internal combustion engines", + "parent": "8511", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8512", + "text": "8512 - Lighting or visual signalling equipment (excluding articles of heading no. 8539), windscreen wipers, defrosters and demisters; electrical, of a kind used for cycles or motor vehicles", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "851210", + "text": "851210 - Lighting or visual signalling equipment; electrical, of a kind used on bicycles, excluding articles of heading no. 8539", + "parent": "8512", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851220", + "text": "851220 - Lighting or visual signalling equipment; electrical, of a kind used on motor vehicles (excluding articles of heading no. 8539)", + "parent": "8512", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851230", + "text": "851230 - Sound signalling equipment; electrical, used on cycles or motor vehicles (excluding articles of heading no. 8539)", + "parent": "8512", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851240", + "text": "851240 - Windscreen wipers, defrosters and demisters; electrical, of kinds used for cycles or motor vehicles", + "parent": "8512", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851290", + "text": "851290 - Lighting or signalling equipment; electrical, (excluding articles of heading no. 8539), windscreen wipers, defrosters and demisters; parts, of those kinds used for cycles or motor vehicles", + "parent": "8512", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8513", + "text": "8513 - Lamps; portable, electric, designed to function by their own source of energy (e.g. dry batteries, accumulators, magnetos), excluding lighting equipment of heading no. 8512", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "851310", + "text": "851310 - Lamps; portable, electric, designed to function by their own source of energy (excluding lighting equipment of heading no. 8512)", + "parent": "8513", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851390", + "text": "851390 - Lamps; parts of portable, electric lamps of heading no. 8513, designed to function by their own source of energy", + "parent": "8513", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8514", + "text": "8514 - Industrial or laboratory electric furnaces and ovens (including those functioning by induction or dielectric loss); other industrial or laboratory equipment for the heat treatment of materials by induction or dielectric loss", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "851410", + "text": "851410 - Furnaces and ovens; electric, for industrial or laboratory use, resistance heated", + "parent": "8514", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851411", + "text": "851411 - Furnaces and ovens; electric, for industrial or laboratory use, resistance heated; hot isostatic presses", + "parent": "8514", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851419", + "text": "851419 - Furnaces and ovens; electric, for industrial or laboratory use, resistance heated; other than hot isostatic presses, for the manufacture of semiconductor devices on semiconductor wafers", + "parent": "8514", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851420", + "text": "851420 - Furnaces and ovens; electric, for industrial or laboratory use, functioning by induction or dielectric loss", + "parent": "8514", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851430", + "text": "851430 - Furnaces and ovens; electric, for industrial or laboratory use, other than those functioning by induction, dielectric loss or resistance heated", + "parent": "8514", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851431", + "text": "851431 - Furnaces and ovens; electric, for industrial or laboratory use, other than those functioning by induction, dielectric loss or resistance heated, electron beam furnaces", + "parent": "8514", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851432", + "text": "851432 - Furnaces and ovens; electric, for industrial or laboratory use, other than those functioning by induction, dielectric loss or resistance heated, plasma and vacuum arc furnaces", + "parent": "8514", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851439", + "text": "851439 - Furnaces and ovens; electric, for industrial or laboratory use, other than those functioning by induction, dielectric loss or resistance heated, other than electron beam, plasma or vacuum arc furnaces", + "parent": "8514", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851440", + "text": "851440 - Heating equipment; for the heat treatment of materials by induction or dielectric loss, industrial or laboratory, other than furnaces and ovens", + "parent": "8514", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851490", + "text": "851490 - Furnaces, ovens and heating equipment; parts of the industrial or laboratory equipment of heading no. 8514", + "parent": "8514", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8515", + "text": "8515 - Electric (electrically heated gas) soldering, brazing, welding machines and apparatus, capable or not of cutting, electric machines and apparatus for hot spraying of metals or sintered carbides", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "851511", + "text": "851511 - Brazing or soldering machines and apparatus; soldering irons and guns, whether or not capable of cutting", + "parent": "8515", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851519", + "text": "851519 - Brazing or soldering machines and apparatus; other than soldering irons and guns, whether or not capable of cutting", + "parent": "8515", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851521", + "text": "851521 - Welding machines and apparatus; for resistance welding of metal, fully or partly automatic, whether or not capable of cutting", + "parent": "8515", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851529", + "text": "851529 - Welding machines and apparatus; for resistance welding of metal, other than fully or partly automatic, whether or not capable of cutting", + "parent": "8515", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851531", + "text": "851531 - Welding machines and apparatus; for arc (including plasma arc) welding of metals, fully or partly automatic, whether or not capable of cutting", + "parent": "8515", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851539", + "text": "851539 - Welding machines and apparatus; for arc (including plasma arc) welding of metals, other than fully or partly automatic, whether or not capable of cutting", + "parent": "8515", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851580", + "text": "851580 - Welding machines and apparatus; n.e.c. in heading no. 8515, whether or not capable of cutting", + "parent": "8515", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851590", + "text": "851590 - Welding, brazing or soldering machines; parts of the machines of heading no. 8515", + "parent": "8515", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8516", + "text": "8516 - Electric water, space, soil heaters; electro-thermic hair-dressing apparatus; hand dryers, irons; electro-thermic appliances for domestic purposes; electro heating resistors, not of heading no. 8545", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "851610", + "text": "851610 - Heaters; electric, instantaneous or storage water and immersion heaters", + "parent": "8516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851621", + "text": "851621 - Heating apparatus; electric storage heating radiators", + "parent": "8516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851629", + "text": "851629 - Heating apparatus; electric soil heating apparatus and space heating apparatus (excluding storage heating radiators)", + "parent": "8516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851631", + "text": "851631 - Hair-dressing apparatus; electro-thermic hair dryers", + "parent": "8516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851632", + "text": "851632 - Hair-dressing apparatus; electro-thermic, other than hair dryers", + "parent": "8516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851633", + "text": "851633 - Hand-drying apparatus; electro-thermic", + "parent": "8516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851640", + "text": "851640 - Smoothing irons; electric", + "parent": "8516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851650", + "text": "851650 - Ovens; microwave, of a kind used for domestic purposes", + "parent": "8516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851660", + "text": "851660 - Ovens, cookers, cooking plates, boiling rings, grillers and roasters; of a kind used for domestic purposes (excluding microwaves)", + "parent": "8516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851671", + "text": "851671 - Electro-thermic appliances; coffee or tea makers, of a kind used for domestic purposes", + "parent": "8516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851672", + "text": "851672 - Electro-thermic appliances; toasters, of a kind used for domestic purposes", + "parent": "8516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851679", + "text": "851679 - Electro-thermic appliances; n.e.c. in heading no. 8516, used for domestic purposes", + "parent": "8516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851680", + "text": "851680 - Resistors; electric heating, other than those of heading no. 8545", + "parent": "8516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851690", + "text": "851690 - Electro-thermic appliances; parts, of heating resistors, of water, space and soil heaters, hair-dressing apparatus, hand dryers, smoothing irons and other domestic appliances of heading no. 8516", + "parent": "8516", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8517", + "text": "8517 - Telephone sets, including smartphones and other telephones for cellular/wireless networks; other apparatus for the transmission or reception of voice, images or other data (including wired/wireless networks), excluding items of 8443, 8525, 8527, or 8528", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "851710", + "text": "851710 - Telephone sets", + "parent": "8517", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851711", + "text": "851711 - Line telephone sets with cordless handsets", + "parent": "8517", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851712", + "text": "851712 - Telephones for cellular networks or for other wireless networks", + "parent": "8517", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851713", + "text": "851713 - Telephone sets; smartphones for cellular or other wireless networks", + "parent": "8517", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851714", + "text": "851714 - Telephone sets; other than smartphones, for cellular or other wireless networks", + "parent": "8517", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851718", + "text": "851718 - Telephone sets n.e.c. in item no. 8517.1", + "parent": "8517", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851719", + "text": "851719 - Telephone sets, nes", + "parent": "8517", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851720", + "text": "851720 - Teleprinters", + "parent": "8517", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851721", + "text": "851721 - Facsimiles machines", + "parent": "8517", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851722", + "text": "851722 - Teleprinters", + "parent": "8517", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851730", + "text": "851730 - Telephonic or telegraphic switching apparatus", + "parent": "8517", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851740", + "text": "851740 - Apparatus, for carrier-current line systems, nes", + "parent": "8517", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851750", + "text": "851750 - Apparatus for carrier-cu", + "parent": "8517", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851761", + "text": "851761 - Base stations", + "parent": "8517", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851762", + "text": "851762 - Communication apparatus (excluding telephone sets or base stations); machines for the reception, conversion and transmission or regeneration of voice, images or other data, including switching and routing apparatus", + "parent": "8517", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851769", + "text": "851769 - Communication apparatus (excluding telephone sets or base stations); machines for the transmission or reception of voice, images or other data (including wired/wireless networks), n.e.c. in item no. 8517.6", + "parent": "8517", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851770", + "text": "851770 - Telephone sets and other apparatus for the transmission or reception of voice, images or other data, via a wired or wireless network; parts", + "parent": "8517", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851771", + "text": "851771 - Communication apparatus; parts, aerials and aerial reflectors of all kinds, part suitable for use therewith", + "parent": "8517", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851779", + "text": "851779 - Communication apparatus; parts, other than aerials and aerial reflectors of all kinds", + "parent": "8517", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851780", + "text": "851780 - Elect apparatus for line", + "parent": "8517", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851781", + "text": "851781 - Telephonic apparatus, nes", + "parent": "8517", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851782", + "text": "851782 - Telegraphic apparatus, nes", + "parent": "8517", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851790", + "text": "851790 - Parts of line telephone/telegraph equipment, nes", + "parent": "8517", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8518", + "text": "8518 - Microphones and their stands; loudspeakers, mounted or not in their enclosures; headphones and earphones, combined or not with a microphone, and sets of a microphone and one or more loudspeakers; audio-frequency and electric sound amplifiers and sets", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "851810", + "text": "851810 - Microphones and stands therefor", + "parent": "8518", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851821", + "text": "851821 - Loudspeakers; single, mounted in their enclosures", + "parent": "8518", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851822", + "text": "851822 - Loudspeakers; multiple, mounted in the same enclosure", + "parent": "8518", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851829", + "text": "851829 - Loudspeakers; not mounted in their enclosures", + "parent": "8518", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851830", + "text": "851830 - Headphones and earphones, whether or not combined with a microphone, and sets consisting of a microphone and one or more loudspeakers", + "parent": "8518", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851840", + "text": "851840 - Amplifiers; audio-frequency electric", + "parent": "8518", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851850", + "text": "851850 - Amplifier sets; electric sound", + "parent": "8518", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851890", + "text": "851890 - Microphones, headphones, earphones, amplifier equipment; parts of the equipment of heading no. 8518", + "parent": "8518", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8519", + "text": "8519 - Sound recording or reproducing apparatus", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "851910", + "text": "851910 - Coin or disc-operated record-players", + "parent": "8519", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851920", + "text": "851920 - Sound recording or reproducing apparatus; operated by coins, banknotes, bank cards, tokens or by other means of payment", + "parent": "8519", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851921", + "text": "851921 - Record-players without built-in loudspeaker, nes", + "parent": "8519", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851929", + "text": "851929 - Record-players with loudspeakers, nes", + "parent": "8519", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851930", + "text": "851930 - Sound recording or reproducing apparatus; turntables (record-decks)", + "parent": "8519", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851931", + "text": "851931 - Turntables with automatic record changing mechanism", + "parent": "8519", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851939", + "text": "851939 - Turntables, without record changers", + "parent": "8519", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851940", + "text": "851940 - Transcribing machines", + "parent": "8519", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851950", + "text": "851950 - Sound recording or reproducing apparatus; telephone answering machines", + "parent": "8519", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851981", + "text": "851981 - Sound recording or reproducing apparatus; using magnetic, optical or semiconductor media, n.e.c. in item no 8519.20, 8519.30 or 8519.50", + "parent": "8519", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851989", + "text": "851989 - Sound recording or reproducing apparatus; n.e.c. in heading no 8519", + "parent": "8519", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851991", + "text": "851991 - Cassette players, non-recording", + "parent": "8519", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851992", + "text": "851992 - Pocket-size cassette-pla", + "parent": "8519", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851993", + "text": "851993 - Sound repr app, cassette", + "parent": "8519", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "851999", + "text": "851999 - Sound reproducing apparatus, non-recording, nes", + "parent": "8519", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8520", + "text": "8520 - Electronic sound recording equipment", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "852010", + "text": "852010 - Dictating machine requiring external power source", + "parent": "8520", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852020", + "text": "852020 - Telephone answering machines", + "parent": "8520", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852031", + "text": "852031 - Cassette type audio tape recorders, sound reproducing", + "parent": "8520", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852032", + "text": "852032 - Magnetic tape rec digita", + "parent": "8520", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852033", + "text": "852033 - Magnetic tape rec casset", + "parent": "8520", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852039", + "text": "852039 - Non-cassette audio tape recorders, sound reproducing", + "parent": "8520", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852090", + "text": "852090 - Audio recording equipment without sound reproduction", + "parent": "8520", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8521", + "text": "8521 - Video recording or reproducing apparatus", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "852110", + "text": "852110 - Video recording or reproducing apparatus; magnetic tape-type", + "parent": "8521", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852190", + "text": "852190 - Video recording or reproducing apparatus; other than magnetic tape-type", + "parent": "8521", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8522", + "text": "8522 - Sound or video recording apparatus; parts and accessories suitable for use solely or principally with the apparatus of heading 8519 or 8521", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "852210", + "text": "852210 - Sound recording or reproducing apparatus; parts and accessories thereof, pick-up cartridges", + "parent": "8522", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852290", + "text": "852290 - Sound or video recording or reproducing apparatus; parts and accessories thereof, other than pick-up cartridges", + "parent": "8522", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8523", + "text": "8523 - Discs, tapes, solid-state non-volatile storage devices, smart cards and other media for the recording of sound or of other phenomena, whether or not recorded, including matrices and masters for the production of discs, excluding products of Chapter 37", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "852311", + "text": "852311 - Unrecorded magnetic tapes, width < 4 mm", + "parent": "8523", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852312", + "text": "852312 - Unrecorded magnetic tapes, width 4-6.5 mm", + "parent": "8523", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852313", + "text": "852313 - Unrecorded magnetic tapes, width > 6.5 mm", + "parent": "8523", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852320", + "text": "852320 - Unrecorded magnetic discs", + "parent": "8523", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852321", + "text": "852321 - Magnetic media; cards incorporating a magnetic stripe, whether or not recorded, excluding products of Chapter 37", + "parent": "8523", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852329", + "text": "852329 - Magnetic media; other than cards incorporating a magnetic stripe, whether or not recorded, excluding products of Chapter 37", + "parent": "8523", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852330", + "text": "852330 - Cards incorp magnetic st", + "parent": "8523", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852340", + "text": "852340 - Optical media for the recording of sound/of other phenomena, but excl. products of Ch. 37.", + "parent": "8523", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852341", + "text": "852341 - Optical media; unrecorded, excluding products of Chapter 37", + "parent": "8523", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852349", + "text": "852349 - Optical media; recorded, excluding products of Chapter 37", + "parent": "8523", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852351", + "text": "852351 - Semiconductor media; solid-state non-volatile storage devices, whether or not recorded, excluding products of Chapter 37", + "parent": "8523", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852352", + "text": "852352 - Semiconductor media; smart cards, whether or not recorded, excluding products of Chapter 37", + "parent": "8523", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852359", + "text": "852359 - Semiconductor media; other than smart cards, whether or not recorded, excluding products of Chapter 37", + "parent": "8523", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852380", + "text": "852380 - Media n.e.c. in heading 8523, whether or not recorded, excluding products of Chapter 37", + "parent": "8523", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852390", + "text": "852390 - Unrecorded sound recording media except photo/magneti", + "parent": "8523", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8524", + "text": "8524 - Flat panel display modules, whether or not incorporating touch-sensitive screens", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "852410", + "text": "852410 - Recorded gramophone records", + "parent": "8524", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852411", + "text": "852411 - Flat panel display modules, whether or not incorporating touch-sensitive screens; of liquid crystals, without drivers or control circuits", + "parent": "8524", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852412", + "text": "852412 - Flat panel display modules, whether or not incorporating touch-sensitive screens; of organic light-emitting diodes (OLED), without drivers or control circuits", + "parent": "8524", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852419", + "text": "852419 - Flat panel display modules, whether or not incorporating touch-sensitive screens; of other than liquid crystals or organic light-emitting diodes (OLED), without drivers or control circuits", + "parent": "8524", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852421", + "text": "852421 - Recorded magnetic tapes, width < 4 mm", + "parent": "8524", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852422", + "text": "852422 - Recorded magnetic tapes, width 4-6.5 mm", + "parent": "8524", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852423", + "text": "852423 - Recorded magnetic tapes, width > 6.5 mm", + "parent": "8524", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852431", + "text": "852431 - Recorded discs for laser", + "parent": "8524", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852432", + "text": "852432 - Recorded laser discs, so", + "parent": "8524", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852439", + "text": "852439 - Recorded laser discs,nes", + "parent": "8524", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852440", + "text": "852440 - Magnetic tapes for o/t s", + "parent": "8524", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852451", + "text": "852451 - Recorded magnetic tapes,", + "parent": "8524", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852452", + "text": "852452 - Recorded magnetic tapes,", + "parent": "8524", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852453", + "text": "852453 - Recorded magnetic tapes,", + "parent": "8524", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852460", + "text": "852460 - Recorded cards w/magneti", + "parent": "8524", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852490", + "text": "852490 - Sound recordings other than photographic products nes", + "parent": "8524", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852491", + "text": "852491 - Flat panel display modules, whether or not incorporating touch-sensitive screens; of liquid crystals, with drivers or control circuits", + "parent": "8524", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852492", + "text": "852492 - Flat panel display modules, whether or not incorporating touch-sensitive screens; of organic light-emitting diodes (OLED), with drivers or control circuits", + "parent": "8524", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852499", + "text": "852499 - Flat panel display modules, whether or not incorporating touch-sensitive screens; of other than liquid crystals or organic light-emitting diodes (OLED), with drivers or control circuits", + "parent": "8524", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8525", + "text": "8525 - Transmission apparatus for radio-broadcasting or television, whether or not incorporating reception apparatus or sound recording or reproducing apparatus; television cameras, digital cameras and video camera recorders", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "852510", + "text": "852510 - Transmission apparatus for radio, telephone and TV", + "parent": "8525", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852520", + "text": "852520 - Transmit-receive apparatus for radio, TV, etc.", + "parent": "8525", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852530", + "text": "852530 - Television cameras", + "parent": "8525", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852540", + "text": "852540 - Still image video camara", + "parent": "8525", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852550", + "text": "852550 - Transmission apparatus for radio-broadcasting or television, whether or not incorporating sound recording or reproducing apparatus, not incorporating reception apparatus", + "parent": "8525", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852560", + "text": "852560 - Transmission apparatus for radio-broadcasting or television, whether or not incorporating sound recording or reproducing apparatus, incorporating reception apparatus", + "parent": "8525", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852580", + "text": "852580 - Television cameras, digital cameras and video camera recorders", + "parent": "8525", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852581", + "text": "852581 - Television cameras, digital cameras and video camera recorders; high-speed goods as specified in subheading note 1 to this chapter", + "parent": "8525", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852582", + "text": "852582 - Television cameras, digital cameras and video camera recorders; radiation-hardened or radiation-tolerant goods as specified in subheading note 2 to this chapter", + "parent": "8525", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852583", + "text": "852583 - Television cameras, digital cameras and video camera recorders; night vision goods as specified in subheading note 3 to this chapter", + "parent": "8525", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852589", + "text": "852589 - Television cameras; n.e.c. in item no 8525.8", + "parent": "8525", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8526", + "text": "8526 - Radar apparatus, radio navigational aid apparatus and radio remote control apparatus", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "852610", + "text": "852610 - Radar apparatus", + "parent": "8526", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852691", + "text": "852691 - Radio navigational aid apparatus", + "parent": "8526", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852692", + "text": "852692 - Radio remote control apparatus", + "parent": "8526", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8527", + "text": "8527 - Reception apparatus for radio-broadcasting, whether or not combined, in the same housing, with sound recording or reproducing apparatus or a clock.", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "852711", + "text": "852711 - Radio receivers, portable, with sound reproduce/recor", + "parent": "8527", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852712", + "text": "852712 - Radio broadcast receivers capable of operating without an external power source; pocket-size radio cassette-players", + "parent": "8527", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852713", + "text": "852713 - Radio broadcast receivers capable of operating without an external power source; apparatus (other than pocket-size radio cassette-players), combined with sound recording or reproducing apparatus", + "parent": "8527", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852719", + "text": "852719 - Radio broadcast receivers capable of operating without an external power source; n.e.c. in item no. 8527.1", + "parent": "8527", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852721", + "text": "852721 - Radio-broadcast receivers not capable of operating without an external source of power, of a kind used in motor vehicles; combined with sound recording or reproducing apparatus", + "parent": "8527", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852729", + "text": "852729 - Radio-broadcast receivers not capable of operating without an external source of power, of a kind used in motor vehicles; not combined with sound recording or reproducing apparatus", + "parent": "8527", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852731", + "text": "852731 - Radio-telephony receiver, with sound reproduce/record", + "parent": "8527", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852732", + "text": "852732 - Radio-telephony etc receivers, nes", + "parent": "8527", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852739", + "text": "852739 - Radio-broadcast receivers nes", + "parent": "8527", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852790", + "text": "852790 - Radio reception apparatus nes", + "parent": "8527", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852791", + "text": "852791 - Radio-broadcast receivers n.e.c. in heading no. 8527; combined with sound recording or reproducing apparatus", + "parent": "8527", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852792", + "text": "852792 - Radio-broadcast receivers n.e.c. in heading no. 8527; not combined with sound recording or reproducing apparatus but combined with a clock", + "parent": "8527", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852799", + "text": "852799 - Radio-broadcast receivers n.e.c. in heading no. 8527; not combined with sound recording or reproducing apparatus and not combined with a clock", + "parent": "8527", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8528", + "text": "8528 - Monitors and projectors, not incorporating television reception apparatus; reception apparatus for television, whether or not incorporating radio-broadcast receivers or sound or video recording or reproducing apparatus", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "852810", + "text": "852810 - Colour television receivers/monitors/projectors", + "parent": "8528", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852812", + "text": "852812 - Color television receive", + "parent": "8528", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852813", + "text": "852813 - B & W television receive", + "parent": "8528", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852820", + "text": "852820 - Monochrome television receivers/monitors/projectors", + "parent": "8528", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852821", + "text": "852821 - Color video monitors", + "parent": "8528", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852822", + "text": "852822 - B & w video monitors", + "parent": "8528", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852830", + "text": "852830 - Video projectors", + "parent": "8528", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852841", + "text": "852841 - Cathode-ray tube monitors; of a kind solely or principally used in an automatic data processing system of heading 84.71", + "parent": "8528", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852842", + "text": "852842 - Monitors; cathode-ray tube, capable of directly connecting to and designed for use with an automatic data processing machine of heading 84.71", + "parent": "8528", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852849", + "text": "852849 - Monitors; cathode-ray tube, n.e.c. in subheading 8528.42, whether or not colour", + "parent": "8528", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852851", + "text": "852851 - Monitors other than cathode-ray tube; of a kind solely or principally used in an automatic data processing system of heading 84.71", + "parent": "8528", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852852", + "text": "852852 - Monitors; other than cathode-ray tube; capable of directly connecting to and designed for use with an automatic data processing machine of heading 84.71", + "parent": "8528", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852859", + "text": "852859 - Monitors other than cathode-ray tube; n.e.c. in subheading 8528.52, whether or not colour", + "parent": "8528", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852861", + "text": "852861 - Projectors; of a kind solely or principally used in an automatic data processing system of heading 84.71", + "parent": "8528", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852862", + "text": "852862 - Projectors; capable of directly connecting to and designed for use with an automatic data processing machine of heading 84.71", + "parent": "8528", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852869", + "text": "852869 - Projectors; n.e.c. in subheading 8528.62, whether or not colour", + "parent": "8528", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852871", + "text": "852871 - Reception apparatus for television, whether or not incorporating radio-broadcast receivers or sound or video recording or reproducing apparatus; not designed to incorporate a video display or screen", + "parent": "8528", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852872", + "text": "852872 - Reception apparatus for television, whether or not incorporating radio-broadcast receivers or sound or video recording or reproducing apparatus; incorporating a colour video display or screen", + "parent": "8528", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852873", + "text": "852873 - Reception apparatus for television, whether or not incorporating radio-broadcast receivers or sound or video recording or reproducing apparatus; incorporating a monochrome video display or screen", + "parent": "8528", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8529", + "text": "8529 - Transmission apparatus; parts suitable for use solely or principally with the apparatus of heading no. 8524 to 8528", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "852910", + "text": "852910 - Reception and transmission apparatus; aerials and aerial reflectors of all kinds and parts suitable for use therewith", + "parent": "8529", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "852990", + "text": "852990 - Reception and transmission apparatus; for use with the apparatus of heading no. 8524 to 8528, excluding aerials and aerial reflectors", + "parent": "8529", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8530", + "text": "8530 - Signalling, safety or traffic control equipment; for railways, tramways, roads, inland waterways, parking facilities, port installations, airfields, excluding those of heading no. 8608", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "853010", + "text": "853010 - Signalling, safety or traffic control equipment; for railways or tramways (excluding those of heading no. 8608)", + "parent": "8530", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853080", + "text": "853080 - Signalling, safety or traffic control equipment; for roads, inland waterways, parking facilities, port installations or airfields (excluding those of heading no. 8608)", + "parent": "8530", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853090", + "text": "853090 - Signalling apparatus; parts of safety, traffic control equipment for railways, tramways, roads, inland waterways, airfields, parking facilities, port instalments (excluding those of heading no. 8608)", + "parent": "8530", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8531", + "text": "8531 - Signalling apparatus; electric sound or visual (e.g. bells, sirens, indicator panels, burglar or fire alarms), excluding those of heading no. 8512 or 8530", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "853110", + "text": "853110 - Signalling apparatus; electric, sound or visual, burglar or fire alarms and similar, other than those of heading no. 8512 or 8530", + "parent": "8531", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853120", + "text": "853120 - Signalling apparatus; electric, sound or visual, indicator panels incorporating liquid crystal devices (LCD) or light-emitting diodes (LED), excluding those of heading no. 8512 or 8530", + "parent": "8531", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853180", + "text": "853180 - Signalling apparatus; electric, sound or visual, apparatus n.e.c. in heading no. 8531, excluding those of heading no. 8512 or 8530", + "parent": "8531", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853190", + "text": "853190 - Signalling apparatus; parts of the electric, sound or visual apparatus of heading no. 8531", + "parent": "8531", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8532", + "text": "8532 - Electrical capacitors; fixed, variable or adjustable (pre-set)", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "853210", + "text": "853210 - Electrical capacitors; fixed, designed for use in 50/60 Hz circuits and having a reactive power handling capacity of not less than 0.5 kvar (power capacitors)", + "parent": "8532", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853221", + "text": "853221 - Electrical capacitors; fixed, tantalum", + "parent": "8532", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853222", + "text": "853222 - Electrical capacitors; fixed, aluminium electrolytic", + "parent": "8532", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853223", + "text": "853223 - Electrical capacitors; fixed, ceramic dielectric, single layer", + "parent": "8532", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853224", + "text": "853224 - Electrical capacitors; fixed, ceramic dielectric, multilayer", + "parent": "8532", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853225", + "text": "853225 - Electrical capacitors; fixed, dielectric of paper or plastics", + "parent": "8532", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853229", + "text": "853229 - Electrical capacitors; fixed, n.e.c. in heading no. 8532", + "parent": "8532", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853230", + "text": "853230 - Electrical capacitors; variable or adjustable (pre-set) capacitors", + "parent": "8532", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853290", + "text": "853290 - Electrical capacitors; parts of the capacitors of heading no. 8532", + "parent": "8532", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8533", + "text": "8533 - Electrical resistors (including rheostats and potentiometers), excluding heating resistors", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "853310", + "text": "853310 - Electrical resistors; fixed carbon resistors, composition or film types (including rheostats and potentiometers but excluding heating resistors)", + "parent": "8533", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853321", + "text": "853321 - Electrical resistors; fixed, for a power handling capacity not exceeding 20W (including rheostats and potentiometers but excluding heating resistors and carbon resistors)", + "parent": "8533", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853329", + "text": "853329 - Electrical resistors; fixed, for a power handling capacity exceeding 20W (including rheostats and potentiometers but excluding heating resistors and carbon resistors)", + "parent": "8533", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853331", + "text": "853331 - Electrical resistors; wirewound variable, including rheostats and potentiometers, for a power handling capacity not exceeding 20W (excluding heating)", + "parent": "8533", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853339", + "text": "853339 - Electrical resistors; wirewound variable, including rheostats and potentiometers, for a power handling capacity exceeding 20W (excluding heating)", + "parent": "8533", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853340", + "text": "853340 - Electrical resistors; variable, including rheostats and potentiometers (excluding heating)", + "parent": "8533", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853390", + "text": "853390 - Resistors; parts of the resistors of heading no. 8533", + "parent": "8533", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8534", + "text": "8534 - Circuits; printed", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "853400", + "text": "853400 - Circuits; printed", + "parent": "8534", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8535", + "text": "8535 - Electrical apparatus for switching, protecting electrical circuits, for making connections to or in electrical circuits; for a voltage exceeding 1000 volts", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "853510", + "text": "853510 - Electrical apparatus; fuses, for a voltage exceeding 1000 volts", + "parent": "8535", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853521", + "text": "853521 - Electrical apparatus; automatic circuit breakers, for a voltage exceeding 1000 volts but less than 72.5kV", + "parent": "8535", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853529", + "text": "853529 - Electrical apparatus; automatic circuit breakers, for a voltage of 72.5kV or more", + "parent": "8535", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853530", + "text": "853530 - Electrical apparatus; isolating and make-and-break switches, for a voltage exceeding 1000 volts", + "parent": "8535", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853540", + "text": "853540 - Electrical apparatus; lightning arresters, voltage limiters and surge suppressors (for a voltage exceeding 1000 volts)", + "parent": "8535", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853590", + "text": "853590 - Electrical apparatus; n.e.c. in heading no. 8535, for switching or protecting electrical circuits, for a voltage exceeding 1000 volts", + "parent": "8535", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8536", + "text": "8536 - Electrical apparatus for switching, protecting electrical circuits, for making connections to or in electrical circuits, for a voltage not exceeding 1000 volts; connectors for optical fibres, optical fibre bundles or cables", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "853610", + "text": "853610 - Electrical apparatus; fuses, for a voltage not exceeding 1000 volts", + "parent": "8536", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853620", + "text": "853620 - Electrical apparatus; automatic circuit breakers, for a voltage not exceeding 1000 volts", + "parent": "8536", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853630", + "text": "853630 - Electrical apparatus; for protecting electrical circuits, n.e.c. in heading no. 8536, for a voltage not exceeding 1000 volts", + "parent": "8536", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853641", + "text": "853641 - Electrical apparatus; relays, (for a voltage not exceeding 60 volts)", + "parent": "8536", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853649", + "text": "853649 - Electrical apparatus; relays, for a voltage exceeding 60 volts", + "parent": "8536", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853650", + "text": "853650 - Electrical apparatus; switches n.e.c. in heading no. 8536, for a voltage not exceeding 1000 volts", + "parent": "8536", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853661", + "text": "853661 - Electrical apparatus; lamp-holders, for a voltage not exceeding 1000 volts", + "parent": "8536", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853669", + "text": "853669 - Electrical apparatus; plugs and sockets, for a voltage not exceeding 1000 volts", + "parent": "8536", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853670", + "text": "853670 - Connectors for optical fibres, optical fibre bundles or cables", + "parent": "8536", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853690", + "text": "853690 - Electrical apparatus; n.e.c. in heading no. 8536, for switching or protecting electrical circuits, for a voltage not exceeding 1000 volts", + "parent": "8536", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8537", + "text": "8537 - Boards, panels, consoles, desks, cabinets, bases with apparatus of heading no. 8535, 8536 for electricity control and distribution, (other than switching apparatus of heading no. 8517)", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "853710", + "text": "853710 - Boards, panels, consoles, desks and other bases; for electric control or the distribution of electricity, (other than switching apparatus of heading no. 8517), for a voltage not exceeding 1000 volts", + "parent": "8537", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853720", + "text": "853720 - Boards, panels, consoles, desks and other bases; for electric control or the distribution of electricity, (other than switching apparatus of heading no. 8517), for a voltage exceeding 1000 volts", + "parent": "8537", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8538", + "text": "8538 - Electrical apparatus; parts suitable for use solely or principally with the apparatus of heading no. 8535, 8536 and 8537", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "853810", + "text": "853810 - Electrical apparatus; parts (e.g. boards, panels, consoles, desks, cabinets, other bases), for goods of heading no. 8537, not equipped with their apparatus", + "parent": "8538", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853890", + "text": "853890 - Electrical apparatus; parts suitable for use solely or principally with the apparatus of heading no. 8535, 8536 or 8537", + "parent": "8538", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8539", + "text": "8539 - Lamps; electric filament or discharge lamps, including sealed beam lamp units and ultra-violet or infra-red lamps, arc lamps, light-emitting diode (LED) light sources", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "853910", + "text": "853910 - Lamps; sealed beam units", + "parent": "8539", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853921", + "text": "853921 - Lamps; filament, (excluding ultra-violet or infra-red), tungsten halogen", + "parent": "8539", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853922", + "text": "853922 - Lamps; filament, (excluding ultra-violet or infra-red), of a power not exceeding 200W and for a voltage exceeding 100 volts, other than tungsten halogen", + "parent": "8539", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853929", + "text": "853929 - Lamps; filament, (excluding ultra-violet or infra-red), n.e.c. in item no. 8539.2", + "parent": "8539", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853931", + "text": "853931 - Lamps; discharge, (excluding ultra-violet), fluorescent, hot cathode", + "parent": "8539", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853932", + "text": "853932 - Lamps; discharge, (excluding ultra-violet), mercury or sodium vapour lamps, metal halide lamps", + "parent": "8539", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853939", + "text": "853939 - Lamps; discharge, (excluding ultra-violet, excluding fluorescent, hot cathode)", + "parent": "8539", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853940", + "text": "853940 - Ultra-violet or infra-red lamps, arc lamps", + "parent": "8539", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853941", + "text": "853941 - Lamps; arc-lamps", + "parent": "8539", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853949", + "text": "853949 - Lamps; ultra-violet or infra-red lamps, (excluding arc-lamps)", + "parent": "8539", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853950", + "text": "853950 - Lamps; light-emitting diode (LED) lamps", + "parent": "8539", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853951", + "text": "853951 - Lamps; light-emitting diode (LED) light sources, light-emitting diode (LED) modules", + "parent": "8539", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853952", + "text": "853952 - Lamps; light-emitting diode (LED) light sources, light-emitting diode (LED) lamps", + "parent": "8539", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "853990", + "text": "853990 - Lamps; parts of the lamps of heading no. 8539", + "parent": "8539", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8540", + "text": "8540 - Thermionic, cold cathode or photo-cathode valves and tubes (e.g. vacuum, vapour, gas filled valves and tubes, mercury arc rectifying valves and tubes, cathode-ray and television camera tubes)", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "854011", + "text": "854011 - Tubes; cathode-ray television picture tubes, including video monitor cathode-ray tubes, colour", + "parent": "8540", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854012", + "text": "854012 - Tubes; cathode-ray television picture tubes, including video monitor cathode-ray tubes, monochrome", + "parent": "8540", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854020", + "text": "854020 - Tubes; television camera tubes, image converters and intensifiers, other photo-cathode tubes", + "parent": "8540", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854030", + "text": "854030 - Cathode-ray tubes, except for television", + "parent": "8540", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854040", + "text": "854040 - Tubes; data/graphic display tubes, monochrome; data/graphic display tubes, colour, with a phosphor dot screen pitch smaller than 0.4mm", + "parent": "8540", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854041", + "text": "854041 - Magnetron tubes", + "parent": "8540", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854042", + "text": "854042 - Klystron tubes", + "parent": "8540", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854049", + "text": "854049 - Microwave tubes, except magnetron/klystron", + "parent": "8540", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854050", + "text": "854050 - Data/graphic display tubes, black & white/other monochrome", + "parent": "8540", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854060", + "text": "854060 - Tubes; cathode ray, n.e.c. in heading no. 8540", + "parent": "8540", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854071", + "text": "854071 - Tubes; microwave, magnetrons, excluding grid-controlled tubes", + "parent": "8540", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854072", + "text": "854072 - Klystrons", + "parent": "8540", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854079", + "text": "854079 - Tubes; microwave (for example klystrons, travelling wave tubes, carlinotrons), excluding magnetrons and grid-controlled tubes", + "parent": "8540", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854081", + "text": "854081 - Valves and tubes; receiver or amplifier", + "parent": "8540", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854089", + "text": "854089 - Valves and tubes; n.e.c. in heading no. 8540", + "parent": "8540", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854091", + "text": "854091 - Tubes; parts of cathode-ray tubes", + "parent": "8540", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854099", + "text": "854099 - Valves and tubes; parts of the valves and tubes of heading no. 8540, excluding parts of cathode-ray tubes", + "parent": "8540", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8541", + "text": "8541 - Semiconductor devices (e.g. diodes, transistors, semiconductor based transducers); including photovoltaic cells assembled or not in modules or panels, light-emitting diodes (LED) assembled with other LEDs or not, mounted piezo-electric crystals", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "854110", + "text": "854110 - Electrical apparatus; diodes, other than photosensitive or light-emitting diodes (LED)", + "parent": "8541", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854121", + "text": "854121 - Electrical apparatus; transistors, (other than photosensitive), with a dissipation rate of less than 1W", + "parent": "8541", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854129", + "text": "854129 - Electrical apparatus; transistors, (other than photosensitive), with a dissipation rate of 1W or more", + "parent": "8541", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854130", + "text": "854130 - Electrical apparatus; thyristors, diacs and triacs, other than photosensitive devices", + "parent": "8541", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854140", + "text": "854140 - Electrical apparatus; photosensitive, including photovoltaic cells, whether or not assembled in modules or made up into panels, light-emitting diodes (LED)", + "parent": "8541", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854141", + "text": "854141 - Electrical apparatus; photosensitive semiconductor devices, light emitting diodes (LED)", + "parent": "8541", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854142", + "text": "854142 - Electrical apparatus; photosensitive semiconductor devices, photovoltaic cells not assembled in modules or made up into panels", + "parent": "8541", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854143", + "text": "854143 - Electrical apparatus; photosensitive semiconductor devices, photovoltaic cells assembled in modules or made up into panels", + "parent": "8541", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854149", + "text": "854149 - Electrical apparatus; photosensitive semiconductor devices, diodes other than light emitting diodes and photovoltaic cells whether or not assembled in modules or made up into panels", + "parent": "8541", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854150", + "text": "854150 - Electrical apparatus; photosensitive semiconductor devices n.e.c. in heading no. 8541, including photovoltaic cells, whether or not assembled in modules or made up into panels", + "parent": "8541", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854151", + "text": "854151 - Electrical apparatus; photosensitive semiconductor devices, semiconductor-based transducers", + "parent": "8541", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854159", + "text": "854159 - Electrical apparatus; photosensitive semiconductor devices n.e.c. in heading no. 8541", + "parent": "8541", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854160", + "text": "854160 - Crystals; mounted piezo-electric", + "parent": "8541", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854190", + "text": "854190 - Electrical apparatus; parts for diodes, transistors and similar semiconductor devices and photosensitive semiconductor devices", + "parent": "8541", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8542", + "text": "8542 - Electronic integrated circuits", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "854210", + "text": "854210 - Cards incorp. an electronic integrated circuit (smart cards)", + "parent": "8542", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854211", + "text": "854211 - Monolithic integrated circuits, digital", + "parent": "8542", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854212", + "text": "854212 - Cards incorp elect integ", + "parent": "8542", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854213", + "text": "854213 - Metal oxide semiconducto", + "parent": "8542", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854214", + "text": "854214 - Circuits obtained by bip", + "parent": "8542", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854219", + "text": "854219 - Monolithic integrated circuits, except digital", + "parent": "8542", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854220", + "text": "854220 - Hybrid integrated circuits", + "parent": "8542", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854221", + "text": "854221 - Monolithic integrated circuits, digital", + "parent": "8542", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854229", + "text": "854229 - Monolithic integrated circuits, other than digital", + "parent": "8542", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854230", + "text": "854230 - Monolithic integrated ci", + "parent": "8542", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854231", + "text": "854231 - Electronic integrated circuits; processors and controllers, whether or not combined with memories, converters, logic circuits, amplifiers, clock and timing circuits, or other circuits", + "parent": "8542", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854232", + "text": "854232 - Electronic integrated circuits; memories", + "parent": "8542", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854233", + "text": "854233 - Electronic integrated circuits; amplifiers", + "parent": "8542", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854239", + "text": "854239 - Electronic integrated circuits; n.e.c. in heading no. 8542", + "parent": "8542", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854240", + "text": "854240 - Hybrid integrated circui", + "parent": "8542", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854250", + "text": "854250 - Electronic microassembli", + "parent": "8542", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854260", + "text": "854260 - Hybrid integrated circuits", + "parent": "8542", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854270", + "text": "854270 - Electronic microassemblies", + "parent": "8542", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854280", + "text": "854280 - Electronic integrated circuits/microassemblies, nes", + "parent": "8542", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854290", + "text": "854290 - Parts of electronic integrated circuits", + "parent": "8542", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8543", + "text": "8543 - Electrical machines and apparatus; having individual functions, not specified or included elsewhere in this chapter", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "854310", + "text": "854310 - Electrical machines and apparatus; particle accelerators", + "parent": "8543", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854311", + "text": "854311 - Ion implanters for dopin", + "parent": "8543", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854319", + "text": "854319 - Particle accelerators,ne", + "parent": "8543", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854320", + "text": "854320 - Electrical machines and apparatus; signal generators", + "parent": "8543", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854330", + "text": "854330 - Electrical machines and apparatus; for electroplating, electrolysis or electrophoresis", + "parent": "8543", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854340", + "text": "854340 - Electrical machines and apparatus; electronic cigarettes and similar personal electric vaporising devices", + "parent": "8543", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854370", + "text": "854370 - Electrical machines and apparatus; having individual functions, not specified or included elsewhere in this chapter, n.e.c. in heading no. 8543", + "parent": "8543", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854380", + "text": "854380 - Electrical machines and apparatus, nes", + "parent": "8543", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854381", + "text": "854381 - Proximity cards and tags", + "parent": "8543", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854389", + "text": "854389 - Electrical machines and", + "parent": "8543", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854390", + "text": "854390 - Electrical machines and apparatus; parts of the electrical goods of heading no. 8543", + "parent": "8543", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8544", + "text": "8544 - Insulated wire, cable and other electric conductors, connector fitted or not; optical fibre cables of individually sheathed fibres, whether or not assembled with electric conductors or fitted with connectors", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "854411", + "text": "854411 - Insulated electric conductors; winding wire, of copper", + "parent": "8544", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854419", + "text": "854419 - Insulated electric conductors; winding wire, (of other than copper)", + "parent": "8544", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854420", + "text": "854420 - Insulated electric conductors; co-axial cable and other co-axial electric conductors", + "parent": "8544", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854430", + "text": "854430 - Insulated electric conductors; ignition wiring sets and other wiring sets of a kind used in vehicles, aircraft or ships", + "parent": "8544", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854441", + "text": "854441 - Electric conductors, nes < 80 volts, with connectors", + "parent": "8544", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854442", + "text": "854442 - Insulated electric conductors; for a voltage not exceeding 1000 volts, fitted with connectors", + "parent": "8544", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854449", + "text": "854449 - Insulated electric conductors; for a voltage not exceeding 1000 volts, not fitted with connectors", + "parent": "8544", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854451", + "text": "854451 - Electric conductors, 80-1,000 volts, with connectors", + "parent": "8544", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854459", + "text": "854459 - Electric conductors, 80-1,000 volts, no connectors", + "parent": "8544", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854460", + "text": "854460 - Insulated electric conductors; for a voltage exceeding 1000 volts", + "parent": "8544", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854470", + "text": "854470 - Insulated electric conductors; optical fibre cables", + "parent": "8544", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8545", + "text": "8545 - Carbon electrodes, carbon brushes, lamp carbons, battery carbons and other articles of graphite or other carbon; with or without metal, of a kind used for electrical purposes", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "854511", + "text": "854511 - Carbon electrodes; with or without metal, of a kind used for furnaces", + "parent": "8545", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854519", + "text": "854519 - Carbon electrodes; with or without metal, of a kind used for other than furnaces", + "parent": "8545", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854520", + "text": "854520 - Carbon brushes; with or without metal, used for electrical purposes", + "parent": "8545", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854590", + "text": "854590 - Carbon; lamp carbons, battery carbons and other articles of graphite or other carbon, with or without metal, of a kind used for electrical purposes", + "parent": "8545", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8546", + "text": "8546 - Electrical insulators of any material", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "854610", + "text": "854610 - Electrical insulators; of glass", + "parent": "8546", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854620", + "text": "854620 - Electrical insulators; of ceramics", + "parent": "8546", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854690", + "text": "854690 - Electrical insulators; other than of glass and ceramics", + "parent": "8546", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8547", + "text": "8547 - Insulating fittings; for electrical machines, appliances, equipment, excluding insulators of heading no. 8546, electrical conduit tubing and joints therefore", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "854710", + "text": "854710 - Insulating fittings; of ceramics, for electrical machines, of insulating material only (except minor assembly parts), excluding those of heading no. 8546", + "parent": "8547", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854720", + "text": "854720 - Insulating fittings; of plastics, for electrical machines, of insulating material only (except minor assembly parts), excluding those of heading no. 8546", + "parent": "8547", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854790", + "text": "854790 - Insulating fittings; (other than of ceramics or plastics), for electrical machines, appliances and equipment, excluding insulators of heading no. 8546", + "parent": "8547", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8548", + "text": "8548 - Electrical parts of machinery or apparatus; not specified or elsewhere included in this chapter", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "854800", + "text": "854800 - Electrical parts of machinery or apparatus; not specified or elsewhere included in this chapter", + "parent": "8548", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854810", + "text": "854810 - Waste and scrap of primary cells, primary batteries and electric accumulators; spent primary cells, spent primary batteries and spent electric accumulators", + "parent": "8548", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854890", + "text": "854890 - Electrical parts of machinery or apparatus; n.e.c. in chapter 85", + "parent": "8548", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8549", + "text": "8549 - Electrical and electronic waste and scrap", + "parent": "85", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "854911", + "text": "854911 - Waste and scrap of lead-acid accumulators; spent lead-acid accumulators", + "parent": "8549", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854912", + "text": "854912 - Waste and scrap; of primary cells, primary batteries and electric accumulators, spent or not, containing lead, cadmium or mercury, other than lead-acid accumulators", + "parent": "8549", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854913", + "text": "854913 - Waste and scrap; of primary cells, primary batteries and electric accumulators, spent or not, sorted by chemical type and not containing lead, cadmium or mercury", + "parent": "8549", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854914", + "text": "854914 - Waste and scrap; of primary cells, primary batteries and electric accumulators, spent or not, unsorted and not containing lead, cadmium or mercury", + "parent": "8549", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854919", + "text": "854919 - Waste and scrap; of primary cells, primary batteries and electric accumulators, n.e.c. in item no 8549.1", + "parent": "8549", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854921", + "text": "854921 - Electrical and electronic waste and scrap; of a kind used principally for the recovery of precious metal, containing primary cells and batteries, electric accumulators, mercury-switches, glass from cathode ray tubes or other activated glass, or electrical", + "parent": "8549", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854929", + "text": "854929 - Waste and scrap; of a kind used principally for the recovery of precious metal n.e.c. in item no 8549.21", + "parent": "8549", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854931", + "text": "854931 - Electrical and electronic waste and scrap; electrical and electronic assemblies and printed circuit boards, other than those used principally for the recovery of precious metal, containing primary cells and batteries, electric accumulators, mercury-switch", + "parent": "8549", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854939", + "text": "854939 - Waste and scrap; electrical and electronic assemblies and printed circuit boards, other than those used principally for the recovery of precious metal n.e.c. in item no 8549.31", + "parent": "8549", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854991", + "text": "854991 - Waste and scrap; n.e.c. in heading no 8549", + "parent": "8549", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "854999", + "text": "854999 - Waste and scrap; n.e.c. in item no 8549.91", + "parent": "8549", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "86", + "text": "86 - Railway, tramway locomotives, rolling-stock and parts thereof; railway or tramway track fixtures and fittings and parts thereof; mechanical (including electro-mechanical) traffic signalling equipment of all kinds", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "8601", + "text": "8601 - Rail locomotives; powered from an external source of electricity or by electric accumulators", + "parent": "86", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "860110", + "text": "860110 - Rail locomotives; powered from an external source of electricity", + "parent": "8601", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "860120", + "text": "860120 - Rail locomotives; powered by electric accumulators", + "parent": "8601", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8602", + "text": "8602 - Rail locomotives; (other than those of heading no. 8601), locomotive tenders", + "parent": "86", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "860210", + "text": "860210 - Rail locomotives; diesel-electric powered", + "parent": "8602", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "860290", + "text": "860290 - Rail locomotives and locomotive tenders; other than diesel-electric powered", + "parent": "8602", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8603", + "text": "8603 - Railway or tramway coaches, vans and trucks; self-propelled tenders, other than those of heading no. 8604", + "parent": "86", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "860310", + "text": "860310 - Railway or tramway coaches, vans and trucks; self-propelled, powered from an external source of electricity (excluding those of heading no. 8604)", + "parent": "8603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "860390", + "text": "860390 - Railway or tramway coaches, vans and trucks; self-propelled, powered other than from an external source of electricity (excluding those of heading no. 8604)", + "parent": "8603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8604", + "text": "8604 - Railway or tramway maintenance or service vehicles; whether or not self-propelled (e.g. workshops, cranes, ballast tampers, trackliners, testing coaches and track inspection vehicles)", + "parent": "86", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "860400", + "text": "860400 - Railway or tramway maintenance or service vehicles; whether or not self-propelled (e.g. workshops, cranes, ballast tampers, trackliners, testing coaches and track inspection vehicles)", + "parent": "8604", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8605", + "text": "8605 - Railway or tramway coaches; passenger coaches, luggage vans, post office coaches and other special purpose railway or tramway coaches, not self-propelled (excluding those of heading no. 8604)", + "parent": "86", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "860500", + "text": "860500 - Railway or tramway coaches; passenger coaches, luggage vans, post office coaches and other special purpose railway or tramway coaches, not self-propelled (excluding those of heading no. 8604)", + "parent": "8605", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8606", + "text": "8606 - Railway or tramway goods vans and wagons; not self-propelled", + "parent": "86", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "860610", + "text": "860610 - Railway or tramway goods vans and wagons; tank wagons and the like, not self-propelled", + "parent": "8606", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "860620", + "text": "860620 - Railway wagons, insulated/refrigerated except tank ca", + "parent": "8606", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "860630", + "text": "860630 - Railway or tramway goods vans and wagons; self-discharging, not self-propelled, excluding those of item no. 8606.10", + "parent": "8606", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "860691", + "text": "860691 - Railway or tramway goods vans and wagons; covered and closed, not self-propelled", + "parent": "8606", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "860692", + "text": "860692 - Railway or tramway goods vans and wagons; open, with non-removable sides of a height exceeding 60cm, not self-propelled", + "parent": "8606", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "860699", + "text": "860699 - Railway or tramway goods vans and wagons; n.e.c. in heading no. 8606, not self-propelled", + "parent": "8606", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8607", + "text": "8607 - Railway or tramway locomotives or rolling stock; parts thereof", + "parent": "86", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "860711", + "text": "860711 - Railway or tramway locomotives or rolling stock; parts, driving bogies and bissel-bogies", + "parent": "8607", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "860712", + "text": "860712 - Railway or tramway locomotives or rolling stock; parts, bogies and bissel-bogies (excluding driving bogies and bissel-bogies)", + "parent": "8607", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "860719", + "text": "860719 - Railway or tramway locomotives or rolling stock; parts, axles and wheels, and parts thereof", + "parent": "8607", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "860721", + "text": "860721 - Railway or tramway locomotives or rolling stock; parts, air brakes and parts thereof", + "parent": "8607", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "860729", + "text": "860729 - Railway or tramway locomotives or rolling stock; parts, brakes (other than air brakes) and parts thereof", + "parent": "8607", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "860730", + "text": "860730 - Railway or tramway locomotives or rolling stock; parts, hooks and other coupling devices, buffers and parts thereof", + "parent": "8607", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "860791", + "text": "860791 - Railway or tramway locomotives; parts n.e.c. in heading no. 8607", + "parent": "8607", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "860799", + "text": "860799 - Railway or tramway rolling stock; parts n.e.c. in heading no. 8607", + "parent": "8607", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8608", + "text": "8608 - Railway or tramway track fixtures and fittings; mechanical (including electro-mechanical) signalling, safety or traffic control equipment for railways, tramways, roads, inland waterways, parking facilities, port installations or airfields; parts thereof", + "parent": "86", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "860800", + "text": "860800 - Railway or tramway track fixtures and fittings; mechanical (including electro-mechanical) signalling, safety or traffic control equipment for railways, tramways, roads, inland waterways, parking facilities, port installations or airfields; parts thereof", + "parent": "8608", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8609", + "text": "8609 - Containers; (including containers for transport of fluids) specially designed and equipped for carriage by one or more modes of transport", + "parent": "86", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "860900", + "text": "860900 - Containers; (including containers for transport of fluids) specially designed and equipped for carriage by one or more modes of transport", + "parent": "8609", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "87", + "text": "87 - Vehicles; other than railway or tramway rolling stock, and parts and accessories thereof", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "8701", + "text": "8701 - Tractors; (other than tractors of heading no 8709)", + "parent": "87", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "870110", + "text": "870110 - Tractors; single axle", + "parent": "8701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870120", + "text": "870120 - Tractors; road, for semi-trailers", + "parent": "8701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870121", + "text": "870121 - Tractors; road tractors for semi-trailers, with only compression-ignition internal combustion piston engine (diesel or semi-diesel)", + "parent": "8701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870122", + "text": "870122 - Tractors; road tractors for semi-trailers, with both compression-ignition internal combustion piston engine (diesel or semi-diesel) and electric motors for propulsion", + "parent": "8701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870123", + "text": "870123 - Tractors; road tractors for semi-trailers, with both spark-ignition internal combustion piston engine and electric motors for propulsion", + "parent": "8701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870124", + "text": "870124 - Tractors; road tractors for semi-trailers, with only electric motors for propulsion", + "parent": "8701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870129", + "text": "870129 - Tractors; road tractors for semi-trailers, with other propulsion methods n.e.c. in item no 8701.2", + "parent": "8701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870130", + "text": "870130 - Tractors; track-laying", + "parent": "8701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870190", + "text": "870190 - Tractors; n.e.c. in heading no 8701 (other than tractors of heading no 8709)", + "parent": "8701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870191", + "text": "870191 - Tractors; n.e.c. in heading no 8701 (other than tractors of heading no 8709); of an engine power not exceeding 18kW", + "parent": "8701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870192", + "text": "870192 - Tractors; n.e.c. in heading no 8701 (other than tractors of heading no 8709); of an engine power exceeding 18kW but not exceeding 37kW", + "parent": "8701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870193", + "text": "870193 - Tractors; n.e.c. in heading no 8701 (other than tractors of heading no 8709); of an engine power exceeding 37kW but not exceeding 75kW", + "parent": "8701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870194", + "text": "870194 - Tractors; n.e.c. in heading no 8701 (other than tractors of heading no 8709); of an engine power exceeding 75kW but not exceeding 130kW", + "parent": "8701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870195", + "text": "870195 - Tractors; n.e.c. in heading no 8701 (other than tractors of heading no 8709); of an engine power exceeding 130kW", + "parent": "8701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8702", + "text": "8702 - Vehicles; public transport passenger type", + "parent": "87", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "870210", + "text": "870210 - Vehicles; public transport type (carries 10 or more persons, including driver), with only compression-ignition internal combustion piston engine (diesel or semi-diesel), new or used", + "parent": "8702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870220", + "text": "870220 - Vehicles; public transport type (carries 10 or more persons, including driver), with both compression-ignition internal combustion piston engine (diesel or semi-diesel) and electric motor for propulsion, new or used", + "parent": "8702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870230", + "text": "870230 - Vehicles; public transport type (carries 10 or more persons, including driver), with both compression-ignition internal combustion piston engine (diesel or semi-diesel) and electric motor for propulsion, new or used", + "parent": "8702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870240", + "text": "870240 - Vehicles; public transport type (carries 10 or more persons, including driver), with only electric motor for propulsion, new or used", + "parent": "8702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870290", + "text": "870290 - Vehicles; public transport type (carries 10 or more persons, including driver), n.e.c. in heading 8702, new or used", + "parent": "8702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8703", + "text": "8703 - Motor cars and other motor vehicles; principally designed for the transport of persons (other than those of heading no. 8702), including station wagons and racing cars", + "parent": "87", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "870310", + "text": "870310 - Vehicles; specially designed for travelling on snow, golf cars and similar vehicles", + "parent": "8703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870321", + "text": "870321 - Vehicles; with only spark-ignition internal combustion piston engine, cylinder capacity not over 1000cc", + "parent": "8703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870322", + "text": "870322 - Vehicles; with only spark-ignition internal combustion piston engine, cylinder capacity over 1000 but not over 1500cc", + "parent": "8703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870323", + "text": "870323 - Vehicles; with only spark-ignition internal combustion reciprocating piston engine, cylinder capacity over 1500 but not over 3000cc", + "parent": "8703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870324", + "text": "870324 - Vehicles; with only spark-ignition internal combustion reciprocating piston engine, cylinder capacity over 3000cc", + "parent": "8703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870331", + "text": "870331 - Vehicles; with only compression-ignition internal combustion piston engine (diesel or semi-diesel), cylinder capacity not over 1500cc", + "parent": "8703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870332", + "text": "870332 - Vehicles; with only compression-ignition internal combustion piston engine (diesel or semi-diesel), cylinder capacity over 1500 but not over 2500cc", + "parent": "8703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870333", + "text": "870333 - Vehicles; with only compression-ignition internal combustion piston engine (diesel or semi-diesel), cylinder capacity over 2500cc", + "parent": "8703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870340", + "text": "870340 - Vehicles; with both spark-ignition internal combustion piston engine and electric motor for propulsion, incapable of being charged by plugging to external source of electric power", + "parent": "8703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870350", + "text": "870350 - Vehicles; with both compression-ignition internal combustion piston engine (diesel or semi-diesel) and electric motor for propulsion, incapable of being charged by plugging to external source of electric power", + "parent": "8703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870360", + "text": "870360 - Vehicles; with both spark-ignition internal combustion piston engine and electric motor for propulsion, capable of being charged by plugging to external source of electric power", + "parent": "8703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870370", + "text": "870370 - Vehicles; with both compression-ignition internal combustion piston engine (diesel or semi-diesel) and electric motor for propulsion, capable of being charged by plugging to external source of electric power", + "parent": "8703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870380", + "text": "870380 - Vehicles; with only electric motor for propulsion", + "parent": "8703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870390", + "text": "870390 - Vehicles; for transport of persons (other than those of heading no. 8702) n.e.c. in heading no. 8703", + "parent": "8703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8704", + "text": "8704 - Vehicles; for the transport of goods", + "parent": "87", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "870410", + "text": "870410 - Vehicles; dumpers, designed for off-highway use, for transport of goods", + "parent": "8704", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870421", + "text": "870421 - Vehicles; with only compression-ignition internal combustion piston engine (diesel or semi-diesel), for transport of goods, (of a gvw not exceeding 5 tonnes), n.e.c. in item no 8704.1", + "parent": "8704", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870422", + "text": "870422 - Vehicles; with only compression-ignition internal combustion piston engine (diesel or semi-diesel), for transport of goods, (of a g.v.w. exceeding 5 tonnes but not exceeding 20 tonnes), n.e.c. in item no 8704.1", + "parent": "8704", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870423", + "text": "870423 - Vehicles; with only compression-ignition internal combustion piston engine (diesel or semi-diesel), for transport of goods, (of a g.v.w. exceeding 20 tonnes), n.e.c. in item no 8704.1", + "parent": "8704", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870431", + "text": "870431 - Vehicles; with only spark-ignition internal combustion piston engine, for transport of goods, (of a g.v.w. not exceeding 5 tonnes), n.e.c. in item no 8704.1", + "parent": "8704", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870432", + "text": "870432 - Vehicles; with only spark-ignition internal combustion piston engine, for transport of goods, (of a g.v.w. exceeding 5 tonnes), n.e.c. in item no 8704.1", + "parent": "8704", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870441", + "text": "870441 - Vehicles; with both compression-ignition internal combustion piston engine (diesel/semi-diesel) and electric motor as motor for propulsion, unassembled as in section 14, (gvw not exceeding 5000kg), for the transport of goods, vans", + "parent": "8704", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870442", + "text": "870442 - Vehicles; with both compression-ignition internal combustion piston engine (diesel/semi-diesel) and electric motors for propulsion, of a g.v.w. exceeding 5,000kg but not exceeding 20,000kg", + "parent": "8704", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870443", + "text": "870443 - Vehicles; with both compression-ignition internal combustion piston engine (diesel/semi-diesel) and electric motors for propulsion, of a g.v.w. exceeding 20,000kg", + "parent": "8704", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870451", + "text": "870451 - Vehicles; with both spark-ignition internal combustion piston engine and electric motors for propulsion, of a g.v.w. not exceeding 5,000kg", + "parent": "8704", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870452", + "text": "870452 - Vehicles; with both spark-ignition internal combustion piston engine and electric motors for propulsion, of a g.v.w. exceeding 5,000kg", + "parent": "8704", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870460", + "text": "870460 - Vehicles; with only electric motor for propulsion", + "parent": "8704", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870490", + "text": "870490 - Vehicles; for transport of goods, n.e.c. in heading no. 8704", + "parent": "8704", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8705", + "text": "8705 - Special purpose motor vehicles; not those for the transport of persons or goods (e.g. breakdown lorries, road sweeper lorries, spraying lorries, mobile workshops, mobile radiological units etc)", + "parent": "87", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "870510", + "text": "870510 - Vehicles; crane lorries", + "parent": "8705", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870520", + "text": "870520 - Vehicles; mobile drilling derricks", + "parent": "8705", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870530", + "text": "870530 - Vehicles; fire fighting vehicles", + "parent": "8705", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870540", + "text": "870540 - Vehicles; concrete-mixer lorries", + "parent": "8705", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870590", + "text": "870590 - Vehicles; break-down lorries, road-sweepers, spraying lorries, mobile workshops, mobile radiological units, and other special purpose vehicles n.e.c. in heading no. 8705", + "parent": "8705", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8706", + "text": "8706 - Chassis; fitted with engines, for the motor vehicles of heading no. 8701 to 8705", + "parent": "87", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "870600", + "text": "870600 - Chassis; fitted with engines, for the motor vehicles of heading no. 8701 to 8705", + "parent": "8706", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8707", + "text": "8707 - Bodies; (including cabs) for the motor vehicles of heading no. 8701 to 8705", + "parent": "87", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "870710", + "text": "870710 - Vehicles; bodies (including cabs) for the motor vehicles of heading no. 8703", + "parent": "8707", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870790", + "text": "870790 - Vehicles; bodies (including cabs) for the motor vehicles of heading no. 8701, 8702, 8704 or 8705", + "parent": "8707", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8708", + "text": "8708 - Motor vehicles; parts and accessories, of heading no. 8701 to 8705", + "parent": "87", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "870810", + "text": "870810 - Vehicles; bumpers and parts thereof, for the vehicles of heading no. 8701 to 8705", + "parent": "8708", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870821", + "text": "870821 - Vehicles; parts of bodies, safety seat belts", + "parent": "8708", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870822", + "text": "870822 - Vehicles; parts and accessories, front windscreens (windshields), rear windows and other windows specified in subheading note 1 to this chapter", + "parent": "8708", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870829", + "text": "870829 - Vehicles; parts and accessories, of bodies, other than safety seat belts", + "parent": "8708", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870830", + "text": "870830 - Vehicle parts; brakes, servo-brakes and parts thereof", + "parent": "8708", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870831", + "text": "870831 - Mounted brake linings for motor vehicles", + "parent": "8708", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870839", + "text": "870839 - Brake system parts except linings for motor vehicles", + "parent": "8708", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870840", + "text": "870840 - Vehicle parts; gear boxes and parts thereof", + "parent": "8708", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870850", + "text": "870850 - Vehicle parts; drive-axles with differential, whether or not provided with other transmission components, and non-driving axles; parts thereof", + "parent": "8708", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870860", + "text": "870860 - Non-driving axles/parts for motor vehicles", + "parent": "8708", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870870", + "text": "870870 - Vehicle parts; road wheels and parts and accessories thereof", + "parent": "8708", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870880", + "text": "870880 - Vehicle parts; suspension systems and parts thereof (including shock-absorbers)", + "parent": "8708", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870891", + "text": "870891 - Vehicle parts; radiators and parts thereof", + "parent": "8708", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870892", + "text": "870892 - Vehicle parts; silencers (mufflers) and exhaust pipes; parts thereof", + "parent": "8708", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870893", + "text": "870893 - Vehicle parts; clutches and parts thereof", + "parent": "8708", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870894", + "text": "870894 - Vehicle parts; steering wheels, steering columns and steering boxes; parts thereof", + "parent": "8708", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870895", + "text": "870895 - Vehicle parts; safety airbags with inflater system; parts thereof", + "parent": "8708", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870899", + "text": "870899 - Vehicle parts and accessories; n.e.c. in heading no. 8708", + "parent": "8708", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8709", + "text": "8709 - Works trucks, self-propelled, (not fitted with lifting or handling equipment), for factories, warehouses etc, for short distance transport of goods, tractors used on railway station platforms; parts thereof", + "parent": "87", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "870911", + "text": "870911 - Vehicles; electrical, self-propelled, (not fitted with lifting or handling equipment), of the type used for short distance transport of goods in factories, warehouses, dock areas or airports", + "parent": "8709", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870919", + "text": "870919 - Vehicles; (not electrical), self-propelled, without handling equipment, used for short distance transport of goods in factories, airports and such, and tractors of the type used on railway station platforms", + "parent": "8709", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "870990", + "text": "870990 - Vehicles; parts of the vehicles of heading no. 8709", + "parent": "8709", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8710", + "text": "8710 - Tanks and other armoured fighting vehicles; motorised, whether or not fitted with weapons, and parts of such vehicles", + "parent": "87", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "871000", + "text": "871000 - Tanks and other armoured fighting vehicles; motorised, whether or not fitted with weapons, and parts of such vehicles", + "parent": "8710", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8711", + "text": "8711 - Motorcycles (including mopeds) and cycles; fitted with an auxiliary motor, with or without side-cars; side-cars", + "parent": "87", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "871110", + "text": "871110 - Motorcycles (including mopeds) and cycles; fitted with an auxiliary motor, with internal combustion piston engine of a cylinder capacity not exceeding 50cc, with or without side-cars; side-cars", + "parent": "8711", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "871120", + "text": "871120 - Motorcycles (including mopeds) and cycles; fitted with an auxiliary motor, internal combustion piston engine, of cylinder capacity exceeding 50cc but not exceeding 250cc, with or without side-cars; side-cars", + "parent": "8711", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "871130", + "text": "871130 - Motorcycles (including mopeds) and cycles; fitted with an auxiliary motor, internal combustion piston engine, of cylinder capacity exceeding 250cc but not exceeding 500cc, with or without side-cars; side-cars", + "parent": "8711", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "871140", + "text": "871140 - Motorcycles (including mopeds) and cycles; fitted with auxiliary motor, internal combustion piston engine of cylinder capacity exceeding 500cc but not exceeding 800cc, with or without sidecars; side-cars", + "parent": "8711", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "871150", + "text": "871150 - Motorcycles (including mopeds) and cycles; fitted with auxiliary motor, with internal combustion piston engine of a cylinder capacity exceeding 800cc, with or without side-cars; side-cars", + "parent": "8711", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "871160", + "text": "871160 - Motorcycles (including mopeds) and cycles; fitted with auxiliary motor, with electric motor for propulsion, with or without side-cars; side-cars", + "parent": "8711", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "871190", + "text": "871190 - Motorcycles (including mopeds) and cycles; n.e.c. in heading no. 8711, fitted with auxiliary motor, with or without side-cars; side-cars", + "parent": "8711", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8712", + "text": "8712 - Bicycles and other cycles; including delivery tricycles, not motorised", + "parent": "87", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "871200", + "text": "871200 - Bicycles and other cycles; including delivery tricycles, not motorised", + "parent": "8712", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8713", + "text": "8713 - Carriages for disabled persons; whether or not motorised or otherwise mechanically propelled", + "parent": "87", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "871310", + "text": "871310 - Carriages for disabled persons; not mechanically propelled", + "parent": "8713", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "871390", + "text": "871390 - Carriages for disabled persons; mechanically propelled", + "parent": "8713", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8714", + "text": "8714 - Vehicles; parts and accessories of heading no. 8711 to 8713", + "parent": "87", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "871410", + "text": "871410 - Motorcycles (including mopeds); parts and accessories", + "parent": "8714", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "871411", + "text": "871411 - Saddles for motorcycles (incl. mopeds)", + "parent": "8714", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "871419", + "text": "871419 - Parts & accessories of motorcycles (incl. mopeds), other than saddles", + "parent": "8714", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "871420", + "text": "871420 - Carriages for disabled persons; parts and accessories thereof", + "parent": "8714", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "871491", + "text": "871491 - Cycles; frames and forks, and parts thereof", + "parent": "8714", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "871492", + "text": "871492 - Cycles; parts thereof, wheel rims and spokes", + "parent": "8714", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "871493", + "text": "871493 - Cycles; parts thereof, hubs (other than coaster braking hubs and hub brakes) and free-wheel sprocket-wheels", + "parent": "8714", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "871494", + "text": "871494 - Cycles; parts thereof, brakes, including coaster braking hubs and hub-brakes, and parts thereof", + "parent": "8714", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "871495", + "text": "871495 - Cycles; parts thereof, saddles", + "parent": "8714", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "871496", + "text": "871496 - Cycles; parts, pedals and crank-gear, and parts thereof", + "parent": "8714", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "871499", + "text": "871499 - Cycles; parts thereof, n.e.c. in item no. 8714.9", + "parent": "8714", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8715", + "text": "8715 - Baby carriages and parts thereof", + "parent": "87", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "871500", + "text": "871500 - Baby carriages and parts thereof", + "parent": "8715", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8716", + "text": "8716 - Trailers and semi-trailers; other vehicles, not mechanically propelled; parts thereof", + "parent": "87", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "871610", + "text": "871610 - Trailers and semi-trailers; of the caravan type, for housing or camping", + "parent": "8716", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "871620", + "text": "871620 - Trailers and semi-trailers; self-loading or self-unloading, for agricultural purposes", + "parent": "8716", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "871631", + "text": "871631 - Tanker trailers and tanker semi-trailers", + "parent": "8716", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "871639", + "text": "871639 - Trailers and semi-trailers; (other than tanker type)", + "parent": "8716", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "871640", + "text": "871640 - Trailers and semi-trailers; n.e.c. in item no. 8716.3", + "parent": "8716", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "871680", + "text": "871680 - Vehicles; n.e.c. in heading no. 8716", + "parent": "8716", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "871690", + "text": "871690 - Trailers, semi-trailers and other vehicles not mechanically propelled; parts thereof for heading no. 8716", + "parent": "8716", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "88", + "text": "88 - Aircraft, spacecraft, and parts thereof", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "8801", + "text": "8801 - Balloons and dirigibles; gliders, hang gliders and other non-powered aircraft.", + "parent": "88", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "880100", + "text": "880100 - Balloons and dirigibles; gliders, hang gliders and other non-powered aircraft.", + "parent": "8801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "880110", + "text": "880110 - Gliders, hang gliders", + "parent": "8801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "880190", + "text": "880190 - Balloons, dirigibles, non-powered aircraft nes", + "parent": "8801", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8802", + "text": "8802 - Aircraft n.e.c. in heading no. 8801, except unmanned aircraft of heading 8806, (e.g. helicopters, aeroplanes); spacecraft (including satellites) and suborbital and spacecraft launch vehicles", + "parent": "88", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "880211", + "text": "880211 - Helicopters, except unmanned; of an unladen weight not exceeding 2000kg", + "parent": "8802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "880212", + "text": "880212 - Helicopters, except unmanned; of an unladen weight exceeding 2000kg", + "parent": "8802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "880220", + "text": "880220 - Aeroplanes and other aircraft, except unmanned; of an unladen weight not exceeding 2000kg", + "parent": "8802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "880230", + "text": "880230 - Aeroplanes and other aircraft, except unmanned; of an unladen weight exceeding 2000kg but not exceeding 15,000kg", + "parent": "8802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "880240", + "text": "880240 - Aeroplanes and other aircraft, except unmanned; of an unladen weight exceeding 15,000kg", + "parent": "8802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "880250", + "text": "880250 - Spacecraft, satellites and spacecraft launch vehicles", + "parent": "8802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "880260", + "text": "880260 - Spacecraft; (including satellites) and suborbital and spacecraft launch vehicles", + "parent": "8802", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8803", + "text": "8803 - Aircraft; parts of heading no. 8801 or 8802", + "parent": "88", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "880310", + "text": "880310 - Aircraft and spacecraft; propellers and rotors and parts thereof", + "parent": "8803", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "880320", + "text": "880320 - Aircraft and spacecraft; under-carriages and parts thereof", + "parent": "8803", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "880330", + "text": "880330 - Aircraft and spacecraft; parts of aeroplanes or helicopters n.e.c. in heading no. 8803", + "parent": "8803", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "880390", + "text": "880390 - Aircraft and spacecraft; parts thereof n.e.c. in chapter 88", + "parent": "8803", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8804", + "text": "8804 - Parachutes (including dirigible parachutes and paragliders) and rotochutes; parts thereof and accessories thereto", + "parent": "88", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "880400", + "text": "880400 - Parachutes (including dirigible parachutes and paragliders) and rotochutes; parts thereof and accessories thereto", + "parent": "8804", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8805", + "text": "8805 - Aircraft launching gear, deck-arrestor or similar gear, ground flying trainers; parts of the foregoing articles", + "parent": "88", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "880510", + "text": "880510 - Aircraft launching gear, deck-arrestor or similar gear and parts thereof", + "parent": "8805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "880520", + "text": "880520 - Flight simulators, parts thereof", + "parent": "8805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "880521", + "text": "880521 - Ground flying trainers and parts thereof; air combat simulators and parts thereof", + "parent": "8805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "880529", + "text": "880529 - Ground flying trainers and parts thereof; other than air combat simulators and parts thereof", + "parent": "8805", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8806", + "text": "8806 - Unmanned aircraft", + "parent": "88", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "880610", + "text": "880610 - Unmanned aircraft; for carriage of passengers", + "parent": "8806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "880621", + "text": "880621 - Unmanned aircraft; for remote-controlled flight only, for other than for carriage of passengers, with the maximum take-off weight of not more than 250g", + "parent": "8806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "880622", + "text": "880622 - Unmanned aircraft; for remote-controlled flight only, for other than for carriage of passengers, with the maximum take-off weight of more than 250g but not more than 7kg", + "parent": "8806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "880623", + "text": "880623 - Unmanned aircraft; for remote-controlled flight only, for other than for carriage of passengers, with the maximum take-off weight of more than 7kg but not more than 25kg", + "parent": "8806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "880624", + "text": "880624 - Unmanned aircraft; for remote-controlled flight only, for other than for carriage of passengers, with the maximum take-off weight of more than 25kg but not more than 150kg", + "parent": "8806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "880629", + "text": "880629 - Unmanned aircraft; for remote-controlled flight only, for other than for carriage of passengers, with the maximum take-off weight of more than 150kg", + "parent": "8806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "880691", + "text": "880691 - Unmanned aircraft; for other than remote-controlled flight and other than for carriage of passengers with a maximum take-off weight not more than 250g", + "parent": "8806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "880692", + "text": "880692 - Unmanned aircraft; for other than remote-controlled flight and other than for carriage of passengers with a maximum take-off weight more than 250g but not more than 7kg", + "parent": "8806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "880693", + "text": "880693 - Unmanned aircraft; for other than remote-controlled flight and other than for carriage of passengers with a maximum take-off weight more than 7kg but not more than 25kg", + "parent": "8806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "880694", + "text": "880694 - Unmanned aircraft; for other than remote-controlled flight and other than for carriage of passengers with a maximum take-off weight more than 25kg but not more than 150kg", + "parent": "8806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "880699", + "text": "880699 - Unmanned aircraft; for other than remote-controlled flight and other than for carriage of passengers with a maximum take-off weight more than 150kg", + "parent": "8806", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8807", + "text": "8807 - Aircraft; parts of goods of heading 8801, 8802 or 8806", + "parent": "88", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "880710", + "text": "880710 - Aircraft and spacecraft; propellers and rotors and parts thereof", + "parent": "8807", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "880720", + "text": "880720 - Aircraft and spacecraft; under-carriages and parts thereof", + "parent": "8807", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "880730", + "text": "880730 - Aircraft and spacecraft; parts of aeroplanes, helicopters or unmanned aircraft n.e.c. in heading no. 8807", + "parent": "8807", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "880790", + "text": "880790 - Aircraft and spacecraft; parts thereof n.e.c. in chapter 88", + "parent": "8807", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "89", + "text": "89 - Ships, boats and floating structures", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "8901", + "text": "8901 - Cruise ships, excursion boats, ferry-boats, cargo ships, barges and similar vessels for the transport of persons or goods", + "parent": "89", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "890110", + "text": "890110 - Cruise ships, excursion boats and similar vessels, principally designed for the transport of persons, ferry boats of all kinds", + "parent": "8901", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "890120", + "text": "890120 - Tankers", + "parent": "8901", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "890130", + "text": "890130 - Vessels, refrigerated; other than tankers", + "parent": "8901", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "890190", + "text": "890190 - Vessels; n.e.c. in heading no. 8901, for the transport of goods and other vessels for the transport of both persons and goods", + "parent": "8901", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8902", + "text": "8902 - Fishing vessels, factory ships and other vessels; for processing or preserving fishery products", + "parent": "89", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "890200", + "text": "890200 - Fishing vessels, factory ships and other vessels; for processing or preserving fishery products", + "parent": "8902", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8903", + "text": "8903 - Yachts and other vessels; for pleasure or sports, rowing boats and canoes", + "parent": "89", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "890310", + "text": "890310 - Yachts and other vessels; for pleasure or sports, rowing boats and canoes, inflatable", + "parent": "8903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "890311", + "text": "890311 - Yachts and other vessels; for pleasure or sports, inflatable (including rigid hull inflatable), fitted or designed to be fitted with a motor, unladen (net) weight (excluding the motor) not exceeding 100kg", + "parent": "8903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "890312", + "text": "890312 - Yachts and other vessels; for pleasure or sports, inflatable (including rigid hull inflatable), not designed to be used with a motor and unladen (net) weight not exceeding 100kg", + "parent": "8903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "890319", + "text": "890319 - Yachts and other vessels; for pleasure or sports, inflatable (including rigid hull inflatable), unladen (net) weight exceeding 100kg", + "parent": "8903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "890321", + "text": "890321 - Sailboats; (other than inflatable) with or without auxiliary motor, for pleasure or sports, of a length not exceeding 7.5m", + "parent": "8903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "890322", + "text": "890322 - Sailboats; (other than inflatable) with or without auxiliary motor, for pleasure or sports, of a length exceeding 7.5m but not exceeding 24m", + "parent": "8903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "890323", + "text": "890323 - Sailboats; (other than inflatable) with or without auxiliary motor, for pleasure or sports, of a length exceeding 24m", + "parent": "8903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "890331", + "text": "890331 - Motorboats; (other than outboard motorboats), for pleasure or sports, other than inflatable, of a length not exceeding 7.5m", + "parent": "8903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "890332", + "text": "890332 - Motorboats; (other than outboard motorboats), for pleasure or sports, other than inflatable, of a length exceeding 7.5m but not exceeding 24m", + "parent": "8903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "890333", + "text": "890333 - Motorboats; (other than outboard motorboats), for pleasure or sports, other than inflatable, of a length exceeding 24m", + "parent": "8903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "890391", + "text": "890391 - Sailboats; with or without auxiliary motor, for pleasure or sports, other than inflatable", + "parent": "8903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "890392", + "text": "890392 - Motorboats; (other than outboard motorboats), for pleasure or sports, other than inflatable", + "parent": "8903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "890393", + "text": "890393 - Vessels; (other than sailboats and motorboats), for pleasure or sports, other than inflatable, of a length not exceeding 7.5m", + "parent": "8903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "890399", + "text": "890399 - Vessels; (other than sailboats and motorboats), for pleasure or sports, other than inflatable, of a length exceeding 7.5m", + "parent": "8903", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8904", + "text": "8904 - Tugs and pusher craft", + "parent": "89", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "890400", + "text": "890400 - Tugs and pusher craft", + "parent": "8904", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8905", + "text": "8905 - Light-vessels, fire-floats, dredgers, floating cranes, other vessels; the navigability of which is subsidiary to main function; floating docks, floating, submersible drilling, production platforms", + "parent": "89", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "890510", + "text": "890510 - Dredgers", + "parent": "8905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "890520", + "text": "890520 - Floating or submersible drilling or production platforms", + "parent": "8905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "890590", + "text": "890590 - Vessels; light, fire-floats, floating cranes and other vessels, the navigability of which is subsidiary to their main function, floating docks", + "parent": "8905", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8906", + "text": "8906 - Vessels; other, including warships and lifeboats, other than rowing boats", + "parent": "89", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "890600", + "text": "890600 - Warships, lifeboats, hospital ships, vessels nes", + "parent": "8906", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "890610", + "text": "890610 - Vessels; warships", + "parent": "8906", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "890690", + "text": "890690 - Vessels; other, including lifeboats other than rowing boats, other than warships", + "parent": "8906", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8907", + "text": "8907 - Boats, floating structures, other (for e.g. rafts, tanks, coffer-dams, landing stages, buoys and beacons)", + "parent": "89", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "890710", + "text": "890710 - Rafts; inflatable", + "parent": "8907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "890790", + "text": "890790 - Floating structures; tanks, coffer-dams, landing stages, buoys and beacons", + "parent": "8907", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "8908", + "text": "8908 - Vessels and other floating structures; for breaking up", + "parent": "89", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "890800", + "text": "890800 - Vessels and other floating structures; for breaking up", + "parent": "8908", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "90", + "text": "90 - Optical, photographic, cinematographic, measuring, checking, medical or surgical instruments and apparatus; parts and accessories", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "9001", + "text": "9001 - Optical fibres and optical fibre bundles; optical fibre cables not of heading no. 8544; sheets, plates of polarising material; lenses, prisms, mirrors, of any material; unmounted; not non optical glass", + "parent": "90", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "900110", + "text": "900110 - Optical fibres, optical fibre bundles and cables; excluding those of heading no. 8544", + "parent": "9001", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900120", + "text": "900120 - Optical elements; polarising material, sheets and plates thereof", + "parent": "9001", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900130", + "text": "900130 - Lenses, contact; unmounted, of any material, excluding elements of glass not optically worked", + "parent": "9001", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900140", + "text": "900140 - Lenses, spectacle; unmounted, of glass, excluding elements of glass not optically worked", + "parent": "9001", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900150", + "text": "900150 - Lenses, spectacle; unmounted, of materials other than glass", + "parent": "9001", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900190", + "text": "900190 - Optical elements; lenses n.e.c. in heading no. 9001, prisms, mirrors and other optical elements, unmounted, of any material (excluding elements of glass not optically worked)", + "parent": "9001", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9002", + "text": "9002 - Lenses, prisms, mirrors and other optical elements, of any material, mounted, being parts or fittings for instruments or apparatus, other than such elements of glass not optically worked", + "parent": "90", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "900211", + "text": "900211 - Lenses; objective, for cameras, projectors or photographic enlargers or reducers, mounted, being parts or fittings for instruments or apparatus, of any material (excluding glass not optically worked)", + "parent": "9002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900219", + "text": "900219 - Lenses; objective, (other than for cameras, projectors or photographic enlargers or reducers), mounted, of any material (excluding elements of glass not optically worked)", + "parent": "9002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900220", + "text": "900220 - Filters; mounted as parts or fittings for instruments or apparatus, of any material (excluding elements of glass not optically worked)", + "parent": "9002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900290", + "text": "900290 - Optical elements; n.e.c. in heading no. 9002 (e.g. prisms and mirrors), mounted, being parts or fittings for instruments or apparatus, of any material (excluding elements of glass not optically worked)", + "parent": "9002", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9003", + "text": "9003 - Frames and mountings; for spectacles, goggles or the like, and parts", + "parent": "90", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "900311", + "text": "900311 - Frames and mountings; for spectacles, goggles or the like, of plastics", + "parent": "9003", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900319", + "text": "900319 - Frames and mountings; for spectacles, goggles or the like, of materials other than plastics", + "parent": "9003", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900390", + "text": "900390 - Frames and mountings; parts for spectacles, goggles or the like", + "parent": "9003", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9004", + "text": "9004 - Spectacles, goggles and the like; corrective, protective or other", + "parent": "90", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "900410", + "text": "900410 - Sunglasses; corrective, protective or other", + "parent": "9004", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900490", + "text": "900490 - Spectacles, goggles and the like; (other than sunglasses) corrective, protective or other", + "parent": "9004", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9005", + "text": "9005 - Binoculars, monoculars, other optical telescopes, mountings therefore; other astronomical instruments, mountings therefore, but not including instruments for radio-astronomy", + "parent": "90", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "900510", + "text": "900510 - Binoculars", + "parent": "9005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900580", + "text": "900580 - Monoculars; other optical telescopes and astronomical instruments, excluding instruments for radio-astronomy", + "parent": "9005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900590", + "text": "900590 - Binoculars, monoculars, other optical telescopes, astronomical instruments (excluding those of radio-astronomy); parts and accessories (including mountings)", + "parent": "9005", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9006", + "text": "9006 - Cameras, photographic (excluding cinematographic); photographic flashlight apparatus and flashbulbs other than discharge lamps of heading no. 8539", + "parent": "90", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "900610", + "text": "900610 - Cameras, photographic (excluding cinematographic); of a kind used for preparing printing plates or cylinders", + "parent": "9006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900620", + "text": "900620 - Cameras for recording microfilm etc", + "parent": "9006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900630", + "text": "900630 - Cameras, photographic (excluding cinematographic); specially designed for underwater use, aerial survey, medical or surgical examination of internal organs; comparison cameras for forensic or criminological use", + "parent": "9006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900640", + "text": "900640 - Cameras, photographic (excluding cinematographic); instant print cameras", + "parent": "9006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900651", + "text": "900651 - Cameras, photographic (excluding cinematographic); with a through-the-lens viewfinder, single lens reflex (SLR), for a roll film of a width not exceeding 35mm", + "parent": "9006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900652", + "text": "900652 - Cameras, photographic (excluding cinematographic); of a kind (not SLR) for roll film of a width less than 35mm", + "parent": "9006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900653", + "text": "900653 - Cameras, photographic (excluding cinematographic), for roll film of a width of 35mm", + "parent": "9006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900659", + "text": "900659 - Cameras, photographic (excluding cinematographic); n.e.c. in heading no 9006", + "parent": "9006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900661", + "text": "900661 - Photographic flashlight apparatus; discharge lamp (electronic)", + "parent": "9006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900662", + "text": "900662 - Flashbulbs, flashcubes and the like", + "parent": "9006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900669", + "text": "900669 - Photographic flashlight apparatus; n.e.c. in heading no. 9006", + "parent": "9006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900691", + "text": "900691 - Cameras, photographic (excluding cinematographic); parts and accessories", + "parent": "9006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900699", + "text": "900699 - Photographic flashlight apparatus; parts and accessories, for other than cameras", + "parent": "9006", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9007", + "text": "9007 - Cinematographic cameras and projectors, whether or not incorporating sound recording or reproducing apparatus", + "parent": "90", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "900710", + "text": "900710 - Cameras, cinematographic; whether or not incorporating sound recording apparatus", + "parent": "9007", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900711", + "text": "900711 - Cinematographic cameras, whether/not incorporating sound recording apparatus, for film of <16mm width/double-8mm film", + "parent": "9007", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900719", + "text": "900719 - Cinematographic cameras, whether/not incorporating sound recording apparatus, other than those for film of <16mm/double-8mm film", + "parent": "9007", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900720", + "text": "900720 - Projectors, cinematographic; whether or not incorporating sound recording or reproducing apparatus", + "parent": "9007", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900721", + "text": "900721 - Cinematographic projectors for film of <16 mm width", + "parent": "9007", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900729", + "text": "900729 - Cinematographic projectors for film of >16 mm width", + "parent": "9007", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900791", + "text": "900791 - Cameras, cinematographic; parts and accessories, whether or not incorporating sound recording apparatus", + "parent": "9007", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900792", + "text": "900792 - Projectors, cinematographic; parts and accessories, whether or not incorporating sound reproducing apparatus", + "parent": "9007", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9008", + "text": "9008 - Image projectors, other than cinematographic; photographic (other than cinematographic) enlargers and reducers", + "parent": "90", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "900810", + "text": "900810 - Slide projectors", + "parent": "9008", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900820", + "text": "900820 - Microfilm/microfiche/other microform readers, whether/not capable of producing copies", + "parent": "9008", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900830", + "text": "900830 - Image projectors (excl. of 9008.10 & 9008.20; excl. cinematographic)", + "parent": "9008", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900840", + "text": "900840 - Photographic (excl. cinematographic) enlargers & reducers", + "parent": "9008", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900850", + "text": "900850 - Image projectors, photographic enlargers and reducers, excluding cinematographic", + "parent": "9008", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900890", + "text": "900890 - Photographic (other than cinematographic) image projectors, enlargers, and reducers; parts and accessories", + "parent": "9008", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9009", + "text": "9009 - Photo-copying apparatus", + "parent": "90", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "900911", + "text": "900911 - Electrostatic photo-copyers, direct process", + "parent": "9009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900912", + "text": "900912 - Electrostatic photo-copyers, indirect process", + "parent": "9009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900921", + "text": "900921 - Photo-copying equipment with an optical system, nes", + "parent": "9009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900922", + "text": "900922 - Contact type photo-copying apparatus,nes", + "parent": "9009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900930", + "text": "900930 - Thermo-copying apparatus", + "parent": "9009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900990", + "text": "900990 - Parts and accessories for photo-copying apparatus", + "parent": "9009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900991", + "text": "900991 - Automatic document feeders for the photocopying app. of 90.09", + "parent": "9009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900992", + "text": "900992 - Paper feeders for the photocopying app. of 90.09", + "parent": "9009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900993", + "text": "900993 - Sorters for the photocopying app. of 90.09", + "parent": "9009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "900999", + "text": "900999 - Parts & accessories of the photocopying app. of 90.09, n.e.s. in 90.09", + "parent": "9009", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9010", + "text": "9010 - Photographic (including cinematographic) laboratory apparatus and equipment, n.e.c. in chapter 90; negatoscopes; projection screens", + "parent": "90", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "901010", + "text": "901010 - Photographic laboratory apparatus and equipment; for automatically developing photographic (including cinematographic) film or paper in rolls or for automatically exposing developed film to rolls of paper", + "parent": "9010", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901020", + "text": "901020 - Equipment for photographic laboratories nes", + "parent": "9010", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901030", + "text": "901030 - Projection screens", + "parent": "9010", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901041", + "text": "901041 - Direct write-on-wafer ap", + "parent": "9010", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901042", + "text": "901042 - Step and repeat aligners", + "parent": "9010", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901049", + "text": "901049 - Apparatus for projection", + "parent": "9010", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901050", + "text": "901050 - Photographic laboratory apparatus and equipment; n.e.c. in item no. 9010.10, for photographic (including cinematographic) laboratories; negatoscopes", + "parent": "9010", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901060", + "text": "901060 - Photographic laboratory apparatus and equipment (including cinematographic); projection screens", + "parent": "9010", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901090", + "text": "901090 - Photographic laboratory apparatus and equipment (including cinematographic); parts and accessories", + "parent": "9010", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9011", + "text": "9011 - Microscopes, compound optical; including those for photomicrography, cinephotomicrography or microprojection", + "parent": "90", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "901110", + "text": "901110 - Microscopes, compound optical; stereoscopic microscopes", + "parent": "9011", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901120", + "text": "901120 - Microscopes, compound optical; for photomicrography, cinephotomicrography or microprojection", + "parent": "9011", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901180", + "text": "901180 - Microscopes, compound optical; (other than stereoscopic and microscopes for photomicrography, cinephotomicrography or microprojection)", + "parent": "9011", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901190", + "text": "901190 - Microscopes, compound optical; parts and accessories (including those for photomicrography, cinephotomicrography or microprojection)", + "parent": "9011", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9012", + "text": "9012 - Microscopes (excluding optical microscopes); diffraction apparatus", + "parent": "90", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "901210", + "text": "901210 - Microscopes (excluding optical microscopes); diffraction apparatus", + "parent": "9012", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901290", + "text": "901290 - Microscopes (excluding optical microscopes); diffraction apparatus; parts and accessories", + "parent": "9012", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9013", + "text": "9013 - Lasers, other than laser diodes; other optical appliances and instruments n.e.c. in this chapter", + "parent": "90", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "901310", + "text": "901310 - Optical appliances and instruments; telescopic sights for fitting to arms; periscopes; telescopes designed to form parts of machines, appliances, instruments or apparatus of this chapter", + "parent": "9013", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901320", + "text": "901320 - Lasers; other than laser diodes", + "parent": "9013", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901380", + "text": "901380 - Optical devices, appliances and instruments; n.e.c. in heading no. 9013", + "parent": "9013", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901390", + "text": "901390 - Optical appliances and instruments; parts and accessories for articles of heading no. 9013", + "parent": "9013", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9014", + "text": "9014 - Navigational instruments and appliances; direction finding compasses", + "parent": "90", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "901410", + "text": "901410 - Navigational instruments and appliances; direction finding compasses", + "parent": "9014", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901420", + "text": "901420 - Navigational instruments and appliances; for aeronautical or space navigation (excluding compasses)", + "parent": "9014", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901480", + "text": "901480 - Navigational instruments and appliances; for navigation other than aeronautical or space navigation (excluding direction finding compasses)", + "parent": "9014", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901490", + "text": "901490 - Navigational instruments and appliances; parts and accessories", + "parent": "9014", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9015", + "text": "9015 - Surveying (including photogrammetrical surveying), hydrographic, oceanographic, hydrological, meteorological or geophysical instruments and appliances, excluding compasses, rangefinders", + "parent": "90", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "901510", + "text": "901510 - Rangefinders", + "parent": "9015", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901520", + "text": "901520 - Surveying equipment; theodolites and tachymeters (tacheometers)", + "parent": "9015", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901530", + "text": "901530 - Surveying equipment; levels", + "parent": "9015", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901540", + "text": "901540 - Surveying equipment; photogrammetrical surveying instruments and appliances", + "parent": "9015", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901580", + "text": "901580 - Surveying equipment; articles n.e.c. in heading no. 9015, including hydrographic, oceanographic, hydrological, meteorological or geophysical instruments and appliances (excluding compasses)", + "parent": "9015", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901590", + "text": "901590 - Surveying equipment; parts and accessories for articles of heading no. 9015", + "parent": "9015", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9016", + "text": "9016 - Balances; of a sensitivity of 5cg or better, with or without weights", + "parent": "90", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "901600", + "text": "901600 - Balances; of a sensitivity of 5cg or better, with or without weights", + "parent": "9016", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9017", + "text": "9017 - Drawing, marking-out, mathematical calculating instruments (drafting machines, protractors, drawing sets etc); instruments for measuring length (e.g. measuring rods, tapes, micrometers, callipers) n.e.c.", + "parent": "90", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "901710", + "text": "901710 - Drafting tables and machines; whether or not automatic", + "parent": "9017", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901720", + "text": "901720 - Drawing, marking-out or mathematical calculating instruments", + "parent": "9017", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901730", + "text": "901730 - Mathematical equipment; micrometers, callipers and gauges", + "parent": "9017", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901780", + "text": "901780 - Mathematical instruments and equipment; n.e.c. in heading no. 9017", + "parent": "9017", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901790", + "text": "901790 - Drawing, marking-out equipment and mathematical instruments; parts and accessories", + "parent": "9017", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9018", + "text": "9018 - Instruments and appliances used in medical, surgical, dental or veterinary sciences, including scintigraphic apparatus, other electro-medical apparatus and sight testing instruments", + "parent": "90", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "901811", + "text": "901811 - Medical, surgical instruments and appliances; electro-cardiographs", + "parent": "9018", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901812", + "text": "901812 - Medical, surgical instruments and appliances; ultrasonic scanning apparatus", + "parent": "9018", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901813", + "text": "901813 - Medical, surgical instruments and appliances; magnetic resonance imaging apparatus", + "parent": "9018", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901814", + "text": "901814 - Medical, surgical instruments and appliances; scintigraphic apparatus", + "parent": "9018", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901819", + "text": "901819 - Medical, surgical instruments and appliances; electro-diagnostic apparatus (including apparatus for functional exploratory examination or for checking physiological parameters), n.e.c. in item no. 9018.1", + "parent": "9018", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901820", + "text": "901820 - Medical, surgical instruments and appliances; ultra-violet or infra-red ray apparatus", + "parent": "9018", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901831", + "text": "901831 - Medical, surgical instruments and appliances; syringes, with or without needles", + "parent": "9018", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901832", + "text": "901832 - Medical, surgical instruments and appliances; tubular metal needles and needles for sutures", + "parent": "9018", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901839", + "text": "901839 - Medical, surgical instruments and appliances; catheters, cannulae and the like", + "parent": "9018", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901841", + "text": "901841 - Dental instruments and appliances; dental drill engines, whether or not combined on a single base with other dental equipment", + "parent": "9018", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901849", + "text": "901849 - Dental instruments and appliances; other than dental drill engines", + "parent": "9018", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901850", + "text": "901850 - Ophthalmic instruments and appliances", + "parent": "9018", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901890", + "text": "901890 - Medical, surgical or dental instruments and appliances; n.e.c. in heading no. 9018", + "parent": "9018", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9019", + "text": "9019 - Mechano-therapy, massage appliances; psychological aptitude testing apparatus; ozone, oxygen, aerosol therapy, artificial respiration or other therapeutic respiration apparatus", + "parent": "90", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "901910", + "text": "901910 - Mechano-therapy appliances; massage apparatus and psychological aptitude-testing apparatus", + "parent": "9019", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "901920", + "text": "901920 - Therapeutic respiration apparatus; ozone, oxygen, aerosol therapy apparatus; artificial respiration or other therapeutic respiration apparatus", + "parent": "9019", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9020", + "text": "9020 - Breathing appliances and gas masks; excluding protective masks having neither mechanical parts nor replaceable filters and excluding apparatus of item no. 9019.20", + "parent": "90", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "902000", + "text": "902000 - Breathing appliances and gas masks; excluding protective masks having neither mechanical parts nor replaceable filters and excluding apparatus of item no. 9019.20", + "parent": "9020", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9021", + "text": "9021 - Orthopaedic appliances; including crutches, surgical belts and trusses; splints and other fracture appliances; artificial parts of the body; hearing aids and other which are worn, carried or implanted in the body to compensate for a defect or disability", + "parent": "90", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "902110", + "text": "902110 - Orthopaedic or fracture appliances", + "parent": "9021", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902111", + "text": "902111 - Artificial joints", + "parent": "9021", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902119", + "text": "902119 - Orthopaedic/fracture appliances, nes", + "parent": "9021", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902121", + "text": "902121 - Dental fittings; artificial teeth", + "parent": "9021", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902129", + "text": "902129 - Dental fittings; other than artificial teeth", + "parent": "9021", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902130", + "text": "902130 - Artificial body parts, aids and appliances, etc", + "parent": "9021", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902131", + "text": "902131 - Artificial parts of the body", + "parent": "9021", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902139", + "text": "902139 - Artificial parts of the body; excluding artificial joints", + "parent": "9021", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902140", + "text": "902140 - Hearing aids (excluding parts and accessories)", + "parent": "9021", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902150", + "text": "902150 - Pacemakers; for stimulating heart muscles (excluding parts and accessories)", + "parent": "9021", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902190", + "text": "902190 - Appliances; worn, carried or implanted in the body, to compensate for a defect or disability", + "parent": "9021", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9022", + "text": "9022 - Apparatus based on the use of x-rays or of alpha, beta, gamma or other ionising radiations, whether or not for medical, surgical, dental or veterinary uses, including radiography or radiotherapy apparatus, x-ray tubes and other x-ray generators, high tens", + "parent": "90", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "902211", + "text": "902211 - Medical X-ray apparatus", + "parent": "9022", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902212", + "text": "902212 - Apparatus based on the use of x-rays; including radiography or radiotherapy apparatus, whether or not for medical, surgical, dental or veterinary uses, computed tomography apparatus", + "parent": "9022", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902213", + "text": "902213 - Apparatus based on the use of x-rays; including radiography or radiotherapy apparatus, for dental uses, excluding computed tomography apparatus", + "parent": "9022", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902214", + "text": "902214 - Apparatus based on the use of x-rays; including radiography or radiotherapy apparatus, for medical, surgical or veterinary uses, not dental uses, excluding computed tomography apparatus", + "parent": "9022", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902219", + "text": "902219 - Apparatus based on the use of x-rays, including radiography or radiotherapy apparatus; for other than medical, surgical, dental or veterinary uses", + "parent": "9022", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902221", + "text": "902221 - Apparatus based on the use of alpha, beta, gamma or other ionising radiations, including radiography or radiotherapy apparatus; for medical, surgical, dental or veterinary uses", + "parent": "9022", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902229", + "text": "902229 - Apparatus based on the use of alpha, beta, gamma or other ionising radiations, including radiography or radiotherapy apparatus; (for other than medical, surgical, dental or veterinary uses)", + "parent": "9022", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902230", + "text": "902230 - X-ray tubes", + "parent": "9022", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902290", + "text": "902290 - Apparatus based on use of x-rays and similar; parts and accessories (x-ray generators, tubes, high tension generators, control panels and desks, screens, examination or treatment tables, chairs and like", + "parent": "9022", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9023", + "text": "9023 - Instruments, apparatus and models, designed for demonstrational purposes (in education or exhibitions), unsuitable for other uses", + "parent": "90", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "902300", + "text": "902300 - Instruments, apparatus and models; designed for demonstrational purposes (in education or exhibitions), unsuitable for other uses", + "parent": "9023", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9024", + "text": "9024 - Machines and appliances for testing the hardness, strength, compressibility, elasticity of other mechanical properties of materials (e.g. metals, wood, textiles, paper, plastics)", + "parent": "90", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "902410", + "text": "902410 - Machines and appliances; for testing the hardness, strength, compressibility, elasticity or other mechanical properties of metals", + "parent": "9024", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902480", + "text": "902480 - Machines and appliances; for testing the hardness, strength, compressibility, elasticity or other mechanical properties of materials other than metals", + "parent": "9024", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902490", + "text": "902490 - Machines and appliances; parts and accessories for those testing hardness, strength, compressibility, elasticity or other mechanical properties of materials (e.g. metal, wood, textiles, paper, plastics)", + "parent": "9024", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9025", + "text": "9025 - Hydrometers and similar floating instruments, thermometers, pyrometers, barometers, hygrometers and psychrometers, recording or not", + "parent": "90", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "902511", + "text": "902511 - Thermometers and pyrometers; liquid filled, for direct reading, not combined with other instruments", + "parent": "9025", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902519", + "text": "902519 - Thermometers and pyrometers; (other than liquid filled, for direct reading), not combined with other instruments", + "parent": "9025", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902520", + "text": "902520 - Barometers", + "parent": "9025", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902580", + "text": "902580 - Hydrometers and similar floating instruments, barometers, hygrometers, psychrometers, thermometers, pyrometers; recording or not, any combination of these instruments (excluding thermometers and barometers not combined with other instruments)", + "parent": "9025", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902590", + "text": "902590 - Hydrometers and similar floating instruments, barometers, hygrometers, psychrometers, thermometers, pyrometers; recording or not, any combination of these instruments, parts and accessories", + "parent": "9025", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9026", + "text": "9026 - Instruments, apparatus for measuring or checking the flow, level, pressure of liquids, gases (e.g. flow meters, heat meters etc), not instruments and apparatus of heading no. 9014, 9015, 9028 or 9032", + "parent": "90", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "902610", + "text": "902610 - Instruments and apparatus; for measuring or checking the flow or level of liquids", + "parent": "9026", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902620", + "text": "902620 - Instruments and apparatus; for measuring or checking pressure", + "parent": "9026", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902680", + "text": "902680 - Instruments and apparatus; for measuring or checking variables of liquids or gases (excluding pressure or the flow and level of liquids and those of heading no. 9014, 9015, 9028 and 9032)", + "parent": "9026", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902690", + "text": "902690 - Instruments and apparatus; parts and accessories for those measuring or checking the flow, level, pressure or other variables of liquids or gases (excluding those of heading no. 9014, 9015, 9028 or 9032)", + "parent": "9026", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9027", + "text": "9027 - Instruments and apparatus; for physical or chemical analysis (e.g. polarimeters, spectrometers), for measuring or checking viscosity, porosity, etc, for measuring quantities of heat, sound or light", + "parent": "90", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "902710", + "text": "902710 - Instruments and apparatus; gas or smoke analysis apparatus, for physical or chemical analysis", + "parent": "9027", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902720", + "text": "902720 - Chromatographs and electrophoresis instruments", + "parent": "9027", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902730", + "text": "902730 - Spectrometers, spectrophotometers and spectrographs; using optical radiations (UV, visible, IR)", + "parent": "9027", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902740", + "text": "902740 - Exposure meters", + "parent": "9027", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902750", + "text": "902750 - Instruments and apparatus; using optical radiations (UV, visible, IR), (other than spectrometers, spectrophotometers and spectrographs)", + "parent": "9027", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902780", + "text": "902780 - Instruments and apparatus; for physical or chemical analysis, for measuring or checking viscosity, porosity, expansion, surface tension or quantities of heat, sound or light, n.e.c. in heading no. 9027", + "parent": "9027", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902781", + "text": "902781 - Instruments and apparatus; for physical or chemical analysis, for measuring or checking viscosity, porosity, expansion, surface tension or quantities of heat, sound or light, mass spectrometers", + "parent": "9027", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902789", + "text": "902789 - Instruments and apparatus; for physical or chemical analysis, for measuring or checking viscosity, porosity, expansion, surface tension or quantities of heat, sound or light, exposure meters", + "parent": "9027", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902790", + "text": "902790 - Microtomes and parts and accessories thereof", + "parent": "9027", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9028", + "text": "9028 - Gas, liquid or electricity supply or production meters, including calibrating meters therefor", + "parent": "90", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "902810", + "text": "902810 - Meters; gas, supply or production meters, including calibrating meters thereof", + "parent": "9028", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902820", + "text": "902820 - Meters; liquid supply or production meters, including calibrating meters thereof", + "parent": "9028", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902830", + "text": "902830 - Meters; electricity supply or production meters, including calibrating meters thereof", + "parent": "9028", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902890", + "text": "902890 - Meters; parts and accessories of gas, liquid, electricity supply or production meters, including calibrating meters thereof", + "parent": "9028", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9029", + "text": "9029 - Revolution counter, production counters, taximeters, mileometers, pedometers and the like, speed indicators and tachometers, other than those of heading no. 9015, stroboscopes", + "parent": "90", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "902910", + "text": "902910 - Meters and counters; revolution counters, production counters, taximeters, mileometers, pedometers and the like", + "parent": "9029", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902920", + "text": "902920 - Meters; speed indicators and tachometers; stroboscopes", + "parent": "9029", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "902990", + "text": "902990 - Meters and counters; parts and accessories for revolution and production counters, taximeters, mileometers, pedometers and the like; speed indicators, tachometers (excluding heading no. 9015), stroboscopes", + "parent": "9029", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9030", + "text": "9030 - Instruments, apparatus for measuring, checking electrical quantities not meters of heading no. 9028; instruments, apparatus for measuring or detecting alpha, beta, gamma, x-ray, cosmic and other radiations", + "parent": "90", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "903010", + "text": "903010 - Instruments and apparatus; for measuring or detecting ionising radiations", + "parent": "9030", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "903020", + "text": "903020 - Oscilloscopes and oscillographs", + "parent": "9030", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "903031", + "text": "903031 - Multimeters; for measuring or checking voltage, current, resistance or power (other than those for measuring or checking semiconductor wafer or devices), without a recording device", + "parent": "9030", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "903032", + "text": "903032 - Multimeters; for measuring or checking voltage, current, resistance or power, with a recording device", + "parent": "9030", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "903033", + "text": "903033 - Instruments and apparatus; for measuring or checking voltage, current, resistance or power, without a recording device (excluding multimeters)", + "parent": "9030", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "903039", + "text": "903039 - Instruments and apparatus; for measuring or checking voltage, current, resistance or power, with a recording device (excluding multimeters)", + "parent": "9030", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "903040", + "text": "903040 - Instruments and apparatus; specially designed for telecommunications (e.g. cross-talk meters, gain measuring instruments, distortion factor meters, psophometers)", + "parent": "9030", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "903081", + "text": "903081 - Electrical measurement recording instruments", + "parent": "9030", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "903082", + "text": "903082 - Instruments and apparatus; for measuring or checking semiconductor wafers or devices (including integrated circuits)", + "parent": "9030", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "903083", + "text": "903083 - Instr f/radiat mes,recor", + "parent": "9030", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "903084", + "text": "903084 - Instruments and apparatus; n.e.c. in heading no. 9030, with a recording device", + "parent": "9030", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "903089", + "text": "903089 - Instruments and apparatus; n.e.c. in heading no. 9030, without a recording device", + "parent": "9030", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "903090", + "text": "903090 - Instruments, apparatus for measuring, checking electrical quantities, not meters of heading no. 9028; parts and accessories, for measuring or detecting alpha, beta, gamma, x-ray, cosmic and other radiations", + "parent": "9030", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9031", + "text": "9031 - Measuring or checking instruments, appliances and machines, n.e.c. or included in this chapter; profile projectors", + "parent": "90", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "903110", + "text": "903110 - Machines; for balancing mechanical parts", + "parent": "9031", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "903120", + "text": "903120 - Test benches", + "parent": "9031", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "903130", + "text": "903130 - Profile projectors, nes", + "parent": "9031", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "903140", + "text": "903140 - Optical instruments and appliances, nes", + "parent": "9031", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "903141", + "text": "903141 - Optical instruments and appliances; for inspecting semiconductor wafers or devices or for inspecting photomasks or reticles used in manufacturing semiconductor devices, n.e.c. in chapter 90", + "parent": "9031", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "903149", + "text": "903149 - Optical instruments and appliances; for measuring or checking, n.e.c. in chapter 90", + "parent": "9031", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "903180", + "text": "903180 - Instruments, appliances and machines; for measuring or checking n.e.c. in chapter 90", + "parent": "9031", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "903190", + "text": "903190 - Instruments, appliances and machines; parts and accessories for those measuring or checking devices of heading no. 9031", + "parent": "9031", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9032", + "text": "9032 - Regulating or controlling instruments and apparatus; automatic type", + "parent": "90", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "903210", + "text": "903210 - Regulating or controlling instruments and apparatus; automatic type, thermostats", + "parent": "9032", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "903220", + "text": "903220 - Regulating or controlling instruments and apparatus; automatic, manostats", + "parent": "9032", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "903281", + "text": "903281 - Regulating or controlling instruments and apparatus; automatic, hydraulic or pneumatic", + "parent": "9032", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "903289", + "text": "903289 - Regulating or controlling instruments and apparatus; automatic, other than hydraulic or pneumatic", + "parent": "9032", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "903290", + "text": "903290 - Regulating or controlling instruments and apparatus; automatic, parts and accessories", + "parent": "9032", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9033", + "text": "9033 - Machines and appliances, instruments or apparatus of chapter 90; parts and accessories n.e.c. in chapter 90", + "parent": "90", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "903300", + "text": "903300 - Machines and appliances, instruments or apparatus of chapter 90; parts and accessories n.e.c. in chapter 90", + "parent": "9033", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "91", + "text": "91 - Clocks and watches and parts thereof", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "9101", + "text": "9101 - Wrist-watches, pocket-watches, stop-watches and other watches; with case of precious metal or of metal clad with precious metal", + "parent": "91", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "910111", + "text": "910111 - Wrist-watches; electrically operated, with or without a stop-watch, with case of precious metal or of metal clad with precious metal, with mechanical display only", + "parent": "9101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "910112", + "text": "910112 - Wrist-watch, precious metal, battery, opto/electric", + "parent": "9101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "910119", + "text": "910119 - Wrist-watches; electrically operated, with or without a stop-watch, with case of precious metal or metal clad with precious metal, without mechanical display", + "parent": "9101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "910121", + "text": "910121 - Wrist-watches; (not electrically operated), automatic winding, whether or not incorporating a stop-watch facility, case of precious metal or of metal clad with precious metal", + "parent": "9101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "910129", + "text": "910129 - Wrist-watches; (not electrically operated), (not automatic winding), whether or not incorporating a stop-watch facility, case of precious metal or of metal clad with precious metal", + "parent": "9101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "910191", + "text": "910191 - Pocket-watches and other watches, including stop-watches; (excluding wrist-watches), with case of precious metal or of metal clad with precious metal, electrically operated", + "parent": "9101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "910199", + "text": "910199 - Pocket-watches and other watches, including stop-watches; (excluding wrist-watches), with case of precious metal or of metal clad with precious metal, not electrically operated", + "parent": "9101", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9102", + "text": "9102 - Wrist-watches, pocket-watches, stop-watches and other watches, other than those of heading no. 9101", + "parent": "91", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "910211", + "text": "910211 - Wrist-watches; electrically operated, with or without a stop-watch, (other than those of heading no. 9101) with mechanical display only", + "parent": "9102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "910212", + "text": "910212 - Wrist-watches; electrically operated, with or without a stop-watch, (other than those of heading no. 9101) with opto-electronic display only", + "parent": "9102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "910219", + "text": "910219 - Wrist-watches; electrically operated, with or without a stop-watch, (other than those of heading no. 9101) without mechanical or opto-electronic display", + "parent": "9102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "910221", + "text": "910221 - Wrist-watches; whether or not incorporating a stop-watch facility, with automatic winding", + "parent": "9102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "910229", + "text": "910229 - Wrist-watches; whether or not incorporating a stop-watch facility, with other than automatic winding", + "parent": "9102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "910291", + "text": "910291 - Pocket watches and other watches, including stop-watches; (excluding wrist-watches), other than those of heading no. 9101, electrically operated", + "parent": "9102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "910299", + "text": "910299 - Pocket watches and other watches, including stop-watches; (excluding wrist-watches), other than those of heading no. 9101, other than electrically operated", + "parent": "9102", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9103", + "text": "9103 - Clocks; with watch movements, excluding clocks of heading no. 9104", + "parent": "91", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "910310", + "text": "910310 - Clocks; with watch movements, electrically operated, excluding clocks of heading no. 9104", + "parent": "9103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "910390", + "text": "910390 - Clocks; with watch movements, other than electrically operated, excluding clocks of heading no. 9104", + "parent": "9103", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9104", + "text": "9104 - Instrument panel clocks and clocks of a similar type for vehicles, aircraft, spacecraft or vessels", + "parent": "91", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "910400", + "text": "910400 - Clocks; instrument panel clocks and clocks of a similar type for vehicles, aircraft, spacecraft or vessels", + "parent": "9104", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9105", + "text": "9105 - Clocks, other, n.e.c.", + "parent": "91", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "910511", + "text": "910511 - Clocks; (excluding those with watch movements and instrument panel clocks), alarm clocks, electrically operated", + "parent": "9105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "910519", + "text": "910519 - Clocks; (excluding those with watch movements and instrument panel clocks), alarm clocks, other than electrically operated", + "parent": "9105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "910521", + "text": "910521 - Clocks; (excluding those with watch movements and instrument panel clocks), wall clocks, electrically operated", + "parent": "9105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "910529", + "text": "910529 - Clocks; (excluding those with watch movements and instrument panel clocks), wall clocks, other than electrically operated", + "parent": "9105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "910591", + "text": "910591 - Clocks; (excluding those with watch movements and instrument panel clocks), (other than alarm or wall clocks), electrically operated", + "parent": "9105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "910599", + "text": "910599 - Clocks; (excluding those with watch movements and instrument panel clocks), other than alarm or wall clocks, other than electrically operated", + "parent": "9105", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9106", + "text": "9106 - Time of day recording apparatus and apparatus for measuring, recording or otherwise indicating intervals of time, with clock, watch movement or synchronous motor", + "parent": "91", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "910610", + "text": "910610 - Time recording apparatus; time-registers, time recorders, with clock, watch movement or synchronous motor", + "parent": "9106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "910620", + "text": "910620 - Parking meters", + "parent": "9106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "910690", + "text": "910690 - Time recording apparatus; with clock or watch movement or with synchronous motor, n.e.c. in heading no. 9106", + "parent": "9106", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9107", + "text": "9107 - Time switches; with clock, watch movement or synchronous motor", + "parent": "91", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "910700", + "text": "910700 - Time switches; with clock, watch movement or synchronous motor", + "parent": "9107", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9108", + "text": "9108 - Watch movements; complete and assembled", + "parent": "91", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "910811", + "text": "910811 - Watch movements; complete and assembled, electrically operated, with mechanical display only or with a device to which a mechanical display can be incorporated", + "parent": "9108", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "910812", + "text": "910812 - Watch movements; complete and assembled, electrically operated, by means of solar cells, with opto-electronic display", + "parent": "9108", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "910819", + "text": "910819 - Watch movements; complete and assembled, electrically operated, by means of solar cells, without mechanical display or device including such or opto-electronic display", + "parent": "9108", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "910820", + "text": "910820 - Watch movements; complete and assembled, with automatic winding", + "parent": "9108", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "910890", + "text": "910890 - Watch movements; complete and assembled, not automatic winding or electrically operated", + "parent": "9108", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "910891", + "text": "910891 - Watch movements, complete and assembled, nes, <33.8mm", + "parent": "9108", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "910899", + "text": "910899 - Watch movements, complete and assembled, nes", + "parent": "9108", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9109", + "text": "9109 - Clock movements; complete and assembled", + "parent": "91", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "910910", + "text": "910910 - Clock movements; complete and assembled, electrically operated", + "parent": "9109", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "910911", + "text": "910911 - Clock movements, complete & assembled, electrically operated, of alarm clocks", + "parent": "9109", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "910919", + "text": "910919 - Clock movements, complete & assembled, electrically operated, other than of alarm clocks", + "parent": "9109", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "910990", + "text": "910990 - Clock movements; complete and assembled, other than electrically operated", + "parent": "9109", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9110", + "text": "9110 - Watch or clock movements, complete, unassembled or partly assembled (movement sets); incomplete watch or clock movements, assembled; rough watch or clock movements", + "parent": "91", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "911011", + "text": "911011 - Watches; complete movements, unassembled or partly assembled (movement sets)", + "parent": "9110", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "911012", + "text": "911012 - Watches; incomplete movements, assembled", + "parent": "9110", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "911019", + "text": "911019 - Watches; rough movements", + "parent": "9110", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "911090", + "text": "911090 - Clocks; movements, whether or not complete, incomplete, assembled or unassembled", + "parent": "9110", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9111", + "text": "9111 - Watch cases and parts thereof", + "parent": "91", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "911110", + "text": "911110 - Watch cases; of precious metal or of metal clad with precious metal", + "parent": "9111", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "911120", + "text": "911120 - Watch cases; of base metal, whether or not gold-plated or silver-plated", + "parent": "9111", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "911180", + "text": "911180 - Watch cases; n.e.c. in heading no. 9111", + "parent": "9111", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "911190", + "text": "911190 - Watch cases and parts thereof", + "parent": "9111", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9112", + "text": "9112 - Clock cases and cases of a similar type for other goods of this chapter and parts thereof", + "parent": "91", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "911210", + "text": "911210 - Clock, etc cases, of metal", + "parent": "9112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "911220", + "text": "911220 - Clock cases and similar cases for other goods of chapter 91; other than watch cases", + "parent": "9112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "911280", + "text": "911280 - Clock, etc cases, except metal", + "parent": "9112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "911290", + "text": "911290 - Clock cases and similar cases for other goods of chapter 91; other than watch cases, parts thereof", + "parent": "9112", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9113", + "text": "9113 - Watch straps, watch bands, watch bracelets and parts thereof", + "parent": "91", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "911310", + "text": "911310 - Watch straps, watch bands, watch bracelets, and parts thereof; of precious metal or of metal clad with precious metal", + "parent": "9113", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "911320", + "text": "911320 - Watch straps, watch bands, watch bracelets, and parts thereof; of base metal, whether or not gold- or silver-plated", + "parent": "9113", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "911390", + "text": "911390 - Watch straps, watch bands, watch bracelets, and parts thereof; n.e.c. in heading no. 9113", + "parent": "9113", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9114", + "text": "9114 - Clock or watch parts; n.e.c. in chapter 91", + "parent": "91", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "911410", + "text": "911410 - Clock or watch parts; springs, including hairsprings", + "parent": "9114", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "911420", + "text": "911420 - Jewels for clocks/watches", + "parent": "9114", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "911430", + "text": "911430 - Clock or watch parts; dials", + "parent": "9114", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "911440", + "text": "911440 - Clock or watch parts; plates and bridges", + "parent": "9114", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "911490", + "text": "911490 - Clock or watch parts; other than springs (including hair-springs), dials, plates, and bridges", + "parent": "9114", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "92", + "text": "92 - Musical instruments; parts and accessories of such articles", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "9201", + "text": "9201 - Pianos; including automatic pianos, harpsichords and other keyboard stringed instruments", + "parent": "92", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "920110", + "text": "920110 - Musical instruments; pianos, upright, including automatic pianos", + "parent": "9201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "920120", + "text": "920120 - Musical instruments; pianos, grand", + "parent": "9201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "920190", + "text": "920190 - Musical instruments; harpsichords and other keyboard stringed instruments n.e.c. in heading no. 9201", + "parent": "9201", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9202", + "text": "9202 - Musical instruments; string, n.e.c. in heading no. 9201, (e.g. guitars, violins, harps)", + "parent": "92", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "920210", + "text": "920210 - Musical instruments; string, played with a bow (e.g. violins)", + "parent": "9202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "920290", + "text": "920290 - Musical instruments; string, played other than with a bow (e.g. guitars and harps)", + "parent": "9202", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9203", + "text": "9203 - Harmoniums, pipe organs, etc", + "parent": "92", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "920300", + "text": "920300 - Harmoniums, pipe organs, etc", + "parent": "9203", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9204", + "text": "9204 - Accordions and similar instruments, mouth organs", + "parent": "92", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "920410", + "text": "920410 - Accordions and similar instruments", + "parent": "9204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "920420", + "text": "920420 - Mouth organs (harmonicas)", + "parent": "9204", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9205", + "text": "9205 - Musical instruments; wind (e.g. keyboard pipe organs, accordions, clarinets, trumpets, bagpipes), other than fairground organs and mechanical street organs", + "parent": "92", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "920510", + "text": "920510 - Musical instruments; brass-wind (e.g. trumpets), other than fairground organs and mechanical street organs", + "parent": "9205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "920590", + "text": "920590 - Musical instruments; wind, other than brass, (eg. clarinet, bagpipes, pipe organs), other than fairground organs and mechanical street organs", + "parent": "9205", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9206", + "text": "9206 - Musical instruments; percussion (e.g. drums, xylophones, cymbals, castanets, maracas)", + "parent": "92", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "920600", + "text": "920600 - Musical instruments; percussion (e.g. drums, xylophones, cymbals, castanets, maracas)", + "parent": "9206", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9207", + "text": "9207 - Musical instruments; the sound of which is produced or must be amplified, electrically (e.g. organs, guitars, accordions)", + "parent": "92", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "920710", + "text": "920710 - Musical instruments; keyboard, (other than accordions), the sound of which is produced or must be amplified electrically", + "parent": "9207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "920790", + "text": "920790 - Musical instruments; (other than keyboard), the sound of which is produced or must be amplified electrically", + "parent": "9207", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9208", + "text": "9208 - Musical boxes, fairground and mechanical street organs, mechanical singing birds, musical saws and musical instruments n.e.c. in chapter 92; decoy calls of all kinds; whistles; call horns and other mouth-blown sound signalling instruments", + "parent": "92", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "920810", + "text": "920810 - Musical boxes", + "parent": "9208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "920890", + "text": "920890 - Fairground and mechanical street organs, mechanical singing birds, musical saws and musical instruments n.e.c. in chapter 92; decoy calls of all kinds; whistles; call horns and other mouth-blown sound signalling instruments", + "parent": "9208", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9209", + "text": "9209 - Musical instrument parts (for example, mechanisms for musical boxes) and accessories (for example, cards, discs and rolls for mechanical instruments); metronomes, tuning forks and pitch pipes", + "parent": "92", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "920910", + "text": "920910 - Metronomes, tuning forks and pitch pipes", + "parent": "9209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "920920", + "text": "920920 - Mechanisms for musical boxes", + "parent": "9209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "920930", + "text": "920930 - Musical instrument strings", + "parent": "9209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "920991", + "text": "920991 - Musical instruments; parts and accessories for pianos", + "parent": "9209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "920992", + "text": "920992 - Musical instruments; parts and accessories for string musical instruments other than keyboard instruments", + "parent": "9209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "920993", + "text": "920993 - Parts and accessories for pipe organs, harmoniums, et", + "parent": "9209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "920994", + "text": "920994 - Musical instruments; parts and accessories for the musical instruments the sound of which is produced or must be amplified electrically (e.g. organs, guitars and accordions)", + "parent": "9209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "920999", + "text": "920999 - Musical instruments; parts and accessories for musical instruments n.e.c. in heading no. 9209; metronomes, tuning forks and pitch pipes", + "parent": "9209", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "93", + "text": "93 - Arms and ammunition; parts and accessories thereof", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "9301", + "text": "9301 - Military weapons; other than revolvers, pistols and arms of heading no. 9307", + "parent": "93", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "930100", + "text": "930100 - Military weapons, other than hand guns, swords, etc", + "parent": "9301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "930110", + "text": "930110 - Military weapons; artillery weapons (e.g. guns, howitzers, and mortars)", + "parent": "9301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "930111", + "text": "930111 - Artillery weapons (e.g., guns, howitzers & mortars), self-propelled", + "parent": "9301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "930119", + "text": "930119 - Artillery weapons (e.g., guns, howitzers & mortars), other than self-propelled", + "parent": "9301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "930120", + "text": "930120 - Military weapons; rocket launchers, flame-throwers, grenade launchers, torpedo tubes and similar projectors", + "parent": "9301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "930190", + "text": "930190 - Military weapons; other than revolvers, pistols, and arms of heading 9307, n.e.c. in heading 9301", + "parent": "9301", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9302", + "text": "9302 - Revolvers and pistols; other than those of heading no. 9303 or 9304", + "parent": "93", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "930200", + "text": "930200 - Revolvers and pistols; other than those of heading no. 9303 or 9304", + "parent": "9302", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9303", + "text": "9303 - Firearms; other similar devices (e.g. sporting shotguns and rifles, muzzle-loading firearms, very pistols, devices for firing flares or blank ammunition, captive bolt humane killers, line throwing guns)", + "parent": "93", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "930310", + "text": "930310 - Firearms; muzzle-loading", + "parent": "9303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "930320", + "text": "930320 - Firearms; sporting, hunting or target-shooting shotguns, including combination shotgun-rifles", + "parent": "9303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "930330", + "text": "930330 - Firearms; sporting, hunting or target-shooting rifles n.e.c. in heading no. 9303", + "parent": "9303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "930390", + "text": "930390 - Firearms; n.e.c. in heading no. 9303", + "parent": "9303", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9304", + "text": "9304 - Firearms; (e.g. spring, air or gas guns and pistols, truncheons), excluding those of heading no. 9307", + "parent": "93", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "930400", + "text": "930400 - Firearms; (e.g. spring, air or gas guns and pistols, truncheons), excluding those of heading no. 9307", + "parent": "9304", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9305", + "text": "9305 - Firearms; parts and accessories of articles of heading no. 9301 to 9304", + "parent": "93", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "930510", + "text": "930510 - Firearms; parts and accessories, of revolvers or pistols", + "parent": "9305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "930520", + "text": "930520 - Firearms; parts and accessories, of shotguns or rifles of heading 9303", + "parent": "9305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "930521", + "text": "930521 - Shotgun barrels", + "parent": "9305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "930529", + "text": "930529 - Parts & accessories of shotguns/rifles of 93.03, other than shotgun barrels", + "parent": "9305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "930590", + "text": "930590 - Parts and accessories nes of weapons, nes", + "parent": "9305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "930591", + "text": "930591 - Firearms; parts and accessories, of military weapons of heading 9301", + "parent": "9305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "930599", + "text": "930599 - Firearms; parts and accessories, of firearms other than the military weapons of heading 9301", + "parent": "9305", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9306", + "text": "9306 - Bombs, grenades, torpedoes, mines, missiles and similar munitions of war and parts thereof; cartridges and other ammunition, projectiles and parts thereof, including shot and cartridge wads", + "parent": "93", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "930610", + "text": "930610 - Cartridges for rivet etc tools, humane killers, etc", + "parent": "9306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "930621", + "text": "930621 - Ammunition; shotgun cartridges", + "parent": "9306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "930629", + "text": "930629 - Ammunition; parts of shotgun cartridges", + "parent": "9306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "930630", + "text": "930630 - Ammunition; cartridges and parts thereof n.e.c. in heading no. 9306", + "parent": "9306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "930690", + "text": "930690 - Ammunition; n.e.c. in chapter 93", + "parent": "9306", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9307", + "text": "9307 - Arms; swords, cutlasses, bayonets, lances and the like, parts thereof and scabbards and sheaths therefor", + "parent": "93", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "930700", + "text": "930700 - Arms; swords, cutlasses, bayonets, lances and the like, parts thereof and scabbards and sheaths therefor", + "parent": "9307", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "94", + "text": "94 - Furniture; bedding, mattresses, mattress supports, cushions and similar stuffed furnishings; lamps and lighting fittings, n.e.c.; illuminated signs, illuminated name-plates and the like; prefabricated buildings", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "9401", + "text": "9401 - Seats (not those of heading no. 9402), whether or not convertible into beds and parts thereof", + "parent": "94", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "940110", + "text": "940110 - Seats; of a kind used for aircraft", + "parent": "9401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940120", + "text": "940120 - Seats; of a kind used for motor vehicles", + "parent": "9401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940130", + "text": "940130 - Seats; swivel with variable height adjustment, excluding medical, surgical, dental, veterinary or barber furniture", + "parent": "9401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940131", + "text": "940131 - Seats; swivel with variable height adjustment of wood, excluding medical, surgical, dental, veterinary or barber furniture", + "parent": "9401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940139", + "text": "940139 - Seats; swivel with variable height adjustment of other than wood, excluding medical, surgical, dental, veterinary or barber furniture", + "parent": "9401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940140", + "text": "940140 - Seats; convertible into beds, other than garden seats or camping equipment", + "parent": "9401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940141", + "text": "940141 - Seats; convertible into beds of wood, other than garden seats or camping equipment", + "parent": "9401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940149", + "text": "940149 - Seats; convertible into beds of other than wood, other than garden seats or camping equipment", + "parent": "9401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940150", + "text": "940150 - Seats of cane, osier, bamboo or similar materials", + "parent": "9401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940151", + "text": "940151 - Seats; of bamboo or rattan", + "parent": "9401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940152", + "text": "940152 - Seats; of bamboo", + "parent": "9401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940153", + "text": "940153 - Seats; of rattan", + "parent": "9401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940159", + "text": "940159 - Seats; of cane, osier or similar materials, other than bamboo or rattan", + "parent": "9401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940161", + "text": "940161 - Seats; with wooden frames, upholstered, (excluding medical, surgical, dental, veterinary or barber furniture)", + "parent": "9401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940169", + "text": "940169 - Seats; with wooden frames, not upholstered, (excluding medical, surgical, dental, veterinary or barber furniture)", + "parent": "9401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940171", + "text": "940171 - Seats; with metal frames, upholstered, (excluding medical, surgical, dental, veterinary or barber furniture)", + "parent": "9401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940179", + "text": "940179 - Seats; with metal frames, not upholstered, (excluding medical, surgical, dental, veterinary or barber furniture)", + "parent": "9401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940180", + "text": "940180 - Seats; n.e.c. in heading no. 9401, (excluding medical, surgical, dental, veterinary or barber furniture)", + "parent": "9401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940190", + "text": "940190 - Seat; parts", + "parent": "9401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940191", + "text": "940191 - Seats; parts, of wood, (other than for use in the assembly of motor vehicles as determined by the minister, other than automotive)", + "parent": "9401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940199", + "text": "940199 - Seats; parts, (of other than wood) for use in the assembly of motor vehicles as determined by the minister", + "parent": "9401", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9402", + "text": "9402 - Furniture; medical, surgical, dental or veterinary (e.g. operating tables, hospital beds, dentists' chairs) barbers' chairs; parts", + "parent": "94", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "940210", + "text": "940210 - Chairs; dentists', barbers' or similar chairs having rotating as well as both reclining and elevating movements, and parts thereof", + "parent": "9402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940290", + "text": "940290 - Furniture; for medical, surgical, veterinary use (e.g. operating tables, examination tables, hospital beds with mechanical fittings) and parts thereof", + "parent": "9402", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9403", + "text": "9403 - Furniture and parts thereof, n.e.c. in chapter 94", + "parent": "94", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "940310", + "text": "940310 - Furniture; metal, for office use", + "parent": "9403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940320", + "text": "940320 - Furniture; metal, other than for office use", + "parent": "9403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940330", + "text": "940330 - Furniture; wooden, for office use", + "parent": "9403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940340", + "text": "940340 - Furniture; wooden, for kitchen use", + "parent": "9403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940350", + "text": "940350 - Furniture; wooden, for bedroom use", + "parent": "9403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940360", + "text": "940360 - Furniture; wooden, other than for office, kitchen or bedroom use", + "parent": "9403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940370", + "text": "940370 - Furniture; plastic", + "parent": "9403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940380", + "text": "940380 - Furniture of cane, materials nes", + "parent": "9403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940381", + "text": "940381 - Furniture; of bamboo or rattan", + "parent": "9403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940382", + "text": "940382 - Furniture; of bamboo", + "parent": "9403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940383", + "text": "940383 - Furniture; of rattan", + "parent": "9403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940389", + "text": "940389 - Furniture; of cane, osier, or similar materials (other than bamboo or rattan)", + "parent": "9403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940390", + "text": "940390 - Furniture; parts", + "parent": "9403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940391", + "text": "940391 - Furniture; parts, of wood", + "parent": "9403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940399", + "text": "940399 - Furniture; parts, of other than wood", + "parent": "9403", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9404", + "text": "9404 - Mattress supports; articles of bedding (e.g. mattresses, quilts, eiderdowns, cushions pouffes and pillows), fitted with springs or stuffed, whether or not covered", + "parent": "94", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "940410", + "text": "940410 - Mattress supports", + "parent": "9404", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940421", + "text": "940421 - Mattresses; of cellular rubber or plastics, whether or not covered", + "parent": "9404", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940429", + "text": "940429 - Mattresses; of other materials, not cellular rubber or plastics", + "parent": "9404", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940430", + "text": "940430 - Sleeping bags", + "parent": "9404", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940440", + "text": "940440 - Quilts, bedspreads, eiderdowns and duvets (comforters)", + "parent": "9404", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940490", + "text": "940490 - Bedding and similar furnishing articles; n.e.c. in heading no. 9404 (e.g. quilts, eiderdowns, cushions, pouffes and pillows)", + "parent": "9404", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9405", + "text": "9405 - Luminaires and light fittings; including searchlights, spotlights and parts thereof, n.e.c.; illuminated signs, name-plates and the like, having permanently fixed light source and parts thereof n.e.c. or included", + "parent": "94", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "940510", + "text": "940510 - Chandeliers and other electric ceiling or wall light fittings; excluding those used for lighting public open spaces or thoroughfares", + "parent": "9405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940511", + "text": "940511 - Luminaires and light fittings; chandeliers and electric ceiling or wall light fittings; (excluding those used for lighting public open spaces or thoroughfares), for use solely with light-emitting diode (LED) light sources", + "parent": "9405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940519", + "text": "940519 - Chandeliers and electric ceiling or wall light fittings; (excluding those used for lighting public open spaces or thoroughfares), for use other than with light-emitting diode (LED) light sources", + "parent": "9405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940520", + "text": "940520 - Lamps, electric; floor-standing or for table, desk or bedside", + "parent": "9405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940521", + "text": "940521 - Luminaires and light fittings; electric, table, desk, bedside or floor-standing, for use solely with light-emitting diode (LED) light sources", + "parent": "9405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940529", + "text": "940529 - Luminaires and light fittings; electric, table, desk, bedside or floor-standing, for other than use solely with light-emitting diode (LED) light sources", + "parent": "9405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940530", + "text": "940530 - Lighting sets; of a kind used for Christmas trees", + "parent": "9405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940531", + "text": "940531 - Luminaires and light fittings; electric, lighting strings of a kind used for Christmas trees, for use solely with light-emitting diode (LED) light sources", + "parent": "9405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940539", + "text": "940539 - Luminaires and light fittings; electric, lighting strings of a kind used for Christmas trees, for other than use solely with light-emitting diode (LED) light sources", + "parent": "9405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940540", + "text": "940540 - Lamps and light fittings; electric, n.e.c. in heading no. 9405", + "parent": "9405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940541", + "text": "940541 - Luminaires and light fittings; electric, photovoltaic, designed for use solely with light-emitting diode (LED) light sources", + "parent": "9405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940542", + "text": "940542 - Luminaires and light fittings; electric, designed for use solely with light-emitting diode (LED) light sources", + "parent": "9405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940549", + "text": "940549 - Luminaires and light fittings; electric, designed for other than use solely with light-emitting diode (LED) light sources", + "parent": "9405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940550", + "text": "940550 - Luminaires and light fittings; non-electric", + "parent": "9405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940560", + "text": "940560 - Illuminated signs, name plates and the like", + "parent": "9405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940561", + "text": "940561 - Luminaires; illuminated signs, illuminated name-plates and the like, designed for use solely with light-emitting diode (LED) light sources", + "parent": "9405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940569", + "text": "940569 - Luminaires; illuminated signs, illuminated name-plates and the like, designed for other than use solely with light-emitting diode (LED) light sources", + "parent": "9405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940591", + "text": "940591 - Lamps and light fittings; parts thereof, of glass", + "parent": "9405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940592", + "text": "940592 - Lamps and light fittings; parts thereof, of plastics", + "parent": "9405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940599", + "text": "940599 - Lamps and light fittings; parts thereof, of materials other than glass or plastics", + "parent": "9405", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9406", + "text": "9406 - Buildings; prefabricated", + "parent": "94", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "940600", + "text": "940600 - Buildings; prefabricated", + "parent": "9406", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940610", + "text": "940610 - Buildings; prefabricated, of wood", + "parent": "9406", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940620", + "text": "940620 - Buildings; modular building units, of steel", + "parent": "9406", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "940690", + "text": "940690 - Buildings; prefabricated, not of wood", + "parent": "9406", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "95", + "text": "95 - Toys, games and sports requisites; parts and accessories thereof", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "9501", + "text": "9501 - Rideable wheeled toys, dolls carriages", + "parent": "95", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "950100", + "text": "950100 - Rideable wheeled toys, dolls carriages", + "parent": "9501", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9502", + "text": "9502 - Dolls representing only human beings", + "parent": "95", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "950210", + "text": "950210 - Dolls representing only human beings", + "parent": "9502", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950291", + "text": "950291 - Garments, accessories for dolls representing humans", + "parent": "9502", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950299", + "text": "950299 - Parts nes, for dolls representing only human beings", + "parent": "9502", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9503", + "text": "9503 - Tricycles, scooters, pedal cars and similar wheeled toys; dolls' carriages; dolls; other toys; reduced-size (scale) models and similar recreational models, working or not; puzzles of all kinds", + "parent": "95", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "950300", + "text": "950300 - Tricycles, scooters, pedal cars and similar wheeled toys; dolls' carriages; dolls; other toys; reduced-size (scale) models and similar recreational models, working or not; puzzles of all kinds", + "parent": "9503", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950310", + "text": "950310 - Electric trains, train sets, etc", + "parent": "9503", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950320", + "text": "950320 - Reduced-size (scale) models, kits, except trains", + "parent": "9503", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950330", + "text": "950330 - Construction sets and constructional toys, nes", + "parent": "9503", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950341", + "text": "950341 - Stuffed toys - animals or non-human creatures", + "parent": "9503", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950349", + "text": "950349 - Toys nes representing animals/non-humans", + "parent": "9503", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950350", + "text": "950350 - Toy musical instruments, apparatus", + "parent": "9503", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950360", + "text": "950360 - Puzzles", + "parent": "9503", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950370", + "text": "950370 - Toys, retail in sets or outfits", + "parent": "9503", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950380", + "text": "950380 - Toys and models incorporating a motor", + "parent": "9503", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950390", + "text": "950390 - Toys nes", + "parent": "9503", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9504", + "text": "9504 - Video game consoles and machines, articles for funfair, table or parlour games, including pintables, billiards, special tables for casino games and automatic bowling alley equipment", + "parent": "95", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "950410", + "text": "950410 - Video games of a kind used with a television receiver", + "parent": "9504", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950420", + "text": "950420 - Billiard articles and accessories of all kinds", + "parent": "9504", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950430", + "text": "950430 - Games; operated by coins, banknotes, bank cards, tokens or by other means of payment, other than billiard articles and accesssories, and automatic bowling alley equipment", + "parent": "9504", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950440", + "text": "950440 - Games; playing cards", + "parent": "9504", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950450", + "text": "950450 - Games; video game consoles and machines, other than those of subheading 9504.30", + "parent": "9504", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950490", + "text": "950490 - Games; articles for funfair, table or parlour games, including pintables, special tables for casino games, automatic bowling alley equipment, n.e.c. in heading 9504", + "parent": "9504", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9505", + "text": "9505 - Festive, carnival or other entertainment articles, including conjuring tricks and novelty jokes", + "parent": "95", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "950510", + "text": "950510 - Christmas festivity articles", + "parent": "9505", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950590", + "text": "950590 - Festive, carnival or other entertainment articles including novelty jokes and conjuring tricks; other than Christmas festivity articles", + "parent": "9505", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9506", + "text": "9506 - Gymnastics, athletics, other sports (including table tennis) or outdoor games equipment, n.e.c. in this chapter, swimming pools and paddling pools", + "parent": "95", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "950611", + "text": "950611 - Skis; for snow", + "parent": "9506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950612", + "text": "950612 - Ski-fastenings (ski-bindings); for snow-skis", + "parent": "9506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950619", + "text": "950619 - Snow-ski equipment", + "parent": "9506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950621", + "text": "950621 - Sailboards; for water sport", + "parent": "9506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950629", + "text": "950629 - Water sport equipment; water-skis, surf-boards and other water-sport equipment, excluding sailboards", + "parent": "9506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950631", + "text": "950631 - Golf clubs; complete", + "parent": "9506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950632", + "text": "950632 - Golf balls", + "parent": "9506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950639", + "text": "950639 - Golf equipment; other than clubs and balls", + "parent": "9506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950640", + "text": "950640 - Table-tennis articles and equipment", + "parent": "9506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950651", + "text": "950651 - Lawn-tennis rackets; whether or not strung", + "parent": "9506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950659", + "text": "950659 - Tennis, badminton and similar rackets; whether or not strung", + "parent": "9506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950661", + "text": "950661 - Lawn-tennis balls", + "parent": "9506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950662", + "text": "950662 - Balls; inflatable", + "parent": "9506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950669", + "text": "950669 - Balls; (other than inflatable or for lawn-tennis, golf or table-tennis)", + "parent": "9506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950670", + "text": "950670 - Skates; ice and roller, including skating boots with skates attached", + "parent": "9506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950691", + "text": "950691 - Athletics and gymnastics equipment", + "parent": "9506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950699", + "text": "950699 - Equipment for outdoor games and recreation n.e.c. in heading no. 9506", + "parent": "9506", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9507", + "text": "9507 - Fishing rods, fish-hooks and other line fishing tackle; fish landing nets and the like; decoy birds (not those of heading no. 9208 or 9705) and similar hunting or shooting requisites", + "parent": "95", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "950710", + "text": "950710 - Fishing rods", + "parent": "9507", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950720", + "text": "950720 - Fish-hooks; whether or not snelled", + "parent": "9507", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950730", + "text": "950730 - Fishing reels", + "parent": "9507", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950790", + "text": "950790 - Fishing tackle n.e.c., butterfly nets, decoy birds (other than those of heading no. 9208 or 9705) and similar hunting or shooting requisites", + "parent": "9507", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9508", + "text": "9508 - Travelling circuses and travelling menageries, amusement park rides and water park amusements, fairground amusements, including shooting galleries and travelling theatres", + "parent": "95", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "950800", + "text": "950800 - Play, fair-ground equipment, travellng circus, theatr", + "parent": "9508", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950810", + "text": "950810 - Travelling circuses and travelling menageries", + "parent": "9508", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950821", + "text": "950821 - Amusement park rides and water park amusements; Roller coasters", + "parent": "9508", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950822", + "text": "950822 - Amusement park rides and water park amusements; carousels, swings and roundabouts", + "parent": "9508", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950823", + "text": "950823 - Amusement park rides and water park amusements; dodge'em cars", + "parent": "9508", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950824", + "text": "950824 - Amusement park rides and water park amusements; motion simulators and moving theatres", + "parent": "9508", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950825", + "text": "950825 - Amusement park rides and water park amusements; water rides", + "parent": "9508", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950826", + "text": "950826 - Amusement park rides and water park amusements; water park amusements", + "parent": "9508", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950829", + "text": "950829 - Amusement park rides and water park amusements; other than roller coasters, carousels, swings, roundabouts, dodge'em cars, motion simulators and moving theatres, water rides and water park amusements", + "parent": "9508", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950830", + "text": "950830 - Fairground amusements; including shooting galleries", + "parent": "9508", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950840", + "text": "950840 - Travelling theatres", + "parent": "9508", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "950890", + "text": "950890 - Roundabouts, swings, shooting galleries, other fairground amusements; travelling theatres", + "parent": "9508", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "96", + "text": "96 - Miscellaneous manufactured articles", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "9601", + "text": "9601 - Ivory, bone, tortoise-shell, horn, antlers, coral, mother-of-pearl and other animal carving material and articles of these materials; worked, (including articles obtained by moulding)", + "parent": "96", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "960110", + "text": "960110 - Ivory and articles thereof; worked", + "parent": "9601", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "960190", + "text": "960190 - Bone, tortoise shell, horn, antlers, coral, mother-of-pearl and other animal carving material and articles thereof (including articles obtained by moulding)", + "parent": "9601", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9602", + "text": "9602 - Vegetable, mineral carving material and articles of these materials, moulded or carved articles of wax, stearin, natural gums, resins or modelling pastes, worked unhardened gelatin (not heading no. 3503)", + "parent": "96", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "960200", + "text": "960200 - Vegetable, mineral carving material and articles of these materials, moulded or carved articles of wax, stearin, natural gums, resins or modelling pastes, worked unhardened gelatin (not heading no. 3503)", + "parent": "9602", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9603", + "text": "9603 - Brooms, brushes (including parts of machines), hand operated floor sweepers, mops and feather dusters; knots and tufts for broom or brush making; paint pads and rollers; squeegees", + "parent": "96", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "960310", + "text": "960310 - Brooms and brushes; consisting of twigs or other vegetable materials bound together, with or without handles", + "parent": "9603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "960321", + "text": "960321 - Brushes; toothbrushes", + "parent": "9603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "960329", + "text": "960329 - Brushes; shaving, hair, nail, eyelash and other toilet brushes for use on the person, including brushes as parts of appliances", + "parent": "9603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "960330", + "text": "960330 - Brushes; artists' brushes, writing brushes and similar brushes for the application of cosmetics", + "parent": "9603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "960340", + "text": "960340 - Brushes; paint, distemper, varnish or similar brushes (not those of item no. 9603.30), paint pads and rollers", + "parent": "9603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "960350", + "text": "960350 - Brushes; constituting parts of machines, appliances or vehicles", + "parent": "9603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "960390", + "text": "960390 - Brooms, brushes, mops, feather dusters, squeegees, hand operated mechanical floor sweepers; (not motorised), prepared knots and tufts for brooms or brush making n.e.c.", + "parent": "9603", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9604", + "text": "9604 - Hand sieves and hand riddles", + "parent": "96", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "960400", + "text": "960400 - Hand sieves and hand riddles", + "parent": "9604", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9605", + "text": "9605 - Travel sets; for personal toilet, sewing, shoe or clothes cleaning", + "parent": "96", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "960500", + "text": "960500 - Travel sets; for personal toilet, sewing, shoe or clothes cleaning", + "parent": "9605", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9606", + "text": "9606 - Buttons, press-fasteners, snap-fasteners and press-studs, button moulds and other parts of these articles; button blanks", + "parent": "96", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "960610", + "text": "960610 - Press-fasteners, snap-fasteners, press-studs and parts therefor", + "parent": "9606", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "960621", + "text": "960621 - Buttons; of plastics, not covered with textile material", + "parent": "9606", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "960622", + "text": "960622 - Buttons; of base metal, not covered with textile material", + "parent": "9606", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "960629", + "text": "960629 - Buttons; of other than base metal or plastics, not covered with textile material", + "parent": "9606", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "960630", + "text": "960630 - Button moulds and other parts of buttons; button blanks", + "parent": "9606", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9607", + "text": "9607 - Slide fasteners and parts thereof", + "parent": "96", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "960711", + "text": "960711 - Slide fasteners; fitted with chain scoops of base metal", + "parent": "9607", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "960719", + "text": "960719 - Slide fasteners; other than those fitted with chain scoops of base metal", + "parent": "9607", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "960720", + "text": "960720 - Slide fasteners; parts", + "parent": "9607", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9608", + "text": "9608 - Pens; ball-point, felt tipped, other porous tipped pens; fountain pens, stylograph pens duplicating stylos, propelling or sliding pencils; parts of the foregoing, excluding those of heading no. 9609", + "parent": "96", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "960810", + "text": "960810 - Pens; ball point", + "parent": "9608", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "960820", + "text": "960820 - Pens; felt tipped and other porous-tipped pens and markers", + "parent": "9608", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "960830", + "text": "960830 - Pens; fountain, stylograph and other pens", + "parent": "9608", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "960831", + "text": "960831 - Indian ink drawing pens", + "parent": "9608", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "960839", + "text": "960839 - Fountain pens, stylograph pens & other pens (excl. Indian ink drawing pens)", + "parent": "9608", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "960840", + "text": "960840 - Pencils; propelling or sliding", + "parent": "9608", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "960850", + "text": "960850 - Pen and pencil sets; of articles from two or more of the foregoing sub-headings", + "parent": "9608", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "960860", + "text": "960860 - Pens; ball-point, refills comprising the ball point and ink-reservoir", + "parent": "9608", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "960891", + "text": "960891 - Pens; nibs and nib points", + "parent": "9608", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "960899", + "text": "960899 - Pens and pencils; duplicating stylos, pen-holders, pencil-holders, and similar holders, parts of the articles of heading 9608, including caps and clips", + "parent": "9608", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9609", + "text": "9609 - Pencils (not of heading no. 9608), crayons, pencil leads, pastels, drawing charcoals, writing or drawing chalks and tailors' chalks", + "parent": "96", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "960910", + "text": "960910 - Pencils and crayons; with leads encased in sheath", + "parent": "9609", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "960920", + "text": "960920 - Pencil leads; black or coloured", + "parent": "9609", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "960990", + "text": "960990 - Pastels, drawing charcoals, writing or drawing chalks, tailors' chalk", + "parent": "9609", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9610", + "text": "9610 - Slates and boards, with writing or drawing surfaces, whether or not framed", + "parent": "96", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "961000", + "text": "961000 - Slates and boards; with writing or drawing surfaces, whether or not framed", + "parent": "9610", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9611", + "text": "9611 - Stamps; date, numbering, sealing stamps and the like (including devices for printing or embossing labels), designed for operating by hand; hand operated composing sticks and printing sets", + "parent": "96", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "961100", + "text": "961100 - Stamps; date, numbering, sealing stamps and the like (including devices for printing or embossing labels), designed for operating by hand; hand operated composing sticks and printing sets", + "parent": "9611", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9612", + "text": "9612 - Typewriter, similar ribbons, inked, otherwise prepared for giving impressions, whether or not on spools or in cartridges; ink pads, whether or not inked, with or without boxes", + "parent": "96", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "961210", + "text": "961210 - Ribbons; for typewriters and the like, inked or otherwise prepared, for giving impressions, whether or not on spools or in cartridges", + "parent": "9612", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "961220", + "text": "961220 - Ink pads; whether or not inked, with or without boxes", + "parent": "9612", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9613", + "text": "9613 - Cigarette lighters and other lighters, whether or not mechanical or electrical and parts thereof other than flints and wicks", + "parent": "96", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "961310", + "text": "961310 - Lighters; pocket, cigarette, gas fuelled, non-refillable", + "parent": "9613", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "961320", + "text": "961320 - Lighters; pocket, cigarette, gas fuelled, refillable", + "parent": "9613", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "961330", + "text": "961330 - Table lighters", + "parent": "9613", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "961380", + "text": "961380 - Lighters; whether or not mechanical or electrical, n.e.c. in heading no. 9613", + "parent": "9613", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "961390", + "text": "961390 - Lighters; parts for cigarette lighters and other lighters, whether or not mechanical or electrical, other than flints and wicks", + "parent": "9613", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9614", + "text": "9614 - Smoking pipes (including pipe bowls) and cigar or cigarette holders, and parts thereof", + "parent": "96", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "961400", + "text": "961400 - Smoking pipes (including pipe bowls) and cigar or cigarette holders, and parts thereof", + "parent": "9614", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "961410", + "text": "961410 - Roughly shaped blocks of wood or root, for pipes", + "parent": "9614", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "961420", + "text": "961420 - Smoking pipes and pipe bowls", + "parent": "9614", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "961490", + "text": "961490 - Cigar or cigarette holders and parts, pipe stems", + "parent": "9614", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9615", + "text": "9615 - Combs, hair-slides and similar; hairpins, curling pins, curling grips and hair curlers and the like, other than those of heading no. 8516 and parts thereof", + "parent": "96", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "961511", + "text": "961511 - Combs, hair slides and the like; of hard rubber or plastics", + "parent": "9615", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "961519", + "text": "961519 - Combs, hair slides and the like; of other than hard rubber or plastics", + "parent": "9615", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "961590", + "text": "961590 - Hairpins, curling pins, curling grips, hair curlers and the like (not those of heading no. 8516) and parts thereof", + "parent": "9615", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9616", + "text": "9616 - Scent sprays and similar toilet sprays and mounts and heads therefor; powder-puffs and pads for the application of cosmetics or toilet preparations", + "parent": "96", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "961610", + "text": "961610 - Scent sprays and similar toilet sprays, and mounts and heads therefor", + "parent": "9616", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "961620", + "text": "961620 - Powder puffs and pads; for the application of cosmetics or toilet preparations", + "parent": "9616", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9617", + "text": "9617 - Vacuum flasks and other vacuum vessels, complete with cases; parts thereof other than glass inners", + "parent": "96", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "961700", + "text": "961700 - Vacuum flasks and other vacuum vessels, complete with cases; parts thereof other than glass inners", + "parent": "9617", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9618", + "text": "9618 - Tailors' dummies and other lay figures; automata and other animated displays used for shop window dressing", + "parent": "96", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "961800", + "text": "961800 - Tailors' dummies and other lay figures; automata and other animated displays used for shop window dressing", + "parent": "9618", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9619", + "text": "9619 - Sanitary towels (pads) and tampons, napkins (diapers), napkin liners and similar articles, of any material", + "parent": "96", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "961900", + "text": "961900 - Sanitary towels (pads) and tampons, napkins (diapers), napkin liners and similar articles, of any material", + "parent": "9619", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9620", + "text": "9620 - Monopods, bipods, tripods and similar articles", + "parent": "96", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "962000", + "text": "962000 - Monopods, bipods, tripods and similar articles", + "parent": "9620", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "97", + "text": "97 - Works of art; collectors' pieces and antiques", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "9701", + "text": "9701 - Paintings, drawings and pastels, executed entirely by hand; not drawings of heading no. 4906 and not hand-painted, hand-decorated manufactured articles; collages, mosaics and similar decorative plaques", + "parent": "97", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "970110", + "text": "970110 - Paintings, drawings and pastels; executed entirely by hand, other than drawings of heading no. 4906", + "parent": "9701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "970121", + "text": "970121 - Paintings, drawings and pastels; executed entirely by hand, other than drawings of heading no. 4906, of an age exceeding 100 years", + "parent": "9701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "970122", + "text": "970122 - Mosaics; executed entirely by hand, other than drawings of heading no. 4906, of an age exceeding 100 years", + "parent": "9701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "970129", + "text": "970129 - Artwork; other than paintings, drawings, pastels mosaics, executed entirely by hand, other than drawings of heading no. 4906, of an age exceeding 100 years", + "parent": "9701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "970190", + "text": "970190 - Artwork; collages and similar decorative plaques", + "parent": "9701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "970191", + "text": "970191 - Paintings, drawings and pastels; executed entirely by hand, other than drawings of heading no. 4906, of an age not exceeding 100 years", + "parent": "9701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "970192", + "text": "970192 - Mosaics; executed entirely by hand, other than drawings of heading no. 4906, of an age not exceeding 100 years", + "parent": "9701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "970199", + "text": "970199 - Artwork; other than paintings, drawings, pastels mosaics, executed entirely by hand, other than drawings of heading no. 4906, of an age not exceeding 100 years", + "parent": "9701", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9702", + "text": "9702 - Engravings, prints and lithographs; original", + "parent": "97", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "970200", + "text": "970200 - Engravings, prints and lithographs; original", + "parent": "9702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "970210", + "text": "970210 - Engravings, prints and lithographs; original of an age exceeding 100 years", + "parent": "9702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "970290", + "text": "970290 - Engravings, prints and lithographs; original of an age not exceeding 100 years", + "parent": "9702", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9703", + "text": "9703 - Sculptures and statuary; original, in any material", + "parent": "97", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "970300", + "text": "970300 - Sculptures and statuary; original, in any material", + "parent": "9703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "970310", + "text": "970310 - Sculptures and statuary; original, in any material, of an age exceeding 100 years", + "parent": "9703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "970390", + "text": "970390 - Sculptures and statuary; original, in any material, of an age not exceeding 100 years", + "parent": "9703", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9704", + "text": "9704 - Stamps, postage or revenue; stamp-postmarks, first-day covers, postal stationery (stamped paper) and like, used or unused, other than those of heading 4907", + "parent": "97", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "970400", + "text": "970400 - Stamps, postage or revenue; stamp-postmarks, first-day covers, postal stationery (stamped paper) and like, used or unused, other than those of heading 4907", + "parent": "9704", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9705", + "text": "9705 - Collections and collectors' pieces; of archaeological, ethnographic, historical, zoological, botanical, mineralogical, anatomical, palaeontological or numismatic interest", + "parent": "97", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "970500", + "text": "970500 - Collections and collectors' pieces; of zoological, botanical, mineralogical, anatomical, historical, archaeological, palaeontological, ethnographic or numismatic interest", + "parent": "9705", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "970510", + "text": "970510 - Collections and collectors' pieces; of archaeological, ethnographic or historical interest", + "parent": "9705", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "970521", + "text": "970521 - Collections and collectors' pieces; of zoological, botanical, mineralogical, anatomical or palaeontological interest, human specimens and parts thereof", + "parent": "9705", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "970522", + "text": "970522 - Collections and collectors' pieces; of zoological, botanical, mineralogical, anatomical or palaeontological interest, extinct or endangered species and parts thereof", + "parent": "9705", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "970529", + "text": "970529 - Collections and collectors' pieces; of zoological, botanical, mineralogical, anatomical or palaeontological interest, other than human species, extinct or endangered species and parts thereof", + "parent": "9705", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "970531", + "text": "970531 - Collections and collectors' pieces; of numismatic interest, of an age exceeding 100 years", + "parent": "9705", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "970539", + "text": "970539 - Collections and collectors' pieces; of numismatic interest, of an age not exceeding 100 years", + "parent": "9705", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9706", + "text": "9706 - Antiques; of an age exceeding one hundred years", + "parent": "97", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "970600", + "text": "970600 - Antiques; of an age exceeding one hundred years", + "parent": "9706", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "970610", + "text": "970610 - Antiques; of an age exceeding 250 years", + "parent": "9706", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "970690", + "text": "970690 - Antiques; of an age exceeding 100 years but not exceeding 250 years", + "parent": "9706", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "99", + "text": "99 - Commodities not specified according to kind", + "parent": "TOTAL", + "isLeaf": 0, + "aggrLevel": 2 + }, + { + "id": "9999", + "text": "9999 - Commodities not specified according to kind", + "parent": "99", + "isLeaf": 0, + "aggrLevel": 4 + }, + { + "id": "999999", + "text": "999999 - Commodities not specified according to kind", + "parent": "9999", + "isLeaf": 1, + "aggrLevel": 6 + }, + { + "id": "9999AA", + "text": "9999AA - Commodities not specified according to kind", + "parent": "9999", + "isLeaf": 1, + "aggrLevel": 6 + } + ] +} diff --git a/tests/testthat/services/comtradeapi.un.org/data/v1/get/S/A/EB-051bfe.R b/tests/testthat/services/comtradeapi.un.org/data/v1/get/S/A/EB-051bfe.R index 043e1fe..6aa92dc 100644 --- a/tests/testthat/services/comtradeapi.un.org/data/v1/get/S/A/EB-051bfe.R +++ b/tests/testthat/services/comtradeapi.un.org/data/v1/get/S/A/EB-051bfe.R @@ -6,5 +6,6 @@ structure(list(method = "GET", url = "https://comtradeapi.un.org/data/v1/get/S/A `X-XSS-Protection` = "1;mode=block", `strict-transport-security` = "max-age=31536000;includeSubDomains", `content-security-policy` = "frame-src 'self'", `x-permitted-cross-domain-policies` = "none", `Referrer-Policy` = "no-referrer-when-downgrade", `Permissions-Policy` = "accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()", - Date = "Fri, 17 Nov 2023 10:50:31 GMT"), class = "httr2_headers"), - body = charToRaw("{\"elapsedTime\":\"6.69 secs\",\"count\":0,\"data\":[],\"error\":\"\"}")), class = "httr2_response") + Date = "Fri, 15 Dec 2023 16:26:30 GMT"), class = "httr2_headers"), + body = charToRaw("{\"elapsedTime\":\"0.19 secs\",\"count\":0,\"data\":[],\"error\":\"\"}"), + cache = new.env(parent = emptyenv())), class = "httr2_response") From 2c6cb25026e4402c47ca11a2dd5373a8e9d66d21 Mon Sep 17 00:00:00 2001 From: "Bochtler, Paul" <65470117+datapumpernickel@users.noreply.github.com> Date: Fri, 15 Dec 2023 18:17:47 +0100 Subject: [PATCH 10/30] adjust tests to changes --- tests/testthat/test-ct_build_request.R | 5 +++-- tests/testthat/test-ct_check_parameters.R | 4 ++-- tests/testthat/test-ct_get_data.R | 5 +++-- tests/testthat/test-utils.R | 5 ++--- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/tests/testthat/test-ct_build_request.R b/tests/testthat/test-ct_build_request.R index a02ee5f..5e950df 100644 --- a/tests/testthat/test-ct_build_request.R +++ b/tests/testthat/test-ct_build_request.R @@ -11,10 +11,11 @@ test_that('test that build returns a httr2 request',{ start_date = '2020', end_date = '2021', partner_2 = 'World', - mode_of_transport = '0', + mode_of_transport = 'Air', customs_code = 'C00', verbose = FALSE, - update = FALSE + update = FALSE, + extra_params = NULL ) |> comtradr:::ct_build_request(primary_token = 'test_token') expect_equal(class(req),'httr2_request') diff --git a/tests/testthat/test-ct_check_parameters.R b/tests/testthat/test-ct_check_parameters.R index 088a0bb..a175306 100644 --- a/tests/testthat/test-ct_check_parameters.R +++ b/tests/testthat/test-ct_check_parameters.R @@ -108,8 +108,8 @@ test_that("check_partner2Code works correctly", { }) test_that("check_motCode works correctly", { - expect_equal(check_motCode("2000"), "2000") - expect_equal(check_motCode(c("9000", "9100")), "9000,9100") + expect_equal(check_motCode("TOTAL modes of transport"), "0") + expect_equal(check_motCode(c("Air", "Water")), "1000,2000") expect_error(check_motCode("INVALID")) }) diff --git a/tests/testthat/test-ct_get_data.R b/tests/testthat/test-ct_get_data.R index 96a72ce..a847e95 100644 --- a/tests/testthat/test-ct_get_data.R +++ b/tests/testthat/test-ct_get_data.R @@ -62,7 +62,7 @@ without_internet({ start_date = '2010', end_date = '2010', flow_direction = 'all', - primary_token = 'test', + # primary_token = 'test', partner_2 = 'World',verbose = T) ,'https://comtradeapi.un.org/data/v1/get/S/A/EB?cmdCode=200&flowCode=M%2CX%2CRM%2CRX&partnerCode=32%2C280%2C276&reporterCode=156&period=2010&motCode=0&partner2Code=0&customsCode=C00&includeDesc=TRUE') # nolint }) @@ -99,7 +99,8 @@ httptest2::with_mock_dir("goods", { verbose = T, flow_direction = 'all', primary_token = 'test', - partner_2 = 'World'),'Got a response object from UN Comtrade. Use `process = F` if there is an error' ) # nolint + partner_2 = 'World'), + 'Got a response object from UN Comtrade. Use `process = F` if there is an error' ) # nolint }) }) diff --git a/tests/testthat/test-utils.R b/tests/testthat/test-utils.R index da2e624..0da209d 100644 --- a/tests/testthat/test-utils.R +++ b/tests/testthat/test-utils.R @@ -37,7 +37,7 @@ test_that("ct_commodity_lookup returns empty result for non-matching search term expect_equal(results, list("Nonexistent" = character(0))) }) -with_mock_api({ +with_mock_dir("ref_table", test_that("ct_get_ref_table works correctly", { ct_env <- new.env() assign('updated', 'init', envir = ct_env) @@ -77,7 +77,6 @@ test_that("ct_get_ref_table works correctly", { }) }) - -}) +) From eee4b80a5d60251d211d512dc78e06328897a32d Mon Sep 17 00:00:00 2001 From: "Bochtler, Paul" <65470117+datapumpernickel@users.noreply.github.com> Date: Fri, 15 Dec 2023 19:45:45 +0100 Subject: [PATCH 11/30] deleted dependency vcr, which was unnecessary all along --- DESCRIPTION | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 5d183db..1d8b0e3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -49,8 +49,7 @@ Suggests: knitr, rmarkdown, spelling, - testthat (>= 3.0.0), - vcr + testthat (>= 3.0.0) License: GPL-3 Encoding: UTF-8 LazyData: true From ca131accfbb7b13ef70a083ee5614e4f75098f9e Mon Sep 17 00:00:00 2001 From: "Bochtler, Paul" <65470117+datapumpernickel@users.noreply.github.com> Date: Fri, 15 Dec 2023 19:47:34 +0100 Subject: [PATCH 12/30] added help for extra_param --- R/ct_get_data.R | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/R/ct_get_data.R b/R/ct_get_data.R index 74e4344..448eb4c 100644 --- a/R/ct_get_data.R +++ b/R/ct_get_data.R @@ -54,7 +54,7 @@ #' If FALSE, returns raw column names. Default: TRUE. #' @param verbose If TRUE, sends status updates to the console. #' If FALSE, runs functions quietly. Default: FALSE. -#' @param mode_of_transport Mode of Transport, default '0' (TOTAL). +#' @param mode_of_transport Mode of Transport, default 'TOTAL modes of transport' (TOTAL). #' See `ct_get_ref_table(dataset_id = 'mode_of_transport')` for possible values. #' @param partner_2 Partner ISO3 code(s) or `NULL`. Default: 'World'. #' @param customs_code Customs code, default 'C00' (TOTAL). @@ -64,8 +64,9 @@ #' @param requests_per_second rate of requests per second executed, #' usually specified as a fraction, e.g. 10/60 for 10 requests per minute, #' see `req_throttle()` for details. -#' @param ... Additional parameters to the API, passed as query -#' parameters without checking. +#' @param extra_params Additional parameters to the API, passed as query +#' parameters without checking. Please provide a named list to this parameter. +#' Default: NULL. #' #' @examplesIf interactive() #' # Query goods data for China's trade with Argentina and Germany in 2019 From 2b4cf655f749ebd9088becb3f1995e9b63015cba Mon Sep 17 00:00:00 2001 From: "Bochtler, Paul" <65470117+datapumpernickel@users.noreply.github.com> Date: Fri, 15 Dec 2023 19:49:26 +0100 Subject: [PATCH 13/30] nord for replace_month function --- R/utils.R | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/R/utils.R b/R/utils.R index a29758f..26aa22e 100644 --- a/R/utils.R +++ b/R/utils.R @@ -204,13 +204,14 @@ ct_download_ref_table <- function(ref_table_id) { data <- response |> httr2::resp_body_json(simplifyVector = TRUE) - ## get date of last modification from headers + ## get date of last modification from headers last_modified <- httr2::resp_header(header = "Last-Modified", resp = response) |> stringr::str_extract(pattern = '(\\d{2} [a-zA-Z]+ \\d{4})') |> replace_month() |> as.Date(format = "%d %m %Y") + ## get results from json file data <- data$results @@ -366,7 +367,9 @@ ct_commodity_lookup <- function(search_terms, return(ans) } - +#' replacing month with numbers locale unspecific +#' +#' @noRd replace_month <- function(date_str) { months <- c("Jan" = "01", "Feb" = "02", "Mar" = "03", "Apr" = "04", "May" = "05", "Jun" = "06", "Jul" = "07", "Aug" = "08", "Sep" = "09", "Oct" = "10", "Nov" = "11", "Dec" = "12") From b3dc1ce5a832aaf5ea99a4bdf9bcb56398f358cf Mon Sep 17 00:00:00 2001 From: "Bochtler, Paul" <65470117+datapumpernickel@users.noreply.github.com> Date: Fri, 15 Dec 2023 19:49:49 +0100 Subject: [PATCH 14/30] add correct mock-dir with simplify=F so that headers are recorded --- .../data/v1/get/C/A/HS-60a6ad.json | 203 + tests/testthat/helper-comtradr.R | 1 - .../files/v1/app/reference/HS.json.R | 16 + .../files/v1/app/reference/HS.json.json | 57849 ---------------- tests/testthat/test-ct_get_data.R | 4 +- tests/testthat/test-utils.R | 53 +- 6 files changed, 251 insertions(+), 57875 deletions(-) create mode 100644 tests/testthat/data/comtradeapi.un.org/data/v1/get/C/A/HS-60a6ad.json delete mode 100644 tests/testthat/helper-comtradr.R create mode 100644 tests/testthat/ref_table/comtradeapi.un.org/files/v1/app/reference/HS.json.R delete mode 100644 tests/testthat/ref_table/comtradeapi.un.org/files/v1/app/reference/HS.json.json diff --git a/tests/testthat/data/comtradeapi.un.org/data/v1/get/C/A/HS-60a6ad.json b/tests/testthat/data/comtradeapi.un.org/data/v1/get/C/A/HS-60a6ad.json new file mode 100644 index 0000000..19df4b9 --- /dev/null +++ b/tests/testthat/data/comtradeapi.un.org/data/v1/get/C/A/HS-60a6ad.json @@ -0,0 +1,203 @@ +{ + "elapsedTime": "0.04 secs", + "count": 4, + "data": [ + { + "typeCode": "C", + "freqCode": "A", + "refPeriodId": 20100101, + "refYear": 2010, + "refMonth": 52, + "period": "2010", + "reporterCode": 156, + "reporterISO": "CHN", + "reporterDesc": "China", + "flowCode": "M", + "flowDesc": "Import", + "partnerCode": 32, + "partnerISO": "ARG", + "partnerDesc": "Argentina", + "partner2Code": 0, + "partner2ISO": "W00", + "partner2Desc": "World", + "classificationCode": "H3", + "classificationSearchCode": "HS", + "isOriginalClassification": true, + "cmdCode": "TOTAL", + "cmdDesc": "All Commodities", + "aggrLevel": 0, + "isLeaf": false, + "customsCode": "C00", + "customsDesc": "TOTAL CPC", + "mosCode": "0", + "motCode": 0, + "motDesc": "TOTAL MOT", + "qtyUnitCode": -1, + "qtyUnitAbbr": "N/A", + "qty": null, + "isQtyEstimated": false, + "altQtyUnitCode": -1, + "altQtyUnitAbbr": "N/A", + "altQty": null, + "isAltQtyEstimated": false, + "netWgt": null, + "isNetWgtEstimated": false, + "grossWgt": null, + "isGrossWgtEstimated": false, + "cifvalue": 6804128143.0, + "fobvalue": null, + "primaryValue": 6804128143.0, + "legacyEstimationFlag": 0, + "isReported": true, + "isAggregate": false + }, + { + "typeCode": "C", + "freqCode": "A", + "refPeriodId": 20100101, + "refYear": 2010, + "refMonth": 52, + "period": "2010", + "reporterCode": 156, + "reporterISO": "CHN", + "reporterDesc": "China", + "flowCode": "M", + "flowDesc": "Import", + "partnerCode": 276, + "partnerISO": "DEU", + "partnerDesc": "Germany", + "partner2Code": 0, + "partner2ISO": "W00", + "partner2Desc": "World", + "classificationCode": "H3", + "classificationSearchCode": "HS", + "isOriginalClassification": true, + "cmdCode": "TOTAL", + "cmdDesc": "All Commodities", + "aggrLevel": 0, + "isLeaf": false, + "customsCode": "C00", + "customsDesc": "TOTAL CPC", + "mosCode": "0", + "motCode": 0, + "motDesc": "TOTAL MOT", + "qtyUnitCode": -1, + "qtyUnitAbbr": "N/A", + "qty": null, + "isQtyEstimated": false, + "altQtyUnitCode": -1, + "altQtyUnitAbbr": "N/A", + "altQty": null, + "isAltQtyEstimated": false, + "netWgt": null, + "isNetWgtEstimated": false, + "grossWgt": null, + "isGrossWgtEstimated": false, + "cifvalue": 74251272075.0, + "fobvalue": null, + "primaryValue": 74251272075.0, + "legacyEstimationFlag": 0, + "isReported": true, + "isAggregate": false + }, + { + "typeCode": "C", + "freqCode": "A", + "refPeriodId": 20100101, + "refYear": 2010, + "refMonth": 52, + "period": "2010", + "reporterCode": 156, + "reporterISO": "CHN", + "reporterDesc": "China", + "flowCode": "X", + "flowDesc": "Export", + "partnerCode": 32, + "partnerISO": "ARG", + "partnerDesc": "Argentina", + "partner2Code": 0, + "partner2ISO": "W00", + "partner2Desc": "World", + "classificationCode": "H3", + "classificationSearchCode": "HS", + "isOriginalClassification": true, + "cmdCode": "TOTAL", + "cmdDesc": "All Commodities", + "aggrLevel": 0, + "isLeaf": false, + "customsCode": "C00", + "customsDesc": "TOTAL CPC", + "mosCode": "0", + "motCode": 0, + "motDesc": "TOTAL MOT", + "qtyUnitCode": -1, + "qtyUnitAbbr": "N/A", + "qty": null, + "isQtyEstimated": false, + "altQtyUnitCode": -1, + "altQtyUnitAbbr": "N/A", + "altQty": null, + "isAltQtyEstimated": false, + "netWgt": null, + "isNetWgtEstimated": false, + "grossWgt": null, + "isGrossWgtEstimated": false, + "cifvalue": null, + "fobvalue": 6115764185.0, + "primaryValue": 6115764185.0, + "legacyEstimationFlag": 0, + "isReported": true, + "isAggregate": false + }, + { + "typeCode": "C", + "freqCode": "A", + "refPeriodId": 20100101, + "refYear": 2010, + "refMonth": 52, + "period": "2010", + "reporterCode": 156, + "reporterISO": "CHN", + "reporterDesc": "China", + "flowCode": "X", + "flowDesc": "Export", + "partnerCode": 276, + "partnerISO": "DEU", + "partnerDesc": "Germany", + "partner2Code": 0, + "partner2ISO": "W00", + "partner2Desc": "World", + "classificationCode": "H3", + "classificationSearchCode": "HS", + "isOriginalClassification": true, + "cmdCode": "TOTAL", + "cmdDesc": "All Commodities", + "aggrLevel": 0, + "isLeaf": false, + "customsCode": "C00", + "customsDesc": "TOTAL CPC", + "mosCode": "0", + "motCode": 0, + "motDesc": "TOTAL MOT", + "qtyUnitCode": -1, + "qtyUnitAbbr": "N/A", + "qty": null, + "isQtyEstimated": false, + "altQtyUnitCode": -1, + "altQtyUnitAbbr": "N/A", + "altQty": null, + "isAltQtyEstimated": false, + "netWgt": null, + "isNetWgtEstimated": false, + "grossWgt": null, + "isGrossWgtEstimated": false, + "cifvalue": null, + "fobvalue": 68047133397.0, + "primaryValue": 68047133397.0, + "legacyEstimationFlag": 0, + "isReported": true, + "isAggregate": false + } + ], + "error": "" +} diff --git a/tests/testthat/helper-comtradr.R b/tests/testthat/helper-comtradr.R deleted file mode 100644 index 8b6e6e7..0000000 --- a/tests/testthat/helper-comtradr.R +++ /dev/null @@ -1 +0,0 @@ -invisible(vcr::vcr_configure(dir = "../../tests/fixtures/vcr_cassettes")) diff --git a/tests/testthat/ref_table/comtradeapi.un.org/files/v1/app/reference/HS.json.R b/tests/testthat/ref_table/comtradeapi.un.org/files/v1/app/reference/HS.json.R new file mode 100644 index 0000000..38c3b78 --- /dev/null +++ b/tests/testthat/ref_table/comtradeapi.un.org/files/v1/app/reference/HS.json.R @@ -0,0 +1,16 @@ +structure(list(method = "GET", url = "https://comtradeapi.un.org/files/v1/app/reference/HS.json", + status_code = 200L, headers = structure(list(`Cache-Control` = "no-store, no-cache", + Pragma = "no-cache", `Content-Length` = "1725729", `Content-Type` = "application/json", + `Content-MD5` = "XRsS0ff3UHaiG3k6FLfzhg==", Expires = "Fri, 15 Dec 2023 18:44:46 GMT", + `Last-Modified` = "Thu, 16 Mar 2023 22:08:44 GMT", ETag = "0x8DB266B02985815", + `x-ms-request-id` = "bee65a9a-c01e-002a-406b-2f42ca000000", + `x-ms-version` = "2009-09-19", `x-ms-lease-status` = "unlocked", + `x-ms-blob-type` = "BlockBlob", `x-frame-options` = "deny", + `X-Content-Type-Options` = "nosniff", `X-XSS-Protection` = "1;mode=block", + `strict-transport-security` = "max-age=31536000;includeSubDomains", + `content-security-policy` = "frame-src 'self'", `x-permitted-cross-domain-policies` = "none", + `Referrer-Policy` = "no-referrer-when-downgrade", `Permissions-Policy` = "accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()", + `Request-Context` = "appId=cid-v1:9b6e1d5a-3728-46ff-b743-6d33d23e54a6", + Date = "Fri, 15 Dec 2023 18:44:45 GMT"), class = "httr2_headers"), + body = charToRaw("{\r\n\t\"more\": false,\r\n\t\"minimumInputLength\": 2,\r\n\t\"classCode\": \"HS\",\r\n\t\"className\": \"Combined HS\",\r\n\t\"results\": [\r\n\t\t{\r\n\t\t\t\"id\": \"TOTAL\",\r\n\t\t\t\"text\": \"TOTAL - Total of all HS commodities\",\r\n\t\t\t\"parent\": \"-1\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 0\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"01\",\r\n\t\t\t\"text\": \"01 - Animals; live\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0101\",\r\n\t\t\t\"text\": \"0101 - Horses, asses, mules and hinnies; live\",\r\n\t\t\t\"parent\": \"01\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010110\",\r\n\t\t\t\"text\": \"010110 - Live horses/asses/mules/hinnies: pure-bred breeding animals\",\r\n\t\t\t\"parent\": \"0101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010111\",\r\n\t\t\t\"text\": \"010111 - Horses, live pure-bred breeding\",\r\n\t\t\t\"parent\": \"0101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010119\",\r\n\t\t\t\"text\": \"010119 - Horses, live except pure-bred breeding\",\r\n\t\t\t\"parent\": \"0101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010120\",\r\n\t\t\t\"text\": \"010120 - Asses, mules and hinnies, live\",\r\n\t\t\t\"parent\": \"0101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010121\",\r\n\t\t\t\"text\": \"010121 - Horses; live, pure-bred breeding animals\",\r\n\t\t\t\"parent\": \"0101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010129\",\r\n\t\t\t\"text\": \"010129 - Horses; live, other than pure-bred breeding animals\",\r\n\t\t\t\"parent\": \"0101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010130\",\r\n\t\t\t\"text\": \"010130 - Asses; live\",\r\n\t\t\t\"parent\": \"0101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010190\",\r\n\t\t\t\"text\": \"010190 - Mules and hinnies; live\",\r\n\t\t\t\"parent\": \"0101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0102\",\r\n\t\t\t\"text\": \"0102 - Bovine animals; live\",\r\n\t\t\t\"parent\": \"01\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010210\",\r\n\t\t\t\"text\": \"010210 - Live bovine animals: pure-bred breeding animals\",\r\n\t\t\t\"parent\": \"0102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010221\",\r\n\t\t\t\"text\": \"010221 - Cattle; live, pure-bred breeding animals\",\r\n\t\t\t\"parent\": \"0102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010229\",\r\n\t\t\t\"text\": \"010229 - Cattle; live, other than pure-bred breeding animals\",\r\n\t\t\t\"parent\": \"0102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010231\",\r\n\t\t\t\"text\": \"010231 - Buffalo; live, pure-bred breeding animals\",\r\n\t\t\t\"parent\": \"0102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010239\",\r\n\t\t\t\"text\": \"010239 - Buffalo; live, other than pure-bred breeding animals\",\r\n\t\t\t\"parent\": \"0102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010290\",\r\n\t\t\t\"text\": \"010290 - Bovine animals; live, other than cattle and buffalo\",\r\n\t\t\t\"parent\": \"0102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0103\",\r\n\t\t\t\"text\": \"0103 - Swine; live\",\r\n\t\t\t\"parent\": \"01\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010310\",\r\n\t\t\t\"text\": \"010310 - Swine; live, pure-bred breeding animals\",\r\n\t\t\t\"parent\": \"0103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010391\",\r\n\t\t\t\"text\": \"010391 - Swine; live, other than pure-bred breeding animals, weighing less than 50kg\",\r\n\t\t\t\"parent\": \"0103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010392\",\r\n\t\t\t\"text\": \"010392 - Swine; live, other than pure-bred breeding animals, weighing 50kg or more\",\r\n\t\t\t\"parent\": \"0103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0104\",\r\n\t\t\t\"text\": \"0104 - Sheep and goats; live\",\r\n\t\t\t\"parent\": \"01\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010410\",\r\n\t\t\t\"text\": \"010410 - Sheep; live\",\r\n\t\t\t\"parent\": \"0104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010420\",\r\n\t\t\t\"text\": \"010420 - Goats; live\",\r\n\t\t\t\"parent\": \"0104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0105\",\r\n\t\t\t\"text\": \"0105 - Poultry; live, fowls of the species Gallus domesticus, ducks, geese, turkeys and guinea fowls\",\r\n\t\t\t\"parent\": \"01\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010511\",\r\n\t\t\t\"text\": \"010511 - Poultry; live, fowls of the species Gallus domesticus, weighing not more than 185g\",\r\n\t\t\t\"parent\": \"0105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010512\",\r\n\t\t\t\"text\": \"010512 - Poultry; live, turkeys, weighing not more than 185g\",\r\n\t\t\t\"parent\": \"0105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010513\",\r\n\t\t\t\"text\": \"010513 - Poultry; live, ducks, weighing not more than 185g\",\r\n\t\t\t\"parent\": \"0105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010514\",\r\n\t\t\t\"text\": \"010514 - Poultry; live, geese, weighing not more than 185g\",\r\n\t\t\t\"parent\": \"0105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010515\",\r\n\t\t\t\"text\": \"010515 - Poultry; live, guinea fowls, weighing not more than 185g\",\r\n\t\t\t\"parent\": \"0105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010519\",\r\n\t\t\t\"text\": \"010519 - Live ducks/geese/guinea fowls, weighing not >185g\",\r\n\t\t\t\"parent\": \"0105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010591\",\r\n\t\t\t\"text\": \"010591 - Fowls, live domestic > 185 grams\",\r\n\t\t\t\"parent\": \"0105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010592\",\r\n\t\t\t\"text\": \"010592 - Fowls, domestic, live we\",\r\n\t\t\t\"parent\": \"0105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010593\",\r\n\t\t\t\"text\": \"010593 - Fowls, domestic, live we\",\r\n\t\t\t\"parent\": \"0105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010594\",\r\n\t\t\t\"text\": \"010594 - Poultry; live, fowls of the species Gallus domesticus, weighing more than 185g\",\r\n\t\t\t\"parent\": \"0105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010599\",\r\n\t\t\t\"text\": \"010599 - Poultry; live, ducks, geese, turkeys and guinea fowls, weighing more than 185g\",\r\n\t\t\t\"parent\": \"0105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0106\",\r\n\t\t\t\"text\": \"0106 - Animals; live, n.e.c. in chapter 01\",\r\n\t\t\t\"parent\": \"01\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010600\",\r\n\t\t\t\"text\": \"010600 - Animals, live, except farm animals\",\r\n\t\t\t\"parent\": \"0106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010611\",\r\n\t\t\t\"text\": \"010611 - Mammals; live, primates\",\r\n\t\t\t\"parent\": \"0106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010612\",\r\n\t\t\t\"text\": \"010612 - Mammals; live, whales, dolphins and porpoises (mammals of the order Cetacea); manatees and dugongs (mammals of the order Sirenia); seals, sea lions and walruses (mammals of the suborder Pinnipedia)\",\r\n\t\t\t\"parent\": \"0106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010613\",\r\n\t\t\t\"text\": \"010613 - Mammals; live, camels and other camelids (Camelidae)\",\r\n\t\t\t\"parent\": \"0106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010614\",\r\n\t\t\t\"text\": \"010614 - Mammals; live, rabbits and hares\",\r\n\t\t\t\"parent\": \"0106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010619\",\r\n\t\t\t\"text\": \"010619 - Mammals; live, other than primates, whales, dolphins, porpoises (mammals of the order Cetacea); manatees, dugongs (mammals of the order Sirenia); seals, sea lions, walruses (mammals of the suborder Pinnipedia), camels, other camelids, rabbits and hares\",\r\n\t\t\t\"parent\": \"0106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010620\",\r\n\t\t\t\"text\": \"010620 - Reptiles; live (including snakes and turtles)\",\r\n\t\t\t\"parent\": \"0106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010631\",\r\n\t\t\t\"text\": \"010631 - Birds; live, birds of prey\",\r\n\t\t\t\"parent\": \"0106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010632\",\r\n\t\t\t\"text\": \"010632 - Birds; live, Psittaciformes\",\r\n\t\t\t\"parent\": \"0106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010633\",\r\n\t\t\t\"text\": \"010633 - Birds; live, ostriches; emus (Dromaius novaehollandiae)\",\r\n\t\t\t\"parent\": \"0106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010639\",\r\n\t\t\t\"text\": \"010639 - Birds; live, other than birds of prey, Psittaciformes, ostriches and emus (Dromaius novaehollandiae)\",\r\n\t\t\t\"parent\": \"0106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010641\",\r\n\t\t\t\"text\": \"010641 - Insects; live, bees\",\r\n\t\t\t\"parent\": \"0106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010649\",\r\n\t\t\t\"text\": \"010649 - Insects; live, other than bees\",\r\n\t\t\t\"parent\": \"0106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"010690\",\r\n\t\t\t\"text\": \"010690 - Animals; live, n.e.c. in chapter 01, other than mammals, reptiles, birds and insects\",\r\n\t\t\t\"parent\": \"0106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"02\",\r\n\t\t\t\"text\": \"02 - Meat and edible meat offal\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0201\",\r\n\t\t\t\"text\": \"0201 - Meat of bovine animals; fresh or chilled\",\r\n\t\t\t\"parent\": \"02\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020110\",\r\n\t\t\t\"text\": \"020110 - Meat; of bovine animals, carcasses and half-carcasses, fresh or chilled\",\r\n\t\t\t\"parent\": \"0201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020120\",\r\n\t\t\t\"text\": \"020120 - Meat; of bovine animals, cuts with bone in (excluding carcasses and half-carcasses), fresh or chilled\",\r\n\t\t\t\"parent\": \"0201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020130\",\r\n\t\t\t\"text\": \"020130 - Meat; of bovine animals, boneless cuts, fresh or chilled\",\r\n\t\t\t\"parent\": \"0201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0202\",\r\n\t\t\t\"text\": \"0202 - Meat of bovine animals; frozen\",\r\n\t\t\t\"parent\": \"02\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020210\",\r\n\t\t\t\"text\": \"020210 - Meat; of bovine animals, carcasses and half-carcasses, frozen\",\r\n\t\t\t\"parent\": \"0202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020220\",\r\n\t\t\t\"text\": \"020220 - Meat; of bovine animals, cuts with bone in (excluding carcasses and half-carcasses), frozen\",\r\n\t\t\t\"parent\": \"0202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020230\",\r\n\t\t\t\"text\": \"020230 - Meat; of bovine animals, boneless cuts, frozen\",\r\n\t\t\t\"parent\": \"0202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0203\",\r\n\t\t\t\"text\": \"0203 - Meat of swine; fresh, chilled or frozen\",\r\n\t\t\t\"parent\": \"02\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020311\",\r\n\t\t\t\"text\": \"020311 - Meat; of swine, carcasses and half-carcasses, fresh or chilled\",\r\n\t\t\t\"parent\": \"0203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020312\",\r\n\t\t\t\"text\": \"020312 - Meat; of swine, hams, shoulders and cuts thereof, with bone in, fresh or chilled\",\r\n\t\t\t\"parent\": \"0203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020319\",\r\n\t\t\t\"text\": \"020319 - Meat; of swine, n.e.c. in item no. 0203.1, fresh or chilled\",\r\n\t\t\t\"parent\": \"0203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020321\",\r\n\t\t\t\"text\": \"020321 - Meat; of swine, carcasses and half-carcasses, frozen\",\r\n\t\t\t\"parent\": \"0203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020322\",\r\n\t\t\t\"text\": \"020322 - Meat; of swine, hams, shoulders and cuts thereof, with bone in, frozen\",\r\n\t\t\t\"parent\": \"0203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020329\",\r\n\t\t\t\"text\": \"020329 - Meat; of swine, n.e.c. in item no. 0203.2, frozen\",\r\n\t\t\t\"parent\": \"0203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0204\",\r\n\t\t\t\"text\": \"0204 - Meat of sheep or goats; fresh, chilled or frozen\",\r\n\t\t\t\"parent\": \"02\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020410\",\r\n\t\t\t\"text\": \"020410 - Meat; of sheep, lamb carcasses and half-carcasses, fresh or chilled\",\r\n\t\t\t\"parent\": \"0204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020421\",\r\n\t\t\t\"text\": \"020421 - Meat; of sheep, carcasses and half-carcasses (excluding carcasses and half-carcasses of lamb), fresh or chilled\",\r\n\t\t\t\"parent\": \"0204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020422\",\r\n\t\t\t\"text\": \"020422 - Meat; of sheep (including lamb), cuts with bone in (excluding carcasses and half-carcasses), fresh or chilled\",\r\n\t\t\t\"parent\": \"0204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020423\",\r\n\t\t\t\"text\": \"020423 - Meat; of sheep (including lamb), boneless cuts, fresh or chilled\",\r\n\t\t\t\"parent\": \"0204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020430\",\r\n\t\t\t\"text\": \"020430 - Meat; of sheep, lamb carcasses and half-carcasses, frozen\",\r\n\t\t\t\"parent\": \"0204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020441\",\r\n\t\t\t\"text\": \"020441 - Meat; of sheep, carcasses and half-carcasses (excluding carcasses and half-carcasses of lamb), frozen\",\r\n\t\t\t\"parent\": \"0204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020442\",\r\n\t\t\t\"text\": \"020442 - Meat; of sheep (including lamb), cuts with bone in (excluding carcasses and half-carcasses), frozen\",\r\n\t\t\t\"parent\": \"0204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020443\",\r\n\t\t\t\"text\": \"020443 - Meat; of sheep (including lamb), boneless cuts, frozen\",\r\n\t\t\t\"parent\": \"0204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020450\",\r\n\t\t\t\"text\": \"020450 - Meat; of goats, fresh, chilled or frozen\",\r\n\t\t\t\"parent\": \"0204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0205\",\r\n\t\t\t\"text\": \"0205 - Meat; of horses, asses, mules or hinnies, fresh, chilled or frozen\",\r\n\t\t\t\"parent\": \"02\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020500\",\r\n\t\t\t\"text\": \"020500 - Meat; of horses, asses, mules or hinnies, fresh, chilled or frozen\",\r\n\t\t\t\"parent\": \"0205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0206\",\r\n\t\t\t\"text\": \"0206 - Edible offal of bovine animals, swine, sheep, goats, horses, asses, mules or hinnies; fresh, chilled or frozen\",\r\n\t\t\t\"parent\": \"02\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020610\",\r\n\t\t\t\"text\": \"020610 - Offal, edible; of bovine animals, fresh or chilled\",\r\n\t\t\t\"parent\": \"0206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020621\",\r\n\t\t\t\"text\": \"020621 - Offal, edible; of bovine animals, tongues, frozen\",\r\n\t\t\t\"parent\": \"0206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020622\",\r\n\t\t\t\"text\": \"020622 - Offal, edible; of bovine animals, livers, frozen\",\r\n\t\t\t\"parent\": \"0206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020629\",\r\n\t\t\t\"text\": \"020629 - Offal, edible; of bovine animals, (other than tongues and livers), frozen\",\r\n\t\t\t\"parent\": \"0206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020630\",\r\n\t\t\t\"text\": \"020630 - Offal, edible; of swine, fresh or chilled\",\r\n\t\t\t\"parent\": \"0206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020641\",\r\n\t\t\t\"text\": \"020641 - Offal, edible; of swine, livers, frozen\",\r\n\t\t\t\"parent\": \"0206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020649\",\r\n\t\t\t\"text\": \"020649 - Offal, edible; of swine, (other than livers), frozen\",\r\n\t\t\t\"parent\": \"0206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020680\",\r\n\t\t\t\"text\": \"020680 - Offal, edible; of sheep, goats, horses, asses, mules or hinnies, fresh or chilled\",\r\n\t\t\t\"parent\": \"0206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020690\",\r\n\t\t\t\"text\": \"020690 - Offal, edible; of sheep, goats, horses, asses, mules or hinnies, frozen\",\r\n\t\t\t\"parent\": \"0206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0207\",\r\n\t\t\t\"text\": \"0207 - Meat and edible offal of poultry; of the poultry of heading no. 0105, (i.e. fowls of the species Gallus domesticus), fresh, chilled or frozen\",\r\n\t\t\t\"parent\": \"02\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020710\",\r\n\t\t\t\"text\": \"020710 - Poultry, domestic, whole, fresh or chilled\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020711\",\r\n\t\t\t\"text\": \"020711 - Meat and edible offal; of fowls of the species Gallus domesticus, not cut in pieces, fresh or chilled\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020712\",\r\n\t\t\t\"text\": \"020712 - Meat and edible offal; of fowls of the species Gallus domesticus, not cut in pieces, frozen\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020713\",\r\n\t\t\t\"text\": \"020713 - Meat and edible offal; of fowls of the species Gallus domesticus, cuts and offal, fresh or chilled\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020714\",\r\n\t\t\t\"text\": \"020714 - Meat and edible offal; of fowls of the species Gallus domesticus, cuts and offal, frozen\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020721\",\r\n\t\t\t\"text\": \"020721 - Fowls, domestic, whole, frozen\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020722\",\r\n\t\t\t\"text\": \"020722 - Turkeys, domestic, whole, frozen\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020723\",\r\n\t\t\t\"text\": \"020723 - Ducks, geese and guinea fowls, domestic, whole, froze\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020724\",\r\n\t\t\t\"text\": \"020724 - Meat and edible offal; of turkeys, not cut in pieces, fresh or chilled\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020725\",\r\n\t\t\t\"text\": \"020725 - Meat and edible offal; of turkeys, not cut in pieces, frozen\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020726\",\r\n\t\t\t\"text\": \"020726 - Meat and edible offal; of turkeys, cuts and offal, fresh or chilled\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020727\",\r\n\t\t\t\"text\": \"020727 - Meat and edible offal; of turkeys, cuts and offal, frozen\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020731\",\r\n\t\t\t\"text\": \"020731 - Fatty livers (geese,ducks) domestic fresh or chilled\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020732\",\r\n\t\t\t\"text\": \"020732 - Meat of ducks/geese/guinea fowls, not cut in pieces, fresh/chilled\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020733\",\r\n\t\t\t\"text\": \"020733 - Meat of ducks/geese/guinea fowls, not cut in pieces, frozen\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020734\",\r\n\t\t\t\"text\": \"020734 - Fatty livers of ducks/geese/guinea fowls, fresh/chilled\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020735\",\r\n\t\t\t\"text\": \"020735 - Meat & edible meat offal of ducks/geese/guinea fowls (excl. of 0207.32-0207.34), fresh/chilled\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020736\",\r\n\t\t\t\"text\": \"020736 - Meat & edible meat offal of ducks/geese/guinea fowls (excl. of 0207.32-0207.34), frozen\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020739\",\r\n\t\t\t\"text\": \"020739 - Poultry cuts & offal, except livers, fresh or chilled\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020741\",\r\n\t\t\t\"text\": \"020741 - Meat and edible offal; of ducks, not cut in pieces, fresh or chilled\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020742\",\r\n\t\t\t\"text\": \"020742 - Meat and edible offal; of ducks, not cut in pieces, frozen\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020743\",\r\n\t\t\t\"text\": \"020743 - Meat and edible offal; of ducks, fatty livers (foie gras), fresh or chilled\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020744\",\r\n\t\t\t\"text\": \"020744 - Meat and edible offal; of ducks, cuts and offal, excluding fatty livers, fresh or chilled\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020745\",\r\n\t\t\t\"text\": \"020745 - Meat and edible offal; of ducks, cuts and offal, excluding fatty livers, frozen\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020750\",\r\n\t\t\t\"text\": \"020750 - Poultry livers, domestic, frozen\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020751\",\r\n\t\t\t\"text\": \"020751 - Meat and edible offal; of geese, not cut in pieces, fresh or chilled\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020752\",\r\n\t\t\t\"text\": \"020752 - Meat and edible offal; of geese, not cut in pieces, frozen\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020753\",\r\n\t\t\t\"text\": \"020753 - Meat and edible offal; of geese, fatty livers (foie gras), fresh or chilled\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020754\",\r\n\t\t\t\"text\": \"020754 - Meat and edible offal; of geese, cuts and offal, excluding fatty livers, fresh or chilled\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020755\",\r\n\t\t\t\"text\": \"020755 - Meat and edible offal; of geese, cuts and offal, excluding fatty livers, frozen\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020760\",\r\n\t\t\t\"text\": \"020760 - Meat and edible offal; of guinea fowls, fresh, chilled or frozen\",\r\n\t\t\t\"parent\": \"0207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0208\",\r\n\t\t\t\"text\": \"0208 - Meat and edible meat offal, n.e.c. in chapter 2; fresh, chilled or frozen\",\r\n\t\t\t\"parent\": \"02\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020810\",\r\n\t\t\t\"text\": \"020810 - Meat and edible meat offal; of rabbits or hares, fresh, chilled or frozen\",\r\n\t\t\t\"parent\": \"0208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020820\",\r\n\t\t\t\"text\": \"020820 - Frog legs, fresh, chilled or frozen\",\r\n\t\t\t\"parent\": \"0208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020830\",\r\n\t\t\t\"text\": \"020830 - Meat and edible meat offal; of primates, fresh, chilled or frozen\",\r\n\t\t\t\"parent\": \"0208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020840\",\r\n\t\t\t\"text\": \"020840 - Meat and edible meat offal; of whales, dolphins and porpoises (mammals of the order Cetacea); of manatees and dugongs (mammals of the order Sirenia); of seals, sea lions and walruses (mammals of the suborder Pinnipedia), fresh, chilled or frozen\",\r\n\t\t\t\"parent\": \"0208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020850\",\r\n\t\t\t\"text\": \"020850 - Meat and edible meat offal; of reptiles (including snakes and turtles), fresh, chilled or frozen\",\r\n\t\t\t\"parent\": \"0208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020860\",\r\n\t\t\t\"text\": \"020860 - Meat and edible meat offal; of camels and other camelids (Camelidae), fresh, chilled or frozen\",\r\n\t\t\t\"parent\": \"0208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020890\",\r\n\t\t\t\"text\": \"020890 - Meat and edible meat offal; n.e.c. in chapter 2, fresh, chilled or frozen\",\r\n\t\t\t\"parent\": \"0208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0209\",\r\n\t\t\t\"text\": \"0209 - Pig fat, free of lean meat, and poultry fat, not rendered or otherwise extracted, fresh, chilled, frozen, salted, in brine, dried or smoked\",\r\n\t\t\t\"parent\": \"02\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020900\",\r\n\t\t\t\"text\": \"020900 - Pig fat (free of lean meat) & poultry fat (not rendered/othw. extracted), fresh/chilled/frozen/salted/in brine/dried/smoked\",\r\n\t\t\t\"parent\": \"0209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020910\",\r\n\t\t\t\"text\": \"020910 - Fat; pig fat, free of lean meat, not rendered or otherwise extracted, fresh, chilled, frozen, salted, in brine, dried or smoked\",\r\n\t\t\t\"parent\": \"0209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"020990\",\r\n\t\t\t\"text\": \"020990 - Fat; poultry fat, not rendered or otherwise extracted, fresh, chilled, frozen, salted, in brine, dried or smoked\",\r\n\t\t\t\"parent\": \"0209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0210\",\r\n\t\t\t\"text\": \"0210 - Meat and edible meat offal; salted, in brine, dried or smoked; edible flours and meals of meat or meat offal\",\r\n\t\t\t\"parent\": \"02\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"021011\",\r\n\t\t\t\"text\": \"021011 - Meat; salted, in brine, dried or smoked, of swine, hams, shoulders and cuts thereof, with bone in\",\r\n\t\t\t\"parent\": \"0210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"021012\",\r\n\t\t\t\"text\": \"021012 - Meat; salted, in brine, dried or smoked, of swine, bellies (streaky) and cuts thereof\",\r\n\t\t\t\"parent\": \"0210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"021019\",\r\n\t\t\t\"text\": \"021019 - Meat; salted in brine, dried or smoked, of swine, n.e.c. in item no. 0210.1\",\r\n\t\t\t\"parent\": \"0210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"021020\",\r\n\t\t\t\"text\": \"021020 - Meat; salted, in brine, dried or smoked, of bovine animals\",\r\n\t\t\t\"parent\": \"0210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"021090\",\r\n\t\t\t\"text\": \"021090 - Meat and edible meat offal cured, flours, meals nes\",\r\n\t\t\t\"parent\": \"0210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"021091\",\r\n\t\t\t\"text\": \"021091 - Meat and edible meat offal; salted, in brine, dried or smoked, and edible flours and meals of meat or meat offal, of primates\",\r\n\t\t\t\"parent\": \"0210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"021092\",\r\n\t\t\t\"text\": \"021092 - Meat and edible meat offal; salted, in brine, dried or smoked; edible flours, meals of meat or meat offal, of whales, dolphins, porpoises (of order Cetacea); manatees, dugongs (of order Sirenia); seals, sea lions, and walruses (of suborder Pinnipedia)\",\r\n\t\t\t\"parent\": \"0210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"021093\",\r\n\t\t\t\"text\": \"021093 - Meat and edible meat offal; salted, in brine, dried or smoked, and edible flours and meals of meat or meat offal, of reptiles (including snakes and turtles)\",\r\n\t\t\t\"parent\": \"0210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"021099\",\r\n\t\t\t\"text\": \"021099 - Meat and edible meat offal; salted, in brine, dried or smoked, and edible flours and meals of meat or meat offal, other than of primates, whales, dolphins, porpoises, manatees, dugongs, seals, sea lions, walruses, reptiles (including snakes and turtles)\",\r\n\t\t\t\"parent\": \"0210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"03\",\r\n\t\t\t\"text\": \"03 - Fish and crustaceans, molluscs and other aquatic invertebrates\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0301\",\r\n\t\t\t\"text\": \"0301 - Fish; live\",\r\n\t\t\t\"parent\": \"03\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030110\",\r\n\t\t\t\"text\": \"030110 - Live ornamental fish\",\r\n\t\t\t\"parent\": \"0301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030111\",\r\n\t\t\t\"text\": \"030111 - Fish; live, ornamental, freshwater\",\r\n\t\t\t\"parent\": \"0301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030119\",\r\n\t\t\t\"text\": \"030119 - Fish; live, ornamental, other than freshwater\",\r\n\t\t\t\"parent\": \"0301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030191\",\r\n\t\t\t\"text\": \"030191 - Fish; live, trout (Salmo trutta, Oncorhynchus mykiss, Oncorhynchus clarki, Oncorhynchus aguabonita, Oncorhynchus gilae, Oncorhynchus apache and Oncorhynchus chrysogaster)\",\r\n\t\t\t\"parent\": \"0301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030192\",\r\n\t\t\t\"text\": \"030192 - Fish; live, eels (Anguilla spp.)\",\r\n\t\t\t\"parent\": \"0301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030193\",\r\n\t\t\t\"text\": \"030193 - Fish; live, carp (Cyprinus spp., Carassius spp., Ctenopharyngodon idellus, Hypophthalmichthys spp., Cirrhinus spp., Mylopharyngodon piceus, Catla catla, Labeo spp., Osteochilus hasselti, Leptobarbus hoeveni, Megalobrama spp.)\",\r\n\t\t\t\"parent\": \"0301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030194\",\r\n\t\t\t\"text\": \"030194 - Fish; live, Atlantic and Pacific bluefin tunas (Thunnus thynnus, Thunnus orientalis)\",\r\n\t\t\t\"parent\": \"0301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030195\",\r\n\t\t\t\"text\": \"030195 - Fish; live, southern bluefin tunas (Thunnus maccoyii)\",\r\n\t\t\t\"parent\": \"0301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030199\",\r\n\t\t\t\"text\": \"030199 - Fish; live, n.e.c. in heading 0301\",\r\n\t\t\t\"parent\": \"0301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0302\",\r\n\t\t\t\"text\": \"0302 - Fish; fresh or chilled, excluding fish fillets and other fish meat of heading 0304\",\r\n\t\t\t\"parent\": \"03\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030211\",\r\n\t\t\t\"text\": \"030211 - Fish; fresh or chilled, trout (Salmo trutta, Oncorhynchus mykiss, Oncorhynchus clarki, Oncorhynchus aguabonita, Oncorhynchus gilae, Oncorhynchus apache and Oncorhynchus chrysogaster), excluding fillets, fish meat of 0304, and edible fish offal of 0302.9\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030212\",\r\n\t\t\t\"text\": \"030212 - Pacific salmon/Atlantic salmon/Danube salmon [see list of conventions for species incld.], fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030213\",\r\n\t\t\t\"text\": \"030213 - Fish; fresh or chilled, Pacific salmon (Oncorhynchus nerka, Oncorhynchus gorbuscha, Oncorhynchus keta, Oncorhynchus tschawytscha, Oncorhynchus kisutch, Oncorhynchus masou, Oncorhynchus rhodurus), not fillets, meat of 0304, and edible fish offal of 0302.9\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030214\",\r\n\t\t\t\"text\": \"030214 - Fish; fresh or chilled, Atlantic salmon (Salmo salar) and Danube salmon (Hucho hucho), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030219\",\r\n\t\t\t\"text\": \"030219 - Fish; fresh or chilled, salmonidae, n.e.c. in item no. 0302.1, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030221\",\r\n\t\t\t\"text\": \"030221 - Fish; fresh or chilled, halibut (Reinhardtius hippoglossoides, Hippoglossus hippoglossus, Hippoglossus stenolepis), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030222\",\r\n\t\t\t\"text\": \"030222 - Fish; fresh or chilled, plaice (Pleuronectes platessa), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030223\",\r\n\t\t\t\"text\": \"030223 - Fish; fresh or chilled, sole (Solea spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030224\",\r\n\t\t\t\"text\": \"030224 - Fish; fresh or chilled, turbots (Psetta maxima, Scophthalmidae), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030229\",\r\n\t\t\t\"text\": \"030229 - Fish; fresh or chilled, flat fish, n.e.c. in item no. 0302.2, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030231\",\r\n\t\t\t\"text\": \"030231 - Fish; fresh or chilled, albacore or longfinned tunas (Thunnus alalunga), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030232\",\r\n\t\t\t\"text\": \"030232 - Fish; fresh or chilled, yellowfin tunas (Thunnus albacares), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030233\",\r\n\t\t\t\"text\": \"030233 - Fish; fresh or chilled, skipjack tuna (stripe-bellied bonito) (Katsuwonus pelamis), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030234\",\r\n\t\t\t\"text\": \"030234 - Fish; fresh or chilled, bigeye tunas (Thunnus obesus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030235\",\r\n\t\t\t\"text\": \"030235 - Fish; fresh or chilled, Atlantic and Pacific bluefin tunas (Thunnus thynnus, Thunnus orientalis), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030236\",\r\n\t\t\t\"text\": \"030236 - Fish; fresh or chilled, southern bluefin tunas (Thunnus maccoyii), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030239\",\r\n\t\t\t\"text\": \"030239 - Fish; fresh or chilled, tuna, n.e.c. in item no. 0302.3, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030240\",\r\n\t\t\t\"text\": \"030240 - Herrings (Clupea harengus/pallasii), fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030241\",\r\n\t\t\t\"text\": \"030241 - Fish; fresh or chilled, herrings (Clupea harengus, Clupea pallasii), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030242\",\r\n\t\t\t\"text\": \"030242 - Fish; fresh or chilled, anchovies (Engraulis spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030243\",\r\n\t\t\t\"text\": \"030243 - Fish; fresh or chilled, sardines (Sardina pilchardus, Sardinops spp.), sardinella (Sardinella spp.), brisling or sprats (Sprattus sprattus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030244\",\r\n\t\t\t\"text\": \"030244 - Fish; fresh or chilled, mackerel (Scomber scombrus, Scomber australasicus, Scomber japonicus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030245\",\r\n\t\t\t\"text\": \"030245 - Fish; fresh or chilled, jack and horse mackerel (Trachurus spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030246\",\r\n\t\t\t\"text\": \"030246 - Fish; fresh or chilled, cobia (Rachycentron canadum), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030247\",\r\n\t\t\t\"text\": \"030247 - Fish; fresh or chilled, swordfish (Xiphias gladius), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030249\",\r\n\t\t\t\"text\": \"030249 - Fish; fresh or chilled, n.e.c. in item no. 0302.4, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030250\",\r\n\t\t\t\"text\": \"030250 - Cod (Gadus morhua/ogac/macrocephalus), fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030251\",\r\n\t\t\t\"text\": \"030251 - Fish; fresh or chilled, cod (Gadus morhua, Gadus ogac, Gadus macrocephalus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030252\",\r\n\t\t\t\"text\": \"030252 - Fish; fresh or chilled, haddock (Melanogrammus aeglefinus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030253\",\r\n\t\t\t\"text\": \"030253 - Fish; fresh or chilled, coalfish (Pollachius virens), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030254\",\r\n\t\t\t\"text\": \"030254 - Fish; fresh or chilled, hake (Merluccius spp., Urophycis spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030255\",\r\n\t\t\t\"text\": \"030255 - Fish; fresh or chilled, Alaska pollock (Theragra chalcogramma), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030256\",\r\n\t\t\t\"text\": \"030256 - Fish; fresh or chilled, blue whitings (Micromesistius poutassou, Micromesistius australis),excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030259\",\r\n\t\t\t\"text\": \"030259 - Fish; fresh or chilled, n.e.c. in item no. 0302.5, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030261\",\r\n\t\t\t\"text\": \"030261 - Sardines (Sardina pilchardus, Sardinops spp.)/sardinella (Sardinella spp.)/brisling/sprats (Sprattus sprattus), fresh/chilled (excl. fillets/other fish meat of 03.04/livers/roes)\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030262\",\r\n\t\t\t\"text\": \"030262 - Haddock (Melanogrammus aeglefinus), fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030263\",\r\n\t\t\t\"text\": \"030263 - Coalfish (Pollachius virens), fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030264\",\r\n\t\t\t\"text\": \"030264 - Mackerel (Scomber scombrus/australasicus/japonicus), fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030265\",\r\n\t\t\t\"text\": \"030265 - Dogfish & other sharks, fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030266\",\r\n\t\t\t\"text\": \"030266 - Eels (Anguilla spp.), fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030267\",\r\n\t\t\t\"text\": \"030267 - Swordfish (Xiphias gladius), fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030268\",\r\n\t\t\t\"text\": \"030268 - Toothfish (Dissostichus spp.),fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030269\",\r\n\t\t\t\"text\": \"030269 - Fish,n.e.s. in 03.02, fresh/chilled(excl. fillets/other fish meat of 03.04/livers & roes).\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030270\",\r\n\t\t\t\"text\": \"030270 - Fish livers & roes, fresh/chilled\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030271\",\r\n\t\t\t\"text\": \"030271 - Fish; fresh or chilled, tilapias (Oreochromis spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030272\",\r\n\t\t\t\"text\": \"030272 - Fish; fresh or chilled, catfish (Pangasius spp., Silurus spp., Clarias spp., Ictalurus spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030273\",\r\n\t\t\t\"text\": \"030273 - Fish; fresh or chilled, Carp (as specified by the WCO.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030274\",\r\n\t\t\t\"text\": \"030274 - Fish; fresh or chilled, eels (Anguilla spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030279\",\r\n\t\t\t\"text\": \"030279 - Fish; fresh or chilled, Nile perch (Lates niloticus) and snakeheads (Channa spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030281\",\r\n\t\t\t\"text\": \"030281 - Fish; fresh or chilled, dogfish and other sharks, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030282\",\r\n\t\t\t\"text\": \"030282 - Fish; fresh or chilled, rays and skates (Rajidae), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030283\",\r\n\t\t\t\"text\": \"030283 - Fish; fresh or chilled, toothfish (Dissostichus spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030284\",\r\n\t\t\t\"text\": \"030284 - Fish; fresh or chilled, seabass (Dicentrarchus spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030285\",\r\n\t\t\t\"text\": \"030285 - Fish; fresh or chilled, seabream (Sparidae), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030289\",\r\n\t\t\t\"text\": \"030289 - Fish; fresh or chilled, n.e.c. in heading 0302, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030290\",\r\n\t\t\t\"text\": \"030290 - Fish; fresh or chilled, livers and roes\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030291\",\r\n\t\t\t\"text\": \"030291 - Fish; fresh or chilled, livers, roes and milt\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030292\",\r\n\t\t\t\"text\": \"030292 - Fish; fresh or chilled, shark fins\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030299\",\r\n\t\t\t\"text\": \"030299 - Fish; fresh or chilled, fish fins (other than shark fins), heads, tails, maws and other edible fish offal\",\r\n\t\t\t\"parent\": \"0302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0303\",\r\n\t\t\t\"text\": \"0303 - Fish; frozen, excluding fish fillets and other fish meat of heading 0304\",\r\n\t\t\t\"parent\": \"03\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030310\",\r\n\t\t\t\"text\": \"030310 - Salmon, Pacific, frozen, whole\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030311\",\r\n\t\t\t\"text\": \"030311 - Fish; frozen, Pacific salmon, sockeye salmon (red salmon) (Oncorhynchus nerka), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030312\",\r\n\t\t\t\"text\": \"030312 - Fish; frozen, Pacific salmon (Oncorhynchus gorbuscha/keta/tschawytscha/ kisutch/masou/rhodurus) other than sockeye salmon (Oncorhynchus nerka), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030313\",\r\n\t\t\t\"text\": \"030313 - Fish; frozen, Atlantic salmon (Salmo salar) and Danube salmon (Hucho hucho), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030314\",\r\n\t\t\t\"text\": \"030314 - Fish; frozen, trout (Salmo trutta, Oncorhynchus mykiss, Oncorhynchus clarki, Oncorhynchus aguabonita, Oncorhynchus gilae, Oncorhynchus apache and Oncorhynchus chrysogaster), excluding fillets, meat of 0304, and edible fish offal of 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030319\",\r\n\t\t\t\"text\": \"030319 - Fish; frozen, salmonidae, n.e.c. in item no. 0303.1, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030321\",\r\n\t\t\t\"text\": \"030321 - Trout (Salmo trutta, Oncorhynchus mykiss/clarki/aguabonita/gilae/apache/chrysogaster), frozen (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030322\",\r\n\t\t\t\"text\": \"030322 - Atlantic salmon (Salmo salar) & Danube salmon (Hucho hucho), frozen (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030323\",\r\n\t\t\t\"text\": \"030323 - Fish; frozen, tilapias (Oreochromis spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030324\",\r\n\t\t\t\"text\": \"030324 - Fish; frozen, catfish (Pangasius spp., Silurus spp., Clarias spp., Ictalurus spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030325\",\r\n\t\t\t\"text\": \"030325 - Fish; frozen, carp (as specified by the WCO), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030326\",\r\n\t\t\t\"text\": \"030326 - Fish; frozen, eels (Anguilla spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030329\",\r\n\t\t\t\"text\": \"030329 - Fish; frozen, Nile perch (Lates niloticus) and snakeheads (Channa spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030331\",\r\n\t\t\t\"text\": \"030331 - Fish; frozen, halibut (Reinhardtius hippoglossoides, Hippoglossus hippoglossus, Hippoglossus stenolepis), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030332\",\r\n\t\t\t\"text\": \"030332 - Fish; frozen, plaice (Pleuronectes platessa), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030333\",\r\n\t\t\t\"text\": \"030333 - Fish; frozen, sole (Solea spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030334\",\r\n\t\t\t\"text\": \"030334 - Fish; frozen, turbots (Psetta maxima, Scophthalmidae), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030339\",\r\n\t\t\t\"text\": \"030339 - Fish; frozen, flat fish, n.e.c. in item no. 0303.3, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030341\",\r\n\t\t\t\"text\": \"030341 - Fish; frozen, albacore or longfinned tunas (Thunnus alalunga), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030342\",\r\n\t\t\t\"text\": \"030342 - Fish; frozen, yellowfin tunas (Thunnus albacares), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030343\",\r\n\t\t\t\"text\": \"030343 - Fish; frozen, skipjack tuna (stripe-bellied bonito) (Katsuwonus pelamis), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030344\",\r\n\t\t\t\"text\": \"030344 - Fish; frozen, bigeye tunas (Thunnus obesus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030345\",\r\n\t\t\t\"text\": \"030345 - Fish; frozen, Atlantic and Pacific bluefin tunas (Thunnus thynnus, Thunnus orientalis), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030346\",\r\n\t\t\t\"text\": \"030346 - Fish; frozen, southern bluefin tunas (Thunnus maccoyii), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030349\",\r\n\t\t\t\"text\": \"030349 - Fish; frozen, tuna, n.e.c. in item no. 0303.4, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030350\",\r\n\t\t\t\"text\": \"030350 - Herrings, frozen, whole\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030351\",\r\n\t\t\t\"text\": \"030351 - Fish; frozen, herrings (Clupea harengus, Clupea pallasii), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030352\",\r\n\t\t\t\"text\": \"030352 - Cod (Gadus morhua, Gadus ogac, Gadus macrocephalus), frozen (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030353\",\r\n\t\t\t\"text\": \"030353 - Fish; frozen, sardines (Sardina pilchardus, Sardinops spp.), sardinella (Sardinella spp.), brisling or sprats (Sprattus sprattus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030354\",\r\n\t\t\t\"text\": \"030354 - Fish; frozen, mackerel (Scomber scombrus, Scomber australasicus, Scomber japonicus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030355\",\r\n\t\t\t\"text\": \"030355 - Fish; frozen, jack and horse mackerel (Trachurus spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030356\",\r\n\t\t\t\"text\": \"030356 - Fish; frozen, cobia (Rachycentron canadum), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030357\",\r\n\t\t\t\"text\": \"030357 - Fish; frozen, swordfish (Xiphias gladius), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030359\",\r\n\t\t\t\"text\": \"030359 - Fish; frozen, n.e.c. in item no. 0303.5, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030360\",\r\n\t\t\t\"text\": \"030360 - Cod, frozen, whole\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030361\",\r\n\t\t\t\"text\": \"030361 - Swordfish (Xiphias gladius), frozen (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030362\",\r\n\t\t\t\"text\": \"030362 - Toothfish (Dissostichus spp.),frozen (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030363\",\r\n\t\t\t\"text\": \"030363 - Fish; frozen, cod (Gadus morhua, Gadus ogac, Gadus macrocephalus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030364\",\r\n\t\t\t\"text\": \"030364 - Fish; frozen, haddock (Melanogrammus aeglefinus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030365\",\r\n\t\t\t\"text\": \"030365 - Fish; frozen, coalfish (Pollachius virens), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030366\",\r\n\t\t\t\"text\": \"030366 - Fish; frozen, hake (Merluccius spp., Urophycis spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030367\",\r\n\t\t\t\"text\": \"030367 - Fish; frozen, Alaska pollock (Theragra chalcogramma), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030368\",\r\n\t\t\t\"text\": \"030368 - Fish; frozen, blue whitings (Micromesistius poutassou, Micromesistius australis), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030369\",\r\n\t\t\t\"text\": \"030369 - Fish; frozen, of Bregmacerotidae, Euclichthyidae, Gadidae, Macrouridae, Melanonidae, Merlucciidae, Moridae, Muraenolepididae, other than cod, haddock, coalfish, hake, Alaska pollack, blue whitings, not fillets, meat of 0304, and edible offal of 0303.9\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030371\",\r\n\t\t\t\"text\": \"030371 - Sardines (Sardina pilchardus, Sardinops spp.)/sardinella (Sardinella spp.)/brisling/sprats (Sprattus sprattus), frozen (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030372\",\r\n\t\t\t\"text\": \"030372 - Haddock (Melanogrammus aeglefinus), frozen (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030373\",\r\n\t\t\t\"text\": \"030373 - Coalfish (Pollachius virens), frozen (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030374\",\r\n\t\t\t\"text\": \"030374 - Mackerel (Scomber scombrus/australasicus/japonicus), frozen (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030375\",\r\n\t\t\t\"text\": \"030375 - Dogfish & other sharks, frozen (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030376\",\r\n\t\t\t\"text\": \"030376 - Eels (Anguilla spp.), frozen (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030377\",\r\n\t\t\t\"text\": \"030377 - Sea bass (Dicentrarchus labrax/punctatus), frozen (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030378\",\r\n\t\t\t\"text\": \"030378 - Hake (Merluccius spp., Urophycis spp.), frozen (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030379\",\r\n\t\t\t\"text\": \"030379 - Fish (excl. of 0303.71 - 0303.78),n.e.s., frozen (excl. fillets/other fish meat of 03.04/livers & roes)\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030380\",\r\n\t\t\t\"text\": \"030380 - Fish livers & roes, frozen\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030381\",\r\n\t\t\t\"text\": \"030381 - Fish; frozen, dogfish and other sharks, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030382\",\r\n\t\t\t\"text\": \"030382 - Fish; frozen, rays and skates (Rajidae), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030383\",\r\n\t\t\t\"text\": \"030383 - Fish; frozen, toothfish (Dissostichus spp.), excluding fillets, livers, roes, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030384\",\r\n\t\t\t\"text\": \"030384 - Fish; frozen, seabass (Dicentrarchus spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030389\",\r\n\t\t\t\"text\": \"030389 - Fish; frozen, n.e.c. in heading 0303, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030390\",\r\n\t\t\t\"text\": \"030390 - Fish; frozen, livers and roes\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030391\",\r\n\t\t\t\"text\": \"030391 - Fish; frozen, livers, roes and milt\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030392\",\r\n\t\t\t\"text\": \"030392 - Fish; frozen, shark fins\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030399\",\r\n\t\t\t\"text\": \"030399 - Fish; frozen, fish fins (other than shark fins), heads, tails, maws and other edible fish offal\",\r\n\t\t\t\"parent\": \"0303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0304\",\r\n\t\t\t\"text\": \"0304 - Fish fillets and other fish meat (whether or not minced); fresh, chilled or frozen\",\r\n\t\t\t\"parent\": \"03\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030410\",\r\n\t\t\t\"text\": \"030410 - Fish fillet or meat, fresh or chilled, not liver, roe\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030411\",\r\n\t\t\t\"text\": \"030411 - Swordfish (Xiphias gladius),fresh/chilled\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030412\",\r\n\t\t\t\"text\": \"030412 - Toothfish (Dissostichus spp.),fresh/chilled \",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030419\",\r\n\t\t\t\"text\": \"030419 - Fish fillets&other fish meat (excl. of 0304.11-0304.12, whether/not minced), fresh/chilled\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030420\",\r\n\t\t\t\"text\": \"030420 - Fish fillets, frozen\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030421\",\r\n\t\t\t\"text\": \"030421 - Swordfish (Xiphias gladius),frozen fillets\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030422\",\r\n\t\t\t\"text\": \"030422 - Toothfish (Dissostichus spp.), frozen fillets\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030429\",\r\n\t\t\t\"text\": \"030429 - Fish fillets&other fish meat (excl. of 0304.21-0304.92, whether/not minced), frozen fillets\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030431\",\r\n\t\t\t\"text\": \"030431 - Fish fillets; fresh or chilled, tilapias (Oreochromis spp.)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030432\",\r\n\t\t\t\"text\": \"030432 - Fish fillets; fresh or chilled, catfish (Pangasius spp., Silurus spp., Clarias spp., Ictalurus spp.)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030433\",\r\n\t\t\t\"text\": \"030433 - Fish fillets; fresh or chilled, Nile perch (Lates niloticus)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030439\",\r\n\t\t\t\"text\": \"030439 - Fish fillets; fresh or chilled, carp (as specified by the WCO), eels (Anguilla spp.), and snakeheads (Channa spp.)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030441\",\r\n\t\t\t\"text\": \"030441 - Fish fillets; fresh or chilled, salmon, Pacific (Oncorhynchus nerka, Oncorhynchus gorbuscha, Oncorhynchus keta, Oncorhynchus tschawytscha, Oncorhynchus kisutch, Oncorhynchus masou and Oncorhynchus rhodurus), Atlantic (Salmo salar), Danube (Hucho hucho)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030442\",\r\n\t\t\t\"text\": \"030442 - Fish fillets; fresh or chilled, trout (Salmo trutta, Oncorhynchus mykiss, Oncorhynchus clarki, Oncorhynchus aguabonita, Oncorhynchus gilae, Oncorhynchus apache and Oncorhynchus chrysogaster)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030443\",\r\n\t\t\t\"text\": \"030443 - Fish fillets; fresh or chilled, flat fish (Pleuronectidae, Bothidae, Cynoglossidae, Soleidae, Scophthalmidae and Citharidae)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030444\",\r\n\t\t\t\"text\": \"030444 - Fish fillets; fresh or chilled, of the families Bregmacerotidae, Euclichthyidae, Gadidae, Macrouridae, Melanonidae, Merlucciidae, Moridae, and Muraenolepididae\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030445\",\r\n\t\t\t\"text\": \"030445 - Fish fillets; fresh or chilled, swordfish (Xiphias gladius)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030446\",\r\n\t\t\t\"text\": \"030446 - Fish fillets; fresh or chilled, toothfish (Dissostichus spp.)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030447\",\r\n\t\t\t\"text\": \"030447 - Fish fillets; fresh or chilled, dogfish and other sharks\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030448\",\r\n\t\t\t\"text\": \"030448 - Fish fillets; fresh or chilled, rays and skates (Rajidae)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030449\",\r\n\t\t\t\"text\": \"030449 - Fish fillets; fresh or chilled, other than fish of heading 0304.4\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030451\",\r\n\t\t\t\"text\": \"030451 - Fish meat, excluding fillets, whether or not minced; fresh or chilled, tilapias, catfish, carp, eels, Nile perch, and snakeheads\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030452\",\r\n\t\t\t\"text\": \"030452 - Fish meat, excluding fillets, whether or not minced; fresh or chilled, salmonidae\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030453\",\r\n\t\t\t\"text\": \"030453 - Fish meat, excluding fillets, whether or not minced; fresh or chilled, of the families Bregmacerotidae, Euclichthyidae, Gadidae, Macrouridae, Melanonidae, Merlucciidae, Moridae, and Muraenolepididae\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030454\",\r\n\t\t\t\"text\": \"030454 - Fish meat, excluding fillets, whether or not minced; fresh or chilled, swordfish (Xiphias gladius)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030455\",\r\n\t\t\t\"text\": \"030455 - Fish meat, excluding fillets, whether or not minced; fresh or chilled, toothfish (Dissostichus spp.)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030456\",\r\n\t\t\t\"text\": \"030456 - Fish meat; excluding fillets, whether or not minced; fresh or chilled, dogfish and other sharks\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030457\",\r\n\t\t\t\"text\": \"030457 - Fish meat; excluding fillets, whether or not minced; fresh or chilled, rays and skates (Rajidae)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030459\",\r\n\t\t\t\"text\": \"030459 - Fish meat; excluding fillets, whether or not minced; fresh or chilled, of fish n.e.c. in item no. 0304.5\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030461\",\r\n\t\t\t\"text\": \"030461 - Fish fillets; frozen, tilapias (Oreochromis spp.)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030462\",\r\n\t\t\t\"text\": \"030462 - Fish fillets; frozen, catfish (Pangasius spp., Silurus spp., Clarias spp., Ictalurus spp.)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030463\",\r\n\t\t\t\"text\": \"030463 - Fish fillets; frozen, Nile Perch (Lates niloticus)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030469\",\r\n\t\t\t\"text\": \"030469 - Fish fillets; frozen, carp (Cyprinus/Carassius/Ctenopharyngodon idellus/Hypophthalmichthys/Cirrhinus/Mylopharyngodon piceus/Catla catla/Labeo/Osteochilus hasselti/Leptobarbus hoeveni/Megalobrama), eels (Anguilla) and snakeheads (Channa)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030471\",\r\n\t\t\t\"text\": \"030471 - Fish fillets; frozen, cod (Gadus morhua, Gadus ogac, Gadus macrocephalus)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030472\",\r\n\t\t\t\"text\": \"030472 - Fish fillets; frozen, haddock (Melanogrammus aeglefinus)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030473\",\r\n\t\t\t\"text\": \"030473 - Fish fillets; frozen, coalfish (Pollachius virens)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030474\",\r\n\t\t\t\"text\": \"030474 - Fish fillets; frozen, hake (Merluccius spp., Urophycis spp.)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030475\",\r\n\t\t\t\"text\": \"030475 - Fish fillets; frozen, Alaska pollock (Theragra chalcogramma)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030479\",\r\n\t\t\t\"text\": \"030479 - Fish fillets; frozen, of the families Bregmacerotidae, Euclichthyidae, Gadidae, Macrouridae, Melanonidae, Merlucciidae, Moridae and Muraenolepididae other than cod, haddock, coalfish, hake, and Alaska pollock\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030481\",\r\n\t\t\t\"text\": \"030481 - Fish fillets; frozen, salmon, Pacific (Oncorhynchus nerka, Oncorhynchus gorbuscha, Oncorhynchus keta, Oncorhynchus tschawytscha, Oncorhynchus kisutch, Oncorhynchus masou, Oncorhynchus rhodurus), Atlantic (Salmo salar), and Danube (Hucho hucho)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030482\",\r\n\t\t\t\"text\": \"030482 - Fish fillets; frozen, trout (Salmo trutta, Oncorhynchus mykiss, Oncorhynchus clarki, Oncorhynchus aguabonita, Oncorhynchus gilae, Oncorhynchus apache and Oncorhynchus chrysogaster)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030483\",\r\n\t\t\t\"text\": \"030483 - Fish fillets; frozen, flat fish (Pleuronectidae, Bothidae, Cynoglossidae, Soleidae, Scophthalmidae and Citharidae)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030484\",\r\n\t\t\t\"text\": \"030484 - Fish fillets; frozen, swordfish (Xiphias gladius)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030485\",\r\n\t\t\t\"text\": \"030485 - Fish fillets; frozen, toothfish (Dissostichus spp.)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030486\",\r\n\t\t\t\"text\": \"030486 - Fish fillets; frozen, herrings (Clupea harengus, Clupea pallasii)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030487\",\r\n\t\t\t\"text\": \"030487 - Fish fillets; frozen, tunas (of the genus Thunnus), skipjack tuna (stripe-bellied bonito) (Katsuwonus pelamis)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030488\",\r\n\t\t\t\"text\": \"030488 - Fish fillets; frozen, dogfish, other sharks, rays and skates (Rajidae)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030489\",\r\n\t\t\t\"text\": \"030489 - Fish fillets; frozen, of fish n.e.c. in heading 0304.8\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030490\",\r\n\t\t\t\"text\": \"030490 - Fish meat & mince, except liver, roe & fillets, froze\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030491\",\r\n\t\t\t\"text\": \"030491 - Fish meat, excluding fillets, whether or not minced; frozen, swordfish (Xiphias gladius)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030492\",\r\n\t\t\t\"text\": \"030492 - Fish meat, excluding fillets, whether or not minced; frozen, toothfish (Dissostichus spp.)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030493\",\r\n\t\t\t\"text\": \"030493 - Fish meat, excluding fillets, whether or not minced; frozen, tilapias, catfish, carp, eels, Nile perch, and snakeheads\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030494\",\r\n\t\t\t\"text\": \"030494 - Fish meat, excluding fillets, whether or not minced; frozen, Alaska Pollock (Theragra chalcogramma)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030495\",\r\n\t\t\t\"text\": \"030495 - Fish meat, excluding fillets, whether or not minced; frozen, of the families Bregmacerotidae, Euclichthyidae, Gadidae, Macrouridae, Melanonidae, Merlucciidae, Moridae and Muraenolepididae, other than Alaska Pollock (Theragra chalcogramma)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030496\",\r\n\t\t\t\"text\": \"030496 - Fish meat, excluding fillets, whether or not minced; frozen, dogfish and other sharks\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030497\",\r\n\t\t\t\"text\": \"030497 - Fish meat, excluding fillets, whether or not minced; frozen, rays and skates (Rajidae)\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030499\",\r\n\t\t\t\"text\": \"030499 - Fish meat, excluding fillets, whether or not minced; frozen, n.e.c. in item no. 0304.9\",\r\n\t\t\t\"parent\": \"0304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0305\",\r\n\t\t\t\"text\": \"0305 - Fish, dried, salted or in brine; smoked fish, whether or not cooked before, or during the smoking process\",\r\n\t\t\t\"parent\": \"03\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030510\",\r\n\t\t\t\"text\": \"030510 - Fish; flours, meals and pellets, fit for human consumption\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030520\",\r\n\t\t\t\"text\": \"030520 - Fish; livers, roes and milt of fish, dried, smoked, salted or in brine\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030530\",\r\n\t\t\t\"text\": \"030530 - Fish fillets, dried/salted/in brine but not smoked\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030531\",\r\n\t\t\t\"text\": \"030531 - Fish fillets; dried, salted or in brine, but not smoked, tilapias, catfish, carp, eels, Nile perch, and snakeheads\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030532\",\r\n\t\t\t\"text\": \"030532 - Fish fillets; dried, salted or in brine, but not smoked, of the families Bregmacerotidae, Euclichthyidae, Gadidae, Macrouridae, Melanonidae, Merlucciidae, Moridae and Muraenolepididae\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030539\",\r\n\t\t\t\"text\": \"030539 - Fish fillets; dried, salted or in brine, but not smoked, n.e.c. in item no. 0305.3\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030541\",\r\n\t\t\t\"text\": \"030541 - Fish; smoked, whether or not cooked before or during smoking, salmon, Pacific (Oncorhynchus nerka, gorbuscha, keta, tschawytscha, kisutch, masou, rhodurus), Atlantic (Salmo salar) and Danube (Hucho hucho), includes fillets, but excludes edible fish offal\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030542\",\r\n\t\t\t\"text\": \"030542 - Fish; smoked, whether or not cooked before or during smoking, herrings (Clupea harengus, Clupea pallasii), includes fillets, but excludes edible fish offal\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030543\",\r\n\t\t\t\"text\": \"030543 - Fish; smoked, whether or not cooked before or during smoking, trout (Salmo trutta, Oncorhynchus mykiss/clarki/aguabonita/gilae/apache/chrysogaster), includes fillets, but excludes edible fish offal\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030544\",\r\n\t\t\t\"text\": \"030544 - Fish; smoked, whether or not cooked before or during smoking, tilapias, catfish, carp, eels, Nile perch, and snakeheads, includes fillets, but excludes edible fish offal\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030549\",\r\n\t\t\t\"text\": \"030549 - Fish; smoked, whether or not cooked before or during smoking, n.e.c. in item no. 0305.4, includes fillets, but excludes edible fish offal\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030551\",\r\n\t\t\t\"text\": \"030551 - Fish; dried, whether or not salted but not smoked, other than edible fish offal, cod (Gadus morhua, Gadus ogac, Gadus macrocephalus)\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030552\",\r\n\t\t\t\"text\": \"030552 - Fish; dried, whether or not salted but not smoked, tilapias, catfish, carp, eels, Nile perch, and snakeheads\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030553\",\r\n\t\t\t\"text\": \"030553 - Fish; dried, whether or not salted but not smoked, fish of the families Bregmacerotidae, Euclichthyidae, Gadidae, Macrouridae, Melanonidae, Merlucciidae, Moridae and Muraenolepididae, other than cod\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030554\",\r\n\t\t\t\"text\": \"030554 - Dried herrings, anchovies, sardines, sardinella, brisling or sprats, mackerel (incl Indian, jack, or horse), seerfishes, jacks, crevalles, cobia, silver pomfrets, Pacific saury, scads, capelin, swordfish, Kawakawa, bonitos, marlins, sailfishes, spearfish\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030559\",\r\n\t\t\t\"text\": \"030559 - Fish; dried, whether or not salted but not smoked, other than edible fish offal, n.e.c. in item no. 0305.5\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030561\",\r\n\t\t\t\"text\": \"030561 - Fish; salted or in brine, not dried or smoked, other than edible fish offal, herrings (Clupea harengas, Clupea pallasii)\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030562\",\r\n\t\t\t\"text\": \"030562 - Fish; salted or in brine, not dried or smoked, other than edible fish offal, cod (Gadus morhua, Gadus ogac, Gadus macrocephalus)\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030563\",\r\n\t\t\t\"text\": \"030563 - Fish; salted or in brine, not dried or smoked, other than edible fish offal, anchovies (Engrails spp.)\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030564\",\r\n\t\t\t\"text\": \"030564 - Fish; salted or in brine, not dried or smoked, other than edible fish offal, tilapias, catfish, carp, eels, Nile perch, and snakeheads\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030569\",\r\n\t\t\t\"text\": \"030569 - Fish; salted or in brine, not dried or smoked, other than edible fish offal, n.e.c. in item no. 0305.6\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030571\",\r\n\t\t\t\"text\": \"030571 - Fish; edible offal, shark fins\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030572\",\r\n\t\t\t\"text\": \"030572 - Fish; edible offal, fish heads, tails and maws\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030579\",\r\n\t\t\t\"text\": \"030579 - Fish; edible offal, other than shark fins, fish heads, tails and maws\",\r\n\t\t\t\"parent\": \"0305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0306\",\r\n\t\t\t\"text\": \"0306 - Crustaceans; in shell or not, live, fresh, chilled, frozen, dried, salted or in brine; smoked, cooked or not before or during smoking; in shell, steamed or boiled, whether or not chilled, frozen, dried, salted or in brine\",\r\n\t\t\t\"parent\": \"03\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030611\",\r\n\t\t\t\"text\": \"030611 - Crustaceans; frozen, rock lobsters and other sea crawfish (Palinurus spp., Panulirus spp., Jasus spp.), in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030612\",\r\n\t\t\t\"text\": \"030612 - Crustaceans; frozen, lobsters (Homarus spp.), in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030613\",\r\n\t\t\t\"text\": \"030613 - Shrimps & prawns, whether/not in shell, frozen\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030614\",\r\n\t\t\t\"text\": \"030614 - Crustaceans; frozen, crabs, in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030615\",\r\n\t\t\t\"text\": \"030615 - Crustaceans; frozen, Norway lobsters (Nephrops norvegicus), in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030616\",\r\n\t\t\t\"text\": \"030616 - Crustaceans; frozen, cold-water shrimps and prawns (Pandalus spp., Crangon crangon), in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030617\",\r\n\t\t\t\"text\": \"030617 - Crustaceans; frozen, shrimps and prawns, excluding cold-water varieties, in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030619\",\r\n\t\t\t\"text\": \"030619 - Crustaceans; frozen, n.e.c. in item no. 0306.1, in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030621\",\r\n\t\t\t\"text\": \"030621 - Crustaceans; not frozen, rock lobsters and other sea crawfish (Palinurus spp., Panulirus spp., Jasus spp.), in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or boiling in water; edible flours, meals, pellets\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030622\",\r\n\t\t\t\"text\": \"030622 - Crustaceans; not frozen, lobsters (Homarus spp.), whether in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water; edible flours, meals, and pellets\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030623\",\r\n\t\t\t\"text\": \"030623 - Shrimps & prawns, whether/not in shell, other than frozen\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030624\",\r\n\t\t\t\"text\": \"030624 - Crustaceans; not frozen, crabs, whether in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water; edible flours, meals, and pellets\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030625\",\r\n\t\t\t\"text\": \"030625 - Crustaceans; not frozen, Norway lobsters (Nephrops norvegicus), in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water; edible flours, meals, and pellets\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030626\",\r\n\t\t\t\"text\": \"030626 - Crustaceans; not frozen, cold-water shrimps and prawns (Pandalus spp., Crangon crangon), in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water; edible flour, meals, and pellets\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030627\",\r\n\t\t\t\"text\": \"030627 - Crustaceans; not frozen, shrimps and prawns excluding cold-water varieties, in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water; edible flour, meals, and pellets\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030629\",\r\n\t\t\t\"text\": \"030629 - Crustaceans; not frozen, n.e.c. in item no. 0306.2, in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water; including edible flours, meals, and pellets of crustaceans\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030631\",\r\n\t\t\t\"text\": \"030631 - Crustaceans; live, fresh or chilled, rock lobsters and other sea crawfish (Palinurus spp., Panulirus spp., Jasus spp.), in shell or not\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030632\",\r\n\t\t\t\"text\": \"030632 - Crustaceans; live, fresh or chilled, lobsters (Homarus spp.), whether in shell or not\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030633\",\r\n\t\t\t\"text\": \"030633 - Crustaceans; live, fresh or chilled, crabs, whether in shell or not\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030634\",\r\n\t\t\t\"text\": \"030634 - Crustaceans; live, fresh or chilled, Norway lobsters (Nephrops norvegicus), in shell or not\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030635\",\r\n\t\t\t\"text\": \"030635 - Crustaceans; live, fresh or chilled, cold-water shrimps and prawns (Pandalus spp., Crangon crangon), in shell or not\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030636\",\r\n\t\t\t\"text\": \"030636 - Crustaceans; live, fresh or chilled, shrimps and prawns excluding cold-water varieties, in shell or not\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030639\",\r\n\t\t\t\"text\": \"030639 - Crustaceans; live, fresh or chilled, n.e.c. in item no. 0306.3, in shell or not\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030691\",\r\n\t\t\t\"text\": \"030691 - Crustaceans; rock lobsters and other sea crawfish (Palinurus spp., Panulirus spp., Jasus spp.), smoked, cooked or not, whether in shell or not, whether or not cooked before or during smoking\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030692\",\r\n\t\t\t\"text\": \"030692 - Crustaceans; lobsters (Homarus spp.), smoked, cooked or not, whether in shell or not, whether or not cooked before or during smoking\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030693\",\r\n\t\t\t\"text\": \"030693 - Crustaceans; crabs, smoked, cooked or not, whether in shell or not, whether or not cooked before or during smoking\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030694\",\r\n\t\t\t\"text\": \"030694 - Crustaceans; Norway lobsters (Nephrops norvegicus), smoked, cooked or not, whether in shell or not, whether or not cooked before or during smoking\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030695\",\r\n\t\t\t\"text\": \"030695 - Crustaceans; shrimps and prawns, smoked, cooked or not, whether in shell or not, whether or not cooked before or during smoking\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030699\",\r\n\t\t\t\"text\": \"030699 - Crustaceans; smoked, whole, cooked or not, n.e.c. in item no. 0306.9, in shell or not\",\r\n\t\t\t\"parent\": \"0306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0307\",\r\n\t\t\t\"text\": \"0307 - Molluscs; whether in shell or not, live, fresh, chilled, frozen, dried, salted or in brine; smoked molluscs, whether in shell or not, whether or not cooked before or during the smoking process\",\r\n\t\t\t\"parent\": \"03\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030710\",\r\n\t\t\t\"text\": \"030710 - Oysters, whether/not in shell, live/fresh/chilled/frozen/dried/salted/in brine\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030711\",\r\n\t\t\t\"text\": \"030711 - Molluscs; oysters, whether in shell or not, live, fresh or chilled\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030712\",\r\n\t\t\t\"text\": \"030712 - Molluscs; oysters, whether in shell or not, frozen\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030719\",\r\n\t\t\t\"text\": \"030719 - Molluscs; oysters, whether in shell or not, dried, salted or in brine, smoked, cooked or not before or during the smoking process\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030721\",\r\n\t\t\t\"text\": \"030721 - Molluscs; scallops and other molluscs of the family Pectinidae, whether in shell or not, live, fresh or chilled\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030722\",\r\n\t\t\t\"text\": \"030722 - Molluscs; scallops and other molluscs of the family Pectinidae, whether in shell or not, frozen\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030729\",\r\n\t\t\t\"text\": \"030729 - Molluscs; scallops and other molluscs of the family Pectinidae, whether in shell or not, dried, salted, in brine, or smoked, cooked or not before or during the smoking process\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030731\",\r\n\t\t\t\"text\": \"030731 - Molluscs; mussels (Mytilus spp., Perna spp.), whether in shell or not, live, fresh or chilled\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030732\",\r\n\t\t\t\"text\": \"030732 - Molluscs; mussels (Mytilus spp., Perna spp.), whether in shell or not, frozen\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030739\",\r\n\t\t\t\"text\": \"030739 - Molluscs; mussels (Mytilus spp., Perna spp.), whether in shell or not, dried, salted, in brine, or smoked, cooked or not before or during the smoking process\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030741\",\r\n\t\t\t\"text\": \"030741 - Molluscs; cuttle fish and squid, whether in shell or not, live, fresh or chilled\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030742\",\r\n\t\t\t\"text\": \"030742 - Molluscs; cuttle fish and squid, whether in shell or not, live, fresh or chilled\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030743\",\r\n\t\t\t\"text\": \"030743 - Molluscs; cuttle fish and squid, whether in shell or not, frozen\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030749\",\r\n\t\t\t\"text\": \"030749 - Molluscs; cuttle fish and squid, whether in shell or not, dried, salted, in brine, or smoked, cooked or not before or during the smoking process\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030751\",\r\n\t\t\t\"text\": \"030751 - Molluscs; octopus (Octopus spp.), live, fresh or chilled\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030752\",\r\n\t\t\t\"text\": \"030752 - Molluscs; octopus (Octopus spp.), frozen\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030759\",\r\n\t\t\t\"text\": \"030759 - Molluscs; octopus (Octopus spp.), dried, salted, in brine, or smoked, cooked or not before or during the smoking process\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030760\",\r\n\t\t\t\"text\": \"030760 - Molluscs; snails, other than sea snails, whether in shell or not, live, fresh, chilled, frozen, dried, salted, in brine, or smoked, cooked or not before or during the smoking process\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030771\",\r\n\t\t\t\"text\": \"030771 - Molluscs; clams, cockles and ark shells (families Arcidae, Arcticidae, Cardiidae, Donacidae, Hiatellidae, Mactridae, Mesodesmatidae, Myidae, Semelidae, Solecurtidae, Solenidae, Tridacnidae and Veneridae), whether in shell or not, live, fresh or chilled\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030772\",\r\n\t\t\t\"text\": \"030772 - Molluscs; clams, cockles, ark shells (Arcidae, Arcticidae, Cardiidae, Donacidae, Hiatellidae, Mactridae, Mesodesmatidae, Myidae, Semelidae, Solecurtidae, Solenidae, Tridacnidae and Veneridae), whether in shell or not, frozen\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030779\",\r\n\t\t\t\"text\": \"030779 - Molluscs; clams, cockle, ark shells (families Arcidae, Arcticidae, Cardiidae, Donacidae, Hiatellidae, Mactridae, Mesodesmatidae, Myidae, Semelidae, Solecurtidae, Solenidae, Tridacnidae, Veneridae), whether in shell or not, dried, salted, in brine, smoked\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030781\",\r\n\t\t\t\"text\": \"030781 - Molluscs; abalone (Haliotis spp.), whether in shell or not, live, fresh or chilled\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030782\",\r\n\t\t\t\"text\": \"030782 - Molluscs; stromboid conchs (Strombus spp.), whether in shell or not, live, fresh or chilled\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030783\",\r\n\t\t\t\"text\": \"030783 - Molluscs; abalone (Haliotis spp.), whether in shell or not, frozen\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030784\",\r\n\t\t\t\"text\": \"030784 - Molluscs; stromboid conchs (Strombus spp.), whether in shell or not, frozen\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030787\",\r\n\t\t\t\"text\": \"030787 - Molluscs; abalone (Haliotis spp.), whether in shell or not, dried, salted, in brine, or smoked, cooked or not before or during the smoking process\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030788\",\r\n\t\t\t\"text\": \"030788 - Molluscs; stromboid conchs (Strombus spp.), whether in shell or not, dried, salted, in brine, or smoked, cooked or not before or during the smoking process\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030789\",\r\n\t\t\t\"text\": \"030789 - Molluscs; abalone (Haliotis spp.), whether in shell or not, frozen, dried, salted, in brine, or smoked, cooked or not before or during the smoking process\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030791\",\r\n\t\t\t\"text\": \"030791 - Molluscs; n.e.c. in heading 0307, whether in shell or not, live or fresh, chilled\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030792\",\r\n\t\t\t\"text\": \"030792 - Molluscs; n.e.c. in heading 0307, whether in shell or not, frozen\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030799\",\r\n\t\t\t\"text\": \"030799 - Molluscs; n.e.c. in heading 0307, whether in shell or not, dried, salted, in brine, or smoked, cooked or not before or during the smoking process\",\r\n\t\t\t\"parent\": \"0307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0308\",\r\n\t\t\t\"text\": \"0308 - Aquatic invertebrates other than crustaceans and molluscs, live, fresh, chilled, frozen, dried, salted or in brine; smoked aquatic invertebrates other than crustaceans and molluscs, whether or not cooked before or during the smoking process\",\r\n\t\t\t\"parent\": \"03\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030811\",\r\n\t\t\t\"text\": \"030811 - Aquatic invertebrates; sea cucumbers (Stichopus japonicus, Holothuroidea), live, fresh or chilled\",\r\n\t\t\t\"parent\": \"0308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030812\",\r\n\t\t\t\"text\": \"030812 - Aquatic invertebrates; sea cucumbers (Stichopus japonicus, Holothuroidea), frozen\",\r\n\t\t\t\"parent\": \"0308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030819\",\r\n\t\t\t\"text\": \"030819 - Aquatic invertebrates; sea cucumbers (Stichopus japonicus, Holothuroidea), dried, salted or in brine, smoked, whether or not cooked before or during the smoking process\",\r\n\t\t\t\"parent\": \"0308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030821\",\r\n\t\t\t\"text\": \"030821 - Aquatic invertebrates; sea urchins (Strongylocentrotus spp., Paracentrotus lividus, Loxechinus albus, Echinus esculentus), live, fresh or chilled\",\r\n\t\t\t\"parent\": \"0308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030822\",\r\n\t\t\t\"text\": \"030822 - Aquatic invertebrates; sea urchins (Strongylocentrotus spp., Paracentrotus lividus, Loxechinus albus, Echinus esculentus), frozen\",\r\n\t\t\t\"parent\": \"0308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030829\",\r\n\t\t\t\"text\": \"030829 - Aquatic invertebrates; sea urchins (Strongylocentrotus spp., Paracentrotus lividus, Loxechinus albus, Echinus esculentus), dried, salted or in brine, smoked, whether or not cooked before or during smoking process\",\r\n\t\t\t\"parent\": \"0308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030830\",\r\n\t\t\t\"text\": \"030830 - Aquatic invertebrates; jellyfish (Rhopilema spp.), live, fresh, chilled, frozen, dried, salted or in brine, smoked, whether or not cooked before or during smoking\",\r\n\t\t\t\"parent\": \"0308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030890\",\r\n\t\t\t\"text\": \"030890 - Aquatic invertebrates; other than crustaceans, molluscs, sea urchins, sea cucumbers and jellyfish, live, fresh, chilled, frozen, dried, salted or in brine, smoked, cooked or not before or during smoking\",\r\n\t\t\t\"parent\": \"0308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0309\",\r\n\t\t\t\"text\": \"0309 - Flours, meals and pellets of fish, crustaceans, molluscs and other aquatic invertebrates, fit for human consumption\",\r\n\t\t\t\"parent\": \"03\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030910\",\r\n\t\t\t\"text\": \"030910 - Flours, meals and pellets of fish, fit for human consumption\",\r\n\t\t\t\"parent\": \"0309\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"030990\",\r\n\t\t\t\"text\": \"030990 - Flours, meals and pellets of crustaceans, molluscs and other aquatic invertebrates, fit for human consumption\",\r\n\t\t\t\"parent\": \"0309\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"04\",\r\n\t\t\t\"text\": \"04 - Dairy produce; birds' eggs; natural honey; edible products of animal origin, not elsewhere specified or included\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0401\",\r\n\t\t\t\"text\": \"0401 - Milk and cream; not concentrated, not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"04\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040110\",\r\n\t\t\t\"text\": \"040110 - Dairy produce; milk and cream, not concentrated, not containing added sugar or other sweetening matter, of a fat content, by weight, not exceeding 1%\",\r\n\t\t\t\"parent\": \"0401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040120\",\r\n\t\t\t\"text\": \"040120 - Dairy produce; milk and cream, not concentrated, not containing added sugar or other sweetening matter, of a fat content, by weight, exceeding 1% but not exceeding 6%\",\r\n\t\t\t\"parent\": \"0401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040130\",\r\n\t\t\t\"text\": \"040130 - Milk & cream, not concentrated/sweetened, fat content by weight >6%\",\r\n\t\t\t\"parent\": \"0401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040140\",\r\n\t\t\t\"text\": \"040140 - Dairy produce; milk and cream, not concentrated, not containing added sugar or other sweetening matter, of a fat content, by weight, exceeding 6% but not exceeding 10%\",\r\n\t\t\t\"parent\": \"0401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040150\",\r\n\t\t\t\"text\": \"040150 - Dairy produce; milk and cream, not concentrated, not containing added sugar or other sweetening matter, of a fat content, by weight, exceeding 10%\",\r\n\t\t\t\"parent\": \"0401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0402\",\r\n\t\t\t\"text\": \"0402 - Milk and cream; concentrated or containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"04\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040210\",\r\n\t\t\t\"text\": \"040210 - Dairy produce; milk and cream, concentrated or containing added sugar or other sweetening matter, in powder, granules or other solid forms, of a fat content not exceeding 1.5% (by weight)\",\r\n\t\t\t\"parent\": \"0402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040221\",\r\n\t\t\t\"text\": \"040221 - Dairy produce; milk and cream, concentrated, not containing added sugar or other sweetening matter, in powder, granules or other solid forms, of a fat content exceeding 1.5% (by weight)\",\r\n\t\t\t\"parent\": \"0402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040229\",\r\n\t\t\t\"text\": \"040229 - Dairy produce; milk and cream, containing added sugar or other sweetening matter, in powder, granules or other solid forms, of a fat content exceeding 1.5% (by weight)\",\r\n\t\t\t\"parent\": \"0402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040291\",\r\n\t\t\t\"text\": \"040291 - Dairy produce; milk and cream, concentrated, not containing added sugar or other sweetening matter, other than in powder, granules or other solid forms\",\r\n\t\t\t\"parent\": \"0402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040299\",\r\n\t\t\t\"text\": \"040299 - Dairy produce; milk and cream, containing added sugar or other sweetening matter, other than in powder, granules or other solid forms\",\r\n\t\t\t\"parent\": \"0402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0403\",\r\n\t\t\t\"text\": \"0403 - Yogurt; buttermilk, curdled milk and cream, kephir and other fermented or acidified milk and cream, whether or not concentrated or containing added sugar or other sweetening matter or flavoured or containing added fruit, nuts or cocoa.\",\r\n\t\t\t\"parent\": \"04\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040310\",\r\n\t\t\t\"text\": \"040310 - Dairy produce; yoghurt, whether or not concentrated or containing added sugar or other sweetening matter or flavoured or containing added fruit or cocoa\",\r\n\t\t\t\"parent\": \"0403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040320\",\r\n\t\t\t\"text\": \"040320 - Dairy produce; yoghurt, whether or not concentrated or containing added sugar or other sweetening matter or flavoured or containing added fruit, nuts or cocoa\",\r\n\t\t\t\"parent\": \"0403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040390\",\r\n\t\t\t\"text\": \"040390 - Dairy produce; buttermilk, curdled milk or cream, kephir, fermented or acidified milk or cream, whether or not concentrated or containing added sweetening, flavouring, fruit, nuts or cocoa (excluding yoghurt)\",\r\n\t\t\t\"parent\": \"0403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0404\",\r\n\t\t\t\"text\": \"0404 - Whey and products consisting of natural milk constituents; whether or not containing added sugar or other sweetening matter, not elsewhere specified or included\",\r\n\t\t\t\"parent\": \"04\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040410\",\r\n\t\t\t\"text\": \"040410 - Dairy produce; whey, whether or not concentrated or containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"0404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040490\",\r\n\t\t\t\"text\": \"040490 - Dairy produce; natural milk constituents (excluding whey), whether or not containing added sugar or other sweetening matter, n.e.c. in chapter 04\",\r\n\t\t\t\"parent\": \"0404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0405\",\r\n\t\t\t\"text\": \"0405 - Butter and other fats and oils derived from milk; dairy spreads\",\r\n\t\t\t\"parent\": \"04\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040500\",\r\n\t\t\t\"text\": \"040500 - Butter and other fats and oils derived from milk\",\r\n\t\t\t\"parent\": \"0405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040510\",\r\n\t\t\t\"text\": \"040510 - Dairy produce; derived from milk, butter\",\r\n\t\t\t\"parent\": \"0405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040520\",\r\n\t\t\t\"text\": \"040520 - Dairy produce; dairy spreads\",\r\n\t\t\t\"parent\": \"0405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040590\",\r\n\t\t\t\"text\": \"040590 - Dairy produce; fats and oils derived from milk (other than butter or dairy spreads)\",\r\n\t\t\t\"parent\": \"0405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0406\",\r\n\t\t\t\"text\": \"0406 - Cheese and curd\",\r\n\t\t\t\"parent\": \"04\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040610\",\r\n\t\t\t\"text\": \"040610 - Dairy produce; fresh cheese (including whey cheese), not fermented, and curd\",\r\n\t\t\t\"parent\": \"0406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040620\",\r\n\t\t\t\"text\": \"040620 - Dairy produce; cheese of all kinds, grated or powdered\",\r\n\t\t\t\"parent\": \"0406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040630\",\r\n\t\t\t\"text\": \"040630 - Dairy produce; cheese, processed (not grated or powdered)\",\r\n\t\t\t\"parent\": \"0406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040640\",\r\n\t\t\t\"text\": \"040640 - Dairy produce; cheese, blue-veined and other cheese containing veins produced by Penicillium roqueforti (not grated, powdered or processed)\",\r\n\t\t\t\"parent\": \"0406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040690\",\r\n\t\t\t\"text\": \"040690 - Dairy produce; cheese (not grated, powdered or processed), n.e.c. in heading no. 0406\",\r\n\t\t\t\"parent\": \"0406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0407\",\r\n\t\t\t\"text\": \"0407 - Birds' eggs, in shell; fresh, preserved or cooked\",\r\n\t\t\t\"parent\": \"04\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040700\",\r\n\t\t\t\"text\": \"040700 - Birds' eggs, in shell, fresh/preserved/cooked\",\r\n\t\t\t\"parent\": \"0407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040711\",\r\n\t\t\t\"text\": \"040711 - Birds' eggs, in shell; fresh, fertilised eggs for incubation, of fowls of the species Gallus domesticus (domestic hens)\",\r\n\t\t\t\"parent\": \"0407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040719\",\r\n\t\t\t\"text\": \"040719 - Birds' eggs, in shell; fresh, fertilised eggs for incubation, other than fowls of the species Gallus domesticus (domestic hens)\",\r\n\t\t\t\"parent\": \"0407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040721\",\r\n\t\t\t\"text\": \"040721 - Birds' eggs, in shell; fresh, not for incubation, of fowls of the species Gallus domesticus (domestic hens)\",\r\n\t\t\t\"parent\": \"0407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040729\",\r\n\t\t\t\"text\": \"040729 - Birds' eggs, in shell; fresh, not for incubation, other than fowls of the species Gallus domesticus (domestic hens)\",\r\n\t\t\t\"parent\": \"0407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040790\",\r\n\t\t\t\"text\": \"040790 - Birds' eggs, in shell; preserved or cooked\",\r\n\t\t\t\"parent\": \"0407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0408\",\r\n\t\t\t\"text\": \"0408 - Birds' eggs, not in shell; egg yolks, fresh, dried, cooked by steaming or boiling in water, moulded, frozen or otherwise preserved, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"04\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040811\",\r\n\t\t\t\"text\": \"040811 - Eggs; birds' eggs, yolks, dried, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"0408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040819\",\r\n\t\t\t\"text\": \"040819 - Eggs; birds' eggs, yolks, fresh, cooked by steaming or by boiling in water, moulded, frozen or otherwise preserved, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"0408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040891\",\r\n\t\t\t\"text\": \"040891 - Eggs; birds' eggs (not in shell, excluding yolks only), dried, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"0408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040899\",\r\n\t\t\t\"text\": \"040899 - Eggs; birds' eggs (not in shell, excluding yolks only), fresh, cooked by steaming or boiling in water, moulded, frozen, otherwise preserved, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"0408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0409\",\r\n\t\t\t\"text\": \"0409 - Honey; natural\",\r\n\t\t\t\"parent\": \"04\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"040900\",\r\n\t\t\t\"text\": \"040900 - Honey; natural\",\r\n\t\t\t\"parent\": \"0409\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0410\",\r\n\t\t\t\"text\": \"0410 - Animal products; insects and other edible products of animal origin, not elsewhere specified or included\",\r\n\t\t\t\"parent\": \"04\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"041000\",\r\n\t\t\t\"text\": \"041000 - Animal products; edible, n.e.c. in this or other chapters\",\r\n\t\t\t\"parent\": \"0410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"041010\",\r\n\t\t\t\"text\": \"041010 - Animal products; insects\",\r\n\t\t\t\"parent\": \"0410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"041090\",\r\n\t\t\t\"text\": \"041090 - Animal products; edible products of animal origin, not elsewhere specified or included, other than insects\",\r\n\t\t\t\"parent\": \"0410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"05\",\r\n\t\t\t\"text\": \"05 - Animal originated products; not elsewhere specified or included\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0501\",\r\n\t\t\t\"text\": \"0501 - Human hair; unworked, whether or not washed or scoured; waste of human hair\",\r\n\t\t\t\"parent\": \"05\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"050100\",\r\n\t\t\t\"text\": \"050100 - Animal products; hair, human, unworked, whether or not washed or scoured, and waste of human hair\",\r\n\t\t\t\"parent\": \"0501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0502\",\r\n\t\t\t\"text\": \"0502 - Pigs', hogs' or boars' bristles and hair; and waste thereof\",\r\n\t\t\t\"parent\": \"05\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"050210\",\r\n\t\t\t\"text\": \"050210 - Animal products; hair and bristles, of pigs, hogs or boars, and waste thereof\",\r\n\t\t\t\"parent\": \"0502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"050290\",\r\n\t\t\t\"text\": \"050290 - Animal products; badger hair and other brush making hair and waste of such bristles or hair, n.e.c. in heading no. 0502 (excluding horsehair)\",\r\n\t\t\t\"parent\": \"0502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0503\",\r\n\t\t\t\"text\": \"0503 - Horsehair, waste\",\r\n\t\t\t\"parent\": \"05\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"050300\",\r\n\t\t\t\"text\": \"050300 - Horsehair, waste\",\r\n\t\t\t\"parent\": \"0503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0504\",\r\n\t\t\t\"text\": \"0504 - Guts, bladders and stomachs of animals (other than fish); whole and pieces thereof, fresh, chilled, frozen, salted, in brine, dried or smoked\",\r\n\t\t\t\"parent\": \"05\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"050400\",\r\n\t\t\t\"text\": \"050400 - Animal products; guts, bladders and stomachs of animals (other than fish), whole and pieces thereof, fresh, chilled, frozen, salted, in brine, dried or smoked\",\r\n\t\t\t\"parent\": \"0504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0505\",\r\n\t\t\t\"text\": \"0505 - Skins and other parts of birds with feathers, down; feathers, down and parts thereof; not further worked than cleaned, disinfected, treated for preservation; powder, waste and parts of feathers\",\r\n\t\t\t\"parent\": \"05\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"050510\",\r\n\t\t\t\"text\": \"050510 - Animal products; feathers and down used for stuffing, not further worked than cleaned, disinfected or treated for preservation\",\r\n\t\t\t\"parent\": \"0505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"050590\",\r\n\t\t\t\"text\": \"050590 - Animal products; skins and other parts of birds, feathers and down (not for stuffing), powder and waste of such, not further worked than cleaned, disinfected or treated for preservation\",\r\n\t\t\t\"parent\": \"0505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0506\",\r\n\t\t\t\"text\": \"0506 - Bones and horn-cores, unworked, defatted, simply prepared (but not cut to shape), treated with acid or degelatinised; powder and waste of these products\",\r\n\t\t\t\"parent\": \"05\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"050610\",\r\n\t\t\t\"text\": \"050610 - Animal products; ossein and bones treated with acid\",\r\n\t\t\t\"parent\": \"0506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"050690\",\r\n\t\t\t\"text\": \"050690 - Animal products; bones and horn-cores and powder or waste of such, unworked, defatted, simply prepared (not cut to shape), or treated with acid or degelatinised, n.e.c. in heading no. 0506\",\r\n\t\t\t\"parent\": \"0506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0507\",\r\n\t\t\t\"text\": \"0507 - Ivory, tortoise-shell, whalebone and whalebone hair, horns, antlers, hooves, nails, claws and beaks unworked or simply prepared, not cut to shape; waste and powder of these products\",\r\n\t\t\t\"parent\": \"05\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"050710\",\r\n\t\t\t\"text\": \"050710 - Animal products; ivory, unworked or simply prepared but not cut to shape, ivory powder and waste\",\r\n\t\t\t\"parent\": \"0507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"050790\",\r\n\t\t\t\"text\": \"050790 - Animal products; tortoise-shell, whalebone and whalebone hair, horns, antlers, hooves, nails, claws and beaks, unworked or simply prepared but not cut to shape, waste and powder of these products\",\r\n\t\t\t\"parent\": \"0507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0508\",\r\n\t\t\t\"text\": \"0508 - Coral and similar materials, unworked or simply prepared, shells of molluscs, crustaceans or echinoderms and cuttle-bone, not cut to shape powder and waste thereof\",\r\n\t\t\t\"parent\": \"05\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"050800\",\r\n\t\t\t\"text\": \"050800 - Animal products; coral and similar materials, shells of molluscs, crustaceans, echinoderms, cuttle-bone, unworked or simply prepared but not cut to shape, powder and waste thereof\",\r\n\t\t\t\"parent\": \"0508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0509\",\r\n\t\t\t\"text\": \"0509 - Sponges, natural, of animal origin\",\r\n\t\t\t\"parent\": \"05\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"050900\",\r\n\t\t\t\"text\": \"050900 - Sponges, natural, of animal origin\",\r\n\t\t\t\"parent\": \"0509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0510\",\r\n\t\t\t\"text\": \"0510 - Ambergris, castoreum, civet and musk; cantharides; bile, dried or not glands, other animal products used in preparation of pharmaceutical products, fresh chilled, frozen or otherwise provisionally preserved\",\r\n\t\t\t\"parent\": \"05\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"051000\",\r\n\t\t\t\"text\": \"051000 - Animal products; ambergris, castoreum, civet, musk, cantharides, bile (dried or not) glands and other animal products, for pharmaceutical purposes, fresh, chilled, frozen or otherwise provisionally preserved\",\r\n\t\t\t\"parent\": \"0510\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0511\",\r\n\t\t\t\"text\": \"0511 - Animal products not elsewhere specified or included; dead animals of chapter 1 or 3, unfit for human consumption\",\r\n\t\t\t\"parent\": \"05\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"051110\",\r\n\t\t\t\"text\": \"051110 - Animal products; bovine semen\",\r\n\t\t\t\"parent\": \"0511\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"051191\",\r\n\t\t\t\"text\": \"051191 - Animal products; of fish or crustaceans, molluscs or other aquatic invertebrates; dead animals of chapter 03, unfit for human consumption\",\r\n\t\t\t\"parent\": \"0511\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"051199\",\r\n\t\t\t\"text\": \"051199 - Animal products; n.e.c. in chapter 5\",\r\n\t\t\t\"parent\": \"0511\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"06\",\r\n\t\t\t\"text\": \"06 - Trees and other plants, live; bulbs, roots and the like; cut flowers and ornamental foliage\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0601\",\r\n\t\t\t\"text\": \"0601 - Bulbs, tubers, tuberous roots, corms, crowns and rhizomes; dormant, in growth or in flower; chicory plants and roots other than roots of heading no. 1212\",\r\n\t\t\t\"parent\": \"06\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060110\",\r\n\t\t\t\"text\": \"060110 - Plants, live; bulbs, tubers, tuberous roots, corms, crowns and rhizomes, dormant\",\r\n\t\t\t\"parent\": \"0601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060120\",\r\n\t\t\t\"text\": \"060120 - Plants, live; bulbs, tubers, tuberous roots, corms, crowns and rhizomes, in growth or in flower, chicory plants and roots other than of heading no. 1212\",\r\n\t\t\t\"parent\": \"0601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0602\",\r\n\t\t\t\"text\": \"0602 - Plants, live; n.e.c. in heading no. 0601, (including their roots) cuttings and slips; mushroom spawn\",\r\n\t\t\t\"parent\": \"06\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060210\",\r\n\t\t\t\"text\": \"060210 - Plants, live; unrooted cuttings and slips\",\r\n\t\t\t\"parent\": \"0602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060220\",\r\n\t\t\t\"text\": \"060220 - Plants, live; edible fruit or nut trees, shrubs and bushes, grafted or not\",\r\n\t\t\t\"parent\": \"0602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060230\",\r\n\t\t\t\"text\": \"060230 - Plants, live; rhododendrons and azaleas, grafted or not\",\r\n\t\t\t\"parent\": \"0602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060240\",\r\n\t\t\t\"text\": \"060240 - Plants, live; roses, grafted or not\",\r\n\t\t\t\"parent\": \"0602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060290\",\r\n\t\t\t\"text\": \"060290 - Plants, live; n.e.c. in heading no. 0602\",\r\n\t\t\t\"parent\": \"0602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060291\",\r\n\t\t\t\"text\": \"060291 - Mushroom spawn\",\r\n\t\t\t\"parent\": \"0602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060299\",\r\n\t\t\t\"text\": \"060299 - Plants, live (including their roots),nes\",\r\n\t\t\t\"parent\": \"0602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0603\",\r\n\t\t\t\"text\": \"0603 - Flowers; cut flowers and flower buds of a kind suitable for bouquets or for ornamental purposes, fresh, dried, dyed, bleached, impregnated or otherwise prepared\",\r\n\t\t\t\"parent\": \"06\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060310\",\r\n\t\t\t\"text\": \"060310 - Cut flowers and flower buds for bouquets, etc., fresh\",\r\n\t\t\t\"parent\": \"0603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060311\",\r\n\t\t\t\"text\": \"060311 - Flowers, cut; roses, flowers and buds of a kind suitable for bouquets or ornamental purposes, fresh\",\r\n\t\t\t\"parent\": \"0603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060312\",\r\n\t\t\t\"text\": \"060312 - Flowers, cut; carnations, flowers and buds of a kind suitable for bouquets or ornamental purposes, fresh\",\r\n\t\t\t\"parent\": \"0603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060313\",\r\n\t\t\t\"text\": \"060313 - Flowers, cut; orchids, flowers and buds of a kind suitable for bouquets or ornamental purposes, fresh\",\r\n\t\t\t\"parent\": \"0603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060314\",\r\n\t\t\t\"text\": \"060314 - Flowers, cut; chrysanthemums, flowers and buds of a kind suitable for bouquets or ornamental purposes, fresh\",\r\n\t\t\t\"parent\": \"0603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060315\",\r\n\t\t\t\"text\": \"060315 - Flowers, cut; lilies (Lilium spp.), flowers and flower buds of a kind suitable for bouquets or ornamental purposes, fresh\",\r\n\t\t\t\"parent\": \"0603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060319\",\r\n\t\t\t\"text\": \"060319 - Flowers, cut; flowers and buds of a kind suitable for bouquets or ornamental purposes, fresh, other than roses, carnations, orchids, chrysanthemums or lillies\",\r\n\t\t\t\"parent\": \"0603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060390\",\r\n\t\t\t\"text\": \"060390 - Flowers, cut; flowers and flower buds of a kind suitable for bouquets or ornamental purposes, dried, dyed, bleached, impregnated or otherwise prepared\",\r\n\t\t\t\"parent\": \"0603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0604\",\r\n\t\t\t\"text\": \"0604 - Foliage, branches and other parts of plants, without flowers or flower buds, and grasses, mosses and lichens; suitable for bouquets or for ornamental purposes, fresh, dried, dyed, bleached, impregnated etc.\",\r\n\t\t\t\"parent\": \"06\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060410\",\r\n\t\t\t\"text\": \"060410 - Mosses & lichens\",\r\n\t\t\t\"parent\": \"0604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060420\",\r\n\t\t\t\"text\": \"060420 - Foliage, branches and other parts of plants, without flowers or flower buds, and grasses, mosses and lichens; suitable for bouquets or for ornamental purposes, fresh\",\r\n\t\t\t\"parent\": \"0604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060490\",\r\n\t\t\t\"text\": \"060490 - Foliage, branches and other parts of plants, without flowers or flower buds, and grasses, mosses and lichens; suitable for bouquets or for ornamental purposes, dried, dyed, bleached, impregnated or otherwise prepared\",\r\n\t\t\t\"parent\": \"0604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060491\",\r\n\t\t\t\"text\": \"060491 - Foliage, branches & other parts of plants, without flowers/flower buds, & grasses, mosses & lichens, being goods of a kind suit. for bouquets/ornamental purposes, fresh\",\r\n\t\t\t\"parent\": \"0604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"060499\",\r\n\t\t\t\"text\": \"060499 - Foliage, branches & other parts of plants, without flowers/flower buds/grasses (excl. of 0604.10), being goods of a kind suitable for bouquets/ornamental purposes, dried/dyed/bleached/impregnated/othw. prepared\",\r\n\t\t\t\"parent\": \"0604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"07\",\r\n\t\t\t\"text\": \"07 - Vegetables and certain roots and tubers; edible\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0701\",\r\n\t\t\t\"text\": \"0701 - Potatoes; fresh or chilled\",\r\n\t\t\t\"parent\": \"07\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070110\",\r\n\t\t\t\"text\": \"070110 - Vegetables; seed potatoes, fresh or chilled\",\r\n\t\t\t\"parent\": \"0701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070190\",\r\n\t\t\t\"text\": \"070190 - Vegetables; potatoes (other than seed), fresh or chilled\",\r\n\t\t\t\"parent\": \"0701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0702\",\r\n\t\t\t\"text\": \"0702 - Tomatoes; fresh or chilled\",\r\n\t\t\t\"parent\": \"07\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070200\",\r\n\t\t\t\"text\": \"070200 - Vegetables; tomatoes, fresh or chilled\",\r\n\t\t\t\"parent\": \"0702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0703\",\r\n\t\t\t\"text\": \"0703 - Onions, shallots, garlic, leeks and other alliaceous vegetables; fresh or chilled\",\r\n\t\t\t\"parent\": \"07\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070310\",\r\n\t\t\t\"text\": \"070310 - Vegetables, alliaceous; onions and shallots, fresh or chilled\",\r\n\t\t\t\"parent\": \"0703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070320\",\r\n\t\t\t\"text\": \"070320 - Vegetables, alliaceous; garlic, fresh or chilled\",\r\n\t\t\t\"parent\": \"0703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070390\",\r\n\t\t\t\"text\": \"070390 - Vegetables, alliaceous; leeks and other kinds n.e.c. in heading no. 0703, fresh or chilled\",\r\n\t\t\t\"parent\": \"0703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0704\",\r\n\t\t\t\"text\": \"0704 - Cabbages, cauliflowers, kohlrabi, kale and similar edible brassicas; fresh or chilled\",\r\n\t\t\t\"parent\": \"07\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070410\",\r\n\t\t\t\"text\": \"070410 - Vegetables, brassica; cauliflowers and broccoli, fresh or chilled\",\r\n\t\t\t\"parent\": \"0704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070420\",\r\n\t\t\t\"text\": \"070420 - Vegetables, brassica; brussel sprouts, fresh or chilled\",\r\n\t\t\t\"parent\": \"0704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070490\",\r\n\t\t\t\"text\": \"070490 - Vegetables, brassica; edible, n.e.c. in heading no. 0704, fresh or chilled\",\r\n\t\t\t\"parent\": \"0704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0705\",\r\n\t\t\t\"text\": \"0705 - Lettuce (lactuca sativa) and chicory (cichorium spp.) fresh or chilled\",\r\n\t\t\t\"parent\": \"07\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070511\",\r\n\t\t\t\"text\": \"070511 - Vegetables; cabbage (head) lettuce (lactuca sativa), fresh or chilled\",\r\n\t\t\t\"parent\": \"0705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070519\",\r\n\t\t\t\"text\": \"070519 - Vegetables; lettuce (lactuca sativa), (other than cabbage lettuce), fresh or chilled\",\r\n\t\t\t\"parent\": \"0705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070521\",\r\n\t\t\t\"text\": \"070521 - Vegetables; witloff chicory (cichorium intybus var. foliosum), fresh or chilled\",\r\n\t\t\t\"parent\": \"0705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070529\",\r\n\t\t\t\"text\": \"070529 - Vegetables; chicory (cichorium spp.), (other than witloof chicory), fresh or chilled\",\r\n\t\t\t\"parent\": \"0705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0706\",\r\n\t\t\t\"text\": \"0706 - Carrots, turnips, salad beetroot, salsify, celeriac, radishes and similar edible roots; fresh or chilled\",\r\n\t\t\t\"parent\": \"07\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070610\",\r\n\t\t\t\"text\": \"070610 - Vegetables, root; carrots and turnips, fresh or chilled\",\r\n\t\t\t\"parent\": \"0706\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070690\",\r\n\t\t\t\"text\": \"070690 - Vegetables, root; salad beetroot, salsify, celeric, radishes and similar edible roots, fresh or chilled\",\r\n\t\t\t\"parent\": \"0706\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0707\",\r\n\t\t\t\"text\": \"0707 - Cucumbers and gherkins; fresh or chilled\",\r\n\t\t\t\"parent\": \"07\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070700\",\r\n\t\t\t\"text\": \"070700 - Vegetables; cucumbers and gherkins, fresh or chilled\",\r\n\t\t\t\"parent\": \"0707\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0708\",\r\n\t\t\t\"text\": \"0708 - Leguminous vegetables; shelled or unshelled, fresh or chilled\",\r\n\t\t\t\"parent\": \"07\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070810\",\r\n\t\t\t\"text\": \"070810 - Vegetables, leguminous; peas (pisum sativum), shelled or unshelled, fresh or chilled\",\r\n\t\t\t\"parent\": \"0708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070820\",\r\n\t\t\t\"text\": \"070820 - Vegetables, leguminous; beans (vigna spp., phaseolus spp.), shelled or unshelled, fresh or chilled\",\r\n\t\t\t\"parent\": \"0708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070890\",\r\n\t\t\t\"text\": \"070890 - Vegetables, leguminous; (other than peas and beans), shelled or unshelled, fresh or chilled\",\r\n\t\t\t\"parent\": \"0708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0709\",\r\n\t\t\t\"text\": \"0709 - Vegetables; n.e.c. in chapter 07, fresh or chilled\",\r\n\t\t\t\"parent\": \"07\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070910\",\r\n\t\t\t\"text\": \"070910 - Globe artichokes, fresh or chilled\",\r\n\t\t\t\"parent\": \"0709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070920\",\r\n\t\t\t\"text\": \"070920 - Vegetables; asparagus, fresh or chilled\",\r\n\t\t\t\"parent\": \"0709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070930\",\r\n\t\t\t\"text\": \"070930 - Vegetables; aubergines, (e.g. plants), fresh or chilled\",\r\n\t\t\t\"parent\": \"0709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070940\",\r\n\t\t\t\"text\": \"070940 - Vegetables; celery (other than celeriac), fresh or chilled\",\r\n\t\t\t\"parent\": \"0709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070951\",\r\n\t\t\t\"text\": \"070951 - Vegetables; mushrooms of the genus Agaricus, fresh or chilled\",\r\n\t\t\t\"parent\": \"0709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070952\",\r\n\t\t\t\"text\": \"070952 - Vegetables; mushrooms of the genus Boletus, fresh or chilled\",\r\n\t\t\t\"parent\": \"0709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070953\",\r\n\t\t\t\"text\": \"070953 - Vegetables; mushrooms of the genus Cantharellus, fresh or chilled\",\r\n\t\t\t\"parent\": \"0709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070954\",\r\n\t\t\t\"text\": \"070954 - Vegetables; shiitake mushrooms (Lentinus edodes), fresh or chilled\",\r\n\t\t\t\"parent\": \"0709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070955\",\r\n\t\t\t\"text\": \"070955 - Vegetables; matsutake mushrooms (Tricholoma matsutake, Tricholoma magnivelare, Tricholoma anatolicum, Tricholoma dulciolens, Tricholoma caligatum), fresh or chilled\",\r\n\t\t\t\"parent\": \"0709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070956\",\r\n\t\t\t\"text\": \"070956 - Vegetables; truffles (Tuber spp.), fresh or chilled\",\r\n\t\t\t\"parent\": \"0709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070959\",\r\n\t\t\t\"text\": \"070959 - Vegetables; truffles and mushrooms n.e.c. in heading 0709, fresh or chilled\",\r\n\t\t\t\"parent\": \"0709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070960\",\r\n\t\t\t\"text\": \"070960 - Vegetables; fruits of the genus capsicum or of the genus pimenta, fresh or chilled\",\r\n\t\t\t\"parent\": \"0709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070970\",\r\n\t\t\t\"text\": \"070970 - Vegetables; spinach, New Zealand spinach and orache spinach (garden spinach), fresh or chilled\",\r\n\t\t\t\"parent\": \"0709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070990\",\r\n\t\t\t\"text\": \"070990 - Vegetables,n.e.s. in 07.01-07.09, fresh/chilled\",\r\n\t\t\t\"parent\": \"0709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070991\",\r\n\t\t\t\"text\": \"070991 - Vegetables; globe artichokes, fresh or chilled\",\r\n\t\t\t\"parent\": \"0709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070992\",\r\n\t\t\t\"text\": \"070992 - Vegetables; olives, fresh or chilled\",\r\n\t\t\t\"parent\": \"0709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070993\",\r\n\t\t\t\"text\": \"070993 - Vegetables; pumpkins, squash and gourds (Cucurbita spp.), fresh or chilled\",\r\n\t\t\t\"parent\": \"0709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"070999\",\r\n\t\t\t\"text\": \"070999 - Vegetables; edible, n.e.c. in chapter 07, fresh or chilled\",\r\n\t\t\t\"parent\": \"0709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0710\",\r\n\t\t\t\"text\": \"0710 - Vegetables (uncooked or cooked by steaming or boiling in water); frozen\",\r\n\t\t\t\"parent\": \"07\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071010\",\r\n\t\t\t\"text\": \"071010 - Vegetables; potatoes, uncooked or cooked by steaming or boiling in water, frozen\",\r\n\t\t\t\"parent\": \"0710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071021\",\r\n\t\t\t\"text\": \"071021 - Vegetables, leguminous; peas (pisum sativum), shelled or unshelled, uncooked or cooked by steaming or boiling in water, frozen\",\r\n\t\t\t\"parent\": \"0710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071022\",\r\n\t\t\t\"text\": \"071022 - Vegetables, leguminous; beans (vigna spp., phaseolus spp.), shelled or unshelled, uncooked or cooked by steaming or boiling in water, frozen\",\r\n\t\t\t\"parent\": \"0710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071029\",\r\n\t\t\t\"text\": \"071029 - Vegetables, leguminous; (other than peas or beans), shelled or unshelled, uncooked or cooked by steaming or boiling in water, frozen\",\r\n\t\t\t\"parent\": \"0710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071030\",\r\n\t\t\t\"text\": \"071030 - Vegetables; spinach, New Zealand spinach and orache spinach (garden spinach), uncooked or cooked by steaming or boiling in water, frozen\",\r\n\t\t\t\"parent\": \"0710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071040\",\r\n\t\t\t\"text\": \"071040 - Vegetables; sweetcorn, uncooked or cooked by steaming or boiling in water, frozen\",\r\n\t\t\t\"parent\": \"0710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071080\",\r\n\t\t\t\"text\": \"071080 - Vegetables; uncooked or cooked by steaming or boiling in water, n.e.c. in heading no. 0710, frozen\",\r\n\t\t\t\"parent\": \"0710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071090\",\r\n\t\t\t\"text\": \"071090 - Vegetable mixtures; uncooked or cooked by steaming or boiling in water, frozen\",\r\n\t\t\t\"parent\": \"0710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0711\",\r\n\t\t\t\"text\": \"0711 - Vegetables provisionally preserved, but unsuitable in that state for immediate consumption\",\r\n\t\t\t\"parent\": \"07\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071110\",\r\n\t\t\t\"text\": \"071110 - Onions, provisionally preserved\",\r\n\t\t\t\"parent\": \"0711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071120\",\r\n\t\t\t\"text\": \"071120 - Vegetables; olives, provisionally preserved but unsuitable in that state for immediate consumption\",\r\n\t\t\t\"parent\": \"0711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071130\",\r\n\t\t\t\"text\": \"071130 - Capers, provisionally preserved\",\r\n\t\t\t\"parent\": \"0711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071140\",\r\n\t\t\t\"text\": \"071140 - Vegetables; cucumbers and gherkins, provisionally preserved but unsuitable in that state for immediate consumption\",\r\n\t\t\t\"parent\": \"0711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071151\",\r\n\t\t\t\"text\": \"071151 - Vegetables; mushrooms of the genus Agaricus, provisionally preserved but unsuitable in that state for immediate consumption\",\r\n\t\t\t\"parent\": \"0711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071159\",\r\n\t\t\t\"text\": \"071159 - Vegetables; mushrooms other than of the genus Agaricus, provisionally preserved but unsuitable in that state for immediate consumption\",\r\n\t\t\t\"parent\": \"0711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071190\",\r\n\t\t\t\"text\": \"071190 - Vegetables and mixed vegetables; n.e.c. in heading no. 0711, provisionally preserved but unsuitable in that state for immediate consumption\",\r\n\t\t\t\"parent\": \"0711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0712\",\r\n\t\t\t\"text\": \"0712 - Vegetables, dried; whole, cut, sliced, broken or in powder, but not further prepared\",\r\n\t\t\t\"parent\": \"07\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071210\",\r\n\t\t\t\"text\": \"071210 - Potatoes, dried, not further prepared\",\r\n\t\t\t\"parent\": \"0712\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071220\",\r\n\t\t\t\"text\": \"071220 - Vegetables; onions, whole, cut, sliced, broken or in powder but not further prepared, dried\",\r\n\t\t\t\"parent\": \"0712\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071230\",\r\n\t\t\t\"text\": \"071230 - Mushrooms and truffles, dried, not further prepared\",\r\n\t\t\t\"parent\": \"0712\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071231\",\r\n\t\t\t\"text\": \"071231 - Vegetables; mushrooms of the genus Agaricus, whole, cut, sliced, broken or in powder but not further prepared, dried\",\r\n\t\t\t\"parent\": \"0712\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071232\",\r\n\t\t\t\"text\": \"071232 - Vegetables; wood ears (Auricularia spp), whole, cut, sliced, broken or in powder but not further prepared, dried\",\r\n\t\t\t\"parent\": \"0712\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071233\",\r\n\t\t\t\"text\": \"071233 - Vegetables; jelly fungi (Tremella spp)), whole, cut, sliced, broken or in powder but not further prepared, dried\",\r\n\t\t\t\"parent\": \"0712\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071234\",\r\n\t\t\t\"text\": \"071234 - Vegetables; shiitake mushrooms (Lentinus edodes), whole, cut, sliced, broken or in powder but not further prepared, dried\",\r\n\t\t\t\"parent\": \"0712\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071239\",\r\n\t\t\t\"text\": \"071239 - Vegetables; mushrooms and truffles n.e.c. in item 0712.3, whole, cut, sliced, broken or in powder but not further prepared, dried\",\r\n\t\t\t\"parent\": \"0712\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071290\",\r\n\t\t\t\"text\": \"071290 - Vegetables; mixtures of vegetables n.e.c. in heading no. 0712, whole, cut, sliced, broken or in powder but not further prepared, dried\",\r\n\t\t\t\"parent\": \"0712\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0713\",\r\n\t\t\t\"text\": \"0713 - Vegetables, leguminous; shelled, whether or not skinned or split, dried\",\r\n\t\t\t\"parent\": \"07\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071310\",\r\n\t\t\t\"text\": \"071310 - Vegetables, leguminous; peas (pisum sativum), shelled, whether or not skinned or split, dried\",\r\n\t\t\t\"parent\": \"0713\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071320\",\r\n\t\t\t\"text\": \"071320 - Vegetables, leguminous; chickpeas (garbanzos), shelled, whether or not skinned or split, dried\",\r\n\t\t\t\"parent\": \"0713\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071331\",\r\n\t\t\t\"text\": \"071331 - Vegetables, leguminous; beans of the species vigna mungo (l.) hepper or vigna radiata (l.) wilczek, shelled, whether or not skinned or split, dried\",\r\n\t\t\t\"parent\": \"0713\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071332\",\r\n\t\t\t\"text\": \"071332 - Vegetables, leguminous; small red (adzuki) beans (phaseolus or vigna angularis), shelled, whether or not skinned or split, dried\",\r\n\t\t\t\"parent\": \"0713\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071333\",\r\n\t\t\t\"text\": \"071333 - Vegetables, leguminous; kidney beans, including white pea beans (phaseolus vulgaris), shelled, whether or not skinned or split, dried\",\r\n\t\t\t\"parent\": \"0713\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071334\",\r\n\t\t\t\"text\": \"071334 - Vegetables, leguminous; bambara beans (Vigna subterranea or Voandzeia subterranea), shelled, whether or not skinned or split, dried\",\r\n\t\t\t\"parent\": \"0713\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071335\",\r\n\t\t\t\"text\": \"071335 - Vegetables, leguminous; cow peas (Vigna unguiculata), shelled, whether or not skinned or split, dried\",\r\n\t\t\t\"parent\": \"0713\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071339\",\r\n\t\t\t\"text\": \"071339 - Vegetables, leguminous; n.e.c. in item no. 0713.3, shelled, whether or not skinned or split, dried\",\r\n\t\t\t\"parent\": \"0713\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071340\",\r\n\t\t\t\"text\": \"071340 - Vegetables, leguminous; lentils, shelled, whether or not skinned or split, dried\",\r\n\t\t\t\"parent\": \"0713\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071350\",\r\n\t\t\t\"text\": \"071350 - Vegetables, leguminous; broad beans (vicia faba var. major) and horse beans (vicia faba var. equina, vicia faba var. minor), shelled, whether or not skinned or split, dried\",\r\n\t\t\t\"parent\": \"0713\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071360\",\r\n\t\t\t\"text\": \"071360 - Vegetables, leguminous; pigeon peas (Cajanus cajan), shelled, whether or not skinned or split, dried\",\r\n\t\t\t\"parent\": \"0713\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071390\",\r\n\t\t\t\"text\": \"071390 - Vegetables, leguminous; n.e.c. in heading no. 0713, shelled, whether or not skinned or split, dried\",\r\n\t\t\t\"parent\": \"0713\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0714\",\r\n\t\t\t\"text\": \"0714 - Manioc, arrowroot, salep, Jerusalem artichokes, sweet potatoes and similar roots and tubers with high starch or inulin content; fresh, chilled, frozen or dried, whether or not sliced or in the form of pellets; sago pith\",\r\n\t\t\t\"parent\": \"07\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071410\",\r\n\t\t\t\"text\": \"071410 - Vegetable roots and tubers; manioc (cassava), with high starch or inulin content, fresh, chilled, frozen or dried, whether or not sliced or in the form of pellets\",\r\n\t\t\t\"parent\": \"0714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071420\",\r\n\t\t\t\"text\": \"071420 - Vegetable roots and tubers; sweet potatoes, with high starch or inulin content, fresh, chilled, frozen or dried, whether or not sliced or in the form of pellets\",\r\n\t\t\t\"parent\": \"0714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071430\",\r\n\t\t\t\"text\": \"071430 - Vegetable roots and tubers; yams (Dioscorea spp.) with high starch or inulin content, fresh, chilled, frozen or dried, whether or not sliced or in the form of pellets\",\r\n\t\t\t\"parent\": \"0714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071440\",\r\n\t\t\t\"text\": \"071440 - Vegetable roots and tubers; taro (Colocasia spp.) with high starch or inulin content, fresh, chilled, frozen or dried, whether or not sliced or in the form of pellets\",\r\n\t\t\t\"parent\": \"0714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071450\",\r\n\t\t\t\"text\": \"071450 - Vegetable roots and tubers; yautia (Xanthosoma spp.) with high starch or inulin content, fresh, chilled, frozen or dried, whether or not sliced or in the form of pellets\",\r\n\t\t\t\"parent\": \"0714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"071490\",\r\n\t\t\t\"text\": \"071490 - Vegetable roots and tubers; arrowroot, salep, Jerusalem artichokes and similar roots and tubers (not manioc, sweet potatoes, yams, taro or yautia), high starch or inulin content, fresh, chilled, frozen, dried, sliced or not, or in pellet form; sago pith\",\r\n\t\t\t\"parent\": \"0714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"08\",\r\n\t\t\t\"text\": \"08 - Fruit and nuts, edible; peel of citrus fruit or melons\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0801\",\r\n\t\t\t\"text\": \"0801 - Nuts, edible; coconuts, Brazil nuts and cashew nuts, fresh or dried, whether or not shelled or peeled\",\r\n\t\t\t\"parent\": \"08\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080110\",\r\n\t\t\t\"text\": \"080110 - Coconuts, fresh or dried\",\r\n\t\t\t\"parent\": \"0801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080111\",\r\n\t\t\t\"text\": \"080111 - Nuts, edible; coconuts, desiccated\",\r\n\t\t\t\"parent\": \"0801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080112\",\r\n\t\t\t\"text\": \"080112 - Nuts, edible; coconuts, in the inner shell (endocarp)\",\r\n\t\t\t\"parent\": \"0801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080119\",\r\n\t\t\t\"text\": \"080119 - Nuts, edible; coconuts, fresh or dried, other than desiccated or in the inner shell (endocarp)\",\r\n\t\t\t\"parent\": \"0801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080120\",\r\n\t\t\t\"text\": \"080120 - Brazil nuts, fresh or dried\",\r\n\t\t\t\"parent\": \"0801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080121\",\r\n\t\t\t\"text\": \"080121 - Nuts, edible; brazil nuts, fresh or dried, in shell\",\r\n\t\t\t\"parent\": \"0801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080122\",\r\n\t\t\t\"text\": \"080122 - Nuts, edible; brazil nuts, fresh or dried, shelled\",\r\n\t\t\t\"parent\": \"0801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080130\",\r\n\t\t\t\"text\": \"080130 - Cashew nuts, fresh or dried\",\r\n\t\t\t\"parent\": \"0801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080131\",\r\n\t\t\t\"text\": \"080131 - Nuts, edible; cashew nuts, fresh or dried, in shell\",\r\n\t\t\t\"parent\": \"0801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080132\",\r\n\t\t\t\"text\": \"080132 - Nuts, edible; cashew nuts, fresh or dried, shelled\",\r\n\t\t\t\"parent\": \"0801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0802\",\r\n\t\t\t\"text\": \"0802 - Nuts (excluding coconuts, Brazils and cashew nuts); fresh or dried, whether or not shelled or peeled\",\r\n\t\t\t\"parent\": \"08\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080211\",\r\n\t\t\t\"text\": \"080211 - Nuts, edible; almonds, fresh or dried, in shell\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080212\",\r\n\t\t\t\"text\": \"080212 - Nuts, edible; almonds, fresh or dried, shelled\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080221\",\r\n\t\t\t\"text\": \"080221 - Nuts, edible; hazelnuts or filberts (corylus spp.), fresh or dried, in shell\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080222\",\r\n\t\t\t\"text\": \"080222 - Nuts, edible; hazelnuts or filberts (corylus spp.), fresh or dried, shelled\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080231\",\r\n\t\t\t\"text\": \"080231 - Nuts, edible; walnuts, fresh or dried, in shell\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080232\",\r\n\t\t\t\"text\": \"080232 - Nuts, edible; walnuts, fresh or dried, shelled\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080240\",\r\n\t\t\t\"text\": \"080240 - Chestnuts (Castanea spp.)\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080241\",\r\n\t\t\t\"text\": \"080241 - Nuts, edible; chestnuts (Castanea spp.), fresh or dried, in shell\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080242\",\r\n\t\t\t\"text\": \"080242 - Nuts, edible; chestnuts (Castanea spp.), fresh or dried, shelled\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080250\",\r\n\t\t\t\"text\": \"080250 - Pistachios\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080251\",\r\n\t\t\t\"text\": \"080251 - Nuts, edible; pistachios, fresh or dried, in shell\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080252\",\r\n\t\t\t\"text\": \"080252 - Nuts, edible; pistachios, fresh or dried, shelled\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080260\",\r\n\t\t\t\"text\": \"080260 - Macadamia nuts\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080261\",\r\n\t\t\t\"text\": \"080261 - Nuts, edible; macadamia, fresh or dried, in shell\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080262\",\r\n\t\t\t\"text\": \"080262 - Nuts, edible; macadamia, fresh or dried, shelled\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080270\",\r\n\t\t\t\"text\": \"080270 - Nuts, edible; kola nuts (Cola spp.), fresh or dried, whether or not shelled or peeled\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080280\",\r\n\t\t\t\"text\": \"080280 - Nuts, edible; areca nuts, fresh or dried, whether or not shelled or peeled\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080290\",\r\n\t\t\t\"text\": \"080290 - Nuts, edible; n.e.c. in heading no. 0801 and 0802, fresh or dried, whether or not shelled or peeled\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080291\",\r\n\t\t\t\"text\": \"080291 - Nuts, edible; pine nuts, fresh or dried, in shell\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080292\",\r\n\t\t\t\"text\": \"080292 - Nuts, edible; pine nuts, fresh or dried, shelled\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080299\",\r\n\t\t\t\"text\": \"080299 - Nuts, edible; n.e.c. in heading 0801 and 0802, fresh or dried, whether or not shelled or peeled\",\r\n\t\t\t\"parent\": \"0802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0803\",\r\n\t\t\t\"text\": \"0803 - Bananas, including plantains; fresh or dried\",\r\n\t\t\t\"parent\": \"08\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080300\",\r\n\t\t\t\"text\": \"080300 - Bananas, incl. plantains, fresh/dried\",\r\n\t\t\t\"parent\": \"0803\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080310\",\r\n\t\t\t\"text\": \"080310 - Fruit, edible; plantains, fresh or dried\",\r\n\t\t\t\"parent\": \"0803\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080390\",\r\n\t\t\t\"text\": \"080390 - Fruit, edible; bananas, other than plantains, fresh or dried\",\r\n\t\t\t\"parent\": \"0803\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0804\",\r\n\t\t\t\"text\": \"0804 - Dates, figs, pineapples, avocados, guavas, mangoes and mangosteens; fresh or dried\",\r\n\t\t\t\"parent\": \"08\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080410\",\r\n\t\t\t\"text\": \"080410 - Fruit, edible; dates, fresh or dried\",\r\n\t\t\t\"parent\": \"0804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080420\",\r\n\t\t\t\"text\": \"080420 - Fruit, edible; figs, fresh or dried\",\r\n\t\t\t\"parent\": \"0804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080430\",\r\n\t\t\t\"text\": \"080430 - Fruit, edible; pineapples, fresh or dried\",\r\n\t\t\t\"parent\": \"0804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080440\",\r\n\t\t\t\"text\": \"080440 - Fruit, edible; avocados, fresh or dried\",\r\n\t\t\t\"parent\": \"0804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080450\",\r\n\t\t\t\"text\": \"080450 - Fruit, edible; guavas, mangoes and mangosteens, fresh or dried\",\r\n\t\t\t\"parent\": \"0804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0805\",\r\n\t\t\t\"text\": \"0805 - Citrus fruit; fresh or dried\",\r\n\t\t\t\"parent\": \"08\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080510\",\r\n\t\t\t\"text\": \"080510 - Fruit, edible; oranges, fresh or dried\",\r\n\t\t\t\"parent\": \"0805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080520\",\r\n\t\t\t\"text\": \"080520 - Fruit, edible; mandarins (including tangerines and satsumas), clementines, wilkings and similar citrus hybrids, fresh or dried\",\r\n\t\t\t\"parent\": \"0805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080521\",\r\n\t\t\t\"text\": \"080521 - Fruit, edible; mandarins (including tangerines and satsumas), fresh or dried\",\r\n\t\t\t\"parent\": \"0805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080522\",\r\n\t\t\t\"text\": \"080522 - Fruit, edible; clementines, fresh or dried\",\r\n\t\t\t\"parent\": \"0805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080529\",\r\n\t\t\t\"text\": \"080529 - Fruit, edible; tangelos, wilkings and similar citrus hybrid, fresh or dried\",\r\n\t\t\t\"parent\": \"0805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080530\",\r\n\t\t\t\"text\": \"080530 - Lemons and limes, fresh or dried\",\r\n\t\t\t\"parent\": \"0805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080540\",\r\n\t\t\t\"text\": \"080540 - Fruit, edible; grapefruit and pomelos, fresh or dried\",\r\n\t\t\t\"parent\": \"0805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080550\",\r\n\t\t\t\"text\": \"080550 - Fruit, edible; lemons (Citrus limon, Citrus limonum), limes (Citrus aurantifolia, Citrus latifolia), fresh or dried\",\r\n\t\t\t\"parent\": \"0805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080590\",\r\n\t\t\t\"text\": \"080590 - Fruit, edible; citrus fruit n.e.c. in heading no. 0805, fresh or dried\",\r\n\t\t\t\"parent\": \"0805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0806\",\r\n\t\t\t\"text\": \"0806 - Grapes; fresh or dried\",\r\n\t\t\t\"parent\": \"08\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080610\",\r\n\t\t\t\"text\": \"080610 - Fruit, edible; grapes, fresh\",\r\n\t\t\t\"parent\": \"0806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080620\",\r\n\t\t\t\"text\": \"080620 - Fruit, edible; grapes, dried\",\r\n\t\t\t\"parent\": \"0806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0807\",\r\n\t\t\t\"text\": \"0807 - Melons (including watermelons) and papaws (papayas); fresh\",\r\n\t\t\t\"parent\": \"08\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080710\",\r\n\t\t\t\"text\": \"080710 - Melons (including watermelons), fresh\",\r\n\t\t\t\"parent\": \"0807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080711\",\r\n\t\t\t\"text\": \"080711 - Fruit, edible; watermelons, fresh\",\r\n\t\t\t\"parent\": \"0807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080719\",\r\n\t\t\t\"text\": \"080719 - Fruit, edible; melons, other than watermelons, fresh\",\r\n\t\t\t\"parent\": \"0807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080720\",\r\n\t\t\t\"text\": \"080720 - Fruit, edible; papaws (papayas), fresh\",\r\n\t\t\t\"parent\": \"0807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0808\",\r\n\t\t\t\"text\": \"0808 - Apples, pears and quinces; fresh\",\r\n\t\t\t\"parent\": \"08\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080810\",\r\n\t\t\t\"text\": \"080810 - Fruit, edible; apples, fresh\",\r\n\t\t\t\"parent\": \"0808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080820\",\r\n\t\t\t\"text\": \"080820 - Pears & quinces, fresh\",\r\n\t\t\t\"parent\": \"0808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080830\",\r\n\t\t\t\"text\": \"080830 - Fruit, edible; pears, fresh\",\r\n\t\t\t\"parent\": \"0808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080840\",\r\n\t\t\t\"text\": \"080840 - Fruit, edible; quinces, fresh\",\r\n\t\t\t\"parent\": \"0808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0809\",\r\n\t\t\t\"text\": \"0809 - Apricots, cherries, peaches (including nectarines), plums and sloes, fresh\",\r\n\t\t\t\"parent\": \"08\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080910\",\r\n\t\t\t\"text\": \"080910 - Fruit, edible; apricots, fresh\",\r\n\t\t\t\"parent\": \"0809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080920\",\r\n\t\t\t\"text\": \"080920 - Cherries, fresh\",\r\n\t\t\t\"parent\": \"0809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080921\",\r\n\t\t\t\"text\": \"080921 - Fruit, edible; sour cherries (Prunus cerasus), fresh\",\r\n\t\t\t\"parent\": \"0809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080929\",\r\n\t\t\t\"text\": \"080929 - Fruit, edible; cherries, other than sour cherries (Prunus cerasus), fresh\",\r\n\t\t\t\"parent\": \"0809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080930\",\r\n\t\t\t\"text\": \"080930 - Fruit, edible; peaches, including nectarines, fresh\",\r\n\t\t\t\"parent\": \"0809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"080940\",\r\n\t\t\t\"text\": \"080940 - Fruit, edible; plums and sloes, fresh\",\r\n\t\t\t\"parent\": \"0809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0810\",\r\n\t\t\t\"text\": \"0810 - Fruit, fresh; n.e.c. in chapter 08\",\r\n\t\t\t\"parent\": \"08\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081010\",\r\n\t\t\t\"text\": \"081010 - Fruit, edible; strawberries, fresh\",\r\n\t\t\t\"parent\": \"0810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081020\",\r\n\t\t\t\"text\": \"081020 - Fruit, edible; raspberries, blackberries, mulberries, and loganberries, fresh\",\r\n\t\t\t\"parent\": \"0810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081030\",\r\n\t\t\t\"text\": \"081030 - Fruit, edible; black, white or red currants and gooseberries, fresh\",\r\n\t\t\t\"parent\": \"0810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081040\",\r\n\t\t\t\"text\": \"081040 - Fruit, edible; cranberries, bilberries and other fruits of the genus vaccinium, fresh\",\r\n\t\t\t\"parent\": \"0810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081050\",\r\n\t\t\t\"text\": \"081050 - Fruit, edible; kiwifruit, fresh\",\r\n\t\t\t\"parent\": \"0810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081060\",\r\n\t\t\t\"text\": \"081060 - Fruit, edible; durians, fresh\",\r\n\t\t\t\"parent\": \"0810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081070\",\r\n\t\t\t\"text\": \"081070 - Fruit, edible; persimmons, fresh\",\r\n\t\t\t\"parent\": \"0810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081090\",\r\n\t\t\t\"text\": \"081090 - Fruit, edible; fruits n.e.c. in heading no. 0801 to 0810, fresh\",\r\n\t\t\t\"parent\": \"0810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0811\",\r\n\t\t\t\"text\": \"0811 - Fruit and nuts; uncooked or cooked by steaming or boiling in water, frozen, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"08\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081110\",\r\n\t\t\t\"text\": \"081110 - Fruit, edible; strawberries, uncooked or cooked by steaming or boiling in water, frozen, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"0811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081120\",\r\n\t\t\t\"text\": \"081120 - Fruit, edible; raspberries, blackberries, mulberries, loganberries, black, white or red currants and gooseberries, uncooked or cooked, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"0811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081190\",\r\n\t\t\t\"text\": \"081190 - Fruit, edible; fruit and nuts n.e.c. in heading no. 0811, uncooked or cooked, frozen whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"0811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0812\",\r\n\t\t\t\"text\": \"0812 - Fruit and nuts provisionally preserved, but unsuitable in that state for immediate consumption\",\r\n\t\t\t\"parent\": \"08\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081210\",\r\n\t\t\t\"text\": \"081210 - Fruit, edible; cherries, provisionally preserved, but unsuitable in that state for immediate consumption\",\r\n\t\t\t\"parent\": \"0812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081220\",\r\n\t\t\t\"text\": \"081220 - Strawberries provisionally preserved\",\r\n\t\t\t\"parent\": \"0812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081290\",\r\n\t\t\t\"text\": \"081290 - Fruit, edible; fruit and nuts n.e.c. in heading no. 0812, provisionally preserved, but unsuitable in that state for immediate consumption\",\r\n\t\t\t\"parent\": \"0812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0813\",\r\n\t\t\t\"text\": \"0813 - Fruit, dried, other than that of heading no. 0801 to 0806; mixtures of nuts or dried fruits of this chapter\",\r\n\t\t\t\"parent\": \"08\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081310\",\r\n\t\t\t\"text\": \"081310 - Fruit, edible; apricots, dried\",\r\n\t\t\t\"parent\": \"0813\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081320\",\r\n\t\t\t\"text\": \"081320 - Fruit, edible; prunes, dried\",\r\n\t\t\t\"parent\": \"0813\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081330\",\r\n\t\t\t\"text\": \"081330 - Fruit, edible; apples, dried\",\r\n\t\t\t\"parent\": \"0813\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081340\",\r\n\t\t\t\"text\": \"081340 - Fruit, edible; fruit n.e.c. in heading no. 0812, dried\",\r\n\t\t\t\"parent\": \"0813\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081350\",\r\n\t\t\t\"text\": \"081350 - Nuts, edible; mixtures of nuts or dried fruits of chapter 08\",\r\n\t\t\t\"parent\": \"0813\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0814\",\r\n\t\t\t\"text\": \"0814 - Peel of citrus fruit or melons (including watermelons); fresh, frozen dried or provisionally preserved in brine, in sulphur water or in other preservative solutions\",\r\n\t\t\t\"parent\": \"08\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"081400\",\r\n\t\t\t\"text\": \"081400 - Peel; of citrus fruit or melons (including watermelons), fresh, frozen, dried or provisionally preserved in brine, in sulphur water and other preservative solutions\",\r\n\t\t\t\"parent\": \"0814\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"09\",\r\n\t\t\t\"text\": \"09 - Coffee, tea, mate and spices\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0901\",\r\n\t\t\t\"text\": \"0901 - Coffee, whether or not roasted or decaffeinated; husks and skins; coffee substitutes containing coffee in any proportion\",\r\n\t\t\t\"parent\": \"09\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090111\",\r\n\t\t\t\"text\": \"090111 - Coffee; not roasted or decaffeinated\",\r\n\t\t\t\"parent\": \"0901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090112\",\r\n\t\t\t\"text\": \"090112 - Coffee; decaffeinated, not roasted\",\r\n\t\t\t\"parent\": \"0901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090121\",\r\n\t\t\t\"text\": \"090121 - Coffee; roasted, not decaffeinated\",\r\n\t\t\t\"parent\": \"0901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090122\",\r\n\t\t\t\"text\": \"090122 - Coffee; roasted, decaffeinated\",\r\n\t\t\t\"parent\": \"0901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090130\",\r\n\t\t\t\"text\": \"090130 - Coffee husks and skins\",\r\n\t\t\t\"parent\": \"0901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090140\",\r\n\t\t\t\"text\": \"090140 - Coffee substitutes containing coffee\",\r\n\t\t\t\"parent\": \"0901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090190\",\r\n\t\t\t\"text\": \"090190 - Coffee; husks and skins, coffee substitutes containing coffee in any proportion\",\r\n\t\t\t\"parent\": \"0901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0902\",\r\n\t\t\t\"text\": \"0902 - Tea\",\r\n\t\t\t\"parent\": \"09\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090210\",\r\n\t\t\t\"text\": \"090210 - Tea, green; (not fermented), in immediate packings of a content not exceeding 3kg\",\r\n\t\t\t\"parent\": \"0902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090220\",\r\n\t\t\t\"text\": \"090220 - Tea, green; (not fermented), in immediate packings of a content exceeding 3kg\",\r\n\t\t\t\"parent\": \"0902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090230\",\r\n\t\t\t\"text\": \"090230 - Tea, black; (fermented) and partly fermented tea, in immediate packings of a content not exceeding 3kg\",\r\n\t\t\t\"parent\": \"0902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090240\",\r\n\t\t\t\"text\": \"090240 - Tea, black; (fermented) and partly fermented tea, in immediate packings of a content exceeding 3kg\",\r\n\t\t\t\"parent\": \"0902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0903\",\r\n\t\t\t\"text\": \"0903 - Mate\",\r\n\t\t\t\"parent\": \"09\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090300\",\r\n\t\t\t\"text\": \"090300 - Mate\",\r\n\t\t\t\"parent\": \"0903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0904\",\r\n\t\t\t\"text\": \"0904 - Pepper of the genus piper; dried or crushed or ground fruits of the genus capsicum or of the genus pimenta\",\r\n\t\t\t\"parent\": \"09\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090411\",\r\n\t\t\t\"text\": \"090411 - Spices; pepper (of the genus piper), neither crushed nor ground\",\r\n\t\t\t\"parent\": \"0904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090412\",\r\n\t\t\t\"text\": \"090412 - Spices; pepper (of the genus piper), crushed or ground\",\r\n\t\t\t\"parent\": \"0904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090420\",\r\n\t\t\t\"text\": \"090420 - Fruits of the genera Capsicum/Pimenta, dried/crushed/ground\",\r\n\t\t\t\"parent\": \"0904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090421\",\r\n\t\t\t\"text\": \"090421 - Spices; fruits of the genus Capsicum or Pimenta, dried, neither crushed nor ground\",\r\n\t\t\t\"parent\": \"0904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090422\",\r\n\t\t\t\"text\": \"090422 - Spices; fruits of the genus Capsicum or Pimenta, crushed or ground\",\r\n\t\t\t\"parent\": \"0904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0905\",\r\n\t\t\t\"text\": \"0905 - Vanilla\",\r\n\t\t\t\"parent\": \"09\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090500\",\r\n\t\t\t\"text\": \"090500 - Vanilla\",\r\n\t\t\t\"parent\": \"0905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090510\",\r\n\t\t\t\"text\": \"090510 - Spices; vanilla, neither crushed nor ground\",\r\n\t\t\t\"parent\": \"0905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090520\",\r\n\t\t\t\"text\": \"090520 - Spices; vanilla, crushed or ground\",\r\n\t\t\t\"parent\": \"0905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0906\",\r\n\t\t\t\"text\": \"0906 - Cinnamon and cinnamon-tree flowers\",\r\n\t\t\t\"parent\": \"09\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090610\",\r\n\t\t\t\"text\": \"090610 - Cinnamon and cinnamon-tree flowers whole\",\r\n\t\t\t\"parent\": \"0906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090611\",\r\n\t\t\t\"text\": \"090611 - Spices; cinnamon (Cinnamomum zeylanicum Blume), neither crushed nor ground\",\r\n\t\t\t\"parent\": \"0906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090619\",\r\n\t\t\t\"text\": \"090619 - Spices; cinnamon and cinnamon-tree flowers, other than cinnamon (Cinnamomum zeylanicum Blume), neither crushed nor ground\",\r\n\t\t\t\"parent\": \"0906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090620\",\r\n\t\t\t\"text\": \"090620 - Spices; cinnamon and cinnamon-tree flowers, crushed or ground\",\r\n\t\t\t\"parent\": \"0906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0907\",\r\n\t\t\t\"text\": \"0907 - Cloves (whole fruit, cloves and stems)\",\r\n\t\t\t\"parent\": \"09\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090700\",\r\n\t\t\t\"text\": \"090700 - Cloves (whole fruit, cloves & stems)\",\r\n\t\t\t\"parent\": \"0907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090710\",\r\n\t\t\t\"text\": \"090710 - Spices; cloves (whole fruit, cloves and stems), neither crushed nor ground\",\r\n\t\t\t\"parent\": \"0907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090720\",\r\n\t\t\t\"text\": \"090720 - Spices; cloves (whole fruit, cloves and stems), crushed or ground\",\r\n\t\t\t\"parent\": \"0907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0908\",\r\n\t\t\t\"text\": \"0908 - Nutmeg, mace and cardamoms\",\r\n\t\t\t\"parent\": \"09\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090810\",\r\n\t\t\t\"text\": \"090810 - Nutmeg\",\r\n\t\t\t\"parent\": \"0908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090811\",\r\n\t\t\t\"text\": \"090811 - Spices; nutmeg, neither crushed nor ground\",\r\n\t\t\t\"parent\": \"0908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090812\",\r\n\t\t\t\"text\": \"090812 - Spices; nutmeg, crushed or ground\",\r\n\t\t\t\"parent\": \"0908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090820\",\r\n\t\t\t\"text\": \"090820 - Mace\",\r\n\t\t\t\"parent\": \"0908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090821\",\r\n\t\t\t\"text\": \"090821 - Spices; mace, neither crushed nor ground\",\r\n\t\t\t\"parent\": \"0908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090822\",\r\n\t\t\t\"text\": \"090822 - Spices; mace, crushed or ground\",\r\n\t\t\t\"parent\": \"0908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090830\",\r\n\t\t\t\"text\": \"090830 - Cardamoms\",\r\n\t\t\t\"parent\": \"0908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090831\",\r\n\t\t\t\"text\": \"090831 - Spices; cardamoms, neither crushed nor ground\",\r\n\t\t\t\"parent\": \"0908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090832\",\r\n\t\t\t\"text\": \"090832 - Spices; cardamoms, crushed or ground\",\r\n\t\t\t\"parent\": \"0908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0909\",\r\n\t\t\t\"text\": \"0909 - Seeds of anise, badian, fennel, coriander, cumin, caraway or juniper\",\r\n\t\t\t\"parent\": \"09\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090910\",\r\n\t\t\t\"text\": \"090910 - Seeds of anise/badian\",\r\n\t\t\t\"parent\": \"0909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090920\",\r\n\t\t\t\"text\": \"090920 - Seeds of coriander\",\r\n\t\t\t\"parent\": \"0909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090921\",\r\n\t\t\t\"text\": \"090921 - Spices; coriander seeds, neither crushed nor ground\",\r\n\t\t\t\"parent\": \"0909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090922\",\r\n\t\t\t\"text\": \"090922 - Spices; coriander seeds, crushed or ground\",\r\n\t\t\t\"parent\": \"0909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090930\",\r\n\t\t\t\"text\": \"090930 - Seeds of cumin\",\r\n\t\t\t\"parent\": \"0909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090931\",\r\n\t\t\t\"text\": \"090931 - Spices; cumin seeds, neither crushed nor ground\",\r\n\t\t\t\"parent\": \"0909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090932\",\r\n\t\t\t\"text\": \"090932 - Spices; cumin seeds, crushed or ground\",\r\n\t\t\t\"parent\": \"0909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090940\",\r\n\t\t\t\"text\": \"090940 - Seeds of caraway\",\r\n\t\t\t\"parent\": \"0909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090950\",\r\n\t\t\t\"text\": \"090950 - Seeds of fennel; juniper berries\",\r\n\t\t\t\"parent\": \"0909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090961\",\r\n\t\t\t\"text\": \"090961 - Spices; seeds of anise, badian, caraway or fennel; juniper berries, neither crushed nor ground\",\r\n\t\t\t\"parent\": \"0909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"090962\",\r\n\t\t\t\"text\": \"090962 - Spices; seeds of anise, badian, caraway or fennel; juniper berries, crushed or ground\",\r\n\t\t\t\"parent\": \"0909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"0910\",\r\n\t\t\t\"text\": \"0910 - Ginger, saffron, tumeric (curcuma), thyme, bay leaves, curry and other spices\",\r\n\t\t\t\"parent\": \"09\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"091010\",\r\n\t\t\t\"text\": \"091010 - Ginger\",\r\n\t\t\t\"parent\": \"0910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"091011\",\r\n\t\t\t\"text\": \"091011 - Spices; ginger, neither crushed nor ground\",\r\n\t\t\t\"parent\": \"0910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"091012\",\r\n\t\t\t\"text\": \"091012 - Spices; ginger, crushed or ground\",\r\n\t\t\t\"parent\": \"0910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"091020\",\r\n\t\t\t\"text\": \"091020 - Spices; saffron\",\r\n\t\t\t\"parent\": \"0910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"091030\",\r\n\t\t\t\"text\": \"091030 - Spices; turmeric (curcuma)\",\r\n\t\t\t\"parent\": \"0910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"091040\",\r\n\t\t\t\"text\": \"091040 - Thyme and bay leaves\",\r\n\t\t\t\"parent\": \"0910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"091050\",\r\n\t\t\t\"text\": \"091050 - Curry\",\r\n\t\t\t\"parent\": \"0910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"091091\",\r\n\t\t\t\"text\": \"091091 - Spices; mixtures of 2 or more products of different headings\",\r\n\t\t\t\"parent\": \"0910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"091099\",\r\n\t\t\t\"text\": \"091099 - Spices; n.e.c. in heading no. 0910\",\r\n\t\t\t\"parent\": \"0910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"10\",\r\n\t\t\t\"text\": \"10 - Cereals\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1001\",\r\n\t\t\t\"text\": \"1001 - Wheat and meslin\",\r\n\t\t\t\"parent\": \"10\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100110\",\r\n\t\t\t\"text\": \"100110 - Durum wheat\",\r\n\t\t\t\"parent\": \"1001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100111\",\r\n\t\t\t\"text\": \"100111 - Cereals; wheat and meslin, durum wheat, seed\",\r\n\t\t\t\"parent\": \"1001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100119\",\r\n\t\t\t\"text\": \"100119 - Cereals; wheat and meslin, durum wheat, other than seed\",\r\n\t\t\t\"parent\": \"1001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100190\",\r\n\t\t\t\"text\": \"100190 - Wheat other than durum wheat; meslin\",\r\n\t\t\t\"parent\": \"1001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100191\",\r\n\t\t\t\"text\": \"100191 - Cereals; wheat and meslin, other than durum wheat, seed\",\r\n\t\t\t\"parent\": \"1001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100199\",\r\n\t\t\t\"text\": \"100199 - Cereals; wheat and meslin, other than durum wheat, other than seed\",\r\n\t\t\t\"parent\": \"1001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1002\",\r\n\t\t\t\"text\": \"1002 - Rye\",\r\n\t\t\t\"parent\": \"10\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100200\",\r\n\t\t\t\"text\": \"100200 - Rye\",\r\n\t\t\t\"parent\": \"1002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100210\",\r\n\t\t\t\"text\": \"100210 - Cereals; rye, seed\",\r\n\t\t\t\"parent\": \"1002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100290\",\r\n\t\t\t\"text\": \"100290 - Cereals; rye, other than seed\",\r\n\t\t\t\"parent\": \"1002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1003\",\r\n\t\t\t\"text\": \"1003 - Barley\",\r\n\t\t\t\"parent\": \"10\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100300\",\r\n\t\t\t\"text\": \"100300 - Barley\",\r\n\t\t\t\"parent\": \"1003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100310\",\r\n\t\t\t\"text\": \"100310 - Cereals; barley, seed\",\r\n\t\t\t\"parent\": \"1003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100390\",\r\n\t\t\t\"text\": \"100390 - Cereals; barley, other than seed\",\r\n\t\t\t\"parent\": \"1003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1004\",\r\n\t\t\t\"text\": \"1004 - Oats\",\r\n\t\t\t\"parent\": \"10\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100400\",\r\n\t\t\t\"text\": \"100400 - Oats\",\r\n\t\t\t\"parent\": \"1004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100410\",\r\n\t\t\t\"text\": \"100410 - Cereals; oats, seeds\",\r\n\t\t\t\"parent\": \"1004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100490\",\r\n\t\t\t\"text\": \"100490 - Cereals; oats, other than seed\",\r\n\t\t\t\"parent\": \"1004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1005\",\r\n\t\t\t\"text\": \"1005 - Maize (corn)\",\r\n\t\t\t\"parent\": \"10\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100510\",\r\n\t\t\t\"text\": \"100510 - Cereals; maize (corn), seed\",\r\n\t\t\t\"parent\": \"1005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100590\",\r\n\t\t\t\"text\": \"100590 - Cereals; maize (corn), other than seed\",\r\n\t\t\t\"parent\": \"1005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1006\",\r\n\t\t\t\"text\": \"1006 - Rice\",\r\n\t\t\t\"parent\": \"10\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100610\",\r\n\t\t\t\"text\": \"100610 - Cereals; rice in the husk (paddy or rough)\",\r\n\t\t\t\"parent\": \"1006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100620\",\r\n\t\t\t\"text\": \"100620 - Cereals; husked (brown) rice\",\r\n\t\t\t\"parent\": \"1006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100630\",\r\n\t\t\t\"text\": \"100630 - Cereals; rice, semi-milled or wholly milled, whether or not polished or glazed\",\r\n\t\t\t\"parent\": \"1006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100640\",\r\n\t\t\t\"text\": \"100640 - Cereals; rice, broken\",\r\n\t\t\t\"parent\": \"1006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1007\",\r\n\t\t\t\"text\": \"1007 - Grain sorghum\",\r\n\t\t\t\"parent\": \"10\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100700\",\r\n\t\t\t\"text\": \"100700 - Grain sorghum\",\r\n\t\t\t\"parent\": \"1007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100710\",\r\n\t\t\t\"text\": \"100710 - Cereals; grain sorghum, seed\",\r\n\t\t\t\"parent\": \"1007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100790\",\r\n\t\t\t\"text\": \"100790 - Cereals; grain sorghum, other than seed\",\r\n\t\t\t\"parent\": \"1007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1008\",\r\n\t\t\t\"text\": \"1008 - Buckwheat, millet and canary seeds; other cereals\",\r\n\t\t\t\"parent\": \"10\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100810\",\r\n\t\t\t\"text\": \"100810 - Cereals; buckwheat\",\r\n\t\t\t\"parent\": \"1008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100820\",\r\n\t\t\t\"text\": \"100820 - Millet\",\r\n\t\t\t\"parent\": \"1008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100821\",\r\n\t\t\t\"text\": \"100821 - Cereals; millet, seed\",\r\n\t\t\t\"parent\": \"1008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100829\",\r\n\t\t\t\"text\": \"100829 - Cereals; millet, other than seed\",\r\n\t\t\t\"parent\": \"1008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100830\",\r\n\t\t\t\"text\": \"100830 - Cereals; canary seeds\",\r\n\t\t\t\"parent\": \"1008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100840\",\r\n\t\t\t\"text\": \"100840 - Cereals; fonio (Digitaria spp.)\",\r\n\t\t\t\"parent\": \"1008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100850\",\r\n\t\t\t\"text\": \"100850 - Cereals; quinoa (Chenopodium quinoa)\",\r\n\t\t\t\"parent\": \"1008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100860\",\r\n\t\t\t\"text\": \"100860 - Cereals; triticale\",\r\n\t\t\t\"parent\": \"1008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"100890\",\r\n\t\t\t\"text\": \"100890 - Cereals; n.e.c. in chapter 10\",\r\n\t\t\t\"parent\": \"1008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"11\",\r\n\t\t\t\"text\": \"11 - Products of the milling industry; malt, starches, inulin, wheat gluten\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1101\",\r\n\t\t\t\"text\": \"1101 - Wheat or meslin flour\",\r\n\t\t\t\"parent\": \"11\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110100\",\r\n\t\t\t\"text\": \"110100 - Wheat or meslin flour\",\r\n\t\t\t\"parent\": \"1101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1102\",\r\n\t\t\t\"text\": \"1102 - Cereal flours; other than of wheat or meslin\",\r\n\t\t\t\"parent\": \"11\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110210\",\r\n\t\t\t\"text\": \"110210 - Rye flour\",\r\n\t\t\t\"parent\": \"1102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110220\",\r\n\t\t\t\"text\": \"110220 - Cereal flour; of maize (corn)\",\r\n\t\t\t\"parent\": \"1102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110230\",\r\n\t\t\t\"text\": \"110230 - Rice flour\",\r\n\t\t\t\"parent\": \"1102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110290\",\r\n\t\t\t\"text\": \"110290 - Cereal flours; other than wheat, meslin, and maize (corn)\",\r\n\t\t\t\"parent\": \"1102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1103\",\r\n\t\t\t\"text\": \"1103 - Cereal groats; meal and pellets\",\r\n\t\t\t\"parent\": \"11\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110311\",\r\n\t\t\t\"text\": \"110311 - Cereal groats and meal; of wheat\",\r\n\t\t\t\"parent\": \"1103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110312\",\r\n\t\t\t\"text\": \"110312 - Oat groats or meal\",\r\n\t\t\t\"parent\": \"1103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110313\",\r\n\t\t\t\"text\": \"110313 - Cereal groats and meal; of maize (corn)\",\r\n\t\t\t\"parent\": \"1103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110314\",\r\n\t\t\t\"text\": \"110314 - Rice groats or meal\",\r\n\t\t\t\"parent\": \"1103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110319\",\r\n\t\t\t\"text\": \"110319 - Cereal groats and meal; n.e.c. in heading no. 1103\",\r\n\t\t\t\"parent\": \"1103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110320\",\r\n\t\t\t\"text\": \"110320 - Cereal pellets\",\r\n\t\t\t\"parent\": \"1103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110321\",\r\n\t\t\t\"text\": \"110321 - Wheat pellets\",\r\n\t\t\t\"parent\": \"1103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110329\",\r\n\t\t\t\"text\": \"110329 - Cereal pellets except wheat\",\r\n\t\t\t\"parent\": \"1103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1104\",\r\n\t\t\t\"text\": \"1104 - Cereal grains otherwise worked (e.g. hulled, rolled, flaked, pearled, sliced or kibbled) except rice of heading no. 1006; germ of cereals whole, rolled, flaked or ground\",\r\n\t\t\t\"parent\": \"11\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110411\",\r\n\t\t\t\"text\": \"110411 - Barley, rolled or flaked grains\",\r\n\t\t\t\"parent\": \"1104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110412\",\r\n\t\t\t\"text\": \"110412 - Cereal grains; rolled or flaked, of oats\",\r\n\t\t\t\"parent\": \"1104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110419\",\r\n\t\t\t\"text\": \"110419 - Cereal grains; rolled or flaked, other than oats\",\r\n\t\t\t\"parent\": \"1104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110421\",\r\n\t\t\t\"text\": \"110421 - Barley, hulled, pearled, sliced or kibbled\",\r\n\t\t\t\"parent\": \"1104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110422\",\r\n\t\t\t\"text\": \"110422 - Cereal grains; worked (e.g. hulled, pearled, sliced or kibbled) of oats\",\r\n\t\t\t\"parent\": \"1104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110423\",\r\n\t\t\t\"text\": \"110423 - Cereal grains; worked (e.g. hulled, pearled, sliced or kibbled) of maize (corn)\",\r\n\t\t\t\"parent\": \"1104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110429\",\r\n\t\t\t\"text\": \"110429 - Cereal grains; worked, other than rolled or flaked (e.g. Hulled, pearled, sliced or kibbled) of cereals, excluding oats and maize, and rice of heading no.1006\",\r\n\t\t\t\"parent\": \"1104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110430\",\r\n\t\t\t\"text\": \"110430 - Cereal; germ of cereals, whole, rolled, flaked or ground\",\r\n\t\t\t\"parent\": \"1104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1105\",\r\n\t\t\t\"text\": \"1105 - Flour, meal, powder, flakes, granules and pellets of potatoes\",\r\n\t\t\t\"parent\": \"11\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110510\",\r\n\t\t\t\"text\": \"110510 - Flour, meal and powder; of potatoes\",\r\n\t\t\t\"parent\": \"1105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110520\",\r\n\t\t\t\"text\": \"110520 - Flakes, granules and pellets; of potatoes\",\r\n\t\t\t\"parent\": \"1105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1106\",\r\n\t\t\t\"text\": \"1106 - Flour, meal and powder; of the dried leguminous vegetables of heading no. 0713, of sago or of roots or tubers of heading no. 0714 or of the products of chapter 8\",\r\n\t\t\t\"parent\": \"11\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110610\",\r\n\t\t\t\"text\": \"110610 - Flour, meal and powder; of the dried leguminous vegetables of heading no. 0713\",\r\n\t\t\t\"parent\": \"1106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110620\",\r\n\t\t\t\"text\": \"110620 - Flour, meal and powder; of sago or of roots or tubers of heading no. 0714\",\r\n\t\t\t\"parent\": \"1106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110630\",\r\n\t\t\t\"text\": \"110630 - Flour, meal and powder; of the products of chapter 8\",\r\n\t\t\t\"parent\": \"1106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1107\",\r\n\t\t\t\"text\": \"1107 - Malt; whether or not roasted\",\r\n\t\t\t\"parent\": \"11\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110710\",\r\n\t\t\t\"text\": \"110710 - Malt; not roasted\",\r\n\t\t\t\"parent\": \"1107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110720\",\r\n\t\t\t\"text\": \"110720 - Malt; roasted\",\r\n\t\t\t\"parent\": \"1107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1108\",\r\n\t\t\t\"text\": \"1108 - Starches; inulin\",\r\n\t\t\t\"parent\": \"11\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110811\",\r\n\t\t\t\"text\": \"110811 - Starch; wheat\",\r\n\t\t\t\"parent\": \"1108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110812\",\r\n\t\t\t\"text\": \"110812 - Starch; maize (corn) starch\",\r\n\t\t\t\"parent\": \"1108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110813\",\r\n\t\t\t\"text\": \"110813 - Starch; potato\",\r\n\t\t\t\"parent\": \"1108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110814\",\r\n\t\t\t\"text\": \"110814 - Starch; manioc (cassava)\",\r\n\t\t\t\"parent\": \"1108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110819\",\r\n\t\t\t\"text\": \"110819 - Starch; n.e.c. in item no. 1108.11 to 1108.14\",\r\n\t\t\t\"parent\": \"1108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110820\",\r\n\t\t\t\"text\": \"110820 - Inulin\",\r\n\t\t\t\"parent\": \"1108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1109\",\r\n\t\t\t\"text\": \"1109 - Wheat gluten; whether or not dried\",\r\n\t\t\t\"parent\": \"11\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"110900\",\r\n\t\t\t\"text\": \"110900 - Wheat gluten; whether or not dried\",\r\n\t\t\t\"parent\": \"1109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"12\",\r\n\t\t\t\"text\": \"12 - Oil seeds and oleaginous fruits; miscellaneous grains, seeds and fruit, industrial or medicinal plants; straw and fodder\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1201\",\r\n\t\t\t\"text\": \"1201 - Soya beans, whether or not broken\",\r\n\t\t\t\"parent\": \"12\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120100\",\r\n\t\t\t\"text\": \"120100 - Soya beans, whether/not broken\",\r\n\t\t\t\"parent\": \"1201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120110\",\r\n\t\t\t\"text\": \"120110 - Soya beans; seed, whether or not broken\",\r\n\t\t\t\"parent\": \"1201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120190\",\r\n\t\t\t\"text\": \"120190 - Soya beans; other than seed, whether or not broken\",\r\n\t\t\t\"parent\": \"1201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1202\",\r\n\t\t\t\"text\": \"1202 - Ground-nuts; not roasted or otherwise cooked, whether or not shelled or broken\",\r\n\t\t\t\"parent\": \"12\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120210\",\r\n\t\t\t\"text\": \"120210 - Ground-nuts, not roasted/othw. cooked, in shell\",\r\n\t\t\t\"parent\": \"1202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120220\",\r\n\t\t\t\"text\": \"120220 - Ground-nuts, not roasted/othw. cooked, shelled, whether/not broken\",\r\n\t\t\t\"parent\": \"1202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120230\",\r\n\t\t\t\"text\": \"120230 - Ground-nuts; seed, not roasted or otherwise cooked, whether or not shelled or broken\",\r\n\t\t\t\"parent\": \"1202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120241\",\r\n\t\t\t\"text\": \"120241 - Ground-nuts; other than seed, not roasted or otherwise cooked, in shell\",\r\n\t\t\t\"parent\": \"1202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120242\",\r\n\t\t\t\"text\": \"120242 - Ground-nuts; other than seed, not roasted or otherwise cooked, shelled, whether or not broken,\",\r\n\t\t\t\"parent\": \"1202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1203\",\r\n\t\t\t\"text\": \"1203 - Copra\",\r\n\t\t\t\"parent\": \"12\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120300\",\r\n\t\t\t\"text\": \"120300 - Copra\",\r\n\t\t\t\"parent\": \"1203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1204\",\r\n\t\t\t\"text\": \"1204 - Oil seeds; linseed, whether or not broken\",\r\n\t\t\t\"parent\": \"12\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120400\",\r\n\t\t\t\"text\": \"120400 - Oil seeds; linseed, whether or not broken\",\r\n\t\t\t\"parent\": \"1204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1205\",\r\n\t\t\t\"text\": \"1205 - Rape or colza seeds; whether or not broken\",\r\n\t\t\t\"parent\": \"12\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120500\",\r\n\t\t\t\"text\": \"120500 - Rape or colza seeds\",\r\n\t\t\t\"parent\": \"1205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120510\",\r\n\t\t\t\"text\": \"120510 - Oil seeds; low erucic acid rape or colza seeds, whether or not broken\",\r\n\t\t\t\"parent\": \"1205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120590\",\r\n\t\t\t\"text\": \"120590 - Oil seeds; rape or colza seeds, other than low erucic, whether or not broken\",\r\n\t\t\t\"parent\": \"1205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1206\",\r\n\t\t\t\"text\": \"1206 - Sunflower seeds; whether or not broken\",\r\n\t\t\t\"parent\": \"12\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120600\",\r\n\t\t\t\"text\": \"120600 - Oil seeds; sunflower seeds, whether or not broken\",\r\n\t\t\t\"parent\": \"1206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1207\",\r\n\t\t\t\"text\": \"1207 - Oil seeds and oleaginous fruits, n.e.c. in chapter 12; whether or not broken\",\r\n\t\t\t\"parent\": \"12\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120710\",\r\n\t\t\t\"text\": \"120710 - Oil seeds; palm nuts and kernels, whether or not broken\",\r\n\t\t\t\"parent\": \"1207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120720\",\r\n\t\t\t\"text\": \"120720 - Cotton seeds, whether/not broken\",\r\n\t\t\t\"parent\": \"1207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120721\",\r\n\t\t\t\"text\": \"120721 - Oil seeds; cotton seeds, seed, whether or not broken\",\r\n\t\t\t\"parent\": \"1207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120729\",\r\n\t\t\t\"text\": \"120729 - Oil seeds; cotton seeds, other than seed, whether or not broken\",\r\n\t\t\t\"parent\": \"1207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120730\",\r\n\t\t\t\"text\": \"120730 - Oil seeds; castor oil seeds, whether or not broken\",\r\n\t\t\t\"parent\": \"1207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120740\",\r\n\t\t\t\"text\": \"120740 - Oil seeds; sesamum seeds, whether or not broken\",\r\n\t\t\t\"parent\": \"1207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120750\",\r\n\t\t\t\"text\": \"120750 - Oil seeds; mustard seeds, whether or not broken\",\r\n\t\t\t\"parent\": \"1207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120760\",\r\n\t\t\t\"text\": \"120760 - Oil seeds; safflower (Carthamus tinctorius) seeds, whether or not broken\",\r\n\t\t\t\"parent\": \"1207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120770\",\r\n\t\t\t\"text\": \"120770 - Oil seeds; melon seeds, whether or not broken\",\r\n\t\t\t\"parent\": \"1207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120791\",\r\n\t\t\t\"text\": \"120791 - Oil seeds; poppy seeds, whether or not broken\",\r\n\t\t\t\"parent\": \"1207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120792\",\r\n\t\t\t\"text\": \"120792 - Shea nuts (karite nuts)\",\r\n\t\t\t\"parent\": \"1207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120799\",\r\n\t\t\t\"text\": \"120799 - Oil seeds and oleaginous fruits; n.e.c. in heading no. 1207, whether or not broken\",\r\n\t\t\t\"parent\": \"1207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1208\",\r\n\t\t\t\"text\": \"1208 - Flours and meals of oil seeds or oleaginous fruits; other than those of mustard\",\r\n\t\t\t\"parent\": \"12\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120810\",\r\n\t\t\t\"text\": \"120810 - Flours and meals; of soya beans\",\r\n\t\t\t\"parent\": \"1208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120890\",\r\n\t\t\t\"text\": \"120890 - Flours and meals of oil seeds or oleaginous fruits; excluding soya beans and mustard seeds\",\r\n\t\t\t\"parent\": \"1208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1209\",\r\n\t\t\t\"text\": \"1209 - Seeds, fruit and spores; of a kind used for sowing\",\r\n\t\t\t\"parent\": \"12\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120910\",\r\n\t\t\t\"text\": \"120910 - Seed; sugar beet seeds, of a kind used for sowing\",\r\n\t\t\t\"parent\": \"1209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120911\",\r\n\t\t\t\"text\": \"120911 - Seed, sugar beet, for sowing\",\r\n\t\t\t\"parent\": \"1209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120919\",\r\n\t\t\t\"text\": \"120919 - Seed, beet, except sugar, for sowing\",\r\n\t\t\t\"parent\": \"1209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120921\",\r\n\t\t\t\"text\": \"120921 - Seeds of forage plants; lucerne (alfalfa) seeds, of a kind used for sowing\",\r\n\t\t\t\"parent\": \"1209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120922\",\r\n\t\t\t\"text\": \"120922 - Seeds of forage plants; clover (Trifolium spp.) seeds, of a kind used for sowing\",\r\n\t\t\t\"parent\": \"1209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120923\",\r\n\t\t\t\"text\": \"120923 - Seeds of forage plants; fescue seeds, of a kind used for sowing\",\r\n\t\t\t\"parent\": \"1209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120924\",\r\n\t\t\t\"text\": \"120924 - Seeds of forage plants; Kentucky blue grass (Poa pratensis L.) seeds, of a kind used for sowing\",\r\n\t\t\t\"parent\": \"1209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120925\",\r\n\t\t\t\"text\": \"120925 - Seeds of forage plants; rye grass (Lolium multiflorum Lam., Lolium perenne L.) seeds, of a kind used for sowing\",\r\n\t\t\t\"parent\": \"1209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120926\",\r\n\t\t\t\"text\": \"120926 - Seed, Timothy grass, for sowing\",\r\n\t\t\t\"parent\": \"1209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120929\",\r\n\t\t\t\"text\": \"120929 - Seeds of forage plants; other than lucerne, clover, fescue, Kentucky blue grass, and rye grass seeds, of a kind used for sowing\",\r\n\t\t\t\"parent\": \"1209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120930\",\r\n\t\t\t\"text\": \"120930 - Seeds of herbaceous plants; cultivated principally for their flowers, of a kind used for sowing\",\r\n\t\t\t\"parent\": \"1209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120991\",\r\n\t\t\t\"text\": \"120991 - Seeds; vegetable seeds, of a kind used for sowing\",\r\n\t\t\t\"parent\": \"1209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"120999\",\r\n\t\t\t\"text\": \"120999 - Seeds; n.e.c. in heading 1209, of a kind used for sowing\",\r\n\t\t\t\"parent\": \"1209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1210\",\r\n\t\t\t\"text\": \"1210 - Hop cones, fresh or dried, whether or not ground, powdered or in the form of pellets; lupulin\",\r\n\t\t\t\"parent\": \"12\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121010\",\r\n\t\t\t\"text\": \"121010 - Hop cones; neither ground nor powdered nor in the form of pellets\",\r\n\t\t\t\"parent\": \"1210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121020\",\r\n\t\t\t\"text\": \"121020 - Hop cones; ground, powdered or in the form of pellets; lupulin\",\r\n\t\t\t\"parent\": \"1210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1211\",\r\n\t\t\t\"text\": \"1211 - Plants and parts of plants (including seeds and fruits), of a kind used primarily in perfumery, in pharmacy or for insecticidal, fungicidal or similar purposes, fresh, chilled, frozen or dried, whether or not cut, crushed or powdered\",\r\n\t\t\t\"parent\": \"12\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121110\",\r\n\t\t\t\"text\": \"121110 - Liquorice roots\",\r\n\t\t\t\"parent\": \"1211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121120\",\r\n\t\t\t\"text\": \"121120 - Ginseng roots, of a kind used primarily in perfumery, in pharmacy or for insecticidal, fungicidal or similar purposes, fresh, chilled, frozen or dried, whether or not cut, crushed or powdered\",\r\n\t\t\t\"parent\": \"1211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121130\",\r\n\t\t\t\"text\": \"121130 - Coca leaf; of a kind used primarily in perfumery, in pharmacy or for insecticidal, fungicidal or similar purposes, fresh, chilled, frozen or dried, whether or not cut, crushed or powdered\",\r\n\t\t\t\"parent\": \"1211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121140\",\r\n\t\t\t\"text\": \"121140 - Poppy straw; of a kind used primarily in perfumery, in pharmacy or for insecticidal, fungicidal or similar purposes, fresh, chilled, frozen or dried, whether or not cut, crushed or powdered\",\r\n\t\t\t\"parent\": \"1211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121150\",\r\n\t\t\t\"text\": \"121150 - Ephedra, of a kind used primarily in perfumery, in pharmacy or for insecticidal, fungicidal or similar purposes, fresh, chilled, frozen or dried, whether or not cut, crushed or powdered\",\r\n\t\t\t\"parent\": \"1211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121160\",\r\n\t\t\t\"text\": \"121160 - Bark of African cherry (Prunus africana); of a kind used primarily in perfumery, in pharmacy or for insecticidal, fungicidal or similar purposes, fresh, chilled, frozen or dried, whether or not cut, crushed or powdered\",\r\n\t\t\t\"parent\": \"1211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121190\",\r\n\t\t\t\"text\": \"121190 - Plants and parts (including seeds and fruits) n.e.c. in heading no. 1211, of a kind used primarily in perfumery, in pharmacy or for insecticidal, fungicidal or similar purposes, fresh, chilled, frozen or dried, whether or not cut, crushed or powdered\",\r\n\t\t\t\"parent\": \"1211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1212\",\r\n\t\t\t\"text\": \"1212 - Locust beans, seaweeds and other algae, sugar beet, sugar cane, fresh, chilled, frozen or dried, whether or not ground; fruit stones, kernels and other vegetable products (including unroasted chicory roots) used primarily for human consumption, n.e.c.\",\r\n\t\t\t\"parent\": \"12\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121210\",\r\n\t\t\t\"text\": \"121210 - Locust beans, locust seeds\",\r\n\t\t\t\"parent\": \"1212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121220\",\r\n\t\t\t\"text\": \"121220 - Seaweeds & other algae, fresh/chilled/frozen/dried, whether/not ground\",\r\n\t\t\t\"parent\": \"1212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121221\",\r\n\t\t\t\"text\": \"121221 - Seaweeds and other algae; fit for human consumption, fresh, chilled, frozen or dried, whether or not ground\",\r\n\t\t\t\"parent\": \"1212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121229\",\r\n\t\t\t\"text\": \"121229 - Seaweeds and other algae; not fit for human consumption, fresh, chilled, frozen or dried, whether or not ground\",\r\n\t\t\t\"parent\": \"1212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121230\",\r\n\t\t\t\"text\": \"121230 - Apricot, peach and plum stones & kernels, human food\",\r\n\t\t\t\"parent\": \"1212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121291\",\r\n\t\t\t\"text\": \"121291 - Sugar beet; fit for human consumption, fresh, chilled, frozen or dried, whether or not ground\",\r\n\t\t\t\"parent\": \"1212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121292\",\r\n\t\t\t\"text\": \"121292 - Locust beans (carob); fit for human consumption, fresh, chilled, frozen or dried, whether or not ground\",\r\n\t\t\t\"parent\": \"1212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121293\",\r\n\t\t\t\"text\": \"121293 - Sugar cane; fit for human consumption, fresh, chilled, frozen or dried, whether or not ground\",\r\n\t\t\t\"parent\": \"1212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121294\",\r\n\t\t\t\"text\": \"121294 - Chicory roots (Chicorium intybus sativum); fit for human consumption, fresh, chilled, frozen or dried, whether or not ground\",\r\n\t\t\t\"parent\": \"1212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121299\",\r\n\t\t\t\"text\": \"121299 - Vegetable products; fit for human consumption, n.e.c. in heading no. 1212, fresh, chilled, frozen or dried, whether or not ground\",\r\n\t\t\t\"parent\": \"1212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1213\",\r\n\t\t\t\"text\": \"1213 - Cereal straw and husks, unprepared; whether or not chopped, ground, pressed or in the form of pellets\",\r\n\t\t\t\"parent\": \"12\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121300\",\r\n\t\t\t\"text\": \"121300 - Cereal straw and husks; unprepared, whether or not chopped, ground, pressed or in the form of pellets\",\r\n\t\t\t\"parent\": \"1213\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1214\",\r\n\t\t\t\"text\": \"1214 - Swedes, mangolds, fodder roots, hay, lucerne (alfalfa), clover, sainfoin, forage kale, lupines, vetches and similar forage products, whether or not in the form of pellets\",\r\n\t\t\t\"parent\": \"12\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121410\",\r\n\t\t\t\"text\": \"121410 - Lucerne (alfalfa) meal and pellets\",\r\n\t\t\t\"parent\": \"1214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"121490\",\r\n\t\t\t\"text\": \"121490 - Forage products including swedes, mangolds, fodder roots, hay, sainfoin, clover, forage kale, lupines, vetches etc., pelletised or otherwise\",\r\n\t\t\t\"parent\": \"1214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"13\",\r\n\t\t\t\"text\": \"13 - Lac; gums, resins and other vegetable saps and extracts\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1301\",\r\n\t\t\t\"text\": \"1301 - Lac; natural gums, resins, gum-resins and oleoresins (for example, balsams)\",\r\n\t\t\t\"parent\": \"13\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"130110\",\r\n\t\t\t\"text\": \"130110 - Lac\",\r\n\t\t\t\"parent\": \"1301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"130120\",\r\n\t\t\t\"text\": \"130120 - Gum Arabic\",\r\n\t\t\t\"parent\": \"1301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"130190\",\r\n\t\t\t\"text\": \"130190 - Natural gums, resins, gum-resins and oleoresins, n.e.c. in heading no. 1301\",\r\n\t\t\t\"parent\": \"1301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1302\",\r\n\t\t\t\"text\": \"1302 - Vegetable saps and extracts; pectic substances, pectinates and pectates; agar-agar and other mucilages and thickeners, whether or not modified, derived from vegetable products\",\r\n\t\t\t\"parent\": \"13\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"130211\",\r\n\t\t\t\"text\": \"130211 - Vegetable saps and extracts; opium\",\r\n\t\t\t\"parent\": \"1302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"130212\",\r\n\t\t\t\"text\": \"130212 - Vegetable saps and extracts; of liquorice\",\r\n\t\t\t\"parent\": \"1302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"130213\",\r\n\t\t\t\"text\": \"130213 - Vegetable saps and extracts; of hops\",\r\n\t\t\t\"parent\": \"1302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"130214\",\r\n\t\t\t\"text\": \"130214 - Vegetable saps and extracts; of ephedra\",\r\n\t\t\t\"parent\": \"1302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"130219\",\r\n\t\t\t\"text\": \"130219 - Vegetable saps and extracts; n.e.c. in item no. 1302.1\",\r\n\t\t\t\"parent\": \"1302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"130220\",\r\n\t\t\t\"text\": \"130220 - Pectic substances; pectinates and pectates\",\r\n\t\t\t\"parent\": \"1302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"130231\",\r\n\t\t\t\"text\": \"130231 - Mucilages and thickeners; agar-agar, whether or not modified, derived from vegetable products\",\r\n\t\t\t\"parent\": \"1302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"130232\",\r\n\t\t\t\"text\": \"130232 - Mucilages and thickeners; whether or not modified, derived from locust beans, locust bean seeds or guar seeds\",\r\n\t\t\t\"parent\": \"1302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"130239\",\r\n\t\t\t\"text\": \"130239 - Mucilages and thickeners; whether or not modified, derived from vegetable products, n.e.c. in item no. 1302.3\",\r\n\t\t\t\"parent\": \"1302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"14\",\r\n\t\t\t\"text\": \"14 - Vegetable plaiting materials; vegetable products not elsewhere specified or included\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1401\",\r\n\t\t\t\"text\": \"1401 - Vegetable materials of a kind used primarily for plaiting; (e.g. bamboos, rattans, reeds, rushes, osier, raffia, cleaned, bleached or dyed cereal straw and lime bark)\",\r\n\t\t\t\"parent\": \"14\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"140110\",\r\n\t\t\t\"text\": \"140110 - Bamboo used primarily for plaiting\",\r\n\t\t\t\"parent\": \"1401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"140120\",\r\n\t\t\t\"text\": \"140120 - Rattans used primarily for plaiting\",\r\n\t\t\t\"parent\": \"1401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"140190\",\r\n\t\t\t\"text\": \"140190 - Vegetable materials of a kind used primarily for plaiting; n.e.c. in heading no. 1401\",\r\n\t\t\t\"parent\": \"1401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1402\",\r\n\t\t\t\"text\": \"1402 - Vegetable material for stuffing or padding\",\r\n\t\t\t\"parent\": \"14\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"140200\",\r\n\t\t\t\"text\": \"140200 - Vegetable mats. of a kind used primarily as stuffing/as padding (e.g., kapo ...\",\r\n\t\t\t\"parent\": \"1402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"140210\",\r\n\t\t\t\"text\": \"140210 - Kapok\",\r\n\t\t\t\"parent\": \"1402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"140290\",\r\n\t\t\t\"text\": \"140290 - Veg mat nes usd as stuff\",\r\n\t\t\t\"parent\": \"1402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"140291\",\r\n\t\t\t\"text\": \"140291 - Vegetable hair used as stuffing or padding\",\r\n\t\t\t\"parent\": \"1402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"140299\",\r\n\t\t\t\"text\": \"140299 - Vegetable material nes used as stuffing\",\r\n\t\t\t\"parent\": \"1402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1403\",\r\n\t\t\t\"text\": \"1403 - Vegetable material for brooms and brushes\",\r\n\t\t\t\"parent\": \"14\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"140300\",\r\n\t\t\t\"text\": \"140300 - Vegetable mats. of a kind used primarily in brooms/brushes (e.g., broomcorn ...\",\r\n\t\t\t\"parent\": \"1403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"140310\",\r\n\t\t\t\"text\": \"140310 - Broom corn used in brooms or brushes\",\r\n\t\t\t\"parent\": \"1403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"140390\",\r\n\t\t\t\"text\": \"140390 - Vegetable material nes used in brooms or brushes\",\r\n\t\t\t\"parent\": \"1403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1404\",\r\n\t\t\t\"text\": \"1404 - Vegetable products not elsewhere specified or included\",\r\n\t\t\t\"parent\": \"14\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"140410\",\r\n\t\t\t\"text\": \"140410 - Raw vegetable materials for dyeing or tanning\",\r\n\t\t\t\"parent\": \"1404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"140420\",\r\n\t\t\t\"text\": \"140420 - Vegetable products; cotton linters\",\r\n\t\t\t\"parent\": \"1404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"140490\",\r\n\t\t\t\"text\": \"140490 - Vegetable products; n.e.c. in chapter 14\",\r\n\t\t\t\"parent\": \"1404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"15\",\r\n\t\t\t\"text\": \"15 - Animal, vegetable or microbial fats and oils and their cleavage products; prepared edible fats; animal or vegetable waxes\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1501\",\r\n\t\t\t\"text\": \"1501 - Pig fat (including lard) and poultry fat, other than that of heading 0209 or 1503\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150100\",\r\n\t\t\t\"text\": \"150100 - Pig fat, incl. lard, & poultry fat, other than of 02.09/15.03\",\r\n\t\t\t\"parent\": \"1501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150110\",\r\n\t\t\t\"text\": \"150110 - Pig fat; lard, other than that of heading 0209 and 1503\",\r\n\t\t\t\"parent\": \"1501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150120\",\r\n\t\t\t\"text\": \"150120 - Pig fat; not lard, other than that of heading 0209 or 1503\",\r\n\t\t\t\"parent\": \"1501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150190\",\r\n\t\t\t\"text\": \"150190 - Poultry fat; other than that of heading 0209 or 1503\",\r\n\t\t\t\"parent\": \"1501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1502\",\r\n\t\t\t\"text\": \"1502 - Fats of bovine animals, sheep or goats, other than those of heading 1503\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150200\",\r\n\t\t\t\"text\": \"150200 - Fats of bovine animals/sheep/goats, other than of 15.03\",\r\n\t\t\t\"parent\": \"1502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150210\",\r\n\t\t\t\"text\": \"150210 - Tallow; other than those of heading 1503\",\r\n\t\t\t\"parent\": \"1502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150290\",\r\n\t\t\t\"text\": \"150290 - Fats of bovine animals, sheep or goats; excluding tallow, and other than those of heading 1503\",\r\n\t\t\t\"parent\": \"1502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1503\",\r\n\t\t\t\"text\": \"1503 - Lard stearin, lard oil, oleostearin, oleo-oil and tallow oil; not emulsified or mixed or otherwise prepared\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150300\",\r\n\t\t\t\"text\": \"150300 - Lard stearin, lard oil, oleostearin, oleo-oil and tallow oil; not emulsified or mixed or otherwise prepared\",\r\n\t\t\t\"parent\": \"1503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1504\",\r\n\t\t\t\"text\": \"1504 - Fats and oils and their fractions of fish or marine mammals; whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150410\",\r\n\t\t\t\"text\": \"150410 - Oils of fish; fish-liver oils and their fractions, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150420\",\r\n\t\t\t\"text\": \"150420 - Fats and oils and their fractions; of fish, (excluding liver-oils)\",\r\n\t\t\t\"parent\": \"1504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150430\",\r\n\t\t\t\"text\": \"150430 - Fats and oils and their fractions; of marine mammals\",\r\n\t\t\t\"parent\": \"1504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1505\",\r\n\t\t\t\"text\": \"1505 - Wool grease and fatty substances derived therefrom (including lanolin)\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150500\",\r\n\t\t\t\"text\": \"150500 - Wool grease and fatty substances derived therefrom (including lanolin)\",\r\n\t\t\t\"parent\": \"1505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150510\",\r\n\t\t\t\"text\": \"150510 - Wool grease, crude\",\r\n\t\t\t\"parent\": \"1505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150590\",\r\n\t\t\t\"text\": \"150590 - Derivatives of wool grease (including lanolin)\",\r\n\t\t\t\"parent\": \"1505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1506\",\r\n\t\t\t\"text\": \"1506 - Animal fats and oils and their fractions; whether or not refined, but not chemically modified, n.e.c. in chapter 15\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150600\",\r\n\t\t\t\"text\": \"150600 - Animal fats and oils and their fractions; whether or not refined, but not chemically modified, n.e.c. in chapter 15\",\r\n\t\t\t\"parent\": \"1506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1507\",\r\n\t\t\t\"text\": \"1507 - Soya-bean oil and its fractions; whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150710\",\r\n\t\t\t\"text\": \"150710 - Vegetable oils; soya-bean oil and its fractions, crude, whether or not degummed, not chemically modified\",\r\n\t\t\t\"parent\": \"1507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150790\",\r\n\t\t\t\"text\": \"150790 - Vegetable oils; soya-bean oil and its fractions, other than crude, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1508\",\r\n\t\t\t\"text\": \"1508 - Ground nut oil and its fractions; whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150810\",\r\n\t\t\t\"text\": \"150810 - Vegetable oils; ground-nut oil and its fractions, crude, not chemically modified\",\r\n\t\t\t\"parent\": \"1508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150890\",\r\n\t\t\t\"text\": \"150890 - Vegetable oils; ground-nut oil and its fractions, other than crude, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1509\",\r\n\t\t\t\"text\": \"1509 - Olive oil and its fractions; whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150910\",\r\n\t\t\t\"text\": \"150910 - Vegetable oils; olive oil and its fractions, virgin, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150920\",\r\n\t\t\t\"text\": \"150920 - Vegetable oils; olive oil and its fractions, extra virgin olive oil, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150930\",\r\n\t\t\t\"text\": \"150930 - Vegetable oils; olive oil and its fractions, virgin olive oil, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150940\",\r\n\t\t\t\"text\": \"150940 - Vegetable oils; olive oil and its fractions, virgin olive oils n.e.c. in heading 1509, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"150990\",\r\n\t\t\t\"text\": \"150990 - Vegetable oils; olive oil and its fractions, other than virgin, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1510\",\r\n\t\t\t\"text\": \"1510 - Vegetable oils; oils and their fractions n.e.c. in chapter 15, obtained solely from olives, whether or not refined, but not chemically modified, including blends of these oils or fractions with oils or fractions of heading no. 1509\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151000\",\r\n\t\t\t\"text\": \"151000 - Vegetable oils; oils and their fractions n.e.c. in chapter 15, obtained solely from olives, whether or not refined, but not chemically modified, including blends of these oils or fractions with oils or fractions of heading no. 1509\",\r\n\t\t\t\"parent\": \"1510\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151010\",\r\n\t\t\t\"text\": \"151010 - Vegetable oils; crude olive pomace oil and their fractions, obtained solely from olives, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1510\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151090\",\r\n\t\t\t\"text\": \"151090 - Vegetable oils; oils and their fractions n.e.c. in heading 1510, obtained solely from olives, whether or not refined, but not chemically modified, including blends of these oils or fractions with oils or fractions of heading no. 1509\",\r\n\t\t\t\"parent\": \"1510\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1511\",\r\n\t\t\t\"text\": \"1511 - Palm oil and its fractions; whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151110\",\r\n\t\t\t\"text\": \"151110 - Vegetable oils; palm oil and its fractions, crude, not chemically modified\",\r\n\t\t\t\"parent\": \"1511\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151190\",\r\n\t\t\t\"text\": \"151190 - Vegetable oils; palm oil and its fractions, other than crude, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1511\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1512\",\r\n\t\t\t\"text\": \"1512 - Sun-flower seed, safflower or cotton-seed oil and their fractions; whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151211\",\r\n\t\t\t\"text\": \"151211 - Vegetable oils; sunflower seed or safflower oil and their fractions, crude, not chemically modified\",\r\n\t\t\t\"parent\": \"1512\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151219\",\r\n\t\t\t\"text\": \"151219 - Vegetable oils; sunflower seed or safflower oil and their fractions, other than crude, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1512\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151221\",\r\n\t\t\t\"text\": \"151221 - Vegetable oils; cotton-seed oil and its fractions; crude, whether or not gossypol has been removed, not chemically modified\",\r\n\t\t\t\"parent\": \"1512\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151229\",\r\n\t\t\t\"text\": \"151229 - Vegetable oils; cotton-seed oil and its fractions, other than crude, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1512\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1513\",\r\n\t\t\t\"text\": \"1513 - Coconut (copra), palm kernel or babassu oil and their fractions; whether or not refined but not chemically modified\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151311\",\r\n\t\t\t\"text\": \"151311 - Vegetable oils; coconut (copra) oil and its fractions, crude, not chemically modified\",\r\n\t\t\t\"parent\": \"1513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151319\",\r\n\t\t\t\"text\": \"151319 - Vegetable oils; coconut (copra) oil and its fractions, other than crude, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151321\",\r\n\t\t\t\"text\": \"151321 - Vegetable oils; palm kernel or babassu oil and their fractions, crude, not chemically modified\",\r\n\t\t\t\"parent\": \"1513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151329\",\r\n\t\t\t\"text\": \"151329 - Vegetable oils; palm kernel or babassu oil and their fractions, other than crude, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1514\",\r\n\t\t\t\"text\": \"1514 - Rape, colza or mustard oil and their fractions; whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151410\",\r\n\t\t\t\"text\": \"151410 - Canola, rape, colza or mustard oil, crude\",\r\n\t\t\t\"parent\": \"1514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151411\",\r\n\t\t\t\"text\": \"151411 - Vegetable oils; low erucic acid rape or colza oil and its fractions, crude\",\r\n\t\t\t\"parent\": \"1514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151419\",\r\n\t\t\t\"text\": \"151419 - Vegetable oils; low erucic acid rape or colza oil and its fractions, other than crude, but not chemically modified\",\r\n\t\t\t\"parent\": \"1514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151490\",\r\n\t\t\t\"text\": \"151490 - Canola, rape, colza or mustard oil, fractions, refine\",\r\n\t\t\t\"parent\": \"1514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151491\",\r\n\t\t\t\"text\": \"151491 - Vegetable oils; excluding low erucic acid rape or colza oil and its fractions, crude\",\r\n\t\t\t\"parent\": \"1514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151499\",\r\n\t\t\t\"text\": \"151499 - Vegetable oils; excluding low erucic acid rape or colza oil and its fractions, other than crude, but not chemically modified\",\r\n\t\t\t\"parent\": \"1514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1515\",\r\n\t\t\t\"text\": \"1515 - Fixed vegetable or microbial fats and oils n.e.c. in chapter 15 (including jojoba oil) and their fractions, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151511\",\r\n\t\t\t\"text\": \"151511 - Vegetable oils; linseed oil and its fractions, crude, not chemically modified\",\r\n\t\t\t\"parent\": \"1515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151519\",\r\n\t\t\t\"text\": \"151519 - Vegetable oils; linseed oil and its fractions, other than crude, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151521\",\r\n\t\t\t\"text\": \"151521 - Vegetable oils; maize (corn) oil and its fractions, crude, not chemically modified\",\r\n\t\t\t\"parent\": \"1515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151529\",\r\n\t\t\t\"text\": \"151529 - Vegetable oils; maize (corn) oil and its fractions, other than crude, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151530\",\r\n\t\t\t\"text\": \"151530 - Vegetable oils; castor oil and its fractions, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151540\",\r\n\t\t\t\"text\": \"151540 - Tung oil or fractions not chemically modified\",\r\n\t\t\t\"parent\": \"1515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151550\",\r\n\t\t\t\"text\": \"151550 - Vegetable oils; sesame oil and its fractions, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151560\",\r\n\t\t\t\"text\": \"151560 - Vegetable oils; microbial fats and oils and their fractions, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151590\",\r\n\t\t\t\"text\": \"151590 - Fixed vegetable fats and oils and their fractions n.e.c. in heading 1515; other than linseed, maize (corn), castor, sesame, microbial oils, whether or not refined, but not chemically modified\",\r\n\t\t\t\"parent\": \"1515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1516\",\r\n\t\t\t\"text\": \"1516 - Animal, vegetable or microbial fats and oils and their fractions, partly or wholly hydrogenated, inter-esterified, re-esterified or elaidinised, whether or not refined, but not further prepared\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151610\",\r\n\t\t\t\"text\": \"151610 - Animal fats and oils and their fractions; partly or wholly hydrogenated, inter-esterified, re-esterified or elaidinised, whether or not refined, but not further prepared\",\r\n\t\t\t\"parent\": \"1516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151620\",\r\n\t\t\t\"text\": \"151620 - Vegetable fats and oils and their fractions; partly or wholly hydrogenated, inter-esterified, re-esterified or elaidinised, whether or not refined, but not further prepared\",\r\n\t\t\t\"parent\": \"1516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151630\",\r\n\t\t\t\"text\": \"151630 - Microbial fats and oils and their fractions; partly or wholly hydrogenated, inter-esterified, re-esterified or elaidinised, whether or not refined, but not further prepared\",\r\n\t\t\t\"parent\": \"1516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1517\",\r\n\t\t\t\"text\": \"1517 - Margarine; edible mixtures or preparations of animal, vegetable or microbial fats or oils or of fractions of different fats or oils of this Chapter, other than edible fats and oils or their fractions of heading 15.16\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151710\",\r\n\t\t\t\"text\": \"151710 - Margarine; excluding liquid margarine\",\r\n\t\t\t\"parent\": \"1517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151790\",\r\n\t\t\t\"text\": \"151790 - Edible mixtures or preparations of animal, vegetable or microbial fats or oils or of fractions of different fats or oils of this Chapter, n.e.c. in heading 1517, other than edible fats and oils or their fractions of heading 15.16\",\r\n\t\t\t\"parent\": \"1517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1518\",\r\n\t\t\t\"text\": \"1518 - Animal, vegetable or microbial fats, oils and their fractions; boiled, oxidised, dehydrated or otherwise chemically modified, excluding those of heading no. 1516, inedible mixtures or preparations of fats, oils or their fractions, n.e.c. in chapter 15\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151800\",\r\n\t\t\t\"text\": \"151800 - Animal, vegetable or microbial fats, oils and their fractions; boiled, oxidised, dehydrated or otherwise chemically modified, excluding those of heading no. 1516, inedible mixtures or preparations of fats, oils or their fractions, n.e.c. in chapter 15\",\r\n\t\t\t\"parent\": \"1518\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1519\",\r\n\t\t\t\"text\": \"1519 - Industrial monocarboxylic fatty acid,alcohol, acid oi\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151911\",\r\n\t\t\t\"text\": \"151911 - Stearic acid\",\r\n\t\t\t\"parent\": \"1519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151912\",\r\n\t\t\t\"text\": \"151912 - Oleic acid\",\r\n\t\t\t\"parent\": \"1519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151913\",\r\n\t\t\t\"text\": \"151913 - Tall oil fatty acids\",\r\n\t\t\t\"parent\": \"1519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151919\",\r\n\t\t\t\"text\": \"151919 - Industrial monocarboxylic fatty acids, nes, acid oils\",\r\n\t\t\t\"parent\": \"1519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151920\",\r\n\t\t\t\"text\": \"151920 - Acid oils from refining\",\r\n\t\t\t\"parent\": \"1519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"151930\",\r\n\t\t\t\"text\": \"151930 - Industrial fatty alcohols\",\r\n\t\t\t\"parent\": \"1519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1520\",\r\n\t\t\t\"text\": \"1520 - Glycerol, crude; glycerol waters and glycerol lyes\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"152000\",\r\n\t\t\t\"text\": \"152000 - Glycerol, crude; glycerol waters and glycerol lyes\",\r\n\t\t\t\"parent\": \"1520\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"152010\",\r\n\t\t\t\"text\": \"152010 - Glycerol (glycerine), crude and glycerol waters & lye\",\r\n\t\t\t\"parent\": \"1520\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"152090\",\r\n\t\t\t\"text\": \"152090 - Glycerol (glycerine), nes including synthetic glycero\",\r\n\t\t\t\"parent\": \"1520\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1521\",\r\n\t\t\t\"text\": \"1521 - Vegetable waxes (other than triglycerides), beeswax, other insect waxes and spermaceti; whether or not refined or coloured\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"152110\",\r\n\t\t\t\"text\": \"152110 - Vegetable waxes (other than triglycerides); whether or not refined or coloured\",\r\n\t\t\t\"parent\": \"1521\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"152190\",\r\n\t\t\t\"text\": \"152190 - Waxes, other than vegetable, n.e.c. in heading no. 1521; whether or not refined or coloured\",\r\n\t\t\t\"parent\": \"1521\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1522\",\r\n\t\t\t\"text\": \"1522 - Degras; residues resulting from the treatment of fatty substances or animal or vegetable waxes\",\r\n\t\t\t\"parent\": \"15\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"152200\",\r\n\t\t\t\"text\": \"152200 - Degras; residues resulting from the treatment of fatty substances or animal or vegetable waxes\",\r\n\t\t\t\"parent\": \"1522\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"16\",\r\n\t\t\t\"text\": \"16 - Meat, fish, crustaceans, molluscs or other aquatic invertebrates, or insects; preparations thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1601\",\r\n\t\t\t\"text\": \"1601 - Sausages and similar products, of meat, meat offal, blood or insects; food preparations based on these products\",\r\n\t\t\t\"parent\": \"16\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160100\",\r\n\t\t\t\"text\": \"160100 - Meat preparations; sausages and similar products, of meat, meat offal, blood or insects, and food preparations based on these products\",\r\n\t\t\t\"parent\": \"1601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1602\",\r\n\t\t\t\"text\": \"1602 - Prepared or preserved meat, meat offal, blood or insects\",\r\n\t\t\t\"parent\": \"16\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160210\",\r\n\t\t\t\"text\": \"160210 - Meat preparations; homogenised preparations of meat, meat offal blood or insects\",\r\n\t\t\t\"parent\": \"1602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160220\",\r\n\t\t\t\"text\": \"160220 - Meat preparations; of the prepared or preserved liver of any animal (excluding homogenised preparations)\",\r\n\t\t\t\"parent\": \"1602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160231\",\r\n\t\t\t\"text\": \"160231 - Meat preparations; of turkeys, prepared or preserved meat or meat offal (excluding livers and homogenised preparations)\",\r\n\t\t\t\"parent\": \"1602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160232\",\r\n\t\t\t\"text\": \"160232 - Meat preparations; of the poultry of heading no. 0105, (i.e. of fowls of the species Gallus domesticus)\",\r\n\t\t\t\"parent\": \"1602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160239\",\r\n\t\t\t\"text\": \"160239 - Meat preparations; of poultry (excluding turkeys), prepared or preserved meat or meat offal (excluding livers and homogenised preparations)\",\r\n\t\t\t\"parent\": \"1602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160241\",\r\n\t\t\t\"text\": \"160241 - Meat preparations; of swine, hams and cuts thereof, prepared or preserved (excluding homogenised preparations)\",\r\n\t\t\t\"parent\": \"1602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160242\",\r\n\t\t\t\"text\": \"160242 - Meat preparations; of swine, shoulders and cuts thereof, prepared or preserved (excluding homogenised preparations)\",\r\n\t\t\t\"parent\": \"1602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160249\",\r\n\t\t\t\"text\": \"160249 - Meat preparations; of swine, meat or meat offal (including mixtures), prepared or preserved, n.e.c. in heading no. 1602\",\r\n\t\t\t\"parent\": \"1602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160250\",\r\n\t\t\t\"text\": \"160250 - Meat preparations; of bovine animals, meat or meat offal, prepared or preserved (excluding livers and homogenised preparations)\",\r\n\t\t\t\"parent\": \"1602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160290\",\r\n\t\t\t\"text\": \"160290 - Meat preparations; of meat, meat offal or the blood of any animal, n.e.c. in heading no. 1602\",\r\n\t\t\t\"parent\": \"1602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1603\",\r\n\t\t\t\"text\": \"1603 - Extracts and juices of meat, fish or crustaceans, molluscs or other aquatic invertebrates\",\r\n\t\t\t\"parent\": \"16\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160300\",\r\n\t\t\t\"text\": \"160300 - Extracts and juices; of meat, fish or crustaceans, molluscs or other aquatic invertebrates\",\r\n\t\t\t\"parent\": \"1603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1604\",\r\n\t\t\t\"text\": \"1604 - Prepared or preserved fish; caviar and caviar substitutes prepared from fish eggs\",\r\n\t\t\t\"parent\": \"16\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160411\",\r\n\t\t\t\"text\": \"160411 - Fish preparations; salmon, prepared or preserved, whole or in pieces (but not minced)\",\r\n\t\t\t\"parent\": \"1604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160412\",\r\n\t\t\t\"text\": \"160412 - Fish preparations; herrings, prepared or preserved, whole or in pieces (but not minced)\",\r\n\t\t\t\"parent\": \"1604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160413\",\r\n\t\t\t\"text\": \"160413 - Fish preparations; sardines, sardinella and brisling or sprats, prepared or preserved, whole or in pieces (but not minced)\",\r\n\t\t\t\"parent\": \"1604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160414\",\r\n\t\t\t\"text\": \"160414 - Fish preparations; tunas, skipjack tuna and bonito (Sarda spp.), prepared or preserved, whole or in pieces (but not minced)\",\r\n\t\t\t\"parent\": \"1604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160415\",\r\n\t\t\t\"text\": \"160415 - Fish preparations; mackerel, prepared or preserved, whole or in pieces (but not minced)\",\r\n\t\t\t\"parent\": \"1604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160416\",\r\n\t\t\t\"text\": \"160416 - Fish preparations; anchovies, prepared or preserved, whole or in pieces (but not minced)\",\r\n\t\t\t\"parent\": \"1604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160417\",\r\n\t\t\t\"text\": \"160417 - Fish preparations; eels, prepared or preserved, whole or in pieces (but not minced)\",\r\n\t\t\t\"parent\": \"1604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160418\",\r\n\t\t\t\"text\": \"160418 - Fish preparations; shark fins, prepared or preserved, whole or in pieces (but not minced)\",\r\n\t\t\t\"parent\": \"1604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160419\",\r\n\t\t\t\"text\": \"160419 - Fish preparations; fish prepared or preserved, whole or in pieces (but not minced), n.e.c. in heading no. 1604\",\r\n\t\t\t\"parent\": \"1604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160420\",\r\n\t\t\t\"text\": \"160420 - Fish preparations; fish minced or in forms n.e.c. in heading no. 1604, prepared or preserved\",\r\n\t\t\t\"parent\": \"1604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160430\",\r\n\t\t\t\"text\": \"160430 - Caviar & caviar substitutes prepared from fish eggs\",\r\n\t\t\t\"parent\": \"1604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160431\",\r\n\t\t\t\"text\": \"160431 - Fish preparations; caviar\",\r\n\t\t\t\"parent\": \"1604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160432\",\r\n\t\t\t\"text\": \"160432 - Fish preparations; caviar substitutes, prepared from fish eggs\",\r\n\t\t\t\"parent\": \"1604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1605\",\r\n\t\t\t\"text\": \"1605 - Crustaceans, molluscs and other aquatic invertebrates, prepared or preserved\",\r\n\t\t\t\"parent\": \"16\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160510\",\r\n\t\t\t\"text\": \"160510 - Crustacean preparations; crab, prepared or preserved\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160520\",\r\n\t\t\t\"text\": \"160520 - Shrimps & prawns, prepared/preserved\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160521\",\r\n\t\t\t\"text\": \"160521 - Crustacean preparations; shrimps and prawns, prepared or preserved, not in airtight containers\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160529\",\r\n\t\t\t\"text\": \"160529 - Crustacean preparations; shrimps and prawns, prepared or preserved, in airtight containers\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160530\",\r\n\t\t\t\"text\": \"160530 - Crustacean preparations; lobster, prepared or preserved\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160540\",\r\n\t\t\t\"text\": \"160540 - Crustacean preparations; other than crab, shrimps, prawns, and lobsters, prepared or preserved\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160551\",\r\n\t\t\t\"text\": \"160551 - Mollusc preparations; oysters, prepared or preserved\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160552\",\r\n\t\t\t\"text\": \"160552 - Mollusc preparations; scallops, including queen scallops, prepared or preserved\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160553\",\r\n\t\t\t\"text\": \"160553 - Mollusc preparations; mussels, prepared or preserved\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160554\",\r\n\t\t\t\"text\": \"160554 - Mollusc preparations; cuttle fish and squid, prepared or preserved\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160555\",\r\n\t\t\t\"text\": \"160555 - Mollusc preparations; octopus, prepared or preserved\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160556\",\r\n\t\t\t\"text\": \"160556 - Mollusc preparations; clams, cockles and arkshells, prepared or preserved\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160557\",\r\n\t\t\t\"text\": \"160557 - Mollusc preparations; abalone, prepared or preserved\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160558\",\r\n\t\t\t\"text\": \"160558 - Mollusc preparations; snails, other than sea snails, prepared or preserved\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160559\",\r\n\t\t\t\"text\": \"160559 - Mollusc preparations; n.e.c. in item no. 1605.5, preparations such as pastes, sausages, prepared meals and the like\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160561\",\r\n\t\t\t\"text\": \"160561 - Aquatic invertebrates; sea cucumbers, prepared or preserved\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160562\",\r\n\t\t\t\"text\": \"160562 - Aquatic invertebrates; sea urchins, prepared or preserved\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160563\",\r\n\t\t\t\"text\": \"160563 - Aquatic invertebrates; jellyfish, prepared or preserved\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160569\",\r\n\t\t\t\"text\": \"160569 - Aquatic invertebrates; other than crustaceans, molluscs, sea cucumbers, sea urchins, and jellyfish, prepared or preserved\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"160590\",\r\n\t\t\t\"text\": \"160590 - Molluscs & other aquatic invertegrates, prepared/preserved\",\r\n\t\t\t\"parent\": \"1605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"17\",\r\n\t\t\t\"text\": \"17 - Sugars and sugar confectionery\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1701\",\r\n\t\t\t\"text\": \"1701 - Cane or beet sugar and chemically pure sucrose, in solid form\",\r\n\t\t\t\"parent\": \"17\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170111\",\r\n\t\t\t\"text\": \"170111 - Cane sugar, raw, in solid form, not containing added flavouring/colouring matter\",\r\n\t\t\t\"parent\": \"1701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170112\",\r\n\t\t\t\"text\": \"170112 - Sugars; beet sugar, raw, in solid form, not containing added flavouring or colouring matter\",\r\n\t\t\t\"parent\": \"1701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170113\",\r\n\t\t\t\"text\": \"170113 - Sugars; cane sugar, raw, in solid form, as specified in Subheading Note 2 to this chapter, not containing added flavouring or colouring matter\",\r\n\t\t\t\"parent\": \"1701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170114\",\r\n\t\t\t\"text\": \"170114 - Sugars; cane sugar, raw, in solid form, other than as specified in Subheading Note 2 to this chapter, not containing added flavouring or colouring matter\",\r\n\t\t\t\"parent\": \"1701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170191\",\r\n\t\t\t\"text\": \"170191 - Sugars; sucrose, chemically pure, in solid form, containing added flavouring or colouring matter\",\r\n\t\t\t\"parent\": \"1701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170199\",\r\n\t\t\t\"text\": \"170199 - Sugars; sucrose, chemically pure, in solid form, not containing added flavouring or colouring matter\",\r\n\t\t\t\"parent\": \"1701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1702\",\r\n\t\t\t\"text\": \"1702 - Sugars, including lactose, maltose, glucose or fructose in solid form; sugar syrups without added flavouring or colouring matter; artificial honey, whether or not mixed with natural honey; caramel\",\r\n\t\t\t\"parent\": \"17\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170210\",\r\n\t\t\t\"text\": \"170210 - Lactose and lactose syrup\",\r\n\t\t\t\"parent\": \"1702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170211\",\r\n\t\t\t\"text\": \"170211 - Sugars; lactose and lactose syrup, containing by weight 99% or more lactose, expressed as anhydrous lactose, calculated on the dry matter\",\r\n\t\t\t\"parent\": \"1702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170219\",\r\n\t\t\t\"text\": \"170219 - Sugars; lactose and lactose syrup, containing by weight less than 99% lactose, expressed as anhydrous lactose, calculated on the dry matter\",\r\n\t\t\t\"parent\": \"1702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170220\",\r\n\t\t\t\"text\": \"170220 - Sugars; maple sugar, chemically pure, in solid form; maple syrup, not containing added flavouring or colouring matter\",\r\n\t\t\t\"parent\": \"1702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170230\",\r\n\t\t\t\"text\": \"170230 - Sugars; glucose and glucose syrup, not containing fructose or containing in the dry state less than 20% by weight of fructose, the syrup not containing added flavouring or colouring matter\",\r\n\t\t\t\"parent\": \"1702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170240\",\r\n\t\t\t\"text\": \"170240 - Sugars; glucose and glucose syrup, containing in the dry state at least 20% but less than 50% by weight of fructose, excluding invert sugar, the syrup not containing added flavouring or colouring matter\",\r\n\t\t\t\"parent\": \"1702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170250\",\r\n\t\t\t\"text\": \"170250 - Sugars; fructose, chemically pure, in solid form\",\r\n\t\t\t\"parent\": \"1702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170260\",\r\n\t\t\t\"text\": \"170260 - Sugars; fructose, other than chemically pure fructose, and fructose syrup (containing in the dry state more than 50% by weight of fructose), excluding invert sugar\",\r\n\t\t\t\"parent\": \"1702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170290\",\r\n\t\t\t\"text\": \"170290 - Sugars; n.e.c. in heading no. 1702, including invert sugar and other sugar and sugar syrup blends containing, in the dry state, 50% by weight of fructose\",\r\n\t\t\t\"parent\": \"1702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1703\",\r\n\t\t\t\"text\": \"1703 - Molasses; resulting from the extraction or refining of sugar\",\r\n\t\t\t\"parent\": \"17\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170310\",\r\n\t\t\t\"text\": \"170310 - Sugars; molasses, from sugar cane, resulting from the extraction or refining of sugar\",\r\n\t\t\t\"parent\": \"1703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170390\",\r\n\t\t\t\"text\": \"170390 - Sugars; molasses, from sugar beet, resulting from the extraction or refining of sugar\",\r\n\t\t\t\"parent\": \"1703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1704\",\r\n\t\t\t\"text\": \"1704 - Sugar confectionery (including white chocolate), not containing cocoa\",\r\n\t\t\t\"parent\": \"17\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170410\",\r\n\t\t\t\"text\": \"170410 - Sugar confectionery; chewing gum, whether or not sugar-coated, not containing cocoa\",\r\n\t\t\t\"parent\": \"1704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"170490\",\r\n\t\t\t\"text\": \"170490 - Sugar confectionery; (excluding chewing gum, including white chocolate), not containing cocoa\",\r\n\t\t\t\"parent\": \"1704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"18\",\r\n\t\t\t\"text\": \"18 - Cocoa and cocoa preparations\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1801\",\r\n\t\t\t\"text\": \"1801 - Cocoa beans; whole or broken, raw or roasted\",\r\n\t\t\t\"parent\": \"18\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"180100\",\r\n\t\t\t\"text\": \"180100 - Cocoa beans; whole or broken, raw or roasted\",\r\n\t\t\t\"parent\": \"1801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1802\",\r\n\t\t\t\"text\": \"1802 - Cocoa; shells, husks, skins and other cocoa waste\",\r\n\t\t\t\"parent\": \"18\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"180200\",\r\n\t\t\t\"text\": \"180200 - Cocoa; shells, husks, skins and other cocoa waste\",\r\n\t\t\t\"parent\": \"1802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1803\",\r\n\t\t\t\"text\": \"1803 - Cocoa; paste; whether or not defatted\",\r\n\t\t\t\"parent\": \"18\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"180310\",\r\n\t\t\t\"text\": \"180310 - Cocoa; paste, not defatted\",\r\n\t\t\t\"parent\": \"1803\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"180320\",\r\n\t\t\t\"text\": \"180320 - Cocoa; paste, wholly or partly defatted\",\r\n\t\t\t\"parent\": \"1803\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1804\",\r\n\t\t\t\"text\": \"1804 - Cocoa; butter, fat and oil\",\r\n\t\t\t\"parent\": \"18\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"180400\",\r\n\t\t\t\"text\": \"180400 - Cocoa; butter, fat and oil\",\r\n\t\t\t\"parent\": \"1804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1805\",\r\n\t\t\t\"text\": \"1805 - Cocoa; powder, not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"18\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"180500\",\r\n\t\t\t\"text\": \"180500 - Cocoa; powder, not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"1805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1806\",\r\n\t\t\t\"text\": \"1806 - Chocolate and other food preparations containing cocoa\",\r\n\t\t\t\"parent\": \"18\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"180610\",\r\n\t\t\t\"text\": \"180610 - Cocoa; powder, containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"1806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"180620\",\r\n\t\t\t\"text\": \"180620 - Chocolate & other food preparations containing cocoa; in blocks, slabs or bars weighing more than 2kg or in liquid, paste, powder, granular or other bulk form in containers or immediate packings, content exceeding 2kg\",\r\n\t\t\t\"parent\": \"1806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"180631\",\r\n\t\t\t\"text\": \"180631 - Chocolate and other food preparations containing cocoa; in blocks, slabs or bars, filled, weighing 2kg or less\",\r\n\t\t\t\"parent\": \"1806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"180632\",\r\n\t\t\t\"text\": \"180632 - Chocolate and other food preparations containing cocoa; in blocks, slabs or bars, (not filled), weighing 2kg or less\",\r\n\t\t\t\"parent\": \"1806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"180690\",\r\n\t\t\t\"text\": \"180690 - Chocolate and other food preparations containing cocoa; n.e.c. in chapter 18\",\r\n\t\t\t\"parent\": \"1806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"19\",\r\n\t\t\t\"text\": \"19 - Preparations of cereals, flour, starch or milk; pastrycooks' products\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1901\",\r\n\t\t\t\"text\": \"1901 - Malt extract; flour/groats/meal/starch/malt extract products, no cocoa (or less than 40% by weight) and food preparations of goods of headings 04.01 to 04.04, no cocoa (or less than 5% by weight), weights calculated on a totally defatted basis, n.e.c.\",\r\n\t\t\t\"parent\": \"19\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190110\",\r\n\t\t\t\"text\": \"190110 - Food preparations; of flour, meal, starch, malt extract or milk products, suitable for infants or young children, put up for retail sale\",\r\n\t\t\t\"parent\": \"1901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190120\",\r\n\t\t\t\"text\": \"190120 - Food preparations; mixes and doughs for the preparation of bread, pastry, cakes, biscuits and other bakers' wares\",\r\n\t\t\t\"parent\": \"1901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190190\",\r\n\t\t\t\"text\": \"190190 - Food preparations; of flour, meal, starch, malt extract or milk products, for uses n.e.c. in heading no. 1901\",\r\n\t\t\t\"parent\": \"1901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1902\",\r\n\t\t\t\"text\": \"1902 - Pasta; whether or not cooked or stuffed with meat or other substance, or otherwise prepared, egg spaghetti, macaroni, noodles, lasagne, gnocchi, ravioli, cannelloni; couscous, whether or not prepared\",\r\n\t\t\t\"parent\": \"19\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190211\",\r\n\t\t\t\"text\": \"190211 - Food preparations; pasta, containing eggs, uncooked, not stuffed or otherwise prepared\",\r\n\t\t\t\"parent\": \"1902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190219\",\r\n\t\t\t\"text\": \"190219 - Food preparations; pasta, uncooked (excluding that containing eggs), not stuffed or otherwise prepared\",\r\n\t\t\t\"parent\": \"1902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190220\",\r\n\t\t\t\"text\": \"190220 - Food preparations; pasta, stuffed (with meat or other substances), whether or not cooked or otherwise prepared\",\r\n\t\t\t\"parent\": \"1902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190230\",\r\n\t\t\t\"text\": \"190230 - Food preparations; pasta (excluding stuffed), cooked or otherwise prepared\",\r\n\t\t\t\"parent\": \"1902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190240\",\r\n\t\t\t\"text\": \"190240 - Food preparations; couscous\",\r\n\t\t\t\"parent\": \"1902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1903\",\r\n\t\t\t\"text\": \"1903 - Tapioca and substitutes therefor prepared from starch; in the form of flakes, grains, pearls, siftings or similar forms\",\r\n\t\t\t\"parent\": \"19\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190300\",\r\n\t\t\t\"text\": \"190300 - Food preparations; tapioca and substitutes thereof, prepared from starch in the form of flakes, grains, pearls, siftings or similar\",\r\n\t\t\t\"parent\": \"1903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1904\",\r\n\t\t\t\"text\": \"1904 - Prepared foods obtained by swelling or roasting cereals or cereal products (e.g. corn flakes); cereals (other than maize (corn)) in grain form or in the form of flakes or other worked grains (not flour and meal), pre-cooked or otherwise prepared, n.e.c.\",\r\n\t\t\t\"parent\": \"19\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190410\",\r\n\t\t\t\"text\": \"190410 - Food preparations; obtained by the swelling or roasting of cereals or cereal products\",\r\n\t\t\t\"parent\": \"1904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190420\",\r\n\t\t\t\"text\": \"190420 - Food preparations; obtained from unroasted cereal flakes or from mixtures of unroasted cereal flakes and roasted cereal flakes or swelled cereals\",\r\n\t\t\t\"parent\": \"1904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190430\",\r\n\t\t\t\"text\": \"190430 - Prepared foods obtained by the swelling or roasting of cereals or cereal products (e.g. corn flakes); cereals, not maize (corn), in grain form or in the form of flakes or other worked grains, from bulgur wheat\",\r\n\t\t\t\"parent\": \"1904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190490\",\r\n\t\t\t\"text\": \"190490 - Food preparations; cereal or cereal products (excluding maize), in grain form, pre-cooked or otherwise prepared\",\r\n\t\t\t\"parent\": \"1904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"1905\",\r\n\t\t\t\"text\": \"1905 - Bread, pastry, cakes, biscuits, other bakers' wares, whether or not containing cocoa; communion wafers, empty cachets suitable for pharmaceutical use, sealing wafers, rice paper and similar products\",\r\n\t\t\t\"parent\": \"19\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190510\",\r\n\t\t\t\"text\": \"190510 - Food preparations; crispbread, whether or not containing cocoa\",\r\n\t\t\t\"parent\": \"1905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190520\",\r\n\t\t\t\"text\": \"190520 - Food preparations; gingerbread and the like, whether or not containing cocoa\",\r\n\t\t\t\"parent\": \"1905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190530\",\r\n\t\t\t\"text\": \"190530 - Sweet biscuits, waffles and wafers\",\r\n\t\t\t\"parent\": \"1905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190531\",\r\n\t\t\t\"text\": \"190531 - Food preparations; sweet biscuits, whether or not containing cocoa\",\r\n\t\t\t\"parent\": \"1905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190532\",\r\n\t\t\t\"text\": \"190532 - Food preparations; waffles and wafers, whether or not containing cocoa\",\r\n\t\t\t\"parent\": \"1905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190540\",\r\n\t\t\t\"text\": \"190540 - Food preparations; rusks, toasted bread and similar toasted products, whether or not containing cocoa\",\r\n\t\t\t\"parent\": \"1905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"190590\",\r\n\t\t\t\"text\": \"190590 - Food preparations; bakers' wares n.e.c. in heading no. 1605, whether or not containing cocoa; communion wafers, empty cachets suitable for pharmaceutical use, sealing wafers, rice papers and similar products\",\r\n\t\t\t\"parent\": \"1905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"20\",\r\n\t\t\t\"text\": \"20 - Preparations of vegetables, fruit, nuts or other parts of plants\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2001\",\r\n\t\t\t\"text\": \"2001 - Vegetables, fruit, nuts and other edible parts of plants; prepared or preserved by vinegar or acetic acid\",\r\n\t\t\t\"parent\": \"20\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200110\",\r\n\t\t\t\"text\": \"200110 - Vegetable preparations; cucumbers and gherkins, prepared or preserved by vinegar or acetic acid\",\r\n\t\t\t\"parent\": \"2001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200120\",\r\n\t\t\t\"text\": \"200120 - Onions prepared or preserved by vinegar\",\r\n\t\t\t\"parent\": \"2001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200190\",\r\n\t\t\t\"text\": \"200190 - Vegetable preparations; vegetables, fruit, nuts and other edible parts of plants, prepared or preserved by vinegar or acetic acid (excluding cucumbers and gherkins)\",\r\n\t\t\t\"parent\": \"2001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2002\",\r\n\t\t\t\"text\": \"2002 - Tomatoes; prepared or preserved otherwise than by vinegar or acetic acid\",\r\n\t\t\t\"parent\": \"20\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200210\",\r\n\t\t\t\"text\": \"200210 - Vegetable preparations; tomatoes, whole or in pieces, prepared or preserved otherwise than by vinegar or acetic acid\",\r\n\t\t\t\"parent\": \"2002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200290\",\r\n\t\t\t\"text\": \"200290 - Vegetable preparations; tomatoes, (other than whole or in pieces), prepared or preserved otherwise than by vinegar or acetic acid\",\r\n\t\t\t\"parent\": \"2002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2003\",\r\n\t\t\t\"text\": \"2003 - Mushrooms and truffles, prepared or preserved other than by vinegar or acetic acid\",\r\n\t\t\t\"parent\": \"20\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200310\",\r\n\t\t\t\"text\": \"200310 - Vegetable preparations; mushrooms of the genus Agaricus, prepared or preserved otherwise than by vinegar or acetic acid\",\r\n\t\t\t\"parent\": \"2003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200320\",\r\n\t\t\t\"text\": \"200320 - Truffles, prepared/preserved othw. than by vinegar/acetic acid\",\r\n\t\t\t\"parent\": \"2003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200390\",\r\n\t\t\t\"text\": \"200390 - Vegetable preparations; mushrooms and truffles, other than mushrooms of the genus Agaricus, prepared or preserved otherwise than by vinegar or acetic acid\",\r\n\t\t\t\"parent\": \"2003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2004\",\r\n\t\t\t\"text\": \"2004 - Vegetables preparations n.e.c.; prepared or preserved otherwise than by vinegar or acetic acid, frozen, other than products of heading no. 2006\",\r\n\t\t\t\"parent\": \"20\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200410\",\r\n\t\t\t\"text\": \"200410 - Vegetable preparations; potatoes, prepared or preserved otherwise than by vinegar or acetic acid, frozen\",\r\n\t\t\t\"parent\": \"2004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200490\",\r\n\t\t\t\"text\": \"200490 - Vegetable preparations; vegetables and mixtures of vegetables (excluding potatoes), prepared or preserved otherwise than by vinegar or acetic acid, frozen\",\r\n\t\t\t\"parent\": \"2004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2005\",\r\n\t\t\t\"text\": \"2005 - Vegetables preparations n.e.c.; prepared or preserved otherwise than by vinegar or acetic acid, not frozen, other than products of heading no. 2006\",\r\n\t\t\t\"parent\": \"20\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200510\",\r\n\t\t\t\"text\": \"200510 - Vegetable preparations; homogenised vegetables, prepared or preserved otherwise than by vinegar or acetic acid, not frozen\",\r\n\t\t\t\"parent\": \"2005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200520\",\r\n\t\t\t\"text\": \"200520 - Vegetable preparations; potatoes, prepared or preserved otherwise than by vinegar or acetic acid, not frozen\",\r\n\t\t\t\"parent\": \"2005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200530\",\r\n\t\t\t\"text\": \"200530 - Sauerkraut, prepared or preserved, not frozen/vinegar\",\r\n\t\t\t\"parent\": \"2005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200540\",\r\n\t\t\t\"text\": \"200540 - Vegetable preparations; peas (pisum sativum), prepared or preserved otherwise than by vinegar or acetic acid, not frozen\",\r\n\t\t\t\"parent\": \"2005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200551\",\r\n\t\t\t\"text\": \"200551 - Vegetable preparations; beans, shelled, prepared or preserved otherwise than by vinegar or acetic acid, not frozen\",\r\n\t\t\t\"parent\": \"2005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200559\",\r\n\t\t\t\"text\": \"200559 - Vegetable preparations; beans, (not shelled), prepared or preserved otherwise than by vinegar or acetic acid, not frozen\",\r\n\t\t\t\"parent\": \"2005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200560\",\r\n\t\t\t\"text\": \"200560 - Vegetable preparations; asparagus, prepared or preserved otherwise than by vinegar or acetic acid, not frozen\",\r\n\t\t\t\"parent\": \"2005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200570\",\r\n\t\t\t\"text\": \"200570 - Vegetable preparations; olives, prepared or preserved otherwise than by vinegar or acetic acid, not frozen\",\r\n\t\t\t\"parent\": \"2005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200580\",\r\n\t\t\t\"text\": \"200580 - Vegetable preparations; sweetcorn (zea mays var. saccharata), prepared or preserved otherwise than by vinegar or acetic acid, not frozen\",\r\n\t\t\t\"parent\": \"2005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200590\",\r\n\t\t\t\"text\": \"200590 - Veg nes, mixes, prepared/preserved, not frozen/vinega\",\r\n\t\t\t\"parent\": \"2005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200591\",\r\n\t\t\t\"text\": \"200591 - Vegetable preparations; bamboo shoots, prepared or preserved otherwise than by vinegar or acetic acid, not frozen\",\r\n\t\t\t\"parent\": \"2005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200599\",\r\n\t\t\t\"text\": \"200599 - Vegetable preparations; vegetables and mixtures of vegetables n.e.c. in heading no. 2005, prepared or preserved otherwise than by vinegar or acetic acid, not frozen\",\r\n\t\t\t\"parent\": \"2005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2006\",\r\n\t\t\t\"text\": \"2006 - Vegetables, fruit, nuts, fruit-peel and other parts of plants, preserved by sugar (drained, glace or crystallised)\",\r\n\t\t\t\"parent\": \"20\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200600\",\r\n\t\t\t\"text\": \"200600 - Vegetables, fruit, nuts, fruit-peel and other parts of plants, preserved by sugar (drained, glace or crystallised)\",\r\n\t\t\t\"parent\": \"2006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2007\",\r\n\t\t\t\"text\": \"2007 - Jams, fruit jellies, marmalades, fruit or nut puree and fruit or nut pastes, being cooked preparations; whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"20\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200710\",\r\n\t\t\t\"text\": \"200710 - Jams, fruit jellies, marmalades, fruit or nut puree and fruit or nut pastes; homogenised, cooked preparations, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200791\",\r\n\t\t\t\"text\": \"200791 - Jams, jellies, marmalades, purees and pastes; of citrus fruit, being cooked preparations (excluding homogenised), whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200799\",\r\n\t\t\t\"text\": \"200799 - Jams, fruit jellies, marmalades, purees and pastes; of fruit or nuts n.e.c. in heading no. 2007, cooked preparations (excluding homogenised), whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2008\",\r\n\t\t\t\"text\": \"2008 - Fruit, nuts and other edible parts of plants; prepared or preserved in ways n.e.c., whether or not containing added sugar or other sweetening matter or spirit, not elsewhere specified or included\",\r\n\t\t\t\"parent\": \"20\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200811\",\r\n\t\t\t\"text\": \"200811 - Nuts; ground-nuts, whether or not containing added sugar, other sweetening matter or spirit\",\r\n\t\t\t\"parent\": \"2008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200819\",\r\n\t\t\t\"text\": \"200819 - Nuts and other seeds; whether or not containing added sugar, other sweetening matter or spirit (excluding ground-nuts except in mixtures)\",\r\n\t\t\t\"parent\": \"2008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200820\",\r\n\t\t\t\"text\": \"200820 - Fruit; pineapples, prepared or preserved in ways n.e.c. in heading no. 2007, whether or not containing added sugar, other sweetening matter or spirit\",\r\n\t\t\t\"parent\": \"2008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200830\",\r\n\t\t\t\"text\": \"200830 - Fruit; citrus, prepared or preserved in ways n.e.c. in heading no. 2007, whether or not containing added sugar, other sweetening matter or spirit\",\r\n\t\t\t\"parent\": \"2008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200840\",\r\n\t\t\t\"text\": \"200840 - Fruit; pears, prepared or preserved in ways n.e.c. in heading no. 2007, whether or not containing added sugar, other sweetening matter or spirit\",\r\n\t\t\t\"parent\": \"2008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200850\",\r\n\t\t\t\"text\": \"200850 - Fruit; apricots, prepared or preserved in ways n.e.c. in heading no. 2007, whether or not containing added sugar, other sweetening matter or spirit\",\r\n\t\t\t\"parent\": \"2008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200860\",\r\n\t\t\t\"text\": \"200860 - Fruit; cherries, prepared or preserved in ways n.e.c. in heading no. 2007, whether or not containing added sugar, other sweetening matter or spirit\",\r\n\t\t\t\"parent\": \"2008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200870\",\r\n\t\t\t\"text\": \"200870 - Fruit; peaches, including nectarines, prepared or preserved in ways n.e.c. in heading no. 2007 and 2008, whether or not containing added sugar, other sweetening matter or spirit\",\r\n\t\t\t\"parent\": \"2008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200880\",\r\n\t\t\t\"text\": \"200880 - Fruit; strawberries, prepared or preserved in ways n.e.c. in heading no. 2007, whether or not containing added sugar, other sweetening matter or spirit\",\r\n\t\t\t\"parent\": \"2008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200891\",\r\n\t\t\t\"text\": \"200891 - Fruit, palm hearts; prepared or preserved, whether or not containing added sugar, other sweetening matter or spirit\",\r\n\t\t\t\"parent\": \"2008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200892\",\r\n\t\t\t\"text\": \"200892 - Mixtures of edible parts of plants (excl. of 2008.19), prepared/preserved, whether/not containing added sugar/other sweetening matter/spirit, n.e.s.\",\r\n\t\t\t\"parent\": \"2008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200893\",\r\n\t\t\t\"text\": \"200893 - Fruit; cranberries (Vaccinium macrocarpon, Vaccinium oxycoccos); Iingonberries (Vaccinium vitis-idaea), prepared or preserved, whether or not containing added sugar, other sweetening matter or spirit\",\r\n\t\t\t\"parent\": \"2008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200897\",\r\n\t\t\t\"text\": \"200897 - Fruit, nuts and other edible parts of plants; mixtures (other than those of subheading no 2008.19); prepared or preserved in ways n.e.c. in headings 2007 and 2008, whether or not containing added sugar, or other sweetening matter or spirit, n.e.c.\",\r\n\t\t\t\"parent\": \"2008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200899\",\r\n\t\t\t\"text\": \"200899 - Fruit, nuts and other edible parts of plants; prepared or preserved, whether or not containing added sugar, other sweetening matter or spirit, n.e.c. in heading no. 2008\",\r\n\t\t\t\"parent\": \"2008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2009\",\r\n\t\t\t\"text\": \"2009 - Fruit or nut juices (including grape must and coconut water) and vegetable juices, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"20\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200911\",\r\n\t\t\t\"text\": \"200911 - Juice; orange, frozen, unfermented, (not containing added spirit), whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200912\",\r\n\t\t\t\"text\": \"200912 - Juice; orange, not frozen, of a Brix value not exceeding 20, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200919\",\r\n\t\t\t\"text\": \"200919 - Juice; orange, not frozen, of a Brix value exceeding 20, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200920\",\r\n\t\t\t\"text\": \"200920 - Grapefruit juice, not fermented or spirited\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200921\",\r\n\t\t\t\"text\": \"200921 - Juice; grapefruit or pomelo, of a Brix value not exceeding 20, unfermented, (not containing added spirit), whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200929\",\r\n\t\t\t\"text\": \"200929 - Juice; grapefruit or pomelo, of a Brix value exceeding 20, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200930\",\r\n\t\t\t\"text\": \"200930 - Citrus juice nes (one fruit) not fermented or spirite\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200931\",\r\n\t\t\t\"text\": \"200931 - Juice; of single citrus fruit (excluding orange, grapefruit or pomelo), of a Brix value not exceeding 20, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200939\",\r\n\t\t\t\"text\": \"200939 - Juice; of single citrus fruit (excluding orange, grapefruit or pomelo), of a Brix value exceeding 20, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200940\",\r\n\t\t\t\"text\": \"200940 - Pineapple juice, not fermented or spirited\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200941\",\r\n\t\t\t\"text\": \"200941 - Juice; pineapple, of a Brix value not exceeding 20, unfermented, (not containing added spirit), whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200949\",\r\n\t\t\t\"text\": \"200949 - Juice; pineapple, of a Brix value exceeding 20, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200950\",\r\n\t\t\t\"text\": \"200950 - Juice; tomato, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200960\",\r\n\t\t\t\"text\": \"200960 - Grape juice or must not fermented or spirited\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200961\",\r\n\t\t\t\"text\": \"200961 - Juice; grape, of a Brix value not exceeding 30, unfermented, (not containing added spirit), whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200969\",\r\n\t\t\t\"text\": \"200969 - Juice; grape, of a Brix value exceeding 30, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200970\",\r\n\t\t\t\"text\": \"200970 - Apple juice not fermented or spirited\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200971\",\r\n\t\t\t\"text\": \"200971 - Juice; apple, of a Brix value not exceeding 20, unfermented, (not containing added spirit), whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200979\",\r\n\t\t\t\"text\": \"200979 - Juice; apple, of a Brix value exceeding 20, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200980\",\r\n\t\t\t\"text\": \"200980 - Juice of any single fruit/vegetable (excl. of 2009.11-2009.79), unfermented & not containing added spirit, whether/not containing added sugar/other sweetening matter\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200981\",\r\n\t\t\t\"text\": \"200981 - Juice; cranberry (Vaccinium macrocarpon, Vaccinium oxycoccos); Iingonberry (Vaccinium vitis-idaea), unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200989\",\r\n\t\t\t\"text\": \"200989 - Juice; of any single fruit, nut or vegetable n.e.c. in heading no. 2009, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"200990\",\r\n\t\t\t\"text\": \"200990 - Juices; mixtures of fruits or vegetables (but not nut juice), unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter\",\r\n\t\t\t\"parent\": \"2009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"21\",\r\n\t\t\t\"text\": \"21 - Miscellaneous edible preparations\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2101\",\r\n\t\t\t\"text\": \"2101 - Extracts, essences, concentrates of coffee, tea or mate; preparations with a basis of these products or with a basis of coffee, tea or mate; roasted chicory and other roasted coffee substitutes and extracts, essences and concentrates thereof\",\r\n\t\t\t\"parent\": \"21\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"210110\",\r\n\t\t\t\"text\": \"210110 - Coffee extracts, essences, concentrates, preparations\",\r\n\t\t\t\"parent\": \"2101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"210111\",\r\n\t\t\t\"text\": \"210111 - Extracts, essences and concentrates; of coffee, and preparations with a basis of these extracts, essences or concentrates or with a basis of coffee\",\r\n\t\t\t\"parent\": \"2101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"210112\",\r\n\t\t\t\"text\": \"210112 - Preparations with a basis of extracts, essences or concentrates or with a basis of coffee\",\r\n\t\t\t\"parent\": \"2101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"210120\",\r\n\t\t\t\"text\": \"210120 - Extracts, essences and concentrates; of tea or mate, and preparations with a basis of these extracts, essences or concentrates or with a basis of tea or mate\",\r\n\t\t\t\"parent\": \"2101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"210130\",\r\n\t\t\t\"text\": \"210130 - Chicory, roasted and other roasted coffee substitutes; extracts, essences and concentrates thereof\",\r\n\t\t\t\"parent\": \"2101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2102\",\r\n\t\t\t\"text\": \"2102 - Yeasts (active or inactive); other single-cell micro-organisms, dead (but not including vaccines of heading no. 3002); prepared baking powders\",\r\n\t\t\t\"parent\": \"21\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"210210\",\r\n\t\t\t\"text\": \"210210 - Yeasts; active\",\r\n\t\t\t\"parent\": \"2102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"210220\",\r\n\t\t\t\"text\": \"210220 - Yeasts; inactive, other single-cell micro-organisms, dead\",\r\n\t\t\t\"parent\": \"2102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"210230\",\r\n\t\t\t\"text\": \"210230 - Baking powders; prepared\",\r\n\t\t\t\"parent\": \"2102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2103\",\r\n\t\t\t\"text\": \"2103 - Sauces and preparations therefor; mixed condiments and mixed seasonings, mustard flour and meal and prepared mustard\",\r\n\t\t\t\"parent\": \"21\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"210310\",\r\n\t\t\t\"text\": \"210310 - Sauces; soya\",\r\n\t\t\t\"parent\": \"2103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"210320\",\r\n\t\t\t\"text\": \"210320 - Sauces; tomato ketchup and other tomato sauces\",\r\n\t\t\t\"parent\": \"2103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"210330\",\r\n\t\t\t\"text\": \"210330 - Mustard flour and meal and prepared mustard\",\r\n\t\t\t\"parent\": \"2103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"210390\",\r\n\t\t\t\"text\": \"210390 - Sauces and preparations therefor; mixed condiments and mixed seasonings\",\r\n\t\t\t\"parent\": \"2103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2104\",\r\n\t\t\t\"text\": \"2104 - Soups and broths and preparations therefor; homogenised composite food preparations\",\r\n\t\t\t\"parent\": \"21\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"210410\",\r\n\t\t\t\"text\": \"210410 - Soups and broths and preparations therefor\",\r\n\t\t\t\"parent\": \"2104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"210420\",\r\n\t\t\t\"text\": \"210420 - Homogenised composite food preparations\",\r\n\t\t\t\"parent\": \"2104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2105\",\r\n\t\t\t\"text\": \"2105 - Ice cream and other edible ice; whether or not containing cocoa\",\r\n\t\t\t\"parent\": \"21\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"210500\",\r\n\t\t\t\"text\": \"210500 - Ice cream and other edible ice; whether or not containing cocoa\",\r\n\t\t\t\"parent\": \"2105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2106\",\r\n\t\t\t\"text\": \"2106 - Food preparations not elsewhere specified or included\",\r\n\t\t\t\"parent\": \"21\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"210610\",\r\n\t\t\t\"text\": \"210610 - Protein; concentrates and textured protein substances\",\r\n\t\t\t\"parent\": \"2106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"210690\",\r\n\t\t\t\"text\": \"210690 - Food preparations; n.e.c. in item no. 2106.10\",\r\n\t\t\t\"parent\": \"2106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"22\",\r\n\t\t\t\"text\": \"22 - Beverages, spirits and vinegar\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2201\",\r\n\t\t\t\"text\": \"2201 - Waters, including natural or artificial mineral waters and aerated waters, not containing added sugar or other sweetening matter nor flavoured; ice and snow\",\r\n\t\t\t\"parent\": \"22\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220110\",\r\n\t\t\t\"text\": \"220110 - Waters; mineral and aerated, including natural or artificial, (not containing added sugar or other sweetening matter nor flavoured)\",\r\n\t\t\t\"parent\": \"2201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220190\",\r\n\t\t\t\"text\": \"220190 - Waters; other than mineral and aerated, (not containing added sugar or other sweetening matter nor flavoured), ice and snow\",\r\n\t\t\t\"parent\": \"2201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2202\",\r\n\t\t\t\"text\": \"2202 - Waters, including mineral and aerated waters, containing added sugar or sweetening matter, flavoured; other non-alcoholic beverages, not including fruit, nut or vegetable juices of heading no. 2009\",\r\n\t\t\t\"parent\": \"22\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220210\",\r\n\t\t\t\"text\": \"220210 - Waters; including mineral and aerated, containing added sugar or other sweetening matter or flavoured\",\r\n\t\t\t\"parent\": \"2202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220290\",\r\n\t\t\t\"text\": \"220290 - Non-alcoholic beverages; n.e.c. in item no. 2202.10, not including fruit or vegetable juices of heading no. 2009\",\r\n\t\t\t\"parent\": \"2202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220291\",\r\n\t\t\t\"text\": \"220291 - Non-alcoholic beverages; non-alcoholic beer\",\r\n\t\t\t\"parent\": \"2202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220299\",\r\n\t\t\t\"text\": \"220299 - Non-alcoholic beverages; other than non-alcoholic beer, n.e.c. in item no. 2202.10, not including fruit, nut or vegetable juices of heading no. 2009\",\r\n\t\t\t\"parent\": \"2202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2203\",\r\n\t\t\t\"text\": \"2203 - Beer made from malt\",\r\n\t\t\t\"parent\": \"22\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220300\",\r\n\t\t\t\"text\": \"220300 - Beer; made from malt\",\r\n\t\t\t\"parent\": \"2203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2204\",\r\n\t\t\t\"text\": \"2204 - Wine of fresh grapes, including fortified wines; grape must other than that of heading no. 2009\",\r\n\t\t\t\"parent\": \"22\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220410\",\r\n\t\t\t\"text\": \"220410 - Wine; sparkling\",\r\n\t\t\t\"parent\": \"2204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220421\",\r\n\t\t\t\"text\": \"220421 - Wine; still, in containers holding 2 litres or less\",\r\n\t\t\t\"parent\": \"2204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220422\",\r\n\t\t\t\"text\": \"220422 - Wine; still, in containers holding more than 2 litres but not more than 10 litres\",\r\n\t\t\t\"parent\": \"2204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220429\",\r\n\t\t\t\"text\": \"220429 - Wine; still, in containers holding more than 10 litres\",\r\n\t\t\t\"parent\": \"2204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220430\",\r\n\t\t\t\"text\": \"220430 - Grape must; n.e.c. in heading no. 2009, n.e.c. in item no. 2204.2\",\r\n\t\t\t\"parent\": \"2204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2205\",\r\n\t\t\t\"text\": \"2205 - Vermouth and other wine of fresh grapes, flavoured with plants or aromatic substances\",\r\n\t\t\t\"parent\": \"22\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220510\",\r\n\t\t\t\"text\": \"220510 - Vermouth and other wine of fresh grapes, flavoured with plants or aromatic substances, in containers holding 2 litres or less\",\r\n\t\t\t\"parent\": \"2205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220590\",\r\n\t\t\t\"text\": \"220590 - Vermouth and other wine of fresh grapes, flavoured with plants or aromatic substances, in containers holding more than 2 litres\",\r\n\t\t\t\"parent\": \"2205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2206\",\r\n\t\t\t\"text\": \"2206 - Fermented beverages, n.e.c. in chapter 22; (e.g. cider, perry, mead, sake)\",\r\n\t\t\t\"parent\": \"22\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220600\",\r\n\t\t\t\"text\": \"220600 - Beverages, fermented; (e.g. cider, perry, mead, sake)\",\r\n\t\t\t\"parent\": \"2206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2207\",\r\n\t\t\t\"text\": \"2207 - Ethyl alcohol, undenatured; of an alcoholic strength by volume of 80% vol. or higher; ethyl alcohol and other spirits, denatured, of any strength\",\r\n\t\t\t\"parent\": \"22\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220710\",\r\n\t\t\t\"text\": \"220710 - Undenatured ethyl alcohol; of an alcoholic strength by volume of 80% vol. or higher\",\r\n\t\t\t\"parent\": \"2207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220720\",\r\n\t\t\t\"text\": \"220720 - Ethyl alcohol and other spirits; denatured, of any strength\",\r\n\t\t\t\"parent\": \"2207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2208\",\r\n\t\t\t\"text\": \"2208 - Ethyl alcohol, undenatured; of an alcoholic strength by volume of less than 80% volume; spirits, liqueurs and other spirituous beverages\",\r\n\t\t\t\"parent\": \"22\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220810\",\r\n\t\t\t\"text\": \"220810 - Compound alcoholic preps for beverage manufacture\",\r\n\t\t\t\"parent\": \"2208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220820\",\r\n\t\t\t\"text\": \"220820 - Spirits obtained by distilling grape wine or grape marc\",\r\n\t\t\t\"parent\": \"2208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220830\",\r\n\t\t\t\"text\": \"220830 - Whiskies\",\r\n\t\t\t\"parent\": \"2208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220840\",\r\n\t\t\t\"text\": \"220840 - Rum and other spirits obtained by distilling fermented sugar-cane products\",\r\n\t\t\t\"parent\": \"2208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220850\",\r\n\t\t\t\"text\": \"220850 - Gin and geneva\",\r\n\t\t\t\"parent\": \"2208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220860\",\r\n\t\t\t\"text\": \"220860 - Vodka\",\r\n\t\t\t\"parent\": \"2208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220870\",\r\n\t\t\t\"text\": \"220870 - Liqueurs and cordials\",\r\n\t\t\t\"parent\": \"2208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220890\",\r\n\t\t\t\"text\": \"220890 - Spirits, liqueurs and other spirituous beverages; n.e.c. in heading no. 2208\",\r\n\t\t\t\"parent\": \"2208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2209\",\r\n\t\t\t\"text\": \"2209 - Vinegar and substitutes for vinegar obtained from acetic acid\",\r\n\t\t\t\"parent\": \"22\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"220900\",\r\n\t\t\t\"text\": \"220900 - Vinegar and substitutes for vinegar; obtained from acetic acid\",\r\n\t\t\t\"parent\": \"2209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"23\",\r\n\t\t\t\"text\": \"23 - Food industries, residues and wastes thereof; prepared animal fodder\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2301\",\r\n\t\t\t\"text\": \"2301 - Flours, meal and pellets, of meat or meat offal, of fish or of crustaceans, molluscs or other aquatic invertebrates, unfit for human consumption; greaves\",\r\n\t\t\t\"parent\": \"23\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230110\",\r\n\t\t\t\"text\": \"230110 - Flours, meals and pellets; of meat or meat offal, greaves\",\r\n\t\t\t\"parent\": \"2301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230120\",\r\n\t\t\t\"text\": \"230120 - Flours, meals and pellets; of fish or of crustaceans, molluscs or other aquatic invertebrates\",\r\n\t\t\t\"parent\": \"2301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2302\",\r\n\t\t\t\"text\": \"2302 - Bran, sharps and other residues; whether or not in the form of pellets derived from the sifting, milling or other working of cereals or of leguminous plants\",\r\n\t\t\t\"parent\": \"23\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230210\",\r\n\t\t\t\"text\": \"230210 - Bran, sharps and other residues; of maize (corn), whether or not in the form of pellets, derived from the sifting, milling or other workings thereof\",\r\n\t\t\t\"parent\": \"2302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230220\",\r\n\t\t\t\"text\": \"230220 - Rice bran, sharps, other residues\",\r\n\t\t\t\"parent\": \"2302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230230\",\r\n\t\t\t\"text\": \"230230 - Bran, sharps and other residues; of wheat, whether or not in the form of pellets, derived from the sifting, milling or other workings thereof\",\r\n\t\t\t\"parent\": \"2302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230240\",\r\n\t\t\t\"text\": \"230240 - Bran, sharps and other residues; of other cereals, whether or not in the form of pellets, derived from the sifting, milling or other workings thereof\",\r\n\t\t\t\"parent\": \"2302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230250\",\r\n\t\t\t\"text\": \"230250 - Bran, sharps and other residues; of leguminous plants, whether or not in the form of pellets, derived from the sifting, milling or other workings thereof\",\r\n\t\t\t\"parent\": \"2302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2303\",\r\n\t\t\t\"text\": \"2303 - Residues of starch manufacture, similar residues; beet-pulp, bagasse and other waste of sugar manufacture, brewing or distilling dregs and waste, whether or not in the form of pellets\",\r\n\t\t\t\"parent\": \"23\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230310\",\r\n\t\t\t\"text\": \"230310 - Residues of starch manufacture and similar residues; whether or not in the form of pellets\",\r\n\t\t\t\"parent\": \"2303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230320\",\r\n\t\t\t\"text\": \"230320 - Beet-pulp, bagasse and other waste of sugar manufacture; whether or not in the form of pellets\",\r\n\t\t\t\"parent\": \"2303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230330\",\r\n\t\t\t\"text\": \"230330 - Brewing or distilling dregs and waste; whether or not in the form of pellets\",\r\n\t\t\t\"parent\": \"2303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2304\",\r\n\t\t\t\"text\": \"2304 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of soya-bean oil\",\r\n\t\t\t\"parent\": \"23\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230400\",\r\n\t\t\t\"text\": \"230400 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of soya-bean oil\",\r\n\t\t\t\"parent\": \"2304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2305\",\r\n\t\t\t\"text\": \"2305 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of ground-nut oil\",\r\n\t\t\t\"parent\": \"23\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230500\",\r\n\t\t\t\"text\": \"230500 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of ground-nut oil\",\r\n\t\t\t\"parent\": \"2305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2306\",\r\n\t\t\t\"text\": \"2306 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of vegetable or microbial fats or oils, other than those of heading no. 2304 or 2305\",\r\n\t\t\t\"parent\": \"23\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230610\",\r\n\t\t\t\"text\": \"230610 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of cotton seed oils\",\r\n\t\t\t\"parent\": \"2306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230620\",\r\n\t\t\t\"text\": \"230620 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of linseed oils\",\r\n\t\t\t\"parent\": \"2306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230630\",\r\n\t\t\t\"text\": \"230630 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of sunflower seed oils\",\r\n\t\t\t\"parent\": \"2306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230640\",\r\n\t\t\t\"text\": \"230640 - Rape or colza seed oil-cake and other solid residues\",\r\n\t\t\t\"parent\": \"2306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230641\",\r\n\t\t\t\"text\": \"230641 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of low erucic acid rape or colza seed oils\",\r\n\t\t\t\"parent\": \"2306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230649\",\r\n\t\t\t\"text\": \"230649 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of rape seed oils (other than low erucic acid rape or colza)\",\r\n\t\t\t\"parent\": \"2306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230650\",\r\n\t\t\t\"text\": \"230650 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of coconut or copra seed oils\",\r\n\t\t\t\"parent\": \"2306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230660\",\r\n\t\t\t\"text\": \"230660 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of palm nuts or kernels oils\",\r\n\t\t\t\"parent\": \"2306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230670\",\r\n\t\t\t\"text\": \"230670 - Maize/corn germ oil-cake\",\r\n\t\t\t\"parent\": \"2306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230690\",\r\n\t\t\t\"text\": \"230690 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of oils, n.e.c. in heading no. 2306\",\r\n\t\t\t\"parent\": \"2306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2307\",\r\n\t\t\t\"text\": \"2307 - Wine lees; argol\",\r\n\t\t\t\"parent\": \"23\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230700\",\r\n\t\t\t\"text\": \"230700 - Wine lees; argol\",\r\n\t\t\t\"parent\": \"2307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2308\",\r\n\t\t\t\"text\": \"2308 - Vegetable materials and vegetable waste, vegetable residues and bi-products; whether or not in the form of pellets, of a kind used in animal feeding, not elsewhere specified or included\",\r\n\t\t\t\"parent\": \"23\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230800\",\r\n\t\t\t\"text\": \"230800 - Vegetable materials and vegetable waste, vegetable residues and by-products; whether or not in the form of pellets, of a kind used in animal feeding, not elsewhere specified or included\",\r\n\t\t\t\"parent\": \"2308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230810\",\r\n\t\t\t\"text\": \"230810 - Acorns and horse-chestnuts for animal feed\",\r\n\t\t\t\"parent\": \"2308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230890\",\r\n\t\t\t\"text\": \"230890 - Vegetable wastes and residues nes for animal feed\",\r\n\t\t\t\"parent\": \"2308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2309\",\r\n\t\t\t\"text\": \"2309 - Preparations of a kind used in animal feeding\",\r\n\t\t\t\"parent\": \"23\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230910\",\r\n\t\t\t\"text\": \"230910 - Dog or cat food; put up for retail sale, used in animal feeding\",\r\n\t\t\t\"parent\": \"2309\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"230990\",\r\n\t\t\t\"text\": \"230990 - Dog or cat food; (not put up for retail sale), used in animal feeding\",\r\n\t\t\t\"parent\": \"2309\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"24\",\r\n\t\t\t\"text\": \"24 - Tobacco and manufactured tobacco substitutes; products, whether or not containing nicotine, intended for inhalation without combustion; other nicotine containing products intended for the intake of nicotine into the human body\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2401\",\r\n\t\t\t\"text\": \"2401 - Tobacco, unmanufactured; tobacco refuse\",\r\n\t\t\t\"parent\": \"24\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"240110\",\r\n\t\t\t\"text\": \"240110 - Tobacco, (not stemmed or stripped)\",\r\n\t\t\t\"parent\": \"2401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"240120\",\r\n\t\t\t\"text\": \"240120 - Tobacco; partly or wholly stemmed or stripped\",\r\n\t\t\t\"parent\": \"2401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"240130\",\r\n\t\t\t\"text\": \"240130 - Tobacco refuse\",\r\n\t\t\t\"parent\": \"2401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2402\",\r\n\t\t\t\"text\": \"2402 - Cigars, cheroots, cigarillos and cigarettes; of tobacco or of tobacco substitutes\",\r\n\t\t\t\"parent\": \"24\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"240210\",\r\n\t\t\t\"text\": \"240210 - Cigars, cheroots and cigarillos; containing tobacco including the weight of every band, wrapper or attachment thereto\",\r\n\t\t\t\"parent\": \"2402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"240220\",\r\n\t\t\t\"text\": \"240220 - Cigarettes; containing tobacco\",\r\n\t\t\t\"parent\": \"2402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"240290\",\r\n\t\t\t\"text\": \"240290 - Cigars, cigarillos and cheroots; containing tobacco substitutes including the weight of every band, wrapper or attachment thereto\",\r\n\t\t\t\"parent\": \"2402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2403\",\r\n\t\t\t\"text\": \"2403 - Manufactured tobacco and manufactured tobacco substitutes n.e.c; homogenised or reconstituted tobacco; tobacco extracts and essences\",\r\n\t\t\t\"parent\": \"24\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"240310\",\r\n\t\t\t\"text\": \"240310 - Smoking tobacco, whether/not containing tobacco substitutes in any proportion\",\r\n\t\t\t\"parent\": \"2403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"240311\",\r\n\t\t\t\"text\": \"240311 - Tobacco; smoking, water pipe tobacco as specified in Subheading Note 1 to this Chapter, whether or not containing tobacco substitutes in any proportion\",\r\n\t\t\t\"parent\": \"2403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"240319\",\r\n\t\t\t\"text\": \"240319 - Tobacco; smoking, other than water pipe tobacco, whether or not containing tobacco substitutes in any proportion\",\r\n\t\t\t\"parent\": \"2403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"240391\",\r\n\t\t\t\"text\": \"240391 - Tobacco; homogenised or reconstituted\",\r\n\t\t\t\"parent\": \"2403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"240399\",\r\n\t\t\t\"text\": \"240399 - Tobacco; other than homogenised or reconstituted or smoking\",\r\n\t\t\t\"parent\": \"2403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2404\",\r\n\t\t\t\"text\": \"2404 - Products containing tobacco, reconstituted tobacco, nicotine, or tobacco or nicotine substitutes, intended for inhalation without combustion; other nicotine containing products intended for the intake of nicotine into the human body\",\r\n\t\t\t\"parent\": \"24\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"240411\",\r\n\t\t\t\"text\": \"240411 - Products containing tobacco or reconstituted tobacco, intended for inhalation without combustion\",\r\n\t\t\t\"parent\": \"2404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"240412\",\r\n\t\t\t\"text\": \"240412 - Products containing nicotine, other than tobacco or reconstituted tobacco, intended for inhalation without combustion\",\r\n\t\t\t\"parent\": \"2404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"240419\",\r\n\t\t\t\"text\": \"240419 - Products containing tobacco or nicotine substitutes, intended for inhalation without combustion\",\r\n\t\t\t\"parent\": \"2404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"240491\",\r\n\t\t\t\"text\": \"240491 - Products n.e.c. in heading 2404, intended for the intake of nicotine into the human body, for oral application\",\r\n\t\t\t\"parent\": \"2404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"240492\",\r\n\t\t\t\"text\": \"240492 - Products n.e.c. in heading 2404, intended for the intake of nicotine into the human body, for transdermal application\",\r\n\t\t\t\"parent\": \"2404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"240499\",\r\n\t\t\t\"text\": \"240499 - Products n.e.c. in heading 2404, intended for the intake of nicotine into the human body, by ways other than inhalation, and other than oral or transdermal application\",\r\n\t\t\t\"parent\": \"2404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"25\",\r\n\t\t\t\"text\": \"25 - Salt; sulphur; earths, stone; plastering materials, lime and cement\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2501\",\r\n\t\t\t\"text\": \"2501 - Salt (including table salt and denatured salt); pure sodium chloride whether or not in aqueous solution; sea water\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250100\",\r\n\t\t\t\"text\": \"250100 - Salt (including table salt and denatured salt); pure sodium chloride whether or not in aqueous solution; sea water\",\r\n\t\t\t\"parent\": \"2501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2502\",\r\n\t\t\t\"text\": \"2502 - Iron pyrites; unroasted\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250200\",\r\n\t\t\t\"text\": \"250200 - Iron pyrites; unroasted\",\r\n\t\t\t\"parent\": \"2502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2503\",\r\n\t\t\t\"text\": \"2503 - Sulphur of all kinds; other than sublimed, precipitated and colloidal sulphur\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250300\",\r\n\t\t\t\"text\": \"250300 - Sulphur of all kinds; other than sublimed, precipitated and colloidal sulphur\",\r\n\t\t\t\"parent\": \"2503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250310\",\r\n\t\t\t\"text\": \"250310 - Sulphur, crude or unrefined\",\r\n\t\t\t\"parent\": \"2503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250390\",\r\n\t\t\t\"text\": \"250390 - refined sulphur, not sublimate, precipitate, colloida\",\r\n\t\t\t\"parent\": \"2503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2504\",\r\n\t\t\t\"text\": \"2504 - Graphite; natural\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250410\",\r\n\t\t\t\"text\": \"250410 - Graphite; natural, in powder or in flakes\",\r\n\t\t\t\"parent\": \"2504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250490\",\r\n\t\t\t\"text\": \"250490 - Graphite; natural, in other forms, excluding powder or flakes\",\r\n\t\t\t\"parent\": \"2504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2505\",\r\n\t\t\t\"text\": \"2505 - Sands of all kinds; natural, whether or not coloured, other than metal-bearing sands of chapter 26\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250510\",\r\n\t\t\t\"text\": \"250510 - Sands; natural, silica and quartz sands, whether or not coloured\",\r\n\t\t\t\"parent\": \"2505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250590\",\r\n\t\t\t\"text\": \"250590 - Sands; natural, (other than silica and quartz sands), whether or not coloured, (other than metal-bearing sands of chapter 26)\",\r\n\t\t\t\"parent\": \"2505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2506\",\r\n\t\t\t\"text\": \"2506 - Quartz; (other than natural sands), quartzite, whether or not roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250610\",\r\n\t\t\t\"text\": \"250610 - Quartz; other than natural sands\",\r\n\t\t\t\"parent\": \"2506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250620\",\r\n\t\t\t\"text\": \"250620 - Quartzite; whether or not roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape\",\r\n\t\t\t\"parent\": \"2506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250621\",\r\n\t\t\t\"text\": \"250621 - Quartzite, crude or roughly trimmed\",\r\n\t\t\t\"parent\": \"2506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250629\",\r\n\t\t\t\"text\": \"250629 - Quartzite, slabs etc.\",\r\n\t\t\t\"parent\": \"2506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2507\",\r\n\t\t\t\"text\": \"2507 - Kaolin and other kaolinic clays; whether or not calcined\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250700\",\r\n\t\t\t\"text\": \"250700 - Kaolin and other kaolinic clays; whether or not calcined\",\r\n\t\t\t\"parent\": \"2507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2508\",\r\n\t\t\t\"text\": \"2508 - Clays; (not including expanded clays of heading no. 6806), andalusite kyanite and sillimanite, whether or not calcined; mullite; chamotte or dinas earth\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250810\",\r\n\t\t\t\"text\": \"250810 - Clays (excluding expanded clays of heading no. 6806); bentonite, whether or not calcined\",\r\n\t\t\t\"parent\": \"2508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250820\",\r\n\t\t\t\"text\": \"250820 - Decolourising earths and fuller's earth\",\r\n\t\t\t\"parent\": \"2508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250830\",\r\n\t\t\t\"text\": \"250830 - Clays (excluding expanded clays of heading no. 6806); fireclay, whether or not calcined\",\r\n\t\t\t\"parent\": \"2508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250840\",\r\n\t\t\t\"text\": \"250840 - Clays (excluding expanded clays of heading no. 6806); n.e.c. in heading no. 2508, whether or not calcined\",\r\n\t\t\t\"parent\": \"2508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250850\",\r\n\t\t\t\"text\": \"250850 - Clays (excluding expanded clays of heading no. 6806); andalusite, kyanite and sillimanite, whether or not calcined\",\r\n\t\t\t\"parent\": \"2508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250860\",\r\n\t\t\t\"text\": \"250860 - Clays (excluding expanded clays of heading no. 6806); mullite\",\r\n\t\t\t\"parent\": \"2508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250870\",\r\n\t\t\t\"text\": \"250870 - Clays (excluding expanded clays of heading no. 6806); chamotte or dinas earths\",\r\n\t\t\t\"parent\": \"2508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2509\",\r\n\t\t\t\"text\": \"2509 - Chalk\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"250900\",\r\n\t\t\t\"text\": \"250900 - Chalk\",\r\n\t\t\t\"parent\": \"2509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2510\",\r\n\t\t\t\"text\": \"2510 - Natural calcium phosphates; natural aluminium calcium phosphates and phosphatic chalk\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251010\",\r\n\t\t\t\"text\": \"251010 - Natural calcium phosphates, natural aluminium calcium phosphates and phosphatic chalk; unground\",\r\n\t\t\t\"parent\": \"2510\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251020\",\r\n\t\t\t\"text\": \"251020 - Natural calcium phosphates, natural aluminium calcium phosphates and phosphatic chalk; ground\",\r\n\t\t\t\"parent\": \"2510\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2511\",\r\n\t\t\t\"text\": \"2511 - Natural barium sulphate (barytes); natural barium carbonate, (witherite) whether or not calcined, other than barium oxide of heading no. 2816\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251110\",\r\n\t\t\t\"text\": \"251110 - Barium sulphate (barytes); natural\",\r\n\t\t\t\"parent\": \"2511\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251120\",\r\n\t\t\t\"text\": \"251120 - Barium carbonate (witherite); natural, whether or not calcined, other than barium oxide of heading no. 2816\",\r\n\t\t\t\"parent\": \"2511\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2512\",\r\n\t\t\t\"text\": \"2512 - Siliceous fossil meals (e.g. kieselguhr, tripolite and diatomite) and similar siliceous earths; whether or not calcined, of an apparent specific gravity of 1 or less\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251200\",\r\n\t\t\t\"text\": \"251200 - Siliceous fossil meals (e.g. kieselguhr, tripolite and diatomite) and similar siliceous earths; whether or not calcined, of an apparent specific gravity of 1 or less\",\r\n\t\t\t\"parent\": \"2512\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2513\",\r\n\t\t\t\"text\": \"2513 - Pumice stone; emery; natural corundum, natural garnet and other natural abrasives, whether or not heat treated\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251310\",\r\n\t\t\t\"text\": \"251310 - Pumice stone, whether or not heat treated\",\r\n\t\t\t\"parent\": \"2513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251311\",\r\n\t\t\t\"text\": \"251311 - Pumice stones, crude or in irregular pieces\",\r\n\t\t\t\"parent\": \"2513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251319\",\r\n\t\t\t\"text\": \"251319 - Pumice stone, worked\",\r\n\t\t\t\"parent\": \"2513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251320\",\r\n\t\t\t\"text\": \"251320 - Emery, natural corundum, natural garnet and other natural abrasives, whether or not heat-treated\",\r\n\t\t\t\"parent\": \"2513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251321\",\r\n\t\t\t\"text\": \"251321 - Emery & natural abrasives nes, crude, irregular piece\",\r\n\t\t\t\"parent\": \"2513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251329\",\r\n\t\t\t\"text\": \"251329 - Emery, natural corundum/garnet, including heat treate\",\r\n\t\t\t\"parent\": \"2513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2514\",\r\n\t\t\t\"text\": \"2514 - Slate, whether or not roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251400\",\r\n\t\t\t\"text\": \"251400 - Slate; whether or not roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape\",\r\n\t\t\t\"parent\": \"2514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2515\",\r\n\t\t\t\"text\": \"2515 - Marble, travertine, ecaussine and other calcareous stone; of an apparent specific gravity of less than 2.5, alabaster, whether cut by sawing etc, into blocks, slabs of a rectangular (square) shape\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251511\",\r\n\t\t\t\"text\": \"251511 - Marble and travertine; having a specific gravity of 2.5 or more, crude or roughly trimmed by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape\",\r\n\t\t\t\"parent\": \"2515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251512\",\r\n\t\t\t\"text\": \"251512 - Marble and travertine; merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape, having a specific gravity of 2.5 or more\",\r\n\t\t\t\"parent\": \"2515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251520\",\r\n\t\t\t\"text\": \"251520 - Ecaussine and other calcareous monumental or building stone; alabaster, having a specific gravity of 2.5 or more\",\r\n\t\t\t\"parent\": \"2515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2516\",\r\n\t\t\t\"text\": \"2516 - Granite, porphyry, basalt, sandstone, other monumental and building stone, whether or not roughly trimmed, cut, by sawing etc, into blocks or slabs of a rectangular (including square) shape\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251611\",\r\n\t\t\t\"text\": \"251611 - Granite; crude or roughly trimmed\",\r\n\t\t\t\"parent\": \"2516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251612\",\r\n\t\t\t\"text\": \"251612 - Granite; merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape\",\r\n\t\t\t\"parent\": \"2516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251620\",\r\n\t\t\t\"text\": \"251620 - Sandstone;. whether or not roughly trimmed, cut, by sawing etc, into blocks or slabs of a rectangular (including square) shape\",\r\n\t\t\t\"parent\": \"2516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251621\",\r\n\t\t\t\"text\": \"251621 - Sandstone, crude or roughly trimmed\",\r\n\t\t\t\"parent\": \"2516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251622\",\r\n\t\t\t\"text\": \"251622 - Sandstone, merely cut into blocks etc\",\r\n\t\t\t\"parent\": \"2516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251690\",\r\n\t\t\t\"text\": \"251690 - Monumental or building stone; n.e.c. in heading no. 2516, whether or not roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape\",\r\n\t\t\t\"parent\": \"2516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2517\",\r\n\t\t\t\"text\": \"2517 - Pebbles, gravel, crushed stone for concrete aggregates for road or railway ballast, shingle or flint; macadam of slag, dross etc tarred granules, chippings, powder of stones of heading no. 2515 and 2516\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251710\",\r\n\t\t\t\"text\": \"251710 - Pebbles, gravel, broken or crushed stone; of a kind commonly used for concrete aggregates, for road metalling or for railway or other ballast, shingle and flint, whether or not heat-treated\",\r\n\t\t\t\"parent\": \"2517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251720\",\r\n\t\t\t\"text\": \"251720 - Macadam of slag, dross or similar industrial waste; whether or not incorporating the materials in Tariff item 2517.10.00\",\r\n\t\t\t\"parent\": \"2517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251730\",\r\n\t\t\t\"text\": \"251730 - Tarred macadam\",\r\n\t\t\t\"parent\": \"2517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251741\",\r\n\t\t\t\"text\": \"251741 - Stones; of marble, in granules, chippings and powder, whether or not heat-treated\",\r\n\t\t\t\"parent\": \"2517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251749\",\r\n\t\t\t\"text\": \"251749 - Stones; of heading no. 2515 or 2516 (excluding marble), in granules, chippings and powder, whether or not heat-treated\",\r\n\t\t\t\"parent\": \"2517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2518\",\r\n\t\t\t\"text\": \"2518 - Dolomite, whether or not calcined or sintered, including dolomite roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251810\",\r\n\t\t\t\"text\": \"251810 - Dolomite, not calcined or sintered; including dolomite roughly trimmed, or merely cut by sawing or otherwise into blocks or slabs of rectangular (including square) shape\",\r\n\t\t\t\"parent\": \"2518\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251820\",\r\n\t\t\t\"text\": \"251820 - Dolomite, calcined or sintered; including dolomite roughly trimmed, or merely cut by sawing or otherwise into blocks or slabs of rectangular (including square) shape\",\r\n\t\t\t\"parent\": \"2518\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251830\",\r\n\t\t\t\"text\": \"251830 - Dolomite ramming mix\",\r\n\t\t\t\"parent\": \"2518\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2519\",\r\n\t\t\t\"text\": \"2519 - Natural magnesium carbonate (magnesite); fused magnesia; dead-burned (sintered) magnesia, whether or not containing small quantities of other oxides added before sintering; magnesium oxide, pure or not\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251910\",\r\n\t\t\t\"text\": \"251910 - Magnesium carbonate (magnesite); natural\",\r\n\t\t\t\"parent\": \"2519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"251990\",\r\n\t\t\t\"text\": \"251990 - Magnesia, fused or dead-burned (sintered); whether or not containing small quantities of other oxides added before sintering, other magnesium oxide, whether or not pure, (not natural magnesium carbonate)\",\r\n\t\t\t\"parent\": \"2519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2520\",\r\n\t\t\t\"text\": \"2520 - Gypsum; anhydrite; plasters (consisting of calcined gypsum or calcium sulphate), coloured or not, with or without small quantities of accelerators or retarders\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252010\",\r\n\t\t\t\"text\": \"252010 - Gypsum; anhydrite\",\r\n\t\t\t\"parent\": \"2520\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252020\",\r\n\t\t\t\"text\": \"252020 - Plasters; (consisting of calcined gypsum or calcium sulphate), whether or not coloured, with or without small quantities of accelerators or retarders\",\r\n\t\t\t\"parent\": \"2520\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2521\",\r\n\t\t\t\"text\": \"2521 - Limestone flux; limestone and other calcareous stone, of a kind used for the manufacture of lime or cement\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252100\",\r\n\t\t\t\"text\": \"252100 - Limestone flux; limestone and other calcareous stone, of a kind used for the manufacture of lime or cement\",\r\n\t\t\t\"parent\": \"2521\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2522\",\r\n\t\t\t\"text\": \"2522 - Quicklime, slaked lime and hydraulic lime; other than calcium oxide and hydroxide of heading no. 2825\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252210\",\r\n\t\t\t\"text\": \"252210 - Quicklime; excluding calcium oxide and hydroxide of heading no. 2825\",\r\n\t\t\t\"parent\": \"2522\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252220\",\r\n\t\t\t\"text\": \"252220 - Slaked lime; excluding calcium oxide and hydroxide of heading no. 2825\",\r\n\t\t\t\"parent\": \"2522\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252230\",\r\n\t\t\t\"text\": \"252230 - Hydraulic lime; excluding calcium oxide and hydroxide of heading no. 2825\",\r\n\t\t\t\"parent\": \"2522\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2523\",\r\n\t\t\t\"text\": \"2523 - Portland cement, aluminous cement (ciment fondu), slag cement, supersulphate cement and similar hydraulic cements, whether or not coloured or in the form of clinkers\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252310\",\r\n\t\t\t\"text\": \"252310 - Cement clinkers (whether or not coloured)\",\r\n\t\t\t\"parent\": \"2523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252321\",\r\n\t\t\t\"text\": \"252321 - Cement; portland, white, whether or not artificially coloured\",\r\n\t\t\t\"parent\": \"2523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252329\",\r\n\t\t\t\"text\": \"252329 - Cement; portland, other than white, whether or not artificially coloured\",\r\n\t\t\t\"parent\": \"2523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252330\",\r\n\t\t\t\"text\": \"252330 - Cement; aluminous (ciment fondu), whether or not coloured or in the form of clinkers\",\r\n\t\t\t\"parent\": \"2523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252390\",\r\n\t\t\t\"text\": \"252390 - Cement; hydraulic kinds n.e.c. in heading no. 2523\",\r\n\t\t\t\"parent\": \"2523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2524\",\r\n\t\t\t\"text\": \"2524 - Asbestos\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252400\",\r\n\t\t\t\"text\": \"252400 - Asbestos\",\r\n\t\t\t\"parent\": \"2524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252410\",\r\n\t\t\t\"text\": \"252410 - Asbestos; crocidolite (blue asbestos)\",\r\n\t\t\t\"parent\": \"2524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252490\",\r\n\t\t\t\"text\": \"252490 - Asbestos; other than crocidolite (blue asbestos)\",\r\n\t\t\t\"parent\": \"2524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2525\",\r\n\t\t\t\"text\": \"2525 - Mica, including splittings; mica waste\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252510\",\r\n\t\t\t\"text\": \"252510 - Mica; crude and rifted into sheets or splittings\",\r\n\t\t\t\"parent\": \"2525\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252520\",\r\n\t\t\t\"text\": \"252520 - Mica; powder\",\r\n\t\t\t\"parent\": \"2525\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252530\",\r\n\t\t\t\"text\": \"252530 - Mica; waste\",\r\n\t\t\t\"parent\": \"2525\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2526\",\r\n\t\t\t\"text\": \"2526 - Natural steatite; whether or not roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape; talc\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252610\",\r\n\t\t\t\"text\": \"252610 - Steatite; natural, (not crushed or powdered), whether or not roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape; talc\",\r\n\t\t\t\"parent\": \"2526\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252620\",\r\n\t\t\t\"text\": \"252620 - Steatite; natural, crushed, powdered, whether or not roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape; talc\",\r\n\t\t\t\"parent\": \"2526\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2527\",\r\n\t\t\t\"text\": \"2527 - Natural cryolite, natural chiolite\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252700\",\r\n\t\t\t\"text\": \"252700 - Natural cryolite, natural chiolite\",\r\n\t\t\t\"parent\": \"2527\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2528\",\r\n\t\t\t\"text\": \"2528 - Natural borates and concentrates thereof (whether or not calcined), but not including borates separated from natural brine; natural boric acid containing not more than 85 % of H3BO3 calculated on the dry weight\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252800\",\r\n\t\t\t\"text\": \"252800 - Natural borates and concentrates thereof (whether or not calcined), but not including borates separated from natural brine; natural boric acid containing not more than 85 % of H3BO3 calculated on the dry weight\",\r\n\t\t\t\"parent\": \"2528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252810\",\r\n\t\t\t\"text\": \"252810 - Natural sodium borates & concentrates thereof (whether/not calcined)\",\r\n\t\t\t\"parent\": \"2528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252890\",\r\n\t\t\t\"text\": \"252890 - Natural borates & concentrates thereof (excl. sodium borates), whether/not calcined but not incl. borates separated from natural brine; natural boric acid containing not >85% of H3BO3 calc. on the dry weight\",\r\n\t\t\t\"parent\": \"2528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2529\",\r\n\t\t\t\"text\": \"2529 - Feldspar; leucite; nepheline and nepheline syenite; fluorspar\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252910\",\r\n\t\t\t\"text\": \"252910 - Feldspar\",\r\n\t\t\t\"parent\": \"2529\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252921\",\r\n\t\t\t\"text\": \"252921 - Fluorspar; containing by weight 97% or less of calcium fluoride\",\r\n\t\t\t\"parent\": \"2529\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252922\",\r\n\t\t\t\"text\": \"252922 - Fluorspar; containing by weight more than 97% of calcium fluoride\",\r\n\t\t\t\"parent\": \"2529\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"252930\",\r\n\t\t\t\"text\": \"252930 - Leucite; nepheline and nepheline syenite\",\r\n\t\t\t\"parent\": \"2529\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2530\",\r\n\t\t\t\"text\": \"2530 - Mineral substances not elsewhere specified or included\",\r\n\t\t\t\"parent\": \"25\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"253010\",\r\n\t\t\t\"text\": \"253010 - Vermiculite, perlite and chlorites; unexpanded\",\r\n\t\t\t\"parent\": \"2530\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"253020\",\r\n\t\t\t\"text\": \"253020 - Kieserite, epsomite (natural magnesium sulphates)\",\r\n\t\t\t\"parent\": \"2530\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"253030\",\r\n\t\t\t\"text\": \"253030 - Earth colours\",\r\n\t\t\t\"parent\": \"2530\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"253040\",\r\n\t\t\t\"text\": \"253040 - Natural micaceous iron oxides\",\r\n\t\t\t\"parent\": \"2530\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"253090\",\r\n\t\t\t\"text\": \"253090 - Mineral substances; n.e.c. in chapter 25\",\r\n\t\t\t\"parent\": \"2530\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"26\",\r\n\t\t\t\"text\": \"26 - Ores, slag and ash\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2601\",\r\n\t\t\t\"text\": \"2601 - Iron ores and concentrates; including roasted iron pyrites\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"260111\",\r\n\t\t\t\"text\": \"260111 - Iron ores and concentrates; non-agglomerated\",\r\n\t\t\t\"parent\": \"2601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"260112\",\r\n\t\t\t\"text\": \"260112 - Iron ores and concentrates; agglomerated (excluding roasted iron pyrites)\",\r\n\t\t\t\"parent\": \"2601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"260120\",\r\n\t\t\t\"text\": \"260120 - Iron pyrites; roasted\",\r\n\t\t\t\"parent\": \"2601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2602\",\r\n\t\t\t\"text\": \"2602 - Manganese ores and concentrates, including ferruginous manganese ores and concentrates with a manganese content of 20% or more, calculated on the dry weight\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"260200\",\r\n\t\t\t\"text\": \"260200 - Manganese ores and concentrates, including ferruginous manganese ores and concentrates with a manganese content of 20% or more, calculated on the dry weight\",\r\n\t\t\t\"parent\": \"2602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2603\",\r\n\t\t\t\"text\": \"2603 - Copper ores and concentrates\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"260300\",\r\n\t\t\t\"text\": \"260300 - Copper ores and concentrates\",\r\n\t\t\t\"parent\": \"2603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2604\",\r\n\t\t\t\"text\": \"2604 - Nickel ores and concentrates\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"260400\",\r\n\t\t\t\"text\": \"260400 - Nickel ores and concentrates\",\r\n\t\t\t\"parent\": \"2604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2605\",\r\n\t\t\t\"text\": \"2605 - Cobalt ores and concentrates\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"260500\",\r\n\t\t\t\"text\": \"260500 - Cobalt ores and concentrates\",\r\n\t\t\t\"parent\": \"2605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2606\",\r\n\t\t\t\"text\": \"2606 - Aluminium ores and concentrates\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"260600\",\r\n\t\t\t\"text\": \"260600 - Aluminium ores and concentrates\",\r\n\t\t\t\"parent\": \"2606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2607\",\r\n\t\t\t\"text\": \"2607 - Lead ores and concentrates\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"260700\",\r\n\t\t\t\"text\": \"260700 - Lead ores and concentrates\",\r\n\t\t\t\"parent\": \"2607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2608\",\r\n\t\t\t\"text\": \"2608 - Zinc ores and concentrates\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"260800\",\r\n\t\t\t\"text\": \"260800 - Zinc ores and concentrates\",\r\n\t\t\t\"parent\": \"2608\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2609\",\r\n\t\t\t\"text\": \"2609 - Tin ores and concentrates\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"260900\",\r\n\t\t\t\"text\": \"260900 - Tin ores and concentrates\",\r\n\t\t\t\"parent\": \"2609\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2610\",\r\n\t\t\t\"text\": \"2610 - Chromium ores and concentrates\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"261000\",\r\n\t\t\t\"text\": \"261000 - Chromium ores and concentrates\",\r\n\t\t\t\"parent\": \"2610\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2611\",\r\n\t\t\t\"text\": \"2611 - Tungsten ores and concentrates\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"261100\",\r\n\t\t\t\"text\": \"261100 - Tungsten ores and concentrates\",\r\n\t\t\t\"parent\": \"2611\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2612\",\r\n\t\t\t\"text\": \"2612 - Uranium or thorium ores and concentrates\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"261210\",\r\n\t\t\t\"text\": \"261210 - Uranium ores and concentrates\",\r\n\t\t\t\"parent\": \"2612\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"261220\",\r\n\t\t\t\"text\": \"261220 - Thorium ores and concentrates\",\r\n\t\t\t\"parent\": \"2612\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2613\",\r\n\t\t\t\"text\": \"2613 - Molybdenum ores and concentrates\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"261310\",\r\n\t\t\t\"text\": \"261310 - Molybdenum ores and concentrates; roasted\",\r\n\t\t\t\"parent\": \"2613\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"261390\",\r\n\t\t\t\"text\": \"261390 - Molybdenum ores and concentrates; other than roasted\",\r\n\t\t\t\"parent\": \"2613\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2614\",\r\n\t\t\t\"text\": \"2614 - Titanium ores and concentrates\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"261400\",\r\n\t\t\t\"text\": \"261400 - Titanium ores and concentrates\",\r\n\t\t\t\"parent\": \"2614\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2615\",\r\n\t\t\t\"text\": \"2615 - Niobium, tantalum, vanadium or zirconium ores and concentrates\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"261510\",\r\n\t\t\t\"text\": \"261510 - Zirconium ores and concentrates\",\r\n\t\t\t\"parent\": \"2615\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"261590\",\r\n\t\t\t\"text\": \"261590 - Niobium, tantalum, vanadium ores and concentrates\",\r\n\t\t\t\"parent\": \"2615\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2616\",\r\n\t\t\t\"text\": \"2616 - Precious metal ores and concentrates\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"261610\",\r\n\t\t\t\"text\": \"261610 - Silver ores and concentrates\",\r\n\t\t\t\"parent\": \"2616\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"261690\",\r\n\t\t\t\"text\": \"261690 - Precious metal ores and concentrates; (excluding silver)\",\r\n\t\t\t\"parent\": \"2616\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2617\",\r\n\t\t\t\"text\": \"2617 - Ores and concentrates; n.e.c. in heading no. 2601\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"261710\",\r\n\t\t\t\"text\": \"261710 - Antimony ores and concentrates\",\r\n\t\t\t\"parent\": \"2617\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"261790\",\r\n\t\t\t\"text\": \"261790 - Ores and concentrates n.e.c. in chapter 26; other than antimony\",\r\n\t\t\t\"parent\": \"2617\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2618\",\r\n\t\t\t\"text\": \"2618 - Granulated slag (slag sand) from the manufacture of iron or steel\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"261800\",\r\n\t\t\t\"text\": \"261800 - Slag, granulated (slag sand); from the manufacture or iron or steel\",\r\n\t\t\t\"parent\": \"2618\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2619\",\r\n\t\t\t\"text\": \"2619 - Slag, dross; (other than granulated slag), scalings and other waste from the manufacture of iron or steel\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"261900\",\r\n\t\t\t\"text\": \"261900 - Slag, dross; (other than granulated slag), scalings and other waste from the manufacture of iron or steel\",\r\n\t\t\t\"parent\": \"2619\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2620\",\r\n\t\t\t\"text\": \"2620 - Slag, ash and residues; (not from the manufacture of iron or steel) containing metals, arsenic or their compounds\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"262011\",\r\n\t\t\t\"text\": \"262011 - Slag, ash and residues; (not from the manufacture of iron or steel), containing mainly zinc, hard zinc spelter\",\r\n\t\t\t\"parent\": \"2620\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"262019\",\r\n\t\t\t\"text\": \"262019 - Slag, ash and residues; (not from the manufacture of iron or steel), containing mainly zinc, other than hard zinc spelter\",\r\n\t\t\t\"parent\": \"2620\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"262020\",\r\n\t\t\t\"text\": \"262020 - Ash or residues containing mainly lead\",\r\n\t\t\t\"parent\": \"2620\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"262021\",\r\n\t\t\t\"text\": \"262021 - Slag, ash and residues; (not from the manufacture of iron or steel), containing mainly lead; leaded gasoline sludges and leaded anti-knock compound sludges\",\r\n\t\t\t\"parent\": \"2620\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"262029\",\r\n\t\t\t\"text\": \"262029 - Slag, ash and residues; (not from the manufacture of iron or steel), containing mainly lead; excluding leaded gasoline sludges and leaded anti-knock compound sludges\",\r\n\t\t\t\"parent\": \"2620\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"262030\",\r\n\t\t\t\"text\": \"262030 - Slag, ash and residues; (not from the manufacture of iron or steel), containing mainly copper\",\r\n\t\t\t\"parent\": \"2620\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"262040\",\r\n\t\t\t\"text\": \"262040 - Slag, ash and residues; (not from the manufacture of iron or steel), containing mainly aluminium\",\r\n\t\t\t\"parent\": \"2620\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"262050\",\r\n\t\t\t\"text\": \"262050 - Ash or residues containing mainly vanadium\",\r\n\t\t\t\"parent\": \"2620\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"262060\",\r\n\t\t\t\"text\": \"262060 - Slag, ash and residues; (not from the manufacture of iron or steel), containing arsenic, mercury, thallium or their mixtures, of a kind used for the extraction of arsenic or those metals or for the manufacture of their chemical compounds\",\r\n\t\t\t\"parent\": \"2620\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"262090\",\r\n\t\t\t\"text\": \"262090 - Ash or residues containing metals, metal compounds ne\",\r\n\t\t\t\"parent\": \"2620\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"262091\",\r\n\t\t\t\"text\": \"262091 - Slag, ash and residues; (not from the manufacture of iron or steel), containing antimony, beryllium, cadmium, chromium or their mixtures\",\r\n\t\t\t\"parent\": \"2620\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"262099\",\r\n\t\t\t\"text\": \"262099 - Slag, ash and residues; (not from the manufacture of iron or steel), containing mainly metals or their compounds, n.e.c. in heading no. 2620\",\r\n\t\t\t\"parent\": \"2620\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2621\",\r\n\t\t\t\"text\": \"2621 - Slag and ash n.e.c. in chapter 26; including seaweed ash (kelp) and ash and residues from the incineration of municipal waste\",\r\n\t\t\t\"parent\": \"26\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"262100\",\r\n\t\t\t\"text\": \"262100 - Slag and ash nes, including seaweed ash (kelp)\",\r\n\t\t\t\"parent\": \"2621\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"262110\",\r\n\t\t\t\"text\": \"262110 - Slag and ash; ash and residues from the incineration of municipal waste\",\r\n\t\t\t\"parent\": \"2621\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"262190\",\r\n\t\t\t\"text\": \"262190 - Slag and ash n.e.c. in chapter 26; including seaweed ash (kelp) but excluding ash and residues from the incineration of municipal waste\",\r\n\t\t\t\"parent\": \"2621\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"27\",\r\n\t\t\t\"text\": \"27 - Mineral fuels, mineral oils and products of their distillation; bituminous substances; mineral waxes\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2701\",\r\n\t\t\t\"text\": \"2701 - Coal; briquettes, ovoids and similar solid fuels manufactured from coal\",\r\n\t\t\t\"parent\": \"27\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270111\",\r\n\t\t\t\"text\": \"270111 - Coal; anthracite, whether or not pulverised, but not agglomerated\",\r\n\t\t\t\"parent\": \"2701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270112\",\r\n\t\t\t\"text\": \"270112 - Coal; bituminous, whether or not pulverised, but not agglomerated\",\r\n\t\t\t\"parent\": \"2701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270119\",\r\n\t\t\t\"text\": \"270119 - Coal; (other than anthracite and bituminous), whether or not pulverised but not agglomerated\",\r\n\t\t\t\"parent\": \"2701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270120\",\r\n\t\t\t\"text\": \"270120 - Briquettes, ovoids and similar solid fuels; manufactured from coal\",\r\n\t\t\t\"parent\": \"2701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2702\",\r\n\t\t\t\"text\": \"2702 - Lignite; whether or not agglomerated, excluding jet\",\r\n\t\t\t\"parent\": \"27\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270210\",\r\n\t\t\t\"text\": \"270210 - Lignite; whether or not pulverised, but not agglomerated, excluding jet\",\r\n\t\t\t\"parent\": \"2702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270220\",\r\n\t\t\t\"text\": \"270220 - Lignite; agglomerated, excluding jet\",\r\n\t\t\t\"parent\": \"2702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2703\",\r\n\t\t\t\"text\": \"2703 - Peat; (including peat litter), whether or not agglomerated\",\r\n\t\t\t\"parent\": \"27\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270300\",\r\n\t\t\t\"text\": \"270300 - Peat; (including peat litter), whether or not agglomerated\",\r\n\t\t\t\"parent\": \"2703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2704\",\r\n\t\t\t\"text\": \"2704 - Coke and semi-coke; of coal, lignite or peat, whether or not agglomerated; retort carbon\",\r\n\t\t\t\"parent\": \"27\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270400\",\r\n\t\t\t\"text\": \"270400 - Coke and semi-coke; of coal, lignite or peat, whether or not agglomerated; retort carbon\",\r\n\t\t\t\"parent\": \"2704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2705\",\r\n\t\t\t\"text\": \"2705 - Coal gas, water gas, producer gas and similar gases, other than petroleum gases and other gaseous hydrocarbons\",\r\n\t\t\t\"parent\": \"27\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270500\",\r\n\t\t\t\"text\": \"270500 - Gases; coal, water, producer and similar gases (excluding petroleum and other gaseous hydrocarbons)\",\r\n\t\t\t\"parent\": \"2705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2706\",\r\n\t\t\t\"text\": \"2706 - Tar distilled from coal, from lignite, peat and other mineral tars, whether or not dehydrated or partially distilled; including reconstituted tars\",\r\n\t\t\t\"parent\": \"27\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270600\",\r\n\t\t\t\"text\": \"270600 - Tar; distilled from coal, lignite or peat, and other mineral tars, whether or not dehydrated or partially distilled, including reconstituted tars\",\r\n\t\t\t\"parent\": \"2706\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2707\",\r\n\t\t\t\"text\": \"2707 - Oils and other products of the distillation of high temperature coal tar; similar products in which the weight of the aromatic constituents exceeds that of the non-aromatic constituents\",\r\n\t\t\t\"parent\": \"27\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270710\",\r\n\t\t\t\"text\": \"270710 - Oils and products of the distillation of high temperature coal tar; benzol (benzene)\",\r\n\t\t\t\"parent\": \"2707\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270720\",\r\n\t\t\t\"text\": \"270720 - Oils and products of the distillation of high temperature coal tar; toluol (toluene)\",\r\n\t\t\t\"parent\": \"2707\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270730\",\r\n\t\t\t\"text\": \"270730 - Oils and products of the distillation of high temperature coal tar; xylol (xylenes)\",\r\n\t\t\t\"parent\": \"2707\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270740\",\r\n\t\t\t\"text\": \"270740 - Oils and products of the distillation of high temperature coal tar; naphthalene\",\r\n\t\t\t\"parent\": \"2707\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270750\",\r\n\t\t\t\"text\": \"270750 - Aromatic hydrocarbon mixtures; n.e.c. in heading no. 2707, of which 65% or more by volume (including losses) distils at 250 degrees Celsius by the ISO 3405 method (equivalent to the ASTM D 86 method)\",\r\n\t\t\t\"parent\": \"2707\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270760\",\r\n\t\t\t\"text\": \"270760 - Phenols\",\r\n\t\t\t\"parent\": \"2707\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270791\",\r\n\t\t\t\"text\": \"270791 - Oils and other products of the distillation of high temperature coal tar; creosote oils\",\r\n\t\t\t\"parent\": \"2707\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270799\",\r\n\t\t\t\"text\": \"270799 - Oils and other products of the distillation of high temperature coal tar; n.e.c. in heading no. 2707\",\r\n\t\t\t\"parent\": \"2707\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2708\",\r\n\t\t\t\"text\": \"2708 - Pitch and pitch coke; obtained from coal tar or from other mineral tars\",\r\n\t\t\t\"parent\": \"27\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270810\",\r\n\t\t\t\"text\": \"270810 - Pitch; obtained from coal tar or from other mineral tars\",\r\n\t\t\t\"parent\": \"2708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270820\",\r\n\t\t\t\"text\": \"270820 - Pitch coke; obtained from coal tar or from other mineral tars\",\r\n\t\t\t\"parent\": \"2708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2709\",\r\n\t\t\t\"text\": \"2709 - Petroleum oils and oils obtained from bituminous minerals; crude\",\r\n\t\t\t\"parent\": \"27\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"270900\",\r\n\t\t\t\"text\": \"270900 - Oils; petroleum oils and oils obtained from bituminous minerals, crude\",\r\n\t\t\t\"parent\": \"2709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2710\",\r\n\t\t\t\"text\": \"2710 - Petroleum oils and oils from bituminous minerals, not crude; preparations n.e.c, containing by weight 70% or more of petroleum oils or oils from bituminous minerals; these being the basic constituents of the preparations; waste oils\",\r\n\t\t\t\"parent\": \"27\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271000\",\r\n\t\t\t\"text\": \"271000 - Oils petroleum, bituminous, distillates, except crude\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271011\",\r\n\t\t\t\"text\": \"271011 - Light petroleum oils & preparations\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271012\",\r\n\t\t\t\"text\": \"271012 - Petroleum oils and oils from bituminous minerals, not containing biodiesel, not crude, not waste oils; preparations n.e.c, containing by weight 70% or more of petroleum oils or oils from bituminous minerals; light oils and preparations\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271013\",\r\n\t\t\t\"text\": \"271013 - Petroleum spirit except aviation or motor fuel\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271014\",\r\n\t\t\t\"text\": \"271014 - Petroleum spirit-type fuel\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271015\",\r\n\t\t\t\"text\": \"271015 - White spirit\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271016\",\r\n\t\t\t\"text\": \"271016 - Petroleum naphtha\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271019\",\r\n\t\t\t\"text\": \"271019 - Petroleum oils and oils from bituminous minerals, not containing biodiesel, not crude, not waste oils; preparations n.e.c, containing by weight 70% or more of petroleum oils or oils from bituminous minerals; not light oils and preparations\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271020\",\r\n\t\t\t\"text\": \"271020 - Petroleum oils and oils from bituminous minerals, containing biodiesel, not crude, not waste oils; preparations n.e.c, containing by weight 70% or more of petroleum oils or oils from bituminous minerals\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271021\",\r\n\t\t\t\"text\": \"271021 - Kerosene jet fuel\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271022\",\r\n\t\t\t\"text\": \"271022 - Kerosene, for furnaces\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271025\",\r\n\t\t\t\"text\": \"271025 - Kerosene lamp oil, motor kerosene, light diesel, etc\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271026\",\r\n\t\t\t\"text\": \"271026 - Gas oils - bunker oil, No.1 furnace, motor diesel\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271027\",\r\n\t\t\t\"text\": \"271027 - Diesel oils- No.2 furnace, marine diesel\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271029\",\r\n\t\t\t\"text\": \"271029 - Fuel oils nes, heavy distillates\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271091\",\r\n\t\t\t\"text\": \"271091 - Waste Oils; of petroleum or obtained from bituminous minerals, not crude; and preparations n.e.c., weight 70% or preparations of the same, containing polychlorinated biphenyls (PCBs), polychorinated terphenyls (PCTs) or polybrominated biphenyls (PBBs)\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271093\",\r\n\t\t\t\"text\": \"271093 - Heavy furnace oil nes\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271094\",\r\n\t\t\t\"text\": \"271094 - Petroleum oil used in road building\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271095\",\r\n\t\t\t\"text\": \"271095 - Petroleum lubricating oils\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271096\",\r\n\t\t\t\"text\": \"271096 - Petroleum lubricating greases\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271099\",\r\n\t\t\t\"text\": \"271099 - Waste Oils; of petroleum or obtained from bituminous minerals, not crude and preparations n.e.c., weight 70% or preparations of the same, not containing polychlorinated biphenyls (PCBs), polychorinated terphenyls (PCTs) or polybrominated biphenyls (PBBs)\",\r\n\t\t\t\"parent\": \"2710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2711\",\r\n\t\t\t\"text\": \"2711 - Petroleum gases and other gaseous hydrocarbons\",\r\n\t\t\t\"parent\": \"27\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271111\",\r\n\t\t\t\"text\": \"271111 - Petroleum gases and other gaseous hydrocarbons; liquefied, natural gas\",\r\n\t\t\t\"parent\": \"2711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271112\",\r\n\t\t\t\"text\": \"271112 - Petroleum gases and other gaseous hydrocarbons; liquefied, propane\",\r\n\t\t\t\"parent\": \"2711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271113\",\r\n\t\t\t\"text\": \"271113 - Petroleum gases and other gaseous hydrocarbons; liquefied, butanes\",\r\n\t\t\t\"parent\": \"2711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271114\",\r\n\t\t\t\"text\": \"271114 - Petroleum gases and other gaseous hydrocarbons; liquefied, ethylene, propylene, butylene and butadiene\",\r\n\t\t\t\"parent\": \"2711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271119\",\r\n\t\t\t\"text\": \"271119 - Petroleum gases and other gaseous hydrocarbons; liquefied, n.e.c. in heading no. 2711\",\r\n\t\t\t\"parent\": \"2711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271121\",\r\n\t\t\t\"text\": \"271121 - Petroleum gases and other gaseous hydrocarbons; in gaseous state, natural gas\",\r\n\t\t\t\"parent\": \"2711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271129\",\r\n\t\t\t\"text\": \"271129 - Petroleum gases and other gaseous hydrocarbons; in gaseous state, other than natural gas\",\r\n\t\t\t\"parent\": \"2711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2712\",\r\n\t\t\t\"text\": \"2712 - Petroleum jelly; paraffin wax, micro-crystalline petroleum wax, slack wax, ozokerite, lignite wax, peat wax, other mineral waxes, similar products obtained by synthesis, other processes; coloured or not\",\r\n\t\t\t\"parent\": \"27\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271210\",\r\n\t\t\t\"text\": \"271210 - Petroleum jelly\",\r\n\t\t\t\"parent\": \"2712\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271220\",\r\n\t\t\t\"text\": \"271220 - Paraffin wax; containing by weight less than 0.75% of oil, obtained by synthesis or by other processes, whether or not coloured\",\r\n\t\t\t\"parent\": \"2712\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271290\",\r\n\t\t\t\"text\": \"271290 - Paraffin wax; containing by weight 0.75% or more of oil, obtained by synthesis or by other processes, whether or not coloured\",\r\n\t\t\t\"parent\": \"2712\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2713\",\r\n\t\t\t\"text\": \"2713 - Petroleum coke, petroleum bitumen; other residues of petroleum oils or oils obtained from bituminous minerals\",\r\n\t\t\t\"parent\": \"27\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271311\",\r\n\t\t\t\"text\": \"271311 - Petroleum coke; (not calcined), obtained from bituminous minerals\",\r\n\t\t\t\"parent\": \"2713\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271312\",\r\n\t\t\t\"text\": \"271312 - Petroleum coke; calcined, obtained from bituminous minerals\",\r\n\t\t\t\"parent\": \"2713\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271320\",\r\n\t\t\t\"text\": \"271320 - Petroleum bitumen; obtained from bituminous minerals\",\r\n\t\t\t\"parent\": \"2713\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271390\",\r\n\t\t\t\"text\": \"271390 - Residues; of petroleum oils or of oils obtained from bituminous minerals\",\r\n\t\t\t\"parent\": \"2713\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2714\",\r\n\t\t\t\"text\": \"2714 - Bitumen and asphalt, natural; bituminous or oil shale and tar sands; asphaltites and asphaltic rocks\",\r\n\t\t\t\"parent\": \"27\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271410\",\r\n\t\t\t\"text\": \"271410 - Bituminous or oil shale and tar sands\",\r\n\t\t\t\"parent\": \"2714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271490\",\r\n\t\t\t\"text\": \"271490 - Bitumen and asphalt, natural; asphaltites and asphaltic rock\",\r\n\t\t\t\"parent\": \"2714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2715\",\r\n\t\t\t\"text\": \"2715 - Bituminous mixtures based on natural asphalt; on natural bitumen, on petroleum bitumen, on mineral tar or on mineral tar pitch (e.g. bituminous mastics, cut-backs)\",\r\n\t\t\t\"parent\": \"27\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271500\",\r\n\t\t\t\"text\": \"271500 - Bituminous mixtures based on natural asphalt, on natural bitumen, on petroleum bitumen, on mineral tar or on mineral tar pitch (e.g. bituminous mastics, cut-backs)\",\r\n\t\t\t\"parent\": \"2715\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2716\",\r\n\t\t\t\"text\": \"2716 - Electrical energy\",\r\n\t\t\t\"parent\": \"27\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"271600\",\r\n\t\t\t\"text\": \"271600 - Electrical energy\",\r\n\t\t\t\"parent\": \"2716\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"28\",\r\n\t\t\t\"text\": \"28 - Inorganic chemicals; organic and inorganic compounds of precious metals; of rare earth metals, of radio-active elements and of isotopes\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2801\",\r\n\t\t\t\"text\": \"2801 - Fluorine, chlorine, bromine and iodine\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280110\",\r\n\t\t\t\"text\": \"280110 - Chlorine\",\r\n\t\t\t\"parent\": \"2801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280120\",\r\n\t\t\t\"text\": \"280120 - Iodine\",\r\n\t\t\t\"parent\": \"2801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280130\",\r\n\t\t\t\"text\": \"280130 - Fluorine; bromine\",\r\n\t\t\t\"parent\": \"2801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2802\",\r\n\t\t\t\"text\": \"2802 - Sulphur; sublimed or precipitated, colloidal sulphur\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280200\",\r\n\t\t\t\"text\": \"280200 - Sulphur; sublimed or precipitated, colloidal sulphur\",\r\n\t\t\t\"parent\": \"2802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2803\",\r\n\t\t\t\"text\": \"2803 - Carbon; carbon blacks and other forms of carbon n.e.c.\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280300\",\r\n\t\t\t\"text\": \"280300 - Carbon; carbon blacks and other forms of carbon n.e.c.\",\r\n\t\t\t\"parent\": \"2803\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2804\",\r\n\t\t\t\"text\": \"2804 - Hydrogen, rare gases and other non-metals\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280410\",\r\n\t\t\t\"text\": \"280410 - Hydrogen\",\r\n\t\t\t\"parent\": \"2804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280421\",\r\n\t\t\t\"text\": \"280421 - Gases, rare; argon\",\r\n\t\t\t\"parent\": \"2804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280429\",\r\n\t\t\t\"text\": \"280429 - Gases, rare; other than argon\",\r\n\t\t\t\"parent\": \"2804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280430\",\r\n\t\t\t\"text\": \"280430 - Nitrogen\",\r\n\t\t\t\"parent\": \"2804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280440\",\r\n\t\t\t\"text\": \"280440 - Oxygen\",\r\n\t\t\t\"parent\": \"2804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280450\",\r\n\t\t\t\"text\": \"280450 - Boron; tellurium\",\r\n\t\t\t\"parent\": \"2804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280461\",\r\n\t\t\t\"text\": \"280461 - Silicon; containing by weight not less than 99.99% of silicon\",\r\n\t\t\t\"parent\": \"2804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280469\",\r\n\t\t\t\"text\": \"280469 - Silicon; containing by weight less than 99.99% of silicon\",\r\n\t\t\t\"parent\": \"2804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280470\",\r\n\t\t\t\"text\": \"280470 - Phosphorus\",\r\n\t\t\t\"parent\": \"2804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280480\",\r\n\t\t\t\"text\": \"280480 - Arsenic\",\r\n\t\t\t\"parent\": \"2804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280490\",\r\n\t\t\t\"text\": \"280490 - Selenium\",\r\n\t\t\t\"parent\": \"2804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2805\",\r\n\t\t\t\"text\": \"2805 - Alkali or alkaline-earth metals; rare-earth metals, scandium and yttrium, whether or not intermixed or interalloyed; mercury\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280511\",\r\n\t\t\t\"text\": \"280511 - Alkali or alkali-earth metals; sodium\",\r\n\t\t\t\"parent\": \"2805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280512\",\r\n\t\t\t\"text\": \"280512 - Alkali or alkali-earth metals; calcium\",\r\n\t\t\t\"parent\": \"2805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280519\",\r\n\t\t\t\"text\": \"280519 - Alkali or alkali-earth metals; other than sodium and calcium\",\r\n\t\t\t\"parent\": \"2805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280521\",\r\n\t\t\t\"text\": \"280521 - Calcium\",\r\n\t\t\t\"parent\": \"2805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280522\",\r\n\t\t\t\"text\": \"280522 - Strontium and barium\",\r\n\t\t\t\"parent\": \"2805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280530\",\r\n\t\t\t\"text\": \"280530 - Earth-metals, rare; scandium and yttrium, whether or not intermixed or interalloyed\",\r\n\t\t\t\"parent\": \"2805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280540\",\r\n\t\t\t\"text\": \"280540 - Mercury\",\r\n\t\t\t\"parent\": \"2805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2806\",\r\n\t\t\t\"text\": \"2806 - Hydrogen chloride (hydrochloric acid); chlorosulphuric acid\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280610\",\r\n\t\t\t\"text\": \"280610 - Hydrogen chloride (hydrochloric acid)\",\r\n\t\t\t\"parent\": \"2806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280620\",\r\n\t\t\t\"text\": \"280620 - Chlorosulphuric acid\",\r\n\t\t\t\"parent\": \"2806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2807\",\r\n\t\t\t\"text\": \"2807 - Sulphuric acid; oleum\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280700\",\r\n\t\t\t\"text\": \"280700 - Sulphuric acid; oleum\",\r\n\t\t\t\"parent\": \"2807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2808\",\r\n\t\t\t\"text\": \"2808 - Nitric acid; sulphonitric acids\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280800\",\r\n\t\t\t\"text\": \"280800 - Nitric acid; sulphonitric acids\",\r\n\t\t\t\"parent\": \"2808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2809\",\r\n\t\t\t\"text\": \"2809 - Diphosphorus pentaoxide; phosphoric acid; polyphosphoric acids, whether or not chemically defined\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280910\",\r\n\t\t\t\"text\": \"280910 - Diphosphorus pentoxide\",\r\n\t\t\t\"parent\": \"2809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"280920\",\r\n\t\t\t\"text\": \"280920 - Phosphoric acid and polyphosphoric acids\",\r\n\t\t\t\"parent\": \"2809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2810\",\r\n\t\t\t\"text\": \"2810 - Oxides of boron; boric acids\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281000\",\r\n\t\t\t\"text\": \"281000 - Oxides of boron; boric acids\",\r\n\t\t\t\"parent\": \"2810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2811\",\r\n\t\t\t\"text\": \"2811 - Inorganic acids and other inorganic oxygen compounds of non-metals; n.e.c. in heading no. 2806 to 2810\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281111\",\r\n\t\t\t\"text\": \"281111 - Hydrogen fluoride (hydrofluoric acid)\",\r\n\t\t\t\"parent\": \"2811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281112\",\r\n\t\t\t\"text\": \"281112 - Hydrogen cyanide (hydrocyanic acid)\",\r\n\t\t\t\"parent\": \"2811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281119\",\r\n\t\t\t\"text\": \"281119 - Inorganic acids; other than hydrogen fluoride\",\r\n\t\t\t\"parent\": \"2811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281121\",\r\n\t\t\t\"text\": \"281121 - Carbon dioxide\",\r\n\t\t\t\"parent\": \"2811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281122\",\r\n\t\t\t\"text\": \"281122 - Silicon dioxide\",\r\n\t\t\t\"parent\": \"2811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281123\",\r\n\t\t\t\"text\": \"281123 - Sulphur dioxide\",\r\n\t\t\t\"parent\": \"2811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281129\",\r\n\t\t\t\"text\": \"281129 - Inorganic oxygen compounds; of non-metals, n.e.c. in item no. 2811.2\",\r\n\t\t\t\"parent\": \"2811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2812\",\r\n\t\t\t\"text\": \"2812 - Halides and halide oxides of non-metals\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281210\",\r\n\t\t\t\"text\": \"281210 - Chlorides and chloride oxides\",\r\n\t\t\t\"parent\": \"2812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281211\",\r\n\t\t\t\"text\": \"281211 - Carbonyl dichloride (phosgene)\",\r\n\t\t\t\"parent\": \"2812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281212\",\r\n\t\t\t\"text\": \"281212 - Phosphorus oxychloride\",\r\n\t\t\t\"parent\": \"2812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281213\",\r\n\t\t\t\"text\": \"281213 - Phosphorus trichloride\",\r\n\t\t\t\"parent\": \"2812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281214\",\r\n\t\t\t\"text\": \"281214 - Phosphorus pentachloride\",\r\n\t\t\t\"parent\": \"2812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281215\",\r\n\t\t\t\"text\": \"281215 - Sulphur monochloride\",\r\n\t\t\t\"parent\": \"2812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281216\",\r\n\t\t\t\"text\": \"281216 - Sulphur dichloride\",\r\n\t\t\t\"parent\": \"2812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281217\",\r\n\t\t\t\"text\": \"281217 - Thionyl chloride\",\r\n\t\t\t\"parent\": \"2812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281219\",\r\n\t\t\t\"text\": \"281219 - Arsenic trichloride and other chlorides and chloride oxides, n.e.c. in item no. 2812\",\r\n\t\t\t\"parent\": \"2812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281290\",\r\n\t\t\t\"text\": \"281290 - Halides and halide oxides of non-metals; excluding chloride\",\r\n\t\t\t\"parent\": \"2812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2813\",\r\n\t\t\t\"text\": \"2813 - Sulphides of non-metals; commercial phosphorus trisulphide\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281310\",\r\n\t\t\t\"text\": \"281310 - Carbon disulphide\",\r\n\t\t\t\"parent\": \"2813\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281390\",\r\n\t\t\t\"text\": \"281390 - Sulphides of non-metals, (excluding carbon); commercial phosphorus trisulphide\",\r\n\t\t\t\"parent\": \"2813\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2814\",\r\n\t\t\t\"text\": \"2814 - Ammonia; anhydrous or in aqueous solution\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281410\",\r\n\t\t\t\"text\": \"281410 - Ammonia; anhydrous\",\r\n\t\t\t\"parent\": \"2814\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281420\",\r\n\t\t\t\"text\": \"281420 - Ammonia; in aqueous solution\",\r\n\t\t\t\"parent\": \"2814\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2815\",\r\n\t\t\t\"text\": \"2815 - Sodium hydroxide (caustic soda); potassium hydroxide (caustic potash) peroxides of sodium or potassium\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281511\",\r\n\t\t\t\"text\": \"281511 - Sodium hydroxide (caustic soda); solid\",\r\n\t\t\t\"parent\": \"2815\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281512\",\r\n\t\t\t\"text\": \"281512 - Sodium hydroxide (caustic soda); in aqueous solution (soda lye or liquid soda)\",\r\n\t\t\t\"parent\": \"2815\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281520\",\r\n\t\t\t\"text\": \"281520 - Potassium hydroxide (caustic potash)\",\r\n\t\t\t\"parent\": \"2815\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281530\",\r\n\t\t\t\"text\": \"281530 - Peroxides of sodium or potassium\",\r\n\t\t\t\"parent\": \"2815\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2816\",\r\n\t\t\t\"text\": \"2816 - Hydroxide and peroxide of magnesium; oxides, hydroxides and peroxides of strontium or barium\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281610\",\r\n\t\t\t\"text\": \"281610 - Hydroxide and peroxide of magnesium\",\r\n\t\t\t\"parent\": \"2816\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281620\",\r\n\t\t\t\"text\": \"281620 - Strontium oxide, hydroxide and peroxide\",\r\n\t\t\t\"parent\": \"2816\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281630\",\r\n\t\t\t\"text\": \"281630 - Barium oxide, hydroxide and peroxide\",\r\n\t\t\t\"parent\": \"2816\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281640\",\r\n\t\t\t\"text\": \"281640 - Oxides, hydroxides and peroxides, of strontium or barium\",\r\n\t\t\t\"parent\": \"2816\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2817\",\r\n\t\t\t\"text\": \"2817 - Zinc; oxide and peroxide\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281700\",\r\n\t\t\t\"text\": \"281700 - Zinc; oxide and peroxide\",\r\n\t\t\t\"parent\": \"2817\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2818\",\r\n\t\t\t\"text\": \"2818 - Aluminium oxide (including artificial corundum); aluminium hydroxide\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281810\",\r\n\t\t\t\"text\": \"281810 - Aluminium oxide; artificial corundum\",\r\n\t\t\t\"parent\": \"2818\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281820\",\r\n\t\t\t\"text\": \"281820 - Aluminium oxide; other than artificial corundum\",\r\n\t\t\t\"parent\": \"2818\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281830\",\r\n\t\t\t\"text\": \"281830 - Aluminium hydroxide\",\r\n\t\t\t\"parent\": \"2818\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2819\",\r\n\t\t\t\"text\": \"2819 - Chromium oxides and hydroxides\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281910\",\r\n\t\t\t\"text\": \"281910 - Chromium trioxide\",\r\n\t\t\t\"parent\": \"2819\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"281990\",\r\n\t\t\t\"text\": \"281990 - Chromium oxides and hydroxides; excluding chromium trioxide\",\r\n\t\t\t\"parent\": \"2819\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2820\",\r\n\t\t\t\"text\": \"2820 - Manganese oxides\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282010\",\r\n\t\t\t\"text\": \"282010 - Manganese dioxide\",\r\n\t\t\t\"parent\": \"2820\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282090\",\r\n\t\t\t\"text\": \"282090 - Manganese oxides; excluding manganese dioxide\",\r\n\t\t\t\"parent\": \"2820\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2821\",\r\n\t\t\t\"text\": \"2821 - Iron oxides and hydroxides; earth colours containing 70% or more by weight of combined iron evaluated as Fe2o3\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282110\",\r\n\t\t\t\"text\": \"282110 - Iron oxides and hydroxides\",\r\n\t\t\t\"parent\": \"2821\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282120\",\r\n\t\t\t\"text\": \"282120 - Earth colours; containing 70% or more by weight of combined iron evaluated as Fe2o3\",\r\n\t\t\t\"parent\": \"2821\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2822\",\r\n\t\t\t\"text\": \"2822 - Cobalt oxides and hydroxides; commercial cobalt oxides\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282200\",\r\n\t\t\t\"text\": \"282200 - Cobalt oxides and hydroxides; commercial cobalt oxides\",\r\n\t\t\t\"parent\": \"2822\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2823\",\r\n\t\t\t\"text\": \"2823 - Titanium oxides\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282300\",\r\n\t\t\t\"text\": \"282300 - Titanium oxides\",\r\n\t\t\t\"parent\": \"2823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2824\",\r\n\t\t\t\"text\": \"2824 - Lead oxides; red lead and orange lead\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282410\",\r\n\t\t\t\"text\": \"282410 - Lead; lead monoxide (litharge, massicot)\",\r\n\t\t\t\"parent\": \"2824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282420\",\r\n\t\t\t\"text\": \"282420 - Red lead and orange lead\",\r\n\t\t\t\"parent\": \"2824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282490\",\r\n\t\t\t\"text\": \"282490 - Lead oxides; n.e.c. in heading no. 2824\",\r\n\t\t\t\"parent\": \"2824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2825\",\r\n\t\t\t\"text\": \"2825 - Hydrazine and hydroxylamine and their inorganic salts; other inorganic bases; other metal oxides, hydroxides and peroxides\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282510\",\r\n\t\t\t\"text\": \"282510 - Hydrazine and hydroxylamine and their inorganic salts\",\r\n\t\t\t\"parent\": \"2825\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282520\",\r\n\t\t\t\"text\": \"282520 - Lithium oxide and hydroxide\",\r\n\t\t\t\"parent\": \"2825\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282530\",\r\n\t\t\t\"text\": \"282530 - Vanadium oxides and hydroxides\",\r\n\t\t\t\"parent\": \"2825\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282540\",\r\n\t\t\t\"text\": \"282540 - Nickel oxides and hydroxides\",\r\n\t\t\t\"parent\": \"2825\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282550\",\r\n\t\t\t\"text\": \"282550 - Copper oxides and hydroxides\",\r\n\t\t\t\"parent\": \"2825\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282560\",\r\n\t\t\t\"text\": \"282560 - Germanium oxides and zirconium dioxide\",\r\n\t\t\t\"parent\": \"2825\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282570\",\r\n\t\t\t\"text\": \"282570 - Molybdenum oxides and hydroxides\",\r\n\t\t\t\"parent\": \"2825\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282580\",\r\n\t\t\t\"text\": \"282580 - Antimony oxides\",\r\n\t\t\t\"parent\": \"2825\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282590\",\r\n\t\t\t\"text\": \"282590 - Inorganic bases, metal oxides, hydroxides and peroxides; n.e.c. in heading no. 2825\",\r\n\t\t\t\"parent\": \"2825\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2826\",\r\n\t\t\t\"text\": \"2826 - Fluorides; fluorosilicates, fluoroaluminates and other complex fluorine salts\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282611\",\r\n\t\t\t\"text\": \"282611 - Fluorides of ammonium or of sodium\",\r\n\t\t\t\"parent\": \"2826\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282612\",\r\n\t\t\t\"text\": \"282612 - Fluorides; of aluminium\",\r\n\t\t\t\"parent\": \"2826\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282619\",\r\n\t\t\t\"text\": \"282619 - Fluorides; other than of aluminium\",\r\n\t\t\t\"parent\": \"2826\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282620\",\r\n\t\t\t\"text\": \"282620 - Fluorosilicates of sodium or of potassium\",\r\n\t\t\t\"parent\": \"2826\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282630\",\r\n\t\t\t\"text\": \"282630 - Sodium hexafluoroaluminate (synthetic cryolite)\",\r\n\t\t\t\"parent\": \"2826\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282690\",\r\n\t\t\t\"text\": \"282690 - Fluorides; fluorosilicates, fluoroaluminates and other complex fluorine salts, n.e.c. in heading no. 2826\",\r\n\t\t\t\"parent\": \"2826\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2827\",\r\n\t\t\t\"text\": \"2827 - Chlorides; chloride oxides and chloride hydroxides; bromides and bromide oxides; iodides and iodide oxides\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282710\",\r\n\t\t\t\"text\": \"282710 - Chlorides; of ammonium\",\r\n\t\t\t\"parent\": \"2827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282720\",\r\n\t\t\t\"text\": \"282720 - Chlorides; of calcium\",\r\n\t\t\t\"parent\": \"2827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282731\",\r\n\t\t\t\"text\": \"282731 - Chlorides; of magnesium\",\r\n\t\t\t\"parent\": \"2827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282732\",\r\n\t\t\t\"text\": \"282732 - Chlorides; of aluminium\",\r\n\t\t\t\"parent\": \"2827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282733\",\r\n\t\t\t\"text\": \"282733 - Iron chlorides\",\r\n\t\t\t\"parent\": \"2827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282734\",\r\n\t\t\t\"text\": \"282734 - Cobalt chloride\",\r\n\t\t\t\"parent\": \"2827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282735\",\r\n\t\t\t\"text\": \"282735 - Chlorides; of nickel\",\r\n\t\t\t\"parent\": \"2827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282736\",\r\n\t\t\t\"text\": \"282736 - Zinc chloride\",\r\n\t\t\t\"parent\": \"2827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282737\",\r\n\t\t\t\"text\": \"282737 - Tin chlorides\",\r\n\t\t\t\"parent\": \"2827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282738\",\r\n\t\t\t\"text\": \"282738 - Barium chloride\",\r\n\t\t\t\"parent\": \"2827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282739\",\r\n\t\t\t\"text\": \"282739 - Chlorides; other than of ammonium, calcium, magnesium, aluminium and nickel\",\r\n\t\t\t\"parent\": \"2827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282741\",\r\n\t\t\t\"text\": \"282741 - Chloride oxides and chloride hydroxides; of copper\",\r\n\t\t\t\"parent\": \"2827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282749\",\r\n\t\t\t\"text\": \"282749 - Chloride oxides and chloride hydroxides; other than of copper\",\r\n\t\t\t\"parent\": \"2827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282751\",\r\n\t\t\t\"text\": \"282751 - Bromides; of sodium or of potassium\",\r\n\t\t\t\"parent\": \"2827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282759\",\r\n\t\t\t\"text\": \"282759 - Bromides and bromide oxides; other than item no. 2827.51\",\r\n\t\t\t\"parent\": \"2827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282760\",\r\n\t\t\t\"text\": \"282760 - Iodides and iodide oxides\",\r\n\t\t\t\"parent\": \"2827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2828\",\r\n\t\t\t\"text\": \"2828 - Hypochlorites; commercial calcium hypochlorite; chlorites; hypobromites\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282810\",\r\n\t\t\t\"text\": \"282810 - Hypochlorites; commercial calcium hypochlorite and other calcium hypochlorites\",\r\n\t\t\t\"parent\": \"2828\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282890\",\r\n\t\t\t\"text\": \"282890 - Hypochlorites; n.e.c. in heading no. 2828\",\r\n\t\t\t\"parent\": \"2828\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2829\",\r\n\t\t\t\"text\": \"2829 - Chlorates and perchlorates; bromates and perbromates; iodates and periodates\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282911\",\r\n\t\t\t\"text\": \"282911 - Chlorates; of sodium\",\r\n\t\t\t\"parent\": \"2829\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282919\",\r\n\t\t\t\"text\": \"282919 - Chlorates; other than sodium\",\r\n\t\t\t\"parent\": \"2829\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"282990\",\r\n\t\t\t\"text\": \"282990 - Perchlorates; bromates and perbromates; iodates and periodates\",\r\n\t\t\t\"parent\": \"2829\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2830\",\r\n\t\t\t\"text\": \"2830 - Sulphides; polysulphides whether or not chemically defined\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283010\",\r\n\t\t\t\"text\": \"283010 - Sulphides; of sodium, whether or not chemically defined\",\r\n\t\t\t\"parent\": \"2830\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283020\",\r\n\t\t\t\"text\": \"283020 - Zinc sulphide\",\r\n\t\t\t\"parent\": \"2830\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283030\",\r\n\t\t\t\"text\": \"283030 - Cadmium sulphide\",\r\n\t\t\t\"parent\": \"2830\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283090\",\r\n\t\t\t\"text\": \"283090 - Sulphides and polysulphides; whether or not chemically defined, other than sulphides of sodium\",\r\n\t\t\t\"parent\": \"2830\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2831\",\r\n\t\t\t\"text\": \"2831 - Dithionites and sulphoxylates\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283110\",\r\n\t\t\t\"text\": \"283110 - Dithionites and sulphoxylates; of sodium\",\r\n\t\t\t\"parent\": \"2831\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283190\",\r\n\t\t\t\"text\": \"283190 - Dithionites and sulphoxylates; other than sodium\",\r\n\t\t\t\"parent\": \"2831\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2832\",\r\n\t\t\t\"text\": \"2832 - Sulphites; thiosulphates\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283210\",\r\n\t\t\t\"text\": \"283210 - Sulphites; of sodium\",\r\n\t\t\t\"parent\": \"2832\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283220\",\r\n\t\t\t\"text\": \"283220 - Sulphites; other than of sodium\",\r\n\t\t\t\"parent\": \"2832\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283230\",\r\n\t\t\t\"text\": \"283230 - Thiosulphates\",\r\n\t\t\t\"parent\": \"2832\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2833\",\r\n\t\t\t\"text\": \"2833 - Sulphates; alums; peroxosulphates (persulphates)\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283311\",\r\n\t\t\t\"text\": \"283311 - Sodium sulphates; disodium sulphate\",\r\n\t\t\t\"parent\": \"2833\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283319\",\r\n\t\t\t\"text\": \"283319 - Sodium sulphates; other than disodium sulphate\",\r\n\t\t\t\"parent\": \"2833\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283321\",\r\n\t\t\t\"text\": \"283321 - Sulphates; of magnesium\",\r\n\t\t\t\"parent\": \"2833\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283322\",\r\n\t\t\t\"text\": \"283322 - Sulphates; of aluminium\",\r\n\t\t\t\"parent\": \"2833\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283323\",\r\n\t\t\t\"text\": \"283323 - Chromium sulphates\",\r\n\t\t\t\"parent\": \"2833\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283324\",\r\n\t\t\t\"text\": \"283324 - Sulphates; of nickel\",\r\n\t\t\t\"parent\": \"2833\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283325\",\r\n\t\t\t\"text\": \"283325 - Sulphates; of copper\",\r\n\t\t\t\"parent\": \"2833\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283326\",\r\n\t\t\t\"text\": \"283326 - Zinc sulphate\",\r\n\t\t\t\"parent\": \"2833\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283327\",\r\n\t\t\t\"text\": \"283327 - Sulphates; of barium\",\r\n\t\t\t\"parent\": \"2833\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283329\",\r\n\t\t\t\"text\": \"283329 - Sulphates; n.e.c. in item no. 2833.2\",\r\n\t\t\t\"parent\": \"2833\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283330\",\r\n\t\t\t\"text\": \"283330 - Alums\",\r\n\t\t\t\"parent\": \"2833\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283340\",\r\n\t\t\t\"text\": \"283340 - Peroxosulphates (persulphates)\",\r\n\t\t\t\"parent\": \"2833\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2834\",\r\n\t\t\t\"text\": \"2834 - Nitrites; nitrates\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283410\",\r\n\t\t\t\"text\": \"283410 - Nitrites\",\r\n\t\t\t\"parent\": \"2834\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283421\",\r\n\t\t\t\"text\": \"283421 - Nitrates; of potassium\",\r\n\t\t\t\"parent\": \"2834\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283422\",\r\n\t\t\t\"text\": \"283422 - Bismuth nitrates\",\r\n\t\t\t\"parent\": \"2834\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283429\",\r\n\t\t\t\"text\": \"283429 - Nitrates; of other than potassium\",\r\n\t\t\t\"parent\": \"2834\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2835\",\r\n\t\t\t\"text\": \"2835 - Phosphinates (hypophosphites), phosphonates (phosphites), and phosphates; and polyphosphates, whether or not chemically defined\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283510\",\r\n\t\t\t\"text\": \"283510 - Phosphinates (hypophosphites) and phosphonates (phosphites), whether or not chemically defined\",\r\n\t\t\t\"parent\": \"2835\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283521\",\r\n\t\t\t\"text\": \"283521 - Triammonium phosphate\",\r\n\t\t\t\"parent\": \"2835\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283522\",\r\n\t\t\t\"text\": \"283522 - Phosphates; of mono- or disodium, whether or not chemically defined\",\r\n\t\t\t\"parent\": \"2835\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283523\",\r\n\t\t\t\"text\": \"283523 - Trisodium phosphate\",\r\n\t\t\t\"parent\": \"2835\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283524\",\r\n\t\t\t\"text\": \"283524 - Phosphates; of potassium, whether or not chemically defined\",\r\n\t\t\t\"parent\": \"2835\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283525\",\r\n\t\t\t\"text\": \"283525 - Phosphates; calcium hydrogenorthophosphate (dicalcium phosphate), whether or not chemically defined\",\r\n\t\t\t\"parent\": \"2835\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283526\",\r\n\t\t\t\"text\": \"283526 - Phosphates; of calcium n.e.c. in item no. 2835.25, whether or not chemically defined\",\r\n\t\t\t\"parent\": \"2835\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283529\",\r\n\t\t\t\"text\": \"283529 - Phosphates; (other than of mono- or disodium, other than of potassium or of calcium hydrogenorthophosphate (dicalcium phosphate) and excluding other phosphates of calcium), whether or not chemically defined\",\r\n\t\t\t\"parent\": \"2835\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283531\",\r\n\t\t\t\"text\": \"283531 - Polyphosphates; sodium triphosphate (sodium tripolyphosphate), whether or not chemically defined\",\r\n\t\t\t\"parent\": \"2835\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283539\",\r\n\t\t\t\"text\": \"283539 - Polyphosphates; other than sodium triphosphate (sodium tripolyphosphate), whether or not chemically defined\",\r\n\t\t\t\"parent\": \"2835\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2836\",\r\n\t\t\t\"text\": \"2836 - Carbonates; peroxocarbonates (percarbonates); commercial ammonium carbonate containing ammonium carbamate\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283610\",\r\n\t\t\t\"text\": \"283610 - Ammonium carbonate (including commercial)\",\r\n\t\t\t\"parent\": \"2836\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283620\",\r\n\t\t\t\"text\": \"283620 - Carbonates; disodium carbonate\",\r\n\t\t\t\"parent\": \"2836\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283630\",\r\n\t\t\t\"text\": \"283630 - Carbonates; sodium hydrogen carbonate (sodium bicarbonate)\",\r\n\t\t\t\"parent\": \"2836\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283640\",\r\n\t\t\t\"text\": \"283640 - Carbonates; potassium carbonate\",\r\n\t\t\t\"parent\": \"2836\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283650\",\r\n\t\t\t\"text\": \"283650 - Carbonates; calcium carbonate\",\r\n\t\t\t\"parent\": \"2836\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283660\",\r\n\t\t\t\"text\": \"283660 - Carbonates; barium carbonate\",\r\n\t\t\t\"parent\": \"2836\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283670\",\r\n\t\t\t\"text\": \"283670 - Lead carbonate\",\r\n\t\t\t\"parent\": \"2836\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283691\",\r\n\t\t\t\"text\": \"283691 - Carbonates; lithium carbonate\",\r\n\t\t\t\"parent\": \"2836\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283692\",\r\n\t\t\t\"text\": \"283692 - Carbonates; strontium carbonate\",\r\n\t\t\t\"parent\": \"2836\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283693\",\r\n\t\t\t\"text\": \"283693 - Bismuth carbonate\",\r\n\t\t\t\"parent\": \"2836\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283699\",\r\n\t\t\t\"text\": \"283699 - Carbonates; n.e.c. in heading no. 2836 and other than lithium or strontium\",\r\n\t\t\t\"parent\": \"2836\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2837\",\r\n\t\t\t\"text\": \"2837 - Cyanides, cyanide oxides and complex cyanides\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283711\",\r\n\t\t\t\"text\": \"283711 - Cyanides and cyanide oxides; of sodium\",\r\n\t\t\t\"parent\": \"2837\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283719\",\r\n\t\t\t\"text\": \"283719 - Cyanides and cyanide oxides; other than of sodium\",\r\n\t\t\t\"parent\": \"2837\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283720\",\r\n\t\t\t\"text\": \"283720 - Complex cyanides\",\r\n\t\t\t\"parent\": \"2837\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2838\",\r\n\t\t\t\"text\": \"2838 - Fulminates, cyanates and thiocyanates\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283800\",\r\n\t\t\t\"text\": \"283800 - Fulminates, cyanates and thiocyanates\",\r\n\t\t\t\"parent\": \"2838\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2839\",\r\n\t\t\t\"text\": \"2839 - Silicates; commercial alkali metal silicates\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283911\",\r\n\t\t\t\"text\": \"283911 - Silicates; sodium metasilicates\",\r\n\t\t\t\"parent\": \"2839\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283919\",\r\n\t\t\t\"text\": \"283919 - Silicates; of sodium (excluding sodium metasilicates)\",\r\n\t\t\t\"parent\": \"2839\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283920\",\r\n\t\t\t\"text\": \"283920 - Potassium silicates\",\r\n\t\t\t\"parent\": \"2839\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"283990\",\r\n\t\t\t\"text\": \"283990 - Silicates; commercial alkali metal silicates, other than of sodium\",\r\n\t\t\t\"parent\": \"2839\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2840\",\r\n\t\t\t\"text\": \"2840 - Borates; peroxoborates (perborates)\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284011\",\r\n\t\t\t\"text\": \"284011 - Borates; disodium tetraborate (refined borax), anhydrous\",\r\n\t\t\t\"parent\": \"2840\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284019\",\r\n\t\t\t\"text\": \"284019 - Borates; disodium tetraborate (refined borax), other than anhydrous\",\r\n\t\t\t\"parent\": \"2840\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284020\",\r\n\t\t\t\"text\": \"284020 - Borates; n.e.c. in heading no. 2840\",\r\n\t\t\t\"parent\": \"2840\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284030\",\r\n\t\t\t\"text\": \"284030 - Peroxoborates (perborates)\",\r\n\t\t\t\"parent\": \"2840\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2841\",\r\n\t\t\t\"text\": \"2841 - Salts of oxometallic or peroxometallic acids\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284110\",\r\n\t\t\t\"text\": \"284110 - Metallic aluminates\",\r\n\t\t\t\"parent\": \"2841\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284120\",\r\n\t\t\t\"text\": \"284120 - Chromates of zinc or of lead\",\r\n\t\t\t\"parent\": \"2841\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284130\",\r\n\t\t\t\"text\": \"284130 - Salts; sodium dichromate\",\r\n\t\t\t\"parent\": \"2841\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284140\",\r\n\t\t\t\"text\": \"284140 - Potassium dichromate\",\r\n\t\t\t\"parent\": \"2841\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284150\",\r\n\t\t\t\"text\": \"284150 - Salts; chromates, dichromates, peroxochromates; n.e.c. in heading no. 2841\",\r\n\t\t\t\"parent\": \"2841\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284160\",\r\n\t\t\t\"text\": \"284160 - Manganites, manganates and permanganates of metals\",\r\n\t\t\t\"parent\": \"2841\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284161\",\r\n\t\t\t\"text\": \"284161 - Salts; of oxometallic or peroxometallic acids, manganites, manganates and permanganates, potassium permanganate\",\r\n\t\t\t\"parent\": \"2841\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284169\",\r\n\t\t\t\"text\": \"284169 - Salts; of oxometallic or peroxometallic acids, manganites, manganates and permanganates, other than potassium permanganate\",\r\n\t\t\t\"parent\": \"2841\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284170\",\r\n\t\t\t\"text\": \"284170 - Salts; molybdates\",\r\n\t\t\t\"parent\": \"2841\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284180\",\r\n\t\t\t\"text\": \"284180 - Salts; tungstates (wolframates)\",\r\n\t\t\t\"parent\": \"2841\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284190\",\r\n\t\t\t\"text\": \"284190 - Salts of oxometallic or peroxometallic acids; n.e.c. in heading no. 2841\",\r\n\t\t\t\"parent\": \"2841\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2842\",\r\n\t\t\t\"text\": \"2842 - Salts of inorganic acids or peroxoacids, n.e.c. including aluminosilicates whether or not chemically defined, but excluding azides\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284210\",\r\n\t\t\t\"text\": \"284210 - Salts of inorganic acids or peroxoacids, double or complex silicates, including aluminosilicates, whether or not chemically defined, excluding azides\",\r\n\t\t\t\"parent\": \"2842\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284290\",\r\n\t\t\t\"text\": \"284290 - Salts; of inorganic acids or peroxoacids, other than double or complex silicates, including aluminosilicates, whether or not chemically, excluding azides\",\r\n\t\t\t\"parent\": \"2842\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2843\",\r\n\t\t\t\"text\": \"2843 - Colloidal precious metals; inorganic or organic compounds of precious metals, whether or not chemically defined; amalgams of precious metals\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284310\",\r\n\t\t\t\"text\": \"284310 - Colloidal precious metals; whether or not chemically defined\",\r\n\t\t\t\"parent\": \"2843\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284321\",\r\n\t\t\t\"text\": \"284321 - Silver compounds; silver nitrates\",\r\n\t\t\t\"parent\": \"2843\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284329\",\r\n\t\t\t\"text\": \"284329 - Silver compounds; excluding silver nitrates\",\r\n\t\t\t\"parent\": \"2843\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284330\",\r\n\t\t\t\"text\": \"284330 - Gold compounds\",\r\n\t\t\t\"parent\": \"2843\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284390\",\r\n\t\t\t\"text\": \"284390 - Inorganic or organic compounds of precious metals, n.e.c.; amalgams\",\r\n\t\t\t\"parent\": \"2843\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2844\",\r\n\t\t\t\"text\": \"2844 - Radioactive chemical elements and radioactive isotopes (including the fissile or fertile chemical elements and isotopes); and their compounds; mixtures and residues containing these products\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284410\",\r\n\t\t\t\"text\": \"284410 - Uranium; natural uranium and its compounds, alloys, dispersions (including cermets), ceramic products and mixtures containing natural uranium or natural uranium compounds\",\r\n\t\t\t\"parent\": \"2844\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284420\",\r\n\t\t\t\"text\": \"284420 - Uranium; enriched in U235, plutonium, their compounds, alloys dispersions (including cermets), ceramic products and mixtures containing uranium enriched in U235, plutonium or compounds of these products\",\r\n\t\t\t\"parent\": \"2844\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284430\",\r\n\t\t\t\"text\": \"284430 - Uranium; depleted in U235, thorium, their compounds, alloys, dispersions (including cermets), ceramic products and mixtures containing uranium depleted in U235, thorium; compounds of these products\",\r\n\t\t\t\"parent\": \"2844\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284440\",\r\n\t\t\t\"text\": \"284440 - Radioactive elements, isotopes, compounds, n.e.c. in heading no. 2844 alloys, dispersions (including cermets), ceramic products and mixtures containing these elements, isotopes or compounds; radioactive residues\",\r\n\t\t\t\"parent\": \"2844\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284441\",\r\n\t\t\t\"text\": \"284441 - Radioactive elements; tritium and its compounds; alloys, dispersions (including cermets), ceramic products and mixtures containing tritium or its compounds\",\r\n\t\t\t\"parent\": \"2844\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284442\",\r\n\t\t\t\"text\": \"284442 - Radioactive elements; actinium-225, 227, californium-253, curium-240, 241, 242, 243, 244, einsteinium-253, 254, gadolinium-148, polonium-208, 209, 210, radium-223, uranium-230 or 232, compounds; alloys, dispersions, ceramic products and mixtures\",\r\n\t\t\t\"parent\": \"2844\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284443\",\r\n\t\t\t\"text\": \"284443 - Radioactive elements, isotopes and compounds; other alloys, dispersions (including cermets), ceramic products and mixtures containing these elements, isotopes or compounds\",\r\n\t\t\t\"parent\": \"2844\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284444\",\r\n\t\t\t\"text\": \"284444 - Radioactive elements, isotopes, compounds n.e.c. in heading no. 2844, alloys, dispersions (including cermets), ceramic products, mixtures containing the elements, isotopes, compounds; radioactive residues\",\r\n\t\t\t\"parent\": \"2844\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284450\",\r\n\t\t\t\"text\": \"284450 - Spent (irradiated) fuel elements (cartridges) of nuclear reactors\",\r\n\t\t\t\"parent\": \"2844\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2845\",\r\n\t\t\t\"text\": \"2845 - Isotopes other than those of heading no. 2844; compounds, inorganic or organic, of such isotopes, whether or not chemically defined\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284510\",\r\n\t\t\t\"text\": \"284510 - Heavy water (deuterium oxide)\",\r\n\t\t\t\"parent\": \"2845\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284520\",\r\n\t\t\t\"text\": \"284520 - Boron enriched in boron-10 and its compounds\",\r\n\t\t\t\"parent\": \"2845\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284530\",\r\n\t\t\t\"text\": \"284530 - Lithium enriched in lithium-6 and its compounds\",\r\n\t\t\t\"parent\": \"2845\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284540\",\r\n\t\t\t\"text\": \"284540 - Helium-3\",\r\n\t\t\t\"parent\": \"2845\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284590\",\r\n\t\t\t\"text\": \"284590 - Isotopes other than those of heading no. 2844, 2845.20, 2845.30 or 2845.40; compounds, inorganic or organic, of such isotopes, whether or not chemically defined\",\r\n\t\t\t\"parent\": \"2845\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2846\",\r\n\t\t\t\"text\": \"2846 - Compounds, inorganic or organic, of rare-earth metals; of yttrium or of scandium or of mixtures of these metals\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284610\",\r\n\t\t\t\"text\": \"284610 - Cerium compounds\",\r\n\t\t\t\"parent\": \"2846\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284690\",\r\n\t\t\t\"text\": \"284690 - Compounds, inorganic or organic (excluding cerium), of rare-earth metals, of yttrium, scandium or of mixtures of these metals\",\r\n\t\t\t\"parent\": \"2846\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2847\",\r\n\t\t\t\"text\": \"2847 - Hydrogen peroxide; whether or not solidified with urea\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284700\",\r\n\t\t\t\"text\": \"284700 - Hydrogen peroxide; whether or not solidified with urea\",\r\n\t\t\t\"parent\": \"2847\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2848\",\r\n\t\t\t\"text\": \"2848 - Phosphides; whether or not chemically defined, excluding ferrophosphorus\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284800\",\r\n\t\t\t\"text\": \"284800 - Phosphides; whether or not chemically defined, excluding ferrophosphorus\",\r\n\t\t\t\"parent\": \"2848\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284810\",\r\n\t\t\t\"text\": \"284810 - Phosphides of copper containing > 15% phosphorous\",\r\n\t\t\t\"parent\": \"2848\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284890\",\r\n\t\t\t\"text\": \"284890 - Phosphides of other metals or of non-metals\",\r\n\t\t\t\"parent\": \"2848\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2849\",\r\n\t\t\t\"text\": \"2849 - Carbides, whether or not chemically defined\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284910\",\r\n\t\t\t\"text\": \"284910 - Carbides; of calcium, whether or not chemically defined\",\r\n\t\t\t\"parent\": \"2849\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284920\",\r\n\t\t\t\"text\": \"284920 - Carbides; of silicon, whether or not chemically defined\",\r\n\t\t\t\"parent\": \"2849\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"284990\",\r\n\t\t\t\"text\": \"284990 - Carbides; whether or not chemically defined, other than of calcium or silicon\",\r\n\t\t\t\"parent\": \"2849\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2850\",\r\n\t\t\t\"text\": \"2850 - Hydrides, nitrides, azides, silicides and borides, whether or not chemically defined, other than compounds which are also carbides of heading no. 2849\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"285000\",\r\n\t\t\t\"text\": \"285000 - Hydrides, nitrides, azides, silicides and borides, whether or not chemically defined, other than compounds which are also carbides of heading no. 2849\",\r\n\t\t\t\"parent\": \"2850\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2851\",\r\n\t\t\t\"text\": \"2851 - Inorganic compounds,liquid/compressed air, amalgam ne\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"285100\",\r\n\t\t\t\"text\": \"285100 - Inorganic compounds,liquid/compressed air,amalgams ne\",\r\n\t\t\t\"parent\": \"2851\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2852\",\r\n\t\t\t\"text\": \"2852 - Inorganic or organic compounds of mercury, excluding amalgams, whether or not chemically defined\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"285200\",\r\n\t\t\t\"text\": \"285200 - Compounds, inorganic/organic, of mercury, excluding amalgams.\",\r\n\t\t\t\"parent\": \"2852\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"285210\",\r\n\t\t\t\"text\": \"285210 - Inorganic or organic compounds of mercury, excluding amalgams, chemically defined\",\r\n\t\t\t\"parent\": \"2852\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"285290\",\r\n\t\t\t\"text\": \"285290 - Inorganic or organic compounds of mercury; excluding amalgams, not chemically defined,\",\r\n\t\t\t\"parent\": \"2852\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2853\",\r\n\t\t\t\"text\": \"2853 - Phosphides, chemically defined or not, not ferrophosphorus; other inorganic compounds n.e.c. (including distilled, conductivity water and water of like purity); liquid air, rare gases removed or not; compressed air; amalgams, not precious metal amalgams\",\r\n\t\t\t\"parent\": \"28\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"285300\",\r\n\t\t\t\"text\": \"285300 - Inorganic compounds n.e.c. (including distilled or conductivity water and water of similar purity); liquid air (rare gases removed or not); compressed air; amalgams, other than precious metal amalgams\",\r\n\t\t\t\"parent\": \"2853\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"285310\",\r\n\t\t\t\"text\": \"285310 - Inorganic compounds; cyanogen chloride (chlorcyan)\",\r\n\t\t\t\"parent\": \"2853\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"285390\",\r\n\t\t\t\"text\": \"285390 - Phosphides, chemically defined or not, not ferrophosphorus; other inorganic compounds n.e.c. (including distilled, conductivity water and water of like purity); liquid air, rare gases removed or not; compressed air; amalgams, not precious metal amalgams\",\r\n\t\t\t\"parent\": \"2853\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"29\",\r\n\t\t\t\"text\": \"29 - Organic chemicals\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2901\",\r\n\t\t\t\"text\": \"2901 - Acyclic hydrocarbons\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290110\",\r\n\t\t\t\"text\": \"290110 - Acyclic hydrocarbons; saturated\",\r\n\t\t\t\"parent\": \"2901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290121\",\r\n\t\t\t\"text\": \"290121 - Acyclic hydrocarbons; unsaturated, ethylene\",\r\n\t\t\t\"parent\": \"2901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290122\",\r\n\t\t\t\"text\": \"290122 - Acyclic hydrocarbons; unsaturated, propene (propylene)\",\r\n\t\t\t\"parent\": \"2901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290123\",\r\n\t\t\t\"text\": \"290123 - Acyclic hydrocarbons; unsaturated, butene (butylene) and isomers thereof\",\r\n\t\t\t\"parent\": \"2901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290124\",\r\n\t\t\t\"text\": \"290124 - Acyclic hydrocarbons; unsaturated, buta-1,3-diene and isoprene\",\r\n\t\t\t\"parent\": \"2901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290129\",\r\n\t\t\t\"text\": \"290129 - Acyclic hydrocarbons; unsaturated, n.e.c. in heading no. 2901\",\r\n\t\t\t\"parent\": \"2901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2902\",\r\n\t\t\t\"text\": \"2902 - Cyclic hydrocarbons\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290211\",\r\n\t\t\t\"text\": \"290211 - Cyclic hydrocarbons; cyclohexane\",\r\n\t\t\t\"parent\": \"2902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290219\",\r\n\t\t\t\"text\": \"290219 - Cyclic hydrocarbons; cyclanes, cyclenes and cycloterpenes, excluding cyclohexane\",\r\n\t\t\t\"parent\": \"2902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290220\",\r\n\t\t\t\"text\": \"290220 - Cyclic hydrocarbons; benzene\",\r\n\t\t\t\"parent\": \"2902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290230\",\r\n\t\t\t\"text\": \"290230 - Cyclic hydrocarbons; toluene\",\r\n\t\t\t\"parent\": \"2902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290241\",\r\n\t\t\t\"text\": \"290241 - Cyclic hydrocarbons; o-xylene\",\r\n\t\t\t\"parent\": \"2902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290242\",\r\n\t\t\t\"text\": \"290242 - Cyclic hydrocarbons; m-xylene\",\r\n\t\t\t\"parent\": \"2902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290243\",\r\n\t\t\t\"text\": \"290243 - Cyclic hydrocarbons; p-xylene\",\r\n\t\t\t\"parent\": \"2902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290244\",\r\n\t\t\t\"text\": \"290244 - Cyclic hydrocarbons; mixed xylene isomers\",\r\n\t\t\t\"parent\": \"2902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290250\",\r\n\t\t\t\"text\": \"290250 - Cyclic hydrocarbons; styrene\",\r\n\t\t\t\"parent\": \"2902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290260\",\r\n\t\t\t\"text\": \"290260 - Cyclic hydrocarbons; ethylbenzene\",\r\n\t\t\t\"parent\": \"2902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290270\",\r\n\t\t\t\"text\": \"290270 - Cyclic hydrocarbons; cumene\",\r\n\t\t\t\"parent\": \"2902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290290\",\r\n\t\t\t\"text\": \"290290 - Cyclic hydrocarbons; n.e.c. in heading no. 2902\",\r\n\t\t\t\"parent\": \"2902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2903\",\r\n\t\t\t\"text\": \"2903 - Halogenated derivatives of hydrocarbons\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290311\",\r\n\t\t\t\"text\": \"290311 - Saturated chlorinated derivatives of acyclic hydrocarbons; chloromethane (methyl chloride) and chloroethane (ethyl chloride)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290312\",\r\n\t\t\t\"text\": \"290312 - Saturated chlorinated derivatives of acyclic hydrocarbons; dichloromethane (methylene chloride)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290313\",\r\n\t\t\t\"text\": \"290313 - Saturated chlorinated derivatives of acyclic hydrocarbons; chloroform (trichloromethane)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290314\",\r\n\t\t\t\"text\": \"290314 - Saturated chlorinated derivatives of acyclic hydrocarbons; carbon tetrachloride\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290315\",\r\n\t\t\t\"text\": \"290315 - Saturated chlorinated derivatives of acyclic hydrocarbons; ethylene dichloride (ISO) (1,2-dichloroethane)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290316\",\r\n\t\t\t\"text\": \"290316 - 1,2-dichloropropane and dichlorobutanes\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290319\",\r\n\t\t\t\"text\": \"290319 - Saturated chlorinated derivatives of acyclic hydrocarbons; n.e.c. in item no. 2903.1\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290321\",\r\n\t\t\t\"text\": \"290321 - Unsaturated chlorinated derivatives of acyclic hydrocarbons; vinyl chloride (chloroethylene)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290322\",\r\n\t\t\t\"text\": \"290322 - Unsaturated chlorinated derivatives of acyclic hydrocarbons; trichloroethylene\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290323\",\r\n\t\t\t\"text\": \"290323 - Unsaturated chlorinated derivatives of acyclic hydrocarbons; tetrachloroethylene (perchloroethylene)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290329\",\r\n\t\t\t\"text\": \"290329 - Unsaturated chlorinated derivatives of acyclic hydrocarbons; n.e.c. in item no. 2903.2\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290330\",\r\n\t\t\t\"text\": \"290330 - Fluor-/brom-/iodin-ated derivs of acyclic hydrocarbon\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290331\",\r\n\t\t\t\"text\": \"290331 - Fluorinated, brominated or iodinated derivatives of acyclic hydrocarbons; ethylene dibromide (ISO) (1,2-dibromoethane)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290339\",\r\n\t\t\t\"text\": \"290339 - Fluorinated, brominated or iodinated derivatives of acyclic hydrocarbons; other than ethylene dibromide (ISO) (1,2-dibromoethane)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290340\",\r\n\t\t\t\"text\": \"290340 - Multi-halogen derivatives of acyclic hydrocarbons\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290341\",\r\n\t\t\t\"text\": \"290341 - Saturated fluorinated derivatives of acyclic hydrocarbons; trifluoromethane (HFC-23)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290342\",\r\n\t\t\t\"text\": \"290342 - Saturated fluorinated derivatives of acyclic hydrocarbons; difluoromethane (HFC-32)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290343\",\r\n\t\t\t\"text\": \"290343 - Saturated fluorinated derivatives of acyclic hydrocarbons; fluoromethane (HFC-41), 1,2-difluoroethane (HFC-152) and 1,1-difluoroethane (HFC-152a)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290344\",\r\n\t\t\t\"text\": \"290344 - Saturated fluorinated derivatives of acyclic hydrocarbons; pentafluoroethane (HFC-125), 1,1,1-trifluoroethane (HFC-143a) and 1,1,2-trifluoroethane (HFC-143)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290345\",\r\n\t\t\t\"text\": \"290345 - Saturated fluorinated derivatives of acyclic hydrocarbons; 1,1,1,2-tetrafluoroethane (HFC-134a) and 1,1,2,2-tetrafluoroethane (HFC-134)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290346\",\r\n\t\t\t\"text\": \"290346 - Saturated fluorinated derivatives of acyclic hydrocarbons; 1,1,1,2,3,3,3-heptafluoropropane (HFC-227ea), 1,1,1,2,2,3-hexafluoropropane (HFC-236cb), 1,1,1,2,3,3-hexafluoropropane (HFC-236ea) and 1,1,1,3,3,3-hexafluoropropane (HFC-236fa)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290347\",\r\n\t\t\t\"text\": \"290347 - Saturated fluorinated derivatives of acyclic hydrocarbons; 1,1,1,3,3-pentafluoropropane (HFC-245fa) and 1,1,2,2,3-pentafluoropropane (HFC-245ca)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290348\",\r\n\t\t\t\"text\": \"290348 - Saturated fluorinated derivatives of acyclic hydrocarbons; 1,1,1,3,3-pentafluorobutane (HFC-365mfc) and 1,1,1,2,2,3,4,5,5,5-decafluoropentane (HFC-43-10mee)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290349\",\r\n\t\t\t\"text\": \"290349 - Saturated fluorinated derivatives of acyclic hydrocarbons; n.e.c. in item no 2903.4\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290351\",\r\n\t\t\t\"text\": \"290351 - Unsaturated fluorinated derivatives of acyclic hydrocarbons; 2,3,3,3-tetrafluoropropene (HFO-1234yf), 1,3,3,3-tetrafluoropropene (HFO-1234ze) and (Z)-1,1,1,4,4,4-hexafluoro-2-butene (HFO-1336mzz)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290352\",\r\n\t\t\t\"text\": \"290352 - Aldrin (ISO), chlordane (ISO)&heptachlor (ISO)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290359\",\r\n\t\t\t\"text\": \"290359 - Unsaturated fluorinated derivatives of acyclic hydrocarbons; n.e.c. in item no. 2903.5\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290361\",\r\n\t\t\t\"text\": \"290361 - Brominated or iodinated derivatives of acyclic hydrocarbons; methyl bromide (bromomethane)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290362\",\r\n\t\t\t\"text\": \"290362 - Brominated or iodinated derivatives of acyclic hydrocarbons; ethylene dibromide (ISO) (1,2-dibromoethane)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290369\",\r\n\t\t\t\"text\": \"290369 - Brominated or iodinated derivatives of acyclic hydrocarbons; n.e.c. in item no. 2903.6\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290371\",\r\n\t\t\t\"text\": \"290371 - Halogenated derivatives of acyclic hydrocarbons containing two or more different halogens; chlorodifluoromethane (HCFC-22)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290372\",\r\n\t\t\t\"text\": \"290372 - Halogenated derivatives of acyclic hydrocarbons containing two or more different halogens; dichlorotrifluoroethane (HCFC-123)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290373\",\r\n\t\t\t\"text\": \"290373 - Halogenated derivatives of acyclic hydrocarbons containing two or more different halogens; dichlorofluoroethanes (HCFC-141, 141b)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290374\",\r\n\t\t\t\"text\": \"290374 - Halogenated derivatives of acyclic hydrocarbons containing two or more different halogens; chlorodifluoroethanes HCFC-142, 142b)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290375\",\r\n\t\t\t\"text\": \"290375 - Halogenated derivatives of acyclic hydrocarbons containing two or more different halogens; dichloropentafluoropropanes (HCFC-225, 225ca, 225cb)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290376\",\r\n\t\t\t\"text\": \"290376 - Halogenated derivatives of acyclic hydrocarbons containing two or more different halogens; bromochlorodifluoromethane (Halon-1211), bromotrifluoromethane (Halon-1301), and dibromotetrafluoroethanes (Halon-2402)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290377\",\r\n\t\t\t\"text\": \"290377 - Halogenated derivatives of acyclic hydrocarbons containing two or more different halogens; n.e.c. in headings 290371 to 290376, perhalogenated only with fluorine and chlorine\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290378\",\r\n\t\t\t\"text\": \"290378 - Halogenated derivatives of acyclic hydrocarbons containing two or more different halogens; perhalogenated derivatives, other than those only with fluorine and chlorine, n.e.c. in item no. 2903.71 to 2903.76\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290379\",\r\n\t\t\t\"text\": \"290379 - Halogenated derivatives of acyclic hydrocarbons containing two or more different halogens; n.e.c. in item no. 2903.7\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290381\",\r\n\t\t\t\"text\": \"290381 - Halogenated derivatives of cyclanic, cyclenic or cycloterpenic hydrocarbons; 1,2,3,4,5,6-Hexachlorocyclohexane (HCH (ISO)), including lindane (ISO, INN)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290382\",\r\n\t\t\t\"text\": \"290382 - Halogenated derivatives of cyclanic, cyclenic or cycloterpenic hydrocarbons; aldrin (ISO), chlordane (ISO), and heptachlor (ISO)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290383\",\r\n\t\t\t\"text\": \"290383 - Halogenated derivatives of cyclanic, cyclenic or cycloterpenic hydrocarbons; mirex (ISO)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290389\",\r\n\t\t\t\"text\": \"290389 - Halogenated derivatives of cyclanic, cyclenic or cycloterpenic hydrocarbons; n.e.c. in item no. 2903.8\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290391\",\r\n\t\t\t\"text\": \"290391 - Halogenated derivatives of aromatic hydrocarbons; chlorobenzene, o-dichlorobenzene, and p-dichlorobenzene\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290392\",\r\n\t\t\t\"text\": \"290392 - Halogenated derivatives of aromatic hydrocarbons; hexachlorobenzene (ISO) and DDT (ISO) (clofenotane (INN), and 1,1,1-trichloro-2,2-bis(p-chlorophenyl)ethane)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290393\",\r\n\t\t\t\"text\": \"290393 - Halogenated derivatives of aromatic hydrocarbons; pentachlorobenzene (ISO)\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290394\",\r\n\t\t\t\"text\": \"290394 - Halogenated derivatives of aromatic hydrocarbons; hexabromobiphenyls\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290399\",\r\n\t\t\t\"text\": \"290399 - Halogenated derivatives of aromatic hydrocarbons; n.e.c. in item no. 2903.91, 2903.92, 2903.93 and 2903.94\",\r\n\t\t\t\"parent\": \"2903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2904\",\r\n\t\t\t\"text\": \"2904 - Sulphonated, nitrated or nitrosated derivatives of hydrocarbons; whether or not halogenated\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290410\",\r\n\t\t\t\"text\": \"290410 - Derivatives of hydrocarbons; containing only sulpho groups, their salts and ethyl esters, whether or not halogenated\",\r\n\t\t\t\"parent\": \"2904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290420\",\r\n\t\t\t\"text\": \"290420 - Derivatives of hydrocarbons; containing only nitro or only nitroso groups, whether or not halogenated\",\r\n\t\t\t\"parent\": \"2904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290431\",\r\n\t\t\t\"text\": \"290431 - Derivatives of hydrocarbons; perfluorooctane sulphonic acid, whether or not halogenated\",\r\n\t\t\t\"parent\": \"2904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290432\",\r\n\t\t\t\"text\": \"290432 - Derivatives of hydrocarbons; ammonium perfluorooctane sulphonate, whether or not halogenated\",\r\n\t\t\t\"parent\": \"2904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290433\",\r\n\t\t\t\"text\": \"290433 - Derivatives of hydrocarbons; lithium perfluorooctane sulphonate, whether or not halogenated\",\r\n\t\t\t\"parent\": \"2904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290434\",\r\n\t\t\t\"text\": \"290434 - Derivatives of hydrocarbons; potassium perfluorooctane sulphonate, whether or not halogenated\",\r\n\t\t\t\"parent\": \"2904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290435\",\r\n\t\t\t\"text\": \"290435 - Derivatives of hydrocarbons; salts of perfluorooctane sulphonic acid n.e.c in heading no. 2904, whether or not halogenated\",\r\n\t\t\t\"parent\": \"2904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290436\",\r\n\t\t\t\"text\": \"290436 - Derivatives of hydrocarbons; perfluorooctane sulphonyl fluoride, whether or not halogenated\",\r\n\t\t\t\"parent\": \"2904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290490\",\r\n\t\t\t\"text\": \"290490 - Derivatives of hydrocarbons; n.e.c. in heading no. 2904, whether or not halogenated\",\r\n\t\t\t\"parent\": \"2904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290491\",\r\n\t\t\t\"text\": \"290491 - Derivatives of hydrocarbons; trichloronitromethane (chloropicrin), whether or not halogenated\",\r\n\t\t\t\"parent\": \"2904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290499\",\r\n\t\t\t\"text\": \"290499 - Derivatives of hydrocarbons n.e.c. in heading no. 2904, whether or not halogenated\",\r\n\t\t\t\"parent\": \"2904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2905\",\r\n\t\t\t\"text\": \"2905 - Acyclic alcohols and their halogenated, sulphonated, nitrated or nitrosated derivatives\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290511\",\r\n\t\t\t\"text\": \"290511 - Alcohols; saturated monohydric, methanol (methyl alcohol)\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290512\",\r\n\t\t\t\"text\": \"290512 - Alcohols; saturated monohydric, propan-1-ol (propyl alcohol) and propan-2-ol (isopropyl alcohol)\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290513\",\r\n\t\t\t\"text\": \"290513 - Alcohols; saturated monohydric, butan-1-ol (n-butyl alcohol)\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290514\",\r\n\t\t\t\"text\": \"290514 - Alcohols; saturated monohydric, butanols excluding item no. 2905.13\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290515\",\r\n\t\t\t\"text\": \"290515 - Pentanol, isomers\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290516\",\r\n\t\t\t\"text\": \"290516 - Alcohols; saturated monohydric, octanol (octyl alcohol) and isomers thereof\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290517\",\r\n\t\t\t\"text\": \"290517 - Alcohols; saturated monohydric, dodecan-1-ol (lauryl alcohol), hexadecan-1-ol (cetyl alcohol) and octadecan-1-ol (stearyl alcohol)\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290519\",\r\n\t\t\t\"text\": \"290519 - Alcohols; saturated monohydric, n.e.c. in item no. 2905.1\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290521\",\r\n\t\t\t\"text\": \"290521 - Allyl alcohol\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290522\",\r\n\t\t\t\"text\": \"290522 - Alcohols; unsaturated monohydric, acyclic terpene alcohols\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290529\",\r\n\t\t\t\"text\": \"290529 - Alcohols; acyclic, unsaturated monohydric, (other than acyclic terpene alcohols)\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290531\",\r\n\t\t\t\"text\": \"290531 - Alcohols; acyclic, diols; ethylene glycol (ethanediol)\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290532\",\r\n\t\t\t\"text\": \"290532 - Alcohols; acyclic, diols; propylene glycol (propane-1, 2-diol)\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290539\",\r\n\t\t\t\"text\": \"290539 - Alcohols; acyclic, diols, other than ethylene glycol (ethandiol) or propylene glycol (propane-1,2-diol)\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290541\",\r\n\t\t\t\"text\": \"290541 - Alcohols; polyhydric, 2-ethyl-2- (hydroxymethyl) propane-1,3-diol (trimethylolpropane)\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290542\",\r\n\t\t\t\"text\": \"290542 - Alcohols; polyhydric, pentaerythritol\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290543\",\r\n\t\t\t\"text\": \"290543 - Alcohols; polyhydric, mannitol\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290544\",\r\n\t\t\t\"text\": \"290544 - Alcohols; polyhydric, d-glucitol (sorbitol)\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290545\",\r\n\t\t\t\"text\": \"290545 - Alcohols; polyhydric, glycerol\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290549\",\r\n\t\t\t\"text\": \"290549 - Alcohols; polyhydric, n.e.c. in item no. 2905.4\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290550\",\r\n\t\t\t\"text\": \"290550 - Derivatives of acyclic alcohols\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290551\",\r\n\t\t\t\"text\": \"290551 - Alcohols; acyclic; halogenated, sulphonated, nitrated or nitrosated derivatives thereof, ethchlorvynol (INN)\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290559\",\r\n\t\t\t\"text\": \"290559 - Alcohols; acyclic; halogenated, sulphonated, nitrated or nitrosated derivatives thereof, other than ethchlorvynol (INN)\",\r\n\t\t\t\"parent\": \"2905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2906\",\r\n\t\t\t\"text\": \"2906 - Alcohols; cyclic, and their halogenated, sulphonated, nitrated or nitrosated derivatives\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290611\",\r\n\t\t\t\"text\": \"290611 - Alcohols; cyclanic, cyclenic or cycloterpenic and derivatives, menthol\",\r\n\t\t\t\"parent\": \"2906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290612\",\r\n\t\t\t\"text\": \"290612 - Alcohols; cyclanic, cyclenic or cycloterpenic and derivatives, cyclohexanol, methylcyclohexanols and dimethylcyclohexanols\",\r\n\t\t\t\"parent\": \"2906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290613\",\r\n\t\t\t\"text\": \"290613 - Alcohols; cyclanic, cyclenic or cycloterpenic and derivatives, sterols and inositols\",\r\n\t\t\t\"parent\": \"2906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290614\",\r\n\t\t\t\"text\": \"290614 - Terpineols\",\r\n\t\t\t\"parent\": \"2906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290619\",\r\n\t\t\t\"text\": \"290619 - Alcohols; cyclanic, cyclenic or cycloterpenic and derivatives, n.e.c. in item no. 2906.1\",\r\n\t\t\t\"parent\": \"2906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290621\",\r\n\t\t\t\"text\": \"290621 - Alcohols; aromatic alcohols and derivatives, benzyl alcohol\",\r\n\t\t\t\"parent\": \"2906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290629\",\r\n\t\t\t\"text\": \"290629 - Alcohols; aromatic and derivatives, other than benzyl alcohol\",\r\n\t\t\t\"parent\": \"2906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2907\",\r\n\t\t\t\"text\": \"2907 - Phenols; monophenols, polyphenols, and phenol-alcohols\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290711\",\r\n\t\t\t\"text\": \"290711 - Monophenols; phenol (hydroxybenzene) and its salts\",\r\n\t\t\t\"parent\": \"2907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290712\",\r\n\t\t\t\"text\": \"290712 - Monophenols; cresols and their salts\",\r\n\t\t\t\"parent\": \"2907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290713\",\r\n\t\t\t\"text\": \"290713 - Monophenols; octylphenol, nonylphenol and their isomers, salts thereof\",\r\n\t\t\t\"parent\": \"2907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290714\",\r\n\t\t\t\"text\": \"290714 - Xylenols, salts\",\r\n\t\t\t\"parent\": \"2907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290715\",\r\n\t\t\t\"text\": \"290715 - Monophenols; naphthols and their salts\",\r\n\t\t\t\"parent\": \"2907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290719\",\r\n\t\t\t\"text\": \"290719 - Monophenols; n.e.c. in item no. 2907.1\",\r\n\t\t\t\"parent\": \"2907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290721\",\r\n\t\t\t\"text\": \"290721 - Polyphenols; resorcinol and its salts\",\r\n\t\t\t\"parent\": \"2907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290722\",\r\n\t\t\t\"text\": \"290722 - Polyphenols; hydroquinone (quinol) and its salts\",\r\n\t\t\t\"parent\": \"2907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290723\",\r\n\t\t\t\"text\": \"290723 - Polyphenols; 4,4'-isopropylidenediphenol (bisphenol A, diphenylolpropane) and its salts\",\r\n\t\t\t\"parent\": \"2907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290729\",\r\n\t\t\t\"text\": \"290729 - Phenol-alcohols and polyphenols n.e.c. in item number 2907.2\",\r\n\t\t\t\"parent\": \"2907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290730\",\r\n\t\t\t\"text\": \"290730 - Phenol-alcohols\",\r\n\t\t\t\"parent\": \"2907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2908\",\r\n\t\t\t\"text\": \"2908 - Phenols or phenol-alcohols; halogenated, sulphonated, nitrated or nitrosated derivatives\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290810\",\r\n\t\t\t\"text\": \"290810 - Halogen derivs of phenols or phenol-alcohols, & salts\",\r\n\t\t\t\"parent\": \"2908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290811\",\r\n\t\t\t\"text\": \"290811 - Phenol or phenol-alcohol derivatives containing only halogen substituents and their salts; pentachlorophenol (ISO)\",\r\n\t\t\t\"parent\": \"2908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290819\",\r\n\t\t\t\"text\": \"290819 - Phenol or phenol-alcohol derivatives containing only halogen substituents and their salts; other than pentachlorophenol (ISO)\",\r\n\t\t\t\"parent\": \"2908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290820\",\r\n\t\t\t\"text\": \"290820 - Sulpho- derivs of phenols or phenol-alcohols, & salts\",\r\n\t\t\t\"parent\": \"2908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290890\",\r\n\t\t\t\"text\": \"290890 - Derivatives of phenols or phenol-alcohols, nes\",\r\n\t\t\t\"parent\": \"2908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290891\",\r\n\t\t\t\"text\": \"290891 - Phenol or phenol-alcohol derivatives, sulphonated, nitrated or nitrosated derivatives thereof; dinoseb (ISO) and its salts\",\r\n\t\t\t\"parent\": \"2908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290892\",\r\n\t\t\t\"text\": \"290892 - Phenol or phenol-alcohol derivatives, sulphonated, nitrated or nitrosated derivatives thereof; 4,6-dinitro-o-cresol (DNOC (ISO)) and its salts\",\r\n\t\t\t\"parent\": \"2908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290899\",\r\n\t\t\t\"text\": \"290899 - Phenol or phenol-alcohol derivatives, sulphonated, nitrated or nitrosated derivatives thereof; other than dinoseb (ISO), and 4,6-dinitro-o-cresol (DNOC (ISO)), and their salts\",\r\n\t\t\t\"parent\": \"2908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2909\",\r\n\t\t\t\"text\": \"2909 - Ethers, ether-alcohols, ether-phenols, ether-alcohol-phenols, alcohol peroxides, ether peroxides, acetal and hemiacetal peroxides, ketone peroxides (chemically defined or not), and their halogenated, sulphonated, nitrated or nitrosated derivatives\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290911\",\r\n\t\t\t\"text\": \"290911 - Ethers; acyclic, and their halogenated, sulphonated, nitrated or nitrosated derivatives, diethyl ether\",\r\n\t\t\t\"parent\": \"2909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290919\",\r\n\t\t\t\"text\": \"290919 - Ethers; acyclic, and their halogenated, sulphonated, nitrated or nitrosated derivatives, other than diethyl ether\",\r\n\t\t\t\"parent\": \"2909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290920\",\r\n\t\t\t\"text\": \"290920 - Ethers; cyclanic, cyclenic or cycloterpenic and their halogenated, sulphonated, nitrated or nitrosated derivatives\",\r\n\t\t\t\"parent\": \"2909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290930\",\r\n\t\t\t\"text\": \"290930 - Ethers; aromatic, and their halogenated, sulphonated, nitrated or nitrosated derivatives\",\r\n\t\t\t\"parent\": \"2909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290941\",\r\n\t\t\t\"text\": \"290941 - Ether-alcohols and their halogenated, sulphonated, nitrated or nitrosated derivatives; 2,2-oxydiethanol (diethylene glycol, digol)\",\r\n\t\t\t\"parent\": \"2909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290942\",\r\n\t\t\t\"text\": \"290942 - Monomethyl ethers of ethylene and diethylene glycol\",\r\n\t\t\t\"parent\": \"2909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290943\",\r\n\t\t\t\"text\": \"290943 - Ether-alcohols and their halogenated, sulphonated, nitrated or nitrosated derivatives; monobutyl ethers of ethylene glycol or of diethylene glycol\",\r\n\t\t\t\"parent\": \"2909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290944\",\r\n\t\t\t\"text\": \"290944 - Ether-alcohols and their halogenated, sulphonated, nitrated or nitrosated derivatives; monoalkylethers of ethylene glycol or of diethylene glycol n.e.c. in heading no. 2909\",\r\n\t\t\t\"parent\": \"2909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290949\",\r\n\t\t\t\"text\": \"290949 - Ether-alcohols and their halogenated, sulphonated, nitrated or nitrosated derivatives; n.e.c. in item no. 2909.4\",\r\n\t\t\t\"parent\": \"2909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290950\",\r\n\t\t\t\"text\": \"290950 - Ether-phenols, ether-alcohol-phenols and their halogenated, sulphonated, nitrated or nitrosated derivatives\",\r\n\t\t\t\"parent\": \"2909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"290960\",\r\n\t\t\t\"text\": \"290960 - Alcohol peroxides, ether peroxides, acetal and hemiacetal peroxides, ketone peroxides and their halogenated, sulphonated, nitrated or nitrosated derivatives\",\r\n\t\t\t\"parent\": \"2909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2910\",\r\n\t\t\t\"text\": \"2910 - Epoxides, epoxyalcohols, epoxyphenols and epoxyethers; with a three-membered ring and their halogenated, sulphonated, nitrated or nitrosated derivatives\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291010\",\r\n\t\t\t\"text\": \"291010 - Epoxides, epoxyalcohols, epoxyphenols and epoxyethers; with a three-membered ring and their halogenated, sulphonated, nitrated or nitrosated derivatives; oxirane (ethylene oxide)\",\r\n\t\t\t\"parent\": \"2910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291020\",\r\n\t\t\t\"text\": \"291020 - Epoxides, epoxyalcohols, epoxyphenols and epoxyethers; with a three-membered ring and their halogenated, sulphonated, nitrated or nitrosated derivatives, methyloxirane (propylene oxide)\",\r\n\t\t\t\"parent\": \"2910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291030\",\r\n\t\t\t\"text\": \"291030 - Epoxides, epoxyalcohols, epoxyphenols and epoxyethers; with a three-membered ring and their halogenated, sulphonated, nitrated or nitrosated derivatives, 1-chloro-2,3-epoxypropane (epichlorohydrin)\",\r\n\t\t\t\"parent\": \"2910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291040\",\r\n\t\t\t\"text\": \"291040 - Epoxides, epoxyalcohols, epoxyphenols and epoxyethers; with a three-membered ring and their halogenated, sulphonated, nitrated or nitrosated derivatives, dieldrin (ISO, INN)\",\r\n\t\t\t\"parent\": \"2910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291050\",\r\n\t\t\t\"text\": \"291050 - Epoxides, epoxyalcohols, epoxyphenols and epoxyethers; with a three-membered ring and their halogenated, sulphonated, nitrated or nitrosated derivatives, endrin (ISO)\",\r\n\t\t\t\"parent\": \"2910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291090\",\r\n\t\t\t\"text\": \"291090 - Epoxides, epoxyalcohols, epoxyphenols and epoxyethers; with a three-membered ring and their halogenated, sulphonated, nitrated or nitrosated derivatives, n.e.c. in heading no. 2910\",\r\n\t\t\t\"parent\": \"2910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2911\",\r\n\t\t\t\"text\": \"2911 - Acetals and hemiacetals; whether or not with other oxygen function, and their halogenated, sulphonated, nitrated or nitrostated derivatives\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291100\",\r\n\t\t\t\"text\": \"291100 - Acetals and hemiacetals; whether or not with other oxygen function, and their halogenated, sulphonated, nitrated or nitrosated derivatives\",\r\n\t\t\t\"parent\": \"2911\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2912\",\r\n\t\t\t\"text\": \"2912 - Aldehydes, whether or not with other oxygen function; cyclic polymers of aldehydes; paraformaldehyde\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291211\",\r\n\t\t\t\"text\": \"291211 - Aldehydes; acyclic, without other oxygen function, methanal (formaldehyde)\",\r\n\t\t\t\"parent\": \"2912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291212\",\r\n\t\t\t\"text\": \"291212 - Aldehydes; acyclic, without other oxygen function, ethanal (acetaldehyde)\",\r\n\t\t\t\"parent\": \"2912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291213\",\r\n\t\t\t\"text\": \"291213 - Butanal (butyraldehyde, normal isomer)\",\r\n\t\t\t\"parent\": \"2912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291219\",\r\n\t\t\t\"text\": \"291219 - Aldehydes; acyclic, without other oxygen function, n.e.c. in item no. 2912.1\",\r\n\t\t\t\"parent\": \"2912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291221\",\r\n\t\t\t\"text\": \"291221 - Aldehydes; cyclic, without other oxygen function, benzaldehyde\",\r\n\t\t\t\"parent\": \"2912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291229\",\r\n\t\t\t\"text\": \"291229 - Aldehydes; cyclic, without other oxygen function, other than benzaldehyde\",\r\n\t\t\t\"parent\": \"2912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291230\",\r\n\t\t\t\"text\": \"291230 - Aldehyde-alcohols\",\r\n\t\t\t\"parent\": \"2912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291241\",\r\n\t\t\t\"text\": \"291241 - Aldehydes; aldehyde-ethers, aldehyde-phenols and aldehydes with other oxygen function, vanillin (4-hydroxy-3-methoxybenzaldehyde)\",\r\n\t\t\t\"parent\": \"2912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291242\",\r\n\t\t\t\"text\": \"291242 - Aldehydes; aldehyde-ethers, aldehyde-phenols and aldehydes with other oxygen function, ethylvanillin (3-ethoxy-4-hydroxybenzaldehyde)\",\r\n\t\t\t\"parent\": \"2912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291249\",\r\n\t\t\t\"text\": \"291249 - Aldehyde-alcohols, aldehyde-ethers, aldehyde-phenols and aldehydes with other oxygen function; other than vanillin (4-hydroxy-3-methoxybenzaldehyde) and ethylvanillin (3-ethoxy-4-hydroxybenzaldehyde)\",\r\n\t\t\t\"parent\": \"2912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291250\",\r\n\t\t\t\"text\": \"291250 - Aldehydes; cyclic polymers of aldehydes\",\r\n\t\t\t\"parent\": \"2912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291260\",\r\n\t\t\t\"text\": \"291260 - Paraformaldehyde\",\r\n\t\t\t\"parent\": \"2912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2913\",\r\n\t\t\t\"text\": \"2913 - Aldehydes; halogenated, sulphonated, nitrated or nitrosated derivatives of products of heading no. 2912\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291300\",\r\n\t\t\t\"text\": \"291300 - Aldehydes; halogenated, sulphonated, nitrated or nitrosated derivatives of products of heading no. 2912\",\r\n\t\t\t\"parent\": \"2913\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2914\",\r\n\t\t\t\"text\": \"2914 - Ketones and quinones; whether or not with other oxygen function, and their halogenated, sulphonated, nitrated or nitrostated derivatives\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291411\",\r\n\t\t\t\"text\": \"291411 - Ketones; acyclic, without other oxygen function, acetone\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291412\",\r\n\t\t\t\"text\": \"291412 - Ketones; acyclic, without other oxygen function, butanone (methyl ethyl ketone)\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291413\",\r\n\t\t\t\"text\": \"291413 - Ketones; acyclic, without other oxygen function, 4-methylpentan-2-one (methyl isobutyl ketone)\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291419\",\r\n\t\t\t\"text\": \"291419 - Ketones; acyclic, without other oxygen function, n.e.c. in item no. 2914.1\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291421\",\r\n\t\t\t\"text\": \"291421 - Camphor\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291422\",\r\n\t\t\t\"text\": \"291422 - Ketones; cyclanic, cyclenic or cycloterpenic, without other oxygen function, cyclohexanone and methylcyclohexanones\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291423\",\r\n\t\t\t\"text\": \"291423 - Ketones; cyclanic, cyclenic or cycloterpenic, without other oxygen function, ionones and methylionones\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291429\",\r\n\t\t\t\"text\": \"291429 - Ketones; cyclanic, cyclenic or cycloterpenic, without other oxygen function, other than cyclohexanone, methylcyclohexanones, ionones, and methylionones\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291430\",\r\n\t\t\t\"text\": \"291430 - Aromatic ketones without other oxygen function\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291431\",\r\n\t\t\t\"text\": \"291431 - Ketones; aromatic, (without other oxygen function), phenylacetone (phenylpropan-2-one)\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291439\",\r\n\t\t\t\"text\": \"291439 - Ketones; aromatic, (without other oxygen function), excluding phenylacetone (phenylpropan-2-one)\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291440\",\r\n\t\t\t\"text\": \"291440 - Ketone-alcohols and ketone-aldehydes\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291441\",\r\n\t\t\t\"text\": \"291441 - 4-hydroxy-4-methylpentan-2-one(diacetone alcohol)\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291449\",\r\n\t\t\t\"text\": \"291449 - Ketone-alcohols nes, ketone-aldehydes\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291450\",\r\n\t\t\t\"text\": \"291450 - Ketone-phenols and ketones with other oxygen function\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291461\",\r\n\t\t\t\"text\": \"291461 - Quinones; anthraquinone\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291462\",\r\n\t\t\t\"text\": \"291462 - Quinones; coenzyme Q10 (ubidecarenone (INN))\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291469\",\r\n\t\t\t\"text\": \"291469 - Quinones; other than anthraquinone and coenzyme Q10 (ubidecarenone (INN))\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291470\",\r\n\t\t\t\"text\": \"291470 - Ketones and quinones; halogenated, sulphonated, nitrated or nitrosated derivatives\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291471\",\r\n\t\t\t\"text\": \"291471 - Ketones and quinones; halogenated, sulphonated, nitrated or nitrosated derivatives; chlordecone (ISO)\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291479\",\r\n\t\t\t\"text\": \"291479 - Ketones and quinones; halogenated, sulphonated, nitrated or nitrosated derivatives, other than chlordecone (ISO)\",\r\n\t\t\t\"parent\": \"2914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2915\",\r\n\t\t\t\"text\": \"2915 - Acids; saturated acyclic monocarboxylic acids and their anhydrides, halides, peroxides and peroxyacids; their halogenated, sulphonated, nitrated or nitrosated derivatives\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291511\",\r\n\t\t\t\"text\": \"291511 - Acids; saturated acyclic monocarboxylic acids; formic acid\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291512\",\r\n\t\t\t\"text\": \"291512 - Acids; saturated acyclic monocarboxylic acids; salts of formic acids\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291513\",\r\n\t\t\t\"text\": \"291513 - Acids; saturated acyclic monocarboxylic acids; esters of formic acid\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291521\",\r\n\t\t\t\"text\": \"291521 - Acids; saturated acyclic monocarboxylic acids; acetic acid\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291522\",\r\n\t\t\t\"text\": \"291522 - Sodium acetate\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291523\",\r\n\t\t\t\"text\": \"291523 - Cobalt acetates\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291524\",\r\n\t\t\t\"text\": \"291524 - Acids; saturated acyclic monocarboxylic acids; acetic anhydride\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291529\",\r\n\t\t\t\"text\": \"291529 - Acids; saturated acyclic monocarboxylic acids; acetic acid and its salts n.e.c. in item no. 2915.2\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291531\",\r\n\t\t\t\"text\": \"291531 - Acids; saturated acyclic monocarboxylic acids; ethyl acetate\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291532\",\r\n\t\t\t\"text\": \"291532 - Acids; saturated acyclic monocarboxylic acids; vinyl acetate\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291533\",\r\n\t\t\t\"text\": \"291533 - Acids; saturated acyclic monocarboxylic acids; n-butyl acetate\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291534\",\r\n\t\t\t\"text\": \"291534 - Isobutyl acetate\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291535\",\r\n\t\t\t\"text\": \"291535 - 2-ethoxyethyl acetate\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291536\",\r\n\t\t\t\"text\": \"291536 - Acids; saturated acyclic monocarboxylic acids; dinoseb (ISO) acetate\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291539\",\r\n\t\t\t\"text\": \"291539 - Acids; saturated acyclic monocarboxylic acids; esters of acetic acid n.e.c. in item no. 2915.3\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291540\",\r\n\t\t\t\"text\": \"291540 - Acids; saturated acyclic monocarboxylic acids; mono-, di- or trichloroacetic acids, their salts and esters\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291550\",\r\n\t\t\t\"text\": \"291550 - Acids; saturated acyclic monocarboxylic acids; propionic acid, its salts and esters\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291560\",\r\n\t\t\t\"text\": \"291560 - Acids; saturated acyclic monocarboxylic acids; butanoic acids, pentanoic acids, their salts and esters\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291570\",\r\n\t\t\t\"text\": \"291570 - Acids; saturated acyclic monocarboxylic acids; palmitic acid, stearic acid, their salts and esters\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291590\",\r\n\t\t\t\"text\": \"291590 - Acids; saturated acyclic monocarboxylic acids; anhydrides, halides, peroxides, peroxyacids and halogenated, sulphonated, nitrated or nitrosated derivatives, n.e.c. in heading no. 2915\",\r\n\t\t\t\"parent\": \"2915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2916\",\r\n\t\t\t\"text\": \"2916 - Acids; unsaturated acyclic monocarboxylic, cyclic monocarboxylic, their anhydrides, halides, peroxides and peroxyacids; their halogenated, sulphonated, nitrated or nitrosated derivatives\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291611\",\r\n\t\t\t\"text\": \"291611 - Acids; unsaturated acyclic monocarboxylic acids; acrylic acid and its salts\",\r\n\t\t\t\"parent\": \"2916\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291612\",\r\n\t\t\t\"text\": \"291612 - Acids; unsaturated acyclic monocarboxylic acids; esters of acrylic acid\",\r\n\t\t\t\"parent\": \"2916\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291613\",\r\n\t\t\t\"text\": \"291613 - Acids; unsaturated acyclic monocarboxylic acids; methacrylic acid and its salts\",\r\n\t\t\t\"parent\": \"2916\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291614\",\r\n\t\t\t\"text\": \"291614 - Acids; unsaturated acyclic monocarboxylic acids; esters of methacrylic acid\",\r\n\t\t\t\"parent\": \"2916\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291615\",\r\n\t\t\t\"text\": \"291615 - Acids; unsaturated acyclic monocarboxylic acids; oleic, linoleic or linolenic acids, their salts and esters\",\r\n\t\t\t\"parent\": \"2916\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291616\",\r\n\t\t\t\"text\": \"291616 - Acids; unsaturated acyclic monocarboxylic, cyclic monocarboxylic, their anhydrides, halides, peroxides and peroxyacids; their halogenated, sulphonated, nitrated or nitrosated derivatives, binapacryl (ISO)\",\r\n\t\t\t\"parent\": \"2916\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291619\",\r\n\t\t\t\"text\": \"291619 - Acids; unsaturated acyclic monocarboxylic, cyclic monocarboxylic, their anhydrides, halides, peroxides and peroxyacids; their halogenated, sulphonated, nitrated or nitrosated derivatives, n.e.c. in item no. 2916.1\",\r\n\t\t\t\"parent\": \"2916\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291620\",\r\n\t\t\t\"text\": \"291620 - Acids; cyclanic, cyclenic or cycloterpenic monocarboxylic acids, their anhydrides, halides, peroxides, peroxyacids and their derivatives\",\r\n\t\t\t\"parent\": \"2916\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291631\",\r\n\t\t\t\"text\": \"291631 - Acids; aromatic monocarboxylic acids, benzoic acid, its salts and esters\",\r\n\t\t\t\"parent\": \"2916\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291632\",\r\n\t\t\t\"text\": \"291632 - Acids; aromatic monocarboxylic acids, benzoyl peroxide and benzoyl chloride\",\r\n\t\t\t\"parent\": \"2916\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291633\",\r\n\t\t\t\"text\": \"291633 - Phenylacetic acid, its salts & esters\",\r\n\t\t\t\"parent\": \"2916\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291634\",\r\n\t\t\t\"text\": \"291634 - Acids; aromatic monocarboxylic acids, phenylacetic acid and its salts\",\r\n\t\t\t\"parent\": \"2916\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291635\",\r\n\t\t\t\"text\": \"291635 - Esters of phenylacetic acid\",\r\n\t\t\t\"parent\": \"2916\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291636\",\r\n\t\t\t\"text\": \"291636 - Binapacryl (ISO)\",\r\n\t\t\t\"parent\": \"2916\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291639\",\r\n\t\t\t\"text\": \"291639 - Acids; aromatic monocarboxylic acids, and their anhydrides, halides, peroxides, peroxyacids and their derivatives, other than benzoic acid, its salts and esters, benzoyl peroxide and benzoyl chloride, phenylacetic acid and its salts\",\r\n\t\t\t\"parent\": \"2916\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2917\",\r\n\t\t\t\"text\": \"2917 - Acids; polycarboxylic acids, their anhydrides, halides, peroxides and peroxy-acids; their halogenated, sulphonated, nitrated or nitrosated derivatives\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291711\",\r\n\t\t\t\"text\": \"291711 - Acids; acyclic polycarboxylic acids; oxalic acid, its salts and esters\",\r\n\t\t\t\"parent\": \"2917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291712\",\r\n\t\t\t\"text\": \"291712 - Acids; acyclic polycarboxylic acids; adipic acid, its salts and esters\",\r\n\t\t\t\"parent\": \"2917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291713\",\r\n\t\t\t\"text\": \"291713 - Acids; acyclic polycarboxylic acids; azelaic acid, sebacic acid, their salts and esters\",\r\n\t\t\t\"parent\": \"2917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291714\",\r\n\t\t\t\"text\": \"291714 - Acids; acyclic polycarboxylic acids; maleic anhydride\",\r\n\t\t\t\"parent\": \"2917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291719\",\r\n\t\t\t\"text\": \"291719 - Acids; acyclic polycarboxylic acids; n.e.c. in item no. 2917.1\",\r\n\t\t\t\"parent\": \"2917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291720\",\r\n\t\t\t\"text\": \"291720 - Acids; cyclanic, cyclenic or cycloterpenic polycarboxylic acids, their anhydrides, halides, peroxides, peroxyacids and derivatives\",\r\n\t\t\t\"parent\": \"2917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291731\",\r\n\t\t\t\"text\": \"291731 - Dibutyl orthophthalates\",\r\n\t\t\t\"parent\": \"2917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291732\",\r\n\t\t\t\"text\": \"291732 - Acids; aromatic polycarboxylic acids; dioctyl orthophthalates\",\r\n\t\t\t\"parent\": \"2917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291733\",\r\n\t\t\t\"text\": \"291733 - Acids; aromatic polycarboxylic acids; dinonyl or didecyl orthophthalates\",\r\n\t\t\t\"parent\": \"2917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291734\",\r\n\t\t\t\"text\": \"291734 - Acids; aromatic polycarboxylic acids; other esters of orthophthalic acids\",\r\n\t\t\t\"parent\": \"2917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291735\",\r\n\t\t\t\"text\": \"291735 - Acids; aromatic polycarboxylic acids; phthalic anhydride\",\r\n\t\t\t\"parent\": \"2917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291736\",\r\n\t\t\t\"text\": \"291736 - Acids; aromatic polycarboxylic acids; terephthalic acid and its salts\",\r\n\t\t\t\"parent\": \"2917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291737\",\r\n\t\t\t\"text\": \"291737 - Acids; aromatic polycarboxylic acids; dimethyl terephthalate\",\r\n\t\t\t\"parent\": \"2917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291739\",\r\n\t\t\t\"text\": \"291739 - Acids; aromatic polycarboxylic acids; n.e.c. in item no. 2917.3\",\r\n\t\t\t\"parent\": \"2917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2918\",\r\n\t\t\t\"text\": \"2918 - Acids; carboxylic acid with additional oxygen function and their anhydrides, halides, peroxides, peroxyacids; their halogenated, sulphonated, nitrated or nitrosated derivatives\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291811\",\r\n\t\t\t\"text\": \"291811 - Acids; carboxylic acids, (with alcohol function but without other oxygen function), lactic acid, its salts and esters\",\r\n\t\t\t\"parent\": \"2918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291812\",\r\n\t\t\t\"text\": \"291812 - Acids; carboxylic acids, (with alcohol function but without other oxygen function), tartaric acid\",\r\n\t\t\t\"parent\": \"2918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291813\",\r\n\t\t\t\"text\": \"291813 - Acids; carboxylic acids, (with alcohol function but without other oxygen function); salts and esters of tartaric acid\",\r\n\t\t\t\"parent\": \"2918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291814\",\r\n\t\t\t\"text\": \"291814 - Acids; carboxylic acids, (with alcohol function but without other oxygen function), citric acid\",\r\n\t\t\t\"parent\": \"2918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291815\",\r\n\t\t\t\"text\": \"291815 - Acids; carboxylic acids, (with alcohol function but without other oxygen function), salts and esters of citric acid\",\r\n\t\t\t\"parent\": \"2918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291816\",\r\n\t\t\t\"text\": \"291816 - Acids; carboxylic acids, (with alcohol function but without other oxygen function), gluconic acid, its salts and esters\",\r\n\t\t\t\"parent\": \"2918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291817\",\r\n\t\t\t\"text\": \"291817 - Acids; carboxylic acids, (with alcohol function but without other oxygen function), 2,2-Diphenyl-2-hydroxyacetic acid (benzilic acid)\",\r\n\t\t\t\"parent\": \"2918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291818\",\r\n\t\t\t\"text\": \"291818 - Acids; carboxylic acids, (with alcohol function but without other oxygen function), chlorobenzilate (ISO)\",\r\n\t\t\t\"parent\": \"2918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291819\",\r\n\t\t\t\"text\": \"291819 - Acids; carboxylic acids, (with alcohol function but without other oxygen function), other than lactic, tartaric, citric, and gluconic acids and their salts and esters\",\r\n\t\t\t\"parent\": \"2918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291821\",\r\n\t\t\t\"text\": \"291821 - Acids; carboxylic acids, (with phenol function but without other oxygen function), salicylic acid and its salts\",\r\n\t\t\t\"parent\": \"2918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291822\",\r\n\t\t\t\"text\": \"291822 - Acids; carboxylic acids, (with phenol function but without other oxygen function), o-acetylsalicylic acid, its salts and esters\",\r\n\t\t\t\"parent\": \"2918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291823\",\r\n\t\t\t\"text\": \"291823 - Acids; carboxylic acids, (with phenol function but without other oxygen function), other esters of salicylic acid and its salts n.e.c. in item no. 2918.2\",\r\n\t\t\t\"parent\": \"2918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291829\",\r\n\t\t\t\"text\": \"291829 - Acids; carboxylic acids, (with phenol function but without other oxygen function), their anhydrides, halides, peroxides, peroxyacids and their derivatives, n.e.c. in item no. 2918.2\",\r\n\t\t\t\"parent\": \"2918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291830\",\r\n\t\t\t\"text\": \"291830 - Acids; carboxylic acids, (with aldehyde or ketone function but without other oxygen function), their anhydrides, halides, peroxides, peroxyacids and their derivatives\",\r\n\t\t\t\"parent\": \"2918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291890\",\r\n\t\t\t\"text\": \"291890 - Carboxylic acids nes, derivativess\",\r\n\t\t\t\"parent\": \"2918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291891\",\r\n\t\t\t\"text\": \"291891 - Acids; carboxylic acids, with additional oxygen function (not alcohol, phenol, aldehyde or ketone) and their anhydrides, halides, peroxides and peroxyacids; 2,4,5-T (ISO) (2,4,5-trichlorophenoxyacetic acid), its salts and esters\",\r\n\t\t\t\"parent\": \"2918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291899\",\r\n\t\t\t\"text\": \"291899 - Acids; carboxylic acids, with additional oxygen function (not alcohol, phenol, aldehyde or ketone) and their anhydrides, halides, peroxides and peroxyacids; their halogenated, sulphonated, nitrated or nitrosated derivatives; other than 2,4,5-T (ISO)\",\r\n\t\t\t\"parent\": \"2918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2919\",\r\n\t\t\t\"text\": \"2919 - Esters; phosphoric, and their salts, including lactophosphates, their halogenated, sulphonated, nitrated or nitrosated derivatives\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291900\",\r\n\t\t\t\"text\": \"291900 - Phosphoric esters, their salts and derivatives\",\r\n\t\t\t\"parent\": \"2919\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291910\",\r\n\t\t\t\"text\": \"291910 - Esters; phosphoric, and their salts, including lactophosphates, their halogenated, sulphonated, nitrated or nitrosated derivatives; tris(2,3-dibromopropyl) phosphate\",\r\n\t\t\t\"parent\": \"2919\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"291990\",\r\n\t\t\t\"text\": \"291990 - Esters; phosphoric, and their salts, including lactophosphates, their halogenated, sulphonated, nitrated or nitrosated derivatives; other than tris(2,3-dibromopropyl) phosphate\",\r\n\t\t\t\"parent\": \"2919\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2920\",\r\n\t\t\t\"text\": \"2920 - Esters of other inorganic acids of non-metals (other than of hydrogen halides) and their salts, their halogenated, sulphonated, nitrated or nitrosated derivatives\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292010\",\r\n\t\t\t\"text\": \"292010 - Thiophosphoric esters(phosphorothioates),salts,derivs\",\r\n\t\t\t\"parent\": \"2920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292011\",\r\n\t\t\t\"text\": \"292011 - Esters; thiophosphoric esters (phosphorothioates) and their salts, their halogenated, sulphonated, nitrated or nitrosated derivatives, parathion (ISO) and parathion-methyl (ISO) (methyl-parathion)\",\r\n\t\t\t\"parent\": \"2920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292019\",\r\n\t\t\t\"text\": \"292019 - Esters; thiophosphoric esters (phosphorothioates) and their salts; other than parathion (ISO) and parathion-methyl (ISO) (methyl-parathion)\",\r\n\t\t\t\"parent\": \"2920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292021\",\r\n\t\t\t\"text\": \"292021 - Esters; phosphite esters and their salts; their halogenated, sulphonated, nitrated or nitrosated derivatives, dimethyl phosphite\",\r\n\t\t\t\"parent\": \"2920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292022\",\r\n\t\t\t\"text\": \"292022 - Esters; phosphite esters and their salts; their halogenated, sulphonated, nitrated or nitrosated derivatives, diethyl phosphite\",\r\n\t\t\t\"parent\": \"2920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292023\",\r\n\t\t\t\"text\": \"292023 - Esters; phosphite esters and their salts; their halogenated, sulphonated, nitrated or nitrosated derivatives, trimethyl phosphite\",\r\n\t\t\t\"parent\": \"2920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292024\",\r\n\t\t\t\"text\": \"292024 - Esters; phosphite esters and their salts; their halogenated, sulphonated, nitrated or nitrosated derivatives, triethyl phosphite\",\r\n\t\t\t\"parent\": \"2920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292029\",\r\n\t\t\t\"text\": \"292029 - Esters; phosphite esters and their salts; their halogenated, sulphonated, nitrated or nitrosated derivatives, n.e.c. in heading no. 2920\",\r\n\t\t\t\"parent\": \"2920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292030\",\r\n\t\t\t\"text\": \"292030 - Esters; of other inorganic acids of non-metals (excluding esters of hydrogen halides) and their salts; their halogenated, sulphonated, nitrated or nitrosated derivatives, endosulfan (ISO)\",\r\n\t\t\t\"parent\": \"2920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292090\",\r\n\t\t\t\"text\": \"292090 - Esters; other than thiophosphoric esters (phosphorothioates) and phosphite esters and their salts, their halogenated, sulphonated, nitrated or nitrosated derivatives, n.e.c. in heading no. 2920\",\r\n\t\t\t\"parent\": \"2920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2921\",\r\n\t\t\t\"text\": \"2921 - Amine-function compounds\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292111\",\r\n\t\t\t\"text\": \"292111 - Amine-function compounds; acyclic monoamines and their derivatives, methylamine, di- or trimethylamine and their salts\",\r\n\t\t\t\"parent\": \"2921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292112\",\r\n\t\t\t\"text\": \"292112 - Amine-function compounds; acyclic monoamines and their derivatives, and salts thereof, 2-(N,N-Dimethylamino)ethylchloride hydrochloride\",\r\n\t\t\t\"parent\": \"2921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292113\",\r\n\t\t\t\"text\": \"292113 - Amine-function compounds; acyclic monoamines and their derivatives, and salts thereof, 2-(N,N-Diethylamino)ethylchloride hydrochloride\",\r\n\t\t\t\"parent\": \"2921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292114\",\r\n\t\t\t\"text\": \"292114 - Amine-function compounds; acyclic monoamines and their derivatives, and salts thereof, 2-(N,N-Diisopropylamino)ethylchloride hydrochloride\",\r\n\t\t\t\"parent\": \"2921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292119\",\r\n\t\t\t\"text\": \"292119 - Amine-function compounds; acyclic monoamines and their derivatives, and salts thereof, n.e.c. in item no. 2921.1\",\r\n\t\t\t\"parent\": \"2921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292121\",\r\n\t\t\t\"text\": \"292121 - Amine-function compounds; acyclic polyamines and their derivatives, ethylenediamine and its salts\",\r\n\t\t\t\"parent\": \"2921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292122\",\r\n\t\t\t\"text\": \"292122 - Amine-function compounds; acyclic polyamines and their derivatives, hexamethylenediamine and its salts\",\r\n\t\t\t\"parent\": \"2921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292129\",\r\n\t\t\t\"text\": \"292129 - Amine-function compounds; acyclic polyamines and their derivatives, and salts thereof, n.e.c. in item no. 2921.2\",\r\n\t\t\t\"parent\": \"2921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292130\",\r\n\t\t\t\"text\": \"292130 - Amine-function compounds; cyclanic, cyclenic or cycloterpenic mono- or polyamines and their derivatives; salts thereof\",\r\n\t\t\t\"parent\": \"2921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292141\",\r\n\t\t\t\"text\": \"292141 - Amine-function compounds; aromatic monoamines and their derivatives, aniline and its salts\",\r\n\t\t\t\"parent\": \"2921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292142\",\r\n\t\t\t\"text\": \"292142 - Amine-function-compounds; aromatic monoamines and their derivatives, aniline derivatives and their salts\",\r\n\t\t\t\"parent\": \"2921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292143\",\r\n\t\t\t\"text\": \"292143 - Amine-function compounds; aromatic monoamines and their derivatives, toluidines and their derivatives; salts thereof\",\r\n\t\t\t\"parent\": \"2921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292144\",\r\n\t\t\t\"text\": \"292144 - Amine-function compounds; aromatic monoamines and their derivatives, diphenylamine and its derivatives; salts thereof\",\r\n\t\t\t\"parent\": \"2921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292145\",\r\n\t\t\t\"text\": \"292145 - Amine-function compounds; aromatic monoamines and their derivatives; 1-naphthylamine (alpha-naphthylamine), 2-naphthylamine (beta-naphthaylamine) and their derivatives; salts thereof\",\r\n\t\t\t\"parent\": \"2921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292146\",\r\n\t\t\t\"text\": \"292146 - Amine-function compounds; aromatic monoamines and derivatives; amfetamine (INN), benzfetamine (INN), dexamfetamine (INN), etilamfetamine (INN), fencamfamin (INN), lefetamine (INN), levamfetamine (INN), mefenorex (INN) and phentermine (INN); salts thereof\",\r\n\t\t\t\"parent\": \"2921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292149\",\r\n\t\t\t\"text\": \"292149 - Amine-function compounds; aromatic monoamines and their derivatives; salts thereof; n.e.c. in item no. 2921.4\",\r\n\t\t\t\"parent\": \"2921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292151\",\r\n\t\t\t\"text\": \"292151 - Amine-function compounds; aromatic amines and their derivatives; o-, m-, p-phenylenediamine, diaminotoluenes and their derivatives; salts thereof\",\r\n\t\t\t\"parent\": \"2921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292159\",\r\n\t\t\t\"text\": \"292159 - Amine-function compounds; aromatic polyamines and their derivatives, other than item no. 2921.51\",\r\n\t\t\t\"parent\": \"2921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2922\",\r\n\t\t\t\"text\": \"2922 - Oxygen-function amino-compounds\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292211\",\r\n\t\t\t\"text\": \"292211 - Amino-alcohols, other than those containing more than one kind of oxygen function; their ethers and esters; salts thereof, monoethanolamine and its salts\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292212\",\r\n\t\t\t\"text\": \"292212 - Amino-alcohols, other than those containing more than one kind of oxygen function; their ethers and esters; salts thereof, diethanolamine and its salts\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292213\",\r\n\t\t\t\"text\": \"292213 - Amino-alcohols, other than those containing more than one kind of oxygen function; their ethers and esters; salts thereof, triethanolamine and its salts\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292214\",\r\n\t\t\t\"text\": \"292214 - Amino-alcohols, other than those containing more than one kind of oxygen function; their ethers and esters; salts thereof; dextropropoxyphene (INN) and its salts\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292215\",\r\n\t\t\t\"text\": \"292215 - Amino-alcohols, other than those containing more than one kind of oxygen function; their ethers and esters; salts thereof, triethanolamine\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292216\",\r\n\t\t\t\"text\": \"292216 - Amino-alcohols, other than those containing more than one kind of oxygen function; their ethers and esters; salts thereof, Diethanolammonium perfluorooctane sulphonate\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292217\",\r\n\t\t\t\"text\": \"292217 - Amino-alcohols, other than those containing more than one kind of oxygen function; their ethers and esters; salts thereof, Methyldiethanolamine and ethyldiethanolamine\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292218\",\r\n\t\t\t\"text\": \"292218 - Amino-alcohols, other than those containing more than one kind of oxygen function; their ethers and esters; salts thereof, 2-(N,N- Diisopropylamino)ethanol\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292219\",\r\n\t\t\t\"text\": \"292219 - Amino-alcohols, other than those containing more than one kind of oxygen function, their ethers and esters; salts thereof, n.e.c. in item no. 2922.1\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292221\",\r\n\t\t\t\"text\": \"292221 - Amino-naphthols and other amino-phenols, other than those containing more than one kind of oxygen function; their ethers and esters; salts thereof, aminohydroxynaphthalenesulphonic acids and their salts\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292222\",\r\n\t\t\t\"text\": \"292222 - Anisidines, dianisidines, phenetidines, and salts\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292229\",\r\n\t\t\t\"text\": \"292229 - Amino-naphthols and other amino-phenols, other than those containing more than one kind of oxygen function, their ethers and esters; salts thereof n.e.c. in item no. 2922.2\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292230\",\r\n\t\t\t\"text\": \"292230 - Amino-aldehydes, ketones and quinones, salts thereof\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292231\",\r\n\t\t\t\"text\": \"292231 - Amino-aldehydes, amino-ketones and amino-quinones; other than those containing more than one kind of oxygen function, salts thereof\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292239\",\r\n\t\t\t\"text\": \"292239 - Amino-aldehydes, amino-ketones and amino-quinones; other than those containing more than one kind of oxygen function; salts thereof, excluding amfepramone (INN), methadone (INN), and normethadone (INN) and salts thereof\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292241\",\r\n\t\t\t\"text\": \"292241 - Amino-acids, other than those containing more than one kind of oxygen function, and their esters; lysine and its esters; salts thereof\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292242\",\r\n\t\t\t\"text\": \"292242 - Amino-acids, other than those containing more than one kind of oxygen function, and their esters; glutamic acid and its esters; salts thereof\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292243\",\r\n\t\t\t\"text\": \"292243 - Amino-acids, other than those containing more than one kind of oxygen function, and their esters; anthranilic acid and its esters; salts thereof\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292244\",\r\n\t\t\t\"text\": \"292244 - Amino-acids, other than those containing more than one kind of oxygen function, and their esters; tilidine (INN) and its esters; salts thereof\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292249\",\r\n\t\t\t\"text\": \"292249 - Amino-acids, other than those containing more than one kind of oxygen function, their esters; salts thereof, excluding lysine, glutamic acid, anthranalic acid and tilidine, their esters and salts thereof\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292250\",\r\n\t\t\t\"text\": \"292250 - Amino-alcohol-phenols, amino-acid-phenols and other amino-compounds with oxygen function\",\r\n\t\t\t\"parent\": \"2922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2923\",\r\n\t\t\t\"text\": \"2923 - Quaternary ammonium salts and hydroxides; lecithins and other phosphoaminolipids, whether or not chemically defined\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292310\",\r\n\t\t\t\"text\": \"292310 - Quaternary ammonium salts and hydroxides; choline and its salts, whether or not chemically defined\",\r\n\t\t\t\"parent\": \"2923\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292320\",\r\n\t\t\t\"text\": \"292320 - Lecithins and other phosphoaminolipids, whether or not chemically defined\",\r\n\t\t\t\"parent\": \"2923\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292330\",\r\n\t\t\t\"text\": \"292330 - Quaternary ammonium salts and hydroxides; tetraethylammonium perfluorooctane sulphonate, whether or not chemically defined\",\r\n\t\t\t\"parent\": \"2923\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292340\",\r\n\t\t\t\"text\": \"292340 - Quaternary ammonium salts and hydroxides; didecyldimethylammonium perfluorooctane sulphonate, whether or not chemically defined\",\r\n\t\t\t\"parent\": \"2923\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292390\",\r\n\t\t\t\"text\": \"292390 - Quaternary ammonium salts and hydroxides; whether or not chemically defined n.e.c. in heading no. 2923\",\r\n\t\t\t\"parent\": \"2923\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2924\",\r\n\t\t\t\"text\": \"2924 - Carboxyamide-function compounds; amide-function compounds of carbonic acid\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292410\",\r\n\t\t\t\"text\": \"292410 - Acyclic amides, derivatives, salts thereof\",\r\n\t\t\t\"parent\": \"2924\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292411\",\r\n\t\t\t\"text\": \"292411 - Acyclic amides (including acyclic carbamates) and their derivatives; salts thereof; meprobamate (INN)\",\r\n\t\t\t\"parent\": \"2924\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292412\",\r\n\t\t\t\"text\": \"292412 - Acyclic amides (including acyclic carbamates) and their derivatives; salts thereof; fluoroacetamide (ISO), monocrotophos (ISO) and phosphamidon (ISO)\",\r\n\t\t\t\"parent\": \"2924\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292419\",\r\n\t\t\t\"text\": \"292419 - Acyclic amides (including acyclic carbamates) and their derivatives; salts thereof, other than meprobamate (INN), fluoroacetamide (ISO), monocrotophos (ISO) or phosphamidon (ISO)\",\r\n\t\t\t\"parent\": \"2924\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292421\",\r\n\t\t\t\"text\": \"292421 - Cyclic amides (including cyclic carbamates) and their derivatives, ureines and their derivatives; salts thereof\",\r\n\t\t\t\"parent\": \"2924\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292422\",\r\n\t\t\t\"text\": \"292422 - 2-Acetomidobenzoic acid\",\r\n\t\t\t\"parent\": \"2924\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292423\",\r\n\t\t\t\"text\": \"292423 - Cyclic amides (including cyclic carbamates) and their derivatives; 2-acetamidobenzoic acid (N-acetylanthranillic acid) and its salts\",\r\n\t\t\t\"parent\": \"2924\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292424\",\r\n\t\t\t\"text\": \"292424 - Cyclic amides (including cyclic carbamates) and their derivatives; ethinamate and its salts\",\r\n\t\t\t\"parent\": \"2924\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292425\",\r\n\t\t\t\"text\": \"292425 - Cyclic amides (including cyclic carbamates) and their derivatives; alachlor (ISO) and its salts\",\r\n\t\t\t\"parent\": \"2924\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292429\",\r\n\t\t\t\"text\": \"292429 - Cyclic amides (including cyclic carbamates) and their derivatives; other than the derivatives and salts of ureines, 2-acetamidobenzoic acid (N-acetylanthancillic acid),ethinamate S, and alachlor (ISO) and their derivatives and salts\",\r\n\t\t\t\"parent\": \"2924\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2925\",\r\n\t\t\t\"text\": \"2925 - Carboxyimide-function compounds (including saccharin and its salts) and imine-function compounds\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292511\",\r\n\t\t\t\"text\": \"292511 - Imides and their derivatives; saccharin and its salts\",\r\n\t\t\t\"parent\": \"2925\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292512\",\r\n\t\t\t\"text\": \"292512 - Imides and their derivatives; glutethimide (INN)\",\r\n\t\t\t\"parent\": \"2925\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292519\",\r\n\t\t\t\"text\": \"292519 - Imides and their derivatives; other than saccharin and glutethimide (INN)\",\r\n\t\t\t\"parent\": \"2925\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292520\",\r\n\t\t\t\"text\": \"292520 - Imines, derivatives, salts thereof\",\r\n\t\t\t\"parent\": \"2925\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292521\",\r\n\t\t\t\"text\": \"292521 - Imines and their derivatives; salts thereof; chlordimeform (ISO)\",\r\n\t\t\t\"parent\": \"2925\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292529\",\r\n\t\t\t\"text\": \"292529 - Imines and their derivatives; salts thereof; other than chlordimeform (ISO)\",\r\n\t\t\t\"parent\": \"2925\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2926\",\r\n\t\t\t\"text\": \"2926 - Nitrile-function compounds\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292610\",\r\n\t\t\t\"text\": \"292610 - Nitrile-function compounds; acrylonitrile\",\r\n\t\t\t\"parent\": \"2926\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292620\",\r\n\t\t\t\"text\": \"292620 - Nitrile-function compounds; 1-cyanoguanidine (dicyandiamide)\",\r\n\t\t\t\"parent\": \"2926\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292630\",\r\n\t\t\t\"text\": \"292630 - Nitrile-function compounds; fenproporex (INN) and its salts; methadone (INN) intermediate (4-cyano-2-dimethylamino-4,4-diphenylbutane)\",\r\n\t\t\t\"parent\": \"2926\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292640\",\r\n\t\t\t\"text\": \"292640 - Nitrile-function compounds; alpha-phenylacetoacetonitrile\",\r\n\t\t\t\"parent\": \"2926\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292690\",\r\n\t\t\t\"text\": \"292690 - Nitrile-function compounds; n.e.c. heading no. 2926\",\r\n\t\t\t\"parent\": \"2926\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2927\",\r\n\t\t\t\"text\": \"2927 - Diazo-, azo- or azoxy-compounds\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292700\",\r\n\t\t\t\"text\": \"292700 - Diazo-, azo- or azoxy compounds\",\r\n\t\t\t\"parent\": \"2927\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2928\",\r\n\t\t\t\"text\": \"2928 - Organic derivatives of hydrazine or of hydroxylamine\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292800\",\r\n\t\t\t\"text\": \"292800 - Organic derivatives of hydrazine or of hydroxylamine\",\r\n\t\t\t\"parent\": \"2928\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2929\",\r\n\t\t\t\"text\": \"2929 - Nitrogen-function compounds, n.e.c. in chapter 29\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292910\",\r\n\t\t\t\"text\": \"292910 - Nitrogen-function compounds; n.e.c. in chapter 29, isocyanates\",\r\n\t\t\t\"parent\": \"2929\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"292990\",\r\n\t\t\t\"text\": \"292990 - Nitrogen-function compounds; n.e.c. in chapter 29, excluding isocyanates\",\r\n\t\t\t\"parent\": \"2929\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2930\",\r\n\t\t\t\"text\": \"2930 - Organo-sulphur compounds\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293010\",\r\n\t\t\t\"text\": \"293010 - Organo-sulphur compounds; 2-(N,N-Diethylamino) ethanethiol\",\r\n\t\t\t\"parent\": \"2930\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293020\",\r\n\t\t\t\"text\": \"293020 - Organo-sulphur compounds; thiocarbamates and dithiocarbamates\",\r\n\t\t\t\"parent\": \"2930\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293030\",\r\n\t\t\t\"text\": \"293030 - Organo-sulphur compounds; thiuram mono-, di- or tetrasulphides\",\r\n\t\t\t\"parent\": \"2930\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293040\",\r\n\t\t\t\"text\": \"293040 - Organo-sulphur compounds; methionine\",\r\n\t\t\t\"parent\": \"2930\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293050\",\r\n\t\t\t\"text\": \"293050 - Organo-sulphur compounds; captafol (ISO) and methamidophos (ISO)\",\r\n\t\t\t\"parent\": \"2930\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293060\",\r\n\t\t\t\"text\": \"293060 - Organo-sulphur compounds; 2-(N,N-Diethylamino)ethanethiol\",\r\n\t\t\t\"parent\": \"2930\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293070\",\r\n\t\t\t\"text\": \"293070 - Organo-sulphur compounds; bis(2-hydroxyethyl)sulfide (thiodiglycol (INN))\",\r\n\t\t\t\"parent\": \"2930\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293080\",\r\n\t\t\t\"text\": \"293080 - Organo-sulphur compounds; aldicarb (ISO), captafol (ISO) and methamidophos (ISO)\",\r\n\t\t\t\"parent\": \"2930\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293090\",\r\n\t\t\t\"text\": \"293090 - Organo-sulphur compounds; n.e.c. in heading no. 2930\",\r\n\t\t\t\"parent\": \"2930\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2931\",\r\n\t\t\t\"text\": \"2931 - Other organo-inorganic compounds\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293100\",\r\n\t\t\t\"text\": \"293100 - Organo-inorganic compounds, n.e.s. in Ch.29\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293110\",\r\n\t\t\t\"text\": \"293110 - Organo-inorganic compounds; tetramethyl lead and tetraethyl lead\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293120\",\r\n\t\t\t\"text\": \"293120 - Organo-inorganic compounds; tributyltin compounds\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293131\",\r\n\t\t\t\"text\": \"293131 - Organo-inorganic compounds; organo-phosphorus derivatives, dimethyl methylphosphonate\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293132\",\r\n\t\t\t\"text\": \"293132 - Organo-inorganic compounds; organo-phosphorus derivatives, dimethyl propylphosphonate\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293133\",\r\n\t\t\t\"text\": \"293133 - Organo-inorganic compounds; organo-phosphorus derivatives, diethyl ethylphosphonate\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293134\",\r\n\t\t\t\"text\": \"293134 - Organo-inorganic compounds; organo-phosphorus derivatives, sodium-3-(hydroxysilyl)propyl methylphosphonate\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293135\",\r\n\t\t\t\"text\": \"293135 - Organo-inorganic compounds; organo-phosphorus derivatives, 2,4,6-tripropyl-1,3,5,2,4,6-trioxatriphosphinane 2,4,6-trioxide\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293136\",\r\n\t\t\t\"text\": \"293136 - Organo-inorganic compounds; organo-phosphorus derivatives, (5-ethyl-2-methyl-2-oxido-1,3,2-dioxaphosphinan-5-yl)methyl methyl methylphosphonate\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293137\",\r\n\t\t\t\"text\": \"293137 - Organo-inorganic compounds; organo-phosphorus derivatives, bis[(5-Ethyl-2-methyl-2-oxido-1,3,2-dioxaphosphinan-5-yl)methyl methyl methylphosphonate]\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293138\",\r\n\t\t\t\"text\": \"293138 - Organo-inorganic compounds; organo-phosphorus derivatives, salt of methylphosphonic acid and (aminoiminomethyl)urea (1 : 1)\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293139\",\r\n\t\t\t\"text\": \"293139 - Organo-inorganic compounds; other organo-phosphorus derivatives, n.e.c. in heading no. 2931\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293141\",\r\n\t\t\t\"text\": \"293141 - Non-halogenated organo-phosphorous derivatives; dimethyl methylphosphonate\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293142\",\r\n\t\t\t\"text\": \"293142 - Non-halogenated organo-phosphorous derivatives; dimethyl propylphosphonate\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293143\",\r\n\t\t\t\"text\": \"293143 - Non-halogenated organo-phosphorous derivatives; diethyl ethylphosphonate\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293144\",\r\n\t\t\t\"text\": \"293144 - Non-halogenated organo-phosphorous derivatives; methylphosphonic acid\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293145\",\r\n\t\t\t\"text\": \"293145 - Non-halogenated organo-phosphorous derivatives; salt of methylphosphonic acid and (aminominomethyl) urea (1:1)\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293146\",\r\n\t\t\t\"text\": \"293146 - Non-halogenated organo-phosphorous derivatives; 2,4,6-tripropyl-1,3,5,2,4,6-trioxatriphosphinane 2,4,6-trioxide\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293147\",\r\n\t\t\t\"text\": \"293147 - Non-halogenated organo-phosphorous derivatives; (5-ethyl-2-methyl-2-oxido-1,3,2-dioxaphosphinan-5-yl) methyl methyl methylphosphonate\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293148\",\r\n\t\t\t\"text\": \"293148 - Non-halogenated organo-phosphorous derivatives; 3,9-dimethyl-2,4,8,10-tetraoxa-3,9-diphosphaspiro[5.5] undecane 3,9-dioxide\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293149\",\r\n\t\t\t\"text\": \"293149 - Non-halogenated organo-phosphorous derivatives; other non-halogenated organo-phosphorous derivatives, n.e.c. in item no. 2931.4\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293151\",\r\n\t\t\t\"text\": \"293151 - Halogenated organo-phosphorous derivatives; methylphosphonic dichloride\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293152\",\r\n\t\t\t\"text\": \"293152 - Halogenated organo-phosphorous derivatives; propylphosphonic dichloride\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293153\",\r\n\t\t\t\"text\": \"293153 - Halogenated organo-phosphorous derivatives; O-(3-chloropropyl) O-[4-nitro-3-(trifluoromethyl)phenyl] methylphosphonothionate\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293154\",\r\n\t\t\t\"text\": \"293154 - Halogenated organo-phosphorous derivatives; trichlorfon (ISO)\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293159\",\r\n\t\t\t\"text\": \"293159 - Halogenated organo-phosphorous derivatives; other halogenated organo-phosphorous derivatives, n.e.c. in item no. 2931.5\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293190\",\r\n\t\t\t\"text\": \"293190 - Organo-inorganic compounds; other than tetramethyl lead, tetraethyl lead, tributyltin compounds, and other organo-phosphorous derivatives\",\r\n\t\t\t\"parent\": \"2931\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2932\",\r\n\t\t\t\"text\": \"2932 - Heterocyclic compounds with oxygen hetero-atom(s) only\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293211\",\r\n\t\t\t\"text\": \"293211 - Heterocyclic compounds; with oxygen hetero-atom(s) only, containing an unfused furan ring (whether or not hydrogenated) in the structure, tetrahydrofuran\",\r\n\t\t\t\"parent\": \"2932\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293212\",\r\n\t\t\t\"text\": \"293212 - Heterocyclic compounds; with oxygen hetero-atom(s) only, containing an unfused furan ring (whether or not hydrogenated) in the structure, 2-furaldehyde (furfuraldehyde)\",\r\n\t\t\t\"parent\": \"2932\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293213\",\r\n\t\t\t\"text\": \"293213 - Heterocyclic compounds; with oxygen hetero-atom(s) only, containing an unfused furan ring (whether or not hydrogenated) in the structure, furfuryl alcohol and tetrahydrofurfuryl alcohol\",\r\n\t\t\t\"parent\": \"2932\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293214\",\r\n\t\t\t\"text\": \"293214 - Heterocyclic compounds; with oxygen hetero-atom(s) only, containing an unfused furan ring (whether or not hydrogenated) in the structure, sucralose\",\r\n\t\t\t\"parent\": \"2932\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293219\",\r\n\t\t\t\"text\": \"293219 - Heterocyclic compounds; with oxygen hetero-atom(s) only, containing an unfused furan ring (whether or not hydrogenated) in the structure, n.e.c. in item no. 2932.1\",\r\n\t\t\t\"parent\": \"2932\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293220\",\r\n\t\t\t\"text\": \"293220 - Heterocyclic compounds; with oxygen hetero-atom(s) only, containing an unfused furan ring (whether or not hydrogenated) in the structure, lactones\",\r\n\t\t\t\"parent\": \"2932\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293221\",\r\n\t\t\t\"text\": \"293221 - Coumarin, methylcoumarins & ethylcoumarins\",\r\n\t\t\t\"parent\": \"2932\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293229\",\r\n\t\t\t\"text\": \"293229 - Lactones (excl. coumarin, methylcoumarins & ethylcoumarins)\",\r\n\t\t\t\"parent\": \"2932\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293290\",\r\n\t\t\t\"text\": \"293290 - Heterocyclic compound,oxygen hetero-atom(s) only,nes\",\r\n\t\t\t\"parent\": \"2932\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293291\",\r\n\t\t\t\"text\": \"293291 - Heterocyclic compounds; with oxygen hetero-atom(s) only, (other than lactones or compounds containing an unfused furan ring (whether or not hydrogenated) in the structure), isosafrole\",\r\n\t\t\t\"parent\": \"2932\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293292\",\r\n\t\t\t\"text\": \"293292 - Heterocyclic compounds; with oxygen hetero-atom(s) only, (other than lactones or compounds containing an unfused furan ring (whether or not hydrogenated) in the structure), 1-(1,3-Benzodioxol-5-yl)propan-2-one\",\r\n\t\t\t\"parent\": \"2932\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293293\",\r\n\t\t\t\"text\": \"293293 - Heterocyclic compounds; with oxygen hetero-atom(s) only, (other than lactones or compounds containing an unfused furan ring (whether or not hydrogenated) in the structure), piperonal\",\r\n\t\t\t\"parent\": \"2932\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293294\",\r\n\t\t\t\"text\": \"293294 - Heterocyclic compounds; with oxygen hetero-atom(s) only, (other than lactones or compounds containing an unfused furan ring (whether or not hydrogenated) in the structure), safrole\",\r\n\t\t\t\"parent\": \"2932\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293295\",\r\n\t\t\t\"text\": \"293295 - Heterocyclic compounds; with oxygen hetero-atom(s) only, (other than lactones or compounds containing an unfused furan ring (whether or not hydrogenated) in the structure), tetrahydrocannabinols (all isomers)\",\r\n\t\t\t\"parent\": \"2932\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293296\",\r\n\t\t\t\"text\": \"293296 - Heterocyclic compounds; with oxygen hetero-atom(s) only, (other than lactones or compounds containing an unfused furan ring (whether or not hydrogenated) in the structure), carbofuran (ISO)\",\r\n\t\t\t\"parent\": \"2932\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293299\",\r\n\t\t\t\"text\": \"293299 - Heterocyclic compounds; with oxygen hetero-atom(s) only, no lactones or unfused furan rings in the structure, other than isosafrole, 1-(1,3-benzodiaxol-5-yl) propan-2-one, piperonal, safrole, tetrahydrocannabinols (all isomers), carbofuran (ISO)\",\r\n\t\t\t\"parent\": \"2932\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2933\",\r\n\t\t\t\"text\": \"2933 - Heterocyclic compounds with nitrogen hetero-atom(s) only\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293311\",\r\n\t\t\t\"text\": \"293311 - Heterocyclic compounds; with nitrogen hetero-atom(s) only, containing an unfused pyrazole ring (whether or not hydrogenated) in the structure, phenazone (antipyrin) and its derivatives\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293319\",\r\n\t\t\t\"text\": \"293319 - Heterocyclic compounds; with nitrogen hetero-atom(s) only, containing an unfused pyrazole ring (whether or not hydrogenated) in the structure, other than henazone (antipyrin) and its derivatives\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293321\",\r\n\t\t\t\"text\": \"293321 - Heterocyclic compounds; with nitrogen hetero-atom(s) only, containing an unfused imidazole ring (whether or not hydrogenated) in the structure, hydantoin and its derivatives\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293329\",\r\n\t\t\t\"text\": \"293329 - Heterocyclic compounds; with nitrogen hetero-atom(s) only, containing an unfused imidazole ring (whether or not hydrogenated) in the structure, other than hydantoin and its derivatives\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293331\",\r\n\t\t\t\"text\": \"293331 - Heterocyclic compounds; containing an unfused pyridine ring (whether or not hydrogenated) in the structure, pyridine and its salts\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293332\",\r\n\t\t\t\"text\": \"293332 - Heterocyclic compounds; containing an unfused pyridine ring (whether or not hydrogenated) in the structure, piperidine and its salts\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293333\",\r\n\t\t\t\"text\": \"293333 - Heterocyclic compounds; containing an unfused pyridine ring (whether or not hydrogenated) in the structure, alfentanil (INN), anileridine (INN), bezitramide (INN), bromazepam (INN), carfentanil (INN), difenoxin (INN), diphenoxylate (INN), dipipanone (INN)\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293334\",\r\n\t\t\t\"text\": \"293334 - Heterocyclic compounds; containing an unfused pyridine ring (whether or not hydrogenated) in the structure, other fentanyls and their derivatives\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293335\",\r\n\t\t\t\"text\": \"293335 - Heterocyclic compounds; containing an unfused pyridine ring (whether or not hydrogenated) in the structure, 3-quinuclidinol\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293336\",\r\n\t\t\t\"text\": \"293336 - Heterocyclic compounds; containing an unfused pyridine ring (whether or not hydrogenated) in the structure, 4-anilino-N-phenethylpiperidine (ANPP)\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293337\",\r\n\t\t\t\"text\": \"293337 - Heterocyclic compounds; containing an unfused pyridine ring (whether or not hydrogenated) in the structure, N-phenethyl-4-piperdone (NPP)\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293339\",\r\n\t\t\t\"text\": \"293339 - Heterocyclic compounds; containing an unfused pyridine ring (whether or not hydrogenated) in the structure, n.e.c. in 2933.3\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293340\",\r\n\t\t\t\"text\": \"293340 - Heterocyc cmpounds, quinoline ring not further fused\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293341\",\r\n\t\t\t\"text\": \"293341 - Heterocyclic compounds; containing a quinoline or isoquinoline ring-system (whether or not hydrogenated) in the structure, not further fused, levorphanol (INN) and its salts\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293349\",\r\n\t\t\t\"text\": \"293349 - Heterocyclic compounds; containing a quinoline or isoquinoline ring-system (whether or not hydrogenated) in the structure, not further fused, other than levorphanol (INN) and its salts\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293351\",\r\n\t\t\t\"text\": \"293351 - Barbituric acid, derivatives, salts thereof\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293352\",\r\n\t\t\t\"text\": \"293352 - Heterocyclic compounds; containing a pyrimidine ring (whether or not hydrogenated) or piperazine ring in the structure, malonylurea (barbituric acid) and its salts\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293353\",\r\n\t\t\t\"text\": \"293353 - Allobarbital (INN), amobarbital (INN), barbital (INN), butalbital (INN), butobarbital, cyclobarbital (INN), methylphenobarbital (INN), pentobarbital (INN), phenobarbital (INN), secbutabarbital (INN), secobarbital (INN) and vinylbital (INN); salts thereof\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293354\",\r\n\t\t\t\"text\": \"293354 - Heterocyclic compounds; containing a pyrimidine ring (whether or not hydrogenated) or piperazine ring in the structure, other derivatives of malonylurea (barbituric acid) and salts thereof, n.e.c. in 2933.53\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293355\",\r\n\t\t\t\"text\": \"293355 - Heterocyclic compounds; containing a pyrimidine ring (whether or not hydrogenated) or piperazine ring in the structure; loprazolam (INN), mecloqualone (INN), methaqualone (INN), and zipeprol (INN); salts thereof\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293359\",\r\n\t\t\t\"text\": \"293359 - Heterocyclic compounds; containing a pyrimidine ring (whether or not hydrogenated) or piperazine ring in the structure, (other than malonylurea and its derivatives, loprazolam, mecloqualone, methaqualone, zipeprol, and salts thereof) n.e.c. in 2933.5\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293361\",\r\n\t\t\t\"text\": \"293361 - Heterocyclic compounds; containing an unfused triazine ring (whether or not hydrogenated) in the structure, melamine\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293369\",\r\n\t\t\t\"text\": \"293369 - Heterocyclic compounds; containing an unfused triazine ring (whether or not hydrogenated) in the structure, others excluding melamine\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293371\",\r\n\t\t\t\"text\": \"293371 - Heterocyclic compounds; lactams; 6-hexanelactam (epsilon-caprolactam)\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293372\",\r\n\t\t\t\"text\": \"293372 - Heterocyclic compounds; lactams; clobazam (INN) and methyprylon (INN)\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293379\",\r\n\t\t\t\"text\": \"293379 - Heterocyclic compounds; lactams; other than 6-hexanelactam (epsilon caprolactam) and clobazam (INN) and methyprylon (INN)\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293390\",\r\n\t\t\t\"text\": \"293390 - Heterocyclic compounds with N-hetero-atom(s) only, ne\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293391\",\r\n\t\t\t\"text\": \"293391 - Heterocyclic compounds; alprazolam (INN), camazepam (INN), chlordiazepoxide (INN), clonazepam (INN), clorazepate, delorazepam (INN), diazepam (INN), estazolam (INN), ethyl loflazepate (INN), fludiazepam (INN), flunitrazepam (INN), (cont)\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293392\",\r\n\t\t\t\"text\": \"293392 - Heterocyclic compounds; azinphos-methyl (ISO)\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293399\",\r\n\t\t\t\"text\": \"293399 - Heterocyclic compounds; n.e.c. in headings no. 2933\",\r\n\t\t\t\"parent\": \"2933\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2934\",\r\n\t\t\t\"text\": \"2934 - Nucleic acids and their salts, whether or not chemically defined; other heterocyclic compounds\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293410\",\r\n\t\t\t\"text\": \"293410 - Heterocyclic compounds; containing an unfused thiazole ring (whether or not hydrogenated) in the structure\",\r\n\t\t\t\"parent\": \"2934\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293420\",\r\n\t\t\t\"text\": \"293420 - Heterocyclic compounds; containing in the structure, a benzothiazole ring-system (whether or not hydrogenated), not further fused\",\r\n\t\t\t\"parent\": \"2934\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293430\",\r\n\t\t\t\"text\": \"293430 - Heterocyclic compounds; containing in the structure, a phenothiazine ring-system (whether or not hydrogenated), not further fused\",\r\n\t\t\t\"parent\": \"2934\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293490\",\r\n\t\t\t\"text\": \"293490 - Heterocyclic compounds, nes\",\r\n\t\t\t\"parent\": \"2934\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293491\",\r\n\t\t\t\"text\": \"293491 - Heterocyclic compounds; other heterocyclic compounds, n.e.c. in 2934.1, 2934.2 and 2934.3\",\r\n\t\t\t\"parent\": \"2934\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293492\",\r\n\t\t\t\"text\": \"293492 - Heterocyclic compounds; other fentanyls n.e.c. in 2934, and their derivatives\",\r\n\t\t\t\"parent\": \"2934\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293499\",\r\n\t\t\t\"text\": \"293499 - Nucleic acids and their salts, other heterocyclic compounds, n.e.c. in heading number 2934\",\r\n\t\t\t\"parent\": \"2934\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2935\",\r\n\t\t\t\"text\": \"2935 - Sulphonamides\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293500\",\r\n\t\t\t\"text\": \"293500 - Sulphonamides\",\r\n\t\t\t\"parent\": \"2935\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293510\",\r\n\t\t\t\"text\": \"293510 - Sulphonamides; N-methylperfluorooctane sulphonamide\",\r\n\t\t\t\"parent\": \"2935\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293520\",\r\n\t\t\t\"text\": \"293520 - Sulphonamides; N-ethylperfluorooctane sulphonamide\",\r\n\t\t\t\"parent\": \"2935\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293530\",\r\n\t\t\t\"text\": \"293530 - Sulphonamides; N-ethyl-N-(2-hydroxyethyl) perfluorooctane sulphonamide\",\r\n\t\t\t\"parent\": \"2935\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293540\",\r\n\t\t\t\"text\": \"293540 - Sulphonamides; N-(2-hydroxyethyl)-N-methylperfluorooctane sulphonamide\",\r\n\t\t\t\"parent\": \"2935\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293550\",\r\n\t\t\t\"text\": \"293550 - Sulphonamides; other perfluorooctane sulphonamides\",\r\n\t\t\t\"parent\": \"2935\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293590\",\r\n\t\t\t\"text\": \"293590 - Sulphonamides; n.e.c. in heading no. 2935\",\r\n\t\t\t\"parent\": \"2935\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2936\",\r\n\t\t\t\"text\": \"2936 - Provitamins, vitamins; natural or reproduced by synthesis (including natural concentrates) derivatives thereof used as vitamins, and intermixtures of the fore-going, whether or not in any solvent\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293610\",\r\n\t\t\t\"text\": \"293610 - Provitamins, unmixed\",\r\n\t\t\t\"parent\": \"2936\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293621\",\r\n\t\t\t\"text\": \"293621 - Vitamins; vitamins A and their derivatives, unmixed\",\r\n\t\t\t\"parent\": \"2936\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293622\",\r\n\t\t\t\"text\": \"293622 - Vitamins; vitamin B1 and its derivatives, unmixed\",\r\n\t\t\t\"parent\": \"2936\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293623\",\r\n\t\t\t\"text\": \"293623 - Vitamins; vitamin B2 and its derivatives, unmixed\",\r\n\t\t\t\"parent\": \"2936\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293624\",\r\n\t\t\t\"text\": \"293624 - Vitamins; D- or DL-pantothenic acid (vitamin B5) and its derivatives, unmixed\",\r\n\t\t\t\"parent\": \"2936\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293625\",\r\n\t\t\t\"text\": \"293625 - Vitamins; vitamin B6 and its derivatives, unmixed\",\r\n\t\t\t\"parent\": \"2936\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293626\",\r\n\t\t\t\"text\": \"293626 - Vitamins; vitamin B12 and its derivatives, unmixed\",\r\n\t\t\t\"parent\": \"2936\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293627\",\r\n\t\t\t\"text\": \"293627 - Vitamins; vitamin C and its derivatives, unmixed\",\r\n\t\t\t\"parent\": \"2936\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293628\",\r\n\t\t\t\"text\": \"293628 - Vitamins; vitamin E and its derivatives, unmixed\",\r\n\t\t\t\"parent\": \"2936\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293629\",\r\n\t\t\t\"text\": \"293629 - Vitamins; n.e.c. in item no. 2936.2, and their derivatives, unmixed\",\r\n\t\t\t\"parent\": \"2936\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293690\",\r\n\t\t\t\"text\": \"293690 - Vitamins; n.e.c. in heading no. 2936, including natural concentrates\",\r\n\t\t\t\"parent\": \"2936\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2937\",\r\n\t\t\t\"text\": \"2937 - Hormones, prostaglandins, thromboxanes and leukotrienes, natural or reproduced by synthesis; derivatives and structural analogues thereof, including chain modified polypeptides, used primarily as hormones.\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293710\",\r\n\t\t\t\"text\": \"293710 - Pituitary anterior hormones and derivatives, in bulk\",\r\n\t\t\t\"parent\": \"2937\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293711\",\r\n\t\t\t\"text\": \"293711 - Polypeptide hormones, protein hormones and glycoprotein hormones, their derivatives and structural analogues; somatotropin, its derivatives and structural analogues\",\r\n\t\t\t\"parent\": \"2937\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293712\",\r\n\t\t\t\"text\": \"293712 - Polypeptide hormones, protein hormones and glycoprotein hormones, their derivatives and structural analogues; insulin and its salts\",\r\n\t\t\t\"parent\": \"2937\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293719\",\r\n\t\t\t\"text\": \"293719 - Polypeptide hormones, protein hormones and glycoprotein hormones, their derivatives and structural analogues; other than somatotropin, (its derivatives and structural anaologues) and insulin and its salts\",\r\n\t\t\t\"parent\": \"2937\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293721\",\r\n\t\t\t\"text\": \"293721 - Steroidal hormones, their derivatives and structural analogues; cortisone, hydrocortisone, prednisone (dehydrocortisone) and prednisolone (dehydrohydrocortisone)\",\r\n\t\t\t\"parent\": \"2937\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293722\",\r\n\t\t\t\"text\": \"293722 - Steroidal hormones, their derivatives and structural analogues; halogenated derivatives of corticosteroidal hormones\",\r\n\t\t\t\"parent\": \"2937\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293723\",\r\n\t\t\t\"text\": \"293723 - Steroidal hormones, their derivatives and structural analogues; oestrogens and progestogens\",\r\n\t\t\t\"parent\": \"2937\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293729\",\r\n\t\t\t\"text\": \"293729 - Steroidal hormones, their derivatives and structural analogues; other than cortisone, hydrocortisone, prednisone (dehydrocortisone), prednisolone (dehydrohydrocortisone), halogenated derivatives of corticosteroidal hormones, oestrogen and progestogens\",\r\n\t\t\t\"parent\": \"2937\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293731\",\r\n\t\t\t\"text\": \"293731 - Epinephrine\",\r\n\t\t\t\"parent\": \"2937\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293739\",\r\n\t\t\t\"text\": \"293739 - Catecholamine hormones other than epinephrine, their derivatives & structural analogues\",\r\n\t\t\t\"parent\": \"2937\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293740\",\r\n\t\t\t\"text\": \"293740 - Amino-acid derivatives\",\r\n\t\t\t\"parent\": \"2937\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293750\",\r\n\t\t\t\"text\": \"293750 - Prostaglandins, thromboxanes and leukotrienes, their derivatives and structural analogues\",\r\n\t\t\t\"parent\": \"2937\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293790\",\r\n\t\t\t\"text\": \"293790 - Hormones, prostaglandins, thromboxanes and leukotrienes, natural or reproduced by synthesis; derivatives and structural analogues thereof, including chain modified polypeptides, used primarily as hormones, n.e.c. in heading 2937\",\r\n\t\t\t\"parent\": \"2937\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293791\",\r\n\t\t\t\"text\": \"293791 - Insulin, salts, in bulk\",\r\n\t\t\t\"parent\": \"2937\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293792\",\r\n\t\t\t\"text\": \"293792 - Oestrogens and progestogens, in bulk\",\r\n\t\t\t\"parent\": \"2937\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293799\",\r\n\t\t\t\"text\": \"293799 - Hormones nes, derivatives, in bulk, steroids nes\",\r\n\t\t\t\"parent\": \"2937\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2938\",\r\n\t\t\t\"text\": \"2938 - Glycosides, natural or reproduced by synthesis, and their salts, ethers, esters and other derivatives\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293810\",\r\n\t\t\t\"text\": \"293810 - Glycosides; rutoside (rutin) and its derivatives\",\r\n\t\t\t\"parent\": \"2938\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293890\",\r\n\t\t\t\"text\": \"293890 - Glycosides; natural or reproduced by synthesis, other than rutoside (rutin) and its derivatives\",\r\n\t\t\t\"parent\": \"2938\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2939\",\r\n\t\t\t\"text\": \"2939 - Alkaloids; natural or reproduced by synthesis, and their salts, ethers, esters and other derivatives\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293910\",\r\n\t\t\t\"text\": \"293910 - Opium alkaloids, their derivs, in bulk, salts thereof\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293911\",\r\n\t\t\t\"text\": \"293911 - Alkaloids; of opium and their derivatives; salts thereof\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293919\",\r\n\t\t\t\"text\": \"293919 - Alkaloids; of opium and their derivatives; other than in 2939.11, salts thereof\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293920\",\r\n\t\t\t\"text\": \"293920 - Alkaloids; of cinchona and their derivatives; salts thereof\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293921\",\r\n\t\t\t\"text\": \"293921 - Quinine, salts, in bulk\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293929\",\r\n\t\t\t\"text\": \"293929 - Cinchona alkaloids, derivatives nes, in bulk, salts\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293930\",\r\n\t\t\t\"text\": \"293930 - Alkaloids; caffeine and its salts\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293940\",\r\n\t\t\t\"text\": \"293940 - Ephedrines, salts, in bulk\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293941\",\r\n\t\t\t\"text\": \"293941 - Alkaloids; of ephedrine and their derivatives; salts thereof\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293942\",\r\n\t\t\t\"text\": \"293942 - Alkaloids; of ephedrine and their derivatives; pseudoephedrine (INN) and its salts\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293943\",\r\n\t\t\t\"text\": \"293943 - Alkaloids; of ephedrine and their derivatives; cathine (INN) and its salts\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293944\",\r\n\t\t\t\"text\": \"293944 - Alkaloids; of ephedrine and their derivatives; norephedrine and its salts\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293945\",\r\n\t\t\t\"text\": \"293945 - Alkaloids; of ephedrine and their derivatives; levometamfetamine, metamfetamine (INN), metamefetamine racemate and their salts\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293949\",\r\n\t\t\t\"text\": \"293949 - Alkaloids; of ephedrine and their derivatives; other than ephedrine, pseudoephedrine (INN), norephedrine, cathine (INN), levometamfetamine, metamfetamine (INN), metamefetamine racemate and their salts\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293950\",\r\n\t\t\t\"text\": \"293950 - Theophylline and aminophylline, derivs, in bulk, salt\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293951\",\r\n\t\t\t\"text\": \"293951 - Alkaloids; theophylline and aminophylline (theophylline-ethylenediamine) and their derivatives; salts thereof, fenetylline (INN) and its salts\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293959\",\r\n\t\t\t\"text\": \"293959 - Alkaloids; theophylline and aminophylline (theophylline-ethylenediamine) and their derivatives; salts thereof, other than fenetylline\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293960\",\r\n\t\t\t\"text\": \"293960 - Rye ergot alkaloids, derivatives, in bulk, salts\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293961\",\r\n\t\t\t\"text\": \"293961 - Alkaloids; of rye ergot and their derivatives, ergometrine (INN) and its salts\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293962\",\r\n\t\t\t\"text\": \"293962 - Alkaloids; of rye ergot and their derivatives, ergotamine (INN) and its salts\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293963\",\r\n\t\t\t\"text\": \"293963 - Alkaloids; of rye ergot and their derivatives, lysergic acid and its salts\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293969\",\r\n\t\t\t\"text\": \"293969 - Alkaloids; of rye ergot and their derivatives, salts thereof, n.e.c. in item no. 2939.6\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293970\",\r\n\t\t\t\"text\": \"293970 - Nicotine, salts, in bulk\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293971\",\r\n\t\t\t\"text\": \"293971 - Alkaloids; of vegetal origin, cocaine, ecgonine, levometamfetamine, metamfetamine (INN), metamfetamine racemate; salts, esters and other derivatives thereof\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293972\",\r\n\t\t\t\"text\": \"293972 - Alkaloids; of vegetal origin, cocaine, ecgonine; salts, esters and other derivatives thereof\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293979\",\r\n\t\t\t\"text\": \"293979 - Alkaloids; of vegetal origin, other than cocaine, ecgonine; salts, esters and other derivatives; n.e.c. in heading no. 2939\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293980\",\r\n\t\t\t\"text\": \"293980 - Alkaloids; natural or reproduced by synthesis, and their salts, esters and other derivatives n.e.c. in heading no. 2939\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293990\",\r\n\t\t\t\"text\": \"293990 - Vegetable alkaloids nes, salts, ethers, esters in bul\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293991\",\r\n\t\t\t\"text\": \"293991 - Alkaloids, vegetable; natural or reproduced by synthesis, and their salts, esters and other derivatives n.e.c. in heading no. 2939.1, 2939.2, 2939.3, 2939.4, 2939.5, 2939.6, 2939.7\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"293999\",\r\n\t\t\t\"text\": \"293999 - Alkaloids, vegetable; natural or reproduced by synthesis, and their salts, esters and other derivatives n.e.c. in heading no. 2939\",\r\n\t\t\t\"parent\": \"2939\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2940\",\r\n\t\t\t\"text\": \"2940 - Sugars, chemically pure, other than sucrose, lactose, maltose, glucose and fructose; sugar ethers, sugar acetals and sugar esters, and their salts, other than the products of heading 29.37, 29.38, or 29.39\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"294000\",\r\n\t\t\t\"text\": \"294000 - Sugars, chemically pure, other than sucrose, lactose, maltose, glucose and fructose; sugar ethers, sugar acetals and sugar esters, and their salts, other than the products of heading 29.37, 29.38, or 29.39\",\r\n\t\t\t\"parent\": \"2940\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2941\",\r\n\t\t\t\"text\": \"2941 - Antibiotics\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"294110\",\r\n\t\t\t\"text\": \"294110 - Antibiotics; penicillins and their derivatives with a penicillanic acid structure; salts thereof\",\r\n\t\t\t\"parent\": \"2941\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"294120\",\r\n\t\t\t\"text\": \"294120 - Antibiotics; streptomycins and their derivatives; salts thereof\",\r\n\t\t\t\"parent\": \"2941\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"294130\",\r\n\t\t\t\"text\": \"294130 - Antibiotics; tetracyclines and their derivatives; salts thereof\",\r\n\t\t\t\"parent\": \"2941\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"294140\",\r\n\t\t\t\"text\": \"294140 - Antibiotics; chloramphenicol and its derivatives; salts thereof\",\r\n\t\t\t\"parent\": \"2941\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"294150\",\r\n\t\t\t\"text\": \"294150 - Antibiotics; erythromycin and its derivatives; salts thereof\",\r\n\t\t\t\"parent\": \"2941\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"294190\",\r\n\t\t\t\"text\": \"294190 - Antibiotics; n.e.c. in heading no. 2941\",\r\n\t\t\t\"parent\": \"2941\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"2942\",\r\n\t\t\t\"text\": \"2942 - Organic compounds; n.e.c. in chapter 29\",\r\n\t\t\t\"parent\": \"29\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"294200\",\r\n\t\t\t\"text\": \"294200 - Organic compounds; n.e.c. in chapter 29\",\r\n\t\t\t\"parent\": \"2942\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"30\",\r\n\t\t\t\"text\": \"30 - Pharmaceutical products\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3001\",\r\n\t\t\t\"text\": \"3001 - Glands and other organs (extracts, secretions thereof) for organo-therapeutic uses, dried, powdered or not; heparin and its salts; other human or animal substances for therapeutic or prophylactic uses n.e.c.\",\r\n\t\t\t\"parent\": \"30\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300110\",\r\n\t\t\t\"text\": \"300110 - Glands and other organs, dried, for therapeutic uses\",\r\n\t\t\t\"parent\": \"3001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300120\",\r\n\t\t\t\"text\": \"300120 - Glands and other organs; extracts of glands or other organs or of their secretions, for organo-therapeutic uses\",\r\n\t\t\t\"parent\": \"3001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300190\",\r\n\t\t\t\"text\": \"300190 - Glands and other organs; heparin and its salts; other human or animal substances prepared for therapeutic or prophylactic uses, n.e.c. in heading 3001\",\r\n\t\t\t\"parent\": \"3001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3002\",\r\n\t\t\t\"text\": \"3002 - Human blood; animal blood for therapeutic, prophylactic or diagnostic uses; antisera, other blood fractions, immunological products, modified or obtained by biotechnological processes; vaccines, toxins, cultures of micro-organisms (excluding yeasts) etc\",\r\n\t\t\t\"parent\": \"30\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300210\",\r\n\t\t\t\"text\": \"300210 - Blood, human or animal, antisera, other blood fractions and immunological products; whether or not modified or obtained by means of biotechnological processes\",\r\n\t\t\t\"parent\": \"3002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300211\",\r\n\t\t\t\"text\": \"300211 - Blood, human or animal, antisera, other blood fractions and immunological products; malaria diagnostic test kits\",\r\n\t\t\t\"parent\": \"3002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300212\",\r\n\t\t\t\"text\": \"300212 - Blood, human or animal, antisera, other blood fractions and immunological products; antisera and other blood fractions\",\r\n\t\t\t\"parent\": \"3002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300213\",\r\n\t\t\t\"text\": \"300213 - Blood, human or animal, antisera, other blood fractions and immunological products; immunological products, unmixed, not put up in measured doses or in forms or packings for retail sale\",\r\n\t\t\t\"parent\": \"3002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300214\",\r\n\t\t\t\"text\": \"300214 - Blood, human or animal, antisera, other blood fractions and immunological products; immunological products, mixed, put up in measured doses or in forms or packings for retail sale\",\r\n\t\t\t\"parent\": \"3002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300215\",\r\n\t\t\t\"text\": \"300215 - Blood, human or animal, antisera, other blood fractions and immunological products; immunological products, put up in measured doses or in forms or packings for retail sale\",\r\n\t\t\t\"parent\": \"3002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300219\",\r\n\t\t\t\"text\": \"300219 - Blood, human or animal, antisera, other blood fractions and immunological products; n.e.c. in heading 3002.1\",\r\n\t\t\t\"parent\": \"3002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300220\",\r\n\t\t\t\"text\": \"300220 - Vaccines; for human medicine\",\r\n\t\t\t\"parent\": \"3002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300230\",\r\n\t\t\t\"text\": \"300230 - Vaccines; for veterinary medicine\",\r\n\t\t\t\"parent\": \"3002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300231\",\r\n\t\t\t\"text\": \"300231 - Vaccines, foot and mouth disease, veterinary use\",\r\n\t\t\t\"parent\": \"3002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300239\",\r\n\t\t\t\"text\": \"300239 - Vaccines, veterinary use, except foot and mouth\",\r\n\t\t\t\"parent\": \"3002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300241\",\r\n\t\t\t\"text\": \"300241 - Vaccines, toxins, cultures of micro-organisms (excluding yeasts) and similar products; for human medicine\",\r\n\t\t\t\"parent\": \"3002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300242\",\r\n\t\t\t\"text\": \"300242 - Vaccines, toxins, cultures of micro-organisms (excluding yeasts) and similar products; for veterinary medicine\",\r\n\t\t\t\"parent\": \"3002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300249\",\r\n\t\t\t\"text\": \"300249 - Toxins, cultures of micro-organisms (excluding yeasts) and similar products; n.e.c. in item 3002.3\",\r\n\t\t\t\"parent\": \"3002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300251\",\r\n\t\t\t\"text\": \"300251 - Cell cultures, whether or not modified; cell therapy products\",\r\n\t\t\t\"parent\": \"3002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300259\",\r\n\t\t\t\"text\": \"300259 - Cell cultures, whether or not modified; other cell cultures not including cell therapy products\",\r\n\t\t\t\"parent\": \"3002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300290\",\r\n\t\t\t\"text\": \"300290 - Toxins, cultures of micro-organisms (excluding yeasts) and similar products\",\r\n\t\t\t\"parent\": \"3002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3003\",\r\n\t\t\t\"text\": \"3003 - Medicaments; (not goods of heading no. 3002, 3005 or 3006) of two or more constituents mixed together for therapeutic or prophylactic use not in measured doses or in forms or packings for retail sale\",\r\n\t\t\t\"parent\": \"30\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300310\",\r\n\t\t\t\"text\": \"300310 - Medicaments; containing penicillins, streptomycins or their derivatives, for therapeutic or prophylactic uses, (not in measured doses, not packaged for retail sale)\",\r\n\t\t\t\"parent\": \"3003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300320\",\r\n\t\t\t\"text\": \"300320 - Medicaments; containing antibiotics other than penicillins, streptomycins and their derivatives, for therapeutic or prophylactic uses, (not in measured doses, not packaged for retail sale)\",\r\n\t\t\t\"parent\": \"3003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300331\",\r\n\t\t\t\"text\": \"300331 - Medicaments; containing insulin, for therapeutic or prophylactic uses, not packaged for retail sale\",\r\n\t\t\t\"parent\": \"3003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300339\",\r\n\t\t\t\"text\": \"300339 - Medicaments; containing hormones (excluding insulin), (but not containing antibiotics), for therapeutic or prophylactic uses, not packaged for retail sale\",\r\n\t\t\t\"parent\": \"3003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300340\",\r\n\t\t\t\"text\": \"300340 - Medicaments; containing alkaloids or their derivatives, (but not containing hormones or antibiotics), for therapeutic or prophylactic uses, (not packaged for retail sale)\",\r\n\t\t\t\"parent\": \"3003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300341\",\r\n\t\t\t\"text\": \"300341 - Medicaments; containing alkaloids or their derivatives, containing ephedrine or its salts, for therapeutic or prophylactic uses, (not packaged for retail sale)\",\r\n\t\t\t\"parent\": \"3003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300342\",\r\n\t\t\t\"text\": \"300342 - Medicaments; containing alkaloids or their derivatives, containing pseudoephedrine (INN) or its salts, for therapeutic or prophylactic uses, (not packaged for retail sale)\",\r\n\t\t\t\"parent\": \"3003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300343\",\r\n\t\t\t\"text\": \"300343 - Medicaments; containing alkaloids or their derivatives, containing norephedrine or its salts, for therapeutic or prophylactic uses, (not packaged for retail sale)\",\r\n\t\t\t\"parent\": \"3003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300349\",\r\n\t\t\t\"text\": \"300349 - Medicaments; containing alkaloids or their derivatives; other than ephedrine, pseudoephedrine (INN) or norephedrine or their salts; for therapeutic or prophylactic uses, (not packaged for retail sale)\",\r\n\t\t\t\"parent\": \"3003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300360\",\r\n\t\t\t\"text\": \"300360 - Medicaments; containing antimalarial active principles described in subheading note 2 to this chapter, for therapeutic or prophylactic uses, (not packaged for retail sale)\",\r\n\t\t\t\"parent\": \"3003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300390\",\r\n\t\t\t\"text\": \"300390 - Medicaments; (not containing antibiotics, hormones, alkaloids or their derivatives), for therapeutic or prophylactic uses, (not packaged for retail sale)\",\r\n\t\t\t\"parent\": \"3003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3004\",\r\n\t\t\t\"text\": \"3004 - Medicaments; (not goods of heading no. 3002, 3005 or 3006) consisting of mixed or unmixed products for therapeutic or prophylactic use, put up in measured doses (incl. those in the form of transdermal admin. systems) or packed for retail sale\",\r\n\t\t\t\"parent\": \"30\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300410\",\r\n\t\t\t\"text\": \"300410 - Medicaments; containing penicillins, streptomycins or their derivatives, for therapeutic or prophylactic uses, packaged for retail sale\",\r\n\t\t\t\"parent\": \"3004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300420\",\r\n\t\t\t\"text\": \"300420 - Medicaments; containing antibiotics (other than penicillins, streptomycins or their derivatives), for therapeutic or prophylactic uses, packaged for retail sale\",\r\n\t\t\t\"parent\": \"3004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300431\",\r\n\t\t\t\"text\": \"300431 - Medicaments; containing insulin, for therapeutic or prophylactic uses, packaged for retail sale\",\r\n\t\t\t\"parent\": \"3004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300432\",\r\n\t\t\t\"text\": \"300432 - Medicaments; containing corticosteroid hormones, their derivatives or structural analogues (but not containing antibiotics), for therapeutic or prophylactic uses, packaged for retail sale\",\r\n\t\t\t\"parent\": \"3004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300439\",\r\n\t\t\t\"text\": \"300439 - Medicaments; containing hormones (but not insulin), adrenal cortex hormones or antibiotics, for therapeutic or prophylactic uses, packaged for retail sale\",\r\n\t\t\t\"parent\": \"3004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300440\",\r\n\t\t\t\"text\": \"300440 - Medicaments; containing alkaloids or their derivatives (but not hormones or antibiotics), for therapeutic or prophylactic uses, packaged for retail sale\",\r\n\t\t\t\"parent\": \"3004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300441\",\r\n\t\t\t\"text\": \"300441 - Medicaments; containing alkaloids or their derivatives, containing ephedrine or its salts, for therapeutic or prophylactic uses, packaged for retail sale\",\r\n\t\t\t\"parent\": \"3004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300442\",\r\n\t\t\t\"text\": \"300442 - Medicaments; containing alkaloids or their derivatives, containing pseudoephedrine (INN) or its salts, for therapeutic or prophylactic uses, packaged for retail sale\",\r\n\t\t\t\"parent\": \"3004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300443\",\r\n\t\t\t\"text\": \"300443 - Medicaments; containing alkaloids or their derivatives, containing norephedrine or its salts, for therapeutic or prophylactic uses, packaged for retail sale\",\r\n\t\t\t\"parent\": \"3004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300449\",\r\n\t\t\t\"text\": \"300449 - Medicaments; containing alkaloids or their derivatives; other than ephedrine, pseudoephedrine (INN) or norephedrine or their salts; for therapeutic or prophylactic uses, packaged for retail sale\",\r\n\t\t\t\"parent\": \"3004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300450\",\r\n\t\t\t\"text\": \"300450 - Medicaments; containing vitamins or their derivatives, for therapeutic or prophylactic use, packaged for retail sale\",\r\n\t\t\t\"parent\": \"3004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300460\",\r\n\t\t\t\"text\": \"300460 - Medicaments; containing antimalarial active principles described in Subheading Note 2 to this Chapter, for therapeutic or prophylactic uses, packaged for retail sale\",\r\n\t\t\t\"parent\": \"3004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300490\",\r\n\t\t\t\"text\": \"300490 - Medicaments; consisting of mixed or unmixed products n.e.c. in heading no. 3004, for therapeutic or prophylactic uses, packaged for retail sale\",\r\n\t\t\t\"parent\": \"3004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3005\",\r\n\t\t\t\"text\": \"3005 - Wadding, gauze, bandages (dressings, adhesive plasters, poultices), impregnated or coated with pharmaceutical substances or in forms or packings for retail sale, for medical, surgical or veterinary use\",\r\n\t\t\t\"parent\": \"30\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300510\",\r\n\t\t\t\"text\": \"300510 - Dressings, adhesive; and other articles having an adhesive layer, packed for retail sale for medical, surgical, dental or veterinary purposes\",\r\n\t\t\t\"parent\": \"3005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300590\",\r\n\t\t\t\"text\": \"300590 - Wadding, gauze, bandages and similar articles; (excluding adhesive dressings), impregnated or coated with pharmaceutical substances, packaged for retail sale\",\r\n\t\t\t\"parent\": \"3005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3006\",\r\n\t\t\t\"text\": \"3006 - Pharmaceutical goods\",\r\n\t\t\t\"parent\": \"30\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300610\",\r\n\t\t\t\"text\": \"300610 - Pharmaceutical goods; sterile surgical catgut, suture materials, tissue adhesives, laminaria, laminaria tents, absorbable surgical or dental haemostatics, and surgical or dental adhesion barriers\",\r\n\t\t\t\"parent\": \"3006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300620\",\r\n\t\t\t\"text\": \"300620 - Pharmaceutical goods; blood-grouping reagents\",\r\n\t\t\t\"parent\": \"3006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300630\",\r\n\t\t\t\"text\": \"300630 - Pharmaceutical goods; opacifying preparations for x-ray examinations, diagnostic reagents designed to be administered to the patient\",\r\n\t\t\t\"parent\": \"3006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300640\",\r\n\t\t\t\"text\": \"300640 - Pharmaceutical goods; dental cements and other dental fillings, bone reconstruction cements\",\r\n\t\t\t\"parent\": \"3006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300650\",\r\n\t\t\t\"text\": \"300650 - Pharmaceutical goods; first aid boxes and kits\",\r\n\t\t\t\"parent\": \"3006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300660\",\r\n\t\t\t\"text\": \"300660 - Pharmaceutical goods; chemical contraceptive preparations based on hormones, on other products of heading 2937 or on spermicides\",\r\n\t\t\t\"parent\": \"3006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300670\",\r\n\t\t\t\"text\": \"300670 - Pharmaceutical goods; Gel preparations designed to be used in human or veterinary medicine as a lubricant for parts of the body for surgical operations or physical examinations or as a coupling agent between the body and medical instruments\",\r\n\t\t\t\"parent\": \"3006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300680\",\r\n\t\t\t\"text\": \"300680 - Waste pharmaceuticals\",\r\n\t\t\t\"parent\": \"3006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300691\",\r\n\t\t\t\"text\": \"300691 - Pharmaceutical goods; appliances identifiable for ostomy use\",\r\n\t\t\t\"parent\": \"3006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300692\",\r\n\t\t\t\"text\": \"300692 - Pharmaceutical goods; waste pharmaceuticals\",\r\n\t\t\t\"parent\": \"3006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"300693\",\r\n\t\t\t\"text\": \"300693 - Pharmaceutical goods; placebos and blinded (or double-blinded) clinical trial kits for a recognised clinical trial, put up in measured doses\",\r\n\t\t\t\"parent\": \"3006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"31\",\r\n\t\t\t\"text\": \"31 - Fertilizers\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3101\",\r\n\t\t\t\"text\": \"3101 - Fertilizers; animal or vegetable, whether or not mixed together or chemically treated; fertilizers produced by the mixing or chemical treatment of animal or vegetable products\",\r\n\t\t\t\"parent\": \"31\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310100\",\r\n\t\t\t\"text\": \"310100 - Fertilizers, animal or vegetable; whether or not mixed together or chemically treated; fertilizers, produced by the mixing or chemical treatment of animal or vegetable products\",\r\n\t\t\t\"parent\": \"3101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3102\",\r\n\t\t\t\"text\": \"3102 - Fertilizers; mineral or chemical, nitrogenous\",\r\n\t\t\t\"parent\": \"31\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310210\",\r\n\t\t\t\"text\": \"310210 - Fertilizers, mineral or chemical; nitrogenous, urea, whether or not in aqueous solution\",\r\n\t\t\t\"parent\": \"3102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310221\",\r\n\t\t\t\"text\": \"310221 - Fertilizers, mineral or chemical; nitrogenous, ammonium sulphate\",\r\n\t\t\t\"parent\": \"3102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310229\",\r\n\t\t\t\"text\": \"310229 - Fertilizers, mineral or chemical; nitrogenous, other than ammonium sulphate\",\r\n\t\t\t\"parent\": \"3102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310230\",\r\n\t\t\t\"text\": \"310230 - Fertilizers, mineral or chemical; nitrogenous, ammonium nitrate, whether or not in aqueous solution\",\r\n\t\t\t\"parent\": \"3102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310240\",\r\n\t\t\t\"text\": \"310240 - Fertilizers, mineral or chemical; ammonium nitrate with calcium carbonate or other inorganic non-fertilizing substances, mixtures thereof\",\r\n\t\t\t\"parent\": \"3102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310250\",\r\n\t\t\t\"text\": \"310250 - Fertilizers, mineral or chemical; nitrogenous, sodium nitrate\",\r\n\t\t\t\"parent\": \"3102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310260\",\r\n\t\t\t\"text\": \"310260 - Fertilizers, mineral or chemical; nitrogenous, double salts and mixtures of calcium nitrate and ammonium nitrate\",\r\n\t\t\t\"parent\": \"3102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310270\",\r\n\t\t\t\"text\": \"310270 - Calcium cyanamide in packs >10 kg\",\r\n\t\t\t\"parent\": \"3102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310280\",\r\n\t\t\t\"text\": \"310280 - Fertilizers, mineral or chemical; nitrogenous, mixtures of urea and ammonium nitrate in aqueous or ammoniacal solution\",\r\n\t\t\t\"parent\": \"3102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310290\",\r\n\t\t\t\"text\": \"310290 - Fertilizers, mineral or chemical; nitrogenous, other kinds including mixtures not specified in the foregoing subheadings\",\r\n\t\t\t\"parent\": \"3102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3103\",\r\n\t\t\t\"text\": \"3103 - Fertilizers; mineral or chemical, phosphatic\",\r\n\t\t\t\"parent\": \"31\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310310\",\r\n\t\t\t\"text\": \"310310 - Fertilizers, mineral or chemical; phosphatic, superphosphates\",\r\n\t\t\t\"parent\": \"3103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310311\",\r\n\t\t\t\"text\": \"310311 - Fertilizers, mineral or chemical; phosphatic, superphosphates, containing by weight 35% or more of diphosphorus pentaoxide (P2O5)\",\r\n\t\t\t\"parent\": \"3103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310319\",\r\n\t\t\t\"text\": \"310319 - Fertilizers, mineral or chemical; phosphatic, superphosphates, other than containing by weight 35% or more of diphosphorus pentaoxide (P2O5)\",\r\n\t\t\t\"parent\": \"3103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310320\",\r\n\t\t\t\"text\": \"310320 - Basic slag, in packs >10 kg\",\r\n\t\t\t\"parent\": \"3103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310390\",\r\n\t\t\t\"text\": \"310390 - Fertilizers, mineral or chemical; phosphatic, n.e.c. in heading no. 3103\",\r\n\t\t\t\"parent\": \"3103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3104\",\r\n\t\t\t\"text\": \"3104 - Fertilizers; mineral or chemical, potassic\",\r\n\t\t\t\"parent\": \"31\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310410\",\r\n\t\t\t\"text\": \"310410 - Carnallite, sylvite, crude potassium salts nes, >10kg\",\r\n\t\t\t\"parent\": \"3104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310420\",\r\n\t\t\t\"text\": \"310420 - Fertilizers, mineral or chemical; potassic, potassium chloride\",\r\n\t\t\t\"parent\": \"3104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310430\",\r\n\t\t\t\"text\": \"310430 - Fertilizers, mineral or chemical; potassic, potassium sulphate\",\r\n\t\t\t\"parent\": \"3104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310490\",\r\n\t\t\t\"text\": \"310490 - Fertilizers, mineral or chemical; potassic, n.e.c. in heading no. 3104\",\r\n\t\t\t\"parent\": \"3104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3105\",\r\n\t\t\t\"text\": \"3105 - Fertilizers; mineral or chemical, containing 2 or 3 of the elements nitrogen, phosphorus, potassium; other fertilisers; goods of chapter 31 in tablets or packages of gross weight not exceeding 10kg\",\r\n\t\t\t\"parent\": \"31\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310510\",\r\n\t\t\t\"text\": \"310510 - Fertilizers, mineral or chemical; in tablets or similar forms or in packages of a gross weight not exceeding 10kg\",\r\n\t\t\t\"parent\": \"3105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310520\",\r\n\t\t\t\"text\": \"310520 - Fertilizers, mineral or chemical; containing the three fertilizing elements nitrogen, phosphorus and potassium\",\r\n\t\t\t\"parent\": \"3105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310530\",\r\n\t\t\t\"text\": \"310530 - Fertilizers, mineral or chemical; diammonium hydrogenorthophosphate (diammonium phosphate)\",\r\n\t\t\t\"parent\": \"3105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310540\",\r\n\t\t\t\"text\": \"310540 - Fertilizers, mineral or chemical; ammonium dihydrogenorthophosphate (monoammonium phosphate) and mixtures thereof with diammonium hydrogenorthophosphate (diammonium phosphate)\",\r\n\t\t\t\"parent\": \"3105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310551\",\r\n\t\t\t\"text\": \"310551 - Fertilizers, mineral or chemical; containing nitrates and phosphates\",\r\n\t\t\t\"parent\": \"3105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310559\",\r\n\t\t\t\"text\": \"310559 - Fertilizers, mineral or chemical; containing the two fertilizing elements nitrogen and phosphorus, other than nitrates and phosphates\",\r\n\t\t\t\"parent\": \"3105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310560\",\r\n\t\t\t\"text\": \"310560 - Fertilizers, mineral or chemical; containing the two fertilizing elements phosphorus and potassium\",\r\n\t\t\t\"parent\": \"3105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"310590\",\r\n\t\t\t\"text\": \"310590 - Fertilizers, mineral or chemical; n.e.c. in heading no. 3105\",\r\n\t\t\t\"parent\": \"3105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"32\",\r\n\t\t\t\"text\": \"32 - Tanning or dyeing extracts; tannins and their derivatives; dyes, pigments and other colouring matter; paints, varnishes; putty, other mastics; inks\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3201\",\r\n\t\t\t\"text\": \"3201 - Tanning extracts of vegetable origin; tannins and their salts, ethers, esters and other derivatives\",\r\n\t\t\t\"parent\": \"32\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320110\",\r\n\t\t\t\"text\": \"320110 - Tanning extracts of vegetable origin; quebracho extract\",\r\n\t\t\t\"parent\": \"3201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320120\",\r\n\t\t\t\"text\": \"320120 - Tanning extracts of vegetable origin; wattle extract\",\r\n\t\t\t\"parent\": \"3201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320130\",\r\n\t\t\t\"text\": \"320130 - Oak or chestnut tanning extract\",\r\n\t\t\t\"parent\": \"3201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320190\",\r\n\t\t\t\"text\": \"320190 - Tanning extracts of vegetable origin; tannins and their salts, ethers, esters and other derivatives, (excluding quebracho or wattle extract)\",\r\n\t\t\t\"parent\": \"3201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3202\",\r\n\t\t\t\"text\": \"3202 - Tanning substances; synthetic organic or inorganic tanning substances; tanning preparations, whether or not containing natural tanning substances, enzymatic preparations for pre-tanning\",\r\n\t\t\t\"parent\": \"32\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320210\",\r\n\t\t\t\"text\": \"320210 - Tanning substances; synthetic organic tanning substances\",\r\n\t\t\t\"parent\": \"3202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320290\",\r\n\t\t\t\"text\": \"320290 - Tanning substances; inorganic tanning substances; tanning preparations, whether or not containing natural tanning substances; enzymatic preparations for pre- tanning\",\r\n\t\t\t\"parent\": \"3202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3203\",\r\n\t\t\t\"text\": \"3203 - Colouring matter of vegetable or animal origin (including dyeing extracts, not animal black); whether or not chemically defined; preparations based on colouring matter of vegetable or animal origin\",\r\n\t\t\t\"parent\": \"32\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320300\",\r\n\t\t\t\"text\": \"320300 - Colouring matter of vegetable or animal origin, including dyeing extracts not animal black, whether or not chemically defined; preparations based on colouring matter of vegetable or animal origin\",\r\n\t\t\t\"parent\": \"3203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3204\",\r\n\t\t\t\"text\": \"3204 - Synthetic organic colouring matter and preparations based thereon; synthetic organic products used as fluorescent brightening agents or as luminophores; whether or not chemically defined\",\r\n\t\t\t\"parent\": \"32\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320411\",\r\n\t\t\t\"text\": \"320411 - Dyes; disperse dyes and preparations based thereon\",\r\n\t\t\t\"parent\": \"3204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320412\",\r\n\t\t\t\"text\": \"320412 - Dyes; acid, whether or not premetallised and preparations based thereon, mordant dyes and preparations based thereon\",\r\n\t\t\t\"parent\": \"3204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320413\",\r\n\t\t\t\"text\": \"320413 - Dyes; basic dyes and preparations based thereon\",\r\n\t\t\t\"parent\": \"3204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320414\",\r\n\t\t\t\"text\": \"320414 - Dyes; direct dyes and preparations based thereon\",\r\n\t\t\t\"parent\": \"3204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320415\",\r\n\t\t\t\"text\": \"320415 - Dyes; vat dyes (including those usable in that state as pigments) and preparations based thereon\",\r\n\t\t\t\"parent\": \"3204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320416\",\r\n\t\t\t\"text\": \"320416 - Dyes; reactive dyes and preparations based thereon\",\r\n\t\t\t\"parent\": \"3204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320417\",\r\n\t\t\t\"text\": \"320417 - Dyes; pigments and preparations based thereon\",\r\n\t\t\t\"parent\": \"3204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320418\",\r\n\t\t\t\"text\": \"320418 - Dyes; carotenoid colouring matters and preparations based thereon\",\r\n\t\t\t\"parent\": \"3204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320419\",\r\n\t\t\t\"text\": \"320419 - Dyes; n.e.c., including mixtures of colouring matter of two or more of those from item no. 3204.11 to 3204.19\",\r\n\t\t\t\"parent\": \"3204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320420\",\r\n\t\t\t\"text\": \"320420 - Dyes; synthetic organic products of a kind used as fluorescent brightening agents\",\r\n\t\t\t\"parent\": \"3204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320490\",\r\n\t\t\t\"text\": \"320490 - Dyes; synthetic organic products n.e.c. in heading no. 3204 (e.g. of a kind used as luminophores), whether or not chemically defined\",\r\n\t\t\t\"parent\": \"3204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3205\",\r\n\t\t\t\"text\": \"3205 - Colour lakes; preparations based on colour lakes as specified in note 3 to this chapter\",\r\n\t\t\t\"parent\": \"32\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320500\",\r\n\t\t\t\"text\": \"320500 - Colour lakes; preparations based on colour lakes as specified in note 3 to this chapter\",\r\n\t\t\t\"parent\": \"3205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3206\",\r\n\t\t\t\"text\": \"3206 - Colouring matter and preparations thereof n.e.c. in heading no. 3203, 3204, 3205; inorganic products, kind used as luminophores whether or not chemically defined\",\r\n\t\t\t\"parent\": \"32\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320610\",\r\n\t\t\t\"text\": \"320610 - Pigments and preparations based on titanium dioxide\",\r\n\t\t\t\"parent\": \"3206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320611\",\r\n\t\t\t\"text\": \"320611 - Colouring matter; pigments and preparations based on titanium dioxide, containing 80% or more by weight of titanium dioxide calculated on the dry matter\",\r\n\t\t\t\"parent\": \"3206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320619\",\r\n\t\t\t\"text\": \"320619 - Colouring matter; pigments and preparations based on titanium dioxide, containing less than 80% by weight of titanium dioxide calculated on the dry weight\",\r\n\t\t\t\"parent\": \"3206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320620\",\r\n\t\t\t\"text\": \"320620 - Colouring matter; pigments and preparations based on chromium compounds\",\r\n\t\t\t\"parent\": \"3206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320630\",\r\n\t\t\t\"text\": \"320630 - Pigments and preparations based on cadmium compounds\",\r\n\t\t\t\"parent\": \"3206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320641\",\r\n\t\t\t\"text\": \"320641 - Colouring matter; ultramarine and preparations based thereon\",\r\n\t\t\t\"parent\": \"3206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320642\",\r\n\t\t\t\"text\": \"320642 - Colouring matter; lithopone and other pigments and preparations based on zinc sulphide\",\r\n\t\t\t\"parent\": \"3206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320643\",\r\n\t\t\t\"text\": \"320643 - Pigments and preparations based on hexacyanoferrates\",\r\n\t\t\t\"parent\": \"3206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320649\",\r\n\t\t\t\"text\": \"320649 - Colouring matter; other preparations n.e.c. in item no. 3206.4\",\r\n\t\t\t\"parent\": \"3206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320650\",\r\n\t\t\t\"text\": \"320650 - Colouring matter; inorganic products of a kind used as luminophores\",\r\n\t\t\t\"parent\": \"3206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3207\",\r\n\t\t\t\"text\": \"3207 - Pigments, prepared; opacifiers, colours, vitrifiable enamels, glazes, engobes (slips), liquid lustres etc as used in the ceramic enamelling or glass industry; glass frit and powder, granules or flakes\",\r\n\t\t\t\"parent\": \"32\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320710\",\r\n\t\t\t\"text\": \"320710 - Pigments; prepared pigments, opacifiers, colours and similar preparations\",\r\n\t\t\t\"parent\": \"3207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320720\",\r\n\t\t\t\"text\": \"320720 - Enamels and glazes; vitrifiable enamels and glazes, engobes (slips) and similar preparations\",\r\n\t\t\t\"parent\": \"3207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320730\",\r\n\t\t\t\"text\": \"320730 - Lustres; liquid lustres and similar preparations\",\r\n\t\t\t\"parent\": \"3207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320740\",\r\n\t\t\t\"text\": \"320740 - Glass; glass frit and other glass, in the form of powder, granules or flakes\",\r\n\t\t\t\"parent\": \"3207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3208\",\r\n\t\t\t\"text\": \"3208 - Paints, varnishes; (enamels and lacquers) based on synthetic polymers or chemically modified natural polymers, dispersed or dissolved in a non-aqueous medium\",\r\n\t\t\t\"parent\": \"32\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320810\",\r\n\t\t\t\"text\": \"320810 - Paints and varnishes; based on polyesters, dispersed or dissolved in a non-aqueous medium\",\r\n\t\t\t\"parent\": \"3208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320820\",\r\n\t\t\t\"text\": \"320820 - Paints and varnishes; based on acrylic or vinyl polymers, dispersed or dissolved in a non-aqueous medium\",\r\n\t\t\t\"parent\": \"3208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320890\",\r\n\t\t\t\"text\": \"320890 - Paints and varnishes; based on polymers n.e.c. in heading no. 3208, dispersed or dissolved in a non-aqueous medium\",\r\n\t\t\t\"parent\": \"3208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3209\",\r\n\t\t\t\"text\": \"3209 - Paints and varnishes (including enamels and lacquers) based on synthetic or chemically modified natural polymers, dispersed or dissolved in an aqueous medium\",\r\n\t\t\t\"parent\": \"32\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320910\",\r\n\t\t\t\"text\": \"320910 - Paints and varnishes; based on acrylic or vinyl polymers, dispersed or dissolved in an aqueous medium\",\r\n\t\t\t\"parent\": \"3209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"320990\",\r\n\t\t\t\"text\": \"320990 - Paints and varnishes; (based on polymers other than acrylic or vinyl), dispersed or dissolved in an aqueous medium\",\r\n\t\t\t\"parent\": \"3209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3210\",\r\n\t\t\t\"text\": \"3210 - Paints and varnishes (including enamels, lacquers and distempers), excluding those of heading no. 3209, prepared water pigments of a kind used for finishing leather\",\r\n\t\t\t\"parent\": \"32\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"321000\",\r\n\t\t\t\"text\": \"321000 - Paints and varnishes; (including enamels, lacquers and distempers), prepared water pigments of a kind used for finishing leather\",\r\n\t\t\t\"parent\": \"3210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3211\",\r\n\t\t\t\"text\": \"3211 - Driers; prepared\",\r\n\t\t\t\"parent\": \"32\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"321100\",\r\n\t\t\t\"text\": \"321100 - Driers; prepared\",\r\n\t\t\t\"parent\": \"3211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3212\",\r\n\t\t\t\"text\": \"3212 - Pigments (metallic powders and flakes) dispersed in non-aqueous media in liquid or paste form, as used in manufacture of paints (including enamels); stamping foils, dyes etc in forms, packing for retail sale\",\r\n\t\t\t\"parent\": \"32\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"321210\",\r\n\t\t\t\"text\": \"321210 - Pigments; of a kind used in the manufacture of paints, stamping foils\",\r\n\t\t\t\"parent\": \"3212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"321290\",\r\n\t\t\t\"text\": \"321290 - Pigments; of a kind used in the manufacture of paints, other than stamping foils\",\r\n\t\t\t\"parent\": \"3212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3213\",\r\n\t\t\t\"text\": \"3213 - Colours; artists, students, or signboard painters, modifying tints, amusement colours and the like; in tablets, tubes, jars, bottles, pan or in similar forms or packings\",\r\n\t\t\t\"parent\": \"32\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"321310\",\r\n\t\t\t\"text\": \"321310 - Colours; in sets, of a kind used by artists, students or signboard painters\",\r\n\t\t\t\"parent\": \"3213\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"321390\",\r\n\t\t\t\"text\": \"321390 - Colours; (other than in sets), of a kind used by artists, students or signboard painters\",\r\n\t\t\t\"parent\": \"3213\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3214\",\r\n\t\t\t\"text\": \"3214 - Glaziers' putty, grafting putty, resin cements, caulking compounds and other mastics; painters' fillings; non-refractory surfacing preparations for facades, indoor walls, floors, ceilings or the like\",\r\n\t\t\t\"parent\": \"32\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"321410\",\r\n\t\t\t\"text\": \"321410 - Mastics; painters' fillings\",\r\n\t\t\t\"parent\": \"3214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"321490\",\r\n\t\t\t\"text\": \"321490 - Mastics; n.e.c. in heading no. 3214\",\r\n\t\t\t\"parent\": \"3214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3215\",\r\n\t\t\t\"text\": \"3215 - Ink; printing, writing or drawing ink and other inks; whether or not concentrated or solid\",\r\n\t\t\t\"parent\": \"32\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"321511\",\r\n\t\t\t\"text\": \"321511 - Ink; for printing, black, whether or not concentrated or solid\",\r\n\t\t\t\"parent\": \"3215\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"321519\",\r\n\t\t\t\"text\": \"321519 - Ink; for printing, other than black, whether or not concentrated or solid\",\r\n\t\t\t\"parent\": \"3215\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"321590\",\r\n\t\t\t\"text\": \"321590 - Ink; writing, drawing and other inks, n.e.c. in heading no. 3215, whether or not concentrated or solid\",\r\n\t\t\t\"parent\": \"3215\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"33\",\r\n\t\t\t\"text\": \"33 - Essential oils and resinoids; perfumery, cosmetic or toilet preparations\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3301\",\r\n\t\t\t\"text\": \"3301 - Oils; essential (concretes, absolutes); concentrates thereof in fats, fixed oils, waxes or the like (obtained by enfleurage or maceration); aqueous distillates, solutions and terpenic by-products thereof; resinoids; extracted oleoresins\",\r\n\t\t\t\"parent\": \"33\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330111\",\r\n\t\t\t\"text\": \"330111 - Essential oils of bergamot\",\r\n\t\t\t\"parent\": \"3301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330112\",\r\n\t\t\t\"text\": \"330112 - Oils, essential; of orange (terpeneless or not), including concretes and absolutes\",\r\n\t\t\t\"parent\": \"3301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330113\",\r\n\t\t\t\"text\": \"330113 - Oils, essential; of lemon (terpeneless or not), including concretes and absolutes\",\r\n\t\t\t\"parent\": \"3301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330114\",\r\n\t\t\t\"text\": \"330114 - Essential oils of lime\",\r\n\t\t\t\"parent\": \"3301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330119\",\r\n\t\t\t\"text\": \"330119 - Oils, essential; of citrus fruits n.e.c. in heading no. 3301 (terpeneless or not), including concretes and absolutes\",\r\n\t\t\t\"parent\": \"3301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330121\",\r\n\t\t\t\"text\": \"330121 - Essential oils of geranium\",\r\n\t\t\t\"parent\": \"3301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330122\",\r\n\t\t\t\"text\": \"330122 - Essential oils of jasmin\",\r\n\t\t\t\"parent\": \"3301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330123\",\r\n\t\t\t\"text\": \"330123 - Essential oils of lavender or of lavandin\",\r\n\t\t\t\"parent\": \"3301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330124\",\r\n\t\t\t\"text\": \"330124 - Oils, essential; of peppermint (Mentha piperita), terpeneless or not, including concretes and absolutes\",\r\n\t\t\t\"parent\": \"3301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330125\",\r\n\t\t\t\"text\": \"330125 - Oils, essential; of mints (excluding peppermint), terpeneless or not, including concretes and absolutes\",\r\n\t\t\t\"parent\": \"3301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330126\",\r\n\t\t\t\"text\": \"330126 - Essential oils of vetiver\",\r\n\t\t\t\"parent\": \"3301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330129\",\r\n\t\t\t\"text\": \"330129 - Oils, essential; n.e.c. in heading no. 3301 (terpeneless or not), including concretes and absolutes\",\r\n\t\t\t\"parent\": \"3301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330130\",\r\n\t\t\t\"text\": \"330130 - Resinoids\",\r\n\t\t\t\"parent\": \"3301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330190\",\r\n\t\t\t\"text\": \"330190 - Oils, essential; concentrates in fats, fixed oils, waxes and the like, terpenic by-products, aqueous distillates and solutions, extracted oleoresins, n.e.c. in heading no. 3301\",\r\n\t\t\t\"parent\": \"3301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3302\",\r\n\t\t\t\"text\": \"3302 - Odoriferous substances and mixtures (including alcoholic solutions) with a basis of one or more of these substances, of a kind used as raw materials in industry; other preparations based on odoriferous substances, of a kind used for beverage manufacture\",\r\n\t\t\t\"parent\": \"33\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330210\",\r\n\t\t\t\"text\": \"330210 - Odoriferous substances and mixtures; of a kind used in the food or drink industries\",\r\n\t\t\t\"parent\": \"3302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330290\",\r\n\t\t\t\"text\": \"330290 - Odoriferous substances and mixtures; used as raw materials in industries other than the food or drink industries\",\r\n\t\t\t\"parent\": \"3302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3303\",\r\n\t\t\t\"text\": \"3303 - Perfumes and toilet waters\",\r\n\t\t\t\"parent\": \"33\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330300\",\r\n\t\t\t\"text\": \"330300 - Perfumes and toilet waters\",\r\n\t\t\t\"parent\": \"3303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3304\",\r\n\t\t\t\"text\": \"3304 - Cosmetic and toilet preparations; beauty, make-up and skin care preparations (excluding medicaments, including sunscreen or sun tan preparations), manicure or pedicure preparations\",\r\n\t\t\t\"parent\": \"33\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330410\",\r\n\t\t\t\"text\": \"330410 - Cosmetic and toilet preparations; lip make-up\",\r\n\t\t\t\"parent\": \"3304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330420\",\r\n\t\t\t\"text\": \"330420 - Cosmetic and toilet preparations; eye make-up\",\r\n\t\t\t\"parent\": \"3304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330430\",\r\n\t\t\t\"text\": \"330430 - Cosmetic and toilet preparations; manicure or pedicure preparations\",\r\n\t\t\t\"parent\": \"3304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330491\",\r\n\t\t\t\"text\": \"330491 - Cosmetic and toilet preparations; powders, whether or not compressed (excluding lip, eye, manicure or pedicure preparations)\",\r\n\t\t\t\"parent\": \"3304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330499\",\r\n\t\t\t\"text\": \"330499 - Cosmetic and toilet preparations; n.e.c. in heading no. 3304, for the care of the skin (excluding medicaments, including sunscreen or sun tan preparations)\",\r\n\t\t\t\"parent\": \"3304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3305\",\r\n\t\t\t\"text\": \"3305 - Hair preparations; for use on the hair\",\r\n\t\t\t\"parent\": \"33\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330510\",\r\n\t\t\t\"text\": \"330510 - Hair preparations; shampoos\",\r\n\t\t\t\"parent\": \"3305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330520\",\r\n\t\t\t\"text\": \"330520 - Hair preparations; for permanent waving or straightening\",\r\n\t\t\t\"parent\": \"3305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330530\",\r\n\t\t\t\"text\": \"330530 - Hair preparations; lacquers\",\r\n\t\t\t\"parent\": \"3305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330590\",\r\n\t\t\t\"text\": \"330590 - Hair preparations; n.e.c. in heading no. 3305\",\r\n\t\t\t\"parent\": \"3305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3306\",\r\n\t\t\t\"text\": \"3306 - Oral or dental hygiene preparations; including fixative pastes and powders; yarn used to clean between the teeth (dental floss), in individual retail packages\",\r\n\t\t\t\"parent\": \"33\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330610\",\r\n\t\t\t\"text\": \"330610 - Oral or dental hygiene preparations; dentifrices\",\r\n\t\t\t\"parent\": \"3306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330620\",\r\n\t\t\t\"text\": \"330620 - Oral or dental hygiene preparations; yarn used to clean between the teeth (dental floss)\",\r\n\t\t\t\"parent\": \"3306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330690\",\r\n\t\t\t\"text\": \"330690 - Oral or dental hygiene preparations; other than dentifrices\",\r\n\t\t\t\"parent\": \"3306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3307\",\r\n\t\t\t\"text\": \"3307 - Perfumery, cosmetic or toilet preparations; pre-shave, shaving, after-shave, bath preparations; personal deodorants and depilatories; room deodorisers, perfumed or not with disinfectant properties or not\",\r\n\t\t\t\"parent\": \"33\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330710\",\r\n\t\t\t\"text\": \"330710 - Perfumery, cosmetic or toilet preparations; pre-shave, shaving or after-shave preparations\",\r\n\t\t\t\"parent\": \"3307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330720\",\r\n\t\t\t\"text\": \"330720 - Perfumery, cosmetic or toilet preparations; personal deodorants and antiperspirants\",\r\n\t\t\t\"parent\": \"3307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330730\",\r\n\t\t\t\"text\": \"330730 - Perfumery, cosmetic or toilet preparations; perfumed bath salts and other bath preparations\",\r\n\t\t\t\"parent\": \"3307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330741\",\r\n\t\t\t\"text\": \"330741 - Perfumes and deodorizers; perfuming or deodorizing preparations for rooms, agarbatti and other odoriferous preparations which operate by burning (including those used during religious rites)\",\r\n\t\t\t\"parent\": \"3307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330749\",\r\n\t\t\t\"text\": \"330749 - Perfumes and deodorizers; perfuming or deodorizing preparations for rooms, (excluding those which operate by burning)\",\r\n\t\t\t\"parent\": \"3307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"330790\",\r\n\t\t\t\"text\": \"330790 - Perfumes and deodorizers; perfuming or deodorizing preparations n.e.c. in heading no. 3307\",\r\n\t\t\t\"parent\": \"3307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"34\",\r\n\t\t\t\"text\": \"34 - Soap, organic surface-active agents; washing, lubricating, polishing or scouring preparations; artificial or prepared waxes, candles and similar articles, modelling pastes, dental waxes and dental preparations with a basis of plaster\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3401\",\r\n\t\t\t\"text\": \"3401 - Soap; organic surface-active preparations used as soap, skin washing, in bars, cakes, moulded pieces, shapes, liquid or cream, containing soap or not; for retail, paper, wadding, felt and nonwovens, impregnated, coated or covered with soap or detergent\",\r\n\t\t\t\"parent\": \"34\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340111\",\r\n\t\t\t\"text\": \"340111 - Soap and organic surface-active products; in the form of bars, cakes, moulded shapes, and paper, wadding, felt and nonwovens, impregnated, coated or covered with soap or detergent, for toilet use (including medicated products)\",\r\n\t\t\t\"parent\": \"3401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340119\",\r\n\t\t\t\"text\": \"340119 - Soap and organic surface-active products; in the form of bars, cakes, moulded shapes, and paper, wadding, felt and nonwovens, impregnated, coated or covered with soap or detergent, not for toilet use\",\r\n\t\t\t\"parent\": \"3401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340120\",\r\n\t\t\t\"text\": \"340120 - Soap; in forms n.e.c. in item no. 3401.11\",\r\n\t\t\t\"parent\": \"3401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340130\",\r\n\t\t\t\"text\": \"340130 - Organic surface-active products and preparations for washing the skin, in the form of liquid or cream and put up for retail sale, whether or not containing soap\",\r\n\t\t\t\"parent\": \"3401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3402\",\r\n\t\t\t\"text\": \"3402 - Organic surface-active agents (not soap); surface-active, washing (including auxiliary washing) and cleaning preparations, containing soap or not, excluding those of heading no. 3401\",\r\n\t\t\t\"parent\": \"34\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340211\",\r\n\t\t\t\"text\": \"340211 - Organic surface-active agents; anionic (other than soap), whether or not put up for retail sale\",\r\n\t\t\t\"parent\": \"3402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340212\",\r\n\t\t\t\"text\": \"340212 - Organic surface-active agents; cationic (other than soap), whether or not put up for retail sale\",\r\n\t\t\t\"parent\": \"3402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340213\",\r\n\t\t\t\"text\": \"340213 - Organic surface-active agents; non-ionic (other than soap), whether or not put up for retail sale\",\r\n\t\t\t\"parent\": \"3402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340219\",\r\n\t\t\t\"text\": \"340219 - Organic surface-active agents; whether or not put up for retail sale, n.e.c. in heading no. 3402\",\r\n\t\t\t\"parent\": \"3402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340220\",\r\n\t\t\t\"text\": \"340220 - Washing and cleaning preparations; surface-active, whether or not containing soap (excluding those of heading no. 3401), put up for retail sale\",\r\n\t\t\t\"parent\": \"3402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340231\",\r\n\t\t\t\"text\": \"340231 - Anionic organic surface-active agents (other than soap); linear alkylbenzene sulphonic acids and their salts, whether or not put up for retail sale\",\r\n\t\t\t\"parent\": \"3402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340239\",\r\n\t\t\t\"text\": \"340239 - Anionic organic surface-active agents (other than soap); other than linear alkylbenzene sulphonic acids and their salts, whether or not put up for retail sale\",\r\n\t\t\t\"parent\": \"3402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340241\",\r\n\t\t\t\"text\": \"340241 - Organic surface-active agents; cationic (other than soap), whether or not put up for retail sale\",\r\n\t\t\t\"parent\": \"3402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340242\",\r\n\t\t\t\"text\": \"340242 - Organic surface-active agents; non-ionic (other than soap), whether or not put up for retail sale\",\r\n\t\t\t\"parent\": \"3402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340249\",\r\n\t\t\t\"text\": \"340249 - Organic surface-active agents; whether or not put up for retail sale, n.e.c. in item no. 3402\",\r\n\t\t\t\"parent\": \"3402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340250\",\r\n\t\t\t\"text\": \"340250 - Washing and cleaning preparations; powders, flakes and granules, surface-active, whether or not containing soap (excluding those of heading no. 3401), put up for retail sale\",\r\n\t\t\t\"parent\": \"3402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340290\",\r\n\t\t\t\"text\": \"340290 - Washing and cleaning preparations; surface-active, whether or not containing soap (excluding those of heading no. 3401), including auxiliary washing preparations, not for retail sale\",\r\n\t\t\t\"parent\": \"3402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3403\",\r\n\t\t\t\"text\": \"3403 - Lubricating preparations and those used in oil or grease treatment of textile and similar materials; excluding preparations containing 70% or more (by weight) of petroleum or bituminous mineral oils\",\r\n\t\t\t\"parent\": \"34\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340311\",\r\n\t\t\t\"text\": \"340311 - Lubricating preparations; for the treatment of textile and similar materials (leather, furskins etc), containing less than 70% (by weight) of petroleum oils or oils obtained from bituminous minerals\",\r\n\t\t\t\"parent\": \"3403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340319\",\r\n\t\t\t\"text\": \"340319 - Lubricating preparations; (other than for the treatment of textile and similar materials), containing less than 70% (by weight) of petroleum oils or oils obtained from bituminous minerals\",\r\n\t\t\t\"parent\": \"3403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340391\",\r\n\t\t\t\"text\": \"340391 - Lubricating preparations; for the treatment of textile and similar materials (leather, furskins etc), (not containing petroleum oils or oils obtained from bituminous minerals)\",\r\n\t\t\t\"parent\": \"3403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340399\",\r\n\t\t\t\"text\": \"340399 - Lubricating preparations; other than for the treatment of textile and similar materials, not containing petroleum oils or oils obtained from bituminous minerals\",\r\n\t\t\t\"parent\": \"3403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3404\",\r\n\t\t\t\"text\": \"3404 - Waxes; artificial, prepared\",\r\n\t\t\t\"parent\": \"34\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340410\",\r\n\t\t\t\"text\": \"340410 - Artificial & prepared waxes, of modified lignite\",\r\n\t\t\t\"parent\": \"3404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340420\",\r\n\t\t\t\"text\": \"340420 - Waxes; artificial and prepared, of poly(oxyethylene) (polyethylene glycol)\",\r\n\t\t\t\"parent\": \"3404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340490\",\r\n\t\t\t\"text\": \"340490 - Waxes; artificial and prepared, other than of polyethylene glycol\",\r\n\t\t\t\"parent\": \"3404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3405\",\r\n\t\t\t\"text\": \"3405 - Polishes, creams, scouring pastes, powders and similar; in any form, (including articles impregnated, coated or covered with such), for furniture, footwear, floors, coachwork, glass or metal\",\r\n\t\t\t\"parent\": \"34\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340510\",\r\n\t\t\t\"text\": \"340510 - Polishes, creams and similar preparations; for footwear or leather, excluding waxes of heading no. 3404\",\r\n\t\t\t\"parent\": \"3405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340520\",\r\n\t\t\t\"text\": \"340520 - Polishes, creams and similar preparations; for the maintenance of wooden furniture, floors or other woodwork, excluding waxes of heading no. 3404\",\r\n\t\t\t\"parent\": \"3405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340530\",\r\n\t\t\t\"text\": \"340530 - Polishes, creams and similar preparations; for coachwork, other than metal polishes, excluding waxes of heading no. 3404\",\r\n\t\t\t\"parent\": \"3405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340540\",\r\n\t\t\t\"text\": \"340540 - Scouring pastes and powders and other scouring preparations; (whether or not in the form of paper, wadding, felt, nonwovens, cellular plastics, cellular rubber, impregnated, coated or covered)\",\r\n\t\t\t\"parent\": \"3405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340590\",\r\n\t\t\t\"text\": \"340590 - Polishes, creams and similar preparations; n.e.c. in heading no. 3405, excluding waxes of heading no. 3404\",\r\n\t\t\t\"parent\": \"3405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3406\",\r\n\t\t\t\"text\": \"3406 - Candles, tapers and the like\",\r\n\t\t\t\"parent\": \"34\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340600\",\r\n\t\t\t\"text\": \"340600 - Candles, tapers and the like\",\r\n\t\t\t\"parent\": \"3406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3407\",\r\n\t\t\t\"text\": \"3407 - Modelling pastes, including those for children; dental wax, impression compounds, in sets or packings for retail sale or in plates and similar forms; dentistry preparations with plaster base\",\r\n\t\t\t\"parent\": \"34\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"340700\",\r\n\t\t\t\"text\": \"340700 - Modelling pastes; preparations known as dental wax, put up in sets, in packings for retail sale or in plates, horseshoe shapes, sticks or similar forms, other preparations for use in dentistry\",\r\n\t\t\t\"parent\": \"3407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"35\",\r\n\t\t\t\"text\": \"35 - Albuminoidal substances; modified starches; glues; enzymes\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3501\",\r\n\t\t\t\"text\": \"3501 - Casein, caseinates and other casein derivatives; casein glues\",\r\n\t\t\t\"parent\": \"35\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"350110\",\r\n\t\t\t\"text\": \"350110 - Casein\",\r\n\t\t\t\"parent\": \"3501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"350190\",\r\n\t\t\t\"text\": \"350190 - Caseinates and other casein derivatives; casein glues\",\r\n\t\t\t\"parent\": \"3501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3502\",\r\n\t\t\t\"text\": \"3502 - Albumins (including concentrates of two or more whey proteins, containing by weight more than 80% whey proteins, calculated on the dry matter), albuminates and other albumin derivatives\",\r\n\t\t\t\"parent\": \"35\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"350210\",\r\n\t\t\t\"text\": \"350210 - Egg albumin\",\r\n\t\t\t\"parent\": \"3502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"350211\",\r\n\t\t\t\"text\": \"350211 - Albumins; egg albumin, dried\",\r\n\t\t\t\"parent\": \"3502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"350219\",\r\n\t\t\t\"text\": \"350219 - Albumins; egg albumin, not dried\",\r\n\t\t\t\"parent\": \"3502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"350220\",\r\n\t\t\t\"text\": \"350220 - Albumins; milk albumin, including concentrates of two or more whey proteins\",\r\n\t\t\t\"parent\": \"3502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"350290\",\r\n\t\t\t\"text\": \"350290 - Albumins, albuminates and other albumin derivatives; other than egg or milk albumin, including concentrates of two or more whey proteins\",\r\n\t\t\t\"parent\": \"3502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3503\",\r\n\t\t\t\"text\": \"3503 - Gelatin (including gelatin in rectangular sheets, whether or not surface-worked or coloured) and gelatin derivatives; isinglass; other glues of animal origin, excluding casein glues of heading no. 3501\",\r\n\t\t\t\"parent\": \"35\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"350300\",\r\n\t\t\t\"text\": \"350300 - Gelatin (including gelatin in rectangular sheets, whether or not surface-worked or coloured) and gelatin derivatives; isinglass; other glues of animal origin, excluding casein glues of heading no. 3501\",\r\n\t\t\t\"parent\": \"3503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3504\",\r\n\t\t\t\"text\": \"3504 - Peptones and their derivatives; other protein substances and their derivatives n.e.c. or included; hide powder, whether or not chromed\",\r\n\t\t\t\"parent\": \"35\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"350400\",\r\n\t\t\t\"text\": \"350400 - Peptones and their derivatives; other protein substances and their derivatives n.e.c. or included, hide powder, whether or not chromed\",\r\n\t\t\t\"parent\": \"3504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3505\",\r\n\t\t\t\"text\": \"3505 - Dextrins and other modified starches (e.g. pregelatinised or esterified starches); glues based on starches or on dextrins or other modified starches\",\r\n\t\t\t\"parent\": \"35\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"350510\",\r\n\t\t\t\"text\": \"350510 - Dextrins and other modified starches\",\r\n\t\t\t\"parent\": \"3505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"350520\",\r\n\t\t\t\"text\": \"350520 - Glues; based on starches, or on dextrins or other modified starches\",\r\n\t\t\t\"parent\": \"3505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3506\",\r\n\t\t\t\"text\": \"3506 - Prepared glues and other prepared adhesives, n.e.c. or included; products suitable for use as glues or adhesives, put up for retail sale as glues or adhesives, not exceeding 1kg net weight\",\r\n\t\t\t\"parent\": \"35\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"350610\",\r\n\t\t\t\"text\": \"350610 - Glues or adhesives; prepared, products suitable for use as glues or adhesives, put up for retail sale as glues or adhesives, not exceeding a net weight of 1kg\",\r\n\t\t\t\"parent\": \"3506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"350691\",\r\n\t\t\t\"text\": \"350691 - Adhesives; prepared, based on polymers of heading 3901 to 3913 or on rubber\",\r\n\t\t\t\"parent\": \"3506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"350699\",\r\n\t\t\t\"text\": \"350699 - Glues and other adhesives; prepared, n.e.c. in heading no. 3506, not exceeding a net weight of 1kg\",\r\n\t\t\t\"parent\": \"3506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3507\",\r\n\t\t\t\"text\": \"3507 - Enzymes; prepared enzymes not elsewhere specified or included\",\r\n\t\t\t\"parent\": \"35\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"350710\",\r\n\t\t\t\"text\": \"350710 - Enzymes; rennet and concentrates thereof\",\r\n\t\t\t\"parent\": \"3507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"350790\",\r\n\t\t\t\"text\": \"350790 - Enzymes and prepared enzymes; other than rennet and concentrates thereof\",\r\n\t\t\t\"parent\": \"3507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"36\",\r\n\t\t\t\"text\": \"36 - Explosives; pyrotechnic products; matches; pyrophoric alloys; certain combustible preparations\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3601\",\r\n\t\t\t\"text\": \"3601 - Explosives; propellent powders\",\r\n\t\t\t\"parent\": \"36\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"360100\",\r\n\t\t\t\"text\": \"360100 - Explosives; propellent powders\",\r\n\t\t\t\"parent\": \"3601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3602\",\r\n\t\t\t\"text\": \"3602 - Prepared explosives, other than propellent powders\",\r\n\t\t\t\"parent\": \"36\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"360200\",\r\n\t\t\t\"text\": \"360200 - Explosives, prepared; other than propellent powders\",\r\n\t\t\t\"parent\": \"3602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3603\",\r\n\t\t\t\"text\": \"3603 - Safety fuses; detonating cords; percussion or detonating caps; igniters; electric detonators\",\r\n\t\t\t\"parent\": \"36\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"360300\",\r\n\t\t\t\"text\": \"360300 - Fuses and detonators; safety or detonating fuses, percussion or detonating caps, igniters, electric detonators\",\r\n\t\t\t\"parent\": \"3603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"360310\",\r\n\t\t\t\"text\": \"360310 - Safety fuses\",\r\n\t\t\t\"parent\": \"3603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"360320\",\r\n\t\t\t\"text\": \"360320 - Detonating cords\",\r\n\t\t\t\"parent\": \"3603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"360330\",\r\n\t\t\t\"text\": \"360330 - Percussion caps\",\r\n\t\t\t\"parent\": \"3603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"360340\",\r\n\t\t\t\"text\": \"360340 - Detonating caps\",\r\n\t\t\t\"parent\": \"3603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"360350\",\r\n\t\t\t\"text\": \"360350 - Igniters\",\r\n\t\t\t\"parent\": \"3603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"360360\",\r\n\t\t\t\"text\": \"360360 - Electric detonators\",\r\n\t\t\t\"parent\": \"3603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3604\",\r\n\t\t\t\"text\": \"3604 - Fireworks, signalling flares, rain rockets, fog signals and other pyrotechnic articles\",\r\n\t\t\t\"parent\": \"36\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"360410\",\r\n\t\t\t\"text\": \"360410 - Pyrotechnic products; fireworks\",\r\n\t\t\t\"parent\": \"3604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"360490\",\r\n\t\t\t\"text\": \"360490 - Pyrotechnic products; signalling flares, rain rockets, fog signals and other pyrotechnic articles (excluding fireworks)\",\r\n\t\t\t\"parent\": \"3604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3605\",\r\n\t\t\t\"text\": \"3605 - Matches; other than pyrotechnic articles of heading no. 3604\",\r\n\t\t\t\"parent\": \"36\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"360500\",\r\n\t\t\t\"text\": \"360500 - Matches; other than pyrotechnic articles of heading no. 3604\",\r\n\t\t\t\"parent\": \"3605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3606\",\r\n\t\t\t\"text\": \"3606 - Ferro-cerium and other pyrophoric alloys in all forms; articles of combustible materials n.e.c. in chapter 36\",\r\n\t\t\t\"parent\": \"36\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"360610\",\r\n\t\t\t\"text\": \"360610 - Fuels; liquid or liquefied-gas, in containers, of a kind used for filling or refilling cigarette or similar lighters and of a capacity not exceeding 300cm3\",\r\n\t\t\t\"parent\": \"3606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"360690\",\r\n\t\t\t\"text\": \"360690 - Ferro-cerium and other pyrophoric alloys in all forms; articles of combustible materials n.e.c. in chapter 36\",\r\n\t\t\t\"parent\": \"3606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"37\",\r\n\t\t\t\"text\": \"37 - Photographic or cinematographic goods\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3701\",\r\n\t\t\t\"text\": \"3701 - Photographic plates and film in the flat, sensitised, unexposed, of any material other than paper, paperboard or textiles; instant print film in the flat, sensitised, unexposed, whether or not in packs\",\r\n\t\t\t\"parent\": \"37\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370110\",\r\n\t\t\t\"text\": \"370110 - Photographic plates and film; for x-ray, in the flat, sensitised, unexposed, of any material other than paper, paperboard or textiles\",\r\n\t\t\t\"parent\": \"3701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370120\",\r\n\t\t\t\"text\": \"370120 - Photographic plates and film; instant print film, in the flat, sensitised, unexposed, whether or not in packs\",\r\n\t\t\t\"parent\": \"3701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370130\",\r\n\t\t\t\"text\": \"370130 - Photographic plates and film; in the flat, sensitised, unexposed, with any side exceeding 225mm, of any materials other than paper, paperboard or textiles\",\r\n\t\t\t\"parent\": \"3701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370191\",\r\n\t\t\t\"text\": \"370191 - Photographic plates and film; for colour photography (polychrome), in the flat, sensitised, unexposed, with no side exceeding 255mm, of any material other than paper, paperboard or textiles\",\r\n\t\t\t\"parent\": \"3701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370199\",\r\n\t\t\t\"text\": \"370199 - Photographic plates and film; (for other than colour photography), in the flat, sensitised, unexposed, with no side exceeding 255mm, of any material other than paper, paperboard or textiles\",\r\n\t\t\t\"parent\": \"3701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3702\",\r\n\t\t\t\"text\": \"3702 - Photographic film in rolls, sensitised, unexposed, of any material other than paper, paperboard or textiles; instant print film in rolls, sensitised, unexposed\",\r\n\t\t\t\"parent\": \"37\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370210\",\r\n\t\t\t\"text\": \"370210 - Photographic film; for x-rays, in rolls, sensitised and unexposed (other than of paper, paperboard or textiles)\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370220\",\r\n\t\t\t\"text\": \"370220 - Instant print film, rolls\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370231\",\r\n\t\t\t\"text\": \"370231 - Photographic film; for colour photography (polychrome), in rolls, sensitised, unexposed, without sprocket holes, of a width not exceeding 105mm (other than of paper, paperboard or textiles)\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370232\",\r\n\t\t\t\"text\": \"370232 - Photographic film; in rolls, with silver halide emulsion, sensitised, unexposed, without sprocket holes, of a width not exceeding 105mm (other than of paper, paperboard or textiles)\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370239\",\r\n\t\t\t\"text\": \"370239 - Photographic film; in rolls, (other than with silver halide emulsion and for colour photography), sensitised, unexposed, without sprocket holes, of a width not exceeding 105mm (other than of paper, paperboard or textiles)\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370241\",\r\n\t\t\t\"text\": \"370241 - Photographic film; for colour photography (polychrome), in rolls, sensitised, unexposed, without sprocket holes, of a width exceeding 610mm and of a length exceeding 200m (other than of paper, paperboard or textiles)\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370242\",\r\n\t\t\t\"text\": \"370242 - Photographic film; in rolls, (other than for colour photography), sensitised, unexposed, without sprocket holes, of a width exceeding 610mm and of a length exceeding 200m (other than of paper, paperboard or textiles)\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370243\",\r\n\t\t\t\"text\": \"370243 - Photographic film; in rolls, sensitised, unexposed, without sprocket holes, of a width exceeding 610mm and of a length not exceeding 200m (other than of paper, paperboard or textiles)\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370244\",\r\n\t\t\t\"text\": \"370244 - Photographic film; in rolls, sensitised, unexposed, without sprocket holes, of a width exceeding 105mm but not exceeding 610mm (other than of paper, paperboard or textiles)\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370251\",\r\n\t\t\t\"text\": \"370251 - Photographic film in rolls (excl. film for X-rays & instant print film), for colour photography (polychrome), of a width not >16mm & of a length not >14m\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370252\",\r\n\t\t\t\"text\": \"370252 - Photographic film; for colour photography (polychrome), in rolls, sensitised, unexposed, of a width not exceeding 16mm (other than of paper, paperboard or textiles)\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370253\",\r\n\t\t\t\"text\": \"370253 - Photographic film; for colour photography (polychrome) slides, in rolls, sensitised, unexposed, of a width exceeding 16mm but not exceeding 35mm and of a length not exceeding 30m (other than of paper, paperboard or textiles)\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370254\",\r\n\t\t\t\"text\": \"370254 - Photographic film; for colour photography (polychrome), in rolls, sensitised, unexposed, of a width exceeding 16mm but not 35mm and of a length not exceeding 30m, excluding film for slides (other than of paper, paperboard or textiles)\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370255\",\r\n\t\t\t\"text\": \"370255 - Photographic film; for colour photography (polychrome), in rolls, sensitised, unexposed, of a width exceeding 16mm but not 35mm and of a length exceeding 30m (other than of paper, paperboard or textiles)\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370256\",\r\n\t\t\t\"text\": \"370256 - Photographic film; for colour photography (polychrome), in rolls, sensitised, unexposed, of a width exceeding 35mm (other than of paper, paperboard or textiles)\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370291\",\r\n\t\t\t\"text\": \"370291 - Photographic film in rolls (excl. film for X-rays & instant print film), n.e.s., of a width not >16mm\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370292\",\r\n\t\t\t\"text\": \"370292 - Photo film in rolls, width <16 mm, >14m long, nes\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370293\",\r\n\t\t\t\"text\": \"370293 - Photographic film in rolls (excl. film for X-rays & instant print film), n.e.s., of a width >16mm but not >35mm & of a length not >30m\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370294\",\r\n\t\t\t\"text\": \"370294 - Photographic film in rolls (excl. film for X-rays & instant print film), n.e.s., of a width >16mm but not >35mm & of a length >30m\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370295\",\r\n\t\t\t\"text\": \"370295 - Photographic film in rolls (excl. film for X-rays & instant print film), n.e.s., of a width >35mm\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370296\",\r\n\t\t\t\"text\": \"370296 - Photographic film; other than for colour photography, in rolls, sensitised, unexposed, of a width not exceeding 35mm and of a length not exceeding 30m (other than of paper, paperboard or textiles)\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370297\",\r\n\t\t\t\"text\": \"370297 - Photographic film; other than for colour photography, in rolls, sensitised, unexposed, of a width not exceeding 35mm and of a length exceeding 30m (other than paper, paperboard or textiles)\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370298\",\r\n\t\t\t\"text\": \"370298 - Photographic film; other than for colour photography, in rolls, sensitised, unexposed, of a width exceeding 35mm (other than of paper, paperboard or textiles)\",\r\n\t\t\t\"parent\": \"3702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3703\",\r\n\t\t\t\"text\": \"3703 - Photographic paper, paperboard and textiles; sensitised, unexposed\",\r\n\t\t\t\"parent\": \"37\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370310\",\r\n\t\t\t\"text\": \"370310 - Photographic paper, paperboard and textiles; in rolls, sensitised, unexposed, of a width exceeding 610mm\",\r\n\t\t\t\"parent\": \"3703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370320\",\r\n\t\t\t\"text\": \"370320 - Photographic paper, paperboard and textiles; for colour photography (polychrome), (other than in rolls of a width exceeding 610mm), sensitised, unexposed\",\r\n\t\t\t\"parent\": \"3703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370390\",\r\n\t\t\t\"text\": \"370390 - Photographic paper, paperboard and textiles; (for other than colour photography, other than in rolls of a width exceeding 610mm), sensitised, unexposed\",\r\n\t\t\t\"parent\": \"3703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3704\",\r\n\t\t\t\"text\": \"3704 - Photographic plates, film, paper, paperboard and textiles, exposed but not developed\",\r\n\t\t\t\"parent\": \"37\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370400\",\r\n\t\t\t\"text\": \"370400 - Photographic plates, film, paper, paperboard and textiles; exposed but not developed\",\r\n\t\t\t\"parent\": \"3704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3705\",\r\n\t\t\t\"text\": \"3705 - Photographic plates and film; exposed and developed, other than cinematographic film\",\r\n\t\t\t\"parent\": \"37\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370500\",\r\n\t\t\t\"text\": \"370500 - Photographic plates and film; exposed and developed, other than cinematographic film\",\r\n\t\t\t\"parent\": \"3705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370510\",\r\n\t\t\t\"text\": \"370510 - Photographic plates and film; for offset reproduction, exposed and developed\",\r\n\t\t\t\"parent\": \"3705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370520\",\r\n\t\t\t\"text\": \"370520 - Microfilms exposed and developed\",\r\n\t\t\t\"parent\": \"3705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370590\",\r\n\t\t\t\"text\": \"370590 - Photographic plates and film; exposed and developed, (other than cinematographic film or for offset reproduction)\",\r\n\t\t\t\"parent\": \"3705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3706\",\r\n\t\t\t\"text\": \"3706 - Cinematographic film; exposed and developed, whether or not incorporating sound track or consisting only of sound track\",\r\n\t\t\t\"parent\": \"37\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370610\",\r\n\t\t\t\"text\": \"370610 - Cinematographic film; exposed and developed, whether or not incorporating sound track or consisting only of sound track, of a width of 35cm or more\",\r\n\t\t\t\"parent\": \"3706\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370690\",\r\n\t\t\t\"text\": \"370690 - Cinematographic film; exposed and developed, whether or not incorporating a sound track or consisting only of sound track, of a width less than 35mm\",\r\n\t\t\t\"parent\": \"3706\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3707\",\r\n\t\t\t\"text\": \"3707 - Chemical preparations for photographic uses (other than varnishes, glues, adhesives and similar preparations); unmixed products for photographic uses, put up in measured portions or for retail sale\",\r\n\t\t\t\"parent\": \"37\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370710\",\r\n\t\t\t\"text\": \"370710 - Photographic goods; sensitised emulsions, put up in measured portions or put up for retail sale in a form ready for use\",\r\n\t\t\t\"parent\": \"3707\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"370790\",\r\n\t\t\t\"text\": \"370790 - Photographic goods; chemical preparations other than sensitised emulsions, put up in measured portions or put up for retail sale in a form ready for use\",\r\n\t\t\t\"parent\": \"3707\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"38\",\r\n\t\t\t\"text\": \"38 - Chemical products n.e.c.\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3801\",\r\n\t\t\t\"text\": \"3801 - Artificial graphite; colloidal or semi-colloidal graphite; preparations based on graphite or other carbon in the form of pastes, blocks, plates or other semi-manufactures\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380110\",\r\n\t\t\t\"text\": \"380110 - Graphite; artificial\",\r\n\t\t\t\"parent\": \"3801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380120\",\r\n\t\t\t\"text\": \"380120 - Graphite; colloidal or semi-colloidal\",\r\n\t\t\t\"parent\": \"3801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380130\",\r\n\t\t\t\"text\": \"380130 - Carbonaceous pastes; for electrodes and similar pastes for furnace linings\",\r\n\t\t\t\"parent\": \"3801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380190\",\r\n\t\t\t\"text\": \"380190 - Graphite or other carbon based preparations; in the form of pastes, blocks, plates or other semi-manufactures\",\r\n\t\t\t\"parent\": \"3801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3802\",\r\n\t\t\t\"text\": \"3802 - Activated carbon; activated natural mineral products; animal black, including spent animal black\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380210\",\r\n\t\t\t\"text\": \"380210 - Carbon; activated\",\r\n\t\t\t\"parent\": \"3802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380290\",\r\n\t\t\t\"text\": \"380290 - Chemical products; activated natural mineral products, animal black, including spent animal black\",\r\n\t\t\t\"parent\": \"3802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3803\",\r\n\t\t\t\"text\": \"3803 - Tall oil, whether or not refined\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380300\",\r\n\t\t\t\"text\": \"380300 - Chemical products; tall oil, whether or not refined\",\r\n\t\t\t\"parent\": \"3803\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3804\",\r\n\t\t\t\"text\": \"3804 - Residual lyes from the manufacture of wood pulp, whether or not concentrated, desugared or chemically treated, including lignin sulphonates, but excluding tall oil of heading no. 3803\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380400\",\r\n\t\t\t\"text\": \"380400 - Lyes, residual; from the manufacture of wood pulp, whether or not concentrated, desugared or chemically treated, including lignin sulphonates but excluding tall oil of heading no. 3803\",\r\n\t\t\t\"parent\": \"3804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3805\",\r\n\t\t\t\"text\": \"3805 - Gum, wood or sulphate turpentine, other terpenic oils; crude dipentene; sulphite turpentine, other crude para-cymene; pine oil containing alpha-terpineol as the main constituent\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380510\",\r\n\t\t\t\"text\": \"380510 - Terpenic oils; gum, wood or sulphate turpentine oils\",\r\n\t\t\t\"parent\": \"3805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380520\",\r\n\t\t\t\"text\": \"380520 - Pine oil\",\r\n\t\t\t\"parent\": \"3805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380590\",\r\n\t\t\t\"text\": \"380590 - Terpenic oils; produced by the treatment of coniferous woods, crude dipentene, sulphite turpentine and other crude para-cymene, n.e.c. in heading no. 3805\",\r\n\t\t\t\"parent\": \"3805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3806\",\r\n\t\t\t\"text\": \"3806 - Rosin and resin acids and derivatives thereof; rosin spirit and rosin oils; run gums\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380610\",\r\n\t\t\t\"text\": \"380610 - Rosin and resin acids\",\r\n\t\t\t\"parent\": \"3806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380620\",\r\n\t\t\t\"text\": \"380620 - Rosin and resin; salts of rosin, of resin acids or of derivatives of rosin or resin acids, other than salts of rosin adducts\",\r\n\t\t\t\"parent\": \"3806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380630\",\r\n\t\t\t\"text\": \"380630 - Ester gums\",\r\n\t\t\t\"parent\": \"3806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380690\",\r\n\t\t\t\"text\": \"380690 - Rosin; spirit and oils, n.e.c. in heading no. 3806\",\r\n\t\t\t\"parent\": \"3806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3807\",\r\n\t\t\t\"text\": \"3807 - Wood tar; wood tar oils; wood creosote; wood naphtha; vegetable pitch; brewers' pitch and similar preparations based on rosin, resin acids or on vegetable pitch\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380700\",\r\n\t\t\t\"text\": \"380700 - Wood tar; wood tar oils; wood creosote; wood naphtha; vegetable pitch; brewers' pitch and similar preparations based on rosin, resin acids or on vegetable pitch\",\r\n\t\t\t\"parent\": \"3807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3808\",\r\n\t\t\t\"text\": \"3808 - Insecticides, rodenticides, fungicides, herbicides, anti-sprouting products, plant growth regulators, disinfectants and the like, put up in forms or packings for retail sale or as preparations or articles\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380810\",\r\n\t\t\t\"text\": \"380810 - Insecticides, packaged for retail sale\",\r\n\t\t\t\"parent\": \"3808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380820\",\r\n\t\t\t\"text\": \"380820 - Fungicides, packaged for retail sale\",\r\n\t\t\t\"parent\": \"3808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380830\",\r\n\t\t\t\"text\": \"380830 - Herbicides, sprouting and growth regulators\",\r\n\t\t\t\"parent\": \"3808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380840\",\r\n\t\t\t\"text\": \"380840 - Disinfectants, packaged for retail sale\",\r\n\t\t\t\"parent\": \"3808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380850\",\r\n\t\t\t\"text\": \"380850 - Insecticides, rodenticides, fungicides, disinfectants, herbicides and the like; containing goods specified in Subheading Note 1 to this Chapter; put up in forms or packings for retail sale or as preparations or articles\",\r\n\t\t\t\"parent\": \"3808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380852\",\r\n\t\t\t\"text\": \"380852 - Insecticides and the like; containing goods specified in Subheading Note 1 to this Chapter; for retail sale or as preparations or articles; DDT (ISO) (clofenotane (INN)), in packings of 300g or less\",\r\n\t\t\t\"parent\": \"3808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380859\",\r\n\t\t\t\"text\": \"380859 - Insecticides, rodenticides, fungicides, disinfectants, herbicides and the like; containing goods specified in Subheading Note 1 to this Chapter; not DDT (ISO) (clofenotane (INN)), put up in forms or packings for retail sale or as preparations or articles\",\r\n\t\t\t\"parent\": \"3808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380861\",\r\n\t\t\t\"text\": \"380861 - Insecticides and the like; containing goods specified in Subheading Note 2 to this Chapter; in packings of a net weight content not exceeding 300g; for retail sale or as preparations or articles\",\r\n\t\t\t\"parent\": \"3808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380862\",\r\n\t\t\t\"text\": \"380862 - Insecticides; containing goods specified in Subheading Note 2 to this Chapter; put up in forms or packings for retail sale or as preparations or articles, in packings of a net weight content exceeding 300g but not exceeding 7.5kg\",\r\n\t\t\t\"parent\": \"3808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380869\",\r\n\t\t\t\"text\": \"380869 - Insecticides; containing goods named in Subheading Note 2 to this Chapter, put up in forms or packings for retail sale or as preparations or articles, in packings of a net weight content exceeding 7.5kg\",\r\n\t\t\t\"parent\": \"3808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380890\",\r\n\t\t\t\"text\": \"380890 - Pesticides, rodenticides, nes, for retail sale\",\r\n\t\t\t\"parent\": \"3808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380891\",\r\n\t\t\t\"text\": \"380891 - Insecticides; other than containing goods specified in Subheading Notes 1 & 2 to this Chapter; put up in forms or packings for retail sale or as preparations or articles\",\r\n\t\t\t\"parent\": \"3808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380892\",\r\n\t\t\t\"text\": \"380892 - Fungicides; other than containing goods specified in Subheading Note 1 to this Chapter; put up in forms or packings for retail sale or as preparations or articles\",\r\n\t\t\t\"parent\": \"3808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380893\",\r\n\t\t\t\"text\": \"380893 - Herbicides, anti-sprouting products and plant-growth regulators; other than containing goods of Subheading Note 1 to this Chapter; put up in forms or packings for retail sale or as preparations or articles\",\r\n\t\t\t\"parent\": \"3808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380894\",\r\n\t\t\t\"text\": \"380894 - Disinfectants; other than containing goods specified in Subheading Note 1 in this Chapter; put up in forms or packings for retail sale or as preparations or articles\",\r\n\t\t\t\"parent\": \"3808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380899\",\r\n\t\t\t\"text\": \"380899 - Rodenticides and other similar products n.e.c. in heading no. 3808.9; other than containing goods specified in Subheading Note 1 in this Chapter, put up in forms or packings for retail sale or as preparations or articles\",\r\n\t\t\t\"parent\": \"3808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3809\",\r\n\t\t\t\"text\": \"3809 - Finishing agents, dye carriers to accelerate the dyeing, fixing of dyestuffs, other products and preparations, of a kind used in the textile, paper, leather or like industries, n.e.c. or included\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380910\",\r\n\t\t\t\"text\": \"380910 - Finishing agents and dye carriers; to accelerate dyeing or fixing of dye-stuffs, other products and preparations, used in textile, paper, leather etc industries, with basis of amylaceous substances, n.e.c.\",\r\n\t\t\t\"parent\": \"3809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380991\",\r\n\t\t\t\"text\": \"380991 - Finishing agents and dye carriers; to accelerate dyeing or fixing of dye-stuffs, other products and preparations, used in the textile industry (excluding those with a basis of amylaceous substances)\",\r\n\t\t\t\"parent\": \"3809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380992\",\r\n\t\t\t\"text\": \"380992 - Finishing agents and dye carriers; to accelerate dyeing or fixing of dye-stuffs, other products and preparations, used in the paper industry (excluding those with a basis of amylaceous substances)\",\r\n\t\t\t\"parent\": \"3809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380993\",\r\n\t\t\t\"text\": \"380993 - Finishing agents and dye carriers; to accelerate dyeing or fixing of dye-stuffs, other products and preparations, used in the leather or like (excluding paper and textile) industries, (excluding those with a basis of amylaceous substances)\",\r\n\t\t\t\"parent\": \"3809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"380999\",\r\n\t\t\t\"text\": \"380999 - Finishing agents & dye carriers - other industries\",\r\n\t\t\t\"parent\": \"3809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3810\",\r\n\t\t\t\"text\": \"3810 - Metal-pickling preparations; fluxes etc for soldering, brazing; welding powders, pastes of metal and other materials; preparations used as cores or coatings for welding electrodes or rods\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381010\",\r\n\t\t\t\"text\": \"381010 - Pickling preparations for metal surfaces; soldering, brazing or welding powders and pastes consisting of metal and other materials\",\r\n\t\t\t\"parent\": \"3810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381090\",\r\n\t\t\t\"text\": \"381090 - Fluxes and other auxiliary preparations; for soldering, brazing or welding, or preparations used as cores or coatings for welding electrodes or rods\",\r\n\t\t\t\"parent\": \"3810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3811\",\r\n\t\t\t\"text\": \"3811 - Anti-knock preparations, oxidation and gum inhibitors, viscosity improvers, anti-corrosive preparations and the like, for mineral oils (including gasoline) or other liquids used for the same purposes\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381111\",\r\n\t\t\t\"text\": \"381111 - Anti-knock preparations; based on lead compounds\",\r\n\t\t\t\"parent\": \"3811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381119\",\r\n\t\t\t\"text\": \"381119 - Anti-knock preparations; other than those based on lead compounds\",\r\n\t\t\t\"parent\": \"3811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381121\",\r\n\t\t\t\"text\": \"381121 - Lubricating oil additives; containing petroleum oils or oils obtained from bituminous minerals\",\r\n\t\t\t\"parent\": \"3811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381129\",\r\n\t\t\t\"text\": \"381129 - Lubricating oil additives; not containing petroleum oils or oils obtained from bituminous minerals\",\r\n\t\t\t\"parent\": \"3811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381190\",\r\n\t\t\t\"text\": \"381190 - Oxidation and gum inhibitors, viscosity improvers, anti-corrosive preparations, other prepared additives for mineral oils or liquids used as mineral oils (including gasoline), n.e.c. in heading no. 3811\",\r\n\t\t\t\"parent\": \"3811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3812\",\r\n\t\t\t\"text\": \"3812 - Prepared rubber accelerators; compound plasticisers for rubber or plastics, n.e.c. or included; anti-oxidising preparations and other compound stabilisers for rubber or plastics\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381210\",\r\n\t\t\t\"text\": \"381210 - Rubber accelerators; prepared\",\r\n\t\t\t\"parent\": \"3812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381220\",\r\n\t\t\t\"text\": \"381220 - Plasticisers, compound; for rubber or plastics\",\r\n\t\t\t\"parent\": \"3812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381230\",\r\n\t\t\t\"text\": \"381230 - Anti-oxidising preparations and other compound stabilisers; for rubber or plastics, n.e.c. or included\",\r\n\t\t\t\"parent\": \"3812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381231\",\r\n\t\t\t\"text\": \"381231 - Anti-oxidising preparations and other compound stabilisers; for rubber or plastics, mixtures of oligomers of 2,2,4-trimethyl-1,2-dihydroquinoline (TMQ)\",\r\n\t\t\t\"parent\": \"3812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381239\",\r\n\t\t\t\"text\": \"381239 - Anti-oxidising preparations and other compound stabilisers; for rubber or plastics, other than mixtures of oligomers of 2,2,4-trimethyl-1,2-dihydroquinoline (TMQ)\",\r\n\t\t\t\"parent\": \"3812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3813\",\r\n\t\t\t\"text\": \"3813 - Preparations and charges for fire extinguishers; charged fire-extinguishing grenades\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381300\",\r\n\t\t\t\"text\": \"381300 - Fire-extinguishers; preparations and charges and charged fire-extinguishing grenades\",\r\n\t\t\t\"parent\": \"3813\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3814\",\r\n\t\t\t\"text\": \"3814 - Organic composite solvents and thinners, not elsewhere specified or included; prepared paint or varnish removers\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381400\",\r\n\t\t\t\"text\": \"381400 - Solvents and thinners; organic composite solvents and thinners, n.e.c. or included, prepared paint or varnish removers\",\r\n\t\t\t\"parent\": \"3814\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3815\",\r\n\t\t\t\"text\": \"3815 - Reaction initiators, reaction accelerators and catalytic preparations n.e.c. or included\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381511\",\r\n\t\t\t\"text\": \"381511 - Catalysts, supported; reaction initiators, reaction accelerators and catalytic preparations, with nickel or nickel compounds as the active substance, n.e.c. or included\",\r\n\t\t\t\"parent\": \"3815\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381512\",\r\n\t\t\t\"text\": \"381512 - Catalysts, supported; reaction initiators, reaction accelerators and catalytic preparations, with precious metal or precious metal compounds as the active substance, n.e.c. or included\",\r\n\t\t\t\"parent\": \"3815\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381519\",\r\n\t\t\t\"text\": \"381519 - Catalysts, supported; reaction initiators, reaction accelerators and catalytic preparations, with an active substance other than nickel or precious metals or their compounds, n.e.c. or included\",\r\n\t\t\t\"parent\": \"3815\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381590\",\r\n\t\t\t\"text\": \"381590 - Reaction initiators, reaction accelerators and catalytic preparations, unsupported, n.e.c. or included\",\r\n\t\t\t\"parent\": \"3815\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3816\",\r\n\t\t\t\"text\": \"3816 - Refractory cements, mortars, concretes and similar compositions, including dolomite ramming mix, other than products of heading 38.01\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381600\",\r\n\t\t\t\"text\": \"381600 - Refractory cements, mortars, concretes and similar compositions, including dolomite ramming mix, other than products of heading 38.01\",\r\n\t\t\t\"parent\": \"3816\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3817\",\r\n\t\t\t\"text\": \"3817 - Mixed alkylbenzenes and mixed alkylnaphthalenes, other than those of heading no. 2707 or 2902\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381700\",\r\n\t\t\t\"text\": \"381700 - Mixed alkylbenzenes and mixed alkylnaphthalenes, other than those of heading no. 2707 or 2902\",\r\n\t\t\t\"parent\": \"3817\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381710\",\r\n\t\t\t\"text\": \"381710 - Mixed alkylbenzenes, nes\",\r\n\t\t\t\"parent\": \"3817\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381720\",\r\n\t\t\t\"text\": \"381720 - Mixed alkylnaphthalenes, nes\",\r\n\t\t\t\"parent\": \"3817\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3818\",\r\n\t\t\t\"text\": \"3818 - Chemical elements doped for use in electronics, in the form of discs, wafers or similar forms; chemical compounds doped for use in electronics\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381800\",\r\n\t\t\t\"text\": \"381800 - Chemical elements; doped for use in electronics, in the form of discs, wafers or similar forms; chemical compounds doped for use in electronics\",\r\n\t\t\t\"parent\": \"3818\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3819\",\r\n\t\t\t\"text\": \"3819 - Hydraulic brake fluids and other prepared liquids for hydraulic transmission, not containing or containing less than 70% by weight of petroleum oils or oils obtained from bituminous minerals\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"381900\",\r\n\t\t\t\"text\": \"381900 - Hydraulic fluids; for brakes and other prepared liquids for hydraulic transmission, not containing or containing less than 70% by weight of petroleum oils or oils obtained from bituminous minerals\",\r\n\t\t\t\"parent\": \"3819\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3820\",\r\n\t\t\t\"text\": \"3820 - Anti-freezing preparations and prepared de-icing fluids\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382000\",\r\n\t\t\t\"text\": \"382000 - Anti-freezing preparations and prepared de-icing fluids\",\r\n\t\t\t\"parent\": \"3820\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3821\",\r\n\t\t\t\"text\": \"3821 - Prepared culture media for the development or maintenance of micro-organisms (including viruses and the like) or of plant, human or animal cells\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382100\",\r\n\t\t\t\"text\": \"382100 - Prepared culture media for the development or maintenance of micro-organisms (including viruses and the like) or of plant, human or animal cells\",\r\n\t\t\t\"parent\": \"3821\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3822\",\r\n\t\t\t\"text\": \"3822 - Reagents; diagnostic or laboratory reagents on a backing, prepared diagnostic or laboratory reagents whether or not on a backing, whether or not put up in the form of kits, other than those of heading 30.06; certified reference materials\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382200\",\r\n\t\t\t\"text\": \"382200 - Reagents; diagnostic or laboratory reagents on a backing and prepared diagnostic or laboratory reagents whether or not on a backing, other than those of heading no. 3002 or 3006; certified reference material\",\r\n\t\t\t\"parent\": \"3822\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382211\",\r\n\t\t\t\"text\": \"382211 - Reagents; diagnostic or laboratory reagents on a backing, prepared diagnostic or laboratory reagents whether or not on a backing, whether or not put up in the form of kits; for malaria\",\r\n\t\t\t\"parent\": \"3822\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382212\",\r\n\t\t\t\"text\": \"382212 - Reagents; diagnostic or laboratory reagents on a backing, prepared diagnostic or laboratory reagents whether or not on a backing, whether or not put up in the form of kits; for zika and other diseases transmitted by mosquitoes of the genus Aedes\",\r\n\t\t\t\"parent\": \"3822\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382213\",\r\n\t\t\t\"text\": \"382213 - Reagents; diagnostic or laboratory reagents on a backing, prepared diagnostic or laboratory reagents whether or not on a backing, whether or not put up in the form of kits; for blood grouping\",\r\n\t\t\t\"parent\": \"3822\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382219\",\r\n\t\t\t\"text\": \"382219 - Reagents; diagnostic or laboratory reagents on a backing, prepared diagnostic or laboratory reagents whether or not on a backing, whether or not put up in the form of kits; n.e.c.in item 3822.1\",\r\n\t\t\t\"parent\": \"3822\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382290\",\r\n\t\t\t\"text\": \"382290 - Reagents; diagnostic or laboratory reagents on a backing, prepared diagnostic or laboratory reagents whether or not on a backing, or put up in the form of kits, other than those of heading 30.06; certified reference materials, n.e.c. in heading 3822\",\r\n\t\t\t\"parent\": \"3822\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3823\",\r\n\t\t\t\"text\": \"3823 - Industrial monocarboxylic fatty acids; acid oils from refining; industrial fatty alcohols\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382310\",\r\n\t\t\t\"text\": \"382310 - Prepared binders for foundry moulds or cores\",\r\n\t\t\t\"parent\": \"3823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382311\",\r\n\t\t\t\"text\": \"382311 - Industrial monocarboxylic fatty acids, acid oils from refining; stearic acid\",\r\n\t\t\t\"parent\": \"3823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382312\",\r\n\t\t\t\"text\": \"382312 - Industrial monocarboxylic fatty acids, acid oils from refining; oleic acid\",\r\n\t\t\t\"parent\": \"3823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382313\",\r\n\t\t\t\"text\": \"382313 - Industrial monocarboxylic fatty acids, acid oils from refining; tall oil fatty acids\",\r\n\t\t\t\"parent\": \"3823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382319\",\r\n\t\t\t\"text\": \"382319 - Industrial monocarboxylic fatty acids; acid oils from refining; (other than stearic acid, oleic acid or tall oil fatty acids)\",\r\n\t\t\t\"parent\": \"3823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382320\",\r\n\t\t\t\"text\": \"382320 - Naphthenic acids, water-insoluble salts & esters\",\r\n\t\t\t\"parent\": \"3823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382330\",\r\n\t\t\t\"text\": \"382330 - Non-agglomerated metal carbides\",\r\n\t\t\t\"parent\": \"3823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382340\",\r\n\t\t\t\"text\": \"382340 - Prepared additives for cements, mortars or concretes\",\r\n\t\t\t\"parent\": \"3823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382350\",\r\n\t\t\t\"text\": \"382350 - Non-refractory mortars and concretes\",\r\n\t\t\t\"parent\": \"3823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382360\",\r\n\t\t\t\"text\": \"382360 - Sorbitol except D-glucitol\",\r\n\t\t\t\"parent\": \"3823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382370\",\r\n\t\t\t\"text\": \"382370 - Industrial fatty alcohols\",\r\n\t\t\t\"parent\": \"3823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382390\",\r\n\t\t\t\"text\": \"382390 - Chemical industry products, preparations, mixtures ne\",\r\n\t\t\t\"parent\": \"3823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3824\",\r\n\t\t\t\"text\": \"3824 - Prepared binders for foundry moulds or cores; chemical products and preparations of the chemical or allied industries (including those consisting of mixtures of natural products), not elsewhere specified or included\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382410\",\r\n\t\t\t\"text\": \"382410 - Binders, prepared; for foundry moulds or cores\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382420\",\r\n\t\t\t\"text\": \"382420 - Naphthenic acids, their\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382430\",\r\n\t\t\t\"text\": \"382430 - Metal carbides, non-agglomerated; mixed together or with metallic binders\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382440\",\r\n\t\t\t\"text\": \"382440 - Cements, mortars or concretes; their prepared additives\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382450\",\r\n\t\t\t\"text\": \"382450 - Mortars and concretes; non-refractory\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382460\",\r\n\t\t\t\"text\": \"382460 - Sorbitol; other than that of subheading no. 2905.44\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382471\",\r\n\t\t\t\"text\": \"382471 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing chlorofluorocarbons (CFCs), whether or not containing hydrochlorofluorocarbons (HCFCs), perfluorocarbons (PFCs) or hydrofluorocarbons (HFCs)\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382472\",\r\n\t\t\t\"text\": \"382472 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing bromochlorodifluoromethane, bromotrifluoromethane or dibromotetrafluoroethanes\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382473\",\r\n\t\t\t\"text\": \"382473 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing hydrobromofluorocarbons (HBFCs)\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382474\",\r\n\t\t\t\"text\": \"382474 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing hydrochlorofluorocarbons (HCFCs), whether or not containing perfluorocarbons (PFCs) or hydrofluorocarbons (HFCs), but not containing chlorofluorocarbons (CFCs)\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382475\",\r\n\t\t\t\"text\": \"382475 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing carbon tetrachloride\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382476\",\r\n\t\t\t\"text\": \"382476 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing 1,1,1-trichloroethane (methyl chloroform)\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382477\",\r\n\t\t\t\"text\": \"382477 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing bromomethane (methyl bromide) or bromochloromethane\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382478\",\r\n\t\t\t\"text\": \"382478 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing perfluorocarbons (PFCs) or hydrofluorocarbons (HFCs), but not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs)\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382479\",\r\n\t\t\t\"text\": \"382479 - Mixtures containing halogenated derivatives of methane, ethane or propane; n.e.c. in item no. 3827.7\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382481\",\r\n\t\t\t\"text\": \"382481 - Chemical products, mixtures and preparations; containing goods specified in Subheading Note 3 to this Chapter; containing oxirane (ethylene oxide)\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382482\",\r\n\t\t\t\"text\": \"382482 - Chemical products, mixtures and preparations; containing goods specified in Subheading Note 3 to this Chapter; containing polychlorinated biphenyls (PCBs), polychlorinated terphenyls (PCTs) or polybrominated biphenyls (PBBs)\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382483\",\r\n\t\t\t\"text\": \"382483 - Chemical products, mixtures and preparations; containing goods specified in Subheading Note 3 to this Chapter; containing tris(2,3-dibromopropyl) phosphate\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382484\",\r\n\t\t\t\"text\": \"382484 - Chemical products, mixtures and preparations; containing aldrin, camphechlor (toxaphene), chlordane, chlordecone, DDT (chlorfenotane, 1,1,1-trichloro-2,2-bis(p-chlorophenyl)ethane), dieldrin, endosulfan, endrin, heptachlor or mirex\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382485\",\r\n\t\t\t\"text\": \"382485 - Chemical products, mixtures and preparations; containing goods specified in Subheading Note 3 to this Chapter; containing 1,2,3,4,5,6-hexachlorocyclohexane (HCH (ISO)), including lindane (ISO, INN)\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382486\",\r\n\t\t\t\"text\": \"382486 - Chemical products, mixtures and preparations; containing goods specified in Subheading Note 3 to this Chapter; containing pentachlorobenzene (ISO) or hexachlorobenzene (ISO)\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382487\",\r\n\t\t\t\"text\": \"382487 - Chemical products, mixtures and preparations; containing goods specified in Subheading Note 3 to this Chapter; containing perfluorooctane sulphonic acid, its salts, perfluorooctane sulphonamides, or perfluorooctane sulphonyl fluoride\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382488\",\r\n\t\t\t\"text\": \"382488 - Chemical products, mixtures and preparations; containing goods specified in Subheading Note 3 to this Chapter; containing tetra-, penta-, hexa-, hepta- or octabromodiphenyl ethers\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382489\",\r\n\t\t\t\"text\": \"382489 - Chemical products, mixtures and preparations; containing goods specified in Subheading Note 3 to this Chapter; containing short-chain chlorinated paraffins\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382490\",\r\n\t\t\t\"text\": \"382490 - Chemical products, preparations and residual products of the chemical or allied industries, n.e.c. or included in heading no. 3824\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382491\",\r\n\t\t\t\"text\": \"382491 - Chemical products, mixtures and preparations; consisting mainly of (5-ethyl-2-methyl-2-oxido-1,3,2-dioxaphosphinan-5-yl)methyl methyl methylphosphonate and bis[(5-ethyl-2-methyl-2-oxido-1,3,2-dioxaphosphinan-5-yl)methyl] methylphosphonate\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382492\",\r\n\t\t\t\"text\": \"382492 - Chemical products, mixtures and preparations; polyglycol esters of methylphosphonic acid\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382499\",\r\n\t\t\t\"text\": \"382499 - Chemical products, mixtures and preparations; n.e.c. heading 3824\",\r\n\t\t\t\"parent\": \"3824\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3825\",\r\n\t\t\t\"text\": \"3825 - Residual products of the chemical or allied industries, not elsewhere specified or included; municipal waste; sewage sludge; other residual products.\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382510\",\r\n\t\t\t\"text\": \"382510 - Residual products of the chemical or allied industries, not elsewhere specified or included; municipal waste\",\r\n\t\t\t\"parent\": \"3825\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382520\",\r\n\t\t\t\"text\": \"382520 - Residual products of the chemical or allied industries, not elsewhere specified or included; sewage sludge\",\r\n\t\t\t\"parent\": \"3825\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382530\",\r\n\t\t\t\"text\": \"382530 - Residual products of the chemical or allied industries, not elsewhere specified or included; clinical waste\",\r\n\t\t\t\"parent\": \"3825\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382541\",\r\n\t\t\t\"text\": \"382541 - Residual products of the chemical or allied industries, not elsewhere specified or included; halogenated waste organic solvents\",\r\n\t\t\t\"parent\": \"3825\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382549\",\r\n\t\t\t\"text\": \"382549 - Residual products of the chemical or allied industries, not elsewhere specified or included; waste organic solvents, other than halogenated\",\r\n\t\t\t\"parent\": \"3825\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382550\",\r\n\t\t\t\"text\": \"382550 - Residual products of chemical or allied industries, not elsewhere specified or included; wastes of metal pickling liquors, hydraulic fluids, brake fluids and anti-freeze fluids\",\r\n\t\t\t\"parent\": \"3825\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382561\",\r\n\t\t\t\"text\": \"382561 - Residual products of the chemical or allied industries, not elsewhere specified or included; (other than sewage sludge, municipal waste or waste covered in 27.10); other wastes n.e.c. in 3825; those mainly containing organic constituents\",\r\n\t\t\t\"parent\": \"3825\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382569\",\r\n\t\t\t\"text\": \"382569 - Residual products of the chemical or allied industries, not elsewhere specified or included; (other than sewage sludge, municipal waste or waste covered by 27.10); other wastes n.e.c. in 3825; except those mainly containing organic constituents\",\r\n\t\t\t\"parent\": \"3825\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382590\",\r\n\t\t\t\"text\": \"382590 - Residual products of the chemical or allied industries, not elsewhere specified or included; n.e.c. in 3825 or 27.10\",\r\n\t\t\t\"parent\": \"3825\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3826\",\r\n\t\t\t\"text\": \"3826 - Biodiesel and mixtures thereof; not containing or containing less than 70% by weight of petroleum oils or oils obtained from bituminous minerals\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382600\",\r\n\t\t\t\"text\": \"382600 - Biodiesel and mixtures thereof; not containing or containing less than 70% by weight of petroleum oils or oils obtained from bituminous minerals\",\r\n\t\t\t\"parent\": \"3826\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3827\",\r\n\t\t\t\"text\": \"3827 - Mixtures containing halogenated derivatives of methane, ethane or propane, not elsewhere specified or included\",\r\n\t\t\t\"parent\": \"38\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382711\",\r\n\t\t\t\"text\": \"382711 - Mixtures containing halogenated derivatives of methane, ethane or propane, not elsewhere specified or included; containing chlorofluorocarbons (CFCs), whether or not containing hydrochlorofluorocarbons (HCFCs), perfluorocarbons (PFCs) or hydrofluorocarbon\",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382712\",\r\n\t\t\t\"text\": \"382712 - Mixtures containing halogenated derivatives of methane, ethane or propane, not elsewhere specified or included; containing hydrobromofluorocarbons (HBFCs)\",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382713\",\r\n\t\t\t\"text\": \"382713 - Mixtures containing halogenated derivatives of methane, ethane or propane, not elsewhere specified or included; containing carbon tetrachloride\",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382714\",\r\n\t\t\t\"text\": \"382714 - Mixtures containing halogenated derivatives of methane, ethane or propane, not elsewhere specified or included; containing 1,1,1-trichloroethane (methyl chloroform)\",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382720\",\r\n\t\t\t\"text\": \"382720 - Mixtures containing halogenated derivatives of methane, ethane or propane, not elsewhere specified or included; containing bromochlorodifluoromethane (Halon-1211), bromotrifluoromethane (Halon-1301) or dibromotetrafluoroethanes (Halon-2402)\",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382731\",\r\n\t\t\t\"text\": \"382731 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing hydrochlorofluorocarbons (HCFCs), perfluorocarbons (PFCs) or hydrofluorocarbons (HFCs) or not, but not containing chlorofluorocarbons (CFCs); containing substances of su\",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382732\",\r\n\t\t\t\"text\": \"382732 - Mixtures containing halogenated methane, ethane, propane; containing hydrochlorofluorocarbons (HCFCs), perfluorocarbons (PFCs) or hydrofluorocarbons (HFCs) or not, not chlorofluorocarbons (CFCs); containing substances of subheadings 2903.71 to 2903.75\",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382739\",\r\n\t\t\t\"text\": \"382739 - Mixtures containing halogenated methane, ethane, or propane; containing hydrochlorofluorocarbons (HCFCs), perfluorocarbons (PFCs) or hydrofluorocarbons (HFCs) or not, but not chlorofluorocarbons (CFCs); n.e.c. in subheading 3827.3\",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382740\",\r\n\t\t\t\"text\": \"382740 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing hydrochlorofluorocarbons (HCFCs), perfluorocarbons (PFCs) or hydrofluorocarbons (HFCs) or not, but not containing chlorofluorocarbons (CFCs); containing bromomethane (me\",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382751\",\r\n\t\t\t\"text\": \"382751 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing trifluoromethan (HFC-23) or perfluorocarbons (PFCs) but not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs); containing trifluoromethane (HFC-2\",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382759\",\r\n\t\t\t\"text\": \"382759 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing trifluoromethan (HFC-23) or perfluorocarbons (PFCs) not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs); other mixtures n.e.c. in subheading 38\",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382761\",\r\n\t\t\t\"text\": \"382761 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing other hydrofluorocarbons (HFCs) but not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs); containing 15% or more by mass of 1,1,1-trifluoroethan\",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382762\",\r\n\t\t\t\"text\": \"382762 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing other hydrofluorocarbons (HFCs) but not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs); other mixtures, not included in the subheading above, \",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382763\",\r\n\t\t\t\"text\": \"382763 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing other hydrofluorocarbons (HFCs) but not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs); other mixtures not included in the subheadings above, \",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382764\",\r\n\t\t\t\"text\": \"382764 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing other hydrofluorocarbons (HFCs) but not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs); other mixtures, not included in the subheadings above,\",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382765\",\r\n\t\t\t\"text\": \"382765 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing other hydrofluorocarbons (HFCs) but not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs); other mixtures, not included in the subheadings above,\",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382768\",\r\n\t\t\t\"text\": \"382768 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing other hydrofluorocarbons (HFCs) but not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs); other mixtures, not included in the subheadings above,\",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382769\",\r\n\t\t\t\"text\": \"382769 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing other hydrofluorocarbons (HFCs) but not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs); n.e.c. in items no. 3827.5 and 3827.6, not containing \",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"382790\",\r\n\t\t\t\"text\": \"382790 - Mixtures containing halogenated derivatives of methane, ethane or propane; n.e.c. in subheading no 3827\",\r\n\t\t\t\"parent\": \"3827\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"39\",\r\n\t\t\t\"text\": \"39 - Plastics and articles thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3901\",\r\n\t\t\t\"text\": \"3901 - Polymers of ethylene, in primary forms\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390110\",\r\n\t\t\t\"text\": \"390110 - Ethylene polymers; in primary forms, polyethylene having a specific gravity of less than 0.94\",\r\n\t\t\t\"parent\": \"3901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390120\",\r\n\t\t\t\"text\": \"390120 - Ethylene polymers; in primary forms, polyethylene having a specific gravity of 0.94 or more\",\r\n\t\t\t\"parent\": \"3901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390130\",\r\n\t\t\t\"text\": \"390130 - Ethylene polymers; in primary forms, ethylene-vinyl acetate copolymers\",\r\n\t\t\t\"parent\": \"3901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390140\",\r\n\t\t\t\"text\": \"390140 - Ethylene polymers; in primary forms, ethylene-alpha-olefin copolymers, having a specific gravity of less than 0.94\",\r\n\t\t\t\"parent\": \"3901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390190\",\r\n\t\t\t\"text\": \"390190 - Ethylene polymers; in primary forms, n.e.c. in heading no. 3901\",\r\n\t\t\t\"parent\": \"3901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3902\",\r\n\t\t\t\"text\": \"3902 - Polymers of propylene or of other olefins, in primary forms\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390210\",\r\n\t\t\t\"text\": \"390210 - Propylene, other olefin polymers; polypropylene in primary forms\",\r\n\t\t\t\"parent\": \"3902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390220\",\r\n\t\t\t\"text\": \"390220 - Propylene, other olefin polymers; polyisobutylene in primary forms\",\r\n\t\t\t\"parent\": \"3902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390230\",\r\n\t\t\t\"text\": \"390230 - Propylene, other olefin polymers; propylene copolymers in primary forms\",\r\n\t\t\t\"parent\": \"3902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390290\",\r\n\t\t\t\"text\": \"390290 - Propylene, other olefin polymers; n.e.c. in heading no. 3902, in primary forms\",\r\n\t\t\t\"parent\": \"3902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3903\",\r\n\t\t\t\"text\": \"3903 - Polymers of styrene, in primary forms\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390311\",\r\n\t\t\t\"text\": \"390311 - Styrene polymers; expansible polystyrene, in primary forms\",\r\n\t\t\t\"parent\": \"3903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390319\",\r\n\t\t\t\"text\": \"390319 - Styrene polymers; (other than expansible polystyrene), in primary forms\",\r\n\t\t\t\"parent\": \"3903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390320\",\r\n\t\t\t\"text\": \"390320 - Styrene polymers; styrene-acrylonitrile (SAN) copolymers, in primary forms\",\r\n\t\t\t\"parent\": \"3903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390330\",\r\n\t\t\t\"text\": \"390330 - Styrene polymers; acrylonitrile-butadiene-styrene (ABS) copolymers, in primary forms\",\r\n\t\t\t\"parent\": \"3903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390390\",\r\n\t\t\t\"text\": \"390390 - Styrene polymers; in primary forms, n.e.c. in heading no. 3903\",\r\n\t\t\t\"parent\": \"3903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3904\",\r\n\t\t\t\"text\": \"3904 - Polymers of vinyl chloride or of other halogenated olefins, in primary forms\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390410\",\r\n\t\t\t\"text\": \"390410 - Vinyl chloride, other halogenated olefin polymers; poly(vinyl chloride), not mixed with any other substances, in primary forms\",\r\n\t\t\t\"parent\": \"3904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390421\",\r\n\t\t\t\"text\": \"390421 - Vinyl chloride, other halogenated olefin polymers; non-plasticised poly(vinyl chloride), in primary forms, mixed with other substances\",\r\n\t\t\t\"parent\": \"3904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390422\",\r\n\t\t\t\"text\": \"390422 - Vinyl chloride, other halogenated olefin polymers; plasticised poly(vinyl chloride), in primary forms, mixed with other substances\",\r\n\t\t\t\"parent\": \"3904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390430\",\r\n\t\t\t\"text\": \"390430 - Vinyl chloride, other halogenated olefin polymers; vinyl chloride-vinyl acetate copolymers, in primary forms\",\r\n\t\t\t\"parent\": \"3904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390440\",\r\n\t\t\t\"text\": \"390440 - Vinyl chloride, other halogenated olefin polymers; vinyl chloride copolymers, in primary forms n.e.c. in heading no. 3904\",\r\n\t\t\t\"parent\": \"3904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390450\",\r\n\t\t\t\"text\": \"390450 - Vinyl chloride, other halogenated olefin polymers; vinylidene chloride polymers, in primary forms\",\r\n\t\t\t\"parent\": \"3904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390461\",\r\n\t\t\t\"text\": \"390461 - Halogenated olefin polymers; fluoro-polymers, polytetrafluoroethylene, in primary forms\",\r\n\t\t\t\"parent\": \"3904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390469\",\r\n\t\t\t\"text\": \"390469 - Halogenated olefin polymers; fluoro-polymers (other than polytetrafluoroethylene), in primary forms\",\r\n\t\t\t\"parent\": \"3904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390490\",\r\n\t\t\t\"text\": \"390490 - Vinyl chloride, other halogenated olefin polymers; n.e.c. in heading no. 3904\",\r\n\t\t\t\"parent\": \"3904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3905\",\r\n\t\t\t\"text\": \"3905 - Polymers of vinyl acetate or of other vinyl esters, in primary forms; other vinyl polymers in primary forms\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390511\",\r\n\t\t\t\"text\": \"390511 - Polyvinyl acetate, in aqueous dispersion, primary for\",\r\n\t\t\t\"parent\": \"3905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390512\",\r\n\t\t\t\"text\": \"390512 - Poly(vinyl acetate); in aqueous dispersion, in primary forms\",\r\n\t\t\t\"parent\": \"3905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390519\",\r\n\t\t\t\"text\": \"390519 - Poly(vinyl acetate); (other than in aqueous dispersion), in primary forms\",\r\n\t\t\t\"parent\": \"3905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390520\",\r\n\t\t\t\"text\": \"390520 - Polyvinyl alcohols in primary form\",\r\n\t\t\t\"parent\": \"3905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390521\",\r\n\t\t\t\"text\": \"390521 - Vinyl acetate copolymers; in aqueous dispersion, in primary forms\",\r\n\t\t\t\"parent\": \"3905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390529\",\r\n\t\t\t\"text\": \"390529 - Vinyl acetate copolymers; (other than in aqueous dispersion), in primary forms\",\r\n\t\t\t\"parent\": \"3905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390530\",\r\n\t\t\t\"text\": \"390530 - Poly(vinyl alcohol); whether or not containing unhydrolysed acetate groups\",\r\n\t\t\t\"parent\": \"3905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390590\",\r\n\t\t\t\"text\": \"390590 - Vinyl polymers, halogenated olefins, primary form, ne\",\r\n\t\t\t\"parent\": \"3905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390591\",\r\n\t\t\t\"text\": \"390591 - Vinyl acetate, vinyl ester polymers, vinyl polymers; n.e.c. in heading no. 3905, in primary forms, copolymers\",\r\n\t\t\t\"parent\": \"3905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390599\",\r\n\t\t\t\"text\": \"390599 - Vinyl acetate, vinyl ester polymers, vinyl polymers; n.e.c. in heading no. 3905, in primary forms, other than copolymers\",\r\n\t\t\t\"parent\": \"3905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3906\",\r\n\t\t\t\"text\": \"3906 - Acrylic polymers in primary forms\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390610\",\r\n\t\t\t\"text\": \"390610 - Acrylic polymers; poly(methyl methacrylate), in primary forms\",\r\n\t\t\t\"parent\": \"3906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390690\",\r\n\t\t\t\"text\": \"390690 - Acrylic polymers; (other than polymethyl methacrylate), in primary forms\",\r\n\t\t\t\"parent\": \"3906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3907\",\r\n\t\t\t\"text\": \"3907 - Polyacetals, other polyethers and epoxide resins, in primary forms; polycarbonates, alkyd resins, polyallyl esters and other polyesters, in primary forms\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390710\",\r\n\t\t\t\"text\": \"390710 - Polyacetals; in primary forms\",\r\n\t\t\t\"parent\": \"3907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390720\",\r\n\t\t\t\"text\": \"390720 - Polyethers; in primary forms, excluding polyacetals\",\r\n\t\t\t\"parent\": \"3907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390721\",\r\n\t\t\t\"text\": \"390721 - Polyethers other than polyacetals; in primary forms, bis(polyoxyethylene) methylphosphonate\",\r\n\t\t\t\"parent\": \"3907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390729\",\r\n\t\t\t\"text\": \"390729 - Polyethers other than polyacetals, and bis(polyoxyethylene) methylphosphonate; in primary forms\",\r\n\t\t\t\"parent\": \"3907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390730\",\r\n\t\t\t\"text\": \"390730 - Epoxide resins; in primary forms\",\r\n\t\t\t\"parent\": \"3907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390740\",\r\n\t\t\t\"text\": \"390740 - Polycarbonates; in primary forms\",\r\n\t\t\t\"parent\": \"3907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390750\",\r\n\t\t\t\"text\": \"390750 - Alkyd resins; in primary forms\",\r\n\t\t\t\"parent\": \"3907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390760\",\r\n\t\t\t\"text\": \"390760 - Poly(ethylene terephthalate); in primary forms\",\r\n\t\t\t\"parent\": \"3907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390761\",\r\n\t\t\t\"text\": \"390761 - Poly(ethylene terephthalate); in primary forms, having a viscosity of 78ml/g or higher\",\r\n\t\t\t\"parent\": \"3907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390769\",\r\n\t\t\t\"text\": \"390769 - Poly(ethylene terephthalate); in primary forms, having a viscosity of less than 78ml/g\",\r\n\t\t\t\"parent\": \"3907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390770\",\r\n\t\t\t\"text\": \"390770 - Poly(lactic acid); in primary forms\",\r\n\t\t\t\"parent\": \"3907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390791\",\r\n\t\t\t\"text\": \"390791 - Polyesters; n.e.c. in heading no. 3907, unsaturated, in primary forms\",\r\n\t\t\t\"parent\": \"3907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390799\",\r\n\t\t\t\"text\": \"390799 - Polyesters; n.e.c. in heading no. 3907, saturated, in primary forms\",\r\n\t\t\t\"parent\": \"3907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3908\",\r\n\t\t\t\"text\": \"3908 - Polyamides in primary forms\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390810\",\r\n\t\t\t\"text\": \"390810 - Polyamides; polyamide-6, -11, -12, -6,6, -6,9, -6,10 or -6,12, in primary forms\",\r\n\t\t\t\"parent\": \"3908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390890\",\r\n\t\t\t\"text\": \"390890 - Polyamides; n.e.c. in heading no. 3908, in primary forms\",\r\n\t\t\t\"parent\": \"3908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3909\",\r\n\t\t\t\"text\": \"3909 - Amino-resins, phenolic resins and polyurethanes, in primary forms\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390910\",\r\n\t\t\t\"text\": \"390910 - Amino-resins; urea and thiourea resins, in primary forms\",\r\n\t\t\t\"parent\": \"3909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390920\",\r\n\t\t\t\"text\": \"390920 - Amino-resins; melamine resins, in primary forms\",\r\n\t\t\t\"parent\": \"3909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390930\",\r\n\t\t\t\"text\": \"390930 - Amino-resins; n.e.c. in heading no. 3909, in primary forms\",\r\n\t\t\t\"parent\": \"3909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390931\",\r\n\t\t\t\"text\": \"390931 - Amino-resins; n.e.c. in heading no. 3909, in primary forms, poly(methylene phenyl isocyanate) (Crude MDI, polymeric MDI)\",\r\n\t\t\t\"parent\": \"3909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390939\",\r\n\t\t\t\"text\": \"390939 - Amino-resins; n.e.c. in heading no. 3909, in primary forms, other than poly(methylene phenyl isocyanate) (Crude MDI, polymeric MDI)\",\r\n\t\t\t\"parent\": \"3909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390940\",\r\n\t\t\t\"text\": \"390940 - Phenolic resins; in primary forms\",\r\n\t\t\t\"parent\": \"3909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"390950\",\r\n\t\t\t\"text\": \"390950 - Polyurethanes; in primary forms\",\r\n\t\t\t\"parent\": \"3909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3910\",\r\n\t\t\t\"text\": \"3910 - Silicones in primary forms\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391000\",\r\n\t\t\t\"text\": \"391000 - Silicones; in primary forms\",\r\n\t\t\t\"parent\": \"3910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3911\",\r\n\t\t\t\"text\": \"3911 - Petroleum resins, coumarone-indene resins, polyterpenes, polysulphides, polysulphones and similar products of chemical synthesis n.e.c. in chapter 39, in primary forms\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391110\",\r\n\t\t\t\"text\": \"391110 - Petroleum resins, coumarone, indene or coumarone-indene resins and polyterpenes; in primary forms\",\r\n\t\t\t\"parent\": \"3911\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391120\",\r\n\t\t\t\"text\": \"391120 - Petroleum resins, poly(1,3-phenylene methylphosphonate), in primary forms\",\r\n\t\t\t\"parent\": \"3911\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391190\",\r\n\t\t\t\"text\": \"391190 - Polysulphides, polysulphones and similar products of chemical synthesis n.e.c. in chapter 39; in primary forms\",\r\n\t\t\t\"parent\": \"3911\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3912\",\r\n\t\t\t\"text\": \"3912 - Cellulose and its chemical derivatives, n.e.c. or included, in primary forms\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391211\",\r\n\t\t\t\"text\": \"391211 - Cellulose acetates; non-plasticised, in primary forms\",\r\n\t\t\t\"parent\": \"3912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391212\",\r\n\t\t\t\"text\": \"391212 - Cellulose acetates; plasticised, in primary forms\",\r\n\t\t\t\"parent\": \"3912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391220\",\r\n\t\t\t\"text\": \"391220 - Cellulose nitrates (including collodions); in primary forms\",\r\n\t\t\t\"parent\": \"3912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391231\",\r\n\t\t\t\"text\": \"391231 - Cellulose ethers; carboxymethylcellulose and its salts, in primary forms\",\r\n\t\t\t\"parent\": \"3912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391239\",\r\n\t\t\t\"text\": \"391239 - Cellulose ethers; (other than carboxymethylcellulose and its salts), in primary forms\",\r\n\t\t\t\"parent\": \"3912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391290\",\r\n\t\t\t\"text\": \"391290 - Cellulose and its chemical derivatives; n.e.c. in item no. 3912, in primary forms\",\r\n\t\t\t\"parent\": \"3912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3913\",\r\n\t\t\t\"text\": \"3913 - Natural polymers (e.g. alginic acid) and modified natural polymers (e.g. hardened proteins, chemical derivatives of natural rubber), n.e.c. or included, in primary forms\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391310\",\r\n\t\t\t\"text\": \"391310 - Polymers, natural; alginic acid, its salts and esters, in primary forms\",\r\n\t\t\t\"parent\": \"3913\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391390\",\r\n\t\t\t\"text\": \"391390 - Polymers, natural and modified natural; in primary forms (excluding alginic acid, its salts and esters)\",\r\n\t\t\t\"parent\": \"3913\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3914\",\r\n\t\t\t\"text\": \"3914 - Ion-exchangers; based on polymers of heading no. 3901 to 3913, in primary forms\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391400\",\r\n\t\t\t\"text\": \"391400 - Ion-exchangers; based on polymers of heading no. 3901 to 3913, in primary forms\",\r\n\t\t\t\"parent\": \"3914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3915\",\r\n\t\t\t\"text\": \"3915 - Waste, parings and scrap, of plastics\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391510\",\r\n\t\t\t\"text\": \"391510 - Ethylene polymers; waste, parings and scrap\",\r\n\t\t\t\"parent\": \"3915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391520\",\r\n\t\t\t\"text\": \"391520 - Styrene polymers; waste, parings and scrap\",\r\n\t\t\t\"parent\": \"3915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391530\",\r\n\t\t\t\"text\": \"391530 - Vinyl chloride polymers; waste, parings and scrap\",\r\n\t\t\t\"parent\": \"3915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391590\",\r\n\t\t\t\"text\": \"391590 - Plastics n.e.c. in heading no. 3915; waste, parings and scrap\",\r\n\t\t\t\"parent\": \"3915\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3916\",\r\n\t\t\t\"text\": \"3916 - Monofilament of which any cross-sectional dimension exceeds 1mm, rods, sticks and profile shapes, whether or not surface-worked but not otherwise worked, of plastics\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391610\",\r\n\t\t\t\"text\": \"391610 - Ethylene polymers; monofilament, of which any cross-sectional dimension exceeds 1mm, rods, sticks and profile shapes, whether or not surface-worked but not otherwise worked\",\r\n\t\t\t\"parent\": \"3916\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391620\",\r\n\t\t\t\"text\": \"391620 - Vinyl chloride polymers; monofilament, of which any cross-sectional dimension exceeds 1mm, rods, sticks and profile shapes, whether or not surface-worked but not otherwise worked\",\r\n\t\t\t\"parent\": \"3916\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391690\",\r\n\t\t\t\"text\": \"391690 - Plastics; monofilament, of plastics n.e.c. in heading no. 3916, cross-sectional dimension exceeds 1mm, rods, sticks and profile shapes, whether or not surface-worked but not otherwise worked\",\r\n\t\t\t\"parent\": \"3916\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3917\",\r\n\t\t\t\"text\": \"3917 - Tubes, pipes and hoses and fittings thereof (for example, joints, elbows, flanges), of plastics\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391710\",\r\n\t\t\t\"text\": \"391710 - Plastics; artificial guts (sausage casings) of hardened protein or of cellulosic materials\",\r\n\t\t\t\"parent\": \"3917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391721\",\r\n\t\t\t\"text\": \"391721 - Plastics; tubes, pipes and hoses thereof, rigid, of polymers of ethylene\",\r\n\t\t\t\"parent\": \"3917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391722\",\r\n\t\t\t\"text\": \"391722 - Plastics; tubes, pipes and hoses thereof, rigid, of polymers of propylene\",\r\n\t\t\t\"parent\": \"3917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391723\",\r\n\t\t\t\"text\": \"391723 - Plastics; tubes, pipes and hoses thereof, rigid, of polymers of vinyl chloride\",\r\n\t\t\t\"parent\": \"3917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391729\",\r\n\t\t\t\"text\": \"391729 - Plastics; tubes, pipes and hoses thereof, rigid, of plastics n.e.c. in heading no. 3917\",\r\n\t\t\t\"parent\": \"3917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391731\",\r\n\t\t\t\"text\": \"391731 - Plastics; tubes, pipes and hoses thereof, flexible, having a minimum burst pressure of 27.6MPa\",\r\n\t\t\t\"parent\": \"3917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391732\",\r\n\t\t\t\"text\": \"391732 - Plastics; tubes, pipes and hoses thereof, other than those of item no. 3917.31, not reinforced or otherwise combined with other materials, without fittings\",\r\n\t\t\t\"parent\": \"3917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391733\",\r\n\t\t\t\"text\": \"391733 - Plastics; tubes, pipes and hoses thereof, other than those of item no. 3917.31, not reinforced or otherwise combined with other materials, with fittings\",\r\n\t\t\t\"parent\": \"3917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391739\",\r\n\t\t\t\"text\": \"391739 - Plastics; tubes, pipes and hoses thereof, n.e.c. in item no. 3917.30\",\r\n\t\t\t\"parent\": \"3917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391740\",\r\n\t\t\t\"text\": \"391740 - Plastics; tube, pipe and hose fittings (e.g. joints, elbows, flanges)\",\r\n\t\t\t\"parent\": \"3917\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3918\",\r\n\t\t\t\"text\": \"3918 - Floor coverings of plastics, self-adhesive or not, in rolls or tiles; wall or ceiling coverings of plastics, in rolls of a width not less than 45cm\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391810\",\r\n\t\t\t\"text\": \"391810 - Floor, wall or ceiling coverings; of polymers of vinyl chloride, whether or not self-adhesive, in rolls or in the form of tiles\",\r\n\t\t\t\"parent\": \"3918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391890\",\r\n\t\t\t\"text\": \"391890 - Floor, wall or ceiling coverings; of plastics (excluding polymers of vinyl chloride), whether or not self-adhesive, in rolls or in the form of tiles\",\r\n\t\t\t\"parent\": \"3918\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3919\",\r\n\t\t\t\"text\": \"3919 - Self-adhesive plates, sheets, film, foil, tape, strip and other flat shapes, of plastics, whether or not in rolls\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391910\",\r\n\t\t\t\"text\": \"391910 - Plastics; plates, sheets, film, foil, tape, strip, other flat shapes thereof, self-adhesive, in rolls of a width not exceeding 20cm\",\r\n\t\t\t\"parent\": \"3919\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"391990\",\r\n\t\t\t\"text\": \"391990 - Plastics; plates, sheets, film, foil, tape, strip, other flat shapes thereof, self-adhesive, other than in rolls of a width not exceeding 20cm\",\r\n\t\t\t\"parent\": \"3919\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3920\",\r\n\t\t\t\"text\": \"3920 - Plastics; plates, sheets, film, foil and strip (not self-adhesive); non-cellular and not reinforced, laminated, supported or similarly combined with other materials, n.e.c. in chapter 39\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392010\",\r\n\t\t\t\"text\": \"392010 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of polymers of ethylene, non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392020\",\r\n\t\t\t\"text\": \"392020 - Plastics; of polymers of propylene, plates, sheets, film, foil and strip (not self-adhesive), non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392030\",\r\n\t\t\t\"text\": \"392030 - Plastics; of polymers of styrene, plates, sheets, film, foil and strip (not self-adhesive), non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392041\",\r\n\t\t\t\"text\": \"392041 - Sheet/film not cellular/reinf rigid vinyl polymer\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392042\",\r\n\t\t\t\"text\": \"392042 - Sheet/film not cellular/reinf flexible vinyl polymer\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392043\",\r\n\t\t\t\"text\": \"392043 - Plastics; polymers of vinyl chloride, containing by weight not less than 6% of plasticisers; plates, sheets, film, foil and strip (not self-adhesive), non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392049\",\r\n\t\t\t\"text\": \"392049 - Plastics; polymers of vinyl chloride, containing by weight, less than 6% of plasticisers; plates, sheets, film, foil and strip (not self-adhesive), non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392051\",\r\n\t\t\t\"text\": \"392051 - Plastics; of acrylic polymers, polymethyl methacrylate, plates, sheets, film, foil and strip (not self-adhesive), non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392059\",\r\n\t\t\t\"text\": \"392059 - Plastics; of acrylic polymers (excluding polymethyl methacrylate), plates, sheets, film, foil and strip (not self-adhesive), non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392061\",\r\n\t\t\t\"text\": \"392061 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of polycarbonates, non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392062\",\r\n\t\t\t\"text\": \"392062 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of poly(ethylene terephthalate), non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392063\",\r\n\t\t\t\"text\": \"392063 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of unsaturated polyesters, non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392069\",\r\n\t\t\t\"text\": \"392069 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of polyesters n.e.c. in heading no. 3920, non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392071\",\r\n\t\t\t\"text\": \"392071 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of regenerated cellulose; non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392072\",\r\n\t\t\t\"text\": \"392072 - Sheet/film not cellular/reinf vulcanised rubber\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392073\",\r\n\t\t\t\"text\": \"392073 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of cellulose acetate, non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392079\",\r\n\t\t\t\"text\": \"392079 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of cellulose derivatives n.e.c. in heading no. 3920, non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392091\",\r\n\t\t\t\"text\": \"392091 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of poly(vinyl butyral), non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392092\",\r\n\t\t\t\"text\": \"392092 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of polyamides, non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392093\",\r\n\t\t\t\"text\": \"392093 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of amino-resins, non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392094\",\r\n\t\t\t\"text\": \"392094 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of phenolic resins, non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392099\",\r\n\t\t\t\"text\": \"392099 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of plastics n.e.c. in heading no. 3920, non-cellular and not reinforced, laminated, supported or similarly combined with other materials\",\r\n\t\t\t\"parent\": \"3920\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3921\",\r\n\t\t\t\"text\": \"3921 - Plastic plates, sheets, film, foil and strip n.e.c. in chapter 39\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392111\",\r\n\t\t\t\"text\": \"392111 - Plastics; plates, sheets, film, foil and strip, of polymers of styrene, cellular\",\r\n\t\t\t\"parent\": \"3921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392112\",\r\n\t\t\t\"text\": \"392112 - Plastics; plates, sheets, film, foil and strip, of polymers of vinyl chloride, cellular\",\r\n\t\t\t\"parent\": \"3921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392113\",\r\n\t\t\t\"text\": \"392113 - Plastics; plates, sheets, film, foil and strip, of polyurethanes, cellular\",\r\n\t\t\t\"parent\": \"3921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392114\",\r\n\t\t\t\"text\": \"392114 - Plastics; plates, sheets, film, foil and strip, of regenerated cellulose, cellular\",\r\n\t\t\t\"parent\": \"3921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392119\",\r\n\t\t\t\"text\": \"392119 - Plastics; plates, sheets, film, foil and strip, of plastics n.e.c. in heading no. 3921, cellular\",\r\n\t\t\t\"parent\": \"3921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392190\",\r\n\t\t\t\"text\": \"392190 - Plastics; plates, sheets, film, foil and strip, other than cellular\",\r\n\t\t\t\"parent\": \"3921\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3922\",\r\n\t\t\t\"text\": \"3922 - Sanitary ware; baths, shower-baths, sinks, wash-basins, bidets, lavatory pans, seats and covers, flushing cisterns and sanitary ware, of plastics\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392210\",\r\n\t\t\t\"text\": \"392210 - Plastics; baths, shower-baths, sinks and wash-basins\",\r\n\t\t\t\"parent\": \"3922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392220\",\r\n\t\t\t\"text\": \"392220 - Plastics; lavatory seats and covers\",\r\n\t\t\t\"parent\": \"3922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392290\",\r\n\t\t\t\"text\": \"392290 - Plastics; bidets, lavatory pans, flushing cisterns and similar sanitary ware n.e.c. in heading no. 3922\",\r\n\t\t\t\"parent\": \"3922\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3923\",\r\n\t\t\t\"text\": \"3923 - Plastic articles for the conveyance or packing of goods; stoppers, lids, caps and other closures of plastics\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392310\",\r\n\t\t\t\"text\": \"392310 - Plastics; boxes, cases, crates and similar articles for the conveyance or packing of goods\",\r\n\t\t\t\"parent\": \"3923\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392321\",\r\n\t\t\t\"text\": \"392321 - Ethylene polymers; sacks and bags (including cones), for the conveyance or packing of goods\",\r\n\t\t\t\"parent\": \"3923\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392329\",\r\n\t\t\t\"text\": \"392329 - Plastics; sacks and bags (including cones), for the conveyance or packing of goods, of plastics other than ethylene polymers\",\r\n\t\t\t\"parent\": \"3923\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392330\",\r\n\t\t\t\"text\": \"392330 - Plastics; carboys, bottles, flasks and similar articles, for the conveyance or packing of goods\",\r\n\t\t\t\"parent\": \"3923\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392340\",\r\n\t\t\t\"text\": \"392340 - Plastics; spools, cops, bobbins and similar supports, for the conveyance or packing of goods\",\r\n\t\t\t\"parent\": \"3923\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392350\",\r\n\t\t\t\"text\": \"392350 - Plastics; stoppers, lids, caps and other closures, for the conveyance or packing of goods\",\r\n\t\t\t\"parent\": \"3923\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392390\",\r\n\t\t\t\"text\": \"392390 - Plastics; articles for the conveyance or packing of goods n.e.c. in heading no. 3923\",\r\n\t\t\t\"parent\": \"3923\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3924\",\r\n\t\t\t\"text\": \"3924 - Tableware, kitchenware, other household articles and hygienic or toilet articles, of plastics\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392410\",\r\n\t\t\t\"text\": \"392410 - Plastics; tableware and kitchenware\",\r\n\t\t\t\"parent\": \"3924\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392490\",\r\n\t\t\t\"text\": \"392490 - Plastics; household articles and hygienic or toilet articles\",\r\n\t\t\t\"parent\": \"3924\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3925\",\r\n\t\t\t\"text\": \"3925 - Plastics; builders' wares n.e.c. or included\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392510\",\r\n\t\t\t\"text\": \"392510 - Plastics; builders' ware, reservoirs, tanks, vats and similar containers of a capacity exceeding 300 litres\",\r\n\t\t\t\"parent\": \"3925\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392520\",\r\n\t\t\t\"text\": \"392520 - Plastics; builders' ware, doors, windows and their frames and thresholds for doors\",\r\n\t\t\t\"parent\": \"3925\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392530\",\r\n\t\t\t\"text\": \"392530 - Plastics; builders' ware, shutters, blinds (including venetian blinds) and similar articles and parts thereof\",\r\n\t\t\t\"parent\": \"3925\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392590\",\r\n\t\t\t\"text\": \"392590 - Plastics; builders' ware, n.e.c. or included in heading no. 3925\",\r\n\t\t\t\"parent\": \"3925\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"3926\",\r\n\t\t\t\"text\": \"3926 - Articles of plastics and articles of other materials of heading no. 3901 to 3914, n.e.c. in chapter 39\",\r\n\t\t\t\"parent\": \"39\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392610\",\r\n\t\t\t\"text\": \"392610 - Plastics; office or school supplies\",\r\n\t\t\t\"parent\": \"3926\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392620\",\r\n\t\t\t\"text\": \"392620 - Plastics; articles of apparel and clothing accessories (including gloves, mittens and mitts)\",\r\n\t\t\t\"parent\": \"3926\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392630\",\r\n\t\t\t\"text\": \"392630 - Plastics; fittings for furniture, coachwork or the like\",\r\n\t\t\t\"parent\": \"3926\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392640\",\r\n\t\t\t\"text\": \"392640 - Plastics; statuettes and other ornamental articles\",\r\n\t\t\t\"parent\": \"3926\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"392690\",\r\n\t\t\t\"text\": \"392690 - Plastics; other articles n.e.c. in chapter 39\",\r\n\t\t\t\"parent\": \"3926\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"40\",\r\n\t\t\t\"text\": \"40 - Rubber and articles thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4001\",\r\n\t\t\t\"text\": \"4001 - Natural rubber, balata, gutta-percha, guayule, chicle and similar gums; in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"40\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400110\",\r\n\t\t\t\"text\": \"400110 - Rubber; natural rubber latex, whether or not pre-vulcanised, in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400121\",\r\n\t\t\t\"text\": \"400121 - Rubber; natural (excluding latex), in smoked sheets\",\r\n\t\t\t\"parent\": \"4001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400122\",\r\n\t\t\t\"text\": \"400122 - Rubber; technically specified natural rubber (TSNR), in primary forms or in plates, sheets or strip (excluding latex and smoked sheets)\",\r\n\t\t\t\"parent\": \"4001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400129\",\r\n\t\t\t\"text\": \"400129 - Rubber; natural (excluding latex, technically specified natural rubber and smoked sheets), in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400130\",\r\n\t\t\t\"text\": \"400130 - Balata, gutta-percha, guayule, chicle and similar natural gums; in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4002\",\r\n\t\t\t\"text\": \"4002 - Synthetic rubber and factice derived from oils, in primary forms or in plates, sheets or strip; mixtures of heading no. 4001 and 4002, in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"40\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400211\",\r\n\t\t\t\"text\": \"400211 - Rubber; synthetic, styrene-butadiene rubber (SBR) and carboxylated styrene-butadiene rubber (XSBR) latex, in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400219\",\r\n\t\t\t\"text\": \"400219 - Rubber; synthetic, styrene-butadiene rubber (SBR) and carboxylated styrene-butadiene rubber (XSBR), (other than latex), in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400220\",\r\n\t\t\t\"text\": \"400220 - Rubber; synthetic, butadiene rubber (BR), in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400231\",\r\n\t\t\t\"text\": \"400231 - Rubber; synthetic, isobutene-isoprene (butyl) rubber (IIR), in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400239\",\r\n\t\t\t\"text\": \"400239 - Rubber; synthetic, halo-isobutene-isoprene rubber (CIIR or BIIR), in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400241\",\r\n\t\t\t\"text\": \"400241 - Rubber; synthetic, chloroprene (chlorobutadiene) rubber (CR), latex, in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400249\",\r\n\t\t\t\"text\": \"400249 - Rubber; synthetic, chloroprene (chlorobutadiene) rubber (CR), (other than latex), in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400251\",\r\n\t\t\t\"text\": \"400251 - Rubber; synthetic, acrylonitrile-butadiene rubber (NBR), latex, in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400259\",\r\n\t\t\t\"text\": \"400259 - Rubber; synthetic, acrylonitrile-butadiene rubber (NBR), (other than latex), in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400260\",\r\n\t\t\t\"text\": \"400260 - Rubber; synthetic, isoprene rubber (IR), in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400270\",\r\n\t\t\t\"text\": \"400270 - Rubber; synthetic, ethylene-propylene-non-conjugated diene rubber (EPDM), in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400280\",\r\n\t\t\t\"text\": \"400280 - Rubber; mixtures of natural and synthetic rubbers of heading no. 4001 and 4002, in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400291\",\r\n\t\t\t\"text\": \"400291 - Rubber; synthetic, n.e.c. in heading 4002, latex, in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400299\",\r\n\t\t\t\"text\": \"400299 - Rubber; synthetic, n.e.c. in heading 4002, (other than latex), in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4003\",\r\n\t\t\t\"text\": \"4003 - Reclaimed rubber in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"40\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400300\",\r\n\t\t\t\"text\": \"400300 - Rubber; reclaimed rubber, in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4004\",\r\n\t\t\t\"text\": \"4004 - Waste, parings and scrap of rubber (other than hard rubber) and powders and granules obtained therefrom\",\r\n\t\t\t\"parent\": \"40\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400400\",\r\n\t\t\t\"text\": \"400400 - Rubber; waste, parings and scrap of rubber (other than hard rubber) and powders and granules obtained therefrom\",\r\n\t\t\t\"parent\": \"4004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4005\",\r\n\t\t\t\"text\": \"4005 - Compounded rubber, unvulcanised, in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"40\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400510\",\r\n\t\t\t\"text\": \"400510 - Rubber; unvulcanised, compounded with carbon black or silica, in primary forms or in plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400520\",\r\n\t\t\t\"text\": \"400520 - Rubber; unvulcanised, compounded, solutions and dispersions other than those of item no. 4005.10\",\r\n\t\t\t\"parent\": \"4005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400591\",\r\n\t\t\t\"text\": \"400591 - Rubber; unvulcanised, (compounded other than with carbon black or silica), in plates, sheets and strip\",\r\n\t\t\t\"parent\": \"4005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400599\",\r\n\t\t\t\"text\": \"400599 - Rubber; unvulcanised, (compounded other than with carbon black or silica), in primary forms, (other than plates, sheets, strip, solutions or dispersions)\",\r\n\t\t\t\"parent\": \"4005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4006\",\r\n\t\t\t\"text\": \"4006 - Unvulcanised rubber in other forms (e.g. rods, tubes and profile shapes) and articles (e.g. discs and rings)\",\r\n\t\t\t\"parent\": \"40\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400610\",\r\n\t\t\t\"text\": \"400610 - Rubber; unvulcanised, camel-back strips for retreading rubber tyres\",\r\n\t\t\t\"parent\": \"4006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400690\",\r\n\t\t\t\"text\": \"400690 - Rubber; unvulcanised, other than camel back strips for retreading rubber tyres\",\r\n\t\t\t\"parent\": \"4006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4007\",\r\n\t\t\t\"text\": \"4007 - Vulcanised rubber thread and cord\",\r\n\t\t\t\"parent\": \"40\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400700\",\r\n\t\t\t\"text\": \"400700 - Rubber; vulcanised, thread and cord\",\r\n\t\t\t\"parent\": \"4007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4008\",\r\n\t\t\t\"text\": \"4008 - Plates, sheets, strip, rods and profile shapes, of vulcanised rubber other than hard rubber\",\r\n\t\t\t\"parent\": \"40\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400811\",\r\n\t\t\t\"text\": \"400811 - Rubber; vulcanised (other than hard rubber), in plates, sheets and strip of cellular rubber\",\r\n\t\t\t\"parent\": \"4008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400819\",\r\n\t\t\t\"text\": \"400819 - Rubber; vulcanised (other than hard rubber), cellular rubber, (other than in plates, sheets or strip)\",\r\n\t\t\t\"parent\": \"4008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400821\",\r\n\t\t\t\"text\": \"400821 - Rubber; vulcanised (other than hard rubber), in plates, sheets and strip, of non-cellular rubber\",\r\n\t\t\t\"parent\": \"4008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400829\",\r\n\t\t\t\"text\": \"400829 - Rubber; vulcanised (other than hard rubber), non-cellular rubber, in forms other than plates, sheets or strip\",\r\n\t\t\t\"parent\": \"4008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4009\",\r\n\t\t\t\"text\": \"4009 - Tubes, pipes and hoses, of vulcanised rubber (other than hard rubber), with or without their fittings (e.g. joints, elbows, flanges)\",\r\n\t\t\t\"parent\": \"40\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400910\",\r\n\t\t\t\"text\": \"400910 - Rubber tube, pipe or hose not reinforced, no fittings\",\r\n\t\t\t\"parent\": \"4009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400911\",\r\n\t\t\t\"text\": \"400911 - Rubber; vulcanised (other than hard rubber), tubing, piping and hoses, not reinforced or otherwise combined with other materials, without fittings\",\r\n\t\t\t\"parent\": \"4009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400912\",\r\n\t\t\t\"text\": \"400912 - Rubber; vulcanised (other than hard rubber), tubing, piping and hoses, not reinforced or otherwise combined with other materials, with fittings\",\r\n\t\t\t\"parent\": \"4009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400920\",\r\n\t\t\t\"text\": \"400920 - Rubber tube, pipe, hose, metal reinforced, no fitting\",\r\n\t\t\t\"parent\": \"4009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400921\",\r\n\t\t\t\"text\": \"400921 - Rubber; vulcanised (other than hard rubber), tubing, piping and hoses, reinforced or otherwise combined only with metal, without fittings\",\r\n\t\t\t\"parent\": \"4009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400922\",\r\n\t\t\t\"text\": \"400922 - Rubber; vulcanised (other than hard rubber), tubing, piping and hoses, reinforced or otherwise combined only with metal, with fittings\",\r\n\t\t\t\"parent\": \"4009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400930\",\r\n\t\t\t\"text\": \"400930 - Rubber tube, pipe, hose textile-reinforced no fitting\",\r\n\t\t\t\"parent\": \"4009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400931\",\r\n\t\t\t\"text\": \"400931 - Rubber; vulcanised (other than hard rubber), tubing, piping and hoses, reinforced or otherwise combined only with textile materials, without fittings\",\r\n\t\t\t\"parent\": \"4009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400932\",\r\n\t\t\t\"text\": \"400932 - Rubber; vulcanised (other than hard rubber), tubing, piping and hoses, reinforced or otherwise combined only with textile materials, with fittings\",\r\n\t\t\t\"parent\": \"4009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400940\",\r\n\t\t\t\"text\": \"400940 - Rubber tube, pipe or hose, reinforced nes, no fitting\",\r\n\t\t\t\"parent\": \"4009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400941\",\r\n\t\t\t\"text\": \"400941 - Rubber; vulcanised (other than hard rubber), tubing, piping and hoses, reinforced or otherwise combined with materials other than metal or textiles, without fittings\",\r\n\t\t\t\"parent\": \"4009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400942\",\r\n\t\t\t\"text\": \"400942 - Rubber; vulcanised (other than hard rubber), tubing, piping and hoses, reinforced or otherwise combined with materials other than metal or textiles, with fittings\",\r\n\t\t\t\"parent\": \"4009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"400950\",\r\n\t\t\t\"text\": \"400950 - Rubber tube, pipe or hose with fittings\",\r\n\t\t\t\"parent\": \"4009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4010\",\r\n\t\t\t\"text\": \"4010 - Conveyor or transmission belts or belting, of vulcanised rubber\",\r\n\t\t\t\"parent\": \"40\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401010\",\r\n\t\t\t\"text\": \"401010 - Transmission belts etc, rubber, trapezoidal\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401011\",\r\n\t\t\t\"text\": \"401011 - Rubber; vulcanised, conveyor belts or belting, reinforced only with metal\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401012\",\r\n\t\t\t\"text\": \"401012 - Rubber; vulcanised, conveyor belts or belting, reinforced only with textile materials\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401013\",\r\n\t\t\t\"text\": \"401013 - Conveyor belt plastic re\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401019\",\r\n\t\t\t\"text\": \"401019 - Rubber; vulcanised, conveyor belts or belting, (reinforced with other than metal only or textile materials only)\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401021\",\r\n\t\t\t\"text\": \"401021 - Endless trnsm belt trape\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401022\",\r\n\t\t\t\"text\": \"401022 - Endless trnsm belt trape\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401023\",\r\n\t\t\t\"text\": \"401023 - Endless synchroneous bel\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401024\",\r\n\t\t\t\"text\": \"401024 - Endless synchroneous bel\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401029\",\r\n\t\t\t\"text\": \"401029 - Tranmission belts nes\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401031\",\r\n\t\t\t\"text\": \"401031 - Rubber; vulcanised, endless transmission belts of trapezoidal cross-section (V-belts), V-ribbed, of an outside circumference exceeding 60cm but not exceeding 180 cm\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401032\",\r\n\t\t\t\"text\": \"401032 - Rubber; vulcanised, endless transmission belts of trapezoidal cross-section (V-belts), other than V-ribbed, of an outside circumference exceeding 60cm but not exceeding 180 cm\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401033\",\r\n\t\t\t\"text\": \"401033 - Rubber; vulcanised, endless transmission belts of trapezoidal cross-section (V-belts), V-ribbed, of an outside circumference exceeding 180cm but not exceeding 240 cm\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401034\",\r\n\t\t\t\"text\": \"401034 - Rubber; vulcanised, endless transmission belts of trapezoidal cross-section (V-belts), other than V-ribbed, of an outside circumference exceeding 180cm but not exceeding 240 cm\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401035\",\r\n\t\t\t\"text\": \"401035 - Rubber; vulcanised, endless synchronous belts, of an outside circumference exceeding 60 cm but not exceeding 150 cm\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401036\",\r\n\t\t\t\"text\": \"401036 - Rubber; vulcanised, endless synchronous belts, of an outside circumference exceeding 150 cm but not exceeding 198 cm\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401039\",\r\n\t\t\t\"text\": \"401039 - Rubber; vulcanised, conveyor or transmission belts or belting, n.e.c. in heading no. 4010\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401091\",\r\n\t\t\t\"text\": \"401091 - Conveyor belts and belting, rubber, <20cm wide\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401099\",\r\n\t\t\t\"text\": \"401099 - Conveyor, transmission belts and belting, rubber nes\",\r\n\t\t\t\"parent\": \"4010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4011\",\r\n\t\t\t\"text\": \"4011 - New pneumatic tyres, of rubber\",\r\n\t\t\t\"parent\": \"40\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401110\",\r\n\t\t\t\"text\": \"401110 - Rubber; new pneumatic tyres, of a kind used on motor cars (including station wagons and racing cars)\",\r\n\t\t\t\"parent\": \"4011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401120\",\r\n\t\t\t\"text\": \"401120 - Rubber; new pneumatic tyres, of a kind used on buses or lorries\",\r\n\t\t\t\"parent\": \"4011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401130\",\r\n\t\t\t\"text\": \"401130 - Rubber; new pneumatic tyres, of a kind used on aircraft\",\r\n\t\t\t\"parent\": \"4011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401140\",\r\n\t\t\t\"text\": \"401140 - Rubber; new pneumatic tyres, of a kind used on motorcycles\",\r\n\t\t\t\"parent\": \"4011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401150\",\r\n\t\t\t\"text\": \"401150 - Rubber; new pneumatic tyres, of a kind used on bicycles\",\r\n\t\t\t\"parent\": \"4011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401161\",\r\n\t\t\t\"text\": \"401161 - Rubber; new pneumatic tyres having a herring-bone or similar tread, of a kind used on agricultural or forestry vehicles and machines\",\r\n\t\t\t\"parent\": \"4011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401162\",\r\n\t\t\t\"text\": \"401162 - Rubber; new pneumatic tyres having a herring-bone or similar tread, of a kind used on construction or industrial handling vehicles and machines and having a rim size not exceeding 61cm\",\r\n\t\t\t\"parent\": \"4011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401163\",\r\n\t\t\t\"text\": \"401163 - Rubber; new pneumatic tyres having a herring-bone or similar tread, of a kind used on construction or industrial handling vehicles and machines and having a rim size exceeding 61cm\",\r\n\t\t\t\"parent\": \"4011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401169\",\r\n\t\t\t\"text\": \"401169 - Rubber; new pneumatic tyres having a herring-bone or similar tread, of a kind used on light industrial vehicles\",\r\n\t\t\t\"parent\": \"4011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401170\",\r\n\t\t\t\"text\": \"401170 - Rubber; new pneumatic tyres, of a kind used on agricultural or forestry vehicles and machines\",\r\n\t\t\t\"parent\": \"4011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401180\",\r\n\t\t\t\"text\": \"401180 - Rubber; new pneumatic tyres, of a kind used on construction, mining or industrial handling vehicles and machines\",\r\n\t\t\t\"parent\": \"4011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401190\",\r\n\t\t\t\"text\": \"401190 - Rubber; new pneumatic tyres, of a kind used on light commercial vehicles\",\r\n\t\t\t\"parent\": \"4011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401191\",\r\n\t\t\t\"text\": \"401191 - Pneumatic tyres new of rubber nes, herring-bone tread\",\r\n\t\t\t\"parent\": \"4011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401192\",\r\n\t\t\t\"text\": \"401192 - Rubber; new pneumatic tyres having other than a herring-bone or similar tread, of a kind used on agricultural or forestry vehicles and machines\",\r\n\t\t\t\"parent\": \"4011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401193\",\r\n\t\t\t\"text\": \"401193 - Rubber; new pneumatic tyres having other than a herring-bone or similar tread, of a kind used on construction or industrial handling vehicles and machines and having a rim size not exceeding 61cm\",\r\n\t\t\t\"parent\": \"4011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401194\",\r\n\t\t\t\"text\": \"401194 - Rubber; new pneumatic tyres having other than a herring-bone or similar tread, of a kind used on construction or industrial handling vehicles and machines and having a rim size exceeding 61cm\",\r\n\t\t\t\"parent\": \"4011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401199\",\r\n\t\t\t\"text\": \"401199 - Rubber; new pneumatic tyres having other than a herring-bone or similar tread, of a kind used on light industrial vehicles\",\r\n\t\t\t\"parent\": \"4011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4012\",\r\n\t\t\t\"text\": \"4012 - Retreaded or used pneumatic tyres of rubber; solid or cushion tyres, tyre treads and tyre flaps, of rubber\",\r\n\t\t\t\"parent\": \"40\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401210\",\r\n\t\t\t\"text\": \"401210 - Retreaded tyres\",\r\n\t\t\t\"parent\": \"4012\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401211\",\r\n\t\t\t\"text\": \"401211 - Retreaded tyres; of a kind used on motor cars (including station wagons and racing cars)\",\r\n\t\t\t\"parent\": \"4012\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401212\",\r\n\t\t\t\"text\": \"401212 - Retreaded tyres; of a kind used on motor buses or lorries\",\r\n\t\t\t\"parent\": \"4012\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401213\",\r\n\t\t\t\"text\": \"401213 - Retreaded tyres; of a kind used on aircraft\",\r\n\t\t\t\"parent\": \"4012\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401219\",\r\n\t\t\t\"text\": \"401219 - Retreaded tyres; other than of a kind used on motor cars (including station wagons and racing cars), buses and lorries and aircraft\",\r\n\t\t\t\"parent\": \"4012\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401220\",\r\n\t\t\t\"text\": \"401220 - Rubber; used pneumatic tyres\",\r\n\t\t\t\"parent\": \"4012\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401290\",\r\n\t\t\t\"text\": \"401290 - Rubber; tyres n.e.c. in heading no. 4012\",\r\n\t\t\t\"parent\": \"4012\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4013\",\r\n\t\t\t\"text\": \"4013 - Inner tubes, of rubber\",\r\n\t\t\t\"parent\": \"40\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401310\",\r\n\t\t\t\"text\": \"401310 - Rubber; inner tubes, of a kind used on motorcars (including station wagons and racing cars), buses and lorries\",\r\n\t\t\t\"parent\": \"4013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401320\",\r\n\t\t\t\"text\": \"401320 - Rubber; inner tubes, of a kind used on bicycles\",\r\n\t\t\t\"parent\": \"4013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401390\",\r\n\t\t\t\"text\": \"401390 - Rubber; inner tubes, n.e.c. in heading no. 4013\",\r\n\t\t\t\"parent\": \"4013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4014\",\r\n\t\t\t\"text\": \"4014 - Hygienic or pharmaceutical articles (including teats), of vulcanised rubber other than hard rubber, with or without fittings of hard rubber\",\r\n\t\t\t\"parent\": \"40\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401410\",\r\n\t\t\t\"text\": \"401410 - Rubber; vulcanised (other than hard rubber), sheath contraceptives\",\r\n\t\t\t\"parent\": \"4014\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401490\",\r\n\t\t\t\"text\": \"401490 - Rubber; vulcanised (other than hard rubber), hygienic or pharmaceutical articles (excluding sheath contraceptives), with or without fittings of hard rubber\",\r\n\t\t\t\"parent\": \"4014\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4015\",\r\n\t\t\t\"text\": \"4015 - Articles of apparel and clothing accessories (including gloves, mittens and mitts), for all purposes, of vulcanised rubber other than hard rubber\",\r\n\t\t\t\"parent\": \"40\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401511\",\r\n\t\t\t\"text\": \"401511 - Rubber; vulcanised (other than hard rubber), surgical gloves\",\r\n\t\t\t\"parent\": \"4015\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401512\",\r\n\t\t\t\"text\": \"401512 - Rubber; vulcanised (other than hard rubber), gloves, of a kind used for medical, surgical, dental or veterinary purposes\",\r\n\t\t\t\"parent\": \"4015\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401519\",\r\n\t\t\t\"text\": \"401519 - Rubber; vulcanised (other than hard rubber), gloves, mittens and mitts other than surgical gloves\",\r\n\t\t\t\"parent\": \"4015\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401590\",\r\n\t\t\t\"text\": \"401590 - Rubber; vulcanised (other than hard rubber), articles of apparel and clothing accessories (other than gloves, mittens and mitts)\",\r\n\t\t\t\"parent\": \"4015\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4016\",\r\n\t\t\t\"text\": \"4016 - Articles of vulcanised rubber other than hard rubber, n.e.c. in chapter 40\",\r\n\t\t\t\"parent\": \"40\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401610\",\r\n\t\t\t\"text\": \"401610 - Rubber; vulcanised (other than hard rubber), moulded rubber mats and mats of non-rectangular shape made by cutting from the piece, of cellular rubber\",\r\n\t\t\t\"parent\": \"4016\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401691\",\r\n\t\t\t\"text\": \"401691 - Rubber; vulcanised (other than hard rubber), floor coverings and mats, of non-cellular rubber\",\r\n\t\t\t\"parent\": \"4016\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401692\",\r\n\t\t\t\"text\": \"401692 - Rubber; vulcanised (other than hard rubber), erasers, of non-cellular rubber\",\r\n\t\t\t\"parent\": \"4016\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401693\",\r\n\t\t\t\"text\": \"401693 - Rubber; vulcanised (other than hard rubber), gaskets, washers and other seals, of non-cellular rubber\",\r\n\t\t\t\"parent\": \"4016\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401694\",\r\n\t\t\t\"text\": \"401694 - Rubber; vulcanised (other than hard rubber), boat or dock fenders, whether or not inflatable, of non-cellular rubber\",\r\n\t\t\t\"parent\": \"4016\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401695\",\r\n\t\t\t\"text\": \"401695 - Rubber; vulcanised (other than hard rubber), inflatable articles (other than boat or dock fenders), of non-cellular rubber\",\r\n\t\t\t\"parent\": \"4016\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401699\",\r\n\t\t\t\"text\": \"401699 - Rubber; vulcanised (other than hard rubber), articles n.e.c. in heading no. 4016, of non-cellular rubber\",\r\n\t\t\t\"parent\": \"4016\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4017\",\r\n\t\t\t\"text\": \"4017 - Hard rubber (e.g. ebonite) in all forms, including waste and scrap; articles of hard rubber\",\r\n\t\t\t\"parent\": \"40\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"401700\",\r\n\t\t\t\"text\": \"401700 - Rubber; ebonite and other hard rubbers in all forms, including waste and scrap, and articles of hard rubber\",\r\n\t\t\t\"parent\": \"4017\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"41\",\r\n\t\t\t\"text\": \"41 - Raw hides and skins (other than furskins) and leather\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4101\",\r\n\t\t\t\"text\": \"4101 - Raw hides and skins of bovine (including buffalo) or equine animals (fresh, salted, dried, limed, pickled, otherwise preserved but not tanned, parchment dressed or further prepared), whether or not dehaired or split\",\r\n\t\t\t\"parent\": \"41\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410110\",\r\n\t\t\t\"text\": \"410110 - Bovine skins, whole, raw\",\r\n\t\t\t\"parent\": \"4101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410120\",\r\n\t\t\t\"text\": \"410120 - Raw hides and skins; whole, unsplit, of bovine or equine animals, of a weight per skin not exceeding 8kg when simply dried, 10kg when dry-salted or 16kg when fresh, wet-salted or otherwise preserved\",\r\n\t\t\t\"parent\": \"4101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410121\",\r\n\t\t\t\"text\": \"410121 - Bovine hides, whole, fresh or wet-salted\",\r\n\t\t\t\"parent\": \"4101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410122\",\r\n\t\t\t\"text\": \"410122 - Butts and bends, bovine, fresh or wet-salted\",\r\n\t\t\t\"parent\": \"4101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410129\",\r\n\t\t\t\"text\": \"410129 - Hide sections, bovine, nes, fresh or wet-salted\",\r\n\t\t\t\"parent\": \"4101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410130\",\r\n\t\t\t\"text\": \"410130 - Bovine hides, raw, nes\",\r\n\t\t\t\"parent\": \"4101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410140\",\r\n\t\t\t\"text\": \"410140 - Equine hides and skins, raw\",\r\n\t\t\t\"parent\": \"4101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410150\",\r\n\t\t\t\"text\": \"410150 - Hides and skins; raw, whole, of bovine or equine animals, of a weight per skin exceeding 16 kg\",\r\n\t\t\t\"parent\": \"4101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410190\",\r\n\t\t\t\"text\": \"410190 - Hides and skins; other than whole, but including butts, bends and bellies, of bovine (including. buffalo) and equine animals, fresh, salted or preserved, but not tanned, parchment dressed or further prepared, whether or not dehaired or split\",\r\n\t\t\t\"parent\": \"4101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4102\",\r\n\t\t\t\"text\": \"4102 - Raw skins of sheep or lambs (fresh, salted, dried, limed, pickled or otherwise preserved, but not further prepared), whether or not with wool on or split\",\r\n\t\t\t\"parent\": \"41\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410210\",\r\n\t\t\t\"text\": \"410210 - Skins; raw, of sheep or lambs, fresh, or salted, dried, limed, pickled or otherwise preserved, (but not tanned, parchment-dressed or further prepared), with wool on\",\r\n\t\t\t\"parent\": \"4102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410221\",\r\n\t\t\t\"text\": \"410221 - Skins; raw, of sheep or lambs, pickled (but not tanned, parchment-dressed or further preserved), without wool on\",\r\n\t\t\t\"parent\": \"4102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410229\",\r\n\t\t\t\"text\": \"410229 - Hides and skins; raw, of animals n.e.c. in this chapter, fresh, salted, dried, limed, pickled or otherwise preserved, (but not tanned, parchment-dressed or further prepared), whether or not dehaired or split\",\r\n\t\t\t\"parent\": \"4102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4103\",\r\n\t\t\t\"text\": \"4103 - Raw hides and skins n.e.c in headings no. 4101, 4102; fresh, salted, dried, pickled or otherwise preserved, not further prepared, whether or not dehaired or split\",\r\n\t\t\t\"parent\": \"41\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410310\",\r\n\t\t\t\"text\": \"410310 - Goat or kid hides and skins, raw, nes\",\r\n\t\t\t\"parent\": \"4103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410320\",\r\n\t\t\t\"text\": \"410320 - Hides and skins; raw, of reptiles (fresh or salted, dried, limed, pickled or otherwise preserved, but not tanned, parchment-dressed or further prepared), whether or not dehaired or split\",\r\n\t\t\t\"parent\": \"4103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410330\",\r\n\t\t\t\"text\": \"410330 - Hides and skins; raw, of swine, (fresh or salted, dried, limed, pickled or otherwise preserved, but not tanned, parchment-dressed or further prepared), whether or not dehaired or split\",\r\n\t\t\t\"parent\": \"4103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410390\",\r\n\t\t\t\"text\": \"410390 - Hides and skins; raw, of animals n.e.c. in this chapter, fresh, salted, dried, limed, pickled or otherwise preserved, (but not tanned, parchment-dressed or further prepared), whether or not dehaired or split\",\r\n\t\t\t\"parent\": \"4103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4104\",\r\n\t\t\t\"text\": \"4104 - Tanned or crust hides and skins of bovine (including buffalo) or equine animals, without hair on, whether or not split, but not further prepared\",\r\n\t\t\t\"parent\": \"41\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410410\",\r\n\t\t\t\"text\": \"410410 - Bovine skin leather, whole\",\r\n\t\t\t\"parent\": \"4104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410411\",\r\n\t\t\t\"text\": \"410411 - Tanned or crust hides and skins; without hair on, bovine or equine, in the wet state (including wet-blue), full grains, unsplit; grain splits\",\r\n\t\t\t\"parent\": \"4104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410419\",\r\n\t\t\t\"text\": \"410419 - Tanned or crust hides and skins; bovine or equine, without hair on, in the wet state (including wet-blue), excluding full grains, unsplit; grain splits\",\r\n\t\t\t\"parent\": \"4104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410421\",\r\n\t\t\t\"text\": \"410421 - Bovine leather, vegetable pre-tanned except whole ski\",\r\n\t\t\t\"parent\": \"4104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410422\",\r\n\t\t\t\"text\": \"410422 - Bovine leather, otherwise pre-tanned except whole ski\",\r\n\t\t\t\"parent\": \"4104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410429\",\r\n\t\t\t\"text\": \"410429 - Bovine and equine leather, tanned or retanned, nes\",\r\n\t\t\t\"parent\": \"4104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410431\",\r\n\t\t\t\"text\": \"410431 - Bovine and equine leather, full or split grain, nes\",\r\n\t\t\t\"parent\": \"4104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410439\",\r\n\t\t\t\"text\": \"410439 - Bovine and equine leather, nes\",\r\n\t\t\t\"parent\": \"4104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410441\",\r\n\t\t\t\"text\": \"410441 - Tanned or crust hides and skins; bovine or equine, without hair on, in the dry state (crust), full grains, unsplit; grain splits\",\r\n\t\t\t\"parent\": \"4104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410449\",\r\n\t\t\t\"text\": \"410449 - Tanned or crust hides and skins; bovine or equine, without hair on, in the dry state (crust), (other than full grains, unsplit; grain splits)\",\r\n\t\t\t\"parent\": \"4104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4105\",\r\n\t\t\t\"text\": \"4105 - Tanned or crust skins of sheep and lambs, without wool on, whether or not split, but not further prepared\",\r\n\t\t\t\"parent\": \"41\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410510\",\r\n\t\t\t\"text\": \"410510 - Tanned or crust skins of sheep or lambs, without wool on, whether or not split, but not further prepared, in the wet state (including wet-blue)\",\r\n\t\t\t\"parent\": \"4105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410511\",\r\n\t\t\t\"text\": \"410511 - Sheep or lamb skin leather, vegetable pre-tanned\",\r\n\t\t\t\"parent\": \"4105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410512\",\r\n\t\t\t\"text\": \"410512 - Sheep or lamb skin leather, otherwise pre-tanned\",\r\n\t\t\t\"parent\": \"4105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410519\",\r\n\t\t\t\"text\": \"410519 - Sheep or lamb skin leather, tanned or retanned, nes\",\r\n\t\t\t\"parent\": \"4105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410520\",\r\n\t\t\t\"text\": \"410520 - Sheep or lamb skin leather, nes\",\r\n\t\t\t\"parent\": \"4105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410530\",\r\n\t\t\t\"text\": \"410530 - Tanned or crust skins; of sheep or lambs, without wool on, whether or not split, but not further prepared, in the dry state (crust)\",\r\n\t\t\t\"parent\": \"4105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4106\",\r\n\t\t\t\"text\": \"4106 - Tanned or crust hides and skins of other animals, without wool or hair on, whether or not split, but not further prepared\",\r\n\t\t\t\"parent\": \"41\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410611\",\r\n\t\t\t\"text\": \"410611 - Goat or kid skin leather, vegetable pre-tanned\",\r\n\t\t\t\"parent\": \"4106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410612\",\r\n\t\t\t\"text\": \"410612 - Goat or kid skin leather, otherwise pre-tanned\",\r\n\t\t\t\"parent\": \"4106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410619\",\r\n\t\t\t\"text\": \"410619 - Goat or kid skin leather, tanned or retanned, nes\",\r\n\t\t\t\"parent\": \"4106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410620\",\r\n\t\t\t\"text\": \"410620 - Goat or kid skin leather, nes\",\r\n\t\t\t\"parent\": \"4106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410621\",\r\n\t\t\t\"text\": \"410621 - Tanned or crust hides and skins; of goats or kids, without wool or hair on, whether or not split, but not further prepared, in the wet state (including wet-blue)\",\r\n\t\t\t\"parent\": \"4106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410622\",\r\n\t\t\t\"text\": \"410622 - Tanned or crust hides and skins; of goats or kids, without hair on, whether or not split, but not further prepared, in the dry state (crust)\",\r\n\t\t\t\"parent\": \"4106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410631\",\r\n\t\t\t\"text\": \"410631 - Tanned or crust hides and skins; of swine, without hair on, whether or not split, but not further prepared, in the wet state (including wet-blue)\",\r\n\t\t\t\"parent\": \"4106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410632\",\r\n\t\t\t\"text\": \"410632 - Tanned or crust hides and skins; of swine, without hair on, whether or not split, but not further prepared, in the dry state (crust)\",\r\n\t\t\t\"parent\": \"4106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410640\",\r\n\t\t\t\"text\": \"410640 - Tanned or crust hides and skins; of reptiles, whether or not split, but not further prepared\",\r\n\t\t\t\"parent\": \"4106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410691\",\r\n\t\t\t\"text\": \"410691 - Tanned or crust hides and skins; of animals other than equine, ovine, bovine, goats or kids, swine and reptiles, without wool or hair on, whether or not split, but not further prepared, in the wet state (including wet-blue)\",\r\n\t\t\t\"parent\": \"4106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410692\",\r\n\t\t\t\"text\": \"410692 - Tanned or crust hides and skins; of animals other than equine, ovine, bovine, goats or kids, swine and reptiles, without wool or hair on, whether or not split, but not further prepared, in the dry state (crust)\",\r\n\t\t\t\"parent\": \"4106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4107\",\r\n\t\t\t\"text\": \"4107 - Leather further prepared after tanning or crusting, including parchment-dressed leather, of bovine (including buffalo) or equine animals, without hair on, whether or not split, other than leather of heading 41.14\",\r\n\t\t\t\"parent\": \"41\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410710\",\r\n\t\t\t\"text\": \"410710 - Swine leather\",\r\n\t\t\t\"parent\": \"4107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410711\",\r\n\t\t\t\"text\": \"410711 - Leather; further prepared after tanning or crusting, including parchment-dressed leather, of bovine (including buffalo) or equine animals, without hair on, other than leather of heading 41.14, whole hides and skins, full grain, unsplit\",\r\n\t\t\t\"parent\": \"4107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410712\",\r\n\t\t\t\"text\": \"410712 - Leather; further prepared after tanning or crusting, including parchment-dressed leather, of bovine (including buffalo) or equine animals, without hair on, other than leather of heading 41.14, whole hides and skins, grain splits\",\r\n\t\t\t\"parent\": \"4107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410719\",\r\n\t\t\t\"text\": \"410719 - Leather; further prepared after tanning or crusting, including parchment-dressed, of bovine (including buffalo) or equine animals, without hair on, split or not, other than leather of heading 41.14, (other than grain splits and full grains, unsplit)\",\r\n\t\t\t\"parent\": \"4107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410721\",\r\n\t\t\t\"text\": \"410721 - Reptile leather, vegetable pre-tanned\",\r\n\t\t\t\"parent\": \"4107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410729\",\r\n\t\t\t\"text\": \"410729 - Reptile leather, other than vegetable pre-tanned\",\r\n\t\t\t\"parent\": \"4107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410790\",\r\n\t\t\t\"text\": \"410790 - Leather, of animals nes\",\r\n\t\t\t\"parent\": \"4107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410791\",\r\n\t\t\t\"text\": \"410791 - Leather; further prepared after tanning or crusting, including parchment-dressed, of bovine (including buffalo) or equine animals, without hair on, other than leather of heading 41.14, not whole hides and skins, but including sides, full grain, unsplit\",\r\n\t\t\t\"parent\": \"4107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410792\",\r\n\t\t\t\"text\": \"410792 - Leather; further prepared after tanning or crusting, including parchment-dressed, of bovine (including buffalo) or equine animals, without hair on, other than leather of heading 41.14, not whole hides and skins, but including sides, grain splits\",\r\n\t\t\t\"parent\": \"4107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410799\",\r\n\t\t\t\"text\": \"410799 - Leather; further prepared after tanning or crusting, incl. parchment-dressed, of bovine (including buffalo) or equine animals, no hair, excluding leather of heading 41.14, and whole hides and skins, and sides, (full grains, unsplit and grain splits)\",\r\n\t\t\t\"parent\": \"4107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4108\",\r\n\t\t\t\"text\": \"4108 - Chamois (including combination chamois) leather\",\r\n\t\t\t\"parent\": \"41\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410800\",\r\n\t\t\t\"text\": \"410800 - Chamois (including combination chamois) leather\",\r\n\t\t\t\"parent\": \"4108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4109\",\r\n\t\t\t\"text\": \"4109 - Patent leather, metallised leather\",\r\n\t\t\t\"parent\": \"41\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"410900\",\r\n\t\t\t\"text\": \"410900 - Patent leather, metallised leather\",\r\n\t\t\t\"parent\": \"4109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4110\",\r\n\t\t\t\"text\": \"4110 - Parings and other waste of leather\",\r\n\t\t\t\"parent\": \"41\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"411000\",\r\n\t\t\t\"text\": \"411000 - Parings and other waste of leather\",\r\n\t\t\t\"parent\": \"4110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4111\",\r\n\t\t\t\"text\": \"4111 - Composition leather, in slabs, sheets or strips\",\r\n\t\t\t\"parent\": \"41\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"411100\",\r\n\t\t\t\"text\": \"411100 - Composition leather, in slabs, sheets or strip\",\r\n\t\t\t\"parent\": \"4111\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4112\",\r\n\t\t\t\"text\": \"4112 - Leather further prepared after tanning or crusting, including parchment dressed leather, of sheep or lamb, without wool on, whether or not split, other than leather of heading 41.14\",\r\n\t\t\t\"parent\": \"41\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"411200\",\r\n\t\t\t\"text\": \"411200 - Leather; further prepared after tanning or crusting, including parchment dressed leather, of sheep or lamb, without wool on, whether or not split, other than leather of heading 41.14\",\r\n\t\t\t\"parent\": \"4112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4113\",\r\n\t\t\t\"text\": \"4113 - Leather further prepared after tanning or crusting, including parchment-dressed leather, of animals (other than ovine), without wool or hair on, whether or not split, other than leather of heading 41.14\",\r\n\t\t\t\"parent\": \"41\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"411310\",\r\n\t\t\t\"text\": \"411310 - Leather; further prepared after tanning or crusting, including parchment-dressed leather, without hair on, whether or not split, other than leather of heading 41.14, of goats and kids\",\r\n\t\t\t\"parent\": \"4113\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"411320\",\r\n\t\t\t\"text\": \"411320 - Leather; further prepared after tanning or crusting, including parchment-dressed leather, without hair on, whether or not split, other than leather of heading 41.14, of swine\",\r\n\t\t\t\"parent\": \"4113\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"411330\",\r\n\t\t\t\"text\": \"411330 - Leather; further prepared after tanning or crusting, including parchment-dressed leather, of reptiles, whether or not split, other than leather of heading 41.14\",\r\n\t\t\t\"parent\": \"4113\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"411390\",\r\n\t\t\t\"text\": \"411390 - Leather; further prepared after tanning or crusting, including parchment-dressed leather, of animals (other than sheep and lambs, goats and kids, swine and reptiles), without wool or hair on, whether or not split, other than leather of heading 41.14\",\r\n\t\t\t\"parent\": \"4113\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4114\",\r\n\t\t\t\"text\": \"4114 - Chamois (including combination chamois) leather; patent leather and patent laminated leather; metallised leather\",\r\n\t\t\t\"parent\": \"41\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"411410\",\r\n\t\t\t\"text\": \"411410 - Leather; chamois (including combination chamois)\",\r\n\t\t\t\"parent\": \"4114\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"411420\",\r\n\t\t\t\"text\": \"411420 - Leather; patent leather and laminated patent leather; metallised leather\",\r\n\t\t\t\"parent\": \"4114\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4115\",\r\n\t\t\t\"text\": \"4115 - Composition leather with a basis of leather or leather fibre, in slabs, sheets or strip, in rolls or not; parings and other waste of leather or of composition leather, not suitable for the manufacture of leather articles; leather dust, powder and flour\",\r\n\t\t\t\"parent\": \"41\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"411510\",\r\n\t\t\t\"text\": \"411510 - Leather; composition leather with a basis of leather or leather fibre, in slabs, sheets or strip, whether or not in rolls\",\r\n\t\t\t\"parent\": \"4115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"411520\",\r\n\t\t\t\"text\": \"411520 - Leather; parings and other waste, of leather or composition leather; not suitable for the manufacture of leather articles; leather dust, powder and flour\",\r\n\t\t\t\"parent\": \"4115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"42\",\r\n\t\t\t\"text\": \"42 - Articles of leather; saddlery and harness; travel goods, handbags and similar containers; articles of animal gut (other than silk-worm gut)\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4201\",\r\n\t\t\t\"text\": \"4201 - Saddlery and harness for any animal (including traces, leads, knee pads, muzzles, saddle cloths, saddle bags, dog coats and the like) of any material\",\r\n\t\t\t\"parent\": \"42\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420100\",\r\n\t\t\t\"text\": \"420100 - Saddlery and harness; for any animal (including traces, leads, knee pads, muzzles, saddle cloths, saddle bags, dog coats and the like), of any materials\",\r\n\t\t\t\"parent\": \"4201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4202\",\r\n\t\t\t\"text\": \"4202 - Trunks; suit, camera, jewellery, cutlery cases; travel, tool, similar bags; wholly or mainly covered by leather, composition leather, plastic sheeting, textile materials, vulcanised fibre, paperboard\",\r\n\t\t\t\"parent\": \"42\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420211\",\r\n\t\t\t\"text\": \"420211 - Cases and containers; trunks, suit-cases, vanity-cases, executive-cases, brief-cases, school satchels and similar containers, with outer surface of leather or of composition leather\",\r\n\t\t\t\"parent\": \"4202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420212\",\r\n\t\t\t\"text\": \"420212 - Cases and containers; trunks, suit-cases, vanity-cases, executive-cases, brief-cases, school satchels and similar containers, with outer surface of plastics or of textile materials\",\r\n\t\t\t\"parent\": \"4202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420219\",\r\n\t\t\t\"text\": \"420219 - Cases and containers; trunks, suit-cases, vanity-cases, executive-cases, brief-cases, school satchels and similar containers, of vulcanised fibre or of paperboard, or wholly or mainly covered with such materials or with paper\",\r\n\t\t\t\"parent\": \"4202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420221\",\r\n\t\t\t\"text\": \"420221 - Cases and containers; handbags (whether or not with shoulder strap and including those without handle), with outer surface of leather or of composition leather\",\r\n\t\t\t\"parent\": \"4202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420222\",\r\n\t\t\t\"text\": \"420222 - Cases and containers; handbags (whether or not with shoulder strap and including those without handle), with outer surface of sheeting of plastics or of textile materials\",\r\n\t\t\t\"parent\": \"4202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420229\",\r\n\t\t\t\"text\": \"420229 - Cases and containers; handbags (whether or not with shoulder strap and including those without handle), of vulcanised fibre or of paperboard, or wholly or mainly covered with such materials or with paper\",\r\n\t\t\t\"parent\": \"4202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420231\",\r\n\t\t\t\"text\": \"420231 - Cases and containers; of a kind normally carried in the pocket or in the handbag, with outer surface of leather or of composition leather\",\r\n\t\t\t\"parent\": \"4202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420232\",\r\n\t\t\t\"text\": \"420232 - Cases and containers; of a kind normally carried in the pocket or in the handbag, with outer surface of sheeting of plastics or of textile materials\",\r\n\t\t\t\"parent\": \"4202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420239\",\r\n\t\t\t\"text\": \"420239 - Cases and containers; of a kind normally carried in the pocket or in the handbag, of vulcanised fibre or of paperboard, or wholly or mainly covered with such materials or with paper\",\r\n\t\t\t\"parent\": \"4202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420291\",\r\n\t\t\t\"text\": \"420291 - Cases and containers; n.e.c. in heading 4202, with outer surface of leather or of composition leather\",\r\n\t\t\t\"parent\": \"4202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420292\",\r\n\t\t\t\"text\": \"420292 - Cases and containers; n.e.c. in heading 4202, with outer surface of sheeting of plastics or of textile materials\",\r\n\t\t\t\"parent\": \"4202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420299\",\r\n\t\t\t\"text\": \"420299 - Cases and containers; n.e.c. in heading 4202, of vulcanised fibre or of paperboard, or wholly or mainly covered with such materials or with paper\",\r\n\t\t\t\"parent\": \"4202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4203\",\r\n\t\t\t\"text\": \"4203 - Articles of apparel and clothing accessories, of leather or of composition leather\",\r\n\t\t\t\"parent\": \"42\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420310\",\r\n\t\t\t\"text\": \"420310 - Apparel; articles of apparel, of leather or of composition leather\",\r\n\t\t\t\"parent\": \"4203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420321\",\r\n\t\t\t\"text\": \"420321 - Clothing accessories; gloves, mittens and mitts, specially designed for use in sports, of leather or composition leather, padded\",\r\n\t\t\t\"parent\": \"4203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420329\",\r\n\t\t\t\"text\": \"420329 - Clothing accessories; gloves, mittens and mitts, n.e.c. in heading no. 4203, of leather or composition leather, not specially designed for use in sports\",\r\n\t\t\t\"parent\": \"4203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420330\",\r\n\t\t\t\"text\": \"420330 - Clothing accessories; belts and bandoliers, of leather or of composition leather\",\r\n\t\t\t\"parent\": \"4203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420340\",\r\n\t\t\t\"text\": \"420340 - Clothing accessories; of leather or of composition leather, n.e.c. in heading no. 4203\",\r\n\t\t\t\"parent\": \"4203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4204\",\r\n\t\t\t\"text\": \"4204 - Leather, composition leather articles, technical use\",\r\n\t\t\t\"parent\": \"42\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420400\",\r\n\t\t\t\"text\": \"420400 - Articles of leather & composition for technical uses\",\r\n\t\t\t\"parent\": \"4204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4205\",\r\n\t\t\t\"text\": \"4205 - Leather or composition leather articles n.e.c. in chapter 42\",\r\n\t\t\t\"parent\": \"42\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420500\",\r\n\t\t\t\"text\": \"420500 - Leather articles; n.e.c. in chapter 42, of leather or composition leather\",\r\n\t\t\t\"parent\": \"4205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4206\",\r\n\t\t\t\"text\": \"4206 - Articles of gut (other than silk-worm gut), of goldbeater's skin, of bladders or of tendons\",\r\n\t\t\t\"parent\": \"42\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420600\",\r\n\t\t\t\"text\": \"420600 - Articles of gut (other than silk-worm gut), of goldbeater's skin, of bladders or of tendons\",\r\n\t\t\t\"parent\": \"4206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420610\",\r\n\t\t\t\"text\": \"420610 - Articles of catgut\",\r\n\t\t\t\"parent\": \"4206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"420690\",\r\n\t\t\t\"text\": \"420690 - Articles of gut, goldbeater skin, bladder, tendons ne\",\r\n\t\t\t\"parent\": \"4206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"43\",\r\n\t\t\t\"text\": \"43 - Furskins and artificial fur; manufactures thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4301\",\r\n\t\t\t\"text\": \"4301 - Raw furskins (including heads, tails, paws, other pieces or cuttings, suitable for furriers' use), excluding raw hides and skins of heading no. 4101, 4102 or 4103\",\r\n\t\t\t\"parent\": \"43\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"430110\",\r\n\t\t\t\"text\": \"430110 - Furskins; raw, of mink, whole, with or without head, tail or paws\",\r\n\t\t\t\"parent\": \"4301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"430120\",\r\n\t\t\t\"text\": \"430120 - Raw rabbit or hare furskins, whole\",\r\n\t\t\t\"parent\": \"4301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"430130\",\r\n\t\t\t\"text\": \"430130 - Furskins; raw, of Astrakhan, Broadtail, Caracul, Persian and similar lamb, Indian, Chinese, Mongolian or Tibetan lamb, whole, with or without head, tail or paws\",\r\n\t\t\t\"parent\": \"4301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"430140\",\r\n\t\t\t\"text\": \"430140 - Raw beaver furskins, whole\",\r\n\t\t\t\"parent\": \"4301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"430150\",\r\n\t\t\t\"text\": \"430150 - Raw musk-rat furskins, whole\",\r\n\t\t\t\"parent\": \"4301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"430160\",\r\n\t\t\t\"text\": \"430160 - Furskins; raw, of fox, whole, with or without head, tail or paws\",\r\n\t\t\t\"parent\": \"4301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"430170\",\r\n\t\t\t\"text\": \"430170 - Raw seal furskins, whole\",\r\n\t\t\t\"parent\": \"4301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"430180\",\r\n\t\t\t\"text\": \"430180 - Furskins; raw, of animals n.e.c. in heading no. 4301, whole, with or without head, tail or paws (excluding goods of heading no. 4101, 4102 and 4103)\",\r\n\t\t\t\"parent\": \"4301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"430190\",\r\n\t\t\t\"text\": \"430190 - Furskins; raw, heads, tails, paws and other pieces or cuttings, suitable for furrier's use, excluding goods of heading no. 4101, 4102 and 4103\",\r\n\t\t\t\"parent\": \"4301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4302\",\r\n\t\t\t\"text\": \"4302 - Tanned or dressed furskins (including heads, tails, paws, other pieces, cuttings), unassembled, or assembled (without addition of other materials), excluding those of heading no. 4303\",\r\n\t\t\t\"parent\": \"43\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"430211\",\r\n\t\t\t\"text\": \"430211 - Furskins; tanned or dressed, of mink, whole, with or without head, tail or paws, not assembled\",\r\n\t\t\t\"parent\": \"4302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"430212\",\r\n\t\t\t\"text\": \"430212 - Tanned, dressed rabbit, hare skins, whole, unassemble\",\r\n\t\t\t\"parent\": \"4302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"430213\",\r\n\t\t\t\"text\": \"430213 - Tanned,dressed Persian/etc lambskin, whole,unassemble\",\r\n\t\t\t\"parent\": \"4302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"430219\",\r\n\t\t\t\"text\": \"430219 - Furskins; tanned or dressed, whole, with or without head, tail or paws, not assembled, n.e.c. in heading no. 4302, excluding goods or heading no. 4303\",\r\n\t\t\t\"parent\": \"4302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"430220\",\r\n\t\t\t\"text\": \"430220 - Furskins; tanned or dressed, heads, tails, paws and other pieces or cuttings, not assembled, excluding goods of heading no. 4303\",\r\n\t\t\t\"parent\": \"4302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"430230\",\r\n\t\t\t\"text\": \"430230 - Furskins; tanned or dressed, whole skins and pieces or cuttings thereof, assembled, excluding goods of heading no. 4303\",\r\n\t\t\t\"parent\": \"4302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4303\",\r\n\t\t\t\"text\": \"4303 - Articles of apparel, clothing accessories and other articles of furskin\",\r\n\t\t\t\"parent\": \"43\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"430310\",\r\n\t\t\t\"text\": \"430310 - Furskin articles; apparel and clothing accessories\",\r\n\t\t\t\"parent\": \"4303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"430390\",\r\n\t\t\t\"text\": \"430390 - Furskin articles; other than apparel and clothing accessories\",\r\n\t\t\t\"parent\": \"4303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4304\",\r\n\t\t\t\"text\": \"4304 - Artificial fur and articles thereof\",\r\n\t\t\t\"parent\": \"43\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"430400\",\r\n\t\t\t\"text\": \"430400 - Fur, artificial; articles thereof\",\r\n\t\t\t\"parent\": \"4304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"44\",\r\n\t\t\t\"text\": \"44 - Wood and articles of wood; wood charcoal\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4401\",\r\n\t\t\t\"text\": \"4401 - Fuel wood, in logs, billets, twigs, faggots or similar forms; wood in chip or particles; sawdust and wood waste and scrap, whether or not agglomerated in logs, briquettes, pellets or similar forms\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440110\",\r\n\t\t\t\"text\": \"440110 - Wood; for fuel, in logs, billets, twigs, faggots or similar forms, whether or not agglomerated\",\r\n\t\t\t\"parent\": \"4401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440111\",\r\n\t\t\t\"text\": \"440111 - Wood; for fuel, in logs, in billets, in twigs, in faggots or similar forms, whether or not agglomerated, coniferous\",\r\n\t\t\t\"parent\": \"4401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440112\",\r\n\t\t\t\"text\": \"440112 - Wood; for fuel, in logs, in billets, in twigs, in faggots or similar forms, whether or not agglomerated, non-coniferous\",\r\n\t\t\t\"parent\": \"4401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440121\",\r\n\t\t\t\"text\": \"440121 - Wood; for fuel, in chips or particles, coniferous, whether or not agglomerated\",\r\n\t\t\t\"parent\": \"4401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440122\",\r\n\t\t\t\"text\": \"440122 - Wood; for fuel, in chips or particles, non-coniferous, whether or not agglomerated\",\r\n\t\t\t\"parent\": \"4401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440130\",\r\n\t\t\t\"text\": \"440130 - Sawdust & wood waste & scrap, whether/not agglomerated in logs/briquettes/pellets/similar forms\",\r\n\t\t\t\"parent\": \"4401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440131\",\r\n\t\t\t\"text\": \"440131 - Wood; for fuel, sawdust and wood waste and scrap, agglomerated in wood pellets\",\r\n\t\t\t\"parent\": \"4401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440132\",\r\n\t\t\t\"text\": \"440132 - Wood; for fuel, sawdust and wood waste and scrap, agglomerated in wood briquettes\",\r\n\t\t\t\"parent\": \"4401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440139\",\r\n\t\t\t\"text\": \"440139 - Wood; for fuel, sawdust and wood waste and scrap, agglomerated in logs or similar forms, other than wood pellets or wood briquettes\",\r\n\t\t\t\"parent\": \"4401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440140\",\r\n\t\t\t\"text\": \"440140 - Wood; for fuel, sawdust and wood waste and scrap, not agglomerated\",\r\n\t\t\t\"parent\": \"4401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440141\",\r\n\t\t\t\"text\": \"440141 - Wood; for fuel, sawdust and wood waste and scrap, not agglomerated; sawdust\",\r\n\t\t\t\"parent\": \"4401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440149\",\r\n\t\t\t\"text\": \"440149 - Wood; for fuel, sawdust and wood waste and scrap, not agglomerated and not including sawdust\",\r\n\t\t\t\"parent\": \"4401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4402\",\r\n\t\t\t\"text\": \"4402 - Wood charcoal (including shell or nut charcoal), whether or not agglomerated\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440200\",\r\n\t\t\t\"text\": \"440200 - Wood charcoal (including shell or nut charcoal)\",\r\n\t\t\t\"parent\": \"4402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440210\",\r\n\t\t\t\"text\": \"440210 - Wood; charcoal of bamboo, whether or not agglomerated\",\r\n\t\t\t\"parent\": \"4402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440220\",\r\n\t\t\t\"text\": \"440220 - Wood; charcoal of nut or shell, whether or not agglomerated\",\r\n\t\t\t\"parent\": \"4402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440290\",\r\n\t\t\t\"text\": \"440290 - Wood; charcoal of wood other than bamboo, nut or shell, whether or not agglomerated\",\r\n\t\t\t\"parent\": \"4402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4403\",\r\n\t\t\t\"text\": \"4403 - Wood in the rough, whether or not stripped of bark or sapwood, or roughly squared\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440310\",\r\n\t\t\t\"text\": \"440310 - Wood; in the rough, whether or not stripped of bark or sapwood, or roughly squared; treated with paint, stains, creosote or other preservatives\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440311\",\r\n\t\t\t\"text\": \"440311 - Wood; coniferous species, in the rough, whether or not stripped of bark or sapwood, or roughly squared; treated with paint, stains, creosote or other preservatives\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440312\",\r\n\t\t\t\"text\": \"440312 - Wood; non-coniferous species, in the rough, whether or not stripped of bark or sapwood, or roughly squared; treated with paint, stains, creosote or other preservatives\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440320\",\r\n\t\t\t\"text\": \"440320 - Wood; coniferous, in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440321\",\r\n\t\t\t\"text\": \"440321 - Wood; coniferous species, of pine (Pinus spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which the smallest cross-sectional dimension is 15 cm or more\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440322\",\r\n\t\t\t\"text\": \"440322 - Wood; coniferous species, of pine (Pinus spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which any cross-sectional dimension is less than 15 cm\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440323\",\r\n\t\t\t\"text\": \"440323 - Wood; coniferous species, of fir (Abies spp.) and spruce (Picea spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which the smallest cross-sectional dimension is 15 cm or more\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440324\",\r\n\t\t\t\"text\": \"440324 - Wood; coniferous species, of fir (Abies spp.) and spruce (Picea spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which any cross-sectional dimension is less than 15 cm\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440325\",\r\n\t\t\t\"text\": \"440325 - Wood; coniferous species n.e.c. in headings 4403.21 or 4403.23, in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which the smallest cross-sectional dimension is 15 cm or more\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440326\",\r\n\t\t\t\"text\": \"440326 - Wood; coniferous species n.e.c in headings 4403.22 or 4403.24, in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which any cross-sectional dimension is less than 15 cm\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440331\",\r\n\t\t\t\"text\": \"440331 - Logs, Meranti (light or dark red), Bakau\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440332\",\r\n\t\t\t\"text\": \"440332 - Logs, white Lauan/Meranti/Seraya/yellow Meranti/Alan\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440333\",\r\n\t\t\t\"text\": \"440333 - Logs, Keruing/Ramin/Kapur/Teak/Jongkong/Merbau/etc\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440334\",\r\n\t\t\t\"text\": \"440334 - Logs, Okoume/Obeche/Sapelli/Sipo/Acajou d'Afrique/etc\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440335\",\r\n\t\t\t\"text\": \"440335 - Logs, Tiama, Mansonia, Ilomba, Dibetou, Limba, Azobe\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440341\",\r\n\t\t\t\"text\": \"440341 - Wood, tropical; as specified in Subheading Note 2 to this Chapter, dark red meranti, light red meranti and meranti bakau, in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440342\",\r\n\t\t\t\"text\": \"440342 - Wood, tropical; teak, in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440349\",\r\n\t\t\t\"text\": \"440349 - Wood, tropical; other than dark red meranti, light red meranti meranti bakau and teak, in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440391\",\r\n\t\t\t\"text\": \"440391 - Wood; oak, in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440392\",\r\n\t\t\t\"text\": \"440392 - Wood; beech, in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440393\",\r\n\t\t\t\"text\": \"440393 - Wood; of beech (Fagus spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which the smallest cross-sectional dimension is 15 cm or more\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440394\",\r\n\t\t\t\"text\": \"440394 - Wood; of beech (Fagus spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which any cross-sectional dimension is less than 15 cm\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440395\",\r\n\t\t\t\"text\": \"440395 - Wood; of birch (Betula spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which the smallest cross-sectional dimension is 15 cm or more\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440396\",\r\n\t\t\t\"text\": \"440396 - Wood; of birch (Betula spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which any cross-sectional dimension is less than 15 cm\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440397\",\r\n\t\t\t\"text\": \"440397 - Wood; of poplar and aspen (Populus spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440398\",\r\n\t\t\t\"text\": \"440398 - Wood; of eucalyptus (Eucalyptus spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440399\",\r\n\t\t\t\"text\": \"440399 - Wood; in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, n.e.c. in heading no. 4403\",\r\n\t\t\t\"parent\": \"4403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4404\",\r\n\t\t\t\"text\": \"4404 - Hoopwood; split poles; piles, pickets, stakes of wood, pointed, not sawn lengthwise; wooden sticks, roughly trimmed, not turned, bent, etc., suitable for walking sticks, umbrellas, tool handles, etc.\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440410\",\r\n\t\t\t\"text\": \"440410 - Wood; coniferous, split poles, piles, pickets, stakes, pointed but not sawn lengthwise; sticks for umbrellas, tool handles etc, roughly trimmed but not turned or bent; chipwood etc, hoopwood\",\r\n\t\t\t\"parent\": \"4404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440420\",\r\n\t\t\t\"text\": \"440420 - Wood; non-coniferous, split poles, piles, pickets, stakes, pointed but not sawn lengthwise; sticks for umbrellas, tool handles etc, roughly trimmed but not turned or bent; chipwood etc, hoopwood\",\r\n\t\t\t\"parent\": \"4404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4405\",\r\n\t\t\t\"text\": \"4405 - Wood wool; wood flour\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440500\",\r\n\t\t\t\"text\": \"440500 - Wood; wood wool and wood flour\",\r\n\t\t\t\"parent\": \"4405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4406\",\r\n\t\t\t\"text\": \"4406 - Railway or tramway sleepers (cross-ties) of wood\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440610\",\r\n\t\t\t\"text\": \"440610 - Wood; railway or tramway sleepers (cross-ties), not impregnated\",\r\n\t\t\t\"parent\": \"4406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440611\",\r\n\t\t\t\"text\": \"440611 - Wood; railway or tramway sleepers (cross-ties), not impregnated, coniferous\",\r\n\t\t\t\"parent\": \"4406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440612\",\r\n\t\t\t\"text\": \"440612 - Wood; railway or tramway sleepers (cross-ties), not impregnated, non-coniferous\",\r\n\t\t\t\"parent\": \"4406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440690\",\r\n\t\t\t\"text\": \"440690 - Wood; railway or tramway sleepers (cross-ties), impregnated\",\r\n\t\t\t\"parent\": \"4406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440691\",\r\n\t\t\t\"text\": \"440691 - Wood; railway or tramway sleepers (cross-ties), impregnated, coniferous\",\r\n\t\t\t\"parent\": \"4406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440692\",\r\n\t\t\t\"text\": \"440692 - Wood; railway or tramway sleepers (cross-ties), impregnated, non-coniferous\",\r\n\t\t\t\"parent\": \"4406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4407\",\r\n\t\t\t\"text\": \"4407 - Wood sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, of a thickness exceeding 6mm\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440710\",\r\n\t\t\t\"text\": \"440710 - Wood, coniferous; sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or end-jointed, of a thickness exceeding 6mm\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440711\",\r\n\t\t\t\"text\": \"440711 - Wood; coniferous species, of pine (Pinus spp.), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, of a thickness exceeding 6mm\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440712\",\r\n\t\t\t\"text\": \"440712 - Wood; coniferous species, of fir (Abies spp.) and spruce (Picea spp.), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, of a thickness exceeding 6mm\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440713\",\r\n\t\t\t\"text\": \"440713 - Wood; coniferous species, of S-P-F (spruce (Picea spp.), pine (Pinus spp.) and fir (Abies spp.)), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, of a thickness exceeding 6mm\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440714\",\r\n\t\t\t\"text\": \"440714 - Wood; coniferous species, of Hem-fir (western hemlock (Tsuga heterophylla) and fir (Abies spp.))\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440719\",\r\n\t\t\t\"text\": \"440719 - Wood; coniferous species, other than of pine (Pinus spp.) or fir (Abies spp.) or spruce (Picea spp.), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, of a thickness exceeding 6mm\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440721\",\r\n\t\t\t\"text\": \"440721 - Wood, tropical; as specified in Subheading Note 2 to this Chapter, mahogany (Swietenia spp.), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440722\",\r\n\t\t\t\"text\": \"440722 - Wood, tropical; virola, imbuia and balsa, sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440723\",\r\n\t\t\t\"text\": \"440723 - Wood, tropical; teak, sawn or chipped lengthwise, sliced or peeled, planed, square dressed, structural, thicker than 6mm\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440724\",\r\n\t\t\t\"text\": \"440724 - Lumber, Virola, Mahogany\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440725\",\r\n\t\t\t\"text\": \"440725 - Wood, tropical; dark red meranti, light red meranti and meranti bakau, sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440726\",\r\n\t\t\t\"text\": \"440726 - Wood, tropical; white lauan, white meranti, white seraya, yellow meranti and alan, sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440727\",\r\n\t\t\t\"text\": \"440727 - Wood, tropical; sapelli, sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440728\",\r\n\t\t\t\"text\": \"440728 - Wood, tropical; iroko, sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440729\",\r\n\t\t\t\"text\": \"440729 - Wood, tropical, n.e.c. in item no. 4407.2, sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, of a thickness exceeding 6mm\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440791\",\r\n\t\t\t\"text\": \"440791 - Wood; oak (Quercus spp.), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440792\",\r\n\t\t\t\"text\": \"440792 - Wood; beech (Fagus spp.), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440793\",\r\n\t\t\t\"text\": \"440793 - Wood; maple (Acer spp.), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440794\",\r\n\t\t\t\"text\": \"440794 - Wood; cherry (Prunus spp.), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440795\",\r\n\t\t\t\"text\": \"440795 - Wood; ash (Fraxinus spp.), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440796\",\r\n\t\t\t\"text\": \"440796 - Wood; of birch (Betula spp.), sawn or chipped lengthwise, sliced or peeled, of a thickness exceeding 6mm, whether or not planed, sanded or finger-jointed\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440797\",\r\n\t\t\t\"text\": \"440797 - Wood; of poplar and aspen (Populus spp.), sawn or chipped lengthwise, sliced or peeled, of a thickness exceeding 6mm, whether or not planed, sanded or finger-jointed\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440799\",\r\n\t\t\t\"text\": \"440799 - Wood; sawn or chipped lengthwise, sliced or peeled, of a thickness exceeding 6mm, whether or not planed, sanded or finger-jointed, n.e.c. in heading no. 4407\",\r\n\t\t\t\"parent\": \"4407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4408\",\r\n\t\t\t\"text\": \"4408 - Sheets for veneering (including those obtained by slicing laminated wood), for plywood or for similar laminated wood and other wood, sawn lengthwise, sliced or peeled, planed or not, sanded, spliced or end-jointed, of a thickness not exceeding 6 mm\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440810\",\r\n\t\t\t\"text\": \"440810 - Wood; coniferous, sheets for veneering (including those obtained by slicing laminated wood), for plywood or similar laminated wood and other wood, sawn lengthwise, sliced or peeled, planed or not, sanded, spliced or end-jointed, not over 6 mm thick\",\r\n\t\t\t\"parent\": \"4408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440820\",\r\n\t\t\t\"text\": \"440820 - Veneer or ply sheet, tropical woods, <6 mm thick\",\r\n\t\t\t\"parent\": \"4408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440831\",\r\n\t\t\t\"text\": \"440831 - Wood, tropical; as specified in Subheading Note 2 to this Chapter, dark red meranti, light red meranti, meranti bakau, sheets for veneer, plywood or other wood, sawn lengthwise, sliced or peeled, planed or not, sanded or end-jointed, not thicker than 6mm\",\r\n\t\t\t\"parent\": \"4408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440839\",\r\n\t\t\t\"text\": \"440839 - Wood, of tropical wood; as in Subheading note 2 to this Chapter, n.e.c. in heading no. 4408.31, sheets for veneer or plywood, other wood sawn length wise, sliced or peeled, whether or not planed, sanded or end-jointed, not thicker than 6mm\",\r\n\t\t\t\"parent\": \"4408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440890\",\r\n\t\t\t\"text\": \"440890 - Wood; n.e.c. in heading no. 4408, sheets for veneer or plywood, other wood sawn lengthwise, sliced or peeled, whether or not planed, sanded or end-jointed, not exceeding 6mm in thickness\",\r\n\t\t\t\"parent\": \"4408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4409\",\r\n\t\t\t\"text\": \"4409 - Wood (including strips, friezes for parquet flooring, not assembled), continuously shaped (tongued, grooved, v-jointed, beaded or the like) along any edges, ends or faces, whether or not planed, sanded or end-jointed\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440910\",\r\n\t\t\t\"text\": \"440910 - Wood; coniferous (including unassembled strips and friezes for parquet flooring), continuously shaped along any edges, ends or faces, whether or not planed, sanded or end-jointed\",\r\n\t\t\t\"parent\": \"4409\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440920\",\r\n\t\t\t\"text\": \"440920 - Non-conifer wood continuously shaped along any edges\",\r\n\t\t\t\"parent\": \"4409\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440921\",\r\n\t\t\t\"text\": \"440921 - Wood; bamboo (including unassembled strips and friezes for parquet flooring), continuously shaped along any edges, ends or faces, whether or not planed, sanded or end-jointed\",\r\n\t\t\t\"parent\": \"4409\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440922\",\r\n\t\t\t\"text\": \"440922 - Wood; tropical (including unassembled strips and friezes for parquet flooring), continuously shaped along any edges, ends or faces, whether or not planed, sanded or end-jointed\",\r\n\t\t\t\"parent\": \"4409\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"440929\",\r\n\t\t\t\"text\": \"440929 - Wood; non-coniferous, other than bamboo or tropical wood, (including unassembled strips and friezes for parquet flooring), continuously shaped along any edges, ends or faces, whether or not planed, sanded or end-jointed\",\r\n\t\t\t\"parent\": \"4409\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4410\",\r\n\t\t\t\"text\": \"4410 - Particle board, oriented strand board (OSB) and similar board (e.g. waferboard) of wood or other ligneous materials, whether or not agglomerated with resins or other organic binding substances\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441010\",\r\n\t\t\t\"text\": \"441010 - Particle board of wood\",\r\n\t\t\t\"parent\": \"4410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441011\",\r\n\t\t\t\"text\": \"441011 - Particle board of wood, whether or not agglomerated with resins or other organic binding substances\",\r\n\t\t\t\"parent\": \"4410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441012\",\r\n\t\t\t\"text\": \"441012 - Oriented strand board (OSB) of wood, whether or not agglomerated with resins or other organic binding substances\",\r\n\t\t\t\"parent\": \"4410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441019\",\r\n\t\t\t\"text\": \"441019 - Wafer board and similar board of wood n.e.c. in item no. 4410.1, whether or not agglomerated with resins or other organic binding substances\",\r\n\t\t\t\"parent\": \"4410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441021\",\r\n\t\t\t\"text\": \"441021 - Oriented strand board & waferboard, of wood, unwkd./not further worked than ...\",\r\n\t\t\t\"parent\": \"4410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441029\",\r\n\t\t\t\"text\": \"441029 - Oriented strand board & waferboard, of wood (excl. of 4410.21)\",\r\n\t\t\t\"parent\": \"4410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441031\",\r\n\t\t\t\"text\": \"441031 - Particle board other than oriented strand board & waferboard, of wood, unwk ...\",\r\n\t\t\t\"parent\": \"4410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441032\",\r\n\t\t\t\"text\": \"441032 - Particle board other than oriented strand board & waferboard, of wood, surf ...\",\r\n\t\t\t\"parent\": \"4410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441033\",\r\n\t\t\t\"text\": \"441033 - Particle board other than oriented strand board & waferboard, of wood, surf ...\",\r\n\t\t\t\"parent\": \"4410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441039\",\r\n\t\t\t\"text\": \"441039 - Particle board, of wood, n.e.s. in 44.10\",\r\n\t\t\t\"parent\": \"4410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441090\",\r\n\t\t\t\"text\": \"441090 - Particle board, oriented strand board (OSB) and similar board of ligneous materials other than wood, whether or not agglomerated with resins or other organic binding substances\",\r\n\t\t\t\"parent\": \"4410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4411\",\r\n\t\t\t\"text\": \"4411 - Fibreboard of wood or other ligneous materials, whether or not bonded with resins or other organic substances\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441111\",\r\n\t\t\t\"text\": \"441111 - Fibreboard >0.8 g/cm2 not worked or surface covered\",\r\n\t\t\t\"parent\": \"4411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441112\",\r\n\t\t\t\"text\": \"441112 - Medium density fibreboard (MDF), of a thickness not exceeding 5 mm\",\r\n\t\t\t\"parent\": \"4411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441113\",\r\n\t\t\t\"text\": \"441113 - Medium density fibreboard (MDF), of a thickness exceeding 5 mm but not exceeding 9 mm\",\r\n\t\t\t\"parent\": \"4411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441114\",\r\n\t\t\t\"text\": \"441114 - Medium density fibreboard (MDF), of a thickness exceeding 9 mm\",\r\n\t\t\t\"parent\": \"4411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441119\",\r\n\t\t\t\"text\": \"441119 - Fibreboard >0.8 g/cm2 worked/surface covered\",\r\n\t\t\t\"parent\": \"4411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441121\",\r\n\t\t\t\"text\": \"441121 - Fibreboard 0.5 - 0.8 g/cm2 not worked/surface covered\",\r\n\t\t\t\"parent\": \"4411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441129\",\r\n\t\t\t\"text\": \"441129 - Fibreboard 0.5 - 0.8 g/cm2 worked/surface covered\",\r\n\t\t\t\"parent\": \"4411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441131\",\r\n\t\t\t\"text\": \"441131 - Fibreboard 0.35- 0.5 g/cm2 not worked/surface covered\",\r\n\t\t\t\"parent\": \"4411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441139\",\r\n\t\t\t\"text\": \"441139 - Fibreboard 0.35- 0.5 g/cm2 worked/surface covered\",\r\n\t\t\t\"parent\": \"4411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441191\",\r\n\t\t\t\"text\": \"441191 - Fibreboard nes not worked or surface covered nes\",\r\n\t\t\t\"parent\": \"4411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441192\",\r\n\t\t\t\"text\": \"441192 - Fibreboard (other than MDF) of a density exceeding 0.8g/cm3, of wood or other ligneous materials, bonded or not with resins or other organic substances\",\r\n\t\t\t\"parent\": \"4411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441193\",\r\n\t\t\t\"text\": \"441193 - Fibreboard (other than MDF) of a density exceeding 0.5g/cm3 but not 0.8g/cm3, of wood or other ligneous materials, bonded or not with resins or other organic substances\",\r\n\t\t\t\"parent\": \"4411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441194\",\r\n\t\t\t\"text\": \"441194 - Fibreboard (other than MDF) of a density not exceeding 0.5g/cm3, of wood or other ligneous materials, bonded or not with resins or other organic substances\",\r\n\t\t\t\"parent\": \"4411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441199\",\r\n\t\t\t\"text\": \"441199 - Fibreboard nes, worked or surface covered\",\r\n\t\t\t\"parent\": \"4411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4412\",\r\n\t\t\t\"text\": \"4412 - Plywood, veneered panels and similar laminated wood\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441210\",\r\n\t\t\t\"text\": \"441210 - Plywood, veneered panels and similar laminated wood; of bamboo\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441211\",\r\n\t\t\t\"text\": \"441211 - Plywood 1 or 2 outer ply tropical hardwood (ply <6 mm\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441212\",\r\n\t\t\t\"text\": \"441212 - Plywood, 1 or 2 outer ply non-conifer nes (ply <6 mm)\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441213\",\r\n\t\t\t\"text\": \"441213 - Plywood, outer ply of tr\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441214\",\r\n\t\t\t\"text\": \"441214 - Plywood, outer ply of no\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441219\",\r\n\t\t\t\"text\": \"441219 - Plywood, all softwood, each ply < 6mm thick\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441221\",\r\n\t\t\t\"text\": \"441221 - Panels, 1 outer ply non-conifer & 1 ply particle boar\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441222\",\r\n\t\t\t\"text\": \"441222 - Panels, outer ply of tro\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441223\",\r\n\t\t\t\"text\": \"441223 - Panels, 1 layer of parti\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441229\",\r\n\t\t\t\"text\": \"441229 - Panels, 1 outer ply non-coniferous wood nes\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441231\",\r\n\t\t\t\"text\": \"441231 - Plywood; consisting only of sheets of wood (not bamboo), each ply 6mm or thinner, with at least one outer ply of tropical wood\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441232\",\r\n\t\t\t\"text\": \"441232 - Plywood; as specified in Subheading Note 2 to this Chapter, consisting only of sheets of wood (not bamboo), each ply 6mm or thinner, with at least one outer ply of non-coniferous wood, without an outer ply of tropical wood\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441233\",\r\n\t\t\t\"text\": \"441233 - Plywood; with sheets of wood only; not bamboo; each ply 6mm or less, with at least one outer ply of alder, ash, beech, birch, cherry, chestnut, elm, eucalyptus, hickory, horse chestnut, lime, maple, oak, plane, poplar, aspen, robinia, tulipwood or walnut\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441234\",\r\n\t\t\t\"text\": \"441234 - Plywood; consisting only of sheets of wood (not bamboo), each ply 6mm or thinner, with at least one outer ply of non-coniferous wood not listed in subheading 4412.33\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441239\",\r\n\t\t\t\"text\": \"441239 - Plywood; consisting only of sheets of wood (not bamboo), each ply 6mm or thinner, with both outer plies of coniferous wood\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441241\",\r\n\t\t\t\"text\": \"441241 - Plywood, veneered panels and similar laminated wood; laminated veneered lumber (LVL); with at least one outer ply of tropical wood\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441242\",\r\n\t\t\t\"text\": \"441242 - Laminated veneered lumber (LVL); with at least one outer ply of non-coniferous wood\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441249\",\r\n\t\t\t\"text\": \"441249 - Laminated veneered lumber (LVL); with both outer plies of coniferous wood\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441251\",\r\n\t\t\t\"text\": \"441251 - Blockboard, laminboard and battenboard; with at least one outer layer of tropical wood\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441252\",\r\n\t\t\t\"text\": \"441252 - Blockboard, laminboard and battenboard; with at least one outer ply of non-coniferous wood, (not containing particle board)\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441259\",\r\n\t\t\t\"text\": \"441259 - Blockboard, laminboard and battenboard; with both outer plies of coniferous wood\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441291\",\r\n\t\t\t\"text\": \"441291 - Plywood; n.e.c. in heading 4412, with at least one outer ply of tropical wood\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441292\",\r\n\t\t\t\"text\": \"441292 - Plywood; n.e.c. in heading 4412, with at least one outer ply of non-coniferous wood\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441293\",\r\n\t\t\t\"text\": \"441293 - Panels nes, 1 layer part\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441294\",\r\n\t\t\t\"text\": \"441294 - Blockboard, laminboard and battenboard (not bamboo, and other than plywood consisting only of sheets of wood each ply 6mm or thinner)\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441299\",\r\n\t\t\t\"text\": \"441299 - Plywood; n.e.c. in heading 4412, with both outer plies of coniferous wood\",\r\n\t\t\t\"parent\": \"4412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4413\",\r\n\t\t\t\"text\": \"4413 - Densified wood, in blocks, plates, strips or profile shapes\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441300\",\r\n\t\t\t\"text\": \"441300 - Wood; densified wood, in blocks, plates, strips or profile shapes\",\r\n\t\t\t\"parent\": \"4413\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4414\",\r\n\t\t\t\"text\": \"4414 - Wooden frames; for paintings, photographs, mirrors or similar objects\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441400\",\r\n\t\t\t\"text\": \"441400 - Wooden frames; for paintings, photographs, mirrors or similar objects\",\r\n\t\t\t\"parent\": \"4414\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441410\",\r\n\t\t\t\"text\": \"441410 - Wooden frames; for paintings, photographs, mirrors or similar objects; of tropical wood\",\r\n\t\t\t\"parent\": \"4414\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441490\",\r\n\t\t\t\"text\": \"441490 - Wooden frames; for paintings, photographs, mirrors or similar objects; not of tropical wood\",\r\n\t\t\t\"parent\": \"4414\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4415\",\r\n\t\t\t\"text\": \"4415 - Packing cases, boxes, crates, drums and similar packings, of wood; cable-drums of wood; pallets, box pallets and other load boards, of wood; pallet collars of wood\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441510\",\r\n\t\t\t\"text\": \"441510 - Wood; cases, boxes, crates, drums, similar packings and cable-drums\",\r\n\t\t\t\"parent\": \"4415\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441520\",\r\n\t\t\t\"text\": \"441520 - Wood; pallets, box pallets and other load boards; pallet collars\",\r\n\t\t\t\"parent\": \"4415\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4416\",\r\n\t\t\t\"text\": \"4416 - Casks, barrels, vats, tubs and other coopers' products and parts thereof, of wood, including staves\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441600\",\r\n\t\t\t\"text\": \"441600 - Wood; casks, barrels, vats, tubs and other coopers' products and parts thereof, of wood, including staves\",\r\n\t\t\t\"parent\": \"4416\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4417\",\r\n\t\t\t\"text\": \"4417 - Tools, tool bodies, tool handles, broom or brush bodies and handles, of wood; boot or shoe lasts and trees, of wood\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441700\",\r\n\t\t\t\"text\": \"441700 - Wood; tools, tool bodies, tool handles, broom or brush bodies and handles, boot and shoe lasts and trees, of wood\",\r\n\t\t\t\"parent\": \"4417\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4418\",\r\n\t\t\t\"text\": \"4418 - Builders' joinery and carpentry of wood, including cellular wood panels, assembled flooring panels, shingles and shakes\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441810\",\r\n\t\t\t\"text\": \"441810 - Wood; windows, French-windows and their frames\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441811\",\r\n\t\t\t\"text\": \"441811 - Wood; windows, French-windows and their frames; of tropical wood\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441819\",\r\n\t\t\t\"text\": \"441819 - Wood; windows, French-windows and their frames; (of other than tropical wood)\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441820\",\r\n\t\t\t\"text\": \"441820 - Wood; doors and their frames and thresholds\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441821\",\r\n\t\t\t\"text\": \"441821 - Wood; doors and their frames and thresholds, of tropical wood;\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441829\",\r\n\t\t\t\"text\": \"441829 - Wood; doors and their frames and thresholds, (of other than tropical wood)\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441830\",\r\n\t\t\t\"text\": \"441830 - wood; posts and beams other than products of subheadings 4418.81 to 4418.89\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441840\",\r\n\t\t\t\"text\": \"441840 - Wood; shuttering for concrete constructional work\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441850\",\r\n\t\t\t\"text\": \"441850 - Wood; shingles and shakes\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441860\",\r\n\t\t\t\"text\": \"441860 - Wood; posts and beams\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441871\",\r\n\t\t\t\"text\": \"441871 - Wood; assembled flooring panels, for mosaic floors\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441872\",\r\n\t\t\t\"text\": \"441872 - Wood; assembled flooring panels, multilayer, other than mosaic\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441873\",\r\n\t\t\t\"text\": \"441873 - Wood; assembled flooring panels, of bamboo or with at least the top layer (wear layer) of bamboo\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441874\",\r\n\t\t\t\"text\": \"441874 - Wood; assembled flooring panels, not of bamboo or with at least the top layer (wear layer) of bamboo, for mosaic floors\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441875\",\r\n\t\t\t\"text\": \"441875 - Wood; assembled flooring panels, not of bamboo or with at least the top layer (wear layer) of bamboo, multilayer\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441879\",\r\n\t\t\t\"text\": \"441879 - Wood; assembled flooring panels, n.e.c in headings 4418.73, 4418.74 or 4418.75\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441881\",\r\n\t\t\t\"text\": \"441881 - Wood; engineered structural timber products, glue-laminated timber (glulam)\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441882\",\r\n\t\t\t\"text\": \"441882 - Wood; engineered structural timber products, cross-laminated timber (CLT or X-lam)\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441883\",\r\n\t\t\t\"text\": \"441883 - Wood; engineered structural timber products, I beams\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441889\",\r\n\t\t\t\"text\": \"441889 - Wood; engineered structural timber products, other than glue-laminated timber (glulam), cross-laminated timber (CLT or X-lam), or I beams\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441890\",\r\n\t\t\t\"text\": \"441890 - Wood; builders' joinery and carpentry of wood n.e.c. in heading no. 4418\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441891\",\r\n\t\t\t\"text\": \"441891 - Wood; builders' joinery and carpentry of wood n.e.c. in heading no. 4418, of bamboo\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441892\",\r\n\t\t\t\"text\": \"441892 - Wood; builders' joinery and carpentry of wood n.e.c. in heading no. 4418, cellular wood panels\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441899\",\r\n\t\t\t\"text\": \"441899 - Wood; builders' joinery and carpentry of wood n.e.c. in heading no. 4418, other than of bamboo or cellular wood panels\",\r\n\t\t\t\"parent\": \"4418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4419\",\r\n\t\t\t\"text\": \"4419 - Tableware and kitchenware, of wood\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441900\",\r\n\t\t\t\"text\": \"441900 - Wood; table and kitchenware\",\r\n\t\t\t\"parent\": \"4419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441911\",\r\n\t\t\t\"text\": \"441911 - Tableware and kitchenware, of wood; of bamboo, bread boards, chopping boards and similar boards\",\r\n\t\t\t\"parent\": \"4419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441912\",\r\n\t\t\t\"text\": \"441912 - Tableware and kitchenware, of wood; of bamboo, chopsticks\",\r\n\t\t\t\"parent\": \"4419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441919\",\r\n\t\t\t\"text\": \"441919 - Tableware and kitchenware, of wood; of bamboo, n.e.c. in heading 4419\",\r\n\t\t\t\"parent\": \"4419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441920\",\r\n\t\t\t\"text\": \"441920 - Tableware and kitchenware, of wood; of tropical wood\",\r\n\t\t\t\"parent\": \"4419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"441990\",\r\n\t\t\t\"text\": \"441990 - Tableware and kitchenware, of wood; not of bamboo or tropical wood\",\r\n\t\t\t\"parent\": \"4419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4420\",\r\n\t\t\t\"text\": \"4420 - Wood marquetry and inlaid wood; caskets and cases for jewellery or cutlery, and similar articles of wood; statuettes and other ornaments of wood; wooden articles of furniture not falling in chapter 94\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"442010\",\r\n\t\t\t\"text\": \"442010 - Wood; statuettes and other ornaments of wood\",\r\n\t\t\t\"parent\": \"4420\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"442011\",\r\n\t\t\t\"text\": \"442011 - Wood; statuettes and other ornaments, of tropical wood\",\r\n\t\t\t\"parent\": \"4420\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"442019\",\r\n\t\t\t\"text\": \"442019 - Wood; statuettes and other ornaments, of other than tropical wood\",\r\n\t\t\t\"parent\": \"4420\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"442090\",\r\n\t\t\t\"text\": \"442090 - Wood; marquetry and inlaid wood, caskets and cases for jewellery or cutlery and similar articles of wood, wooden articles of furniture not falling in chapter 94\",\r\n\t\t\t\"parent\": \"4420\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4421\",\r\n\t\t\t\"text\": \"4421 - Wooden articles n.e.c. in heading no. 4414 to 4420\",\r\n\t\t\t\"parent\": \"44\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"442110\",\r\n\t\t\t\"text\": \"442110 - Wood; clothes hangers\",\r\n\t\t\t\"parent\": \"4421\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"442120\",\r\n\t\t\t\"text\": \"442120 - Wood; coffins\",\r\n\t\t\t\"parent\": \"4421\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"442190\",\r\n\t\t\t\"text\": \"442190 - Wood; articles of wood n.e.c. in heading no. 4414 to 4420 (excluding clothes hangers)\",\r\n\t\t\t\"parent\": \"4421\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"442191\",\r\n\t\t\t\"text\": \"442191 - Wood; of bamboo, articles n.e.c. in heading no. 4414 to 4420 (excluding clothes hangers)\",\r\n\t\t\t\"parent\": \"4421\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"442199\",\r\n\t\t\t\"text\": \"442199 - Wood; not of bamboo, articles n.e.c. in heading no. 4414 to 4420 (excluding clothes hangers)\",\r\n\t\t\t\"parent\": \"4421\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"45\",\r\n\t\t\t\"text\": \"45 - Cork and articles of cork\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4501\",\r\n\t\t\t\"text\": \"4501 - Natural cork, raw or simply prepared; waste cork; crushed, granulated or ground cork\",\r\n\t\t\t\"parent\": \"45\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"450110\",\r\n\t\t\t\"text\": \"450110 - Cork; natural cork, raw or simply prepared\",\r\n\t\t\t\"parent\": \"4501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"450190\",\r\n\t\t\t\"text\": \"450190 - Cork; waste cork, crushed, granulated or ground cork\",\r\n\t\t\t\"parent\": \"4501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4502\",\r\n\t\t\t\"text\": \"4502 - Natural cork, debacked or roughly squared, or in rectangular (including square) blocks, plates, sheets or strip, (including sharp-edged blanks for corks or stoppers)\",\r\n\t\t\t\"parent\": \"45\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"450200\",\r\n\t\t\t\"text\": \"450200 - Cork; natural cork, debacked or roughly squared, or in rectangular (including square) blocks, plates, sheets or strip, (including sharp-edged blanks for corks or stoppers)\",\r\n\t\t\t\"parent\": \"4502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4503\",\r\n\t\t\t\"text\": \"4503 - Cork; articles of natural cork\",\r\n\t\t\t\"parent\": \"45\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"450310\",\r\n\t\t\t\"text\": \"450310 - Cork; corks and stoppers, of natural cork\",\r\n\t\t\t\"parent\": \"4503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"450390\",\r\n\t\t\t\"text\": \"450390 - Cork; articles of natural cork other than corks and stoppers\",\r\n\t\t\t\"parent\": \"4503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4504\",\r\n\t\t\t\"text\": \"4504 - Agglomerated cork (with or without a binding substance) and articles of agglomerated cork\",\r\n\t\t\t\"parent\": \"45\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"450410\",\r\n\t\t\t\"text\": \"450410 - Cork; blocks, plates, sheets and strip, tiles of any shape, solid cylinders (including discs), of agglomerated cork (with or without a binding substance)\",\r\n\t\t\t\"parent\": \"4504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"450490\",\r\n\t\t\t\"text\": \"450490 - Cork; articles of agglomerated cork (with or without a binding substance), n.e.c. in heading no. 4504\",\r\n\t\t\t\"parent\": \"4504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"46\",\r\n\t\t\t\"text\": \"46 - Manufactures of straw, esparto or other plaiting materials; basketware and wickerwork\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4601\",\r\n\t\t\t\"text\": \"4601 - Plaits and similar products of plaiting materials, assembled into strips or not; plaiting materials, plaits and the like bound together in parallel strands or woven in sheet form, finished articles or not\",\r\n\t\t\t\"parent\": \"46\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"460110\",\r\n\t\t\t\"text\": \"460110 - Plaits and products of plaiting materials\",\r\n\t\t\t\"parent\": \"4601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"460120\",\r\n\t\t\t\"text\": \"460120 - Mats, matting and screens, vegetable plaiting materia\",\r\n\t\t\t\"parent\": \"4601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"460121\",\r\n\t\t\t\"text\": \"460121 - Plaiting materials, plaits and similar products of plaiting materials; mats, matting and screens, of bamboo\",\r\n\t\t\t\"parent\": \"4601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"460122\",\r\n\t\t\t\"text\": \"460122 - Plaiting materials, plaits and similar products of plaiting materials; mats, matting and screens, of rattan\",\r\n\t\t\t\"parent\": \"4601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"460129\",\r\n\t\t\t\"text\": \"460129 - Plaiting materials, plaits and similar products of plaiting materials; mats, matting and screens, of vegetable materials other than bamboo or rattan\",\r\n\t\t\t\"parent\": \"4601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"460191\",\r\n\t\t\t\"text\": \"460191 - Plaited vegetable material articles not mats or scree\",\r\n\t\t\t\"parent\": \"4601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"460192\",\r\n\t\t\t\"text\": \"460192 - Plaiting materials, plaits and similar products of plaiting materials; (not mats, matting or screens), of bamboo\",\r\n\t\t\t\"parent\": \"4601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"460193\",\r\n\t\t\t\"text\": \"460193 - Plaiting materials, plaits and similar products of plaiting materials; (not mats, matting or screens), of rattan\",\r\n\t\t\t\"parent\": \"4601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"460194\",\r\n\t\t\t\"text\": \"460194 - Plaiting materials, plaits and similar products of plaiting materials; (not mats, matting or screens), of vegetable materials other than bamboo or rattan\",\r\n\t\t\t\"parent\": \"4601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"460199\",\r\n\t\t\t\"text\": \"460199 - Plaiting materials, plaits and similar products of plaiting materials; products of non-vegetable materials\",\r\n\t\t\t\"parent\": \"4601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4602\",\r\n\t\t\t\"text\": \"4602 - Basketwork, wickerwork and other articles, made directly to shape from plaiting materials or made up from goods of heading no. 4601; articles of loofah\",\r\n\t\t\t\"parent\": \"46\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"460210\",\r\n\t\t\t\"text\": \"460210 - Basketwork, wickerwork products of vegetable material\",\r\n\t\t\t\"parent\": \"4602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"460211\",\r\n\t\t\t\"text\": \"460211 - Basketwork, wickerwork and other articles; of bamboo, made directly to shape from plaiting materials or made up from goods of heading no. 4601\",\r\n\t\t\t\"parent\": \"4602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"460212\",\r\n\t\t\t\"text\": \"460212 - Basketwork, wickerwork and other articles; of rattan, made directly to shape from plaiting materials or made up from goods of heading no. 4601\",\r\n\t\t\t\"parent\": \"4602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"460219\",\r\n\t\t\t\"text\": \"460219 - Basketwork, wickerwork and other articles; of vegetable materials (not bamboo or rattan), made directly to shape from plaiting materials or made up from goods of heading no. 4601; articles of loofah\",\r\n\t\t\t\"parent\": \"4602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"460290\",\r\n\t\t\t\"text\": \"460290 - Basketwork, wickerwork and other articles; of non-vegetable materials, made directly to shape from plaiting materials or made up from goods of heading no. 4601\",\r\n\t\t\t\"parent\": \"4602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"47\",\r\n\t\t\t\"text\": \"47 - Pulp of wood or other fibrous cellulosic material; recovered (waste and scrap) paper or paperboard\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4701\",\r\n\t\t\t\"text\": \"4701 - Wood pulp, mechanical wood pulp\",\r\n\t\t\t\"parent\": \"47\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470100\",\r\n\t\t\t\"text\": \"470100 - Wood pulp; mechanical wood pulp\",\r\n\t\t\t\"parent\": \"4701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4702\",\r\n\t\t\t\"text\": \"4702 - Chemical wood pulp, dissolving grades\",\r\n\t\t\t\"parent\": \"47\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470200\",\r\n\t\t\t\"text\": \"470200 - Wood pulp; chemical wood pulp, dissolving grades\",\r\n\t\t\t\"parent\": \"4702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4703\",\r\n\t\t\t\"text\": \"4703 - Chemical wood pulp, soda or sulphate, other than dissolving grades\",\r\n\t\t\t\"parent\": \"47\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470311\",\r\n\t\t\t\"text\": \"470311 - Wood pulp; chemical wood pulp, soda or sulphate, (other than dissolving grades), unbleached, of coniferous wood\",\r\n\t\t\t\"parent\": \"4703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470319\",\r\n\t\t\t\"text\": \"470319 - Wood pulp; chemical wood pulp, soda or sulphate, (other than dissolving grades), unbleached, of non-coniferous wood\",\r\n\t\t\t\"parent\": \"4703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470321\",\r\n\t\t\t\"text\": \"470321 - Wood pulp; chemical wood pulp, soda or sulphate, (other than dissolving grades), semi-bleached or bleached, of coniferous wood\",\r\n\t\t\t\"parent\": \"4703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470329\",\r\n\t\t\t\"text\": \"470329 - Wood pulp; chemical wood pulp, soda or sulphate, (other than dissolving grades), semi-bleached or bleached, of non-coniferous wood\",\r\n\t\t\t\"parent\": \"4703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4704\",\r\n\t\t\t\"text\": \"4704 - Chemical wood pulp, sulphite, other than dissolving grades\",\r\n\t\t\t\"parent\": \"47\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470411\",\r\n\t\t\t\"text\": \"470411 - Wood pulp; chemical wood pulp, sulphite, (other than dissolving grades), unbleached, of coniferous wood\",\r\n\t\t\t\"parent\": \"4704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470419\",\r\n\t\t\t\"text\": \"470419 - Wood pulp; chemical wood pulp, sulphite, (other than dissolving grades), unbleached, of non-coniferous wood\",\r\n\t\t\t\"parent\": \"4704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470421\",\r\n\t\t\t\"text\": \"470421 - Wood pulp; chemical wood pulp, sulphite, (other than dissolving grades), semi-bleached or bleached, of coniferous wood\",\r\n\t\t\t\"parent\": \"4704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470429\",\r\n\t\t\t\"text\": \"470429 - Wood pulp; chemical wood pulp, sulphite, (other than dissolving grades), semi-bleached or bleached, of non-coniferous wood\",\r\n\t\t\t\"parent\": \"4704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4705\",\r\n\t\t\t\"text\": \"4705 - Wood pulp obtained by a combination of mechanical and chemical pulping processes\",\r\n\t\t\t\"parent\": \"47\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470500\",\r\n\t\t\t\"text\": \"470500 - Wood pulp; obtained by a combination of mechanical and chemical pulping processes\",\r\n\t\t\t\"parent\": \"4705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4706\",\r\n\t\t\t\"text\": \"4706 - Pulps of fibres derived from recovered (waste and scrap) paper or paperboard or of other fibrous cellulosic material\",\r\n\t\t\t\"parent\": \"47\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470610\",\r\n\t\t\t\"text\": \"470610 - Pulp; cotton linters pulp\",\r\n\t\t\t\"parent\": \"4706\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470620\",\r\n\t\t\t\"text\": \"470620 - Pulp; of fibres derived from recovered (waste and scrap) paper or paperboard\",\r\n\t\t\t\"parent\": \"4706\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470630\",\r\n\t\t\t\"text\": \"470630 - Pulp; of bamboo\",\r\n\t\t\t\"parent\": \"4706\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470691\",\r\n\t\t\t\"text\": \"470691 - Pulp; of fibrous cellulosic material, other than of bamboo or fibres derived from recovered (waste and scrap) paper or paperboard or from cotton linters pulp, mechanical\",\r\n\t\t\t\"parent\": \"4706\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470692\",\r\n\t\t\t\"text\": \"470692 - Pulp; of fibrous cellulosic material, other than of bamboo or fibres derived from recovered (waste and scrap) paper or paperboard or from cotton linters pulp, chemical\",\r\n\t\t\t\"parent\": \"4706\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470693\",\r\n\t\t\t\"text\": \"470693 - Pulp; of fibrous cellulosic material, other than of bamboo or fibres derived from recovered (waste and scrap) paper or paperboard or from cotton linters pulp, obtained by a combination of mechanical and chemical processes\",\r\n\t\t\t\"parent\": \"4706\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4707\",\r\n\t\t\t\"text\": \"4707 - Waste and scrap of paper and paperboard\",\r\n\t\t\t\"parent\": \"47\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470710\",\r\n\t\t\t\"text\": \"470710 - Paper or paperboard; waste and scrap, of unbleached kraft paper or paperboard or corrugated paper or paperboard\",\r\n\t\t\t\"parent\": \"4707\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470720\",\r\n\t\t\t\"text\": \"470720 - Paper or paperboard; waste and scrap, paper or paperboard made mainly of bleached chemical pulp, not coloured in the mass\",\r\n\t\t\t\"parent\": \"4707\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470730\",\r\n\t\t\t\"text\": \"470730 - Paper or paperboard; waste and scrap, paper or paperboard made mainly of mechanical pulp (e.g. newspapers, journals and similar printed matter)\",\r\n\t\t\t\"parent\": \"4707\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"470790\",\r\n\t\t\t\"text\": \"470790 - Paper or paperboard; waste and scrap, of paper or paperboard n.e.c. in heading no. 4707 and of unsorted waste and scrap\",\r\n\t\t\t\"parent\": \"4707\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"48\",\r\n\t\t\t\"text\": \"48 - Paper and paperboard; articles of paper pulp, of paper or paperboard\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4801\",\r\n\t\t\t\"text\": \"4801 - Newsprint, in rolls or sheets\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480100\",\r\n\t\t\t\"text\": \"480100 - Newsprint; made of fibres obtained essentially by a chemi-mechanical process or of a weight, per m2, of more than 57g but not more than 65g, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4802\",\r\n\t\t\t\"text\": \"4802 - Uncoated paper and paperboard, used for writing, printing or other graphics, non perforated punch-cards and punch tape paper, in rolls or rectangular sheets, of any size, other than paper of heading 4801 or 4803; hand-made paper and paperboard\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480210\",\r\n\t\t\t\"text\": \"480210 - Hand-made paper or paperboard\",\r\n\t\t\t\"parent\": \"4802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480220\",\r\n\t\t\t\"text\": \"480220 - Uncoated paper and paperboard (not 4801 or 4803); of a kind used as a base for photo-sensitive, heat-sensitive or electro-sensitive paper or paperboard, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480230\",\r\n\t\t\t\"text\": \"480230 - Paper, carbonising base, uncoated\",\r\n\t\t\t\"parent\": \"4802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480240\",\r\n\t\t\t\"text\": \"480240 - Uncoated paper and paperboard (not 4801 or 4803); wallpaper base, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480251\",\r\n\t\t\t\"text\": \"480251 - Paper, fine, woodfree, <40 g/m2, uncoated, nes\",\r\n\t\t\t\"parent\": \"4802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480252\",\r\n\t\t\t\"text\": \"480252 - Paper, fine, woodfree, 40 - 150 g/m2, uncoated\",\r\n\t\t\t\"parent\": \"4802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480253\",\r\n\t\t\t\"text\": \"480253 - Paper, fine, woodfree, >150 g/m2, uncoated, nes\",\r\n\t\t\t\"parent\": \"4802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480254\",\r\n\t\t\t\"text\": \"480254 - Uncoated paper and paperboard (not 4801 or 4803); printing, writing or graphic, 10% or less by weight of mechanical or chemi-mechanical processed fibre, weighing less than 40g/m2, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480255\",\r\n\t\t\t\"text\": \"480255 - Uncoated paper and paperboard (not 4801 or 4803); printing, writing or graphic, 10% or less by weight of mechanical or chemi-mechanical processed fibre, weighing 40g/m2 to 150g/m2, in rolls\",\r\n\t\t\t\"parent\": \"4802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480256\",\r\n\t\t\t\"text\": \"480256 - Uncoated paper and paperboard (not 4801 or 4803); printing, writing or graphic, 10% or less by weight of mechanical or chemi-mechanical processed fibre, weight 40-150g/m2, in sheets 435mm or less by 297mm or less (unfolded)\",\r\n\t\t\t\"parent\": \"4802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480257\",\r\n\t\t\t\"text\": \"480257 - Uncoated paper and paperboard (not 4801 or 4803); printing, writing or graphic, 10% or less by weight of mechanical or chemi-mechanical processed fibre, weight 40-150g/m2, n.e.c. in item no. 4802.55 or 4802.56\",\r\n\t\t\t\"parent\": \"4802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480258\",\r\n\t\t\t\"text\": \"480258 - Uncoated paper and paperboard (not 4801 or 4803); printing, writing or graphic, 10% or less by weight of mechanical or chemi-mechanical processed fibre, weighing more than 150g/m2\",\r\n\t\t\t\"parent\": \"4802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480260\",\r\n\t\t\t\"text\": \"480260 - Paper, fine, wood-containing, uncoated, nes\",\r\n\t\t\t\"parent\": \"4802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480261\",\r\n\t\t\t\"text\": \"480261 - Uncoated paper and paperboard (not 4801 or 4803); over 10% by weight of mechanical or chemi-mechanical processed fibre, in rolls\",\r\n\t\t\t\"parent\": \"4802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480262\",\r\n\t\t\t\"text\": \"480262 - Uncoated paper and paperboard (not 4801 or 4803); over 10% by weight of mechanical or chemi-mechanical processed fibre, in sheets 435mm or less by 297mm or less (unfolded)\",\r\n\t\t\t\"parent\": \"4802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480269\",\r\n\t\t\t\"text\": \"480269 - Uncoated paper and paperboard (not 4801 or 4803); over 10% by weight of mechanical or chemi-mechanical processed fibre, other than rolls, other than sheets 435mm or less by 297mm or less (unfolded)\",\r\n\t\t\t\"parent\": \"4802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4803\",\r\n\t\t\t\"text\": \"4803 - Tissue, towel, napkin stock or similar; for household or sanitary uses, cellulose wadding, webs of cellulose fibres, in rolls over 36cm in width or rectangular sheets with one side exceeding 36cm when unfolded\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480300\",\r\n\t\t\t\"text\": \"480300 - Tissue, towel, napkin stock or similar; for household or sanitary use, cellulose, wadding webs of cellulose fibres, in rolls exceeding 36cm in width or rectangular sheets with one side more than 36cm in unfolded state\",\r\n\t\t\t\"parent\": \"4803\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4804\",\r\n\t\t\t\"text\": \"4804 - Uncoated kraft paper and paperboard, in rolls or sheets, other than that of heading no. 4802 or 4803\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480411\",\r\n\t\t\t\"text\": \"480411 - Kraft paper and paperboard; kraftliner, uncoated, unbleached, in rolls or sheets, other than that of heading no. 4802 or 4803\",\r\n\t\t\t\"parent\": \"4804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480419\",\r\n\t\t\t\"text\": \"480419 - Kraft paper and paperboard; kraftliner, uncoated, bleached, in rolls or sheets, other than that of heading no. 4802 or 4803\",\r\n\t\t\t\"parent\": \"4804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480421\",\r\n\t\t\t\"text\": \"480421 - Kraft paper and paperboard; sack kraft paper, uncoated, unbleached, in rolls or sheets, other than that of heading no. 4802 or 4803\",\r\n\t\t\t\"parent\": \"4804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480429\",\r\n\t\t\t\"text\": \"480429 - Kraft paper and paperboard; sack kraft paper, uncoated, bleached, in rolls or sheets, other than that of heading no. 4802 or 4803\",\r\n\t\t\t\"parent\": \"4804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480431\",\r\n\t\t\t\"text\": \"480431 - Kraft paper and paperboard; uncoated, unbleached, weight 150g/m2 or less, in rolls or sheets, other than that of heading no. 4802 or 4803\",\r\n\t\t\t\"parent\": \"4804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480439\",\r\n\t\t\t\"text\": \"480439 - Kraft paper and paperboard; uncoated, bleached, weight 150g/m2 or less, in rolls or sheets, other than that of heading no. 4802 or 4803\",\r\n\t\t\t\"parent\": \"4804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480441\",\r\n\t\t\t\"text\": \"480441 - Kraft paper and paperboard; uncoated, unbleached, weight more than 150g/m2 but less than 225g/m2, in rolls or sheets, other than that of heading no. 4802 or 4803\",\r\n\t\t\t\"parent\": \"4804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480442\",\r\n\t\t\t\"text\": \"480442 - Kraft paper and paperboard; uncoated, weight between 150 and 225g/m2, bleached uniformly throughout, more than 95% of total fibre content consists of chemically processed wood fibres, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480449\",\r\n\t\t\t\"text\": \"480449 - Kraft paper and paperboard; uncoated, weight more than 150g/m2 but less than 225g/m2, in rolls or sheets, n.e.c. in item no. 4804.4, other than that of heading no. 4802 or 4803\",\r\n\t\t\t\"parent\": \"4804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480451\",\r\n\t\t\t\"text\": \"480451 - Kraft paper and paperboard; uncoated, unbleached, weight 225g/m2 or more, in rolls or sheets, other than that of heading no. 4802 or 4803\",\r\n\t\t\t\"parent\": \"4804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480452\",\r\n\t\t\t\"text\": \"480452 - Kraft paper and paperboard; uncoated, weight 225g/m2 or more, bleached uniformly throughout, more than 95% of total fibre content consists of chemically processed wood fibres, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480459\",\r\n\t\t\t\"text\": \"480459 - Kraft paper and paperboard; uncoated, weight 225g/m2 or more, in rolls or sheets, n.e.c. in item no. 4804.5, other than that of heading no. 4802 or 4803\",\r\n\t\t\t\"parent\": \"4804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4805\",\r\n\t\t\t\"text\": \"4805 - Uncoated paper and paperboard n.e.c., in rolls or sheets\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480510\",\r\n\t\t\t\"text\": \"480510 - Paper, fluting, in rolls, semi-chemical, uncoated\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480511\",\r\n\t\t\t\"text\": \"480511 - Paper and paperboard; uncoated, semi-chemical fluting paper, rolls or sheets\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480512\",\r\n\t\t\t\"text\": \"480512 - Paper and paperboard; uncoated, straw fluting paper, rolls or sheets\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480519\",\r\n\t\t\t\"text\": \"480519 - Paper and paperboard; uncoated, fluting paper other than semi-chemical or straw, rolls or sheets\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480521\",\r\n\t\t\t\"text\": \"480521 - Paper, multi-ply, each layer bleached, uncoated, nes\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480522\",\r\n\t\t\t\"text\": \"480522 - Paper, multi-ply, one layer bleached, uncoated\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480523\",\r\n\t\t\t\"text\": \"480523 - Paper, multi-ply, <4 layers, outer bleached, uncoated\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480524\",\r\n\t\t\t\"text\": \"480524 - Paper & paperboard; uncoated, testliner (recycled linerboard), weight 150g/m2, or less, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480525\",\r\n\t\t\t\"text\": \"480525 - Paper & paperboard; uncoated, testliner (recycled linerboard), weight over 150g/m2, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480529\",\r\n\t\t\t\"text\": \"480529 - Paper, multi-ply, uncoated, nes\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480530\",\r\n\t\t\t\"text\": \"480530 - Paper and paperboard; sulphite wrapping paper, uncoated, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480540\",\r\n\t\t\t\"text\": \"480540 - Paper and paperboard; filter paper and paperboard, uncoated, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480550\",\r\n\t\t\t\"text\": \"480550 - Paper and paperboard; felt paper and paperboard, uncoated, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480560\",\r\n\t\t\t\"text\": \"480560 - Paper, weighing 150 g/m2 or less, uncoated, nes\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480570\",\r\n\t\t\t\"text\": \"480570 - Paper, weighing 150 - 225 g/m2, uncoated, nes\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480580\",\r\n\t\t\t\"text\": \"480580 - Paper, weighing 225 g/m2 or more, uncoated, nes\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480591\",\r\n\t\t\t\"text\": \"480591 - Paper and paperboard; uncoated, weight 150g/m2 or less, in rolls or sheets, n.e.c. in heading no.4805\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480592\",\r\n\t\t\t\"text\": \"480592 - Paper and paperboard; uncoated, weight more than 150g/m2 but less than 225 g/m2, in rolls or sheets, n.e.c. in heading no. 4805\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480593\",\r\n\t\t\t\"text\": \"480593 - Paper and paperboard; uncoated, weight 225/m2 or more, in rolls or sheets, n.e.c. in heading no. 4805\",\r\n\t\t\t\"parent\": \"4805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4806\",\r\n\t\t\t\"text\": \"4806 - Vegetable parchment, greaseproof papers, tracing papers, glassine and other glazed transparent or translucent papers, in rolls or sheets\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480610\",\r\n\t\t\t\"text\": \"480610 - Paper; vegetable parchment, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480620\",\r\n\t\t\t\"text\": \"480620 - Paper; greaseproof papers, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480630\",\r\n\t\t\t\"text\": \"480630 - Paper; tracing papers, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480640\",\r\n\t\t\t\"text\": \"480640 - Paper; glassine and other glazed transparent or translucent papers, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4807\",\r\n\t\t\t\"text\": \"4807 - Composite paper and paperboard, (made by sticking layers together with an adhesive), not surface-coated or impregnated, whether or not internally reinforced, in rolls or sheets\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480700\",\r\n\t\t\t\"text\": \"480700 - Paper and paperboard; composite (made by sticking layers together with an adhesive), not surface-coated or impregnated, whether or not internally reinforced, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480710\",\r\n\t\t\t\"text\": \"480710 - Paper, laminated with bitumen tar or asphalt, uncoate\",\r\n\t\t\t\"parent\": \"4807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480790\",\r\n\t\t\t\"text\": \"480790 - Paper internally reinfor\",\r\n\t\t\t\"parent\": \"4807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480791\",\r\n\t\t\t\"text\": \"480791 - Straw paper, board, whether or not paper covered\",\r\n\t\t\t\"parent\": \"4807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480799\",\r\n\t\t\t\"text\": \"480799 - Paper, composite, nes, not coated or impregnated\",\r\n\t\t\t\"parent\": \"4807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4808\",\r\n\t\t\t\"text\": \"4808 - Paper and paperboard, corrugated (with or without glued flat surface sheets), creped, crinkled, embossed or perforated, in rolls or sheets other than paper of the kind described in heading 4803\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480810\",\r\n\t\t\t\"text\": \"480810 - Paper and paperboard; corrugated, whether or not perforated, in rolls or sheets, other than paper of heading 4803\",\r\n\t\t\t\"parent\": \"4808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480820\",\r\n\t\t\t\"text\": \"480820 - Sack kraft paper, creped/crinkled, whether/not embossed/perforated, in rolls/sheets (excl. of 48.03)\",\r\n\t\t\t\"parent\": \"4808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480830\",\r\n\t\t\t\"text\": \"480830 - Kraft paper (excl. sack kraft paper), creped/crinkled, whether/not embossed/perforated, in rolls/sheets (excl. of 48.03)\",\r\n\t\t\t\"parent\": \"4808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480840\",\r\n\t\t\t\"text\": \"480840 - Paper and paperboard; kraft paper, creped or crinkled, whether or not embossed or perforated, in rolls or sheets, other than paper of heading 4803\",\r\n\t\t\t\"parent\": \"4808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480890\",\r\n\t\t\t\"text\": \"480890 - Paper and paperboard; other than corrugated (with or without glued flat surface sheets) or kraft paper, creped or crinkled, whether or not embossed or perforated, in rolls or sheets, other than paper of heading 4803\",\r\n\t\t\t\"parent\": \"4808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4809\",\r\n\t\t\t\"text\": \"4809 - Carbon paper, self copy paper, and other copying or transfer papers (including coated or impregnated paper for duplicator stencils or offset plates), whether or not printed, in rolls or sheets\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480910\",\r\n\t\t\t\"text\": \"480910 - Paper, carbon or similar width >36 cm\",\r\n\t\t\t\"parent\": \"4809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480920\",\r\n\t\t\t\"text\": \"480920 - Paper; self-copy paper, whether or not printed, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"480990\",\r\n\t\t\t\"text\": \"480990 - Paper; carbon paper and other copying or transfer papers (including coated or impregnated paper for duplicator stencils or offset plates), whether or not printed, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4810\",\r\n\t\t\t\"text\": \"4810 - Paper and paperboard, coated one or both sides with kaolin (china clay) or inorganic substances, with binder or not, no other coating, surface coloured or not, surface decorated or printed, in rolls or rectangular (including square) sheets, of any size\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481011\",\r\n\t\t\t\"text\": \"481011 - Paper, fine, woodfree, <150 g/m2, clay coated\",\r\n\t\t\t\"parent\": \"4810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481012\",\r\n\t\t\t\"text\": \"481012 - Paper, fine, woodfree, >150 g/m2, clay coated\",\r\n\t\t\t\"parent\": \"4810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481013\",\r\n\t\t\t\"text\": \"481013 - Paper and paperboard; coated with kaolin or other inorganic substances, for printing & writing, graphics, containing no, or not more than 10% by weight of total fibres obtained by mechanical or chemi-mechanical process, in rolls\",\r\n\t\t\t\"parent\": \"4810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481014\",\r\n\t\t\t\"text\": \"481014 - Paper and paperboard; coated with kaolin or other inorganic substances, for printing/writing/graphics, having 10% or less by weight of total fibres got mechanical/chemi-mechanical process, sheets, sides 435mm or less by 297mm or less, unfolded,\",\r\n\t\t\t\"parent\": \"4810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481019\",\r\n\t\t\t\"text\": \"481019 - Paper and paperboard; coated with kaolin or other inorganic substances, for printing/writing/graphics, having 10% or less by weight of total fibres got by mechanical/chemi-mechanical process, sides exceeding 435mm and 297mm, unfolded, sheets\",\r\n\t\t\t\"parent\": \"4810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481021\",\r\n\t\t\t\"text\": \"481021 - Paper, fine, light weight coated\",\r\n\t\t\t\"parent\": \"4810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481022\",\r\n\t\t\t\"text\": \"481022 - Paper and paperboard; coated with kaolin or other inorganic substances only, having more than 10% of mechanical or chemi-mechanical processed fibres, for writing, printing or other graphic purposes, light-weight coated paper, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481029\",\r\n\t\t\t\"text\": \"481029 - Paper and paperboard; coated with kaolin or other inorganic substances only, having more than 10% of mechanically processed fibres, (excluding light-weight paper), for writing, printing or other graphic purposes, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481031\",\r\n\t\t\t\"text\": \"481031 - Kraft paper and paperboard; uniformly bleached throughout, coated with inorganic substances, more than 95% of chemically processed wood fibres, weight 150g/m2 or less, for non-graphic purposes, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481032\",\r\n\t\t\t\"text\": \"481032 - Kraft paper and paperboard; uniformly bleached throughout, coated with inorganic substances, more than 95% of chemically processed wood fibres, weight more than 150g/m2, for non-graphic purposes, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481039\",\r\n\t\t\t\"text\": \"481039 - Kraft paper and paperboard; coated with kaolin or other inorganic substances only, for non-graphic purposes, n.e.c. in item no. 4810.31 and 4810.32, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481091\",\r\n\t\t\t\"text\": \"481091 - Paper, multi-ply, clay coated, nes\",\r\n\t\t\t\"parent\": \"4810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481092\",\r\n\t\t\t\"text\": \"481092 - Paper and paperboard; multi-ply, coated with kaolin or other inorganic substances only, for non-graphic purposes, n.e.c. in heading no. 4810, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481099\",\r\n\t\t\t\"text\": \"481099 - Paper and paperboard; coated with inorganic substances only, whether or not surface-coloured, surface-decorated or printed, n.e.c. in heading no. 4810, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4811\",\r\n\t\t\t\"text\": \"4811 - Paper, paperboard, cellulose wadding and webs of cellulose fibres, coated, impregnated, covered, surface-coloured, decorated or printed, rolls or sheets, other than goods of heading no. 4803, 4809, or 4810\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481110\",\r\n\t\t\t\"text\": \"481110 - Paper and paperboard; tarred, bituminised or asphalted, in rolls or sheets, other than goods of heading no. 4803, 4809, or 4810\",\r\n\t\t\t\"parent\": \"4811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481121\",\r\n\t\t\t\"text\": \"481121 - Paper, self-adhesive except labels\",\r\n\t\t\t\"parent\": \"4811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481129\",\r\n\t\t\t\"text\": \"481129 - Paper, gummed or adhesive except self-adhesive, label\",\r\n\t\t\t\"parent\": \"4811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481131\",\r\n\t\t\t\"text\": \"481131 - Paper, >150g/m2, bleached, plastic coated/impregnated\",\r\n\t\t\t\"parent\": \"4811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481139\",\r\n\t\t\t\"text\": \"481139 - Paper, coated, impregnated, covered with plastics, ne\",\r\n\t\t\t\"parent\": \"4811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481140\",\r\n\t\t\t\"text\": \"481140 - Paper, coat/impregnated with wax/stearin/glycerol, ne\",\r\n\t\t\t\"parent\": \"4811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481141\",\r\n\t\t\t\"text\": \"481141 - Paper and paperboard; self-adhesive, in rolls or sheets, other than goods of heading no. 4803, 4809, or 4810\",\r\n\t\t\t\"parent\": \"4811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481149\",\r\n\t\t\t\"text\": \"481149 - Paper and paperboard; gummed or adhesive paper and paperboard (excluding self-adhesive), in rolls or sheets, other than goods of heading no. 4803, 4809, or 4810\",\r\n\t\t\t\"parent\": \"4811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481151\",\r\n\t\t\t\"text\": \"481151 - Paper and paperboard; coated, impregnated or covered with plastics (excluding adhesives), bleached, weighing more than 150g/m2, other than goods of heading no. 4803, 4809, or 4810\",\r\n\t\t\t\"parent\": \"4811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481159\",\r\n\t\t\t\"text\": \"481159 - Paper and paperboard; coated, impregnated or covered with plastics (excluding adhesives), other than bleached and weighing more than 150g/m2, other than goods of heading no. 4803, 4809, or 4810\",\r\n\t\t\t\"parent\": \"4811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481160\",\r\n\t\t\t\"text\": \"481160 - Paper and paperboard; coated, impregnated or covered with wax, paraffin wax, stearin, oil or glycerol, other than goods of heading no. 4803, 4809, or 4810\",\r\n\t\t\t\"parent\": \"4811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481190\",\r\n\t\t\t\"text\": \"481190 - Paper, paperboard, cellulose wadding and webs of soft cellulose fibres; coated, impregnated, covered, surface-decorated or surface-coloured, n.e.c. in heading no. 4811, in rolls or sheets\",\r\n\t\t\t\"parent\": \"4811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4812\",\r\n\t\t\t\"text\": \"4812 - Filter blocks, slabs and plates of paper pulp\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481200\",\r\n\t\t\t\"text\": \"481200 - Paper pulp; filter blocks, slabs and plates of paper pulp\",\r\n\t\t\t\"parent\": \"4812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4813\",\r\n\t\t\t\"text\": \"4813 - Cigarette paper, whether or not cut to size or in the form of booklets or tubes\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481310\",\r\n\t\t\t\"text\": \"481310 - Paper, cigarette; in the form of booklets or tubes\",\r\n\t\t\t\"parent\": \"4813\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481320\",\r\n\t\t\t\"text\": \"481320 - Paper, cigarette; in rolls of a width not exceeding 5cm\",\r\n\t\t\t\"parent\": \"4813\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481390\",\r\n\t\t\t\"text\": \"481390 - Paper, cigarette; (other than in rolls of a width not exceeding 5cm, or in booklets or tubes)\",\r\n\t\t\t\"parent\": \"4813\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4814\",\r\n\t\t\t\"text\": \"4814 - Wallpaper and similar wall coverings; window transparencies of paper\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481410\",\r\n\t\t\t\"text\": \"481410 - Ingrain paper\",\r\n\t\t\t\"parent\": \"4814\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481420\",\r\n\t\t\t\"text\": \"481420 - Wallpaper and similar wall coverings; coated or covered on the face side, with a grained, embossed, coloured, design-printed or otherwise decorated layer of plastics\",\r\n\t\t\t\"parent\": \"4814\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481430\",\r\n\t\t\t\"text\": \"481430 - Wallpaper, covered one side with plaiting material\",\r\n\t\t\t\"parent\": \"4814\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481490\",\r\n\t\t\t\"text\": \"481490 - Wallpaper and similar wall coverings and window transparencies of paper; n.e.c. in heading 4814\",\r\n\t\t\t\"parent\": \"4814\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4815\",\r\n\t\t\t\"text\": \"4815 - Floor coverings with a base of paper or of paperboard\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481500\",\r\n\t\t\t\"text\": \"481500 - Floor coverings on a base of paper\",\r\n\t\t\t\"parent\": \"4815\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4816\",\r\n\t\t\t\"text\": \"4816 - Carbon paper, self-copy paper and other copying or transfer papers, (other than those of heading no. 4809), duplicator stencils and offset plates, of paper whether or not put up in boxes\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481610\",\r\n\t\t\t\"text\": \"481610 - Paper, carbon or similar copying, except rolls w >36c\",\r\n\t\t\t\"parent\": \"4816\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481620\",\r\n\t\t\t\"text\": \"481620 - Paper; self-copy paper (other than those of heading no. 4809), whether or not put up in boxes\",\r\n\t\t\t\"parent\": \"4816\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481630\",\r\n\t\t\t\"text\": \"481630 - Duplicator stencils\",\r\n\t\t\t\"parent\": \"4816\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481690\",\r\n\t\t\t\"text\": \"481690 - Paper; carbon paper and other copying or transfer papers (other than those of heading no. 4809), n.e.c. in item no. 4816.20\",\r\n\t\t\t\"parent\": \"4816\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4817\",\r\n\t\t\t\"text\": \"4817 - Envelopes, letter cards, plain postcards and correspondence cards, of paper, paperboard; boxes, pouches, wallets and writing compendiums, of paper or paperboard containing assortment of paper stationery\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481710\",\r\n\t\t\t\"text\": \"481710 - Paper and paperboard; envelopes\",\r\n\t\t\t\"parent\": \"4817\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481720\",\r\n\t\t\t\"text\": \"481720 - Paper and paperboard; letter cards, plain postcards and correspondence cards\",\r\n\t\t\t\"parent\": \"4817\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481730\",\r\n\t\t\t\"text\": \"481730 - Paper and paperboard; boxes, pouches, wallets and writing compendiums containing an assortment of paper stationery\",\r\n\t\t\t\"parent\": \"4817\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4818\",\r\n\t\t\t\"text\": \"4818 - Toilet paper, width 36cm or less or cut to size/shape; handkerchiefs, tissues, towels, serviettes, bed sheets and similar household or hospital articles, apparel and clothing accessories of paper pulp, paper, cellulose wadding or webs of cellulose fibres\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481810\",\r\n\t\t\t\"text\": \"481810 - Paper articles; toilet paper\",\r\n\t\t\t\"parent\": \"4818\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481820\",\r\n\t\t\t\"text\": \"481820 - Paper articles; handkerchiefs, cleansing or facial tissues and towels\",\r\n\t\t\t\"parent\": \"4818\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481830\",\r\n\t\t\t\"text\": \"481830 - Paper articles; tablecloths and serviettes, of paper, cellulose wadding or fibres\",\r\n\t\t\t\"parent\": \"4818\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481840\",\r\n\t\t\t\"text\": \"481840 - Sanitary towels & tampons, napkins & napkin liners for babies & similar sanitary articles, of paper pulp/paper/cellulose wadding/webs of cellulose fibres\",\r\n\t\t\t\"parent\": \"4818\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481850\",\r\n\t\t\t\"text\": \"481850 - Paper articles; apparel and clothing accessories of paper, cellulose wadding or fibres\",\r\n\t\t\t\"parent\": \"4818\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481890\",\r\n\t\t\t\"text\": \"481890 - Paper articles; articles of paper, cellulose wadding or fibres, n.e.c. in heading no. 4818\",\r\n\t\t\t\"parent\": \"4818\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4819\",\r\n\t\t\t\"text\": \"4819 - Cartons, boxes, cases, bags and the like, of paper, paperboard, cellulose wadding or fibres; box files, letter trays and the like, of paper or paperboard, of a kind used in offices, shops or the like\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481910\",\r\n\t\t\t\"text\": \"481910 - Paper and paperboard; cartons, boxes and cases, of corrugated paper or paperboard\",\r\n\t\t\t\"parent\": \"4819\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481920\",\r\n\t\t\t\"text\": \"481920 - Paper and paperboard; folding cartons, boxes and cases, of non-corrugated paper or paperboard\",\r\n\t\t\t\"parent\": \"4819\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481930\",\r\n\t\t\t\"text\": \"481930 - Paper and paperboard; sacks and bags of paper, paperboard, cellulose wadding or fibres, having a base of a width of 40cm or more\",\r\n\t\t\t\"parent\": \"4819\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481940\",\r\n\t\t\t\"text\": \"481940 - Paper and paperboard; sacks and bags, including cones, of paper, paperboard, cellulose wadding or fibres, having a base width less than 40cm\",\r\n\t\t\t\"parent\": \"4819\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481950\",\r\n\t\t\t\"text\": \"481950 - Paper and paperboard; packing containers, including record sleeves, of paper, paperboard, cellulose wadding or fibres, n.e.c. in heading no. 4819\",\r\n\t\t\t\"parent\": \"4819\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"481960\",\r\n\t\t\t\"text\": \"481960 - Paper and paperboard; box files, letter trays, storage boxes and similar articles, used in offices, shops or the like of paper, paperboard, cellulose wadding or webs of cellulose fibres\",\r\n\t\t\t\"parent\": \"4819\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4820\",\r\n\t\t\t\"text\": \"4820 - Registers, account books, diaries and similar; albums for samples or collections, of paper or paperboard\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482010\",\r\n\t\t\t\"text\": \"482010 - Paper and paperboard; registers, account books, note books, order books, receipt books, letter pads, memorandum pads, diaries and similar articles\",\r\n\t\t\t\"parent\": \"4820\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482020\",\r\n\t\t\t\"text\": \"482020 - Paper and paperboard; exercise books\",\r\n\t\t\t\"parent\": \"4820\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482030\",\r\n\t\t\t\"text\": \"482030 - Paper and paperboard; binders, folders and file covers\",\r\n\t\t\t\"parent\": \"4820\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482040\",\r\n\t\t\t\"text\": \"482040 - Paper and paperboard; manifold business forms and interleaved carbon sets\",\r\n\t\t\t\"parent\": \"4820\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482050\",\r\n\t\t\t\"text\": \"482050 - Paper and paperboard; albums for samples or for collections\",\r\n\t\t\t\"parent\": \"4820\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482090\",\r\n\t\t\t\"text\": \"482090 - Paper or paperboard; stationery n.e.c. in heading no. 4820\",\r\n\t\t\t\"parent\": \"4820\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4821\",\r\n\t\t\t\"text\": \"4821 - Paper or paperboard labels of all kinds, whether or not printed\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482110\",\r\n\t\t\t\"text\": \"482110 - Paper and paperboard; labels or all kinds, printed\",\r\n\t\t\t\"parent\": \"4821\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482190\",\r\n\t\t\t\"text\": \"482190 - Paper and paperboard; labels of all kinds, unprinted\",\r\n\t\t\t\"parent\": \"4821\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4822\",\r\n\t\t\t\"text\": \"4822 - Bobbins, spools, cops and similar supports of paper pulp, paper or paperboard (whether or not perforated or hardened)\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482210\",\r\n\t\t\t\"text\": \"482210 - Paper pulp, paper or paperboard; bobbins, spools, cops and similar supports, of a kind used for winding textile yarn (whether or not perforated or hardened)\",\r\n\t\t\t\"parent\": \"4822\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482290\",\r\n\t\t\t\"text\": \"482290 - Paper pulp, paper or paperboard; bobbins, spools, cops and similar supports, other than of a kind used for winding textile yarn (whether or not perforated or hardened)\",\r\n\t\t\t\"parent\": \"4822\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4823\",\r\n\t\t\t\"text\": \"4823 - Paper, paperboard, cellulose wadding and webs of cellulose fibres; cut to size or shape, articles of paper pulp, paper and paper-board, cellulose wadding or webs of cellulose fibres, n.e.c. in chapter 48\",\r\n\t\t\t\"parent\": \"48\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482311\",\r\n\t\t\t\"text\": \"482311 - Paper, self-adhesive, cut to size, in strips or rolls\",\r\n\t\t\t\"parent\": \"4823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482312\",\r\n\t\t\t\"text\": \"482312 - Gummed/adhesive paper, in strips/rolls, self-adhesive\",\r\n\t\t\t\"parent\": \"4823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482319\",\r\n\t\t\t\"text\": \"482319 - Paper, gummed, adhesive nes, cut to size, strip, roll\",\r\n\t\t\t\"parent\": \"4823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482320\",\r\n\t\t\t\"text\": \"482320 - Paper and paperboard; filter paper and paperboard\",\r\n\t\t\t\"parent\": \"4823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482330\",\r\n\t\t\t\"text\": \"482330 - Cards, not punched, for punch card machines, paper\",\r\n\t\t\t\"parent\": \"4823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482340\",\r\n\t\t\t\"text\": \"482340 - Paper and paperboard; rolls, sheets and dials, printed for self-recording apparatus\",\r\n\t\t\t\"parent\": \"4823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482351\",\r\n\t\t\t\"text\": \"482351 - Paper, fine, cut, printed, embossed, perforated, nes\",\r\n\t\t\t\"parent\": \"4823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482359\",\r\n\t\t\t\"text\": \"482359 - Paper, fine, cut to size or shape, nes\",\r\n\t\t\t\"parent\": \"4823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482360\",\r\n\t\t\t\"text\": \"482360 - Trays, dishes, plates, cups and the like, of paper\",\r\n\t\t\t\"parent\": \"4823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482361\",\r\n\t\t\t\"text\": \"482361 - Paper and paperboard; trays, dishes, plates, cups and the like, of bamboo paper or paperboard\",\r\n\t\t\t\"parent\": \"4823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482369\",\r\n\t\t\t\"text\": \"482369 - Paper and paperboard; trays, dishes, plates, cups and the like, of paper or paperboard other than of bamboo\",\r\n\t\t\t\"parent\": \"4823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482370\",\r\n\t\t\t\"text\": \"482370 - Paper pulp; moulded or pressed articles or paper pulp\",\r\n\t\t\t\"parent\": \"4823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"482390\",\r\n\t\t\t\"text\": \"482390 - Paper pulp, paper, paperboard, cellulose wadding or webs of cellulose fibres; articles n.e.c. in heading no. 4823\",\r\n\t\t\t\"parent\": \"4823\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"49\",\r\n\t\t\t\"text\": \"49 - Printed books, newspapers, pictures and other products of the printing industry; manuscripts, typescripts and plans\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4901\",\r\n\t\t\t\"text\": \"4901 - Printed books, brochures, leaflets and similar printed matter, whether or not in single sheets\",\r\n\t\t\t\"parent\": \"49\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"490110\",\r\n\t\t\t\"text\": \"490110 - Printed matter; in single sheets, whether or not folded\",\r\n\t\t\t\"parent\": \"4901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"490191\",\r\n\t\t\t\"text\": \"490191 - Printed matter; dictionaries, encyclopaedias and serial instalments thereof\",\r\n\t\t\t\"parent\": \"4901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"490199\",\r\n\t\t\t\"text\": \"490199 - Printed matter; books, brochures, leaflets and similar printed matter n.e.c. in item no. 4901.10 or 4901.91\",\r\n\t\t\t\"parent\": \"4901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4902\",\r\n\t\t\t\"text\": \"4902 - Newspapers, journals and periodicals, whether or not illustrated or containing advertising material\",\r\n\t\t\t\"parent\": \"49\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"490210\",\r\n\t\t\t\"text\": \"490210 - Newspapers, journals and periodicals; whether or not illustrated or containing advertising material, appearing at least four times a week\",\r\n\t\t\t\"parent\": \"4902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"490290\",\r\n\t\t\t\"text\": \"490290 - Newspapers, journals and periodicals; whether or not illustrated or containing advertising material, appearing less frequently than four times a week\",\r\n\t\t\t\"parent\": \"4902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4903\",\r\n\t\t\t\"text\": \"4903 - Children's picture, drawing or colouring books\",\r\n\t\t\t\"parent\": \"49\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"490300\",\r\n\t\t\t\"text\": \"490300 - Printed matter; children's picture, drawing or colouring books\",\r\n\t\t\t\"parent\": \"4903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4904\",\r\n\t\t\t\"text\": \"4904 - Music, printed or in manuscript, whether or not bound or illustrated\",\r\n\t\t\t\"parent\": \"49\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"490400\",\r\n\t\t\t\"text\": \"490400 - Music; printed or in manuscript, whether or not bound or illustrated\",\r\n\t\t\t\"parent\": \"4904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4905\",\r\n\t\t\t\"text\": \"4905 - Maps and hydrographic or similar charts of all kinds, including atlases, wall maps, topographical plans and globes, printed\",\r\n\t\t\t\"parent\": \"49\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"490510\",\r\n\t\t\t\"text\": \"490510 - Globes; printed\",\r\n\t\t\t\"parent\": \"4905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"490520\",\r\n\t\t\t\"text\": \"490520 - Maps and hydrographic or similar charts; printed in book form, including atlases, topographical plans and similar\",\r\n\t\t\t\"parent\": \"4905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"490590\",\r\n\t\t\t\"text\": \"490590 - Maps and hydrographic or similar charts; (printed other than in book form), including wall maps, topographical plans and similar\",\r\n\t\t\t\"parent\": \"4905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"490591\",\r\n\t\t\t\"text\": \"490591 - Maps and hydrographic or similar charts; printed in book form, including atlases, topographical plans and similar\",\r\n\t\t\t\"parent\": \"4905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"490599\",\r\n\t\t\t\"text\": \"490599 - Maps and hydrographic or similar charts; (printed other than in book form), including wall maps, topographical plans and similar\",\r\n\t\t\t\"parent\": \"4905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4906\",\r\n\t\t\t\"text\": \"4906 - Plans and drawings; for architectural, engineering, industrial, commercial, topographical or similar, being originals drawn by hand; hand-written texts; photo- graphic reproductions; their carbon copies\",\r\n\t\t\t\"parent\": \"49\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"490600\",\r\n\t\t\t\"text\": \"490600 - Plans and drawings; for architectural, engineering, industrial, commercial, topographical or similar, being originals drawn by hand; hand-written texts; photo- graphic reproductions; their carbon copies\",\r\n\t\t\t\"parent\": \"4906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4907\",\r\n\t\t\t\"text\": \"4907 - Unused postage, revenue or similar stamps of current or new issue in the country in which they have, or will have, a recognised face value; stamp-impressed paper; cheque forms; banknotes, stock, share or bond certificates and the like of similar title\",\r\n\t\t\t\"parent\": \"49\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"490700\",\r\n\t\t\t\"text\": \"490700 - Unused postage, revenue or similar stamps of current or new issue in the country in which they have, or will have, a recognised face value; stamp-impressed paper; cheque forms; banknotes, stock, share or bond certificates and the like of similar title\",\r\n\t\t\t\"parent\": \"4907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4908\",\r\n\t\t\t\"text\": \"4908 - Transfers (decalcomanias)\",\r\n\t\t\t\"parent\": \"49\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"490810\",\r\n\t\t\t\"text\": \"490810 - Printed matter; transfers (decalcomanias), vitrifiable\",\r\n\t\t\t\"parent\": \"4908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"490890\",\r\n\t\t\t\"text\": \"490890 - Printed matter; transfers (decalcomanias), other than vitrifiable\",\r\n\t\t\t\"parent\": \"4908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4909\",\r\n\t\t\t\"text\": \"4909 - Printed or illustrated postcards; printed cards bearing personal greetings, messages or announcements, whether or not illustrated, with or without envelopes or trimmings\",\r\n\t\t\t\"parent\": \"49\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"490900\",\r\n\t\t\t\"text\": \"490900 - Printed or illustrated postcards; printed cards bearing personal greetings, messages or announcements, whether or not illustrated, with or without envelopes or trimmings\",\r\n\t\t\t\"parent\": \"4909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4910\",\r\n\t\t\t\"text\": \"4910 - Calendars of any kind, printed, including calendar blocks\",\r\n\t\t\t\"parent\": \"49\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"491000\",\r\n\t\t\t\"text\": \"491000 - Calendars; printed, of any kind, including calendar blocks\",\r\n\t\t\t\"parent\": \"4910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"4911\",\r\n\t\t\t\"text\": \"4911 - Printed matter, n.e.c., including printed pictures and photographs\",\r\n\t\t\t\"parent\": \"49\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"491110\",\r\n\t\t\t\"text\": \"491110 - Printed matter; trade advertising material, commercial catalogues and the like\",\r\n\t\t\t\"parent\": \"4911\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"491191\",\r\n\t\t\t\"text\": \"491191 - Printed matter; pictures, designs and photographs, n.e.c. in item no. 4911.10\",\r\n\t\t\t\"parent\": \"4911\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"491199\",\r\n\t\t\t\"text\": \"491199 - Printed matter; n.e.c. in heading no. 4911\",\r\n\t\t\t\"parent\": \"4911\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"50\",\r\n\t\t\t\"text\": \"50 - Silk\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5001\",\r\n\t\t\t\"text\": \"5001 - Silk-worm cocoons suitable for reeling\",\r\n\t\t\t\"parent\": \"50\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"500100\",\r\n\t\t\t\"text\": \"500100 - Silk; silk-worm cocoons suitable for reeling\",\r\n\t\t\t\"parent\": \"5001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5002\",\r\n\t\t\t\"text\": \"5002 - Raw silk (not thrown)\",\r\n\t\t\t\"parent\": \"50\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"500200\",\r\n\t\t\t\"text\": \"500200 - Silk; raw silk (not thrown)\",\r\n\t\t\t\"parent\": \"5002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5003\",\r\n\t\t\t\"text\": \"5003 - Silk waste (including cocoons unsuitable for reeling, yarn waste and garnetted stock)\",\r\n\t\t\t\"parent\": \"50\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"500300\",\r\n\t\t\t\"text\": \"500300 - Silk waste (including cocoons unsuitable for reeling, yarn waste and garnetted stock)\",\r\n\t\t\t\"parent\": \"5003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"500310\",\r\n\t\t\t\"text\": \"500310 - Silk waste, not carded or combed\",\r\n\t\t\t\"parent\": \"5003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"500390\",\r\n\t\t\t\"text\": \"500390 - Silk waste, carded or combed\",\r\n\t\t\t\"parent\": \"5003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5004\",\r\n\t\t\t\"text\": \"5004 - Silk; yarn (other than yarn spun from silk waste), not put up for retail sale\",\r\n\t\t\t\"parent\": \"50\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"500400\",\r\n\t\t\t\"text\": \"500400 - Silk; yarn (other than yarn spun from silk waste), not put up for retail sale\",\r\n\t\t\t\"parent\": \"5004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5005\",\r\n\t\t\t\"text\": \"5005 - Yarn spun from silk waste, not put up for retail sale\",\r\n\t\t\t\"parent\": \"50\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"500500\",\r\n\t\t\t\"text\": \"500500 - Silk; yarn spun from silk waste, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5006\",\r\n\t\t\t\"text\": \"5006 - Silk yarn and yarn spun from silk waste, put up for retail sale; silk-worm gut\",\r\n\t\t\t\"parent\": \"50\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"500600\",\r\n\t\t\t\"text\": \"500600 - Silk yarn and yarn spun from silk waste; put up for retail sale, and silk-worm gut\",\r\n\t\t\t\"parent\": \"5006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5007\",\r\n\t\t\t\"text\": \"5007 - Woven fabrics of silk or of silk waste\",\r\n\t\t\t\"parent\": \"50\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"500710\",\r\n\t\t\t\"text\": \"500710 - Silk; woven fabrics of noil silk\",\r\n\t\t\t\"parent\": \"5007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"500720\",\r\n\t\t\t\"text\": \"500720 - Silk; woven fabrics, containing 85% or more by weight of silk or of silk waste other than noil silk\",\r\n\t\t\t\"parent\": \"5007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"500790\",\r\n\t\t\t\"text\": \"500790 - Silk; woven fabrics n.e.c. in heading no. 5007\",\r\n\t\t\t\"parent\": \"5007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"51\",\r\n\t\t\t\"text\": \"51 - Wool, fine or coarse animal hair; horsehair yarn and woven fabric\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5101\",\r\n\t\t\t\"text\": \"5101 - Wool, not carded or combed\",\r\n\t\t\t\"parent\": \"51\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510111\",\r\n\t\t\t\"text\": \"510111 - Wool; (not carded or combed), greasy (including fleece-washed wool), shorn\",\r\n\t\t\t\"parent\": \"5101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510119\",\r\n\t\t\t\"text\": \"510119 - Wool; (other than shorn), greasy (including fleece-washed wool), not carded or combed\",\r\n\t\t\t\"parent\": \"5101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510121\",\r\n\t\t\t\"text\": \"510121 - Wool; (not carded or combed), degreased, (not carbonised), shorn\",\r\n\t\t\t\"parent\": \"5101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510129\",\r\n\t\t\t\"text\": \"510129 - Wool; (not carded or combed), degreased, (not carbonised), (other than shorn)\",\r\n\t\t\t\"parent\": \"5101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510130\",\r\n\t\t\t\"text\": \"510130 - Wool; (not carded or combed), carbonised\",\r\n\t\t\t\"parent\": \"5101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5102\",\r\n\t\t\t\"text\": \"5102 - Fine or coarse animal hair, not carded or combed\",\r\n\t\t\t\"parent\": \"51\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510210\",\r\n\t\t\t\"text\": \"510210 - Fine animal hair, not carded or combed\",\r\n\t\t\t\"parent\": \"5102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510211\",\r\n\t\t\t\"text\": \"510211 - Hair; fine animal hair, not carded or combed, of kashmir (cashmere) goats\",\r\n\t\t\t\"parent\": \"5102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510219\",\r\n\t\t\t\"text\": \"510219 - Hair; fine animal hair, not carded or combed, other than of kashmir (cashmere) goats\",\r\n\t\t\t\"parent\": \"5102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510220\",\r\n\t\t\t\"text\": \"510220 - Hair; coarse animal hair, not carded or combed\",\r\n\t\t\t\"parent\": \"5102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5103\",\r\n\t\t\t\"text\": \"5103 - Waste of wool or of fine or coarse animal hair, including yarn waste but excluding garnetted stock\",\r\n\t\t\t\"parent\": \"51\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510310\",\r\n\t\t\t\"text\": \"510310 - Wool and hair; noils of wool or of fine animal hair, including yarn waste, but excluding garnetted stock\",\r\n\t\t\t\"parent\": \"5103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510320\",\r\n\t\t\t\"text\": \"510320 - Wool and hair; waste of wool or of fine animal hair, including yarn waste, but excluding garnetted stock and noils of wool or of fine animal hair\",\r\n\t\t\t\"parent\": \"5103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510330\",\r\n\t\t\t\"text\": \"510330 - Wool and hair; waste of coarse animal hair, including yarn waste, but excluding garnetted stock\",\r\n\t\t\t\"parent\": \"5103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5104\",\r\n\t\t\t\"text\": \"5104 - Wool, or fine or coarse animal hair; garnetted stock\",\r\n\t\t\t\"parent\": \"51\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510400\",\r\n\t\t\t\"text\": \"510400 - Wool and hair; garnetted stock of wool or of fine or coarse animal hair\",\r\n\t\t\t\"parent\": \"5104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5105\",\r\n\t\t\t\"text\": \"5105 - Wool and fine or coarse animal hair; carded or combed (including combed wool in fragments)\",\r\n\t\t\t\"parent\": \"51\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510510\",\r\n\t\t\t\"text\": \"510510 - Wool; carded\",\r\n\t\t\t\"parent\": \"5105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510521\",\r\n\t\t\t\"text\": \"510521 - Wool; wool tops and other combed wool, in fragments\",\r\n\t\t\t\"parent\": \"5105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510529\",\r\n\t\t\t\"text\": \"510529 - Wool; wool tops and other combed wool, other than in fragments\",\r\n\t\t\t\"parent\": \"5105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510530\",\r\n\t\t\t\"text\": \"510530 - Fine animal hair, carded or combed\",\r\n\t\t\t\"parent\": \"5105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510531\",\r\n\t\t\t\"text\": \"510531 - Hair; fine animal hair, carded or combed, of kashmir (cashmere) goats\",\r\n\t\t\t\"parent\": \"5105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510539\",\r\n\t\t\t\"text\": \"510539 - Hair; fine animal hair, carded or combed, other than of kashmir (cashmere) goats\",\r\n\t\t\t\"parent\": \"5105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510540\",\r\n\t\t\t\"text\": \"510540 - Hair; coarse animal hair, carded or combed\",\r\n\t\t\t\"parent\": \"5105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5106\",\r\n\t\t\t\"text\": \"5106 - Yarn of carded wool, not put up for retail sale\",\r\n\t\t\t\"parent\": \"51\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510610\",\r\n\t\t\t\"text\": \"510610 - Yarn; of carded wool, containing 85% or more by weight of wool, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510620\",\r\n\t\t\t\"text\": \"510620 - Yarn; of carded wool, containing less than 85% by weight of wool, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5107\",\r\n\t\t\t\"text\": \"5107 - Yarn of combed wool, not put up for retail sale\",\r\n\t\t\t\"parent\": \"51\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510710\",\r\n\t\t\t\"text\": \"510710 - Yarn; of combed wool, containing 85% or more by weight of wool, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510720\",\r\n\t\t\t\"text\": \"510720 - Yarn; of combed wool, containing less than 85% by weight of wool, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5108\",\r\n\t\t\t\"text\": \"5108 - Yarn of fine animal hair (carded or combed), not put up for retail sale\",\r\n\t\t\t\"parent\": \"51\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510810\",\r\n\t\t\t\"text\": \"510810 - Yarn; of fine animal hair, carded, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510820\",\r\n\t\t\t\"text\": \"510820 - Yarn; of fine animal hair, combed, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5109\",\r\n\t\t\t\"text\": \"5109 - Yarn of wool or of fine animal hair, put up for retail sale\",\r\n\t\t\t\"parent\": \"51\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510910\",\r\n\t\t\t\"text\": \"510910 - Yarn; of wool or of fine animal hair, containing 85% or more by weight of wool or fine animal hair, put up for retail sale\",\r\n\t\t\t\"parent\": \"5109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"510990\",\r\n\t\t\t\"text\": \"510990 - Yarn; of wool or of fine animal hair, containing less than 85% by weight of wool or fine animal hair, put up for retail sale\",\r\n\t\t\t\"parent\": \"5109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5110\",\r\n\t\t\t\"text\": \"5110 - Yarn of coarse animal hair or of horsehair (including gimped horsehair yarn), whether or not put up for retail sale\",\r\n\t\t\t\"parent\": \"51\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"511000\",\r\n\t\t\t\"text\": \"511000 - Yarn; of coarse animal hair or of horsehair (including gimped horsehair yarn), whether or not put up for retail sale\",\r\n\t\t\t\"parent\": \"5110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5111\",\r\n\t\t\t\"text\": \"5111 - Woven fabrics of carded wool or of carded fine animal hair\",\r\n\t\t\t\"parent\": \"51\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"511111\",\r\n\t\t\t\"text\": \"511111 - Fabrics, woven; of carded wool or of carded fine animal hair, containing 85% or more by weight of wool or of fine animal hair, of a weight not exceeding 300g/m2\",\r\n\t\t\t\"parent\": \"5111\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"511119\",\r\n\t\t\t\"text\": \"511119 - Fabrics, woven; of carded wool or of carded fine animal hair, containing 85% or more by weight of wool or of fine animal hair, of a weight exceeding 300g/m2\",\r\n\t\t\t\"parent\": \"5111\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"511120\",\r\n\t\t\t\"text\": \"511120 - Fabrics, woven; of carded wool or carded fine animal hair, containing less than 85% by weight of wool or fine animal hair, mixed mainly or solely with man-made filaments\",\r\n\t\t\t\"parent\": \"5111\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"511130\",\r\n\t\t\t\"text\": \"511130 - Fabrics, woven; of carded wool or carded fine animal hair, containing less than 85% by weight of wool or fine animal hair, mixed mainly or solely with man-made staple fibres\",\r\n\t\t\t\"parent\": \"5111\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"511190\",\r\n\t\t\t\"text\": \"511190 - Fabrics, woven; of carded wool or carded fine animal hair, containing less than 85% by weight of wool or fine animal hair, mixed mainly or solely with fibres n.e.c. in heading no. 5111\",\r\n\t\t\t\"parent\": \"5111\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5112\",\r\n\t\t\t\"text\": \"5112 - Woven fabrics of combed wool or of combed fine animal hair\",\r\n\t\t\t\"parent\": \"51\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"511211\",\r\n\t\t\t\"text\": \"511211 - Fabrics, woven; of combed wool or combed fine animal hair, containing 85% or more by weight of wool or fine animal hair, of a weight not exceeding 200g/m2\",\r\n\t\t\t\"parent\": \"5112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"511219\",\r\n\t\t\t\"text\": \"511219 - Fabrics, woven; of combed wool or combed fine animal hair, containing 85% or more by weight of wool or fine animal hair, of a weight exceeding 200g/m2\",\r\n\t\t\t\"parent\": \"5112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"511220\",\r\n\t\t\t\"text\": \"511220 - Fabrics, woven; of combed wool or combed fine animal hair, containing less than 85% by weight of wool or fine animal hair, mixed mainly or solely with man-made filaments\",\r\n\t\t\t\"parent\": \"5112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"511230\",\r\n\t\t\t\"text\": \"511230 - Fabrics, woven; of combed wool or combed fine animal hair, containing less than 85% by weight of wool or fine animal hair, mixed mainly or solely with man-made staple fibres\",\r\n\t\t\t\"parent\": \"5112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"511290\",\r\n\t\t\t\"text\": \"511290 - Fabrics, woven; of combed wool or combed fine animal hair, containing less than 85% by weight of wool or fine animal hair, mixed mainly or solely with fibres n.e.c. in heading no. 5112\",\r\n\t\t\t\"parent\": \"5112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5113\",\r\n\t\t\t\"text\": \"5113 - Woven fabrics of coarse animal hair or of horsehair\",\r\n\t\t\t\"parent\": \"51\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"511300\",\r\n\t\t\t\"text\": \"511300 - Fabrics, woven; of coarse animal hair or of horsehair\",\r\n\t\t\t\"parent\": \"5113\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"52\",\r\n\t\t\t\"text\": \"52 - Cotton\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5201\",\r\n\t\t\t\"text\": \"5201 - Cotton; not carded or combed\",\r\n\t\t\t\"parent\": \"52\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520100\",\r\n\t\t\t\"text\": \"520100 - Cotton; not carded or combed\",\r\n\t\t\t\"parent\": \"5201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5202\",\r\n\t\t\t\"text\": \"5202 - Cotton waste (including yarn waste and garnetted stock)\",\r\n\t\t\t\"parent\": \"52\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520210\",\r\n\t\t\t\"text\": \"520210 - Cotton; yarn waste (including thread waste)\",\r\n\t\t\t\"parent\": \"5202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520291\",\r\n\t\t\t\"text\": \"520291 - Cotton; garnetted stock waste\",\r\n\t\t\t\"parent\": \"5202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520299\",\r\n\t\t\t\"text\": \"520299 - Cotton; waste other than garnetted stock and yarn (including thread) waste\",\r\n\t\t\t\"parent\": \"5202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5203\",\r\n\t\t\t\"text\": \"5203 - Cotton, carded or combed\",\r\n\t\t\t\"parent\": \"52\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520300\",\r\n\t\t\t\"text\": \"520300 - Cotton; carded or combed\",\r\n\t\t\t\"parent\": \"5203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5204\",\r\n\t\t\t\"text\": \"5204 - Cotton sewing thread, whether or not put up for retail sale\",\r\n\t\t\t\"parent\": \"52\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520411\",\r\n\t\t\t\"text\": \"520411 - Cotton; sewing thread, containing 85% or more by weight of cotton, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520419\",\r\n\t\t\t\"text\": \"520419 - Cotton; sewing thread, containing less than 85% by weight of cotton, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520420\",\r\n\t\t\t\"text\": \"520420 - Cotton; sewing thread, put up for retail sale\",\r\n\t\t\t\"parent\": \"5204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5205\",\r\n\t\t\t\"text\": \"5205 - Cotton yarn (other than sewing thread), containing 85% or more by weight of cotton, not put up for retail sale\",\r\n\t\t\t\"parent\": \"52\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520511\",\r\n\t\t\t\"text\": \"520511 - Cotton yarn; (not sewing thread), single, of uncombed fibres, 85% or more by weight of cotton, measuring 714.29 decitex or more, (not exceeding 14 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520512\",\r\n\t\t\t\"text\": \"520512 - Cotton yarn; (not sewing thread), single, of uncombed fibres, 85% or more by weight of cotton, less than 714.29 but not less than 232.56 decitex (exceeding 14 but not exceeding 43 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520513\",\r\n\t\t\t\"text\": \"520513 - Cotton yarn; (not sewing thread), single, of uncombed fibres, 85% or more by weight of cotton, less than 232.56 but not less than 192.31 decitex (exceeding 43 but not exceeding 52 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520514\",\r\n\t\t\t\"text\": \"520514 - Cotton yarn; (not sewing thread), single, of uncombed fibres, 85% or more by weight of cotton, less than 192.31 but not less than 125 decitex (exceeding 52 but not exceeding 80 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520515\",\r\n\t\t\t\"text\": \"520515 - Cotton yarn; (not sewing thread), single, of uncombed fibres, 85% or more by weight of cotton, measuring less than 125 decitex (exceeding 80 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520521\",\r\n\t\t\t\"text\": \"520521 - Cotton yarn; (not sewing thread), single, of combed fibres, 85% or more by weight of cotton, measuring 714.29 decitex or more, (not exceeding 14 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520522\",\r\n\t\t\t\"text\": \"520522 - Cotton yarn; (not sewing thread), single, of combed fibres, 85% or more by weight of cotton, less than 714.29 but not less than 232.56 decitex (exceeding 14 but not exceeding 43 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520523\",\r\n\t\t\t\"text\": \"520523 - Cotton yarn; (not sewing thread), single, of combed fibres, 85% or more by weight of cotton, less than 232.56 but not less than 192.31 decitex (exceeding 43 but not exceeding 52 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520524\",\r\n\t\t\t\"text\": \"520524 - Cotton yarn; (not sewing thread), single, of combed fibres, 85% or more by weight of cotton, less than 192.31 but not less than 125 decitex (exceeding 52 but not exceeding 80 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520525\",\r\n\t\t\t\"text\": \"520525 - Cotton yarn >85% single combed <125 dtex, not retail\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520526\",\r\n\t\t\t\"text\": \"520526 - Cotton yarn; (not sewing thread), single, of combed fibres, 85% or more by weight of cotton, less than 125 but not less than 106.38 decitex (over 80 but not over 94 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520527\",\r\n\t\t\t\"text\": \"520527 - Cotton yarn; (not sewing thread), single, of combed fibres, 85% or more by weight of cotton, less than 106.38 but not less than 83.33 decitex (over 94 but not over 120 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520528\",\r\n\t\t\t\"text\": \"520528 - Cotton yarn; (not sewing thread), single, of combed fibres, 85% or more by weight of cotton, measuring less than 83.33 decitex (exceeding 120 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520531\",\r\n\t\t\t\"text\": \"520531 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, 85% or more by weight of cotton, 714.29 decitex or more (not exceeding 14 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520532\",\r\n\t\t\t\"text\": \"520532 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, 85% or more by weight of cotton, 714.28 to 232.56 decitex (15 to 43 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520533\",\r\n\t\t\t\"text\": \"520533 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, 85% or more by weight of cotton, 232.55 to 192.31 decitex (44 to 52 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520534\",\r\n\t\t\t\"text\": \"520534 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, 85% or more by weight of cotton, 192.30 to 125 decitex (53 to 80 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520535\",\r\n\t\t\t\"text\": \"520535 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, 85% or more by weight of cotton, less than 125 decitex (exceeding 80 metric number), per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520541\",\r\n\t\t\t\"text\": \"520541 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, 85% or more by weight of cotton, 714.29 decitex or more (not exceeding 14 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520542\",\r\n\t\t\t\"text\": \"520542 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, 85% or more by weight of cotton, 714.28 to 232.56 decitex (15 to 43 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520543\",\r\n\t\t\t\"text\": \"520543 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, 85% or more by weight of cotton, 232.55 to 192.31 decitex (44 to 52 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520544\",\r\n\t\t\t\"text\": \"520544 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, 85% or more by weight of cotton, 192.30 to 125 decitex (53 to 80 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520545\",\r\n\t\t\t\"text\": \"520545 - Cotton yarn >85% multiple combed <125 dtex,not retail\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520546\",\r\n\t\t\t\"text\": \"520546 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, 85% or more by weight of cotton, 124 to 106.38 decitex (81 to 94 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520547\",\r\n\t\t\t\"text\": \"520547 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, 85% or more by weight of cotton, 106.37 to 83.33 decitex (95 to 120 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520548\",\r\n\t\t\t\"text\": \"520548 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, 85% or more by weight of cotton, less than 83.33 decitex (exceeding 120 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5206\",\r\n\t\t\t\"text\": \"5206 - Cotton yarn (other than sewing thread), containing less than 85% by weight of cotton, not put up for retail sale\",\r\n\t\t\t\"parent\": \"52\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520611\",\r\n\t\t\t\"text\": \"520611 - Cotton yarn; (not sewing thread), single, of uncombed fibres, less than 85% by weight of cotton, measuring 714.29 decitex or more (not exceeding 14 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520612\",\r\n\t\t\t\"text\": \"520612 - Cotton yarn; (not sewing thread), single, of uncombed fibres, less than 85% by weight of cotton, less than 714.29 but not less than 232.56 decitex (exceeding 14 but not exceeding 43 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520613\",\r\n\t\t\t\"text\": \"520613 - Cotton yarn; (not sewing thread), single, of uncombed fibres, less than 85% by weight of cotton, less than 232.56 but not less than 192.31 decitex (exceeding 43 but not exceeding 52 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520614\",\r\n\t\t\t\"text\": \"520614 - Cotton yarn; (not sewing thread), single, of uncombed fibres, less than 85% by weight of cotton, less than 192.31 but not less than 125 decitex (exceeding 52 but not exceeding 80 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520615\",\r\n\t\t\t\"text\": \"520615 - Cotton yarn; (not sewing thread), single, of uncombed fibres, less than 85% by weight of cotton, measuring less than 125 decitex (exceeding 80 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520621\",\r\n\t\t\t\"text\": \"520621 - Cotton yarn; (not sewing thread), single, of combed fibres, less than 85% by weight of cotton, measuring 714.29 decitex or more, (not exceeding 14 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520622\",\r\n\t\t\t\"text\": \"520622 - Cotton yarn; (not sewing thread), single, of combed fibres, less than 85% by weight of cotton, less than 714.29 but not less than 232.56 decitex (exceeding 14 but not exceeding 43 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520623\",\r\n\t\t\t\"text\": \"520623 - Cotton yarn; (not sewing thread), single, of combed fibres, less than 85% by weight of cotton, less than 232.56 but not less than 192.31 decitex (exceeding 43 but not exceeding 52 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520624\",\r\n\t\t\t\"text\": \"520624 - Cotton yarn; (not sewing thread), single, of combed fibres, less than 85% by weight of cotton, less than 192.31 but not less than 125 decitex (exceeding 52 but not exceeding 80 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520625\",\r\n\t\t\t\"text\": \"520625 - Cotton yarn; (not sewing thread), single, of combed fibres, less than 85% by weight of cotton, measuring less than 125 decitex (exceeding 80 metric number), not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520631\",\r\n\t\t\t\"text\": \"520631 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, less than 85% by weight of cotton, 714.29 decitex or more (not exceeding 14 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520632\",\r\n\t\t\t\"text\": \"520632 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, less than 85% by weight of cotton, 714.28 to 232.56 decitex (15 to 43 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520633\",\r\n\t\t\t\"text\": \"520633 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, less than 85% by weight of cotton, 232.55 to 192.31 decitex (44 to 52 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520634\",\r\n\t\t\t\"text\": \"520634 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, less than 85% by weight of cotton, 192.30 to 125 decitex (53 to 80 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520635\",\r\n\t\t\t\"text\": \"520635 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, less than 85% by weight of cotton, less than 125 decitex (exceeding 80 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520641\",\r\n\t\t\t\"text\": \"520641 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, less than 85% by weight of cotton, 714.29 decitex or more (not exceeding 14 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520642\",\r\n\t\t\t\"text\": \"520642 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, less than 85% by weight of cotton, 714.28 to 232.56 decitex (15 to 43 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520643\",\r\n\t\t\t\"text\": \"520643 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, less than 85% by weight of cotton, 232.55 to 192.31 decitex (44 to 52 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520644\",\r\n\t\t\t\"text\": \"520644 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, less than 85% by weight of cotton, 192.30 to 125 decitex (53 to 80 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520645\",\r\n\t\t\t\"text\": \"520645 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, less than 85% by weight of cotton, less than 125 decitex (exceeding 80 metric number) per single yarn, not for retail sale\",\r\n\t\t\t\"parent\": \"5206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5207\",\r\n\t\t\t\"text\": \"5207 - Cotton yarn (other than sewing thread), put up for retail sale\",\r\n\t\t\t\"parent\": \"52\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520710\",\r\n\t\t\t\"text\": \"520710 - Cotton yarn; (not sewing thread), containing 85% or more by weight of cotton, put up for retail sale\",\r\n\t\t\t\"parent\": \"5207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520790\",\r\n\t\t\t\"text\": \"520790 - Cotton yarn; (not sewing thread), containing less than 85% by weight of cotton, put up for retail sale\",\r\n\t\t\t\"parent\": \"5207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5208\",\r\n\t\t\t\"text\": \"5208 - Woven fabrics of cotton, containing 85% or more by weight of cotton, weighing not more than 200 g/m2\",\r\n\t\t\t\"parent\": \"52\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520811\",\r\n\t\t\t\"text\": \"520811 - Fabrics, woven; containing 85% or more by weight of cotton, unbleached, plain weave, weighing not more than 100g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520812\",\r\n\t\t\t\"text\": \"520812 - Fabrics, woven; containing 85% or more by weight of cotton, unbleached, plain weave, weighing more than 100g/m2 but not more than 200g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520813\",\r\n\t\t\t\"text\": \"520813 - Fabrics, woven; containing 85% or more by weight of cotton, unbleached, 3-thread or 4-thread twill, including cross twill, weighing not more than 200g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520819\",\r\n\t\t\t\"text\": \"520819 - Fabrics, woven; containing 85% or more by weight of cotton, unbleached, of weaves n.e.c. in item no. 5208.1, weighing not more than 200g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520821\",\r\n\t\t\t\"text\": \"520821 - Fabrics, woven; containing 85% or more by weight of cotton, bleached, plain weave, weighing not more than 100g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520822\",\r\n\t\t\t\"text\": \"520822 - Fabrics, woven; containing 85% or more by weight of cotton, bleached, plain weave, weighing more than 100g/m2 but not more than 200g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520823\",\r\n\t\t\t\"text\": \"520823 - Fabrics, woven; containing 85% or more by weight of cotton, bleached, 3-thread or 4-thread twill, including cross twill, weighing not more than 200g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520829\",\r\n\t\t\t\"text\": \"520829 - Fabrics, woven; containing 85% or more by weight of cotton, bleached, of weaves n.e.c. in item no. 5208.2, weighing not more than 200g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520831\",\r\n\t\t\t\"text\": \"520831 - Fabrics, woven; containing 85% or more by weight of cotton, dyed, plain weave, weighing not more than 100g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520832\",\r\n\t\t\t\"text\": \"520832 - Fabrics, woven; containing 85% or more by weight of cotton, dyed, plain weave, weighing more than 100g/m2 but not more than 200g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520833\",\r\n\t\t\t\"text\": \"520833 - Fabrics, woven; containing 85% or more by weight of cotton, dyed, 3-thread or 4-thread twill, including cross twill, weighing not more than 200g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520839\",\r\n\t\t\t\"text\": \"520839 - Fabrics, woven; containing 85% or more by weight of cotton, dyed, of weaves n.e.c. in item no. 5208.3 weighing not more than 200g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520841\",\r\n\t\t\t\"text\": \"520841 - Fabrics, woven; containing 85% or more by weight of cotton, of yarns of different colours, plain weave, weighing not more than 100g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520842\",\r\n\t\t\t\"text\": \"520842 - Fabrics, woven; containing 85% or more by weight of cotton, of yarns of different colours, weighing more than 100g/m2 but not more than 200g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520843\",\r\n\t\t\t\"text\": \"520843 - Fabrics, woven; containing 85% or more by weight of cotton, of yarns of different colours, 3-thread or 4-thread twill, including cross twill, weighing not more than 200g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520849\",\r\n\t\t\t\"text\": \"520849 - Fabrics, woven; containing 85% or more by weight of cotton, of yarns of different colours, of weaves n.e.c. in item no. 5208.4, weighing not more than 200g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520851\",\r\n\t\t\t\"text\": \"520851 - Fabrics, woven; containing 85% or more by weight of cotton, printed, plain weave, weighing not more than 100g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520852\",\r\n\t\t\t\"text\": \"520852 - Fabrics, woven; containing 85% or more by weight of cotton, printed, plain weave, weighing more than 100g/m2 but not more than 200g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520853\",\r\n\t\t\t\"text\": \"520853 - Twill weave cotton, >85% <200g/m2, printed\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520859\",\r\n\t\t\t\"text\": \"520859 - Fabrics, woven; containing 85% or more by weight of cotton, printed, of weaves n.e.c. in item no. 5208.5, weighing not more than 200g/m2\",\r\n\t\t\t\"parent\": \"5208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5209\",\r\n\t\t\t\"text\": \"5209 - Woven fabrics of cotton, containing 85% or more by weight of cotton, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"52\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520911\",\r\n\t\t\t\"text\": \"520911 - Fabrics, woven; containing 85% or more by weight of cotton, unbleached, plain weave, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"5209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520912\",\r\n\t\t\t\"text\": \"520912 - Fabrics, woven; containing 85% or more by weight of cotton, unbleached, 3-thread or 4-thread twill, including cross twill, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"5209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520919\",\r\n\t\t\t\"text\": \"520919 - Fabrics, woven; containing 85% or more by weight of cotton, unbleached, of weaves n.e.c. in item no. 5209.1, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"5209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520921\",\r\n\t\t\t\"text\": \"520921 - Fabrics, woven; containing 85% or more by weight of cotton, bleached, plain weave, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"5209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520922\",\r\n\t\t\t\"text\": \"520922 - Fabrics, woven; containing 85% or more by weight of cotton, bleached, 3-thread or 4-thread twill, including cross twill, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"5209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520929\",\r\n\t\t\t\"text\": \"520929 - Fabrics, woven; containing 85% or more by weight of cotton, bleached, of weaves n.e.c. in item no. 5209.2, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"5209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520931\",\r\n\t\t\t\"text\": \"520931 - Fabrics, woven; containing 85% or more by weight of cotton, dyed, plain weave, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"5209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520932\",\r\n\t\t\t\"text\": \"520932 - Fabrics, woven; containing 85% or more by weight of cotton, dyed, 3-thread or 4-thread twill, including cross twill, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"5209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520939\",\r\n\t\t\t\"text\": \"520939 - Fabrics, woven; containing 85% or more by weight of cotton, dyed, of weaves n.e.c. in item no. 5209.3, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"5209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520941\",\r\n\t\t\t\"text\": \"520941 - Fabrics, woven; containing 85% or more by weight of cotton, of yarns of different colours, plain weave, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"5209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520942\",\r\n\t\t\t\"text\": \"520942 - Fabrics, woven; containing 85% or more by weight of cotton, of yarns of different colours, weighing more than 200g/m2, denim\",\r\n\t\t\t\"parent\": \"5209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520943\",\r\n\t\t\t\"text\": \"520943 - Fabrics, woven; containing 85% or more by weight of cotton, of yarns of different colours, 3-thread or 4-thread twill, including cross twill, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"5209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520949\",\r\n\t\t\t\"text\": \"520949 - Fabrics, woven; containing 85% or more by weight of cotton, of yarns of different colours, of weaves n.e.c. in item no. 5209.4, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"5209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520951\",\r\n\t\t\t\"text\": \"520951 - Fabrics, woven; containing 85% or more by weight of cotton, printed, plain weave, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"5209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520952\",\r\n\t\t\t\"text\": \"520952 - Fabrics, woven; containing 85% or more by weight of cotton, printed, 3-thread or 4-thread twill, including cross twill, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"5209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"520959\",\r\n\t\t\t\"text\": \"520959 - Fabrics, woven; containing 85% or more by weight of cotton, printed, of weaves n.e.c. in item no. 5209.5, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"5209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5210\",\r\n\t\t\t\"text\": \"5210 - Woven fabrics of cotton, containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing not more than 200 g/m2\",\r\n\t\t\t\"parent\": \"52\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521011\",\r\n\t\t\t\"text\": \"521011 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, unbleached, plain weave, weighing 200g/m2 or less\",\r\n\t\t\t\"parent\": \"5210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521012\",\r\n\t\t\t\"text\": \"521012 - Twill weave cotton <85% +manmade fibre <200g unbleach\",\r\n\t\t\t\"parent\": \"5210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521019\",\r\n\t\t\t\"text\": \"521019 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, unbleached, of weaves n.e.c. in item no. 5210.1, weighing 200g/m2 or less\",\r\n\t\t\t\"parent\": \"5210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521021\",\r\n\t\t\t\"text\": \"521021 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, bleached, plain weave, weighing 200g/m2 or less\",\r\n\t\t\t\"parent\": \"5210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521022\",\r\n\t\t\t\"text\": \"521022 - Twill weave cotton <85% +manmade fibre, <200g bleache\",\r\n\t\t\t\"parent\": \"5210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521029\",\r\n\t\t\t\"text\": \"521029 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing 200g/m2 or less, bleached, of weaves n.e.c. in item no. 5210.2\",\r\n\t\t\t\"parent\": \"5210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521031\",\r\n\t\t\t\"text\": \"521031 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing 200g/m2 or less, dyed, plain weave\",\r\n\t\t\t\"parent\": \"5210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521032\",\r\n\t\t\t\"text\": \"521032 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing 200g/m2 or less, dyed, 3-thread or 4-thread twill, including cross twill\",\r\n\t\t\t\"parent\": \"5210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521039\",\r\n\t\t\t\"text\": \"521039 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing 200g/m2 or less, dyed, of weaves n.e.c. in item no. 5210.3\",\r\n\t\t\t\"parent\": \"5210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521041\",\r\n\t\t\t\"text\": \"521041 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing 200g/m2 or less, of yarns of different colours, plain weave\",\r\n\t\t\t\"parent\": \"5210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521042\",\r\n\t\t\t\"text\": \"521042 - Twill cotton , <85% +manmade fibre, <200g/m2 yarn dye\",\r\n\t\t\t\"parent\": \"5210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521049\",\r\n\t\t\t\"text\": \"521049 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing 200g/m2 or less, of yarns of different colours, of weaves n.e.c. in item no. 5210.4\",\r\n\t\t\t\"parent\": \"5210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521051\",\r\n\t\t\t\"text\": \"521051 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing 200g/m2 or less, printed, plain weave\",\r\n\t\t\t\"parent\": \"5210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521052\",\r\n\t\t\t\"text\": \"521052 - Twill weave cotton, <85% +manmade fibre, <200g print\",\r\n\t\t\t\"parent\": \"5210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521059\",\r\n\t\t\t\"text\": \"521059 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing 200g/m2 or less, printed, of weaves n.e.c. in item no. 5210.5\",\r\n\t\t\t\"parent\": \"5210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5211\",\r\n\t\t\t\"text\": \"5211 - Woven fabrics of cotton, containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"52\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521111\",\r\n\t\t\t\"text\": \"521111 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, unbleached, plain weave, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"5211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521112\",\r\n\t\t\t\"text\": \"521112 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, unbleached, 3- or 4-thread twill, including cross twill, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"5211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521119\",\r\n\t\t\t\"text\": \"521119 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, unbleached, of weaves n.e.c. in item no. 5211.1, weighing more than 200g/m2\",\r\n\t\t\t\"parent\": \"5211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521120\",\r\n\t\t\t\"text\": \"521120 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, bleached\",\r\n\t\t\t\"parent\": \"5211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521121\",\r\n\t\t\t\"text\": \"521121 - Plain weave cotton <85% +manmade fibre >200g bleached\",\r\n\t\t\t\"parent\": \"5211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521122\",\r\n\t\t\t\"text\": \"521122 - Twill weave cotton <85% +manmade fibre >200g bleached\",\r\n\t\t\t\"parent\": \"5211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521129\",\r\n\t\t\t\"text\": \"521129 - Woven cotton nes, <85% +manmade fibre, >200g, bleache\",\r\n\t\t\t\"parent\": \"5211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521131\",\r\n\t\t\t\"text\": \"521131 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, dyed, plain weave\",\r\n\t\t\t\"parent\": \"5211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521132\",\r\n\t\t\t\"text\": \"521132 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, dyed, 3-thread or 4-thread twill, including cross twill\",\r\n\t\t\t\"parent\": \"5211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521139\",\r\n\t\t\t\"text\": \"521139 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, dyed, of weaves n.e.c. in item no. 5211.3\",\r\n\t\t\t\"parent\": \"5211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521141\",\r\n\t\t\t\"text\": \"521141 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, of yarns of different colours, plain weave\",\r\n\t\t\t\"parent\": \"5211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521142\",\r\n\t\t\t\"text\": \"521142 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, of yarns of different colours, denim\",\r\n\t\t\t\"parent\": \"5211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521143\",\r\n\t\t\t\"text\": \"521143 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, of yarns of different colours, 3-thread or 4-thread twill, including cross twill\",\r\n\t\t\t\"parent\": \"5211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521149\",\r\n\t\t\t\"text\": \"521149 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, of yarns of different colours, of weaves n.e.c. in item no. 5211.4\",\r\n\t\t\t\"parent\": \"5211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521151\",\r\n\t\t\t\"text\": \"521151 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, printed, plain weave\",\r\n\t\t\t\"parent\": \"5211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521152\",\r\n\t\t\t\"text\": \"521152 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, printed, 3-thread or 4-thread twill, including cross twill\",\r\n\t\t\t\"parent\": \"5211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521159\",\r\n\t\t\t\"text\": \"521159 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, printed, of weaves n.e.c. in item no. 5211.5\",\r\n\t\t\t\"parent\": \"5211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5212\",\r\n\t\t\t\"text\": \"5212 - Other woven fabrics of cotton, n.e.c. in chapter 52\",\r\n\t\t\t\"parent\": \"52\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521211\",\r\n\t\t\t\"text\": \"521211 - Fabrics, woven; of cotton, unbleached, weighing not more than 200g/m2, n.e.c. in chapter 52\",\r\n\t\t\t\"parent\": \"5212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521212\",\r\n\t\t\t\"text\": \"521212 - Fabrics, woven; of cotton, bleached, weighing not more than 200g/m2, n.e.c. in chapter 52\",\r\n\t\t\t\"parent\": \"5212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521213\",\r\n\t\t\t\"text\": \"521213 - Fabrics, woven; of cotton, dyed, weighing not more than 200g/m2, n.e.c. in chapter 52\",\r\n\t\t\t\"parent\": \"5212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521214\",\r\n\t\t\t\"text\": \"521214 - Fabrics, woven; of cotton, of yarns of different colours, weighing not more than 200g/m2, n.e.c. in chapter 52\",\r\n\t\t\t\"parent\": \"5212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521215\",\r\n\t\t\t\"text\": \"521215 - Fabrics, woven; of cotton, printed, weighing not more than 200g/m2, n.e.c. in chapter 52\",\r\n\t\t\t\"parent\": \"5212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521221\",\r\n\t\t\t\"text\": \"521221 - Fabrics, woven; of cotton, unbleached, weighing more than 200g/m2, n.e.c. in chapter 52\",\r\n\t\t\t\"parent\": \"5212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521222\",\r\n\t\t\t\"text\": \"521222 - Fabrics, woven; of cotton, bleached, weighing more than 200g/m2, n.e.c. in chapter 52\",\r\n\t\t\t\"parent\": \"5212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521223\",\r\n\t\t\t\"text\": \"521223 - Fabrics, woven; of cotton, dyed, weighing more than 200g/m2, n.e.c. in chapter 52\",\r\n\t\t\t\"parent\": \"5212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521224\",\r\n\t\t\t\"text\": \"521224 - Fabrics, woven; of cotton, of yarns of different colours, weighing more than 200g/m2, n.e.c. in chapter 52\",\r\n\t\t\t\"parent\": \"5212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"521225\",\r\n\t\t\t\"text\": \"521225 - Fabrics, woven; of cotton, printed, weighing more than 200g/m2, n.e.c. in chapter 52\",\r\n\t\t\t\"parent\": \"5212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"53\",\r\n\t\t\t\"text\": \"53 - Vegetable textile fibres; paper yarn and woven fabrics of paper yarn\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5301\",\r\n\t\t\t\"text\": \"5301 - Flax, raw or processed but not spun; flax tow and waste (including yarn waste and garnetted stock)\",\r\n\t\t\t\"parent\": \"53\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530110\",\r\n\t\t\t\"text\": \"530110 - Flax; raw or retted, but not spun\",\r\n\t\t\t\"parent\": \"5301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530121\",\r\n\t\t\t\"text\": \"530121 - Flax; broken or scutched, but not spun\",\r\n\t\t\t\"parent\": \"5301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530129\",\r\n\t\t\t\"text\": \"530129 - Flax; hackled or otherwise processed, but not spun\",\r\n\t\t\t\"parent\": \"5301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530130\",\r\n\t\t\t\"text\": \"530130 - Flax; tow and waste, including yarn waste and garnetted stock\",\r\n\t\t\t\"parent\": \"5301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5302\",\r\n\t\t\t\"text\": \"5302 - True hemp (cannabis sativa L.), raw or processed but not spun; tow and waste of true hemp (including yarn waste and garnetted stock)\",\r\n\t\t\t\"parent\": \"53\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530210\",\r\n\t\t\t\"text\": \"530210 - Hemp (cannabis sativa L.); raw or retted, but not spun\",\r\n\t\t\t\"parent\": \"5302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530290\",\r\n\t\t\t\"text\": \"530290 - Hemp (cannabis sativa L.); processed (other than retted) (but not spun), true hemp tow and waste (including yarn waste and garnetted stock)\",\r\n\t\t\t\"parent\": \"5302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5303\",\r\n\t\t\t\"text\": \"5303 - Jute and other textile bast fibres (not flax, true hemp and ramie), raw or processed but not spun; tow and waste of these fibres, including yarn waste and garnetted stock\",\r\n\t\t\t\"parent\": \"53\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530310\",\r\n\t\t\t\"text\": \"530310 - Jute and other textile bast fibres; raw or retted, but not spun, (excluding flax, hemp (cannabis sativa L.), and ramie)\",\r\n\t\t\t\"parent\": \"5303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530390\",\r\n\t\t\t\"text\": \"530390 - Jute and other textile bast fibres; processed but not spun, tow and waste of these fibres, including yarn waste and garnetted stock (excluding flax, hemp (cannabis sativa L.), and ramie)\",\r\n\t\t\t\"parent\": \"5303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5304\",\r\n\t\t\t\"text\": \"5304 - Sisal, Agave, raw, processed, not spun, tow and waste\",\r\n\t\t\t\"parent\": \"53\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530410\",\r\n\t\t\t\"text\": \"530410 - Sisal and Agave, raw\",\r\n\t\t\t\"parent\": \"5304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530490\",\r\n\t\t\t\"text\": \"530490 - Sisal and Agave, processed but not spun, tow & waste\",\r\n\t\t\t\"parent\": \"5304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5305\",\r\n\t\t\t\"text\": \"5305 - Coconut, abaca (Manila hemp or Musa textilis Nee), ramie and other vegetable textile fibres n.e.c., raw or processed but not spun; tow, noils and waste of these fibres (including yarn waste and garnetted stock)\",\r\n\t\t\t\"parent\": \"53\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530500\",\r\n\t\t\t\"text\": \"530500 - Coconut, abaca (Manila hemp or Musa textilis Nee), ramie and other vegetable textile fibres n.e.c., raw or processed but not spun; tow, noils and waste of these fibres (including yarn waste and garnetted stock)\",\r\n\t\t\t\"parent\": \"5305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530511\",\r\n\t\t\t\"text\": \"530511 - Coconut (coir) fibre, raw\",\r\n\t\t\t\"parent\": \"5305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530519\",\r\n\t\t\t\"text\": \"530519 - Coconut (coir) fibre,processed not spun, tow & waste\",\r\n\t\t\t\"parent\": \"5305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530521\",\r\n\t\t\t\"text\": \"530521 - Abaca fibre, raw\",\r\n\t\t\t\"parent\": \"5305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530529\",\r\n\t\t\t\"text\": \"530529 - Abaca fibre, processed but not spun, tow, noils, wast\",\r\n\t\t\t\"parent\": \"5305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530590\",\r\n\t\t\t\"text\": \"530590 - Ramie & oth. veg. textile fibres, n.e.s., raw/processed but not spun; tow, ...\",\r\n\t\t\t\"parent\": \"5305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530591\",\r\n\t\t\t\"text\": \"530591 - Vegetable textile fibres nes, raw\",\r\n\t\t\t\"parent\": \"5305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530599\",\r\n\t\t\t\"text\": \"530599 - Vegetable fibre nes, processed not spun, tow & waste\",\r\n\t\t\t\"parent\": \"5305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5306\",\r\n\t\t\t\"text\": \"5306 - Flax yarn\",\r\n\t\t\t\"parent\": \"53\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530610\",\r\n\t\t\t\"text\": \"530610 - Yarn; of flax, single\",\r\n\t\t\t\"parent\": \"5306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530620\",\r\n\t\t\t\"text\": \"530620 - Yarn; of flax, multiple (folded) or cabled\",\r\n\t\t\t\"parent\": \"5306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5307\",\r\n\t\t\t\"text\": \"5307 - Yarn of jute or of other textile bast fibres of heading no. 5305\",\r\n\t\t\t\"parent\": \"53\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530710\",\r\n\t\t\t\"text\": \"530710 - Yarn; of jute or of other textile bast fibres, single\",\r\n\t\t\t\"parent\": \"5307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530720\",\r\n\t\t\t\"text\": \"530720 - Yarn; of jute or of other textile bast fibres, multiple (folded) or cabled\",\r\n\t\t\t\"parent\": \"5307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5308\",\r\n\t\t\t\"text\": \"5308 - Yarn of other vegetable textile fibres; paper yarn\",\r\n\t\t\t\"parent\": \"53\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530810\",\r\n\t\t\t\"text\": \"530810 - Yarn; of coir\",\r\n\t\t\t\"parent\": \"5308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530820\",\r\n\t\t\t\"text\": \"530820 - Yarn; of hemp (cannabis sativa L.)\",\r\n\t\t\t\"parent\": \"5308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530830\",\r\n\t\t\t\"text\": \"530830 - Paper yarn\",\r\n\t\t\t\"parent\": \"5308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530890\",\r\n\t\t\t\"text\": \"530890 - Yarn; of vegetable textile fibres n.e.c. in heading no. 5306, 5307 and 5308\",\r\n\t\t\t\"parent\": \"5308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5309\",\r\n\t\t\t\"text\": \"5309 - Woven fabrics of flax\",\r\n\t\t\t\"parent\": \"53\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530911\",\r\n\t\t\t\"text\": \"530911 - Fabrics, woven; of flax, containing 85% or more flax, unbleached or bleached\",\r\n\t\t\t\"parent\": \"5309\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530919\",\r\n\t\t\t\"text\": \"530919 - Fabrics, woven; of flax, containing 85% or more flax, other than bleached or unbleached\",\r\n\t\t\t\"parent\": \"5309\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530921\",\r\n\t\t\t\"text\": \"530921 - Fabrics, woven; of flax, containing less than 85% flax, unbleached or bleached\",\r\n\t\t\t\"parent\": \"5309\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"530929\",\r\n\t\t\t\"text\": \"530929 - Fabrics, woven; of flax, containing less than 85% flax, other than unbleached or bleached\",\r\n\t\t\t\"parent\": \"5309\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5310\",\r\n\t\t\t\"text\": \"5310 - Woven fabrics of jute, other textile bast fibres of heading no. 5303\",\r\n\t\t\t\"parent\": \"53\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"531010\",\r\n\t\t\t\"text\": \"531010 - Fabrics, woven; of jute or of other textile bast fibres of heading no. 5303, unbleached\",\r\n\t\t\t\"parent\": \"5310\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"531090\",\r\n\t\t\t\"text\": \"531090 - Fabrics, woven; of jute or of other textile bast fibres of heading no. 5303, other than unbleached\",\r\n\t\t\t\"parent\": \"5310\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5311\",\r\n\t\t\t\"text\": \"5311 - Woven fabrics of other vegetable textile fibres; woven fabrics of paper yarn\",\r\n\t\t\t\"parent\": \"53\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"531100\",\r\n\t\t\t\"text\": \"531100 - Fabrics, woven; of vegetable textile fibres n.e.c. in heading no. 5309 and 5310, woven fabrics of paper yarn\",\r\n\t\t\t\"parent\": \"5311\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"54\",\r\n\t\t\t\"text\": \"54 - Man-made filaments; strip and the like of man-made textile materials\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5401\",\r\n\t\t\t\"text\": \"5401 - Sewing thread of man-made filaments, whether or not put up for retail sale\",\r\n\t\t\t\"parent\": \"54\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540110\",\r\n\t\t\t\"text\": \"540110 - Sewing thread; of synthetic filaments, whether or not put up for retail sale\",\r\n\t\t\t\"parent\": \"5401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540120\",\r\n\t\t\t\"text\": \"540120 - Sewing thread; of artificial filaments, whether or not put up for retail sale\",\r\n\t\t\t\"parent\": \"5401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5402\",\r\n\t\t\t\"text\": \"5402 - Synthetic filament yarn (other than sewing thread), not put up for retail sale, including synthetic monofilament of less than 67 decitex\",\r\n\t\t\t\"parent\": \"54\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540210\",\r\n\t\t\t\"text\": \"540210 - Hi-ten yarn of nylon, polyamide, not sewing or retail\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540211\",\r\n\t\t\t\"text\": \"540211 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of high tenacity yarn of nylon or other polyamides, textured or not; of aramids, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540219\",\r\n\t\t\t\"text\": \"540219 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of high tenacity nylon or other polyamides, textured or not; other than aramids, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540220\",\r\n\t\t\t\"text\": \"540220 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of high tenacity yarn of polyesters, whether or not textured, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540231\",\r\n\t\t\t\"text\": \"540231 - Yarn, synthetic; filament, monofilament (less than 67 decitex), textured, of nylon or other polyamides, measuring per single yarn not more than 50 decitex, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540232\",\r\n\t\t\t\"text\": \"540232 - Yarn, synthetic; filament, monofilament (less than 67 decitex), textured, of nylon or other polyamides, measuring per single yarn more than 50 decitex, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540233\",\r\n\t\t\t\"text\": \"540233 - Yarn, synthetic; filament, monofilament (less than 67 decitex), textured, of polyesters, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540234\",\r\n\t\t\t\"text\": \"540234 - Yarn, synthetic; filament, monofilament (less than 67 decitex), textured, of polypropylene, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540239\",\r\n\t\t\t\"text\": \"540239 - Yarn, synthetic; filament, monofilament (less than 67 decitex), textured, other than of nylon or other polymides, polyesters, or polypropylene, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540241\",\r\n\t\t\t\"text\": \"540241 - Yarn,nylon/polyamide, single untwisted nes, not retai\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540242\",\r\n\t\t\t\"text\": \"540242 - Yarn, polyester, part oriented, single, not retail\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540243\",\r\n\t\t\t\"text\": \"540243 - Yarn, polyester, single, untwisted nes, not retail\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540244\",\r\n\t\t\t\"text\": \"540244 - Yarn, synthetic; filament, monofilament (less than 67 decitex), other than high tenacity or textured yarn, elastomeric, single, untwisted or twisted 50 turns or less per metre, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540245\",\r\n\t\t\t\"text\": \"540245 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of nylon or other polymides (not high tenacity or textured), single, untwisted or twisted 50 turns or less per metre, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540246\",\r\n\t\t\t\"text\": \"540246 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of polyesters (not high tenacity or textured), partially oriented, single, untwisted or twisted 50 turns or less per metre, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540247\",\r\n\t\t\t\"text\": \"540247 - Yarn, synthetic; filament, monofilament (less than 67 decitex), polyesters (not high tenacity or textured), not partially oriented, single, untwisted or twisted 50 turns or less per metre, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540248\",\r\n\t\t\t\"text\": \"540248 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of polypropylene (not high tenacity or textured), single, untwisted or twisted 50 turns or less per metre, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540249\",\r\n\t\t\t\"text\": \"540249 - Yarn, synthetic; filament, monofilament (less than 67 decitex), other than high tenacity or textured yarn, single, untwisted or twisted 50 turns or less per metre, n.e.c. in heading no. 5402, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540251\",\r\n\t\t\t\"text\": \"540251 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of nylon or other polymides (not high tenacity or textured), single, twisted more than 50 turns per metre, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540252\",\r\n\t\t\t\"text\": \"540252 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of polyesters (not high tenacity or textured), single, twisted more than 50 turns per metre, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540253\",\r\n\t\t\t\"text\": \"540253 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of polypropylene (not high tenacity or textured), single, twisted more than 50 turns per metre, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540259\",\r\n\t\t\t\"text\": \"540259 - Yarn, synthetic; filament, monofilament (less than 67 decitex), other than high tenacity or textured yarn, single, twisted more than 50 turns per metre, n.e.c. in heading no. 5402, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540261\",\r\n\t\t\t\"text\": \"540261 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of nylon or other polymides (not high tenacity or textured), multiple (folded) or cabled, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540262\",\r\n\t\t\t\"text\": \"540262 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of polyesters (not high tenacity or textured), multiple (folded) or cabled, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540263\",\r\n\t\t\t\"text\": \"540263 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of polypropylene, other than high tenacity or textured yarn, multiple (folded) or cabled, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540269\",\r\n\t\t\t\"text\": \"540269 - Yarn, synthetic; filament, monofilament (less than 67 decitex), other than high tenacity or textured yarn, multiple (folded) or cabled, n.e.c. in heading no. 5402, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5403\",\r\n\t\t\t\"text\": \"5403 - Artificial filament yarn (other than sewing thread), not put up for retail sale, including artificial monofilament of less than 67 decitex\",\r\n\t\t\t\"parent\": \"54\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540310\",\r\n\t\t\t\"text\": \"540310 - Yarn, artificial; filament, monofilament (less than 67 decitex), of high tenacity viscose rayon, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540320\",\r\n\t\t\t\"text\": \"540320 - Textured yarn nes, of artificial filaments, not retai\",\r\n\t\t\t\"parent\": \"5403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540331\",\r\n\t\t\t\"text\": \"540331 - Yarn, artificial; filament, monofilament (less than 67 decitex), of viscose rayon (not high tenacity), single, untwisted or twisted 120 turns per metre or less, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540332\",\r\n\t\t\t\"text\": \"540332 - Yarn, artificial; filament, monofilament (less than 67 decitex), of viscose rayon (not high tenacity), single, twisted more than 120 turns per metre, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540333\",\r\n\t\t\t\"text\": \"540333 - Yarn, artificial; filament, monofilament (less than 67 decitex), of cellulose acetate, single, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540339\",\r\n\t\t\t\"text\": \"540339 - Yarn, artificial; filament, monofilament (less than 67 decitex), single, n.e.c. in heading no. 5403, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540341\",\r\n\t\t\t\"text\": \"540341 - Yarn, artificial; filament, monofilament (less than 67 decitex), of viscose rayon (not high tenacity), multiple (folded) or cabled, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540342\",\r\n\t\t\t\"text\": \"540342 - Yarn, artificial; filament, monofilament (less than 67 decitex), of cellulose acetate, multiple (folded) or cabled, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540349\",\r\n\t\t\t\"text\": \"540349 - Yarn, artificial; filament, monofilament (less than 67 decitex), multiple (folded) or cabled, n.e.c. in heading no. 5403, not for retail sale, not sewing thread\",\r\n\t\t\t\"parent\": \"5403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5404\",\r\n\t\t\t\"text\": \"5404 - Synthetic monofilament of 67 decitex or more, of which no cross-sectional dimension exceeds 1mm; strip and the like (e.g. artificial straw) of synthetic textile materials of an apparent width not exceeding 5mm\",\r\n\t\t\t\"parent\": \"54\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540410\",\r\n\t\t\t\"text\": \"540410 - Synthetic monofilament, >67 dtex, thickness < 1mm\",\r\n\t\t\t\"parent\": \"5404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540411\",\r\n\t\t\t\"text\": \"540411 - Elastomeric monofilament; of 67 decitex or more and of which no cross-sectional dimension exceeds 1mm\",\r\n\t\t\t\"parent\": \"5404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540412\",\r\n\t\t\t\"text\": \"540412 - Monofilament of polypropylene; of 67 decitex or more and of which no cross-sectional dimension exceeds 1mm\",\r\n\t\t\t\"parent\": \"5404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540419\",\r\n\t\t\t\"text\": \"540419 - Monofilament n.e.c. in heading no 5404; of 67 decitex or more and of which no cross-sectional dimension exceeds 1mm\",\r\n\t\t\t\"parent\": \"5404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540490\",\r\n\t\t\t\"text\": \"540490 - Filament, synthetic; strip and the like (e.g.. artificial straw), of synthetic textile materials of an apparent width not exceeding 5mm\",\r\n\t\t\t\"parent\": \"5404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5405\",\r\n\t\t\t\"text\": \"5405 - Artificial monofilament of 67 decitex or more, no cross-sectional dimension exceeds 1mm; strip and the like (e.g. artificial straw), of artificial textile materials of a width not exceeding 5mm\",\r\n\t\t\t\"parent\": \"54\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540500\",\r\n\t\t\t\"text\": \"540500 - Monofilament, synthetic; of 67 decitex or more and of which no cross-sectional dimension exceeds 1mm, strip and the like (e.g. artificial straw), of synthetic textile materials with width not over 5mm\",\r\n\t\t\t\"parent\": \"5405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5406\",\r\n\t\t\t\"text\": \"5406 - Man-made filament yarn (other than sewing thread), put up for retail sale\",\r\n\t\t\t\"parent\": \"54\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540600\",\r\n\t\t\t\"text\": \"540600 - Man-made filament yarn (other than sewing thread), put up for retail sale\",\r\n\t\t\t\"parent\": \"5406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540610\",\r\n\t\t\t\"text\": \"540610 - Yarn of synthetic filament not sewing thread, retail\",\r\n\t\t\t\"parent\": \"5406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540620\",\r\n\t\t\t\"text\": \"540620 - Yarn of artificial filament not sewing thread, retail\",\r\n\t\t\t\"parent\": \"5406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5407\",\r\n\t\t\t\"text\": \"5407 - Woven fabrics of synthetic filament yarn, including woven fabrics obtained from materials of heading no. 5404\",\r\n\t\t\t\"parent\": \"54\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540710\",\r\n\t\t\t\"text\": \"540710 - Fabrics, woven; from high tenacity yarn, of nylon, other polyamides or of polyesters\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540720\",\r\n\t\t\t\"text\": \"540720 - Fabrics, woven; from strip or the like, of synthetic textile materials\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540730\",\r\n\t\t\t\"text\": \"540730 - Fabrics, woven; from synthetic filament yarn, adhesive or thermal bonded\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540741\",\r\n\t\t\t\"text\": \"540741 - Fabrics, woven; containing 85% or more by weight of filaments of nylon or other polyamides, unbleached or bleached\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540742\",\r\n\t\t\t\"text\": \"540742 - Fabrics, woven; containing 85% or more by weight of filaments of nylon or other polyamides, dyed\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540743\",\r\n\t\t\t\"text\": \"540743 - Fabrics, woven; containing 85% or more by weight of filaments of nylon or other polyamides, of yarns of different colours\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540744\",\r\n\t\t\t\"text\": \"540744 - Fabrics, woven; containing 85% or more by weight of filaments of nylon or other polyamides, printed\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540751\",\r\n\t\t\t\"text\": \"540751 - Fabrics, woven; containing 85% or more by weight of textured polyester filaments, unbleached or bleached\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540752\",\r\n\t\t\t\"text\": \"540752 - Fabrics, woven; containing 85% or more by weight of textured polyester filaments, dyed\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540753\",\r\n\t\t\t\"text\": \"540753 - Fabrics, woven; containing 85% or more by weight of textured polyester filaments, of yarns of different colours\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540754\",\r\n\t\t\t\"text\": \"540754 - Fabrics, woven; containing 85% or more by weight of textured polyester filaments, printed\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540760\",\r\n\t\t\t\"text\": \"540760 - Woven fabric >85% non-textured polyester filament, ne\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540761\",\r\n\t\t\t\"text\": \"540761 - Fabrics, woven; containing 85% or more by weight of non-textured polyester filaments\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540769\",\r\n\t\t\t\"text\": \"540769 - Fabrics, woven; containing less than 85% by weight of non-textured polyester filaments\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540771\",\r\n\t\t\t\"text\": \"540771 - Fabrics, woven; containing 85% or more by weight of synthetic filaments (excluding nylon or other polyamides and polyesters), unbleached or bleached\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540772\",\r\n\t\t\t\"text\": \"540772 - Fabrics, woven; containing 85% or more by weight of synthetic filaments (excluding nylon or other polyamides and polyesters), dyed\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540773\",\r\n\t\t\t\"text\": \"540773 - Fabrics, woven; containing 85% or more by weight of synthetic filaments (excluding nylon or other polyamides and polyesters), of yarns of different colours\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540774\",\r\n\t\t\t\"text\": \"540774 - Fabrics, woven; containing 85% or more by weight of synthetic filaments (excluding nylon or other polyamides and polyesters), printed\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540781\",\r\n\t\t\t\"text\": \"540781 - Fabrics, woven; of synthetic filament yarn, containing less than 85% by weight of synthetic filaments, mixed mainly or solely with cotton, bleached or unbleached\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540782\",\r\n\t\t\t\"text\": \"540782 - Fabrics, woven; of synthetic filament yarn, containing less than 85% by weight of synthetic filaments, mixed mainly or solely with cotton, dyed\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540783\",\r\n\t\t\t\"text\": \"540783 - Fabrics, woven; of synthetic filament yarn, containing less than 85% by weight of synthetic filaments, mixed mainly or solely with cotton, of yarns of different colours\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540784\",\r\n\t\t\t\"text\": \"540784 - Fabrics, woven; of synthetic filament yarn, containing less than 85% by weight of synthetic filaments, printed\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540791\",\r\n\t\t\t\"text\": \"540791 - Fabrics, woven; of synthetic filament yarn, bleached or unbleached, n.e.c. in heading no. 5407\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540792\",\r\n\t\t\t\"text\": \"540792 - Fabrics, woven; of synthetic filament yarn, dyed, n.e.c. in heading 5407\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540793\",\r\n\t\t\t\"text\": \"540793 - Fabrics, woven; of synthetic filament yarn, of yarns of different colours, n.e.c. in heading no. 5407\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540794\",\r\n\t\t\t\"text\": \"540794 - Fabrics, woven; of synthetic filament yarn, printed, n.e.c. in heading no. 5407\",\r\n\t\t\t\"parent\": \"5407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5408\",\r\n\t\t\t\"text\": \"5408 - Woven fabrics of artificial filament yarn including woven fabrics obtained from materials of heading no. 5404\",\r\n\t\t\t\"parent\": \"54\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540810\",\r\n\t\t\t\"text\": \"540810 - Fabrics, woven; of viscose rayon, high tenacity, artificial filament yarn\",\r\n\t\t\t\"parent\": \"5408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540821\",\r\n\t\t\t\"text\": \"540821 - Fabrics, woven; of artificial filament yarn, containing 85% or more by weight of artificial filament, strip or the like, bleached or unbleached\",\r\n\t\t\t\"parent\": \"5408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540822\",\r\n\t\t\t\"text\": \"540822 - Fabrics, woven; of artificial filament yarn, containing 85% or more by weight of artificial filament, strip or the like, dyed\",\r\n\t\t\t\"parent\": \"5408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540823\",\r\n\t\t\t\"text\": \"540823 - Fabrics, woven; containing 85% or more by weight of artificial filament, strip or the like, of yarns of different colours\",\r\n\t\t\t\"parent\": \"5408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540824\",\r\n\t\t\t\"text\": \"540824 - Fabrics, woven; of artificial filament yarn, containing 85% or more by weight of artificial filament, strip or the like, printed\",\r\n\t\t\t\"parent\": \"5408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540831\",\r\n\t\t\t\"text\": \"540831 - Fabrics, woven; of artificial filament yarn, of artificial monofilament, strip and the like, n.e.c. in heading no. 5408, unbleached or bleached\",\r\n\t\t\t\"parent\": \"5408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540832\",\r\n\t\t\t\"text\": \"540832 - Fabrics, woven; of artificial filament yarn, of artificial monofilament, strip and the like, n.e.c. in heading no. 5408, dyed\",\r\n\t\t\t\"parent\": \"5408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540833\",\r\n\t\t\t\"text\": \"540833 - Fabrics, woven; of artificial filament yarn, of artificial monofilament, strip and the like, n.e.c. in heading no. 5408, of yarns of different colours\",\r\n\t\t\t\"parent\": \"5408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"540834\",\r\n\t\t\t\"text\": \"540834 - Fabrics, woven; of artificial filament yarn, of artificial monofilament, strip and the like, n.e.c. in heading no. 5408, printed\",\r\n\t\t\t\"parent\": \"5408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"55\",\r\n\t\t\t\"text\": \"55 - Man-made staple fibres\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5501\",\r\n\t\t\t\"text\": \"5501 - Synthetic filament tow\",\r\n\t\t\t\"parent\": \"55\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550110\",\r\n\t\t\t\"text\": \"550110 - Fibres; synthetic filament tow, of nylon or other polyamides\",\r\n\t\t\t\"parent\": \"5501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550111\",\r\n\t\t\t\"text\": \"550111 - Fibres; synthetic filament tow, of nylon or other polyamides, of aramids\",\r\n\t\t\t\"parent\": \"5501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550119\",\r\n\t\t\t\"text\": \"550119 - Fibres; synthetic filament tow, of nylon or other polyamides, of other than aramids\",\r\n\t\t\t\"parent\": \"5501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550120\",\r\n\t\t\t\"text\": \"550120 - Fibres; synthetic filament tow, of polyesters\",\r\n\t\t\t\"parent\": \"5501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550130\",\r\n\t\t\t\"text\": \"550130 - Fibres; synthetic filament tow, acrylic or modacrylic\",\r\n\t\t\t\"parent\": \"5501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550140\",\r\n\t\t\t\"text\": \"550140 - Fibres; synthetic filament tow, of polypropylene\",\r\n\t\t\t\"parent\": \"5501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550190\",\r\n\t\t\t\"text\": \"550190 - Fibres; synthetic filament tow, of synthetic materials n.e.c. in heading no. 5501\",\r\n\t\t\t\"parent\": \"5501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5502\",\r\n\t\t\t\"text\": \"5502 - Artificial filament tow\",\r\n\t\t\t\"parent\": \"55\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550200\",\r\n\t\t\t\"text\": \"550200 - Fibres; artificial filament tow\",\r\n\t\t\t\"parent\": \"5502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550210\",\r\n\t\t\t\"text\": \"550210 - Fibres; artificial filament tow of cellulose acetate\",\r\n\t\t\t\"parent\": \"5502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550290\",\r\n\t\t\t\"text\": \"550290 - Fibres; artificial filament tow, other than cellulose acetate\",\r\n\t\t\t\"parent\": \"5502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5503\",\r\n\t\t\t\"text\": \"5503 - Synthetic staple fibres, not carded, combed or otherwise processed for spinning\",\r\n\t\t\t\"parent\": \"55\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550310\",\r\n\t\t\t\"text\": \"550310 - Staple fibres of nylon, polyamides, not carded, combe\",\r\n\t\t\t\"parent\": \"5503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550311\",\r\n\t\t\t\"text\": \"550311 - Fibres; synthetic staple fibres, of aramids, not carded, combed or otherwise processed for spinning\",\r\n\t\t\t\"parent\": \"5503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550319\",\r\n\t\t\t\"text\": \"550319 - Fibres; synthetic staple fibres, of nylon or other polyamides other than aramids, not carded, combed or otherwise processed for spinning\",\r\n\t\t\t\"parent\": \"5503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550320\",\r\n\t\t\t\"text\": \"550320 - Fibres; synthetic staple fibres, of polyesters, not carded, combed or otherwise processed for spinning\",\r\n\t\t\t\"parent\": \"5503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550330\",\r\n\t\t\t\"text\": \"550330 - Fibres; synthetic staple fibres, acrylic or modacrylic, not carded, combed or otherwise processed for spinning\",\r\n\t\t\t\"parent\": \"5503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550340\",\r\n\t\t\t\"text\": \"550340 - Fibres; synthetic staple fibres, of polypropylene, not carded, combed or otherwise processed for spinning\",\r\n\t\t\t\"parent\": \"5503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550390\",\r\n\t\t\t\"text\": \"550390 - Fibres; synthetic staple fibres, of synthetic materials n.e.c. in heading no. 5503, not carded, combed or otherwise processed for spinning\",\r\n\t\t\t\"parent\": \"5503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5504\",\r\n\t\t\t\"text\": \"5504 - Artificial staple fibres, not carded, combed or otherwise processed for spinning\",\r\n\t\t\t\"parent\": \"55\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550410\",\r\n\t\t\t\"text\": \"550410 - Fibres; artificial staple fibres, of viscose, not carded, combed or otherwise processed for spinning\",\r\n\t\t\t\"parent\": \"5504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550490\",\r\n\t\t\t\"text\": \"550490 - Fibres; artificial staple fibres, other than of viscose, not carded, combed or otherwise processed for spinning\",\r\n\t\t\t\"parent\": \"5504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5505\",\r\n\t\t\t\"text\": \"5505 - Waste (including noils, yarn waste and garnetted stock), of man-made fibres\",\r\n\t\t\t\"parent\": \"55\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550510\",\r\n\t\t\t\"text\": \"550510 - Fibres; waste (including noils, yarn waste and garnetted stock), of synthetic fibres\",\r\n\t\t\t\"parent\": \"5505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550520\",\r\n\t\t\t\"text\": \"550520 - Fibres; waste (including noils, yarn waste and garnetted stock), of artificial fibres\",\r\n\t\t\t\"parent\": \"5505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5506\",\r\n\t\t\t\"text\": \"5506 - Synthetic staple fibres, carded, combed or otherwise processed for spinning\",\r\n\t\t\t\"parent\": \"55\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550610\",\r\n\t\t\t\"text\": \"550610 - Fibres; synthetic staple fibres, of nylon or other polyamides, carded, combed or otherwise processed for spinning\",\r\n\t\t\t\"parent\": \"5506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550620\",\r\n\t\t\t\"text\": \"550620 - Fibres; synthetic staple fibres, of polyesters, carded, combed or otherwise processed for spinning\",\r\n\t\t\t\"parent\": \"5506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550630\",\r\n\t\t\t\"text\": \"550630 - Fibres; synthetic staple fibres, acrylic or modacrylic, carded, combed or otherwise processed for spinning\",\r\n\t\t\t\"parent\": \"5506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550640\",\r\n\t\t\t\"text\": \"550640 - Fibres; synthetic staple fibres, of polypropylene, carded, combed or otherwise processed for spinning\",\r\n\t\t\t\"parent\": \"5506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550690\",\r\n\t\t\t\"text\": \"550690 - Fibres; synthetic staple fibres, n.e.c. in heading no. 5506, carded, combed or otherwise processed for spinning\",\r\n\t\t\t\"parent\": \"5506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5507\",\r\n\t\t\t\"text\": \"5507 - Artificial staple fibres, carded, combed or otherwise processed for spinning\",\r\n\t\t\t\"parent\": \"55\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550700\",\r\n\t\t\t\"text\": \"550700 - Fibres; artificial staple fibres, carded, combed or otherwise processed for spinning\",\r\n\t\t\t\"parent\": \"5507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5508\",\r\n\t\t\t\"text\": \"5508 - Sewing thread of man-made staple fibres, whether or not put up for retail sale\",\r\n\t\t\t\"parent\": \"55\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550810\",\r\n\t\t\t\"text\": \"550810 - Sewing thread; of synthetic staple fibres, whether or not put up for retail sale\",\r\n\t\t\t\"parent\": \"5508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550820\",\r\n\t\t\t\"text\": \"550820 - Sewing thread; of artificial staple fibres, whether or not put up for retail sale\",\r\n\t\t\t\"parent\": \"5508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5509\",\r\n\t\t\t\"text\": \"5509 - Yarn (other than sewing thread) of synthetic staple fibres, not put up for retail sale\",\r\n\t\t\t\"parent\": \"55\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550911\",\r\n\t\t\t\"text\": \"550911 - Yarn; (not sewing thread), single, of synthetic staple fibres, containing 85% or more by weight of nylon or other polyamides, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550912\",\r\n\t\t\t\"text\": \"550912 - Yarn; (not sewing thread), multiple (folded) or cabled yarn, of synthetic staple fibres, containing 85% or more by weight of nylon or other polyamides, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550921\",\r\n\t\t\t\"text\": \"550921 - Yarn; (not sewing thread), single, of synthetic staple fibres, containing 85% or more by weight of polyester, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550922\",\r\n\t\t\t\"text\": \"550922 - Yarn; (not sewing thread), multiple (folded) or cabled yarn, of synthetic staple fibres, containing 85% or more by weight of polyester, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550931\",\r\n\t\t\t\"text\": \"550931 - Yarn; (not sewing thread), single, of synthetic staple fibres, containing 85% or more by weight of acrylic or modacrylic, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550932\",\r\n\t\t\t\"text\": \"550932 - Yarn; (not sewing thread), multiple (folded) or cabled, of synthetic staple fibres, containing 85% or more by weight of acrylic or modacrylic, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550941\",\r\n\t\t\t\"text\": \"550941 - Yarn; (not sewing thread), single, containing 85% or more by weight of synthetic staple fibres, n.e.c. in heading no. 5509, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550942\",\r\n\t\t\t\"text\": \"550942 - Yarn; (not sewing thread), multiple (folded) or cabled yarn, containing 85% or more by weight of synthetic staple fibres, n.e.c. in heading no. 5509, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550951\",\r\n\t\t\t\"text\": \"550951 - Yarn; (not sewing thread), of polyester staple fibres, mixed mainly or solely with artificial staple fibres, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550952\",\r\n\t\t\t\"text\": \"550952 - Yarn; (not sewing thread), of polyester staple fibres, mixed mainly or solely with wool or fine animal hair, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550953\",\r\n\t\t\t\"text\": \"550953 - Yarn; (not sewing thread), of polyester staple fibres, mixed mainly or solely with cotton, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550959\",\r\n\t\t\t\"text\": \"550959 - Yarn; (not sewing thread), of polyester staple fibres, mixed mainly or solely with fibres n.e.c. in item no. 5509.5, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550961\",\r\n\t\t\t\"text\": \"550961 - Yarn; (not sewing thread), of acrylic or modacrylic staple fibres, mixed mainly or solely with wool or fine animal hair, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550962\",\r\n\t\t\t\"text\": \"550962 - Yarn; (not sewing thread), of acrylic or modacrylic staple fibres, mixed mainly or solely with cotton, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550969\",\r\n\t\t\t\"text\": \"550969 - Yarn; (not sewing thread), of acrylic or modacrylic staple fibres, mixed mainly or solely with fibres n.e.c. in item no. 5509.6, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550991\",\r\n\t\t\t\"text\": \"550991 - Yarn; (not sewing thread), of synthetic staple fibres, mixed mainly or solely with wool or fine animal hair, n.e.c. in heading no. 5509, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550992\",\r\n\t\t\t\"text\": \"550992 - Yarn; (not sewing thread), of synthetic staple fibres, mixed mainly or solely with cotton, n.e.c. in heading no. 5509, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"550999\",\r\n\t\t\t\"text\": \"550999 - Yarn; (not sewing thread), of synthetic staple fibres, mixed mainly or solely with fibres (other than wool, fine animal hair or cotton), n.e.c. in heading no. 5509, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5510\",\r\n\t\t\t\"text\": \"5510 - Yarn (other than sewing thread) of artificial staple fibres, not put up for retail sale\",\r\n\t\t\t\"parent\": \"55\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551011\",\r\n\t\t\t\"text\": \"551011 - Yarn; (not sewing thread), single, of artificial staple fibres, containing 85% or more by weight of artificial staple fibres, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5510\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551012\",\r\n\t\t\t\"text\": \"551012 - Yarn; (not sewing thread), multiple (folded) or cabled yarn, of artificial staple fibres, containing 85% or more by weight of artificial staple fibres, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5510\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551020\",\r\n\t\t\t\"text\": \"551020 - Yarn; (not sewing thread), of artificial staple fibres, mixed mainly or solely with wool or fine animal hair, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5510\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551030\",\r\n\t\t\t\"text\": \"551030 - Yarn; (not sewing thread), of artificial staple fibres, mixed mainly or solely with cotton, not put up for retail sale\",\r\n\t\t\t\"parent\": \"5510\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551090\",\r\n\t\t\t\"text\": \"551090 - Yarn; (not sewing thread), of artificial staple fibres, mixed mainly or solely with fibres (other than wool, fine animal hair or cotton), not put up for retail sale\",\r\n\t\t\t\"parent\": \"5510\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5511\",\r\n\t\t\t\"text\": \"5511 - Yarn (not sewing thread), of man-made staple fibres, put up for retail sale\",\r\n\t\t\t\"parent\": \"55\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551110\",\r\n\t\t\t\"text\": \"551110 - Yarn; (not sewing thread), of synthetic staple fibres, containing 85% or more by weight of synthetic staple fibres, put up for retail sale\",\r\n\t\t\t\"parent\": \"5511\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551120\",\r\n\t\t\t\"text\": \"551120 - Yarn; (not sewing thread), of synthetic staple fibres, containing less than 85% by weight of synthetic staple fibres, put up for retail sale\",\r\n\t\t\t\"parent\": \"5511\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551130\",\r\n\t\t\t\"text\": \"551130 - Yarn; (not sewing thread), of artificial staple fibres, put up for retail sale\",\r\n\t\t\t\"parent\": \"5511\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5512\",\r\n\t\t\t\"text\": \"5512 - Woven fabrics of synthetic staple fibres, containing 85% or more by weight of synthetic staple fibres\",\r\n\t\t\t\"parent\": \"55\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551211\",\r\n\t\t\t\"text\": \"551211 - Fabrics, woven; of synthetic staple fibres, containing 85% or more by weight of polyester staple fibres, unbleached or bleached\",\r\n\t\t\t\"parent\": \"5512\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551219\",\r\n\t\t\t\"text\": \"551219 - Fabrics, woven; of synthetic staple fibres, containing 85% or more by weight of polyester staple fibres, other than unbleached or bleached\",\r\n\t\t\t\"parent\": \"5512\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551221\",\r\n\t\t\t\"text\": \"551221 - Fabrics, woven; of synthetic staple fibres, containing 85% or more by weight of acrylic or modacrylic staple fibres, unbleached or bleached\",\r\n\t\t\t\"parent\": \"5512\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551229\",\r\n\t\t\t\"text\": \"551229 - Fabrics, woven; of synthetic staple fibres, containing 85% or more by weight of acrylic or modacrylic staple fibres, other than unbleached or bleached\",\r\n\t\t\t\"parent\": \"5512\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551291\",\r\n\t\t\t\"text\": \"551291 - Fabrics, woven; of synthetic staple fibres, containing 85% or more by weight of such fibres n.e.c. in heading no. 5512, unbleached or bleached\",\r\n\t\t\t\"parent\": \"5512\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551299\",\r\n\t\t\t\"text\": \"551299 - Fabrics, woven; of synthetic staple fibres, containing 85% or more by weight of such fibres n.e.c. in heading no. 5512, other than unbleached or bleached\",\r\n\t\t\t\"parent\": \"5512\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5513\",\r\n\t\t\t\"text\": \"5513 - Woven fabrics of synthetic staple fibres, containing less than 85% by weight of such fibres, mixed mainly or solely with cotton, of a weight not exceeding 170g/m2\",\r\n\t\t\t\"parent\": \"55\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551311\",\r\n\t\t\t\"text\": \"551311 - Fabrics, woven; plain weave, of polyester staple fibres, containing less than 85% by weight of such fibres, mixed mainly or solely with cotton, of a weight not exceeding 170g/m2, unbleached or bleached\",\r\n\t\t\t\"parent\": \"5513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551312\",\r\n\t\t\t\"text\": \"551312 - Fabrics, woven; 3-thread or 4-thread twill, of polyester staple fibres, containing less than 85% by weight of such, mixed mainly or solely with cotton, not exceeding 170g/m2, unbleached or bleached\",\r\n\t\t\t\"parent\": \"5513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551313\",\r\n\t\t\t\"text\": \"551313 - Fabrics, woven; of polyester staple fibres, containing less than 85% by weight of such fibres, mixed mainly or solely with cotton, not exceeding 170g/m2, unbleached or bleached\",\r\n\t\t\t\"parent\": \"5513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551319\",\r\n\t\t\t\"text\": \"551319 - Fabrics, woven; containing less than 85% by weight of synthetic staple fibres (other than polyesters), mixed mainly or solely with cotton, not exceeding 170g/m2, unbleached or bleached\",\r\n\t\t\t\"parent\": \"5513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551321\",\r\n\t\t\t\"text\": \"551321 - Fabrics, woven; plain weave, dyed, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, not exceeding 170g/m2\",\r\n\t\t\t\"parent\": \"5513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551322\",\r\n\t\t\t\"text\": \"551322 - Woven twill >85% polyester + cotton, <170g/m2 dyed\",\r\n\t\t\t\"parent\": \"5513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551323\",\r\n\t\t\t\"text\": \"551323 - Fabrics, woven; dyed, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, not exceeding 170g/m2\",\r\n\t\t\t\"parent\": \"5513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551329\",\r\n\t\t\t\"text\": \"551329 - Fabrics, woven; dyed, containing less than 85% by weight of synthetic staple fibres (other than polyesters), mixed mainly or solely with cotton, not exceeding 170g/m2\",\r\n\t\t\t\"parent\": \"5513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551331\",\r\n\t\t\t\"text\": \"551331 - Fabrics, woven; plain weave, of yarns of different colours, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, not exceeding 170g/m2\",\r\n\t\t\t\"parent\": \"5513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551332\",\r\n\t\t\t\"text\": \"551332 - Woven twill >85% polyester + cotton,<170g/m2 yarn dye\",\r\n\t\t\t\"parent\": \"5513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551333\",\r\n\t\t\t\"text\": \"551333 - Woven nes >85% polyester + cotton, <170g/m2 yarn dyed\",\r\n\t\t\t\"parent\": \"5513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551339\",\r\n\t\t\t\"text\": \"551339 - Fabrics, woven; of yarns of different colours, containing less than 85% of synthetic staple fibres (other than polyester, plain weave), mixed mainly or solely with cotton, not exceeding 170g/m2\",\r\n\t\t\t\"parent\": \"5513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551341\",\r\n\t\t\t\"text\": \"551341 - Fabrics, woven; plain weave, printed, of polyester staple fibres, containing less than 85% by weight of such fibres, mixed mainly or solely with cotton, not exceeding 170g/m2\",\r\n\t\t\t\"parent\": \"5513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551342\",\r\n\t\t\t\"text\": \"551342 - Woven twill >85% polyester + cotton, <170g/m2 printed\",\r\n\t\t\t\"parent\": \"5513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551343\",\r\n\t\t\t\"text\": \"551343 - Woven nes >85% polyester + cotton, <170g/m2 printed\",\r\n\t\t\t\"parent\": \"5513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551349\",\r\n\t\t\t\"text\": \"551349 - Fabrics, woven; printed, containing less than 85% by weight of synthetic staple fibres (other than polyester, plain weave), mixed mainly or solely with cotton, not exceeding 170g/m2\",\r\n\t\t\t\"parent\": \"5513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5514\",\r\n\t\t\t\"text\": \"5514 - Woven fabrics of synthetic staple fibres, containing less than 85% by weight of such fibres, mixed mainly or solely with cotton, of a weight exceeding 170g/m2\",\r\n\t\t\t\"parent\": \"55\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551411\",\r\n\t\t\t\"text\": \"551411 - Fabrics, woven; plain weave, unbleached or bleached, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, exceeding 170g/m2\",\r\n\t\t\t\"parent\": \"5514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551412\",\r\n\t\t\t\"text\": \"551412 - Fabrics, woven; 3- or 4-thread twill, including cross twill, unbleached or bleached, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, over 170g/m2\",\r\n\t\t\t\"parent\": \"5514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551413\",\r\n\t\t\t\"text\": \"551413 - Woven nes >85% polyester + cotton, >170g/m2 unbl/blch\",\r\n\t\t\t\"parent\": \"5514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551419\",\r\n\t\t\t\"text\": \"551419 - Fabrics, woven; unbleached or bleached, containing less than 85% by weight of synthetic staple fibres n.e.c. in item no. 55.14.1, mixed mainly or solely with cotton, exceeding 170g/m2\",\r\n\t\t\t\"parent\": \"5514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551421\",\r\n\t\t\t\"text\": \"551421 - Fabrics, woven; plain weave, dyed, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, exceeding 170g/m2\",\r\n\t\t\t\"parent\": \"5514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551422\",\r\n\t\t\t\"text\": \"551422 - Fabrics, woven; 3- or 4-thread twill, including cross twill, dyed, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, exceeding 170g/m2\",\r\n\t\t\t\"parent\": \"5514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551423\",\r\n\t\t\t\"text\": \"551423 - Fabrics, woven; dyed, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, exceeding 170g/m2, n.e.c. in heading no. 5514\",\r\n\t\t\t\"parent\": \"5514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551429\",\r\n\t\t\t\"text\": \"551429 - Fabrics, woven; dyed, containing less than 85% by weight of synthetic staple fibres (other than polyesters), mixed mainly or solely with cotton, exceeding 170g/m2\",\r\n\t\t\t\"parent\": \"5514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551430\",\r\n\t\t\t\"text\": \"551430 - Fabrics, woven; of yarns of different colours, containing less than 85% by weight of synthetic staple fibres, mixed mainly or solely with cotton, exceeding 170g/m2\",\r\n\t\t\t\"parent\": \"5514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551431\",\r\n\t\t\t\"text\": \"551431 - Woven plain >85% polyester + cotton,>170g/m2 yarn dye\",\r\n\t\t\t\"parent\": \"5514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551432\",\r\n\t\t\t\"text\": \"551432 - Woven twill >85% polyester + cotton,>170g/m2 yarn dye\",\r\n\t\t\t\"parent\": \"5514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551433\",\r\n\t\t\t\"text\": \"551433 - Woven nes >85% polyester + cotton, >170g/m2 yarn dyed\",\r\n\t\t\t\"parent\": \"5514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551439\",\r\n\t\t\t\"text\": \"551439 - Woven fabric>85% synth nes + cotton,>170g/m2 yarn dye\",\r\n\t\t\t\"parent\": \"5514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551441\",\r\n\t\t\t\"text\": \"551441 - Fabrics, woven; plain weave, printed, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, exceeding 170g/m2\",\r\n\t\t\t\"parent\": \"5514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551442\",\r\n\t\t\t\"text\": \"551442 - Fabrics, woven; 3- or 4-thread twill, including cross twill, printed, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, exceeding 170g/m2\",\r\n\t\t\t\"parent\": \"5514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551443\",\r\n\t\t\t\"text\": \"551443 - Fabrics, woven; printed, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, weight exceeding 170g/m2, n.e.c. in heading no. 5514\",\r\n\t\t\t\"parent\": \"5514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551449\",\r\n\t\t\t\"text\": \"551449 - Fabrics, woven; printed, containing less than 85% by weight of synthetic staple fibres (other than polyesters), mixed mainly or solely with cotton, exceeding 170g/m2\",\r\n\t\t\t\"parent\": \"5514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5515\",\r\n\t\t\t\"text\": \"5515 - Woven fabrics of synthetic staple fibres, n.e.c. in chapter 55\",\r\n\t\t\t\"parent\": \"55\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551511\",\r\n\t\t\t\"text\": \"551511 - Fabrics, woven; of polyester staple fibres n.e.c. in chapter 55, mixed mainly or solely with viscose rayon staple fibres\",\r\n\t\t\t\"parent\": \"5515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551512\",\r\n\t\t\t\"text\": \"551512 - Fabrics, woven; of polyester staple fibres n.e.c. in chapter 55, mixed mainly or solely with man-made filaments\",\r\n\t\t\t\"parent\": \"5515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551513\",\r\n\t\t\t\"text\": \"551513 - Fabrics, woven; of polyester staple fibres n.e.c. in chapter 55, mixed mainly or solely with wool or fine animal hair\",\r\n\t\t\t\"parent\": \"5515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551519\",\r\n\t\t\t\"text\": \"551519 - Fabrics, woven; of polyester staple fibres n.e.c. in chapter 55, mixed mainly or solely with fibres n.e.c. in item no. 5515.1\",\r\n\t\t\t\"parent\": \"5515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551521\",\r\n\t\t\t\"text\": \"551521 - Fabrics, woven; of acrylic or modacrylic staple fibres n.e.c. in chapter 55, mixed mainly or solely with man-made filaments\",\r\n\t\t\t\"parent\": \"5515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551522\",\r\n\t\t\t\"text\": \"551522 - Fabrics, woven; of acrylic or modacrylic staple fibres n.e.c. in chapter 55, mixed mainly or solely with wool or fine animal hair\",\r\n\t\t\t\"parent\": \"5515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551529\",\r\n\t\t\t\"text\": \"551529 - Fabrics, woven; of acrylic or modacrylic staple fibres n.e.c. in chapter 55, mixed mainly or solely with fibres n.e.c. in item no. 5515.2\",\r\n\t\t\t\"parent\": \"5515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551591\",\r\n\t\t\t\"text\": \"551591 - Fabrics, woven; of synthetic staple fibres n.e.c. in chapter 55, mixed mainly or solely with man-made filaments\",\r\n\t\t\t\"parent\": \"5515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551592\",\r\n\t\t\t\"text\": \"551592 - Woven fabric synthetic staple with wool or hair nes\",\r\n\t\t\t\"parent\": \"5515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551599\",\r\n\t\t\t\"text\": \"551599 - Fabrics, woven; of synthetic staple fibres n.e.c. in chapter 55, mixed mainly or solely with fibres n.e.c. in heading no. 5515\",\r\n\t\t\t\"parent\": \"5515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5516\",\r\n\t\t\t\"text\": \"5516 - Woven fabrics of artificial staple fibres\",\r\n\t\t\t\"parent\": \"55\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551611\",\r\n\t\t\t\"text\": \"551611 - Fabrics, woven; unbleached or bleached, containing 85% or more by weight of artificial staple fibres\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551612\",\r\n\t\t\t\"text\": \"551612 - Fabrics, woven; dyed, containing 85% or more by weight of artificial staple fibres\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551613\",\r\n\t\t\t\"text\": \"551613 - Fabrics, woven; of yarns of different colours, containing 85% or more by weight of artificial staple fibres\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551614\",\r\n\t\t\t\"text\": \"551614 - Fabrics, woven; printed, containing 85% or more by weight of artificial staple fibres\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551621\",\r\n\t\t\t\"text\": \"551621 - Fabrics, woven; unbleached or bleached, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with manmade filaments\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551622\",\r\n\t\t\t\"text\": \"551622 - Fabrics, woven; dyed, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with man-made filaments\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551623\",\r\n\t\t\t\"text\": \"551623 - Fabrics, woven; of yarns of different colours, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with man-made filaments\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551624\",\r\n\t\t\t\"text\": \"551624 - Fabrics, woven; printed, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with man-made filaments\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551631\",\r\n\t\t\t\"text\": \"551631 - Fabrics, woven; unbleached or bleached, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with wool or fine animal hair\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551632\",\r\n\t\t\t\"text\": \"551632 - Fabrics, woven; dyed, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with wool or fine animal hair\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551633\",\r\n\t\t\t\"text\": \"551633 - Fabrics, woven; of yarns of different colours, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with wool or fine animal hair\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551634\",\r\n\t\t\t\"text\": \"551634 - Fabrics, woven; printed, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with wool or fine animal hair\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551641\",\r\n\t\t\t\"text\": \"551641 - Fabrics, woven; unbleached or bleached, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with cotton\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551642\",\r\n\t\t\t\"text\": \"551642 - Fabrics, woven; dyed, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with cotton\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551643\",\r\n\t\t\t\"text\": \"551643 - Fabrics, woven; of yarns of different colours, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with cotton\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551644\",\r\n\t\t\t\"text\": \"551644 - Fabrics, woven; printed, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with cotton\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551691\",\r\n\t\t\t\"text\": \"551691 - Fabrics, woven; unbleached or bleached, of artificial staple fibres, n.e.c. in heading no. 5516\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551692\",\r\n\t\t\t\"text\": \"551692 - Fabrics, woven; dyed, of artificial staple fibres, n.e.c. in heading no. 5516\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551693\",\r\n\t\t\t\"text\": \"551693 - Fabrics, woven; of yarns of different colours, of artificial staple fibres, n.e.c. in heading no. 5516\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"551694\",\r\n\t\t\t\"text\": \"551694 - Fabrics, woven; printed, of artificial staple fibres, n.e.c. in heading no. 5516\",\r\n\t\t\t\"parent\": \"5516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"56\",\r\n\t\t\t\"text\": \"56 - Wadding, felt and nonwovens, special yarns; twine, cordage, ropes and cables and articles thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5601\",\r\n\t\t\t\"text\": \"5601 - Wadding of textile materials and articles thereof; textile fibres, not exceeding 5 mm in length (flock), textile dust and mill neps\",\r\n\t\t\t\"parent\": \"56\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560110\",\r\n\t\t\t\"text\": \"560110 - Sanitary towels & tampons, napkins & napkin liners for babies & similar sanitary articles, of wadding\",\r\n\t\t\t\"parent\": \"5601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560121\",\r\n\t\t\t\"text\": \"560121 - Wadding; other articles thereof, of cotton\",\r\n\t\t\t\"parent\": \"5601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560122\",\r\n\t\t\t\"text\": \"560122 - Wadding; other articles thereof, of man-made fibres\",\r\n\t\t\t\"parent\": \"5601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560129\",\r\n\t\t\t\"text\": \"560129 - Wadding; other articles thereof, other than of cotton or man-made fibres\",\r\n\t\t\t\"parent\": \"5601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560130\",\r\n\t\t\t\"text\": \"560130 - Wadding; textile flock and dust and mill neps\",\r\n\t\t\t\"parent\": \"5601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5602\",\r\n\t\t\t\"text\": \"5602 - Felt; whether or not impregnated, coated, covered or laminated\",\r\n\t\t\t\"parent\": \"56\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560210\",\r\n\t\t\t\"text\": \"560210 - Felt; needleloom felt and stitch-bonded fibre fabrics, whether or not impregnated, coated, covered or laminated\",\r\n\t\t\t\"parent\": \"5602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560221\",\r\n\t\t\t\"text\": \"560221 - Felt; of wool or fine animal hair (excluding needleloom felt or stitch-bonded fibre fabrics), not impregnated, coated, covered nor laminated\",\r\n\t\t\t\"parent\": \"5602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560229\",\r\n\t\t\t\"text\": \"560229 - Felt; of textile materials other than wool or fine animal hair (excluding needleloom felt and stitch-bonded fibre fabrics), not impregnated, coated, covered or laminated\",\r\n\t\t\t\"parent\": \"5602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560290\",\r\n\t\t\t\"text\": \"560290 - Felt; impregnated, coated, covered or laminated (excluding needleloom felt and stitch-bonded fibre fabrics)\",\r\n\t\t\t\"parent\": \"5602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5603\",\r\n\t\t\t\"text\": \"5603 - Nonwovens; whether or not impregnated, coated, covered or laminated\",\r\n\t\t\t\"parent\": \"56\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560300\",\r\n\t\t\t\"text\": \"560300 - Nonwovens textiles except felt\",\r\n\t\t\t\"parent\": \"5603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560311\",\r\n\t\t\t\"text\": \"560311 - Nonwovens; whether or not impregnated, coated, covered or laminated, of man-made filaments, (weighing not more than 25g/m2)\",\r\n\t\t\t\"parent\": \"5603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560312\",\r\n\t\t\t\"text\": \"560312 - Nonwovens; whether or not impregnated, coated, covered or laminated, of man-made filaments, (weighing more than 25g/m2 but not more than 70g/m2)\",\r\n\t\t\t\"parent\": \"5603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560313\",\r\n\t\t\t\"text\": \"560313 - Nonwovens; whether or not impregnated, coated, covered or laminated, of man-made filaments, (weighing more than 70g/m2 but not more than 150g/m2)\",\r\n\t\t\t\"parent\": \"5603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560314\",\r\n\t\t\t\"text\": \"560314 - Nonwovens; whether or not impregnated, coated, covered or laminated, of man-made filaments, (weighing more than 150g/m2)\",\r\n\t\t\t\"parent\": \"5603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560391\",\r\n\t\t\t\"text\": \"560391 - Nonwovens; whether or not impregnated, coated, covered or laminated, not of man-made filaments, (weighing not more than 25g/m2)\",\r\n\t\t\t\"parent\": \"5603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560392\",\r\n\t\t\t\"text\": \"560392 - Nonwovens; whether or not impregnated, coated, covered or laminated, not of man-made filaments, (weighing more than 25g/m2 but not more than 70g/m2)\",\r\n\t\t\t\"parent\": \"5603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560393\",\r\n\t\t\t\"text\": \"560393 - Nonwovens; whether or not impregnated, coated, covered or laminated, not of man-made filaments, (weighing more than 70g/m2 but not more than 150g/m2)\",\r\n\t\t\t\"parent\": \"5603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560394\",\r\n\t\t\t\"text\": \"560394 - Nonwovens; whether or not impregnated, coated, covered or laminated, not of man-made filaments, (weighing more than 150g/m2)\",\r\n\t\t\t\"parent\": \"5603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5604\",\r\n\t\t\t\"text\": \"5604 - Rubber thread and cord, textile covered; textile yarn and strip and the like of heading no. 5404, 5405; impregnated, coated, covered or sheathed with rubber or plastics\",\r\n\t\t\t\"parent\": \"56\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560410\",\r\n\t\t\t\"text\": \"560410 - Rubber thread and cord; textile covered\",\r\n\t\t\t\"parent\": \"5604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560420\",\r\n\t\t\t\"text\": \"560420 - Hi-ten manmade yarn rubber, plastic coated/impregnate\",\r\n\t\t\t\"parent\": \"5604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560490\",\r\n\t\t\t\"text\": \"560490 - Yarn; textile yarn, strip, and the like of heading no. 5404 or 5405, impregnated, coated, covered, or sheathed with rubber or plastics, n.e.c. in heading no. 5604\",\r\n\t\t\t\"parent\": \"5604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5605\",\r\n\t\t\t\"text\": \"5605 - Yarn; metallised, whether or not gimped, of textile yarn, or strip or the like of heading no. 5404 or 5405, combined with metal in the form of thread, strip or powder or covered with metal\",\r\n\t\t\t\"parent\": \"56\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560500\",\r\n\t\t\t\"text\": \"560500 - Yarn; metallised, whether or not gimped, of textile yarn, or strip or the like of heading no. 5404 or 5405, combined with metal in the form of thread, strip or powder or covered with metal\",\r\n\t\t\t\"parent\": \"5605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5606\",\r\n\t\t\t\"text\": \"5606 - Yarn and strip and the like of heading no. 5404 or 5405, gimped (other than those of heading no. 5606 and gimped horsehair yarn); chenille yarn (including flock chenille yarn); loop wale-yarn\",\r\n\t\t\t\"parent\": \"56\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560600\",\r\n\t\t\t\"text\": \"560600 - Yarn and strip and the like of heading no. 5404 or 5405; gimped, (other than those of heading no. 5406 and gimped horsehair yarn); chenille yarn (including flock chenille yarn); loop wale-yarn\",\r\n\t\t\t\"parent\": \"5606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5607\",\r\n\t\t\t\"text\": \"5607 - Twine, cordage, ropes and cables, whether or not plaited or braided; whether or not impregnated, coated, covered or sheathed with rubber or plastics\",\r\n\t\t\t\"parent\": \"56\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560710\",\r\n\t\t\t\"text\": \"560710 - Twine, cordage, ropes and cables, of jute, bast fibre\",\r\n\t\t\t\"parent\": \"5607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560721\",\r\n\t\t\t\"text\": \"560721 - Twine; binder or baler twine, of sisal or other textile fibres of the genus agave\",\r\n\t\t\t\"parent\": \"5607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560729\",\r\n\t\t\t\"text\": \"560729 - Twine, cordage, ropes, cables; of sisal or other textile fibres of the genus agave (excluding binder or baler twine), whether or not plaited, braided or rubber or plastic impregnated, coated, covered or sheathed\",\r\n\t\t\t\"parent\": \"5607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560730\",\r\n\t\t\t\"text\": \"560730 - Twine, cordage, ropes and cables, of abaca etc\",\r\n\t\t\t\"parent\": \"5607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560741\",\r\n\t\t\t\"text\": \"560741 - Twine; binder or baler twine, of polyethylene or polypropylene\",\r\n\t\t\t\"parent\": \"5607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560749\",\r\n\t\t\t\"text\": \"560749 - Twine, cordage, ropes, cables; of polyethylene or polypropylene (excluding binder or baler twine), whether or not plaited, braided or rubber or plastic impregnated, coated, covered or sheathed\",\r\n\t\t\t\"parent\": \"5607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560750\",\r\n\t\t\t\"text\": \"560750 - Twine, cordage, ropes, cables; of synthetic fibres other than polyethylene or polypropylene, whether or not plaited, braided or impregnated, coated, covered or sheathed with rubber or plastics\",\r\n\t\t\t\"parent\": \"5607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560790\",\r\n\t\t\t\"text\": \"560790 - Twine, cordage, ropes, cables; of materials n.e.c. in heading no. 5607, whether or not plaited, braided or impregnated, coated, covered, or sheathed with rubber or plastics\",\r\n\t\t\t\"parent\": \"5607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5608\",\r\n\t\t\t\"text\": \"5608 - Twine, cordage or rope; knotted netting, made up fishing nets and other made up nets, of textile materials\",\r\n\t\t\t\"parent\": \"56\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560811\",\r\n\t\t\t\"text\": \"560811 - Twine, cordage or rope; fishing nets, made up, of man made textile materials\",\r\n\t\t\t\"parent\": \"5608\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560819\",\r\n\t\t\t\"text\": \"560819 - Twine, cordage or rope; knotted netting, for other than fishing, of man-made textile materials\",\r\n\t\t\t\"parent\": \"5608\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560890\",\r\n\t\t\t\"text\": \"560890 - Twine, cordage or rope; knotted netting, of other than man-made textiles\",\r\n\t\t\t\"parent\": \"5608\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5609\",\r\n\t\t\t\"text\": \"5609 - Articles of yarn, strip or the like of heading no. 5404 or 5405; twine, cordage, rope or cables n.e.c. or included\",\r\n\t\t\t\"parent\": \"56\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"560900\",\r\n\t\t\t\"text\": \"560900 - Yarn; articles of yarn, strip or the like of heading no. 5404 and 5405, twine, cordage, rope or cables n.e.c. or included\",\r\n\t\t\t\"parent\": \"5609\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"57\",\r\n\t\t\t\"text\": \"57 - Carpets and other textile floor coverings\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5701\",\r\n\t\t\t\"text\": \"5701 - Carpets and other textile floor coverings; knotted, whether or not made up\",\r\n\t\t\t\"parent\": \"57\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570110\",\r\n\t\t\t\"text\": \"570110 - Carpets and other textile floor coverings; knotted, of wool or fine animal hair, whether or not made up\",\r\n\t\t\t\"parent\": \"5701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570190\",\r\n\t\t\t\"text\": \"570190 - Carpets and other textile floor coverings; knotted, of textile materials (other than wool or fine animal hair), whether or not made up\",\r\n\t\t\t\"parent\": \"5701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5702\",\r\n\t\t\t\"text\": \"5702 - Carpets and other textile floor coverings; woven, (not tufted or flocked), whether or not made up, including kelem, schumacks, karamanie and similar hand-woven rugs\",\r\n\t\t\t\"parent\": \"57\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570210\",\r\n\t\t\t\"text\": \"570210 - Carpets and other textile floor coverings; woven, (not tufted or flocked), whether or not made up, including kelem, schumacks, karamanie and similar hand-woven rugs\",\r\n\t\t\t\"parent\": \"5702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570220\",\r\n\t\t\t\"text\": \"570220 - Carpets and other textile floor coverings; woven, (not tufted or flocked), whether or not made up, of coconut fibres (coir)\",\r\n\t\t\t\"parent\": \"5702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570231\",\r\n\t\t\t\"text\": \"570231 - Carpets and other textile floor coverings; woven, (not tufted or flocked), of wool or fine animal hair, of pile construction, not made up, n.e.c. in item no. 5702.10 or 5702.20\",\r\n\t\t\t\"parent\": \"5702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570232\",\r\n\t\t\t\"text\": \"570232 - Carpets and other textile floor coverings; woven, (not tufted or flocked), of man-made textile materials, of pile construction, not made up, n.e.c. in item no. 5702.10 or 5702.20\",\r\n\t\t\t\"parent\": \"5702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570239\",\r\n\t\t\t\"text\": \"570239 - Carpets and other textile floor coverings; woven, (not tufted or flocked), of textile materials (other than man-made, wool or fine animal hair), of pile construction, not made up, n.e.c. in item no. 5702.10 or 5702.20\",\r\n\t\t\t\"parent\": \"5702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570241\",\r\n\t\t\t\"text\": \"570241 - Carpets and other textile floor coverings; woven, (not tufted or flocked), of wool or fine animal hair, of pile construction, made up, n.e.c. in item no. 5702.10 or 5702.20\",\r\n\t\t\t\"parent\": \"5702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570242\",\r\n\t\t\t\"text\": \"570242 - Carpets and other textile floor coverings; woven, (not tufted or flocked), of man-made textile materials, of pile construction, made up, n.e.c. in item no. 5702.10 or 5702.20\",\r\n\t\t\t\"parent\": \"5702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570249\",\r\n\t\t\t\"text\": \"570249 - Carpets and other textile floor coverings; woven, (not tufted or flocked), of textile materials (other than man-made, wool or fine animal hair), of pile construction, made up, n.e.c. in item no. 5702.10 or 5702.20\",\r\n\t\t\t\"parent\": \"5702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570250\",\r\n\t\t\t\"text\": \"570250 - Carpets and other textile floor coverings; woven, (not tufted or flocked), not of pile construction, not made up, n.e.c. in item no. 5702.10 or 5702.20\",\r\n\t\t\t\"parent\": \"5702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570251\",\r\n\t\t\t\"text\": \"570251 - Carpets of wool or hair, woven, not made up, nes\",\r\n\t\t\t\"parent\": \"5702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570252\",\r\n\t\t\t\"text\": \"570252 - Carpets of manmade yarn, woven, not made up, nes\",\r\n\t\t\t\"parent\": \"5702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570259\",\r\n\t\t\t\"text\": \"570259 - Carpets of yarn nes, woven, not made up, nes\",\r\n\t\t\t\"parent\": \"5702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570291\",\r\n\t\t\t\"text\": \"570291 - Carpets and other textile floor coverings; woven, (not tufted or flocked), of wool or fine animal hair, (not of pile construction), made up, n.e.c. in item no. 5702.10 or 5702.20\",\r\n\t\t\t\"parent\": \"5702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570292\",\r\n\t\t\t\"text\": \"570292 - Carpets and other textile floor coverings; woven, (not tufted or flocked), of man-made textile materials, (not of pile construction), made up, n.e.c. in item no. 5702.10 or 5702.20\",\r\n\t\t\t\"parent\": \"5702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570299\",\r\n\t\t\t\"text\": \"570299 - Carpets and other textile floor coverings; woven, (not tufted or flocked), of textile materials (other than man-made or wool or fine animal hair, not of pile construction), made up, n.e.c. in item no. 5702.10 or 5702.20\",\r\n\t\t\t\"parent\": \"5702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5703\",\r\n\t\t\t\"text\": \"5703 - Carpets and other textile floor coverings (including turf); tufted, whether or not made up\",\r\n\t\t\t\"parent\": \"57\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570310\",\r\n\t\t\t\"text\": \"570310 - Carpets and other textile floor coverings (including turf); tufted, of wool or fine animal hair, whether or not made up\",\r\n\t\t\t\"parent\": \"5703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570320\",\r\n\t\t\t\"text\": \"570320 - Carpets and other textile floor coverings; tufted, of nylon or other polyamides, whether or not made up\",\r\n\t\t\t\"parent\": \"5703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570321\",\r\n\t\t\t\"text\": \"570321 - Carpets and other textile floor coverings; tufted, of nylon or other polyamides, whether or not made up\",\r\n\t\t\t\"parent\": \"5703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570329\",\r\n\t\t\t\"text\": \"570329 - Carpets; tufted, of nylon or other polyamides, whether or not made up\",\r\n\t\t\t\"parent\": \"5703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570330\",\r\n\t\t\t\"text\": \"570330 - Carpets and other textile floor coverings; tufted, of man-made textile materials (other than polyamides), whether or not made up\",\r\n\t\t\t\"parent\": \"5703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570331\",\r\n\t\t\t\"text\": \"570331 - Carpets and other textile floor coverings; tufted, of other man-made textile materials (other than polyamides), whether or not made up\",\r\n\t\t\t\"parent\": \"5703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570339\",\r\n\t\t\t\"text\": \"570339 - Carpets; tufted, of man-made textile materials (other than polyamides), whether of not made up\",\r\n\t\t\t\"parent\": \"5703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570390\",\r\n\t\t\t\"text\": \"570390 - Carpets and other textile floor coverings; tufted, of textile materials (other than man-made, wool or fine animal hair), whether or not made up\",\r\n\t\t\t\"parent\": \"5703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5704\",\r\n\t\t\t\"text\": \"5704 - Carpets and other textile floor coverings; of felt, (not tufted or flocked), whether or not made up\",\r\n\t\t\t\"parent\": \"57\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570410\",\r\n\t\t\t\"text\": \"570410 - Textile floor coverings; felt tiles, (not tufted or flocked), whether or not made up, having a maximum surface area of 0.3m2\",\r\n\t\t\t\"parent\": \"5704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570420\",\r\n\t\t\t\"text\": \"570420 - Carpets and other textile floor coverings; of felt, (not tufted or flocked), whether or not made up, having a maximum surface area exceeding 0.3 m2 but not exceeding 1 m2\",\r\n\t\t\t\"parent\": \"5704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570490\",\r\n\t\t\t\"text\": \"570490 - Carpets and other textile floor coverings; of felt, (not tufted or flocked), in the piece, whether or not made up, having a maximum surface area exceeding 1 m2\",\r\n\t\t\t\"parent\": \"5704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5705\",\r\n\t\t\t\"text\": \"5705 - Carpets and other textile floor coverings; n.e.c. in chapter 57, whether or not made up\",\r\n\t\t\t\"parent\": \"57\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"570500\",\r\n\t\t\t\"text\": \"570500 - Carpets and other textile floor coverings; n.e.c. in chapter 57, whether or not made up\",\r\n\t\t\t\"parent\": \"5705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"58\",\r\n\t\t\t\"text\": \"58 - Fabrics; special woven fabrics, tufted textile fabrics, lace, tapestries, trimmings, embroidery\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5801\",\r\n\t\t\t\"text\": \"5801 - Fabrics; woven pile and chenille fabrics, other than fabrics of heading no. 5802 or 5806\",\r\n\t\t\t\"parent\": \"58\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580110\",\r\n\t\t\t\"text\": \"580110 - Fabrics; woven pile, of wool or fine animal hair, other than fabrics of heading no. 5802 or 5806\",\r\n\t\t\t\"parent\": \"5801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580121\",\r\n\t\t\t\"text\": \"580121 - Fabrics; woven pile, of cotton, uncut weft pile fabrics, other than fabrics of heading no. 5802 or 5806\",\r\n\t\t\t\"parent\": \"5801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580122\",\r\n\t\t\t\"text\": \"580122 - Fabrics; woven pile, of cotton, cut corduroy, other than fabrics of heading no. 5802 or 5806\",\r\n\t\t\t\"parent\": \"5801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580123\",\r\n\t\t\t\"text\": \"580123 - Fabrics; woven pile, of cotton, weft pile fabrics other than uncut and corduroy, other than fabrics of heading no. 5802 or 5806\",\r\n\t\t\t\"parent\": \"5801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580124\",\r\n\t\t\t\"text\": \"580124 - Warp pile fabrics (excl. of 58.02/58.06), TpinglT (uncut), of cotton\",\r\n\t\t\t\"parent\": \"5801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580125\",\r\n\t\t\t\"text\": \"580125 - Warp pile fabrics (excl. of 58.02/58.06), cut, of cotton\",\r\n\t\t\t\"parent\": \"5801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580126\",\r\n\t\t\t\"text\": \"580126 - Fabrics; chenille, of cotton, other than fabrics of heading no. 5802 or 5806\",\r\n\t\t\t\"parent\": \"5801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580127\",\r\n\t\t\t\"text\": \"580127 - Fabrics; woven pile, of cotton, warp pile fabrics, other than fabrics of heading no. 5802 or 5806\",\r\n\t\t\t\"parent\": \"5801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580131\",\r\n\t\t\t\"text\": \"580131 - Fabrics; woven pile, of man-made fibres, uncut weft pile fabrics, other than fabrics of heading no. 5802 or 5806\",\r\n\t\t\t\"parent\": \"5801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580132\",\r\n\t\t\t\"text\": \"580132 - Fabrics; woven pile, of man-made fibres, cut corduroy, other than fabrics of heading no. 5802 or 5806\",\r\n\t\t\t\"parent\": \"5801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580133\",\r\n\t\t\t\"text\": \"580133 - Fabrics; woven pile, of man-made fibres, other weft pile fabrics, other than fabrics of heading no. 5802 or 5806\",\r\n\t\t\t\"parent\": \"5801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580134\",\r\n\t\t\t\"text\": \"580134 - Warp pile fabrics (excl. of 58.02/58.06), TpinglT (uncut), of man-made fibres\",\r\n\t\t\t\"parent\": \"5801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580135\",\r\n\t\t\t\"text\": \"580135 - Warp pile fabrics (excl. of 58.02/58.06), cut, of man-made fibres\",\r\n\t\t\t\"parent\": \"5801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580136\",\r\n\t\t\t\"text\": \"580136 - Fabrics; chenille, of man-made fibres, other than fabrics of heading no. 5802 or 5806\",\r\n\t\t\t\"parent\": \"5801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580137\",\r\n\t\t\t\"text\": \"580137 - Fabrics; woven pile, of man-made fibres, warp pile fabrics, other than fabrics of heading no. 5802 or 5806\",\r\n\t\t\t\"parent\": \"5801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580190\",\r\n\t\t\t\"text\": \"580190 - Fabrics; woven pile and chenille, of textile materials n.e.c. in heading no. 5801, other than fabrics of heading no. 5802 or 5806\",\r\n\t\t\t\"parent\": \"5801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5802\",\r\n\t\t\t\"text\": \"5802 - Fabrics; terry towelling and similar woven terry fabrics other than narrow fabrics of heading no. 5806; tufted textile fabrics, excluding products of heading no. 5703\",\r\n\t\t\t\"parent\": \"58\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580210\",\r\n\t\t\t\"text\": \"580210 - Fabrics; terry towelling and similar woven terry fabrics, of cotton, whether bleached or unbleached, excluding narrow fabrics of heading no. 5806\",\r\n\t\t\t\"parent\": \"5802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580211\",\r\n\t\t\t\"text\": \"580211 - Fabrics; terry towelling and similar woven terry fabrics, of cotton, unbleached, excluding narrow fabrics of heading no. 5806\",\r\n\t\t\t\"parent\": \"5802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580219\",\r\n\t\t\t\"text\": \"580219 - Fabrics; terry towelling and similar woven terry fabrics, of cotton, bleached, excluding narrow fabrics of heading no. 5806\",\r\n\t\t\t\"parent\": \"5802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580220\",\r\n\t\t\t\"text\": \"580220 - Fabrics; terry towelling and similar woven terry fabrics, of textile materials, excluding cotton, excluding narrow fabrics of heading no. 5806\",\r\n\t\t\t\"parent\": \"5802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580230\",\r\n\t\t\t\"text\": \"580230 - Fabrics; tufted textile fabrics, excluding products of heading no. 5703\",\r\n\t\t\t\"parent\": \"5802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5803\",\r\n\t\t\t\"text\": \"5803 - Gauze; other than narrow fabrics of heading no. 5806\",\r\n\t\t\t\"parent\": \"58\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580300\",\r\n\t\t\t\"text\": \"580300 - Gauze; other than narrow fabrics of heading no. 5806\",\r\n\t\t\t\"parent\": \"5803\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580310\",\r\n\t\t\t\"text\": \"580310 - Cotton gauze > 30 cm wide\",\r\n\t\t\t\"parent\": \"5803\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580390\",\r\n\t\t\t\"text\": \"580390 - Gauze, except cotton, > 30 cm wide\",\r\n\t\t\t\"parent\": \"5803\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5804\",\r\n\t\t\t\"text\": \"5804 - Tulles and other net fabrics; not including woven, knitted or crocheted fabrics; lace in the piece, in strips or in motifs, (other than fabrics of headings 60.02 to 60.06)\",\r\n\t\t\t\"parent\": \"58\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580410\",\r\n\t\t\t\"text\": \"580410 - Tulles and other net fabrics; excluding woven, knitted or crocheted fabrics, (other than fabrics of headings 60.02 to 60.06)\",\r\n\t\t\t\"parent\": \"5804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580421\",\r\n\t\t\t\"text\": \"580421 - Lace; mechanically made, of man-made fibres in the piece, in strips or in motifs, (other than fabrics of headings 60.02 to 60.06)\",\r\n\t\t\t\"parent\": \"5804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580429\",\r\n\t\t\t\"text\": \"580429 - Lace; mechanically made, of textile materials, (other than man-made fibres), in the piece, in strips or motifs, (other than fabrics of headings 60.02 to 60.06)\",\r\n\t\t\t\"parent\": \"5804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580430\",\r\n\t\t\t\"text\": \"580430 - Lace; hand-made, in the piece, in strips or motifs, (other than fabrics of headings 60.02 to 60.06)\",\r\n\t\t\t\"parent\": \"5804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5805\",\r\n\t\t\t\"text\": \"5805 - Tapestries; hand-woven, (Gobelins, Flanders, Aubusson, Beauvais and the like) and needle-worked tapestries (e.g. petit point, cross-stitch) whether or not made up\",\r\n\t\t\t\"parent\": \"58\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580500\",\r\n\t\t\t\"text\": \"580500 - Tapestries; hand-woven, (Gobelins, Flanders, Aubusson, Beauvais and the like) and needle-worked tapestries (e.g. petit point, cross-stitch) whether or not made up\",\r\n\t\t\t\"parent\": \"5805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5806\",\r\n\t\t\t\"text\": \"5806 - Fabrics; narrow woven, other than goods of heading 5807; narrow fabrics consisting of warp without weft assembled by means of an adhesive (bolducs)\",\r\n\t\t\t\"parent\": \"58\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580610\",\r\n\t\t\t\"text\": \"580610 - Fabrics; woven pile (including terry towelling and similar terry fabrics) and chenille fabrics (excluding goods of heading 5807)\",\r\n\t\t\t\"parent\": \"5806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580620\",\r\n\t\t\t\"text\": \"580620 - Fabrics; narrow (excluding pile fabrics), containing by weight 5% or more of elastomeric yarn or rubber thread\",\r\n\t\t\t\"parent\": \"5806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580631\",\r\n\t\t\t\"text\": \"580631 - Fabrics; narrow woven fabrics, n.e.c. in heading no. 5806, of cotton (excluding goods of heading no. 5807)\",\r\n\t\t\t\"parent\": \"5806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580632\",\r\n\t\t\t\"text\": \"580632 - Fabrics, narrow woven fabrics, n.e.c. in heading no. 5806, of man-made fibres (excluding goods of heading no. 5807)\",\r\n\t\t\t\"parent\": \"5806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580639\",\r\n\t\t\t\"text\": \"580639 - Fabrics; narrow woven fabrics, n.e.c. in heading no. 5806, of textile materials n.e.c. in item no. 5806.3 (excluding goods of heading no. 5807)\",\r\n\t\t\t\"parent\": \"5806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580640\",\r\n\t\t\t\"text\": \"580640 - Fabrics; narrow woven, consisting of warp without weft, assembled by means of an adhesive (bolducs)\",\r\n\t\t\t\"parent\": \"5806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5807\",\r\n\t\t\t\"text\": \"5807 - Labels, badges and similar articles; of textile materials, in the piece, in strips or cut to shape or size, not embroidered\",\r\n\t\t\t\"parent\": \"58\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580710\",\r\n\t\t\t\"text\": \"580710 - Labels, badges and similar articles; woven, of textile materials, in the piece, in strips or cut to shape or size, not embroidered\",\r\n\t\t\t\"parent\": \"5807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580790\",\r\n\t\t\t\"text\": \"580790 - Labels, badges and similar articles; (other than woven), of textile materials, in the piece, in strips or cut to shape or size, not embroidered\",\r\n\t\t\t\"parent\": \"5807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5808\",\r\n\t\t\t\"text\": \"5808 - Braids in the piece; ornamental trimmings in the piece, without embroidery, other than knitted or crocheted; tassels, pompons and similar articles\",\r\n\t\t\t\"parent\": \"58\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580810\",\r\n\t\t\t\"text\": \"580810 - Braids; in the piece\",\r\n\t\t\t\"parent\": \"5808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580890\",\r\n\t\t\t\"text\": \"580890 - Ornamental trimmings; tassels, pompons and similar articles; ornamental trimmings in the piece, without embroidery, other than knitted or crocheted\",\r\n\t\t\t\"parent\": \"5808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5809\",\r\n\t\t\t\"text\": \"5809 - Fabrics, woven; of metal thread and metallised yarn of heading no. 5605, of a kind used in apparel, as furnishing fabrics or similar purposes; n.e.c. or included\",\r\n\t\t\t\"parent\": \"58\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"580900\",\r\n\t\t\t\"text\": \"580900 - Fabrics, woven; of metal thread and metallised yarn of heading no. 5605, of a kind used in apparel, as furnishing fabrics or similar purposes; n.e.c. or included\",\r\n\t\t\t\"parent\": \"5809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5810\",\r\n\t\t\t\"text\": \"5810 - Embroidery; in the piece, in strips or in motifs\",\r\n\t\t\t\"parent\": \"58\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"581010\",\r\n\t\t\t\"text\": \"581010 - Embroidery; without visible ground, in the piece, in strips or in motifs\",\r\n\t\t\t\"parent\": \"5810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"581091\",\r\n\t\t\t\"text\": \"581091 - Embroidery; with visible ground, of cotton, in the piece, in strips or in motifs\",\r\n\t\t\t\"parent\": \"5810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"581092\",\r\n\t\t\t\"text\": \"581092 - Embroidery; with visible ground, of man-made fibres, in the piece, in strips or in motifs\",\r\n\t\t\t\"parent\": \"5810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"581099\",\r\n\t\t\t\"text\": \"581099 - Embroidery; with visible ground, of textile materials (other than cotton and man-made fibres), in the piece, in strips or in motifs\",\r\n\t\t\t\"parent\": \"5810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5811\",\r\n\t\t\t\"text\": \"5811 - Quilted textile products; in the piece, composed of one or more layers of textile materials assembled with padding by stitching or otherwise (excluding embroidery of heading no. 5810)\",\r\n\t\t\t\"parent\": \"58\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"581100\",\r\n\t\t\t\"text\": \"581100 - Quilted textile products; in the piece, composed of one or more layers of textile materials assembled with padding by stitching or otherwise (excluding embroidery of heading no. 5810)\",\r\n\t\t\t\"parent\": \"5811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"59\",\r\n\t\t\t\"text\": \"59 - Textile fabrics; impregnated, coated, covered or laminated; textile articles of a kind suitable for industrial use\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5901\",\r\n\t\t\t\"text\": \"5901 - Textile fabrics, gum or amylaceous substance coated, used for outer book covers and like; tracing cloth, prepared painting canvas; buckram and similar stiffened textile fabrics used for hat foundation\",\r\n\t\t\t\"parent\": \"59\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590110\",\r\n\t\t\t\"text\": \"590110 - Textile fabrics; coated with gum or amylaceous substances, of a kind used for the outer covers of books or the like\",\r\n\t\t\t\"parent\": \"5901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590190\",\r\n\t\t\t\"text\": \"590190 - Textile fabrics; coated with gum or amylaceous substances, tracing cloth, prepared painting canvas, buckram and similar stiffened textile fabrics for hat foundations, (excluding book covers)\",\r\n\t\t\t\"parent\": \"5901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5902\",\r\n\t\t\t\"text\": \"5902 - Textile fabrics; tyrecord of high tenacity yarn of nylon or other polyamides polyesters or viscose rayon\",\r\n\t\t\t\"parent\": \"59\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590210\",\r\n\t\t\t\"text\": \"590210 - Textile fabrics; tyrecord of high tenacity yarn of nylon or other polyamides\",\r\n\t\t\t\"parent\": \"5902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590220\",\r\n\t\t\t\"text\": \"590220 - Textile fabrics; tyrecord of high tenacity yarn of polyester\",\r\n\t\t\t\"parent\": \"5902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590290\",\r\n\t\t\t\"text\": \"590290 - Textile fabrics; tyrecord of high tenacity yarn of viscose rayon\",\r\n\t\t\t\"parent\": \"5902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5903\",\r\n\t\t\t\"text\": \"5903 - Textile fabrics impregnated, coated, covered or laminated with plastics, other than those of heading no. 5902\",\r\n\t\t\t\"parent\": \"59\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590310\",\r\n\t\t\t\"text\": \"590310 - Textile fabrics; impregnated, coated, covered or laminated with poly(vinyl chloride)\",\r\n\t\t\t\"parent\": \"5903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590320\",\r\n\t\t\t\"text\": \"590320 - Textile fabrics; impregnated, coated, covered or laminated with polyurethane\",\r\n\t\t\t\"parent\": \"5903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590390\",\r\n\t\t\t\"text\": \"590390 - Textile fabrics; impregnated, coated, covered or laminated with plastics, (excluding polyvinyl chloride, polyurethane and those of heading no. 5902)\",\r\n\t\t\t\"parent\": \"5903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5904\",\r\n\t\t\t\"text\": \"5904 - Linoleum, whether or not cut to shape; floor coverings consisting of a coating or covering applied on a textile backing, whether or not cut to shape\",\r\n\t\t\t\"parent\": \"59\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590410\",\r\n\t\t\t\"text\": \"590410 - Linoleum, whether or not cut to shape\",\r\n\t\t\t\"parent\": \"5904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590490\",\r\n\t\t\t\"text\": \"590490 - Textiles floor coverings; consisting of a coating or covering applied on a textile backing, whether or not cut to shape, other than linoleum\",\r\n\t\t\t\"parent\": \"5904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590491\",\r\n\t\t\t\"text\": \"590491 - Floor covering (not linoleum) with felt,non-woven bas\",\r\n\t\t\t\"parent\": \"5904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590492\",\r\n\t\t\t\"text\": \"590492 - Floor covering (not linoleum) with other textile base\",\r\n\t\t\t\"parent\": \"5904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5905\",\r\n\t\t\t\"text\": \"5905 - Textile wall coverings\",\r\n\t\t\t\"parent\": \"59\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590500\",\r\n\t\t\t\"text\": \"590500 - Textile wall coverings of fabrics impregnated, coated, covered or laminated\",\r\n\t\t\t\"parent\": \"5905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5906\",\r\n\t\t\t\"text\": \"5906 - Textile fabrics, rubberised; other than those of heading no. 5902\",\r\n\t\t\t\"parent\": \"59\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590610\",\r\n\t\t\t\"text\": \"590610 - Textile fabrics, rubberised; (excluding those of heading no. 5902), adhesive tape of a width not exceeding 20cm\",\r\n\t\t\t\"parent\": \"5906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590691\",\r\n\t\t\t\"text\": \"590691 - Textile fabrics, rubberised; (excluding those of heading no. 5902 and adhesive tape of a width not exceeding 20cm), knitted or crocheted\",\r\n\t\t\t\"parent\": \"5906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590699\",\r\n\t\t\t\"text\": \"590699 - Textile fabrics, rubberised; (excluding those of heading no. 5902 and adhesive tape of a width not exceeding 20cm), not knitted or crocheted\",\r\n\t\t\t\"parent\": \"5906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5907\",\r\n\t\t\t\"text\": \"5907 - Textile fabrics; otherwise impregnated, coated or covered; painted canvas being theatrical scenery, studio back-cloths or the like\",\r\n\t\t\t\"parent\": \"59\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590700\",\r\n\t\t\t\"text\": \"590700 - Textile fabrics; otherwise impregnated, coated or covered, painted canvas being theatrical scenery, studio back-cloths or the like\",\r\n\t\t\t\"parent\": \"5907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5908\",\r\n\t\t\t\"text\": \"5908 - Textile wicks, woven, plaited or knitted; for lamps, stoves, lighters, candles or the like; incandescent gas mantles and tubular knitted gas mantle fabric therefor, whether or not impregnated\",\r\n\t\t\t\"parent\": \"59\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590800\",\r\n\t\t\t\"text\": \"590800 - Textile wicks, woven, plaited or knitted; for lamps, stoves, lighters, candles or the like; incandescent gas mantles and tubular knitted gas mantle fabric therefor, whether or not impregnated\",\r\n\t\t\t\"parent\": \"5908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5909\",\r\n\t\t\t\"text\": \"5909 - Textile hose piping and similar textile tubing; with or without lining, armour or accessories of other materials\",\r\n\t\t\t\"parent\": \"59\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"590900\",\r\n\t\t\t\"text\": \"590900 - Textile hosepiping and similar textile tubing; with or without lining, armour or accessories of other materials\",\r\n\t\t\t\"parent\": \"5909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5910\",\r\n\t\t\t\"text\": \"5910 - Textiles; transmission or conveyor belts or belting, of textile material, whether or not impregnated, coated, covered or laminated with plastics, or reinforced with metal or other material\",\r\n\t\t\t\"parent\": \"59\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"591000\",\r\n\t\t\t\"text\": \"591000 - Textiles; transmission or conveyor belts or belting, of textile material, whether or not impregnated, coated, covered or laminated with plastics, or reinforced with metal or other material\",\r\n\t\t\t\"parent\": \"5910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"5911\",\r\n\t\t\t\"text\": \"5911 - Textile products and articles for technical uses; specified in note 7 to this chapter\",\r\n\t\t\t\"parent\": \"59\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"591110\",\r\n\t\t\t\"text\": \"591110 - Textile fabric, felt & felt-lined woven fabrics, coated/covered/laminated with rubber, leather or other material, for card clothing, similar fabrics used for technical purposes, including rubber impregnated narrow velvet fabrics to cover weaving spindles\",\r\n\t\t\t\"parent\": \"5911\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"591120\",\r\n\t\t\t\"text\": \"591120 - Textile products and articles for technical uses; bolting cloth, whether or not made up\",\r\n\t\t\t\"parent\": \"5911\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"591131\",\r\n\t\t\t\"text\": \"591131 - Textiles; fabrics and felts, endless or fitted with linking devices, of a kind used in paper-making or similar machines, weighing less than 650g/m2\",\r\n\t\t\t\"parent\": \"5911\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"591132\",\r\n\t\t\t\"text\": \"591132 - Textiles; fabrics and felts, endless or fitted with linking devices, of a kind used in paper-making or similar machines, weighing 650g/m2 or more\",\r\n\t\t\t\"parent\": \"5911\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"591140\",\r\n\t\t\t\"text\": \"591140 - Textile products and articles for technical uses; straining cloth of a kind used in oil presses and the like, including that of human hair\",\r\n\t\t\t\"parent\": \"5911\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"591190\",\r\n\t\t\t\"text\": \"591190 - Textile products and articles for technical uses; n.e.c. in heading no. 5911\",\r\n\t\t\t\"parent\": \"5911\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"60\",\r\n\t\t\t\"text\": \"60 - Fabrics; knitted or crocheted\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6001\",\r\n\t\t\t\"text\": \"6001 - Fabrics; pile fabrics, including long pile fabrics and terry fabrics, knitted or crocheted\",\r\n\t\t\t\"parent\": \"60\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600110\",\r\n\t\t\t\"text\": \"600110 - Fabrics; long pile fabrics, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600121\",\r\n\t\t\t\"text\": \"600121 - Fabrics; looped pile fabrics, of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600122\",\r\n\t\t\t\"text\": \"600122 - Fabrics; looped pile fabrics, of man-made fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600129\",\r\n\t\t\t\"text\": \"600129 - Fabrics; looped pile fabrics, of textile materials (other than cotton or man-made fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600191\",\r\n\t\t\t\"text\": \"600191 - Fabrics; pile fabrics (excluding long pile and loop pile), of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600192\",\r\n\t\t\t\"text\": \"600192 - Fabrics; pile fabrics (excluding long pile and loop pile), of man-made fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600199\",\r\n\t\t\t\"text\": \"600199 - Fabrics; pile fabrics (excluding long pile and loop pile), of textile materials (other than cotton or man-made fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6002\",\r\n\t\t\t\"text\": \"6002 - Fabrics; knitted or crocheted, other than those of heading 60.01, of a width not exceeding 30cm, containing by weight 5% or more of elastomeric yarn or rubber thread\",\r\n\t\t\t\"parent\": \"60\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600210\",\r\n\t\t\t\"text\": \"600210 - Knit or crochet fabric, width <30 cm, >5% elastomer\",\r\n\t\t\t\"parent\": \"6002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600220\",\r\n\t\t\t\"text\": \"600220 - Knit, crochet textile fabric, of a width < 30 cm, nes\",\r\n\t\t\t\"parent\": \"6002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600230\",\r\n\t\t\t\"text\": \"600230 - Knit or crochet fabric, width > 30 cm, >5% elastomer\",\r\n\t\t\t\"parent\": \"6002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600240\",\r\n\t\t\t\"text\": \"600240 - Fabrics; knitted or crocheted, other than those of heading 60.01, of a width not exceeding 30 cm, containing by weight 5% or more of elastomeric yarn but not containing rubber thread\",\r\n\t\t\t\"parent\": \"6002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600241\",\r\n\t\t\t\"text\": \"600241 - Warp knit fabric of wool or fine animal hair, nes\",\r\n\t\t\t\"parent\": \"6002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600242\",\r\n\t\t\t\"text\": \"600242 - Warp knit fabric of cotton, nes\",\r\n\t\t\t\"parent\": \"6002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600243\",\r\n\t\t\t\"text\": \"600243 - Warp knit fabric of manmade fibres, nes\",\r\n\t\t\t\"parent\": \"6002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600249\",\r\n\t\t\t\"text\": \"600249 - Warp knit fabric of other materials, nes\",\r\n\t\t\t\"parent\": \"6002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600290\",\r\n\t\t\t\"text\": \"600290 - Fabrics; knitted or crocheted, other than those of heading 60.01, of a width not exceeding 30 cm, containing by weight 5% or more of elastomeric yarn or rubber thread\",\r\n\t\t\t\"parent\": \"6002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600291\",\r\n\t\t\t\"text\": \"600291 - Knit, crochet fabric of wool or fine animal hair, nes\",\r\n\t\t\t\"parent\": \"6002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600292\",\r\n\t\t\t\"text\": \"600292 - Knit or crochet fabric of cotton, nes\",\r\n\t\t\t\"parent\": \"6002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600293\",\r\n\t\t\t\"text\": \"600293 - Knit or crochet fabric of manmade fibres, nes\",\r\n\t\t\t\"parent\": \"6002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600299\",\r\n\t\t\t\"text\": \"600299 - Knit or crochet fabric of other materials, nes\",\r\n\t\t\t\"parent\": \"6002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6003\",\r\n\t\t\t\"text\": \"6003 - Fabrics; knitted or crocheted fabrics, other than those of heading 60.01 and 60.02, of a width not exceeding 30 cm,\",\r\n\t\t\t\"parent\": \"60\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600310\",\r\n\t\t\t\"text\": \"600310 - Fabrics; knitted or crocheted fabrics, other than those of heading 60.01 and 60.02, of a width not exceeding 30 cm, of wool or fine animal hair\",\r\n\t\t\t\"parent\": \"6003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600320\",\r\n\t\t\t\"text\": \"600320 - Fabrics; knitted or crocheted fabrics, other than those of heading 60.01 and 60.02, of a width not exceeding 30 cm, of cotton\",\r\n\t\t\t\"parent\": \"6003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600330\",\r\n\t\t\t\"text\": \"600330 - Fabrics; knitted or crocheted fabrics, other than those of heading 60.01 and 60.02, of a width not exceeding 30 cm, of synthetic fibres\",\r\n\t\t\t\"parent\": \"6003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600340\",\r\n\t\t\t\"text\": \"600340 - Fabrics; knitted or crocheted fabrics, other than those of heading 60.01 and 60.02, of a width not exceeding 30 cm, of artificial fibres\",\r\n\t\t\t\"parent\": \"6003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600390\",\r\n\t\t\t\"text\": \"600390 - Fabrics; knitted or crocheted fabrics, other than those of heading 60.01 and 60.02, of a width not exceeding 30 cm, other than of wool and fine animal hair, cotton, synthetic or artificial fibres\",\r\n\t\t\t\"parent\": \"6003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6004\",\r\n\t\t\t\"text\": \"6004 - Fabrics; knitted or crocheted fabrics of a width exceeding 30 cm, other than those of heading 60.01, containing by weight 5% or more of elastomeric yarn or rubber thread\",\r\n\t\t\t\"parent\": \"60\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600410\",\r\n\t\t\t\"text\": \"600410 - Fabrics; knitted or crocheted fabrics of a width exceeding 30 cm, other than those of heading 60.01, containing by weight 5% or more of elastomeric yarn but not containing rubber thread\",\r\n\t\t\t\"parent\": \"6004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600490\",\r\n\t\t\t\"text\": \"600490 - Fabrics; knitted or crocheted, other than those of heading 60.01, of a width exceeding 30 cm, containing by weight 5% or more of elastomeric yarn or rubber thread,\",\r\n\t\t\t\"parent\": \"6004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6005\",\r\n\t\t\t\"text\": \"6005 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04\",\r\n\t\t\t\"parent\": \"60\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600510\",\r\n\t\t\t\"text\": \"600510 - Warp knit fabrics. incl. those made on galloon knitting machines (excl. of ...\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600521\",\r\n\t\t\t\"text\": \"600521 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of cotton, unbleached or bleached\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600522\",\r\n\t\t\t\"text\": \"600522 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of cotton, dyed\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600523\",\r\n\t\t\t\"text\": \"600523 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of cotton, yarns of different colours\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600524\",\r\n\t\t\t\"text\": \"600524 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of cotton, printed\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600531\",\r\n\t\t\t\"text\": \"600531 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of synthetic fibres, bleached or unbleached\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600532\",\r\n\t\t\t\"text\": \"600532 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of synthetic fibres, dyed\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600533\",\r\n\t\t\t\"text\": \"600533 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of synthetic fibres, of yarns of different colours\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600534\",\r\n\t\t\t\"text\": \"600534 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of synthetic fibres, printed\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600535\",\r\n\t\t\t\"text\": \"600535 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of synthetic fibres specified in Subheading Note 1 to this Chapter\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600536\",\r\n\t\t\t\"text\": \"600536 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of synthetic fibres, bleached or unbleached\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600537\",\r\n\t\t\t\"text\": \"600537 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of synthetic fibres, dyed\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600538\",\r\n\t\t\t\"text\": \"600538 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of synthetic fibres, yarns of different colours\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600539\",\r\n\t\t\t\"text\": \"600539 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of synthetic fibres, printed\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600541\",\r\n\t\t\t\"text\": \"600541 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of artificial fibres, bleached or unbleached\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600542\",\r\n\t\t\t\"text\": \"600542 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of artificial fibres, dyed\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600543\",\r\n\t\t\t\"text\": \"600543 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of artificial fibres, of yarns of different colours\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600544\",\r\n\t\t\t\"text\": \"600544 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of artificial fibres, printed\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600590\",\r\n\t\t\t\"text\": \"600590 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, excluding those made from cotton or synthetic or artificial fibres\",\r\n\t\t\t\"parent\": \"6005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6006\",\r\n\t\t\t\"text\": \"6006 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04\",\r\n\t\t\t\"parent\": \"60\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600610\",\r\n\t\t\t\"text\": \"600610 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of wool or fine animal hair\",\r\n\t\t\t\"parent\": \"6006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600621\",\r\n\t\t\t\"text\": \"600621 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of cotton, unbleached or bleached\",\r\n\t\t\t\"parent\": \"6006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600622\",\r\n\t\t\t\"text\": \"600622 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of cotton, dyed\",\r\n\t\t\t\"parent\": \"6006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600623\",\r\n\t\t\t\"text\": \"600623 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of cotton, of yarns of different colours\",\r\n\t\t\t\"parent\": \"6006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600624\",\r\n\t\t\t\"text\": \"600624 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of cotton, printed\",\r\n\t\t\t\"parent\": \"6006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600631\",\r\n\t\t\t\"text\": \"600631 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of synthetic fibres, unbleached or bleached\",\r\n\t\t\t\"parent\": \"6006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600632\",\r\n\t\t\t\"text\": \"600632 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of synthetic fibres, dyed\",\r\n\t\t\t\"parent\": \"6006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600633\",\r\n\t\t\t\"text\": \"600633 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of synthetic fibres, of yarns of different colours\",\r\n\t\t\t\"parent\": \"6006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600634\",\r\n\t\t\t\"text\": \"600634 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of synthetic fibres, printed\",\r\n\t\t\t\"parent\": \"6006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600641\",\r\n\t\t\t\"text\": \"600641 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of artificial fibres, unbleached or bleached\",\r\n\t\t\t\"parent\": \"6006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600642\",\r\n\t\t\t\"text\": \"600642 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of artificial fibres, dyed\",\r\n\t\t\t\"parent\": \"6006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600643\",\r\n\t\t\t\"text\": \"600643 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of artificial fibres, of yarns of different colours\",\r\n\t\t\t\"parent\": \"6006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600644\",\r\n\t\t\t\"text\": \"600644 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of artificial fibres, printed\",\r\n\t\t\t\"parent\": \"6006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"600690\",\r\n\t\t\t\"text\": \"600690 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04,and other than those made of wool, fine animal hair, cotton, synthetic or artificial fibres\",\r\n\t\t\t\"parent\": \"6006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"61\",\r\n\t\t\t\"text\": \"61 - Apparel and clothing accessories; knitted or crocheted\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6101\",\r\n\t\t\t\"text\": \"6101 - Coats; men's or boys' overcoats, car-coats, capes, cloaks, anoraks, ski-jackets, wind-cheaters, wind-jackets and similar articles; knitted or crocheted, other than those of heading no. 6103\",\r\n\t\t\t\"parent\": \"61\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610110\",\r\n\t\t\t\"text\": \"610110 - Mens, boys overcoats, etc, of wool or hair, knit\",\r\n\t\t\t\"parent\": \"6101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610120\",\r\n\t\t\t\"text\": \"610120 - Coats; men's or boys' overcoats, car-coats, capes, anoraks, wind-jackets and similar articles, of cotton, knitted or crocheted (excluding those of heading no. 6103)\",\r\n\t\t\t\"parent\": \"6101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610130\",\r\n\t\t\t\"text\": \"610130 - Coats; men's or boys' overcoats, car-coats, capes, anoraks, wind-jackets and similar articles, of man-made fibres, knitted or crocheted, (excluding those of heading no. 6103)\",\r\n\t\t\t\"parent\": \"6101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610190\",\r\n\t\t\t\"text\": \"610190 - Coats; men's or boys' overcoats, car-coats, capes, anoraks, wind-jackets and similar articles, of textile materials n.e.c. in heading no. 6101, knitted or crocheted (excluding those of heading no. 6103)\",\r\n\t\t\t\"parent\": \"6101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6102\",\r\n\t\t\t\"text\": \"6102 - Coats; women's or girls' overcoats, car-coats, capes, cloaks, anoraks, ski-jackets, wind-cheaters, wind-jackets and similar articles, knitted or crocheted, other than those of heading no. 6104\",\r\n\t\t\t\"parent\": \"61\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610210\",\r\n\t\t\t\"text\": \"610210 - Coats; women's or girls' overcoats, car-coats, capes, anoraks, wind-jackets and similar articles, of wool or fine animal hair, knitted or crocheted (excluding those of heading no. 6104)\",\r\n\t\t\t\"parent\": \"6102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610220\",\r\n\t\t\t\"text\": \"610220 - Coats; women's or girls' overcoats, car-coats, capes, anoraks, wind-jackets and similar articles, of cotton, knitted or crocheted (excluding those of heading no. 6104)\",\r\n\t\t\t\"parent\": \"6102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610230\",\r\n\t\t\t\"text\": \"610230 - Coats; women's or girls' overcoats, car-coats, capes, anoraks, wind-jackets and similar articles, of man-made fibres, knitted or crocheted (excluding those of heading no. 6104)\",\r\n\t\t\t\"parent\": \"6102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610290\",\r\n\t\t\t\"text\": \"610290 - Coats; women's or girls' overcoats, car-coats, capes, anoraks, wind-jackets and similar articles, of textile materials n.e.c. in heading no. 6102, knitted or crocheted (excluding those of heading no. 6104)\",\r\n\t\t\t\"parent\": \"6102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6103\",\r\n\t\t\t\"text\": \"6103 - Suits, ensembles, jackets, blazers, trousers, bib and brace overalls, breeches, shorts (not swimwear); men's or boys', knitted or crocheted\",\r\n\t\t\t\"parent\": \"61\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610310\",\r\n\t\t\t\"text\": \"610310 - Suits; men's or boys', knitted or crocheted\",\r\n\t\t\t\"parent\": \"6103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610311\",\r\n\t\t\t\"text\": \"610311 - Mens, boys suits, of wool, fine animal hair, knit\",\r\n\t\t\t\"parent\": \"6103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610312\",\r\n\t\t\t\"text\": \"610312 - Mens, boys suits, synthetic fibres, knit\",\r\n\t\t\t\"parent\": \"6103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610319\",\r\n\t\t\t\"text\": \"610319 - Mens, boys suits, of materials nes, knit\",\r\n\t\t\t\"parent\": \"6103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610321\",\r\n\t\t\t\"text\": \"610321 - Mens, boys ensembles, of wool animal hair, knit\",\r\n\t\t\t\"parent\": \"6103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610322\",\r\n\t\t\t\"text\": \"610322 - Ensembles; men's or boys', of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610323\",\r\n\t\t\t\"text\": \"610323 - Ensembles; men's or boys', of synthetic fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610329\",\r\n\t\t\t\"text\": \"610329 - Ensembles; men's or boys', of textile materials (other than cotton or synthetic fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610331\",\r\n\t\t\t\"text\": \"610331 - Jackets and blazers; men's or boys', of wool or fine animal hair, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610332\",\r\n\t\t\t\"text\": \"610332 - Jackets and blazers; men's or boys', of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610333\",\r\n\t\t\t\"text\": \"610333 - Jackets and blazers; men's or boys', of synthetic fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610339\",\r\n\t\t\t\"text\": \"610339 - Jackets and blazers; men's or boys', of textile materials (other than wool or fine animal hair, cotton or synthetic fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610341\",\r\n\t\t\t\"text\": \"610341 - Trousers, bib and brace overalls, breeches and shorts; men's or boys', of wool or fine animal hair, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610342\",\r\n\t\t\t\"text\": \"610342 - Trousers, bib and brace overalls, breeches and shorts; men's or boys', of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610343\",\r\n\t\t\t\"text\": \"610343 - Trousers, bib and brace overalls, breeches and shorts; men's or boys', of synthetic fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610349\",\r\n\t\t\t\"text\": \"610349 - Trousers, bib and brace overalls, breeches and shorts; men's or boys', of textile materials (other than wool or fine animal hair, cotton or synthetic fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6104\",\r\n\t\t\t\"text\": \"6104 - Suits, ensembles, jackets, dresses, skirts, divided skirts, trousers, bib and brace overalls, breeches and shorts (not swimwear), women's or girls', knitted or crocheted\",\r\n\t\t\t\"parent\": \"61\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610411\",\r\n\t\t\t\"text\": \"610411 - Womens, girls suits, of wool or hair, knit\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610412\",\r\n\t\t\t\"text\": \"610412 - Womens, girls suits, of cotton, knit\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610413\",\r\n\t\t\t\"text\": \"610413 - Suits; women's or girls', of synthetic fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610419\",\r\n\t\t\t\"text\": \"610419 - Suits; women's or girls', of textile materials (other than synthetic fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610421\",\r\n\t\t\t\"text\": \"610421 - Womens, girls ensembles, of wool or hair, knit\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610422\",\r\n\t\t\t\"text\": \"610422 - Ensembles; women's or girls', of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610423\",\r\n\t\t\t\"text\": \"610423 - Ensembles; women's or girls', of synthetic fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610429\",\r\n\t\t\t\"text\": \"610429 - Ensembles; women's or girls', of textile materials (other than cotton or synthetic fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610431\",\r\n\t\t\t\"text\": \"610431 - Jackets; women's or girls', of wool or fine animal hair, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610432\",\r\n\t\t\t\"text\": \"610432 - Jackets; women's or girls', of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610433\",\r\n\t\t\t\"text\": \"610433 - Jackets; women's or girls', of synthetic fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610439\",\r\n\t\t\t\"text\": \"610439 - Jackets; women's or girls', of textile materials (other than wool or fine animal hair, cotton or synthetic fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610441\",\r\n\t\t\t\"text\": \"610441 - Dresses; women's or girls', of wool or fine animal hair, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610442\",\r\n\t\t\t\"text\": \"610442 - Dresses; women's or girls', of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610443\",\r\n\t\t\t\"text\": \"610443 - Dresses; women's or girls', of synthetic fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610444\",\r\n\t\t\t\"text\": \"610444 - Dresses; women's or girls', of artificial fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610449\",\r\n\t\t\t\"text\": \"610449 - Dresses; women's or girls', of textile materials (other than wool or fine animal hair, cotton, synthetic or artificial fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610451\",\r\n\t\t\t\"text\": \"610451 - Skirts and divided skirts; women's or girls', of wool or fine animal hair, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610452\",\r\n\t\t\t\"text\": \"610452 - Skirts and divided skirts; women's or girls', of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610453\",\r\n\t\t\t\"text\": \"610453 - Skirts and divided skirts; women's or girls', of synthetic fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610459\",\r\n\t\t\t\"text\": \"610459 - Skirts and divided skirts; women's or girls', of textile materials (other than wool or fine animal hair, cotton or synthetic fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610461\",\r\n\t\t\t\"text\": \"610461 - Trousers, bib and brace overalls, breeches and shorts; women's or girls', of wool or fine animal hair, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610462\",\r\n\t\t\t\"text\": \"610462 - Trousers, bib and brace overalls, breeches and shorts; women's or girls', of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610463\",\r\n\t\t\t\"text\": \"610463 - Trousers, bib and brace overalls, breeches and shorts; women's or girls', of synthetic fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610469\",\r\n\t\t\t\"text\": \"610469 - Trousers, bib and brace overalls, breeches and shorts; women's or girls', of textile materials (other than wool or fine animal hair, cotton or synthetic fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6105\",\r\n\t\t\t\"text\": \"6105 - Shirts; men's or boys', knitted or crocheted\",\r\n\t\t\t\"parent\": \"61\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610510\",\r\n\t\t\t\"text\": \"610510 - Shirts; men's or boys', of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610520\",\r\n\t\t\t\"text\": \"610520 - Shirts; men's or boys', of man-made fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610590\",\r\n\t\t\t\"text\": \"610590 - Shirts; men's or boys', of textile materials (other than cotton or man-made fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6106\",\r\n\t\t\t\"text\": \"6106 - Blouses, shirts and shirt-blouses; women's or girls', knitted or crocheted\",\r\n\t\t\t\"parent\": \"61\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610610\",\r\n\t\t\t\"text\": \"610610 - Blouses, shirts and shirt-blouses; women's or girls', of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610620\",\r\n\t\t\t\"text\": \"610620 - Blouses, shirts and shirt-blouses; women's or girls', of man-made fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610690\",\r\n\t\t\t\"text\": \"610690 - Blouses, shirts and shirt-blouses; women's or girls', of textile materials (other than cotton or man-made fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6107\",\r\n\t\t\t\"text\": \"6107 - Underpants, briefs, nightshirts, pyjamas, bathrobes, dressing gowns and similar articles; men's or boys', knitted or crocheted\",\r\n\t\t\t\"parent\": \"61\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610711\",\r\n\t\t\t\"text\": \"610711 - Underpants and briefs; men's or boys', of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610712\",\r\n\t\t\t\"text\": \"610712 - Underpants and briefs; men's or boys', of man-made fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610719\",\r\n\t\t\t\"text\": \"610719 - Underpants and briefs; men's or boys', of textile materials (other than cotton or man-made fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610721\",\r\n\t\t\t\"text\": \"610721 - Nightshirts and pyjamas; men's or boys', of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610722\",\r\n\t\t\t\"text\": \"610722 - Nightshirts and pyjamas; men's or boys', of man-made fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610729\",\r\n\t\t\t\"text\": \"610729 - Nightshirts and pyjamas; men's or boys', of textile materials (other than cotton or man-made fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610791\",\r\n\t\t\t\"text\": \"610791 - Bathrobes, dressing gowns and similar articles; men's or boys', of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610792\",\r\n\t\t\t\"text\": \"610792 - Mens, boys bathrobes, dressing gown manmade fibre kni\",\r\n\t\t\t\"parent\": \"6107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610799\",\r\n\t\t\t\"text\": \"610799 - Bathrobes, dressing gowns and similar articles; men's or boys', of textile materials (other than cotton), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6108\",\r\n\t\t\t\"text\": \"6108 - Slips, petticoats, briefs, panties, nightdresses, pyjamas, negligees, bathrobes, dressing gowns and similar articles; women's or girls', knitted or crocheted\",\r\n\t\t\t\"parent\": \"61\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610811\",\r\n\t\t\t\"text\": \"610811 - Slips and petticoats; women's or girls', of man-made fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610819\",\r\n\t\t\t\"text\": \"610819 - Slips and petticoats; women's or girls', of textile materials (other than man-made fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610821\",\r\n\t\t\t\"text\": \"610821 - Briefs and panties; women's or girls', of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610822\",\r\n\t\t\t\"text\": \"610822 - Briefs and panties; women's or girls', of man-made fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610829\",\r\n\t\t\t\"text\": \"610829 - Briefs and panties; women's or girls', of textile materials (other than cotton or man-made fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610831\",\r\n\t\t\t\"text\": \"610831 - Nightdresses and pyjamas; women's or girls', of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610832\",\r\n\t\t\t\"text\": \"610832 - Nightdresses and pyjamas; women's or girls', of man-made fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610839\",\r\n\t\t\t\"text\": \"610839 - Nightdresses and pyjamas; women's or girls', of textile materials (other than cotton or man-made fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610891\",\r\n\t\t\t\"text\": \"610891 - Negligees, bathrobes, dressing gowns and similar articles; women's or girls', of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610892\",\r\n\t\t\t\"text\": \"610892 - Negligees, bathrobes, dressing gowns and similar articles; women's or girls', of man-made fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610899\",\r\n\t\t\t\"text\": \"610899 - Negligees, bathrobes, dressing gowns and similar articles; women's or girls', of textile materials (other than cotton or man-made fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6109\",\r\n\t\t\t\"text\": \"6109 - T-shirts, singlets and other vests; knitted or crocheted\",\r\n\t\t\t\"parent\": \"61\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610910\",\r\n\t\t\t\"text\": \"610910 - T-shirts, singlets and other vests; of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"610990\",\r\n\t\t\t\"text\": \"610990 - T-shirts, singlets and other vests; of textile materials (other than cotton), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6110\",\r\n\t\t\t\"text\": \"6110 - Jerseys, pullovers, cardigans, waistcoats and similar articles; knitted or crocheted\",\r\n\t\t\t\"parent\": \"61\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611010\",\r\n\t\t\t\"text\": \"611010 - Pullovers, cardigans etc of wool or hair, knit\",\r\n\t\t\t\"parent\": \"6110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611011\",\r\n\t\t\t\"text\": \"611011 - Jerseys, pullovers, cardigans, waistcoats and similar articles; knitted or crocheted, of wool or fine animal hair\",\r\n\t\t\t\"parent\": \"6110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611012\",\r\n\t\t\t\"text\": \"611012 - Jerseys, pullovers, cardigans, waistcoats and similar articles; knitted or crocheted, of fibres from kashmir (cashmere) goats\",\r\n\t\t\t\"parent\": \"6110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611019\",\r\n\t\t\t\"text\": \"611019 - Jerseys, pullovers, cardigans, waistcoats and similar articles; knitted or crocheted, of fine animal hair other than that of kashmir (cashmere) goats\",\r\n\t\t\t\"parent\": \"6110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611020\",\r\n\t\t\t\"text\": \"611020 - Jerseys, pullovers, cardigans, waistcoats and similar articles; of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611030\",\r\n\t\t\t\"text\": \"611030 - Jerseys, pullovers, cardigans, waistcoats and similar articles; of man-made fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611090\",\r\n\t\t\t\"text\": \"611090 - Jerseys, pullovers, cardigans, waistcoats and similar articles; of textile materials (other than wool or fine animal hair, cotton or man-made fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6111\",\r\n\t\t\t\"text\": \"6111 - Garments and clothing accessories, babies'; knitted or crocheted\",\r\n\t\t\t\"parent\": \"61\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611110\",\r\n\t\t\t\"text\": \"611110 - Babies garments, accessories of wool or hair, knit\",\r\n\t\t\t\"parent\": \"6111\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611120\",\r\n\t\t\t\"text\": \"611120 - Garments and clothing accessories; babies', of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6111\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611130\",\r\n\t\t\t\"text\": \"611130 - Garments and clothing accessories; babies', of synthetic fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6111\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611190\",\r\n\t\t\t\"text\": \"611190 - Garments and clothing accessories; babies', of textile materials (other than cotton or synthetic fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6111\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6112\",\r\n\t\t\t\"text\": \"6112 - Track suits, ski suits and swimwear; knitted or crocheted\",\r\n\t\t\t\"parent\": \"61\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611211\",\r\n\t\t\t\"text\": \"611211 - Track suits; of cotton, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611212\",\r\n\t\t\t\"text\": \"611212 - Track suits; of synthetic fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611219\",\r\n\t\t\t\"text\": \"611219 - Track suits; of textile materials (other than cotton or synthetic fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611220\",\r\n\t\t\t\"text\": \"611220 - Ski suits; knitted or crocheted\",\r\n\t\t\t\"parent\": \"6112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611231\",\r\n\t\t\t\"text\": \"611231 - Swimwear; men's or boys', of synthetic fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611239\",\r\n\t\t\t\"text\": \"611239 - Swimwear; men's or boys', of textile materials (other than synthetic fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611241\",\r\n\t\t\t\"text\": \"611241 - Swimwear; women's or girls', of synthetic fibres, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611249\",\r\n\t\t\t\"text\": \"611249 - Swimwear; women's or girls', of textile materials (other than synthetic fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6113\",\r\n\t\t\t\"text\": \"6113 - Garments made up of knitted or crocheted fabrics of heading no. 5903, 5906 and 5907\",\r\n\t\t\t\"parent\": \"61\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611300\",\r\n\t\t\t\"text\": \"611300 - Garments made up of knitted or crocheted fabrics of heading no. 5903, 5906 and 5907\",\r\n\t\t\t\"parent\": \"6113\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6114\",\r\n\t\t\t\"text\": \"6114 - Garments; knitted or crocheted, n.e.c. in chapter 61\",\r\n\t\t\t\"parent\": \"61\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611410\",\r\n\t\t\t\"text\": \"611410 - Garments nes, of wool or fine animal hair, knit\",\r\n\t\t\t\"parent\": \"6114\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611420\",\r\n\t\t\t\"text\": \"611420 - Garments; of cotton, knitted or crocheted, n.e.c. in chapter 61\",\r\n\t\t\t\"parent\": \"6114\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611430\",\r\n\t\t\t\"text\": \"611430 - Garments; of man-made fibres, knitted or crocheted, n.e.c. in chapter 61\",\r\n\t\t\t\"parent\": \"6114\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611490\",\r\n\t\t\t\"text\": \"611490 - Garments; of textile materials (other than cotton or man-made fibres), knitted or crocheted, n.e.c. in chapter 61\",\r\n\t\t\t\"parent\": \"6114\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6115\",\r\n\t\t\t\"text\": \"6115 - Hosiery; panty hose, tights, stockings, socks and other hosiery, including graduated compression hosiery (for example, stockings for varicose veins) and footwear without applied soles, knitted or crocheted\",\r\n\t\t\t\"parent\": \"61\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611510\",\r\n\t\t\t\"text\": \"611510 - Graduated compression hosiery (for example, stockings for varicose veins), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611511\",\r\n\t\t\t\"text\": \"611511 - Panty hose etc, synthetic fibre yarn <67 dtex/sy, kni\",\r\n\t\t\t\"parent\": \"6115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611512\",\r\n\t\t\t\"text\": \"611512 - Panty hose etc, synthetic fibre yarn >67 dtex/sy, kni\",\r\n\t\t\t\"parent\": \"6115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611519\",\r\n\t\t\t\"text\": \"611519 - Panty hose etc of materials nes, knit\",\r\n\t\t\t\"parent\": \"6115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611520\",\r\n\t\t\t\"text\": \"611520 - Womens full, kneelength hosiery, yarn <67 dtex/sy,kni\",\r\n\t\t\t\"parent\": \"6115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611521\",\r\n\t\t\t\"text\": \"611521 - Hosiery; panty hose and tights (other than graduated compression hosiery), of synthetic fibres, measuring per single yarn less than 67 decitex, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611522\",\r\n\t\t\t\"text\": \"611522 - Hosiery; panty hose and tights (other than graduated compression hosiery), of synthetic fibres, measuring per single yarn 67 decitex or more, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611529\",\r\n\t\t\t\"text\": \"611529 - Hosiery; panty hose and tights (other than graduated compression hosiery), of textile materials (other than synthetic fibres), knitted or crocheted\",\r\n\t\t\t\"parent\": \"6115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611530\",\r\n\t\t\t\"text\": \"611530 - Hosiery; women's, full-length or knee-length (other than graduated compression hosiery), measuring per single yarn less than 67 decitex, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611591\",\r\n\t\t\t\"text\": \"611591 - Hosiery nes, of wool or fine animal hair, knit\",\r\n\t\t\t\"parent\": \"6115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611592\",\r\n\t\t\t\"text\": \"611592 - Hosiery nes, of cotton, knit\",\r\n\t\t\t\"parent\": \"6115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611593\",\r\n\t\t\t\"text\": \"611593 - Hosiery nes, synthetic fibres, knit\",\r\n\t\t\t\"parent\": \"6115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611594\",\r\n\t\t\t\"text\": \"611594 - Hosiery and footwear; without applied soles, of wool or fine animal hair, knitted or crocheted (excluding graduated compression hosiery, panty hose, tights, women's full or knee-length hosiery measuring per single yarn less than 67 decitex)\",\r\n\t\t\t\"parent\": \"6115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611595\",\r\n\t\t\t\"text\": \"611595 - Hosiery and footwear; without applied soles, of cotton, knitted or crocheted (excluding graduated compression hosiery, panty hose, tights, full or knee-length hosiery measuring per single yarn less than 67 decitex)\",\r\n\t\t\t\"parent\": \"6115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611596\",\r\n\t\t\t\"text\": \"611596 - Hosiery and footwear; without applied soles, of synthetic fibres, knitted or crocheted (excluding graduated compression hosiery, panty hose, tights, full or knee-length hosiery measuring per single yarn less than 67 decitex)\",\r\n\t\t\t\"parent\": \"6115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611599\",\r\n\t\t\t\"text\": \"611599 - Hosiery and footwear; without applied soles, of textile materials n.e.c. in item no. 6115.9, knitted or crocheted (excluding graduated compression hosiery, panty hose, tights, full or knee-length hosiery measuring per single yarn less than 67 decitex)\",\r\n\t\t\t\"parent\": \"6115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6116\",\r\n\t\t\t\"text\": \"6116 - Gloves, mittens and mitts; knitted or crocheted\",\r\n\t\t\t\"parent\": \"61\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611610\",\r\n\t\t\t\"text\": \"611610 - Gloves, mittens and mitts; knitted or crocheted, impregnated, coated, covered or laminated with plastics or rubber\",\r\n\t\t\t\"parent\": \"6116\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611691\",\r\n\t\t\t\"text\": \"611691 - Gloves, mittens and mitts; of wool or fine animal hair, knitted or crocheted, (other than impregnated, coated, covered or laminated with plastics or rubber)\",\r\n\t\t\t\"parent\": \"6116\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611692\",\r\n\t\t\t\"text\": \"611692 - Gloves, mittens and mitts; of cotton, knitted or crocheted, (other than impregnated, coated, covered or laminated with plastics or rubber)\",\r\n\t\t\t\"parent\": \"6116\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611693\",\r\n\t\t\t\"text\": \"611693 - Gloves, mittens and mitts; of synthetic fibres, knitted or crocheted, (other than impregnated, coated, covered or laminated with plastics or rubber)\",\r\n\t\t\t\"parent\": \"6116\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611699\",\r\n\t\t\t\"text\": \"611699 - Gloves, mittens and mitts; of textile materials (other than wool or fine animal hair, cotton or synthetic fibres), knitted or crocheted, (other than impregnated, coated, covered or laminated with plastics or rubber)\",\r\n\t\t\t\"parent\": \"6116\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6117\",\r\n\t\t\t\"text\": \"6117 - Clothing accessories; made up, knitted or crocheted, knitted or crocheted parts of garments or of clothing accessories\",\r\n\t\t\t\"parent\": \"61\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611710\",\r\n\t\t\t\"text\": \"611710 - Shawls, scarves, mufflers, mantillas, veils and the like; knitted or crocheted\",\r\n\t\t\t\"parent\": \"6117\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611720\",\r\n\t\t\t\"text\": \"611720 - Ties, bow ties and cravats, of textile material, knit\",\r\n\t\t\t\"parent\": \"6117\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611780\",\r\n\t\t\t\"text\": \"611780 - Clothing accessories; knitted or crocheted, n.e.c. in heading no. 6117\",\r\n\t\t\t\"parent\": \"6117\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"611790\",\r\n\t\t\t\"text\": \"611790 - Clothing; parts, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6117\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"62\",\r\n\t\t\t\"text\": \"62 - Apparel and clothing accessories; not knitted or crocheted\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6201\",\r\n\t\t\t\"text\": \"6201 - Overcoats, car-coats, capes, cloaks, anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles, men's or boys', other than those of heading no. 6203 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"62\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620111\",\r\n\t\t\t\"text\": \"620111 - Coats; men's or boys', overcoats, raincoats, car-coats, capes, cloaks and similar articles, of wool or fine animal hair, other than those of heading no. 6203 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620112\",\r\n\t\t\t\"text\": \"620112 - Coats; men's or boys', overcoats, raincoats, car-coats, capes, cloaks and similar articles, of cotton, other than those of heading no. 6203 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620113\",\r\n\t\t\t\"text\": \"620113 - Coats; men's or boys', overcoats, raincoats, car-coats, capes, cloaks and similar articles, of man-made fibres, other than those of heading no. 6203 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620119\",\r\n\t\t\t\"text\": \"620119 - Coats; men's or boys', overcoats, raincoats, car-coats, capes, cloaks and similar articles, of textile materials (other than wool or fine animal hair, cotton or man-made fibres), other than those of heading no. 6203 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620120\",\r\n\t\t\t\"text\": \"620120 - Coats; men's or boys', overcoats, raincoats, car-coats, capes, cloaks, anoraks (including ski-jackets) and similar articles, of wool or fine animal hair, other than those of heading no. 6203 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620130\",\r\n\t\t\t\"text\": \"620130 - Coats; men's or boys', overcoats, raincoats, car-coats, capes, cloaks, anoraks (including ski-jackets) and similar articles, of cotton, other than those of heading no. 6203 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620140\",\r\n\t\t\t\"text\": \"620140 - Coats; men's or boys', overcoats, raincoats, car-coats, capes, cloaks, anoraks (including ski-jackets) and similar articles, of man-made fibres, other than those of heading no. 6203 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620190\",\r\n\t\t\t\"text\": \"620190 - Coats; men's or boys', overcoats, rain-coats, car-coats, capes, cloaks and similar, of textile materials (other than wool, fine animal hair, cotton or man-made fibres), other than those of heading no. 6203 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620191\",\r\n\t\t\t\"text\": \"620191 - Anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles; men's or boys', of wool or fine animal hair, other than those of heading no. 6203 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620192\",\r\n\t\t\t\"text\": \"620192 - Anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles; men's or boys', of cotton, other than those of heading no. 6203 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620193\",\r\n\t\t\t\"text\": \"620193 - Anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles; men's or boys', of man-made fibres, other than those of heading no. 6203 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620199\",\r\n\t\t\t\"text\": \"620199 - Anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles; men's or boys', of textile materials (other than wool or fine animal hair, cotton or man-made fibres), other than those of heading no. 6203 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6202\",\r\n\t\t\t\"text\": \"6202 - Coats; women's or girls' overcoats, carcoats, capes, cloaks, anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles, other than those of heading no. 6204 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"62\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620211\",\r\n\t\t\t\"text\": \"620211 - Coats; women's or girls', overcoats, raincoats, car-coats, capes, cloaks and similar articles, of wool or fine animal hair, other than those of heading no. 6204 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620212\",\r\n\t\t\t\"text\": \"620212 - Coats; women's or girls', overcoats, raincoats, car-coats, capes, cloaks and similar articles, of cotton, other than those of heading no. 6204 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620213\",\r\n\t\t\t\"text\": \"620213 - Coats; women's or girls', overcoats, raincoats, car-coats, capes, cloaks and similar articles, of man-made fibres, other than those of heading no. 6204 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620219\",\r\n\t\t\t\"text\": \"620219 - Coats; women's or girls', overcoats, raincoats, car-coats, capes, cloaks and similar articles, of textile materials (other than wool or fine animal hair, cotton or man-made fibres), other than those of heading no. 6204 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620220\",\r\n\t\t\t\"text\": \"620220 - Coats; women's or girls', overcoats, raincoats, car-coats, capes, cloaks anoraks (including ski-jackets) and similar articles, of wool or fine animal hair, other than those of heading no. 6204 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620230\",\r\n\t\t\t\"text\": \"620230 - Coats; women's or girls', overcoats, raincoats, car-coats, capes, cloaks anoraks (including ski-jackets) and similar articles, of cotton, other than those of heading no. 6204 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620240\",\r\n\t\t\t\"text\": \"620240 - Coats; women's or girls', overcoats, raincoats, car-coats, capes, cloaks anoraks (including ski-jackets) and similar articles, of man-made fibres, other than those of heading no. 6204 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620290\",\r\n\t\t\t\"text\": \"620290 - Coats; women's or girls', overcoats, raincoats, car-coats, capes, cloaks and similar articles, of textile materials (other than wool, fine animal hair, cotton or man-made fibres), other than those of heading no. 6204 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620291\",\r\n\t\t\t\"text\": \"620291 - Anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles; women's or girls', of wool or fine animal hair, other than those of heading no. 6204 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620292\",\r\n\t\t\t\"text\": \"620292 - Anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles; women's or girls', of cotton, other than those of heading no. 6204 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620293\",\r\n\t\t\t\"text\": \"620293 - Anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles; women's or girls', of man-made fibres, other than those of heading no. 6204 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620299\",\r\n\t\t\t\"text\": \"620299 - Anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles; women's or girls', of textile materials n.e.c. in item no. 6202.9, other than those of heading no. 6204, (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6203\",\r\n\t\t\t\"text\": \"6203 - Suits, ensembles, jackets, blazers, trousers, bib and brace overalls, breeches and shorts (other than swimwear); men's or boys' (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"62\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620311\",\r\n\t\t\t\"text\": \"620311 - Suits; men's or boys', of wool or fine animal hair (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620312\",\r\n\t\t\t\"text\": \"620312 - Suits; men's or boys', of synthetic fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620319\",\r\n\t\t\t\"text\": \"620319 - Suits; men's or boys', of textile materials n.e.c. in item no. 6203.1 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620321\",\r\n\t\t\t\"text\": \"620321 - Mens, boys ensembles, of wool or hair, not knit\",\r\n\t\t\t\"parent\": \"6203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620322\",\r\n\t\t\t\"text\": \"620322 - Ensembles; men's or boys', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620323\",\r\n\t\t\t\"text\": \"620323 - Ensembles; men's or boys', of synthetic fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620329\",\r\n\t\t\t\"text\": \"620329 - Ensembles; men's or boys', of textile materials n.e.c. in item no. 6203.2 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620331\",\r\n\t\t\t\"text\": \"620331 - Jackets and blazers; men's or boys', of wool or fine animal hair (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620332\",\r\n\t\t\t\"text\": \"620332 - Jackets and blazers; men's or boys', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620333\",\r\n\t\t\t\"text\": \"620333 - Jackets and blazers; men's or boys', of synthetic fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620339\",\r\n\t\t\t\"text\": \"620339 - Jackets and blazers; men's or boys', of textile materials n.e.c. in item no. 6203.3 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620341\",\r\n\t\t\t\"text\": \"620341 - Trousers, bib and brace overalls, breeches and shorts; men's or boys', of wool or fine animal hair (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620342\",\r\n\t\t\t\"text\": \"620342 - Trousers, bib and brace overalls, breeches and shorts; men's or boys', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620343\",\r\n\t\t\t\"text\": \"620343 - Trousers, bib and brace overalls, breeches and shorts; men's or boys', of synthetic fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620349\",\r\n\t\t\t\"text\": \"620349 - Trousers, bib and brace overalls, breeches and shorts; men's or boys', of textile materials (other than wool, fine animal hair, cotton or synthetic fibres), (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6204\",\r\n\t\t\t\"text\": \"6204 - Suits, ensembles, jackets, dresses, skirts, divided skirts, trousers, bib and brace overalls, breeches and shorts (other than swimwear); women's or girls' (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"62\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620411\",\r\n\t\t\t\"text\": \"620411 - Suits; women's or girls', of wool or fine animal hair (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620412\",\r\n\t\t\t\"text\": \"620412 - Suits; women's or girls', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620413\",\r\n\t\t\t\"text\": \"620413 - Suits; women's or girls', of synthetic fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620419\",\r\n\t\t\t\"text\": \"620419 - Suits; women's or girls', of textile materials n.e.c. in item no. 6204.1 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620421\",\r\n\t\t\t\"text\": \"620421 - Ensembles; women's or girls', of wool or fine animal hair (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620422\",\r\n\t\t\t\"text\": \"620422 - Ensembles; women's or girls', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620423\",\r\n\t\t\t\"text\": \"620423 - Ensembles; women's or girls', of synthetic fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620429\",\r\n\t\t\t\"text\": \"620429 - Ensembles; women's or girls', of textile materials n.e.c. in item no. 6204.2 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620431\",\r\n\t\t\t\"text\": \"620431 - Jackets and blazers; women's or girls', of wool or fine animal hair (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620432\",\r\n\t\t\t\"text\": \"620432 - Jackets and blazers; women's or girls', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620433\",\r\n\t\t\t\"text\": \"620433 - Jackets and blazers; women's or girls', of synthetic fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620439\",\r\n\t\t\t\"text\": \"620439 - Jackets and blazers; women's or girls', of textile materials n.e.c. in item no. 6204.3 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620441\",\r\n\t\t\t\"text\": \"620441 - Dresses; women's or girls', of wool or fine animal hair (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620442\",\r\n\t\t\t\"text\": \"620442 - Dresses; women's or girls', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620443\",\r\n\t\t\t\"text\": \"620443 - Dresses; women's or girls', of synthetic fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620444\",\r\n\t\t\t\"text\": \"620444 - Dresses; women's or girls', of artificial fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620449\",\r\n\t\t\t\"text\": \"620449 - Dresses; women's or girls', of textile materials n.e.c. in item no. 6204.4 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620451\",\r\n\t\t\t\"text\": \"620451 - Skirts and divided skirts; women's or girls', of wool or fine animal hair (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620452\",\r\n\t\t\t\"text\": \"620452 - Skirts and divided skirts; women's or girls', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620453\",\r\n\t\t\t\"text\": \"620453 - Skirts and divided skirts; women's or girls', of synthetic fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620459\",\r\n\t\t\t\"text\": \"620459 - Skirts and divided skirts; women's or girls', of textile materials n.e.c. in item no. 6204.5 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620461\",\r\n\t\t\t\"text\": \"620461 - Trousers, bib and brace overalls, breeches and shorts; women's or girls', of wool or fine animal hair (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620462\",\r\n\t\t\t\"text\": \"620462 - Trousers, bib and brace overalls, breeches and shorts; women's or girls', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620463\",\r\n\t\t\t\"text\": \"620463 - Trousers, bib and brace overalls, breeches and shorts; women's or girls', of synthetic fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620469\",\r\n\t\t\t\"text\": \"620469 - Trousers, bib and brace overalls, breeches and shorts; women's or girls', of textile materials (other than wool, fine animal hair, cotton or synthetic fibres), (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6205\",\r\n\t\t\t\"text\": \"6205 - Shirts; men's or boys' (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"62\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620510\",\r\n\t\t\t\"text\": \"620510 - Mens, boys shirts, of wool or hair, not knit\",\r\n\t\t\t\"parent\": \"6205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620520\",\r\n\t\t\t\"text\": \"620520 - Shirts; men's or boys', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620530\",\r\n\t\t\t\"text\": \"620530 - Shirts; men's or boys', of man-made fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620590\",\r\n\t\t\t\"text\": \"620590 - Shirts; men's or boys', of textile materials n.e.c. in heading no. 6205 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6206\",\r\n\t\t\t\"text\": \"6206 - Blouses, shirts and shirt-blouses; women's or girls' (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"62\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620610\",\r\n\t\t\t\"text\": \"620610 - Blouses, shirts and shirt-blouses; women's or girls', of silk or silk waste (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620620\",\r\n\t\t\t\"text\": \"620620 - Blouses, shirts and shirt-blouses; women's or girls', of wool or fine animal hair (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620630\",\r\n\t\t\t\"text\": \"620630 - Blouses, shirts and shirt-blouses; women's or girls', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620640\",\r\n\t\t\t\"text\": \"620640 - Blouses, shirts and shirt-blouses; women's or girls', of man-made fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620690\",\r\n\t\t\t\"text\": \"620690 - Blouses, shirts and shirt-blouses; women's or girls', of textile materials n.e.c. in heading no. 6206 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6207\",\r\n\t\t\t\"text\": \"6207 - Singlets and other vests, underpants, briefs, night-shirts, pyjamas, bathrobes, dressing gowns and similar articles; men's or boys' (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"62\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620711\",\r\n\t\t\t\"text\": \"620711 - Underpants and briefs; men's or boys', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620719\",\r\n\t\t\t\"text\": \"620719 - Underpants and briefs; men's or boys', of textile materials other than cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620721\",\r\n\t\t\t\"text\": \"620721 - Nightshirts and pyjamas; men's or boys', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620722\",\r\n\t\t\t\"text\": \"620722 - Nightshirts and pyjamas; men's or boys', of man-made fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620729\",\r\n\t\t\t\"text\": \"620729 - Nightshirts and pyjamas; men's or boys', of textile materials other than cotton or man-made fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620791\",\r\n\t\t\t\"text\": \"620791 - Singlets and other vests, bathrobes, dressing gowns and similar articles; men's or boys', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620792\",\r\n\t\t\t\"text\": \"620792 - Mens, boys dressing gowns etc manmade fibre, not knit\",\r\n\t\t\t\"parent\": \"6207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620799\",\r\n\t\t\t\"text\": \"620799 - Singlets and other vests, bathrobes, dressing gowns and similar articles; men's or boys', of textile materials other than cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6208\",\r\n\t\t\t\"text\": \"6208 - Singlets and other vests, slips, petticoats, briefs, panties, nightdresses, pyjamas, negligees, bathrobes, dressing gowns and similar articles; women's or girls' (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"62\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620811\",\r\n\t\t\t\"text\": \"620811 - Slips and petticoats; women's or girls', of man-made fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620819\",\r\n\t\t\t\"text\": \"620819 - Slips and petticoats; women's or girls', of textile materials other than man-made fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620821\",\r\n\t\t\t\"text\": \"620821 - Nightdresses and pyjamas; women's or girls', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620822\",\r\n\t\t\t\"text\": \"620822 - Nightdresses and pyjamas; women's or girls', of man-made fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620829\",\r\n\t\t\t\"text\": \"620829 - Nightdresses and pyjamas; women's or girls', of textile materials other than cotton or man-made fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620891\",\r\n\t\t\t\"text\": \"620891 - Singlets and other vests, briefs, panties, negligees, bathrobes, dressing gowns and similar articles; women's or girls', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620892\",\r\n\t\t\t\"text\": \"620892 - Singlets and other vests, briefs, panties, negligees, bathrobes, dressing gowns etc.; women's or girls', of man-made fibres (not knitted or crocheted), excluding incontinence or other sanitary garments or garment liners of heading no. 96.19\",\r\n\t\t\t\"parent\": \"6208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620899\",\r\n\t\t\t\"text\": \"620899 - Singlets and other vests, briefs, panties, negligees, bathrobes, dressing gowns and similar articles; women's or girls', of textile materials other than cotton or man-made fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6209\",\r\n\t\t\t\"text\": \"6209 - Garments and clothing accessories; babies' (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"62\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620910\",\r\n\t\t\t\"text\": \"620910 - Babies garments, accessories of wool or hair, not kni\",\r\n\t\t\t\"parent\": \"6209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620920\",\r\n\t\t\t\"text\": \"620920 - Garments and clothing accessories; babies', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620930\",\r\n\t\t\t\"text\": \"620930 - Garments and clothing accessories; babies', of synthetic fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"620990\",\r\n\t\t\t\"text\": \"620990 - Garments and clothing accessories; babies', of textile materials other than cotton or synthetic fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6210\",\r\n\t\t\t\"text\": \"6210 - Garments made up of fabrics of heading no. 5602, 5603, 5903, 5906 or 5907 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"62\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621010\",\r\n\t\t\t\"text\": \"621010 - Garments; of felt or non-wovens (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621020\",\r\n\t\t\t\"text\": \"621020 - Garments; overcoats, raincoats, car-coats, capes, cloaks, anoraks (including ski-jackets) and similar articles, men's or boys', of the fabrics of heading no. 5602, 5603, 5903, 5906 or 5907 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621030\",\r\n\t\t\t\"text\": \"621030 - Garments; overcoats, raincoats, car-coats, capes, cloaks, anoraks (including ski-jackets) and similar articles, women's or girls', of the fabrics of heading no. 5602, 5603, 5903, 5906 or 5907 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621040\",\r\n\t\t\t\"text\": \"621040 - Garments; men's or boys', n.e.c. in item no. 6210.2, of the fabrics of heading no. 5602, 5603, 5903, 5906 or 5907 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621050\",\r\n\t\t\t\"text\": \"621050 - Garments; women's or girls', n.e.c. in item no. 6210.3, of the fabrics of heading no. 5602, 5603, 5903, 5906 or 5907 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6211\",\r\n\t\t\t\"text\": \"6211 - Track suits, swimwear and other garments (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"62\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621111\",\r\n\t\t\t\"text\": \"621111 - Swimwear; men's or boys', (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621112\",\r\n\t\t\t\"text\": \"621112 - Swimwear; women's or girls', (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621120\",\r\n\t\t\t\"text\": \"621120 - Ski suits; (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621131\",\r\n\t\t\t\"text\": \"621131 - Mens, boys garments nes, of wool or hair, not knit\",\r\n\t\t\t\"parent\": \"6211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621132\",\r\n\t\t\t\"text\": \"621132 - Track suits and other garments n.e.c.; men's or boys', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621133\",\r\n\t\t\t\"text\": \"621133 - Track suits and other garments n.e.c.; men's or boys', of man-made fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621139\",\r\n\t\t\t\"text\": \"621139 - Track suits and other garments n.e.c.; men's or boys', of textile materials n.e.c. in item no. 6211.3 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621141\",\r\n\t\t\t\"text\": \"621141 - Track suits (excl. knitted/crocheted), women's/girls'; other garments, n.e.s. (excl. knitted/crocheted), women's/girls', of wool/fine animal hair\",\r\n\t\t\t\"parent\": \"6211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621142\",\r\n\t\t\t\"text\": \"621142 - Track suits and other garments n.e.c.; women's or girls', of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621143\",\r\n\t\t\t\"text\": \"621143 - Track suits and other garments n.e.c.; women's or girls', of man-made fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621149\",\r\n\t\t\t\"text\": \"621149 - Track suits and other garments n.e.c.; women's or girls', of textile materials n.e.c. in item no. 6211.4 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6212\",\r\n\t\t\t\"text\": \"6212 - Brassieres, girdles, corsets, braces, suspenders, garters and similar articles and parts thereof; whether or not knitted or crocheted\",\r\n\t\t\t\"parent\": \"62\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621210\",\r\n\t\t\t\"text\": \"621210 - Brassieres; whether or not knitted or crocheted\",\r\n\t\t\t\"parent\": \"6212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621220\",\r\n\t\t\t\"text\": \"621220 - Girdles and panty-girdles; whether or not knitted or crocheted\",\r\n\t\t\t\"parent\": \"6212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621230\",\r\n\t\t\t\"text\": \"621230 - Corselettes; whether or not knitted or crocheted\",\r\n\t\t\t\"parent\": \"6212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621290\",\r\n\t\t\t\"text\": \"621290 - Braces, suspenders, garters and similar articles; whether or not knitted or crocheted, n.e.c. in heading no. 6212\",\r\n\t\t\t\"parent\": \"6212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6213\",\r\n\t\t\t\"text\": \"6213 - Handkerchiefs (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"62\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621310\",\r\n\t\t\t\"text\": \"621310 - Handkerchiefs, of silk or silk waste, not knit\",\r\n\t\t\t\"parent\": \"6213\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621320\",\r\n\t\t\t\"text\": \"621320 - Handkerchiefs; of cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6213\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621390\",\r\n\t\t\t\"text\": \"621390 - Handkerchiefs; of textile materials other than cotton (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6213\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6214\",\r\n\t\t\t\"text\": \"6214 - Shawls, scarves, mufflers, mantillas, veils and the like (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"62\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621410\",\r\n\t\t\t\"text\": \"621410 - Shawls, scarves, mufflers, mantillas, veils and the like; of silk or silk waste (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621420\",\r\n\t\t\t\"text\": \"621420 - Shawls, scarves, mufflers, mantillas, veils and the like; of wool or fine animal hair (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621430\",\r\n\t\t\t\"text\": \"621430 - Shawls, scarves, mufflers, mantillas, veils and the like; of synthetic fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621440\",\r\n\t\t\t\"text\": \"621440 - Shawls, scarves, mufflers, mantillas, veils and the like; of artificial fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621490\",\r\n\t\t\t\"text\": \"621490 - Shawls, scarves, mufflers, mantillas, veils and the like; of textile materials n.e.c. in heading no. 6214 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6215\",\r\n\t\t\t\"text\": \"6215 - Ties, bow ties and cravats (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"62\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621510\",\r\n\t\t\t\"text\": \"621510 - Ties, bow ties and cravats; of silk or silk waste (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6215\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621520\",\r\n\t\t\t\"text\": \"621520 - Ties, bow ties and cravats; of man-made fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6215\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621590\",\r\n\t\t\t\"text\": \"621590 - Ties, bow ties and cravats; of textile materials other than silk or man-made fibres (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6215\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6216\",\r\n\t\t\t\"text\": \"6216 - Gloves, mittens and mitts (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"62\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621600\",\r\n\t\t\t\"text\": \"621600 - Gloves, mittens and mitts (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6216\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6217\",\r\n\t\t\t\"text\": \"6217 - Clothing accessories n.e.c.; parts of garments or accessories other than those of heading no. 6212 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"62\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621710\",\r\n\t\t\t\"text\": \"621710 - Clothing accessories; other than those of heading no. 6212 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6217\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"621790\",\r\n\t\t\t\"text\": \"621790 - Clothing; parts of garments or of clothing accessories, other than those of heading no. 6212 (not knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6217\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"63\",\r\n\t\t\t\"text\": \"63 - Textiles, made up articles; sets; worn clothing and worn textile articles; rags\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6301\",\r\n\t\t\t\"text\": \"6301 - Blankets and travelling rugs\",\r\n\t\t\t\"parent\": \"63\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630110\",\r\n\t\t\t\"text\": \"630110 - Blankets; electric\",\r\n\t\t\t\"parent\": \"6301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630120\",\r\n\t\t\t\"text\": \"630120 - Blankets (other than electric blankets) and travelling rugs; of wool or of fine animal hair\",\r\n\t\t\t\"parent\": \"6301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630130\",\r\n\t\t\t\"text\": \"630130 - Blankets (other than electric blankets) and travelling rugs; of cotton\",\r\n\t\t\t\"parent\": \"6301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630140\",\r\n\t\t\t\"text\": \"630140 - Blankets (other than electric blankets) and travelling rugs; of synthetic fibres\",\r\n\t\t\t\"parent\": \"6301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630190\",\r\n\t\t\t\"text\": \"630190 - Blankets and travelling rugs; n.e.c. in heading no. 6301\",\r\n\t\t\t\"parent\": \"6301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6302\",\r\n\t\t\t\"text\": \"6302 - Bed linen, table linen, toilet linen and kitchen linen\",\r\n\t\t\t\"parent\": \"63\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630210\",\r\n\t\t\t\"text\": \"630210 - Bed linen; knitted or crocheted\",\r\n\t\t\t\"parent\": \"6302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630221\",\r\n\t\t\t\"text\": \"630221 - Bed linen; of cotton, printed, not knitted or crocheted\",\r\n\t\t\t\"parent\": \"6302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630222\",\r\n\t\t\t\"text\": \"630222 - Bed linen; of man-made fibres, printed, not knitted or crocheted\",\r\n\t\t\t\"parent\": \"6302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630229\",\r\n\t\t\t\"text\": \"630229 - Bed linen; of textile materials (other than cotton or man-made fibres), printed, not knitted or crocheted\",\r\n\t\t\t\"parent\": \"6302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630231\",\r\n\t\t\t\"text\": \"630231 - Bed linen; of cotton (not printed, knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630232\",\r\n\t\t\t\"text\": \"630232 - Bed linen; of man-made fibres (not printed, knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630239\",\r\n\t\t\t\"text\": \"630239 - Bed linen; of textile materials other than cotton or man-made fibres (not printed, knitted or crocheted)\",\r\n\t\t\t\"parent\": \"6302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630240\",\r\n\t\t\t\"text\": \"630240 - Table linen; knitted or crocheted\",\r\n\t\t\t\"parent\": \"6302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630251\",\r\n\t\t\t\"text\": \"630251 - Table linen; of cotton, not knitted or crocheted\",\r\n\t\t\t\"parent\": \"6302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630252\",\r\n\t\t\t\"text\": \"630252 - Table linen, of flax, not knit\",\r\n\t\t\t\"parent\": \"6302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630253\",\r\n\t\t\t\"text\": \"630253 - Table linen; of man-made fibres, not knitted or crocheted\",\r\n\t\t\t\"parent\": \"6302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630259\",\r\n\t\t\t\"text\": \"630259 - Table linen; of textile materials (other than cotton or man-made fibres), not knitted or crocheted\",\r\n\t\t\t\"parent\": \"6302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630260\",\r\n\t\t\t\"text\": \"630260 - Kitchen and toilet linen; of terry towelling or similar terry fabrics, of cotton\",\r\n\t\t\t\"parent\": \"6302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630291\",\r\n\t\t\t\"text\": \"630291 - Toilet and kitchen linen; of cotton, excluding terry towelling or similar terry fabrics\",\r\n\t\t\t\"parent\": \"6302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630292\",\r\n\t\t\t\"text\": \"630292 - Toilet or kitchen linen, of flax\",\r\n\t\t\t\"parent\": \"6302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630293\",\r\n\t\t\t\"text\": \"630293 - Toilet and kitchen linen; of man-made fibres\",\r\n\t\t\t\"parent\": \"6302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630299\",\r\n\t\t\t\"text\": \"630299 - Toilet and kitchen linen; of textile materials (other than cotton or man-made fibres)\",\r\n\t\t\t\"parent\": \"6302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6303\",\r\n\t\t\t\"text\": \"6303 - Curtains (including drapes) and interior blinds; curtain or bed valances\",\r\n\t\t\t\"parent\": \"63\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630311\",\r\n\t\t\t\"text\": \"630311 - Curtains drapes blinds valances, cotton, knit\",\r\n\t\t\t\"parent\": \"6303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630312\",\r\n\t\t\t\"text\": \"630312 - Curtains (including drapes) and interior blinds; curtain or bed valances, knitted or crocheted, of synthetic fibres\",\r\n\t\t\t\"parent\": \"6303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630319\",\r\n\t\t\t\"text\": \"630319 - Curtains (including drapes) and interior blinds; curtain or bed valances, knitted or crocheted, of textile materials other than synthetic fibres\",\r\n\t\t\t\"parent\": \"6303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630391\",\r\n\t\t\t\"text\": \"630391 - Curtains (including drapes) and interior blinds, curtain or bed valances; of cotton, not knitted or crocheted\",\r\n\t\t\t\"parent\": \"6303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630392\",\r\n\t\t\t\"text\": \"630392 - Curtains (including drapes) and interior blinds, curtain or bed valances; of synthetic fibres, not knitted or crocheted\",\r\n\t\t\t\"parent\": \"6303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630399\",\r\n\t\t\t\"text\": \"630399 - Curtains (including drapes) and interior blinds, curtain or bed valances; of textile materials other than cotton or synthetic fibres, not knitted or crocheted\",\r\n\t\t\t\"parent\": \"6303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6304\",\r\n\t\t\t\"text\": \"6304 - Furnishing articles; excluding those of heading no. 9404\",\r\n\t\t\t\"parent\": \"63\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630411\",\r\n\t\t\t\"text\": \"630411 - Bedspreads; knitted or crocheted\",\r\n\t\t\t\"parent\": \"6304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630419\",\r\n\t\t\t\"text\": \"630419 - Bedspreads; not knitted or crocheted\",\r\n\t\t\t\"parent\": \"6304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630420\",\r\n\t\t\t\"text\": \"630420 - Furnishing articles; excluding those of heading no. 9404, bed nets, specified in Subheading Note 1 to this Chapter\",\r\n\t\t\t\"parent\": \"6304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630491\",\r\n\t\t\t\"text\": \"630491 - Furnishing articles; excluding those of heading no. 9404, n.e.c. in heading 6304, knitted or crocheted\",\r\n\t\t\t\"parent\": \"6304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630492\",\r\n\t\t\t\"text\": \"630492 - Furnishing articles; of cotton, not knitted or crocheted (excluding bedspreads and articles of heading no. 9404)\",\r\n\t\t\t\"parent\": \"6304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630493\",\r\n\t\t\t\"text\": \"630493 - Furnishing articles; of synthetic fibres, not knitted or crocheted (excluding bedspreads and articles of heading no. 9404)\",\r\n\t\t\t\"parent\": \"6304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630499\",\r\n\t\t\t\"text\": \"630499 - Furnishing articles; of textile materials other than cotton or synthetic fibres, not knitted or crocheted (excluding bedspreads and articles of heading no. 9404)\",\r\n\t\t\t\"parent\": \"6304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6305\",\r\n\t\t\t\"text\": \"6305 - Sacks and bags, of a kind used for the packing of goods\",\r\n\t\t\t\"parent\": \"63\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630510\",\r\n\t\t\t\"text\": \"630510 - Sacks and bags; of a kind used for the packing of goods, of jute or of other textile bast fibres of heading no. 5303\",\r\n\t\t\t\"parent\": \"6305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630520\",\r\n\t\t\t\"text\": \"630520 - Sacks and bags; of a kind used for the packing of goods, of cotton\",\r\n\t\t\t\"parent\": \"6305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630531\",\r\n\t\t\t\"text\": \"630531 - Sacks & bags, packing, polyethylene or polypropylene\",\r\n\t\t\t\"parent\": \"6305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630532\",\r\n\t\t\t\"text\": \"630532 - Sacks and bags; of a kind used for the packing of goods, of man-made textile materials, flexible intermediate bulk containers\",\r\n\t\t\t\"parent\": \"6305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630533\",\r\n\t\t\t\"text\": \"630533 - Sacks and bags; of a kind used for the packing of goods, of man-made textile materials, of polyethylene or polypropylene strip or the like, not flexible intermediate bulk containers\",\r\n\t\t\t\"parent\": \"6305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630539\",\r\n\t\t\t\"text\": \"630539 - Sacks and bags; of a kind used for the packing of goods, of man-made textile materials, not of polyethylene or polypropylene strip or the like, not flexible intermediate bulk containers\",\r\n\t\t\t\"parent\": \"6305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630590\",\r\n\t\t\t\"text\": \"630590 - Sacks and bags; of a kind used for the packing of goods, of textile materials (other than jute, cotton or man-made textile materials)\",\r\n\t\t\t\"parent\": \"6305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6306\",\r\n\t\t\t\"text\": \"6306 - Tarpaulins, awnings and sunblinds; tents (including temporary canopies and similar articles); sails for boats, sailboards or landcraft; camping goods\",\r\n\t\t\t\"parent\": \"63\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630611\",\r\n\t\t\t\"text\": \"630611 - Tarpaulins, awnings and sunblinds, of cotton\",\r\n\t\t\t\"parent\": \"6306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630612\",\r\n\t\t\t\"text\": \"630612 - Tarpaulins, awnings and sunblinds; of synthetic fibres\",\r\n\t\t\t\"parent\": \"6306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630619\",\r\n\t\t\t\"text\": \"630619 - Tarpaulins, awnings and sunblinds; of textile materials other than synthetic fibres\",\r\n\t\t\t\"parent\": \"6306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630621\",\r\n\t\t\t\"text\": \"630621 - Tents, of cotton\",\r\n\t\t\t\"parent\": \"6306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630622\",\r\n\t\t\t\"text\": \"630622 - Tents (including temporary canopies and similar articles); of synthetic fibres\",\r\n\t\t\t\"parent\": \"6306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630629\",\r\n\t\t\t\"text\": \"630629 - Tents (including temporary canopies and similar articles); of textile materials other than synthetic fibres\",\r\n\t\t\t\"parent\": \"6306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630630\",\r\n\t\t\t\"text\": \"630630 - Sails; for boats, sailboards or landcraft\",\r\n\t\t\t\"parent\": \"6306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630631\",\r\n\t\t\t\"text\": \"630631 - Sails, synthetic fibres\",\r\n\t\t\t\"parent\": \"6306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630639\",\r\n\t\t\t\"text\": \"630639 - Sails, of material nes\",\r\n\t\t\t\"parent\": \"6306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630640\",\r\n\t\t\t\"text\": \"630640 - Camping goods; pneumatic mattresses\",\r\n\t\t\t\"parent\": \"6306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630641\",\r\n\t\t\t\"text\": \"630641 - Pneumatic mattresses, of cotton\",\r\n\t\t\t\"parent\": \"6306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630649\",\r\n\t\t\t\"text\": \"630649 - Pneumatic mattresses, textile material, not cotton\",\r\n\t\t\t\"parent\": \"6306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630690\",\r\n\t\t\t\"text\": \"630690 - Camping goods; (of textile materials), n.e.c in heading no. 6306\",\r\n\t\t\t\"parent\": \"6306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630691\",\r\n\t\t\t\"text\": \"630691 - Camping goods (excl. of 6306.41), of cotton\",\r\n\t\t\t\"parent\": \"6306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630699\",\r\n\t\t\t\"text\": \"630699 - Camping goods (excl. of 6306.49), of textile materials other than cotton\",\r\n\t\t\t\"parent\": \"6306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6307\",\r\n\t\t\t\"text\": \"6307 - Textiles; made up articles n.e.c. in chapter 63, including dress patterns\",\r\n\t\t\t\"parent\": \"63\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630710\",\r\n\t\t\t\"text\": \"630710 - Cloths; floor cloths, dish-cloths, dusters and similar cleaning cloths\",\r\n\t\t\t\"parent\": \"6307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630720\",\r\n\t\t\t\"text\": \"630720 - Life-jackets and life-belts\",\r\n\t\t\t\"parent\": \"6307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630790\",\r\n\t\t\t\"text\": \"630790 - Textiles; made up articles (including dress patterns), n.e.c. in chapter 63, n.e.c. in heading no. 6307\",\r\n\t\t\t\"parent\": \"6307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6308\",\r\n\t\t\t\"text\": \"6308 - Textiles; sets of woven fabric and yarn, with or without accessories, for making into rugs, tapestries, embroidered tablecloths, serviettes and similar textile articles, in packings for retail sale\",\r\n\t\t\t\"parent\": \"63\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630800\",\r\n\t\t\t\"text\": \"630800 - Fabrics, woven and yarn; in sets, whether or not with accessories, for making up into rugs, tapestries, embroidered table cloths or serviettes or similar textile articles, packaged for retail sale\",\r\n\t\t\t\"parent\": \"6308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6309\",\r\n\t\t\t\"text\": \"6309 - Textiles; worn clothing and other worn articles\",\r\n\t\t\t\"parent\": \"63\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"630900\",\r\n\t\t\t\"text\": \"630900 - Clothing; worn, and other worn articles\",\r\n\t\t\t\"parent\": \"6309\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6310\",\r\n\t\t\t\"text\": \"6310 - Rags; used or new, scrap twine, cordage, rope and cables and worn out articles of twine, cordage, rope or cables, of textile materials\",\r\n\t\t\t\"parent\": \"63\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"631010\",\r\n\t\t\t\"text\": \"631010 - Rags; used or new, scrap twine, cordage, rope and cables and worn out articles of twine, cordage, rope or cables, of textile materials; sorted\",\r\n\t\t\t\"parent\": \"6310\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"631090\",\r\n\t\t\t\"text\": \"631090 - Rags; used or new, scrap twine, cordage, rope and cables and worn out articles of twine, cordage, rope or cables, of textile materials; other than sorted\",\r\n\t\t\t\"parent\": \"6310\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"64\",\r\n\t\t\t\"text\": \"64 - Footwear; gaiters and the like; parts of such articles\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6401\",\r\n\t\t\t\"text\": \"6401 - Footwear; waterproof, with outer soles and uppers of rubber or plastics, (uppers not fixed to the sole nor assembled by stitch, rivet, nail, screw, plug or similar)\",\r\n\t\t\t\"parent\": \"64\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640110\",\r\n\t\t\t\"text\": \"640110 - Footwear; waterproof with metal toe-cap, rubber or plastic outer soles and uppers (not assembled by stitch, rivet, nail, screw, plug or similar)\",\r\n\t\t\t\"parent\": \"6401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640191\",\r\n\t\t\t\"text\": \"640191 - Waterproof footwear(Wellington) no toe cap, over knee\",\r\n\t\t\t\"parent\": \"6401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640192\",\r\n\t\t\t\"text\": \"640192 - Footwear; waterproof, covering the ankle (but not the knee), rubber or plastic outer soles and uppers (not assembled by stitch, rivet, nail, screw, plug or similar)\",\r\n\t\t\t\"parent\": \"6401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640199\",\r\n\t\t\t\"text\": \"640199 - Footwear; waterproof, n.e.c. in heading no. 6401, rubber or plastic outer soles and uppers (not assembled by stitch, rivet, nail, screw, plug or similar)\",\r\n\t\t\t\"parent\": \"6401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6402\",\r\n\t\t\t\"text\": \"6402 - Footwear; with outer soles and uppers of rubber or plastics (excluding waterproof footwear)\",\r\n\t\t\t\"parent\": \"64\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640211\",\r\n\t\t\t\"text\": \"640211 - Ski-boots etc, outer soles, uppers of rubber, plastic\",\r\n\t\t\t\"parent\": \"6402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640212\",\r\n\t\t\t\"text\": \"640212 - Sports footwear; with outer soles and uppers of rubber or plastics, ski-boots, cross-country ski footwear and snowboard boots\",\r\n\t\t\t\"parent\": \"6402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640219\",\r\n\t\t\t\"text\": \"640219 - Sports footwear; (other than ski-boots, snowboard boots or cross-country ski footwear), with outer soles and uppers of rubber or plastics\",\r\n\t\t\t\"parent\": \"6402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640220\",\r\n\t\t\t\"text\": \"640220 - Footwear; with outer soles and uppers of rubber or plastics, upper straps or thongs assembled to the sole by plugs\",\r\n\t\t\t\"parent\": \"6402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640230\",\r\n\t\t\t\"text\": \"640230 - Footwear, sole/upper rubber/plastic,metal toe-cap nes\",\r\n\t\t\t\"parent\": \"6402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640291\",\r\n\t\t\t\"text\": \"640291 - Footwear; n.e.c. in heading no. 6402, covering the ankle, with outer soles and uppers of rubber or plastics\",\r\n\t\t\t\"parent\": \"6402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640299\",\r\n\t\t\t\"text\": \"640299 - Footwear; n.e.c. in heading no. 6402, (other than just covering the ankle), with outer soles and uppers of rubber or plastics\",\r\n\t\t\t\"parent\": \"6402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6403\",\r\n\t\t\t\"text\": \"6403 - Footwear; with outer soles of rubber, plastics, leather or composition leather and uppers of leather\",\r\n\t\t\t\"parent\": \"64\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640311\",\r\n\t\t\t\"text\": \"640311 - Ski footwear, with uppers of leather\",\r\n\t\t\t\"parent\": \"6403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640312\",\r\n\t\t\t\"text\": \"640312 - Sports footwear; with outer soles of rubber, plastics, leather or composition leather and uppers of leather, ski-boots, snowboard boots and cross-country ski footwear\",\r\n\t\t\t\"parent\": \"6403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640319\",\r\n\t\t\t\"text\": \"640319 - Sports footwear; (other than ski-boots, snowboard boots or cross-country ski footwear), with outer soles of rubber, plastics, leather or composition leather and uppers of leather\",\r\n\t\t\t\"parent\": \"6403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640320\",\r\n\t\t\t\"text\": \"640320 - Footwear; with outer soles of leather, uppers consisting of leather straps across instep and around the big toe\",\r\n\t\t\t\"parent\": \"6403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640330\",\r\n\t\t\t\"text\": \"640330 - Footwear, wood base, uppers leather, no inner sole\",\r\n\t\t\t\"parent\": \"6403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640340\",\r\n\t\t\t\"text\": \"640340 - Footwear; with metal toe-cap, outer soles of rubber, plastics, leather or composition leather, uppers of leather\",\r\n\t\t\t\"parent\": \"6403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640351\",\r\n\t\t\t\"text\": \"640351 - Footwear; n.e.c. in heading no. 6403, with outer soles and uppers of leather, covering the ankle\",\r\n\t\t\t\"parent\": \"6403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640359\",\r\n\t\t\t\"text\": \"640359 - Footwear; n.e.c. in heading no. 6403, (not covering the ankle), outer soles and uppers of leather\",\r\n\t\t\t\"parent\": \"6403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640391\",\r\n\t\t\t\"text\": \"640391 - Footwear; n.e.c. in heading no. 6403, covering the ankle, outer soles of rubber, plastics or composition leather, uppers of leather\",\r\n\t\t\t\"parent\": \"6403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640399\",\r\n\t\t\t\"text\": \"640399 - Footwear; n.e.c. in heading no. 6403, (not covering the ankle), outer soles of rubber, plastics or composition leather, uppers of leather\",\r\n\t\t\t\"parent\": \"6403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6404\",\r\n\t\t\t\"text\": \"6404 - Footwear; with outer soles of rubber, plastics, leather or composition leather and uppers of textile materials\",\r\n\t\t\t\"parent\": \"64\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640411\",\r\n\t\t\t\"text\": \"640411 - Sports footwear; tennis shoes, basketball shoes, gym shoes, training shoes and the like, with outer soles of rubber or plastics and uppers of textile materials\",\r\n\t\t\t\"parent\": \"6404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640419\",\r\n\t\t\t\"text\": \"640419 - Footwear; (other than sportswear), with outer soles of rubber or plastics and uppers of textile materials\",\r\n\t\t\t\"parent\": \"6404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640420\",\r\n\t\t\t\"text\": \"640420 - Footwear; outer soles of leather or composition leather, uppers of textile materials\",\r\n\t\t\t\"parent\": \"6404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6405\",\r\n\t\t\t\"text\": \"6405 - Footwear; other footwear n.e.c. in chapter 64\",\r\n\t\t\t\"parent\": \"64\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640510\",\r\n\t\t\t\"text\": \"640510 - Footwear; with uppers of leather or composition leather, n.e.c. in chapter 64\",\r\n\t\t\t\"parent\": \"6405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640520\",\r\n\t\t\t\"text\": \"640520 - Footwear; with uppers of textile materials, n.e.c. in chapter 64\",\r\n\t\t\t\"parent\": \"6405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640590\",\r\n\t\t\t\"text\": \"640590 - Footwear; n.e.c. in chapter 64\",\r\n\t\t\t\"parent\": \"6405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6406\",\r\n\t\t\t\"text\": \"6406 - Footwear; parts of footwear; removable in-soles, heel cushions and similar articles; gaiters, le.g.ings and similar articles, and parts thereof\",\r\n\t\t\t\"parent\": \"64\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640610\",\r\n\t\t\t\"text\": \"640610 - Footwear; parts, uppers and parts thereof, other than stiffeners\",\r\n\t\t\t\"parent\": \"6406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640620\",\r\n\t\t\t\"text\": \"640620 - Footwear; parts, outer soles and heels, of rubber or plastics\",\r\n\t\t\t\"parent\": \"6406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640690\",\r\n\t\t\t\"text\": \"640690 - Footwear; parts, n.e.c. in heading 6406\",\r\n\t\t\t\"parent\": \"6406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640691\",\r\n\t\t\t\"text\": \"640691 - Parts of footwear (excl. of 6406.10 & 6406.20), of wood\",\r\n\t\t\t\"parent\": \"6406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"640699\",\r\n\t\t\t\"text\": \"640699 - Removable insoles, heel cushions & similar articles; gaiters, leggings & similar articles, & parts thereof\",\r\n\t\t\t\"parent\": \"6406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"65\",\r\n\t\t\t\"text\": \"65 - Headgear and parts thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6501\",\r\n\t\t\t\"text\": \"6501 - Hat-forms, hat bodies and hoods of felt, neither blocked to shape nor with made brims; plateaux and manchons (including slit manchons) of felt\",\r\n\t\t\t\"parent\": \"65\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"650100\",\r\n\t\t\t\"text\": \"650100 - Hat-forms, hat bodies and hoods of felt, neither blocked to shape nor with made brims; plateaux and manchons (including slit manchons) of felt\",\r\n\t\t\t\"parent\": \"6501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6502\",\r\n\t\t\t\"text\": \"6502 - Hat-shapes; plaited or made by assembling strips of any material, neither blocked to shape, nor with made brims, nor lined, nor trimmed\",\r\n\t\t\t\"parent\": \"65\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"650200\",\r\n\t\t\t\"text\": \"650200 - Hat-shapes; plaited or made by assembling strips of any material, neither blocked to shape, nor with made brims, nor lined, nor trimmed\",\r\n\t\t\t\"parent\": \"6502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6503\",\r\n\t\t\t\"text\": \"6503 - Felt hats and other felt headgear\",\r\n\t\t\t\"parent\": \"65\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"650300\",\r\n\t\t\t\"text\": \"650300 - Felt hats and other felt headgear\",\r\n\t\t\t\"parent\": \"6503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6504\",\r\n\t\t\t\"text\": \"6504 - Hats and other headgear; plaited or made by assembling strips of any material, whether or not lined or trimmed\",\r\n\t\t\t\"parent\": \"65\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"650400\",\r\n\t\t\t\"text\": \"650400 - Hats and other headgear; plaited or made by assembling strips of any material, whether or not lined or trimmed\",\r\n\t\t\t\"parent\": \"6504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6505\",\r\n\t\t\t\"text\": \"6505 - Hats and other headgear; knitted or crocheted, or made up from lace, felt or other textile fabric, in the piece (but not in strips), whether or not lined or trimmed; hair-nets of any material, whether or not lined or trimmed\",\r\n\t\t\t\"parent\": \"65\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"650500\",\r\n\t\t\t\"text\": \"650500 - Hats and other headgear; knitted or crocheted, or made up from lace, felt or other textile fabric, in the piece (but not in strips), whether or not lined or trimmed; hair-nets of any material, whether or not lined or trimmed\",\r\n\t\t\t\"parent\": \"6505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"650510\",\r\n\t\t\t\"text\": \"650510 - Hair-nets of any material, whether/not lined/trimmed\",\r\n\t\t\t\"parent\": \"6505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"650590\",\r\n\t\t\t\"text\": \"650590 - Other hats & other headgear, knitted/crocheted,/made up from lace, felt/other textile fabric, whether/not lined/trimmed; other than hair-nets.\",\r\n\t\t\t\"parent\": \"6505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6506\",\r\n\t\t\t\"text\": \"6506 - Headgear; n.e.c. in chapter 65, whether or not lined or trimmed\",\r\n\t\t\t\"parent\": \"65\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"650610\",\r\n\t\t\t\"text\": \"650610 - Headgear; safety, whether or not lined or trimmed\",\r\n\t\t\t\"parent\": \"6506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"650691\",\r\n\t\t\t\"text\": \"650691 - Headgear; (other than safety headgear), of rubber or plastics, whether or not lined or trimmed\",\r\n\t\t\t\"parent\": \"6506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"650692\",\r\n\t\t\t\"text\": \"650692 - Headgear nes, of furskin\",\r\n\t\t\t\"parent\": \"6506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"650699\",\r\n\t\t\t\"text\": \"650699 - Headgear; (other than safety headgear), (of materials other than rubber or plastic), whether or not lined or trimmed\",\r\n\t\t\t\"parent\": \"6506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6507\",\r\n\t\t\t\"text\": \"6507 - Head-bands, linings, covers, hat foundations, hat frames, peaks and chinstraps, for headgear\",\r\n\t\t\t\"parent\": \"65\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"650700\",\r\n\t\t\t\"text\": \"650700 - Head-bands, linings, covers, hat foundations, hat frames, peaks and chinstraps; for headgear\",\r\n\t\t\t\"parent\": \"6507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"66\",\r\n\t\t\t\"text\": \"66 - Umbrellas, sun umbrellas, walking-sticks, seat sticks, whips, riding crops; and parts thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6601\",\r\n\t\t\t\"text\": \"6601 - Umbrellas; sun umbrellas (including walking stick umbrellas, garden umbrellas and similar umbrellas)\",\r\n\t\t\t\"parent\": \"66\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"660110\",\r\n\t\t\t\"text\": \"660110 - Umbrellas and sun umbrellas; garden or similar umbrellas\",\r\n\t\t\t\"parent\": \"6601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"660191\",\r\n\t\t\t\"text\": \"660191 - Umbrellas and sun umbrellas; having a telescopic shaft, (excluding garden or similar umbrellas)\",\r\n\t\t\t\"parent\": \"6601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"660199\",\r\n\t\t\t\"text\": \"660199 - Umbrellas and sun umbrellas; n.e.c. in heading no. 6601 (including walking stick umbrellas)\",\r\n\t\t\t\"parent\": \"6601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6602\",\r\n\t\t\t\"text\": \"6602 - Walking-sticks, seat-sticks, whips, riding-crops and the like\",\r\n\t\t\t\"parent\": \"66\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"660200\",\r\n\t\t\t\"text\": \"660200 - Walking-sticks, seat-sticks, whips, riding-crops and the like\",\r\n\t\t\t\"parent\": \"6602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6603\",\r\n\t\t\t\"text\": \"6603 - Trimmings, parts and accessories of articles of heading no. 6601 or 6602\",\r\n\t\t\t\"parent\": \"66\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"660310\",\r\n\t\t\t\"text\": \"660310 - Handles, knobs for umbrellas, walking sticks, etc\",\r\n\t\t\t\"parent\": \"6603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"660320\",\r\n\t\t\t\"text\": \"660320 - Umbrella frames; including frames mounted on shafts (sticks)\",\r\n\t\t\t\"parent\": \"6603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"660390\",\r\n\t\t\t\"text\": \"660390 - Trimmings, accessories and parts of articles of heading no. 6601 or 6602; n.e.c. in heading no. 6603\",\r\n\t\t\t\"parent\": \"6603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"67\",\r\n\t\t\t\"text\": \"67 - Feathers and down, prepared; and articles made of feather or of down; artificial flowers; articles of human hair\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6701\",\r\n\t\t\t\"text\": \"6701 - Skin and other parts of birds with their feather or down; feathers, parts of feather, down and articles thereof (other than goods of heading no. 0505 and worked quills and scapes)\",\r\n\t\t\t\"parent\": \"67\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"670100\",\r\n\t\t\t\"text\": \"670100 - Skins and other parts of birds with their feathers or down; feathers, parts of feathers, down and articles thereof (other than goods of heading no. 0505 and worked quills and scapes)\",\r\n\t\t\t\"parent\": \"6701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6702\",\r\n\t\t\t\"text\": \"6702 - Flowers, foliage and fruit, artificial, and parts thereof; articles made of artificial flowers, foliage or fruit\",\r\n\t\t\t\"parent\": \"67\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"670210\",\r\n\t\t\t\"text\": \"670210 - Flowers, foliage and fruit, artificial, and parts thereof; articles made of artificial flowers, foliage or fruit, of plastics\",\r\n\t\t\t\"parent\": \"6702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"670290\",\r\n\t\t\t\"text\": \"670290 - Flowers, foliage and fruit, artificial, and parts thereof; articles made of artificial flowers, foliage or fruit, of materials other than plastics\",\r\n\t\t\t\"parent\": \"6702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6703\",\r\n\t\t\t\"text\": \"6703 - Human hair, dressed, thinned, bleached or otherwise worked; wool or other animal hair or other textile materials, prepared for use in making wigs or the like\",\r\n\t\t\t\"parent\": \"67\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"670300\",\r\n\t\t\t\"text\": \"670300 - Human hair, dressed, thinned, bleached or otherwise worked; wool or other animal hair or other textile materials, prepared for use in making wigs or the like\",\r\n\t\t\t\"parent\": \"6703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6704\",\r\n\t\t\t\"text\": \"6704 - Wigs, false beards, eyebrows and eyelashes, switches and the like, of human or animal hair or of textile materials; articles of human hair, n.e.c. or included\",\r\n\t\t\t\"parent\": \"67\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"670411\",\r\n\t\t\t\"text\": \"670411 - Wigs; complete, of synthetic textile materials\",\r\n\t\t\t\"parent\": \"6704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"670419\",\r\n\t\t\t\"text\": \"670419 - False beards, eyebrows and eyelashes, switches and the like; of synthetic textile materials\",\r\n\t\t\t\"parent\": \"6704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"670420\",\r\n\t\t\t\"text\": \"670420 - Wigs, false beards, eyebrows and eyelashes, switches and the like and other articles n.e.c.; of human hair\",\r\n\t\t\t\"parent\": \"6704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"670490\",\r\n\t\t\t\"text\": \"670490 - Wigs, false beards, eyebrows and eyelashes, switches and the like and other articles n.e.c.; of animal hair or of textile materials other than synthetic\",\r\n\t\t\t\"parent\": \"6704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"68\",\r\n\t\t\t\"text\": \"68 - Stone, plaster, cement, asbestos, mica or similar materials; articles thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6801\",\r\n\t\t\t\"text\": \"6801 - Stone; setts, curbstones and flagstones, of natural stone (except slate)\",\r\n\t\t\t\"parent\": \"68\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680100\",\r\n\t\t\t\"text\": \"680100 - Stone; setts, curbstones and flagstones, of natural stone (except slate)\",\r\n\t\t\t\"parent\": \"6801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6802\",\r\n\t\t\t\"text\": \"6802 - Monumental or building stone, worked (except slate) and articles thereof (not of heading no. 6801) mosaic cubes etc., of natural stone including slate; artificially coloured granules of natural stone\",\r\n\t\t\t\"parent\": \"68\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680210\",\r\n\t\t\t\"text\": \"680210 - Tiles, cubes and similar articles; whether or not rectangular (including square), largest face of which is capable of being enclosed in square, side less than 7cm, coloured granules, chippings, powder\",\r\n\t\t\t\"parent\": \"6802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680221\",\r\n\t\t\t\"text\": \"680221 - Marble, travertine and alabaster; simply cut or sawn, with a flat or even surface\",\r\n\t\t\t\"parent\": \"6802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680222\",\r\n\t\t\t\"text\": \"680222 - Cut or sawn slabs of calcareous stone nes\",\r\n\t\t\t\"parent\": \"6802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680223\",\r\n\t\t\t\"text\": \"680223 - Granite; articles thereof, simply cut or sawn, with a flat or even surface\",\r\n\t\t\t\"parent\": \"6802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680229\",\r\n\t\t\t\"text\": \"680229 - Stone; monumental or building stone, n.e.c. in item no. 6802.2, articles thereof, simply cut or sawn, with a flat or even surface\",\r\n\t\t\t\"parent\": \"6802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680291\",\r\n\t\t\t\"text\": \"680291 - Marble, travertine and alabaster; articles thereof, (other than simply cut or sawn, with a flat or even surface)\",\r\n\t\t\t\"parent\": \"6802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680292\",\r\n\t\t\t\"text\": \"680292 - Stone; calcareous (excluding marble, travertine, alabaster) articles thereof, (other than simply cut or sawn, with a flat or even surface)\",\r\n\t\t\t\"parent\": \"6802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680293\",\r\n\t\t\t\"text\": \"680293 - Granite; articles thereof, (other than simply cut or sawn, with a flat or even surface)\",\r\n\t\t\t\"parent\": \"6802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680299\",\r\n\t\t\t\"text\": \"680299 - Stone; natural (excluding marble, travertine, alabaster, other calcareous stone or granite), monumental or building stone, (other than simply cut or sawn, with a flat or even surface)\",\r\n\t\t\t\"parent\": \"6802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6803\",\r\n\t\t\t\"text\": \"6803 - Slate, worked; and articles of slate or of agglomerated slate\",\r\n\t\t\t\"parent\": \"68\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680300\",\r\n\t\t\t\"text\": \"680300 - Slate, worked; and articles of slate or of agglomerated slate\",\r\n\t\t\t\"parent\": \"6803\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6804\",\r\n\t\t\t\"text\": \"6804 - Millstones, grindstones, grinding wheels, etc without frameworks, for grinding, sharpening, polishing, etc and parts thereof, natural stone, agglomerated natural or artificial abrasives or of ceramics\",\r\n\t\t\t\"parent\": \"68\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680410\",\r\n\t\t\t\"text\": \"680410 - Millstones and grindstones; for milling, grinding or pulping\",\r\n\t\t\t\"parent\": \"6804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680421\",\r\n\t\t\t\"text\": \"680421 - Millstones, grindstones, grinding wheels and the like; of agglomerated synthetic or natural diamond\",\r\n\t\t\t\"parent\": \"6804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680422\",\r\n\t\t\t\"text\": \"680422 - Millstones, grindstones, grinding wheels and the like; of other agglomerated abrasives or of ceramics\",\r\n\t\t\t\"parent\": \"6804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680423\",\r\n\t\t\t\"text\": \"680423 - Millstones, grindstones, grinding wheels and the like; of natural stone\",\r\n\t\t\t\"parent\": \"6804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680430\",\r\n\t\t\t\"text\": \"680430 - Stones; hand sharpening or polishing stones, of natural stone, agglomerated natural or artificial abrasives or ceramics, with or without parts of other materials\",\r\n\t\t\t\"parent\": \"6804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6805\",\r\n\t\t\t\"text\": \"6805 - Abrasive powder or grain; natural or artificial, on a base of textile material, of paper, paperboard or of other material, whether or not cut to shape or sewn or otherwise made up\",\r\n\t\t\t\"parent\": \"68\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680510\",\r\n\t\t\t\"text\": \"680510 - Abrasive powder or grain; natural or artificial, on a base of woven textile fabric only, whether or not cut to shape or sewn or otherwise made up\",\r\n\t\t\t\"parent\": \"6805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680520\",\r\n\t\t\t\"text\": \"680520 - Abrasive powder or grain; natural or artificial, on a base of paper or paperboard only, whether or not cut to shape or sewn or otherwise made up\",\r\n\t\t\t\"parent\": \"6805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680530\",\r\n\t\t\t\"text\": \"680530 - Abrasive powder or grain; natural or artificial, on a base of materials n.e.c. in heading no. 6805, whether or not cut to shape or sewn or otherwise made up\",\r\n\t\t\t\"parent\": \"6805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6806\",\r\n\t\t\t\"text\": \"6806 - Slag, rock wool and similar mineral wools; exfoliated vermiculite, expanded clays, foamed slag, mixtures and articles of heat, sound insulating or sound-absorbing mineral materials\",\r\n\t\t\t\"parent\": \"68\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680610\",\r\n\t\t\t\"text\": \"680610 - Slag wool, rock wool and similar mineral wools (including intermixtures thereof), in bulk, sheets or rolls\",\r\n\t\t\t\"parent\": \"6806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680620\",\r\n\t\t\t\"text\": \"680620 - Exfoliated vermiculite, expanded clays, foamed slag and similar expanded mineral materials (including intermixtures thereof)\",\r\n\t\t\t\"parent\": \"6806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680690\",\r\n\t\t\t\"text\": \"680690 - Minerals; mixtures and articles of heat-insulating, sound-insulating or sound-absorbing mineral materials, other than those of heading no. 6811 or 6812 or of chapter 69\",\r\n\t\t\t\"parent\": \"6806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6807\",\r\n\t\t\t\"text\": \"6807 - Asphalt or similar material; articles (e.g. petroleum bitumen or coal tar pitch)\",\r\n\t\t\t\"parent\": \"68\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680710\",\r\n\t\t\t\"text\": \"680710 - Asphalt or similar material; articles (e.g. petroleum bitumen or coal tar pitch) in rolls\",\r\n\t\t\t\"parent\": \"6807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680790\",\r\n\t\t\t\"text\": \"680790 - Asphalt or similar material; articles (e.g. petroleum bitumen or coal tar pitch) other than in rolls\",\r\n\t\t\t\"parent\": \"6807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6808\",\r\n\t\t\t\"text\": \"6808 - Panels, boards, tiles, blocks and the like; of vegetable fibre, of straw, shavings, chips, particles, sawdust or other waste, of wood, agglomerated with cement, plaster or other mineral binders\",\r\n\t\t\t\"parent\": \"68\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680800\",\r\n\t\t\t\"text\": \"680800 - Panels, boards, tiles, blocks and the like; of vegetable fibre, of straw, shavings, chips, particles, sawdust or other waste, of wood, agglomerated with cement, plaster or other mineral binders\",\r\n\t\t\t\"parent\": \"6808\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6809\",\r\n\t\t\t\"text\": \"6809 - Plaster or compositions based on plaster; articles thereof\",\r\n\t\t\t\"parent\": \"68\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680911\",\r\n\t\t\t\"text\": \"680911 - Plaster, or plaster compositions; boards, sheets, panels, tiles and similar articles, faced or reinforced with paper or paperboard only, not ornamented\",\r\n\t\t\t\"parent\": \"6809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680919\",\r\n\t\t\t\"text\": \"680919 - Plaster, or plaster compositions; boards, sheets, panels, tiles and similar articles, (other than faced or reinforced with paper or paperboard only), not ornamented\",\r\n\t\t\t\"parent\": \"6809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"680990\",\r\n\t\t\t\"text\": \"680990 - Plaster articles or articles of compositions based on plaster; n.e.c. in heading no. 6809\",\r\n\t\t\t\"parent\": \"6809\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6810\",\r\n\t\t\t\"text\": \"6810 - Cement, concrete or artificial stone; whether or not reinforced, articles thereof\",\r\n\t\t\t\"parent\": \"68\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681011\",\r\n\t\t\t\"text\": \"681011 - Cement, concrete or artificial stone; building blocks or bricks, whether or not reinforced\",\r\n\t\t\t\"parent\": \"6810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681019\",\r\n\t\t\t\"text\": \"681019 - Cement, concrete or artificial stone; tiles, flagstones and similar, (excluding building blocks and bricks) whether or not reinforced\",\r\n\t\t\t\"parent\": \"6810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681020\",\r\n\t\t\t\"text\": \"681020 - Pipes of cement or concrete\",\r\n\t\t\t\"parent\": \"6810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681091\",\r\n\t\t\t\"text\": \"681091 - Cement, concrete or artificial stone; prefabricated structural components for building or civil engineering, whether or not reinforced\",\r\n\t\t\t\"parent\": \"6810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681099\",\r\n\t\t\t\"text\": \"681099 - Cement, concrete or artificial stone; articles (other than prefabricated structural components for building or civil engineering), whether or not reinforced, n.e.c. in heading no. 6810\",\r\n\t\t\t\"parent\": \"6810\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6811\",\r\n\t\t\t\"text\": \"6811 - Asbestos-cement, of cellulose fibre-cement or the like\",\r\n\t\t\t\"parent\": \"68\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681110\",\r\n\t\t\t\"text\": \"681110 - Corrugated sheets of asbestos, cellulose fibre cement\",\r\n\t\t\t\"parent\": \"6811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681120\",\r\n\t\t\t\"text\": \"681120 - Sheet/tile, asbestos/cellulose fibre cement not corru\",\r\n\t\t\t\"parent\": \"6811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681130\",\r\n\t\t\t\"text\": \"681130 - Tubes, pipes etc of asbestos or cellulose fibre cemen\",\r\n\t\t\t\"parent\": \"6811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681140\",\r\n\t\t\t\"text\": \"681140 - Asbestos-cement; articles or the like, containing asbestos\",\r\n\t\t\t\"parent\": \"6811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681181\",\r\n\t\t\t\"text\": \"681181 - Cellulose fibre-cement; articles or the like; corrugated sheets, not containing asbestos\",\r\n\t\t\t\"parent\": \"6811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681182\",\r\n\t\t\t\"text\": \"681182 - Cellulose fibre-cement; articles or the like, sheets, panels, tiles and similar articles (other than corrugated sheets), not containing asbestos\",\r\n\t\t\t\"parent\": \"6811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681183\",\r\n\t\t\t\"text\": \"681183 - Tubes, pipes & tube/pipe fittings, other than other sheets, panels, tiles & corrugated sheets, not containing asbestos.\",\r\n\t\t\t\"parent\": \"6811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681189\",\r\n\t\t\t\"text\": \"681189 - Cellulose fibre-cement; articles or the like, other than corrugated sheets and other sheets, panels, tiles and similar articles, not containing asbestos\",\r\n\t\t\t\"parent\": \"6811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681190\",\r\n\t\t\t\"text\": \"681190 - Articles nes, of asbestoso or cellulose fibre cement\",\r\n\t\t\t\"parent\": \"6811\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6812\",\r\n\t\t\t\"text\": \"6812 - Fabricated asbestos fibres; mixtures with a basis of asbestos or of asbestos and magnesium carbonate; articles of such mixtures or of asbestos (e.g. thread, woven fabric, clothing, footwear), whether or not reinforced, not goods of heading 6811 or 6813\",\r\n\t\t\t\"parent\": \"68\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681210\",\r\n\t\t\t\"text\": \"681210 - Asbestos fibres etc\",\r\n\t\t\t\"parent\": \"6812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681220\",\r\n\t\t\t\"text\": \"681220 - Asbestos yarn and thread\",\r\n\t\t\t\"parent\": \"6812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681230\",\r\n\t\t\t\"text\": \"681230 - Asbestos cords and string\",\r\n\t\t\t\"parent\": \"6812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681240\",\r\n\t\t\t\"text\": \"681240 - Asbestos woven or knit fabric\",\r\n\t\t\t\"parent\": \"6812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681250\",\r\n\t\t\t\"text\": \"681250 - Asbestos clothing, accessories, foot and headwear\",\r\n\t\t\t\"parent\": \"6812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681260\",\r\n\t\t\t\"text\": \"681260 - Asbestos paper, millboard and felt\",\r\n\t\t\t\"parent\": \"6812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681270\",\r\n\t\t\t\"text\": \"681270 - Compressed asbestos fibre jointing, in sheets, rolls\",\r\n\t\t\t\"parent\": \"6812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681280\",\r\n\t\t\t\"text\": \"681280 - Fabricated crocidolite (blue asbestos) fibres, mixtures with a basis of crocidolite (blue asbestos), articles of crocidolite (blue asbestos), whether or not reinforced, not goods of heading 6811 or 6813\",\r\n\t\t\t\"parent\": \"6812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681290\",\r\n\t\t\t\"text\": \"681290 - Asbestos fabricated products nes\",\r\n\t\t\t\"parent\": \"6812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681291\",\r\n\t\t\t\"text\": \"681291 - Asbestos or mixtures with a basis of asbestos (other than crocidolite); clothing, clothing accessories, footwear and headgear, whether or not reinforced, not goods of heading 6811 or 6813\",\r\n\t\t\t\"parent\": \"6812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681292\",\r\n\t\t\t\"text\": \"681292 - Asbestos or mixtures with a basis of asbestos (other than crocidolite); paper, millboard and felt, whether or not reinforced, not goods of heading 6811 or 6813\",\r\n\t\t\t\"parent\": \"6812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681293\",\r\n\t\t\t\"text\": \"681293 - Asbestos or mixtures with a basis of asbestos (other than crocidolite); compressed asbestos fibre jointing, in sheets or rolls, whether or not reinforced, not goods of heading 6811 or 6813\",\r\n\t\t\t\"parent\": \"6812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681299\",\r\n\t\t\t\"text\": \"681299 - Asbestos or mixtures with a basis of asbestos (other than crocidolite); fibres, mixtures or articles n.e.c. in heading no. 6812, whether or not reinforced, not goods of heading 6811 or 6813\",\r\n\t\t\t\"parent\": \"6812\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6813\",\r\n\t\t\t\"text\": \"6813 - Friction material and articles thereof (e.g. sheets, rolls, strips, segments, discs, washers, pads) not mounted; for brakes, clutches or the like, with a basis of asbestos, other mineral substances, or cellulose\",\r\n\t\t\t\"parent\": \"68\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681310\",\r\n\t\t\t\"text\": \"681310 - Asbestos brake linings and pads\",\r\n\t\t\t\"parent\": \"6813\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681320\",\r\n\t\t\t\"text\": \"681320 - Friction material and articles thereof (e.g. sheets, rolls, strips, segments, discs, washers, pads) not mounted; for brakes, clutches or the like, with a basis of asbestos\",\r\n\t\t\t\"parent\": \"6813\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681381\",\r\n\t\t\t\"text\": \"681381 - Brake linings and pads; with a basis of mineral substances or cellulose (other than asbestos)\",\r\n\t\t\t\"parent\": \"6813\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681389\",\r\n\t\t\t\"text\": \"681389 - Friction material and articles thereof (e.g. sheets, rolls, strips, segments, discs, washers, pads) not mounted; for clutches or the like (not brake linings and pads), with a basis of mineral substances or cellulose (other than asbestos)\",\r\n\t\t\t\"parent\": \"6813\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681390\",\r\n\t\t\t\"text\": \"681390 - Asbestos friction material, articles except for brake\",\r\n\t\t\t\"parent\": \"6813\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6814\",\r\n\t\t\t\"text\": \"6814 - Mica; worked, articles of, including agglomerated or reconstituted mica; whether or not on a support of paper, paperboard or other materials\",\r\n\t\t\t\"parent\": \"68\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681410\",\r\n\t\t\t\"text\": \"681410 - Mica; plates, sheets and strips of agglomerated or reconstituted mica, whether or not on a support of paper, paperboard or other materials\",\r\n\t\t\t\"parent\": \"6814\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681490\",\r\n\t\t\t\"text\": \"681490 - Mica; worked mica and articles of mica (excluding plates, sheets and strips) whether or not on a support of paper, paperboard or other materials\",\r\n\t\t\t\"parent\": \"6814\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6815\",\r\n\t\t\t\"text\": \"6815 - Stone or other mineral substances; articles thereof (including carbon fibres, articles of carbon fibres and articles of peat), not elsewhere specified or included\",\r\n\t\t\t\"parent\": \"68\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681510\",\r\n\t\t\t\"text\": \"681510 - Stone articles and articles of other mineral substances; non-electrical articles of graphite or other carbon\",\r\n\t\t\t\"parent\": \"6815\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681511\",\r\n\t\t\t\"text\": \"681511 - Stone or other mineral substances not elsewhere specified or included; carbon fibres for non-electrical uses\",\r\n\t\t\t\"parent\": \"6815\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681512\",\r\n\t\t\t\"text\": \"681512 - Stone or other mineral substances not elsewhere specified or included; fabrics of carbon fibres for non-electrical uses\",\r\n\t\t\t\"parent\": \"6815\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681513\",\r\n\t\t\t\"text\": \"681513 - Stone or other mineral substances not elsewhere specified or included; articles of carbon fibres for non-electrical uses\",\r\n\t\t\t\"parent\": \"6815\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681519\",\r\n\t\t\t\"text\": \"681519 - Stone or other mineral substances not elsewhere specified or included; non-electrical articles of graphite or carbon n.e.c. in heading 6815\",\r\n\t\t\t\"parent\": \"6815\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681520\",\r\n\t\t\t\"text\": \"681520 - Peat; articles of peat n.e.c. or included\",\r\n\t\t\t\"parent\": \"6815\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681591\",\r\n\t\t\t\"text\": \"681591 - Stone articles and articles of other mineral substances; containing magnesite, magnesia in the form of periclase, dolomite including in the form of dolime, or chromite\",\r\n\t\t\t\"parent\": \"6815\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"681599\",\r\n\t\t\t\"text\": \"681599 - Stone articles and articles of other mineral substances; n.e.c. or included in heading no. 6815\",\r\n\t\t\t\"parent\": \"6815\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"69\",\r\n\t\t\t\"text\": \"69 - Ceramic products\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6901\",\r\n\t\t\t\"text\": \"6901 - Bricks, blocks, tiles and other ceramic goods of siliceous fossil meals (e.g. kieselguhr, tripolite or diatomite) or of similar siliceous earths\",\r\n\t\t\t\"parent\": \"69\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690100\",\r\n\t\t\t\"text\": \"690100 - Bricks, blocks, tiles and other ceramic goods of siliceous fossil meals (e.g. kieselguhr, tripolite or diatomite) or of similar siliceous earths\",\r\n\t\t\t\"parent\": \"6901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6902\",\r\n\t\t\t\"text\": \"6902 - Refractory bricks, blocks, tiles and similar refractory ceramic constructional goods; other than those of siliceous fossil meals or similar siliceous earths\",\r\n\t\t\t\"parent\": \"69\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690210\",\r\n\t\t\t\"text\": \"690210 - Refractory bricks, blocks, tiles and similar refractory ceramic constructional goods; containing by weight, singly or together, more than 50% of the elements Mg, Ca or Cr, expressed as MgO, CaO or Cr2o3\",\r\n\t\t\t\"parent\": \"6902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690220\",\r\n\t\t\t\"text\": \"690220 - Refractory bricks, blocks, tiles and similar refractory ceramic constructional goods; containing by weight more than 50% of alumina (Al2o3), of silica (SiO2) or of a mixture or compound of these\",\r\n\t\t\t\"parent\": \"6902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690290\",\r\n\t\t\t\"text\": \"690290 - Refractory bricks, blocks, tiles and similar refractory ceramic constructional goods; n.e.c. in item no. 6902.1 or 6902.2\",\r\n\t\t\t\"parent\": \"6902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6903\",\r\n\t\t\t\"text\": \"6903 - Ceramic goods; (e.g. retorts, crucibles, muffles, nozzles, plugs, supports cupels, tubes, pipes, sheaths, rods and slide gates) excluding those of siliceous fossil meals or of similar siliceous earths\",\r\n\t\t\t\"parent\": \"69\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690310\",\r\n\t\t\t\"text\": \"690310 - Refractory ceramic goods; containing, by weight, more than 50% of free carbon, excluding those of siliceous fossil meals or similar earths\",\r\n\t\t\t\"parent\": \"6903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690320\",\r\n\t\t\t\"text\": \"690320 - Refractory ceramic goods; containing by weight more than 50% of alumina or of a mixture or compound of alumina and of silica, excluding those of siliceous fossil meals or similar earths\",\r\n\t\t\t\"parent\": \"6903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690390\",\r\n\t\t\t\"text\": \"690390 - Refractory ceramic goods; composition of which n.e.c. in heading no. 6903, other than those of siliceous fossil meals or similar earths\",\r\n\t\t\t\"parent\": \"6903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6904\",\r\n\t\t\t\"text\": \"6904 - Ceramic building bricks, floor blocks, support or filler tiles and the like\",\r\n\t\t\t\"parent\": \"69\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690410\",\r\n\t\t\t\"text\": \"690410 - Ceramic building bricks\",\r\n\t\t\t\"parent\": \"6904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690490\",\r\n\t\t\t\"text\": \"690490 - Ceramic flooring blocks, supports or filler tiles and the like (excluding building bricks)\",\r\n\t\t\t\"parent\": \"6904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6905\",\r\n\t\t\t\"text\": \"6905 - Roofing tiles, chimney-pots, cowls, chimney liners, architectural ornaments and other ceramic constructional goods\",\r\n\t\t\t\"parent\": \"69\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690510\",\r\n\t\t\t\"text\": \"690510 - Ceramic roofing tiles\",\r\n\t\t\t\"parent\": \"6905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690590\",\r\n\t\t\t\"text\": \"690590 - Ceramic chimney-pots, cowls, chimney liners, architectural ornaments and other constructional goods (excluding roofing tiles)\",\r\n\t\t\t\"parent\": \"6905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6906\",\r\n\t\t\t\"text\": \"6906 - Ceramic pipes, conduits, guttering and pipe fittings\",\r\n\t\t\t\"parent\": \"69\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690600\",\r\n\t\t\t\"text\": \"690600 - Ceramic pipes, conduits, guttering and pipe fittings\",\r\n\t\t\t\"parent\": \"6906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6907\",\r\n\t\t\t\"text\": \"6907 - Ceramic flags and paving, hearth or wall tiles; ceramic mosaic cubes and the like, whether or not on a backing; finishing ceramics\",\r\n\t\t\t\"parent\": \"69\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690710\",\r\n\t\t\t\"text\": \"690710 - Ceramic tiles, cubes and similar articles; unglazed, whether or not rectangular, the largest surface area of which is capable of being enclosed in a square the side of which is less than 7cm\",\r\n\t\t\t\"parent\": \"6907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690721\",\r\n\t\t\t\"text\": \"690721 - Ceramic tiles; flags and paving, hearth or wall tiles other than those of subheadings 6907.30 and 6907.40, of a water absorption coefficient by weight not over 0.5%\",\r\n\t\t\t\"parent\": \"6907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690722\",\r\n\t\t\t\"text\": \"690722 - Ceramic tiles; flags and paving, hearth or wall tiles other than those of subheadings 6907.30 and 6907.40, of a water absorption coefficient by weight over 0.5% but not over 10%\",\r\n\t\t\t\"parent\": \"6907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690723\",\r\n\t\t\t\"text\": \"690723 - Ceramic tiles; flags and paving, hearth or wall tiles other than those of subheadings 6907.30 and 6907.40, of a water absorption coefficient by weight over 10%\",\r\n\t\t\t\"parent\": \"6907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690730\",\r\n\t\t\t\"text\": \"690730 - Mosaic cubes and the like, other than those of subheading 6907.40\",\r\n\t\t\t\"parent\": \"6907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690740\",\r\n\t\t\t\"text\": \"690740 - Finishing ceramics\",\r\n\t\t\t\"parent\": \"6907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690790\",\r\n\t\t\t\"text\": \"690790 - Ceramic flags and paving; unglazed\",\r\n\t\t\t\"parent\": \"6907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6908\",\r\n\t\t\t\"text\": \"6908 - Ceramic flags and paving, hearth or wall tiles, glazed; glazed ceramic mosaic cubes and the like, whether or not on a backing\",\r\n\t\t\t\"parent\": \"69\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690810\",\r\n\t\t\t\"text\": \"690810 - Ceramic tiles, cubes and similar articles; glazed, whether or not rectangular or on a backing, with the largest surface area less than a 7cm square\",\r\n\t\t\t\"parent\": \"6908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690890\",\r\n\t\t\t\"text\": \"690890 - Ceramic flags and pavings; glazed\",\r\n\t\t\t\"parent\": \"6908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6909\",\r\n\t\t\t\"text\": \"6909 - Ceramic ware for laboratory, chemical, other technical uses; ceramic troughs, tubs, similar receptacles used in agriculture; ceramic pots, jars and similar used in the conveyance or packing of goods\",\r\n\t\t\t\"parent\": \"69\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690911\",\r\n\t\t\t\"text\": \"690911 - Ceramic wares; for laboratory, chemical or other technical uses, of porcelain or china\",\r\n\t\t\t\"parent\": \"6909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690912\",\r\n\t\t\t\"text\": \"690912 - Ceramic wares; for laboratory, chemical or other technical uses, articles having a hardness equivalent to 9 or more on the Mohs scale\",\r\n\t\t\t\"parent\": \"6909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690919\",\r\n\t\t\t\"text\": \"690919 - Ceramic wares; for laboratory, chemical or other technical uses, other than articles having a hardness equivalent to 9 or more on the Mohs scale or of porcelain or china\",\r\n\t\t\t\"parent\": \"6909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"690990\",\r\n\t\t\t\"text\": \"690990 - Ceramic wares; pots, jars and similar articles of a kind used for the conveyance or packing of goods and ceramic troughs, tubs and similar receptacles used in agriculture\",\r\n\t\t\t\"parent\": \"6909\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6910\",\r\n\t\t\t\"text\": \"6910 - Ceramic sinks, wash basins, wash basin pedestals, baths, bidets, water closet pans, flushing cisterns, urinals and similar sanitary fixtures\",\r\n\t\t\t\"parent\": \"69\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"691010\",\r\n\t\t\t\"text\": \"691010 - Ceramic sinks, wash basins, wash basin pedestals, baths, bidets, water closet pans, flushing cisterns, urinals and similar sanitary fixtures; of porcelain or china\",\r\n\t\t\t\"parent\": \"6910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"691090\",\r\n\t\t\t\"text\": \"691090 - Ceramic sinks, wash basins, wash basin pedestals, baths, bidets, water closet pans, flushing cisterns, urinals and similar sanitary fixtures; of other than porcelain or china\",\r\n\t\t\t\"parent\": \"6910\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6911\",\r\n\t\t\t\"text\": \"6911 - Tableware, kitchenware, other household articles and toilet articles; of porcelain or china\",\r\n\t\t\t\"parent\": \"69\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"691110\",\r\n\t\t\t\"text\": \"691110 - Tableware and kitchenware; of porcelain or china\",\r\n\t\t\t\"parent\": \"6911\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"691190\",\r\n\t\t\t\"text\": \"691190 - Household and toilet articles; n.e.c. in heading no. 6911, of porcelain or china\",\r\n\t\t\t\"parent\": \"6911\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6912\",\r\n\t\t\t\"text\": \"6912 - Ceramic tableware, kitchenware, other household articles and toilet articles; other than of porcelain or china\",\r\n\t\t\t\"parent\": \"69\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"691200\",\r\n\t\t\t\"text\": \"691200 - Ceramic tableware, kitchenware, other household articles and toilet articles; other than of porcelain or china\",\r\n\t\t\t\"parent\": \"6912\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6913\",\r\n\t\t\t\"text\": \"6913 - Statuettes and other ornamental ceramic articles\",\r\n\t\t\t\"parent\": \"69\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"691310\",\r\n\t\t\t\"text\": \"691310 - Ceramic statuettes and other ornamental ceramic articles, of porcelain or china\",\r\n\t\t\t\"parent\": \"6913\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"691390\",\r\n\t\t\t\"text\": \"691390 - Ceramic statuettes and other ornamental ceramic articles; other than of porcelain or china\",\r\n\t\t\t\"parent\": \"6913\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"6914\",\r\n\t\t\t\"text\": \"6914 - Ceramic articles; n.e.c. in chapter 69\",\r\n\t\t\t\"parent\": \"69\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"691410\",\r\n\t\t\t\"text\": \"691410 - Ceramic articles n.e.c. in chapter 69; of porcelain or china\",\r\n\t\t\t\"parent\": \"6914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"691490\",\r\n\t\t\t\"text\": \"691490 - Ceramic articles n.e.c. in chapter 69; other than of porcelain or china\",\r\n\t\t\t\"parent\": \"6914\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"70\",\r\n\t\t\t\"text\": \"70 - Glass and glassware\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7001\",\r\n\t\t\t\"text\": \"7001 - Glass; cullet and other waste and scrap of glass, excluding glass from cathode ray tubes or other activated glass of heading 85.49, glass in the mass\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700100\",\r\n\t\t\t\"text\": \"700100 - Glass; cullet and other waste and scrap of glass, excluding glass from cathode ray tubes or other activated glass of heading 85.49, glass in the mass\",\r\n\t\t\t\"parent\": \"7001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7002\",\r\n\t\t\t\"text\": \"7002 - Glass in balls (other than microspheres of heading no. 7018), rods or tubes, unworked\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700210\",\r\n\t\t\t\"text\": \"700210 - Glass; unworked, in balls (other than microspheres of heading no. 7018)\",\r\n\t\t\t\"parent\": \"7002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700220\",\r\n\t\t\t\"text\": \"700220 - Glass; unworked, in rods\",\r\n\t\t\t\"parent\": \"7002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700231\",\r\n\t\t\t\"text\": \"700231 - Glass; unworked, in tubes, of fused quartz or other fused silica\",\r\n\t\t\t\"parent\": \"7002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700232\",\r\n\t\t\t\"text\": \"700232 - Glass; unworked, tubes, of glass having a linear coefficient of expansion not exceeding 5 x 10 (to the minus 6), (or 0.000005) per Kelvin within a temperature range of 0-300 degrees C\",\r\n\t\t\t\"parent\": \"7002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700239\",\r\n\t\t\t\"text\": \"700239 - Glass; unworked, in tubes, other than of glass having a linear coefficient of expansion not exceeding 5 x 10 (to the minus 6, (or 0.000005) ) per Kelvin within a temperature range of 0-300 degrees C, not fused quartz or other fused silica\",\r\n\t\t\t\"parent\": \"7002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7003\",\r\n\t\t\t\"text\": \"7003 - Glass; cast glass and rolled glass in sheets or profiles, whether or not having an absorbent, reflecting or non-reflecting layer, but not otherwise worked\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700311\",\r\n\t\t\t\"text\": \"700311 - Cast glass sheet, coloured absorbent reflect or opaqu\",\r\n\t\t\t\"parent\": \"7003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700312\",\r\n\t\t\t\"text\": \"700312 - Glass; cast glass and rolled glass, non-wired sheets, coloured through the mass (body tinted), opacified, flashed or having an absorbent, reflecting or non-reflecting layer\",\r\n\t\t\t\"parent\": \"7003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700319\",\r\n\t\t\t\"text\": \"700319 - Glass; cast glass and rolled glass, non-wired sheets, (excluding those coloured throughout the mass (body tinted) opacified, flashed or having an absorbent or reflecting layer)\",\r\n\t\t\t\"parent\": \"7003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700320\",\r\n\t\t\t\"text\": \"700320 - Glass; cast glass and rolled glass, wired sheets, whether or not having an absorbent or reflecting layer but not otherwise worked\",\r\n\t\t\t\"parent\": \"7003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700330\",\r\n\t\t\t\"text\": \"700330 - Glass; cast glass and rolled glass, profiles, not otherwise worked\",\r\n\t\t\t\"parent\": \"7003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7004\",\r\n\t\t\t\"text\": \"7004 - Glass; drawn glass and blown glass, in sheets, whether or not having an absorbent, reflecting or non-reflecting layer, but not otherwise worked\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700410\",\r\n\t\t\t\"text\": \"700410 - Drawn glass sheet coloured, absorbing, reflect, opaqu\",\r\n\t\t\t\"parent\": \"7004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700420\",\r\n\t\t\t\"text\": \"700420 - Glass; drawn and blown, in sheets, coloured throughout the mass (body tinted), opacified, flashed or having an absorbent, reflecting or non-reflecting layer, but not otherwise worked\",\r\n\t\t\t\"parent\": \"7004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700490\",\r\n\t\t\t\"text\": \"700490 - Glass; drawn and blown, in sheets, (other than glass coloured throughout the mass (body tinted), opacified, flashed or having an absorbent, reflecting or non-reflecting layer)\",\r\n\t\t\t\"parent\": \"7004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7005\",\r\n\t\t\t\"text\": \"7005 - Glass; float glass and surface ground or polished glass, in sheets, whether or not having an absorbent, reflecting or non-reflecting layer, but not otherwise worked\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700510\",\r\n\t\t\t\"text\": \"700510 - Glass; float glass and surface ground or polished glass, in sheets, non-wired, having an absorbent reflecting or non-reflecting layer\",\r\n\t\t\t\"parent\": \"7005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700521\",\r\n\t\t\t\"text\": \"700521 - Glass; float glass and surface ground or polished glass, in sheets, non-wired, coloured throughout the mass (body tinted), opacified, flashed or merely surface ground\",\r\n\t\t\t\"parent\": \"7005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700529\",\r\n\t\t\t\"text\": \"700529 - Glass; float glass and surface ground or polished glass, in sheets, non-wired, (other than coloured throughout the mass (body tinted), opacified, flashed or merely surface ground)\",\r\n\t\t\t\"parent\": \"7005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700530\",\r\n\t\t\t\"text\": \"700530 - Glass; float glass and surface ground or polished glass, in sheets, wired glass, whether or not having an absorbent or reflecting layer\",\r\n\t\t\t\"parent\": \"7005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7006\",\r\n\t\t\t\"text\": \"7006 - Glass of heading no. 7003, 7004 or 7005, bent, edge-worked, engraved, drilled, enamelled or otherwise worked, not framed or fitted with other materials\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700600\",\r\n\t\t\t\"text\": \"700600 - Glass of heading no. 7003, 7004 or 7005; bent, edge-worked, engraved, drilled, enamelled or otherwise worked, but not framed or fitted with other materials\",\r\n\t\t\t\"parent\": \"7006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7007\",\r\n\t\t\t\"text\": \"7007 - Safety glass, consisting of toughened (tempered) or laminated glass\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700711\",\r\n\t\t\t\"text\": \"700711 - Glass; safety glass, toughened (tempered), of size and shape suitable for incorporation in vehicles, aircraft, spacecraft or vessels\",\r\n\t\t\t\"parent\": \"7007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700719\",\r\n\t\t\t\"text\": \"700719 - Glass; safety glass, toughened (tempered), (not of a size and shape suitable for incorporation in vehicles, aircraft, spacecraft or vessels)\",\r\n\t\t\t\"parent\": \"7007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700721\",\r\n\t\t\t\"text\": \"700721 - Glass; safety glass, laminated, of size and shape suitable for incorporation in vehicles, aircraft, spacecraft or vessels\",\r\n\t\t\t\"parent\": \"7007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700729\",\r\n\t\t\t\"text\": \"700729 - Glass; safety glass, laminated, (not of a size and shape suitable for incorporation in vehicles, aircraft, spacecraft or vessels)\",\r\n\t\t\t\"parent\": \"7007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7008\",\r\n\t\t\t\"text\": \"7008 - Glass; multiple-walled insulating units of glass\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700800\",\r\n\t\t\t\"text\": \"700800 - Glass; multiple-walled insulating units of glass\",\r\n\t\t\t\"parent\": \"7008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7009\",\r\n\t\t\t\"text\": \"7009 - Glass mirrors; whether or not framed, including rear-view mirrors\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700910\",\r\n\t\t\t\"text\": \"700910 - Glass; rear-view mirrors for vehicles\",\r\n\t\t\t\"parent\": \"7009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700991\",\r\n\t\t\t\"text\": \"700991 - Glass mirrors; unframed, excluding rear-view mirrors for vehicles\",\r\n\t\t\t\"parent\": \"7009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"700992\",\r\n\t\t\t\"text\": \"700992 - Glass mirrors; framed, excluding rear-view mirrors for vehicles\",\r\n\t\t\t\"parent\": \"7009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7010\",\r\n\t\t\t\"text\": \"7010 - Carboys, bottles, flasks, jars, pots, phials, ampoules, containers of glass of a kind used for the conveyance or packing of goods; preserving jars of glass; stoppers, lids and other closures of glass\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701010\",\r\n\t\t\t\"text\": \"701010 - Glass; ampoules, of a kind used for the conveyance or packing of goods\",\r\n\t\t\t\"parent\": \"7010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701020\",\r\n\t\t\t\"text\": \"701020 - Glass; stoppers, lids and other closures\",\r\n\t\t\t\"parent\": \"7010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701090\",\r\n\t\t\t\"text\": \"701090 - Glass; carboys, bottles, flasks, jars, pots, phials and other containers of glass, (not ampoules), used for the conveyance or packing of goods\",\r\n\t\t\t\"parent\": \"7010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701091\",\r\n\t\t\t\"text\": \"701091 - Carboys/bot/flask > 1 lt\",\r\n\t\t\t\"parent\": \"7010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701092\",\r\n\t\t\t\"text\": \"701092 - Carboys/bot/flask<.33>1\",\r\n\t\t\t\"parent\": \"7010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701093\",\r\n\t\t\t\"text\": \"701093 - Carboys/bot/flask<.15>.3\",\r\n\t\t\t\"parent\": \"7010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701094\",\r\n\t\t\t\"text\": \"701094 - Carboys/bot/flask<.15 lt\",\r\n\t\t\t\"parent\": \"7010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7011\",\r\n\t\t\t\"text\": \"7011 - Glass envelopes (including bulbs and tubes), open and glass parts thereof, without fittings, for electric lamps and light sources, cathode-ray tubes or the like\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701110\",\r\n\t\t\t\"text\": \"701110 - Glass envelopes (including bulbs and tubes); open, and glass parts thereof, without fittings, for electric lighting\",\r\n\t\t\t\"parent\": \"7011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701120\",\r\n\t\t\t\"text\": \"701120 - Glass envelopes (including bulbs and tubes); open, and glass parts thereof, without fittings, for cathode-ray tubes\",\r\n\t\t\t\"parent\": \"7011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701190\",\r\n\t\t\t\"text\": \"701190 - Glass envelopes (including bulbs and tubes); open, and glass parts thereof, without fittings, other than for electric lighting and cathode-ray tubes\",\r\n\t\t\t\"parent\": \"7011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7012\",\r\n\t\t\t\"text\": \"7012 - Glass inners for vacuum flasks, other vacuum vessels\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701200\",\r\n\t\t\t\"text\": \"701200 - Glass inners for vacuum flasks, other vacuum vessels\",\r\n\t\t\t\"parent\": \"7012\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7013\",\r\n\t\t\t\"text\": \"7013 - Glassware of a kind used for table, kitchen, toilet, office, indoor decoration or similar purposes (other than of heading no. 7010 or 7018)\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701310\",\r\n\t\t\t\"text\": \"701310 - Glassware; of a kind used for table, kitchen, toilet, office, indoor decoration or similar purposes (other than of heading no. 7010 or 7018), of glass-ceramics\",\r\n\t\t\t\"parent\": \"7013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701321\",\r\n\t\t\t\"text\": \"701321 - Drinking glasses of lead crystal\",\r\n\t\t\t\"parent\": \"7013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701322\",\r\n\t\t\t\"text\": \"701322 - Stemware drinking glasses, of lead crystal\",\r\n\t\t\t\"parent\": \"7013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701328\",\r\n\t\t\t\"text\": \"701328 - Stemware drinking glasses, other than of lead crystal or glass-ceramics\",\r\n\t\t\t\"parent\": \"7013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701329\",\r\n\t\t\t\"text\": \"701329 - Drinking glasses, except lead crystal or glass cerami\",\r\n\t\t\t\"parent\": \"7013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701331\",\r\n\t\t\t\"text\": \"701331 - Lead crystal table, kitchen glass (not drink glasses)\",\r\n\t\t\t\"parent\": \"7013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701332\",\r\n\t\t\t\"text\": \"701332 - Table, kitchenware of low expansion glass (Pyrex etc)\",\r\n\t\t\t\"parent\": \"7013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701333\",\r\n\t\t\t\"text\": \"701333 - Glassware; drinking glasses (not stemware), of lead crystal\",\r\n\t\t\t\"parent\": \"7013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701337\",\r\n\t\t\t\"text\": \"701337 - Glassware; drinking glasses (not stemware), other than of lead crystal or glass-ceramics\",\r\n\t\t\t\"parent\": \"7013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701339\",\r\n\t\t\t\"text\": \"701339 - Glass table or kitchenware, except low expansion glas\",\r\n\t\t\t\"parent\": \"7013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701341\",\r\n\t\t\t\"text\": \"701341 - Glassware of a kind used for table or kitchen purposes (not drinking glasses), of lead crystal\",\r\n\t\t\t\"parent\": \"7013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701342\",\r\n\t\t\t\"text\": \"701342 - Glassware of a kind used for table or kitchen purposes (not drinking glasses), of glass having a linear coefficient of expansion not exceeding 5 x 10 (to the minus 6), (or 0.000005) per Kelvin within a temperature range of 0-300 degrees C\",\r\n\t\t\t\"parent\": \"7013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701349\",\r\n\t\t\t\"text\": \"701349 - Glassware of a kind used for table or kitchen purposes (not drinking glasses or of glass-ceramics), of glass n.e.c. in item no. 7013.4\",\r\n\t\t\t\"parent\": \"7013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701391\",\r\n\t\t\t\"text\": \"701391 - Glassware; n.e.c. in heading no. 7013, of lead crystal\",\r\n\t\t\t\"parent\": \"7013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701399\",\r\n\t\t\t\"text\": \"701399 - Glassware; n.e.c. in heading no. 7013, other than of lead crystal\",\r\n\t\t\t\"parent\": \"7013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7014\",\r\n\t\t\t\"text\": \"7014 - Signalling glassware and optical elements of glass (other than those of heading no. 7015), not optically worked\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701400\",\r\n\t\t\t\"text\": \"701400 - Glassware; signalling, (not optically worked)\",\r\n\t\t\t\"parent\": \"7014\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7015\",\r\n\t\t\t\"text\": \"7015 - Clock, watch and similar glasses, glasses for non-corrective or corrective spectacles, curved, bent, hallowed etc, not optically worked; hollow glass spheres and their segments for manufacture\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701510\",\r\n\t\t\t\"text\": \"701510 - Glasses for corrective spectacles; curved, bent, hollowed or the like, not optically worked\",\r\n\t\t\t\"parent\": \"7015\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701590\",\r\n\t\t\t\"text\": \"701590 - Glasses; clock or watch and similar, glasses for non-corrective spectacles, curved, bent, hollowed etc, (not optically worked), hollow glass spheres and segments, for the manufacture of such glasses\",\r\n\t\t\t\"parent\": \"7015\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7016\",\r\n\t\t\t\"text\": \"7016 - Glass; paving blocks, slabs, bricks, tiles etc, of pressed, moulded glass, whether or not wired, glass smallwares for decorative purposes leaded lights and the like; multicellular or foam glass\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701610\",\r\n\t\t\t\"text\": \"701610 - Glass cubes and other glass smallwares; whether or not on a backing, for mosaics or similar decorative purposes\",\r\n\t\t\t\"parent\": \"7016\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701690\",\r\n\t\t\t\"text\": \"701690 - Multicellular or foam glass; in blocks, panels, plates, shells or similar forms; paving blocks, slabs, bricks and other articles of pressed or moulded glass\",\r\n\t\t\t\"parent\": \"7016\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7017\",\r\n\t\t\t\"text\": \"7017 - Laboratory, hygienic or pharmaceutical glassware, whether or not graduated or calibrated\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701710\",\r\n\t\t\t\"text\": \"701710 - Glassware; laboratory, hygienic or pharmaceutical, whether or not graduated or calibrated, of fused quartz or other fused silica\",\r\n\t\t\t\"parent\": \"7017\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701720\",\r\n\t\t\t\"text\": \"701720 - Glassware; laboratory, hygienic or pharmaceutical, whether or not graduated or calibrated, having a linear co-efficient of expansion not over 5 x 10 (to the minus 6), (or 0.000005)) per Kelvin with a temperature of 0-300 degrees C\",\r\n\t\t\t\"parent\": \"7017\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701790\",\r\n\t\t\t\"text\": \"701790 - Glassware; laboratory, hygienic or pharmaceutical, whether or not graduated or calibrated, of glass n.e.c. in heading no. 7017\",\r\n\t\t\t\"parent\": \"7017\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7018\",\r\n\t\t\t\"text\": \"7018 - Glass beads, imitation pearls, precious or semi-precious stones and similar glass smallwares, statuettes and other ornaments of worked glass; glass microspheres not exceeding 1mm in diameter\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701810\",\r\n\t\t\t\"text\": \"701810 - Glass; beads, imitation pearls, imitation precious or semi-precious stones and similar glass smallwares\",\r\n\t\t\t\"parent\": \"7018\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701820\",\r\n\t\t\t\"text\": \"701820 - Glass microspheres; not exceeding 1mm in diameter\",\r\n\t\t\t\"parent\": \"7018\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701890\",\r\n\t\t\t\"text\": \"701890 - Glass; articles thereof, statuettes and other ornaments of lamp worked glass, other than imitation jewellery\",\r\n\t\t\t\"parent\": \"7018\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7019\",\r\n\t\t\t\"text\": \"7019 - Glass fibres (including glass wool) and articles thereof (e.g. yarn, rovings, woven fabrics)\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701910\",\r\n\t\t\t\"text\": \"701910 - Slivers, rovings, yarn and chopped strands of glass\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701911\",\r\n\t\t\t\"text\": \"701911 - Glass fibres; (including glass wool), chopped strands, of a length of not more than 50mm\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701912\",\r\n\t\t\t\"text\": \"701912 - Glass fibres; (including glass wool), rovings\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701913\",\r\n\t\t\t\"text\": \"701913 - Glass fibres; (including glass wool), yarns and slivers\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701914\",\r\n\t\t\t\"text\": \"701914 - Glass fibres; (including glass wool), mechanically bonded mats\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701915\",\r\n\t\t\t\"text\": \"701915 - Glass fibres; (including glass wool), chemically bonded mats\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701919\",\r\n\t\t\t\"text\": \"701919 - Glass fibres; (including glass wool), threads and mats, other than mechanically or chemically bonded mats\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701920\",\r\n\t\t\t\"text\": \"701920 - Woven fabric of glass fibres\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701931\",\r\n\t\t\t\"text\": \"701931 - Glass fibres; non-woven products, mats\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701932\",\r\n\t\t\t\"text\": \"701932 - Glass fibres; non-woven products, thin sheets (voiles)\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701939\",\r\n\t\t\t\"text\": \"701939 - Glass fibres; webs, mattresses, boards and similar non-woven products excluding mats and thin sheets\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701940\",\r\n\t\t\t\"text\": \"701940 - Glass fibres; woven fabrics of rovings\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701951\",\r\n\t\t\t\"text\": \"701951 - Glass fibres; woven fabrics (other than of rovings), of a width not exceeding 30cm\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701952\",\r\n\t\t\t\"text\": \"701952 - Glass fibres; woven fabrics (other than of rovings), of a width exceeding 30cm, plain weave, weighing less than 250g/m2, of filaments measuring per single yarn not more than 136 tex\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701959\",\r\n\t\t\t\"text\": \"701959 - Glass fibres; woven fabrics (other than of rovings), n.e.c. in item no. 7019.5\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701961\",\r\n\t\t\t\"text\": \"701961 - Glass fibres; mechanically bonded fabrics and closed woven fabrics of rovings\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701962\",\r\n\t\t\t\"text\": \"701962 - Glass fibres; non-woven mechanically bonded fabrics and closed fabrics of rovings\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701963\",\r\n\t\t\t\"text\": \"701963 - Glass fibres; mechanically bonded fabrics and closed woven fabrics, plain weave, of yarns, not coated or laminated (other than rovings)\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701964\",\r\n\t\t\t\"text\": \"701964 - Glass fibres; closed woven fabrics, plain weave, of yarns, coated or laminated, (other than rovings)\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701965\",\r\n\t\t\t\"text\": \"701965 - Glass fibres; open woven fabrics of a width not exceeding 30cm\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701966\",\r\n\t\t\t\"text\": \"701966 - Glass fibres; open woven fabrics of a width exceeding 30cm\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701969\",\r\n\t\t\t\"text\": \"701969 - Glass fibres; fabrics n.e.c. in item no. 7019.6\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701971\",\r\n\t\t\t\"text\": \"701971 - Glass fibres; chemically bonded fabrics\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701972\",\r\n\t\t\t\"text\": \"701972 - Glass fibres; chemically bonded fabrics, closed fabrics n.e.c. in heading 7019\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701973\",\r\n\t\t\t\"text\": \"701973 - Glass fibres; chemically bonded fabrics, open fabrics n.e.c. in heading 7019\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701980\",\r\n\t\t\t\"text\": \"701980 - Glass fibres; glass wool and articles thereof\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"701990\",\r\n\t\t\t\"text\": \"701990 - Glass fibres; n.e.c. in heading no. 7019\",\r\n\t\t\t\"parent\": \"7019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7020\",\r\n\t\t\t\"text\": \"7020 - Glass; articles n.e.c. in chapter 70\",\r\n\t\t\t\"parent\": \"70\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"702000\",\r\n\t\t\t\"text\": \"702000 - Glass; articles n.e.c. in chapter 70\",\r\n\t\t\t\"parent\": \"7020\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"71\",\r\n\t\t\t\"text\": \"71 - Natural, cultured pearls; precious, semi-precious stones; precious metals, metals clad with precious metal, and articles thereof; imitation jewellery; coin\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7101\",\r\n\t\t\t\"text\": \"7101 - Pearls; natural or cultured, whether or not worked or graded but not strung, mounted or set; pearls, natural or cultured, temporarily strung for the convenience of transport\",\r\n\t\t\t\"parent\": \"71\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710110\",\r\n\t\t\t\"text\": \"710110 - Pearls; natural, whether or not worked or graded (but not strung, mounted or set), temporarily strung for the convenience of transport\",\r\n\t\t\t\"parent\": \"7101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710121\",\r\n\t\t\t\"text\": \"710121 - Pearls; cultured, unworked, whether or not graded (but not strung, mounted or set), temporarily strung for the convenience of transport\",\r\n\t\t\t\"parent\": \"7101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710122\",\r\n\t\t\t\"text\": \"710122 - Pearls; cultured, worked, whether or not graded (but not strung, mounted or set), temporarily strung for the convenience of transport\",\r\n\t\t\t\"parent\": \"7101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7102\",\r\n\t\t\t\"text\": \"7102 - Diamonds, whether or not worked, but not mounted or set\",\r\n\t\t\t\"parent\": \"71\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710210\",\r\n\t\t\t\"text\": \"710210 - Diamonds; whether or not worked, but not mounted or set, unsorted\",\r\n\t\t\t\"parent\": \"7102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710221\",\r\n\t\t\t\"text\": \"710221 - Diamonds; industrial, unworked or simply sawn, cleaved or bruted, but not mounted or set\",\r\n\t\t\t\"parent\": \"7102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710229\",\r\n\t\t\t\"text\": \"710229 - Diamonds; industrial, (other than unworked or simply sawn, cleaved or bruted), but not mounted or set\",\r\n\t\t\t\"parent\": \"7102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710231\",\r\n\t\t\t\"text\": \"710231 - Diamonds; non-industrial, unworked or simply sawn, cleaved or bruted, but not mounted or set\",\r\n\t\t\t\"parent\": \"7102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710239\",\r\n\t\t\t\"text\": \"710239 - Diamonds; non-industrial, (other than unworked or simply sawn, cleaved or bruted), but not mounted or set\",\r\n\t\t\t\"parent\": \"7102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7103\",\r\n\t\t\t\"text\": \"7103 - Precious (excluding diamond) and semi-precious stone; worked, graded, not strung, mounted, set; ungraded precious (excluding diamond) and semi-precious stone, temporarily strung for convenience of transport\",\r\n\t\t\t\"parent\": \"71\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710310\",\r\n\t\t\t\"text\": \"710310 - Stones; precious (other than diamonds) and semi-precious stones, unworked or simply sawn or roughly shaped, not strung, mounted or set\",\r\n\t\t\t\"parent\": \"7103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710391\",\r\n\t\t\t\"text\": \"710391 - Stones; rubies, sapphires and emeralds, worked (other than simply sawn or roughly shaped), not strung, mounted or set\",\r\n\t\t\t\"parent\": \"7103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710399\",\r\n\t\t\t\"text\": \"710399 - Stones; precious (other than diamonds) and semi-precious stones, (other than rubies, sapphires and emeralds), worked other than simply sawn or roughly shaped, not strung, mounted or set\",\r\n\t\t\t\"parent\": \"7103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7104\",\r\n\t\t\t\"text\": \"7104 - Stones; synthetic or reconstructed precious or semi-precious, whether or not worked or graded but not strung, mounted or set; ungraded synthetic or reconstructed precious or semi-precious stones, temporarily strung for convenience of transport\",\r\n\t\t\t\"parent\": \"71\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710410\",\r\n\t\t\t\"text\": \"710410 - Stones; piezo-electric quartz, whether or not worked or graded but not strung, mounted or set; ungraded synthetic or reconstructed precious or semi-precious stones, temporarily strung for convenience of transport\",\r\n\t\t\t\"parent\": \"7104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710420\",\r\n\t\t\t\"text\": \"710420 - Stones; precious or semi-precious, synthetic or reconstructed, (not piezo-electric quartz), unworked or simply sawn, roughly shaped, (not strung, mounted or set), temporarily strung for transport convenience\",\r\n\t\t\t\"parent\": \"7104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710421\",\r\n\t\t\t\"text\": \"710421 - Stones; diamonds, unworked or simply sawn or roughly shaped\",\r\n\t\t\t\"parent\": \"7104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710429\",\r\n\t\t\t\"text\": \"710429 - Stones; synthetic or reconstructed precious or semi-precious n.e.c. in heading 7104, unworked or simply sawn or roughly shaped\",\r\n\t\t\t\"parent\": \"7104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710490\",\r\n\t\t\t\"text\": \"710490 - Stones; precious or semi-precious, synthetic or reconstructed, (not piezo-electric quartz), worked or graded or not, (but not strung, mounted or set), temporarily strung for transport convenience, n.e.c. in item no. 7104.20\",\r\n\t\t\t\"parent\": \"7104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710491\",\r\n\t\t\t\"text\": \"710491 - Stones; diamonds, n.e.c. in heading 7104, worked or graded but not strung, mounted or set; ungraded synthetic or reconstructed precious or semi-precious stones, temporarily strung for convenience of transport\",\r\n\t\t\t\"parent\": \"7104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710499\",\r\n\t\t\t\"text\": \"710499 - Stones; synthetic or reconstructed precious or semi-precious n.e.c. in heading 7104, worked or graded but not strung, mounted or set; ungraded synthetic or reconstructed precious or semi-precious stones, temporarily strung for convenience of transport\",\r\n\t\t\t\"parent\": \"7104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7105\",\r\n\t\t\t\"text\": \"7105 - Dust and powder of natural or synthetic precious or semi-precious stone\",\r\n\t\t\t\"parent\": \"71\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710510\",\r\n\t\t\t\"text\": \"710510 - Stones; precious and semi-precious, dust and powder, of diamonds\",\r\n\t\t\t\"parent\": \"7105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710590\",\r\n\t\t\t\"text\": \"710590 - Stones; precious and semi-precious, dust and powder, of natural or synthetic precious or semi-precious stones, excluding diamonds\",\r\n\t\t\t\"parent\": \"7105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7106\",\r\n\t\t\t\"text\": \"7106 - Silver (including silver plated with gold or platinum); unwrought or in semi-manufactured forms, or in powder form\",\r\n\t\t\t\"parent\": \"71\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710610\",\r\n\t\t\t\"text\": \"710610 - Metals; silver powder\",\r\n\t\t\t\"parent\": \"7106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710691\",\r\n\t\t\t\"text\": \"710691 - Metals; silver, unwrought, (but not powder)\",\r\n\t\t\t\"parent\": \"7106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710692\",\r\n\t\t\t\"text\": \"710692 - Metals; silver, semi-manufactured\",\r\n\t\t\t\"parent\": \"7106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7107\",\r\n\t\t\t\"text\": \"7107 - Base metals clad with silver; not further worked than semi-manufactured\",\r\n\t\t\t\"parent\": \"71\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710700\",\r\n\t\t\t\"text\": \"710700 - Base metals clad with silver; not further worked than semi-manufactured\",\r\n\t\t\t\"parent\": \"7107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7108\",\r\n\t\t\t\"text\": \"7108 - Gold (including gold plated with platinum) unwrought or in semi-manufactured forms, or in powder form\",\r\n\t\t\t\"parent\": \"71\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710811\",\r\n\t\t\t\"text\": \"710811 - Metals; gold, non-monetary, powder\",\r\n\t\t\t\"parent\": \"7108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710812\",\r\n\t\t\t\"text\": \"710812 - Metals; gold, non-monetary, unwrought (but not powder)\",\r\n\t\t\t\"parent\": \"7108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710813\",\r\n\t\t\t\"text\": \"710813 - Metals; gold, semi-manufactured\",\r\n\t\t\t\"parent\": \"7108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710820\",\r\n\t\t\t\"text\": \"710820 - Gold, monetary\",\r\n\t\t\t\"parent\": \"7108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7109\",\r\n\t\t\t\"text\": \"7109 - Base metals or silver, clad with gold, not further worked than semi-manufactured\",\r\n\t\t\t\"parent\": \"71\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"710900\",\r\n\t\t\t\"text\": \"710900 - Base metals or silver; clad with gold, not further worked than semi-manufactured\",\r\n\t\t\t\"parent\": \"7109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7110\",\r\n\t\t\t\"text\": \"7110 - Platinum; unwrought or in semi-manufactured forms, or in powder form\",\r\n\t\t\t\"parent\": \"71\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711011\",\r\n\t\t\t\"text\": \"711011 - Metals; platinum, unwrought or in powder form\",\r\n\t\t\t\"parent\": \"7110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711019\",\r\n\t\t\t\"text\": \"711019 - Metals; platinum, semi-manufactured\",\r\n\t\t\t\"parent\": \"7110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711021\",\r\n\t\t\t\"text\": \"711021 - Metals; palladium, unwrought or in powder form\",\r\n\t\t\t\"parent\": \"7110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711029\",\r\n\t\t\t\"text\": \"711029 - Metals; palladium, semi-manufactured\",\r\n\t\t\t\"parent\": \"7110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711031\",\r\n\t\t\t\"text\": \"711031 - Metals; rhodium, unwrought or in powder form\",\r\n\t\t\t\"parent\": \"7110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711039\",\r\n\t\t\t\"text\": \"711039 - Metals; rhodium, semi-manufactured\",\r\n\t\t\t\"parent\": \"7110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711041\",\r\n\t\t\t\"text\": \"711041 - Metals; iridium, osmium, ruthenium, unwrought or in powder form\",\r\n\t\t\t\"parent\": \"7110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711049\",\r\n\t\t\t\"text\": \"711049 - Metals; iridium, osmium, ruthenium, semi-manufactured\",\r\n\t\t\t\"parent\": \"7110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7111\",\r\n\t\t\t\"text\": \"7111 - Base metals, silver or gold, clad with platinum; not further worked than semi-manufactured\",\r\n\t\t\t\"parent\": \"71\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711100\",\r\n\t\t\t\"text\": \"711100 - Base metals, silver or gold, clad with platinum; not further worked than semi-manufactured\",\r\n\t\t\t\"parent\": \"7111\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7112\",\r\n\t\t\t\"text\": \"7112 - Waste and scrap of precious metal or of metal clad with precious metal; other waste and scrap containing precious metal compounds, of a kind uses principally for the recovery of precious metal other than goods of heading 85.49\",\r\n\t\t\t\"parent\": \"71\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711210\",\r\n\t\t\t\"text\": \"711210 - Waste or scrap containing gold as sole precious metal\",\r\n\t\t\t\"parent\": \"7112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711220\",\r\n\t\t\t\"text\": \"711220 - Waste/scrap containing platinum as sole precious meta\",\r\n\t\t\t\"parent\": \"7112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711230\",\r\n\t\t\t\"text\": \"711230 - Waste and scrap of precious metal or of metal clad with precious metal; ash containing precious metal or precious metal compounds\",\r\n\t\t\t\"parent\": \"7112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711290\",\r\n\t\t\t\"text\": \"711290 - Waste/scrap, precious metals except pure gold/platinu\",\r\n\t\t\t\"parent\": \"7112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711291\",\r\n\t\t\t\"text\": \"711291 - Waste and scrap of precious metals; of gold, including metal clad with gold but excluding sweepings containing other precious metals\",\r\n\t\t\t\"parent\": \"7112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711292\",\r\n\t\t\t\"text\": \"711292 - Waste and scrap of precious metals; of platinum, including metal clad with platinum but excluding sweepings containing other precious metals\",\r\n\t\t\t\"parent\": \"7112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711299\",\r\n\t\t\t\"text\": \"711299 - Waste and scrap of precious metals; waste and scrap of precious metals including metal clad with precious metals, other than that of gold and platinum and excluding ash which contains precious metal or precious metal compounds\",\r\n\t\t\t\"parent\": \"7112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7113\",\r\n\t\t\t\"text\": \"7113 - Jewellery articles and parts thereof, of precious metal or of metal clad with precious metal\",\r\n\t\t\t\"parent\": \"71\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711311\",\r\n\t\t\t\"text\": \"711311 - Jewellery; of silver, whether or not plated or clad with other precious metal, and parts thereof\",\r\n\t\t\t\"parent\": \"7113\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711319\",\r\n\t\t\t\"text\": \"711319 - Jewellery; of precious metal (excluding silver) whether or not plated or clad with precious metal, and parts thereof\",\r\n\t\t\t\"parent\": \"7113\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711320\",\r\n\t\t\t\"text\": \"711320 - Jewellery; of base metal clad with precious metal, and parts thereof\",\r\n\t\t\t\"parent\": \"7113\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7114\",\r\n\t\t\t\"text\": \"7114 - Articles of goldsmiths' or silversmiths' wares and parts thereof, of precious metal or of metal clad with precious metal\",\r\n\t\t\t\"parent\": \"71\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711411\",\r\n\t\t\t\"text\": \"711411 - Silversmiths' wares; and parts thereof, of silver, whether or not plated or clad with other precious metal\",\r\n\t\t\t\"parent\": \"7114\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711419\",\r\n\t\t\t\"text\": \"711419 - Goldsmiths' wares; articles of and parts thereof, of precious metal (excluding silver) whether or not plated or clad with precious metal\",\r\n\t\t\t\"parent\": \"7114\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711420\",\r\n\t\t\t\"text\": \"711420 - Goldsmiths' and silversmiths' wares; articles of and parts thereof, of base metal clad with precious metal\",\r\n\t\t\t\"parent\": \"7114\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7115\",\r\n\t\t\t\"text\": \"7115 - Articles of precious metal or of metal clad with precious metal\",\r\n\t\t\t\"parent\": \"71\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711510\",\r\n\t\t\t\"text\": \"711510 - Metal; catalysts in the form of wire cloth or grill, of platinum\",\r\n\t\t\t\"parent\": \"7115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711590\",\r\n\t\t\t\"text\": \"711590 - Metal; precious or metal clad with precious metal, other than that of item no. 7115.10\",\r\n\t\t\t\"parent\": \"7115\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7116\",\r\n\t\t\t\"text\": \"7116 - Articles of natural or cultured pearls, precious or semi-precious stones (natural, synthetic or reconstructed)\",\r\n\t\t\t\"parent\": \"71\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711610\",\r\n\t\t\t\"text\": \"711610 - Pearls; articles of natural or cultured pearls\",\r\n\t\t\t\"parent\": \"7116\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711620\",\r\n\t\t\t\"text\": \"711620 - Stones; precious or semi-precious stones (natural, synthetic or reconstructed) articles of\",\r\n\t\t\t\"parent\": \"7116\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7117\",\r\n\t\t\t\"text\": \"7117 - Imitation jewellery\",\r\n\t\t\t\"parent\": \"71\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711711\",\r\n\t\t\t\"text\": \"711711 - Jewellery; imitation, cuff links and studs, of base metal, whether or not plated with precious metal\",\r\n\t\t\t\"parent\": \"7117\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711719\",\r\n\t\t\t\"text\": \"711719 - Jewellery; imitation, (excluding cuff links and studs), of base metal, whether or not plated with precious metal\",\r\n\t\t\t\"parent\": \"7117\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711790\",\r\n\t\t\t\"text\": \"711790 - Jewellery; imitation, of other than base metal, whether or not plated with precious metal\",\r\n\t\t\t\"parent\": \"7117\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7118\",\r\n\t\t\t\"text\": \"7118 - Coin\",\r\n\t\t\t\"parent\": \"71\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711810\",\r\n\t\t\t\"text\": \"711810 - Coin (other than gold coin), not being legal tender\",\r\n\t\t\t\"parent\": \"7118\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"711890\",\r\n\t\t\t\"text\": \"711890 - Coin; other than coin of item no. 7118.10\",\r\n\t\t\t\"parent\": \"7118\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"72\",\r\n\t\t\t\"text\": \"72 - Iron and steel\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7201\",\r\n\t\t\t\"text\": \"7201 - Pig iron and spiegeleisen in pigs, blocks or other primary forms\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720110\",\r\n\t\t\t\"text\": \"720110 - Iron; non-alloy pig iron containing by weight 0.5% or less of phosphorus, in pigs, blocks or other primary forms\",\r\n\t\t\t\"parent\": \"7201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720120\",\r\n\t\t\t\"text\": \"720120 - Iron; non-alloy pig iron containing by weight more than 0.5% of phosphorus, in pigs, blocks or other primary forms\",\r\n\t\t\t\"parent\": \"7201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720130\",\r\n\t\t\t\"text\": \"720130 - Alloy pig iron, in primary forms\",\r\n\t\t\t\"parent\": \"7201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720140\",\r\n\t\t\t\"text\": \"720140 - Spiegeleisen in primary forms\",\r\n\t\t\t\"parent\": \"7201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720150\",\r\n\t\t\t\"text\": \"720150 - Iron; alloy pig iron; spiegeleisen, in pigs, blocks or other primary forms\",\r\n\t\t\t\"parent\": \"7201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7202\",\r\n\t\t\t\"text\": \"7202 - Ferro-alloys\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720211\",\r\n\t\t\t\"text\": \"720211 - Ferro-alloys; ferro-manganese, containing by weight more than 2% of carbon\",\r\n\t\t\t\"parent\": \"7202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720219\",\r\n\t\t\t\"text\": \"720219 - Ferro-alloys; ferro-manganese, containing by weight 2% or less of carbon\",\r\n\t\t\t\"parent\": \"7202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720221\",\r\n\t\t\t\"text\": \"720221 - Ferro-alloys; ferro-silicon, containing by weight more than 55% of silicon\",\r\n\t\t\t\"parent\": \"7202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720229\",\r\n\t\t\t\"text\": \"720229 - Ferro-alloys; ferro-silicon, containing by weight 55% or less of silicon\",\r\n\t\t\t\"parent\": \"7202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720230\",\r\n\t\t\t\"text\": \"720230 - Ferro-alloys; ferro-silico-manganese\",\r\n\t\t\t\"parent\": \"7202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720241\",\r\n\t\t\t\"text\": \"720241 - Ferro-alloys; ferro-chromium, containing by weight more than 4% of carbon\",\r\n\t\t\t\"parent\": \"7202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720249\",\r\n\t\t\t\"text\": \"720249 - Ferro-alloys; ferro-chromium, containing by weight 4% or less of carbon\",\r\n\t\t\t\"parent\": \"7202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720250\",\r\n\t\t\t\"text\": \"720250 - Ferro-alloys; ferro-silico-chromium\",\r\n\t\t\t\"parent\": \"7202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720260\",\r\n\t\t\t\"text\": \"720260 - Ferro-alloys; ferro-nickel\",\r\n\t\t\t\"parent\": \"7202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720270\",\r\n\t\t\t\"text\": \"720270 - Ferro-alloys; ferro-molybdenum\",\r\n\t\t\t\"parent\": \"7202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720280\",\r\n\t\t\t\"text\": \"720280 - Ferro-alloys; ferro-tungsten and ferro-silico-tungsten\",\r\n\t\t\t\"parent\": \"7202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720291\",\r\n\t\t\t\"text\": \"720291 - Ferro-alloys; ferro-titanium and ferro-silico-titanium\",\r\n\t\t\t\"parent\": \"7202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720292\",\r\n\t\t\t\"text\": \"720292 - Ferro-alloys; ferro-vanadium\",\r\n\t\t\t\"parent\": \"7202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720293\",\r\n\t\t\t\"text\": \"720293 - Ferro-alloys; ferro-niobium\",\r\n\t\t\t\"parent\": \"7202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720299\",\r\n\t\t\t\"text\": \"720299 - Ferro-alloys; n.e.c. in heading no. 7202\",\r\n\t\t\t\"parent\": \"7202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7203\",\r\n\t\t\t\"text\": \"7203 - Ferrous products obtained by direct reduction of iron ore and other spongy ferrous products, in lumps, pellets or the like; iron having a minimum purity of 99.94%, in lumps, pellets or similar forms\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720310\",\r\n\t\t\t\"text\": \"720310 - Ferrous products; obtained by direct reduction of iron ore, in lumps, pellets or similar forms\",\r\n\t\t\t\"parent\": \"7203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720390\",\r\n\t\t\t\"text\": \"720390 - Ferrous products; spongy ferrous products and iron having a minimum purity by weight of 99.94%, in lumps, pellets or similar forms\",\r\n\t\t\t\"parent\": \"7203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7204\",\r\n\t\t\t\"text\": \"7204 - Ferrous waste and scrap; remelting scrap ingots of iron or steel\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720410\",\r\n\t\t\t\"text\": \"720410 - Ferrous waste and scrap; of cast iron\",\r\n\t\t\t\"parent\": \"7204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720421\",\r\n\t\t\t\"text\": \"720421 - Ferrous waste and scrap; of stainless steel\",\r\n\t\t\t\"parent\": \"7204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720429\",\r\n\t\t\t\"text\": \"720429 - Ferrous waste and scrap; of alloy steel (excluding stainless)\",\r\n\t\t\t\"parent\": \"7204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720430\",\r\n\t\t\t\"text\": \"720430 - Ferrous waste and scrap; of tinned iron or steel\",\r\n\t\t\t\"parent\": \"7204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720441\",\r\n\t\t\t\"text\": \"720441 - Ferrous waste and scrap; turnings, shavings, chips, milling waste, sawdust, filings, trimmings and stampings, whether or not in bundles\",\r\n\t\t\t\"parent\": \"7204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720449\",\r\n\t\t\t\"text\": \"720449 - Ferrous waste and scrap; n.e.c. in heading no. 7204\",\r\n\t\t\t\"parent\": \"7204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720450\",\r\n\t\t\t\"text\": \"720450 - Ferrous products; remelting scrap ingots\",\r\n\t\t\t\"parent\": \"7204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7205\",\r\n\t\t\t\"text\": \"7205 - Granules and powders, of pig iron, spiegeleisen, iron or steel\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720510\",\r\n\t\t\t\"text\": \"720510 - Iron or steel, pig iron, spiegeleisen; granules thereof\",\r\n\t\t\t\"parent\": \"7205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720521\",\r\n\t\t\t\"text\": \"720521 - Alloy steel powders\",\r\n\t\t\t\"parent\": \"7205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720529\",\r\n\t\t\t\"text\": \"720529 - Iron or steel, pig iron, spiegeleisen; powders (excluding alloy steel)\",\r\n\t\t\t\"parent\": \"7205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7206\",\r\n\t\t\t\"text\": \"7206 - Iron and non-alloy steel in ingots or other primary forms (excluding iron of heading no. 7203)\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720610\",\r\n\t\t\t\"text\": \"720610 - Iron or non-alloy steel; ingots (excluding iron of heading no. 7203)\",\r\n\t\t\t\"parent\": \"7206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720690\",\r\n\t\t\t\"text\": \"720690 - Iron or non-alloy steel; primary forms (excluding ingots and iron of heading no. 7203)\",\r\n\t\t\t\"parent\": \"7206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7207\",\r\n\t\t\t\"text\": \"7207 - Iron or non-alloy steel; semi-finished products thereof\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720711\",\r\n\t\t\t\"text\": \"720711 - Iron or non-alloy steel; semi-finished products of iron or non-alloy steel; containing by weight less than 0.25% of carbon, of rectangular (including square) cross-section, width less than twice thickness\",\r\n\t\t\t\"parent\": \"7207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720712\",\r\n\t\t\t\"text\": \"720712 - Iron or non-alloy steel; semi-finished products of iron or non-alloy steel; containing by weight less than 0.25% of carbon, of rectangular (other than square) cross-section\",\r\n\t\t\t\"parent\": \"7207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720719\",\r\n\t\t\t\"text\": \"720719 - Iron or non-alloy steel; semi-finished products of iron or non-alloy steel, containing by weight less than 0.25% of carbon, other than rectangular or square cross-section\",\r\n\t\t\t\"parent\": \"7207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720720\",\r\n\t\t\t\"text\": \"720720 - Iron or non-alloy steel; semi-finished products of iron or non-alloy steel, containing by weight 0.25% or more of carbon\",\r\n\t\t\t\"parent\": \"7207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7208\",\r\n\t\t\t\"text\": \"7208 - Iron or non-alloy steel; flat-rolled products of a width of 600mm or more, hot-rolled, not clad, plated or coated\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720810\",\r\n\t\t\t\"text\": \"720810 - Iron or non-alloy steel; in coils, flat-rolled, of a width 600mm or more, hot-rolled, with patterns in relief\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720811\",\r\n\t\t\t\"text\": \"720811 - Hot rolled iron or non-alloy steel, coil,w >600mm, t >10mm, myp 355 mpa\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720812\",\r\n\t\t\t\"text\": \"720812 - Hot rolled iron or non-alloy steel, coil,w >600mm, t 4.75-10mm, 355 mpa\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720813\",\r\n\t\t\t\"text\": \"720813 - Hot rolled iron or non-alloy steel, coil,w >600mm, t 3-4.75mm, 355 mpa\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720814\",\r\n\t\t\t\"text\": \"720814 - Hot rolled iron or non-alloy steel, coil,w >600mm, t <3mm, myp 275 mpa\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720821\",\r\n\t\t\t\"text\": \"720821 - Hot rolled iron or non-alloy steel, coil,width >600mm, t >10mm, nes\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720822\",\r\n\t\t\t\"text\": \"720822 - Hot rolled iron or non-alloy steel, coil,width >600mm, t 4.75-10mm, nes\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720823\",\r\n\t\t\t\"text\": \"720823 - Hot rolled iron or non-alloy steel, coil,width >600mm, t 3-4.75mm, nes\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720824\",\r\n\t\t\t\"text\": \"720824 - Hot rolled iron or non-alloy steel, coil,width >600mm, t <3mm thick, ne\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720825\",\r\n\t\t\t\"text\": \"720825 - Iron or non-alloy steel; in coils, without patterns in relief, flat-rolled, of a width 600mm or more, hot-rolled, pickled, of a thickness of 4.75mm or more\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720826\",\r\n\t\t\t\"text\": \"720826 - Iron or non-alloy steel; in coils, without patterns in relief, flat-rolled, of a width 600mm or more, hot-rolled, pickled, of a thickness of 3mm or more but less than 4.75mm\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720827\",\r\n\t\t\t\"text\": \"720827 - Iron or non-alloy steel; in coils, without patterns in relief, flat-rolled, of a width 600mm or more, hot-rolled, pickled, of a thickness of less than 3mm\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720831\",\r\n\t\t\t\"text\": \"720831 - Hot rolled iron or non-alloy steel, flat, w 600-1250mm, t >4mm, 355 mpa\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720832\",\r\n\t\t\t\"text\": \"720832 - Hot rolled iron or non-alloy steel, flat,w >600mm, t >10mm, myp 355 mpa\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720833\",\r\n\t\t\t\"text\": \"720833 - Hot rolled iron or non-alloy steel, flat,w >600mm, t 4.75-10mm, 355 mpa\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720834\",\r\n\t\t\t\"text\": \"720834 - Hot rolled iron or non-alloy steel, flat,w >600mm, t 3-4.75mm, 355 mpa\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720835\",\r\n\t\t\t\"text\": \"720835 - Hot rolled iron or non-alloy steel, flat,w >600mm, t <3mm, myp 275 mpa\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720836\",\r\n\t\t\t\"text\": \"720836 - Iron or non-alloy steel; in coils, without patterns in relief, flat-rolled, of a width 600mm or more, hot-rolled, of a thickness exceeding 10mm\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720837\",\r\n\t\t\t\"text\": \"720837 - Iron or non-alloy steel; in coils, without patterns in relief, flat-rolled, of a width 600mm or more, hot-rolled, of a thickness of 4.75mm or more but not exceeding 10mm\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720838\",\r\n\t\t\t\"text\": \"720838 - Iron or non-alloy steel; in coils, without patterns in relief, flat-rolled, of a width 600mm or more, hot-rolled, of a thickness of 3mm or more but less than 4.75mm\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720839\",\r\n\t\t\t\"text\": \"720839 - Iron or non-alloy steel; in coils, without patterns in relief, flat-rolled, of a width 600mm or more, hot-rolled, of a thickness of less than 3mm\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720840\",\r\n\t\t\t\"text\": \"720840 - Iron or non-alloy steel; (not in coils), flat-rolled, of a width 600mm or more, hot-rolled, with patterns in relief\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720841\",\r\n\t\t\t\"text\": \"720841 - Hot rolled iron or non-alloy steel, flat,width 600-1250mm, t >4mm, nes\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720842\",\r\n\t\t\t\"text\": \"720842 - Hot rolled iron or non-alloy steel, flat,width >600mm, t >10mm, nes\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720843\",\r\n\t\t\t\"text\": \"720843 - Hot rolled iron or non-alloy steel, flat,width >600mm, t 4.75-10mm, nes\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720844\",\r\n\t\t\t\"text\": \"720844 - Hot rolled iron or non-alloy steel, flat,width >600mm, t 3.0-4.75mm, ne\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720845\",\r\n\t\t\t\"text\": \"720845 - Hot rolled iron or non-alloy steel, flat,width >600mm, t <3mm, nes\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720851\",\r\n\t\t\t\"text\": \"720851 - Iron or non-alloy steel; (not in coils), flat-rolled, of a width 600mm or more, hot-rolled, without patterns in relief, of a thickness exceeding 10mm\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720852\",\r\n\t\t\t\"text\": \"720852 - Iron or non-alloy steel; (not in coils), flat-rolled, of a width 600mm or more, hot-rolled, without patterns in relief, of a thickness of 4.75mm or more but not exceeding 10mm\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720853\",\r\n\t\t\t\"text\": \"720853 - Iron or non-alloy steel; (not in coils), flat-rolled, of a width 600mm or more, hot-rolled, without patterns in relief, of a thickness of 3mm or more but less than 4.75mm\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720854\",\r\n\t\t\t\"text\": \"720854 - Iron or non-alloy steel; (not in coils), flat-rolled, of a width 600mm or more, hot-rolled, without patterns in relief, of a thickness of less than 3mm\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720890\",\r\n\t\t\t\"text\": \"720890 - Iron or non-alloy steel; flat-rolled, hot-rolled, of a width 600mm or more, n.e.c. in heading no. 7208\",\r\n\t\t\t\"parent\": \"7208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7209\",\r\n\t\t\t\"text\": \"7209 - Iron or non-alloy steel; flat-rolled products, width 600mm or more, cold-rolled (cold-reduced), not clad, plated or coated\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720911\",\r\n\t\t\t\"text\": \"720911 - Cold rolled iron or non-alloy steel, coil, width >600mm, t >3mm, 355 mp\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720912\",\r\n\t\t\t\"text\": \"720912 - Cold rolled iron or non-alloy steel, coil, w >600mm, t 1.0-3mm, 275 mpa\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720913\",\r\n\t\t\t\"text\": \"720913 - Cold rolled iron or non-alloy steel, coil, w >600mm, t 0.5-<1mm, 275 mp\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720914\",\r\n\t\t\t\"text\": \"720914 - Cold rolled iron or non-alloy steel, coil, w >600mm, t <0.5mm, 275 mpa\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720915\",\r\n\t\t\t\"text\": \"720915 - Iron or non-alloy steel; in coils, flat-rolled, width 600mm or more, cold-rolled, of a thickness of 3mm or more\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720916\",\r\n\t\t\t\"text\": \"720916 - Iron or non-alloy steel; in coils, flat-rolled, width 600mm or more, cold-rolled, of a thickness exceeding 1mm but less than 3mm\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720917\",\r\n\t\t\t\"text\": \"720917 - Iron or non-alloy steel; in coils, flat-rolled, width 600mm or more, cold-rolled, of a thickness of 0.5mm or more but not exceeding 1mm\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720918\",\r\n\t\t\t\"text\": \"720918 - Iron or non-alloy steel; in coils, flat-rolled, width 600mm or more, cold-rolled, of a thickness of less than 0.5mm\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720921\",\r\n\t\t\t\"text\": \"720921 - Cold rolled iron or non-alloy steel, coil, width >600mm, t >3mm, nes\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720922\",\r\n\t\t\t\"text\": \"720922 - Cold rolled iron or non-alloy steel, coil, width >600mm, t 1-3mm, nes\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720923\",\r\n\t\t\t\"text\": \"720923 - Cold rolled iron or non-alloy steel, coil, width >600mm, t 0.5-1mm, nes\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720924\",\r\n\t\t\t\"text\": \"720924 - Cold rolled iron or non-alloy steel, coil, width >600mm, t <0.5mm, nes\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720925\",\r\n\t\t\t\"text\": \"720925 - Iron or non-alloy steel; (not in coils), flat-rolled, width 600mm or more, cold-rolled, of a thickness of 3mm or more\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720926\",\r\n\t\t\t\"text\": \"720926 - Iron or non-alloy steel; (not in coils), flat-rolled, width 600mm or more, cold-rolled, of a thickness exceeding 1mm but less than 3mm\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720927\",\r\n\t\t\t\"text\": \"720927 - Iron or non-alloy steel; (not in coils), flat-rolled, width 600mm or more, cold-rolled, of a thickness of 0.5mm or more but not exceeding 1mm\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720928\",\r\n\t\t\t\"text\": \"720928 - Iron or non-alloy steel; (not in coils), flat-rolled, width 600mm or more, cold-rolled, of a thickness of less than 0.5mm\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720931\",\r\n\t\t\t\"text\": \"720931 - Cold rolled iron or non-alloy steel, flat, width >600mm, t >3mm, 355 mp\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720932\",\r\n\t\t\t\"text\": \"720932 - Cold rolled iron or non-alloy steel, flat, w >600mm, t 1-3mm, 355 mpa\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720933\",\r\n\t\t\t\"text\": \"720933 - Cold rolled iron or non-alloy steel, flat, w >600mm, t 0.5-1mm, 355 mpa\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720934\",\r\n\t\t\t\"text\": \"720934 - Cold rolled iron or non-alloy steel, flat, w >600mm, t <0.5mm, 355 mpa\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720941\",\r\n\t\t\t\"text\": \"720941 - Cold rolled iron or non-alloy steel, flat, width >600mm, t >3mm, nes\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720942\",\r\n\t\t\t\"text\": \"720942 - Cold rolled iron or non-alloy steel, flat, width >600mm, t 1-3mm, nes\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720943\",\r\n\t\t\t\"text\": \"720943 - Cold rolled iron or non-alloy steel, flat, width >600mm, t 0.5-1mm, nes\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720944\",\r\n\t\t\t\"text\": \"720944 - Cold rolled iron or non-alloy steel, flat, width >600mm, t <0.5mm, nes\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"720990\",\r\n\t\t\t\"text\": \"720990 - Iron or non-alloy steel; flat-rolled, width 600mm or more, cold-rolled, n.e.c. in heading no. 7209\",\r\n\t\t\t\"parent\": \"7209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7210\",\r\n\t\t\t\"text\": \"7210 - Iron or non-alloy steel; flat-rolled products, width 600mm or more, clad, plated or coated\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721011\",\r\n\t\t\t\"text\": \"721011 - Iron or non-alloy steel; flat-rolled, width 600mm or more, plated or coated with tin, thickness of 0.5mm or more\",\r\n\t\t\t\"parent\": \"7210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721012\",\r\n\t\t\t\"text\": \"721012 - Iron or non-alloy steel; flat-rolled, width 600mm or more, plated or coated with tin, thickness of less than 0.5mm\",\r\n\t\t\t\"parent\": \"7210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721020\",\r\n\t\t\t\"text\": \"721020 - Iron or non-alloy steel; flat-rolled, width 600mm or more, plated or coated with lead, including terne-plate\",\r\n\t\t\t\"parent\": \"7210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721030\",\r\n\t\t\t\"text\": \"721030 - Iron or non-alloy steel; flat-rolled, width 600mm or more, electrolytically plated or coated with zinc\",\r\n\t\t\t\"parent\": \"7210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721031\",\r\n\t\t\t\"text\": \"721031 - Flat rolled iron or non-alloy steel, electro plate/zinc,<3mm/275,>3/355\",\r\n\t\t\t\"parent\": \"7210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721039\",\r\n\t\t\t\"text\": \"721039 - Flat rolled iron or non-alloy steel, electro plate/zinc,w >600mm, nes\",\r\n\t\t\t\"parent\": \"7210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721041\",\r\n\t\t\t\"text\": \"721041 - Iron or non-alloy steel; flat-rolled, width 600mm or more, corrugated, plated or coated with zinc (not electrolytically)\",\r\n\t\t\t\"parent\": \"7210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721049\",\r\n\t\t\t\"text\": \"721049 - Iron or non-alloy steel; flat-rolled, width 600mm or more, (not corrugated), plated or coated with zinc (not electrolytically)\",\r\n\t\t\t\"parent\": \"7210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721050\",\r\n\t\t\t\"text\": \"721050 - Iron or non-alloy steel; flat-rolled, width 600mm or more, plated or coated with chromium oxides or with chromium and chromium oxides\",\r\n\t\t\t\"parent\": \"7210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721060\",\r\n\t\t\t\"text\": \"721060 - Flat rolled iron or non-alloy steel, coated with aluminium, width>600mm\",\r\n\t\t\t\"parent\": \"7210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721061\",\r\n\t\t\t\"text\": \"721061 - Iron or non-alloy steel; flat-rolled, width 600mm or more, plated or coated with aluminium zinc-alloys\",\r\n\t\t\t\"parent\": \"7210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721069\",\r\n\t\t\t\"text\": \"721069 - Iron or non-alloy steel; flat-rolled, width 600mm or more, plated or coated with aluminium, other than plated or coated with aluminium zinc-alloys\",\r\n\t\t\t\"parent\": \"7210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721070\",\r\n\t\t\t\"text\": \"721070 - Iron or non-alloy steel; flat-rolled, width 600mm or more, painted, varnished or coated with plastics\",\r\n\t\t\t\"parent\": \"7210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721090\",\r\n\t\t\t\"text\": \"721090 - Iron or non-alloy steel; flat-rolled, width 600mm or more, plated or coated with materials n.e.c. in heading no. 7210\",\r\n\t\t\t\"parent\": \"7210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7211\",\r\n\t\t\t\"text\": \"7211 - Iron or non-alloy steel; flat-rolled products, width less than 600mm, not clad, plated or coated\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721111\",\r\n\t\t\t\"text\": \"721111 - Hot box roll iron or non-alloy steel, flat, w 150-600mm, t >4mm, myp>35\",\r\n\t\t\t\"parent\": \"7211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721112\",\r\n\t\t\t\"text\": \"721112 - Hot rolled iron or non-alloy steel, width <600mm, t >4.75mm, myp 355\",\r\n\t\t\t\"parent\": \"7211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721113\",\r\n\t\t\t\"text\": \"721113 - Iron or non-alloy steel; flat-rolled, hot-rolled, rolled on four faces or in a closed box pass, of a width more than 150mm but less than 600mm, 4mm thick or more, not in coils, without patterns in relief\",\r\n\t\t\t\"parent\": \"7211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721114\",\r\n\t\t\t\"text\": \"721114 - Iron or non-alloy steel; flat-rolled, hot-rolled, of a width less than 600mm, 4.75mm thick or more, excluding those of item no. 7211.13\",\r\n\t\t\t\"parent\": \"7211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721119\",\r\n\t\t\t\"text\": \"721119 - Iron or non-alloy steel; flat-rolled, hot-rolled, of a width less than 600mm, less than 4.75mm thick, excluding those of item no. 7211.13\",\r\n\t\t\t\"parent\": \"7211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721121\",\r\n\t\t\t\"text\": \"721121 - Hot box rolled iron or non-alloy steel, flat, w 150-600mm,t >4mm, uncla\",\r\n\t\t\t\"parent\": \"7211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721122\",\r\n\t\t\t\"text\": \"721122 - Hot rolled iron or non-alloy steel, width <600mm, t >4.75mm, unclad nes\",\r\n\t\t\t\"parent\": \"7211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721123\",\r\n\t\t\t\"text\": \"721123 - Iron or non-alloy steel; flat-rolled, cold-rolled, of a width less than 600mm, containing by weight less than 0.25% of carbon\",\r\n\t\t\t\"parent\": \"7211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721129\",\r\n\t\t\t\"text\": \"721129 - Iron or non-alloy steel; flat-rolled, cold-rolled, of a width less than 600mm, containing by weight 0.25% or more of carbon\",\r\n\t\t\t\"parent\": \"7211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721130\",\r\n\t\t\t\"text\": \"721130 - Cold rolled iron or non-alloy steel, width <600mm, <3mm-myp275, >3mm-35\",\r\n\t\t\t\"parent\": \"7211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721141\",\r\n\t\t\t\"text\": \"721141 - Flat rolled iron or non-alloy steel, width <600mm, unclad, <0.25% C, ne\",\r\n\t\t\t\"parent\": \"7211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721149\",\r\n\t\t\t\"text\": \"721149 - Flat rolled iron or non-alloy steel, width <600mm, unclad, nes\",\r\n\t\t\t\"parent\": \"7211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721190\",\r\n\t\t\t\"text\": \"721190 - Iron or non-alloy steel; flat-rolled, n.e.c. in heading no. 7211, width less than 600mm\",\r\n\t\t\t\"parent\": \"7211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7212\",\r\n\t\t\t\"text\": \"7212 - Iron or non-alloy steel; flat-rolled products, width less than 600mm, clad, plated or coated\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721210\",\r\n\t\t\t\"text\": \"721210 - Iron or non-alloy steel; flat-rolled, width less than 600mm, plated or coated with tin\",\r\n\t\t\t\"parent\": \"7212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721220\",\r\n\t\t\t\"text\": \"721220 - Iron or non-alloy steel; flat-rolled, of a width less than 600mm, electrolytically plated or coated with zinc\",\r\n\t\t\t\"parent\": \"7212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721221\",\r\n\t\t\t\"text\": \"721221 - Flat rolled steel, <600mm, zinc plate,<3mm-275/3mm-35\",\r\n\t\t\t\"parent\": \"7212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721229\",\r\n\t\t\t\"text\": \"721229 - Flat rolled steel, <600mm, electro-plated zinc, nes\",\r\n\t\t\t\"parent\": \"7212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721230\",\r\n\t\t\t\"text\": \"721230 - Iron or non-alloy steel; flat-rolled, width less than 600mm, plated or coated with zinc (not electrolytically)\",\r\n\t\t\t\"parent\": \"7212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721240\",\r\n\t\t\t\"text\": \"721240 - Iron or non-alloy steel; flat-rolled, width less than 600mm, painted, varnished or coated with plastics\",\r\n\t\t\t\"parent\": \"7212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721250\",\r\n\t\t\t\"text\": \"721250 - Iron or non-alloy steel; flat-rolled, width less than 600mm, plated or coated, (excluding tin, zinc or plastic)\",\r\n\t\t\t\"parent\": \"7212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721260\",\r\n\t\t\t\"text\": \"721260 - Iron or non-alloy steel; flat-rolled, width less than 600mm, clad\",\r\n\t\t\t\"parent\": \"7212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7213\",\r\n\t\t\t\"text\": \"7213 - Iron or non-alloy steel; bars and rods, hot-rolled, in irregularly wound coils\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721310\",\r\n\t\t\t\"text\": \"721310 - Iron or non-alloy steel; bars and rods, hot-rolled, in irregularly wound coils, containing indentations, ribs, grooves or other deformations produced during the rolling process\",\r\n\t\t\t\"parent\": \"7213\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721320\",\r\n\t\t\t\"text\": \"721320 - Iron or non-alloy steel; bars and rods, hot-rolled, in irregularly wound coils, of free-cutting steel\",\r\n\t\t\t\"parent\": \"7213\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721331\",\r\n\t\t\t\"text\": \"721331 - Hot rolled bar/rod, iron or non-alloy steel, coiled width <14mm, C<.25%\",\r\n\t\t\t\"parent\": \"7213\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721339\",\r\n\t\t\t\"text\": \"721339 - Hot rolled bar/rod, iron or non-alloy steel, coiled, C<.25%, nes\",\r\n\t\t\t\"parent\": \"7213\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721341\",\r\n\t\t\t\"text\": \"721341 - Hot rolled bar/rod, iron or non-alloy steel, coiled w <14mm, C .25-.6%\",\r\n\t\t\t\"parent\": \"7213\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721349\",\r\n\t\t\t\"text\": \"721349 - Hot rolled bar/rod, iron or non-alloy steel, coiled, C 0.25-0.6%\",\r\n\t\t\t\"parent\": \"7213\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721350\",\r\n\t\t\t\"text\": \"721350 - Bar/rod, iron or non-alloy steel, irregular coils, >0.6%C, nes\",\r\n\t\t\t\"parent\": \"7213\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721391\",\r\n\t\t\t\"text\": \"721391 - Iron or non-alloy steel; bars and rods, hot-rolled, in irregularly wound coils, n.e.c. in heading no. 7213, of circular cross-section measuring less than 14mm in diameter\",\r\n\t\t\t\"parent\": \"7213\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721399\",\r\n\t\t\t\"text\": \"721399 - Iron or non-alloy steel; bars and rods, hot-rolled, in irregularly wound coils, n.e.c. in heading no. 7213, of circular cross-section measuring 14mm or more in diameter\",\r\n\t\t\t\"parent\": \"7213\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7214\",\r\n\t\t\t\"text\": \"7214 - Iron or non-alloy steel; bars and rods, not further worked than forged, hot-rolled, hot drawn or hot-extruded, but including those twisted after rolling\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721410\",\r\n\t\t\t\"text\": \"721410 - Iron or non-alloy steel; bars and rods, forged, hot-rolled, hot-drawn or hot-extruded, but including those twisted after rolling\",\r\n\t\t\t\"parent\": \"7214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721420\",\r\n\t\t\t\"text\": \"721420 - Iron or non-alloy steel; bars and rods, hot-rolled, hot-drawn or hot-extruded, containing indentations, ribs, grooves or other deformations produced during the rolling process or twisted after rolling\",\r\n\t\t\t\"parent\": \"7214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721430\",\r\n\t\t\t\"text\": \"721430 - Iron or non-alloy steel; bars and rods, hot-rolled, hot-drawn or hot-extruded, including those twisted after rolling, of free-cutting steel\",\r\n\t\t\t\"parent\": \"7214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721440\",\r\n\t\t\t\"text\": \"721440 - Bar/rod, iron or non-alloy steel, hot formed <0.25%C, nes\",\r\n\t\t\t\"parent\": \"7214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721450\",\r\n\t\t\t\"text\": \"721450 - Bar/rod, iron or non-alloy steel, hot formed 0.25-0.6%C, nes\",\r\n\t\t\t\"parent\": \"7214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721460\",\r\n\t\t\t\"text\": \"721460 - Bar/rod, iron or non-alloy steel, hot formed >0.6%C, nes\",\r\n\t\t\t\"parent\": \"7214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721491\",\r\n\t\t\t\"text\": \"721491 - Iron or non-alloy steel; bars and rods, hot-rolled, hot-drawn or hot-extruded, n.e.c. in heading no. 7214, of rectangular (other than square) cross-section\",\r\n\t\t\t\"parent\": \"7214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721499\",\r\n\t\t\t\"text\": \"721499 - Iron or non-alloy steel; bars and rods, hot-rolled, hot-drawn or hot-extruded, n.e.c. in heading no. 7214, other than of rectangular cross-section\",\r\n\t\t\t\"parent\": \"7214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7215\",\r\n\t\t\t\"text\": \"7215 - Iron or non-alloy steel; bars and rods, n.e.c. in chapter 72\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721510\",\r\n\t\t\t\"text\": \"721510 - Iron or non-alloy steel; bars and rods, of free-cutting steel, cold-formed or cold-finished, n.e.c. in chapter 72\",\r\n\t\t\t\"parent\": \"7215\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721520\",\r\n\t\t\t\"text\": \"721520 - Bar/rod, iron or non-alloy steel, cold formed/finished, <0.25%C\",\r\n\t\t\t\"parent\": \"7215\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721530\",\r\n\t\t\t\"text\": \"721530 - Bar/rod, iron or non-alloy steel, cold formed/finished, 0.25-0.6%C\",\r\n\t\t\t\"parent\": \"7215\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721540\",\r\n\t\t\t\"text\": \"721540 - Bar/rod, iron or non-alloy steel, cold formed/finished, >0.6%C\",\r\n\t\t\t\"parent\": \"7215\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721550\",\r\n\t\t\t\"text\": \"721550 - Iron or non-alloy steel; bars and rods, n.e.c. in chapter 72, cold-formed or cold-finished, (not free-cutting)\",\r\n\t\t\t\"parent\": \"7215\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721590\",\r\n\t\t\t\"text\": \"721590 - Iron or non-alloy steel; bars and rods, n.e.c. in chapter 72, n.e.c. in heading no. 7215\",\r\n\t\t\t\"parent\": \"7215\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7216\",\r\n\t\t\t\"text\": \"7216 - Iron or non-alloy steel, angles, shapes and sections\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721610\",\r\n\t\t\t\"text\": \"721610 - Iron or non-alloy steel; U, I or H sections, hot-rolled, hot-drawn or extruded, of a height of less than 80mm\",\r\n\t\t\t\"parent\": \"7216\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721621\",\r\n\t\t\t\"text\": \"721621 - Iron or non-alloy steel; L sections, hot-rolled, hot-drawn or extruded, of a height of less than 80mm\",\r\n\t\t\t\"parent\": \"7216\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721622\",\r\n\t\t\t\"text\": \"721622 - Iron or non-alloy steel; T sections, hot-rolled, hot-drawn or extruded, of a height less than 80mm\",\r\n\t\t\t\"parent\": \"7216\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721631\",\r\n\t\t\t\"text\": \"721631 - Iron or non-alloy steel; U sections, hot-rolled, hot-drawn or extruded, of a height of 80mm or more\",\r\n\t\t\t\"parent\": \"7216\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721632\",\r\n\t\t\t\"text\": \"721632 - Iron or non-alloy steel; I sections, hot-rolled, hot-drawn or extruded, of a height of 80mm or more\",\r\n\t\t\t\"parent\": \"7216\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721633\",\r\n\t\t\t\"text\": \"721633 - Iron or non-alloy steel; H sections, hot-rolled, hot-drawn or extruded, of a height of 80mm or more\",\r\n\t\t\t\"parent\": \"7216\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721640\",\r\n\t\t\t\"text\": \"721640 - Iron or non-alloy steel; L or T sections, hot-rolled, hot-drawn or extruded, of a height of 80mm or more\",\r\n\t\t\t\"parent\": \"7216\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721650\",\r\n\t\t\t\"text\": \"721650 - Iron or non-alloy steel; angles, shapes and sections, n.e.c. in heading no. 7216, hot-rolled, hot-drawn or extruded\",\r\n\t\t\t\"parent\": \"7216\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721660\",\r\n\t\t\t\"text\": \"721660 - Sections, nes, iron or non-alloy steel, nfw than cold formed/finished\",\r\n\t\t\t\"parent\": \"7216\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721661\",\r\n\t\t\t\"text\": \"721661 - Iron or non-alloy steel; angles, shapes and sections, cold-formed or cold-finished, obtained from flat-rolled products\",\r\n\t\t\t\"parent\": \"7216\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721669\",\r\n\t\t\t\"text\": \"721669 - Iron or non-alloy steel; angles, shapes and sections, cold-formed or cold-finished, (not obtained from flat-rolled products)\",\r\n\t\t\t\"parent\": \"7216\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721690\",\r\n\t\t\t\"text\": \"721690 - Angles/shapes/sections, iron or non-alloy steel, nes\",\r\n\t\t\t\"parent\": \"7216\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721691\",\r\n\t\t\t\"text\": \"721691 - Iron or non-alloy steel; angles, shapes and sections, n.e.c. in heading no. 7216, cold-formed or cold-finished, from flat-rolled products\",\r\n\t\t\t\"parent\": \"7216\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721699\",\r\n\t\t\t\"text\": \"721699 - Iron or non-alloy steel; angles, shapes and sections, n.e.c. in heading no. 7216\",\r\n\t\t\t\"parent\": \"7216\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7217\",\r\n\t\t\t\"text\": \"7217 - Wire of iron or non-alloy steel\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721710\",\r\n\t\t\t\"text\": \"721710 - Iron or non-alloy steel; wire, (not plated or coated), whether or not polished\",\r\n\t\t\t\"parent\": \"7217\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721711\",\r\n\t\t\t\"text\": \"721711 - Wire, iron or non-alloy steel, not plated or coated, <0.25%C\",\r\n\t\t\t\"parent\": \"7217\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721712\",\r\n\t\t\t\"text\": \"721712 - Wire, iron or non-alloy steel, plated or coated with zinc <0.25%C\",\r\n\t\t\t\"parent\": \"7217\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721713\",\r\n\t\t\t\"text\": \"721713 - Wire, iron or non-alloy steel, of base metal plated/coated nes, <0.25%C\",\r\n\t\t\t\"parent\": \"7217\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721719\",\r\n\t\t\t\"text\": \"721719 - Wire, iron or non-alloy steel, <0.25% carbon, nes\",\r\n\t\t\t\"parent\": \"7217\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721720\",\r\n\t\t\t\"text\": \"721720 - Iron or non-alloy steel; wire, plated or coated with zinc\",\r\n\t\t\t\"parent\": \"7217\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721721\",\r\n\t\t\t\"text\": \"721721 - Wire, iron or non-alloy steel, not plated or coated, 0.25-0.6%C\",\r\n\t\t\t\"parent\": \"7217\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721722\",\r\n\t\t\t\"text\": \"721722 - Wire, iron or non-alloy steel, zinc plated/coated, 0.25-0.6%C\",\r\n\t\t\t\"parent\": \"7217\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721723\",\r\n\t\t\t\"text\": \"721723 - Wire, iron or non-alloy steel, base metal plated/coated nes, 0.25-0.6%C\",\r\n\t\t\t\"parent\": \"7217\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721729\",\r\n\t\t\t\"text\": \"721729 - Wire, iron or non-alloy steel, 0.25-0.6% carbon, nes\",\r\n\t\t\t\"parent\": \"7217\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721730\",\r\n\t\t\t\"text\": \"721730 - Iron or non-alloy steel; wire, plated or coated with base metals (other than zinc)\",\r\n\t\t\t\"parent\": \"7217\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721731\",\r\n\t\t\t\"text\": \"721731 - Wire, iron or non-alloy steel, not plated or coated, >0.6%C\",\r\n\t\t\t\"parent\": \"7217\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721732\",\r\n\t\t\t\"text\": \"721732 - Wire, iron or non-alloy steel, zinc plated/coated, >0.6%C\",\r\n\t\t\t\"parent\": \"7217\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721733\",\r\n\t\t\t\"text\": \"721733 - Wire, iron or non-alloy steel, of base metal plated/coated nes, >0.6%C\",\r\n\t\t\t\"parent\": \"7217\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721739\",\r\n\t\t\t\"text\": \"721739 - Wire, iron or non-alloy steel, more than 0.6% carbon, nes\",\r\n\t\t\t\"parent\": \"7217\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721790\",\r\n\t\t\t\"text\": \"721790 - Iron or non-alloy steel; wire, n.e.c. in heading no. 7217\",\r\n\t\t\t\"parent\": \"7217\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7218\",\r\n\t\t\t\"text\": \"7218 - Stainless steel in ingots or other primary forms; semi-finished products of stainless steel\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721810\",\r\n\t\t\t\"text\": \"721810 - Steel, stainless; ingots and other primary forms\",\r\n\t\t\t\"parent\": \"7218\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721890\",\r\n\t\t\t\"text\": \"721890 - Semi-finished products, stainless steel\",\r\n\t\t\t\"parent\": \"7218\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721891\",\r\n\t\t\t\"text\": \"721891 - Steel, stainless; semi-finished products, of rectangular (other than square) cross-section\",\r\n\t\t\t\"parent\": \"7218\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721899\",\r\n\t\t\t\"text\": \"721899 - Steel, stainless; semi-finished products, other than of rectangular cross-section\",\r\n\t\t\t\"parent\": \"7218\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7219\",\r\n\t\t\t\"text\": \"7219 - Stainless steel; flat-rolled products of width of 600mm or more\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721911\",\r\n\t\t\t\"text\": \"721911 - Steel, stainless; flat-rolled, width 600mm or more, hot-rolled, in coils, of a thickness exceeding 10mm\",\r\n\t\t\t\"parent\": \"7219\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721912\",\r\n\t\t\t\"text\": \"721912 - Steel, stainless; flat-rolled, width 600mm or more, hot-rolled, in coils, of a thickness of 4.75mm or more but not exceeding 10mm\",\r\n\t\t\t\"parent\": \"7219\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721913\",\r\n\t\t\t\"text\": \"721913 - Steel, stainless; flat-rolled, width 600mm or more, hot-rolled, in coils, of a thickness of 3mm or more but less than 4.75mm\",\r\n\t\t\t\"parent\": \"7219\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721914\",\r\n\t\t\t\"text\": \"721914 - Steel, stainless; flat-rolled, width 600mm or more, hot-rolled, in coils, of a thickness of less than 3mm\",\r\n\t\t\t\"parent\": \"7219\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721921\",\r\n\t\t\t\"text\": \"721921 - Steel, stainless; flat-rolled, width 600mm or more, hot-rolled, (not in coils), of a thickness exceeding 10mm\",\r\n\t\t\t\"parent\": \"7219\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721922\",\r\n\t\t\t\"text\": \"721922 - Steel, stainless; flat-rolled, width 600mm or more, hot-rolled, (not in coils), of a thickness of 4.75mm or more but not exceeding 10mm\",\r\n\t\t\t\"parent\": \"7219\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721923\",\r\n\t\t\t\"text\": \"721923 - Steel, stainless; flat-rolled, width 600mm or more, hot-rolled, (not in coils), of a thickness of 3mm or more but less than 4.75mm\",\r\n\t\t\t\"parent\": \"7219\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721924\",\r\n\t\t\t\"text\": \"721924 - Steel, stainless; flat-rolled, width 600mm or more, hot-rolled, (not in coils), of a thickness of less than 3mm\",\r\n\t\t\t\"parent\": \"7219\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721931\",\r\n\t\t\t\"text\": \"721931 - Steel, stainless; flat-rolled, width 600mm or more, cold-rolled or cold-reduced, of a thickness of 4.75mm or more\",\r\n\t\t\t\"parent\": \"7219\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721932\",\r\n\t\t\t\"text\": \"721932 - Steel, stainless; flat-rolled, width 600mm or more, cold-rolled, of a thickness of 3mm or more but less than 4.75mm\",\r\n\t\t\t\"parent\": \"7219\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721933\",\r\n\t\t\t\"text\": \"721933 - Steel, stainless; flat-rolled, width 600mm or more, cold-rolled, of a thickness exceeding 1mm but less than 3mm\",\r\n\t\t\t\"parent\": \"7219\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721934\",\r\n\t\t\t\"text\": \"721934 - Steel, stainless; flat-rolled, width 600mm or more, cold-rolled, of a thickness of 0.5mm or more but not exceeding 1mm\",\r\n\t\t\t\"parent\": \"7219\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721935\",\r\n\t\t\t\"text\": \"721935 - Steel, stainless; flat-rolled, width 600mm or more, cold-rolled, of a thickness of less than 0.5mm\",\r\n\t\t\t\"parent\": \"7219\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"721990\",\r\n\t\t\t\"text\": \"721990 - Steel, stainless; flat-rolled, width 600mm or more, n.e.c. in heading no. 7219\",\r\n\t\t\t\"parent\": \"7219\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7220\",\r\n\t\t\t\"text\": \"7220 - Stainless steel; flat-rolled products of width less than 600mm\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722011\",\r\n\t\t\t\"text\": \"722011 - Steel, stainless; flat-rolled, width less than 600mm, hot-rolled, of a thickness of 4.75mm or more\",\r\n\t\t\t\"parent\": \"7220\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722012\",\r\n\t\t\t\"text\": \"722012 - Steel, stainless; flat-rolled, width less than 600mm, hot-rolled, of a thickness of less than 4.75mm\",\r\n\t\t\t\"parent\": \"7220\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722020\",\r\n\t\t\t\"text\": \"722020 - Steel, stainless; flat-rolled, width less than 600mm, cold-rolled\",\r\n\t\t\t\"parent\": \"7220\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722090\",\r\n\t\t\t\"text\": \"722090 - Steel, stainless; flat-rolled, width less than 600mm, n.e.c. in heading no 7220\",\r\n\t\t\t\"parent\": \"7220\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7221\",\r\n\t\t\t\"text\": \"7221 - Stainless steel bars and rods, hot-rolled, in irregularly wound coils\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722100\",\r\n\t\t\t\"text\": \"722100 - Steel, stainless; bars and rods, hot-rolled, in irregularly wound coils\",\r\n\t\t\t\"parent\": \"7221\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7222\",\r\n\t\t\t\"text\": \"7222 - Stainless steel bars and rods, angles, shapes and sections\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722210\",\r\n\t\t\t\"text\": \"722210 - Stainless steel bar nfw than hot rolled/drawn/extrude\",\r\n\t\t\t\"parent\": \"7222\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722211\",\r\n\t\t\t\"text\": \"722211 - Steel, stainless; bars and rods, hot-rolled, hot-drawn or extruded, of circular cross-section\",\r\n\t\t\t\"parent\": \"7222\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722219\",\r\n\t\t\t\"text\": \"722219 - Steel, stainless; bars and rods, hot-rolled, hot-drawn or extruded, other than of circular cross-section\",\r\n\t\t\t\"parent\": \"7222\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722220\",\r\n\t\t\t\"text\": \"722220 - Steel, stainless; bars and rods, cold-formed or cold-finished\",\r\n\t\t\t\"parent\": \"7222\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722230\",\r\n\t\t\t\"text\": \"722230 - Steel, stainless; bars and rods, n.e.c. in heading no. 7222\",\r\n\t\t\t\"parent\": \"7222\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722240\",\r\n\t\t\t\"text\": \"722240 - Steel, stainless; angles, shapes and sections\",\r\n\t\t\t\"parent\": \"7222\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7223\",\r\n\t\t\t\"text\": \"7223 - Stainless steel wire\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722300\",\r\n\t\t\t\"text\": \"722300 - Steel, stainless; wire\",\r\n\t\t\t\"parent\": \"7223\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7224\",\r\n\t\t\t\"text\": \"7224 - Alloy steel in ingots or other primary forms, semi-finished products of other alloy steel\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722410\",\r\n\t\t\t\"text\": \"722410 - Steel, alloy; ingots and other primary forms\",\r\n\t\t\t\"parent\": \"7224\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722490\",\r\n\t\t\t\"text\": \"722490 - Steel, alloy; semi-finished products\",\r\n\t\t\t\"parent\": \"7224\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7225\",\r\n\t\t\t\"text\": \"7225 - Alloy steel flat-rolled products, of a width 600mm or more\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722510\",\r\n\t\t\t\"text\": \"722510 - Flat rolled silicon-electrical steel, width >600mm\",\r\n\t\t\t\"parent\": \"7225\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722511\",\r\n\t\t\t\"text\": \"722511 - Steel, alloy; flat-rolled, width 600mm or more, of silicon-electrical steel, grain-oriented\",\r\n\t\t\t\"parent\": \"7225\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722519\",\r\n\t\t\t\"text\": \"722519 - Steel, alloy; flat-rolled, width 600mm or more, of silicon-electrical steel, (other than grain-oriented)\",\r\n\t\t\t\"parent\": \"7225\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722520\",\r\n\t\t\t\"text\": \"722520 - Flat rolled high speed steel width >600mm\",\r\n\t\t\t\"parent\": \"7225\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722530\",\r\n\t\t\t\"text\": \"722530 - Steel, alloy; flat-rolled, width 600mm or more, hot-rolled, in coils\",\r\n\t\t\t\"parent\": \"7225\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722540\",\r\n\t\t\t\"text\": \"722540 - Steel, alloy; flat-rolled, width 600mm or more, hot-rolled, not in coils\",\r\n\t\t\t\"parent\": \"7225\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722550\",\r\n\t\t\t\"text\": \"722550 - Steel, alloy; flat-rolled, width 600mm or more, cold-rolled\",\r\n\t\t\t\"parent\": \"7225\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722590\",\r\n\t\t\t\"text\": \"722590 - Flat rolled alloy-steel, width >600mm, nes\",\r\n\t\t\t\"parent\": \"7225\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722591\",\r\n\t\t\t\"text\": \"722591 - Steel, alloy; flat-rolled, width 600mm or more, n.e.c. in heading no. 7225, electrolytically plated or coated with zinc\",\r\n\t\t\t\"parent\": \"7225\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722592\",\r\n\t\t\t\"text\": \"722592 - Steel, alloy; flat-rolled, width 600mm or more, n.e.c. in heading no. 7225, plated or coated with zinc (other than electrolytically)\",\r\n\t\t\t\"parent\": \"7225\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722599\",\r\n\t\t\t\"text\": \"722599 - Steel, alloy; flat-rolled, width 600mm or more, n.e.c. in heading no. 7225, (other than plated or coated with zinc)\",\r\n\t\t\t\"parent\": \"7225\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7226\",\r\n\t\t\t\"text\": \"7226 - Alloy steel flat-rolled products, of a width of less than 600mm\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722610\",\r\n\t\t\t\"text\": \"722610 - Flat rolled silicon-electrical steel, <600mm wide\",\r\n\t\t\t\"parent\": \"7226\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722611\",\r\n\t\t\t\"text\": \"722611 - Steel, alloy; flat-rolled, width less than 600mm, of silicon-electrical steel, grain-oriented\",\r\n\t\t\t\"parent\": \"7226\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722619\",\r\n\t\t\t\"text\": \"722619 - Steel, alloy; flat-rolled, width less than 600mm, of silicon-electrical steel, other than grain-oriented\",\r\n\t\t\t\"parent\": \"7226\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722620\",\r\n\t\t\t\"text\": \"722620 - Steel, alloy; flat-rolled, width less than 600mm, of high speed steel\",\r\n\t\t\t\"parent\": \"7226\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722691\",\r\n\t\t\t\"text\": \"722691 - Steel, alloy; flat-rolled, width less than 600mm, (excluding silicon-electrical or high speed steel), hot-rolled\",\r\n\t\t\t\"parent\": \"7226\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722692\",\r\n\t\t\t\"text\": \"722692 - Steel, alloy; flat-rolled, width less than 600mm, (excluding silicon-electrical or high speed steel), cold-rolled\",\r\n\t\t\t\"parent\": \"7226\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722693\",\r\n\t\t\t\"text\": \"722693 - Flat-rl p electr p zinc\",\r\n\t\t\t\"parent\": \"7226\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722694\",\r\n\t\t\t\"text\": \"722694 - Flat-rl p plated w/zinc\",\r\n\t\t\t\"parent\": \"7226\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722699\",\r\n\t\t\t\"text\": \"722699 - Steel, alloy; flat-rolled, width less than 600mm, n.e.c. in item no. 7226.9\",\r\n\t\t\t\"parent\": \"7226\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7227\",\r\n\t\t\t\"text\": \"7227 - Steel, alloy; bars and rods, hot-rolled, in irregularly wound coils\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722710\",\r\n\t\t\t\"text\": \"722710 - Steel, alloy; bars and rods, hot-rolled, in irregularly wound coils, of high speed steel\",\r\n\t\t\t\"parent\": \"7227\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722720\",\r\n\t\t\t\"text\": \"722720 - Steel, alloy; bars and rods, hot-rolled, in irregularly wound coils, of silico-manganese steel\",\r\n\t\t\t\"parent\": \"7227\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722790\",\r\n\t\t\t\"text\": \"722790 - Steel, alloy; bars and rods, hot-rolled, in irregularly wound coils, n.e.c. in heading no. 7227\",\r\n\t\t\t\"parent\": \"7227\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7228\",\r\n\t\t\t\"text\": \"7228 - Alloy steel bars, rods, shapes and sections; hollow drill bars and rods, of alloy or non-alloy steel\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722810\",\r\n\t\t\t\"text\": \"722810 - Steel, alloy; bars and rods, of high speed steel\",\r\n\t\t\t\"parent\": \"7228\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722820\",\r\n\t\t\t\"text\": \"722820 - Steel, alloy; bars and rods, of silico-manganese steel\",\r\n\t\t\t\"parent\": \"7228\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722830\",\r\n\t\t\t\"text\": \"722830 - Steel, alloy; bars and rods, hot-rolled, hot-drawn or extruded\",\r\n\t\t\t\"parent\": \"7228\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722840\",\r\n\t\t\t\"text\": \"722840 - Steel, alloy; bars and rods, forged\",\r\n\t\t\t\"parent\": \"7228\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722850\",\r\n\t\t\t\"text\": \"722850 - Steel, alloy; bars and rods, cold-formed or cold-finished\",\r\n\t\t\t\"parent\": \"7228\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722860\",\r\n\t\t\t\"text\": \"722860 - Steel, alloy; bars and rods n.e.c. in heading no. 7228\",\r\n\t\t\t\"parent\": \"7228\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722870\",\r\n\t\t\t\"text\": \"722870 - Steel, alloy; angles, shapes and sections\",\r\n\t\t\t\"parent\": \"7228\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722880\",\r\n\t\t\t\"text\": \"722880 - Steel, alloy or non-alloy; hollow drill bars and rods\",\r\n\t\t\t\"parent\": \"7228\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7229\",\r\n\t\t\t\"text\": \"7229 - Wire of other alloy steel\",\r\n\t\t\t\"parent\": \"72\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722910\",\r\n\t\t\t\"text\": \"722910 - Wire of high speed steel\",\r\n\t\t\t\"parent\": \"7229\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722920\",\r\n\t\t\t\"text\": \"722920 - Steel, alloy; wire, of silico-manganese steel\",\r\n\t\t\t\"parent\": \"7229\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"722990\",\r\n\t\t\t\"text\": \"722990 - Steel, alloy; wire, of materials other than silico-manganese steel\",\r\n\t\t\t\"parent\": \"7229\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"73\",\r\n\t\t\t\"text\": \"73 - Iron or steel articles\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7301\",\r\n\t\t\t\"text\": \"7301 - Iron or steel sheet piling, whether or not drilled, punched or made from assembled elements; welded angles, shapes and sections, of iron or steel\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730110\",\r\n\t\t\t\"text\": \"730110 - Iron or steel; sheet piling, whether or not drilled, punched or made from assembled elements\",\r\n\t\t\t\"parent\": \"7301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730120\",\r\n\t\t\t\"text\": \"730120 - Iron or steel; angles, shapes and sections, welded\",\r\n\t\t\t\"parent\": \"7301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7302\",\r\n\t\t\t\"text\": \"7302 - Railway or tramway track constructions of iron or steel; rails, check and track rails, switch blades, crossing frogs, point rods, sleepers, fish-plates, chair wedges, sole plates, bedplates, ties and the like\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730210\",\r\n\t\t\t\"text\": \"730210 - Iron or steel, railway or tramway track construction material; rails\",\r\n\t\t\t\"parent\": \"7302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730220\",\r\n\t\t\t\"text\": \"730220 - Sleepers (cross-ties), iron or steel\",\r\n\t\t\t\"parent\": \"7302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730230\",\r\n\t\t\t\"text\": \"730230 - Iron or steel, railway or tramway track construction material; switch blades, crossing frogs, point rods and other crossing pieces\",\r\n\t\t\t\"parent\": \"7302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730240\",\r\n\t\t\t\"text\": \"730240 - Iron or steel, railway or tramway track construction material; fish-plates and sole plates\",\r\n\t\t\t\"parent\": \"7302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730290\",\r\n\t\t\t\"text\": \"730290 - Iron or steel, railway or tramway track construction material; n.e.c. in heading no. 7302\",\r\n\t\t\t\"parent\": \"7302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7303\",\r\n\t\t\t\"text\": \"7303 - Tubes, pipes and hollow profiles, of cast iron\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730300\",\r\n\t\t\t\"text\": \"730300 - Cast iron; tubes, pipes and hollow profiles\",\r\n\t\t\t\"parent\": \"7303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7304\",\r\n\t\t\t\"text\": \"7304 - Tubes, pipes and hollow profiles, seamless, of iron (other than cast iron) or steel\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730410\",\r\n\t\t\t\"text\": \"730410 - Pipes, line, iron or steel, for oil or gas pipelines\",\r\n\t\t\t\"parent\": \"7304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730411\",\r\n\t\t\t\"text\": \"730411 - Iron or steel (excluding cast iron); seamless, line pipe of a kind used for oil or gas pipelines, of stainless steel\",\r\n\t\t\t\"parent\": \"7304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730419\",\r\n\t\t\t\"text\": \"730419 - Iron or steel (excluding cast iron or stainless steel); seamless, line pipe of a kind used for oil or gas pipelines\",\r\n\t\t\t\"parent\": \"7304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730420\",\r\n\t\t\t\"text\": \"730420 - Casings, tubing and drill pipe, for oil drilling\",\r\n\t\t\t\"parent\": \"7304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730421\",\r\n\t\t\t\"text\": \"730421 - Drill pipe\",\r\n\t\t\t\"parent\": \"7304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730422\",\r\n\t\t\t\"text\": \"730422 - Steel, stainless; seamless, drill pipe, of a kind used in drilling for oil or gas\",\r\n\t\t\t\"parent\": \"7304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730423\",\r\n\t\t\t\"text\": \"730423 - Iron or steel (excluding cast iron or stainless steel); seamless, drill pipe, of a kind used in drilling for oil or gas\",\r\n\t\t\t\"parent\": \"7304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730424\",\r\n\t\t\t\"text\": \"730424 - Steel, stainless; seamless, casing and tubing, of a kind used in drilling for oil or gas\",\r\n\t\t\t\"parent\": \"7304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730429\",\r\n\t\t\t\"text\": \"730429 - Iron or steel (excluding cast iron or stainless steel); seamless, casing and tubing, of a kind used in drilling for oil or gas\",\r\n\t\t\t\"parent\": \"7304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730431\",\r\n\t\t\t\"text\": \"730431 - Iron or non-alloy steel (excluding cast iron); seamless, cold-drawn or cold-rolled, tubes, pipes and hollow profiles of circular cross-section\",\r\n\t\t\t\"parent\": \"7304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730439\",\r\n\t\t\t\"text\": \"730439 - Iron or non-alloy steel (excluding cast iron); seamless, (excluding cold-drawn or cold-rolled), tubes, pipes and hollow profiles of circular cross-section\",\r\n\t\t\t\"parent\": \"7304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730441\",\r\n\t\t\t\"text\": \"730441 - Steel, stainless; cold-drawn or cold-rolled (cold-reduced), tubes and pipes of circular cross-section\",\r\n\t\t\t\"parent\": \"7304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730449\",\r\n\t\t\t\"text\": \"730449 - Steel, stainless; (excluding cold-drawn or cold-rolled), tubes pipes and hollow profiles of circular cross-section\",\r\n\t\t\t\"parent\": \"7304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730451\",\r\n\t\t\t\"text\": \"730451 - Steel, alloy (not stainless steel); seamless, cold-drawn or cold-rolled (cold-reduced), tubes, pipes and hollow profiles of circular cross-section\",\r\n\t\t\t\"parent\": \"7304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730459\",\r\n\t\t\t\"text\": \"730459 - Steel, alloy (not stainless steel); (excluding cold-drawn or cold-rolled), tubes, pipes and hollow profiles of circular cross-section\",\r\n\t\t\t\"parent\": \"7304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730490\",\r\n\t\t\t\"text\": \"730490 - Iron or steel (excluding cast iron); seamless, tubes, pipes and hollow profiles, seamless, n.e.c. in heading no. 7304\",\r\n\t\t\t\"parent\": \"7304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7305\",\r\n\t\t\t\"text\": \"7305 - Iron or steel (excluding cast iron); tubes and pipes (e.g. welded, riveted or similarly closed), having circular cross-sections, external diameter of which exceeds 406.4mm, not seamless\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730511\",\r\n\t\t\t\"text\": \"730511 - Iron or steel (excluding cast iron); line pipe of a kind used for oil or gas pipelines (not seamless), longitudinally submerged arc welded, having circular cross-sections, external diameter exceeds 406.4mm\",\r\n\t\t\t\"parent\": \"7305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730512\",\r\n\t\t\t\"text\": \"730512 - Iron or steel (excluding cast iron); line pipe of a kind used for oil or gas pipelines (not seamless), longitudinally welded (not submerged arc welded), having circular cross-sections, external diameter exceeds 406.4mm\",\r\n\t\t\t\"parent\": \"7305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730519\",\r\n\t\t\t\"text\": \"730519 - Iron or steel (excluding cast iron); line pipe of a kind used for oil or gas pipelines (not seamless), (not longitudinally welded), having circular cross-sections, external diameter exceeds 406.4mm\",\r\n\t\t\t\"parent\": \"7305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730520\",\r\n\t\t\t\"text\": \"730520 - Iron or steel (excluding cast iron); casing of a kind used in drilling for oil or gas (not seamless), having circular cross-sections, external diameter exceeds 406.4mm\",\r\n\t\t\t\"parent\": \"7305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730531\",\r\n\t\t\t\"text\": \"730531 - Iron or steel (excluding cast iron); tubes and pipes (other than line pipe or casing of a kind used for oil or gas pipelines), longitudinally welded, having circular cross-sections, external diameter exceeds 406.4mm, (not seamless)\",\r\n\t\t\t\"parent\": \"7305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730539\",\r\n\t\t\t\"text\": \"730539 - Iron or steel (excluding cast iron); tubes and pipes (other than line pipe or casing of a kind used for oil or gas pipelines), welded (not longitudinally welded), having circular cross-sections, external diameter exceeds 406.4mm, (not seamless)\",\r\n\t\t\t\"parent\": \"7305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730590\",\r\n\t\t\t\"text\": \"730590 - Iron or steel (excluding cast iron); tubes and pipes n.e.c. in heading no. 7305, having circular cross-sections, external diameter exceeds 406.4mm, (not seamless)\",\r\n\t\t\t\"parent\": \"7305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7306\",\r\n\t\t\t\"text\": \"7306 - Iron or steel (excluding cast iron); tubes, pipes and hollow profiles (not seamless), n.e.c. in chapter 73\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730610\",\r\n\t\t\t\"text\": \"730610 - Pipe (oil/gas line) iron or steel nes, diameter <406m\",\r\n\t\t\t\"parent\": \"7306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730611\",\r\n\t\t\t\"text\": \"730611 - Steel; stainless; line pipe of a kind used for oil or gas pipelines n.e.c. in chapter 73, welded, (not seamless)\",\r\n\t\t\t\"parent\": \"7306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730619\",\r\n\t\t\t\"text\": \"730619 - Iron or steel (excluding cast iron); line pipe of a kind used for oil or gas pipelines (other than of stainless steel or seamless), n.e.c. in chapter 73\",\r\n\t\t\t\"parent\": \"7306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730620\",\r\n\t\t\t\"text\": \"730620 - Casings,circular, iron/steel, oil/gas drilling <406mm\",\r\n\t\t\t\"parent\": \"7306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730621\",\r\n\t\t\t\"text\": \"730621 - Steel, stainless; casing and tubing of a kind used in drilling for oil and gas, n.e.c. in chapter 73, welded, (not seamless)\",\r\n\t\t\t\"parent\": \"7306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730629\",\r\n\t\t\t\"text\": \"730629 - Iron or steel (excluding cast iron); casing and tubing of a kind used in drilling for oil and gas (other than stainless steel or seamless), n.e.c. in chapter 73\",\r\n\t\t\t\"parent\": \"7306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730630\",\r\n\t\t\t\"text\": \"730630 - Iron or non-alloy steel (excluding cast iron); tubes and pipes (not seamless), welded, of circular cross-section, n.e.c. in chapter 73\",\r\n\t\t\t\"parent\": \"7306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730640\",\r\n\t\t\t\"text\": \"730640 - Steel, stainless; tubes, pipes and hollow profiles, welded, of circular cross-section, n.e.c. in chapter 73\",\r\n\t\t\t\"parent\": \"7306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730650\",\r\n\t\t\t\"text\": \"730650 - Steel, alloy; tubes, pipes and hollow profiles (other than stainless steel or seamless), welded, of circular cross-section, n.e.c. in chapter 73\",\r\n\t\t\t\"parent\": \"7306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730660\",\r\n\t\t\t\"text\": \"730660 - Hollow profiles/tubes,iron/steel,non-circular, welded\",\r\n\t\t\t\"parent\": \"7306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730661\",\r\n\t\t\t\"text\": \"730661 - Iron or steel (excluding cast iron); tubes, pipes and hollow profiles (not seamless), welded, of square or rectangular cross-section, n.e.c. in chapter 73\",\r\n\t\t\t\"parent\": \"7306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730669\",\r\n\t\t\t\"text\": \"730669 - Iron or steel (excluding cast iron); tubes, pipes and hollow profiles (not seamless), n.e.c. in chapter 73, welded, of non-circular cross-section (not square or rectangular cross-section)\",\r\n\t\t\t\"parent\": \"7306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730690\",\r\n\t\t\t\"text\": \"730690 - Iron or steel (excluding cast iron); tubes, pipes and hollow profiles (not seamless), n.e.c. in chapter 73\",\r\n\t\t\t\"parent\": \"7306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7307\",\r\n\t\t\t\"text\": \"7307 - Tube or pipe fittings (e.g. couplings, elbows, sleeves), of iron or steel\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730711\",\r\n\t\t\t\"text\": \"730711 - Cast iron; cast fittings, of non-malleable cast iron\",\r\n\t\t\t\"parent\": \"7307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730719\",\r\n\t\t\t\"text\": \"730719 - Iron or steel; cast fittings, other than of non-malleable cast iron\",\r\n\t\t\t\"parent\": \"7307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730721\",\r\n\t\t\t\"text\": \"730721 - Steel, stainless; tube or pipe fittings, flanges, of stainless steel\",\r\n\t\t\t\"parent\": \"7307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730722\",\r\n\t\t\t\"text\": \"730722 - Steel, stainless; tube or pipe fittings, threaded elbows, bends and sleeves\",\r\n\t\t\t\"parent\": \"7307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730723\",\r\n\t\t\t\"text\": \"730723 - Steel, stainless; tube or pipe fittings, butt welding fittings\",\r\n\t\t\t\"parent\": \"7307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730729\",\r\n\t\t\t\"text\": \"730729 - Steel, stainless; tube or pipe fittings, n.e.c. in item no. 7307.2\",\r\n\t\t\t\"parent\": \"7307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730791\",\r\n\t\t\t\"text\": \"730791 - Iron or steel; tube or pipe fittings, flanges, other than stainless steel\",\r\n\t\t\t\"parent\": \"7307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730792\",\r\n\t\t\t\"text\": \"730792 - Iron or steel; tube or pipe fittings, threaded elbows, bends and sleeves, other than stainless steel\",\r\n\t\t\t\"parent\": \"7307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730793\",\r\n\t\t\t\"text\": \"730793 - Iron or steel; tube or pipe fittings, butt welding fittings, other than stainless steel\",\r\n\t\t\t\"parent\": \"7307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730799\",\r\n\t\t\t\"text\": \"730799 - Iron or steel; tube or pipe fittings, n.e.c. in item no. 7307.9, other than stainless steel\",\r\n\t\t\t\"parent\": \"7307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7308\",\r\n\t\t\t\"text\": \"7308 - Structures of iron or steel and parts thereof; plates, rods, angles, shapes, sections, tubes and the like, prepared for use in structures\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730810\",\r\n\t\t\t\"text\": \"730810 - Iron or steel; structures and parts thereof, bridges and bridge-sections\",\r\n\t\t\t\"parent\": \"7308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730820\",\r\n\t\t\t\"text\": \"730820 - Iron or steel; structures and parts thereof, towers and lattice masts\",\r\n\t\t\t\"parent\": \"7308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730830\",\r\n\t\t\t\"text\": \"730830 - Iron or steel; structures and parts thereof, doors, windows and their frames and thresholds for doors\",\r\n\t\t\t\"parent\": \"7308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730840\",\r\n\t\t\t\"text\": \"730840 - Iron or steel; structures and parts thereof, props and similar equipment for scaffolding, shuttering or pit-propping\",\r\n\t\t\t\"parent\": \"7308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730890\",\r\n\t\t\t\"text\": \"730890 - Iron or steel; structures and parts thereof, n.e.c. in heading 7308\",\r\n\t\t\t\"parent\": \"7308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7309\",\r\n\t\t\t\"text\": \"7309 - Reservoirs, tanks, vats and similar containers; for any material (excluding compressed or liquefied gas), of iron or steel, capacity exceeding 300l, whether or not lined or heat insulated\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"730900\",\r\n\t\t\t\"text\": \"730900 - Reservoirs, tanks, vats and similar containers; for any material (excluding compressed or liquefied gas), of iron or steel, capacity exceeding 300l, whether or not lined or heat insulated\",\r\n\t\t\t\"parent\": \"7309\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7310\",\r\n\t\t\t\"text\": \"7310 - Tanks, casks, drums, cans, boxes and similar containers, for any material (excluding compressed or liquefied gas), of iron or steel, capacity not exceeding 300l, whether or not lined or heat-insulated\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731010\",\r\n\t\t\t\"text\": \"731010 - Tanks, casks, drums, cans, boxes and similar containers, for any material (excluding compressed or liquefied gas), 50l or more capacity but not exceeding 300l\",\r\n\t\t\t\"parent\": \"7310\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731021\",\r\n\t\t\t\"text\": \"731021 - Cans; which are to be closed by soldering or crimping, for any material (excluding compressed or liquefied gas), less than 50l capacity, of iron or steel\",\r\n\t\t\t\"parent\": \"7310\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731029\",\r\n\t\t\t\"text\": \"731029 - Tanks, casks, drums, boxes and similar containers for any material (excluding compressed or liquefied gas) less than 50l capacity, n.e.c. in item no. 7310.2, of iron or steel\",\r\n\t\t\t\"parent\": \"7310\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7311\",\r\n\t\t\t\"text\": \"7311 - Containers for compressed or liquefied gas, of iron or steel\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731100\",\r\n\t\t\t\"text\": \"731100 - Containers for compressed or liquefied gas, of iron or steel\",\r\n\t\t\t\"parent\": \"7311\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7312\",\r\n\t\t\t\"text\": \"7312 - Stranded wire, ropes, cables, plaited bands, slings and the like, of iron or steel, not electrically insulated\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731210\",\r\n\t\t\t\"text\": \"731210 - Iron or steel; stranded wire, ropes and cables, not electrically insulated\",\r\n\t\t\t\"parent\": \"7312\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731290\",\r\n\t\t\t\"text\": \"731290 - Iron or steel; plaited bands, slings and the like, not electrically insulated\",\r\n\t\t\t\"parent\": \"7312\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7313\",\r\n\t\t\t\"text\": \"7313 - Barbed wire of iron or steel; twisted hoop or single flat wire, barbed or not and loosely twisted double wire, of a kind used for fencing, of iron or steel\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731300\",\r\n\t\t\t\"text\": \"731300 - Iron of steel; barbed wire, twisted hoop or single flat wire and loosely twisted double wire, used for fencing\",\r\n\t\t\t\"parent\": \"7313\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7314\",\r\n\t\t\t\"text\": \"7314 - Cloth (including endless bands), grill, netting and fencing, of iron or steel wire; expanded metal of iron or steel\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731411\",\r\n\t\t\t\"text\": \"731411 - Woven products of stainless steel\",\r\n\t\t\t\"parent\": \"7314\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731412\",\r\n\t\t\t\"text\": \"731412 - Iron or steel; woven cloth, endless bands for machinery, of stainless steel\",\r\n\t\t\t\"parent\": \"7314\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731413\",\r\n\t\t\t\"text\": \"731413 - Endless bands, woven clo\",\r\n\t\t\t\"parent\": \"7314\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731414\",\r\n\t\t\t\"text\": \"731414 - Iron or steel; woven cloth, of stainless steel, (other than endless bands for machinery)\",\r\n\t\t\t\"parent\": \"7314\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731419\",\r\n\t\t\t\"text\": \"731419 - Iron or steel; woven cloth, other than of stainless steel\",\r\n\t\t\t\"parent\": \"7314\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731420\",\r\n\t\t\t\"text\": \"731420 - Iron or steel wire; grill, netting and fencing, welded at intersections, of wire with a maximum cross-sectional dimension of 3mm or more and mesh size 100cm2 or more\",\r\n\t\t\t\"parent\": \"7314\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731430\",\r\n\t\t\t\"text\": \"731430 - Net/fencing, welded iron or non-alloy steel, heavy\",\r\n\t\t\t\"parent\": \"7314\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731431\",\r\n\t\t\t\"text\": \"731431 - Iron or steel wire; grill, netting and fencing, welded at the intersection, n.e.c. in item no. 7314.20, plated or coated with zinc\",\r\n\t\t\t\"parent\": \"7314\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731439\",\r\n\t\t\t\"text\": \"731439 - Iron or steel wire; grill, netting and fencing, welded at the intersection, n.e.c. in item no. 7314.20, (other than plated or coated with zinc)\",\r\n\t\t\t\"parent\": \"7314\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731441\",\r\n\t\t\t\"text\": \"731441 - Iron or steel wire; grill, netting and fencing, plated or coated with zinc\",\r\n\t\t\t\"parent\": \"7314\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731442\",\r\n\t\t\t\"text\": \"731442 - Iron or steel wire; grill, netting and fencing, coated with plastic\",\r\n\t\t\t\"parent\": \"7314\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731449\",\r\n\t\t\t\"text\": \"731449 - Iron or steel wire; grill, netting and fencing, coated with materials other than zinc or plastic\",\r\n\t\t\t\"parent\": \"7314\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731450\",\r\n\t\t\t\"text\": \"731450 - Iron or steel; expanded metal\",\r\n\t\t\t\"parent\": \"7314\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7315\",\r\n\t\t\t\"text\": \"7315 - Chain and parts thereof, of iron or steel\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731511\",\r\n\t\t\t\"text\": \"731511 - Chain; articulated link, roller, of iron or steel\",\r\n\t\t\t\"parent\": \"7315\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731512\",\r\n\t\t\t\"text\": \"731512 - Chain; articulated link, (other than roller), of iron or steel\",\r\n\t\t\t\"parent\": \"7315\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731519\",\r\n\t\t\t\"text\": \"731519 - Chain; articulated link parts, of iron or steel\",\r\n\t\t\t\"parent\": \"7315\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731520\",\r\n\t\t\t\"text\": \"731520 - Chain; skid, articulated link chain and parts thereof, of iron or steel\",\r\n\t\t\t\"parent\": \"7315\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731581\",\r\n\t\t\t\"text\": \"731581 - Chain; stud-link chain, of iron or steel\",\r\n\t\t\t\"parent\": \"7315\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731582\",\r\n\t\t\t\"text\": \"731582 - Chain; welded link chain, of iron or steel\",\r\n\t\t\t\"parent\": \"7315\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731589\",\r\n\t\t\t\"text\": \"731589 - Chain; n.e.c. in heading no. 7315, of iron or steel\",\r\n\t\t\t\"parent\": \"7315\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731590\",\r\n\t\t\t\"text\": \"731590 - Chain; parts n.e.c. in heading no. 7315, of iron or steel\",\r\n\t\t\t\"parent\": \"7315\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7316\",\r\n\t\t\t\"text\": \"7316 - Anchors, grapnels and parts thereof, of iron or steel\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731600\",\r\n\t\t\t\"text\": \"731600 - Iron or steel; anchors, grapnels and parts thereof\",\r\n\t\t\t\"parent\": \"7316\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7317\",\r\n\t\t\t\"text\": \"7317 - Nails, tacks, drawing pins, corrugated nails, staples (not those of heading no. 8305) and the like, of iron or steel, with heads of other material or not, but excluding articles with heads of copper\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731700\",\r\n\t\t\t\"text\": \"731700 - Iron or steel; nails, tacks, drawing pins, corrugated nails, staples (not those of heading no. 8305) and the like, with heads of other material or not, but excluding articles with heads of copper\",\r\n\t\t\t\"parent\": \"7317\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7318\",\r\n\t\t\t\"text\": \"7318 - Screws, bolts, nuts, coach screws, screw hooks, rivets, cotters, cotter-pins, washers (including spring washers) and similar articles, of iron or steel\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731811\",\r\n\t\t\t\"text\": \"731811 - Iron or steel; threaded coach screws\",\r\n\t\t\t\"parent\": \"7318\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731812\",\r\n\t\t\t\"text\": \"731812 - Iron or steel; threaded wood screws other than coach screws\",\r\n\t\t\t\"parent\": \"7318\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731813\",\r\n\t\t\t\"text\": \"731813 - Iron or steel; threaded screw hooks and screw rings\",\r\n\t\t\t\"parent\": \"7318\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731814\",\r\n\t\t\t\"text\": \"731814 - Iron or steel; threaded self-tapping screws\",\r\n\t\t\t\"parent\": \"7318\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731815\",\r\n\t\t\t\"text\": \"731815 - Iron or steel; threaded screws and bolts n.e.c. in item no. 7318.1, whether or not with their nuts or washers\",\r\n\t\t\t\"parent\": \"7318\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731816\",\r\n\t\t\t\"text\": \"731816 - Iron or steel; threaded nuts\",\r\n\t\t\t\"parent\": \"7318\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731819\",\r\n\t\t\t\"text\": \"731819 - Iron or steel; threaded screws, bolts and nuts n.e.c. in item no. 7318.1\",\r\n\t\t\t\"parent\": \"7318\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731821\",\r\n\t\t\t\"text\": \"731821 - Iron or steel; non-threaded spring washers and other lock washers\",\r\n\t\t\t\"parent\": \"7318\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731822\",\r\n\t\t\t\"text\": \"731822 - Iron or steel; non-threaded washers, excluding spring and lock\",\r\n\t\t\t\"parent\": \"7318\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731823\",\r\n\t\t\t\"text\": \"731823 - Iron or steel; non-threaded rivets\",\r\n\t\t\t\"parent\": \"7318\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731824\",\r\n\t\t\t\"text\": \"731824 - Iron or steel; non-threaded cotters and cotter-pins\",\r\n\t\t\t\"parent\": \"7318\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731829\",\r\n\t\t\t\"text\": \"731829 - Iron or steel; non-threaded articles, n.e.c. in item no. 7318.2\",\r\n\t\t\t\"parent\": \"7318\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7319\",\r\n\t\t\t\"text\": \"7319 - Sewing and knitting needles, bodkins, crochet hooks, embroidery stilettos and similar articles, for use in the hand, of iron or steel; safety pins and other pins of iron or steel, not elsewhere specified or included\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731910\",\r\n\t\t\t\"text\": \"731910 - Needles, sewing, darning or embroidery, iron or steel\",\r\n\t\t\t\"parent\": \"7319\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731920\",\r\n\t\t\t\"text\": \"731920 - Safety pins of iron/steel\",\r\n\t\t\t\"parent\": \"7319\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731930\",\r\n\t\t\t\"text\": \"731930 - Pins other than safety pins, of iron/steel\",\r\n\t\t\t\"parent\": \"7319\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731940\",\r\n\t\t\t\"text\": \"731940 - Safety pins and other pins; of iron or steel\",\r\n\t\t\t\"parent\": \"7319\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"731990\",\r\n\t\t\t\"text\": \"731990 - Sewing and knitting needles, bodkins, crochet hooks, embroidery stilettos and similar articles, for use in the hand, not elsewhere specified or included, of iron or steel\",\r\n\t\t\t\"parent\": \"7319\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7320\",\r\n\t\t\t\"text\": \"7320 - Springs and leaves for springs, of iron or steel\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732010\",\r\n\t\t\t\"text\": \"732010 - Iron or steel; leaf-springs and leaves therefor\",\r\n\t\t\t\"parent\": \"7320\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732020\",\r\n\t\t\t\"text\": \"732020 - Iron or steel; helical springs and leaves for springs\",\r\n\t\t\t\"parent\": \"7320\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732090\",\r\n\t\t\t\"text\": \"732090 - Iron or steel; springs n.e.c. in heading no. 7320\",\r\n\t\t\t\"parent\": \"7320\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7321\",\r\n\t\t\t\"text\": \"7321 - Stoves, ranges, grates, cookers (those with subsidiary boilers for central heating), barbecues, braziers, gas-rings, plate warmers and similar non-electric domestic appliances and parts, of iron or steel\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732111\",\r\n\t\t\t\"text\": \"732111 - Cooking appliances and plate warmers; for gas fuel or for both gas and other fuels, of iron or steel\",\r\n\t\t\t\"parent\": \"7321\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732112\",\r\n\t\t\t\"text\": \"732112 - Cooking appliances and plate warmers; for liquid fuel, of iron or steel\",\r\n\t\t\t\"parent\": \"7321\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732113\",\r\n\t\t\t\"text\": \"732113 - Cooking appliances for solid fuel, iron or steel\",\r\n\t\t\t\"parent\": \"7321\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732119\",\r\n\t\t\t\"text\": \"732119 - Cooking appliances and plate warmers; for solid fuel and fuels other than gas or liquid, of iron or steel\",\r\n\t\t\t\"parent\": \"7321\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732181\",\r\n\t\t\t\"text\": \"732181 - Domestic appliances; non-electric, (other than cookers and plate warmers), for gas fuel or for both gas and other fuels, of iron or steel\",\r\n\t\t\t\"parent\": \"7321\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732182\",\r\n\t\t\t\"text\": \"732182 - Domestic appliances; non-electric, (other than cookers and plate warmers), for liquid fuel, of iron or steel\",\r\n\t\t\t\"parent\": \"7321\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732183\",\r\n\t\t\t\"text\": \"732183 - Domestic iron/steel solid fuel appliances, not cooker\",\r\n\t\t\t\"parent\": \"7321\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732189\",\r\n\t\t\t\"text\": \"732189 - Domestic appliances; non-electric, (other than cookers and plate warmers), for solid fuel and fuels other than gas or liquid, of iron or steel\",\r\n\t\t\t\"parent\": \"7321\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732190\",\r\n\t\t\t\"text\": \"732190 - Domestic appliances; non-electric, parts thereof, of iron or steel\",\r\n\t\t\t\"parent\": \"7321\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7322\",\r\n\t\t\t\"text\": \"7322 - Radiators for central heating, not electrically heated and parts thereof, of iron or steel; air heaters, hot air distributors not electrically heated, with motor fan or blower\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732211\",\r\n\t\t\t\"text\": \"732211 - Radiators and parts thereof; for central heating, (not electrically heated), of cast iron\",\r\n\t\t\t\"parent\": \"7322\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732219\",\r\n\t\t\t\"text\": \"732219 - Radiators and parts thereof; for central heating, (not electrically heated), of iron or steel other than cast iron\",\r\n\t\t\t\"parent\": \"7322\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732290\",\r\n\t\t\t\"text\": \"732290 - Air heaters and hot air distributors, (not electrically heated), incorporating a motor-driven fan or blower and parts thereof, of iron or steel\",\r\n\t\t\t\"parent\": \"7322\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7323\",\r\n\t\t\t\"text\": \"7323 - Table, kitchen, other household articles and parts, of iron or steel; iron or steel wool; pot scourers and scouring or polishing pads, gloves and the like, of iron or steel\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732310\",\r\n\t\t\t\"text\": \"732310 - Iron or steel; wool, pot scourers and scouring or polishing pads, gloves and the like\",\r\n\t\t\t\"parent\": \"7323\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732391\",\r\n\t\t\t\"text\": \"732391 - Cast iron; table, kitchen and other household articles and parts thereof, of cast iron, not enamelled\",\r\n\t\t\t\"parent\": \"7323\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732392\",\r\n\t\t\t\"text\": \"732392 - Cast iron; table, kitchen and other household articles and parts thereof, of cast iron, enamelled\",\r\n\t\t\t\"parent\": \"7323\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732393\",\r\n\t\t\t\"text\": \"732393 - Steel, stainless; table, kitchen and other household articles and parts thereof\",\r\n\t\t\t\"parent\": \"7323\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732394\",\r\n\t\t\t\"text\": \"732394 - Iron (excluding cast) or steel; table, kitchen and other household articles and parts thereof, enamelled\",\r\n\t\t\t\"parent\": \"7323\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732399\",\r\n\t\t\t\"text\": \"732399 - Iron or steel; table, kitchen and other household articles and parts thereof, of iron or steel n.e.c. in heading no. 7323\",\r\n\t\t\t\"parent\": \"7323\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7324\",\r\n\t\t\t\"text\": \"7324 - Sanitary ware and parts thereof, of iron or steel\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732410\",\r\n\t\t\t\"text\": \"732410 - Steel; sinks and wash basins, of stainless steel\",\r\n\t\t\t\"parent\": \"7324\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732421\",\r\n\t\t\t\"text\": \"732421 - Cast iron, baths, whether or not enamelled\",\r\n\t\t\t\"parent\": \"7324\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732429\",\r\n\t\t\t\"text\": \"732429 - Iron (other than cast) or steel; baths\",\r\n\t\t\t\"parent\": \"7324\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732490\",\r\n\t\t\t\"text\": \"732490 - Iron or steel; sanitary ware and parts thereof, excluding sinks, wash basins and baths\",\r\n\t\t\t\"parent\": \"7324\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7325\",\r\n\t\t\t\"text\": \"7325 - Iron or steel; cast articles\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732510\",\r\n\t\t\t\"text\": \"732510 - Iron; articles of non-malleable cast iron\",\r\n\t\t\t\"parent\": \"7325\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732591\",\r\n\t\t\t\"text\": \"732591 - Iron; grinding balls and similar articles for mills, other than of non-malleable cast iron\",\r\n\t\t\t\"parent\": \"7325\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732599\",\r\n\t\t\t\"text\": \"732599 - Iron or steel; cast articles, excluding grinding balls and similar articles for mills, other than of non-malleable cast iron\",\r\n\t\t\t\"parent\": \"7325\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7326\",\r\n\t\t\t\"text\": \"7326 - Iron or steel; articles, n.e.c. in chapter 73\",\r\n\t\t\t\"parent\": \"73\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732611\",\r\n\t\t\t\"text\": \"732611 - Iron or steel; grinding balls and similar articles for mills, forged or stamped, but not further worked\",\r\n\t\t\t\"parent\": \"7326\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732619\",\r\n\t\t\t\"text\": \"732619 - Iron or steel; articles n.e.c. in item no. 7326.11, forged or stamped, but not further worked\",\r\n\t\t\t\"parent\": \"7326\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732620\",\r\n\t\t\t\"text\": \"732620 - Iron or steel; wire articles\",\r\n\t\t\t\"parent\": \"7326\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"732690\",\r\n\t\t\t\"text\": \"732690 - Iron or steel; articles n.e.c. in heading 7326\",\r\n\t\t\t\"parent\": \"7326\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"74\",\r\n\t\t\t\"text\": \"74 - Copper and articles thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7401\",\r\n\t\t\t\"text\": \"7401 - Copper mattes; cement copper (precipitated copper)\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740100\",\r\n\t\t\t\"text\": \"740100 - Copper mattes; cement copper (precipitated copper)\",\r\n\t\t\t\"parent\": \"7401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740110\",\r\n\t\t\t\"text\": \"740110 - Copper mattes\",\r\n\t\t\t\"parent\": \"7401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740120\",\r\n\t\t\t\"text\": \"740120 - Cement copper (precipitated copper)\",\r\n\t\t\t\"parent\": \"7401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7402\",\r\n\t\t\t\"text\": \"7402 - Copper; unrefined, copper anodes for electrolytic refining\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740200\",\r\n\t\t\t\"text\": \"740200 - Copper; unrefined, copper anodes for electrolytic refining\",\r\n\t\t\t\"parent\": \"7402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7403\",\r\n\t\t\t\"text\": \"7403 - Copper; refined and copper alloys, unwrought\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740311\",\r\n\t\t\t\"text\": \"740311 - Copper; refined, unwrought, cathodes and sections of cathodes\",\r\n\t\t\t\"parent\": \"7403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740312\",\r\n\t\t\t\"text\": \"740312 - Copper; refined, unwrought, wire-bars\",\r\n\t\t\t\"parent\": \"7403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740313\",\r\n\t\t\t\"text\": \"740313 - Copper; refined, unwrought, billets\",\r\n\t\t\t\"parent\": \"7403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740319\",\r\n\t\t\t\"text\": \"740319 - Copper; refined, unwrought, n.e.c. in item no. 7403.1\",\r\n\t\t\t\"parent\": \"7403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740321\",\r\n\t\t\t\"text\": \"740321 - Copper; copper-zinc base alloys (brass) unwrought\",\r\n\t\t\t\"parent\": \"7403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740322\",\r\n\t\t\t\"text\": \"740322 - Copper; copper-tin base alloys (bronze) unwrought\",\r\n\t\t\t\"parent\": \"7403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740323\",\r\n\t\t\t\"text\": \"740323 - Copper-nickel, copper-nickel-zinc base alloy,unwrough\",\r\n\t\t\t\"parent\": \"7403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740329\",\r\n\t\t\t\"text\": \"740329 - Copper; copper alloys n.e.c. in heading no. 7403 (other than master alloys of heading no. 7405)\",\r\n\t\t\t\"parent\": \"7403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7404\",\r\n\t\t\t\"text\": \"7404 - Copper; waste and scrap\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740400\",\r\n\t\t\t\"text\": \"740400 - Copper; waste and scrap\",\r\n\t\t\t\"parent\": \"7404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7405\",\r\n\t\t\t\"text\": \"7405 - Copper; master alloys\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740500\",\r\n\t\t\t\"text\": \"740500 - Copper; master alloys of copper\",\r\n\t\t\t\"parent\": \"7405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7406\",\r\n\t\t\t\"text\": \"7406 - Copper; powders and flakes\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740610\",\r\n\t\t\t\"text\": \"740610 - Copper; powders of non-lamellar structure\",\r\n\t\t\t\"parent\": \"7406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740620\",\r\n\t\t\t\"text\": \"740620 - Copper; powders of lamellar structure, flakes\",\r\n\t\t\t\"parent\": \"7406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7407\",\r\n\t\t\t\"text\": \"7407 - Copper; bars, rods and profiles\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740710\",\r\n\t\t\t\"text\": \"740710 - Copper; bars, rods and profiles, of refined copper\",\r\n\t\t\t\"parent\": \"7407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740721\",\r\n\t\t\t\"text\": \"740721 - Copper; bars, rods and profiles, of copper-zinc base alloys (brass)\",\r\n\t\t\t\"parent\": \"7407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740722\",\r\n\t\t\t\"text\": \"740722 - Bar, rod, profiles, copper-nickel, copper-nickel-zinc\",\r\n\t\t\t\"parent\": \"7407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740729\",\r\n\t\t\t\"text\": \"740729 - Copper; bars, rods and profiles, of copper alloys (other than copper-zinc base alloys)\",\r\n\t\t\t\"parent\": \"7407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7408\",\r\n\t\t\t\"text\": \"7408 - Copper wire\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740811\",\r\n\t\t\t\"text\": \"740811 - Copper; wire, of refined copper, of which the maximum cross-sectional dimension exceeds 6mm\",\r\n\t\t\t\"parent\": \"7408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740819\",\r\n\t\t\t\"text\": \"740819 - Copper; wire, of refined copper, of which the maximum cross-sectional dimension is 6mm or less\",\r\n\t\t\t\"parent\": \"7408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740821\",\r\n\t\t\t\"text\": \"740821 - Copper; wire, of copper-zinc base alloys (brass)\",\r\n\t\t\t\"parent\": \"7408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740822\",\r\n\t\t\t\"text\": \"740822 - Copper; wire, of copper-nickel base alloys (cupro-nickel) or copper-nickel-zinc base alloys (nickel silver)\",\r\n\t\t\t\"parent\": \"7408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740829\",\r\n\t\t\t\"text\": \"740829 - Copper; wire, of copper alloys (other than copper-zinc base alloys, copper-nickel base alloys or copper-nickel-zinc base alloys)\",\r\n\t\t\t\"parent\": \"7408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7409\",\r\n\t\t\t\"text\": \"7409 - Copper plates, sheets and strip; of a thickness exceeding 0.15mm\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740911\",\r\n\t\t\t\"text\": \"740911 - Copper; strip, of a thickness exceeding 0.15mm, of refined copper, in coils\",\r\n\t\t\t\"parent\": \"7409\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740919\",\r\n\t\t\t\"text\": \"740919 - Copper; plates and sheets, of a thickness exceeding 0.15mm, of refined copper, not in coils\",\r\n\t\t\t\"parent\": \"7409\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740921\",\r\n\t\t\t\"text\": \"740921 - Copper; strip, of a thickness exceeding 0.15mm, of copper-zinc base alloys (brass), in coils\",\r\n\t\t\t\"parent\": \"7409\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740929\",\r\n\t\t\t\"text\": \"740929 - Copper; plates and sheets, of a thickness exceeding 0.15mm, of copper-zinc base alloys (brass), not in coils\",\r\n\t\t\t\"parent\": \"7409\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740931\",\r\n\t\t\t\"text\": \"740931 - Copper; strip, of a thickness exceeding 0.15mm, of copper-tin base alloys (bronze), in coils\",\r\n\t\t\t\"parent\": \"7409\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740939\",\r\n\t\t\t\"text\": \"740939 - Copper; plates and sheets, of a thickness exceeding 0.15mm, of copper-tin base alloys, not in coils\",\r\n\t\t\t\"parent\": \"7409\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740940\",\r\n\t\t\t\"text\": \"740940 - Copper; plates, sheets and strip, of a thickness exceeding 0.15mm, of copper-nickel base alloys (cupro-nickel) or copper-nickel-zinc base alloys (nickel silver)\",\r\n\t\t\t\"parent\": \"7409\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"740990\",\r\n\t\t\t\"text\": \"740990 - Copper; plates, sheets and strip, of a thickness exceeding 0.15mm, of copper alloys (other than copper-zinc base alloys, copper-tin base alloys, copper-nickel base alloys or copper-nickel-zinc base alloys)\",\r\n\t\t\t\"parent\": \"7409\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7410\",\r\n\t\t\t\"text\": \"7410 - Copper foil (whether or not printed or backed with paper, paperboard, plastics or similar backing materials) of a thickness (excluding any backing) not exceeding 0.15mm\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741011\",\r\n\t\t\t\"text\": \"741011 - Copper; foil, not backed, of a thickness not exceeding 0.15mm, of refined copper\",\r\n\t\t\t\"parent\": \"7410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741012\",\r\n\t\t\t\"text\": \"741012 - Copper; foil, not backed, of a thickness not exceeding 0.15mm, of copper alloys\",\r\n\t\t\t\"parent\": \"7410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741021\",\r\n\t\t\t\"text\": \"741021 - Copper; foil, backed with paper, paperboard, plastics or similar backing material, of a thickness (excluding any backing) not exceeding 0.15mm, of refined copper\",\r\n\t\t\t\"parent\": \"7410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741022\",\r\n\t\t\t\"text\": \"741022 - Copper; foil, backed with paper, paperboard, plastics or similar backing material, of a thickness (excluding any backing) not exceeding 0.15mm, of copper alloys\",\r\n\t\t\t\"parent\": \"7410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7411\",\r\n\t\t\t\"text\": \"7411 - Copper tubes and pipes\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741110\",\r\n\t\t\t\"text\": \"741110 - Copper; tubes and pipes, of refined copper\",\r\n\t\t\t\"parent\": \"7411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741121\",\r\n\t\t\t\"text\": \"741121 - Copper; tubes and pipes, of copper-zinc base alloys (brass)\",\r\n\t\t\t\"parent\": \"7411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741122\",\r\n\t\t\t\"text\": \"741122 - Copper; tubes and pipes, of copper-nickel base alloys (cupro-nickel) or copper-nickel-zinc base alloys (nickel silver)\",\r\n\t\t\t\"parent\": \"7411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741129\",\r\n\t\t\t\"text\": \"741129 - Copper; tubes and pipes, of copper alloys (other than copper-zinc, copper-nickel base alloys (cupro-nickel) or copper-nickel-zinc base alloys (nickel-silver))\",\r\n\t\t\t\"parent\": \"7411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7412\",\r\n\t\t\t\"text\": \"7412 - Copper; tube or pipe fittings (e.g. couplings, elbows, sleeves)\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741210\",\r\n\t\t\t\"text\": \"741210 - Copper; tube or pipe fittings (e.g. couplings, elbows, sleeves) of refined copper\",\r\n\t\t\t\"parent\": \"7412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741220\",\r\n\t\t\t\"text\": \"741220 - Copper; tube or pipe fittings (e.g. couplings, elbows, sleeves) of copper alloys\",\r\n\t\t\t\"parent\": \"7412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7413\",\r\n\t\t\t\"text\": \"7413 - Copper; stranded wire, cables, plaited bands and the like, not electrically insulated\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741300\",\r\n\t\t\t\"text\": \"741300 - Copper; stranded wire, cables, plaited bands and the like, not electrically insulated\",\r\n\t\t\t\"parent\": \"7413\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7414\",\r\n\t\t\t\"text\": \"7414 - Copper wire cloth, grill, netting, expanded metal\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741410\",\r\n\t\t\t\"text\": \"741410 - Endless bands of copper wire for machinery\",\r\n\t\t\t\"parent\": \"7414\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741420\",\r\n\t\t\t\"text\": \"741420 - Endless bands of copper\",\r\n\t\t\t\"parent\": \"7414\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741490\",\r\n\t\t\t\"text\": \"741490 - Copper wire cloth, grill, netting, expanded metal, ne\",\r\n\t\t\t\"parent\": \"7414\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7415\",\r\n\t\t\t\"text\": \"7415 - Copper, nails, tacks, drawing pins, staples (not those of heading no. 8305) and the like, of copper or iron or steel with heads of copper; screws bolts, nuts, screws hooks, rivets, cotters, washers\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741510\",\r\n\t\t\t\"text\": \"741510 - Copper; nails and tacks, drawing pins, staples and similar articles of copper, or of iron or steel with copper heads\",\r\n\t\t\t\"parent\": \"7415\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741521\",\r\n\t\t\t\"text\": \"741521 - Copper; washers, (including spring washers), not threaded\",\r\n\t\t\t\"parent\": \"7415\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741529\",\r\n\t\t\t\"text\": \"741529 - Copper; rivets, cotters, cotter-pins and similar articles, not threaded\",\r\n\t\t\t\"parent\": \"7415\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741531\",\r\n\t\t\t\"text\": \"741531 - Wood screws of copper and copper alloys\",\r\n\t\t\t\"parent\": \"7415\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741532\",\r\n\t\t\t\"text\": \"741532 - Copper screws, bolts or nuts except wood screws\",\r\n\t\t\t\"parent\": \"7415\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741533\",\r\n\t\t\t\"text\": \"741533 - Copper; screws, bolts and nuts, threaded\",\r\n\t\t\t\"parent\": \"7415\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741539\",\r\n\t\t\t\"text\": \"741539 - Copper; articles n.e.c. in heading no. 7415\",\r\n\t\t\t\"parent\": \"7415\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7416\",\r\n\t\t\t\"text\": \"7416 - Copper springs\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741600\",\r\n\t\t\t\"text\": \"741600 - Copper springs\",\r\n\t\t\t\"parent\": \"7416\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7417\",\r\n\t\t\t\"text\": \"7417 - Copper cooking, heating apparatus, non-electric, part\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741700\",\r\n\t\t\t\"text\": \"741700 - Copper cooking, heating apparatus, non-electric, part\",\r\n\t\t\t\"parent\": \"7417\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7418\",\r\n\t\t\t\"text\": \"7418 - Copper; table, kitchen or other household articles and parts thereof; pot scourers, scouring, polishing pads, gloves and the like; sanitary ware and parts thereof\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741810\",\r\n\t\t\t\"text\": \"741810 - Copper; table, kitchen or other household articles and parts thereof; pot scourers and scouring or polishing pads, gloves and the like\",\r\n\t\t\t\"parent\": \"7418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741811\",\r\n\t\t\t\"text\": \"741811 - Pot scourers & scouring/polishing pads, gloves & the like, of copper\",\r\n\t\t\t\"parent\": \"7418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741819\",\r\n\t\t\t\"text\": \"741819 - Table, kitchen/other household articles & parts thereof; of copper, other than pot scourers & scouring/polishing pads, gloves & the like\",\r\n\t\t\t\"parent\": \"7418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741820\",\r\n\t\t\t\"text\": \"741820 - Copper; sanitary ware and parts thereof\",\r\n\t\t\t\"parent\": \"7418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7419\",\r\n\t\t\t\"text\": \"7419 - Copper; articles thereof n.e.c. in chapter 74\",\r\n\t\t\t\"parent\": \"74\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741910\",\r\n\t\t\t\"text\": \"741910 - Copper; chain and parts thereof\",\r\n\t\t\t\"parent\": \"7419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741920\",\r\n\t\t\t\"text\": \"741920 - Copper; cast, moulded, stamped or forged, but not further worked\",\r\n\t\t\t\"parent\": \"7419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741980\",\r\n\t\t\t\"text\": \"741980 - Copper; articles thereof n.e.c. in chapter 74\",\r\n\t\t\t\"parent\": \"7419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741991\",\r\n\t\t\t\"text\": \"741991 - Copper; cast, moulded, stamped or forged, but not further worked\",\r\n\t\t\t\"parent\": \"7419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"741999\",\r\n\t\t\t\"text\": \"741999 - Copper; articles n.e.c. in heading no. 7419\",\r\n\t\t\t\"parent\": \"7419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"75\",\r\n\t\t\t\"text\": \"75 - Nickel and articles thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7501\",\r\n\t\t\t\"text\": \"7501 - Nickel mattes; nickel oxide sinters and other intermediate products of nickel metallurgy\",\r\n\t\t\t\"parent\": \"75\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"750110\",\r\n\t\t\t\"text\": \"750110 - Nickel; nickel mattes\",\r\n\t\t\t\"parent\": \"7501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"750120\",\r\n\t\t\t\"text\": \"750120 - Nickel; oxide sinters and other intermediate products of nickel metallurgy\",\r\n\t\t\t\"parent\": \"7501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7502\",\r\n\t\t\t\"text\": \"7502 - Nickel; unwrought\",\r\n\t\t\t\"parent\": \"75\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"750210\",\r\n\t\t\t\"text\": \"750210 - Nickel; unwrought, not alloyed\",\r\n\t\t\t\"parent\": \"7502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"750220\",\r\n\t\t\t\"text\": \"750220 - Nickel; unwrought, alloys\",\r\n\t\t\t\"parent\": \"7502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7503\",\r\n\t\t\t\"text\": \"7503 - Nickel; waste and scrap\",\r\n\t\t\t\"parent\": \"75\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"750300\",\r\n\t\t\t\"text\": \"750300 - Nickel; waste and scrap\",\r\n\t\t\t\"parent\": \"7503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7504\",\r\n\t\t\t\"text\": \"7504 - Nickel; powders and flakes\",\r\n\t\t\t\"parent\": \"75\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"750400\",\r\n\t\t\t\"text\": \"750400 - Nickel; powders and flakes\",\r\n\t\t\t\"parent\": \"7504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7505\",\r\n\t\t\t\"text\": \"7505 - Nickel; bars, rods, profiles and wire\",\r\n\t\t\t\"parent\": \"75\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"750511\",\r\n\t\t\t\"text\": \"750511 - Nickel; bars, rods and profiles, not alloyed\",\r\n\t\t\t\"parent\": \"7505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"750512\",\r\n\t\t\t\"text\": \"750512 - Nickel; bars, rods and profiles, of nickel alloys\",\r\n\t\t\t\"parent\": \"7505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"750521\",\r\n\t\t\t\"text\": \"750521 - Nickel; wire, not alloyed\",\r\n\t\t\t\"parent\": \"7505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"750522\",\r\n\t\t\t\"text\": \"750522 - Nickel; wire, of nickel alloys\",\r\n\t\t\t\"parent\": \"7505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7506\",\r\n\t\t\t\"text\": \"7506 - Nickel; plates, sheets, strip and foil\",\r\n\t\t\t\"parent\": \"75\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"750610\",\r\n\t\t\t\"text\": \"750610 - Nickel; plates, sheets, strip and foil, not alloyed\",\r\n\t\t\t\"parent\": \"7506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"750620\",\r\n\t\t\t\"text\": \"750620 - Nickel; plates, sheets, strip and foil, of nickel alloys\",\r\n\t\t\t\"parent\": \"7506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7507\",\r\n\t\t\t\"text\": \"7507 - Nickel; tubes, pipes and tube or pipe fittings (e.g. couplings, elbows, sleeves)\",\r\n\t\t\t\"parent\": \"75\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"750711\",\r\n\t\t\t\"text\": \"750711 - Nickel; tubes and pipes, not alloyed\",\r\n\t\t\t\"parent\": \"7507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"750712\",\r\n\t\t\t\"text\": \"750712 - Nickel; tubes and pipes, of nickel alloys\",\r\n\t\t\t\"parent\": \"7507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"750720\",\r\n\t\t\t\"text\": \"750720 - Nickel; tube and pipe fittings\",\r\n\t\t\t\"parent\": \"7507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7508\",\r\n\t\t\t\"text\": \"7508 - Nickel; articles thereof n.e.c. in chapter 75\",\r\n\t\t\t\"parent\": \"75\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"750800\",\r\n\t\t\t\"text\": \"750800 - Articles of nickel, nes\",\r\n\t\t\t\"parent\": \"7508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"750810\",\r\n\t\t\t\"text\": \"750810 - Nickel; cloth, grill and netting, of nickel wire\",\r\n\t\t\t\"parent\": \"7508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"750890\",\r\n\t\t\t\"text\": \"750890 - Nickel; articles thereof n.e.c. in item no. 7508.1\",\r\n\t\t\t\"parent\": \"7508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"76\",\r\n\t\t\t\"text\": \"76 - Aluminium and articles thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7601\",\r\n\t\t\t\"text\": \"7601 - Aluminium; unwrought\",\r\n\t\t\t\"parent\": \"76\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760110\",\r\n\t\t\t\"text\": \"760110 - Aluminium; unwrought, (not alloyed)\",\r\n\t\t\t\"parent\": \"7601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760120\",\r\n\t\t\t\"text\": \"760120 - Aluminium; unwrought, alloys\",\r\n\t\t\t\"parent\": \"7601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7602\",\r\n\t\t\t\"text\": \"7602 - Aluminium; waste and scrap\",\r\n\t\t\t\"parent\": \"76\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760200\",\r\n\t\t\t\"text\": \"760200 - Aluminium; waste and scrap\",\r\n\t\t\t\"parent\": \"7602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7603\",\r\n\t\t\t\"text\": \"7603 - Aluminium; powders and flakes\",\r\n\t\t\t\"parent\": \"76\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760310\",\r\n\t\t\t\"text\": \"760310 - Aluminium; powders of non-lamellar structure\",\r\n\t\t\t\"parent\": \"7603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760320\",\r\n\t\t\t\"text\": \"760320 - Aluminium; powders of lamellar structure, flakes\",\r\n\t\t\t\"parent\": \"7603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7604\",\r\n\t\t\t\"text\": \"7604 - Aluminium; bars, rods and profiles\",\r\n\t\t\t\"parent\": \"76\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760410\",\r\n\t\t\t\"text\": \"760410 - Aluminium; (not alloyed), bars, rods and profiles\",\r\n\t\t\t\"parent\": \"7604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760421\",\r\n\t\t\t\"text\": \"760421 - Aluminium; alloys, hollow profiles\",\r\n\t\t\t\"parent\": \"7604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760429\",\r\n\t\t\t\"text\": \"760429 - Aluminium; alloys, bars, rods and profiles, other than hollow\",\r\n\t\t\t\"parent\": \"7604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7605\",\r\n\t\t\t\"text\": \"7605 - Aluminium wire\",\r\n\t\t\t\"parent\": \"76\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760511\",\r\n\t\t\t\"text\": \"760511 - Aluminium; (not alloyed), wire, maximum cross-sectional dimension exceeds 7mm\",\r\n\t\t\t\"parent\": \"7605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760519\",\r\n\t\t\t\"text\": \"760519 - Aluminium; (not alloyed), wire, maximum cross-sectional dimension is 7mm or less\",\r\n\t\t\t\"parent\": \"7605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760521\",\r\n\t\t\t\"text\": \"760521 - Aluminium; alloys, wire, maximum cross-sectional dimension exceeding 7mm\",\r\n\t\t\t\"parent\": \"7605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760529\",\r\n\t\t\t\"text\": \"760529 - Aluminium; alloys, wire, maximum cross-sectional dimension is 7mm or less\",\r\n\t\t\t\"parent\": \"7605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7606\",\r\n\t\t\t\"text\": \"7606 - Aluminium; plates, sheets and strip, thickness exceeding 0.2mm\",\r\n\t\t\t\"parent\": \"76\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760611\",\r\n\t\t\t\"text\": \"760611 - Aluminium; plates, sheets and strip, thickness exceeding 0.2mm, (not alloyed), rectangular (including square)\",\r\n\t\t\t\"parent\": \"7606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760612\",\r\n\t\t\t\"text\": \"760612 - Aluminium; plates, sheets and strip, thickness exceeding 0.2mm, alloys, rectangular (including square)\",\r\n\t\t\t\"parent\": \"7606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760691\",\r\n\t\t\t\"text\": \"760691 - Aluminium; plates, sheets and strip, thickness exceeding 0.2mm, not alloyed, (not rectangular or square)\",\r\n\t\t\t\"parent\": \"7606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760692\",\r\n\t\t\t\"text\": \"760692 - Aluminium; plates, sheets and strip, thickness exceeding 0.2mm, alloys, (not rectangular or square)\",\r\n\t\t\t\"parent\": \"7606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7607\",\r\n\t\t\t\"text\": \"7607 - Aluminium foil (whether or not printed or backed with paper, paperboard, plastics or similar backing materials) of a thickness (excluding any backing) not exceeding 0.2mm\",\r\n\t\t\t\"parent\": \"76\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760711\",\r\n\t\t\t\"text\": \"760711 - Aluminium; foil, (not backed), rolled (but not further worked), of a thickness not exceeding 0.2mm\",\r\n\t\t\t\"parent\": \"7607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760719\",\r\n\t\t\t\"text\": \"760719 - Aluminium; foil, (not backed), of a thickness not exceeding 0.2mm, not rolled\",\r\n\t\t\t\"parent\": \"7607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760720\",\r\n\t\t\t\"text\": \"760720 - Aluminium; foil, backed with paper, paperboard, plastics or similar backing materials, of a thickness (excluding any backing) not exceeding 0.2mm\",\r\n\t\t\t\"parent\": \"7607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7608\",\r\n\t\t\t\"text\": \"7608 - Aluminium; tubes and pipes\",\r\n\t\t\t\"parent\": \"76\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760810\",\r\n\t\t\t\"text\": \"760810 - Aluminium; tubes and pipes, not alloyed\",\r\n\t\t\t\"parent\": \"7608\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760820\",\r\n\t\t\t\"text\": \"760820 - Aluminium; tubes and pipes, alloys\",\r\n\t\t\t\"parent\": \"7608\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7609\",\r\n\t\t\t\"text\": \"7609 - Aluminium; tube or pipe fittings (e.g. couplings, elbows, sleeves)\",\r\n\t\t\t\"parent\": \"76\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"760900\",\r\n\t\t\t\"text\": \"760900 - Aluminium; tube or pipe fittings (e.g. couplings, elbows, sleeves)\",\r\n\t\t\t\"parent\": \"7609\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7610\",\r\n\t\t\t\"text\": \"7610 - Aluminium; structures (excluding prefabricated buildings of heading no. 9406) and parts (e.g. bridges and sections, towers, lattice masts, etc) plates, rods, profiles and tubes for structures\",\r\n\t\t\t\"parent\": \"76\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"761010\",\r\n\t\t\t\"text\": \"761010 - Aluminium; structures (excluding prefabricated buildings of heading no. 9406) and parts of structures, doors, windows and their frames and thresholds for doors\",\r\n\t\t\t\"parent\": \"7610\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"761090\",\r\n\t\t\t\"text\": \"761090 - Aluminium; structures (excluding prefabricated buildings of heading no. 9406) and parts of structures, n.e.c. in heading no. 7610, plates, rods, profiles, tubes and the like\",\r\n\t\t\t\"parent\": \"7610\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7611\",\r\n\t\t\t\"text\": \"7611 - Aluminium; reservoirs, tanks, vats and the like for material (not compressed or liquefied gas) of capacity over 300l, whether or not lined, heat-insulated, not fitted with mechanical, thermal equipment\",\r\n\t\t\t\"parent\": \"76\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"761100\",\r\n\t\t\t\"text\": \"761100 - Aluminium; reservoirs, tanks, vats and similar containers, for material (not compressed or liquefied gas), of a capacity over 300l, whether or not lined, not fitted with mechanical/thermal equipment\",\r\n\t\t\t\"parent\": \"7611\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7612\",\r\n\t\t\t\"text\": \"7612 - Aluminium casks, drums, cans, boxes etc (including rigid, collapsible tubular containers), for materials other than compressed, liquefied gas, 300l capacity or less, lined, heat-insulated or not\",\r\n\t\t\t\"parent\": \"76\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"761210\",\r\n\t\t\t\"text\": \"761210 - Aluminium; collapsible tubular containers, for any material, (not compressed or liquefied gas), 300l capacity or less, whether or not lined, not fitted with mechanical/thermal equipment\",\r\n\t\t\t\"parent\": \"7612\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"761290\",\r\n\t\t\t\"text\": \"761290 - Aluminium; casks, drums, cans, boxes and the like for any material (not compressed or liquefied gas), 300l capacity or less, whether or not lined or heat-insulated, no mechanical or thermal equipment\",\r\n\t\t\t\"parent\": \"7612\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7613\",\r\n\t\t\t\"text\": \"7613 - Aluminium; containers for compressed or liquefied gas\",\r\n\t\t\t\"parent\": \"76\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"761300\",\r\n\t\t\t\"text\": \"761300 - Aluminium; containers for compressed or liquefied gas\",\r\n\t\t\t\"parent\": \"7613\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7614\",\r\n\t\t\t\"text\": \"7614 - Aluminium; stranded wire, cables, plaited bands and the like, (not electrically insulated)\",\r\n\t\t\t\"parent\": \"76\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"761410\",\r\n\t\t\t\"text\": \"761410 - Aluminium; stranded wire, cables, plaited bands and the like, (not electrically insulated), with steel core\",\r\n\t\t\t\"parent\": \"7614\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"761490\",\r\n\t\t\t\"text\": \"761490 - Aluminium; stranded wire, cables, plaited bands and the like, (not electrically insulated), other than steel core\",\r\n\t\t\t\"parent\": \"7614\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7615\",\r\n\t\t\t\"text\": \"7615 - Aluminium; table, kitchen or other household articles and parts thereof, pot scourers and scouring or polishing pads, gloves and the like, sanitary ware and parts thereof\",\r\n\t\t\t\"parent\": \"76\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"761510\",\r\n\t\t\t\"text\": \"761510 - Aluminium; table, kitchen or other household articles and parts thereof; pot scourers and scouring or polishing pads, gloves and the like\",\r\n\t\t\t\"parent\": \"7615\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"761511\",\r\n\t\t\t\"text\": \"761511 - Pot scourers & scouring/polishing pads, gloves & the like, of aluminium\",\r\n\t\t\t\"parent\": \"7615\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"761519\",\r\n\t\t\t\"text\": \"761519 - Table/kitchen/other h-hold. articles & parts thereof (excl. of 7615.11), of aluminium\",\r\n\t\t\t\"parent\": \"7615\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"761520\",\r\n\t\t\t\"text\": \"761520 - Aluminium; sanitary ware and parts thereof\",\r\n\t\t\t\"parent\": \"7615\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7616\",\r\n\t\t\t\"text\": \"7616 - Aluminium; articles n.e.c. in chapter 76\",\r\n\t\t\t\"parent\": \"76\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"761610\",\r\n\t\t\t\"text\": \"761610 - Aluminium; nails, tacks, staples (other than those of heading no. 8305), screws, bolts, nuts, screw hooks, rivets, cotters, cotter-pins, washers and similar articles\",\r\n\t\t\t\"parent\": \"7616\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"761690\",\r\n\t\t\t\"text\": \"761690 - Articles of aluminium, nes\",\r\n\t\t\t\"parent\": \"7616\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"761691\",\r\n\t\t\t\"text\": \"761691 - Aluminium; cloth, grill, netting and fencing, of aluminium wire\",\r\n\t\t\t\"parent\": \"7616\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"761699\",\r\n\t\t\t\"text\": \"761699 - Aluminium; articles n.e.c. in heading 7616\",\r\n\t\t\t\"parent\": \"7616\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"77\",\r\n\t\t\t\"text\": \"77 - (Reserved for possible future use in the Harmonized System)\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"78\",\r\n\t\t\t\"text\": \"78 - Lead and articles thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7801\",\r\n\t\t\t\"text\": \"7801 - Lead; unwrought\",\r\n\t\t\t\"parent\": \"78\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"780110\",\r\n\t\t\t\"text\": \"780110 - Lead; unwrought, refined\",\r\n\t\t\t\"parent\": \"7801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"780191\",\r\n\t\t\t\"text\": \"780191 - Lead; unwrought, unrefined, containing by weight antimony as the principal other element\",\r\n\t\t\t\"parent\": \"7801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"780199\",\r\n\t\t\t\"text\": \"780199 - Lead; unwrought, unrefined, not containing by weight antimony as the principal other element\",\r\n\t\t\t\"parent\": \"7801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7802\",\r\n\t\t\t\"text\": \"7802 - Lead; waste and scrap\",\r\n\t\t\t\"parent\": \"78\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"780200\",\r\n\t\t\t\"text\": \"780200 - Lead; waste and scrap\",\r\n\t\t\t\"parent\": \"7802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7803\",\r\n\t\t\t\"text\": \"7803 - Lead bars, rods, profiles and wire\",\r\n\t\t\t\"parent\": \"78\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"780300\",\r\n\t\t\t\"text\": \"780300 - Lead bars, rods, profiles and wire\",\r\n\t\t\t\"parent\": \"7803\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7804\",\r\n\t\t\t\"text\": \"7804 - Lead; plates, sheets, strip and foil, lead powders and flakes\",\r\n\t\t\t\"parent\": \"78\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"780411\",\r\n\t\t\t\"text\": \"780411 - Lead; sheets, strip and foil, of a thickness (excluding any backing) not exceeding 0.2mm\",\r\n\t\t\t\"parent\": \"7804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"780419\",\r\n\t\t\t\"text\": \"780419 - Lead; plates, sheets, strip and foil, of a thickness (excluding any backing) exceeding 0.2mm\",\r\n\t\t\t\"parent\": \"7804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"780420\",\r\n\t\t\t\"text\": \"780420 - Lead; powders and flakes\",\r\n\t\t\t\"parent\": \"7804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7805\",\r\n\t\t\t\"text\": \"7805 - Lead tubes, pipes and fittings\",\r\n\t\t\t\"parent\": \"78\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"780500\",\r\n\t\t\t\"text\": \"780500 - Lead tubes, pipes and fittings\",\r\n\t\t\t\"parent\": \"7805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7806\",\r\n\t\t\t\"text\": \"7806 - Lead; articles n.e.c. in chapter 78\",\r\n\t\t\t\"parent\": \"78\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"780600\",\r\n\t\t\t\"text\": \"780600 - Lead; articles n.e.c. in chapter 78\",\r\n\t\t\t\"parent\": \"7806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"79\",\r\n\t\t\t\"text\": \"79 - Zinc and articles thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7901\",\r\n\t\t\t\"text\": \"7901 - Zinc; unwrought\",\r\n\t\t\t\"parent\": \"79\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"790111\",\r\n\t\t\t\"text\": \"790111 - Zinc; unwrought, (not alloyed), containing by weight 99.99% or more of zinc\",\r\n\t\t\t\"parent\": \"7901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"790112\",\r\n\t\t\t\"text\": \"790112 - Zinc; unwrought, (not alloyed), containing by weight less than 99.99% of zinc\",\r\n\t\t\t\"parent\": \"7901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"790120\",\r\n\t\t\t\"text\": \"790120 - Zinc; unwrought, alloys\",\r\n\t\t\t\"parent\": \"7901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7902\",\r\n\t\t\t\"text\": \"7902 - Zinc; waste and scrap\",\r\n\t\t\t\"parent\": \"79\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"790200\",\r\n\t\t\t\"text\": \"790200 - Zinc; waste and scrap\",\r\n\t\t\t\"parent\": \"7902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7903\",\r\n\t\t\t\"text\": \"7903 - Zinc; dust, powders and flakes\",\r\n\t\t\t\"parent\": \"79\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"790310\",\r\n\t\t\t\"text\": \"790310 - Zinc dust\",\r\n\t\t\t\"parent\": \"7903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"790390\",\r\n\t\t\t\"text\": \"790390 - Zinc; powders and flakes\",\r\n\t\t\t\"parent\": \"7903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7904\",\r\n\t\t\t\"text\": \"7904 - Zinc; bars, rods, profiles and wire\",\r\n\t\t\t\"parent\": \"79\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"790400\",\r\n\t\t\t\"text\": \"790400 - Zinc; bars, rods, profiles and wire\",\r\n\t\t\t\"parent\": \"7904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7905\",\r\n\t\t\t\"text\": \"7905 - Zinc; plates, sheets, strip and foil\",\r\n\t\t\t\"parent\": \"79\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"790500\",\r\n\t\t\t\"text\": \"790500 - Zinc; plates, sheets, strip and foil\",\r\n\t\t\t\"parent\": \"7905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7906\",\r\n\t\t\t\"text\": \"7906 - Zinc tubes, pipes and tube or pipe fittings\",\r\n\t\t\t\"parent\": \"79\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"790600\",\r\n\t\t\t\"text\": \"790600 - Zinc tubes, pipes and tube or pipe fittings\",\r\n\t\t\t\"parent\": \"7906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"7907\",\r\n\t\t\t\"text\": \"7907 - Zinc; articles n.e.c. in chapter 79\",\r\n\t\t\t\"parent\": \"79\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"790700\",\r\n\t\t\t\"text\": \"790700 - Zinc; articles n.e.c. in chapter 79\",\r\n\t\t\t\"parent\": \"7907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"790710\",\r\n\t\t\t\"text\": \"790710 - Zinc fabricated building components (gutters,etc)\",\r\n\t\t\t\"parent\": \"7907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"790790\",\r\n\t\t\t\"text\": \"790790 - Articles of zinc nes\",\r\n\t\t\t\"parent\": \"7907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"80\",\r\n\t\t\t\"text\": \"80 - Tin; articles thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8001\",\r\n\t\t\t\"text\": \"8001 - Tin; unwrought\",\r\n\t\t\t\"parent\": \"80\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"800110\",\r\n\t\t\t\"text\": \"800110 - Tin; unwrought, not alloyed\",\r\n\t\t\t\"parent\": \"8001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"800120\",\r\n\t\t\t\"text\": \"800120 - Tin; unwrought, alloys\",\r\n\t\t\t\"parent\": \"8001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8002\",\r\n\t\t\t\"text\": \"8002 - Tin; waste and scrap\",\r\n\t\t\t\"parent\": \"80\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"800200\",\r\n\t\t\t\"text\": \"800200 - Tin; waste and scrap\",\r\n\t\t\t\"parent\": \"8002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8003\",\r\n\t\t\t\"text\": \"8003 - Tin; bars, rods, profiles and wire\",\r\n\t\t\t\"parent\": \"80\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"800300\",\r\n\t\t\t\"text\": \"800300 - Tin; bars, rods, profiles and wire\",\r\n\t\t\t\"parent\": \"8003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8004\",\r\n\t\t\t\"text\": \"8004 - Tin plates, sheets and strips, thickness > 0.2 mm\",\r\n\t\t\t\"parent\": \"80\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"800400\",\r\n\t\t\t\"text\": \"800400 - Tin plates, sheets and strips, thickness > 0.2 mm\",\r\n\t\t\t\"parent\": \"8004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8005\",\r\n\t\t\t\"text\": \"8005 - Tin foil (thickness < 0.2 mm), tin powder, flakes\",\r\n\t\t\t\"parent\": \"80\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"800500\",\r\n\t\t\t\"text\": \"800500 - Tin foil, tin powders,fl\",\r\n\t\t\t\"parent\": \"8005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"800510\",\r\n\t\t\t\"text\": \"800510 - Tin foil (thickness < 0.2 mm)\",\r\n\t\t\t\"parent\": \"8005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"800520\",\r\n\t\t\t\"text\": \"800520 - Tin powder and flakes\",\r\n\t\t\t\"parent\": \"8005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8006\",\r\n\t\t\t\"text\": \"8006 - Tin pipes or tubes and pipe fittings\",\r\n\t\t\t\"parent\": \"80\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"800600\",\r\n\t\t\t\"text\": \"800600 - Tin pipes or tubes and pipe fittings\",\r\n\t\t\t\"parent\": \"8006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8007\",\r\n\t\t\t\"text\": \"8007 - Tin; articles n.e.c. in chapter 80\",\r\n\t\t\t\"parent\": \"80\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"800700\",\r\n\t\t\t\"text\": \"800700 - Tin; articles n.e.c. in chapter 80\",\r\n\t\t\t\"parent\": \"8007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"81\",\r\n\t\t\t\"text\": \"81 - Metals; n.e.c., cermets and articles thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8101\",\r\n\t\t\t\"text\": \"8101 - Tungsten (wolfram); articles thereof, including waste and scrap\",\r\n\t\t\t\"parent\": \"81\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810110\",\r\n\t\t\t\"text\": \"810110 - Tungsten (wolfram); articles thereof, including waste and scrap, powders\",\r\n\t\t\t\"parent\": \"8101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810191\",\r\n\t\t\t\"text\": \"810191 - Tungsten unwrought, bars/rods simply sintered, scrap\",\r\n\t\t\t\"parent\": \"8101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810192\",\r\n\t\t\t\"text\": \"810192 - Tungsten profiles, sheet or foil, not simply sintered\",\r\n\t\t\t\"parent\": \"8101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810193\",\r\n\t\t\t\"text\": \"810193 - Wire, tungsten (wolfram)\",\r\n\t\t\t\"parent\": \"8101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810194\",\r\n\t\t\t\"text\": \"810194 - Tungsten (wolfram); unwrought, including bars and rods obtained simply by sintering\",\r\n\t\t\t\"parent\": \"8101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810195\",\r\n\t\t\t\"text\": \"810195 - Tungsten (wolfram) bars & rods (excl. those obt. simply by sintering), prof ...\",\r\n\t\t\t\"parent\": \"8101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810196\",\r\n\t\t\t\"text\": \"810196 - Tungsten (wolfram); wire\",\r\n\t\t\t\"parent\": \"8101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810197\",\r\n\t\t\t\"text\": \"810197 - Tungsten (wolfram); waste and scrap\",\r\n\t\t\t\"parent\": \"8101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810199\",\r\n\t\t\t\"text\": \"810199 - Tungsten (wolfram); articles n.e.c. in heading no. 8101\",\r\n\t\t\t\"parent\": \"8101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8102\",\r\n\t\t\t\"text\": \"8102 - Molybdenum; articles thereof, including waste and scrap\",\r\n\t\t\t\"parent\": \"81\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810210\",\r\n\t\t\t\"text\": \"810210 - Molybdenum; articles thereof, including waste and scrap, powders\",\r\n\t\t\t\"parent\": \"8102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810291\",\r\n\t\t\t\"text\": \"810291 - Molybdenum, unwrought, bars/rods simply sintered,scra\",\r\n\t\t\t\"parent\": \"8102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810292\",\r\n\t\t\t\"text\": \"810292 - Molybdenum profile/sheet/strip etc not simply sintere\",\r\n\t\t\t\"parent\": \"8102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810293\",\r\n\t\t\t\"text\": \"810293 - Wire, molybdenum\",\r\n\t\t\t\"parent\": \"8102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810294\",\r\n\t\t\t\"text\": \"810294 - Molybdenum; unwrought, including bars and rods obtained simply by sintering\",\r\n\t\t\t\"parent\": \"8102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810295\",\r\n\t\t\t\"text\": \"810295 - Molybdenum; bars and rods, other than those obtained simply by sintering, profiles, plates, sheets, strip and foil\",\r\n\t\t\t\"parent\": \"8102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810296\",\r\n\t\t\t\"text\": \"810296 - Molybdenum; wire\",\r\n\t\t\t\"parent\": \"8102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810297\",\r\n\t\t\t\"text\": \"810297 - Molybdenum; waste and scrap\",\r\n\t\t\t\"parent\": \"8102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810299\",\r\n\t\t\t\"text\": \"810299 - Molybdenum; articles n.e.c. in heading no. 8102\",\r\n\t\t\t\"parent\": \"8102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8103\",\r\n\t\t\t\"text\": \"8103 - Tantalum; articles thereof, including waste and scrap\",\r\n\t\t\t\"parent\": \"81\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810310\",\r\n\t\t\t\"text\": \"810310 - Tantalum unwrought, bars, rods simply sintered, scrap\",\r\n\t\t\t\"parent\": \"8103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810320\",\r\n\t\t\t\"text\": \"810320 - Tantalum; unwrought, including bars and rods obtained simply by sintering, powders\",\r\n\t\t\t\"parent\": \"8103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810330\",\r\n\t\t\t\"text\": \"810330 - Tantalum; waste and scrap\",\r\n\t\t\t\"parent\": \"8103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810390\",\r\n\t\t\t\"text\": \"810390 - Tantalum; articles n.e.c. in heading no. 8103\",\r\n\t\t\t\"parent\": \"8103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810391\",\r\n\t\t\t\"text\": \"810391 - Tantalum; crucibles\",\r\n\t\t\t\"parent\": \"8103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810399\",\r\n\t\t\t\"text\": \"810399 - Tantalum; articles n.e.c. in heading no. 8103\",\r\n\t\t\t\"parent\": \"8103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8104\",\r\n\t\t\t\"text\": \"8104 - Magnesium; articles thereof, including waste and scrap\",\r\n\t\t\t\"parent\": \"81\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810411\",\r\n\t\t\t\"text\": \"810411 - Magnesium; unwrought, containing at least 99.8% by weight of magnesium\",\r\n\t\t\t\"parent\": \"8104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810419\",\r\n\t\t\t\"text\": \"810419 - Magnesium; unwrought, containing less than 99.8% by weight of magnesium\",\r\n\t\t\t\"parent\": \"8104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810420\",\r\n\t\t\t\"text\": \"810420 - Magnesium; waste and scrap\",\r\n\t\t\t\"parent\": \"8104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810430\",\r\n\t\t\t\"text\": \"810430 - Magnesium; raspings, turnings and granules, graded according to size, powders\",\r\n\t\t\t\"parent\": \"8104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810490\",\r\n\t\t\t\"text\": \"810490 - Magnesium; articles n.e.c. in heading no. 8104\",\r\n\t\t\t\"parent\": \"8104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8105\",\r\n\t\t\t\"text\": \"8105 - Cobalt; mattes and other intermediate products of cobalt metallurgy, cobalt and articles thereof, including waste and scrap\",\r\n\t\t\t\"parent\": \"81\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810510\",\r\n\t\t\t\"text\": \"810510 - Cobalt, unwrought, matte, waste or scrap, powders\",\r\n\t\t\t\"parent\": \"8105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810520\",\r\n\t\t\t\"text\": \"810520 - Cobalt; mattes and other intermediate products of cobalt metallurgy, unwrought cobalt, powders\",\r\n\t\t\t\"parent\": \"8105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810530\",\r\n\t\t\t\"text\": \"810530 - Cobalt; waste and scrap\",\r\n\t\t\t\"parent\": \"8105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810590\",\r\n\t\t\t\"text\": \"810590 - Cobalt; articles n.e.c. in heading no. 8105\",\r\n\t\t\t\"parent\": \"8105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8106\",\r\n\t\t\t\"text\": \"8106 - Bismuth; articles thereof, including waste and scrap\",\r\n\t\t\t\"parent\": \"81\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810600\",\r\n\t\t\t\"text\": \"810600 - Bismuth; articles thereof, including waste and scrap\",\r\n\t\t\t\"parent\": \"8106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810610\",\r\n\t\t\t\"text\": \"810610 - Bismuth; articles thereof, including waste and scrap, containing more than 99.99% of bismuth, by weight\",\r\n\t\t\t\"parent\": \"8106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810690\",\r\n\t\t\t\"text\": \"810690 - Bismuth; including articles n.e.c. in heading 8106, including waste and scrap, containing less than or equal to 99.99% of bismuth, by weight\",\r\n\t\t\t\"parent\": \"8106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8107\",\r\n\t\t\t\"text\": \"8107 - Cadmium; articles thereof, including waste and scrap\",\r\n\t\t\t\"parent\": \"81\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810710\",\r\n\t\t\t\"text\": \"810710 - Cadmium, unwrought, waste or scrap, powders\",\r\n\t\t\t\"parent\": \"8107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810720\",\r\n\t\t\t\"text\": \"810720 - Cadmium; unwrought, powders\",\r\n\t\t\t\"parent\": \"8107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810730\",\r\n\t\t\t\"text\": \"810730 - Cadmium; waste and scrap\",\r\n\t\t\t\"parent\": \"8107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810790\",\r\n\t\t\t\"text\": \"810790 - Cadmium; other than unwrought, n.e.c. in heading no. 8107\",\r\n\t\t\t\"parent\": \"8107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8108\",\r\n\t\t\t\"text\": \"8108 - Titanium; articles thereof, including waste and scrap\",\r\n\t\t\t\"parent\": \"81\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810810\",\r\n\t\t\t\"text\": \"810810 - Titanium, unwrought, waste or scrap, powders\",\r\n\t\t\t\"parent\": \"8108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810820\",\r\n\t\t\t\"text\": \"810820 - Titanium; unwrought, powders\",\r\n\t\t\t\"parent\": \"8108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810830\",\r\n\t\t\t\"text\": \"810830 - Titanium; waste and scrap\",\r\n\t\t\t\"parent\": \"8108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810890\",\r\n\t\t\t\"text\": \"810890 - Titanium; other than unwrought, n.e.c. in heading no. 8108\",\r\n\t\t\t\"parent\": \"8108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8109\",\r\n\t\t\t\"text\": \"8109 - Zirconium; articles thereof, including waste and scrap\",\r\n\t\t\t\"parent\": \"81\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810910\",\r\n\t\t\t\"text\": \"810910 - Zirconium, unwrought, waste or scrap, powders\",\r\n\t\t\t\"parent\": \"8109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810920\",\r\n\t\t\t\"text\": \"810920 - Zirconium; unwrought, powders\",\r\n\t\t\t\"parent\": \"8109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810921\",\r\n\t\t\t\"text\": \"810921 - Zirconium; unwrought, powders, containing less than 1 part hafnium to 500 parts zirconium by weight\",\r\n\t\t\t\"parent\": \"8109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810929\",\r\n\t\t\t\"text\": \"810929 - Zirconium; unwrought, powders, containing not less than 1 part hafnium to 500 parts zirconium by weight\",\r\n\t\t\t\"parent\": \"8109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810930\",\r\n\t\t\t\"text\": \"810930 - Zirconium; waste and scrap\",\r\n\t\t\t\"parent\": \"8109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810931\",\r\n\t\t\t\"text\": \"810931 - Zirconium; waste and scrap, containing less than 1 part hafnium to 500 parts zirconium by weight\",\r\n\t\t\t\"parent\": \"8109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810939\",\r\n\t\t\t\"text\": \"810939 - Zirconium; waste and scrap, containing not less than 1 part hafnium to 500 parts zirconium by weight\",\r\n\t\t\t\"parent\": \"8109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810990\",\r\n\t\t\t\"text\": \"810990 - Zirconium; other than unwrought, n.e.c. in heading no. 8109\",\r\n\t\t\t\"parent\": \"8109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810991\",\r\n\t\t\t\"text\": \"810991 - Zirconium; other than unwrought, n.e.c. in heading no. 8109, containing less than 1 part hafnium to 500 parts zirconium by weight\",\r\n\t\t\t\"parent\": \"8109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"810999\",\r\n\t\t\t\"text\": \"810999 - Zirconium; other than unwrought, n.e.c. in heading no. 8109, containing not less than 1 part hafnium to 500 parts zirconium by weight\",\r\n\t\t\t\"parent\": \"8109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8110\",\r\n\t\t\t\"text\": \"8110 - Antimony; articles thereof, including waste and scrap\",\r\n\t\t\t\"parent\": \"81\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811000\",\r\n\t\t\t\"text\": \"811000 - Antimony, articles thereof, waste or scrap\",\r\n\t\t\t\"parent\": \"8110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811010\",\r\n\t\t\t\"text\": \"811010 - Antimony and articles thereof; unwrought antimony, powders\",\r\n\t\t\t\"parent\": \"8110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811020\",\r\n\t\t\t\"text\": \"811020 - Antimony; waste and scrap\",\r\n\t\t\t\"parent\": \"8110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811090\",\r\n\t\t\t\"text\": \"811090 - Antimony and articles thereof; wrought, other than waste and scrap\",\r\n\t\t\t\"parent\": \"8110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8111\",\r\n\t\t\t\"text\": \"8111 - Manganese; articles thereof, including waste and scrap\",\r\n\t\t\t\"parent\": \"81\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811100\",\r\n\t\t\t\"text\": \"811100 - Manganese; articles thereof, including waste and scrap\",\r\n\t\t\t\"parent\": \"8111\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8112\",\r\n\t\t\t\"text\": \"8112 - Beryllium, chromium, hafnium, rhenium, thallium, cadmium, germanium, vanadium, gallium, indium and niobium (columbium), articles of these metals, including waste and scrap\",\r\n\t\t\t\"parent\": \"81\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811211\",\r\n\t\t\t\"text\": \"811211 - Beryllium, unwrought, waste or scrap/powders\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811212\",\r\n\t\t\t\"text\": \"811212 - Beryllium and articles thereof; unwrought beryllium, powders\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811213\",\r\n\t\t\t\"text\": \"811213 - Beryllium; waste and scrap\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811219\",\r\n\t\t\t\"text\": \"811219 - Beryllium and articles thereof; wrought other than waste and scrap\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811220\",\r\n\t\t\t\"text\": \"811220 - Chromium, articles thereof, waste or scrap/powders\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811221\",\r\n\t\t\t\"text\": \"811221 - Chromium and articles thereof; unwrought chromium, powders\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811222\",\r\n\t\t\t\"text\": \"811222 - Chromium; waste and scrap\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811229\",\r\n\t\t\t\"text\": \"811229 - Chromium and articles thereof; wrought other than waste and scrap\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811230\",\r\n\t\t\t\"text\": \"811230 - Germanium, articles thereof, waste or scrap/powders\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811231\",\r\n\t\t\t\"text\": \"811231 - Hafnium and articles thereof; unwrought, powders, waste and scrap\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811239\",\r\n\t\t\t\"text\": \"811239 - Hafnium and articles thereof; wrought, other than powders, waste and scrap\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811240\",\r\n\t\t\t\"text\": \"811240 - Vanadium, articles thereof, waste or scrap/powders\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811241\",\r\n\t\t\t\"text\": \"811241 - Rhenium and articles thereof; unwrought, powders, waste and scrap\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811249\",\r\n\t\t\t\"text\": \"811249 - Rhenium and articles thereof; wrought, other than powders, waste and scrap\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811251\",\r\n\t\t\t\"text\": \"811251 - Thallium and articles thereof; unwrought thallium, powders\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811252\",\r\n\t\t\t\"text\": \"811252 - Thallium; waste and scrap\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811259\",\r\n\t\t\t\"text\": \"811259 - Thallium and articles thereof; other than unwrought thallium, powders or waste and scrap\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811261\",\r\n\t\t\t\"text\": \"811261 - Cadmium; waste and scrap\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811269\",\r\n\t\t\t\"text\": \"811269 - Cadmium; other than waste and scrap\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811291\",\r\n\t\t\t\"text\": \"811291 - Rare earths/metals nes, unwrought/waste or scrap\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811292\",\r\n\t\t\t\"text\": \"811292 - Gallium, germanium, indium, niobium (columbium) and vanadium; articles thereof, unwrought, including waste and scrap, powders\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811299\",\r\n\t\t\t\"text\": \"811299 - Gallium, germanium, indium, niobium (columbium) and vanadium; articles thereof, other than unwrought including waste and scrap and powders\",\r\n\t\t\t\"parent\": \"8112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8113\",\r\n\t\t\t\"text\": \"8113 - Cermets; articles thereof, including waste and scrap\",\r\n\t\t\t\"parent\": \"81\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"811300\",\r\n\t\t\t\"text\": \"811300 - Cermets; articles thereof, including waste and scrap\",\r\n\t\t\t\"parent\": \"8113\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"82\",\r\n\t\t\t\"text\": \"82 - Tools, implements, cutlery, spoons and forks, of base metal; parts thereof, of base metal\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8201\",\r\n\t\t\t\"text\": \"8201 - Tools, hand; spades, shovels, mattocks, picks, hoes, forks, rakes; axes, bill hooks etc; secateurs and pruners of any kind; scythes, sickles, hay knives, hedge shears, timber wedges and other tools used in agriculture, horticulture, forestry\",\r\n\t\t\t\"parent\": \"82\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820110\",\r\n\t\t\t\"text\": \"820110 - Tools, hand; spades and shovels\",\r\n\t\t\t\"parent\": \"8201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820120\",\r\n\t\t\t\"text\": \"820120 - Forks (hand tools)\",\r\n\t\t\t\"parent\": \"8201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820130\",\r\n\t\t\t\"text\": \"820130 - Tools, hand; mattocks, picks, hoes and rakes\",\r\n\t\t\t\"parent\": \"8201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820140\",\r\n\t\t\t\"text\": \"820140 - Tools, hand; axes, bill hooks and similar hewing tools, of a kind used in agriculture, horticulture or forestry\",\r\n\t\t\t\"parent\": \"8201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820150\",\r\n\t\t\t\"text\": \"820150 - Tools, hand; one-handed secateurs (including poultry shears)\",\r\n\t\t\t\"parent\": \"8201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820160\",\r\n\t\t\t\"text\": \"820160 - Tools, hand; hedge shears, two-handed pruning shears and similar two-handed shears\",\r\n\t\t\t\"parent\": \"8201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820190\",\r\n\t\t\t\"text\": \"820190 - Tools, hand; forks, scythes, sickles, hay knives, timber wedges, and other hand tools of a kind used in agriculture, horticulture or forestry n.e.c. in heading 8201\",\r\n\t\t\t\"parent\": \"8201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8202\",\r\n\t\t\t\"text\": \"8202 - Tools, hand; saws and blades for saws of all kinds (including slitting, slotting or toothless saw blades)\",\r\n\t\t\t\"parent\": \"82\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820210\",\r\n\t\t\t\"text\": \"820210 - Tools, hand; hand saws\",\r\n\t\t\t\"parent\": \"8202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820220\",\r\n\t\t\t\"text\": \"820220 - Tools, hand; band saw blades\",\r\n\t\t\t\"parent\": \"8202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820231\",\r\n\t\t\t\"text\": \"820231 - Tools, hand; circular saw blades (including slitting or slotting saw blades), with working part of steel\",\r\n\t\t\t\"parent\": \"8202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820232\",\r\n\t\t\t\"text\": \"820232 - Circular saw blades, working part other than steel\",\r\n\t\t\t\"parent\": \"8202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820239\",\r\n\t\t\t\"text\": \"820239 - Tools, hand; circular saw blades (including slitting or slotting saw blades), with working part of materials (other than steel)\",\r\n\t\t\t\"parent\": \"8202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820240\",\r\n\t\t\t\"text\": \"820240 - Tools, hand; chain saw blades\",\r\n\t\t\t\"parent\": \"8202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820291\",\r\n\t\t\t\"text\": \"820291 - Tools, hand; straight saw blades, for working metal\",\r\n\t\t\t\"parent\": \"8202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820299\",\r\n\t\t\t\"text\": \"820299 - Tools, hand; saw blades n.e.c. in heading no. 8202\",\r\n\t\t\t\"parent\": \"8202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8203\",\r\n\t\t\t\"text\": \"8203 - Tools, hand; files, rasps, pliers (including cutting pliers), pincers, tweezers, metal cutting shears, pipe cutters, bolt croppers, perforating punches and similar\",\r\n\t\t\t\"parent\": \"82\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820310\",\r\n\t\t\t\"text\": \"820310 - Tools, hand; files, rasps and similar tools\",\r\n\t\t\t\"parent\": \"8203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820320\",\r\n\t\t\t\"text\": \"820320 - Tools, hand; pliers (including cutting pliers), pincers, tweezers and similar tools\",\r\n\t\t\t\"parent\": \"8203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820330\",\r\n\t\t\t\"text\": \"820330 - Tools, hand; metal cutting shears and similar tools\",\r\n\t\t\t\"parent\": \"8203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820340\",\r\n\t\t\t\"text\": \"820340 - Tools, hand; pipe-cutters, bolt croppers, perforating punches and similar tools\",\r\n\t\t\t\"parent\": \"8203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8204\",\r\n\t\t\t\"text\": \"8204 - Tools, hand; hand-operated spanners and wrenches (including torque meter wrenches but not including tap wrenches), interchangeable spanner sockets, with or without handles\",\r\n\t\t\t\"parent\": \"82\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820411\",\r\n\t\t\t\"text\": \"820411 - Tools, hand; hand-operated spanners and wrenches (including torque meter wrenches but not including tap wrenches), non-adjustable\",\r\n\t\t\t\"parent\": \"8204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820412\",\r\n\t\t\t\"text\": \"820412 - Tools, hand; hand-operated spanners and wrenches (including torque meter wrenches but not including tap wrenches), adjustable\",\r\n\t\t\t\"parent\": \"8204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820420\",\r\n\t\t\t\"text\": \"820420 - Tools, hand; interchangeable spanner sockets, with or without handles\",\r\n\t\t\t\"parent\": \"8204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8205\",\r\n\t\t\t\"text\": \"8205 - Tools, hand; (including glaziers' diamonds) n.e.c.; blow lamps; vices, clamps etc, other than accessories for and parts of, machine-tools or water-jet cutting machines; anvils; portable forges; hand or pedal operated grinding wheels with frameworks\",\r\n\t\t\t\"parent\": \"82\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820510\",\r\n\t\t\t\"text\": \"820510 - Tools, hand; drilling, threading or tapping tools\",\r\n\t\t\t\"parent\": \"8205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820520\",\r\n\t\t\t\"text\": \"820520 - Tools, hand; hammers and sledge hammers\",\r\n\t\t\t\"parent\": \"8205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820530\",\r\n\t\t\t\"text\": \"820530 - Tools, hand; planes, chisels, gauges and similar cutting tools for working wood\",\r\n\t\t\t\"parent\": \"8205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820540\",\r\n\t\t\t\"text\": \"820540 - Tools, hand; screwdrivers\",\r\n\t\t\t\"parent\": \"8205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820551\",\r\n\t\t\t\"text\": \"820551 - Tools, hand; household tools\",\r\n\t\t\t\"parent\": \"8205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820559\",\r\n\t\t\t\"text\": \"820559 - Tools, hand; other hand tools (including glaziers diamonds), excluding household tools, drilling, threading or tapping tools, hammers and sledge hammers, planes, chisels, gouges and similar cutting tools for working wood, and screwdrivers\",\r\n\t\t\t\"parent\": \"8205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820560\",\r\n\t\t\t\"text\": \"820560 - Tools, hand; blow lamps\",\r\n\t\t\t\"parent\": \"8205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820570\",\r\n\t\t\t\"text\": \"820570 - Tools, hand; vices, clamps and the like\",\r\n\t\t\t\"parent\": \"8205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820580\",\r\n\t\t\t\"text\": \"820580 - Anvils; portable forges; hand/pedal-operated grinding wheels with frameworks\",\r\n\t\t\t\"parent\": \"8205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820590\",\r\n\t\t\t\"text\": \"820590 - Tools, hand; n.e.c. in heading 8205, including anvils, portable forges, hand or pedal-operated grinding wheels with frameworks, and sets of articles of two or more of the subheadings in heading 8205\",\r\n\t\t\t\"parent\": \"8205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8206\",\r\n\t\t\t\"text\": \"8206 - Tools, hand; two or more of heading no. 8202 to 8205, put up in sets for retail sale\",\r\n\t\t\t\"parent\": \"82\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820600\",\r\n\t\t\t\"text\": \"820600 - Tools, hand; two or more of heading no. 8202 to 8205, put up in sets for retail sale\",\r\n\t\t\t\"parent\": \"8206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8207\",\r\n\t\t\t\"text\": \"8207 - Tools, interchangeable; for hand tools, whether or not power-operated, or for machine tools (pressing, stamping, punching, drilling etc), including dies for drawing or extruding metal, and rock drilling or earth boring tools\",\r\n\t\t\t\"parent\": \"82\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820711\",\r\n\t\t\t\"text\": \"820711 - Rock drilling, boring heads of sintered metal, carbid\",\r\n\t\t\t\"parent\": \"8207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820712\",\r\n\t\t\t\"text\": \"820712 - Rock drilling or earth boring tools except carbide\",\r\n\t\t\t\"parent\": \"8207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820713\",\r\n\t\t\t\"text\": \"820713 - Tools, interchangeable; rock drilling or earth boring tools, with working part of cermets, whether or not power operated\",\r\n\t\t\t\"parent\": \"8207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820719\",\r\n\t\t\t\"text\": \"820719 - Tools, interchangeable; rock drilling or earth boring tools, with working part (other than of cermets), whether or not power operated, including parts\",\r\n\t\t\t\"parent\": \"8207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820720\",\r\n\t\t\t\"text\": \"820720 - Tools, interchangeable; (for machine or hand tools, whether or not power-operated), dies for drawing or extruding metal\",\r\n\t\t\t\"parent\": \"8207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820730\",\r\n\t\t\t\"text\": \"820730 - Tools, interchangeable; (for machine or hand tools, whether or not power-operated), tools for pressing, stamping or punching\",\r\n\t\t\t\"parent\": \"8207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820740\",\r\n\t\t\t\"text\": \"820740 - Tools, interchangeable; (for machine or hand tools, whether or not power-operated), tools for tapping or threading\",\r\n\t\t\t\"parent\": \"8207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820750\",\r\n\t\t\t\"text\": \"820750 - Tools, interchangeable; (for machine or hand tools, whether or not power-operated), tools for drilling (other than rock)\",\r\n\t\t\t\"parent\": \"8207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820760\",\r\n\t\t\t\"text\": \"820760 - Tools, interchangeable; (for machine or hand tools, whether or not power-operated), for boring or broaching\",\r\n\t\t\t\"parent\": \"8207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820770\",\r\n\t\t\t\"text\": \"820770 - Tools, interchangeable; (for machine or hand tools, whether or not power-operated), for milling\",\r\n\t\t\t\"parent\": \"8207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820780\",\r\n\t\t\t\"text\": \"820780 - Tools, interchangeable; (for machine or hand tools, whether or not power-operated), for turning\",\r\n\t\t\t\"parent\": \"8207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820790\",\r\n\t\t\t\"text\": \"820790 - Tools, interchangeable; (for machine or hand tools, whether or not power-operated), for screw-driving or uses n.e.c. in heading no. 8207\",\r\n\t\t\t\"parent\": \"8207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8208\",\r\n\t\t\t\"text\": \"8208 - Knives and cutting blades, for machines or for mechanical appliances\",\r\n\t\t\t\"parent\": \"82\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820810\",\r\n\t\t\t\"text\": \"820810 - Tools; knives and cutting blades, for machines or for mechanical appliances, for metal working\",\r\n\t\t\t\"parent\": \"8208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820820\",\r\n\t\t\t\"text\": \"820820 - Tools; knives and cutting blades, for wood working machines or mechanical appliances\",\r\n\t\t\t\"parent\": \"8208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820830\",\r\n\t\t\t\"text\": \"820830 - Tools; knives and cutting blades, for kitchen appliances or for machines used by the food industry\",\r\n\t\t\t\"parent\": \"8208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820840\",\r\n\t\t\t\"text\": \"820840 - Tools; knives and cutting blades, for agricultural, horticultural or forestry machines or mechanical appliances\",\r\n\t\t\t\"parent\": \"8208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820890\",\r\n\t\t\t\"text\": \"820890 - Tools; knives and cutting blades, for machines or mechanical appliances, n.e.c. in heading no. 8208\",\r\n\t\t\t\"parent\": \"8208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8209\",\r\n\t\t\t\"text\": \"8209 - Tools; plates, sticks, tips and the like for tools, unmounted, of sintered metal carbides or cermets\",\r\n\t\t\t\"parent\": \"82\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"820900\",\r\n\t\t\t\"text\": \"820900 - Tools; plates, sticks, tips and the like for tools, unmounted, of sintered metal carbides or cermets\",\r\n\t\t\t\"parent\": \"8209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8210\",\r\n\t\t\t\"text\": \"8210 - Tools; hand-operated mechanical appliances, weighing 10kg or less, used in the preparation, conditioning or serving of food or drink\",\r\n\t\t\t\"parent\": \"82\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"821000\",\r\n\t\t\t\"text\": \"821000 - Tools; hand-operated mechanical appliances, weighing 10kg or less, used in the preparation, conditioning or serving of food or drink\",\r\n\t\t\t\"parent\": \"8210\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8211\",\r\n\t\t\t\"text\": \"8211 - Knives; with cutting blades, serrated or not (including pruning knives), other than knives of heading no. 8208, and blades therefore\",\r\n\t\t\t\"parent\": \"82\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"821110\",\r\n\t\t\t\"text\": \"821110 - Knives; with cutting blades, serrated or not (including pruning knives), sets of assorted articles, excluding knives and blades of heading no. 8208\",\r\n\t\t\t\"parent\": \"8211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"821191\",\r\n\t\t\t\"text\": \"821191 - Knives; table knives, having fixed cutting blades, serrated or not, excluding knives and blades of heading no. 8208\",\r\n\t\t\t\"parent\": \"8211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"821192\",\r\n\t\t\t\"text\": \"821192 - Knives; having fixed cutting blades, (other than table knives), serrated or not, excluding knives and blades of heading no. 8208\",\r\n\t\t\t\"parent\": \"8211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"821193\",\r\n\t\t\t\"text\": \"821193 - Knives; with cutting blades, (having other than fixed blades), serrated or not, excluding knives and blades of heading no. 8208\",\r\n\t\t\t\"parent\": \"8211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"821194\",\r\n\t\t\t\"text\": \"821194 - Blades; cutting, serrated or not, excluding those of heading no. 8208\",\r\n\t\t\t\"parent\": \"8211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"821195\",\r\n\t\t\t\"text\": \"821195 - Knives; with handles of base metal\",\r\n\t\t\t\"parent\": \"8211\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8212\",\r\n\t\t\t\"text\": \"8212 - Razors and razor blades; (including razor blade blanks in strips)\",\r\n\t\t\t\"parent\": \"82\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"821210\",\r\n\t\t\t\"text\": \"821210 - Razors\",\r\n\t\t\t\"parent\": \"8212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"821220\",\r\n\t\t\t\"text\": \"821220 - Razors; safety razor blades, including razor blade blanks in strips\",\r\n\t\t\t\"parent\": \"8212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"821290\",\r\n\t\t\t\"text\": \"821290 - Razors; parts n.e.c. in heading no. 8212\",\r\n\t\t\t\"parent\": \"8212\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8213\",\r\n\t\t\t\"text\": \"8213 - Scissors; tailors' shears and similar shears, and blades therefore\",\r\n\t\t\t\"parent\": \"82\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"821300\",\r\n\t\t\t\"text\": \"821300 - Scissors; tailors' shears, similar shears and blades therefore\",\r\n\t\t\t\"parent\": \"8213\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8214\",\r\n\t\t\t\"text\": \"8214 - Cutlery; other articles, (e.g. hair clippers, butchers' or kitchen cleavers, choppers and mincing knives, paper knives), manicure or pedicure sets and instruments (including nail files)\",\r\n\t\t\t\"parent\": \"82\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"821410\",\r\n\t\t\t\"text\": \"821410 - Cutlery; paper knives, letter openers, erasing knives, pencil sharpeners and blades therefore\",\r\n\t\t\t\"parent\": \"8214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"821420\",\r\n\t\t\t\"text\": \"821420 - Manicure or pedicure sets and instruments; (including nail files)\",\r\n\t\t\t\"parent\": \"8214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"821490\",\r\n\t\t\t\"text\": \"821490 - Cutlery; hair clippers and mincing knives\",\r\n\t\t\t\"parent\": \"8214\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8215\",\r\n\t\t\t\"text\": \"8215 - Cutlery; spoons, forks, ladles, skimmers, cake-servers, fish-knives, butter knives, sugar tongs and similar kitchen or tableware\",\r\n\t\t\t\"parent\": \"82\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"821510\",\r\n\t\t\t\"text\": \"821510 - Cutlery; sets of assorted articles (e.g. spoons, forks, ladles, skimmers, cake-servers, fish-knives, butter-knives, sugar tongs and similar), with at least one article plated with precious metal\",\r\n\t\t\t\"parent\": \"8215\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"821520\",\r\n\t\t\t\"text\": \"821520 - Cutlery; sets of assorted articles (e.g. spoons, forks, ladles, skimmers, cake-servers, fish-knives, butter knives, sugar tongs and similar), not plated with precious metal\",\r\n\t\t\t\"parent\": \"8215\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"821591\",\r\n\t\t\t\"text\": \"821591 - Cutlery; (e.g. spoons, forks, ladles, skimmers, cake-servers, fish-knives, butter-knives, sugar tongs and similar), plated with precious metal, not in sets\",\r\n\t\t\t\"parent\": \"8215\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"821599\",\r\n\t\t\t\"text\": \"821599 - Cutlery; other than plated with precious metal\",\r\n\t\t\t\"parent\": \"8215\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"83\",\r\n\t\t\t\"text\": \"83 - Metal; miscellaneous products of base metal\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8301\",\r\n\t\t\t\"text\": \"8301 - Padlocks and locks (key, combination, electrically operated) of base metal; clasps and frames with clasps incorporating locks, of base metal, keys for any or the foregoing articles, of base metal\",\r\n\t\t\t\"parent\": \"83\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830110\",\r\n\t\t\t\"text\": \"830110 - Padlocks; (key, combination or electrically operated), of base metal\",\r\n\t\t\t\"parent\": \"8301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830120\",\r\n\t\t\t\"text\": \"830120 - Locks; of a kind used for motor vehicles (key, combination or electrically operated), of base metal\",\r\n\t\t\t\"parent\": \"8301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830130\",\r\n\t\t\t\"text\": \"830130 - Locks; of a kind used for furniture (key, combination or electrically operated), of base metal\",\r\n\t\t\t\"parent\": \"8301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830140\",\r\n\t\t\t\"text\": \"830140 - Locks; (other than those for motor vehicles or furniture), (key, combination or electrically operated), of base metal\",\r\n\t\t\t\"parent\": \"8301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830150\",\r\n\t\t\t\"text\": \"830150 - Clasps and frames with clasps; incorporating locks, of base metal\",\r\n\t\t\t\"parent\": \"8301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830160\",\r\n\t\t\t\"text\": \"830160 - Locks; parts of padlocks, locks, clasps and frames with clasps incorporating locks, of base metal\",\r\n\t\t\t\"parent\": \"8301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830170\",\r\n\t\t\t\"text\": \"830170 - Keys; presented separately, of base metal\",\r\n\t\t\t\"parent\": \"8301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8302\",\r\n\t\t\t\"text\": \"8302 - Base metal mountings, fittings and similar articles for furniture, doors, staircases, windows, trunks, chests etc, castors with mountings of base metal, automatic door closers of base metal\",\r\n\t\t\t\"parent\": \"83\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830210\",\r\n\t\t\t\"text\": \"830210 - Hinges; suitable for furniture, doors, staircases, windows, blinds, coachwork, saddlery, trunks, chests, caskets or the like, of base metal\",\r\n\t\t\t\"parent\": \"8302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830220\",\r\n\t\t\t\"text\": \"830220 - Castors; with mountings, of base metal\",\r\n\t\t\t\"parent\": \"8302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830230\",\r\n\t\t\t\"text\": \"830230 - Mountings, fittings and similar articles; for motor vehicles, of base metal\",\r\n\t\t\t\"parent\": \"8302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830241\",\r\n\t\t\t\"text\": \"830241 - Mountings, fittings and similar articles; of base metal, suitable for buildings\",\r\n\t\t\t\"parent\": \"8302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830242\",\r\n\t\t\t\"text\": \"830242 - Mountings, fittings and similar articles; suitable for furniture of base metal\",\r\n\t\t\t\"parent\": \"8302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830249\",\r\n\t\t\t\"text\": \"830249 - Mountings, fittings and similar articles; suitable for other than buildings or furniture, of base metal\",\r\n\t\t\t\"parent\": \"8302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830250\",\r\n\t\t\t\"text\": \"830250 - Hat-racks, hat-pegs, brackets and similar fixtures, of base metal\",\r\n\t\t\t\"parent\": \"8302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830260\",\r\n\t\t\t\"text\": \"830260 - Automatic door closures; of base metal\",\r\n\t\t\t\"parent\": \"8302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8303\",\r\n\t\t\t\"text\": \"8303 - Safes; armoured or reinforced, strong-boxes, doors and safe deposit lockers for strong-rooms, cash or deed boxes and the like, of base metal\",\r\n\t\t\t\"parent\": \"83\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830300\",\r\n\t\t\t\"text\": \"830300 - Safes; armoured or reinforced, strong-boxes, doors and safe deposit lockers for strong-rooms, cash or deed boxes and the like, of base metal\",\r\n\t\t\t\"parent\": \"8303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8304\",\r\n\t\t\t\"text\": \"8304 - Office equipment; filing cabinets, card-index cabinets, paper trays and rests, pen trays, office-stamp stands and the like, of base metal, other than office furniture of heading no. 9403\",\r\n\t\t\t\"parent\": \"83\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830400\",\r\n\t\t\t\"text\": \"830400 - Office equipment; filing cabinets, card-index cabinets, paper trays, paper rests, pen trays, office-stamp stands and similar office or desk equipment, of base metal, other than office furniture of heading no. 9403\",\r\n\t\t\t\"parent\": \"8304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8305\",\r\n\t\t\t\"text\": \"8305 - Stationery; fittings for loose-leaf binders or files, letter clips, letter corners, paper clips, indexing tags and the like, staples in strips (for offices, upholstery, packaging), of base metal\",\r\n\t\t\t\"parent\": \"83\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830510\",\r\n\t\t\t\"text\": \"830510 - Stationery; fittings for loose-leaf binders or files, of base metal\",\r\n\t\t\t\"parent\": \"8305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830520\",\r\n\t\t\t\"text\": \"830520 - Stationery; staples in strips, (e.g. for offices, upholstery, packaging), of base metal\",\r\n\t\t\t\"parent\": \"8305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830590\",\r\n\t\t\t\"text\": \"830590 - Stationery; letter clips, letter corners, paper clips, indexing tags and similar office articles, including parts, of base metal\",\r\n\t\t\t\"parent\": \"8305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8306\",\r\n\t\t\t\"text\": \"8306 - Bells, gongs and the like; non-electric, statuettes, other ornaments, photograph, picture, similar frames, mirrors, of base metal\",\r\n\t\t\t\"parent\": \"83\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830610\",\r\n\t\t\t\"text\": \"830610 - Bells, gongs and the like; non-electric, of base metal\",\r\n\t\t\t\"parent\": \"8306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830621\",\r\n\t\t\t\"text\": \"830621 - Statuettes and other ornaments; of base metal plated with precious metal\",\r\n\t\t\t\"parent\": \"8306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830629\",\r\n\t\t\t\"text\": \"830629 - Statuettes and other ornaments; of base metal other than plated with precious metal\",\r\n\t\t\t\"parent\": \"8306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830630\",\r\n\t\t\t\"text\": \"830630 - Photograph, picture or similar frames, mirrors; of base metal\",\r\n\t\t\t\"parent\": \"8306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8307\",\r\n\t\t\t\"text\": \"8307 - Tubing; flexible, with or without fittings, of base metal\",\r\n\t\t\t\"parent\": \"83\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830710\",\r\n\t\t\t\"text\": \"830710 - Tubing; flexible, with or without fittings, of iron or steel\",\r\n\t\t\t\"parent\": \"8307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830790\",\r\n\t\t\t\"text\": \"830790 - Tubing; flexible, with or without fittings of base metal, other than those of iron or steel\",\r\n\t\t\t\"parent\": \"8307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8308\",\r\n\t\t\t\"text\": \"8308 - Clasps, frames with clasps, buckles, buckle-clasps, hooks, eyes, eyelets etc for clothing & accessories, footwear, jewellery, wrist-watches, books, awnings, leather goods, travel goods, saddlery etc, tubular etc rivets, beads, spangles, of base metal\",\r\n\t\t\t\"parent\": \"83\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830810\",\r\n\t\t\t\"text\": \"830810 - Hooks, eyes and eyelets; of base metal, of a kind used for clothing, footwear, awnings, handbags, travel goods or other made up articles\",\r\n\t\t\t\"parent\": \"8308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830820\",\r\n\t\t\t\"text\": \"830820 - Rivets; tubular or bifurcated, of base metal\",\r\n\t\t\t\"parent\": \"8308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830890\",\r\n\t\t\t\"text\": \"830890 - Clasps, frames with clasps, buckles, buckle clasps; of base metal, of a kind used for clothing & accessories, footwear, jewellery, wrist-watches, books, awnings, leather goods, travel goods, saddlery etc, including parts\",\r\n\t\t\t\"parent\": \"8308\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8309\",\r\n\t\t\t\"text\": \"8309 - Stoppers, caps, lids (including crown corks, screw caps, pouring stoppers); capsules for bottles, threaded bungs, bung covers, seals and other packaging accessories, of base metal\",\r\n\t\t\t\"parent\": \"83\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830910\",\r\n\t\t\t\"text\": \"830910 - Stoppers; corks, of base metal\",\r\n\t\t\t\"parent\": \"8309\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"830990\",\r\n\t\t\t\"text\": \"830990 - Stoppers; caps and lids, of base metal\",\r\n\t\t\t\"parent\": \"8309\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8310\",\r\n\t\t\t\"text\": \"8310 - Sign plates, name plates, address plates and similar plates, numbers, letters and other symbols, of base metal, excluding those of heading no. 9405\",\r\n\t\t\t\"parent\": \"83\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"831000\",\r\n\t\t\t\"text\": \"831000 - Sign plates, name-plates, address-plates and similar plates, numbers, letters and other symbols; of base metal, excluding those of heading no. 9405\",\r\n\t\t\t\"parent\": \"8310\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8311\",\r\n\t\t\t\"text\": \"8311 - Wires, rods, tubes, plates, electrodes of base metal or metal carbides; of a kind used for soldering, brazing, welding; wires and rods for metal spraying\",\r\n\t\t\t\"parent\": \"83\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"831110\",\r\n\t\t\t\"text\": \"831110 - Electrodes; coated, of base metal, for electric arc-welding\",\r\n\t\t\t\"parent\": \"8311\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"831120\",\r\n\t\t\t\"text\": \"831120 - Wire; cored, of base metal, for electric arc-welding\",\r\n\t\t\t\"parent\": \"8311\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"831130\",\r\n\t\t\t\"text\": \"831130 - Rods and wire; coated rods and cored wire, of base metal, for soldering, brazing or welding by flame\",\r\n\t\t\t\"parent\": \"8311\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"831190\",\r\n\t\t\t\"text\": \"831190 - Wires, rods, tubes, plates, electrodes of base metal or metal carbides; of a kind used for soldering, brazing, welding; wires and rods for metal spraying; n.e.c. in item no. 8311\",\r\n\t\t\t\"parent\": \"8311\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"84\",\r\n\t\t\t\"text\": \"84 - Machinery and mechanical appliances, boilers, nuclear reactors; parts thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8401\",\r\n\t\t\t\"text\": \"8401 - Nuclear reactors; fuel elements (cartridges), non-irradiated, for nuclear reactors, machinery and apparatus for isotopic separation\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840110\",\r\n\t\t\t\"text\": \"840110 - Nuclear reactors\",\r\n\t\t\t\"parent\": \"8401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840120\",\r\n\t\t\t\"text\": \"840120 - Machinery and apparatus; for isotopic separation, and parts thereof\",\r\n\t\t\t\"parent\": \"8401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840130\",\r\n\t\t\t\"text\": \"840130 - Fuel elements (cartridges); non-irradiated\",\r\n\t\t\t\"parent\": \"8401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840140\",\r\n\t\t\t\"text\": \"840140 - Nuclear reactors; parts thereof\",\r\n\t\t\t\"parent\": \"8401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8402\",\r\n\t\t\t\"text\": \"8402 - Boilers; steam or other vapour generating (other than central heating hot water boilers, capable also of producing low pressure steam), super heated water boilers\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840211\",\r\n\t\t\t\"text\": \"840211 - Boilers; watertube boilers with a steam production exceeding 45t per hour\",\r\n\t\t\t\"parent\": \"8402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840212\",\r\n\t\t\t\"text\": \"840212 - Boilers; watertube boilers with a steam production not exceeding 45t per hour\",\r\n\t\t\t\"parent\": \"8402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840219\",\r\n\t\t\t\"text\": \"840219 - Boilers; vapour generating boilers, including hybrid boilers n.e.c. in heading no. 8402\",\r\n\t\t\t\"parent\": \"8402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840220\",\r\n\t\t\t\"text\": \"840220 - Boilers; super-heated water boilers\",\r\n\t\t\t\"parent\": \"8402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840290\",\r\n\t\t\t\"text\": \"840290 - Boilers; parts of steam or other vapour generating boilers\",\r\n\t\t\t\"parent\": \"8402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8403\",\r\n\t\t\t\"text\": \"8403 - Central heating boilers; excluding those of heading no. 8402\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840310\",\r\n\t\t\t\"text\": \"840310 - Boilers; central heating boilers (excluding those of heading no. 8402)\",\r\n\t\t\t\"parent\": \"8403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840390\",\r\n\t\t\t\"text\": \"840390 - Boilers; parts of central heating boilers (excluding those of heading no. 8402)\",\r\n\t\t\t\"parent\": \"8403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8404\",\r\n\t\t\t\"text\": \"8404 - Auxiliary plant for use with boilers of heading no. 8402 or 8403; e.g. economisers, super-heaters, soot removers, gas recoverers), condensers for steam or other vapour power units\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840410\",\r\n\t\t\t\"text\": \"840410 - Boilers; auxiliary plant, for use with boilers of heading no. 8402 or 8403 (e.g. economisers, super-heaters, soot removers, gas recoverers)\",\r\n\t\t\t\"parent\": \"8404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840420\",\r\n\t\t\t\"text\": \"840420 - Boilers; condensers, for steam or other vapour power units\",\r\n\t\t\t\"parent\": \"8404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840490\",\r\n\t\t\t\"text\": \"840490 - Boilers; parts of auxiliary plant, for use with boilers of heading no. 8402 and 8403 and parts of condensers for steam or other vapour power units\",\r\n\t\t\t\"parent\": \"8404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8405\",\r\n\t\t\t\"text\": \"8405 - Generators for producer or water gas with or without their purifiers acetylene gas generators and similar water process gas generators, with or without their purifiers\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840510\",\r\n\t\t\t\"text\": \"840510 - Generators; producer gas, water gas, acetylene gas and similar water process gas generators, with or without their purifiers\",\r\n\t\t\t\"parent\": \"8405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840590\",\r\n\t\t\t\"text\": \"840590 - Generators; parts of producer gas, water gas, acetylene gas and similar water process gas generators, with or without their purifiers\",\r\n\t\t\t\"parent\": \"8405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8406\",\r\n\t\t\t\"text\": \"8406 - Turbines; steam and other vapour turbines\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840610\",\r\n\t\t\t\"text\": \"840610 - Turbines; steam and other vapour turbines, for marine propulsion\",\r\n\t\t\t\"parent\": \"8406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840611\",\r\n\t\t\t\"text\": \"840611 - Steam and vapour turbines for marine propulsion\",\r\n\t\t\t\"parent\": \"8406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840619\",\r\n\t\t\t\"text\": \"840619 - Steam and vapour turbines nes\",\r\n\t\t\t\"parent\": \"8406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840681\",\r\n\t\t\t\"text\": \"840681 - Turbines; steam and other vapour turbines, (for other than marine propulsion), of an output exceeding 40MW\",\r\n\t\t\t\"parent\": \"8406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840682\",\r\n\t\t\t\"text\": \"840682 - Turbines; steam and other vapour turbines, (for other than marine propulsion), of an output not exceeding 40MW\",\r\n\t\t\t\"parent\": \"8406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840690\",\r\n\t\t\t\"text\": \"840690 - Turbines; parts of steam and other vapour turbines\",\r\n\t\t\t\"parent\": \"8406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8407\",\r\n\t\t\t\"text\": \"8407 - Reciprocating or rotary internal combustion piston engines\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840710\",\r\n\t\t\t\"text\": \"840710 - Engines; for aircraft, spark-ignition reciprocating or rotary internal combustion piston engines\",\r\n\t\t\t\"parent\": \"8407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840721\",\r\n\t\t\t\"text\": \"840721 - Engines; outboard motors for marine propulsion, spark-ignition reciprocating or rotary internal combustion piston engines\",\r\n\t\t\t\"parent\": \"8407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840729\",\r\n\t\t\t\"text\": \"840729 - Engines; for marine propulsion, (other than outboard motors), spark-ignition reciprocating or rotary internal combustion piston engines\",\r\n\t\t\t\"parent\": \"8407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840731\",\r\n\t\t\t\"text\": \"840731 - Engines; reciprocating piston engines, of a kind used for the propulsion of vehicles of chapter 87, of a cylinder capacity not exceeding 50cc\",\r\n\t\t\t\"parent\": \"8407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840732\",\r\n\t\t\t\"text\": \"840732 - Engines; reciprocating piston engines, of a kind used for the propulsion of vehicles of chapter 87, of a cylinder capacity exceeding 50cc but not exceeding 250cc\",\r\n\t\t\t\"parent\": \"8407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840733\",\r\n\t\t\t\"text\": \"840733 - Engines; reciprocating piston engines, of a kind used for the propulsion of vehicles of chapter 87, of a cylinder capacity exceeding 250cc but not exceeding 1000cc\",\r\n\t\t\t\"parent\": \"8407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840734\",\r\n\t\t\t\"text\": \"840734 - Engines; reciprocating piston engines, of a kind used for the propulsion of vehicles of chapter 87, of a cylinder capacity exceeding 1000cc\",\r\n\t\t\t\"parent\": \"8407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840790\",\r\n\t\t\t\"text\": \"840790 - Engines; rotary internal combustion piston engines, for other than aircraft or marine propulsion\",\r\n\t\t\t\"parent\": \"8407\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8408\",\r\n\t\t\t\"text\": \"8408 - Compression-ignition internal combustion piston engines (diesel or semi-diesel engines)\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840810\",\r\n\t\t\t\"text\": \"840810 - Engines; for marine propulsion, compression-ignition internal combustion piston engines (diesel or semi-diesel engines)\",\r\n\t\t\t\"parent\": \"8408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840820\",\r\n\t\t\t\"text\": \"840820 - Engines; compression-ignition internal combustion piston engines (diesel or semi-diesel engines), of a kind used for the propulsion of vehicles of chapter 87\",\r\n\t\t\t\"parent\": \"8408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840890\",\r\n\t\t\t\"text\": \"840890 - Engines; compression-ignition internal combustion piston engines (diesel or semi-diesel engines), of a kind used for other than marine propulsion or the vehicles of chapter 87\",\r\n\t\t\t\"parent\": \"8408\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8409\",\r\n\t\t\t\"text\": \"8409 - Parts suitable for use solely or principally with the engines of heading no. 8407 or 8408\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840910\",\r\n\t\t\t\"text\": \"840910 - Engines; parts of aircraft engines (spark-ignition reciprocating or rotary internal combustion piston engines)\",\r\n\t\t\t\"parent\": \"8409\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840991\",\r\n\t\t\t\"text\": \"840991 - Engines; parts, suitable for use solely or principally with spark-ignition internal combustion piston engines (for other than aircraft)\",\r\n\t\t\t\"parent\": \"8409\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"840999\",\r\n\t\t\t\"text\": \"840999 - Engines; parts for internal combustion piston engines (excluding spark-ignition)\",\r\n\t\t\t\"parent\": \"8409\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8410\",\r\n\t\t\t\"text\": \"8410 - Turbines; hydraulic water wheels and regulators therefor\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841011\",\r\n\t\t\t\"text\": \"841011 - Turbines; hydraulic turbines and water wheels, of a power not exceeding 1000kW\",\r\n\t\t\t\"parent\": \"8410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841012\",\r\n\t\t\t\"text\": \"841012 - Turbines; hydraulic turbines and water wheels, of a power exceeding 1000kW but not exceeding 10000kW\",\r\n\t\t\t\"parent\": \"8410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841013\",\r\n\t\t\t\"text\": \"841013 - Turbines; hydraulic turbines and water wheels, of a power exceeding 10000kW\",\r\n\t\t\t\"parent\": \"8410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841090\",\r\n\t\t\t\"text\": \"841090 - Turbines; parts of hydraulic turbines and water wheels, including regulators\",\r\n\t\t\t\"parent\": \"8410\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8411\",\r\n\t\t\t\"text\": \"8411 - Turbo-jets, turbo-propellers and other gas turbines\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841111\",\r\n\t\t\t\"text\": \"841111 - Turbo-jets; of a thrust not exceeding 25kN\",\r\n\t\t\t\"parent\": \"8411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841112\",\r\n\t\t\t\"text\": \"841112 - Turbo-jets; of a thrust exceeding 25kN\",\r\n\t\t\t\"parent\": \"8411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841121\",\r\n\t\t\t\"text\": \"841121 - Turbo-propellers; of a power not exceeding 1100kW\",\r\n\t\t\t\"parent\": \"8411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841122\",\r\n\t\t\t\"text\": \"841122 - Turbo-propellers; of a power exceeding 1100kW\",\r\n\t\t\t\"parent\": \"8411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841181\",\r\n\t\t\t\"text\": \"841181 - Turbines; gas-turbines (excluding turbo-jets and turbo-propellers), of a power not exceeding 5000kW\",\r\n\t\t\t\"parent\": \"8411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841182\",\r\n\t\t\t\"text\": \"841182 - Turbines; gas-turbines (excluding turbo-jets and turbo-propellers), of a power exceeding 5000kW\",\r\n\t\t\t\"parent\": \"8411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841191\",\r\n\t\t\t\"text\": \"841191 - Turbines; parts of turbo-jets and turbo-propellers\",\r\n\t\t\t\"parent\": \"8411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841199\",\r\n\t\t\t\"text\": \"841199 - Turbines; parts of gas turbines (excluding turbo-jets and turbo-propellers)\",\r\n\t\t\t\"parent\": \"8411\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8412\",\r\n\t\t\t\"text\": \"8412 - Engines and motors; n.e.c. (e.g. reaction engines, hydraulic power engines, pneumatic power engines)\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841210\",\r\n\t\t\t\"text\": \"841210 - Engines; reaction engines, other than turbo-jets\",\r\n\t\t\t\"parent\": \"8412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841221\",\r\n\t\t\t\"text\": \"841221 - Engines; hydraulic power engines and motors, linear acting (cylinders)\",\r\n\t\t\t\"parent\": \"8412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841229\",\r\n\t\t\t\"text\": \"841229 - Engines; hydraulic power engines and motors, other than linear acting (cylinders)\",\r\n\t\t\t\"parent\": \"8412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841231\",\r\n\t\t\t\"text\": \"841231 - Engines; pneumatic power engines and motors, linear acting (cylinders)\",\r\n\t\t\t\"parent\": \"8412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841239\",\r\n\t\t\t\"text\": \"841239 - Engines; pneumatic power engines and motors, other than linear acting (cylinders)\",\r\n\t\t\t\"parent\": \"8412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841280\",\r\n\t\t\t\"text\": \"841280 - Engines; pneumatic power engines and motors, n.e.c. in heading no. 8412\",\r\n\t\t\t\"parent\": \"8412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841290\",\r\n\t\t\t\"text\": \"841290 - Engines; parts, for engines and motors of heading no. 8412\",\r\n\t\t\t\"parent\": \"8412\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8413\",\r\n\t\t\t\"text\": \"8413 - Pumps; for liquids, whether or not fitted with measuring device, liquid elevators\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841311\",\r\n\t\t\t\"text\": \"841311 - Pumps; fitted or designed to be fitted with a measuring device, for dispensing fuel or lubricants, of the type used in filling-stations or in garages\",\r\n\t\t\t\"parent\": \"8413\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841319\",\r\n\t\t\t\"text\": \"841319 - Pumps; for liquids, fitted or designed to be fitted with a measuring device, other than pumps for dispensing fuel or lubricants\",\r\n\t\t\t\"parent\": \"8413\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841320\",\r\n\t\t\t\"text\": \"841320 - Pumps; hand, fitted or designed to be fitted with a measuring device, for liquids, other than those of item no. 8413.11 or 8413.19\",\r\n\t\t\t\"parent\": \"8413\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841330\",\r\n\t\t\t\"text\": \"841330 - Pumps; fuel, lubricating or cooling medium pumps for internal combustion piston engines\",\r\n\t\t\t\"parent\": \"8413\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841340\",\r\n\t\t\t\"text\": \"841340 - Pumps; concrete pumps\",\r\n\t\t\t\"parent\": \"8413\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841350\",\r\n\t\t\t\"text\": \"841350 - Pumps; reciprocating positive displacement pumps, n.e.c. in heading no. 8413, for liquids\",\r\n\t\t\t\"parent\": \"8413\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841360\",\r\n\t\t\t\"text\": \"841360 - Pumps; rotary positive displacement pumps, n.e.c. in heading no. 8413, for liquids\",\r\n\t\t\t\"parent\": \"8413\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841370\",\r\n\t\t\t\"text\": \"841370 - Pumps; centrifugal, n.e.c. in heading no. 8413, for liquids\",\r\n\t\t\t\"parent\": \"8413\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841381\",\r\n\t\t\t\"text\": \"841381 - Pumps and liquid elevators; n.e.c. in heading no. 8413\",\r\n\t\t\t\"parent\": \"8413\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841382\",\r\n\t\t\t\"text\": \"841382 - Liquid elevators\",\r\n\t\t\t\"parent\": \"8413\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841391\",\r\n\t\t\t\"text\": \"841391 - Pumps; parts thereof\",\r\n\t\t\t\"parent\": \"8413\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841392\",\r\n\t\t\t\"text\": \"841392 - Liquid elevators; parts thereof\",\r\n\t\t\t\"parent\": \"8413\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8414\",\r\n\t\t\t\"text\": \"8414 - Air or vacuum pumps, air or other gas compressors and fans; ventilating or recycling hoods incorporating a fan; gas-tight biological safety cabinets whether or not fitted with filters\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841410\",\r\n\t\t\t\"text\": \"841410 - Pumps; vacuum\",\r\n\t\t\t\"parent\": \"8414\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841420\",\r\n\t\t\t\"text\": \"841420 - Pumps; hand or foot-operated air pumps\",\r\n\t\t\t\"parent\": \"8414\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841430\",\r\n\t\t\t\"text\": \"841430 - Compressors; of a kind used in refrigerating equipment\",\r\n\t\t\t\"parent\": \"8414\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841440\",\r\n\t\t\t\"text\": \"841440 - Compressors; air compressors mounted on a wheeled chassis for towing\",\r\n\t\t\t\"parent\": \"8414\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841451\",\r\n\t\t\t\"text\": \"841451 - Fans; table, floor, wall, window, ceiling or roof fans, with a self-contained electric motor of an output not exceeding 125W\",\r\n\t\t\t\"parent\": \"8414\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841459\",\r\n\t\t\t\"text\": \"841459 - Fans; n.e.c. in item no. 8414.51\",\r\n\t\t\t\"parent\": \"8414\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841460\",\r\n\t\t\t\"text\": \"841460 - Hoods; ventilating or recycling hoods incorporating a fan, whether or not fitted with filters, having a maximum horizontal side not exceeding 120cm\",\r\n\t\t\t\"parent\": \"8414\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841470\",\r\n\t\t\t\"text\": \"841470 - Gas-tight biological safety cabinets; whether or not fitted with filters, having a maximum horizontal side not exceeding 120cm\",\r\n\t\t\t\"parent\": \"8414\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841480\",\r\n\t\t\t\"text\": \"841480 - Pumps and compressors; for air, vacuum or gas, n.e.c. in heading no. 8414\",\r\n\t\t\t\"parent\": \"8414\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841490\",\r\n\t\t\t\"text\": \"841490 - Pumps and compressors; parts, of air or vacuum pumps, air or other gas compressors and fans, ventilating or recycling hoods incorporating a fan\",\r\n\t\t\t\"parent\": \"8414\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8415\",\r\n\t\t\t\"text\": \"8415 - Air conditioning machines; comprising a motor driven fan and elements for changing the temperature and humidity, including those machines in which the humidity cannot be separately regulated\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841510\",\r\n\t\t\t\"text\": \"841510 - Air conditioning machines; comprising a motor-driven fan and elements for changing the temperature and humidity, of a kind designed to be fixed to a window, wall, ceiling or floor, self-contained or \\\"split-system\\\"\",\r\n\t\t\t\"parent\": \"8415\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841520\",\r\n\t\t\t\"text\": \"841520 - Air conditioning machines; comprising a motor driven fan and elements for changing the temperature and humidity, of a kind used for persons, in motor vehicles\",\r\n\t\t\t\"parent\": \"8415\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841581\",\r\n\t\t\t\"text\": \"841581 - Air conditioning machines; containing a motor driven fan, other than window or wall types, incorporating a refrigerating unit and a valve for reversal of the cooling/heat cycle (reversible heat pumps)\",\r\n\t\t\t\"parent\": \"8415\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841582\",\r\n\t\t\t\"text\": \"841582 - Air conditioning machines; containing a motor driven fan, other than window or wall types, incorporating a refrigerating unit\",\r\n\t\t\t\"parent\": \"8415\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841583\",\r\n\t\t\t\"text\": \"841583 - Air conditioning machines; containing a motor driven fan, other than window or wall types, not incorporating a refrigerating unit\",\r\n\t\t\t\"parent\": \"8415\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841590\",\r\n\t\t\t\"text\": \"841590 - Air conditioning machines; with motor driven fan and elements for temperature control, parts thereof\",\r\n\t\t\t\"parent\": \"8415\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8416\",\r\n\t\t\t\"text\": \"8416 - Furnace burners for liquid fuel, for pulverised solid fuel or for gas; mechanical grates, mechanical ash dischargers and similar appliances\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841610\",\r\n\t\t\t\"text\": \"841610 - Furnaces; furnace burners, for liquid fuel\",\r\n\t\t\t\"parent\": \"8416\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841620\",\r\n\t\t\t\"text\": \"841620 - Furnaces; furnace burners, for pulverized solid fuel or gas, including combination burners\",\r\n\t\t\t\"parent\": \"8416\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841630\",\r\n\t\t\t\"text\": \"841630 - Furnace accessories; mechanical stokers, mechanical grates, mechanical ash dischargers and similar appliances\",\r\n\t\t\t\"parent\": \"8416\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841690\",\r\n\t\t\t\"text\": \"841690 - Furnaces; parts of furnace burners, for liquid fuel, pulverized solid fuel or gas, mechanical stokers, grates, ash dischargers and the like\",\r\n\t\t\t\"parent\": \"8416\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8417\",\r\n\t\t\t\"text\": \"8417 - Furnaces and ovens; industrial or laboratory, including incinerators, non-electric\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841710\",\r\n\t\t\t\"text\": \"841710 - Furnaces and ovens; non-electric, for the roasting, melting or other heat-treatment of ores, pyrites or of metals, for industrial or laboratory use\",\r\n\t\t\t\"parent\": \"8417\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841720\",\r\n\t\t\t\"text\": \"841720 - Ovens; non-electric, bakery ovens, including biscuit ovens\",\r\n\t\t\t\"parent\": \"8417\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841780\",\r\n\t\t\t\"text\": \"841780 - Furnaces and ovens; including incinerators, non-electric, for industrial or laboratory use, n.e.c. in heading no. 8417\",\r\n\t\t\t\"parent\": \"8417\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841790\",\r\n\t\t\t\"text\": \"841790 - Furnaces and ovens; parts of non-electric furnaces and ovens (including incinerators), of industrial or laboratory use\",\r\n\t\t\t\"parent\": \"8417\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8418\",\r\n\t\t\t\"text\": \"8418 - Refrigerators, freezers and other refrigerating or freezing equipment, electric or other; heat pumps other than air conditioning machines of heading no. 8415\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841810\",\r\n\t\t\t\"text\": \"841810 - Refrigerators and freezers; combined refrigerator-freezers, fitted with separate external doors, electric or other\",\r\n\t\t\t\"parent\": \"8418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841821\",\r\n\t\t\t\"text\": \"841821 - Refrigerators; for household use, compression-type, electric or other\",\r\n\t\t\t\"parent\": \"8418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841822\",\r\n\t\t\t\"text\": \"841822 - Refrigerators, household absorption type, electric\",\r\n\t\t\t\"parent\": \"8418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841829\",\r\n\t\t\t\"text\": \"841829 - Refrigerators; household, electric or not, other than compression-type\",\r\n\t\t\t\"parent\": \"8418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841830\",\r\n\t\t\t\"text\": \"841830 - Freezers; of the chest type, not exceeding 800l capacity\",\r\n\t\t\t\"parent\": \"8418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841840\",\r\n\t\t\t\"text\": \"841840 - Freezers; of the upright type, not exceeding 900l capacity\",\r\n\t\t\t\"parent\": \"8418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841850\",\r\n\t\t\t\"text\": \"841850 - Furniture incorporating refrigerating or freezing equipment; for storage and display, n.e.c. in item no. 8418.1, 8418.2, 8418.3 or 8418.4 (chests, cabinets, display counters, show-cases and the like)\",\r\n\t\t\t\"parent\": \"8418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841861\",\r\n\t\t\t\"text\": \"841861 - Heat pumps; other than air conditioning machines of heading no. 8415\",\r\n\t\t\t\"parent\": \"8418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841869\",\r\n\t\t\t\"text\": \"841869 - Refrigerating or freezing equipment; n.e.c. in heading no. 8418\",\r\n\t\t\t\"parent\": \"8418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841891\",\r\n\t\t\t\"text\": \"841891 - Refrigerating or freezing equipment; parts, furniture designed to receive refrigerating or freezing equipment\",\r\n\t\t\t\"parent\": \"8418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841899\",\r\n\t\t\t\"text\": \"841899 - Refrigerating or freezing equipment; parts thereof, other than furniture\",\r\n\t\t\t\"parent\": \"8418\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8419\",\r\n\t\t\t\"text\": \"8419 - Machinery, plant (not domestic), or laboratory equipment; electrically heated or not, (excluding items in 85.14) for the treatment of materials by a process involving change of temperature; including instantaneous or non electric storage water heaters\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841911\",\r\n\t\t\t\"text\": \"841911 - Heaters; instantaneous gas water heaters, for domestic or other purposes\",\r\n\t\t\t\"parent\": \"8419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841912\",\r\n\t\t\t\"text\": \"841912 - Heaters; solar water heaters, non-electric\",\r\n\t\t\t\"parent\": \"8419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841919\",\r\n\t\t\t\"text\": \"841919 - Heaters; instantaneous or storage water heaters, non-electric, (other than instantaneous gas or solar water heaters)\",\r\n\t\t\t\"parent\": \"8419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841920\",\r\n\t\t\t\"text\": \"841920 - Sterilizers; for medical, surgical or laboratory use, not used for domestic purposes\",\r\n\t\t\t\"parent\": \"8419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841931\",\r\n\t\t\t\"text\": \"841931 - Dryers; for agricultural products, not used for domestic purposes\",\r\n\t\t\t\"parent\": \"8419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841932\",\r\n\t\t\t\"text\": \"841932 - Dryers; for wood, paper pulp, paper or paperboard, not used for domestic purposes\",\r\n\t\t\t\"parent\": \"8419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841933\",\r\n\t\t\t\"text\": \"841933 - Dryers; lyophilisation apparatus, freeze drying units and spray dryers, not used for domestic purposes\",\r\n\t\t\t\"parent\": \"8419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841934\",\r\n\t\t\t\"text\": \"841934 - Dryers; for agricultural products, not used for domestic purposes\",\r\n\t\t\t\"parent\": \"8419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841935\",\r\n\t\t\t\"text\": \"841935 - Dryers; for wood, paper pulp, paper or paperboard, not used for domestic purposes\",\r\n\t\t\t\"parent\": \"8419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841939\",\r\n\t\t\t\"text\": \"841939 - Dryers; for products n.e.c. in heading no. 8419, not used for domestic purposes\",\r\n\t\t\t\"parent\": \"8419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841940\",\r\n\t\t\t\"text\": \"841940 - Distilling or rectifying plant; not used for domestic purposes\",\r\n\t\t\t\"parent\": \"8419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841950\",\r\n\t\t\t\"text\": \"841950 - Heat exchange units; not used for domestic purposes\",\r\n\t\t\t\"parent\": \"8419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841960\",\r\n\t\t\t\"text\": \"841960 - Machinery; for liquefying air or gas, not used for domestic purposes\",\r\n\t\t\t\"parent\": \"8419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841981\",\r\n\t\t\t\"text\": \"841981 - Machinery, plant and equipment; for making hot drinks, for cooking or heating food\",\r\n\t\t\t\"parent\": \"8419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841989\",\r\n\t\t\t\"text\": \"841989 - Machinery, plant and laboratory equipment; for treating materials by change of temperature, other than for making hot drinks or cooking or heating food\",\r\n\t\t\t\"parent\": \"8419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"841990\",\r\n\t\t\t\"text\": \"841990 - Machinery, plant and laboratory equipment; parts of equipment for treating materials by a process involving a change of temperature\",\r\n\t\t\t\"parent\": \"8419\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8420\",\r\n\t\t\t\"text\": \"8420 - Machines; calendering or other rolling machines, for other than metal or glass and cylinders therefor\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842010\",\r\n\t\t\t\"text\": \"842010 - Machines; calendering or other rolling machines, for other than metal or glass\",\r\n\t\t\t\"parent\": \"8420\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842091\",\r\n\t\t\t\"text\": \"842091 - Machines; parts, cylinders for calendering or other rolling machines, for other than metal or glass\",\r\n\t\t\t\"parent\": \"8420\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842099\",\r\n\t\t\t\"text\": \"842099 - Machines; parts, (other than cylinders), for calendering or other rolling machines, for other than metal or glass\",\r\n\t\t\t\"parent\": \"8420\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8421\",\r\n\t\t\t\"text\": \"8421 - Centrifuges, including centrifugal dryers; filtering or purifying machinery and apparatus for liquids or gases\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842111\",\r\n\t\t\t\"text\": \"842111 - Centrifuges; cream separators\",\r\n\t\t\t\"parent\": \"8421\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842112\",\r\n\t\t\t\"text\": \"842112 - Centrifuges; clothes-dryers\",\r\n\t\t\t\"parent\": \"8421\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842119\",\r\n\t\t\t\"text\": \"842119 - Centrifuges; n.e.c. in heading no. 8421, including centrifugal dryers (but not clothes-dryers)\",\r\n\t\t\t\"parent\": \"8421\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842121\",\r\n\t\t\t\"text\": \"842121 - Machinery; for filtering or purifying water\",\r\n\t\t\t\"parent\": \"8421\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842122\",\r\n\t\t\t\"text\": \"842122 - Machinery; for filtering or purifying beverages other than water\",\r\n\t\t\t\"parent\": \"8421\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842123\",\r\n\t\t\t\"text\": \"842123 - Machinery; filtering or purifying machinery, oil or petrol filters for internal combustion engines\",\r\n\t\t\t\"parent\": \"8421\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842129\",\r\n\t\t\t\"text\": \"842129 - Machinery; for filtering or purifying liquids, n.e.c. in item no. 8421.2\",\r\n\t\t\t\"parent\": \"8421\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842131\",\r\n\t\t\t\"text\": \"842131 - Machinery; intake air filters for internal combustion engines\",\r\n\t\t\t\"parent\": \"8421\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842132\",\r\n\t\t\t\"text\": \"842132 - Machinery; catalytic converters or particulate filters, whether or not combined, for purifying or filtering exhaust gases from internal combustion engines\",\r\n\t\t\t\"parent\": \"8421\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842139\",\r\n\t\t\t\"text\": \"842139 - Machinery; for filtering or purifying gases, other than intake air filters, catalytic converters or particulate filters for internal combustion engines\",\r\n\t\t\t\"parent\": \"8421\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842191\",\r\n\t\t\t\"text\": \"842191 - Centrifuges; parts thereof, including parts for centrifugal dryers\",\r\n\t\t\t\"parent\": \"8421\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842199\",\r\n\t\t\t\"text\": \"842199 - Machinery; parts for filtering or purifying liquids or gases\",\r\n\t\t\t\"parent\": \"8421\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8422\",\r\n\t\t\t\"text\": \"8422 - Dish washing machines; machinery for cleaning, drying, filling, closing, sealing, capsuling or labelling bottles, cans, boxes, bags, etc, machinery for aerating beverages\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842211\",\r\n\t\t\t\"text\": \"842211 - Dish washing machines; of the household type\",\r\n\t\t\t\"parent\": \"8422\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842219\",\r\n\t\t\t\"text\": \"842219 - Dish washing machines; of other than household type\",\r\n\t\t\t\"parent\": \"8422\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842220\",\r\n\t\t\t\"text\": \"842220 - Machinery; for cleaning or drying bottles or other containers\",\r\n\t\t\t\"parent\": \"8422\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842230\",\r\n\t\t\t\"text\": \"842230 - Machinery; for filling, closing, sealing, capsuling or labelling bottles, cans, bags or other containers, machinery for aerating beverages\",\r\n\t\t\t\"parent\": \"8422\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842240\",\r\n\t\t\t\"text\": \"842240 - Machinery; for packing or wrapping\",\r\n\t\t\t\"parent\": \"8422\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842290\",\r\n\t\t\t\"text\": \"842290 - Machinery; parts of machinery of heading no. 8422\",\r\n\t\t\t\"parent\": \"8422\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8423\",\r\n\t\t\t\"text\": \"8423 - Weighing machines; excluding balances of a sensitivity of 5cg or better, including weight operated counting or checking machines and weights of all kinds\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842310\",\r\n\t\t\t\"text\": \"842310 - Weighing machines; personal (including baby scales) and household scales\",\r\n\t\t\t\"parent\": \"8423\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842320\",\r\n\t\t\t\"text\": \"842320 - Weighing machines; scales for continuous weighing of goods on conveyors\",\r\n\t\t\t\"parent\": \"8423\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842330\",\r\n\t\t\t\"text\": \"842330 - Weighing machines; constant weight scales and scales for discharging a predetermined weight of material into a bag or container, including hopper scales\",\r\n\t\t\t\"parent\": \"8423\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842381\",\r\n\t\t\t\"text\": \"842381 - Weighing machines; other than personal, conveyor or constant weight scales, having a maximum weighing capacity not exceeding 30kg (excluding balances of a sensitivity of 5cg or better)\",\r\n\t\t\t\"parent\": \"8423\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842382\",\r\n\t\t\t\"text\": \"842382 - Weighing machines; other than personal, conveyor or constant weight scales, having a maximum weighing capacity exceeding 30kg but not exceeding 5000kg\",\r\n\t\t\t\"parent\": \"8423\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842389\",\r\n\t\t\t\"text\": \"842389 - Weighing machines; other than personal, conveyor or constant weight scales, having a maximum weighing capacity exceeding 5000kg\",\r\n\t\t\t\"parent\": \"8423\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842390\",\r\n\t\t\t\"text\": \"842390 - Weighing machines; weights of all kinds, parts of weighing machinery\",\r\n\t\t\t\"parent\": \"8423\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8424\",\r\n\t\t\t\"text\": \"8424 - Mechanical appliances for projecting, dispersing or spraying liquids or powders; fire extinguishers, spray guns, steam, sand blasting machines\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842410\",\r\n\t\t\t\"text\": \"842410 - Fire extinguishers; whether or not charged\",\r\n\t\t\t\"parent\": \"8424\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842420\",\r\n\t\t\t\"text\": \"842420 - Spray guns and similar appliances\",\r\n\t\t\t\"parent\": \"8424\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842430\",\r\n\t\t\t\"text\": \"842430 - Mechanical appliances; steam or sand blasting machines and similar jet projecting machines\",\r\n\t\t\t\"parent\": \"8424\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842441\",\r\n\t\t\t\"text\": \"842441 - Mechanical appliances; agricultural or horticultural sprayers; portable sprayers\",\r\n\t\t\t\"parent\": \"8424\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842449\",\r\n\t\t\t\"text\": \"842449 - Mechanical appliances; agricultural or horticultural sprayers; other than portable sprayers\",\r\n\t\t\t\"parent\": \"8424\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842481\",\r\n\t\t\t\"text\": \"842481 - Mechanical appliances; for projecting, dispersing or spraying liquids or powders, for agricultural or horticultural use, whether or not hand-operated\",\r\n\t\t\t\"parent\": \"8424\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842482\",\r\n\t\t\t\"text\": \"842482 - Mechanical appliances; agricultural or horticultural, n.e.c. in heading 8424\",\r\n\t\t\t\"parent\": \"8424\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842489\",\r\n\t\t\t\"text\": \"842489 - Mechanical appliances; for projecting, dispersing or spraying liquids or powders, for other than agricultural or horticultural use, whether or not hand-operated\",\r\n\t\t\t\"parent\": \"8424\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842490\",\r\n\t\t\t\"text\": \"842490 - Mechanical appliances; parts of machines projecting, dispersing or spraying liquids or powders, whether or not hand-operated\",\r\n\t\t\t\"parent\": \"8424\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8425\",\r\n\t\t\t\"text\": \"8425 - Pulley tackle and hoists other than skip hoists; winches and capstans; jacks\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842511\",\r\n\t\t\t\"text\": \"842511 - Pulley tackle and hoists; powered by an electric motor (excluding skip hoists or hoists of a kind used for raising vehicles)\",\r\n\t\t\t\"parent\": \"8425\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842519\",\r\n\t\t\t\"text\": \"842519 - Pulley tackle and hoists; not powered by an electric motor (excluding skip hoists or hoists of a kind used for raising vehicles)\",\r\n\t\t\t\"parent\": \"8425\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842520\",\r\n\t\t\t\"text\": \"842520 - Pit-head winding gear winches\",\r\n\t\t\t\"parent\": \"8425\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842531\",\r\n\t\t\t\"text\": \"842531 - Winches; capstans; powered by an electric motor\",\r\n\t\t\t\"parent\": \"8425\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842539\",\r\n\t\t\t\"text\": \"842539 - Winches; capstans; not powered by an electric motor\",\r\n\t\t\t\"parent\": \"8425\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842541\",\r\n\t\t\t\"text\": \"842541 - Jacks; built-in jacking systems of a type used in garages, for raising vehicles\",\r\n\t\t\t\"parent\": \"8425\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842542\",\r\n\t\t\t\"text\": \"842542 - Jacks and hoists; hydraulic, of a kind used for raising vehicles\",\r\n\t\t\t\"parent\": \"8425\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842549\",\r\n\t\t\t\"text\": \"842549 - Jacks and hoists; (other than hydraulic), of a kind used for raising vehicles\",\r\n\t\t\t\"parent\": \"8425\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8426\",\r\n\t\t\t\"text\": \"8426 - Derricks, cranes, including cable cranes, mobile lifting frames, straddle carriers and works trucks fitted with a crane\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842611\",\r\n\t\t\t\"text\": \"842611 - Cranes; overhead travelling cranes on fixed support\",\r\n\t\t\t\"parent\": \"8426\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842612\",\r\n\t\t\t\"text\": \"842612 - Cranes; mobile lifting frames on tyres and straddle carriers\",\r\n\t\t\t\"parent\": \"8426\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842619\",\r\n\t\t\t\"text\": \"842619 - Cranes; transporter, gantry and bridge cranes\",\r\n\t\t\t\"parent\": \"8426\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842620\",\r\n\t\t\t\"text\": \"842620 - Cranes; tower cranes\",\r\n\t\t\t\"parent\": \"8426\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842630\",\r\n\t\t\t\"text\": \"842630 - Cranes; portal or pedestal jib cranes\",\r\n\t\t\t\"parent\": \"8426\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842641\",\r\n\t\t\t\"text\": \"842641 - Cranes; self-propelled derricks and cranes, on tyres, n.e.c. in heading no. 8426\",\r\n\t\t\t\"parent\": \"8426\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842649\",\r\n\t\t\t\"text\": \"842649 - Cranes; self-propelled derricks and cranes, not on tyres, n.e.c. in heading no. 8426\",\r\n\t\t\t\"parent\": \"8426\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842691\",\r\n\t\t\t\"text\": \"842691 - Cranes and derricks; designed for mounting on road vehicles\",\r\n\t\t\t\"parent\": \"8426\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842699\",\r\n\t\t\t\"text\": \"842699 - Cranes and derricks; for other than mounting on road vehicles, n.e.c. in heading no. 8426\",\r\n\t\t\t\"parent\": \"8426\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8427\",\r\n\t\t\t\"text\": \"8427 - Fork-lift and other works trucks; fitted with lifting or handling equipment\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842710\",\r\n\t\t\t\"text\": \"842710 - Fork-lift and other works trucks; fitted with lifting or handling equipment, self-propelled by electric motor\",\r\n\t\t\t\"parent\": \"8427\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842720\",\r\n\t\t\t\"text\": \"842720 - Fork-lift and other works trucks; fitted with lifting or handling equipment, self-propelled by other than electric motor\",\r\n\t\t\t\"parent\": \"8427\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842790\",\r\n\t\t\t\"text\": \"842790 - Fork-lift and other works trucks; fitted with lifting or handling equipment, not self-propelled\",\r\n\t\t\t\"parent\": \"8427\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8428\",\r\n\t\t\t\"text\": \"8428 - Lifting, handling, loading or unloading machinery; n.e.c. in heading no. 8425, 8426 or 8427 (e.g. lifts, escalators, conveyors, teleferics)\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842810\",\r\n\t\t\t\"text\": \"842810 - Lifts and skip hoists\",\r\n\t\t\t\"parent\": \"8428\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842820\",\r\n\t\t\t\"text\": \"842820 - Elevators and conveyors; pneumatic\",\r\n\t\t\t\"parent\": \"8428\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842831\",\r\n\t\t\t\"text\": \"842831 - Elevators and conveyors; continuous-action, for goods and materials, specially designed for underground use, n.e.c. in item no. 8428.20\",\r\n\t\t\t\"parent\": \"8428\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842832\",\r\n\t\t\t\"text\": \"842832 - Elevators and conveyors; continuous-action, for goods or materials, bucket type, n.e.c. in item no. 8428.20 or 8428.31\",\r\n\t\t\t\"parent\": \"8428\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842833\",\r\n\t\t\t\"text\": \"842833 - Elevators and conveyors; continuous-action, for goods or materials, belt type, n.e.c. in item no. 8428.20 or 8428.31\",\r\n\t\t\t\"parent\": \"8428\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842839\",\r\n\t\t\t\"text\": \"842839 - Elevators and conveyors; continuous-action, for goods or materials, n.e.c. in item no. 8428.20, 8428.31, 8428.32 or 8428.33\",\r\n\t\t\t\"parent\": \"8428\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842840\",\r\n\t\t\t\"text\": \"842840 - Escalators and moving walkways\",\r\n\t\t\t\"parent\": \"8428\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842850\",\r\n\t\t\t\"text\": \"842850 - Wagon handling equipment\",\r\n\t\t\t\"parent\": \"8428\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842860\",\r\n\t\t\t\"text\": \"842860 - Teleferics, chair-lifts, ski-draglines, traction mechanisms for funiculars\",\r\n\t\t\t\"parent\": \"8428\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842870\",\r\n\t\t\t\"text\": \"842870 - Industrial robots\",\r\n\t\t\t\"parent\": \"8428\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842890\",\r\n\t\t\t\"text\": \"842890 - Lifting, handling, loading or unloading machinery; n.e.c. in heading no. 8425, 8426, 8427 or 8428\",\r\n\t\t\t\"parent\": \"8428\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8429\",\r\n\t\t\t\"text\": \"8429 - Bulldozers, graders, levellers, scrapers, angledozers, mechanical shovels, excavators, shovel loaders, tamping machines and road rollers, self-propelled\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842911\",\r\n\t\t\t\"text\": \"842911 - Bulldozers and angledozers; self-propelled, track laying\",\r\n\t\t\t\"parent\": \"8429\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842919\",\r\n\t\t\t\"text\": \"842919 - Bulldozers and angledozers; self-propelled, other than track laying\",\r\n\t\t\t\"parent\": \"8429\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842920\",\r\n\t\t\t\"text\": \"842920 - Graders and levellers\",\r\n\t\t\t\"parent\": \"8429\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842930\",\r\n\t\t\t\"text\": \"842930 - Scrapers; self-propelled\",\r\n\t\t\t\"parent\": \"8429\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842940\",\r\n\t\t\t\"text\": \"842940 - Tamping machines and road rollers; self-propelled\",\r\n\t\t\t\"parent\": \"8429\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842951\",\r\n\t\t\t\"text\": \"842951 - Front-end shovel loaders\",\r\n\t\t\t\"parent\": \"8429\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842952\",\r\n\t\t\t\"text\": \"842952 - Mechanical shovels, excavators and shovel loaders; with a 360 degree revolving super structure\",\r\n\t\t\t\"parent\": \"8429\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"842959\",\r\n\t\t\t\"text\": \"842959 - Mechanical shovels, excavators and shovel loaders; n.e.c. in item no. 8429.50\",\r\n\t\t\t\"parent\": \"8429\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8430\",\r\n\t\t\t\"text\": \"8430 - Moving, grading, levelling, scraping, excavating, tamping, compacting, extracting or boring machinery, for earth, minerals, or ores; pile drivers and extractors; snow ploughs and snow blowers\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843010\",\r\n\t\t\t\"text\": \"843010 - Pile-drivers and pile-extractors\",\r\n\t\t\t\"parent\": \"8430\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843020\",\r\n\t\t\t\"text\": \"843020 - Snow-ploughs and snow-blowers\",\r\n\t\t\t\"parent\": \"8430\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843031\",\r\n\t\t\t\"text\": \"843031 - Coal or rock cutters and tunnelling machinery; self-propelled\",\r\n\t\t\t\"parent\": \"8430\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843039\",\r\n\t\t\t\"text\": \"843039 - Coal or rock cutters and tunnelling machinery; not self-propelled\",\r\n\t\t\t\"parent\": \"8430\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843041\",\r\n\t\t\t\"text\": \"843041 - Boring or sinking machinery; self-propelled, n.e.c. in heading no. 8430\",\r\n\t\t\t\"parent\": \"8430\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843049\",\r\n\t\t\t\"text\": \"843049 - Boring and sinking machinery; not self-propelled\",\r\n\t\t\t\"parent\": \"8430\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843050\",\r\n\t\t\t\"text\": \"843050 - Machinery; for handling earth, minerals or ores, self-propelled, n.e.c. in heading no. 8430\",\r\n\t\t\t\"parent\": \"8430\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843061\",\r\n\t\t\t\"text\": \"843061 - Machinery; for tamping or compacting, not self-propelled\",\r\n\t\t\t\"parent\": \"8430\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843062\",\r\n\t\t\t\"text\": \"843062 - Scrapers, not self-propelled\",\r\n\t\t\t\"parent\": \"8430\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843069\",\r\n\t\t\t\"text\": \"843069 - Machinery; for moving, levelling, scraping, grading, excavating earth minerals or ores; not self propelled n.e.c in 84.30\",\r\n\t\t\t\"parent\": \"8430\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8431\",\r\n\t\t\t\"text\": \"8431 - Machinery parts; used solely or principally with the machinery of heading no. 8425 to 8430\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843110\",\r\n\t\t\t\"text\": \"843110 - Machinery; parts of the machinery of heading no. 8425\",\r\n\t\t\t\"parent\": \"8431\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843120\",\r\n\t\t\t\"text\": \"843120 - Machinery; parts of the machinery of heading no. 8427\",\r\n\t\t\t\"parent\": \"8431\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843131\",\r\n\t\t\t\"text\": \"843131 - Lifts, skip hoists or escalators; parts thereof\",\r\n\t\t\t\"parent\": \"8431\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843139\",\r\n\t\t\t\"text\": \"843139 - Machinery; parts of the machinery of heading no. 8428, (other than lifts, skip hoists or escalators)\",\r\n\t\t\t\"parent\": \"8431\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843141\",\r\n\t\t\t\"text\": \"843141 - Machinery parts; buckets, shovels, grabs and grips, for the machinery of heading no. 8426 and 8430\",\r\n\t\t\t\"parent\": \"8431\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843142\",\r\n\t\t\t\"text\": \"843142 - Machinery parts; bulldozer or angledozer blades\",\r\n\t\t\t\"parent\": \"8431\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843143\",\r\n\t\t\t\"text\": \"843143 - Boring or sinking machinery; parts for boring or sinking machinery of subheading 8430.41 or 8430.49\",\r\n\t\t\t\"parent\": \"8431\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843149\",\r\n\t\t\t\"text\": \"843149 - Machinery; parts of machines handling earth, minerals or ores and n.e.c. in heading no. 8431\",\r\n\t\t\t\"parent\": \"8431\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8432\",\r\n\t\t\t\"text\": \"8432 - Agricultural, horticultural or forestry machinery for soil preparation or cultivation; lawn or sports-ground rollers\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843210\",\r\n\t\t\t\"text\": \"843210 - Ploughs; for soil preparation\",\r\n\t\t\t\"parent\": \"8432\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843221\",\r\n\t\t\t\"text\": \"843221 - Harrows; disc harrows\",\r\n\t\t\t\"parent\": \"8432\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843229\",\r\n\t\t\t\"text\": \"843229 - Harrows; (excluding disc), scarifiers, cultivators, weeders and hoes\",\r\n\t\t\t\"parent\": \"8432\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843230\",\r\n\t\t\t\"text\": \"843230 - Seeders, planters and transplanters\",\r\n\t\t\t\"parent\": \"8432\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843231\",\r\n\t\t\t\"text\": \"843231 - Seeders, planters and transplanters; no-till direct seeders, planters and transplanters\",\r\n\t\t\t\"parent\": \"8432\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843239\",\r\n\t\t\t\"text\": \"843239 - Seeders, planters and transplanters; other than no-till direct seeders, planters and transplanters\",\r\n\t\t\t\"parent\": \"8432\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843240\",\r\n\t\t\t\"text\": \"843240 - Spreaders and distributors; for manure and fertilizers, for agricultural, horticultural or forestry use\",\r\n\t\t\t\"parent\": \"8432\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843241\",\r\n\t\t\t\"text\": \"843241 - Spreaders and distributors; for manure and fertilizers, for agricultural, horticultural or forestry use; manure spreaders\",\r\n\t\t\t\"parent\": \"8432\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843242\",\r\n\t\t\t\"text\": \"843242 - Spreaders and distributors; for manure and fertilizers, for agricultural, horticultural or forestry use; fertiliser distributors\",\r\n\t\t\t\"parent\": \"8432\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843280\",\r\n\t\t\t\"text\": \"843280 - Rollers; for lawns or sports-grounds\",\r\n\t\t\t\"parent\": \"8432\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843290\",\r\n\t\t\t\"text\": \"843290 - Machinery; parts of machinery for soil preparation or cultivation or for rollers for lawns or sports-grounds\",\r\n\t\t\t\"parent\": \"8432\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8433\",\r\n\t\t\t\"text\": \"8433 - Harvesting and threshing machinery, straw and fodder balers, grass or hay mowers; machines for cleaning, sorting or grading eggs, fruit or other agricultural produce, other than machinery of heading no 8437\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843311\",\r\n\t\t\t\"text\": \"843311 - Mowers; lawn, parks or sports-grounds, powered, with the cutting device rotating in a horizontal plane\",\r\n\t\t\t\"parent\": \"8433\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843319\",\r\n\t\t\t\"text\": \"843319 - Mowers; for lawns, parks or sports-grounds, other than with the cutting device rotating in a horizontal plane\",\r\n\t\t\t\"parent\": \"8433\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843320\",\r\n\t\t\t\"text\": \"843320 - Mowers; n.e.c. in item no. 8433.1 (including cutter bars for tractor mounting)\",\r\n\t\t\t\"parent\": \"8433\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843330\",\r\n\t\t\t\"text\": \"843330 - Haymaking machinery\",\r\n\t\t\t\"parent\": \"8433\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843340\",\r\n\t\t\t\"text\": \"843340 - Balers; straw or fodder balers, including pick-up balers\",\r\n\t\t\t\"parent\": \"8433\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843351\",\r\n\t\t\t\"text\": \"843351 - Combine harvester-threshers\",\r\n\t\t\t\"parent\": \"8433\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843352\",\r\n\t\t\t\"text\": \"843352 - Threshing machinery; other than combine harvester-threshers\",\r\n\t\t\t\"parent\": \"8433\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843353\",\r\n\t\t\t\"text\": \"843353 - Harvesting machinery; for roots or tubers\",\r\n\t\t\t\"parent\": \"8433\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843359\",\r\n\t\t\t\"text\": \"843359 - Harvesting machinery; n.e.c. in heading no. 8433\",\r\n\t\t\t\"parent\": \"8433\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843360\",\r\n\t\t\t\"text\": \"843360 - Machines; for cleaning, sorting or grading eggs, fruit or other agricultural produce\",\r\n\t\t\t\"parent\": \"8433\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843390\",\r\n\t\t\t\"text\": \"843390 - Harvesting machinery; parts, including parts of threshing machinery, straw or fodder balers and grass or hay mowers\",\r\n\t\t\t\"parent\": \"8433\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8434\",\r\n\t\t\t\"text\": \"8434 - Milking machines and dairy machinery\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843410\",\r\n\t\t\t\"text\": \"843410 - Milking machines\",\r\n\t\t\t\"parent\": \"8434\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843420\",\r\n\t\t\t\"text\": \"843420 - Dairy machinery\",\r\n\t\t\t\"parent\": \"8434\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843490\",\r\n\t\t\t\"text\": \"843490 - Milking machines and dairy machinery; parts thereof\",\r\n\t\t\t\"parent\": \"8434\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8435\",\r\n\t\t\t\"text\": \"8435 - Presses, crushers and similar machinery; used in the manufacture of wine, cider, fruit juices or similar beverages\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843510\",\r\n\t\t\t\"text\": \"843510 - Presses, crushers and similar machinery; used in the manufacture of wine, cider, fruit juices or similar beverages\",\r\n\t\t\t\"parent\": \"8435\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843590\",\r\n\t\t\t\"text\": \"843590 - Presses, crushers and similar machinery; parts, used in the manufacture of wine, cider, fruit juices or similar beverages\",\r\n\t\t\t\"parent\": \"8435\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8436\",\r\n\t\t\t\"text\": \"8436 - Agricultural, horticultural, forestry, poultry-keeping, bee-keeping machinery; including germination plant fitted with mechanical or thermal equipment; poultry incubators and brooders\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843610\",\r\n\t\t\t\"text\": \"843610 - Machinery; for preparing animal feeding stuffs\",\r\n\t\t\t\"parent\": \"8436\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843621\",\r\n\t\t\t\"text\": \"843621 - Poultry incubators and brooders\",\r\n\t\t\t\"parent\": \"8436\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843629\",\r\n\t\t\t\"text\": \"843629 - Poultry-keeping machinery; other than incubators and brooders\",\r\n\t\t\t\"parent\": \"8436\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843680\",\r\n\t\t\t\"text\": \"843680 - Machinery; for agricultural, horticultural or forestry use and n.e.c. in heading no. 8436\",\r\n\t\t\t\"parent\": \"8436\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843691\",\r\n\t\t\t\"text\": \"843691 - Machinery; parts of poultry-keeping machinery or poultry incubators and brooders\",\r\n\t\t\t\"parent\": \"8436\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843699\",\r\n\t\t\t\"text\": \"843699 - Machinery; parts of that machinery for agricultural, horticultural or forestry use n.e.c. in heading no. 8436\",\r\n\t\t\t\"parent\": \"8436\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8437\",\r\n\t\t\t\"text\": \"8437 - Machines for cleaning, sorting, grading seed, grain, dried leguminous vegetables; machinery used in the milling industry for the working of cereals or dried leguminous vegetables, not farm type machinery\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843710\",\r\n\t\t\t\"text\": \"843710 - Machines; for cleaning, sorting or grading seed, grain or dried leguminous vegetables\",\r\n\t\t\t\"parent\": \"8437\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843780\",\r\n\t\t\t\"text\": \"843780 - Machinery; for use in the milling industry or for the working of cereals or dried leguminous vegetables, other than farm-type machinery\",\r\n\t\t\t\"parent\": \"8437\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843790\",\r\n\t\t\t\"text\": \"843790 - Machines; parts of those for cleaning, sorting or grading seed, grain or dried leguminous vegetables or for milling or working cereals or dried leguminous vegetables (not farm-type machinery)\",\r\n\t\t\t\"parent\": \"8437\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8438\",\r\n\t\t\t\"text\": \"8438 - Machinery n.e.c. in this chapter, for the industrial preparation or manufacture of food or drink; other than machinery for extraction or preparation of animal or fixed vegetable or microbial fats or oils\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843810\",\r\n\t\t\t\"text\": \"843810 - Machinery; industrial, for bakery and for the manufacture of macaroni, spaghetti or similar products\",\r\n\t\t\t\"parent\": \"8438\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843820\",\r\n\t\t\t\"text\": \"843820 - Machinery; industrial, for the manufacture of confectionery, cocoa or chocolate\",\r\n\t\t\t\"parent\": \"8438\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843830\",\r\n\t\t\t\"text\": \"843830 - Machinery; industrial, for sugar manufacture\",\r\n\t\t\t\"parent\": \"8438\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843840\",\r\n\t\t\t\"text\": \"843840 - Machinery; industrial, brewery machinery\",\r\n\t\t\t\"parent\": \"8438\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843850\",\r\n\t\t\t\"text\": \"843850 - Machinery; industrial, for the preparation of meat or poultry\",\r\n\t\t\t\"parent\": \"8438\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843860\",\r\n\t\t\t\"text\": \"843860 - Machinery; industrial, for the preparation of fruits, nuts or vegetables\",\r\n\t\t\t\"parent\": \"8438\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843880\",\r\n\t\t\t\"text\": \"843880 - Machinery; used in the industrial preparation or manufacture of food or drink, n.e.c. in heading no. 8438\",\r\n\t\t\t\"parent\": \"8438\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843890\",\r\n\t\t\t\"text\": \"843890 - Machinery; parts of those machines used in the industrial preparation or manufacture of food or drink\",\r\n\t\t\t\"parent\": \"8438\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8439\",\r\n\t\t\t\"text\": \"8439 - Machinery; for making pulp of fibrous cellulosic material, or for making or finishing paper or paperboard\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843910\",\r\n\t\t\t\"text\": \"843910 - Machinery; for making pulp of fibrous cellulosic material\",\r\n\t\t\t\"parent\": \"8439\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843920\",\r\n\t\t\t\"text\": \"843920 - Machinery; for making paper or paperboard\",\r\n\t\t\t\"parent\": \"8439\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843930\",\r\n\t\t\t\"text\": \"843930 - Machinery; for finishing paper or paperboard\",\r\n\t\t\t\"parent\": \"8439\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843991\",\r\n\t\t\t\"text\": \"843991 - Machinery; parts of machinery for making pulp of fibrous cellulosic material\",\r\n\t\t\t\"parent\": \"8439\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"843999\",\r\n\t\t\t\"text\": \"843999 - Machinery; parts of machinery for making or finishing paper or paperboard\",\r\n\t\t\t\"parent\": \"8439\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8440\",\r\n\t\t\t\"text\": \"8440 - Book-binding machinery; including book-sewing machines\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844010\",\r\n\t\t\t\"text\": \"844010 - Book-binding machinery; including book-sewing machines\",\r\n\t\t\t\"parent\": \"8440\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844090\",\r\n\t\t\t\"text\": \"844090 - Book-binding machinery; including book-sewing machines, parts thereof\",\r\n\t\t\t\"parent\": \"8440\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8441\",\r\n\t\t\t\"text\": \"8441 - Machines; for making up paper pulp, paper or paperboard, including cutting machines of all kinds\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844110\",\r\n\t\t\t\"text\": \"844110 - Machines; cutting, of all kinds, for making up paper pulp, paper or paperboard\",\r\n\t\t\t\"parent\": \"8441\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844120\",\r\n\t\t\t\"text\": \"844120 - Machines; for making bags, sacks or envelopes of paper pulp, paper or paperboard\",\r\n\t\t\t\"parent\": \"8441\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844130\",\r\n\t\t\t\"text\": \"844130 - Machines; for making cartons, boxes, cases, tubes, drums or similar containers (other than by moulding), of paper pulp, paper or paperboard\",\r\n\t\t\t\"parent\": \"8441\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844140\",\r\n\t\t\t\"text\": \"844140 - Machines; for moulding articles, in paper pulp, paper or paperboard\",\r\n\t\t\t\"parent\": \"8441\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844180\",\r\n\t\t\t\"text\": \"844180 - Machinery; n.e.c. in heading no. 8441, for making up paper pulp, paper or paperboard\",\r\n\t\t\t\"parent\": \"8441\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844190\",\r\n\t\t\t\"text\": \"844190 - Machinery; parts of machinery for making up paper pulp, paper or paperboard, including cutting machines of all kinds\",\r\n\t\t\t\"parent\": \"8441\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8442\",\r\n\t\t\t\"text\": \"8442 - Machinery, apparatus and equipment (excluding machines of headings 8456 to 8465) for preparing or making printing components; plates, cylinders and other printing components; lithographic stones prepared for printing purposes\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844210\",\r\n\t\t\t\"text\": \"844210 - Photo-typesetting and composing machines\",\r\n\t\t\t\"parent\": \"8442\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844220\",\r\n\t\t\t\"text\": \"844220 - Typesetting equipment other than photo\",\r\n\t\t\t\"parent\": \"8442\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844230\",\r\n\t\t\t\"text\": \"844230 - Machinery, apparatus and equipment (excluding machines of heading no. 8456 to 8465) for preparing or making printing components\",\r\n\t\t\t\"parent\": \"8442\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844240\",\r\n\t\t\t\"text\": \"844240 - Machinery, apparatus and equipment (excluding machines of heading no. 8456 to 8465) for preparing or making printing components; parts thereof\",\r\n\t\t\t\"parent\": \"8442\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844250\",\r\n\t\t\t\"text\": \"844250 - Plates, cylinders and other printing components; lithographic stones prepared for printing purposes (for example, planed, grained or polished)\",\r\n\t\t\t\"parent\": \"8442\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8443\",\r\n\t\t\t\"text\": \"8443 - Printing machinery; used for printing by means of plates, cylinders and other printing components of heading 84.42; other printers, copying machines and facsimile machines, whether or not combined; parts and accessories thereof\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844311\",\r\n\t\t\t\"text\": \"844311 - Printing machinery; offset, reel-fed\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844312\",\r\n\t\t\t\"text\": \"844312 - Printing machinery; offset, sheet-fed, office type (sheet size not exceeding 22 x 36cm in the unfolded state)\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844313\",\r\n\t\t\t\"text\": \"844313 - Printing machinery; offset, n.e.c. in item no. 8443.1\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844314\",\r\n\t\t\t\"text\": \"844314 - Printing machinery; letterpress, reel-fed, excluding flexographic printing\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844315\",\r\n\t\t\t\"text\": \"844315 - Printing machinery; letterpress, other than reel-fed, excluding flexographic printing\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844316\",\r\n\t\t\t\"text\": \"844316 - Printing machinery; flexographic\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844317\",\r\n\t\t\t\"text\": \"844317 - Printing machinery; gravure\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844319\",\r\n\t\t\t\"text\": \"844319 - Printing machinery; used for printing by means of plates, cylinders and other printing components of heading 84.42, n.e.c. in item no. 8443.1\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844321\",\r\n\t\t\t\"text\": \"844321 - Reel fed letterpress printers except flexographic\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844329\",\r\n\t\t\t\"text\": \"844329 - Letterpress printing machinery nes except flexographi\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844330\",\r\n\t\t\t\"text\": \"844330 - Flexographic printing machinery\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844331\",\r\n\t\t\t\"text\": \"844331 - Printing, copying, and facsimile machines; machines which perform two or more of the functions of printing, copying or facsimile transmission, capable of connecting to an automatic data processing machine or to a network\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844332\",\r\n\t\t\t\"text\": \"844332 - Printing, copying, and facsimile machines; single-function printing, copying or facsimile machines, capable of connecting to an automatic data processing machine or to a network\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844339\",\r\n\t\t\t\"text\": \"844339 - Printing, copying, and facsimile machines; single-function printing, copying or facsimile machines, not capable of connecting to an automatic data processing machine or to a network\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844340\",\r\n\t\t\t\"text\": \"844340 - Gravure printing machinery\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844350\",\r\n\t\t\t\"text\": \"844350 - Printing machinery nes\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844351\",\r\n\t\t\t\"text\": \"844351 - Ink-jet printing machine\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844359\",\r\n\t\t\t\"text\": \"844359 - Printing machinery nes\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844360\",\r\n\t\t\t\"text\": \"844360 - Machines for uses ancillary to printing\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844390\",\r\n\t\t\t\"text\": \"844390 - Parts of printing machinery and ancillary equipment\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844391\",\r\n\t\t\t\"text\": \"844391 - Printing machinery used for printing by means of plates, cylinders and other printing components of heading 8442; parts and accessories\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844399\",\r\n\t\t\t\"text\": \"844399 - Printing machinery; parts and accessories, n.e.c. in item no. 8443.91\",\r\n\t\t\t\"parent\": \"8443\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8444\",\r\n\t\t\t\"text\": \"8444 - Textile machinery; for extruding, drawing, texturing or cutting man-made textile materials\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844400\",\r\n\t\t\t\"text\": \"844400 - Textile machinery; for extruding, drawing, texturing or cutting man-made textile materials\",\r\n\t\t\t\"parent\": \"8444\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8445\",\r\n\t\t\t\"text\": \"8445 - Textile machinery; spinning, doubling, twisting machines, textile reeling or winding machines and machines for preparing textile yarns for use on machines of heading no. 8446 and 8447\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844511\",\r\n\t\t\t\"text\": \"844511 - Textile machinery; carding machines for preparing textile fibres\",\r\n\t\t\t\"parent\": \"8445\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844512\",\r\n\t\t\t\"text\": \"844512 - Textile machinery; combing machines for preparing textile fibres\",\r\n\t\t\t\"parent\": \"8445\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844513\",\r\n\t\t\t\"text\": \"844513 - Textile machinery; drawing or roving machines for preparing textile fibres\",\r\n\t\t\t\"parent\": \"8445\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844519\",\r\n\t\t\t\"text\": \"844519 - Textile machinery; n.e.c. in heading no. 8445, for preparing textile fibres\",\r\n\t\t\t\"parent\": \"8445\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844520\",\r\n\t\t\t\"text\": \"844520 - Textile machinery; spinning machines\",\r\n\t\t\t\"parent\": \"8445\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844530\",\r\n\t\t\t\"text\": \"844530 - Textile machinery; doubling or twisting machines\",\r\n\t\t\t\"parent\": \"8445\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844540\",\r\n\t\t\t\"text\": \"844540 - Textile machinery; winding (including weft-winding) or reeling machines\",\r\n\t\t\t\"parent\": \"8445\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844590\",\r\n\t\t\t\"text\": \"844590 - Textile machinery; involved in textile fibre or textile yarn preparation and n.e.c. in heading no. 8445\",\r\n\t\t\t\"parent\": \"8445\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8446\",\r\n\t\t\t\"text\": \"8446 - Weaving machines (looms)\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844610\",\r\n\t\t\t\"text\": \"844610 - Weaving machines (looms); for weaving fabrics of a width 30cm or less\",\r\n\t\t\t\"parent\": \"8446\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844621\",\r\n\t\t\t\"text\": \"844621 - Weaving machines (looms); for weaving fabrics of a width exceeding 30cm, shuttle type, power looms\",\r\n\t\t\t\"parent\": \"8446\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844629\",\r\n\t\t\t\"text\": \"844629 - Weaving machines (looms); for weaving fabrics of a width exceeding 30cm, shuttle type, other than power looms\",\r\n\t\t\t\"parent\": \"8446\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844630\",\r\n\t\t\t\"text\": \"844630 - Weaving machines (looms); for weaving fabrics of a width exceeding 30cm, shuttleless type\",\r\n\t\t\t\"parent\": \"8446\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8447\",\r\n\t\t\t\"text\": \"8447 - Knitting machines, stitch-bonding machines and machines for making gimped yarn, tulle, lace, embroidery, trimmings, braid or net and machines for tufting\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844711\",\r\n\t\t\t\"text\": \"844711 - Knitting machines; circular, with cylinder diameter not exceeding 165mm\",\r\n\t\t\t\"parent\": \"8447\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844712\",\r\n\t\t\t\"text\": \"844712 - Knitting machines; circular, with cylinder diameter exceeding 165mm\",\r\n\t\t\t\"parent\": \"8447\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844720\",\r\n\t\t\t\"text\": \"844720 - Knitting machines; flat, stitch-bonding machines\",\r\n\t\t\t\"parent\": \"8447\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844790\",\r\n\t\t\t\"text\": \"844790 - Machines; for making gimped yarn, tulle, lace, embroidery, trimmings, braid or net and machines for tufting\",\r\n\t\t\t\"parent\": \"8447\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8448\",\r\n\t\t\t\"text\": \"8448 - Machinery, auxiliary; for use with machines of heading no. 8444 to 8447 (e.g. dobbies, jacquards, automatic stop motions, shuttle changing mechanisms) parts, accessories for machines of heading no. 8444, 8447\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844811\",\r\n\t\t\t\"text\": \"844811 - Machinery, auxiliary; dobbies and jacquards, card reducing, copying, punching or assembling machines for use therewith\",\r\n\t\t\t\"parent\": \"8448\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844819\",\r\n\t\t\t\"text\": \"844819 - Machinery, auxiliary; for machines of heading no. 8444, 8445, 8446 or 8447, n.e.c. in item no. 8448.11\",\r\n\t\t\t\"parent\": \"8448\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844820\",\r\n\t\t\t\"text\": \"844820 - Machines; parts and accessories of machines or auxiliary machinery of heading no. 8444\",\r\n\t\t\t\"parent\": \"8448\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844831\",\r\n\t\t\t\"text\": \"844831 - Machines, card clothing; parts and accessories\",\r\n\t\t\t\"parent\": \"8448\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844832\",\r\n\t\t\t\"text\": \"844832 - Machines; parts and accessories of machines or auxiliary machinery for preparing textile fibres, other than card clothing\",\r\n\t\t\t\"parent\": \"8448\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844833\",\r\n\t\t\t\"text\": \"844833 - Machines; parts and accessories of machines or auxiliary machinery, spindles, spindle flyers, spinning rings and ring travellers\",\r\n\t\t\t\"parent\": \"8448\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844839\",\r\n\t\t\t\"text\": \"844839 - Machines; parts and accessories of machines or auxiliary machinery of heading no. 8445, n.e.c. in item no. 8448.3\",\r\n\t\t\t\"parent\": \"8448\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844841\",\r\n\t\t\t\"text\": \"844841 - Shuttles for weaving machines (looms)\",\r\n\t\t\t\"parent\": \"8448\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844842\",\r\n\t\t\t\"text\": \"844842 - Weaving machines (looms); parts including their auxiliary machinery, and accessories thereof, reeds for looms, healds and heald-frames\",\r\n\t\t\t\"parent\": \"8448\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844849\",\r\n\t\t\t\"text\": \"844849 - Weaving machines (looms); parts including their auxiliary machinery, and accessories thereof n.e.c. in item no. 8448.4\",\r\n\t\t\t\"parent\": \"8448\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844851\",\r\n\t\t\t\"text\": \"844851 - Machines; parts and accessories of machines of heading no. 8447 or auxiliary machinery, sinkers, needles and other articles used in forming stitches\",\r\n\t\t\t\"parent\": \"8448\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844859\",\r\n\t\t\t\"text\": \"844859 - Machines; parts and accessories of machines or auxiliary machinery of heading no. 8447, other than sinkers, needles and other articles used in forming stitches\",\r\n\t\t\t\"parent\": \"8448\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8449\",\r\n\t\t\t\"text\": \"8449 - Machinery; for manufacture or finishing felt or non-wovens in the piece or in shapes, including machinery for making felt hats, blocks for making hats\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"844900\",\r\n\t\t\t\"text\": \"844900 - Machinery; for manufacture or finishing felt or non-wovens in the piece or in shapes, including machinery for making felt hats, blocks for making hats\",\r\n\t\t\t\"parent\": \"8449\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8450\",\r\n\t\t\t\"text\": \"8450 - Household or laundry-type washing machines; including machines which both wash and dry\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845011\",\r\n\t\t\t\"text\": \"845011 - Washing machines; household or laundry-type, fully-automatic, (of a dry linen capacity not exceeding 10kg)\",\r\n\t\t\t\"parent\": \"8450\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845012\",\r\n\t\t\t\"text\": \"845012 - Washing machines; household or laundry-type, with built-in centrifugal drier, (not fully-automatic), of a dry linen capacity not exceeding 10kg\",\r\n\t\t\t\"parent\": \"8450\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845019\",\r\n\t\t\t\"text\": \"845019 - Washing machines; household or laundry-type, not fully-automatic, without built-in centrifugal drier, of a dry linen capacity not exceeding 10kg\",\r\n\t\t\t\"parent\": \"8450\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845020\",\r\n\t\t\t\"text\": \"845020 - Washing machines; household or laundry-type, of a dry linen capacity exceeding 10kg\",\r\n\t\t\t\"parent\": \"8450\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845090\",\r\n\t\t\t\"text\": \"845090 - Washing machines; parts for household or laundry-type\",\r\n\t\t\t\"parent\": \"8450\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8451\",\r\n\t\t\t\"text\": \"8451 - Machinery (not of heading no. 8450) for washing, cleaning, wringing, drying, ironing, pressing, bleaching, dyeing, dressing, finishing, coating or impregnating textile yarn, fabrics or made up articles\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845110\",\r\n\t\t\t\"text\": \"845110 - Dry-cleaning machines\",\r\n\t\t\t\"parent\": \"8451\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845121\",\r\n\t\t\t\"text\": \"845121 - Drying machines; of a dry linen capacity not exceeding 10kg\",\r\n\t\t\t\"parent\": \"8451\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845129\",\r\n\t\t\t\"text\": \"845129 - Drying machines; of a dry linen capacity exceeding 10kg\",\r\n\t\t\t\"parent\": \"8451\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845130\",\r\n\t\t\t\"text\": \"845130 - Ironing machines and presses (including fusing presses)\",\r\n\t\t\t\"parent\": \"8451\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845140\",\r\n\t\t\t\"text\": \"845140 - Machines; for washing, bleaching or dyeing\",\r\n\t\t\t\"parent\": \"8451\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845150\",\r\n\t\t\t\"text\": \"845150 - Machines; for reeling, unreeling, folding, cutting or pinking textile fabrics\",\r\n\t\t\t\"parent\": \"8451\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845180\",\r\n\t\t\t\"text\": \"845180 - Machinery; for wringing, dressing, finishing, coating or impregnating textile yarns, fabrics or made up textile articles; for applying paste to base fabric used in manufacture of floor coverings\",\r\n\t\t\t\"parent\": \"8451\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845190\",\r\n\t\t\t\"text\": \"845190 - Machinery; parts, of the machinery of heading no. 8451\",\r\n\t\t\t\"parent\": \"8451\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8452\",\r\n\t\t\t\"text\": \"8452 - Sewing machines; other than book-sewing machines of heading no. 8440; furniture, bases and covers specially designed for sewing machines; sewing machine needles\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845210\",\r\n\t\t\t\"text\": \"845210 - Sewing machines; of the household type\",\r\n\t\t\t\"parent\": \"8452\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845221\",\r\n\t\t\t\"text\": \"845221 - Sewing machines; (not household type), automatic units\",\r\n\t\t\t\"parent\": \"8452\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845229\",\r\n\t\t\t\"text\": \"845229 - Sewing machines; not household or automatic unit type\",\r\n\t\t\t\"parent\": \"8452\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845230\",\r\n\t\t\t\"text\": \"845230 - Sewing machine needles\",\r\n\t\t\t\"parent\": \"8452\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845240\",\r\n\t\t\t\"text\": \"845240 - Furniture, bases & covers for sewing machines & parts thereof\",\r\n\t\t\t\"parent\": \"8452\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845290\",\r\n\t\t\t\"text\": \"845290 - Sewing machines; furniture, bases and covers for sewing machines and parts thereof, and other parts of sewing machines\",\r\n\t\t\t\"parent\": \"8452\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8453\",\r\n\t\t\t\"text\": \"8453 - Machinery for preparing, tanning or working hides, skins or leather or for making or repairing footwear or other articles of hides, skins or leather, other than sewing machines\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845310\",\r\n\t\t\t\"text\": \"845310 - Machinery; for preparing, tanning or working hides, skins or leather, other than sewing machines\",\r\n\t\t\t\"parent\": \"8453\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845320\",\r\n\t\t\t\"text\": \"845320 - Machinery; for making or repairing footwear, other than sewing machines\",\r\n\t\t\t\"parent\": \"8453\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845380\",\r\n\t\t\t\"text\": \"845380 - Machinery; for making or repairing articles of hides, skins or leather, other than sewing machines\",\r\n\t\t\t\"parent\": \"8453\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845390\",\r\n\t\t\t\"text\": \"845390 - Machinery; parts of those for preparing, tanning or working hides, skins or leather, for making or repairing footwear or other articles of hides, skin or leather, other than sewing machines\",\r\n\t\t\t\"parent\": \"8453\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8454\",\r\n\t\t\t\"text\": \"8454 - Converters, ladles, ingot moulds and casting machines; of a kind used metallurgy or in metal foundries\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845410\",\r\n\t\t\t\"text\": \"845410 - Converters; of a type used in metallurgy or in metal foundries\",\r\n\t\t\t\"parent\": \"8454\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845420\",\r\n\t\t\t\"text\": \"845420 - Ingot moulds and ladles; of a kind used in metallurgy or in metal foundries\",\r\n\t\t\t\"parent\": \"8454\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845430\",\r\n\t\t\t\"text\": \"845430 - Casting machines; of a kind used in metallurgy or in metal foundries\",\r\n\t\t\t\"parent\": \"8454\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845490\",\r\n\t\t\t\"text\": \"845490 - Machines; parts of converters, ladles, ingot moulds and casting machines, of a kind used in metallurgy or in metal foundries\",\r\n\t\t\t\"parent\": \"8454\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8455\",\r\n\t\t\t\"text\": \"8455 - Metal-rolling mills and rolls therefor\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845510\",\r\n\t\t\t\"text\": \"845510 - Metal-rolling mills; tube mills\",\r\n\t\t\t\"parent\": \"8455\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845521\",\r\n\t\t\t\"text\": \"845521 - Metal-rolling mills; hot or combination hot and cold rolling mills\",\r\n\t\t\t\"parent\": \"8455\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845522\",\r\n\t\t\t\"text\": \"845522 - Metal-rolling mills; cold\",\r\n\t\t\t\"parent\": \"8455\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845530\",\r\n\t\t\t\"text\": \"845530 - Metal-rolling mills; rolls thereof\",\r\n\t\t\t\"parent\": \"8455\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845590\",\r\n\t\t\t\"text\": \"845590 - Metal-rolling mills; parts thereof\",\r\n\t\t\t\"parent\": \"8455\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8456\",\r\n\t\t\t\"text\": \"8456 - Machine-tools; for working any material by removal of material, by laser or other light or photon beam, ultrasonic, electro-discharge, electro-chemical, electron beam, ionic-beam, or plasma arc processes; water-jet cutting machines\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845610\",\r\n\t\t\t\"text\": \"845610 - Machine-tools; for working any material by removal of material, operated by laser or other light or photon beam processes\",\r\n\t\t\t\"parent\": \"8456\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845611\",\r\n\t\t\t\"text\": \"845611 - Machine-tools; for working any material by removal of material; operated by laser\",\r\n\t\t\t\"parent\": \"8456\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845612\",\r\n\t\t\t\"text\": \"845612 - Machine-tools; for working any material by removal of material; operated by other light or photon beam processes (not laser)\",\r\n\t\t\t\"parent\": \"8456\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845620\",\r\n\t\t\t\"text\": \"845620 - Machine-tools; for working any material by removal of material, operated by ultrasonic processes\",\r\n\t\t\t\"parent\": \"8456\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845630\",\r\n\t\t\t\"text\": \"845630 - Machine-tools; for working any material by removal of material, operated by electro-discharge processes\",\r\n\t\t\t\"parent\": \"8456\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845640\",\r\n\t\t\t\"text\": \"845640 - Machine tools; for working any material by removal of material; operated by plasma arc processes;\",\r\n\t\t\t\"parent\": \"8456\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845650\",\r\n\t\t\t\"text\": \"845650 - Machine tools; for working any material by removal of material; operated by water-jet cutting machines\",\r\n\t\t\t\"parent\": \"8456\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845690\",\r\n\t\t\t\"text\": \"845690 - Machine tools; for working any material by removal of material; operated by other processes n.e.c. in heading 8456\",\r\n\t\t\t\"parent\": \"8456\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845691\",\r\n\t\t\t\"text\": \"845691 - Mach-tls f dry-etching p\",\r\n\t\t\t\"parent\": \"8456\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845699\",\r\n\t\t\t\"text\": \"845699 - Mach-tls f work mat by r\",\r\n\t\t\t\"parent\": \"8456\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8457\",\r\n\t\t\t\"text\": \"8457 - Machining centres, unit construction machines (single station) and multi-station transfer machines for working metal\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845710\",\r\n\t\t\t\"text\": \"845710 - Machining centres; for working metal\",\r\n\t\t\t\"parent\": \"8457\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845720\",\r\n\t\t\t\"text\": \"845720 - Machines; unit construction machines (single station), for working metal\",\r\n\t\t\t\"parent\": \"8457\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845730\",\r\n\t\t\t\"text\": \"845730 - Metal machines; multi-station transfer machines, for working metal\",\r\n\t\t\t\"parent\": \"8457\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8458\",\r\n\t\t\t\"text\": \"8458 - Lathes for removing metal\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845811\",\r\n\t\t\t\"text\": \"845811 - Lathes; for removing metal, horizontal, numerically controlled\",\r\n\t\t\t\"parent\": \"8458\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845819\",\r\n\t\t\t\"text\": \"845819 - Lathes; for removing metal, horizontal, other than numerically controlled\",\r\n\t\t\t\"parent\": \"8458\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845891\",\r\n\t\t\t\"text\": \"845891 - Lathes; for removing metal, numerically controlled, other than horizontal lathes\",\r\n\t\t\t\"parent\": \"8458\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845899\",\r\n\t\t\t\"text\": \"845899 - Lathes; for removing metal, other than horizontal or numerically controlled lathes\",\r\n\t\t\t\"parent\": \"8458\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8459\",\r\n\t\t\t\"text\": \"8459 - Machine-tools; (including way-type unit head machines) for drilling, boring, milling, threading or tapping by removing metal, other than lathes of heading no. 8458\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845910\",\r\n\t\t\t\"text\": \"845910 - Machine-tools; way-type unit head machines, for drilling, boring, milling, threading or tapping by removing metal, other than lathes of heading no. 8458\",\r\n\t\t\t\"parent\": \"8459\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845921\",\r\n\t\t\t\"text\": \"845921 - Machine-tools; for drilling by removing metal, numerically controlled\",\r\n\t\t\t\"parent\": \"8459\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845929\",\r\n\t\t\t\"text\": \"845929 - Machine-tools; for drilling by removing metal, other than numerically controlled\",\r\n\t\t\t\"parent\": \"8459\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845931\",\r\n\t\t\t\"text\": \"845931 - Machine-tools; for boring-milling by removing metal, numerically controlled\",\r\n\t\t\t\"parent\": \"8459\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845939\",\r\n\t\t\t\"text\": \"845939 - Machine-tools; for boring-milling by removing metal, other than numerically controlled\",\r\n\t\t\t\"parent\": \"8459\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845940\",\r\n\t\t\t\"text\": \"845940 - Machine-tools; for boring by removing metal, n.e.c. in item no. 8459.31 and 8459.39\",\r\n\t\t\t\"parent\": \"8459\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845941\",\r\n\t\t\t\"text\": \"845941 - Machine-tools; for boring by removing metal, numerically controlled boring machines, n.e.c. in heading 8459\",\r\n\t\t\t\"parent\": \"8459\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845949\",\r\n\t\t\t\"text\": \"845949 - Machine-tools; for boring by removing metal, not numerically controlled boring machines, n.e.c. in heading 8459\",\r\n\t\t\t\"parent\": \"8459\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845951\",\r\n\t\t\t\"text\": \"845951 - Machine-tools; for milling by removing metal, knee-type, numerically controlled\",\r\n\t\t\t\"parent\": \"8459\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845959\",\r\n\t\t\t\"text\": \"845959 - Machine-tools; for milling by removing metal, knee-type, other than numerically controlled\",\r\n\t\t\t\"parent\": \"8459\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845961\",\r\n\t\t\t\"text\": \"845961 - Machine-tools; for milling by removing metal, (not knee-type), numerically controlled\",\r\n\t\t\t\"parent\": \"8459\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845969\",\r\n\t\t\t\"text\": \"845969 - Machine-tools; for milling by removing metal, not knee-type, other than numerically controlled\",\r\n\t\t\t\"parent\": \"8459\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"845970\",\r\n\t\t\t\"text\": \"845970 - Machine-tools; for threading or tapping by removing metal\",\r\n\t\t\t\"parent\": \"8459\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8460\",\r\n\t\t\t\"text\": \"8460 - Machine-tools; for deburring, sharpening, grinding, honing, lapping, polishing or otherwise finishing metal, sintered metal carbides or cermets by means of grinding stones, abrasives or polishing products\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846011\",\r\n\t\t\t\"text\": \"846011 - Machine-tools; flat-surface grinding machines, in which positioning in any one axis can be set up to an accuracy of 0.01mm or better, numerically controlled\",\r\n\t\t\t\"parent\": \"8460\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846012\",\r\n\t\t\t\"text\": \"846012 - Machine-tools; flat-surface grinding machines, numerically controlled\",\r\n\t\t\t\"parent\": \"8460\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846019\",\r\n\t\t\t\"text\": \"846019 - Machine-tools; flat-surface grinding machines, other than numerically controlled\",\r\n\t\t\t\"parent\": \"8460\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846021\",\r\n\t\t\t\"text\": \"846021 - Machine-tools; grinding machines (other than flat-surface), in which positioning in any one axis can be set up to at least an accuracy of 0.01mm, numerically controlled\",\r\n\t\t\t\"parent\": \"8460\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846022\",\r\n\t\t\t\"text\": \"846022 - Machine-tools; grinding machines (excluding flat-surface), centreless, numerically controlled\",\r\n\t\t\t\"parent\": \"8460\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846023\",\r\n\t\t\t\"text\": \"846023 - Machine-tools; cylindrical grinding machines (excluding flat-surface and centreless), numerically controlled\",\r\n\t\t\t\"parent\": \"8460\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846024\",\r\n\t\t\t\"text\": \"846024 - Machine-tools; grinding machines (excluding flat-surface, cylindrical and centreless), numerically controlled\",\r\n\t\t\t\"parent\": \"8460\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846029\",\r\n\t\t\t\"text\": \"846029 - Machine-tools; grinding machines (excluding flat-surface), other than numerically controlled\",\r\n\t\t\t\"parent\": \"8460\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846031\",\r\n\t\t\t\"text\": \"846031 - Machine-tools; sharpening (tool or cutter grinding) machines, numerically controlled\",\r\n\t\t\t\"parent\": \"8460\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846039\",\r\n\t\t\t\"text\": \"846039 - Machine-tools; sharpening (tool or cutter grinding) machines, other than numerically controlled\",\r\n\t\t\t\"parent\": \"8460\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846040\",\r\n\t\t\t\"text\": \"846040 - Machine-tools; for honing or lapping\",\r\n\t\t\t\"parent\": \"8460\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846090\",\r\n\t\t\t\"text\": \"846090 - Machine-tools; for deburring, grinding, polishing or otherwise finishing metal, sintered metal carbides or cermets by means of grinding stones, abrasives or polishing products, n.e.c. in heading no. 8460\",\r\n\t\t\t\"parent\": \"8460\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8461\",\r\n\t\t\t\"text\": \"8461 - Machine-tools; for planing, shaping, slotting, broaching, gear cutting and grinding, finishing, sawing, cutting off and other tools working by removing metal, sintered metal carbides or cermets n.e.c.\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846110\",\r\n\t\t\t\"text\": \"846110 - Metal planing machines\",\r\n\t\t\t\"parent\": \"8461\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846120\",\r\n\t\t\t\"text\": \"846120 - Machine-tools; shaping or slotting machines, working by removing metal, sintered metal carbides or cermets\",\r\n\t\t\t\"parent\": \"8461\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846130\",\r\n\t\t\t\"text\": \"846130 - Machine-tools; broaching machines, working by removing metal, sintered metal carbides or cermets\",\r\n\t\t\t\"parent\": \"8461\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846140\",\r\n\t\t\t\"text\": \"846140 - Machine-tools; gear cutting, gear grinding or gear finishing machines, working by removing metal, sintered metal carbides or cermets\",\r\n\t\t\t\"parent\": \"8461\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846150\",\r\n\t\t\t\"text\": \"846150 - Machine-tools; sawing or cutting-off machines, working by removing metal, sintered metal carbides or cermets\",\r\n\t\t\t\"parent\": \"8461\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846190\",\r\n\t\t\t\"text\": \"846190 - Machine-tools; planing machines, and other machine-tools n.e.c. in heading no. 8461; working by removing metal, sinistered metal carbides or cerments.\",\r\n\t\t\t\"parent\": \"8461\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8462\",\r\n\t\t\t\"text\": \"8462 - Machine-tools (including presses) for working metal by forging, hammering or die forging (excluding rolling mills); machine-tools (including presses, slitting lines and cut-to-length lines) for working metal by bending, folding, straightening, flattening,\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846210\",\r\n\t\t\t\"text\": \"846210 - Machine-tools; forging or die-stamping machines (including presses) and hammers, for working metal\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846211\",\r\n\t\t\t\"text\": \"846211 - Machine-tools; forging and die-forging machines (including presses), closed die forging machines, for working metal\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846219\",\r\n\t\t\t\"text\": \"846219 - Machine-tools; hot forming machines, hot hammers, for working metal\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846221\",\r\n\t\t\t\"text\": \"846221 - Machine-tools; bending, folding, straightening or flattening machines (including presses), numerically controlled, for working metal\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846222\",\r\n\t\t\t\"text\": \"846222 - Machine-tools; bending, folding, straightening or flattening machines (including press brakes) for flat products, for working metal, numerically controlled\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846223\",\r\n\t\t\t\"text\": \"846223 - Machine-tools; bending, folding, straightening or flattening machines (including presses), for working metal, numerically controlled press brakes\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846224\",\r\n\t\t\t\"text\": \"846224 - Machine-tools; bending, folding, straightening or flattening machines (including presses), for working metal, numerically controlled panel benders\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846225\",\r\n\t\t\t\"text\": \"846225 - Machine-tools; bending, folding, straightening or flattening machines (including presses), for working metal, numerically controlled roll forming machines\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846226\",\r\n\t\t\t\"text\": \"846226 - Machine-tools; bending, folding, straightening or flattening machines (including presses), for working metal, numerically controlled bending, folding, straightening or fattening machines (not press brakes, panel benders or roll forming machines)\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846229\",\r\n\t\t\t\"text\": \"846229 - Machine-tools; bending, folding, straightening or flattening machines (including press brakes), for working metal, numerically controlled n.e.c. in item 84.62.2\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846231\",\r\n\t\t\t\"text\": \"846231 - Machine-tools; shearing machines (including presses), (other than combined punching and shearing machines), numerically controlled, for working metal\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846232\",\r\n\t\t\t\"text\": \"846232 - Machine-tools; slitting lines and cut-to-length lines, for working metal\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846233\",\r\n\t\t\t\"text\": \"846233 - Machine-tools; shearing machines (excluding presses) for flat products, numerically controlled, other than combined punching and shearing machines, for working metal\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846239\",\r\n\t\t\t\"text\": \"846239 - Machine-tools; shearing machines (excluding presses) for flat products, other than numerically controlled, other than combined punching and shearing machines, for working metal\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846241\",\r\n\t\t\t\"text\": \"846241 - Machine-tools; punching or notching machines (including presses), including combined punching and shearing machines, numerically controlled, for working metal\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846242\",\r\n\t\t\t\"text\": \"846242 - Machine-tools; punching, notching or nibbling machines (excluding presses) for flat products including combined punching and shearing machines, numerically controlled, for working metal\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846249\",\r\n\t\t\t\"text\": \"846249 - Machine-tools; punching, notching or nibbling machines (excluding presses) for flat products including combined punching and shearing machines, other than numerically controlled, for working metal\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846251\",\r\n\t\t\t\"text\": \"846251 - Machine-tools; for working tube, pipe, hollow section and bar (excluding presses), for working metal, numerically controlled\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846259\",\r\n\t\t\t\"text\": \"846259 - Machine-tools; for working tube, pipe, hollow section and bar (excluding presses), for working metal, not numerically controlled\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846261\",\r\n\t\t\t\"text\": \"846261 - Machine-tools; cold metal working presses, hydraulic presses\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846262\",\r\n\t\t\t\"text\": \"846262 - Machine-tools; cold metal working presses, mechanical presses\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846263\",\r\n\t\t\t\"text\": \"846263 - Machine-tools; cold metal working presses, servo-presses\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846269\",\r\n\t\t\t\"text\": \"846269 - Machine-tools; cold metal working presses, other than hydraulic, mechanical or servo-presses\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846290\",\r\n\t\t\t\"text\": \"846290 - Machine-tools; (including presses) for working metal by forging, hammering or die-forging, for bending, folding, straightening, flattening, shearing, punching, notching or nibbling metal, n.e.c. in heading 8462\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846291\",\r\n\t\t\t\"text\": \"846291 - Machine-tools; presses for working metal or metal carbides, n.e.c. in heading no. 8462, hydraulic presses\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846299\",\r\n\t\t\t\"text\": \"846299 - Machine-tools; presses for working metal or metal carbides, n.e.c. in heading no. 8462, other than hydraulic presses\",\r\n\t\t\t\"parent\": \"8462\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8463\",\r\n\t\t\t\"text\": \"8463 - Machine-tools; n.e.c. for working metal, sintered metal carbides or cermets without removing material\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846310\",\r\n\t\t\t\"text\": \"846310 - Machine-tools; for working metal, sintered metal carbides or cermets, without removing material, draw-benches for bars, tubes, profiles, wire or the like\",\r\n\t\t\t\"parent\": \"8463\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846320\",\r\n\t\t\t\"text\": \"846320 - Machine-tools; for working metal, sintered metal carbides or cermets, without removing material, thread rolling machines\",\r\n\t\t\t\"parent\": \"8463\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846330\",\r\n\t\t\t\"text\": \"846330 - Machine-tools; machines for working wire, without removing material\",\r\n\t\t\t\"parent\": \"8463\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846390\",\r\n\t\t\t\"text\": \"846390 - Machine-tools; for working metal, sintered metal carbides or cermets, without removing material, n.e.c. in heading no. 8463\",\r\n\t\t\t\"parent\": \"8463\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8464\",\r\n\t\t\t\"text\": \"8464 - Machine-tools; for working stone, ceramics, concrete, asbestos-cement or like mineral materials or for cold working glass\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846410\",\r\n\t\t\t\"text\": \"846410 - Machine-tools; sawing machines, for working stone, ceramics, concrete, asbestos-cement or like mineral materials or for cold working glass\",\r\n\t\t\t\"parent\": \"8464\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846420\",\r\n\t\t\t\"text\": \"846420 - Machine-tools; grinding or polishing machines, for working stone, ceramics, concrete, asbestos-cement or like mineral materials or for cold working glass\",\r\n\t\t\t\"parent\": \"8464\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846490\",\r\n\t\t\t\"text\": \"846490 - Machine-tools; for working stone, ceramics, concrete, asbestos-cement or like mineral materials or for cold working glass, (other than sawing, grinding or polishing machines)\",\r\n\t\t\t\"parent\": \"8464\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8465\",\r\n\t\t\t\"text\": \"8465 - Machine-tools; (including machines for nailing, stapling, glueing or otherwise assembling) for working wood, cork, bone, hard plastics or rubber or similar hard materials\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846510\",\r\n\t\t\t\"text\": \"846510 - Machine-tools; which can carry out different types of machining operations without tool change between such operations, for working wood, cork, bone, hard rubber, hard plastics or similar\",\r\n\t\t\t\"parent\": \"8465\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846520\",\r\n\t\t\t\"text\": \"846520 - Machine-tools; for working wood, cork, bone, hard rubber, hard plastics or similar hard materials; machining centres\",\r\n\t\t\t\"parent\": \"8465\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846591\",\r\n\t\t\t\"text\": \"846591 - Machine-tools; for working wood, cork, bone, hard rubber, hard plastics or similar hard materials; sawing machines\",\r\n\t\t\t\"parent\": \"8465\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846592\",\r\n\t\t\t\"text\": \"846592 - Machine-tools; for working wood, cork, bone, hard rubber, hard plastics or similar hard materials; planing, milling or moulding (by cutting) machines\",\r\n\t\t\t\"parent\": \"8465\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846593\",\r\n\t\t\t\"text\": \"846593 - Machine-tools; for working wood, cork, bone, hard rubber, hard plastics or similar hard materials; grinding, sanding or polishing machines\",\r\n\t\t\t\"parent\": \"8465\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846594\",\r\n\t\t\t\"text\": \"846594 - Machine-tools; for working wood, cork, bone, hard rubber, hard plastics or similar hard materials; bending or assembling machines\",\r\n\t\t\t\"parent\": \"8465\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846595\",\r\n\t\t\t\"text\": \"846595 - Machine-tools; for working wood, cork, bone, hard rubber, hard plastics or similar hard materials; drilling or morticing machines\",\r\n\t\t\t\"parent\": \"8465\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846596\",\r\n\t\t\t\"text\": \"846596 - Machine-tools; for working wood, cork, bone, hard rubber, hard plastics or similar hard materials; splitting, slicing or paring machines\",\r\n\t\t\t\"parent\": \"8465\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846599\",\r\n\t\t\t\"text\": \"846599 - Machine-tools; for working wood, cork, bone, hard rubber, hard plastics or similar hard materials; n.e.c. in heading no. 8465\",\r\n\t\t\t\"parent\": \"8465\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8466\",\r\n\t\t\t\"text\": \"8466 - Parts & accessories suited for use only/mainly with machines of headings 8456-8465, including work/tool holders, self-opening dieheads, dividing heads & other special attachments for the machines; tool holders for any type of tool for working in the hand\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846610\",\r\n\t\t\t\"text\": \"846610 - Parts & accessories suited for use solely/principally with machines of headings 8456-8465; tool holders and self-opening dieheads\",\r\n\t\t\t\"parent\": \"8466\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846620\",\r\n\t\t\t\"text\": \"846620 - Parts & accessories suited for use solely/principally with machines of headings 8456-8465; work holders\",\r\n\t\t\t\"parent\": \"8466\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846630\",\r\n\t\t\t\"text\": \"846630 - Parts & accessories suited for use solely/principally with machines of headings 8456-8465; dividing heads and other special attachments for machines\",\r\n\t\t\t\"parent\": \"8466\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846691\",\r\n\t\t\t\"text\": \"846691 - Parts & accessories suited for use solely/principally; for the machines of heading no. 8464, n.e.c. in heading no. 8466\",\r\n\t\t\t\"parent\": \"8466\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846692\",\r\n\t\t\t\"text\": \"846692 - Parts & accessories suited for use solely/principally for the machines of heading no. 8465, n.e.c. in heading no. 8466\",\r\n\t\t\t\"parent\": \"8466\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846693\",\r\n\t\t\t\"text\": \"846693 - Parts & accessories suited for use solely/principally with machines of headings 8456-8465; n.e.c. in heading no. 8466\",\r\n\t\t\t\"parent\": \"8466\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846694\",\r\n\t\t\t\"text\": \"846694 - Machine-tools; parts and accessories, for the machines of heading no. 8462 or 8463, n.e.c. in heading no. 8466\",\r\n\t\t\t\"parent\": \"8466\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8467\",\r\n\t\t\t\"text\": \"8467 - Tools; for working in the hand, pneumatic, hydraulic or with self-contained electric or non-electric motor\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846711\",\r\n\t\t\t\"text\": \"846711 - Tools; for working in the hand, pneumatic, rotary type (including combined rotary-percussion)\",\r\n\t\t\t\"parent\": \"8467\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846719\",\r\n\t\t\t\"text\": \"846719 - Tools; for working in the hand, pneumatic, other than rotary type\",\r\n\t\t\t\"parent\": \"8467\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846721\",\r\n\t\t\t\"text\": \"846721 - Tools; for working in the hand, with self-contained electric motor; drills of all kinds\",\r\n\t\t\t\"parent\": \"8467\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846722\",\r\n\t\t\t\"text\": \"846722 - Tools; for working in the hand, with self-contained electric motor; saws\",\r\n\t\t\t\"parent\": \"8467\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846729\",\r\n\t\t\t\"text\": \"846729 - Tools; for working in the hand, with self-contained electric motor; other than saws and drills\",\r\n\t\t\t\"parent\": \"8467\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846781\",\r\n\t\t\t\"text\": \"846781 - Tools; for working in the hand, chain saws with self-contained non-electric motor\",\r\n\t\t\t\"parent\": \"8467\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846789\",\r\n\t\t\t\"text\": \"846789 - Tools; for working in the hand, (other than chain saws), hydraulic or with self-contained non-electric motor, (not pneumatic)\",\r\n\t\t\t\"parent\": \"8467\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846791\",\r\n\t\t\t\"text\": \"846791 - Tools; for working in the hand, parts of chain saws, with self-contained non-electric motor\",\r\n\t\t\t\"parent\": \"8467\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846792\",\r\n\t\t\t\"text\": \"846792 - Tools; for working in the hand, parts of pneumatic tools\",\r\n\t\t\t\"parent\": \"8467\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846799\",\r\n\t\t\t\"text\": \"846799 - Tools; for working in the hand, parts thereof for other than chain saws and pneumatic tools\",\r\n\t\t\t\"parent\": \"8467\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8468\",\r\n\t\t\t\"text\": \"8468 - Machinery and apparatus for soldering, brazing, welding, whether or not capable of cutting, other than those of heading no. 8515; gas-operated surface tempering machines and appliances\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846810\",\r\n\t\t\t\"text\": \"846810 - Machinery and apparatus; hand-held blow pipes for soldering, brazing or welding, whether or not capable of cutting\",\r\n\t\t\t\"parent\": \"8468\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846820\",\r\n\t\t\t\"text\": \"846820 - Machinery and apparatus; gas operated machinery and apparatus n.e.c. in item no. 8468.10, for soldering, brazing or welding, whether or not capable of cutting\",\r\n\t\t\t\"parent\": \"8468\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846880\",\r\n\t\t\t\"text\": \"846880 - Machinery and apparatus; for soldering, brazing or welding, whether or not capable of cutting, n.e.c. in heading no. 8468\",\r\n\t\t\t\"parent\": \"8468\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846890\",\r\n\t\t\t\"text\": \"846890 - Machinery and apparatus; parts, soldering, brazing or welding, whether or not capable of cutting, parts thereof\",\r\n\t\t\t\"parent\": \"8468\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8469\",\r\n\t\t\t\"text\": \"8469 - Typewriters (other than printers of heading no. 8443) and word-processing machines\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846900\",\r\n\t\t\t\"text\": \"846900 - Typewriters (other than printers of heading no. 8443) and word-processing machines\",\r\n\t\t\t\"parent\": \"8469\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846910\",\r\n\t\t\t\"text\": \"846910 - Automatic typewriters and word-processing machines\",\r\n\t\t\t\"parent\": \"8469\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846911\",\r\n\t\t\t\"text\": \"846911 - Word-processing machines\",\r\n\t\t\t\"parent\": \"8469\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846912\",\r\n\t\t\t\"text\": \"846912 - Automatic typewriters\",\r\n\t\t\t\"parent\": \"8469\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846920\",\r\n\t\t\t\"text\": \"846920 - Typewriters,electric,nes\",\r\n\t\t\t\"parent\": \"8469\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846921\",\r\n\t\t\t\"text\": \"846921 - Typewriters, electric, > 12 kg, non-automatic\",\r\n\t\t\t\"parent\": \"8469\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846929\",\r\n\t\t\t\"text\": \"846929 - Typewriters, electric, < 12 kg, non-automatic\",\r\n\t\t\t\"parent\": \"8469\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846930\",\r\n\t\t\t\"text\": \"846930 - Typewriters,non-electric\",\r\n\t\t\t\"parent\": \"8469\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846931\",\r\n\t\t\t\"text\": \"846931 - Typewriters, non-electric, > 12 kg\",\r\n\t\t\t\"parent\": \"8469\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"846939\",\r\n\t\t\t\"text\": \"846939 - Typewriters, non-electric < 12 kg\",\r\n\t\t\t\"parent\": \"8469\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8470\",\r\n\t\t\t\"text\": \"8470 - Calculating machines and pocket-size data recording, reproducing and displaying machines with calculating functions; accounting machines, postage-franking machines, ticket-issuing machines and similar, incorporating a calculating device; cash registers\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847010\",\r\n\t\t\t\"text\": \"847010 - Calculating machines; electronic calculators capable of operation without an external source of electric power and pocket-size data recording, reproducing and displaying machines with calculating functions\",\r\n\t\t\t\"parent\": \"8470\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847021\",\r\n\t\t\t\"text\": \"847021 - Calculating machines; electronic, incorporating a printing device, needing an external source of power\",\r\n\t\t\t\"parent\": \"8470\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847029\",\r\n\t\t\t\"text\": \"847029 - Calculating machines; electronic, (not incorporating a printing device), needing an external power source\",\r\n\t\t\t\"parent\": \"8470\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847030\",\r\n\t\t\t\"text\": \"847030 - Calculating machines; non-electronic\",\r\n\t\t\t\"parent\": \"8470\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847040\",\r\n\t\t\t\"text\": \"847040 - Accounting machines\",\r\n\t\t\t\"parent\": \"8470\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847050\",\r\n\t\t\t\"text\": \"847050 - Cash registers\",\r\n\t\t\t\"parent\": \"8470\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847090\",\r\n\t\t\t\"text\": \"847090 - Machines incorporating a calculating device; n.e.c. in heading no. 8470\",\r\n\t\t\t\"parent\": \"8470\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8471\",\r\n\t\t\t\"text\": \"8471 - Automatic data processing machines and units thereof, magnetic or optical readers, machines for transcribing data onto data media in coded form and machines for processing such data, not elsewhere specified or included\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847110\",\r\n\t\t\t\"text\": \"847110 - Analogue or hybrid computers\",\r\n\t\t\t\"parent\": \"8471\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847120\",\r\n\t\t\t\"text\": \"847120 - Digital computers with cpu and input-output units\",\r\n\t\t\t\"parent\": \"8471\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847130\",\r\n\t\t\t\"text\": \"847130 - Automatic data processing machines; portable, weighing not more than 10kg, consisting of at least a central processing unit, a keyboard and a display\",\r\n\t\t\t\"parent\": \"8471\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847141\",\r\n\t\t\t\"text\": \"847141 - Automatic data processing machines; comprising in the same housing at least a central processing unit and an input and output unit, whether or not combined, n.e.c. in item no. 8471.30\",\r\n\t\t\t\"parent\": \"8471\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847149\",\r\n\t\t\t\"text\": \"847149 - Automatic data processing machines; presented in the form of systems, n.e.c. in item no. 8471.30 or 8471.41\",\r\n\t\t\t\"parent\": \"8471\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847150\",\r\n\t\t\t\"text\": \"847150 - Units of automatic data processing machines; processing units other than those of item no. 8471.41 or 8471.49, whether or not containing in the same housing one or two of the following types of unit: storage units, input units or output units\",\r\n\t\t\t\"parent\": \"8471\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847160\",\r\n\t\t\t\"text\": \"847160 - Units of automatic data processing machines; input or output units, whether or not containing storage units in the same housing\",\r\n\t\t\t\"parent\": \"8471\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847170\",\r\n\t\t\t\"text\": \"847170 - Units of automatic data processing machines; storage units\",\r\n\t\t\t\"parent\": \"8471\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847180\",\r\n\t\t\t\"text\": \"847180 - Units of automatic data processing machines; n.e.c. in item no. 8471.50, 8471.60 or 8471.70\",\r\n\t\t\t\"parent\": \"8471\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847190\",\r\n\t\t\t\"text\": \"847190 - Magnetic or optical readers, machines for transcribing data onto data media in coded form and machines for processing such data, not elsewhere specified or included\",\r\n\t\t\t\"parent\": \"8471\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847191\",\r\n\t\t\t\"text\": \"847191 - Digital computer cpu with some of storage/input/outpu\",\r\n\t\t\t\"parent\": \"8471\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847192\",\r\n\t\t\t\"text\": \"847192 - Computer input or output units\",\r\n\t\t\t\"parent\": \"8471\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847193\",\r\n\t\t\t\"text\": \"847193 - Computer data storage units\",\r\n\t\t\t\"parent\": \"8471\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847199\",\r\n\t\t\t\"text\": \"847199 - Automatic data processing machines and units, nes\",\r\n\t\t\t\"parent\": \"8471\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8472\",\r\n\t\t\t\"text\": \"8472 - Office machines; not elsewhere classified\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847210\",\r\n\t\t\t\"text\": \"847210 - Office machines; duplicating machines\",\r\n\t\t\t\"parent\": \"8472\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847220\",\r\n\t\t\t\"text\": \"847220 - Addressing machines, address plate embossing machines\",\r\n\t\t\t\"parent\": \"8472\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847230\",\r\n\t\t\t\"text\": \"847230 - Office machines; for sorting or folding mail or for inserting mail in envelopes or bands, machines for opening, closing or sealing mail and machines for affixing or cancelling postage stamps\",\r\n\t\t\t\"parent\": \"8472\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847290\",\r\n\t\t\t\"text\": \"847290 - Office machines; not elsewhere classified\",\r\n\t\t\t\"parent\": \"8472\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8473\",\r\n\t\t\t\"text\": \"8473 - Machinery; parts and accessories (other than covers, carrying cases and the like) suitable for use solely or principally with machines of headings 84.70 to 84.72\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847310\",\r\n\t\t\t\"text\": \"847310 - Typewriters and word-processing machines; parts and accessories of the machines of heading 84.69 (other than covers, carrying cases and the like)\",\r\n\t\t\t\"parent\": \"8473\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847321\",\r\n\t\t\t\"text\": \"847321 - Calculating machines; parts and accessories of the electronic calculating machines of item no. 8470.10, 8470.21 or 8470.29 (other than covers, carrying cases and the like)\",\r\n\t\t\t\"parent\": \"8473\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847329\",\r\n\t\t\t\"text\": \"847329 - Machinery; parts and accessories of the machines of item no. 8470.30. 8470.50 or 8470.90 (other than covers, carrying cases and the like)\",\r\n\t\t\t\"parent\": \"8473\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847330\",\r\n\t\t\t\"text\": \"847330 - Machinery; parts and accessories (other than covers, carrying cases and the like) of the machines of heading no. 8471\",\r\n\t\t\t\"parent\": \"8473\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847340\",\r\n\t\t\t\"text\": \"847340 - Machinery; parts and accessories (other than covers, carrying cases and the like) of the machines of heading no. 8472\",\r\n\t\t\t\"parent\": \"8473\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847350\",\r\n\t\t\t\"text\": \"847350 - Machines; parts and accessories (other than covers, carrying cases and the like) equally suitable for use with machines of two or more of the headings 8470 to 8472\",\r\n\t\t\t\"parent\": \"8473\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8474\",\r\n\t\t\t\"text\": \"8474 - Machinery for sorting, screening, separating, washing, crushing, grinding, mixing or kneading earth, stone, ores in solid form, shaping, moulding machinery for solid mineral fuels\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847410\",\r\n\t\t\t\"text\": \"847410 - Machines; for sorting, screening, separating or washing earth, stone, ores or other mineral substances\",\r\n\t\t\t\"parent\": \"8474\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847420\",\r\n\t\t\t\"text\": \"847420 - Machines; for crushing or grinding earth, stone, ores or other mineral substances\",\r\n\t\t\t\"parent\": \"8474\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847431\",\r\n\t\t\t\"text\": \"847431 - Machines; concrete or mortar mixers\",\r\n\t\t\t\"parent\": \"8474\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847432\",\r\n\t\t\t\"text\": \"847432 - Machines; for mixing mineral substances with bitumen\",\r\n\t\t\t\"parent\": \"8474\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847439\",\r\n\t\t\t\"text\": \"847439 - Machines; for mixing or kneading mineral substances, excluding concrete mixers and machines for mixing mineral substances with bitumen\",\r\n\t\t\t\"parent\": \"8474\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847480\",\r\n\t\t\t\"text\": \"847480 - Machines; for agglomerating, shaping or moulding solid mineral fuels, ceramic paste, unhardened cements, plastering materials in powder or paste form, machines for forming foundry moulds of sand\",\r\n\t\t\t\"parent\": \"8474\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847490\",\r\n\t\t\t\"text\": \"847490 - Machines, for sorting, screening, separating, washing, crushing etc mineral substances, for agglomerating, shaping or moulding solid fuels, ceramic pastes etc, for forming foundry moulds of sand; parts\",\r\n\t\t\t\"parent\": \"8474\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8475\",\r\n\t\t\t\"text\": \"8475 - Machines; for assembling electric or electronic lamps, tubes, valves, flashbulbs, in glass envelopes, machines for manufacturing or hot working glass or glassware\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847510\",\r\n\t\t\t\"text\": \"847510 - Machines; for assembling electric or electronic lamps, tubes, valves or flashbulbs, in glass envelopes\",\r\n\t\t\t\"parent\": \"8475\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847520\",\r\n\t\t\t\"text\": \"847520 - Machines for manufacturing or hot working glass nes\",\r\n\t\t\t\"parent\": \"8475\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847521\",\r\n\t\t\t\"text\": \"847521 - Machines; for manufacturing or hot working glass or glassware, for making optical fibres and preforms thereof\",\r\n\t\t\t\"parent\": \"8475\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847529\",\r\n\t\t\t\"text\": \"847529 - Machines; for manufacturing or hot working glass or glassware, not for making optical fibres and preforms thereof\",\r\n\t\t\t\"parent\": \"8475\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847590\",\r\n\t\t\t\"text\": \"847590 - Machines; parts, of those for assembling electric or electronic lamps, tubes, valves or flash-bulbs, in glass envelopes and manufacturing or hot working glass or glassware\",\r\n\t\t\t\"parent\": \"8475\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8476\",\r\n\t\t\t\"text\": \"8476 - Automatic goods-vending machines (e.g. postage stamp, cigarette, food or beverage machines), including money-changing machines\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847611\",\r\n\t\t\t\"text\": \"847611 - Automatic food-vendors with heating or refrigeration\",\r\n\t\t\t\"parent\": \"8476\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847619\",\r\n\t\t\t\"text\": \"847619 - Automatic goods-vending machines, non-food\",\r\n\t\t\t\"parent\": \"8476\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847621\",\r\n\t\t\t\"text\": \"847621 - Machines; automatic beverage-vending machines, incorporating heating or refrigerating devices\",\r\n\t\t\t\"parent\": \"8476\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847629\",\r\n\t\t\t\"text\": \"847629 - Machines; automatic beverage-vending machines, not incorporating heating or refrigerating devices\",\r\n\t\t\t\"parent\": \"8476\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847681\",\r\n\t\t\t\"text\": \"847681 - Machines; automatic goods-vending machines, (e.g. postage stamp, cigarette, food or money-changing machines, excluding beverage-vending machines), incorporating heating or refrigerating devices\",\r\n\t\t\t\"parent\": \"8476\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847689\",\r\n\t\t\t\"text\": \"847689 - Machines; automatic goods-vending machines, (e.g. postage stamp, cigarette, food or money-changing machines, excluding beverage-vending machines), not incorporating heating or refrigerating devices\",\r\n\t\t\t\"parent\": \"8476\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847690\",\r\n\t\t\t\"text\": \"847690 - Machines; parts of automatic goods-vending machines\",\r\n\t\t\t\"parent\": \"8476\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8477\",\r\n\t\t\t\"text\": \"8477 - Machinery; for working rubber or plastics or for the manufacture of products from these materials, n.e.c. in this chapter\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847710\",\r\n\t\t\t\"text\": \"847710 - Machinery; injection-moulding machines, for working rubber or plastics or for the manufacture of products from these materials\",\r\n\t\t\t\"parent\": \"8477\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847720\",\r\n\t\t\t\"text\": \"847720 - Machinery; extruders, for working rubber or plastics or for the manufacture of products from these materials\",\r\n\t\t\t\"parent\": \"8477\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847730\",\r\n\t\t\t\"text\": \"847730 - Machinery; blow moulding machines, for working rubber or plastics or for the manufacture of products from these materials\",\r\n\t\t\t\"parent\": \"8477\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847740\",\r\n\t\t\t\"text\": \"847740 - Machinery; vacuum moulding machines and other thermoforming machines, for working rubber or plastics or for the manufacture of products from these materials\",\r\n\t\t\t\"parent\": \"8477\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847751\",\r\n\t\t\t\"text\": \"847751 - Machinery; for moulding or retreading pneumatic tyres or for moulding or otherwise forming inner tubes\",\r\n\t\t\t\"parent\": \"8477\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847759\",\r\n\t\t\t\"text\": \"847759 - Machinery; for moulding or forming, for working rubber or plastics or for the manufacture of products from these materials, n.e.c. in this chapter\",\r\n\t\t\t\"parent\": \"8477\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847780\",\r\n\t\t\t\"text\": \"847780 - Machinery; for working rubber or plastics or for the manufacture of products from these materials, n.e.c. in this chapter\",\r\n\t\t\t\"parent\": \"8477\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847790\",\r\n\t\t\t\"text\": \"847790 - Machinery; parts of the machines of heading no. 8477, n.e.c. in item no. 8477.90\",\r\n\t\t\t\"parent\": \"8477\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8478\",\r\n\t\t\t\"text\": \"8478 - Machinery; for preparing or making up tobacco, n.e.c. in this chapter\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847810\",\r\n\t\t\t\"text\": \"847810 - Machinery; for preparing or making up tobacco, n.e.c. in this chapter\",\r\n\t\t\t\"parent\": \"8478\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847890\",\r\n\t\t\t\"text\": \"847890 - Machinery; parts of those for preparing or making up tobacco, n.e.c. in this chapter\",\r\n\t\t\t\"parent\": \"8478\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8479\",\r\n\t\t\t\"text\": \"8479 - Machinery and mechanical appliances; having individual functions, n.e.c. in this chapter\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847910\",\r\n\t\t\t\"text\": \"847910 - Machinery and mechanical appliances; for public works, building or the like\",\r\n\t\t\t\"parent\": \"8479\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847920\",\r\n\t\t\t\"text\": \"847920 - Machinery; for the extraction or preparation of animal or fixed vegetable or microbial fats or oils\",\r\n\t\t\t\"parent\": \"8479\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847930\",\r\n\t\t\t\"text\": \"847930 - Machinery and mechanical appliances; presses for the manufacture of particle or fibre building board of wood or other ligneous materials and other machinery for treating wood or cork\",\r\n\t\t\t\"parent\": \"8479\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847940\",\r\n\t\t\t\"text\": \"847940 - Machines; for making rope or cable\",\r\n\t\t\t\"parent\": \"8479\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847950\",\r\n\t\t\t\"text\": \"847950 - Machinery and mechanical appliances; industrial robots, n.e.c. or included\",\r\n\t\t\t\"parent\": \"8479\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847960\",\r\n\t\t\t\"text\": \"847960 - Machinery and mechanical appliances; evaporative air coolers\",\r\n\t\t\t\"parent\": \"8479\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847971\",\r\n\t\t\t\"text\": \"847971 - Machinery and mechanical appliances; passenger boarding bridges, of a kind used in airports\",\r\n\t\t\t\"parent\": \"8479\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847979\",\r\n\t\t\t\"text\": \"847979 - Machinery and mechanical appliances; passenger boarding bridges, other than of a kind used in airports\",\r\n\t\t\t\"parent\": \"8479\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847981\",\r\n\t\t\t\"text\": \"847981 - Machines and mechanical appliances; for treating metal, including electric wire coil-winders\",\r\n\t\t\t\"parent\": \"8479\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847982\",\r\n\t\t\t\"text\": \"847982 - Machines; for mixing, kneading, crushing, grinding, screening, sifting, homogenising, emulsifying or stirring\",\r\n\t\t\t\"parent\": \"8479\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847983\",\r\n\t\t\t\"text\": \"847983 - Machines and mechanical appliances; cold isostatic presses\",\r\n\t\t\t\"parent\": \"8479\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847989\",\r\n\t\t\t\"text\": \"847989 - Machines and mechanical appliances; having individual functions, n.e.c. or included in this chapter\",\r\n\t\t\t\"parent\": \"8479\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"847990\",\r\n\t\t\t\"text\": \"847990 - Machines and mechanical appliances; parts, of those having individual functions\",\r\n\t\t\t\"parent\": \"8479\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8480\",\r\n\t\t\t\"text\": \"8480 - Moulding boxes for metal foundry, moulding patterns, moulds for metals (excluding ingot moulds), metal carbides, glass, mineral materials, rubber or plastics\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848010\",\r\n\t\t\t\"text\": \"848010 - Moulding boxes; for metal foundry\",\r\n\t\t\t\"parent\": \"8480\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848020\",\r\n\t\t\t\"text\": \"848020 - Mould bases; for metal, metal carbides, glass, mineral materials, rubber or plastics\",\r\n\t\t\t\"parent\": \"8480\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848030\",\r\n\t\t\t\"text\": \"848030 - Moulding patterns; of metal, metal carbides, glass, mineral materials, rubber or plastics\",\r\n\t\t\t\"parent\": \"8480\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848041\",\r\n\t\t\t\"text\": \"848041 - Moulds; for metal or metal carbides, injection or compression types\",\r\n\t\t\t\"parent\": \"8480\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848049\",\r\n\t\t\t\"text\": \"848049 - Moulds; for metal or metal carbides, other than injection or compression types\",\r\n\t\t\t\"parent\": \"8480\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848050\",\r\n\t\t\t\"text\": \"848050 - Moulds; for glass\",\r\n\t\t\t\"parent\": \"8480\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848060\",\r\n\t\t\t\"text\": \"848060 - Moulds; for mineral materials\",\r\n\t\t\t\"parent\": \"8480\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848071\",\r\n\t\t\t\"text\": \"848071 - Moulds; for rubber or plastics, injection or compression types\",\r\n\t\t\t\"parent\": \"8480\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848079\",\r\n\t\t\t\"text\": \"848079 - Moulds; for rubber or plastics, other than injection or compression types\",\r\n\t\t\t\"parent\": \"8480\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8481\",\r\n\t\t\t\"text\": \"8481 - Taps, cocks, valves and similar appliances for pipes, boiler shells, tanks, vats or the like, including pressure-reducing valves and thermostatically controlled valves\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848110\",\r\n\t\t\t\"text\": \"848110 - Valves; pressure reducing, for pipes, boiler shells, tanks, vats or the like\",\r\n\t\t\t\"parent\": \"8481\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848120\",\r\n\t\t\t\"text\": \"848120 - Valves; for oleohydraulic or pneumatic transmissions\",\r\n\t\t\t\"parent\": \"8481\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848130\",\r\n\t\t\t\"text\": \"848130 - Valves; check (nonreturn) valves, for pipes, boiler shells, tanks, vats or the like\",\r\n\t\t\t\"parent\": \"8481\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848140\",\r\n\t\t\t\"text\": \"848140 - Valves; safety or relief valves, for pipes, boiler shells, tanks, vats or the like\",\r\n\t\t\t\"parent\": \"8481\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848180\",\r\n\t\t\t\"text\": \"848180 - Taps, cocks, valves and similar appliances; for pipes, boiler shells, tanks, vats or the like, including thermostatically controlled valves\",\r\n\t\t\t\"parent\": \"8481\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848190\",\r\n\t\t\t\"text\": \"848190 - Taps, cocks, valves and similar appliances; parts thereof\",\r\n\t\t\t\"parent\": \"8481\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8482\",\r\n\t\t\t\"text\": \"8482 - Ball or roller bearings\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848210\",\r\n\t\t\t\"text\": \"848210 - Ball bearings\",\r\n\t\t\t\"parent\": \"8482\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848220\",\r\n\t\t\t\"text\": \"848220 - Bearings; tapered roller bearings, including cone and tapered roller assemblies\",\r\n\t\t\t\"parent\": \"8482\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848230\",\r\n\t\t\t\"text\": \"848230 - Bearings; spherical roller bearings\",\r\n\t\t\t\"parent\": \"8482\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848240\",\r\n\t\t\t\"text\": \"848240 - Bearings; needle roller bearings, including cage and needle roller assemblies\",\r\n\t\t\t\"parent\": \"8482\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848250\",\r\n\t\t\t\"text\": \"848250 - Bearings; cylindrical roller bearings, including cage and roller assemblies n.e.c. in heading no. 8482\",\r\n\t\t\t\"parent\": \"8482\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848280\",\r\n\t\t\t\"text\": \"848280 - Bearings; n.e.c. in heading no. 8482, including combined ball/roller\",\r\n\t\t\t\"parent\": \"8482\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848291\",\r\n\t\t\t\"text\": \"848291 - Bearings; parts, balls, needles and rollers\",\r\n\t\t\t\"parent\": \"8482\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848299\",\r\n\t\t\t\"text\": \"848299 - Bearings; parts, (other than balls, needles and rollers)\",\r\n\t\t\t\"parent\": \"8482\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8483\",\r\n\t\t\t\"text\": \"8483 - Transmission shafts (including cam and crank) and cranks; bearing housings and plain shaft bearings; gears and gearing; ball or roller screws; gear boxes and other speed changers; flywheels and pulleys; clutches and shaft couplings\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848310\",\r\n\t\t\t\"text\": \"848310 - Transmission shafts (including cam shafts and crank shafts) and cranks\",\r\n\t\t\t\"parent\": \"8483\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848320\",\r\n\t\t\t\"text\": \"848320 - Bearing housings, incorporating ball or roller bearings\",\r\n\t\t\t\"parent\": \"8483\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848330\",\r\n\t\t\t\"text\": \"848330 - Bearing housings, not incorporating ball or roller bearings and plain shaft bearings\",\r\n\t\t\t\"parent\": \"8483\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848340\",\r\n\t\t\t\"text\": \"848340 - Gears and gearing; (not toothed wheels, chain sprockets and other transmission elements presented separately); ball or roller screws; gear boxes and other speed changers, including torque converters\",\r\n\t\t\t\"parent\": \"8483\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848350\",\r\n\t\t\t\"text\": \"848350 - Pulleys and flywheels, including pulley blocks\",\r\n\t\t\t\"parent\": \"8483\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848360\",\r\n\t\t\t\"text\": \"848360 - Clutches and shaft couplings (including universal joints)\",\r\n\t\t\t\"parent\": \"8483\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848390\",\r\n\t\t\t\"text\": \"848390 - Transmission components; toothed wheels, chain sprockets and other transmission elements presented separately; parts\",\r\n\t\t\t\"parent\": \"8483\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8484\",\r\n\t\t\t\"text\": \"8484 - Gaskets and similar joints of metal sheeting combined with other material or of two or more layers of metal; sets or assortments of gaskets and similar joints, dissimilar in composition, put up in pouches, envelopes or similar packings; mechanical seals\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848410\",\r\n\t\t\t\"text\": \"848410 - Gaskets and similar joints; of metal sheeting combined with other material or two or more layers of metal\",\r\n\t\t\t\"parent\": \"8484\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848420\",\r\n\t\t\t\"text\": \"848420 - Seals; mechanical\",\r\n\t\t\t\"parent\": \"8484\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848490\",\r\n\t\t\t\"text\": \"848490 - Gasket sets or assortments of gaskets and similar joints; dissimilar in composition, put up in pouches, envelopes or similar packings\",\r\n\t\t\t\"parent\": \"8484\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8485\",\r\n\t\t\t\"text\": \"8485 - Machines for additive manufacturing\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848510\",\r\n\t\t\t\"text\": \"848510 - Machines for additive manufacturing; by metal deposit\",\r\n\t\t\t\"parent\": \"8485\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848520\",\r\n\t\t\t\"text\": \"848520 - Machines for additive manufacturing; by plastic or rubber deposit\",\r\n\t\t\t\"parent\": \"8485\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848530\",\r\n\t\t\t\"text\": \"848530 - Machines for additive manufacturing; by plaster, cement, ceramics or glass deposit\",\r\n\t\t\t\"parent\": \"8485\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848580\",\r\n\t\t\t\"text\": \"848580 - Machines for additive manufacturing; by other than metal, plastic, rubber, plaster, cement, ceramics or glass deposits\",\r\n\t\t\t\"parent\": \"8485\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848590\",\r\n\t\t\t\"text\": \"848590 - Machines for additive manufacturing; parts\",\r\n\t\t\t\"parent\": \"8485\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8486\",\r\n\t\t\t\"text\": \"8486 - Machines and apparatus of a kind used solely or principally for the manufacture of semiconductor boules or wafers, semiconductor devices, electronic integrated circuits or flat panel displays; machines & apparatus specified in note 11 (C) to this Chapter\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848610\",\r\n\t\t\t\"text\": \"848610 - Machines and apparatus of a kind used solely or principally for the manufacture of semiconductor boules or wafers\",\r\n\t\t\t\"parent\": \"8486\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848620\",\r\n\t\t\t\"text\": \"848620 - Machines and apparatus of a kind used solely or principally for the manufacture of semiconductor devices or of electronic integrated circuits\",\r\n\t\t\t\"parent\": \"8486\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848630\",\r\n\t\t\t\"text\": \"848630 - Machines and apparatus of a kind used solely or principally for the manufacture of flat panel displays\",\r\n\t\t\t\"parent\": \"8486\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848640\",\r\n\t\t\t\"text\": \"848640 - Machines and apparatus of a kind used solely or principally for the manufacture or repair of masks and reticles, assembling semiconductor devices or electronic integrated circuits, or for lifting, handling, loading or unloading items of heading 8486\",\r\n\t\t\t\"parent\": \"8486\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848690\",\r\n\t\t\t\"text\": \"848690 - Machines and apparatus of heading 8486; parts and accessories\",\r\n\t\t\t\"parent\": \"8486\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8487\",\r\n\t\t\t\"text\": \"8487 - Machinery parts; not containing electrical connectors, insulators, coils, contacts or other electrical features, n.e.c. in this chapter\",\r\n\t\t\t\"parent\": \"84\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848710\",\r\n\t\t\t\"text\": \"848710 - Ships' or boats' propellers and blades therefor\",\r\n\t\t\t\"parent\": \"8487\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"848790\",\r\n\t\t\t\"text\": \"848790 - Machinery parts; not containing electrical connectors, insulators, coils, contacts or other electrical features, n.e.c. in chapter 84, other than ships' or boats' propellers and blades therefor\",\r\n\t\t\t\"parent\": \"8487\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"85\",\r\n\t\t\t\"text\": \"85 - Electrical machinery and equipment and parts thereof; sound recorders and reproducers; television image and sound recorders and reproducers, parts and accessories of such articles\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8501\",\r\n\t\t\t\"text\": \"8501 - Electric motors and generators (excluding generating sets)\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850110\",\r\n\t\t\t\"text\": \"850110 - Electric motors; of an output not exceeding 37.5W\",\r\n\t\t\t\"parent\": \"8501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850120\",\r\n\t\t\t\"text\": \"850120 - Electric motors; universal AC/DC of an output exceeding 37.5W\",\r\n\t\t\t\"parent\": \"8501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850131\",\r\n\t\t\t\"text\": \"850131 - Electric motors and generators; DC, of an output not exceeding 750W\",\r\n\t\t\t\"parent\": \"8501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850132\",\r\n\t\t\t\"text\": \"850132 - Electric motors and generators; DC, of an output exceeding 750W but not exceeding 75kW\",\r\n\t\t\t\"parent\": \"8501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850133\",\r\n\t\t\t\"text\": \"850133 - Electric motors and generators; DC, of an output exceeding 75kW but not exceeding 375kW\",\r\n\t\t\t\"parent\": \"8501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850134\",\r\n\t\t\t\"text\": \"850134 - Electric motors and generators; DC, of an output exceeding 375kW\",\r\n\t\t\t\"parent\": \"8501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850140\",\r\n\t\t\t\"text\": \"850140 - Electric motors; AC motors, single-phase\",\r\n\t\t\t\"parent\": \"8501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850151\",\r\n\t\t\t\"text\": \"850151 - Electric motors; AC motors, multi-phase, of an output not exceeding 750W\",\r\n\t\t\t\"parent\": \"8501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850152\",\r\n\t\t\t\"text\": \"850152 - Electric motors; AC motors, multi-phase, of an output exceeding 750W but not exceeding 75kW\",\r\n\t\t\t\"parent\": \"8501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850153\",\r\n\t\t\t\"text\": \"850153 - Electric motors; AC motors, multi-phase, of an output exceeding 75kW\",\r\n\t\t\t\"parent\": \"8501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850161\",\r\n\t\t\t\"text\": \"850161 - Generators; AC generators, (alternators), other than photovoltaic generators, of an output not exceeding 75kVA\",\r\n\t\t\t\"parent\": \"8501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850162\",\r\n\t\t\t\"text\": \"850162 - Electric generators; AC generators, (alternators), other than photovoltaic generators, of an output exceeding 75kVA but not exceeding 375kVA\",\r\n\t\t\t\"parent\": \"8501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850163\",\r\n\t\t\t\"text\": \"850163 - Electric generators; AC generators, (alternators), other than photovoltaic generators, of an output exceeding 375kVA but not exceeding 750kVA\",\r\n\t\t\t\"parent\": \"8501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850164\",\r\n\t\t\t\"text\": \"850164 - Electric generators; AC generators, (alternators), other than photovoltaic generators, of an output exceeding 750kVA\",\r\n\t\t\t\"parent\": \"8501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850171\",\r\n\t\t\t\"text\": \"850171 - Electric generators; photovoltaic DC generators, of an output not exceeding 50W\",\r\n\t\t\t\"parent\": \"8501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850172\",\r\n\t\t\t\"text\": \"850172 - Electric generators; photovoltaic DC generators, of an output exceeding 50W\",\r\n\t\t\t\"parent\": \"8501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850180\",\r\n\t\t\t\"text\": \"850180 - Electric generators; (excluding generating sets), photovoltaic AC generators (alternators)\",\r\n\t\t\t\"parent\": \"8501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8502\",\r\n\t\t\t\"text\": \"8502 - Electric generating sets and rotary converters\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850211\",\r\n\t\t\t\"text\": \"850211 - Electric generating sets; with compression-ignition internal combustion piston engines (diesel or semi-diesel engines), of an output not exceeding 75kVA\",\r\n\t\t\t\"parent\": \"8502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850212\",\r\n\t\t\t\"text\": \"850212 - Electric generating sets; with compression-ignition internal combustion piston engines (diesel or semi-diesel engines), of an output exceeding 75kVA but not exceeding 375kVA\",\r\n\t\t\t\"parent\": \"8502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850213\",\r\n\t\t\t\"text\": \"850213 - Electric generating sets; with compression-ignition internal combustion piston engines (diesel or semi-diesel engines), of an output exceeding 375kVA\",\r\n\t\t\t\"parent\": \"8502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850220\",\r\n\t\t\t\"text\": \"850220 - Electric generating sets; with spark-ignition internal combustion piston engines\",\r\n\t\t\t\"parent\": \"8502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850230\",\r\n\t\t\t\"text\": \"850230 - Electric generating sets, nes\",\r\n\t\t\t\"parent\": \"8502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850231\",\r\n\t\t\t\"text\": \"850231 - Electric generating sets; wind-powered, (excluding those with spark-ignition or compression-ignition internal combustion piston engines)\",\r\n\t\t\t\"parent\": \"8502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850239\",\r\n\t\t\t\"text\": \"850239 - Electric generating sets; (excluding those with spark-ignition or compression-ignition internal combustion piston engines), other than wind powered\",\r\n\t\t\t\"parent\": \"8502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850240\",\r\n\t\t\t\"text\": \"850240 - Electric rotary converters\",\r\n\t\t\t\"parent\": \"8502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8503\",\r\n\t\t\t\"text\": \"8503 - Electric motors and generators; parts suitable for use solely or principally with the machines of heading no. 8501 or 8502\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850300\",\r\n\t\t\t\"text\": \"850300 - Electric motors and generators; parts suitable for use solely or principally with the machines of heading no. 8501 or 8502\",\r\n\t\t\t\"parent\": \"8503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8504\",\r\n\t\t\t\"text\": \"8504 - Electric transformers, static converters (e.g. rectifiers) and inductors\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850410\",\r\n\t\t\t\"text\": \"850410 - Discharge lamps or tubes; ballasts therefor\",\r\n\t\t\t\"parent\": \"8504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850421\",\r\n\t\t\t\"text\": \"850421 - Electrical transformers; liquid dielectric, having a power handling capacity not exceeding 650kVA\",\r\n\t\t\t\"parent\": \"8504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850422\",\r\n\t\t\t\"text\": \"850422 - Electrical transformers; liquid dielectric, having a power handling capacity exceeding 650kVA but not exceeding 10,000kVA\",\r\n\t\t\t\"parent\": \"8504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850423\",\r\n\t\t\t\"text\": \"850423 - Electrical transformers; liquid dielectric, having a power handling capacity exceeding 10,000kVA\",\r\n\t\t\t\"parent\": \"8504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850431\",\r\n\t\t\t\"text\": \"850431 - Electrical transformers; n.e.c. in item no. 8504.2, having a power handling capacity not exceeding 1kVA\",\r\n\t\t\t\"parent\": \"8504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850432\",\r\n\t\t\t\"text\": \"850432 - Transformers; n.e.c. in item no. 8504.2, having a power handling capacity exceeding 1kVA but not exceeding 16kVA\",\r\n\t\t\t\"parent\": \"8504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850433\",\r\n\t\t\t\"text\": \"850433 - Transformers; n.e.c. in item no. 8504.2, having a power handling capacity exceeding 16kVA but not exceeding 500kVA\",\r\n\t\t\t\"parent\": \"8504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850434\",\r\n\t\t\t\"text\": \"850434 - Transformers; n.e.c. in item no. 8504.2, having a power handling capacity exceeding 500kVA\",\r\n\t\t\t\"parent\": \"8504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850440\",\r\n\t\t\t\"text\": \"850440 - Electrical static converters\",\r\n\t\t\t\"parent\": \"8504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850450\",\r\n\t\t\t\"text\": \"850450 - Electrical inductors; n.e.c. in heading no. 8504\",\r\n\t\t\t\"parent\": \"8504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850490\",\r\n\t\t\t\"text\": \"850490 - Electrical transformers, static converters and inductors; parts thereof\",\r\n\t\t\t\"parent\": \"8504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8505\",\r\n\t\t\t\"text\": \"8505 - Electro-magnets; permanent magnets, intended permanent magnets; electro-magnetic, permanent magnet chucks, clamps, similar; electromagnetic couplings, clutches, brakes; electro-magnetic lifting heads\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850511\",\r\n\t\t\t\"text\": \"850511 - Magnets; permanent magnets and articles intended to become permanent magnets after magnetisation, of metal\",\r\n\t\t\t\"parent\": \"8505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850519\",\r\n\t\t\t\"text\": \"850519 - Magnets; permanent magnets and articles intended to become permanent magnets after magnetisation, other than of metal\",\r\n\t\t\t\"parent\": \"8505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850520\",\r\n\t\t\t\"text\": \"850520 - Magnets; electro-magnetic couplings, clutches and brakes\",\r\n\t\t\t\"parent\": \"8505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850530\",\r\n\t\t\t\"text\": \"850530 - Electro-magnetic lifting heads\",\r\n\t\t\t\"parent\": \"8505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850590\",\r\n\t\t\t\"text\": \"850590 - Magnets; electro-magnets, holding devices and parts n.e.c. in heading no. 8505\",\r\n\t\t\t\"parent\": \"8505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8506\",\r\n\t\t\t\"text\": \"8506 - Cells and batteries; primary\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850610\",\r\n\t\t\t\"text\": \"850610 - Cells and batteries; primary, manganese dioxide\",\r\n\t\t\t\"parent\": \"8506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850611\",\r\n\t\t\t\"text\": \"850611 - Manganese dioxide primary cell/battery volume < 300 c\",\r\n\t\t\t\"parent\": \"8506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850612\",\r\n\t\t\t\"text\": \"850612 - Mercuric oxide primary cell, battery, volume < 300 cc\",\r\n\t\t\t\"parent\": \"8506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850613\",\r\n\t\t\t\"text\": \"850613 - Silver oxide primary cells, batteries volume < 300 cc\",\r\n\t\t\t\"parent\": \"8506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850619\",\r\n\t\t\t\"text\": \"850619 - Primary cells, primary batteries nes, volume < 300 cc\",\r\n\t\t\t\"parent\": \"8506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850620\",\r\n\t\t\t\"text\": \"850620 - Primary cells, primary batteries nes, volume > 300 cc\",\r\n\t\t\t\"parent\": \"8506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850630\",\r\n\t\t\t\"text\": \"850630 - Cells and batteries; primary, mercuric oxide\",\r\n\t\t\t\"parent\": \"8506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850640\",\r\n\t\t\t\"text\": \"850640 - Cells and batteries; primary, silver oxide\",\r\n\t\t\t\"parent\": \"8506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850650\",\r\n\t\t\t\"text\": \"850650 - Cells and batteries; primary, lithium\",\r\n\t\t\t\"parent\": \"8506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850660\",\r\n\t\t\t\"text\": \"850660 - Cells and batteries; primary, air-zinc\",\r\n\t\t\t\"parent\": \"8506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850680\",\r\n\t\t\t\"text\": \"850680 - Cells and batteries; primary, (other than manganese dioxide, mercuric oxide, silver oxide, lithium or air-zinc)\",\r\n\t\t\t\"parent\": \"8506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850690\",\r\n\t\t\t\"text\": \"850690 - Cells and batteries; primary, parts thereof\",\r\n\t\t\t\"parent\": \"8506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8507\",\r\n\t\t\t\"text\": \"8507 - Electric accumulators, including separators therefor; whether or not rectangular (including square)\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850710\",\r\n\t\t\t\"text\": \"850710 - Electric accumulators; lead-acid, of a kind used for starting piston engines, including separators, whether or not rectangular (including square)\",\r\n\t\t\t\"parent\": \"8507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850720\",\r\n\t\t\t\"text\": \"850720 - Electric accumulators; lead-acid, (other than for starting piston engines), including separators, whether or not rectangular (including square)\",\r\n\t\t\t\"parent\": \"8507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850730\",\r\n\t\t\t\"text\": \"850730 - Electric accumulators; nickel-cadmium, including separators, whether or not rectangular (including square)\",\r\n\t\t\t\"parent\": \"8507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850740\",\r\n\t\t\t\"text\": \"850740 - Electric accumulators; nickel-iron, including separators, whether or not rectangular (including square)\",\r\n\t\t\t\"parent\": \"8507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850750\",\r\n\t\t\t\"text\": \"850750 - Electric accumulators; nickel-metal hydride, including separators, whether or not rectangular (including square)\",\r\n\t\t\t\"parent\": \"8507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850760\",\r\n\t\t\t\"text\": \"850760 - Electric accumulators; lithium-ion, including separators, whether or not rectangular (including square)\",\r\n\t\t\t\"parent\": \"8507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850780\",\r\n\t\t\t\"text\": \"850780 - Electric accumulators; other than lead-acid, nickel-cadmium, nickel-metal hydride and lithium-ion, including separators, whether or not rectangular (including square)\",\r\n\t\t\t\"parent\": \"8507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850790\",\r\n\t\t\t\"text\": \"850790 - Electric accumulators; parts n.e.c. in heading no. 8507\",\r\n\t\t\t\"parent\": \"8507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8508\",\r\n\t\t\t\"text\": \"8508 - Vacuum cleaners\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850810\",\r\n\t\t\t\"text\": \"850810 - Drills, hand-held, with self-contained electric motor\",\r\n\t\t\t\"parent\": \"8508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850811\",\r\n\t\t\t\"text\": \"850811 - Vacuum cleaners, with self-contained electric motor, of a power not exceeding 1,500 W and having a dust bag or other receptacle capacity not exceeding 20L\",\r\n\t\t\t\"parent\": \"8508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850819\",\r\n\t\t\t\"text\": \"850819 - Vacuum cleaners, with self-contained electric motor, n.e.c. in item no. 8508.1\",\r\n\t\t\t\"parent\": \"8508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850820\",\r\n\t\t\t\"text\": \"850820 - Saws, hand-held, with self-contained electric motor\",\r\n\t\t\t\"parent\": \"8508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850860\",\r\n\t\t\t\"text\": \"850860 - Vacuum cleaners, other than with a self-contained electric motor\",\r\n\t\t\t\"parent\": \"8508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850870\",\r\n\t\t\t\"text\": \"850870 - Parts of vacuum cleaners\",\r\n\t\t\t\"parent\": \"8508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850880\",\r\n\t\t\t\"text\": \"850880 - Tools, hand-held, with electric motor, not drills/saw\",\r\n\t\t\t\"parent\": \"8508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850890\",\r\n\t\t\t\"text\": \"850890 - Parts, hand tools with self-contained electric motor\",\r\n\t\t\t\"parent\": \"8508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8509\",\r\n\t\t\t\"text\": \"8509 - Electro-mechanical domestic appliances; with self-contained electric motor, other than vacuum cleaners of heading 85.08.\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850910\",\r\n\t\t\t\"text\": \"850910 - Domestic vacuum cleaners\",\r\n\t\t\t\"parent\": \"8509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850920\",\r\n\t\t\t\"text\": \"850920 - Domestic floor polishers\",\r\n\t\t\t\"parent\": \"8509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850930\",\r\n\t\t\t\"text\": \"850930 - Domestic kitchen waste disposers\",\r\n\t\t\t\"parent\": \"8509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850940\",\r\n\t\t\t\"text\": \"850940 - Electro-mechanical domestic appliances; food grinders and mixers, fruit or vegetable juice extractors, with self-contained electric motor\",\r\n\t\t\t\"parent\": \"8509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850980\",\r\n\t\t\t\"text\": \"850980 - Electro-mechanical domestic appliances; with self-contained electric motor, other than vacuum cleaners of heading 85.08, n.e.c. in heading no. 8509\",\r\n\t\t\t\"parent\": \"8509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"850990\",\r\n\t\t\t\"text\": \"850990 - Electro-mechanical domestic appliances; parts for the appliances of heading no. 8509\",\r\n\t\t\t\"parent\": \"8509\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8510\",\r\n\t\t\t\"text\": \"8510 - Shavers, hair clippers and hair removing appliances, with self-contained electric motor\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851010\",\r\n\t\t\t\"text\": \"851010 - Shavers; with self-contained electric motor\",\r\n\t\t\t\"parent\": \"8510\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851020\",\r\n\t\t\t\"text\": \"851020 - Hair clippers; with a self-contained electric motor\",\r\n\t\t\t\"parent\": \"8510\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851030\",\r\n\t\t\t\"text\": \"851030 - Hair-removing appliances; with self-contained electric motor\",\r\n\t\t\t\"parent\": \"8510\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851090\",\r\n\t\t\t\"text\": \"851090 - Shavers and hair clippers; parts of those with self-contained electric motor\",\r\n\t\t\t\"parent\": \"8510\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8511\",\r\n\t\t\t\"text\": \"8511 - Ignition or starting equipment; used for spark-ignition or compression-ignition internal combustion engines; generators and cut outs used in conjunction with such engines\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851110\",\r\n\t\t\t\"text\": \"851110 - Ignition or starting equipment; spark plugs, of a kind used for spark or compression-ignition internal combustion engines\",\r\n\t\t\t\"parent\": \"8511\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851120\",\r\n\t\t\t\"text\": \"851120 - Ignition or starting equipment; ignition magnetos, magneto-dynamos and magnetic flywheels, of a kind used for spark or compression-ignition internal combustion engines\",\r\n\t\t\t\"parent\": \"8511\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851130\",\r\n\t\t\t\"text\": \"851130 - Ignition or starting equipment; distributors and ignition coils of a kind used for spark-ignition or compression-ignition internal combustion engines\",\r\n\t\t\t\"parent\": \"8511\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851140\",\r\n\t\t\t\"text\": \"851140 - Ignition or starting equipment; starter motors and dual purpose starter-generators, of a kind used for spark or compression-ignition internal combustion engines\",\r\n\t\t\t\"parent\": \"8511\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851150\",\r\n\t\t\t\"text\": \"851150 - Ignition or starting equipment; generators n.e.c. in heading no. 8511, of a kind used for spark or compression-ignition internal combustion engines\",\r\n\t\t\t\"parent\": \"8511\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851180\",\r\n\t\t\t\"text\": \"851180 - Ignition or starting equipment; n.e.c. in heading no. 8511, of a kind used for spark or compression-ignition internal combustion engines\",\r\n\t\t\t\"parent\": \"8511\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851190\",\r\n\t\t\t\"text\": \"851190 - Ignition or starting equipment; parts of the equipment of heading no. 8511, for use in spark-ignition or compression-ignition internal combustion engines\",\r\n\t\t\t\"parent\": \"8511\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8512\",\r\n\t\t\t\"text\": \"8512 - Lighting or visual signalling equipment (excluding articles of heading no. 8539), windscreen wipers, defrosters and demisters; electrical, of a kind used for cycles or motor vehicles\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851210\",\r\n\t\t\t\"text\": \"851210 - Lighting or visual signalling equipment; electrical, of a kind used on bicycles, excluding articles of heading no. 8539\",\r\n\t\t\t\"parent\": \"8512\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851220\",\r\n\t\t\t\"text\": \"851220 - Lighting or visual signalling equipment; electrical, of a kind used on motor vehicles (excluding articles of heading no. 8539)\",\r\n\t\t\t\"parent\": \"8512\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851230\",\r\n\t\t\t\"text\": \"851230 - Sound signalling equipment; electrical, used on cycles or motor vehicles (excluding articles of heading no. 8539)\",\r\n\t\t\t\"parent\": \"8512\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851240\",\r\n\t\t\t\"text\": \"851240 - Windscreen wipers, defrosters and demisters; electrical, of kinds used for cycles or motor vehicles\",\r\n\t\t\t\"parent\": \"8512\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851290\",\r\n\t\t\t\"text\": \"851290 - Lighting or signalling equipment; electrical, (excluding articles of heading no. 8539), windscreen wipers, defrosters and demisters; parts, of those kinds used for cycles or motor vehicles\",\r\n\t\t\t\"parent\": \"8512\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8513\",\r\n\t\t\t\"text\": \"8513 - Lamps; portable, electric, designed to function by their own source of energy (e.g. dry batteries, accumulators, magnetos), excluding lighting equipment of heading no. 8512\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851310\",\r\n\t\t\t\"text\": \"851310 - Lamps; portable, electric, designed to function by their own source of energy (excluding lighting equipment of heading no. 8512)\",\r\n\t\t\t\"parent\": \"8513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851390\",\r\n\t\t\t\"text\": \"851390 - Lamps; parts of portable, electric lamps of heading no. 8513, designed to function by their own source of energy\",\r\n\t\t\t\"parent\": \"8513\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8514\",\r\n\t\t\t\"text\": \"8514 - Industrial or laboratory electric furnaces and ovens (including those functioning by induction or dielectric loss); other industrial or laboratory equipment for the heat treatment of materials by induction or dielectric loss\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851410\",\r\n\t\t\t\"text\": \"851410 - Furnaces and ovens; electric, for industrial or laboratory use, resistance heated\",\r\n\t\t\t\"parent\": \"8514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851411\",\r\n\t\t\t\"text\": \"851411 - Furnaces and ovens; electric, for industrial or laboratory use, resistance heated; hot isostatic presses\",\r\n\t\t\t\"parent\": \"8514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851419\",\r\n\t\t\t\"text\": \"851419 - Furnaces and ovens; electric, for industrial or laboratory use, resistance heated; other than hot isostatic presses, for the manufacture of semiconductor devices on semiconductor wafers\",\r\n\t\t\t\"parent\": \"8514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851420\",\r\n\t\t\t\"text\": \"851420 - Furnaces and ovens; electric, for industrial or laboratory use, functioning by induction or dielectric loss\",\r\n\t\t\t\"parent\": \"8514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851430\",\r\n\t\t\t\"text\": \"851430 - Furnaces and ovens; electric, for industrial or laboratory use, other than those functioning by induction, dielectric loss or resistance heated\",\r\n\t\t\t\"parent\": \"8514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851431\",\r\n\t\t\t\"text\": \"851431 - Furnaces and ovens; electric, for industrial or laboratory use, other than those functioning by induction, dielectric loss or resistance heated, electron beam furnaces\",\r\n\t\t\t\"parent\": \"8514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851432\",\r\n\t\t\t\"text\": \"851432 - Furnaces and ovens; electric, for industrial or laboratory use, other than those functioning by induction, dielectric loss or resistance heated, plasma and vacuum arc furnaces\",\r\n\t\t\t\"parent\": \"8514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851439\",\r\n\t\t\t\"text\": \"851439 - Furnaces and ovens; electric, for industrial or laboratory use, other than those functioning by induction, dielectric loss or resistance heated, other than electron beam, plasma or vacuum arc furnaces\",\r\n\t\t\t\"parent\": \"8514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851440\",\r\n\t\t\t\"text\": \"851440 - Heating equipment; for the heat treatment of materials by induction or dielectric loss, industrial or laboratory, other than furnaces and ovens\",\r\n\t\t\t\"parent\": \"8514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851490\",\r\n\t\t\t\"text\": \"851490 - Furnaces, ovens and heating equipment; parts of the industrial or laboratory equipment of heading no. 8514\",\r\n\t\t\t\"parent\": \"8514\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8515\",\r\n\t\t\t\"text\": \"8515 - Electric (electrically heated gas) soldering, brazing, welding machines and apparatus, capable or not of cutting, electric machines and apparatus for hot spraying of metals or sintered carbides\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851511\",\r\n\t\t\t\"text\": \"851511 - Brazing or soldering machines and apparatus; soldering irons and guns, whether or not capable of cutting\",\r\n\t\t\t\"parent\": \"8515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851519\",\r\n\t\t\t\"text\": \"851519 - Brazing or soldering machines and apparatus; other than soldering irons and guns, whether or not capable of cutting\",\r\n\t\t\t\"parent\": \"8515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851521\",\r\n\t\t\t\"text\": \"851521 - Welding machines and apparatus; for resistance welding of metal, fully or partly automatic, whether or not capable of cutting\",\r\n\t\t\t\"parent\": \"8515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851529\",\r\n\t\t\t\"text\": \"851529 - Welding machines and apparatus; for resistance welding of metal, other than fully or partly automatic, whether or not capable of cutting\",\r\n\t\t\t\"parent\": \"8515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851531\",\r\n\t\t\t\"text\": \"851531 - Welding machines and apparatus; for arc (including plasma arc) welding of metals, fully or partly automatic, whether or not capable of cutting\",\r\n\t\t\t\"parent\": \"8515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851539\",\r\n\t\t\t\"text\": \"851539 - Welding machines and apparatus; for arc (including plasma arc) welding of metals, other than fully or partly automatic, whether or not capable of cutting\",\r\n\t\t\t\"parent\": \"8515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851580\",\r\n\t\t\t\"text\": \"851580 - Welding machines and apparatus; n.e.c. in heading no. 8515, whether or not capable of cutting\",\r\n\t\t\t\"parent\": \"8515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851590\",\r\n\t\t\t\"text\": \"851590 - Welding, brazing or soldering machines; parts of the machines of heading no. 8515\",\r\n\t\t\t\"parent\": \"8515\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8516\",\r\n\t\t\t\"text\": \"8516 - Electric water, space, soil heaters; electro-thermic hair-dressing apparatus; hand dryers, irons; electro-thermic appliances for domestic purposes; electro heating resistors, not of heading no. 8545\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851610\",\r\n\t\t\t\"text\": \"851610 - Heaters; electric, instantaneous or storage water and immersion heaters\",\r\n\t\t\t\"parent\": \"8516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851621\",\r\n\t\t\t\"text\": \"851621 - Heating apparatus; electric storage heating radiators\",\r\n\t\t\t\"parent\": \"8516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851629\",\r\n\t\t\t\"text\": \"851629 - Heating apparatus; electric soil heating apparatus and space heating apparatus (excluding storage heating radiators)\",\r\n\t\t\t\"parent\": \"8516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851631\",\r\n\t\t\t\"text\": \"851631 - Hair-dressing apparatus; electro-thermic hair dryers\",\r\n\t\t\t\"parent\": \"8516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851632\",\r\n\t\t\t\"text\": \"851632 - Hair-dressing apparatus; electro-thermic, other than hair dryers\",\r\n\t\t\t\"parent\": \"8516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851633\",\r\n\t\t\t\"text\": \"851633 - Hand-drying apparatus; electro-thermic\",\r\n\t\t\t\"parent\": \"8516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851640\",\r\n\t\t\t\"text\": \"851640 - Smoothing irons; electric\",\r\n\t\t\t\"parent\": \"8516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851650\",\r\n\t\t\t\"text\": \"851650 - Ovens; microwave, of a kind used for domestic purposes\",\r\n\t\t\t\"parent\": \"8516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851660\",\r\n\t\t\t\"text\": \"851660 - Ovens, cookers, cooking plates, boiling rings, grillers and roasters; of a kind used for domestic purposes (excluding microwaves)\",\r\n\t\t\t\"parent\": \"8516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851671\",\r\n\t\t\t\"text\": \"851671 - Electro-thermic appliances; coffee or tea makers, of a kind used for domestic purposes\",\r\n\t\t\t\"parent\": \"8516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851672\",\r\n\t\t\t\"text\": \"851672 - Electro-thermic appliances; toasters, of a kind used for domestic purposes\",\r\n\t\t\t\"parent\": \"8516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851679\",\r\n\t\t\t\"text\": \"851679 - Electro-thermic appliances; n.e.c. in heading no. 8516, used for domestic purposes\",\r\n\t\t\t\"parent\": \"8516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851680\",\r\n\t\t\t\"text\": \"851680 - Resistors; electric heating, other than those of heading no. 8545\",\r\n\t\t\t\"parent\": \"8516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851690\",\r\n\t\t\t\"text\": \"851690 - Electro-thermic appliances; parts, of heating resistors, of water, space and soil heaters, hair-dressing apparatus, hand dryers, smoothing irons and other domestic appliances of heading no. 8516\",\r\n\t\t\t\"parent\": \"8516\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8517\",\r\n\t\t\t\"text\": \"8517 - Telephone sets, including smartphones and other telephones for cellular/wireless networks; other apparatus for the transmission or reception of voice, images or other data (including wired/wireless networks), excluding items of 8443, 8525, 8527, or 8528\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851710\",\r\n\t\t\t\"text\": \"851710 - Telephone sets\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851711\",\r\n\t\t\t\"text\": \"851711 - Line telephone sets with cordless handsets\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851712\",\r\n\t\t\t\"text\": \"851712 - Telephones for cellular networks or for other wireless networks\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851713\",\r\n\t\t\t\"text\": \"851713 - Telephone sets; smartphones for cellular or other wireless networks\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851714\",\r\n\t\t\t\"text\": \"851714 - Telephone sets; other than smartphones, for cellular or other wireless networks\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851718\",\r\n\t\t\t\"text\": \"851718 - Telephone sets n.e.c. in item no. 8517.1\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851719\",\r\n\t\t\t\"text\": \"851719 - Telephone sets, nes\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851720\",\r\n\t\t\t\"text\": \"851720 - Teleprinters\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851721\",\r\n\t\t\t\"text\": \"851721 - Facsimiles machines\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851722\",\r\n\t\t\t\"text\": \"851722 - Teleprinters\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851730\",\r\n\t\t\t\"text\": \"851730 - Telephonic or telegraphic switching apparatus\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851740\",\r\n\t\t\t\"text\": \"851740 - Apparatus, for carrier-current line systems, nes\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851750\",\r\n\t\t\t\"text\": \"851750 - Apparatus for carrier-cu\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851761\",\r\n\t\t\t\"text\": \"851761 - Base stations\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851762\",\r\n\t\t\t\"text\": \"851762 - Communication apparatus (excluding telephone sets or base stations); machines for the reception, conversion and transmission or regeneration of voice, images or other data, including switching and routing apparatus\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851769\",\r\n\t\t\t\"text\": \"851769 - Communication apparatus (excluding telephone sets or base stations); machines for the transmission or reception of voice, images or other data (including wired/wireless networks), n.e.c. in item no. 8517.6\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851770\",\r\n\t\t\t\"text\": \"851770 - Telephone sets and other apparatus for the transmission or reception of voice, images or other data, via a wired or wireless network; parts\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851771\",\r\n\t\t\t\"text\": \"851771 - Communication apparatus; parts, aerials and aerial reflectors of all kinds, part suitable for use therewith\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851779\",\r\n\t\t\t\"text\": \"851779 - Communication apparatus; parts, other than aerials and aerial reflectors of all kinds\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851780\",\r\n\t\t\t\"text\": \"851780 - Elect apparatus for line\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851781\",\r\n\t\t\t\"text\": \"851781 - Telephonic apparatus, nes\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851782\",\r\n\t\t\t\"text\": \"851782 - Telegraphic apparatus, nes\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851790\",\r\n\t\t\t\"text\": \"851790 - Parts of line telephone/telegraph equipment, nes\",\r\n\t\t\t\"parent\": \"8517\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8518\",\r\n\t\t\t\"text\": \"8518 - Microphones and their stands; loudspeakers, mounted or not in their enclosures; headphones and earphones, combined or not with a microphone, and sets of a microphone and one or more loudspeakers; audio-frequency and electric sound amplifiers and sets\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851810\",\r\n\t\t\t\"text\": \"851810 - Microphones and stands therefor\",\r\n\t\t\t\"parent\": \"8518\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851821\",\r\n\t\t\t\"text\": \"851821 - Loudspeakers; single, mounted in their enclosures\",\r\n\t\t\t\"parent\": \"8518\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851822\",\r\n\t\t\t\"text\": \"851822 - Loudspeakers; multiple, mounted in the same enclosure\",\r\n\t\t\t\"parent\": \"8518\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851829\",\r\n\t\t\t\"text\": \"851829 - Loudspeakers; not mounted in their enclosures\",\r\n\t\t\t\"parent\": \"8518\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851830\",\r\n\t\t\t\"text\": \"851830 - Headphones and earphones, whether or not combined with a microphone, and sets consisting of a microphone and one or more loudspeakers\",\r\n\t\t\t\"parent\": \"8518\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851840\",\r\n\t\t\t\"text\": \"851840 - Amplifiers; audio-frequency electric\",\r\n\t\t\t\"parent\": \"8518\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851850\",\r\n\t\t\t\"text\": \"851850 - Amplifier sets; electric sound\",\r\n\t\t\t\"parent\": \"8518\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851890\",\r\n\t\t\t\"text\": \"851890 - Microphones, headphones, earphones, amplifier equipment; parts of the equipment of heading no. 8518\",\r\n\t\t\t\"parent\": \"8518\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8519\",\r\n\t\t\t\"text\": \"8519 - Sound recording or reproducing apparatus\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851910\",\r\n\t\t\t\"text\": \"851910 - Coin or disc-operated record-players\",\r\n\t\t\t\"parent\": \"8519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851920\",\r\n\t\t\t\"text\": \"851920 - Sound recording or reproducing apparatus; operated by coins, banknotes, bank cards, tokens or by other means of payment\",\r\n\t\t\t\"parent\": \"8519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851921\",\r\n\t\t\t\"text\": \"851921 - Record-players without built-in loudspeaker, nes\",\r\n\t\t\t\"parent\": \"8519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851929\",\r\n\t\t\t\"text\": \"851929 - Record-players with loudspeakers, nes\",\r\n\t\t\t\"parent\": \"8519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851930\",\r\n\t\t\t\"text\": \"851930 - Sound recording or reproducing apparatus; turntables (record-decks)\",\r\n\t\t\t\"parent\": \"8519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851931\",\r\n\t\t\t\"text\": \"851931 - Turntables with automatic record changing mechanism\",\r\n\t\t\t\"parent\": \"8519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851939\",\r\n\t\t\t\"text\": \"851939 - Turntables, without record changers\",\r\n\t\t\t\"parent\": \"8519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851940\",\r\n\t\t\t\"text\": \"851940 - Transcribing machines\",\r\n\t\t\t\"parent\": \"8519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851950\",\r\n\t\t\t\"text\": \"851950 - Sound recording or reproducing apparatus; telephone answering machines\",\r\n\t\t\t\"parent\": \"8519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851981\",\r\n\t\t\t\"text\": \"851981 - Sound recording or reproducing apparatus; using magnetic, optical or semiconductor media, n.e.c. in item no 8519.20, 8519.30 or 8519.50\",\r\n\t\t\t\"parent\": \"8519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851989\",\r\n\t\t\t\"text\": \"851989 - Sound recording or reproducing apparatus; n.e.c. in heading no 8519\",\r\n\t\t\t\"parent\": \"8519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851991\",\r\n\t\t\t\"text\": \"851991 - Cassette players, non-recording\",\r\n\t\t\t\"parent\": \"8519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851992\",\r\n\t\t\t\"text\": \"851992 - Pocket-size cassette-pla\",\r\n\t\t\t\"parent\": \"8519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851993\",\r\n\t\t\t\"text\": \"851993 - Sound repr app, cassette\",\r\n\t\t\t\"parent\": \"8519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"851999\",\r\n\t\t\t\"text\": \"851999 - Sound reproducing apparatus, non-recording, nes\",\r\n\t\t\t\"parent\": \"8519\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8520\",\r\n\t\t\t\"text\": \"8520 - Electronic sound recording equipment\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852010\",\r\n\t\t\t\"text\": \"852010 - Dictating machine requiring external power source\",\r\n\t\t\t\"parent\": \"8520\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852020\",\r\n\t\t\t\"text\": \"852020 - Telephone answering machines\",\r\n\t\t\t\"parent\": \"8520\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852031\",\r\n\t\t\t\"text\": \"852031 - Cassette type audio tape recorders, sound reproducing\",\r\n\t\t\t\"parent\": \"8520\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852032\",\r\n\t\t\t\"text\": \"852032 - Magnetic tape rec digita\",\r\n\t\t\t\"parent\": \"8520\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852033\",\r\n\t\t\t\"text\": \"852033 - Magnetic tape rec casset\",\r\n\t\t\t\"parent\": \"8520\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852039\",\r\n\t\t\t\"text\": \"852039 - Non-cassette audio tape recorders, sound reproducing\",\r\n\t\t\t\"parent\": \"8520\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852090\",\r\n\t\t\t\"text\": \"852090 - Audio recording equipment without sound reproduction\",\r\n\t\t\t\"parent\": \"8520\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8521\",\r\n\t\t\t\"text\": \"8521 - Video recording or reproducing apparatus\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852110\",\r\n\t\t\t\"text\": \"852110 - Video recording or reproducing apparatus; magnetic tape-type\",\r\n\t\t\t\"parent\": \"8521\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852190\",\r\n\t\t\t\"text\": \"852190 - Video recording or reproducing apparatus; other than magnetic tape-type\",\r\n\t\t\t\"parent\": \"8521\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8522\",\r\n\t\t\t\"text\": \"8522 - Sound or video recording apparatus; parts and accessories suitable for use solely or principally with the apparatus of heading 8519 or 8521\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852210\",\r\n\t\t\t\"text\": \"852210 - Sound recording or reproducing apparatus; parts and accessories thereof, pick-up cartridges\",\r\n\t\t\t\"parent\": \"8522\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852290\",\r\n\t\t\t\"text\": \"852290 - Sound or video recording or reproducing apparatus; parts and accessories thereof, other than pick-up cartridges\",\r\n\t\t\t\"parent\": \"8522\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8523\",\r\n\t\t\t\"text\": \"8523 - Discs, tapes, solid-state non-volatile storage devices, smart cards and other media for the recording of sound or of other phenomena, whether or not recorded, including matrices and masters for the production of discs, excluding products of Chapter 37\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852311\",\r\n\t\t\t\"text\": \"852311 - Unrecorded magnetic tapes, width < 4 mm\",\r\n\t\t\t\"parent\": \"8523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852312\",\r\n\t\t\t\"text\": \"852312 - Unrecorded magnetic tapes, width 4-6.5 mm\",\r\n\t\t\t\"parent\": \"8523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852313\",\r\n\t\t\t\"text\": \"852313 - Unrecorded magnetic tapes, width > 6.5 mm\",\r\n\t\t\t\"parent\": \"8523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852320\",\r\n\t\t\t\"text\": \"852320 - Unrecorded magnetic discs\",\r\n\t\t\t\"parent\": \"8523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852321\",\r\n\t\t\t\"text\": \"852321 - Magnetic media; cards incorporating a magnetic stripe, whether or not recorded, excluding products of Chapter 37\",\r\n\t\t\t\"parent\": \"8523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852329\",\r\n\t\t\t\"text\": \"852329 - Magnetic media; other than cards incorporating a magnetic stripe, whether or not recorded, excluding products of Chapter 37\",\r\n\t\t\t\"parent\": \"8523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852330\",\r\n\t\t\t\"text\": \"852330 - Cards incorp magnetic st\",\r\n\t\t\t\"parent\": \"8523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852340\",\r\n\t\t\t\"text\": \"852340 - Optical media for the recording of sound/of other phenomena, but excl. products of Ch. 37.\",\r\n\t\t\t\"parent\": \"8523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852341\",\r\n\t\t\t\"text\": \"852341 - Optical media; unrecorded, excluding products of Chapter 37\",\r\n\t\t\t\"parent\": \"8523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852349\",\r\n\t\t\t\"text\": \"852349 - Optical media; recorded, excluding products of Chapter 37\",\r\n\t\t\t\"parent\": \"8523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852351\",\r\n\t\t\t\"text\": \"852351 - Semiconductor media; solid-state non-volatile storage devices, whether or not recorded, excluding products of Chapter 37\",\r\n\t\t\t\"parent\": \"8523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852352\",\r\n\t\t\t\"text\": \"852352 - Semiconductor media; smart cards, whether or not recorded, excluding products of Chapter 37\",\r\n\t\t\t\"parent\": \"8523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852359\",\r\n\t\t\t\"text\": \"852359 - Semiconductor media; other than smart cards, whether or not recorded, excluding products of Chapter 37\",\r\n\t\t\t\"parent\": \"8523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852380\",\r\n\t\t\t\"text\": \"852380 - Media n.e.c. in heading 8523, whether or not recorded, excluding products of Chapter 37\",\r\n\t\t\t\"parent\": \"8523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852390\",\r\n\t\t\t\"text\": \"852390 - Unrecorded sound recording media except photo/magneti\",\r\n\t\t\t\"parent\": \"8523\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8524\",\r\n\t\t\t\"text\": \"8524 - Flat panel display modules, whether or not incorporating touch-sensitive screens\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852410\",\r\n\t\t\t\"text\": \"852410 - Recorded gramophone records\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852411\",\r\n\t\t\t\"text\": \"852411 - Flat panel display modules, whether or not incorporating touch-sensitive screens; of liquid crystals, without drivers or control circuits\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852412\",\r\n\t\t\t\"text\": \"852412 - Flat panel display modules, whether or not incorporating touch-sensitive screens; of organic light-emitting diodes (OLED), without drivers or control circuits\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852419\",\r\n\t\t\t\"text\": \"852419 - Flat panel display modules, whether or not incorporating touch-sensitive screens; of other than liquid crystals or organic light-emitting diodes (OLED), without drivers or control circuits\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852421\",\r\n\t\t\t\"text\": \"852421 - Recorded magnetic tapes, width < 4 mm\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852422\",\r\n\t\t\t\"text\": \"852422 - Recorded magnetic tapes, width 4-6.5 mm\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852423\",\r\n\t\t\t\"text\": \"852423 - Recorded magnetic tapes, width > 6.5 mm\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852431\",\r\n\t\t\t\"text\": \"852431 - Recorded discs for laser\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852432\",\r\n\t\t\t\"text\": \"852432 - Recorded laser discs, so\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852439\",\r\n\t\t\t\"text\": \"852439 - Recorded laser discs,nes\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852440\",\r\n\t\t\t\"text\": \"852440 - Magnetic tapes for o/t s\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852451\",\r\n\t\t\t\"text\": \"852451 - Recorded magnetic tapes,\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852452\",\r\n\t\t\t\"text\": \"852452 - Recorded magnetic tapes,\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852453\",\r\n\t\t\t\"text\": \"852453 - Recorded magnetic tapes,\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852460\",\r\n\t\t\t\"text\": \"852460 - Recorded cards w/magneti\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852490\",\r\n\t\t\t\"text\": \"852490 - Sound recordings other than photographic products nes\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852491\",\r\n\t\t\t\"text\": \"852491 - Flat panel display modules, whether or not incorporating touch-sensitive screens; of liquid crystals, with drivers or control circuits\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852492\",\r\n\t\t\t\"text\": \"852492 - Flat panel display modules, whether or not incorporating touch-sensitive screens; of organic light-emitting diodes (OLED), with drivers or control circuits\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852499\",\r\n\t\t\t\"text\": \"852499 - Flat panel display modules, whether or not incorporating touch-sensitive screens; of other than liquid crystals or organic light-emitting diodes (OLED), with drivers or control circuits\",\r\n\t\t\t\"parent\": \"8524\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8525\",\r\n\t\t\t\"text\": \"8525 - Transmission apparatus for radio-broadcasting or television, whether or not incorporating reception apparatus or sound recording or reproducing apparatus; television cameras, digital cameras and video camera recorders\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852510\",\r\n\t\t\t\"text\": \"852510 - Transmission apparatus for radio, telephone and TV\",\r\n\t\t\t\"parent\": \"8525\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852520\",\r\n\t\t\t\"text\": \"852520 - Transmit-receive apparatus for radio, TV, etc.\",\r\n\t\t\t\"parent\": \"8525\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852530\",\r\n\t\t\t\"text\": \"852530 - Television cameras\",\r\n\t\t\t\"parent\": \"8525\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852540\",\r\n\t\t\t\"text\": \"852540 - Still image video camara\",\r\n\t\t\t\"parent\": \"8525\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852550\",\r\n\t\t\t\"text\": \"852550 - Transmission apparatus for radio-broadcasting or television, whether or not incorporating sound recording or reproducing apparatus, not incorporating reception apparatus\",\r\n\t\t\t\"parent\": \"8525\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852560\",\r\n\t\t\t\"text\": \"852560 - Transmission apparatus for radio-broadcasting or television, whether or not incorporating sound recording or reproducing apparatus, incorporating reception apparatus\",\r\n\t\t\t\"parent\": \"8525\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852580\",\r\n\t\t\t\"text\": \"852580 - Television cameras, digital cameras and video camera recorders\",\r\n\t\t\t\"parent\": \"8525\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852581\",\r\n\t\t\t\"text\": \"852581 - Television cameras, digital cameras and video camera recorders; high-speed goods as specified in subheading note 1 to this chapter\",\r\n\t\t\t\"parent\": \"8525\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852582\",\r\n\t\t\t\"text\": \"852582 - Television cameras, digital cameras and video camera recorders; radiation-hardened or radiation-tolerant goods as specified in subheading note 2 to this chapter\",\r\n\t\t\t\"parent\": \"8525\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852583\",\r\n\t\t\t\"text\": \"852583 - Television cameras, digital cameras and video camera recorders; night vision goods as specified in subheading note 3 to this chapter\",\r\n\t\t\t\"parent\": \"8525\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852589\",\r\n\t\t\t\"text\": \"852589 - Television cameras; n.e.c. in item no 8525.8\",\r\n\t\t\t\"parent\": \"8525\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8526\",\r\n\t\t\t\"text\": \"8526 - Radar apparatus, radio navigational aid apparatus and radio remote control apparatus\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852610\",\r\n\t\t\t\"text\": \"852610 - Radar apparatus\",\r\n\t\t\t\"parent\": \"8526\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852691\",\r\n\t\t\t\"text\": \"852691 - Radio navigational aid apparatus\",\r\n\t\t\t\"parent\": \"8526\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852692\",\r\n\t\t\t\"text\": \"852692 - Radio remote control apparatus\",\r\n\t\t\t\"parent\": \"8526\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8527\",\r\n\t\t\t\"text\": \"8527 - Reception apparatus for radio-broadcasting, whether or not combined, in the same housing, with sound recording or reproducing apparatus or a clock.\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852711\",\r\n\t\t\t\"text\": \"852711 - Radio receivers, portable, with sound reproduce/recor\",\r\n\t\t\t\"parent\": \"8527\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852712\",\r\n\t\t\t\"text\": \"852712 - Radio broadcast receivers capable of operating without an external power source; pocket-size radio cassette-players\",\r\n\t\t\t\"parent\": \"8527\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852713\",\r\n\t\t\t\"text\": \"852713 - Radio broadcast receivers capable of operating without an external power source; apparatus (other than pocket-size radio cassette-players), combined with sound recording or reproducing apparatus\",\r\n\t\t\t\"parent\": \"8527\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852719\",\r\n\t\t\t\"text\": \"852719 - Radio broadcast receivers capable of operating without an external power source; n.e.c. in item no. 8527.1\",\r\n\t\t\t\"parent\": \"8527\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852721\",\r\n\t\t\t\"text\": \"852721 - Radio-broadcast receivers not capable of operating without an external source of power, of a kind used in motor vehicles; combined with sound recording or reproducing apparatus\",\r\n\t\t\t\"parent\": \"8527\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852729\",\r\n\t\t\t\"text\": \"852729 - Radio-broadcast receivers not capable of operating without an external source of power, of a kind used in motor vehicles; not combined with sound recording or reproducing apparatus\",\r\n\t\t\t\"parent\": \"8527\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852731\",\r\n\t\t\t\"text\": \"852731 - Radio-telephony receiver, with sound reproduce/record\",\r\n\t\t\t\"parent\": \"8527\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852732\",\r\n\t\t\t\"text\": \"852732 - Radio-telephony etc receivers, nes\",\r\n\t\t\t\"parent\": \"8527\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852739\",\r\n\t\t\t\"text\": \"852739 - Radio-broadcast receivers nes\",\r\n\t\t\t\"parent\": \"8527\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852790\",\r\n\t\t\t\"text\": \"852790 - Radio reception apparatus nes\",\r\n\t\t\t\"parent\": \"8527\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852791\",\r\n\t\t\t\"text\": \"852791 - Radio-broadcast receivers n.e.c. in heading no. 8527; combined with sound recording or reproducing apparatus\",\r\n\t\t\t\"parent\": \"8527\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852792\",\r\n\t\t\t\"text\": \"852792 - Radio-broadcast receivers n.e.c. in heading no. 8527; not combined with sound recording or reproducing apparatus but combined with a clock\",\r\n\t\t\t\"parent\": \"8527\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852799\",\r\n\t\t\t\"text\": \"852799 - Radio-broadcast receivers n.e.c. in heading no. 8527; not combined with sound recording or reproducing apparatus and not combined with a clock\",\r\n\t\t\t\"parent\": \"8527\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8528\",\r\n\t\t\t\"text\": \"8528 - Monitors and projectors, not incorporating television reception apparatus; reception apparatus for television, whether or not incorporating radio-broadcast receivers or sound or video recording or reproducing apparatus\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852810\",\r\n\t\t\t\"text\": \"852810 - Colour television receivers/monitors/projectors\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852812\",\r\n\t\t\t\"text\": \"852812 - Color television receive\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852813\",\r\n\t\t\t\"text\": \"852813 - B & W television receive\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852820\",\r\n\t\t\t\"text\": \"852820 - Monochrome television receivers/monitors/projectors\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852821\",\r\n\t\t\t\"text\": \"852821 - Color video monitors\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852822\",\r\n\t\t\t\"text\": \"852822 - B & w video monitors\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852830\",\r\n\t\t\t\"text\": \"852830 - Video projectors\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852841\",\r\n\t\t\t\"text\": \"852841 - Cathode-ray tube monitors; of a kind solely or principally used in an automatic data processing system of heading 84.71\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852842\",\r\n\t\t\t\"text\": \"852842 - Monitors; cathode-ray tube, capable of directly connecting to and designed for use with an automatic data processing machine of heading 84.71\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852849\",\r\n\t\t\t\"text\": \"852849 - Monitors; cathode-ray tube, n.e.c. in subheading 8528.42, whether or not colour\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852851\",\r\n\t\t\t\"text\": \"852851 - Monitors other than cathode-ray tube; of a kind solely or principally used in an automatic data processing system of heading 84.71\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852852\",\r\n\t\t\t\"text\": \"852852 - Monitors; other than cathode-ray tube; capable of directly connecting to and designed for use with an automatic data processing machine of heading 84.71\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852859\",\r\n\t\t\t\"text\": \"852859 - Monitors other than cathode-ray tube; n.e.c. in subheading 8528.52, whether or not colour\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852861\",\r\n\t\t\t\"text\": \"852861 - Projectors; of a kind solely or principally used in an automatic data processing system of heading 84.71\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852862\",\r\n\t\t\t\"text\": \"852862 - Projectors; capable of directly connecting to and designed for use with an automatic data processing machine of heading 84.71\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852869\",\r\n\t\t\t\"text\": \"852869 - Projectors; n.e.c. in subheading 8528.62, whether or not colour\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852871\",\r\n\t\t\t\"text\": \"852871 - Reception apparatus for television, whether or not incorporating radio-broadcast receivers or sound or video recording or reproducing apparatus; not designed to incorporate a video display or screen\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852872\",\r\n\t\t\t\"text\": \"852872 - Reception apparatus for television, whether or not incorporating radio-broadcast receivers or sound or video recording or reproducing apparatus; incorporating a colour video display or screen\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852873\",\r\n\t\t\t\"text\": \"852873 - Reception apparatus for television, whether or not incorporating radio-broadcast receivers or sound or video recording or reproducing apparatus; incorporating a monochrome video display or screen\",\r\n\t\t\t\"parent\": \"8528\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8529\",\r\n\t\t\t\"text\": \"8529 - Transmission apparatus; parts suitable for use solely or principally with the apparatus of heading no. 8524 to 8528\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852910\",\r\n\t\t\t\"text\": \"852910 - Reception and transmission apparatus; aerials and aerial reflectors of all kinds and parts suitable for use therewith\",\r\n\t\t\t\"parent\": \"8529\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"852990\",\r\n\t\t\t\"text\": \"852990 - Reception and transmission apparatus; for use with the apparatus of heading no. 8524 to 8528, excluding aerials and aerial reflectors\",\r\n\t\t\t\"parent\": \"8529\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8530\",\r\n\t\t\t\"text\": \"8530 - Signalling, safety or traffic control equipment; for railways, tramways, roads, inland waterways, parking facilities, port installations, airfields, excluding those of heading no. 8608\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853010\",\r\n\t\t\t\"text\": \"853010 - Signalling, safety or traffic control equipment; for railways or tramways (excluding those of heading no. 8608)\",\r\n\t\t\t\"parent\": \"8530\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853080\",\r\n\t\t\t\"text\": \"853080 - Signalling, safety or traffic control equipment; for roads, inland waterways, parking facilities, port installations or airfields (excluding those of heading no. 8608)\",\r\n\t\t\t\"parent\": \"8530\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853090\",\r\n\t\t\t\"text\": \"853090 - Signalling apparatus; parts of safety, traffic control equipment for railways, tramways, roads, inland waterways, airfields, parking facilities, port instalments (excluding those of heading no. 8608)\",\r\n\t\t\t\"parent\": \"8530\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8531\",\r\n\t\t\t\"text\": \"8531 - Signalling apparatus; electric sound or visual (e.g. bells, sirens, indicator panels, burglar or fire alarms), excluding those of heading no. 8512 or 8530\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853110\",\r\n\t\t\t\"text\": \"853110 - Signalling apparatus; electric, sound or visual, burglar or fire alarms and similar, other than those of heading no. 8512 or 8530\",\r\n\t\t\t\"parent\": \"8531\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853120\",\r\n\t\t\t\"text\": \"853120 - Signalling apparatus; electric, sound or visual, indicator panels incorporating liquid crystal devices (LCD) or light-emitting diodes (LED), excluding those of heading no. 8512 or 8530\",\r\n\t\t\t\"parent\": \"8531\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853180\",\r\n\t\t\t\"text\": \"853180 - Signalling apparatus; electric, sound or visual, apparatus n.e.c. in heading no. 8531, excluding those of heading no. 8512 or 8530\",\r\n\t\t\t\"parent\": \"8531\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853190\",\r\n\t\t\t\"text\": \"853190 - Signalling apparatus; parts of the electric, sound or visual apparatus of heading no. 8531\",\r\n\t\t\t\"parent\": \"8531\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8532\",\r\n\t\t\t\"text\": \"8532 - Electrical capacitors; fixed, variable or adjustable (pre-set)\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853210\",\r\n\t\t\t\"text\": \"853210 - Electrical capacitors; fixed, designed for use in 50/60 Hz circuits and having a reactive power handling capacity of not less than 0.5 kvar (power capacitors)\",\r\n\t\t\t\"parent\": \"8532\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853221\",\r\n\t\t\t\"text\": \"853221 - Electrical capacitors; fixed, tantalum\",\r\n\t\t\t\"parent\": \"8532\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853222\",\r\n\t\t\t\"text\": \"853222 - Electrical capacitors; fixed, aluminium electrolytic\",\r\n\t\t\t\"parent\": \"8532\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853223\",\r\n\t\t\t\"text\": \"853223 - Electrical capacitors; fixed, ceramic dielectric, single layer\",\r\n\t\t\t\"parent\": \"8532\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853224\",\r\n\t\t\t\"text\": \"853224 - Electrical capacitors; fixed, ceramic dielectric, multilayer\",\r\n\t\t\t\"parent\": \"8532\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853225\",\r\n\t\t\t\"text\": \"853225 - Electrical capacitors; fixed, dielectric of paper or plastics\",\r\n\t\t\t\"parent\": \"8532\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853229\",\r\n\t\t\t\"text\": \"853229 - Electrical capacitors; fixed, n.e.c. in heading no. 8532\",\r\n\t\t\t\"parent\": \"8532\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853230\",\r\n\t\t\t\"text\": \"853230 - Electrical capacitors; variable or adjustable (pre-set) capacitors\",\r\n\t\t\t\"parent\": \"8532\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853290\",\r\n\t\t\t\"text\": \"853290 - Electrical capacitors; parts of the capacitors of heading no. 8532\",\r\n\t\t\t\"parent\": \"8532\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8533\",\r\n\t\t\t\"text\": \"8533 - Electrical resistors (including rheostats and potentiometers), excluding heating resistors\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853310\",\r\n\t\t\t\"text\": \"853310 - Electrical resistors; fixed carbon resistors, composition or film types (including rheostats and potentiometers but excluding heating resistors)\",\r\n\t\t\t\"parent\": \"8533\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853321\",\r\n\t\t\t\"text\": \"853321 - Electrical resistors; fixed, for a power handling capacity not exceeding 20W (including rheostats and potentiometers but excluding heating resistors and carbon resistors)\",\r\n\t\t\t\"parent\": \"8533\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853329\",\r\n\t\t\t\"text\": \"853329 - Electrical resistors; fixed, for a power handling capacity exceeding 20W (including rheostats and potentiometers but excluding heating resistors and carbon resistors)\",\r\n\t\t\t\"parent\": \"8533\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853331\",\r\n\t\t\t\"text\": \"853331 - Electrical resistors; wirewound variable, including rheostats and potentiometers, for a power handling capacity not exceeding 20W (excluding heating)\",\r\n\t\t\t\"parent\": \"8533\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853339\",\r\n\t\t\t\"text\": \"853339 - Electrical resistors; wirewound variable, including rheostats and potentiometers, for a power handling capacity exceeding 20W (excluding heating)\",\r\n\t\t\t\"parent\": \"8533\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853340\",\r\n\t\t\t\"text\": \"853340 - Electrical resistors; variable, including rheostats and potentiometers (excluding heating)\",\r\n\t\t\t\"parent\": \"8533\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853390\",\r\n\t\t\t\"text\": \"853390 - Resistors; parts of the resistors of heading no. 8533\",\r\n\t\t\t\"parent\": \"8533\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8534\",\r\n\t\t\t\"text\": \"8534 - Circuits; printed\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853400\",\r\n\t\t\t\"text\": \"853400 - Circuits; printed\",\r\n\t\t\t\"parent\": \"8534\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8535\",\r\n\t\t\t\"text\": \"8535 - Electrical apparatus for switching, protecting electrical circuits, for making connections to or in electrical circuits; for a voltage exceeding 1000 volts\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853510\",\r\n\t\t\t\"text\": \"853510 - Electrical apparatus; fuses, for a voltage exceeding 1000 volts\",\r\n\t\t\t\"parent\": \"8535\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853521\",\r\n\t\t\t\"text\": \"853521 - Electrical apparatus; automatic circuit breakers, for a voltage exceeding 1000 volts but less than 72.5kV\",\r\n\t\t\t\"parent\": \"8535\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853529\",\r\n\t\t\t\"text\": \"853529 - Electrical apparatus; automatic circuit breakers, for a voltage of 72.5kV or more\",\r\n\t\t\t\"parent\": \"8535\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853530\",\r\n\t\t\t\"text\": \"853530 - Electrical apparatus; isolating and make-and-break switches, for a voltage exceeding 1000 volts\",\r\n\t\t\t\"parent\": \"8535\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853540\",\r\n\t\t\t\"text\": \"853540 - Electrical apparatus; lightning arresters, voltage limiters and surge suppressors (for a voltage exceeding 1000 volts)\",\r\n\t\t\t\"parent\": \"8535\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853590\",\r\n\t\t\t\"text\": \"853590 - Electrical apparatus; n.e.c. in heading no. 8535, for switching or protecting electrical circuits, for a voltage exceeding 1000 volts\",\r\n\t\t\t\"parent\": \"8535\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8536\",\r\n\t\t\t\"text\": \"8536 - Electrical apparatus for switching, protecting electrical circuits, for making connections to or in electrical circuits, for a voltage not exceeding 1000 volts; connectors for optical fibres, optical fibre bundles or cables\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853610\",\r\n\t\t\t\"text\": \"853610 - Electrical apparatus; fuses, for a voltage not exceeding 1000 volts\",\r\n\t\t\t\"parent\": \"8536\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853620\",\r\n\t\t\t\"text\": \"853620 - Electrical apparatus; automatic circuit breakers, for a voltage not exceeding 1000 volts\",\r\n\t\t\t\"parent\": \"8536\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853630\",\r\n\t\t\t\"text\": \"853630 - Electrical apparatus; for protecting electrical circuits, n.e.c. in heading no. 8536, for a voltage not exceeding 1000 volts\",\r\n\t\t\t\"parent\": \"8536\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853641\",\r\n\t\t\t\"text\": \"853641 - Electrical apparatus; relays, (for a voltage not exceeding 60 volts)\",\r\n\t\t\t\"parent\": \"8536\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853649\",\r\n\t\t\t\"text\": \"853649 - Electrical apparatus; relays, for a voltage exceeding 60 volts\",\r\n\t\t\t\"parent\": \"8536\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853650\",\r\n\t\t\t\"text\": \"853650 - Electrical apparatus; switches n.e.c. in heading no. 8536, for a voltage not exceeding 1000 volts\",\r\n\t\t\t\"parent\": \"8536\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853661\",\r\n\t\t\t\"text\": \"853661 - Electrical apparatus; lamp-holders, for a voltage not exceeding 1000 volts\",\r\n\t\t\t\"parent\": \"8536\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853669\",\r\n\t\t\t\"text\": \"853669 - Electrical apparatus; plugs and sockets, for a voltage not exceeding 1000 volts\",\r\n\t\t\t\"parent\": \"8536\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853670\",\r\n\t\t\t\"text\": \"853670 - Connectors for optical fibres, optical fibre bundles or cables\",\r\n\t\t\t\"parent\": \"8536\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853690\",\r\n\t\t\t\"text\": \"853690 - Electrical apparatus; n.e.c. in heading no. 8536, for switching or protecting electrical circuits, for a voltage not exceeding 1000 volts\",\r\n\t\t\t\"parent\": \"8536\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8537\",\r\n\t\t\t\"text\": \"8537 - Boards, panels, consoles, desks, cabinets, bases with apparatus of heading no. 8535, 8536 for electricity control and distribution, (other than switching apparatus of heading no. 8517)\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853710\",\r\n\t\t\t\"text\": \"853710 - Boards, panels, consoles, desks and other bases; for electric control or the distribution of electricity, (other than switching apparatus of heading no. 8517), for a voltage not exceeding 1000 volts\",\r\n\t\t\t\"parent\": \"8537\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853720\",\r\n\t\t\t\"text\": \"853720 - Boards, panels, consoles, desks and other bases; for electric control or the distribution of electricity, (other than switching apparatus of heading no. 8517), for a voltage exceeding 1000 volts\",\r\n\t\t\t\"parent\": \"8537\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8538\",\r\n\t\t\t\"text\": \"8538 - Electrical apparatus; parts suitable for use solely or principally with the apparatus of heading no. 8535, 8536 and 8537\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853810\",\r\n\t\t\t\"text\": \"853810 - Electrical apparatus; parts (e.g. boards, panels, consoles, desks, cabinets, other bases), for goods of heading no. 8537, not equipped with their apparatus\",\r\n\t\t\t\"parent\": \"8538\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853890\",\r\n\t\t\t\"text\": \"853890 - Electrical apparatus; parts suitable for use solely or principally with the apparatus of heading no. 8535, 8536 or 8537\",\r\n\t\t\t\"parent\": \"8538\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8539\",\r\n\t\t\t\"text\": \"8539 - Lamps; electric filament or discharge lamps, including sealed beam lamp units and ultra-violet or infra-red lamps, arc lamps, light-emitting diode (LED) light sources\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853910\",\r\n\t\t\t\"text\": \"853910 - Lamps; sealed beam units\",\r\n\t\t\t\"parent\": \"8539\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853921\",\r\n\t\t\t\"text\": \"853921 - Lamps; filament, (excluding ultra-violet or infra-red), tungsten halogen\",\r\n\t\t\t\"parent\": \"8539\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853922\",\r\n\t\t\t\"text\": \"853922 - Lamps; filament, (excluding ultra-violet or infra-red), of a power not exceeding 200W and for a voltage exceeding 100 volts, other than tungsten halogen\",\r\n\t\t\t\"parent\": \"8539\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853929\",\r\n\t\t\t\"text\": \"853929 - Lamps; filament, (excluding ultra-violet or infra-red), n.e.c. in item no. 8539.2\",\r\n\t\t\t\"parent\": \"8539\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853931\",\r\n\t\t\t\"text\": \"853931 - Lamps; discharge, (excluding ultra-violet), fluorescent, hot cathode\",\r\n\t\t\t\"parent\": \"8539\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853932\",\r\n\t\t\t\"text\": \"853932 - Lamps; discharge, (excluding ultra-violet), mercury or sodium vapour lamps, metal halide lamps\",\r\n\t\t\t\"parent\": \"8539\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853939\",\r\n\t\t\t\"text\": \"853939 - Lamps; discharge, (excluding ultra-violet, excluding fluorescent, hot cathode)\",\r\n\t\t\t\"parent\": \"8539\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853940\",\r\n\t\t\t\"text\": \"853940 - Ultra-violet or infra-red lamps, arc lamps\",\r\n\t\t\t\"parent\": \"8539\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853941\",\r\n\t\t\t\"text\": \"853941 - Lamps; arc-lamps\",\r\n\t\t\t\"parent\": \"8539\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853949\",\r\n\t\t\t\"text\": \"853949 - Lamps; ultra-violet or infra-red lamps, (excluding arc-lamps)\",\r\n\t\t\t\"parent\": \"8539\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853950\",\r\n\t\t\t\"text\": \"853950 - Lamps; light-emitting diode (LED) lamps\",\r\n\t\t\t\"parent\": \"8539\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853951\",\r\n\t\t\t\"text\": \"853951 - Lamps; light-emitting diode (LED) light sources, light-emitting diode (LED) modules\",\r\n\t\t\t\"parent\": \"8539\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853952\",\r\n\t\t\t\"text\": \"853952 - Lamps; light-emitting diode (LED) light sources, light-emitting diode (LED) lamps\",\r\n\t\t\t\"parent\": \"8539\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"853990\",\r\n\t\t\t\"text\": \"853990 - Lamps; parts of the lamps of heading no. 8539\",\r\n\t\t\t\"parent\": \"8539\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8540\",\r\n\t\t\t\"text\": \"8540 - Thermionic, cold cathode or photo-cathode valves and tubes (e.g. vacuum, vapour, gas filled valves and tubes, mercury arc rectifying valves and tubes, cathode-ray and television camera tubes)\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854011\",\r\n\t\t\t\"text\": \"854011 - Tubes; cathode-ray television picture tubes, including video monitor cathode-ray tubes, colour\",\r\n\t\t\t\"parent\": \"8540\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854012\",\r\n\t\t\t\"text\": \"854012 - Tubes; cathode-ray television picture tubes, including video monitor cathode-ray tubes, monochrome\",\r\n\t\t\t\"parent\": \"8540\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854020\",\r\n\t\t\t\"text\": \"854020 - Tubes; television camera tubes, image converters and intensifiers, other photo-cathode tubes\",\r\n\t\t\t\"parent\": \"8540\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854030\",\r\n\t\t\t\"text\": \"854030 - Cathode-ray tubes, except for television\",\r\n\t\t\t\"parent\": \"8540\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854040\",\r\n\t\t\t\"text\": \"854040 - Tubes; data/graphic display tubes, monochrome; data/graphic display tubes, colour, with a phosphor dot screen pitch smaller than 0.4mm\",\r\n\t\t\t\"parent\": \"8540\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854041\",\r\n\t\t\t\"text\": \"854041 - Magnetron tubes\",\r\n\t\t\t\"parent\": \"8540\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854042\",\r\n\t\t\t\"text\": \"854042 - Klystron tubes\",\r\n\t\t\t\"parent\": \"8540\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854049\",\r\n\t\t\t\"text\": \"854049 - Microwave tubes, except magnetron/klystron\",\r\n\t\t\t\"parent\": \"8540\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854050\",\r\n\t\t\t\"text\": \"854050 - Data/graphic display tubes, black & white/other monochrome\",\r\n\t\t\t\"parent\": \"8540\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854060\",\r\n\t\t\t\"text\": \"854060 - Tubes; cathode ray, n.e.c. in heading no. 8540\",\r\n\t\t\t\"parent\": \"8540\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854071\",\r\n\t\t\t\"text\": \"854071 - Tubes; microwave, magnetrons, excluding grid-controlled tubes\",\r\n\t\t\t\"parent\": \"8540\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854072\",\r\n\t\t\t\"text\": \"854072 - Klystrons\",\r\n\t\t\t\"parent\": \"8540\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854079\",\r\n\t\t\t\"text\": \"854079 - Tubes; microwave (for example klystrons, travelling wave tubes, carlinotrons), excluding magnetrons and grid-controlled tubes\",\r\n\t\t\t\"parent\": \"8540\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854081\",\r\n\t\t\t\"text\": \"854081 - Valves and tubes; receiver or amplifier\",\r\n\t\t\t\"parent\": \"8540\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854089\",\r\n\t\t\t\"text\": \"854089 - Valves and tubes; n.e.c. in heading no. 8540\",\r\n\t\t\t\"parent\": \"8540\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854091\",\r\n\t\t\t\"text\": \"854091 - Tubes; parts of cathode-ray tubes\",\r\n\t\t\t\"parent\": \"8540\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854099\",\r\n\t\t\t\"text\": \"854099 - Valves and tubes; parts of the valves and tubes of heading no. 8540, excluding parts of cathode-ray tubes\",\r\n\t\t\t\"parent\": \"8540\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8541\",\r\n\t\t\t\"text\": \"8541 - Semiconductor devices (e.g. diodes, transistors, semiconductor based transducers); including photovoltaic cells assembled or not in modules or panels, light-emitting diodes (LED) assembled with other LEDs or not, mounted piezo-electric crystals\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854110\",\r\n\t\t\t\"text\": \"854110 - Electrical apparatus; diodes, other than photosensitive or light-emitting diodes (LED)\",\r\n\t\t\t\"parent\": \"8541\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854121\",\r\n\t\t\t\"text\": \"854121 - Electrical apparatus; transistors, (other than photosensitive), with a dissipation rate of less than 1W\",\r\n\t\t\t\"parent\": \"8541\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854129\",\r\n\t\t\t\"text\": \"854129 - Electrical apparatus; transistors, (other than photosensitive), with a dissipation rate of 1W or more\",\r\n\t\t\t\"parent\": \"8541\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854130\",\r\n\t\t\t\"text\": \"854130 - Electrical apparatus; thyristors, diacs and triacs, other than photosensitive devices\",\r\n\t\t\t\"parent\": \"8541\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854140\",\r\n\t\t\t\"text\": \"854140 - Electrical apparatus; photosensitive, including photovoltaic cells, whether or not assembled in modules or made up into panels, light-emitting diodes (LED)\",\r\n\t\t\t\"parent\": \"8541\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854141\",\r\n\t\t\t\"text\": \"854141 - Electrical apparatus; photosensitive semiconductor devices, light emitting diodes (LED)\",\r\n\t\t\t\"parent\": \"8541\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854142\",\r\n\t\t\t\"text\": \"854142 - Electrical apparatus; photosensitive semiconductor devices, photovoltaic cells not assembled in modules or made up into panels\",\r\n\t\t\t\"parent\": \"8541\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854143\",\r\n\t\t\t\"text\": \"854143 - Electrical apparatus; photosensitive semiconductor devices, photovoltaic cells assembled in modules or made up into panels\",\r\n\t\t\t\"parent\": \"8541\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854149\",\r\n\t\t\t\"text\": \"854149 - Electrical apparatus; photosensitive semiconductor devices, diodes other than light emitting diodes and photovoltaic cells whether or not assembled in modules or made up into panels\",\r\n\t\t\t\"parent\": \"8541\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854150\",\r\n\t\t\t\"text\": \"854150 - Electrical apparatus; photosensitive semiconductor devices n.e.c. in heading no. 8541, including photovoltaic cells, whether or not assembled in modules or made up into panels\",\r\n\t\t\t\"parent\": \"8541\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854151\",\r\n\t\t\t\"text\": \"854151 - Electrical apparatus; photosensitive semiconductor devices, semiconductor-based transducers\",\r\n\t\t\t\"parent\": \"8541\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854159\",\r\n\t\t\t\"text\": \"854159 - Electrical apparatus; photosensitive semiconductor devices n.e.c. in heading no. 8541\",\r\n\t\t\t\"parent\": \"8541\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854160\",\r\n\t\t\t\"text\": \"854160 - Crystals; mounted piezo-electric\",\r\n\t\t\t\"parent\": \"8541\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854190\",\r\n\t\t\t\"text\": \"854190 - Electrical apparatus; parts for diodes, transistors and similar semiconductor devices and photosensitive semiconductor devices\",\r\n\t\t\t\"parent\": \"8541\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8542\",\r\n\t\t\t\"text\": \"8542 - Electronic integrated circuits\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854210\",\r\n\t\t\t\"text\": \"854210 - Cards incorp. an electronic integrated circuit (smart cards)\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854211\",\r\n\t\t\t\"text\": \"854211 - Monolithic integrated circuits, digital\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854212\",\r\n\t\t\t\"text\": \"854212 - Cards incorp elect integ\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854213\",\r\n\t\t\t\"text\": \"854213 - Metal oxide semiconducto\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854214\",\r\n\t\t\t\"text\": \"854214 - Circuits obtained by bip\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854219\",\r\n\t\t\t\"text\": \"854219 - Monolithic integrated circuits, except digital\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854220\",\r\n\t\t\t\"text\": \"854220 - Hybrid integrated circuits\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854221\",\r\n\t\t\t\"text\": \"854221 - Monolithic integrated circuits, digital\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854229\",\r\n\t\t\t\"text\": \"854229 - Monolithic integrated circuits, other than digital\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854230\",\r\n\t\t\t\"text\": \"854230 - Monolithic integrated ci\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854231\",\r\n\t\t\t\"text\": \"854231 - Electronic integrated circuits; processors and controllers, whether or not combined with memories, converters, logic circuits, amplifiers, clock and timing circuits, or other circuits\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854232\",\r\n\t\t\t\"text\": \"854232 - Electronic integrated circuits; memories\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854233\",\r\n\t\t\t\"text\": \"854233 - Electronic integrated circuits; amplifiers\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854239\",\r\n\t\t\t\"text\": \"854239 - Electronic integrated circuits; n.e.c. in heading no. 8542\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854240\",\r\n\t\t\t\"text\": \"854240 - Hybrid integrated circui\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854250\",\r\n\t\t\t\"text\": \"854250 - Electronic microassembli\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854260\",\r\n\t\t\t\"text\": \"854260 - Hybrid integrated circuits\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854270\",\r\n\t\t\t\"text\": \"854270 - Electronic microassemblies\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854280\",\r\n\t\t\t\"text\": \"854280 - Electronic integrated circuits/microassemblies, nes\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854290\",\r\n\t\t\t\"text\": \"854290 - Parts of electronic integrated circuits\",\r\n\t\t\t\"parent\": \"8542\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8543\",\r\n\t\t\t\"text\": \"8543 - Electrical machines and apparatus; having individual functions, not specified or included elsewhere in this chapter\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854310\",\r\n\t\t\t\"text\": \"854310 - Electrical machines and apparatus; particle accelerators\",\r\n\t\t\t\"parent\": \"8543\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854311\",\r\n\t\t\t\"text\": \"854311 - Ion implanters for dopin\",\r\n\t\t\t\"parent\": \"8543\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854319\",\r\n\t\t\t\"text\": \"854319 - Particle accelerators,ne\",\r\n\t\t\t\"parent\": \"8543\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854320\",\r\n\t\t\t\"text\": \"854320 - Electrical machines and apparatus; signal generators\",\r\n\t\t\t\"parent\": \"8543\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854330\",\r\n\t\t\t\"text\": \"854330 - Electrical machines and apparatus; for electroplating, electrolysis or electrophoresis\",\r\n\t\t\t\"parent\": \"8543\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854340\",\r\n\t\t\t\"text\": \"854340 - Electrical machines and apparatus; electronic cigarettes and similar personal electric vaporising devices\",\r\n\t\t\t\"parent\": \"8543\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854370\",\r\n\t\t\t\"text\": \"854370 - Electrical machines and apparatus; having individual functions, not specified or included elsewhere in this chapter, n.e.c. in heading no. 8543\",\r\n\t\t\t\"parent\": \"8543\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854380\",\r\n\t\t\t\"text\": \"854380 - Electrical machines and apparatus, nes\",\r\n\t\t\t\"parent\": \"8543\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854381\",\r\n\t\t\t\"text\": \"854381 - Proximity cards and tags\",\r\n\t\t\t\"parent\": \"8543\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854389\",\r\n\t\t\t\"text\": \"854389 - Electrical machines and\",\r\n\t\t\t\"parent\": \"8543\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854390\",\r\n\t\t\t\"text\": \"854390 - Electrical machines and apparatus; parts of the electrical goods of heading no. 8543\",\r\n\t\t\t\"parent\": \"8543\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8544\",\r\n\t\t\t\"text\": \"8544 - Insulated wire, cable and other electric conductors, connector fitted or not; optical fibre cables of individually sheathed fibres, whether or not assembled with electric conductors or fitted with connectors\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854411\",\r\n\t\t\t\"text\": \"854411 - Insulated electric conductors; winding wire, of copper\",\r\n\t\t\t\"parent\": \"8544\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854419\",\r\n\t\t\t\"text\": \"854419 - Insulated electric conductors; winding wire, (of other than copper)\",\r\n\t\t\t\"parent\": \"8544\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854420\",\r\n\t\t\t\"text\": \"854420 - Insulated electric conductors; co-axial cable and other co-axial electric conductors\",\r\n\t\t\t\"parent\": \"8544\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854430\",\r\n\t\t\t\"text\": \"854430 - Insulated electric conductors; ignition wiring sets and other wiring sets of a kind used in vehicles, aircraft or ships\",\r\n\t\t\t\"parent\": \"8544\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854441\",\r\n\t\t\t\"text\": \"854441 - Electric conductors, nes < 80 volts, with connectors\",\r\n\t\t\t\"parent\": \"8544\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854442\",\r\n\t\t\t\"text\": \"854442 - Insulated electric conductors; for a voltage not exceeding 1000 volts, fitted with connectors\",\r\n\t\t\t\"parent\": \"8544\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854449\",\r\n\t\t\t\"text\": \"854449 - Insulated electric conductors; for a voltage not exceeding 1000 volts, not fitted with connectors\",\r\n\t\t\t\"parent\": \"8544\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854451\",\r\n\t\t\t\"text\": \"854451 - Electric conductors, 80-1,000 volts, with connectors\",\r\n\t\t\t\"parent\": \"8544\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854459\",\r\n\t\t\t\"text\": \"854459 - Electric conductors, 80-1,000 volts, no connectors\",\r\n\t\t\t\"parent\": \"8544\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854460\",\r\n\t\t\t\"text\": \"854460 - Insulated electric conductors; for a voltage exceeding 1000 volts\",\r\n\t\t\t\"parent\": \"8544\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854470\",\r\n\t\t\t\"text\": \"854470 - Insulated electric conductors; optical fibre cables\",\r\n\t\t\t\"parent\": \"8544\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8545\",\r\n\t\t\t\"text\": \"8545 - Carbon electrodes, carbon brushes, lamp carbons, battery carbons and other articles of graphite or other carbon; with or without metal, of a kind used for electrical purposes\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854511\",\r\n\t\t\t\"text\": \"854511 - Carbon electrodes; with or without metal, of a kind used for furnaces\",\r\n\t\t\t\"parent\": \"8545\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854519\",\r\n\t\t\t\"text\": \"854519 - Carbon electrodes; with or without metal, of a kind used for other than furnaces\",\r\n\t\t\t\"parent\": \"8545\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854520\",\r\n\t\t\t\"text\": \"854520 - Carbon brushes; with or without metal, used for electrical purposes\",\r\n\t\t\t\"parent\": \"8545\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854590\",\r\n\t\t\t\"text\": \"854590 - Carbon; lamp carbons, battery carbons and other articles of graphite or other carbon, with or without metal, of a kind used for electrical purposes\",\r\n\t\t\t\"parent\": \"8545\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8546\",\r\n\t\t\t\"text\": \"8546 - Electrical insulators of any material\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854610\",\r\n\t\t\t\"text\": \"854610 - Electrical insulators; of glass\",\r\n\t\t\t\"parent\": \"8546\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854620\",\r\n\t\t\t\"text\": \"854620 - Electrical insulators; of ceramics\",\r\n\t\t\t\"parent\": \"8546\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854690\",\r\n\t\t\t\"text\": \"854690 - Electrical insulators; other than of glass and ceramics\",\r\n\t\t\t\"parent\": \"8546\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8547\",\r\n\t\t\t\"text\": \"8547 - Insulating fittings; for electrical machines, appliances, equipment, excluding insulators of heading no. 8546, electrical conduit tubing and joints therefore\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854710\",\r\n\t\t\t\"text\": \"854710 - Insulating fittings; of ceramics, for electrical machines, of insulating material only (except minor assembly parts), excluding those of heading no. 8546\",\r\n\t\t\t\"parent\": \"8547\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854720\",\r\n\t\t\t\"text\": \"854720 - Insulating fittings; of plastics, for electrical machines, of insulating material only (except minor assembly parts), excluding those of heading no. 8546\",\r\n\t\t\t\"parent\": \"8547\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854790\",\r\n\t\t\t\"text\": \"854790 - Insulating fittings; (other than of ceramics or plastics), for electrical machines, appliances and equipment, excluding insulators of heading no. 8546\",\r\n\t\t\t\"parent\": \"8547\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8548\",\r\n\t\t\t\"text\": \"8548 - Electrical parts of machinery or apparatus; not specified or elsewhere included in this chapter\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854800\",\r\n\t\t\t\"text\": \"854800 - Electrical parts of machinery or apparatus; not specified or elsewhere included in this chapter\",\r\n\t\t\t\"parent\": \"8548\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854810\",\r\n\t\t\t\"text\": \"854810 - Waste and scrap of primary cells, primary batteries and electric accumulators; spent primary cells, spent primary batteries and spent electric accumulators\",\r\n\t\t\t\"parent\": \"8548\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854890\",\r\n\t\t\t\"text\": \"854890 - Electrical parts of machinery or apparatus; n.e.c. in chapter 85\",\r\n\t\t\t\"parent\": \"8548\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8549\",\r\n\t\t\t\"text\": \"8549 - Electrical and electronic waste and scrap\",\r\n\t\t\t\"parent\": \"85\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854911\",\r\n\t\t\t\"text\": \"854911 - Waste and scrap of lead-acid accumulators; spent lead-acid accumulators\",\r\n\t\t\t\"parent\": \"8549\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854912\",\r\n\t\t\t\"text\": \"854912 - Waste and scrap; of primary cells, primary batteries and electric accumulators, spent or not, containing lead, cadmium or mercury, other than lead-acid accumulators\",\r\n\t\t\t\"parent\": \"8549\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854913\",\r\n\t\t\t\"text\": \"854913 - Waste and scrap; of primary cells, primary batteries and electric accumulators, spent or not, sorted by chemical type and not containing lead, cadmium or mercury\",\r\n\t\t\t\"parent\": \"8549\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854914\",\r\n\t\t\t\"text\": \"854914 - Waste and scrap; of primary cells, primary batteries and electric accumulators, spent or not, unsorted and not containing lead, cadmium or mercury\",\r\n\t\t\t\"parent\": \"8549\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854919\",\r\n\t\t\t\"text\": \"854919 - Waste and scrap; of primary cells, primary batteries and electric accumulators, n.e.c. in item no 8549.1\",\r\n\t\t\t\"parent\": \"8549\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854921\",\r\n\t\t\t\"text\": \"854921 - Electrical and electronic waste and scrap; of a kind used principally for the recovery of precious metal, containing primary cells and batteries, electric accumulators, mercury-switches, glass from cathode ray tubes or other activated glass, or electrical\",\r\n\t\t\t\"parent\": \"8549\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854929\",\r\n\t\t\t\"text\": \"854929 - Waste and scrap; of a kind used principally for the recovery of precious metal n.e.c. in item no 8549.21\",\r\n\t\t\t\"parent\": \"8549\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854931\",\r\n\t\t\t\"text\": \"854931 - Electrical and electronic waste and scrap; electrical and electronic assemblies and printed circuit boards, other than those used principally for the recovery of precious metal, containing primary cells and batteries, electric accumulators, mercury-switch\",\r\n\t\t\t\"parent\": \"8549\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854939\",\r\n\t\t\t\"text\": \"854939 - Waste and scrap; electrical and electronic assemblies and printed circuit boards, other than those used principally for the recovery of precious metal n.e.c. in item no 8549.31\",\r\n\t\t\t\"parent\": \"8549\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854991\",\r\n\t\t\t\"text\": \"854991 - Waste and scrap; n.e.c. in heading no 8549\",\r\n\t\t\t\"parent\": \"8549\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"854999\",\r\n\t\t\t\"text\": \"854999 - Waste and scrap; n.e.c. in item no 8549.91\",\r\n\t\t\t\"parent\": \"8549\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"86\",\r\n\t\t\t\"text\": \"86 - Railway, tramway locomotives, rolling-stock and parts thereof; railway or tramway track fixtures and fittings and parts thereof; mechanical (including electro-mechanical) traffic signalling equipment of all kinds\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8601\",\r\n\t\t\t\"text\": \"8601 - Rail locomotives; powered from an external source of electricity or by electric accumulators\",\r\n\t\t\t\"parent\": \"86\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860110\",\r\n\t\t\t\"text\": \"860110 - Rail locomotives; powered from an external source of electricity\",\r\n\t\t\t\"parent\": \"8601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860120\",\r\n\t\t\t\"text\": \"860120 - Rail locomotives; powered by electric accumulators\",\r\n\t\t\t\"parent\": \"8601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8602\",\r\n\t\t\t\"text\": \"8602 - Rail locomotives; (other than those of heading no. 8601), locomotive tenders\",\r\n\t\t\t\"parent\": \"86\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860210\",\r\n\t\t\t\"text\": \"860210 - Rail locomotives; diesel-electric powered\",\r\n\t\t\t\"parent\": \"8602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860290\",\r\n\t\t\t\"text\": \"860290 - Rail locomotives and locomotive tenders; other than diesel-electric powered\",\r\n\t\t\t\"parent\": \"8602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8603\",\r\n\t\t\t\"text\": \"8603 - Railway or tramway coaches, vans and trucks; self-propelled tenders, other than those of heading no. 8604\",\r\n\t\t\t\"parent\": \"86\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860310\",\r\n\t\t\t\"text\": \"860310 - Railway or tramway coaches, vans and trucks; self-propelled, powered from an external source of electricity (excluding those of heading no. 8604)\",\r\n\t\t\t\"parent\": \"8603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860390\",\r\n\t\t\t\"text\": \"860390 - Railway or tramway coaches, vans and trucks; self-propelled, powered other than from an external source of electricity (excluding those of heading no. 8604)\",\r\n\t\t\t\"parent\": \"8603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8604\",\r\n\t\t\t\"text\": \"8604 - Railway or tramway maintenance or service vehicles; whether or not self-propelled (e.g. workshops, cranes, ballast tampers, trackliners, testing coaches and track inspection vehicles)\",\r\n\t\t\t\"parent\": \"86\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860400\",\r\n\t\t\t\"text\": \"860400 - Railway or tramway maintenance or service vehicles; whether or not self-propelled (e.g. workshops, cranes, ballast tampers, trackliners, testing coaches and track inspection vehicles)\",\r\n\t\t\t\"parent\": \"8604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8605\",\r\n\t\t\t\"text\": \"8605 - Railway or tramway coaches; passenger coaches, luggage vans, post office coaches and other special purpose railway or tramway coaches, not self-propelled (excluding those of heading no. 8604)\",\r\n\t\t\t\"parent\": \"86\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860500\",\r\n\t\t\t\"text\": \"860500 - Railway or tramway coaches; passenger coaches, luggage vans, post office coaches and other special purpose railway or tramway coaches, not self-propelled (excluding those of heading no. 8604)\",\r\n\t\t\t\"parent\": \"8605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8606\",\r\n\t\t\t\"text\": \"8606 - Railway or tramway goods vans and wagons; not self-propelled\",\r\n\t\t\t\"parent\": \"86\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860610\",\r\n\t\t\t\"text\": \"860610 - Railway or tramway goods vans and wagons; tank wagons and the like, not self-propelled\",\r\n\t\t\t\"parent\": \"8606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860620\",\r\n\t\t\t\"text\": \"860620 - Railway wagons, insulated/refrigerated except tank ca\",\r\n\t\t\t\"parent\": \"8606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860630\",\r\n\t\t\t\"text\": \"860630 - Railway or tramway goods vans and wagons; self-discharging, not self-propelled, excluding those of item no. 8606.10\",\r\n\t\t\t\"parent\": \"8606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860691\",\r\n\t\t\t\"text\": \"860691 - Railway or tramway goods vans and wagons; covered and closed, not self-propelled\",\r\n\t\t\t\"parent\": \"8606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860692\",\r\n\t\t\t\"text\": \"860692 - Railway or tramway goods vans and wagons; open, with non-removable sides of a height exceeding 60cm, not self-propelled\",\r\n\t\t\t\"parent\": \"8606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860699\",\r\n\t\t\t\"text\": \"860699 - Railway or tramway goods vans and wagons; n.e.c. in heading no. 8606, not self-propelled\",\r\n\t\t\t\"parent\": \"8606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8607\",\r\n\t\t\t\"text\": \"8607 - Railway or tramway locomotives or rolling stock; parts thereof\",\r\n\t\t\t\"parent\": \"86\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860711\",\r\n\t\t\t\"text\": \"860711 - Railway or tramway locomotives or rolling stock; parts, driving bogies and bissel-bogies\",\r\n\t\t\t\"parent\": \"8607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860712\",\r\n\t\t\t\"text\": \"860712 - Railway or tramway locomotives or rolling stock; parts, bogies and bissel-bogies (excluding driving bogies and bissel-bogies)\",\r\n\t\t\t\"parent\": \"8607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860719\",\r\n\t\t\t\"text\": \"860719 - Railway or tramway locomotives or rolling stock; parts, axles and wheels, and parts thereof\",\r\n\t\t\t\"parent\": \"8607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860721\",\r\n\t\t\t\"text\": \"860721 - Railway or tramway locomotives or rolling stock; parts, air brakes and parts thereof\",\r\n\t\t\t\"parent\": \"8607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860729\",\r\n\t\t\t\"text\": \"860729 - Railway or tramway locomotives or rolling stock; parts, brakes (other than air brakes) and parts thereof\",\r\n\t\t\t\"parent\": \"8607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860730\",\r\n\t\t\t\"text\": \"860730 - Railway or tramway locomotives or rolling stock; parts, hooks and other coupling devices, buffers and parts thereof\",\r\n\t\t\t\"parent\": \"8607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860791\",\r\n\t\t\t\"text\": \"860791 - Railway or tramway locomotives; parts n.e.c. in heading no. 8607\",\r\n\t\t\t\"parent\": \"8607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860799\",\r\n\t\t\t\"text\": \"860799 - Railway or tramway rolling stock; parts n.e.c. in heading no. 8607\",\r\n\t\t\t\"parent\": \"8607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8608\",\r\n\t\t\t\"text\": \"8608 - Railway or tramway track fixtures and fittings; mechanical (including electro-mechanical) signalling, safety or traffic control equipment for railways, tramways, roads, inland waterways, parking facilities, port installations or airfields; parts thereof\",\r\n\t\t\t\"parent\": \"86\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860800\",\r\n\t\t\t\"text\": \"860800 - Railway or tramway track fixtures and fittings; mechanical (including electro-mechanical) signalling, safety or traffic control equipment for railways, tramways, roads, inland waterways, parking facilities, port installations or airfields; parts thereof\",\r\n\t\t\t\"parent\": \"8608\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8609\",\r\n\t\t\t\"text\": \"8609 - Containers; (including containers for transport of fluids) specially designed and equipped for carriage by one or more modes of transport\",\r\n\t\t\t\"parent\": \"86\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"860900\",\r\n\t\t\t\"text\": \"860900 - Containers; (including containers for transport of fluids) specially designed and equipped for carriage by one or more modes of transport\",\r\n\t\t\t\"parent\": \"8609\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"87\",\r\n\t\t\t\"text\": \"87 - Vehicles; other than railway or tramway rolling stock, and parts and accessories thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8701\",\r\n\t\t\t\"text\": \"8701 - Tractors; (other than tractors of heading no 8709)\",\r\n\t\t\t\"parent\": \"87\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870110\",\r\n\t\t\t\"text\": \"870110 - Tractors; single axle\",\r\n\t\t\t\"parent\": \"8701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870120\",\r\n\t\t\t\"text\": \"870120 - Tractors; road, for semi-trailers\",\r\n\t\t\t\"parent\": \"8701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870121\",\r\n\t\t\t\"text\": \"870121 - Tractors; road tractors for semi-trailers, with only compression-ignition internal combustion piston engine (diesel or semi-diesel)\",\r\n\t\t\t\"parent\": \"8701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870122\",\r\n\t\t\t\"text\": \"870122 - Tractors; road tractors for semi-trailers, with both compression-ignition internal combustion piston engine (diesel or semi-diesel) and electric motors for propulsion\",\r\n\t\t\t\"parent\": \"8701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870123\",\r\n\t\t\t\"text\": \"870123 - Tractors; road tractors for semi-trailers, with both spark-ignition internal combustion piston engine and electric motors for propulsion\",\r\n\t\t\t\"parent\": \"8701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870124\",\r\n\t\t\t\"text\": \"870124 - Tractors; road tractors for semi-trailers, with only electric motors for propulsion\",\r\n\t\t\t\"parent\": \"8701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870129\",\r\n\t\t\t\"text\": \"870129 - Tractors; road tractors for semi-trailers, with other propulsion methods n.e.c. in item no 8701.2\",\r\n\t\t\t\"parent\": \"8701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870130\",\r\n\t\t\t\"text\": \"870130 - Tractors; track-laying\",\r\n\t\t\t\"parent\": \"8701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870190\",\r\n\t\t\t\"text\": \"870190 - Tractors; n.e.c. in heading no 8701 (other than tractors of heading no 8709)\",\r\n\t\t\t\"parent\": \"8701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870191\",\r\n\t\t\t\"text\": \"870191 - Tractors; n.e.c. in heading no 8701 (other than tractors of heading no 8709); of an engine power not exceeding 18kW\",\r\n\t\t\t\"parent\": \"8701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870192\",\r\n\t\t\t\"text\": \"870192 - Tractors; n.e.c. in heading no 8701 (other than tractors of heading no 8709); of an engine power exceeding 18kW but not exceeding 37kW\",\r\n\t\t\t\"parent\": \"8701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870193\",\r\n\t\t\t\"text\": \"870193 - Tractors; n.e.c. in heading no 8701 (other than tractors of heading no 8709); of an engine power exceeding 37kW but not exceeding 75kW\",\r\n\t\t\t\"parent\": \"8701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870194\",\r\n\t\t\t\"text\": \"870194 - Tractors; n.e.c. in heading no 8701 (other than tractors of heading no 8709); of an engine power exceeding 75kW but not exceeding 130kW\",\r\n\t\t\t\"parent\": \"8701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870195\",\r\n\t\t\t\"text\": \"870195 - Tractors; n.e.c. in heading no 8701 (other than tractors of heading no 8709); of an engine power exceeding 130kW\",\r\n\t\t\t\"parent\": \"8701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8702\",\r\n\t\t\t\"text\": \"8702 - Vehicles; public transport passenger type\",\r\n\t\t\t\"parent\": \"87\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870210\",\r\n\t\t\t\"text\": \"870210 - Vehicles; public transport type (carries 10 or more persons, including driver), with only compression-ignition internal combustion piston engine (diesel or semi-diesel), new or used\",\r\n\t\t\t\"parent\": \"8702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870220\",\r\n\t\t\t\"text\": \"870220 - Vehicles; public transport type (carries 10 or more persons, including driver), with both compression-ignition internal combustion piston engine (diesel or semi-diesel) and electric motor for propulsion, new or used\",\r\n\t\t\t\"parent\": \"8702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870230\",\r\n\t\t\t\"text\": \"870230 - Vehicles; public transport type (carries 10 or more persons, including driver), with both compression-ignition internal combustion piston engine (diesel or semi-diesel) and electric motor for propulsion, new or used\",\r\n\t\t\t\"parent\": \"8702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870240\",\r\n\t\t\t\"text\": \"870240 - Vehicles; public transport type (carries 10 or more persons, including driver), with only electric motor for propulsion, new or used\",\r\n\t\t\t\"parent\": \"8702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870290\",\r\n\t\t\t\"text\": \"870290 - Vehicles; public transport type (carries 10 or more persons, including driver), n.e.c. in heading 8702, new or used\",\r\n\t\t\t\"parent\": \"8702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8703\",\r\n\t\t\t\"text\": \"8703 - Motor cars and other motor vehicles; principally designed for the transport of persons (other than those of heading no. 8702), including station wagons and racing cars\",\r\n\t\t\t\"parent\": \"87\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870310\",\r\n\t\t\t\"text\": \"870310 - Vehicles; specially designed for travelling on snow, golf cars and similar vehicles\",\r\n\t\t\t\"parent\": \"8703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870321\",\r\n\t\t\t\"text\": \"870321 - Vehicles; with only spark-ignition internal combustion piston engine, cylinder capacity not over 1000cc\",\r\n\t\t\t\"parent\": \"8703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870322\",\r\n\t\t\t\"text\": \"870322 - Vehicles; with only spark-ignition internal combustion piston engine, cylinder capacity over 1000 but not over 1500cc\",\r\n\t\t\t\"parent\": \"8703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870323\",\r\n\t\t\t\"text\": \"870323 - Vehicles; with only spark-ignition internal combustion reciprocating piston engine, cylinder capacity over 1500 but not over 3000cc\",\r\n\t\t\t\"parent\": \"8703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870324\",\r\n\t\t\t\"text\": \"870324 - Vehicles; with only spark-ignition internal combustion reciprocating piston engine, cylinder capacity over 3000cc\",\r\n\t\t\t\"parent\": \"8703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870331\",\r\n\t\t\t\"text\": \"870331 - Vehicles; with only compression-ignition internal combustion piston engine (diesel or semi-diesel), cylinder capacity not over 1500cc\",\r\n\t\t\t\"parent\": \"8703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870332\",\r\n\t\t\t\"text\": \"870332 - Vehicles; with only compression-ignition internal combustion piston engine (diesel or semi-diesel), cylinder capacity over 1500 but not over 2500cc\",\r\n\t\t\t\"parent\": \"8703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870333\",\r\n\t\t\t\"text\": \"870333 - Vehicles; with only compression-ignition internal combustion piston engine (diesel or semi-diesel), cylinder capacity over 2500cc\",\r\n\t\t\t\"parent\": \"8703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870340\",\r\n\t\t\t\"text\": \"870340 - Vehicles; with both spark-ignition internal combustion piston engine and electric motor for propulsion, incapable of being charged by plugging to external source of electric power\",\r\n\t\t\t\"parent\": \"8703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870350\",\r\n\t\t\t\"text\": \"870350 - Vehicles; with both compression-ignition internal combustion piston engine (diesel or semi-diesel) and electric motor for propulsion, incapable of being charged by plugging to external source of electric power\",\r\n\t\t\t\"parent\": \"8703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870360\",\r\n\t\t\t\"text\": \"870360 - Vehicles; with both spark-ignition internal combustion piston engine and electric motor for propulsion, capable of being charged by plugging to external source of electric power\",\r\n\t\t\t\"parent\": \"8703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870370\",\r\n\t\t\t\"text\": \"870370 - Vehicles; with both compression-ignition internal combustion piston engine (diesel or semi-diesel) and electric motor for propulsion, capable of being charged by plugging to external source of electric power\",\r\n\t\t\t\"parent\": \"8703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870380\",\r\n\t\t\t\"text\": \"870380 - Vehicles; with only electric motor for propulsion\",\r\n\t\t\t\"parent\": \"8703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870390\",\r\n\t\t\t\"text\": \"870390 - Vehicles; for transport of persons (other than those of heading no. 8702) n.e.c. in heading no. 8703\",\r\n\t\t\t\"parent\": \"8703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8704\",\r\n\t\t\t\"text\": \"8704 - Vehicles; for the transport of goods\",\r\n\t\t\t\"parent\": \"87\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870410\",\r\n\t\t\t\"text\": \"870410 - Vehicles; dumpers, designed for off-highway use, for transport of goods\",\r\n\t\t\t\"parent\": \"8704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870421\",\r\n\t\t\t\"text\": \"870421 - Vehicles; with only compression-ignition internal combustion piston engine (diesel or semi-diesel), for transport of goods, (of a gvw not exceeding 5 tonnes), n.e.c. in item no 8704.1\",\r\n\t\t\t\"parent\": \"8704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870422\",\r\n\t\t\t\"text\": \"870422 - Vehicles; with only compression-ignition internal combustion piston engine (diesel or semi-diesel), for transport of goods, (of a g.v.w. exceeding 5 tonnes but not exceeding 20 tonnes), n.e.c. in item no 8704.1\",\r\n\t\t\t\"parent\": \"8704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870423\",\r\n\t\t\t\"text\": \"870423 - Vehicles; with only compression-ignition internal combustion piston engine (diesel or semi-diesel), for transport of goods, (of a g.v.w. exceeding 20 tonnes), n.e.c. in item no 8704.1\",\r\n\t\t\t\"parent\": \"8704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870431\",\r\n\t\t\t\"text\": \"870431 - Vehicles; with only spark-ignition internal combustion piston engine, for transport of goods, (of a g.v.w. not exceeding 5 tonnes), n.e.c. in item no 8704.1\",\r\n\t\t\t\"parent\": \"8704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870432\",\r\n\t\t\t\"text\": \"870432 - Vehicles; with only spark-ignition internal combustion piston engine, for transport of goods, (of a g.v.w. exceeding 5 tonnes), n.e.c. in item no 8704.1\",\r\n\t\t\t\"parent\": \"8704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870441\",\r\n\t\t\t\"text\": \"870441 - Vehicles; with both compression-ignition internal combustion piston engine (diesel/semi-diesel) and electric motor as motor for propulsion, unassembled as in section 14, (gvw not exceeding 5000kg), for the transport of goods, vans\",\r\n\t\t\t\"parent\": \"8704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870442\",\r\n\t\t\t\"text\": \"870442 - Vehicles; with both compression-ignition internal combustion piston engine (diesel/semi-diesel) and electric motors for propulsion, of a g.v.w. exceeding 5,000kg but not exceeding 20,000kg\",\r\n\t\t\t\"parent\": \"8704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870443\",\r\n\t\t\t\"text\": \"870443 - Vehicles; with both compression-ignition internal combustion piston engine (diesel/semi-diesel) and electric motors for propulsion, of a g.v.w. exceeding 20,000kg\",\r\n\t\t\t\"parent\": \"8704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870451\",\r\n\t\t\t\"text\": \"870451 - Vehicles; with both spark-ignition internal combustion piston engine and electric motors for propulsion, of a g.v.w. not exceeding 5,000kg\",\r\n\t\t\t\"parent\": \"8704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870452\",\r\n\t\t\t\"text\": \"870452 - Vehicles; with both spark-ignition internal combustion piston engine and electric motors for propulsion, of a g.v.w. exceeding 5,000kg\",\r\n\t\t\t\"parent\": \"8704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870460\",\r\n\t\t\t\"text\": \"870460 - Vehicles; with only electric motor for propulsion\",\r\n\t\t\t\"parent\": \"8704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870490\",\r\n\t\t\t\"text\": \"870490 - Vehicles; for transport of goods, n.e.c. in heading no. 8704\",\r\n\t\t\t\"parent\": \"8704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8705\",\r\n\t\t\t\"text\": \"8705 - Special purpose motor vehicles; not those for the transport of persons or goods (e.g. breakdown lorries, road sweeper lorries, spraying lorries, mobile workshops, mobile radiological units etc)\",\r\n\t\t\t\"parent\": \"87\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870510\",\r\n\t\t\t\"text\": \"870510 - Vehicles; crane lorries\",\r\n\t\t\t\"parent\": \"8705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870520\",\r\n\t\t\t\"text\": \"870520 - Vehicles; mobile drilling derricks\",\r\n\t\t\t\"parent\": \"8705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870530\",\r\n\t\t\t\"text\": \"870530 - Vehicles; fire fighting vehicles\",\r\n\t\t\t\"parent\": \"8705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870540\",\r\n\t\t\t\"text\": \"870540 - Vehicles; concrete-mixer lorries\",\r\n\t\t\t\"parent\": \"8705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870590\",\r\n\t\t\t\"text\": \"870590 - Vehicles; break-down lorries, road-sweepers, spraying lorries, mobile workshops, mobile radiological units, and other special purpose vehicles n.e.c. in heading no. 8705\",\r\n\t\t\t\"parent\": \"8705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8706\",\r\n\t\t\t\"text\": \"8706 - Chassis; fitted with engines, for the motor vehicles of heading no. 8701 to 8705\",\r\n\t\t\t\"parent\": \"87\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870600\",\r\n\t\t\t\"text\": \"870600 - Chassis; fitted with engines, for the motor vehicles of heading no. 8701 to 8705\",\r\n\t\t\t\"parent\": \"8706\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8707\",\r\n\t\t\t\"text\": \"8707 - Bodies; (including cabs) for the motor vehicles of heading no. 8701 to 8705\",\r\n\t\t\t\"parent\": \"87\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870710\",\r\n\t\t\t\"text\": \"870710 - Vehicles; bodies (including cabs) for the motor vehicles of heading no. 8703\",\r\n\t\t\t\"parent\": \"8707\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870790\",\r\n\t\t\t\"text\": \"870790 - Vehicles; bodies (including cabs) for the motor vehicles of heading no. 8701, 8702, 8704 or 8705\",\r\n\t\t\t\"parent\": \"8707\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8708\",\r\n\t\t\t\"text\": \"8708 - Motor vehicles; parts and accessories, of heading no. 8701 to 8705\",\r\n\t\t\t\"parent\": \"87\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870810\",\r\n\t\t\t\"text\": \"870810 - Vehicles; bumpers and parts thereof, for the vehicles of heading no. 8701 to 8705\",\r\n\t\t\t\"parent\": \"8708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870821\",\r\n\t\t\t\"text\": \"870821 - Vehicles; parts of bodies, safety seat belts\",\r\n\t\t\t\"parent\": \"8708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870822\",\r\n\t\t\t\"text\": \"870822 - Vehicles; parts and accessories, front windscreens (windshields), rear windows and other windows specified in subheading note 1 to this chapter\",\r\n\t\t\t\"parent\": \"8708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870829\",\r\n\t\t\t\"text\": \"870829 - Vehicles; parts and accessories, of bodies, other than safety seat belts\",\r\n\t\t\t\"parent\": \"8708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870830\",\r\n\t\t\t\"text\": \"870830 - Vehicle parts; brakes, servo-brakes and parts thereof\",\r\n\t\t\t\"parent\": \"8708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870831\",\r\n\t\t\t\"text\": \"870831 - Mounted brake linings for motor vehicles\",\r\n\t\t\t\"parent\": \"8708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870839\",\r\n\t\t\t\"text\": \"870839 - Brake system parts except linings for motor vehicles\",\r\n\t\t\t\"parent\": \"8708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870840\",\r\n\t\t\t\"text\": \"870840 - Vehicle parts; gear boxes and parts thereof\",\r\n\t\t\t\"parent\": \"8708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870850\",\r\n\t\t\t\"text\": \"870850 - Vehicle parts; drive-axles with differential, whether or not provided with other transmission components, and non-driving axles; parts thereof\",\r\n\t\t\t\"parent\": \"8708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870860\",\r\n\t\t\t\"text\": \"870860 - Non-driving axles/parts for motor vehicles\",\r\n\t\t\t\"parent\": \"8708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870870\",\r\n\t\t\t\"text\": \"870870 - Vehicle parts; road wheels and parts and accessories thereof\",\r\n\t\t\t\"parent\": \"8708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870880\",\r\n\t\t\t\"text\": \"870880 - Vehicle parts; suspension systems and parts thereof (including shock-absorbers)\",\r\n\t\t\t\"parent\": \"8708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870891\",\r\n\t\t\t\"text\": \"870891 - Vehicle parts; radiators and parts thereof\",\r\n\t\t\t\"parent\": \"8708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870892\",\r\n\t\t\t\"text\": \"870892 - Vehicle parts; silencers (mufflers) and exhaust pipes; parts thereof\",\r\n\t\t\t\"parent\": \"8708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870893\",\r\n\t\t\t\"text\": \"870893 - Vehicle parts; clutches and parts thereof\",\r\n\t\t\t\"parent\": \"8708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870894\",\r\n\t\t\t\"text\": \"870894 - Vehicle parts; steering wheels, steering columns and steering boxes; parts thereof\",\r\n\t\t\t\"parent\": \"8708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870895\",\r\n\t\t\t\"text\": \"870895 - Vehicle parts; safety airbags with inflater system; parts thereof\",\r\n\t\t\t\"parent\": \"8708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870899\",\r\n\t\t\t\"text\": \"870899 - Vehicle parts and accessories; n.e.c. in heading no. 8708\",\r\n\t\t\t\"parent\": \"8708\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8709\",\r\n\t\t\t\"text\": \"8709 - Works trucks, self-propelled, (not fitted with lifting or handling equipment), for factories, warehouses etc, for short distance transport of goods, tractors used on railway station platforms; parts thereof\",\r\n\t\t\t\"parent\": \"87\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870911\",\r\n\t\t\t\"text\": \"870911 - Vehicles; electrical, self-propelled, (not fitted with lifting or handling equipment), of the type used for short distance transport of goods in factories, warehouses, dock areas or airports\",\r\n\t\t\t\"parent\": \"8709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870919\",\r\n\t\t\t\"text\": \"870919 - Vehicles; (not electrical), self-propelled, without handling equipment, used for short distance transport of goods in factories, airports and such, and tractors of the type used on railway station platforms\",\r\n\t\t\t\"parent\": \"8709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"870990\",\r\n\t\t\t\"text\": \"870990 - Vehicles; parts of the vehicles of heading no. 8709\",\r\n\t\t\t\"parent\": \"8709\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8710\",\r\n\t\t\t\"text\": \"8710 - Tanks and other armoured fighting vehicles; motorised, whether or not fitted with weapons, and parts of such vehicles\",\r\n\t\t\t\"parent\": \"87\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871000\",\r\n\t\t\t\"text\": \"871000 - Tanks and other armoured fighting vehicles; motorised, whether or not fitted with weapons, and parts of such vehicles\",\r\n\t\t\t\"parent\": \"8710\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8711\",\r\n\t\t\t\"text\": \"8711 - Motorcycles (including mopeds) and cycles; fitted with an auxiliary motor, with or without side-cars; side-cars\",\r\n\t\t\t\"parent\": \"87\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871110\",\r\n\t\t\t\"text\": \"871110 - Motorcycles (including mopeds) and cycles; fitted with an auxiliary motor, with internal combustion piston engine of a cylinder capacity not exceeding 50cc, with or without side-cars; side-cars\",\r\n\t\t\t\"parent\": \"8711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871120\",\r\n\t\t\t\"text\": \"871120 - Motorcycles (including mopeds) and cycles; fitted with an auxiliary motor, internal combustion piston engine, of cylinder capacity exceeding 50cc but not exceeding 250cc, with or without side-cars; side-cars\",\r\n\t\t\t\"parent\": \"8711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871130\",\r\n\t\t\t\"text\": \"871130 - Motorcycles (including mopeds) and cycles; fitted with an auxiliary motor, internal combustion piston engine, of cylinder capacity exceeding 250cc but not exceeding 500cc, with or without side-cars; side-cars\",\r\n\t\t\t\"parent\": \"8711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871140\",\r\n\t\t\t\"text\": \"871140 - Motorcycles (including mopeds) and cycles; fitted with auxiliary motor, internal combustion piston engine of cylinder capacity exceeding 500cc but not exceeding 800cc, with or without sidecars; side-cars\",\r\n\t\t\t\"parent\": \"8711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871150\",\r\n\t\t\t\"text\": \"871150 - Motorcycles (including mopeds) and cycles; fitted with auxiliary motor, with internal combustion piston engine of a cylinder capacity exceeding 800cc, with or without side-cars; side-cars\",\r\n\t\t\t\"parent\": \"8711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871160\",\r\n\t\t\t\"text\": \"871160 - Motorcycles (including mopeds) and cycles; fitted with auxiliary motor, with electric motor for propulsion, with or without side-cars; side-cars\",\r\n\t\t\t\"parent\": \"8711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871190\",\r\n\t\t\t\"text\": \"871190 - Motorcycles (including mopeds) and cycles; n.e.c. in heading no. 8711, fitted with auxiliary motor, with or without side-cars; side-cars\",\r\n\t\t\t\"parent\": \"8711\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8712\",\r\n\t\t\t\"text\": \"8712 - Bicycles and other cycles; including delivery tricycles, not motorised\",\r\n\t\t\t\"parent\": \"87\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871200\",\r\n\t\t\t\"text\": \"871200 - Bicycles and other cycles; including delivery tricycles, not motorised\",\r\n\t\t\t\"parent\": \"8712\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8713\",\r\n\t\t\t\"text\": \"8713 - Carriages for disabled persons; whether or not motorised or otherwise mechanically propelled\",\r\n\t\t\t\"parent\": \"87\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871310\",\r\n\t\t\t\"text\": \"871310 - Carriages for disabled persons; not mechanically propelled\",\r\n\t\t\t\"parent\": \"8713\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871390\",\r\n\t\t\t\"text\": \"871390 - Carriages for disabled persons; mechanically propelled\",\r\n\t\t\t\"parent\": \"8713\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8714\",\r\n\t\t\t\"text\": \"8714 - Vehicles; parts and accessories of heading no. 8711 to 8713\",\r\n\t\t\t\"parent\": \"87\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871410\",\r\n\t\t\t\"text\": \"871410 - Motorcycles (including mopeds); parts and accessories\",\r\n\t\t\t\"parent\": \"8714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871411\",\r\n\t\t\t\"text\": \"871411 - Saddles for motorcycles (incl. mopeds)\",\r\n\t\t\t\"parent\": \"8714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871419\",\r\n\t\t\t\"text\": \"871419 - Parts & accessories of motorcycles (incl. mopeds), other than saddles\",\r\n\t\t\t\"parent\": \"8714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871420\",\r\n\t\t\t\"text\": \"871420 - Carriages for disabled persons; parts and accessories thereof\",\r\n\t\t\t\"parent\": \"8714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871491\",\r\n\t\t\t\"text\": \"871491 - Cycles; frames and forks, and parts thereof\",\r\n\t\t\t\"parent\": \"8714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871492\",\r\n\t\t\t\"text\": \"871492 - Cycles; parts thereof, wheel rims and spokes\",\r\n\t\t\t\"parent\": \"8714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871493\",\r\n\t\t\t\"text\": \"871493 - Cycles; parts thereof, hubs (other than coaster braking hubs and hub brakes) and free-wheel sprocket-wheels\",\r\n\t\t\t\"parent\": \"8714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871494\",\r\n\t\t\t\"text\": \"871494 - Cycles; parts thereof, brakes, including coaster braking hubs and hub-brakes, and parts thereof\",\r\n\t\t\t\"parent\": \"8714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871495\",\r\n\t\t\t\"text\": \"871495 - Cycles; parts thereof, saddles\",\r\n\t\t\t\"parent\": \"8714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871496\",\r\n\t\t\t\"text\": \"871496 - Cycles; parts, pedals and crank-gear, and parts thereof\",\r\n\t\t\t\"parent\": \"8714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871499\",\r\n\t\t\t\"text\": \"871499 - Cycles; parts thereof, n.e.c. in item no. 8714.9\",\r\n\t\t\t\"parent\": \"8714\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8715\",\r\n\t\t\t\"text\": \"8715 - Baby carriages and parts thereof\",\r\n\t\t\t\"parent\": \"87\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871500\",\r\n\t\t\t\"text\": \"871500 - Baby carriages and parts thereof\",\r\n\t\t\t\"parent\": \"8715\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8716\",\r\n\t\t\t\"text\": \"8716 - Trailers and semi-trailers; other vehicles, not mechanically propelled; parts thereof\",\r\n\t\t\t\"parent\": \"87\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871610\",\r\n\t\t\t\"text\": \"871610 - Trailers and semi-trailers; of the caravan type, for housing or camping\",\r\n\t\t\t\"parent\": \"8716\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871620\",\r\n\t\t\t\"text\": \"871620 - Trailers and semi-trailers; self-loading or self-unloading, for agricultural purposes\",\r\n\t\t\t\"parent\": \"8716\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871631\",\r\n\t\t\t\"text\": \"871631 - Tanker trailers and tanker semi-trailers\",\r\n\t\t\t\"parent\": \"8716\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871639\",\r\n\t\t\t\"text\": \"871639 - Trailers and semi-trailers; (other than tanker type)\",\r\n\t\t\t\"parent\": \"8716\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871640\",\r\n\t\t\t\"text\": \"871640 - Trailers and semi-trailers; n.e.c. in item no. 8716.3\",\r\n\t\t\t\"parent\": \"8716\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871680\",\r\n\t\t\t\"text\": \"871680 - Vehicles; n.e.c. in heading no. 8716\",\r\n\t\t\t\"parent\": \"8716\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"871690\",\r\n\t\t\t\"text\": \"871690 - Trailers, semi-trailers and other vehicles not mechanically propelled; parts thereof for heading no. 8716\",\r\n\t\t\t\"parent\": \"8716\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"88\",\r\n\t\t\t\"text\": \"88 - Aircraft, spacecraft, and parts thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8801\",\r\n\t\t\t\"text\": \"8801 - Balloons and dirigibles; gliders, hang gliders and other non-powered aircraft.\",\r\n\t\t\t\"parent\": \"88\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880100\",\r\n\t\t\t\"text\": \"880100 - Balloons and dirigibles; gliders, hang gliders and other non-powered aircraft.\",\r\n\t\t\t\"parent\": \"8801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880110\",\r\n\t\t\t\"text\": \"880110 - Gliders, hang gliders\",\r\n\t\t\t\"parent\": \"8801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880190\",\r\n\t\t\t\"text\": \"880190 - Balloons, dirigibles, non-powered aircraft nes\",\r\n\t\t\t\"parent\": \"8801\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8802\",\r\n\t\t\t\"text\": \"8802 - Aircraft n.e.c. in heading no. 8801, except unmanned aircraft of heading 8806, (e.g. helicopters, aeroplanes); spacecraft (including satellites) and suborbital and spacecraft launch vehicles\",\r\n\t\t\t\"parent\": \"88\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880211\",\r\n\t\t\t\"text\": \"880211 - Helicopters, except unmanned; of an unladen weight not exceeding 2000kg\",\r\n\t\t\t\"parent\": \"8802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880212\",\r\n\t\t\t\"text\": \"880212 - Helicopters, except unmanned; of an unladen weight exceeding 2000kg\",\r\n\t\t\t\"parent\": \"8802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880220\",\r\n\t\t\t\"text\": \"880220 - Aeroplanes and other aircraft, except unmanned; of an unladen weight not exceeding 2000kg\",\r\n\t\t\t\"parent\": \"8802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880230\",\r\n\t\t\t\"text\": \"880230 - Aeroplanes and other aircraft, except unmanned; of an unladen weight exceeding 2000kg but not exceeding 15,000kg\",\r\n\t\t\t\"parent\": \"8802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880240\",\r\n\t\t\t\"text\": \"880240 - Aeroplanes and other aircraft, except unmanned; of an unladen weight exceeding 15,000kg\",\r\n\t\t\t\"parent\": \"8802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880250\",\r\n\t\t\t\"text\": \"880250 - Spacecraft, satellites and spacecraft launch vehicles\",\r\n\t\t\t\"parent\": \"8802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880260\",\r\n\t\t\t\"text\": \"880260 - Spacecraft; (including satellites) and suborbital and spacecraft launch vehicles\",\r\n\t\t\t\"parent\": \"8802\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8803\",\r\n\t\t\t\"text\": \"8803 - Aircraft; parts of heading no. 8801 or 8802\",\r\n\t\t\t\"parent\": \"88\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880310\",\r\n\t\t\t\"text\": \"880310 - Aircraft and spacecraft; propellers and rotors and parts thereof\",\r\n\t\t\t\"parent\": \"8803\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880320\",\r\n\t\t\t\"text\": \"880320 - Aircraft and spacecraft; under-carriages and parts thereof\",\r\n\t\t\t\"parent\": \"8803\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880330\",\r\n\t\t\t\"text\": \"880330 - Aircraft and spacecraft; parts of aeroplanes or helicopters n.e.c. in heading no. 8803\",\r\n\t\t\t\"parent\": \"8803\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880390\",\r\n\t\t\t\"text\": \"880390 - Aircraft and spacecraft; parts thereof n.e.c. in chapter 88\",\r\n\t\t\t\"parent\": \"8803\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8804\",\r\n\t\t\t\"text\": \"8804 - Parachutes (including dirigible parachutes and paragliders) and rotochutes; parts thereof and accessories thereto\",\r\n\t\t\t\"parent\": \"88\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880400\",\r\n\t\t\t\"text\": \"880400 - Parachutes (including dirigible parachutes and paragliders) and rotochutes; parts thereof and accessories thereto\",\r\n\t\t\t\"parent\": \"8804\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8805\",\r\n\t\t\t\"text\": \"8805 - Aircraft launching gear, deck-arrestor or similar gear, ground flying trainers; parts of the foregoing articles\",\r\n\t\t\t\"parent\": \"88\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880510\",\r\n\t\t\t\"text\": \"880510 - Aircraft launching gear, deck-arrestor or similar gear and parts thereof\",\r\n\t\t\t\"parent\": \"8805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880520\",\r\n\t\t\t\"text\": \"880520 - Flight simulators, parts thereof\",\r\n\t\t\t\"parent\": \"8805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880521\",\r\n\t\t\t\"text\": \"880521 - Ground flying trainers and parts thereof; air combat simulators and parts thereof\",\r\n\t\t\t\"parent\": \"8805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880529\",\r\n\t\t\t\"text\": \"880529 - Ground flying trainers and parts thereof; other than air combat simulators and parts thereof\",\r\n\t\t\t\"parent\": \"8805\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8806\",\r\n\t\t\t\"text\": \"8806 - Unmanned aircraft\",\r\n\t\t\t\"parent\": \"88\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880610\",\r\n\t\t\t\"text\": \"880610 - Unmanned aircraft; for carriage of passengers\",\r\n\t\t\t\"parent\": \"8806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880621\",\r\n\t\t\t\"text\": \"880621 - Unmanned aircraft; for remote-controlled flight only, for other than for carriage of passengers, with the maximum take-off weight of not more than 250g\",\r\n\t\t\t\"parent\": \"8806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880622\",\r\n\t\t\t\"text\": \"880622 - Unmanned aircraft; for remote-controlled flight only, for other than for carriage of passengers, with the maximum take-off weight of more than 250g but not more than 7kg\",\r\n\t\t\t\"parent\": \"8806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880623\",\r\n\t\t\t\"text\": \"880623 - Unmanned aircraft; for remote-controlled flight only, for other than for carriage of passengers, with the maximum take-off weight of more than 7kg but not more than 25kg\",\r\n\t\t\t\"parent\": \"8806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880624\",\r\n\t\t\t\"text\": \"880624 - Unmanned aircraft; for remote-controlled flight only, for other than for carriage of passengers, with the maximum take-off weight of more than 25kg but not more than 150kg\",\r\n\t\t\t\"parent\": \"8806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880629\",\r\n\t\t\t\"text\": \"880629 - Unmanned aircraft; for remote-controlled flight only, for other than for carriage of passengers, with the maximum take-off weight of more than 150kg\",\r\n\t\t\t\"parent\": \"8806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880691\",\r\n\t\t\t\"text\": \"880691 - Unmanned aircraft; for other than remote-controlled flight and other than for carriage of passengers with a maximum take-off weight not more than 250g\",\r\n\t\t\t\"parent\": \"8806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880692\",\r\n\t\t\t\"text\": \"880692 - Unmanned aircraft; for other than remote-controlled flight and other than for carriage of passengers with a maximum take-off weight more than 250g but not more than 7kg\",\r\n\t\t\t\"parent\": \"8806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880693\",\r\n\t\t\t\"text\": \"880693 - Unmanned aircraft; for other than remote-controlled flight and other than for carriage of passengers with a maximum take-off weight more than 7kg but not more than 25kg\",\r\n\t\t\t\"parent\": \"8806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880694\",\r\n\t\t\t\"text\": \"880694 - Unmanned aircraft; for other than remote-controlled flight and other than for carriage of passengers with a maximum take-off weight more than 25kg but not more than 150kg\",\r\n\t\t\t\"parent\": \"8806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880699\",\r\n\t\t\t\"text\": \"880699 - Unmanned aircraft; for other than remote-controlled flight and other than for carriage of passengers with a maximum take-off weight more than 150kg\",\r\n\t\t\t\"parent\": \"8806\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8807\",\r\n\t\t\t\"text\": \"8807 - Aircraft; parts of goods of heading 8801, 8802 or 8806\",\r\n\t\t\t\"parent\": \"88\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880710\",\r\n\t\t\t\"text\": \"880710 - Aircraft and spacecraft; propellers and rotors and parts thereof\",\r\n\t\t\t\"parent\": \"8807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880720\",\r\n\t\t\t\"text\": \"880720 - Aircraft and spacecraft; under-carriages and parts thereof\",\r\n\t\t\t\"parent\": \"8807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880730\",\r\n\t\t\t\"text\": \"880730 - Aircraft and spacecraft; parts of aeroplanes, helicopters or unmanned aircraft n.e.c. in heading no. 8807\",\r\n\t\t\t\"parent\": \"8807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"880790\",\r\n\t\t\t\"text\": \"880790 - Aircraft and spacecraft; parts thereof n.e.c. in chapter 88\",\r\n\t\t\t\"parent\": \"8807\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"89\",\r\n\t\t\t\"text\": \"89 - Ships, boats and floating structures\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8901\",\r\n\t\t\t\"text\": \"8901 - Cruise ships, excursion boats, ferry-boats, cargo ships, barges and similar vessels for the transport of persons or goods\",\r\n\t\t\t\"parent\": \"89\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890110\",\r\n\t\t\t\"text\": \"890110 - Cruise ships, excursion boats and similar vessels, principally designed for the transport of persons, ferry boats of all kinds\",\r\n\t\t\t\"parent\": \"8901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890120\",\r\n\t\t\t\"text\": \"890120 - Tankers\",\r\n\t\t\t\"parent\": \"8901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890130\",\r\n\t\t\t\"text\": \"890130 - Vessels, refrigerated; other than tankers\",\r\n\t\t\t\"parent\": \"8901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890190\",\r\n\t\t\t\"text\": \"890190 - Vessels; n.e.c. in heading no. 8901, for the transport of goods and other vessels for the transport of both persons and goods\",\r\n\t\t\t\"parent\": \"8901\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8902\",\r\n\t\t\t\"text\": \"8902 - Fishing vessels, factory ships and other vessels; for processing or preserving fishery products\",\r\n\t\t\t\"parent\": \"89\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890200\",\r\n\t\t\t\"text\": \"890200 - Fishing vessels, factory ships and other vessels; for processing or preserving fishery products\",\r\n\t\t\t\"parent\": \"8902\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8903\",\r\n\t\t\t\"text\": \"8903 - Yachts and other vessels; for pleasure or sports, rowing boats and canoes\",\r\n\t\t\t\"parent\": \"89\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890310\",\r\n\t\t\t\"text\": \"890310 - Yachts and other vessels; for pleasure or sports, rowing boats and canoes, inflatable\",\r\n\t\t\t\"parent\": \"8903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890311\",\r\n\t\t\t\"text\": \"890311 - Yachts and other vessels; for pleasure or sports, inflatable (including rigid hull inflatable), fitted or designed to be fitted with a motor, unladen (net) weight (excluding the motor) not exceeding 100kg\",\r\n\t\t\t\"parent\": \"8903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890312\",\r\n\t\t\t\"text\": \"890312 - Yachts and other vessels; for pleasure or sports, inflatable (including rigid hull inflatable), not designed to be used with a motor and unladen (net) weight not exceeding 100kg\",\r\n\t\t\t\"parent\": \"8903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890319\",\r\n\t\t\t\"text\": \"890319 - Yachts and other vessels; for pleasure or sports, inflatable (including rigid hull inflatable), unladen (net) weight exceeding 100kg\",\r\n\t\t\t\"parent\": \"8903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890321\",\r\n\t\t\t\"text\": \"890321 - Sailboats; (other than inflatable) with or without auxiliary motor, for pleasure or sports, of a length not exceeding 7.5m\",\r\n\t\t\t\"parent\": \"8903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890322\",\r\n\t\t\t\"text\": \"890322 - Sailboats; (other than inflatable) with or without auxiliary motor, for pleasure or sports, of a length exceeding 7.5m but not exceeding 24m\",\r\n\t\t\t\"parent\": \"8903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890323\",\r\n\t\t\t\"text\": \"890323 - Sailboats; (other than inflatable) with or without auxiliary motor, for pleasure or sports, of a length exceeding 24m\",\r\n\t\t\t\"parent\": \"8903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890331\",\r\n\t\t\t\"text\": \"890331 - Motorboats; (other than outboard motorboats), for pleasure or sports, other than inflatable, of a length not exceeding 7.5m\",\r\n\t\t\t\"parent\": \"8903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890332\",\r\n\t\t\t\"text\": \"890332 - Motorboats; (other than outboard motorboats), for pleasure or sports, other than inflatable, of a length exceeding 7.5m but not exceeding 24m\",\r\n\t\t\t\"parent\": \"8903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890333\",\r\n\t\t\t\"text\": \"890333 - Motorboats; (other than outboard motorboats), for pleasure or sports, other than inflatable, of a length exceeding 24m\",\r\n\t\t\t\"parent\": \"8903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890391\",\r\n\t\t\t\"text\": \"890391 - Sailboats; with or without auxiliary motor, for pleasure or sports, other than inflatable\",\r\n\t\t\t\"parent\": \"8903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890392\",\r\n\t\t\t\"text\": \"890392 - Motorboats; (other than outboard motorboats), for pleasure or sports, other than inflatable\",\r\n\t\t\t\"parent\": \"8903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890393\",\r\n\t\t\t\"text\": \"890393 - Vessels; (other than sailboats and motorboats), for pleasure or sports, other than inflatable, of a length not exceeding 7.5m\",\r\n\t\t\t\"parent\": \"8903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890399\",\r\n\t\t\t\"text\": \"890399 - Vessels; (other than sailboats and motorboats), for pleasure or sports, other than inflatable, of a length exceeding 7.5m\",\r\n\t\t\t\"parent\": \"8903\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8904\",\r\n\t\t\t\"text\": \"8904 - Tugs and pusher craft\",\r\n\t\t\t\"parent\": \"89\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890400\",\r\n\t\t\t\"text\": \"890400 - Tugs and pusher craft\",\r\n\t\t\t\"parent\": \"8904\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8905\",\r\n\t\t\t\"text\": \"8905 - Light-vessels, fire-floats, dredgers, floating cranes, other vessels; the navigability of which is subsidiary to main function; floating docks, floating, submersible drilling, production platforms\",\r\n\t\t\t\"parent\": \"89\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890510\",\r\n\t\t\t\"text\": \"890510 - Dredgers\",\r\n\t\t\t\"parent\": \"8905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890520\",\r\n\t\t\t\"text\": \"890520 - Floating or submersible drilling or production platforms\",\r\n\t\t\t\"parent\": \"8905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890590\",\r\n\t\t\t\"text\": \"890590 - Vessels; light, fire-floats, floating cranes and other vessels, the navigability of which is subsidiary to their main function, floating docks\",\r\n\t\t\t\"parent\": \"8905\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8906\",\r\n\t\t\t\"text\": \"8906 - Vessels; other, including warships and lifeboats, other than rowing boats\",\r\n\t\t\t\"parent\": \"89\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890600\",\r\n\t\t\t\"text\": \"890600 - Warships, lifeboats, hospital ships, vessels nes\",\r\n\t\t\t\"parent\": \"8906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890610\",\r\n\t\t\t\"text\": \"890610 - Vessels; warships\",\r\n\t\t\t\"parent\": \"8906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890690\",\r\n\t\t\t\"text\": \"890690 - Vessels; other, including lifeboats other than rowing boats, other than warships\",\r\n\t\t\t\"parent\": \"8906\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8907\",\r\n\t\t\t\"text\": \"8907 - Boats, floating structures, other (for e.g. rafts, tanks, coffer-dams, landing stages, buoys and beacons)\",\r\n\t\t\t\"parent\": \"89\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890710\",\r\n\t\t\t\"text\": \"890710 - Rafts; inflatable\",\r\n\t\t\t\"parent\": \"8907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890790\",\r\n\t\t\t\"text\": \"890790 - Floating structures; tanks, coffer-dams, landing stages, buoys and beacons\",\r\n\t\t\t\"parent\": \"8907\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"8908\",\r\n\t\t\t\"text\": \"8908 - Vessels and other floating structures; for breaking up\",\r\n\t\t\t\"parent\": \"89\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"890800\",\r\n\t\t\t\"text\": \"890800 - Vessels and other floating structures; for breaking up\",\r\n\t\t\t\"parent\": \"8908\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"90\",\r\n\t\t\t\"text\": \"90 - Optical, photographic, cinematographic, measuring, checking, medical or surgical instruments and apparatus; parts and accessories\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9001\",\r\n\t\t\t\"text\": \"9001 - Optical fibres and optical fibre bundles; optical fibre cables not of heading no. 8544; sheets, plates of polarising material; lenses, prisms, mirrors, of any material; unmounted; not non optical glass\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900110\",\r\n\t\t\t\"text\": \"900110 - Optical fibres, optical fibre bundles and cables; excluding those of heading no. 8544\",\r\n\t\t\t\"parent\": \"9001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900120\",\r\n\t\t\t\"text\": \"900120 - Optical elements; polarising material, sheets and plates thereof\",\r\n\t\t\t\"parent\": \"9001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900130\",\r\n\t\t\t\"text\": \"900130 - Lenses, contact; unmounted, of any material, excluding elements of glass not optically worked\",\r\n\t\t\t\"parent\": \"9001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900140\",\r\n\t\t\t\"text\": \"900140 - Lenses, spectacle; unmounted, of glass, excluding elements of glass not optically worked\",\r\n\t\t\t\"parent\": \"9001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900150\",\r\n\t\t\t\"text\": \"900150 - Lenses, spectacle; unmounted, of materials other than glass\",\r\n\t\t\t\"parent\": \"9001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900190\",\r\n\t\t\t\"text\": \"900190 - Optical elements; lenses n.e.c. in heading no. 9001, prisms, mirrors and other optical elements, unmounted, of any material (excluding elements of glass not optically worked)\",\r\n\t\t\t\"parent\": \"9001\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9002\",\r\n\t\t\t\"text\": \"9002 - Lenses, prisms, mirrors and other optical elements, of any material, mounted, being parts or fittings for instruments or apparatus, other than such elements of glass not optically worked\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900211\",\r\n\t\t\t\"text\": \"900211 - Lenses; objective, for cameras, projectors or photographic enlargers or reducers, mounted, being parts or fittings for instruments or apparatus, of any material (excluding glass not optically worked)\",\r\n\t\t\t\"parent\": \"9002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900219\",\r\n\t\t\t\"text\": \"900219 - Lenses; objective, (other than for cameras, projectors or photographic enlargers or reducers), mounted, of any material (excluding elements of glass not optically worked)\",\r\n\t\t\t\"parent\": \"9002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900220\",\r\n\t\t\t\"text\": \"900220 - Filters; mounted as parts or fittings for instruments or apparatus, of any material (excluding elements of glass not optically worked)\",\r\n\t\t\t\"parent\": \"9002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900290\",\r\n\t\t\t\"text\": \"900290 - Optical elements; n.e.c. in heading no. 9002 (e.g. prisms and mirrors), mounted, being parts or fittings for instruments or apparatus, of any material (excluding elements of glass not optically worked)\",\r\n\t\t\t\"parent\": \"9002\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9003\",\r\n\t\t\t\"text\": \"9003 - Frames and mountings; for spectacles, goggles or the like, and parts\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900311\",\r\n\t\t\t\"text\": \"900311 - Frames and mountings; for spectacles, goggles or the like, of plastics\",\r\n\t\t\t\"parent\": \"9003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900319\",\r\n\t\t\t\"text\": \"900319 - Frames and mountings; for spectacles, goggles or the like, of materials other than plastics\",\r\n\t\t\t\"parent\": \"9003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900390\",\r\n\t\t\t\"text\": \"900390 - Frames and mountings; parts for spectacles, goggles or the like\",\r\n\t\t\t\"parent\": \"9003\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9004\",\r\n\t\t\t\"text\": \"9004 - Spectacles, goggles and the like; corrective, protective or other\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900410\",\r\n\t\t\t\"text\": \"900410 - Sunglasses; corrective, protective or other\",\r\n\t\t\t\"parent\": \"9004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900490\",\r\n\t\t\t\"text\": \"900490 - Spectacles, goggles and the like; (other than sunglasses) corrective, protective or other\",\r\n\t\t\t\"parent\": \"9004\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9005\",\r\n\t\t\t\"text\": \"9005 - Binoculars, monoculars, other optical telescopes, mountings therefore; other astronomical instruments, mountings therefore, but not including instruments for radio-astronomy\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900510\",\r\n\t\t\t\"text\": \"900510 - Binoculars\",\r\n\t\t\t\"parent\": \"9005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900580\",\r\n\t\t\t\"text\": \"900580 - Monoculars; other optical telescopes and astronomical instruments, excluding instruments for radio-astronomy\",\r\n\t\t\t\"parent\": \"9005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900590\",\r\n\t\t\t\"text\": \"900590 - Binoculars, monoculars, other optical telescopes, astronomical instruments (excluding those of radio-astronomy); parts and accessories (including mountings)\",\r\n\t\t\t\"parent\": \"9005\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9006\",\r\n\t\t\t\"text\": \"9006 - Cameras, photographic (excluding cinematographic); photographic flashlight apparatus and flashbulbs other than discharge lamps of heading no. 8539\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900610\",\r\n\t\t\t\"text\": \"900610 - Cameras, photographic (excluding cinematographic); of a kind used for preparing printing plates or cylinders\",\r\n\t\t\t\"parent\": \"9006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900620\",\r\n\t\t\t\"text\": \"900620 - Cameras for recording microfilm etc\",\r\n\t\t\t\"parent\": \"9006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900630\",\r\n\t\t\t\"text\": \"900630 - Cameras, photographic (excluding cinematographic); specially designed for underwater use, aerial survey, medical or surgical examination of internal organs; comparison cameras for forensic or criminological use\",\r\n\t\t\t\"parent\": \"9006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900640\",\r\n\t\t\t\"text\": \"900640 - Cameras, photographic (excluding cinematographic); instant print cameras\",\r\n\t\t\t\"parent\": \"9006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900651\",\r\n\t\t\t\"text\": \"900651 - Cameras, photographic (excluding cinematographic); with a through-the-lens viewfinder, single lens reflex (SLR), for a roll film of a width not exceeding 35mm\",\r\n\t\t\t\"parent\": \"9006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900652\",\r\n\t\t\t\"text\": \"900652 - Cameras, photographic (excluding cinematographic); of a kind (not SLR) for roll film of a width less than 35mm\",\r\n\t\t\t\"parent\": \"9006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900653\",\r\n\t\t\t\"text\": \"900653 - Cameras, photographic (excluding cinematographic), for roll film of a width of 35mm\",\r\n\t\t\t\"parent\": \"9006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900659\",\r\n\t\t\t\"text\": \"900659 - Cameras, photographic (excluding cinematographic); n.e.c. in heading no 9006\",\r\n\t\t\t\"parent\": \"9006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900661\",\r\n\t\t\t\"text\": \"900661 - Photographic flashlight apparatus; discharge lamp (electronic)\",\r\n\t\t\t\"parent\": \"9006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900662\",\r\n\t\t\t\"text\": \"900662 - Flashbulbs, flashcubes and the like\",\r\n\t\t\t\"parent\": \"9006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900669\",\r\n\t\t\t\"text\": \"900669 - Photographic flashlight apparatus; n.e.c. in heading no. 9006\",\r\n\t\t\t\"parent\": \"9006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900691\",\r\n\t\t\t\"text\": \"900691 - Cameras, photographic (excluding cinematographic); parts and accessories\",\r\n\t\t\t\"parent\": \"9006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900699\",\r\n\t\t\t\"text\": \"900699 - Photographic flashlight apparatus; parts and accessories, for other than cameras\",\r\n\t\t\t\"parent\": \"9006\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9007\",\r\n\t\t\t\"text\": \"9007 - Cinematographic cameras and projectors, whether or not incorporating sound recording or reproducing apparatus\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900710\",\r\n\t\t\t\"text\": \"900710 - Cameras, cinematographic; whether or not incorporating sound recording apparatus\",\r\n\t\t\t\"parent\": \"9007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900711\",\r\n\t\t\t\"text\": \"900711 - Cinematographic cameras, whether/not incorporating sound recording apparatus, for film of <16mm width/double-8mm film\",\r\n\t\t\t\"parent\": \"9007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900719\",\r\n\t\t\t\"text\": \"900719 - Cinematographic cameras, whether/not incorporating sound recording apparatus, other than those for film of <16mm/double-8mm film\",\r\n\t\t\t\"parent\": \"9007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900720\",\r\n\t\t\t\"text\": \"900720 - Projectors, cinematographic; whether or not incorporating sound recording or reproducing apparatus\",\r\n\t\t\t\"parent\": \"9007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900721\",\r\n\t\t\t\"text\": \"900721 - Cinematographic projectors for film of <16 mm width\",\r\n\t\t\t\"parent\": \"9007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900729\",\r\n\t\t\t\"text\": \"900729 - Cinematographic projectors for film of >16 mm width\",\r\n\t\t\t\"parent\": \"9007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900791\",\r\n\t\t\t\"text\": \"900791 - Cameras, cinematographic; parts and accessories, whether or not incorporating sound recording apparatus\",\r\n\t\t\t\"parent\": \"9007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900792\",\r\n\t\t\t\"text\": \"900792 - Projectors, cinematographic; parts and accessories, whether or not incorporating sound reproducing apparatus\",\r\n\t\t\t\"parent\": \"9007\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9008\",\r\n\t\t\t\"text\": \"9008 - Image projectors, other than cinematographic; photographic (other than cinematographic) enlargers and reducers\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900810\",\r\n\t\t\t\"text\": \"900810 - Slide projectors\",\r\n\t\t\t\"parent\": \"9008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900820\",\r\n\t\t\t\"text\": \"900820 - Microfilm/microfiche/other microform readers, whether/not capable of producing copies\",\r\n\t\t\t\"parent\": \"9008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900830\",\r\n\t\t\t\"text\": \"900830 - Image projectors (excl. of 9008.10 & 9008.20; excl. cinematographic)\",\r\n\t\t\t\"parent\": \"9008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900840\",\r\n\t\t\t\"text\": \"900840 - Photographic (excl. cinematographic) enlargers & reducers\",\r\n\t\t\t\"parent\": \"9008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900850\",\r\n\t\t\t\"text\": \"900850 - Image projectors, photographic enlargers and reducers, excluding cinematographic\",\r\n\t\t\t\"parent\": \"9008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900890\",\r\n\t\t\t\"text\": \"900890 - Photographic (other than cinematographic) image projectors, enlargers, and reducers; parts and accessories\",\r\n\t\t\t\"parent\": \"9008\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9009\",\r\n\t\t\t\"text\": \"9009 - Photo-copying apparatus\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900911\",\r\n\t\t\t\"text\": \"900911 - Electrostatic photo-copyers, direct process\",\r\n\t\t\t\"parent\": \"9009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900912\",\r\n\t\t\t\"text\": \"900912 - Electrostatic photo-copyers, indirect process\",\r\n\t\t\t\"parent\": \"9009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900921\",\r\n\t\t\t\"text\": \"900921 - Photo-copying equipment with an optical system, nes\",\r\n\t\t\t\"parent\": \"9009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900922\",\r\n\t\t\t\"text\": \"900922 - Contact type photo-copying apparatus,nes\",\r\n\t\t\t\"parent\": \"9009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900930\",\r\n\t\t\t\"text\": \"900930 - Thermo-copying apparatus\",\r\n\t\t\t\"parent\": \"9009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900990\",\r\n\t\t\t\"text\": \"900990 - Parts and accessories for photo-copying apparatus\",\r\n\t\t\t\"parent\": \"9009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900991\",\r\n\t\t\t\"text\": \"900991 - Automatic document feeders for the photocopying app. of 90.09\",\r\n\t\t\t\"parent\": \"9009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900992\",\r\n\t\t\t\"text\": \"900992 - Paper feeders for the photocopying app. of 90.09\",\r\n\t\t\t\"parent\": \"9009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900993\",\r\n\t\t\t\"text\": \"900993 - Sorters for the photocopying app. of 90.09\",\r\n\t\t\t\"parent\": \"9009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"900999\",\r\n\t\t\t\"text\": \"900999 - Parts & accessories of the photocopying app. of 90.09, n.e.s. in 90.09\",\r\n\t\t\t\"parent\": \"9009\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9010\",\r\n\t\t\t\"text\": \"9010 - Photographic (including cinematographic) laboratory apparatus and equipment, n.e.c. in chapter 90; negatoscopes; projection screens\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901010\",\r\n\t\t\t\"text\": \"901010 - Photographic laboratory apparatus and equipment; for automatically developing photographic (including cinematographic) film or paper in rolls or for automatically exposing developed film to rolls of paper\",\r\n\t\t\t\"parent\": \"9010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901020\",\r\n\t\t\t\"text\": \"901020 - Equipment for photographic laboratories nes\",\r\n\t\t\t\"parent\": \"9010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901030\",\r\n\t\t\t\"text\": \"901030 - Projection screens\",\r\n\t\t\t\"parent\": \"9010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901041\",\r\n\t\t\t\"text\": \"901041 - Direct write-on-wafer ap\",\r\n\t\t\t\"parent\": \"9010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901042\",\r\n\t\t\t\"text\": \"901042 - Step and repeat aligners\",\r\n\t\t\t\"parent\": \"9010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901049\",\r\n\t\t\t\"text\": \"901049 - Apparatus for projection\",\r\n\t\t\t\"parent\": \"9010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901050\",\r\n\t\t\t\"text\": \"901050 - Photographic laboratory apparatus and equipment; n.e.c. in item no. 9010.10, for photographic (including cinematographic) laboratories; negatoscopes\",\r\n\t\t\t\"parent\": \"9010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901060\",\r\n\t\t\t\"text\": \"901060 - Photographic laboratory apparatus and equipment (including cinematographic); projection screens\",\r\n\t\t\t\"parent\": \"9010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901090\",\r\n\t\t\t\"text\": \"901090 - Photographic laboratory apparatus and equipment (including cinematographic); parts and accessories\",\r\n\t\t\t\"parent\": \"9010\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9011\",\r\n\t\t\t\"text\": \"9011 - Microscopes, compound optical; including those for photomicrography, cinephotomicrography or microprojection\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901110\",\r\n\t\t\t\"text\": \"901110 - Microscopes, compound optical; stereoscopic microscopes\",\r\n\t\t\t\"parent\": \"9011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901120\",\r\n\t\t\t\"text\": \"901120 - Microscopes, compound optical; for photomicrography, cinephotomicrography or microprojection\",\r\n\t\t\t\"parent\": \"9011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901180\",\r\n\t\t\t\"text\": \"901180 - Microscopes, compound optical; (other than stereoscopic and microscopes for photomicrography, cinephotomicrography or microprojection)\",\r\n\t\t\t\"parent\": \"9011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901190\",\r\n\t\t\t\"text\": \"901190 - Microscopes, compound optical; parts and accessories (including those for photomicrography, cinephotomicrography or microprojection)\",\r\n\t\t\t\"parent\": \"9011\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9012\",\r\n\t\t\t\"text\": \"9012 - Microscopes (excluding optical microscopes); diffraction apparatus\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901210\",\r\n\t\t\t\"text\": \"901210 - Microscopes (excluding optical microscopes); diffraction apparatus\",\r\n\t\t\t\"parent\": \"9012\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901290\",\r\n\t\t\t\"text\": \"901290 - Microscopes (excluding optical microscopes); diffraction apparatus; parts and accessories\",\r\n\t\t\t\"parent\": \"9012\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9013\",\r\n\t\t\t\"text\": \"9013 - Lasers, other than laser diodes; other optical appliances and instruments n.e.c. in this chapter\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901310\",\r\n\t\t\t\"text\": \"901310 - Optical appliances and instruments; telescopic sights for fitting to arms; periscopes; telescopes designed to form parts of machines, appliances, instruments or apparatus of this chapter\",\r\n\t\t\t\"parent\": \"9013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901320\",\r\n\t\t\t\"text\": \"901320 - Lasers; other than laser diodes\",\r\n\t\t\t\"parent\": \"9013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901380\",\r\n\t\t\t\"text\": \"901380 - Optical devices, appliances and instruments; n.e.c. in heading no. 9013\",\r\n\t\t\t\"parent\": \"9013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901390\",\r\n\t\t\t\"text\": \"901390 - Optical appliances and instruments; parts and accessories for articles of heading no. 9013\",\r\n\t\t\t\"parent\": \"9013\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9014\",\r\n\t\t\t\"text\": \"9014 - Navigational instruments and appliances; direction finding compasses\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901410\",\r\n\t\t\t\"text\": \"901410 - Navigational instruments and appliances; direction finding compasses\",\r\n\t\t\t\"parent\": \"9014\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901420\",\r\n\t\t\t\"text\": \"901420 - Navigational instruments and appliances; for aeronautical or space navigation (excluding compasses)\",\r\n\t\t\t\"parent\": \"9014\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901480\",\r\n\t\t\t\"text\": \"901480 - Navigational instruments and appliances; for navigation other than aeronautical or space navigation (excluding direction finding compasses)\",\r\n\t\t\t\"parent\": \"9014\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901490\",\r\n\t\t\t\"text\": \"901490 - Navigational instruments and appliances; parts and accessories\",\r\n\t\t\t\"parent\": \"9014\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9015\",\r\n\t\t\t\"text\": \"9015 - Surveying (including photogrammetrical surveying), hydrographic, oceanographic, hydrological, meteorological or geophysical instruments and appliances, excluding compasses, rangefinders\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901510\",\r\n\t\t\t\"text\": \"901510 - Rangefinders\",\r\n\t\t\t\"parent\": \"9015\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901520\",\r\n\t\t\t\"text\": \"901520 - Surveying equipment; theodolites and tachymeters (tacheometers)\",\r\n\t\t\t\"parent\": \"9015\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901530\",\r\n\t\t\t\"text\": \"901530 - Surveying equipment; levels\",\r\n\t\t\t\"parent\": \"9015\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901540\",\r\n\t\t\t\"text\": \"901540 - Surveying equipment; photogrammetrical surveying instruments and appliances\",\r\n\t\t\t\"parent\": \"9015\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901580\",\r\n\t\t\t\"text\": \"901580 - Surveying equipment; articles n.e.c. in heading no. 9015, including hydrographic, oceanographic, hydrological, meteorological or geophysical instruments and appliances (excluding compasses)\",\r\n\t\t\t\"parent\": \"9015\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901590\",\r\n\t\t\t\"text\": \"901590 - Surveying equipment; parts and accessories for articles of heading no. 9015\",\r\n\t\t\t\"parent\": \"9015\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9016\",\r\n\t\t\t\"text\": \"9016 - Balances; of a sensitivity of 5cg or better, with or without weights\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901600\",\r\n\t\t\t\"text\": \"901600 - Balances; of a sensitivity of 5cg or better, with or without weights\",\r\n\t\t\t\"parent\": \"9016\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9017\",\r\n\t\t\t\"text\": \"9017 - Drawing, marking-out, mathematical calculating instruments (drafting machines, protractors, drawing sets etc); instruments for measuring length (e.g. measuring rods, tapes, micrometers, callipers) n.e.c.\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901710\",\r\n\t\t\t\"text\": \"901710 - Drafting tables and machines; whether or not automatic\",\r\n\t\t\t\"parent\": \"9017\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901720\",\r\n\t\t\t\"text\": \"901720 - Drawing, marking-out or mathematical calculating instruments\",\r\n\t\t\t\"parent\": \"9017\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901730\",\r\n\t\t\t\"text\": \"901730 - Mathematical equipment; micrometers, callipers and gauges\",\r\n\t\t\t\"parent\": \"9017\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901780\",\r\n\t\t\t\"text\": \"901780 - Mathematical instruments and equipment; n.e.c. in heading no. 9017\",\r\n\t\t\t\"parent\": \"9017\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901790\",\r\n\t\t\t\"text\": \"901790 - Drawing, marking-out equipment and mathematical instruments; parts and accessories\",\r\n\t\t\t\"parent\": \"9017\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9018\",\r\n\t\t\t\"text\": \"9018 - Instruments and appliances used in medical, surgical, dental or veterinary sciences, including scintigraphic apparatus, other electro-medical apparatus and sight testing instruments\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901811\",\r\n\t\t\t\"text\": \"901811 - Medical, surgical instruments and appliances; electro-cardiographs\",\r\n\t\t\t\"parent\": \"9018\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901812\",\r\n\t\t\t\"text\": \"901812 - Medical, surgical instruments and appliances; ultrasonic scanning apparatus\",\r\n\t\t\t\"parent\": \"9018\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901813\",\r\n\t\t\t\"text\": \"901813 - Medical, surgical instruments and appliances; magnetic resonance imaging apparatus\",\r\n\t\t\t\"parent\": \"9018\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901814\",\r\n\t\t\t\"text\": \"901814 - Medical, surgical instruments and appliances; scintigraphic apparatus\",\r\n\t\t\t\"parent\": \"9018\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901819\",\r\n\t\t\t\"text\": \"901819 - Medical, surgical instruments and appliances; electro-diagnostic apparatus (including apparatus for functional exploratory examination or for checking physiological parameters), n.e.c. in item no. 9018.1\",\r\n\t\t\t\"parent\": \"9018\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901820\",\r\n\t\t\t\"text\": \"901820 - Medical, surgical instruments and appliances; ultra-violet or infra-red ray apparatus\",\r\n\t\t\t\"parent\": \"9018\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901831\",\r\n\t\t\t\"text\": \"901831 - Medical, surgical instruments and appliances; syringes, with or without needles\",\r\n\t\t\t\"parent\": \"9018\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901832\",\r\n\t\t\t\"text\": \"901832 - Medical, surgical instruments and appliances; tubular metal needles and needles for sutures\",\r\n\t\t\t\"parent\": \"9018\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901839\",\r\n\t\t\t\"text\": \"901839 - Medical, surgical instruments and appliances; catheters, cannulae and the like\",\r\n\t\t\t\"parent\": \"9018\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901841\",\r\n\t\t\t\"text\": \"901841 - Dental instruments and appliances; dental drill engines, whether or not combined on a single base with other dental equipment\",\r\n\t\t\t\"parent\": \"9018\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901849\",\r\n\t\t\t\"text\": \"901849 - Dental instruments and appliances; other than dental drill engines\",\r\n\t\t\t\"parent\": \"9018\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901850\",\r\n\t\t\t\"text\": \"901850 - Ophthalmic instruments and appliances\",\r\n\t\t\t\"parent\": \"9018\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901890\",\r\n\t\t\t\"text\": \"901890 - Medical, surgical or dental instruments and appliances; n.e.c. in heading no. 9018\",\r\n\t\t\t\"parent\": \"9018\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9019\",\r\n\t\t\t\"text\": \"9019 - Mechano-therapy, massage appliances; psychological aptitude testing apparatus; ozone, oxygen, aerosol therapy, artificial respiration or other therapeutic respiration apparatus\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901910\",\r\n\t\t\t\"text\": \"901910 - Mechano-therapy appliances; massage apparatus and psychological aptitude-testing apparatus\",\r\n\t\t\t\"parent\": \"9019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"901920\",\r\n\t\t\t\"text\": \"901920 - Therapeutic respiration apparatus; ozone, oxygen, aerosol therapy apparatus; artificial respiration or other therapeutic respiration apparatus\",\r\n\t\t\t\"parent\": \"9019\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9020\",\r\n\t\t\t\"text\": \"9020 - Breathing appliances and gas masks; excluding protective masks having neither mechanical parts nor replaceable filters and excluding apparatus of item no. 9019.20\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902000\",\r\n\t\t\t\"text\": \"902000 - Breathing appliances and gas masks; excluding protective masks having neither mechanical parts nor replaceable filters and excluding apparatus of item no. 9019.20\",\r\n\t\t\t\"parent\": \"9020\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9021\",\r\n\t\t\t\"text\": \"9021 - Orthopaedic appliances; including crutches, surgical belts and trusses; splints and other fracture appliances; artificial parts of the body; hearing aids and other which are worn, carried or implanted in the body to compensate for a defect or disability\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902110\",\r\n\t\t\t\"text\": \"902110 - Orthopaedic or fracture appliances\",\r\n\t\t\t\"parent\": \"9021\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902111\",\r\n\t\t\t\"text\": \"902111 - Artificial joints\",\r\n\t\t\t\"parent\": \"9021\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902119\",\r\n\t\t\t\"text\": \"902119 - Orthopaedic/fracture appliances, nes\",\r\n\t\t\t\"parent\": \"9021\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902121\",\r\n\t\t\t\"text\": \"902121 - Dental fittings; artificial teeth\",\r\n\t\t\t\"parent\": \"9021\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902129\",\r\n\t\t\t\"text\": \"902129 - Dental fittings; other than artificial teeth\",\r\n\t\t\t\"parent\": \"9021\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902130\",\r\n\t\t\t\"text\": \"902130 - Artificial body parts, aids and appliances, etc\",\r\n\t\t\t\"parent\": \"9021\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902131\",\r\n\t\t\t\"text\": \"902131 - Artificial parts of the body\",\r\n\t\t\t\"parent\": \"9021\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902139\",\r\n\t\t\t\"text\": \"902139 - Artificial parts of the body; excluding artificial joints\",\r\n\t\t\t\"parent\": \"9021\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902140\",\r\n\t\t\t\"text\": \"902140 - Hearing aids (excluding parts and accessories)\",\r\n\t\t\t\"parent\": \"9021\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902150\",\r\n\t\t\t\"text\": \"902150 - Pacemakers; for stimulating heart muscles (excluding parts and accessories)\",\r\n\t\t\t\"parent\": \"9021\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902190\",\r\n\t\t\t\"text\": \"902190 - Appliances; worn, carried or implanted in the body, to compensate for a defect or disability\",\r\n\t\t\t\"parent\": \"9021\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9022\",\r\n\t\t\t\"text\": \"9022 - Apparatus based on the use of x-rays or of alpha, beta, gamma or other ionising radiations, whether or not for medical, surgical, dental or veterinary uses, including radiography or radiotherapy apparatus, x-ray tubes and other x-ray generators, high tens\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902211\",\r\n\t\t\t\"text\": \"902211 - Medical X-ray apparatus\",\r\n\t\t\t\"parent\": \"9022\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902212\",\r\n\t\t\t\"text\": \"902212 - Apparatus based on the use of x-rays; including radiography or radiotherapy apparatus, whether or not for medical, surgical, dental or veterinary uses, computed tomography apparatus\",\r\n\t\t\t\"parent\": \"9022\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902213\",\r\n\t\t\t\"text\": \"902213 - Apparatus based on the use of x-rays; including radiography or radiotherapy apparatus, for dental uses, excluding computed tomography apparatus\",\r\n\t\t\t\"parent\": \"9022\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902214\",\r\n\t\t\t\"text\": \"902214 - Apparatus based on the use of x-rays; including radiography or radiotherapy apparatus, for medical, surgical or veterinary uses, not dental uses, excluding computed tomography apparatus\",\r\n\t\t\t\"parent\": \"9022\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902219\",\r\n\t\t\t\"text\": \"902219 - Apparatus based on the use of x-rays, including radiography or radiotherapy apparatus; for other than medical, surgical, dental or veterinary uses\",\r\n\t\t\t\"parent\": \"9022\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902221\",\r\n\t\t\t\"text\": \"902221 - Apparatus based on the use of alpha, beta, gamma or other ionising radiations, including radiography or radiotherapy apparatus; for medical, surgical, dental or veterinary uses\",\r\n\t\t\t\"parent\": \"9022\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902229\",\r\n\t\t\t\"text\": \"902229 - Apparatus based on the use of alpha, beta, gamma or other ionising radiations, including radiography or radiotherapy apparatus; (for other than medical, surgical, dental or veterinary uses)\",\r\n\t\t\t\"parent\": \"9022\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902230\",\r\n\t\t\t\"text\": \"902230 - X-ray tubes\",\r\n\t\t\t\"parent\": \"9022\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902290\",\r\n\t\t\t\"text\": \"902290 - Apparatus based on use of x-rays and similar; parts and accessories (x-ray generators, tubes, high tension generators, control panels and desks, screens, examination or treatment tables, chairs and like\",\r\n\t\t\t\"parent\": \"9022\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9023\",\r\n\t\t\t\"text\": \"9023 - Instruments, apparatus and models, designed for demonstrational purposes (in education or exhibitions), unsuitable for other uses\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902300\",\r\n\t\t\t\"text\": \"902300 - Instruments, apparatus and models; designed for demonstrational purposes (in education or exhibitions), unsuitable for other uses\",\r\n\t\t\t\"parent\": \"9023\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9024\",\r\n\t\t\t\"text\": \"9024 - Machines and appliances for testing the hardness, strength, compressibility, elasticity of other mechanical properties of materials (e.g. metals, wood, textiles, paper, plastics)\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902410\",\r\n\t\t\t\"text\": \"902410 - Machines and appliances; for testing the hardness, strength, compressibility, elasticity or other mechanical properties of metals\",\r\n\t\t\t\"parent\": \"9024\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902480\",\r\n\t\t\t\"text\": \"902480 - Machines and appliances; for testing the hardness, strength, compressibility, elasticity or other mechanical properties of materials other than metals\",\r\n\t\t\t\"parent\": \"9024\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902490\",\r\n\t\t\t\"text\": \"902490 - Machines and appliances; parts and accessories for those testing hardness, strength, compressibility, elasticity or other mechanical properties of materials (e.g. metal, wood, textiles, paper, plastics)\",\r\n\t\t\t\"parent\": \"9024\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9025\",\r\n\t\t\t\"text\": \"9025 - Hydrometers and similar floating instruments, thermometers, pyrometers, barometers, hygrometers and psychrometers, recording or not\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902511\",\r\n\t\t\t\"text\": \"902511 - Thermometers and pyrometers; liquid filled, for direct reading, not combined with other instruments\",\r\n\t\t\t\"parent\": \"9025\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902519\",\r\n\t\t\t\"text\": \"902519 - Thermometers and pyrometers; (other than liquid filled, for direct reading), not combined with other instruments\",\r\n\t\t\t\"parent\": \"9025\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902520\",\r\n\t\t\t\"text\": \"902520 - Barometers\",\r\n\t\t\t\"parent\": \"9025\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902580\",\r\n\t\t\t\"text\": \"902580 - Hydrometers and similar floating instruments, barometers, hygrometers, psychrometers, thermometers, pyrometers; recording or not, any combination of these instruments (excluding thermometers and barometers not combined with other instruments)\",\r\n\t\t\t\"parent\": \"9025\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902590\",\r\n\t\t\t\"text\": \"902590 - Hydrometers and similar floating instruments, barometers, hygrometers, psychrometers, thermometers, pyrometers; recording or not, any combination of these instruments, parts and accessories\",\r\n\t\t\t\"parent\": \"9025\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9026\",\r\n\t\t\t\"text\": \"9026 - Instruments, apparatus for measuring or checking the flow, level, pressure of liquids, gases (e.g. flow meters, heat meters etc), not instruments and apparatus of heading no. 9014, 9015, 9028 or 9032\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902610\",\r\n\t\t\t\"text\": \"902610 - Instruments and apparatus; for measuring or checking the flow or level of liquids\",\r\n\t\t\t\"parent\": \"9026\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902620\",\r\n\t\t\t\"text\": \"902620 - Instruments and apparatus; for measuring or checking pressure\",\r\n\t\t\t\"parent\": \"9026\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902680\",\r\n\t\t\t\"text\": \"902680 - Instruments and apparatus; for measuring or checking variables of liquids or gases (excluding pressure or the flow and level of liquids and those of heading no. 9014, 9015, 9028 and 9032)\",\r\n\t\t\t\"parent\": \"9026\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902690\",\r\n\t\t\t\"text\": \"902690 - Instruments and apparatus; parts and accessories for those measuring or checking the flow, level, pressure or other variables of liquids or gases (excluding those of heading no. 9014, 9015, 9028 or 9032)\",\r\n\t\t\t\"parent\": \"9026\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9027\",\r\n\t\t\t\"text\": \"9027 - Instruments and apparatus; for physical or chemical analysis (e.g. polarimeters, spectrometers), for measuring or checking viscosity, porosity, etc, for measuring quantities of heat, sound or light\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902710\",\r\n\t\t\t\"text\": \"902710 - Instruments and apparatus; gas or smoke analysis apparatus, for physical or chemical analysis\",\r\n\t\t\t\"parent\": \"9027\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902720\",\r\n\t\t\t\"text\": \"902720 - Chromatographs and electrophoresis instruments\",\r\n\t\t\t\"parent\": \"9027\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902730\",\r\n\t\t\t\"text\": \"902730 - Spectrometers, spectrophotometers and spectrographs; using optical radiations (UV, visible, IR)\",\r\n\t\t\t\"parent\": \"9027\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902740\",\r\n\t\t\t\"text\": \"902740 - Exposure meters\",\r\n\t\t\t\"parent\": \"9027\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902750\",\r\n\t\t\t\"text\": \"902750 - Instruments and apparatus; using optical radiations (UV, visible, IR), (other than spectrometers, spectrophotometers and spectrographs)\",\r\n\t\t\t\"parent\": \"9027\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902780\",\r\n\t\t\t\"text\": \"902780 - Instruments and apparatus; for physical or chemical analysis, for measuring or checking viscosity, porosity, expansion, surface tension or quantities of heat, sound or light, n.e.c. in heading no. 9027\",\r\n\t\t\t\"parent\": \"9027\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902781\",\r\n\t\t\t\"text\": \"902781 - Instruments and apparatus; for physical or chemical analysis, for measuring or checking viscosity, porosity, expansion, surface tension or quantities of heat, sound or light, mass spectrometers\",\r\n\t\t\t\"parent\": \"9027\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902789\",\r\n\t\t\t\"text\": \"902789 - Instruments and apparatus; for physical or chemical analysis, for measuring or checking viscosity, porosity, expansion, surface tension or quantities of heat, sound or light, exposure meters\",\r\n\t\t\t\"parent\": \"9027\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902790\",\r\n\t\t\t\"text\": \"902790 - Microtomes and parts and accessories thereof\",\r\n\t\t\t\"parent\": \"9027\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9028\",\r\n\t\t\t\"text\": \"9028 - Gas, liquid or electricity supply or production meters, including calibrating meters therefor\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902810\",\r\n\t\t\t\"text\": \"902810 - Meters; gas, supply or production meters, including calibrating meters thereof\",\r\n\t\t\t\"parent\": \"9028\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902820\",\r\n\t\t\t\"text\": \"902820 - Meters; liquid supply or production meters, including calibrating meters thereof\",\r\n\t\t\t\"parent\": \"9028\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902830\",\r\n\t\t\t\"text\": \"902830 - Meters; electricity supply or production meters, including calibrating meters thereof\",\r\n\t\t\t\"parent\": \"9028\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902890\",\r\n\t\t\t\"text\": \"902890 - Meters; parts and accessories of gas, liquid, electricity supply or production meters, including calibrating meters thereof\",\r\n\t\t\t\"parent\": \"9028\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9029\",\r\n\t\t\t\"text\": \"9029 - Revolution counter, production counters, taximeters, mileometers, pedometers and the like, speed indicators and tachometers, other than those of heading no. 9015, stroboscopes\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902910\",\r\n\t\t\t\"text\": \"902910 - Meters and counters; revolution counters, production counters, taximeters, mileometers, pedometers and the like\",\r\n\t\t\t\"parent\": \"9029\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902920\",\r\n\t\t\t\"text\": \"902920 - Meters; speed indicators and tachometers; stroboscopes\",\r\n\t\t\t\"parent\": \"9029\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"902990\",\r\n\t\t\t\"text\": \"902990 - Meters and counters; parts and accessories for revolution and production counters, taximeters, mileometers, pedometers and the like; speed indicators, tachometers (excluding heading no. 9015), stroboscopes\",\r\n\t\t\t\"parent\": \"9029\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9030\",\r\n\t\t\t\"text\": \"9030 - Instruments, apparatus for measuring, checking electrical quantities not meters of heading no. 9028; instruments, apparatus for measuring or detecting alpha, beta, gamma, x-ray, cosmic and other radiations\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903010\",\r\n\t\t\t\"text\": \"903010 - Instruments and apparatus; for measuring or detecting ionising radiations\",\r\n\t\t\t\"parent\": \"9030\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903020\",\r\n\t\t\t\"text\": \"903020 - Oscilloscopes and oscillographs\",\r\n\t\t\t\"parent\": \"9030\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903031\",\r\n\t\t\t\"text\": \"903031 - Multimeters; for measuring or checking voltage, current, resistance or power (other than those for measuring or checking semiconductor wafer or devices), without a recording device\",\r\n\t\t\t\"parent\": \"9030\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903032\",\r\n\t\t\t\"text\": \"903032 - Multimeters; for measuring or checking voltage, current, resistance or power, with a recording device\",\r\n\t\t\t\"parent\": \"9030\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903033\",\r\n\t\t\t\"text\": \"903033 - Instruments and apparatus; for measuring or checking voltage, current, resistance or power, without a recording device (excluding multimeters)\",\r\n\t\t\t\"parent\": \"9030\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903039\",\r\n\t\t\t\"text\": \"903039 - Instruments and apparatus; for measuring or checking voltage, current, resistance or power, with a recording device (excluding multimeters)\",\r\n\t\t\t\"parent\": \"9030\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903040\",\r\n\t\t\t\"text\": \"903040 - Instruments and apparatus; specially designed for telecommunications (e.g. cross-talk meters, gain measuring instruments, distortion factor meters, psophometers)\",\r\n\t\t\t\"parent\": \"9030\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903081\",\r\n\t\t\t\"text\": \"903081 - Electrical measurement recording instruments\",\r\n\t\t\t\"parent\": \"9030\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903082\",\r\n\t\t\t\"text\": \"903082 - Instruments and apparatus; for measuring or checking semiconductor wafers or devices (including integrated circuits)\",\r\n\t\t\t\"parent\": \"9030\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903083\",\r\n\t\t\t\"text\": \"903083 - Instr f/radiat mes,recor\",\r\n\t\t\t\"parent\": \"9030\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903084\",\r\n\t\t\t\"text\": \"903084 - Instruments and apparatus; n.e.c. in heading no. 9030, with a recording device\",\r\n\t\t\t\"parent\": \"9030\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903089\",\r\n\t\t\t\"text\": \"903089 - Instruments and apparatus; n.e.c. in heading no. 9030, without a recording device\",\r\n\t\t\t\"parent\": \"9030\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903090\",\r\n\t\t\t\"text\": \"903090 - Instruments, apparatus for measuring, checking electrical quantities, not meters of heading no. 9028; parts and accessories, for measuring or detecting alpha, beta, gamma, x-ray, cosmic and other radiations\",\r\n\t\t\t\"parent\": \"9030\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9031\",\r\n\t\t\t\"text\": \"9031 - Measuring or checking instruments, appliances and machines, n.e.c. or included in this chapter; profile projectors\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903110\",\r\n\t\t\t\"text\": \"903110 - Machines; for balancing mechanical parts\",\r\n\t\t\t\"parent\": \"9031\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903120\",\r\n\t\t\t\"text\": \"903120 - Test benches\",\r\n\t\t\t\"parent\": \"9031\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903130\",\r\n\t\t\t\"text\": \"903130 - Profile projectors, nes\",\r\n\t\t\t\"parent\": \"9031\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903140\",\r\n\t\t\t\"text\": \"903140 - Optical instruments and appliances, nes\",\r\n\t\t\t\"parent\": \"9031\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903141\",\r\n\t\t\t\"text\": \"903141 - Optical instruments and appliances; for inspecting semiconductor wafers or devices or for inspecting photomasks or reticles used in manufacturing semiconductor devices, n.e.c. in chapter 90\",\r\n\t\t\t\"parent\": \"9031\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903149\",\r\n\t\t\t\"text\": \"903149 - Optical instruments and appliances; for measuring or checking, n.e.c. in chapter 90\",\r\n\t\t\t\"parent\": \"9031\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903180\",\r\n\t\t\t\"text\": \"903180 - Instruments, appliances and machines; for measuring or checking n.e.c. in chapter 90\",\r\n\t\t\t\"parent\": \"9031\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903190\",\r\n\t\t\t\"text\": \"903190 - Instruments, appliances and machines; parts and accessories for those measuring or checking devices of heading no. 9031\",\r\n\t\t\t\"parent\": \"9031\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9032\",\r\n\t\t\t\"text\": \"9032 - Regulating or controlling instruments and apparatus; automatic type\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903210\",\r\n\t\t\t\"text\": \"903210 - Regulating or controlling instruments and apparatus; automatic type, thermostats\",\r\n\t\t\t\"parent\": \"9032\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903220\",\r\n\t\t\t\"text\": \"903220 - Regulating or controlling instruments and apparatus; automatic, manostats\",\r\n\t\t\t\"parent\": \"9032\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903281\",\r\n\t\t\t\"text\": \"903281 - Regulating or controlling instruments and apparatus; automatic, hydraulic or pneumatic\",\r\n\t\t\t\"parent\": \"9032\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903289\",\r\n\t\t\t\"text\": \"903289 - Regulating or controlling instruments and apparatus; automatic, other than hydraulic or pneumatic\",\r\n\t\t\t\"parent\": \"9032\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903290\",\r\n\t\t\t\"text\": \"903290 - Regulating or controlling instruments and apparatus; automatic, parts and accessories\",\r\n\t\t\t\"parent\": \"9032\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9033\",\r\n\t\t\t\"text\": \"9033 - Machines and appliances, instruments or apparatus of chapter 90; parts and accessories n.e.c. in chapter 90\",\r\n\t\t\t\"parent\": \"90\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"903300\",\r\n\t\t\t\"text\": \"903300 - Machines and appliances, instruments or apparatus of chapter 90; parts and accessories n.e.c. in chapter 90\",\r\n\t\t\t\"parent\": \"9033\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"91\",\r\n\t\t\t\"text\": \"91 - Clocks and watches and parts thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9101\",\r\n\t\t\t\"text\": \"9101 - Wrist-watches, pocket-watches, stop-watches and other watches; with case of precious metal or of metal clad with precious metal\",\r\n\t\t\t\"parent\": \"91\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910111\",\r\n\t\t\t\"text\": \"910111 - Wrist-watches; electrically operated, with or without a stop-watch, with case of precious metal or of metal clad with precious metal, with mechanical display only\",\r\n\t\t\t\"parent\": \"9101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910112\",\r\n\t\t\t\"text\": \"910112 - Wrist-watch, precious metal, battery, opto/electric\",\r\n\t\t\t\"parent\": \"9101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910119\",\r\n\t\t\t\"text\": \"910119 - Wrist-watches; electrically operated, with or without a stop-watch, with case of precious metal or metal clad with precious metal, without mechanical display\",\r\n\t\t\t\"parent\": \"9101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910121\",\r\n\t\t\t\"text\": \"910121 - Wrist-watches; (not electrically operated), automatic winding, whether or not incorporating a stop-watch facility, case of precious metal or of metal clad with precious metal\",\r\n\t\t\t\"parent\": \"9101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910129\",\r\n\t\t\t\"text\": \"910129 - Wrist-watches; (not electrically operated), (not automatic winding), whether or not incorporating a stop-watch facility, case of precious metal or of metal clad with precious metal\",\r\n\t\t\t\"parent\": \"9101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910191\",\r\n\t\t\t\"text\": \"910191 - Pocket-watches and other watches, including stop-watches; (excluding wrist-watches), with case of precious metal or of metal clad with precious metal, electrically operated\",\r\n\t\t\t\"parent\": \"9101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910199\",\r\n\t\t\t\"text\": \"910199 - Pocket-watches and other watches, including stop-watches; (excluding wrist-watches), with case of precious metal or of metal clad with precious metal, not electrically operated\",\r\n\t\t\t\"parent\": \"9101\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9102\",\r\n\t\t\t\"text\": \"9102 - Wrist-watches, pocket-watches, stop-watches and other watches, other than those of heading no. 9101\",\r\n\t\t\t\"parent\": \"91\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910211\",\r\n\t\t\t\"text\": \"910211 - Wrist-watches; electrically operated, with or without a stop-watch, (other than those of heading no. 9101) with mechanical display only\",\r\n\t\t\t\"parent\": \"9102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910212\",\r\n\t\t\t\"text\": \"910212 - Wrist-watches; electrically operated, with or without a stop-watch, (other than those of heading no. 9101) with opto-electronic display only\",\r\n\t\t\t\"parent\": \"9102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910219\",\r\n\t\t\t\"text\": \"910219 - Wrist-watches; electrically operated, with or without a stop-watch, (other than those of heading no. 9101) without mechanical or opto-electronic display\",\r\n\t\t\t\"parent\": \"9102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910221\",\r\n\t\t\t\"text\": \"910221 - Wrist-watches; whether or not incorporating a stop-watch facility, with automatic winding\",\r\n\t\t\t\"parent\": \"9102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910229\",\r\n\t\t\t\"text\": \"910229 - Wrist-watches; whether or not incorporating a stop-watch facility, with other than automatic winding\",\r\n\t\t\t\"parent\": \"9102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910291\",\r\n\t\t\t\"text\": \"910291 - Pocket watches and other watches, including stop-watches; (excluding wrist-watches), other than those of heading no. 9101, electrically operated\",\r\n\t\t\t\"parent\": \"9102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910299\",\r\n\t\t\t\"text\": \"910299 - Pocket watches and other watches, including stop-watches; (excluding wrist-watches), other than those of heading no. 9101, other than electrically operated\",\r\n\t\t\t\"parent\": \"9102\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9103\",\r\n\t\t\t\"text\": \"9103 - Clocks; with watch movements, excluding clocks of heading no. 9104\",\r\n\t\t\t\"parent\": \"91\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910310\",\r\n\t\t\t\"text\": \"910310 - Clocks; with watch movements, electrically operated, excluding clocks of heading no. 9104\",\r\n\t\t\t\"parent\": \"9103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910390\",\r\n\t\t\t\"text\": \"910390 - Clocks; with watch movements, other than electrically operated, excluding clocks of heading no. 9104\",\r\n\t\t\t\"parent\": \"9103\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9104\",\r\n\t\t\t\"text\": \"9104 - Instrument panel clocks and clocks of a similar type for vehicles, aircraft, spacecraft or vessels\",\r\n\t\t\t\"parent\": \"91\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910400\",\r\n\t\t\t\"text\": \"910400 - Clocks; instrument panel clocks and clocks of a similar type for vehicles, aircraft, spacecraft or vessels\",\r\n\t\t\t\"parent\": \"9104\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9105\",\r\n\t\t\t\"text\": \"9105 - Clocks, other, n.e.c.\",\r\n\t\t\t\"parent\": \"91\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910511\",\r\n\t\t\t\"text\": \"910511 - Clocks; (excluding those with watch movements and instrument panel clocks), alarm clocks, electrically operated\",\r\n\t\t\t\"parent\": \"9105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910519\",\r\n\t\t\t\"text\": \"910519 - Clocks; (excluding those with watch movements and instrument panel clocks), alarm clocks, other than electrically operated\",\r\n\t\t\t\"parent\": \"9105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910521\",\r\n\t\t\t\"text\": \"910521 - Clocks; (excluding those with watch movements and instrument panel clocks), wall clocks, electrically operated\",\r\n\t\t\t\"parent\": \"9105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910529\",\r\n\t\t\t\"text\": \"910529 - Clocks; (excluding those with watch movements and instrument panel clocks), wall clocks, other than electrically operated\",\r\n\t\t\t\"parent\": \"9105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910591\",\r\n\t\t\t\"text\": \"910591 - Clocks; (excluding those with watch movements and instrument panel clocks), (other than alarm or wall clocks), electrically operated\",\r\n\t\t\t\"parent\": \"9105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910599\",\r\n\t\t\t\"text\": \"910599 - Clocks; (excluding those with watch movements and instrument panel clocks), other than alarm or wall clocks, other than electrically operated\",\r\n\t\t\t\"parent\": \"9105\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9106\",\r\n\t\t\t\"text\": \"9106 - Time of day recording apparatus and apparatus for measuring, recording or otherwise indicating intervals of time, with clock, watch movement or synchronous motor\",\r\n\t\t\t\"parent\": \"91\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910610\",\r\n\t\t\t\"text\": \"910610 - Time recording apparatus; time-registers, time recorders, with clock, watch movement or synchronous motor\",\r\n\t\t\t\"parent\": \"9106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910620\",\r\n\t\t\t\"text\": \"910620 - Parking meters\",\r\n\t\t\t\"parent\": \"9106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910690\",\r\n\t\t\t\"text\": \"910690 - Time recording apparatus; with clock or watch movement or with synchronous motor, n.e.c. in heading no. 9106\",\r\n\t\t\t\"parent\": \"9106\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9107\",\r\n\t\t\t\"text\": \"9107 - Time switches; with clock, watch movement or synchronous motor\",\r\n\t\t\t\"parent\": \"91\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910700\",\r\n\t\t\t\"text\": \"910700 - Time switches; with clock, watch movement or synchronous motor\",\r\n\t\t\t\"parent\": \"9107\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9108\",\r\n\t\t\t\"text\": \"9108 - Watch movements; complete and assembled\",\r\n\t\t\t\"parent\": \"91\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910811\",\r\n\t\t\t\"text\": \"910811 - Watch movements; complete and assembled, electrically operated, with mechanical display only or with a device to which a mechanical display can be incorporated\",\r\n\t\t\t\"parent\": \"9108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910812\",\r\n\t\t\t\"text\": \"910812 - Watch movements; complete and assembled, electrically operated, by means of solar cells, with opto-electronic display\",\r\n\t\t\t\"parent\": \"9108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910819\",\r\n\t\t\t\"text\": \"910819 - Watch movements; complete and assembled, electrically operated, by means of solar cells, without mechanical display or device including such or opto-electronic display\",\r\n\t\t\t\"parent\": \"9108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910820\",\r\n\t\t\t\"text\": \"910820 - Watch movements; complete and assembled, with automatic winding\",\r\n\t\t\t\"parent\": \"9108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910890\",\r\n\t\t\t\"text\": \"910890 - Watch movements; complete and assembled, not automatic winding or electrically operated\",\r\n\t\t\t\"parent\": \"9108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910891\",\r\n\t\t\t\"text\": \"910891 - Watch movements, complete and assembled, nes, <33.8mm\",\r\n\t\t\t\"parent\": \"9108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910899\",\r\n\t\t\t\"text\": \"910899 - Watch movements, complete and assembled, nes\",\r\n\t\t\t\"parent\": \"9108\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9109\",\r\n\t\t\t\"text\": \"9109 - Clock movements; complete and assembled\",\r\n\t\t\t\"parent\": \"91\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910910\",\r\n\t\t\t\"text\": \"910910 - Clock movements; complete and assembled, electrically operated\",\r\n\t\t\t\"parent\": \"9109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910911\",\r\n\t\t\t\"text\": \"910911 - Clock movements, complete & assembled, electrically operated, of alarm clocks\",\r\n\t\t\t\"parent\": \"9109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910919\",\r\n\t\t\t\"text\": \"910919 - Clock movements, complete & assembled, electrically operated, other than of alarm clocks\",\r\n\t\t\t\"parent\": \"9109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"910990\",\r\n\t\t\t\"text\": \"910990 - Clock movements; complete and assembled, other than electrically operated\",\r\n\t\t\t\"parent\": \"9109\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9110\",\r\n\t\t\t\"text\": \"9110 - Watch or clock movements, complete, unassembled or partly assembled (movement sets); incomplete watch or clock movements, assembled; rough watch or clock movements\",\r\n\t\t\t\"parent\": \"91\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911011\",\r\n\t\t\t\"text\": \"911011 - Watches; complete movements, unassembled or partly assembled (movement sets)\",\r\n\t\t\t\"parent\": \"9110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911012\",\r\n\t\t\t\"text\": \"911012 - Watches; incomplete movements, assembled\",\r\n\t\t\t\"parent\": \"9110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911019\",\r\n\t\t\t\"text\": \"911019 - Watches; rough movements\",\r\n\t\t\t\"parent\": \"9110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911090\",\r\n\t\t\t\"text\": \"911090 - Clocks; movements, whether or not complete, incomplete, assembled or unassembled\",\r\n\t\t\t\"parent\": \"9110\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9111\",\r\n\t\t\t\"text\": \"9111 - Watch cases and parts thereof\",\r\n\t\t\t\"parent\": \"91\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911110\",\r\n\t\t\t\"text\": \"911110 - Watch cases; of precious metal or of metal clad with precious metal\",\r\n\t\t\t\"parent\": \"9111\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911120\",\r\n\t\t\t\"text\": \"911120 - Watch cases; of base metal, whether or not gold-plated or silver-plated\",\r\n\t\t\t\"parent\": \"9111\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911180\",\r\n\t\t\t\"text\": \"911180 - Watch cases; n.e.c. in heading no. 9111\",\r\n\t\t\t\"parent\": \"9111\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911190\",\r\n\t\t\t\"text\": \"911190 - Watch cases and parts thereof\",\r\n\t\t\t\"parent\": \"9111\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9112\",\r\n\t\t\t\"text\": \"9112 - Clock cases and cases of a similar type for other goods of this chapter and parts thereof\",\r\n\t\t\t\"parent\": \"91\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911210\",\r\n\t\t\t\"text\": \"911210 - Clock, etc cases, of metal\",\r\n\t\t\t\"parent\": \"9112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911220\",\r\n\t\t\t\"text\": \"911220 - Clock cases and similar cases for other goods of chapter 91; other than watch cases\",\r\n\t\t\t\"parent\": \"9112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911280\",\r\n\t\t\t\"text\": \"911280 - Clock, etc cases, except metal\",\r\n\t\t\t\"parent\": \"9112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911290\",\r\n\t\t\t\"text\": \"911290 - Clock cases and similar cases for other goods of chapter 91; other than watch cases, parts thereof\",\r\n\t\t\t\"parent\": \"9112\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9113\",\r\n\t\t\t\"text\": \"9113 - Watch straps, watch bands, watch bracelets and parts thereof\",\r\n\t\t\t\"parent\": \"91\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911310\",\r\n\t\t\t\"text\": \"911310 - Watch straps, watch bands, watch bracelets, and parts thereof; of precious metal or of metal clad with precious metal\",\r\n\t\t\t\"parent\": \"9113\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911320\",\r\n\t\t\t\"text\": \"911320 - Watch straps, watch bands, watch bracelets, and parts thereof; of base metal, whether or not gold- or silver-plated\",\r\n\t\t\t\"parent\": \"9113\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911390\",\r\n\t\t\t\"text\": \"911390 - Watch straps, watch bands, watch bracelets, and parts thereof; n.e.c. in heading no. 9113\",\r\n\t\t\t\"parent\": \"9113\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9114\",\r\n\t\t\t\"text\": \"9114 - Clock or watch parts; n.e.c. in chapter 91\",\r\n\t\t\t\"parent\": \"91\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911410\",\r\n\t\t\t\"text\": \"911410 - Clock or watch parts; springs, including hairsprings\",\r\n\t\t\t\"parent\": \"9114\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911420\",\r\n\t\t\t\"text\": \"911420 - Jewels for clocks/watches\",\r\n\t\t\t\"parent\": \"9114\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911430\",\r\n\t\t\t\"text\": \"911430 - Clock or watch parts; dials\",\r\n\t\t\t\"parent\": \"9114\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911440\",\r\n\t\t\t\"text\": \"911440 - Clock or watch parts; plates and bridges\",\r\n\t\t\t\"parent\": \"9114\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"911490\",\r\n\t\t\t\"text\": \"911490 - Clock or watch parts; other than springs (including hair-springs), dials, plates, and bridges\",\r\n\t\t\t\"parent\": \"9114\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"92\",\r\n\t\t\t\"text\": \"92 - Musical instruments; parts and accessories of such articles\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9201\",\r\n\t\t\t\"text\": \"9201 - Pianos; including automatic pianos, harpsichords and other keyboard stringed instruments\",\r\n\t\t\t\"parent\": \"92\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920110\",\r\n\t\t\t\"text\": \"920110 - Musical instruments; pianos, upright, including automatic pianos\",\r\n\t\t\t\"parent\": \"9201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920120\",\r\n\t\t\t\"text\": \"920120 - Musical instruments; pianos, grand\",\r\n\t\t\t\"parent\": \"9201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920190\",\r\n\t\t\t\"text\": \"920190 - Musical instruments; harpsichords and other keyboard stringed instruments n.e.c. in heading no. 9201\",\r\n\t\t\t\"parent\": \"9201\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9202\",\r\n\t\t\t\"text\": \"9202 - Musical instruments; string, n.e.c. in heading no. 9201, (e.g. guitars, violins, harps)\",\r\n\t\t\t\"parent\": \"92\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920210\",\r\n\t\t\t\"text\": \"920210 - Musical instruments; string, played with a bow (e.g. violins)\",\r\n\t\t\t\"parent\": \"9202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920290\",\r\n\t\t\t\"text\": \"920290 - Musical instruments; string, played other than with a bow (e.g. guitars and harps)\",\r\n\t\t\t\"parent\": \"9202\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9203\",\r\n\t\t\t\"text\": \"9203 - Harmoniums, pipe organs, etc\",\r\n\t\t\t\"parent\": \"92\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920300\",\r\n\t\t\t\"text\": \"920300 - Harmoniums, pipe organs, etc\",\r\n\t\t\t\"parent\": \"9203\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9204\",\r\n\t\t\t\"text\": \"9204 - Accordions and similar instruments, mouth organs\",\r\n\t\t\t\"parent\": \"92\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920410\",\r\n\t\t\t\"text\": \"920410 - Accordions and similar instruments\",\r\n\t\t\t\"parent\": \"9204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920420\",\r\n\t\t\t\"text\": \"920420 - Mouth organs (harmonicas)\",\r\n\t\t\t\"parent\": \"9204\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9205\",\r\n\t\t\t\"text\": \"9205 - Musical instruments; wind (e.g. keyboard pipe organs, accordions, clarinets, trumpets, bagpipes), other than fairground organs and mechanical street organs\",\r\n\t\t\t\"parent\": \"92\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920510\",\r\n\t\t\t\"text\": \"920510 - Musical instruments; brass-wind (e.g. trumpets), other than fairground organs and mechanical street organs\",\r\n\t\t\t\"parent\": \"9205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920590\",\r\n\t\t\t\"text\": \"920590 - Musical instruments; wind, other than brass, (eg. clarinet, bagpipes, pipe organs), other than fairground organs and mechanical street organs\",\r\n\t\t\t\"parent\": \"9205\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9206\",\r\n\t\t\t\"text\": \"9206 - Musical instruments; percussion (e.g. drums, xylophones, cymbals, castanets, maracas)\",\r\n\t\t\t\"parent\": \"92\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920600\",\r\n\t\t\t\"text\": \"920600 - Musical instruments; percussion (e.g. drums, xylophones, cymbals, castanets, maracas)\",\r\n\t\t\t\"parent\": \"9206\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9207\",\r\n\t\t\t\"text\": \"9207 - Musical instruments; the sound of which is produced or must be amplified, electrically (e.g. organs, guitars, accordions)\",\r\n\t\t\t\"parent\": \"92\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920710\",\r\n\t\t\t\"text\": \"920710 - Musical instruments; keyboard, (other than accordions), the sound of which is produced or must be amplified electrically\",\r\n\t\t\t\"parent\": \"9207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920790\",\r\n\t\t\t\"text\": \"920790 - Musical instruments; (other than keyboard), the sound of which is produced or must be amplified electrically\",\r\n\t\t\t\"parent\": \"9207\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9208\",\r\n\t\t\t\"text\": \"9208 - Musical boxes, fairground and mechanical street organs, mechanical singing birds, musical saws and musical instruments n.e.c. in chapter 92; decoy calls of all kinds; whistles; call horns and other mouth-blown sound signalling instruments\",\r\n\t\t\t\"parent\": \"92\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920810\",\r\n\t\t\t\"text\": \"920810 - Musical boxes\",\r\n\t\t\t\"parent\": \"9208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920890\",\r\n\t\t\t\"text\": \"920890 - Fairground and mechanical street organs, mechanical singing birds, musical saws and musical instruments n.e.c. in chapter 92; decoy calls of all kinds; whistles; call horns and other mouth-blown sound signalling instruments\",\r\n\t\t\t\"parent\": \"9208\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9209\",\r\n\t\t\t\"text\": \"9209 - Musical instrument parts (for example, mechanisms for musical boxes) and accessories (for example, cards, discs and rolls for mechanical instruments); metronomes, tuning forks and pitch pipes\",\r\n\t\t\t\"parent\": \"92\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920910\",\r\n\t\t\t\"text\": \"920910 - Metronomes, tuning forks and pitch pipes\",\r\n\t\t\t\"parent\": \"9209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920920\",\r\n\t\t\t\"text\": \"920920 - Mechanisms for musical boxes\",\r\n\t\t\t\"parent\": \"9209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920930\",\r\n\t\t\t\"text\": \"920930 - Musical instrument strings\",\r\n\t\t\t\"parent\": \"9209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920991\",\r\n\t\t\t\"text\": \"920991 - Musical instruments; parts and accessories for pianos\",\r\n\t\t\t\"parent\": \"9209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920992\",\r\n\t\t\t\"text\": \"920992 - Musical instruments; parts and accessories for string musical instruments other than keyboard instruments\",\r\n\t\t\t\"parent\": \"9209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920993\",\r\n\t\t\t\"text\": \"920993 - Parts and accessories for pipe organs, harmoniums, et\",\r\n\t\t\t\"parent\": \"9209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920994\",\r\n\t\t\t\"text\": \"920994 - Musical instruments; parts and accessories for the musical instruments the sound of which is produced or must be amplified electrically (e.g. organs, guitars and accordions)\",\r\n\t\t\t\"parent\": \"9209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"920999\",\r\n\t\t\t\"text\": \"920999 - Musical instruments; parts and accessories for musical instruments n.e.c. in heading no. 9209; metronomes, tuning forks and pitch pipes\",\r\n\t\t\t\"parent\": \"9209\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"93\",\r\n\t\t\t\"text\": \"93 - Arms and ammunition; parts and accessories thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9301\",\r\n\t\t\t\"text\": \"9301 - Military weapons; other than revolvers, pistols and arms of heading no. 9307\",\r\n\t\t\t\"parent\": \"93\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930100\",\r\n\t\t\t\"text\": \"930100 - Military weapons, other than hand guns, swords, etc\",\r\n\t\t\t\"parent\": \"9301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930110\",\r\n\t\t\t\"text\": \"930110 - Military weapons; artillery weapons (e.g. guns, howitzers, and mortars)\",\r\n\t\t\t\"parent\": \"9301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930111\",\r\n\t\t\t\"text\": \"930111 - Artillery weapons (e.g., guns, howitzers & mortars), self-propelled\",\r\n\t\t\t\"parent\": \"9301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930119\",\r\n\t\t\t\"text\": \"930119 - Artillery weapons (e.g., guns, howitzers & mortars), other than self-propelled\",\r\n\t\t\t\"parent\": \"9301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930120\",\r\n\t\t\t\"text\": \"930120 - Military weapons; rocket launchers, flame-throwers, grenade launchers, torpedo tubes and similar projectors\",\r\n\t\t\t\"parent\": \"9301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930190\",\r\n\t\t\t\"text\": \"930190 - Military weapons; other than revolvers, pistols, and arms of heading 9307, n.e.c. in heading 9301\",\r\n\t\t\t\"parent\": \"9301\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9302\",\r\n\t\t\t\"text\": \"9302 - Revolvers and pistols; other than those of heading no. 9303 or 9304\",\r\n\t\t\t\"parent\": \"93\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930200\",\r\n\t\t\t\"text\": \"930200 - Revolvers and pistols; other than those of heading no. 9303 or 9304\",\r\n\t\t\t\"parent\": \"9302\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9303\",\r\n\t\t\t\"text\": \"9303 - Firearms; other similar devices (e.g. sporting shotguns and rifles, muzzle-loading firearms, very pistols, devices for firing flares or blank ammunition, captive bolt humane killers, line throwing guns)\",\r\n\t\t\t\"parent\": \"93\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930310\",\r\n\t\t\t\"text\": \"930310 - Firearms; muzzle-loading\",\r\n\t\t\t\"parent\": \"9303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930320\",\r\n\t\t\t\"text\": \"930320 - Firearms; sporting, hunting or target-shooting shotguns, including combination shotgun-rifles\",\r\n\t\t\t\"parent\": \"9303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930330\",\r\n\t\t\t\"text\": \"930330 - Firearms; sporting, hunting or target-shooting rifles n.e.c. in heading no. 9303\",\r\n\t\t\t\"parent\": \"9303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930390\",\r\n\t\t\t\"text\": \"930390 - Firearms; n.e.c. in heading no. 9303\",\r\n\t\t\t\"parent\": \"9303\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9304\",\r\n\t\t\t\"text\": \"9304 - Firearms; (e.g. spring, air or gas guns and pistols, truncheons), excluding those of heading no. 9307\",\r\n\t\t\t\"parent\": \"93\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930400\",\r\n\t\t\t\"text\": \"930400 - Firearms; (e.g. spring, air or gas guns and pistols, truncheons), excluding those of heading no. 9307\",\r\n\t\t\t\"parent\": \"9304\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9305\",\r\n\t\t\t\"text\": \"9305 - Firearms; parts and accessories of articles of heading no. 9301 to 9304\",\r\n\t\t\t\"parent\": \"93\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930510\",\r\n\t\t\t\"text\": \"930510 - Firearms; parts and accessories, of revolvers or pistols\",\r\n\t\t\t\"parent\": \"9305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930520\",\r\n\t\t\t\"text\": \"930520 - Firearms; parts and accessories, of shotguns or rifles of heading 9303\",\r\n\t\t\t\"parent\": \"9305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930521\",\r\n\t\t\t\"text\": \"930521 - Shotgun barrels\",\r\n\t\t\t\"parent\": \"9305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930529\",\r\n\t\t\t\"text\": \"930529 - Parts & accessories of shotguns/rifles of 93.03, other than shotgun barrels\",\r\n\t\t\t\"parent\": \"9305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930590\",\r\n\t\t\t\"text\": \"930590 - Parts and accessories nes of weapons, nes\",\r\n\t\t\t\"parent\": \"9305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930591\",\r\n\t\t\t\"text\": \"930591 - Firearms; parts and accessories, of military weapons of heading 9301\",\r\n\t\t\t\"parent\": \"9305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930599\",\r\n\t\t\t\"text\": \"930599 - Firearms; parts and accessories, of firearms other than the military weapons of heading 9301\",\r\n\t\t\t\"parent\": \"9305\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9306\",\r\n\t\t\t\"text\": \"9306 - Bombs, grenades, torpedoes, mines, missiles and similar munitions of war and parts thereof; cartridges and other ammunition, projectiles and parts thereof, including shot and cartridge wads\",\r\n\t\t\t\"parent\": \"93\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930610\",\r\n\t\t\t\"text\": \"930610 - Cartridges for rivet etc tools, humane killers, etc\",\r\n\t\t\t\"parent\": \"9306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930621\",\r\n\t\t\t\"text\": \"930621 - Ammunition; shotgun cartridges\",\r\n\t\t\t\"parent\": \"9306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930629\",\r\n\t\t\t\"text\": \"930629 - Ammunition; parts of shotgun cartridges\",\r\n\t\t\t\"parent\": \"9306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930630\",\r\n\t\t\t\"text\": \"930630 - Ammunition; cartridges and parts thereof n.e.c. in heading no. 9306\",\r\n\t\t\t\"parent\": \"9306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930690\",\r\n\t\t\t\"text\": \"930690 - Ammunition; n.e.c. in chapter 93\",\r\n\t\t\t\"parent\": \"9306\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9307\",\r\n\t\t\t\"text\": \"9307 - Arms; swords, cutlasses, bayonets, lances and the like, parts thereof and scabbards and sheaths therefor\",\r\n\t\t\t\"parent\": \"93\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"930700\",\r\n\t\t\t\"text\": \"930700 - Arms; swords, cutlasses, bayonets, lances and the like, parts thereof and scabbards and sheaths therefor\",\r\n\t\t\t\"parent\": \"9307\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"94\",\r\n\t\t\t\"text\": \"94 - Furniture; bedding, mattresses, mattress supports, cushions and similar stuffed furnishings; lamps and lighting fittings, n.e.c.; illuminated signs, illuminated name-plates and the like; prefabricated buildings\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9401\",\r\n\t\t\t\"text\": \"9401 - Seats (not those of heading no. 9402), whether or not convertible into beds and parts thereof\",\r\n\t\t\t\"parent\": \"94\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940110\",\r\n\t\t\t\"text\": \"940110 - Seats; of a kind used for aircraft\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940120\",\r\n\t\t\t\"text\": \"940120 - Seats; of a kind used for motor vehicles\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940130\",\r\n\t\t\t\"text\": \"940130 - Seats; swivel with variable height adjustment, excluding medical, surgical, dental, veterinary or barber furniture\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940131\",\r\n\t\t\t\"text\": \"940131 - Seats; swivel with variable height adjustment of wood, excluding medical, surgical, dental, veterinary or barber furniture\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940139\",\r\n\t\t\t\"text\": \"940139 - Seats; swivel with variable height adjustment of other than wood, excluding medical, surgical, dental, veterinary or barber furniture\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940140\",\r\n\t\t\t\"text\": \"940140 - Seats; convertible into beds, other than garden seats or camping equipment\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940141\",\r\n\t\t\t\"text\": \"940141 - Seats; convertible into beds of wood, other than garden seats or camping equipment\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940149\",\r\n\t\t\t\"text\": \"940149 - Seats; convertible into beds of other than wood, other than garden seats or camping equipment\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940150\",\r\n\t\t\t\"text\": \"940150 - Seats of cane, osier, bamboo or similar materials\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940151\",\r\n\t\t\t\"text\": \"940151 - Seats; of bamboo or rattan\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940152\",\r\n\t\t\t\"text\": \"940152 - Seats; of bamboo\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940153\",\r\n\t\t\t\"text\": \"940153 - Seats; of rattan\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940159\",\r\n\t\t\t\"text\": \"940159 - Seats; of cane, osier or similar materials, other than bamboo or rattan\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940161\",\r\n\t\t\t\"text\": \"940161 - Seats; with wooden frames, upholstered, (excluding medical, surgical, dental, veterinary or barber furniture)\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940169\",\r\n\t\t\t\"text\": \"940169 - Seats; with wooden frames, not upholstered, (excluding medical, surgical, dental, veterinary or barber furniture)\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940171\",\r\n\t\t\t\"text\": \"940171 - Seats; with metal frames, upholstered, (excluding medical, surgical, dental, veterinary or barber furniture)\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940179\",\r\n\t\t\t\"text\": \"940179 - Seats; with metal frames, not upholstered, (excluding medical, surgical, dental, veterinary or barber furniture)\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940180\",\r\n\t\t\t\"text\": \"940180 - Seats; n.e.c. in heading no. 9401, (excluding medical, surgical, dental, veterinary or barber furniture)\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940190\",\r\n\t\t\t\"text\": \"940190 - Seat; parts\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940191\",\r\n\t\t\t\"text\": \"940191 - Seats; parts, of wood, (other than for use in the assembly of motor vehicles as determined by the minister, other than automotive)\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940199\",\r\n\t\t\t\"text\": \"940199 - Seats; parts, (of other than wood) for use in the assembly of motor vehicles as determined by the minister\",\r\n\t\t\t\"parent\": \"9401\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9402\",\r\n\t\t\t\"text\": \"9402 - Furniture; medical, surgical, dental or veterinary (e.g. operating tables, hospital beds, dentists' chairs) barbers' chairs; parts\",\r\n\t\t\t\"parent\": \"94\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940210\",\r\n\t\t\t\"text\": \"940210 - Chairs; dentists', barbers' or similar chairs having rotating as well as both reclining and elevating movements, and parts thereof\",\r\n\t\t\t\"parent\": \"9402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940290\",\r\n\t\t\t\"text\": \"940290 - Furniture; for medical, surgical, veterinary use (e.g. operating tables, examination tables, hospital beds with mechanical fittings) and parts thereof\",\r\n\t\t\t\"parent\": \"9402\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9403\",\r\n\t\t\t\"text\": \"9403 - Furniture and parts thereof, n.e.c. in chapter 94\",\r\n\t\t\t\"parent\": \"94\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940310\",\r\n\t\t\t\"text\": \"940310 - Furniture; metal, for office use\",\r\n\t\t\t\"parent\": \"9403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940320\",\r\n\t\t\t\"text\": \"940320 - Furniture; metal, other than for office use\",\r\n\t\t\t\"parent\": \"9403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940330\",\r\n\t\t\t\"text\": \"940330 - Furniture; wooden, for office use\",\r\n\t\t\t\"parent\": \"9403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940340\",\r\n\t\t\t\"text\": \"940340 - Furniture; wooden, for kitchen use\",\r\n\t\t\t\"parent\": \"9403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940350\",\r\n\t\t\t\"text\": \"940350 - Furniture; wooden, for bedroom use\",\r\n\t\t\t\"parent\": \"9403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940360\",\r\n\t\t\t\"text\": \"940360 - Furniture; wooden, other than for office, kitchen or bedroom use\",\r\n\t\t\t\"parent\": \"9403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940370\",\r\n\t\t\t\"text\": \"940370 - Furniture; plastic\",\r\n\t\t\t\"parent\": \"9403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940380\",\r\n\t\t\t\"text\": \"940380 - Furniture of cane, materials nes\",\r\n\t\t\t\"parent\": \"9403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940381\",\r\n\t\t\t\"text\": \"940381 - Furniture; of bamboo or rattan\",\r\n\t\t\t\"parent\": \"9403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940382\",\r\n\t\t\t\"text\": \"940382 - Furniture; of bamboo\",\r\n\t\t\t\"parent\": \"9403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940383\",\r\n\t\t\t\"text\": \"940383 - Furniture; of rattan\",\r\n\t\t\t\"parent\": \"9403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940389\",\r\n\t\t\t\"text\": \"940389 - Furniture; of cane, osier, or similar materials (other than bamboo or rattan)\",\r\n\t\t\t\"parent\": \"9403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940390\",\r\n\t\t\t\"text\": \"940390 - Furniture; parts\",\r\n\t\t\t\"parent\": \"9403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940391\",\r\n\t\t\t\"text\": \"940391 - Furniture; parts, of wood\",\r\n\t\t\t\"parent\": \"9403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940399\",\r\n\t\t\t\"text\": \"940399 - Furniture; parts, of other than wood\",\r\n\t\t\t\"parent\": \"9403\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9404\",\r\n\t\t\t\"text\": \"9404 - Mattress supports; articles of bedding (e.g. mattresses, quilts, eiderdowns, cushions pouffes and pillows), fitted with springs or stuffed, whether or not covered\",\r\n\t\t\t\"parent\": \"94\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940410\",\r\n\t\t\t\"text\": \"940410 - Mattress supports\",\r\n\t\t\t\"parent\": \"9404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940421\",\r\n\t\t\t\"text\": \"940421 - Mattresses; of cellular rubber or plastics, whether or not covered\",\r\n\t\t\t\"parent\": \"9404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940429\",\r\n\t\t\t\"text\": \"940429 - Mattresses; of other materials, not cellular rubber or plastics\",\r\n\t\t\t\"parent\": \"9404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940430\",\r\n\t\t\t\"text\": \"940430 - Sleeping bags\",\r\n\t\t\t\"parent\": \"9404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940440\",\r\n\t\t\t\"text\": \"940440 - Quilts, bedspreads, eiderdowns and duvets (comforters)\",\r\n\t\t\t\"parent\": \"9404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940490\",\r\n\t\t\t\"text\": \"940490 - Bedding and similar furnishing articles; n.e.c. in heading no. 9404 (e.g. quilts, eiderdowns, cushions, pouffes and pillows)\",\r\n\t\t\t\"parent\": \"9404\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9405\",\r\n\t\t\t\"text\": \"9405 - Luminaires and light fittings; including searchlights, spotlights and parts thereof, n.e.c.; illuminated signs, name-plates and the like, having permanently fixed light source and parts thereof n.e.c. or included\",\r\n\t\t\t\"parent\": \"94\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940510\",\r\n\t\t\t\"text\": \"940510 - Chandeliers and other electric ceiling or wall light fittings; excluding those used for lighting public open spaces or thoroughfares\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940511\",\r\n\t\t\t\"text\": \"940511 - Luminaires and light fittings; chandeliers and electric ceiling or wall light fittings; (excluding those used for lighting public open spaces or thoroughfares), for use solely with light-emitting diode (LED) light sources\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940519\",\r\n\t\t\t\"text\": \"940519 - Chandeliers and electric ceiling or wall light fittings; (excluding those used for lighting public open spaces or thoroughfares), for use other than with light-emitting diode (LED) light sources\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940520\",\r\n\t\t\t\"text\": \"940520 - Lamps, electric; floor-standing or for table, desk or bedside\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940521\",\r\n\t\t\t\"text\": \"940521 - Luminaires and light fittings; electric, table, desk, bedside or floor-standing, for use solely with light-emitting diode (LED) light sources\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940529\",\r\n\t\t\t\"text\": \"940529 - Luminaires and light fittings; electric, table, desk, bedside or floor-standing, for other than use solely with light-emitting diode (LED) light sources\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940530\",\r\n\t\t\t\"text\": \"940530 - Lighting sets; of a kind used for Christmas trees\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940531\",\r\n\t\t\t\"text\": \"940531 - Luminaires and light fittings; electric, lighting strings of a kind used for Christmas trees, for use solely with light-emitting diode (LED) light sources\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940539\",\r\n\t\t\t\"text\": \"940539 - Luminaires and light fittings; electric, lighting strings of a kind used for Christmas trees, for other than use solely with light-emitting diode (LED) light sources\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940540\",\r\n\t\t\t\"text\": \"940540 - Lamps and light fittings; electric, n.e.c. in heading no. 9405\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940541\",\r\n\t\t\t\"text\": \"940541 - Luminaires and light fittings; electric, photovoltaic, designed for use solely with light-emitting diode (LED) light sources\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940542\",\r\n\t\t\t\"text\": \"940542 - Luminaires and light fittings; electric, designed for use solely with light-emitting diode (LED) light sources\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940549\",\r\n\t\t\t\"text\": \"940549 - Luminaires and light fittings; electric, designed for other than use solely with light-emitting diode (LED) light sources\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940550\",\r\n\t\t\t\"text\": \"940550 - Luminaires and light fittings; non-electric\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940560\",\r\n\t\t\t\"text\": \"940560 - Illuminated signs, name plates and the like\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940561\",\r\n\t\t\t\"text\": \"940561 - Luminaires; illuminated signs, illuminated name-plates and the like, designed for use solely with light-emitting diode (LED) light sources\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940569\",\r\n\t\t\t\"text\": \"940569 - Luminaires; illuminated signs, illuminated name-plates and the like, designed for other than use solely with light-emitting diode (LED) light sources\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940591\",\r\n\t\t\t\"text\": \"940591 - Lamps and light fittings; parts thereof, of glass\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940592\",\r\n\t\t\t\"text\": \"940592 - Lamps and light fittings; parts thereof, of plastics\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940599\",\r\n\t\t\t\"text\": \"940599 - Lamps and light fittings; parts thereof, of materials other than glass or plastics\",\r\n\t\t\t\"parent\": \"9405\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9406\",\r\n\t\t\t\"text\": \"9406 - Buildings; prefabricated\",\r\n\t\t\t\"parent\": \"94\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940600\",\r\n\t\t\t\"text\": \"940600 - Buildings; prefabricated\",\r\n\t\t\t\"parent\": \"9406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940610\",\r\n\t\t\t\"text\": \"940610 - Buildings; prefabricated, of wood\",\r\n\t\t\t\"parent\": \"9406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940620\",\r\n\t\t\t\"text\": \"940620 - Buildings; modular building units, of steel\",\r\n\t\t\t\"parent\": \"9406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"940690\",\r\n\t\t\t\"text\": \"940690 - Buildings; prefabricated, not of wood\",\r\n\t\t\t\"parent\": \"9406\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"95\",\r\n\t\t\t\"text\": \"95 - Toys, games and sports requisites; parts and accessories thereof\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9501\",\r\n\t\t\t\"text\": \"9501 - Rideable wheeled toys, dolls carriages\",\r\n\t\t\t\"parent\": \"95\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950100\",\r\n\t\t\t\"text\": \"950100 - Rideable wheeled toys, dolls carriages\",\r\n\t\t\t\"parent\": \"9501\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9502\",\r\n\t\t\t\"text\": \"9502 - Dolls representing only human beings\",\r\n\t\t\t\"parent\": \"95\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950210\",\r\n\t\t\t\"text\": \"950210 - Dolls representing only human beings\",\r\n\t\t\t\"parent\": \"9502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950291\",\r\n\t\t\t\"text\": \"950291 - Garments, accessories for dolls representing humans\",\r\n\t\t\t\"parent\": \"9502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950299\",\r\n\t\t\t\"text\": \"950299 - Parts nes, for dolls representing only human beings\",\r\n\t\t\t\"parent\": \"9502\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9503\",\r\n\t\t\t\"text\": \"9503 - Tricycles, scooters, pedal cars and similar wheeled toys; dolls' carriages; dolls; other toys; reduced-size (scale) models and similar recreational models, working or not; puzzles of all kinds\",\r\n\t\t\t\"parent\": \"95\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950300\",\r\n\t\t\t\"text\": \"950300 - Tricycles, scooters, pedal cars and similar wheeled toys; dolls' carriages; dolls; other toys; reduced-size (scale) models and similar recreational models, working or not; puzzles of all kinds\",\r\n\t\t\t\"parent\": \"9503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950310\",\r\n\t\t\t\"text\": \"950310 - Electric trains, train sets, etc\",\r\n\t\t\t\"parent\": \"9503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950320\",\r\n\t\t\t\"text\": \"950320 - Reduced-size (scale) models, kits, except trains\",\r\n\t\t\t\"parent\": \"9503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950330\",\r\n\t\t\t\"text\": \"950330 - Construction sets and constructional toys, nes\",\r\n\t\t\t\"parent\": \"9503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950341\",\r\n\t\t\t\"text\": \"950341 - Stuffed toys - animals or non-human creatures\",\r\n\t\t\t\"parent\": \"9503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950349\",\r\n\t\t\t\"text\": \"950349 - Toys nes representing animals/non-humans\",\r\n\t\t\t\"parent\": \"9503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950350\",\r\n\t\t\t\"text\": \"950350 - Toy musical instruments, apparatus\",\r\n\t\t\t\"parent\": \"9503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950360\",\r\n\t\t\t\"text\": \"950360 - Puzzles\",\r\n\t\t\t\"parent\": \"9503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950370\",\r\n\t\t\t\"text\": \"950370 - Toys, retail in sets or outfits\",\r\n\t\t\t\"parent\": \"9503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950380\",\r\n\t\t\t\"text\": \"950380 - Toys and models incorporating a motor\",\r\n\t\t\t\"parent\": \"9503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950390\",\r\n\t\t\t\"text\": \"950390 - Toys nes\",\r\n\t\t\t\"parent\": \"9503\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9504\",\r\n\t\t\t\"text\": \"9504 - Video game consoles and machines, articles for funfair, table or parlour games, including pintables, billiards, special tables for casino games and automatic bowling alley equipment\",\r\n\t\t\t\"parent\": \"95\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950410\",\r\n\t\t\t\"text\": \"950410 - Video games of a kind used with a television receiver\",\r\n\t\t\t\"parent\": \"9504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950420\",\r\n\t\t\t\"text\": \"950420 - Billiard articles and accessories of all kinds\",\r\n\t\t\t\"parent\": \"9504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950430\",\r\n\t\t\t\"text\": \"950430 - Games; operated by coins, banknotes, bank cards, tokens or by other means of payment, other than billiard articles and accesssories, and automatic bowling alley equipment\",\r\n\t\t\t\"parent\": \"9504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950440\",\r\n\t\t\t\"text\": \"950440 - Games; playing cards\",\r\n\t\t\t\"parent\": \"9504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950450\",\r\n\t\t\t\"text\": \"950450 - Games; video game consoles and machines, other than those of subheading 9504.30\",\r\n\t\t\t\"parent\": \"9504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950490\",\r\n\t\t\t\"text\": \"950490 - Games; articles for funfair, table or parlour games, including pintables, special tables for casino games, automatic bowling alley equipment, n.e.c. in heading 9504\",\r\n\t\t\t\"parent\": \"9504\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9505\",\r\n\t\t\t\"text\": \"9505 - Festive, carnival or other entertainment articles, including conjuring tricks and novelty jokes\",\r\n\t\t\t\"parent\": \"95\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950510\",\r\n\t\t\t\"text\": \"950510 - Christmas festivity articles\",\r\n\t\t\t\"parent\": \"9505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950590\",\r\n\t\t\t\"text\": \"950590 - Festive, carnival or other entertainment articles including novelty jokes and conjuring tricks; other than Christmas festivity articles\",\r\n\t\t\t\"parent\": \"9505\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9506\",\r\n\t\t\t\"text\": \"9506 - Gymnastics, athletics, other sports (including table tennis) or outdoor games equipment, n.e.c. in this chapter, swimming pools and paddling pools\",\r\n\t\t\t\"parent\": \"95\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950611\",\r\n\t\t\t\"text\": \"950611 - Skis; for snow\",\r\n\t\t\t\"parent\": \"9506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950612\",\r\n\t\t\t\"text\": \"950612 - Ski-fastenings (ski-bindings); for snow-skis\",\r\n\t\t\t\"parent\": \"9506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950619\",\r\n\t\t\t\"text\": \"950619 - Snow-ski equipment\",\r\n\t\t\t\"parent\": \"9506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950621\",\r\n\t\t\t\"text\": \"950621 - Sailboards; for water sport\",\r\n\t\t\t\"parent\": \"9506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950629\",\r\n\t\t\t\"text\": \"950629 - Water sport equipment; water-skis, surf-boards and other water-sport equipment, excluding sailboards\",\r\n\t\t\t\"parent\": \"9506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950631\",\r\n\t\t\t\"text\": \"950631 - Golf clubs; complete\",\r\n\t\t\t\"parent\": \"9506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950632\",\r\n\t\t\t\"text\": \"950632 - Golf balls\",\r\n\t\t\t\"parent\": \"9506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950639\",\r\n\t\t\t\"text\": \"950639 - Golf equipment; other than clubs and balls\",\r\n\t\t\t\"parent\": \"9506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950640\",\r\n\t\t\t\"text\": \"950640 - Table-tennis articles and equipment\",\r\n\t\t\t\"parent\": \"9506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950651\",\r\n\t\t\t\"text\": \"950651 - Lawn-tennis rackets; whether or not strung\",\r\n\t\t\t\"parent\": \"9506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950659\",\r\n\t\t\t\"text\": \"950659 - Tennis, badminton and similar rackets; whether or not strung\",\r\n\t\t\t\"parent\": \"9506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950661\",\r\n\t\t\t\"text\": \"950661 - Lawn-tennis balls\",\r\n\t\t\t\"parent\": \"9506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950662\",\r\n\t\t\t\"text\": \"950662 - Balls; inflatable\",\r\n\t\t\t\"parent\": \"9506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950669\",\r\n\t\t\t\"text\": \"950669 - Balls; (other than inflatable or for lawn-tennis, golf or table-tennis)\",\r\n\t\t\t\"parent\": \"9506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950670\",\r\n\t\t\t\"text\": \"950670 - Skates; ice and roller, including skating boots with skates attached\",\r\n\t\t\t\"parent\": \"9506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950691\",\r\n\t\t\t\"text\": \"950691 - Athletics and gymnastics equipment\",\r\n\t\t\t\"parent\": \"9506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950699\",\r\n\t\t\t\"text\": \"950699 - Equipment for outdoor games and recreation n.e.c. in heading no. 9506\",\r\n\t\t\t\"parent\": \"9506\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9507\",\r\n\t\t\t\"text\": \"9507 - Fishing rods, fish-hooks and other line fishing tackle; fish landing nets and the like; decoy birds (not those of heading no. 9208 or 9705) and similar hunting or shooting requisites\",\r\n\t\t\t\"parent\": \"95\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950710\",\r\n\t\t\t\"text\": \"950710 - Fishing rods\",\r\n\t\t\t\"parent\": \"9507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950720\",\r\n\t\t\t\"text\": \"950720 - Fish-hooks; whether or not snelled\",\r\n\t\t\t\"parent\": \"9507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950730\",\r\n\t\t\t\"text\": \"950730 - Fishing reels\",\r\n\t\t\t\"parent\": \"9507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950790\",\r\n\t\t\t\"text\": \"950790 - Fishing tackle n.e.c., butterfly nets, decoy birds (other than those of heading no. 9208 or 9705) and similar hunting or shooting requisites\",\r\n\t\t\t\"parent\": \"9507\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9508\",\r\n\t\t\t\"text\": \"9508 - Travelling circuses and travelling menageries, amusement park rides and water park amusements, fairground amusements, including shooting galleries and travelling theatres\",\r\n\t\t\t\"parent\": \"95\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950800\",\r\n\t\t\t\"text\": \"950800 - Play, fair-ground equipment, travellng circus, theatr\",\r\n\t\t\t\"parent\": \"9508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950810\",\r\n\t\t\t\"text\": \"950810 - Travelling circuses and travelling menageries\",\r\n\t\t\t\"parent\": \"9508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950821\",\r\n\t\t\t\"text\": \"950821 - Amusement park rides and water park amusements; Roller coasters\",\r\n\t\t\t\"parent\": \"9508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950822\",\r\n\t\t\t\"text\": \"950822 - Amusement park rides and water park amusements; carousels, swings and roundabouts\",\r\n\t\t\t\"parent\": \"9508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950823\",\r\n\t\t\t\"text\": \"950823 - Amusement park rides and water park amusements; dodge'em cars\",\r\n\t\t\t\"parent\": \"9508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950824\",\r\n\t\t\t\"text\": \"950824 - Amusement park rides and water park amusements; motion simulators and moving theatres\",\r\n\t\t\t\"parent\": \"9508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950825\",\r\n\t\t\t\"text\": \"950825 - Amusement park rides and water park amusements; water rides\",\r\n\t\t\t\"parent\": \"9508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950826\",\r\n\t\t\t\"text\": \"950826 - Amusement park rides and water park amusements; water park amusements\",\r\n\t\t\t\"parent\": \"9508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950829\",\r\n\t\t\t\"text\": \"950829 - Amusement park rides and water park amusements; other than roller coasters, carousels, swings, roundabouts, dodge'em cars, motion simulators and moving theatres, water rides and water park amusements\",\r\n\t\t\t\"parent\": \"9508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950830\",\r\n\t\t\t\"text\": \"950830 - Fairground amusements; including shooting galleries\",\r\n\t\t\t\"parent\": \"9508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950840\",\r\n\t\t\t\"text\": \"950840 - Travelling theatres\",\r\n\t\t\t\"parent\": \"9508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"950890\",\r\n\t\t\t\"text\": \"950890 - Roundabouts, swings, shooting galleries, other fairground amusements; travelling theatres\",\r\n\t\t\t\"parent\": \"9508\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"96\",\r\n\t\t\t\"text\": \"96 - Miscellaneous manufactured articles\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9601\",\r\n\t\t\t\"text\": \"9601 - Ivory, bone, tortoise-shell, horn, antlers, coral, mother-of-pearl and other animal carving material and articles of these materials; worked, (including articles obtained by moulding)\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960110\",\r\n\t\t\t\"text\": \"960110 - Ivory and articles thereof; worked\",\r\n\t\t\t\"parent\": \"9601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960190\",\r\n\t\t\t\"text\": \"960190 - Bone, tortoise shell, horn, antlers, coral, mother-of-pearl and other animal carving material and articles thereof (including articles obtained by moulding)\",\r\n\t\t\t\"parent\": \"9601\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9602\",\r\n\t\t\t\"text\": \"9602 - Vegetable, mineral carving material and articles of these materials, moulded or carved articles of wax, stearin, natural gums, resins or modelling pastes, worked unhardened gelatin (not heading no. 3503)\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960200\",\r\n\t\t\t\"text\": \"960200 - Vegetable, mineral carving material and articles of these materials, moulded or carved articles of wax, stearin, natural gums, resins or modelling pastes, worked unhardened gelatin (not heading no. 3503)\",\r\n\t\t\t\"parent\": \"9602\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9603\",\r\n\t\t\t\"text\": \"9603 - Brooms, brushes (including parts of machines), hand operated floor sweepers, mops and feather dusters; knots and tufts for broom or brush making; paint pads and rollers; squeegees\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960310\",\r\n\t\t\t\"text\": \"960310 - Brooms and brushes; consisting of twigs or other vegetable materials bound together, with or without handles\",\r\n\t\t\t\"parent\": \"9603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960321\",\r\n\t\t\t\"text\": \"960321 - Brushes; toothbrushes\",\r\n\t\t\t\"parent\": \"9603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960329\",\r\n\t\t\t\"text\": \"960329 - Brushes; shaving, hair, nail, eyelash and other toilet brushes for use on the person, including brushes as parts of appliances\",\r\n\t\t\t\"parent\": \"9603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960330\",\r\n\t\t\t\"text\": \"960330 - Brushes; artists' brushes, writing brushes and similar brushes for the application of cosmetics\",\r\n\t\t\t\"parent\": \"9603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960340\",\r\n\t\t\t\"text\": \"960340 - Brushes; paint, distemper, varnish or similar brushes (not those of item no. 9603.30), paint pads and rollers\",\r\n\t\t\t\"parent\": \"9603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960350\",\r\n\t\t\t\"text\": \"960350 - Brushes; constituting parts of machines, appliances or vehicles\",\r\n\t\t\t\"parent\": \"9603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960390\",\r\n\t\t\t\"text\": \"960390 - Brooms, brushes, mops, feather dusters, squeegees, hand operated mechanical floor sweepers; (not motorised), prepared knots and tufts for brooms or brush making n.e.c.\",\r\n\t\t\t\"parent\": \"9603\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9604\",\r\n\t\t\t\"text\": \"9604 - Hand sieves and hand riddles\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960400\",\r\n\t\t\t\"text\": \"960400 - Hand sieves and hand riddles\",\r\n\t\t\t\"parent\": \"9604\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9605\",\r\n\t\t\t\"text\": \"9605 - Travel sets; for personal toilet, sewing, shoe or clothes cleaning\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960500\",\r\n\t\t\t\"text\": \"960500 - Travel sets; for personal toilet, sewing, shoe or clothes cleaning\",\r\n\t\t\t\"parent\": \"9605\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9606\",\r\n\t\t\t\"text\": \"9606 - Buttons, press-fasteners, snap-fasteners and press-studs, button moulds and other parts of these articles; button blanks\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960610\",\r\n\t\t\t\"text\": \"960610 - Press-fasteners, snap-fasteners, press-studs and parts therefor\",\r\n\t\t\t\"parent\": \"9606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960621\",\r\n\t\t\t\"text\": \"960621 - Buttons; of plastics, not covered with textile material\",\r\n\t\t\t\"parent\": \"9606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960622\",\r\n\t\t\t\"text\": \"960622 - Buttons; of base metal, not covered with textile material\",\r\n\t\t\t\"parent\": \"9606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960629\",\r\n\t\t\t\"text\": \"960629 - Buttons; of other than base metal or plastics, not covered with textile material\",\r\n\t\t\t\"parent\": \"9606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960630\",\r\n\t\t\t\"text\": \"960630 - Button moulds and other parts of buttons; button blanks\",\r\n\t\t\t\"parent\": \"9606\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9607\",\r\n\t\t\t\"text\": \"9607 - Slide fasteners and parts thereof\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960711\",\r\n\t\t\t\"text\": \"960711 - Slide fasteners; fitted with chain scoops of base metal\",\r\n\t\t\t\"parent\": \"9607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960719\",\r\n\t\t\t\"text\": \"960719 - Slide fasteners; other than those fitted with chain scoops of base metal\",\r\n\t\t\t\"parent\": \"9607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960720\",\r\n\t\t\t\"text\": \"960720 - Slide fasteners; parts\",\r\n\t\t\t\"parent\": \"9607\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9608\",\r\n\t\t\t\"text\": \"9608 - Pens; ball-point, felt tipped, other porous tipped pens; fountain pens, stylograph pens duplicating stylos, propelling or sliding pencils; parts of the foregoing, excluding those of heading no. 9609\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960810\",\r\n\t\t\t\"text\": \"960810 - Pens; ball point\",\r\n\t\t\t\"parent\": \"9608\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960820\",\r\n\t\t\t\"text\": \"960820 - Pens; felt tipped and other porous-tipped pens and markers\",\r\n\t\t\t\"parent\": \"9608\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960830\",\r\n\t\t\t\"text\": \"960830 - Pens; fountain, stylograph and other pens\",\r\n\t\t\t\"parent\": \"9608\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960831\",\r\n\t\t\t\"text\": \"960831 - Indian ink drawing pens\",\r\n\t\t\t\"parent\": \"9608\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960839\",\r\n\t\t\t\"text\": \"960839 - Fountain pens, stylograph pens & other pens (excl. Indian ink drawing pens)\",\r\n\t\t\t\"parent\": \"9608\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960840\",\r\n\t\t\t\"text\": \"960840 - Pencils; propelling or sliding\",\r\n\t\t\t\"parent\": \"9608\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960850\",\r\n\t\t\t\"text\": \"960850 - Pen and pencil sets; of articles from two or more of the foregoing sub-headings\",\r\n\t\t\t\"parent\": \"9608\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960860\",\r\n\t\t\t\"text\": \"960860 - Pens; ball-point, refills comprising the ball point and ink-reservoir\",\r\n\t\t\t\"parent\": \"9608\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960891\",\r\n\t\t\t\"text\": \"960891 - Pens; nibs and nib points\",\r\n\t\t\t\"parent\": \"9608\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960899\",\r\n\t\t\t\"text\": \"960899 - Pens and pencils; duplicating stylos, pen-holders, pencil-holders, and similar holders, parts of the articles of heading 9608, including caps and clips\",\r\n\t\t\t\"parent\": \"9608\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9609\",\r\n\t\t\t\"text\": \"9609 - Pencils (not of heading no. 9608), crayons, pencil leads, pastels, drawing charcoals, writing or drawing chalks and tailors' chalks\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960910\",\r\n\t\t\t\"text\": \"960910 - Pencils and crayons; with leads encased in sheath\",\r\n\t\t\t\"parent\": \"9609\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960920\",\r\n\t\t\t\"text\": \"960920 - Pencil leads; black or coloured\",\r\n\t\t\t\"parent\": \"9609\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"960990\",\r\n\t\t\t\"text\": \"960990 - Pastels, drawing charcoals, writing or drawing chalks, tailors' chalk\",\r\n\t\t\t\"parent\": \"9609\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9610\",\r\n\t\t\t\"text\": \"9610 - Slates and boards, with writing or drawing surfaces, whether or not framed\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961000\",\r\n\t\t\t\"text\": \"961000 - Slates and boards; with writing or drawing surfaces, whether or not framed\",\r\n\t\t\t\"parent\": \"9610\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9611\",\r\n\t\t\t\"text\": \"9611 - Stamps; date, numbering, sealing stamps and the like (including devices for printing or embossing labels), designed for operating by hand; hand operated composing sticks and printing sets\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961100\",\r\n\t\t\t\"text\": \"961100 - Stamps; date, numbering, sealing stamps and the like (including devices for printing or embossing labels), designed for operating by hand; hand operated composing sticks and printing sets\",\r\n\t\t\t\"parent\": \"9611\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9612\",\r\n\t\t\t\"text\": \"9612 - Typewriter, similar ribbons, inked, otherwise prepared for giving impressions, whether or not on spools or in cartridges; ink pads, whether or not inked, with or without boxes\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961210\",\r\n\t\t\t\"text\": \"961210 - Ribbons; for typewriters and the like, inked or otherwise prepared, for giving impressions, whether or not on spools or in cartridges\",\r\n\t\t\t\"parent\": \"9612\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961220\",\r\n\t\t\t\"text\": \"961220 - Ink pads; whether or not inked, with or without boxes\",\r\n\t\t\t\"parent\": \"9612\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9613\",\r\n\t\t\t\"text\": \"9613 - Cigarette lighters and other lighters, whether or not mechanical or electrical and parts thereof other than flints and wicks\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961310\",\r\n\t\t\t\"text\": \"961310 - Lighters; pocket, cigarette, gas fuelled, non-refillable\",\r\n\t\t\t\"parent\": \"9613\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961320\",\r\n\t\t\t\"text\": \"961320 - Lighters; pocket, cigarette, gas fuelled, refillable\",\r\n\t\t\t\"parent\": \"9613\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961330\",\r\n\t\t\t\"text\": \"961330 - Table lighters\",\r\n\t\t\t\"parent\": \"9613\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961380\",\r\n\t\t\t\"text\": \"961380 - Lighters; whether or not mechanical or electrical, n.e.c. in heading no. 9613\",\r\n\t\t\t\"parent\": \"9613\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961390\",\r\n\t\t\t\"text\": \"961390 - Lighters; parts for cigarette lighters and other lighters, whether or not mechanical or electrical, other than flints and wicks\",\r\n\t\t\t\"parent\": \"9613\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9614\",\r\n\t\t\t\"text\": \"9614 - Smoking pipes (including pipe bowls) and cigar or cigarette holders, and parts thereof\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961400\",\r\n\t\t\t\"text\": \"961400 - Smoking pipes (including pipe bowls) and cigar or cigarette holders, and parts thereof\",\r\n\t\t\t\"parent\": \"9614\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961410\",\r\n\t\t\t\"text\": \"961410 - Roughly shaped blocks of wood or root, for pipes\",\r\n\t\t\t\"parent\": \"9614\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961420\",\r\n\t\t\t\"text\": \"961420 - Smoking pipes and pipe bowls\",\r\n\t\t\t\"parent\": \"9614\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961490\",\r\n\t\t\t\"text\": \"961490 - Cigar or cigarette holders and parts, pipe stems\",\r\n\t\t\t\"parent\": \"9614\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9615\",\r\n\t\t\t\"text\": \"9615 - Combs, hair-slides and similar; hairpins, curling pins, curling grips and hair curlers and the like, other than those of heading no. 8516 and parts thereof\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961511\",\r\n\t\t\t\"text\": \"961511 - Combs, hair slides and the like; of hard rubber or plastics\",\r\n\t\t\t\"parent\": \"9615\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961519\",\r\n\t\t\t\"text\": \"961519 - Combs, hair slides and the like; of other than hard rubber or plastics\",\r\n\t\t\t\"parent\": \"9615\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961590\",\r\n\t\t\t\"text\": \"961590 - Hairpins, curling pins, curling grips, hair curlers and the like (not those of heading no. 8516) and parts thereof\",\r\n\t\t\t\"parent\": \"9615\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9616\",\r\n\t\t\t\"text\": \"9616 - Scent sprays and similar toilet sprays and mounts and heads therefor; powder-puffs and pads for the application of cosmetics or toilet preparations\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961610\",\r\n\t\t\t\"text\": \"961610 - Scent sprays and similar toilet sprays, and mounts and heads therefor\",\r\n\t\t\t\"parent\": \"9616\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961620\",\r\n\t\t\t\"text\": \"961620 - Powder puffs and pads; for the application of cosmetics or toilet preparations\",\r\n\t\t\t\"parent\": \"9616\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9617\",\r\n\t\t\t\"text\": \"9617 - Vacuum flasks and other vacuum vessels, complete with cases; parts thereof other than glass inners\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961700\",\r\n\t\t\t\"text\": \"961700 - Vacuum flasks and other vacuum vessels, complete with cases; parts thereof other than glass inners\",\r\n\t\t\t\"parent\": \"9617\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9618\",\r\n\t\t\t\"text\": \"9618 - Tailors' dummies and other lay figures; automata and other animated displays used for shop window dressing\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961800\",\r\n\t\t\t\"text\": \"961800 - Tailors' dummies and other lay figures; automata and other animated displays used for shop window dressing\",\r\n\t\t\t\"parent\": \"9618\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9619\",\r\n\t\t\t\"text\": \"9619 - Sanitary towels (pads) and tampons, napkins (diapers), napkin liners and similar articles, of any material\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"961900\",\r\n\t\t\t\"text\": \"961900 - Sanitary towels (pads) and tampons, napkins (diapers), napkin liners and similar articles, of any material\",\r\n\t\t\t\"parent\": \"9619\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9620\",\r\n\t\t\t\"text\": \"9620 - Monopods, bipods, tripods and similar articles\",\r\n\t\t\t\"parent\": \"96\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"962000\",\r\n\t\t\t\"text\": \"962000 - Monopods, bipods, tripods and similar articles\",\r\n\t\t\t\"parent\": \"9620\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"97\",\r\n\t\t\t\"text\": \"97 - Works of art; collectors' pieces and antiques\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9701\",\r\n\t\t\t\"text\": \"9701 - Paintings, drawings and pastels, executed entirely by hand; not drawings of heading no. 4906 and not hand-painted, hand-decorated manufactured articles; collages, mosaics and similar decorative plaques\",\r\n\t\t\t\"parent\": \"97\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970110\",\r\n\t\t\t\"text\": \"970110 - Paintings, drawings and pastels; executed entirely by hand, other than drawings of heading no. 4906\",\r\n\t\t\t\"parent\": \"9701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970121\",\r\n\t\t\t\"text\": \"970121 - Paintings, drawings and pastels; executed entirely by hand, other than drawings of heading no. 4906, of an age exceeding 100 years\",\r\n\t\t\t\"parent\": \"9701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970122\",\r\n\t\t\t\"text\": \"970122 - Mosaics; executed entirely by hand, other than drawings of heading no. 4906, of an age exceeding 100 years\",\r\n\t\t\t\"parent\": \"9701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970129\",\r\n\t\t\t\"text\": \"970129 - Artwork; other than paintings, drawings, pastels mosaics, executed entirely by hand, other than drawings of heading no. 4906, of an age exceeding 100 years\",\r\n\t\t\t\"parent\": \"9701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970190\",\r\n\t\t\t\"text\": \"970190 - Artwork; collages and similar decorative plaques\",\r\n\t\t\t\"parent\": \"9701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970191\",\r\n\t\t\t\"text\": \"970191 - Paintings, drawings and pastels; executed entirely by hand, other than drawings of heading no. 4906, of an age not exceeding 100 years\",\r\n\t\t\t\"parent\": \"9701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970192\",\r\n\t\t\t\"text\": \"970192 - Mosaics; executed entirely by hand, other than drawings of heading no. 4906, of an age not exceeding 100 years\",\r\n\t\t\t\"parent\": \"9701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970199\",\r\n\t\t\t\"text\": \"970199 - Artwork; other than paintings, drawings, pastels mosaics, executed entirely by hand, other than drawings of heading no. 4906, of an age not exceeding 100 years\",\r\n\t\t\t\"parent\": \"9701\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9702\",\r\n\t\t\t\"text\": \"9702 - Engravings, prints and lithographs; original\",\r\n\t\t\t\"parent\": \"97\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970200\",\r\n\t\t\t\"text\": \"970200 - Engravings, prints and lithographs; original\",\r\n\t\t\t\"parent\": \"9702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970210\",\r\n\t\t\t\"text\": \"970210 - Engravings, prints and lithographs; original of an age exceeding 100 years\",\r\n\t\t\t\"parent\": \"9702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970290\",\r\n\t\t\t\"text\": \"970290 - Engravings, prints and lithographs; original of an age not exceeding 100 years\",\r\n\t\t\t\"parent\": \"9702\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9703\",\r\n\t\t\t\"text\": \"9703 - Sculptures and statuary; original, in any material\",\r\n\t\t\t\"parent\": \"97\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970300\",\r\n\t\t\t\"text\": \"970300 - Sculptures and statuary; original, in any material\",\r\n\t\t\t\"parent\": \"9703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970310\",\r\n\t\t\t\"text\": \"970310 - Sculptures and statuary; original, in any material, of an age exceeding 100 years\",\r\n\t\t\t\"parent\": \"9703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970390\",\r\n\t\t\t\"text\": \"970390 - Sculptures and statuary; original, in any material, of an age not exceeding 100 years\",\r\n\t\t\t\"parent\": \"9703\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9704\",\r\n\t\t\t\"text\": \"9704 - Stamps, postage or revenue; stamp-postmarks, first-day covers, postal stationery (stamped paper) and like, used or unused, other than those of heading 4907\",\r\n\t\t\t\"parent\": \"97\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970400\",\r\n\t\t\t\"text\": \"970400 - Stamps, postage or revenue; stamp-postmarks, first-day covers, postal stationery (stamped paper) and like, used or unused, other than those of heading 4907\",\r\n\t\t\t\"parent\": \"9704\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9705\",\r\n\t\t\t\"text\": \"9705 - Collections and collectors' pieces; of archaeological, ethnographic, historical, zoological, botanical, mineralogical, anatomical, palaeontological or numismatic interest\",\r\n\t\t\t\"parent\": \"97\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970500\",\r\n\t\t\t\"text\": \"970500 - Collections and collectors' pieces; of zoological, botanical, mineralogical, anatomical, historical, archaeological, palaeontological, ethnographic or numismatic interest\",\r\n\t\t\t\"parent\": \"9705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970510\",\r\n\t\t\t\"text\": \"970510 - Collections and collectors' pieces; of archaeological, ethnographic or historical interest\",\r\n\t\t\t\"parent\": \"9705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970521\",\r\n\t\t\t\"text\": \"970521 - Collections and collectors' pieces; of zoological, botanical, mineralogical, anatomical or palaeontological interest, human specimens and parts thereof\",\r\n\t\t\t\"parent\": \"9705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970522\",\r\n\t\t\t\"text\": \"970522 - Collections and collectors' pieces; of zoological, botanical, mineralogical, anatomical or palaeontological interest, extinct or endangered species and parts thereof\",\r\n\t\t\t\"parent\": \"9705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970529\",\r\n\t\t\t\"text\": \"970529 - Collections and collectors' pieces; of zoological, botanical, mineralogical, anatomical or palaeontological interest, other than human species, extinct or endangered species and parts thereof\",\r\n\t\t\t\"parent\": \"9705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970531\",\r\n\t\t\t\"text\": \"970531 - Collections and collectors' pieces; of numismatic interest, of an age exceeding 100 years\",\r\n\t\t\t\"parent\": \"9705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970539\",\r\n\t\t\t\"text\": \"970539 - Collections and collectors' pieces; of numismatic interest, of an age not exceeding 100 years\",\r\n\t\t\t\"parent\": \"9705\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9706\",\r\n\t\t\t\"text\": \"9706 - Antiques; of an age exceeding one hundred years\",\r\n\t\t\t\"parent\": \"97\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970600\",\r\n\t\t\t\"text\": \"970600 - Antiques; of an age exceeding one hundred years\",\r\n\t\t\t\"parent\": \"9706\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970610\",\r\n\t\t\t\"text\": \"970610 - Antiques; of an age exceeding 250 years\",\r\n\t\t\t\"parent\": \"9706\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"970690\",\r\n\t\t\t\"text\": \"970690 - Antiques; of an age exceeding 100 years but not exceeding 250 years\",\r\n\t\t\t\"parent\": \"9706\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"99\",\r\n\t\t\t\"text\": \"99 - Commodities not specified according to kind\",\r\n\t\t\t\"parent\": \"TOTAL\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 2\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9999\",\r\n\t\t\t\"text\": \"9999 - Commodities not specified according to kind\",\r\n\t\t\t\"parent\": \"99\",\r\n\t\t\t\"isLeaf\": 0,\r\n\t\t\t\"aggrLevel\": 4\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"999999\",\r\n\t\t\t\"text\": \"999999 - Commodities not specified according to kind\",\r\n\t\t\t\"parent\": \"9999\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"9999AA\",\r\n\t\t\t\"text\": \"9999AA - Commodities not specified according to kind\",\r\n\t\t\t\"parent\": \"9999\",\r\n\t\t\t\"isLeaf\": 1,\r\n\t\t\t\"aggrLevel\": 6\r\n\t\t}\r\n\t]\r\n}" ), + cache = new.env(parent = emptyenv())), class = "httr2_response") diff --git a/tests/testthat/ref_table/comtradeapi.un.org/files/v1/app/reference/HS.json.json b/tests/testthat/ref_table/comtradeapi.un.org/files/v1/app/reference/HS.json.json deleted file mode 100644 index 92421aa..0000000 --- a/tests/testthat/ref_table/comtradeapi.un.org/files/v1/app/reference/HS.json.json +++ /dev/null @@ -1,57849 +0,0 @@ -{ - "more": false, - "minimumInputLength": 2, - "classCode": "HS", - "className": "Combined HS", - "results": [ - { - "id": "TOTAL", - "text": "TOTAL - Total of all HS commodities", - "parent": "-1", - "isLeaf": 0, - "aggrLevel": 0 - }, - { - "id": "01", - "text": "01 - Animals; live", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "0101", - "text": "0101 - Horses, asses, mules and hinnies; live", - "parent": "01", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "010110", - "text": "010110 - Live horses/asses/mules/hinnies: pure-bred breeding animals", - "parent": "0101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010111", - "text": "010111 - Horses, live pure-bred breeding", - "parent": "0101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010119", - "text": "010119 - Horses, live except pure-bred breeding", - "parent": "0101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010120", - "text": "010120 - Asses, mules and hinnies, live", - "parent": "0101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010121", - "text": "010121 - Horses; live, pure-bred breeding animals", - "parent": "0101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010129", - "text": "010129 - Horses; live, other than pure-bred breeding animals", - "parent": "0101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010130", - "text": "010130 - Asses; live", - "parent": "0101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010190", - "text": "010190 - Mules and hinnies; live", - "parent": "0101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0102", - "text": "0102 - Bovine animals; live", - "parent": "01", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "010210", - "text": "010210 - Live bovine animals: pure-bred breeding animals", - "parent": "0102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010221", - "text": "010221 - Cattle; live, pure-bred breeding animals", - "parent": "0102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010229", - "text": "010229 - Cattle; live, other than pure-bred breeding animals", - "parent": "0102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010231", - "text": "010231 - Buffalo; live, pure-bred breeding animals", - "parent": "0102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010239", - "text": "010239 - Buffalo; live, other than pure-bred breeding animals", - "parent": "0102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010290", - "text": "010290 - Bovine animals; live, other than cattle and buffalo", - "parent": "0102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0103", - "text": "0103 - Swine; live", - "parent": "01", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "010310", - "text": "010310 - Swine; live, pure-bred breeding animals", - "parent": "0103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010391", - "text": "010391 - Swine; live, other than pure-bred breeding animals, weighing less than 50kg", - "parent": "0103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010392", - "text": "010392 - Swine; live, other than pure-bred breeding animals, weighing 50kg or more", - "parent": "0103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0104", - "text": "0104 - Sheep and goats; live", - "parent": "01", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "010410", - "text": "010410 - Sheep; live", - "parent": "0104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010420", - "text": "010420 - Goats; live", - "parent": "0104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0105", - "text": "0105 - Poultry; live, fowls of the species Gallus domesticus, ducks, geese, turkeys and guinea fowls", - "parent": "01", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "010511", - "text": "010511 - Poultry; live, fowls of the species Gallus domesticus, weighing not more than 185g", - "parent": "0105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010512", - "text": "010512 - Poultry; live, turkeys, weighing not more than 185g", - "parent": "0105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010513", - "text": "010513 - Poultry; live, ducks, weighing not more than 185g", - "parent": "0105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010514", - "text": "010514 - Poultry; live, geese, weighing not more than 185g", - "parent": "0105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010515", - "text": "010515 - Poultry; live, guinea fowls, weighing not more than 185g", - "parent": "0105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010519", - "text": "010519 - Live ducks/geese/guinea fowls, weighing not >185g", - "parent": "0105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010591", - "text": "010591 - Fowls, live domestic > 185 grams", - "parent": "0105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010592", - "text": "010592 - Fowls, domestic, live we", - "parent": "0105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010593", - "text": "010593 - Fowls, domestic, live we", - "parent": "0105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010594", - "text": "010594 - Poultry; live, fowls of the species Gallus domesticus, weighing more than 185g", - "parent": "0105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010599", - "text": "010599 - Poultry; live, ducks, geese, turkeys and guinea fowls, weighing more than 185g", - "parent": "0105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0106", - "text": "0106 - Animals; live, n.e.c. in chapter 01", - "parent": "01", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "010600", - "text": "010600 - Animals, live, except farm animals", - "parent": "0106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010611", - "text": "010611 - Mammals; live, primates", - "parent": "0106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010612", - "text": "010612 - Mammals; live, whales, dolphins and porpoises (mammals of the order Cetacea); manatees and dugongs (mammals of the order Sirenia); seals, sea lions and walruses (mammals of the suborder Pinnipedia)", - "parent": "0106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010613", - "text": "010613 - Mammals; live, camels and other camelids (Camelidae)", - "parent": "0106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010614", - "text": "010614 - Mammals; live, rabbits and hares", - "parent": "0106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010619", - "text": "010619 - Mammals; live, other than primates, whales, dolphins, porpoises (mammals of the order Cetacea); manatees, dugongs (mammals of the order Sirenia); seals, sea lions, walruses (mammals of the suborder Pinnipedia), camels, other camelids, rabbits and hares", - "parent": "0106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010620", - "text": "010620 - Reptiles; live (including snakes and turtles)", - "parent": "0106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010631", - "text": "010631 - Birds; live, birds of prey", - "parent": "0106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010632", - "text": "010632 - Birds; live, Psittaciformes", - "parent": "0106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010633", - "text": "010633 - Birds; live, ostriches; emus (Dromaius novaehollandiae)", - "parent": "0106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010639", - "text": "010639 - Birds; live, other than birds of prey, Psittaciformes, ostriches and emus (Dromaius novaehollandiae)", - "parent": "0106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010641", - "text": "010641 - Insects; live, bees", - "parent": "0106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010649", - "text": "010649 - Insects; live, other than bees", - "parent": "0106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "010690", - "text": "010690 - Animals; live, n.e.c. in chapter 01, other than mammals, reptiles, birds and insects", - "parent": "0106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "02", - "text": "02 - Meat and edible meat offal", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "0201", - "text": "0201 - Meat of bovine animals; fresh or chilled", - "parent": "02", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "020110", - "text": "020110 - Meat; of bovine animals, carcasses and half-carcasses, fresh or chilled", - "parent": "0201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020120", - "text": "020120 - Meat; of bovine animals, cuts with bone in (excluding carcasses and half-carcasses), fresh or chilled", - "parent": "0201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020130", - "text": "020130 - Meat; of bovine animals, boneless cuts, fresh or chilled", - "parent": "0201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0202", - "text": "0202 - Meat of bovine animals; frozen", - "parent": "02", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "020210", - "text": "020210 - Meat; of bovine animals, carcasses and half-carcasses, frozen", - "parent": "0202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020220", - "text": "020220 - Meat; of bovine animals, cuts with bone in (excluding carcasses and half-carcasses), frozen", - "parent": "0202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020230", - "text": "020230 - Meat; of bovine animals, boneless cuts, frozen", - "parent": "0202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0203", - "text": "0203 - Meat of swine; fresh, chilled or frozen", - "parent": "02", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "020311", - "text": "020311 - Meat; of swine, carcasses and half-carcasses, fresh or chilled", - "parent": "0203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020312", - "text": "020312 - Meat; of swine, hams, shoulders and cuts thereof, with bone in, fresh or chilled", - "parent": "0203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020319", - "text": "020319 - Meat; of swine, n.e.c. in item no. 0203.1, fresh or chilled", - "parent": "0203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020321", - "text": "020321 - Meat; of swine, carcasses and half-carcasses, frozen", - "parent": "0203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020322", - "text": "020322 - Meat; of swine, hams, shoulders and cuts thereof, with bone in, frozen", - "parent": "0203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020329", - "text": "020329 - Meat; of swine, n.e.c. in item no. 0203.2, frozen", - "parent": "0203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0204", - "text": "0204 - Meat of sheep or goats; fresh, chilled or frozen", - "parent": "02", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "020410", - "text": "020410 - Meat; of sheep, lamb carcasses and half-carcasses, fresh or chilled", - "parent": "0204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020421", - "text": "020421 - Meat; of sheep, carcasses and half-carcasses (excluding carcasses and half-carcasses of lamb), fresh or chilled", - "parent": "0204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020422", - "text": "020422 - Meat; of sheep (including lamb), cuts with bone in (excluding carcasses and half-carcasses), fresh or chilled", - "parent": "0204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020423", - "text": "020423 - Meat; of sheep (including lamb), boneless cuts, fresh or chilled", - "parent": "0204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020430", - "text": "020430 - Meat; of sheep, lamb carcasses and half-carcasses, frozen", - "parent": "0204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020441", - "text": "020441 - Meat; of sheep, carcasses and half-carcasses (excluding carcasses and half-carcasses of lamb), frozen", - "parent": "0204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020442", - "text": "020442 - Meat; of sheep (including lamb), cuts with bone in (excluding carcasses and half-carcasses), frozen", - "parent": "0204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020443", - "text": "020443 - Meat; of sheep (including lamb), boneless cuts, frozen", - "parent": "0204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020450", - "text": "020450 - Meat; of goats, fresh, chilled or frozen", - "parent": "0204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0205", - "text": "0205 - Meat; of horses, asses, mules or hinnies, fresh, chilled or frozen", - "parent": "02", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "020500", - "text": "020500 - Meat; of horses, asses, mules or hinnies, fresh, chilled or frozen", - "parent": "0205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0206", - "text": "0206 - Edible offal of bovine animals, swine, sheep, goats, horses, asses, mules or hinnies; fresh, chilled or frozen", - "parent": "02", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "020610", - "text": "020610 - Offal, edible; of bovine animals, fresh or chilled", - "parent": "0206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020621", - "text": "020621 - Offal, edible; of bovine animals, tongues, frozen", - "parent": "0206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020622", - "text": "020622 - Offal, edible; of bovine animals, livers, frozen", - "parent": "0206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020629", - "text": "020629 - Offal, edible; of bovine animals, (other than tongues and livers), frozen", - "parent": "0206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020630", - "text": "020630 - Offal, edible; of swine, fresh or chilled", - "parent": "0206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020641", - "text": "020641 - Offal, edible; of swine, livers, frozen", - "parent": "0206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020649", - "text": "020649 - Offal, edible; of swine, (other than livers), frozen", - "parent": "0206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020680", - "text": "020680 - Offal, edible; of sheep, goats, horses, asses, mules or hinnies, fresh or chilled", - "parent": "0206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020690", - "text": "020690 - Offal, edible; of sheep, goats, horses, asses, mules or hinnies, frozen", - "parent": "0206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0207", - "text": "0207 - Meat and edible offal of poultry; of the poultry of heading no. 0105, (i.e. fowls of the species Gallus domesticus), fresh, chilled or frozen", - "parent": "02", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "020710", - "text": "020710 - Poultry, domestic, whole, fresh or chilled", - "parent": "0207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020711", - "text": "020711 - Meat and edible offal; of fowls of the species Gallus domesticus, not cut in pieces, fresh or chilled", - "parent": "0207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020712", - "text": "020712 - Meat and edible offal; of fowls of the species Gallus domesticus, not cut in pieces, frozen", - "parent": "0207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020713", - "text": "020713 - Meat and edible offal; of fowls of the species Gallus domesticus, cuts and offal, fresh or chilled", - "parent": "0207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020714", - "text": "020714 - Meat and edible offal; of fowls of the species Gallus domesticus, cuts and offal, frozen", - "parent": "0207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020721", - "text": "020721 - Fowls, domestic, whole, frozen", - "parent": "0207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020722", - "text": "020722 - Turkeys, domestic, whole, frozen", - "parent": "0207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020723", - "text": "020723 - Ducks, geese and guinea fowls, domestic, whole, froze", - "parent": "0207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020724", - "text": "020724 - Meat and edible offal; of turkeys, not cut in pieces, fresh or chilled", - "parent": "0207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020725", - "text": "020725 - Meat and edible offal; of turkeys, not cut in pieces, frozen", - "parent": "0207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020726", - "text": "020726 - Meat and edible offal; of turkeys, cuts and offal, fresh or chilled", - "parent": "0207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020727", - "text": "020727 - Meat and edible offal; of turkeys, cuts and offal, frozen", - "parent": "0207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020731", - "text": "020731 - Fatty livers (geese,ducks) domestic fresh or chilled", - "parent": "0207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020732", - "text": "020732 - Meat of ducks/geese/guinea fowls, not cut in pieces, fresh/chilled", - "parent": "0207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020733", - "text": "020733 - Meat of ducks/geese/guinea fowls, not cut in pieces, frozen", - "parent": "0207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020734", - "text": "020734 - Fatty livers of ducks/geese/guinea fowls, fresh/chilled", - "parent": "0207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020735", - "text": "020735 - Meat & edible meat offal of ducks/geese/guinea fowls (excl. of 0207.32-0207.34), fresh/chilled", - "parent": "0207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020736", - "text": "020736 - Meat & edible meat offal of ducks/geese/guinea fowls (excl. of 0207.32-0207.34), frozen", - "parent": "0207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020739", - "text": "020739 - Poultry cuts & offal, except livers, fresh or chilled", - "parent": "0207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020741", - "text": "020741 - Meat and edible offal; of ducks, not cut in pieces, fresh or chilled", - "parent": "0207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020742", - "text": "020742 - Meat and edible offal; of ducks, not cut in pieces, frozen", - "parent": "0207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020743", - "text": "020743 - Meat and edible offal; of ducks, fatty livers (foie gras), fresh or chilled", - "parent": "0207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020744", - "text": "020744 - Meat and edible offal; of ducks, cuts and offal, excluding fatty livers, fresh or chilled", - "parent": "0207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020745", - "text": "020745 - Meat and edible offal; of ducks, cuts and offal, excluding fatty livers, frozen", - "parent": "0207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020750", - "text": "020750 - Poultry livers, domestic, frozen", - "parent": "0207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020751", - "text": "020751 - Meat and edible offal; of geese, not cut in pieces, fresh or chilled", - "parent": "0207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020752", - "text": "020752 - Meat and edible offal; of geese, not cut in pieces, frozen", - "parent": "0207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020753", - "text": "020753 - Meat and edible offal; of geese, fatty livers (foie gras), fresh or chilled", - "parent": "0207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020754", - "text": "020754 - Meat and edible offal; of geese, cuts and offal, excluding fatty livers, fresh or chilled", - "parent": "0207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020755", - "text": "020755 - Meat and edible offal; of geese, cuts and offal, excluding fatty livers, frozen", - "parent": "0207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020760", - "text": "020760 - Meat and edible offal; of guinea fowls, fresh, chilled or frozen", - "parent": "0207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0208", - "text": "0208 - Meat and edible meat offal, n.e.c. in chapter 2; fresh, chilled or frozen", - "parent": "02", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "020810", - "text": "020810 - Meat and edible meat offal; of rabbits or hares, fresh, chilled or frozen", - "parent": "0208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020820", - "text": "020820 - Frog legs, fresh, chilled or frozen", - "parent": "0208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020830", - "text": "020830 - Meat and edible meat offal; of primates, fresh, chilled or frozen", - "parent": "0208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020840", - "text": "020840 - Meat and edible meat offal; of whales, dolphins and porpoises (mammals of the order Cetacea); of manatees and dugongs (mammals of the order Sirenia); of seals, sea lions and walruses (mammals of the suborder Pinnipedia), fresh, chilled or frozen", - "parent": "0208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020850", - "text": "020850 - Meat and edible meat offal; of reptiles (including snakes and turtles), fresh, chilled or frozen", - "parent": "0208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020860", - "text": "020860 - Meat and edible meat offal; of camels and other camelids (Camelidae), fresh, chilled or frozen", - "parent": "0208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020890", - "text": "020890 - Meat and edible meat offal; n.e.c. in chapter 2, fresh, chilled or frozen", - "parent": "0208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0209", - "text": "0209 - Pig fat, free of lean meat, and poultry fat, not rendered or otherwise extracted, fresh, chilled, frozen, salted, in brine, dried or smoked", - "parent": "02", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "020900", - "text": "020900 - Pig fat (free of lean meat) & poultry fat (not rendered/othw. extracted), fresh/chilled/frozen/salted/in brine/dried/smoked", - "parent": "0209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020910", - "text": "020910 - Fat; pig fat, free of lean meat, not rendered or otherwise extracted, fresh, chilled, frozen, salted, in brine, dried or smoked", - "parent": "0209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "020990", - "text": "020990 - Fat; poultry fat, not rendered or otherwise extracted, fresh, chilled, frozen, salted, in brine, dried or smoked", - "parent": "0209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0210", - "text": "0210 - Meat and edible meat offal; salted, in brine, dried or smoked; edible flours and meals of meat or meat offal", - "parent": "02", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "021011", - "text": "021011 - Meat; salted, in brine, dried or smoked, of swine, hams, shoulders and cuts thereof, with bone in", - "parent": "0210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "021012", - "text": "021012 - Meat; salted, in brine, dried or smoked, of swine, bellies (streaky) and cuts thereof", - "parent": "0210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "021019", - "text": "021019 - Meat; salted in brine, dried or smoked, of swine, n.e.c. in item no. 0210.1", - "parent": "0210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "021020", - "text": "021020 - Meat; salted, in brine, dried or smoked, of bovine animals", - "parent": "0210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "021090", - "text": "021090 - Meat and edible meat offal cured, flours, meals nes", - "parent": "0210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "021091", - "text": "021091 - Meat and edible meat offal; salted, in brine, dried or smoked, and edible flours and meals of meat or meat offal, of primates", - "parent": "0210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "021092", - "text": "021092 - Meat and edible meat offal; salted, in brine, dried or smoked; edible flours, meals of meat or meat offal, of whales, dolphins, porpoises (of order Cetacea); manatees, dugongs (of order Sirenia); seals, sea lions, and walruses (of suborder Pinnipedia)", - "parent": "0210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "021093", - "text": "021093 - Meat and edible meat offal; salted, in brine, dried or smoked, and edible flours and meals of meat or meat offal, of reptiles (including snakes and turtles)", - "parent": "0210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "021099", - "text": "021099 - Meat and edible meat offal; salted, in brine, dried or smoked, and edible flours and meals of meat or meat offal, other than of primates, whales, dolphins, porpoises, manatees, dugongs, seals, sea lions, walruses, reptiles (including snakes and turtles)", - "parent": "0210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "03", - "text": "03 - Fish and crustaceans, molluscs and other aquatic invertebrates", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "0301", - "text": "0301 - Fish; live", - "parent": "03", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "030110", - "text": "030110 - Live ornamental fish", - "parent": "0301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030111", - "text": "030111 - Fish; live, ornamental, freshwater", - "parent": "0301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030119", - "text": "030119 - Fish; live, ornamental, other than freshwater", - "parent": "0301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030191", - "text": "030191 - Fish; live, trout (Salmo trutta, Oncorhynchus mykiss, Oncorhynchus clarki, Oncorhynchus aguabonita, Oncorhynchus gilae, Oncorhynchus apache and Oncorhynchus chrysogaster)", - "parent": "0301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030192", - "text": "030192 - Fish; live, eels (Anguilla spp.)", - "parent": "0301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030193", - "text": "030193 - Fish; live, carp (Cyprinus spp., Carassius spp., Ctenopharyngodon idellus, Hypophthalmichthys spp., Cirrhinus spp., Mylopharyngodon piceus, Catla catla, Labeo spp., Osteochilus hasselti, Leptobarbus hoeveni, Megalobrama spp.)", - "parent": "0301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030194", - "text": "030194 - Fish; live, Atlantic and Pacific bluefin tunas (Thunnus thynnus, Thunnus orientalis)", - "parent": "0301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030195", - "text": "030195 - Fish; live, southern bluefin tunas (Thunnus maccoyii)", - "parent": "0301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030199", - "text": "030199 - Fish; live, n.e.c. in heading 0301", - "parent": "0301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0302", - "text": "0302 - Fish; fresh or chilled, excluding fish fillets and other fish meat of heading 0304", - "parent": "03", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "030211", - "text": "030211 - Fish; fresh or chilled, trout (Salmo trutta, Oncorhynchus mykiss, Oncorhynchus clarki, Oncorhynchus aguabonita, Oncorhynchus gilae, Oncorhynchus apache and Oncorhynchus chrysogaster), excluding fillets, fish meat of 0304, and edible fish offal of 0302.9", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030212", - "text": "030212 - Pacific salmon/Atlantic salmon/Danube salmon [see list of conventions for species incld.], fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030213", - "text": "030213 - Fish; fresh or chilled, Pacific salmon (Oncorhynchus nerka, Oncorhynchus gorbuscha, Oncorhynchus keta, Oncorhynchus tschawytscha, Oncorhynchus kisutch, Oncorhynchus masou, Oncorhynchus rhodurus), not fillets, meat of 0304, and edible fish offal of 0302.9", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030214", - "text": "030214 - Fish; fresh or chilled, Atlantic salmon (Salmo salar) and Danube salmon (Hucho hucho), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030219", - "text": "030219 - Fish; fresh or chilled, salmonidae, n.e.c. in item no. 0302.1, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030221", - "text": "030221 - Fish; fresh or chilled, halibut (Reinhardtius hippoglossoides, Hippoglossus hippoglossus, Hippoglossus stenolepis), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030222", - "text": "030222 - Fish; fresh or chilled, plaice (Pleuronectes platessa), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030223", - "text": "030223 - Fish; fresh or chilled, sole (Solea spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030224", - "text": "030224 - Fish; fresh or chilled, turbots (Psetta maxima, Scophthalmidae), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030229", - "text": "030229 - Fish; fresh or chilled, flat fish, n.e.c. in item no. 0302.2, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030231", - "text": "030231 - Fish; fresh or chilled, albacore or longfinned tunas (Thunnus alalunga), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030232", - "text": "030232 - Fish; fresh or chilled, yellowfin tunas (Thunnus albacares), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030233", - "text": "030233 - Fish; fresh or chilled, skipjack tuna (stripe-bellied bonito) (Katsuwonus pelamis), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030234", - "text": "030234 - Fish; fresh or chilled, bigeye tunas (Thunnus obesus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030235", - "text": "030235 - Fish; fresh or chilled, Atlantic and Pacific bluefin tunas (Thunnus thynnus, Thunnus orientalis), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030236", - "text": "030236 - Fish; fresh or chilled, southern bluefin tunas (Thunnus maccoyii), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030239", - "text": "030239 - Fish; fresh or chilled, tuna, n.e.c. in item no. 0302.3, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030240", - "text": "030240 - Herrings (Clupea harengus/pallasii), fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030241", - "text": "030241 - Fish; fresh or chilled, herrings (Clupea harengus, Clupea pallasii), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030242", - "text": "030242 - Fish; fresh or chilled, anchovies (Engraulis spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030243", - "text": "030243 - Fish; fresh or chilled, sardines (Sardina pilchardus, Sardinops spp.), sardinella (Sardinella spp.), brisling or sprats (Sprattus sprattus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030244", - "text": "030244 - Fish; fresh or chilled, mackerel (Scomber scombrus, Scomber australasicus, Scomber japonicus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030245", - "text": "030245 - Fish; fresh or chilled, jack and horse mackerel (Trachurus spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030246", - "text": "030246 - Fish; fresh or chilled, cobia (Rachycentron canadum), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030247", - "text": "030247 - Fish; fresh or chilled, swordfish (Xiphias gladius), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030249", - "text": "030249 - Fish; fresh or chilled, n.e.c. in item no. 0302.4, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030250", - "text": "030250 - Cod (Gadus morhua/ogac/macrocephalus), fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030251", - "text": "030251 - Fish; fresh or chilled, cod (Gadus morhua, Gadus ogac, Gadus macrocephalus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030252", - "text": "030252 - Fish; fresh or chilled, haddock (Melanogrammus aeglefinus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030253", - "text": "030253 - Fish; fresh or chilled, coalfish (Pollachius virens), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030254", - "text": "030254 - Fish; fresh or chilled, hake (Merluccius spp., Urophycis spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030255", - "text": "030255 - Fish; fresh or chilled, Alaska pollock (Theragra chalcogramma), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030256", - "text": "030256 - Fish; fresh or chilled, blue whitings (Micromesistius poutassou, Micromesistius australis),excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030259", - "text": "030259 - Fish; fresh or chilled, n.e.c. in item no. 0302.5, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030261", - "text": "030261 - Sardines (Sardina pilchardus, Sardinops spp.)/sardinella (Sardinella spp.)/brisling/sprats (Sprattus sprattus), fresh/chilled (excl. fillets/other fish meat of 03.04/livers/roes)", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030262", - "text": "030262 - Haddock (Melanogrammus aeglefinus), fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030263", - "text": "030263 - Coalfish (Pollachius virens), fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030264", - "text": "030264 - Mackerel (Scomber scombrus/australasicus/japonicus), fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030265", - "text": "030265 - Dogfish & other sharks, fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030266", - "text": "030266 - Eels (Anguilla spp.), fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030267", - "text": "030267 - Swordfish (Xiphias gladius), fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030268", - "text": "030268 - Toothfish (Dissostichus spp.),fresh/chilled (excl. fillets/other fish meat of 03.04/livers & roes)", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030269", - "text": "030269 - Fish,n.e.s. in 03.02, fresh/chilled(excl. fillets/other fish meat of 03.04/livers & roes).", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030270", - "text": "030270 - Fish livers & roes, fresh/chilled", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030271", - "text": "030271 - Fish; fresh or chilled, tilapias (Oreochromis spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030272", - "text": "030272 - Fish; fresh or chilled, catfish (Pangasius spp., Silurus spp., Clarias spp., Ictalurus spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030273", - "text": "030273 - Fish; fresh or chilled, Carp (as specified by the WCO.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030274", - "text": "030274 - Fish; fresh or chilled, eels (Anguilla spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030279", - "text": "030279 - Fish; fresh or chilled, Nile perch (Lates niloticus) and snakeheads (Channa spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030281", - "text": "030281 - Fish; fresh or chilled, dogfish and other sharks, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030282", - "text": "030282 - Fish; fresh or chilled, rays and skates (Rajidae), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030283", - "text": "030283 - Fish; fresh or chilled, toothfish (Dissostichus spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030284", - "text": "030284 - Fish; fresh or chilled, seabass (Dicentrarchus spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030285", - "text": "030285 - Fish; fresh or chilled, seabream (Sparidae), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030289", - "text": "030289 - Fish; fresh or chilled, n.e.c. in heading 0302, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0302.91 to 0302.99", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030290", - "text": "030290 - Fish; fresh or chilled, livers and roes", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030291", - "text": "030291 - Fish; fresh or chilled, livers, roes and milt", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030292", - "text": "030292 - Fish; fresh or chilled, shark fins", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030299", - "text": "030299 - Fish; fresh or chilled, fish fins (other than shark fins), heads, tails, maws and other edible fish offal", - "parent": "0302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0303", - "text": "0303 - Fish; frozen, excluding fish fillets and other fish meat of heading 0304", - "parent": "03", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "030310", - "text": "030310 - Salmon, Pacific, frozen, whole", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030311", - "text": "030311 - Fish; frozen, Pacific salmon, sockeye salmon (red salmon) (Oncorhynchus nerka), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030312", - "text": "030312 - Fish; frozen, Pacific salmon (Oncorhynchus gorbuscha/keta/tschawytscha/ kisutch/masou/rhodurus) other than sockeye salmon (Oncorhynchus nerka), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030313", - "text": "030313 - Fish; frozen, Atlantic salmon (Salmo salar) and Danube salmon (Hucho hucho), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030314", - "text": "030314 - Fish; frozen, trout (Salmo trutta, Oncorhynchus mykiss, Oncorhynchus clarki, Oncorhynchus aguabonita, Oncorhynchus gilae, Oncorhynchus apache and Oncorhynchus chrysogaster), excluding fillets, meat of 0304, and edible fish offal of 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030319", - "text": "030319 - Fish; frozen, salmonidae, n.e.c. in item no. 0303.1, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030321", - "text": "030321 - Trout (Salmo trutta, Oncorhynchus mykiss/clarki/aguabonita/gilae/apache/chrysogaster), frozen (excl. fillets/other fish meat of 03.04/livers & roes)", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030322", - "text": "030322 - Atlantic salmon (Salmo salar) & Danube salmon (Hucho hucho), frozen (excl. fillets/other fish meat of 03.04/livers & roes)", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030323", - "text": "030323 - Fish; frozen, tilapias (Oreochromis spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030324", - "text": "030324 - Fish; frozen, catfish (Pangasius spp., Silurus spp., Clarias spp., Ictalurus spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030325", - "text": "030325 - Fish; frozen, carp (as specified by the WCO), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030326", - "text": "030326 - Fish; frozen, eels (Anguilla spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030329", - "text": "030329 - Fish; frozen, Nile perch (Lates niloticus) and snakeheads (Channa spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030331", - "text": "030331 - Fish; frozen, halibut (Reinhardtius hippoglossoides, Hippoglossus hippoglossus, Hippoglossus stenolepis), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030332", - "text": "030332 - Fish; frozen, plaice (Pleuronectes platessa), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030333", - "text": "030333 - Fish; frozen, sole (Solea spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030334", - "text": "030334 - Fish; frozen, turbots (Psetta maxima, Scophthalmidae), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030339", - "text": "030339 - Fish; frozen, flat fish, n.e.c. in item no. 0303.3, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030341", - "text": "030341 - Fish; frozen, albacore or longfinned tunas (Thunnus alalunga), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030342", - "text": "030342 - Fish; frozen, yellowfin tunas (Thunnus albacares), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030343", - "text": "030343 - Fish; frozen, skipjack tuna (stripe-bellied bonito) (Katsuwonus pelamis), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030344", - "text": "030344 - Fish; frozen, bigeye tunas (Thunnus obesus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030345", - "text": "030345 - Fish; frozen, Atlantic and Pacific bluefin tunas (Thunnus thynnus, Thunnus orientalis), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030346", - "text": "030346 - Fish; frozen, southern bluefin tunas (Thunnus maccoyii), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030349", - "text": "030349 - Fish; frozen, tuna, n.e.c. in item no. 0303.4, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030350", - "text": "030350 - Herrings, frozen, whole", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030351", - "text": "030351 - Fish; frozen, herrings (Clupea harengus, Clupea pallasii), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030352", - "text": "030352 - Cod (Gadus morhua, Gadus ogac, Gadus macrocephalus), frozen (excl. fillets/other fish meat of 03.04/livers & roes)", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030353", - "text": "030353 - Fish; frozen, sardines (Sardina pilchardus, Sardinops spp.), sardinella (Sardinella spp.), brisling or sprats (Sprattus sprattus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030354", - "text": "030354 - Fish; frozen, mackerel (Scomber scombrus, Scomber australasicus, Scomber japonicus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030355", - "text": "030355 - Fish; frozen, jack and horse mackerel (Trachurus spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030356", - "text": "030356 - Fish; frozen, cobia (Rachycentron canadum), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030357", - "text": "030357 - Fish; frozen, swordfish (Xiphias gladius), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030359", - "text": "030359 - Fish; frozen, n.e.c. in item no. 0303.5, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030360", - "text": "030360 - Cod, frozen, whole", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030361", - "text": "030361 - Swordfish (Xiphias gladius), frozen (excl. fillets/other fish meat of 03.04/livers & roes)", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030362", - "text": "030362 - Toothfish (Dissostichus spp.),frozen (excl. fillets/other fish meat of 03.04/livers & roes)", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030363", - "text": "030363 - Fish; frozen, cod (Gadus morhua, Gadus ogac, Gadus macrocephalus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030364", - "text": "030364 - Fish; frozen, haddock (Melanogrammus aeglefinus), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030365", - "text": "030365 - Fish; frozen, coalfish (Pollachius virens), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030366", - "text": "030366 - Fish; frozen, hake (Merluccius spp., Urophycis spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030367", - "text": "030367 - Fish; frozen, Alaska pollock (Theragra chalcogramma), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030368", - "text": "030368 - Fish; frozen, blue whitings (Micromesistius poutassou, Micromesistius australis), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030369", - "text": "030369 - Fish; frozen, of Bregmacerotidae, Euclichthyidae, Gadidae, Macrouridae, Melanonidae, Merlucciidae, Moridae, Muraenolepididae, other than cod, haddock, coalfish, hake, Alaska pollack, blue whitings, not fillets, meat of 0304, and edible offal of 0303.9", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030371", - "text": "030371 - Sardines (Sardina pilchardus, Sardinops spp.)/sardinella (Sardinella spp.)/brisling/sprats (Sprattus sprattus), frozen (excl. fillets/other fish meat of 03.04/livers & roes)", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030372", - "text": "030372 - Haddock (Melanogrammus aeglefinus), frozen (excl. fillets/other fish meat of 03.04/livers & roes)", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030373", - "text": "030373 - Coalfish (Pollachius virens), frozen (excl. fillets/other fish meat of 03.04/livers & roes)", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030374", - "text": "030374 - Mackerel (Scomber scombrus/australasicus/japonicus), frozen (excl. fillets/other fish meat of 03.04/livers & roes)", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030375", - "text": "030375 - Dogfish & other sharks, frozen (excl. fillets/other fish meat of 03.04/livers & roes)", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030376", - "text": "030376 - Eels (Anguilla spp.), frozen (excl. fillets/other fish meat of 03.04/livers & roes)", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030377", - "text": "030377 - Sea bass (Dicentrarchus labrax/punctatus), frozen (excl. fillets/other fish meat of 03.04/livers & roes)", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030378", - "text": "030378 - Hake (Merluccius spp., Urophycis spp.), frozen (excl. fillets/other fish meat of 03.04/livers & roes)", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030379", - "text": "030379 - Fish (excl. of 0303.71 - 0303.78),n.e.s., frozen (excl. fillets/other fish meat of 03.04/livers & roes)", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030380", - "text": "030380 - Fish livers & roes, frozen", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030381", - "text": "030381 - Fish; frozen, dogfish and other sharks, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030382", - "text": "030382 - Fish; frozen, rays and skates (Rajidae), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030383", - "text": "030383 - Fish; frozen, toothfish (Dissostichus spp.), excluding fillets, livers, roes, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030384", - "text": "030384 - Fish; frozen, seabass (Dicentrarchus spp.), excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030389", - "text": "030389 - Fish; frozen, n.e.c. in heading 0303, excluding fillets, fish meat of 0304, and edible fish offal of subheadings 0303.91 to 0303.99", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030390", - "text": "030390 - Fish; frozen, livers and roes", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030391", - "text": "030391 - Fish; frozen, livers, roes and milt", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030392", - "text": "030392 - Fish; frozen, shark fins", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030399", - "text": "030399 - Fish; frozen, fish fins (other than shark fins), heads, tails, maws and other edible fish offal", - "parent": "0303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0304", - "text": "0304 - Fish fillets and other fish meat (whether or not minced); fresh, chilled or frozen", - "parent": "03", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "030410", - "text": "030410 - Fish fillet or meat, fresh or chilled, not liver, roe", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030411", - "text": "030411 - Swordfish (Xiphias gladius),fresh/chilled", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030412", - "text": "030412 - Toothfish (Dissostichus spp.),fresh/chilled ", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030419", - "text": "030419 - Fish fillets&other fish meat (excl. of 0304.11-0304.12, whether/not minced), fresh/chilled", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030420", - "text": "030420 - Fish fillets, frozen", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030421", - "text": "030421 - Swordfish (Xiphias gladius),frozen fillets", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030422", - "text": "030422 - Toothfish (Dissostichus spp.), frozen fillets", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030429", - "text": "030429 - Fish fillets&other fish meat (excl. of 0304.21-0304.92, whether/not minced), frozen fillets", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030431", - "text": "030431 - Fish fillets; fresh or chilled, tilapias (Oreochromis spp.)", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030432", - "text": "030432 - Fish fillets; fresh or chilled, catfish (Pangasius spp., Silurus spp., Clarias spp., Ictalurus spp.)", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030433", - "text": "030433 - Fish fillets; fresh or chilled, Nile perch (Lates niloticus)", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030439", - "text": "030439 - Fish fillets; fresh or chilled, carp (as specified by the WCO), eels (Anguilla spp.), and snakeheads (Channa spp.)", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030441", - "text": "030441 - Fish fillets; fresh or chilled, salmon, Pacific (Oncorhynchus nerka, Oncorhynchus gorbuscha, Oncorhynchus keta, Oncorhynchus tschawytscha, Oncorhynchus kisutch, Oncorhynchus masou and Oncorhynchus rhodurus), Atlantic (Salmo salar), Danube (Hucho hucho)", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030442", - "text": "030442 - Fish fillets; fresh or chilled, trout (Salmo trutta, Oncorhynchus mykiss, Oncorhynchus clarki, Oncorhynchus aguabonita, Oncorhynchus gilae, Oncorhynchus apache and Oncorhynchus chrysogaster)", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030443", - "text": "030443 - Fish fillets; fresh or chilled, flat fish (Pleuronectidae, Bothidae, Cynoglossidae, Soleidae, Scophthalmidae and Citharidae)", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030444", - "text": "030444 - Fish fillets; fresh or chilled, of the families Bregmacerotidae, Euclichthyidae, Gadidae, Macrouridae, Melanonidae, Merlucciidae, Moridae, and Muraenolepididae", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030445", - "text": "030445 - Fish fillets; fresh or chilled, swordfish (Xiphias gladius)", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030446", - "text": "030446 - Fish fillets; fresh or chilled, toothfish (Dissostichus spp.)", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030447", - "text": "030447 - Fish fillets; fresh or chilled, dogfish and other sharks", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030448", - "text": "030448 - Fish fillets; fresh or chilled, rays and skates (Rajidae)", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030449", - "text": "030449 - Fish fillets; fresh or chilled, other than fish of heading 0304.4", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030451", - "text": "030451 - Fish meat, excluding fillets, whether or not minced; fresh or chilled, tilapias, catfish, carp, eels, Nile perch, and snakeheads", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030452", - "text": "030452 - Fish meat, excluding fillets, whether or not minced; fresh or chilled, salmonidae", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030453", - "text": "030453 - Fish meat, excluding fillets, whether or not minced; fresh or chilled, of the families Bregmacerotidae, Euclichthyidae, Gadidae, Macrouridae, Melanonidae, Merlucciidae, Moridae, and Muraenolepididae", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030454", - "text": "030454 - Fish meat, excluding fillets, whether or not minced; fresh or chilled, swordfish (Xiphias gladius)", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030455", - "text": "030455 - Fish meat, excluding fillets, whether or not minced; fresh or chilled, toothfish (Dissostichus spp.)", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030456", - "text": "030456 - Fish meat; excluding fillets, whether or not minced; fresh or chilled, dogfish and other sharks", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030457", - "text": "030457 - Fish meat; excluding fillets, whether or not minced; fresh or chilled, rays and skates (Rajidae)", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030459", - "text": "030459 - Fish meat; excluding fillets, whether or not minced; fresh or chilled, of fish n.e.c. in item no. 0304.5", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030461", - "text": "030461 - Fish fillets; frozen, tilapias (Oreochromis spp.)", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030462", - "text": "030462 - Fish fillets; frozen, catfish (Pangasius spp., Silurus spp., Clarias spp., Ictalurus spp.)", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030463", - "text": "030463 - Fish fillets; frozen, Nile Perch (Lates niloticus)", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030469", - "text": "030469 - Fish fillets; frozen, carp (Cyprinus/Carassius/Ctenopharyngodon idellus/Hypophthalmichthys/Cirrhinus/Mylopharyngodon piceus/Catla catla/Labeo/Osteochilus hasselti/Leptobarbus hoeveni/Megalobrama), eels (Anguilla) and snakeheads (Channa)", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030471", - "text": "030471 - Fish fillets; frozen, cod (Gadus morhua, Gadus ogac, Gadus macrocephalus)", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030472", - "text": "030472 - Fish fillets; frozen, haddock (Melanogrammus aeglefinus)", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030473", - "text": "030473 - Fish fillets; frozen, coalfish (Pollachius virens)", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030474", - "text": "030474 - Fish fillets; frozen, hake (Merluccius spp., Urophycis spp.)", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030475", - "text": "030475 - Fish fillets; frozen, Alaska pollock (Theragra chalcogramma)", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030479", - "text": "030479 - Fish fillets; frozen, of the families Bregmacerotidae, Euclichthyidae, Gadidae, Macrouridae, Melanonidae, Merlucciidae, Moridae and Muraenolepididae other than cod, haddock, coalfish, hake, and Alaska pollock", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030481", - "text": "030481 - Fish fillets; frozen, salmon, Pacific (Oncorhynchus nerka, Oncorhynchus gorbuscha, Oncorhynchus keta, Oncorhynchus tschawytscha, Oncorhynchus kisutch, Oncorhynchus masou, Oncorhynchus rhodurus), Atlantic (Salmo salar), and Danube (Hucho hucho)", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030482", - "text": "030482 - Fish fillets; frozen, trout (Salmo trutta, Oncorhynchus mykiss, Oncorhynchus clarki, Oncorhynchus aguabonita, Oncorhynchus gilae, Oncorhynchus apache and Oncorhynchus chrysogaster)", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030483", - "text": "030483 - Fish fillets; frozen, flat fish (Pleuronectidae, Bothidae, Cynoglossidae, Soleidae, Scophthalmidae and Citharidae)", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030484", - "text": "030484 - Fish fillets; frozen, swordfish (Xiphias gladius)", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030485", - "text": "030485 - Fish fillets; frozen, toothfish (Dissostichus spp.)", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030486", - "text": "030486 - Fish fillets; frozen, herrings (Clupea harengus, Clupea pallasii)", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030487", - "text": "030487 - Fish fillets; frozen, tunas (of the genus Thunnus), skipjack tuna (stripe-bellied bonito) (Katsuwonus pelamis)", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030488", - "text": "030488 - Fish fillets; frozen, dogfish, other sharks, rays and skates (Rajidae)", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030489", - "text": "030489 - Fish fillets; frozen, of fish n.e.c. in heading 0304.8", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030490", - "text": "030490 - Fish meat & mince, except liver, roe & fillets, froze", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030491", - "text": "030491 - Fish meat, excluding fillets, whether or not minced; frozen, swordfish (Xiphias gladius)", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030492", - "text": "030492 - Fish meat, excluding fillets, whether or not minced; frozen, toothfish (Dissostichus spp.)", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030493", - "text": "030493 - Fish meat, excluding fillets, whether or not minced; frozen, tilapias, catfish, carp, eels, Nile perch, and snakeheads", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030494", - "text": "030494 - Fish meat, excluding fillets, whether or not minced; frozen, Alaska Pollock (Theragra chalcogramma)", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030495", - "text": "030495 - Fish meat, excluding fillets, whether or not minced; frozen, of the families Bregmacerotidae, Euclichthyidae, Gadidae, Macrouridae, Melanonidae, Merlucciidae, Moridae and Muraenolepididae, other than Alaska Pollock (Theragra chalcogramma)", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030496", - "text": "030496 - Fish meat, excluding fillets, whether or not minced; frozen, dogfish and other sharks", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030497", - "text": "030497 - Fish meat, excluding fillets, whether or not minced; frozen, rays and skates (Rajidae)", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030499", - "text": "030499 - Fish meat, excluding fillets, whether or not minced; frozen, n.e.c. in item no. 0304.9", - "parent": "0304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0305", - "text": "0305 - Fish, dried, salted or in brine; smoked fish, whether or not cooked before, or during the smoking process", - "parent": "03", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "030510", - "text": "030510 - Fish; flours, meals and pellets, fit for human consumption", - "parent": "0305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030520", - "text": "030520 - Fish; livers, roes and milt of fish, dried, smoked, salted or in brine", - "parent": "0305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030530", - "text": "030530 - Fish fillets, dried/salted/in brine but not smoked", - "parent": "0305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030531", - "text": "030531 - Fish fillets; dried, salted or in brine, but not smoked, tilapias, catfish, carp, eels, Nile perch, and snakeheads", - "parent": "0305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030532", - "text": "030532 - Fish fillets; dried, salted or in brine, but not smoked, of the families Bregmacerotidae, Euclichthyidae, Gadidae, Macrouridae, Melanonidae, Merlucciidae, Moridae and Muraenolepididae", - "parent": "0305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030539", - "text": "030539 - Fish fillets; dried, salted or in brine, but not smoked, n.e.c. in item no. 0305.3", - "parent": "0305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030541", - "text": "030541 - Fish; smoked, whether or not cooked before or during smoking, salmon, Pacific (Oncorhynchus nerka, gorbuscha, keta, tschawytscha, kisutch, masou, rhodurus), Atlantic (Salmo salar) and Danube (Hucho hucho), includes fillets, but excludes edible fish offal", - "parent": "0305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030542", - "text": "030542 - Fish; smoked, whether or not cooked before or during smoking, herrings (Clupea harengus, Clupea pallasii), includes fillets, but excludes edible fish offal", - "parent": "0305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030543", - "text": "030543 - Fish; smoked, whether or not cooked before or during smoking, trout (Salmo trutta, Oncorhynchus mykiss/clarki/aguabonita/gilae/apache/chrysogaster), includes fillets, but excludes edible fish offal", - "parent": "0305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030544", - "text": "030544 - Fish; smoked, whether or not cooked before or during smoking, tilapias, catfish, carp, eels, Nile perch, and snakeheads, includes fillets, but excludes edible fish offal", - "parent": "0305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030549", - "text": "030549 - Fish; smoked, whether or not cooked before or during smoking, n.e.c. in item no. 0305.4, includes fillets, but excludes edible fish offal", - "parent": "0305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030551", - "text": "030551 - Fish; dried, whether or not salted but not smoked, other than edible fish offal, cod (Gadus morhua, Gadus ogac, Gadus macrocephalus)", - "parent": "0305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030552", - "text": "030552 - Fish; dried, whether or not salted but not smoked, tilapias, catfish, carp, eels, Nile perch, and snakeheads", - "parent": "0305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030553", - "text": "030553 - Fish; dried, whether or not salted but not smoked, fish of the families Bregmacerotidae, Euclichthyidae, Gadidae, Macrouridae, Melanonidae, Merlucciidae, Moridae and Muraenolepididae, other than cod", - "parent": "0305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030554", - "text": "030554 - Dried herrings, anchovies, sardines, sardinella, brisling or sprats, mackerel (incl Indian, jack, or horse), seerfishes, jacks, crevalles, cobia, silver pomfrets, Pacific saury, scads, capelin, swordfish, Kawakawa, bonitos, marlins, sailfishes, spearfish", - "parent": "0305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030559", - "text": "030559 - Fish; dried, whether or not salted but not smoked, other than edible fish offal, n.e.c. in item no. 0305.5", - "parent": "0305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030561", - "text": "030561 - Fish; salted or in brine, not dried or smoked, other than edible fish offal, herrings (Clupea harengas, Clupea pallasii)", - "parent": "0305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030562", - "text": "030562 - Fish; salted or in brine, not dried or smoked, other than edible fish offal, cod (Gadus morhua, Gadus ogac, Gadus macrocephalus)", - "parent": "0305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030563", - "text": "030563 - Fish; salted or in brine, not dried or smoked, other than edible fish offal, anchovies (Engrails spp.)", - "parent": "0305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030564", - "text": "030564 - Fish; salted or in brine, not dried or smoked, other than edible fish offal, tilapias, catfish, carp, eels, Nile perch, and snakeheads", - "parent": "0305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030569", - "text": "030569 - Fish; salted or in brine, not dried or smoked, other than edible fish offal, n.e.c. in item no. 0305.6", - "parent": "0305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030571", - "text": "030571 - Fish; edible offal, shark fins", - "parent": "0305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030572", - "text": "030572 - Fish; edible offal, fish heads, tails and maws", - "parent": "0305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030579", - "text": "030579 - Fish; edible offal, other than shark fins, fish heads, tails and maws", - "parent": "0305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0306", - "text": "0306 - Crustaceans; in shell or not, live, fresh, chilled, frozen, dried, salted or in brine; smoked, cooked or not before or during smoking; in shell, steamed or boiled, whether or not chilled, frozen, dried, salted or in brine", - "parent": "03", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "030611", - "text": "030611 - Crustaceans; frozen, rock lobsters and other sea crawfish (Palinurus spp., Panulirus spp., Jasus spp.), in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water", - "parent": "0306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030612", - "text": "030612 - Crustaceans; frozen, lobsters (Homarus spp.), in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water", - "parent": "0306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030613", - "text": "030613 - Shrimps & prawns, whether/not in shell, frozen", - "parent": "0306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030614", - "text": "030614 - Crustaceans; frozen, crabs, in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water", - "parent": "0306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030615", - "text": "030615 - Crustaceans; frozen, Norway lobsters (Nephrops norvegicus), in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water", - "parent": "0306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030616", - "text": "030616 - Crustaceans; frozen, cold-water shrimps and prawns (Pandalus spp., Crangon crangon), in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water", - "parent": "0306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030617", - "text": "030617 - Crustaceans; frozen, shrimps and prawns, excluding cold-water varieties, in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water", - "parent": "0306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030619", - "text": "030619 - Crustaceans; frozen, n.e.c. in item no. 0306.1, in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water", - "parent": "0306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030621", - "text": "030621 - Crustaceans; not frozen, rock lobsters and other sea crawfish (Palinurus spp., Panulirus spp., Jasus spp.), in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or boiling in water; edible flours, meals, pellets", - "parent": "0306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030622", - "text": "030622 - Crustaceans; not frozen, lobsters (Homarus spp.), whether in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water; edible flours, meals, and pellets", - "parent": "0306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030623", - "text": "030623 - Shrimps & prawns, whether/not in shell, other than frozen", - "parent": "0306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030624", - "text": "030624 - Crustaceans; not frozen, crabs, whether in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water; edible flours, meals, and pellets", - "parent": "0306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030625", - "text": "030625 - Crustaceans; not frozen, Norway lobsters (Nephrops norvegicus), in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water; edible flours, meals, and pellets", - "parent": "0306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030626", - "text": "030626 - Crustaceans; not frozen, cold-water shrimps and prawns (Pandalus spp., Crangon crangon), in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water; edible flour, meals, and pellets", - "parent": "0306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030627", - "text": "030627 - Crustaceans; not frozen, shrimps and prawns excluding cold-water varieties, in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water; edible flour, meals, and pellets", - "parent": "0306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030629", - "text": "030629 - Crustaceans; not frozen, n.e.c. in item no. 0306.2, in shell or not, smoked, cooked or not before or during smoking; in shell, cooked by steaming or by boiling in water; including edible flours, meals, and pellets of crustaceans", - "parent": "0306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030631", - "text": "030631 - Crustaceans; live, fresh or chilled, rock lobsters and other sea crawfish (Palinurus spp., Panulirus spp., Jasus spp.), in shell or not", - "parent": "0306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030632", - "text": "030632 - Crustaceans; live, fresh or chilled, lobsters (Homarus spp.), whether in shell or not", - "parent": "0306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030633", - "text": "030633 - Crustaceans; live, fresh or chilled, crabs, whether in shell or not", - "parent": "0306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030634", - "text": "030634 - Crustaceans; live, fresh or chilled, Norway lobsters (Nephrops norvegicus), in shell or not", - "parent": "0306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030635", - "text": "030635 - Crustaceans; live, fresh or chilled, cold-water shrimps and prawns (Pandalus spp., Crangon crangon), in shell or not", - "parent": "0306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030636", - "text": "030636 - Crustaceans; live, fresh or chilled, shrimps and prawns excluding cold-water varieties, in shell or not", - "parent": "0306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030639", - "text": "030639 - Crustaceans; live, fresh or chilled, n.e.c. in item no. 0306.3, in shell or not", - "parent": "0306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030691", - "text": "030691 - Crustaceans; rock lobsters and other sea crawfish (Palinurus spp., Panulirus spp., Jasus spp.), smoked, cooked or not, whether in shell or not, whether or not cooked before or during smoking", - "parent": "0306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030692", - "text": "030692 - Crustaceans; lobsters (Homarus spp.), smoked, cooked or not, whether in shell or not, whether or not cooked before or during smoking", - "parent": "0306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030693", - "text": "030693 - Crustaceans; crabs, smoked, cooked or not, whether in shell or not, whether or not cooked before or during smoking", - "parent": "0306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030694", - "text": "030694 - Crustaceans; Norway lobsters (Nephrops norvegicus), smoked, cooked or not, whether in shell or not, whether or not cooked before or during smoking", - "parent": "0306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030695", - "text": "030695 - Crustaceans; shrimps and prawns, smoked, cooked or not, whether in shell or not, whether or not cooked before or during smoking", - "parent": "0306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030699", - "text": "030699 - Crustaceans; smoked, whole, cooked or not, n.e.c. in item no. 0306.9, in shell or not", - "parent": "0306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0307", - "text": "0307 - Molluscs; whether in shell or not, live, fresh, chilled, frozen, dried, salted or in brine; smoked molluscs, whether in shell or not, whether or not cooked before or during the smoking process", - "parent": "03", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "030710", - "text": "030710 - Oysters, whether/not in shell, live/fresh/chilled/frozen/dried/salted/in brine", - "parent": "0307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030711", - "text": "030711 - Molluscs; oysters, whether in shell or not, live, fresh or chilled", - "parent": "0307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030712", - "text": "030712 - Molluscs; oysters, whether in shell or not, frozen", - "parent": "0307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030719", - "text": "030719 - Molluscs; oysters, whether in shell or not, dried, salted or in brine, smoked, cooked or not before or during the smoking process", - "parent": "0307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030721", - "text": "030721 - Molluscs; scallops and other molluscs of the family Pectinidae, whether in shell or not, live, fresh or chilled", - "parent": "0307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030722", - "text": "030722 - Molluscs; scallops and other molluscs of the family Pectinidae, whether in shell or not, frozen", - "parent": "0307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030729", - "text": "030729 - Molluscs; scallops and other molluscs of the family Pectinidae, whether in shell or not, dried, salted, in brine, or smoked, cooked or not before or during the smoking process", - "parent": "0307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030731", - "text": "030731 - Molluscs; mussels (Mytilus spp., Perna spp.), whether in shell or not, live, fresh or chilled", - "parent": "0307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030732", - "text": "030732 - Molluscs; mussels (Mytilus spp., Perna spp.), whether in shell or not, frozen", - "parent": "0307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030739", - "text": "030739 - Molluscs; mussels (Mytilus spp., Perna spp.), whether in shell or not, dried, salted, in brine, or smoked, cooked or not before or during the smoking process", - "parent": "0307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030741", - "text": "030741 - Molluscs; cuttle fish and squid, whether in shell or not, live, fresh or chilled", - "parent": "0307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030742", - "text": "030742 - Molluscs; cuttle fish and squid, whether in shell or not, live, fresh or chilled", - "parent": "0307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030743", - "text": "030743 - Molluscs; cuttle fish and squid, whether in shell or not, frozen", - "parent": "0307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030749", - "text": "030749 - Molluscs; cuttle fish and squid, whether in shell or not, dried, salted, in brine, or smoked, cooked or not before or during the smoking process", - "parent": "0307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030751", - "text": "030751 - Molluscs; octopus (Octopus spp.), live, fresh or chilled", - "parent": "0307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030752", - "text": "030752 - Molluscs; octopus (Octopus spp.), frozen", - "parent": "0307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030759", - "text": "030759 - Molluscs; octopus (Octopus spp.), dried, salted, in brine, or smoked, cooked or not before or during the smoking process", - "parent": "0307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030760", - "text": "030760 - Molluscs; snails, other than sea snails, whether in shell or not, live, fresh, chilled, frozen, dried, salted, in brine, or smoked, cooked or not before or during the smoking process", - "parent": "0307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030771", - "text": "030771 - Molluscs; clams, cockles and ark shells (families Arcidae, Arcticidae, Cardiidae, Donacidae, Hiatellidae, Mactridae, Mesodesmatidae, Myidae, Semelidae, Solecurtidae, Solenidae, Tridacnidae and Veneridae), whether in shell or not, live, fresh or chilled", - "parent": "0307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030772", - "text": "030772 - Molluscs; clams, cockles, ark shells (Arcidae, Arcticidae, Cardiidae, Donacidae, Hiatellidae, Mactridae, Mesodesmatidae, Myidae, Semelidae, Solecurtidae, Solenidae, Tridacnidae and Veneridae), whether in shell or not, frozen", - "parent": "0307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030779", - "text": "030779 - Molluscs; clams, cockle, ark shells (families Arcidae, Arcticidae, Cardiidae, Donacidae, Hiatellidae, Mactridae, Mesodesmatidae, Myidae, Semelidae, Solecurtidae, Solenidae, Tridacnidae, Veneridae), whether in shell or not, dried, salted, in brine, smoked", - "parent": "0307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030781", - "text": "030781 - Molluscs; abalone (Haliotis spp.), whether in shell or not, live, fresh or chilled", - "parent": "0307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030782", - "text": "030782 - Molluscs; stromboid conchs (Strombus spp.), whether in shell or not, live, fresh or chilled", - "parent": "0307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030783", - "text": "030783 - Molluscs; abalone (Haliotis spp.), whether in shell or not, frozen", - "parent": "0307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030784", - "text": "030784 - Molluscs; stromboid conchs (Strombus spp.), whether in shell or not, frozen", - "parent": "0307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030787", - "text": "030787 - Molluscs; abalone (Haliotis spp.), whether in shell or not, dried, salted, in brine, or smoked, cooked or not before or during the smoking process", - "parent": "0307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030788", - "text": "030788 - Molluscs; stromboid conchs (Strombus spp.), whether in shell or not, dried, salted, in brine, or smoked, cooked or not before or during the smoking process", - "parent": "0307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030789", - "text": "030789 - Molluscs; abalone (Haliotis spp.), whether in shell or not, frozen, dried, salted, in brine, or smoked, cooked or not before or during the smoking process", - "parent": "0307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030791", - "text": "030791 - Molluscs; n.e.c. in heading 0307, whether in shell or not, live or fresh, chilled", - "parent": "0307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030792", - "text": "030792 - Molluscs; n.e.c. in heading 0307, whether in shell or not, frozen", - "parent": "0307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030799", - "text": "030799 - Molluscs; n.e.c. in heading 0307, whether in shell or not, dried, salted, in brine, or smoked, cooked or not before or during the smoking process", - "parent": "0307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0308", - "text": "0308 - Aquatic invertebrates other than crustaceans and molluscs, live, fresh, chilled, frozen, dried, salted or in brine; smoked aquatic invertebrates other than crustaceans and molluscs, whether or not cooked before or during the smoking process", - "parent": "03", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "030811", - "text": "030811 - Aquatic invertebrates; sea cucumbers (Stichopus japonicus, Holothuroidea), live, fresh or chilled", - "parent": "0308", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030812", - "text": "030812 - Aquatic invertebrates; sea cucumbers (Stichopus japonicus, Holothuroidea), frozen", - "parent": "0308", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030819", - "text": "030819 - Aquatic invertebrates; sea cucumbers (Stichopus japonicus, Holothuroidea), dried, salted or in brine, smoked, whether or not cooked before or during the smoking process", - "parent": "0308", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030821", - "text": "030821 - Aquatic invertebrates; sea urchins (Strongylocentrotus spp., Paracentrotus lividus, Loxechinus albus, Echinus esculentus), live, fresh or chilled", - "parent": "0308", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030822", - "text": "030822 - Aquatic invertebrates; sea urchins (Strongylocentrotus spp., Paracentrotus lividus, Loxechinus albus, Echinus esculentus), frozen", - "parent": "0308", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030829", - "text": "030829 - Aquatic invertebrates; sea urchins (Strongylocentrotus spp., Paracentrotus lividus, Loxechinus albus, Echinus esculentus), dried, salted or in brine, smoked, whether or not cooked before or during smoking process", - "parent": "0308", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030830", - "text": "030830 - Aquatic invertebrates; jellyfish (Rhopilema spp.), live, fresh, chilled, frozen, dried, salted or in brine, smoked, whether or not cooked before or during smoking", - "parent": "0308", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030890", - "text": "030890 - Aquatic invertebrates; other than crustaceans, molluscs, sea urchins, sea cucumbers and jellyfish, live, fresh, chilled, frozen, dried, salted or in brine, smoked, cooked or not before or during smoking", - "parent": "0308", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0309", - "text": "0309 - Flours, meals and pellets of fish, crustaceans, molluscs and other aquatic invertebrates, fit for human consumption", - "parent": "03", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "030910", - "text": "030910 - Flours, meals and pellets of fish, fit for human consumption", - "parent": "0309", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "030990", - "text": "030990 - Flours, meals and pellets of crustaceans, molluscs and other aquatic invertebrates, fit for human consumption", - "parent": "0309", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "04", - "text": "04 - Dairy produce; birds' eggs; natural honey; edible products of animal origin, not elsewhere specified or included", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "0401", - "text": "0401 - Milk and cream; not concentrated, not containing added sugar or other sweetening matter", - "parent": "04", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "040110", - "text": "040110 - Dairy produce; milk and cream, not concentrated, not containing added sugar or other sweetening matter, of a fat content, by weight, not exceeding 1%", - "parent": "0401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "040120", - "text": "040120 - Dairy produce; milk and cream, not concentrated, not containing added sugar or other sweetening matter, of a fat content, by weight, exceeding 1% but not exceeding 6%", - "parent": "0401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "040130", - "text": "040130 - Milk & cream, not concentrated/sweetened, fat content by weight >6%", - "parent": "0401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "040140", - "text": "040140 - Dairy produce; milk and cream, not concentrated, not containing added sugar or other sweetening matter, of a fat content, by weight, exceeding 6% but not exceeding 10%", - "parent": "0401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "040150", - "text": "040150 - Dairy produce; milk and cream, not concentrated, not containing added sugar or other sweetening matter, of a fat content, by weight, exceeding 10%", - "parent": "0401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0402", - "text": "0402 - Milk and cream; concentrated or containing added sugar or other sweetening matter", - "parent": "04", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "040210", - "text": "040210 - Dairy produce; milk and cream, concentrated or containing added sugar or other sweetening matter, in powder, granules or other solid forms, of a fat content not exceeding 1.5% (by weight)", - "parent": "0402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "040221", - "text": "040221 - Dairy produce; milk and cream, concentrated, not containing added sugar or other sweetening matter, in powder, granules or other solid forms, of a fat content exceeding 1.5% (by weight)", - "parent": "0402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "040229", - "text": "040229 - Dairy produce; milk and cream, containing added sugar or other sweetening matter, in powder, granules or other solid forms, of a fat content exceeding 1.5% (by weight)", - "parent": "0402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "040291", - "text": "040291 - Dairy produce; milk and cream, concentrated, not containing added sugar or other sweetening matter, other than in powder, granules or other solid forms", - "parent": "0402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "040299", - "text": "040299 - Dairy produce; milk and cream, containing added sugar or other sweetening matter, other than in powder, granules or other solid forms", - "parent": "0402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0403", - "text": "0403 - Yogurt; buttermilk, curdled milk and cream, kephir and other fermented or acidified milk and cream, whether or not concentrated or containing added sugar or other sweetening matter or flavoured or containing added fruit, nuts or cocoa.", - "parent": "04", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "040310", - "text": "040310 - Dairy produce; yoghurt, whether or not concentrated or containing added sugar or other sweetening matter or flavoured or containing added fruit or cocoa", - "parent": "0403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "040320", - "text": "040320 - Dairy produce; yoghurt, whether or not concentrated or containing added sugar or other sweetening matter or flavoured or containing added fruit, nuts or cocoa", - "parent": "0403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "040390", - "text": "040390 - Dairy produce; buttermilk, curdled milk or cream, kephir, fermented or acidified milk or cream, whether or not concentrated or containing added sweetening, flavouring, fruit, nuts or cocoa (excluding yoghurt)", - "parent": "0403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0404", - "text": "0404 - Whey and products consisting of natural milk constituents; whether or not containing added sugar or other sweetening matter, not elsewhere specified or included", - "parent": "04", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "040410", - "text": "040410 - Dairy produce; whey, whether or not concentrated or containing added sugar or other sweetening matter", - "parent": "0404", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "040490", - "text": "040490 - Dairy produce; natural milk constituents (excluding whey), whether or not containing added sugar or other sweetening matter, n.e.c. in chapter 04", - "parent": "0404", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0405", - "text": "0405 - Butter and other fats and oils derived from milk; dairy spreads", - "parent": "04", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "040500", - "text": "040500 - Butter and other fats and oils derived from milk", - "parent": "0405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "040510", - "text": "040510 - Dairy produce; derived from milk, butter", - "parent": "0405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "040520", - "text": "040520 - Dairy produce; dairy spreads", - "parent": "0405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "040590", - "text": "040590 - Dairy produce; fats and oils derived from milk (other than butter or dairy spreads)", - "parent": "0405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0406", - "text": "0406 - Cheese and curd", - "parent": "04", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "040610", - "text": "040610 - Dairy produce; fresh cheese (including whey cheese), not fermented, and curd", - "parent": "0406", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "040620", - "text": "040620 - Dairy produce; cheese of all kinds, grated or powdered", - "parent": "0406", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "040630", - "text": "040630 - Dairy produce; cheese, processed (not grated or powdered)", - "parent": "0406", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "040640", - "text": "040640 - Dairy produce; cheese, blue-veined and other cheese containing veins produced by Penicillium roqueforti (not grated, powdered or processed)", - "parent": "0406", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "040690", - "text": "040690 - Dairy produce; cheese (not grated, powdered or processed), n.e.c. in heading no. 0406", - "parent": "0406", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0407", - "text": "0407 - Birds' eggs, in shell; fresh, preserved or cooked", - "parent": "04", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "040700", - "text": "040700 - Birds' eggs, in shell, fresh/preserved/cooked", - "parent": "0407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "040711", - "text": "040711 - Birds' eggs, in shell; fresh, fertilised eggs for incubation, of fowls of the species Gallus domesticus (domestic hens)", - "parent": "0407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "040719", - "text": "040719 - Birds' eggs, in shell; fresh, fertilised eggs for incubation, other than fowls of the species Gallus domesticus (domestic hens)", - "parent": "0407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "040721", - "text": "040721 - Birds' eggs, in shell; fresh, not for incubation, of fowls of the species Gallus domesticus (domestic hens)", - "parent": "0407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "040729", - "text": "040729 - Birds' eggs, in shell; fresh, not for incubation, other than fowls of the species Gallus domesticus (domestic hens)", - "parent": "0407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "040790", - "text": "040790 - Birds' eggs, in shell; preserved or cooked", - "parent": "0407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0408", - "text": "0408 - Birds' eggs, not in shell; egg yolks, fresh, dried, cooked by steaming or boiling in water, moulded, frozen or otherwise preserved, whether or not containing added sugar or other sweetening matter", - "parent": "04", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "040811", - "text": "040811 - Eggs; birds' eggs, yolks, dried, whether or not containing added sugar or other sweetening matter", - "parent": "0408", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "040819", - "text": "040819 - Eggs; birds' eggs, yolks, fresh, cooked by steaming or by boiling in water, moulded, frozen or otherwise preserved, whether or not containing added sugar or other sweetening matter", - "parent": "0408", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "040891", - "text": "040891 - Eggs; birds' eggs (not in shell, excluding yolks only), dried, whether or not containing added sugar or other sweetening matter", - "parent": "0408", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "040899", - "text": "040899 - Eggs; birds' eggs (not in shell, excluding yolks only), fresh, cooked by steaming or boiling in water, moulded, frozen, otherwise preserved, whether or not containing added sugar or other sweetening matter", - "parent": "0408", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0409", - "text": "0409 - Honey; natural", - "parent": "04", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "040900", - "text": "040900 - Honey; natural", - "parent": "0409", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0410", - "text": "0410 - Animal products; insects and other edible products of animal origin, not elsewhere specified or included", - "parent": "04", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "041000", - "text": "041000 - Animal products; edible, n.e.c. in this or other chapters", - "parent": "0410", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "041010", - "text": "041010 - Animal products; insects", - "parent": "0410", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "041090", - "text": "041090 - Animal products; edible products of animal origin, not elsewhere specified or included, other than insects", - "parent": "0410", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "05", - "text": "05 - Animal originated products; not elsewhere specified or included", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "0501", - "text": "0501 - Human hair; unworked, whether or not washed or scoured; waste of human hair", - "parent": "05", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "050100", - "text": "050100 - Animal products; hair, human, unworked, whether or not washed or scoured, and waste of human hair", - "parent": "0501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0502", - "text": "0502 - Pigs', hogs' or boars' bristles and hair; and waste thereof", - "parent": "05", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "050210", - "text": "050210 - Animal products; hair and bristles, of pigs, hogs or boars, and waste thereof", - "parent": "0502", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "050290", - "text": "050290 - Animal products; badger hair and other brush making hair and waste of such bristles or hair, n.e.c. in heading no. 0502 (excluding horsehair)", - "parent": "0502", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0503", - "text": "0503 - Horsehair, waste", - "parent": "05", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "050300", - "text": "050300 - Horsehair, waste", - "parent": "0503", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0504", - "text": "0504 - Guts, bladders and stomachs of animals (other than fish); whole and pieces thereof, fresh, chilled, frozen, salted, in brine, dried or smoked", - "parent": "05", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "050400", - "text": "050400 - Animal products; guts, bladders and stomachs of animals (other than fish), whole and pieces thereof, fresh, chilled, frozen, salted, in brine, dried or smoked", - "parent": "0504", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0505", - "text": "0505 - Skins and other parts of birds with feathers, down; feathers, down and parts thereof; not further worked than cleaned, disinfected, treated for preservation; powder, waste and parts of feathers", - "parent": "05", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "050510", - "text": "050510 - Animal products; feathers and down used for stuffing, not further worked than cleaned, disinfected or treated for preservation", - "parent": "0505", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "050590", - "text": "050590 - Animal products; skins and other parts of birds, feathers and down (not for stuffing), powder and waste of such, not further worked than cleaned, disinfected or treated for preservation", - "parent": "0505", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0506", - "text": "0506 - Bones and horn-cores, unworked, defatted, simply prepared (but not cut to shape), treated with acid or degelatinised; powder and waste of these products", - "parent": "05", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "050610", - "text": "050610 - Animal products; ossein and bones treated with acid", - "parent": "0506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "050690", - "text": "050690 - Animal products; bones and horn-cores and powder or waste of such, unworked, defatted, simply prepared (not cut to shape), or treated with acid or degelatinised, n.e.c. in heading no. 0506", - "parent": "0506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0507", - "text": "0507 - Ivory, tortoise-shell, whalebone and whalebone hair, horns, antlers, hooves, nails, claws and beaks unworked or simply prepared, not cut to shape; waste and powder of these products", - "parent": "05", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "050710", - "text": "050710 - Animal products; ivory, unworked or simply prepared but not cut to shape, ivory powder and waste", - "parent": "0507", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "050790", - "text": "050790 - Animal products; tortoise-shell, whalebone and whalebone hair, horns, antlers, hooves, nails, claws and beaks, unworked or simply prepared but not cut to shape, waste and powder of these products", - "parent": "0507", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0508", - "text": "0508 - Coral and similar materials, unworked or simply prepared, shells of molluscs, crustaceans or echinoderms and cuttle-bone, not cut to shape powder and waste thereof", - "parent": "05", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "050800", - "text": "050800 - Animal products; coral and similar materials, shells of molluscs, crustaceans, echinoderms, cuttle-bone, unworked or simply prepared but not cut to shape, powder and waste thereof", - "parent": "0508", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0509", - "text": "0509 - Sponges, natural, of animal origin", - "parent": "05", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "050900", - "text": "050900 - Sponges, natural, of animal origin", - "parent": "0509", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0510", - "text": "0510 - Ambergris, castoreum, civet and musk; cantharides; bile, dried or not glands, other animal products used in preparation of pharmaceutical products, fresh chilled, frozen or otherwise provisionally preserved", - "parent": "05", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "051000", - "text": "051000 - Animal products; ambergris, castoreum, civet, musk, cantharides, bile (dried or not) glands and other animal products, for pharmaceutical purposes, fresh, chilled, frozen or otherwise provisionally preserved", - "parent": "0510", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0511", - "text": "0511 - Animal products not elsewhere specified or included; dead animals of chapter 1 or 3, unfit for human consumption", - "parent": "05", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "051110", - "text": "051110 - Animal products; bovine semen", - "parent": "0511", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "051191", - "text": "051191 - Animal products; of fish or crustaceans, molluscs or other aquatic invertebrates; dead animals of chapter 03, unfit for human consumption", - "parent": "0511", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "051199", - "text": "051199 - Animal products; n.e.c. in chapter 5", - "parent": "0511", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "06", - "text": "06 - Trees and other plants, live; bulbs, roots and the like; cut flowers and ornamental foliage", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "0601", - "text": "0601 - Bulbs, tubers, tuberous roots, corms, crowns and rhizomes; dormant, in growth or in flower; chicory plants and roots other than roots of heading no. 1212", - "parent": "06", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "060110", - "text": "060110 - Plants, live; bulbs, tubers, tuberous roots, corms, crowns and rhizomes, dormant", - "parent": "0601", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "060120", - "text": "060120 - Plants, live; bulbs, tubers, tuberous roots, corms, crowns and rhizomes, in growth or in flower, chicory plants and roots other than of heading no. 1212", - "parent": "0601", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0602", - "text": "0602 - Plants, live; n.e.c. in heading no. 0601, (including their roots) cuttings and slips; mushroom spawn", - "parent": "06", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "060210", - "text": "060210 - Plants, live; unrooted cuttings and slips", - "parent": "0602", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "060220", - "text": "060220 - Plants, live; edible fruit or nut trees, shrubs and bushes, grafted or not", - "parent": "0602", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "060230", - "text": "060230 - Plants, live; rhododendrons and azaleas, grafted or not", - "parent": "0602", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "060240", - "text": "060240 - Plants, live; roses, grafted or not", - "parent": "0602", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "060290", - "text": "060290 - Plants, live; n.e.c. in heading no. 0602", - "parent": "0602", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "060291", - "text": "060291 - Mushroom spawn", - "parent": "0602", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "060299", - "text": "060299 - Plants, live (including their roots),nes", - "parent": "0602", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0603", - "text": "0603 - Flowers; cut flowers and flower buds of a kind suitable for bouquets or for ornamental purposes, fresh, dried, dyed, bleached, impregnated or otherwise prepared", - "parent": "06", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "060310", - "text": "060310 - Cut flowers and flower buds for bouquets, etc., fresh", - "parent": "0603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "060311", - "text": "060311 - Flowers, cut; roses, flowers and buds of a kind suitable for bouquets or ornamental purposes, fresh", - "parent": "0603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "060312", - "text": "060312 - Flowers, cut; carnations, flowers and buds of a kind suitable for bouquets or ornamental purposes, fresh", - "parent": "0603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "060313", - "text": "060313 - Flowers, cut; orchids, flowers and buds of a kind suitable for bouquets or ornamental purposes, fresh", - "parent": "0603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "060314", - "text": "060314 - Flowers, cut; chrysanthemums, flowers and buds of a kind suitable for bouquets or ornamental purposes, fresh", - "parent": "0603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "060315", - "text": "060315 - Flowers, cut; lilies (Lilium spp.), flowers and flower buds of a kind suitable for bouquets or ornamental purposes, fresh", - "parent": "0603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "060319", - "text": "060319 - Flowers, cut; flowers and buds of a kind suitable for bouquets or ornamental purposes, fresh, other than roses, carnations, orchids, chrysanthemums or lillies", - "parent": "0603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "060390", - "text": "060390 - Flowers, cut; flowers and flower buds of a kind suitable for bouquets or ornamental purposes, dried, dyed, bleached, impregnated or otherwise prepared", - "parent": "0603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0604", - "text": "0604 - Foliage, branches and other parts of plants, without flowers or flower buds, and grasses, mosses and lichens; suitable for bouquets or for ornamental purposes, fresh, dried, dyed, bleached, impregnated etc.", - "parent": "06", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "060410", - "text": "060410 - Mosses & lichens", - "parent": "0604", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "060420", - "text": "060420 - Foliage, branches and other parts of plants, without flowers or flower buds, and grasses, mosses and lichens; suitable for bouquets or for ornamental purposes, fresh", - "parent": "0604", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "060490", - "text": "060490 - Foliage, branches and other parts of plants, without flowers or flower buds, and grasses, mosses and lichens; suitable for bouquets or for ornamental purposes, dried, dyed, bleached, impregnated or otherwise prepared", - "parent": "0604", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "060491", - "text": "060491 - Foliage, branches & other parts of plants, without flowers/flower buds, & grasses, mosses & lichens, being goods of a kind suit. for bouquets/ornamental purposes, fresh", - "parent": "0604", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "060499", - "text": "060499 - Foliage, branches & other parts of plants, without flowers/flower buds/grasses (excl. of 0604.10), being goods of a kind suitable for bouquets/ornamental purposes, dried/dyed/bleached/impregnated/othw. prepared", - "parent": "0604", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "07", - "text": "07 - Vegetables and certain roots and tubers; edible", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "0701", - "text": "0701 - Potatoes; fresh or chilled", - "parent": "07", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "070110", - "text": "070110 - Vegetables; seed potatoes, fresh or chilled", - "parent": "0701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "070190", - "text": "070190 - Vegetables; potatoes (other than seed), fresh or chilled", - "parent": "0701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0702", - "text": "0702 - Tomatoes; fresh or chilled", - "parent": "07", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "070200", - "text": "070200 - Vegetables; tomatoes, fresh or chilled", - "parent": "0702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0703", - "text": "0703 - Onions, shallots, garlic, leeks and other alliaceous vegetables; fresh or chilled", - "parent": "07", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "070310", - "text": "070310 - Vegetables, alliaceous; onions and shallots, fresh or chilled", - "parent": "0703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "070320", - "text": "070320 - Vegetables, alliaceous; garlic, fresh or chilled", - "parent": "0703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "070390", - "text": "070390 - Vegetables, alliaceous; leeks and other kinds n.e.c. in heading no. 0703, fresh or chilled", - "parent": "0703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0704", - "text": "0704 - Cabbages, cauliflowers, kohlrabi, kale and similar edible brassicas; fresh or chilled", - "parent": "07", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "070410", - "text": "070410 - Vegetables, brassica; cauliflowers and broccoli, fresh or chilled", - "parent": "0704", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "070420", - "text": "070420 - Vegetables, brassica; brussel sprouts, fresh or chilled", - "parent": "0704", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "070490", - "text": "070490 - Vegetables, brassica; edible, n.e.c. in heading no. 0704, fresh or chilled", - "parent": "0704", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0705", - "text": "0705 - Lettuce (lactuca sativa) and chicory (cichorium spp.) fresh or chilled", - "parent": "07", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "070511", - "text": "070511 - Vegetables; cabbage (head) lettuce (lactuca sativa), fresh or chilled", - "parent": "0705", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "070519", - "text": "070519 - Vegetables; lettuce (lactuca sativa), (other than cabbage lettuce), fresh or chilled", - "parent": "0705", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "070521", - "text": "070521 - Vegetables; witloff chicory (cichorium intybus var. foliosum), fresh or chilled", - "parent": "0705", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "070529", - "text": "070529 - Vegetables; chicory (cichorium spp.), (other than witloof chicory), fresh or chilled", - "parent": "0705", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0706", - "text": "0706 - Carrots, turnips, salad beetroot, salsify, celeriac, radishes and similar edible roots; fresh or chilled", - "parent": "07", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "070610", - "text": "070610 - Vegetables, root; carrots and turnips, fresh or chilled", - "parent": "0706", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "070690", - "text": "070690 - Vegetables, root; salad beetroot, salsify, celeric, radishes and similar edible roots, fresh or chilled", - "parent": "0706", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0707", - "text": "0707 - Cucumbers and gherkins; fresh or chilled", - "parent": "07", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "070700", - "text": "070700 - Vegetables; cucumbers and gherkins, fresh or chilled", - "parent": "0707", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0708", - "text": "0708 - Leguminous vegetables; shelled or unshelled, fresh or chilled", - "parent": "07", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "070810", - "text": "070810 - Vegetables, leguminous; peas (pisum sativum), shelled or unshelled, fresh or chilled", - "parent": "0708", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "070820", - "text": "070820 - Vegetables, leguminous; beans (vigna spp., phaseolus spp.), shelled or unshelled, fresh or chilled", - "parent": "0708", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "070890", - "text": "070890 - Vegetables, leguminous; (other than peas and beans), shelled or unshelled, fresh or chilled", - "parent": "0708", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0709", - "text": "0709 - Vegetables; n.e.c. in chapter 07, fresh or chilled", - "parent": "07", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "070910", - "text": "070910 - Globe artichokes, fresh or chilled", - "parent": "0709", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "070920", - "text": "070920 - Vegetables; asparagus, fresh or chilled", - "parent": "0709", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "070930", - "text": "070930 - Vegetables; aubergines, (e.g. plants), fresh or chilled", - "parent": "0709", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "070940", - "text": "070940 - Vegetables; celery (other than celeriac), fresh or chilled", - "parent": "0709", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "070951", - "text": "070951 - Vegetables; mushrooms of the genus Agaricus, fresh or chilled", - "parent": "0709", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "070952", - "text": "070952 - Vegetables; mushrooms of the genus Boletus, fresh or chilled", - "parent": "0709", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "070953", - "text": "070953 - Vegetables; mushrooms of the genus Cantharellus, fresh or chilled", - "parent": "0709", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "070954", - "text": "070954 - Vegetables; shiitake mushrooms (Lentinus edodes), fresh or chilled", - "parent": "0709", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "070955", - "text": "070955 - Vegetables; matsutake mushrooms (Tricholoma matsutake, Tricholoma magnivelare, Tricholoma anatolicum, Tricholoma dulciolens, Tricholoma caligatum), fresh or chilled", - "parent": "0709", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "070956", - "text": "070956 - Vegetables; truffles (Tuber spp.), fresh or chilled", - "parent": "0709", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "070959", - "text": "070959 - Vegetables; truffles and mushrooms n.e.c. in heading 0709, fresh or chilled", - "parent": "0709", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "070960", - "text": "070960 - Vegetables; fruits of the genus capsicum or of the genus pimenta, fresh or chilled", - "parent": "0709", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "070970", - "text": "070970 - Vegetables; spinach, New Zealand spinach and orache spinach (garden spinach), fresh or chilled", - "parent": "0709", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "070990", - "text": "070990 - Vegetables,n.e.s. in 07.01-07.09, fresh/chilled", - "parent": "0709", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "070991", - "text": "070991 - Vegetables; globe artichokes, fresh or chilled", - "parent": "0709", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "070992", - "text": "070992 - Vegetables; olives, fresh or chilled", - "parent": "0709", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "070993", - "text": "070993 - Vegetables; pumpkins, squash and gourds (Cucurbita spp.), fresh or chilled", - "parent": "0709", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "070999", - "text": "070999 - Vegetables; edible, n.e.c. in chapter 07, fresh or chilled", - "parent": "0709", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0710", - "text": "0710 - Vegetables (uncooked or cooked by steaming or boiling in water); frozen", - "parent": "07", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "071010", - "text": "071010 - Vegetables; potatoes, uncooked or cooked by steaming or boiling in water, frozen", - "parent": "0710", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071021", - "text": "071021 - Vegetables, leguminous; peas (pisum sativum), shelled or unshelled, uncooked or cooked by steaming or boiling in water, frozen", - "parent": "0710", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071022", - "text": "071022 - Vegetables, leguminous; beans (vigna spp., phaseolus spp.), shelled or unshelled, uncooked or cooked by steaming or boiling in water, frozen", - "parent": "0710", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071029", - "text": "071029 - Vegetables, leguminous; (other than peas or beans), shelled or unshelled, uncooked or cooked by steaming or boiling in water, frozen", - "parent": "0710", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071030", - "text": "071030 - Vegetables; spinach, New Zealand spinach and orache spinach (garden spinach), uncooked or cooked by steaming or boiling in water, frozen", - "parent": "0710", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071040", - "text": "071040 - Vegetables; sweetcorn, uncooked or cooked by steaming or boiling in water, frozen", - "parent": "0710", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071080", - "text": "071080 - Vegetables; uncooked or cooked by steaming or boiling in water, n.e.c. in heading no. 0710, frozen", - "parent": "0710", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071090", - "text": "071090 - Vegetable mixtures; uncooked or cooked by steaming or boiling in water, frozen", - "parent": "0710", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0711", - "text": "0711 - Vegetables provisionally preserved, but unsuitable in that state for immediate consumption", - "parent": "07", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "071110", - "text": "071110 - Onions, provisionally preserved", - "parent": "0711", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071120", - "text": "071120 - Vegetables; olives, provisionally preserved but unsuitable in that state for immediate consumption", - "parent": "0711", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071130", - "text": "071130 - Capers, provisionally preserved", - "parent": "0711", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071140", - "text": "071140 - Vegetables; cucumbers and gherkins, provisionally preserved but unsuitable in that state for immediate consumption", - "parent": "0711", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071151", - "text": "071151 - Vegetables; mushrooms of the genus Agaricus, provisionally preserved but unsuitable in that state for immediate consumption", - "parent": "0711", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071159", - "text": "071159 - Vegetables; mushrooms other than of the genus Agaricus, provisionally preserved but unsuitable in that state for immediate consumption", - "parent": "0711", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071190", - "text": "071190 - Vegetables and mixed vegetables; n.e.c. in heading no. 0711, provisionally preserved but unsuitable in that state for immediate consumption", - "parent": "0711", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0712", - "text": "0712 - Vegetables, dried; whole, cut, sliced, broken or in powder, but not further prepared", - "parent": "07", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "071210", - "text": "071210 - Potatoes, dried, not further prepared", - "parent": "0712", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071220", - "text": "071220 - Vegetables; onions, whole, cut, sliced, broken or in powder but not further prepared, dried", - "parent": "0712", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071230", - "text": "071230 - Mushrooms and truffles, dried, not further prepared", - "parent": "0712", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071231", - "text": "071231 - Vegetables; mushrooms of the genus Agaricus, whole, cut, sliced, broken or in powder but not further prepared, dried", - "parent": "0712", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071232", - "text": "071232 - Vegetables; wood ears (Auricularia spp), whole, cut, sliced, broken or in powder but not further prepared, dried", - "parent": "0712", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071233", - "text": "071233 - Vegetables; jelly fungi (Tremella spp)), whole, cut, sliced, broken or in powder but not further prepared, dried", - "parent": "0712", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071234", - "text": "071234 - Vegetables; shiitake mushrooms (Lentinus edodes), whole, cut, sliced, broken or in powder but not further prepared, dried", - "parent": "0712", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071239", - "text": "071239 - Vegetables; mushrooms and truffles n.e.c. in item 0712.3, whole, cut, sliced, broken or in powder but not further prepared, dried", - "parent": "0712", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071290", - "text": "071290 - Vegetables; mixtures of vegetables n.e.c. in heading no. 0712, whole, cut, sliced, broken or in powder but not further prepared, dried", - "parent": "0712", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0713", - "text": "0713 - Vegetables, leguminous; shelled, whether or not skinned or split, dried", - "parent": "07", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "071310", - "text": "071310 - Vegetables, leguminous; peas (pisum sativum), shelled, whether or not skinned or split, dried", - "parent": "0713", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071320", - "text": "071320 - Vegetables, leguminous; chickpeas (garbanzos), shelled, whether or not skinned or split, dried", - "parent": "0713", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071331", - "text": "071331 - Vegetables, leguminous; beans of the species vigna mungo (l.) hepper or vigna radiata (l.) wilczek, shelled, whether or not skinned or split, dried", - "parent": "0713", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071332", - "text": "071332 - Vegetables, leguminous; small red (adzuki) beans (phaseolus or vigna angularis), shelled, whether or not skinned or split, dried", - "parent": "0713", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071333", - "text": "071333 - Vegetables, leguminous; kidney beans, including white pea beans (phaseolus vulgaris), shelled, whether or not skinned or split, dried", - "parent": "0713", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071334", - "text": "071334 - Vegetables, leguminous; bambara beans (Vigna subterranea or Voandzeia subterranea), shelled, whether or not skinned or split, dried", - "parent": "0713", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071335", - "text": "071335 - Vegetables, leguminous; cow peas (Vigna unguiculata), shelled, whether or not skinned or split, dried", - "parent": "0713", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071339", - "text": "071339 - Vegetables, leguminous; n.e.c. in item no. 0713.3, shelled, whether or not skinned or split, dried", - "parent": "0713", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071340", - "text": "071340 - Vegetables, leguminous; lentils, shelled, whether or not skinned or split, dried", - "parent": "0713", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071350", - "text": "071350 - Vegetables, leguminous; broad beans (vicia faba var. major) and horse beans (vicia faba var. equina, vicia faba var. minor), shelled, whether or not skinned or split, dried", - "parent": "0713", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071360", - "text": "071360 - Vegetables, leguminous; pigeon peas (Cajanus cajan), shelled, whether or not skinned or split, dried", - "parent": "0713", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071390", - "text": "071390 - Vegetables, leguminous; n.e.c. in heading no. 0713, shelled, whether or not skinned or split, dried", - "parent": "0713", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0714", - "text": "0714 - Manioc, arrowroot, salep, Jerusalem artichokes, sweet potatoes and similar roots and tubers with high starch or inulin content; fresh, chilled, frozen or dried, whether or not sliced or in the form of pellets; sago pith", - "parent": "07", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "071410", - "text": "071410 - Vegetable roots and tubers; manioc (cassava), with high starch or inulin content, fresh, chilled, frozen or dried, whether or not sliced or in the form of pellets", - "parent": "0714", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071420", - "text": "071420 - Vegetable roots and tubers; sweet potatoes, with high starch or inulin content, fresh, chilled, frozen or dried, whether or not sliced or in the form of pellets", - "parent": "0714", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071430", - "text": "071430 - Vegetable roots and tubers; yams (Dioscorea spp.) with high starch or inulin content, fresh, chilled, frozen or dried, whether or not sliced or in the form of pellets", - "parent": "0714", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071440", - "text": "071440 - Vegetable roots and tubers; taro (Colocasia spp.) with high starch or inulin content, fresh, chilled, frozen or dried, whether or not sliced or in the form of pellets", - "parent": "0714", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071450", - "text": "071450 - Vegetable roots and tubers; yautia (Xanthosoma spp.) with high starch or inulin content, fresh, chilled, frozen or dried, whether or not sliced or in the form of pellets", - "parent": "0714", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "071490", - "text": "071490 - Vegetable roots and tubers; arrowroot, salep, Jerusalem artichokes and similar roots and tubers (not manioc, sweet potatoes, yams, taro or yautia), high starch or inulin content, fresh, chilled, frozen, dried, sliced or not, or in pellet form; sago pith", - "parent": "0714", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "08", - "text": "08 - Fruit and nuts, edible; peel of citrus fruit or melons", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "0801", - "text": "0801 - Nuts, edible; coconuts, Brazil nuts and cashew nuts, fresh or dried, whether or not shelled or peeled", - "parent": "08", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "080110", - "text": "080110 - Coconuts, fresh or dried", - "parent": "0801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080111", - "text": "080111 - Nuts, edible; coconuts, desiccated", - "parent": "0801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080112", - "text": "080112 - Nuts, edible; coconuts, in the inner shell (endocarp)", - "parent": "0801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080119", - "text": "080119 - Nuts, edible; coconuts, fresh or dried, other than desiccated or in the inner shell (endocarp)", - "parent": "0801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080120", - "text": "080120 - Brazil nuts, fresh or dried", - "parent": "0801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080121", - "text": "080121 - Nuts, edible; brazil nuts, fresh or dried, in shell", - "parent": "0801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080122", - "text": "080122 - Nuts, edible; brazil nuts, fresh or dried, shelled", - "parent": "0801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080130", - "text": "080130 - Cashew nuts, fresh or dried", - "parent": "0801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080131", - "text": "080131 - Nuts, edible; cashew nuts, fresh or dried, in shell", - "parent": "0801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080132", - "text": "080132 - Nuts, edible; cashew nuts, fresh or dried, shelled", - "parent": "0801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0802", - "text": "0802 - Nuts (excluding coconuts, Brazils and cashew nuts); fresh or dried, whether or not shelled or peeled", - "parent": "08", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "080211", - "text": "080211 - Nuts, edible; almonds, fresh or dried, in shell", - "parent": "0802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080212", - "text": "080212 - Nuts, edible; almonds, fresh or dried, shelled", - "parent": "0802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080221", - "text": "080221 - Nuts, edible; hazelnuts or filberts (corylus spp.), fresh or dried, in shell", - "parent": "0802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080222", - "text": "080222 - Nuts, edible; hazelnuts or filberts (corylus spp.), fresh or dried, shelled", - "parent": "0802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080231", - "text": "080231 - Nuts, edible; walnuts, fresh or dried, in shell", - "parent": "0802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080232", - "text": "080232 - Nuts, edible; walnuts, fresh or dried, shelled", - "parent": "0802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080240", - "text": "080240 - Chestnuts (Castanea spp.)", - "parent": "0802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080241", - "text": "080241 - Nuts, edible; chestnuts (Castanea spp.), fresh or dried, in shell", - "parent": "0802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080242", - "text": "080242 - Nuts, edible; chestnuts (Castanea spp.), fresh or dried, shelled", - "parent": "0802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080250", - "text": "080250 - Pistachios", - "parent": "0802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080251", - "text": "080251 - Nuts, edible; pistachios, fresh or dried, in shell", - "parent": "0802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080252", - "text": "080252 - Nuts, edible; pistachios, fresh or dried, shelled", - "parent": "0802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080260", - "text": "080260 - Macadamia nuts", - "parent": "0802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080261", - "text": "080261 - Nuts, edible; macadamia, fresh or dried, in shell", - "parent": "0802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080262", - "text": "080262 - Nuts, edible; macadamia, fresh or dried, shelled", - "parent": "0802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080270", - "text": "080270 - Nuts, edible; kola nuts (Cola spp.), fresh or dried, whether or not shelled or peeled", - "parent": "0802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080280", - "text": "080280 - Nuts, edible; areca nuts, fresh or dried, whether or not shelled or peeled", - "parent": "0802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080290", - "text": "080290 - Nuts, edible; n.e.c. in heading no. 0801 and 0802, fresh or dried, whether or not shelled or peeled", - "parent": "0802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080291", - "text": "080291 - Nuts, edible; pine nuts, fresh or dried, in shell", - "parent": "0802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080292", - "text": "080292 - Nuts, edible; pine nuts, fresh or dried, shelled", - "parent": "0802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080299", - "text": "080299 - Nuts, edible; n.e.c. in heading 0801 and 0802, fresh or dried, whether or not shelled or peeled", - "parent": "0802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0803", - "text": "0803 - Bananas, including plantains; fresh or dried", - "parent": "08", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "080300", - "text": "080300 - Bananas, incl. plantains, fresh/dried", - "parent": "0803", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080310", - "text": "080310 - Fruit, edible; plantains, fresh or dried", - "parent": "0803", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080390", - "text": "080390 - Fruit, edible; bananas, other than plantains, fresh or dried", - "parent": "0803", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0804", - "text": "0804 - Dates, figs, pineapples, avocados, guavas, mangoes and mangosteens; fresh or dried", - "parent": "08", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "080410", - "text": "080410 - Fruit, edible; dates, fresh or dried", - "parent": "0804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080420", - "text": "080420 - Fruit, edible; figs, fresh or dried", - "parent": "0804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080430", - "text": "080430 - Fruit, edible; pineapples, fresh or dried", - "parent": "0804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080440", - "text": "080440 - Fruit, edible; avocados, fresh or dried", - "parent": "0804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080450", - "text": "080450 - Fruit, edible; guavas, mangoes and mangosteens, fresh or dried", - "parent": "0804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0805", - "text": "0805 - Citrus fruit; fresh or dried", - "parent": "08", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "080510", - "text": "080510 - Fruit, edible; oranges, fresh or dried", - "parent": "0805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080520", - "text": "080520 - Fruit, edible; mandarins (including tangerines and satsumas), clementines, wilkings and similar citrus hybrids, fresh or dried", - "parent": "0805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080521", - "text": "080521 - Fruit, edible; mandarins (including tangerines and satsumas), fresh or dried", - "parent": "0805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080522", - "text": "080522 - Fruit, edible; clementines, fresh or dried", - "parent": "0805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080529", - "text": "080529 - Fruit, edible; tangelos, wilkings and similar citrus hybrid, fresh or dried", - "parent": "0805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080530", - "text": "080530 - Lemons and limes, fresh or dried", - "parent": "0805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080540", - "text": "080540 - Fruit, edible; grapefruit and pomelos, fresh or dried", - "parent": "0805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080550", - "text": "080550 - Fruit, edible; lemons (Citrus limon, Citrus limonum), limes (Citrus aurantifolia, Citrus latifolia), fresh or dried", - "parent": "0805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080590", - "text": "080590 - Fruit, edible; citrus fruit n.e.c. in heading no. 0805, fresh or dried", - "parent": "0805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0806", - "text": "0806 - Grapes; fresh or dried", - "parent": "08", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "080610", - "text": "080610 - Fruit, edible; grapes, fresh", - "parent": "0806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080620", - "text": "080620 - Fruit, edible; grapes, dried", - "parent": "0806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0807", - "text": "0807 - Melons (including watermelons) and papaws (papayas); fresh", - "parent": "08", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "080710", - "text": "080710 - Melons (including watermelons), fresh", - "parent": "0807", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080711", - "text": "080711 - Fruit, edible; watermelons, fresh", - "parent": "0807", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080719", - "text": "080719 - Fruit, edible; melons, other than watermelons, fresh", - "parent": "0807", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080720", - "text": "080720 - Fruit, edible; papaws (papayas), fresh", - "parent": "0807", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0808", - "text": "0808 - Apples, pears and quinces; fresh", - "parent": "08", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "080810", - "text": "080810 - Fruit, edible; apples, fresh", - "parent": "0808", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080820", - "text": "080820 - Pears & quinces, fresh", - "parent": "0808", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080830", - "text": "080830 - Fruit, edible; pears, fresh", - "parent": "0808", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080840", - "text": "080840 - Fruit, edible; quinces, fresh", - "parent": "0808", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0809", - "text": "0809 - Apricots, cherries, peaches (including nectarines), plums and sloes, fresh", - "parent": "08", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "080910", - "text": "080910 - Fruit, edible; apricots, fresh", - "parent": "0809", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080920", - "text": "080920 - Cherries, fresh", - "parent": "0809", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080921", - "text": "080921 - Fruit, edible; sour cherries (Prunus cerasus), fresh", - "parent": "0809", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080929", - "text": "080929 - Fruit, edible; cherries, other than sour cherries (Prunus cerasus), fresh", - "parent": "0809", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080930", - "text": "080930 - Fruit, edible; peaches, including nectarines, fresh", - "parent": "0809", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "080940", - "text": "080940 - Fruit, edible; plums and sloes, fresh", - "parent": "0809", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0810", - "text": "0810 - Fruit, fresh; n.e.c. in chapter 08", - "parent": "08", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "081010", - "text": "081010 - Fruit, edible; strawberries, fresh", - "parent": "0810", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "081020", - "text": "081020 - Fruit, edible; raspberries, blackberries, mulberries, and loganberries, fresh", - "parent": "0810", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "081030", - "text": "081030 - Fruit, edible; black, white or red currants and gooseberries, fresh", - "parent": "0810", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "081040", - "text": "081040 - Fruit, edible; cranberries, bilberries and other fruits of the genus vaccinium, fresh", - "parent": "0810", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "081050", - "text": "081050 - Fruit, edible; kiwifruit, fresh", - "parent": "0810", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "081060", - "text": "081060 - Fruit, edible; durians, fresh", - "parent": "0810", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "081070", - "text": "081070 - Fruit, edible; persimmons, fresh", - "parent": "0810", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "081090", - "text": "081090 - Fruit, edible; fruits n.e.c. in heading no. 0801 to 0810, fresh", - "parent": "0810", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0811", - "text": "0811 - Fruit and nuts; uncooked or cooked by steaming or boiling in water, frozen, whether or not containing added sugar or other sweetening matter", - "parent": "08", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "081110", - "text": "081110 - Fruit, edible; strawberries, uncooked or cooked by steaming or boiling in water, frozen, whether or not containing added sugar or other sweetening matter", - "parent": "0811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "081120", - "text": "081120 - Fruit, edible; raspberries, blackberries, mulberries, loganberries, black, white or red currants and gooseberries, uncooked or cooked, whether or not containing added sugar or other sweetening matter", - "parent": "0811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "081190", - "text": "081190 - Fruit, edible; fruit and nuts n.e.c. in heading no. 0811, uncooked or cooked, frozen whether or not containing added sugar or other sweetening matter", - "parent": "0811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0812", - "text": "0812 - Fruit and nuts provisionally preserved, but unsuitable in that state for immediate consumption", - "parent": "08", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "081210", - "text": "081210 - Fruit, edible; cherries, provisionally preserved, but unsuitable in that state for immediate consumption", - "parent": "0812", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "081220", - "text": "081220 - Strawberries provisionally preserved", - "parent": "0812", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "081290", - "text": "081290 - Fruit, edible; fruit and nuts n.e.c. in heading no. 0812, provisionally preserved, but unsuitable in that state for immediate consumption", - "parent": "0812", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0813", - "text": "0813 - Fruit, dried, other than that of heading no. 0801 to 0806; mixtures of nuts or dried fruits of this chapter", - "parent": "08", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "081310", - "text": "081310 - Fruit, edible; apricots, dried", - "parent": "0813", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "081320", - "text": "081320 - Fruit, edible; prunes, dried", - "parent": "0813", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "081330", - "text": "081330 - Fruit, edible; apples, dried", - "parent": "0813", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "081340", - "text": "081340 - Fruit, edible; fruit n.e.c. in heading no. 0812, dried", - "parent": "0813", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "081350", - "text": "081350 - Nuts, edible; mixtures of nuts or dried fruits of chapter 08", - "parent": "0813", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0814", - "text": "0814 - Peel of citrus fruit or melons (including watermelons); fresh, frozen dried or provisionally preserved in brine, in sulphur water or in other preservative solutions", - "parent": "08", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "081400", - "text": "081400 - Peel; of citrus fruit or melons (including watermelons), fresh, frozen, dried or provisionally preserved in brine, in sulphur water and other preservative solutions", - "parent": "0814", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "09", - "text": "09 - Coffee, tea, mate and spices", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "0901", - "text": "0901 - Coffee, whether or not roasted or decaffeinated; husks and skins; coffee substitutes containing coffee in any proportion", - "parent": "09", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "090111", - "text": "090111 - Coffee; not roasted or decaffeinated", - "parent": "0901", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090112", - "text": "090112 - Coffee; decaffeinated, not roasted", - "parent": "0901", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090121", - "text": "090121 - Coffee; roasted, not decaffeinated", - "parent": "0901", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090122", - "text": "090122 - Coffee; roasted, decaffeinated", - "parent": "0901", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090130", - "text": "090130 - Coffee husks and skins", - "parent": "0901", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090140", - "text": "090140 - Coffee substitutes containing coffee", - "parent": "0901", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090190", - "text": "090190 - Coffee; husks and skins, coffee substitutes containing coffee in any proportion", - "parent": "0901", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0902", - "text": "0902 - Tea", - "parent": "09", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "090210", - "text": "090210 - Tea, green; (not fermented), in immediate packings of a content not exceeding 3kg", - "parent": "0902", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090220", - "text": "090220 - Tea, green; (not fermented), in immediate packings of a content exceeding 3kg", - "parent": "0902", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090230", - "text": "090230 - Tea, black; (fermented) and partly fermented tea, in immediate packings of a content not exceeding 3kg", - "parent": "0902", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090240", - "text": "090240 - Tea, black; (fermented) and partly fermented tea, in immediate packings of a content exceeding 3kg", - "parent": "0902", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0903", - "text": "0903 - Mate", - "parent": "09", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "090300", - "text": "090300 - Mate", - "parent": "0903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0904", - "text": "0904 - Pepper of the genus piper; dried or crushed or ground fruits of the genus capsicum or of the genus pimenta", - "parent": "09", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "090411", - "text": "090411 - Spices; pepper (of the genus piper), neither crushed nor ground", - "parent": "0904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090412", - "text": "090412 - Spices; pepper (of the genus piper), crushed or ground", - "parent": "0904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090420", - "text": "090420 - Fruits of the genera Capsicum/Pimenta, dried/crushed/ground", - "parent": "0904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090421", - "text": "090421 - Spices; fruits of the genus Capsicum or Pimenta, dried, neither crushed nor ground", - "parent": "0904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090422", - "text": "090422 - Spices; fruits of the genus Capsicum or Pimenta, crushed or ground", - "parent": "0904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0905", - "text": "0905 - Vanilla", - "parent": "09", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "090500", - "text": "090500 - Vanilla", - "parent": "0905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090510", - "text": "090510 - Spices; vanilla, neither crushed nor ground", - "parent": "0905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090520", - "text": "090520 - Spices; vanilla, crushed or ground", - "parent": "0905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0906", - "text": "0906 - Cinnamon and cinnamon-tree flowers", - "parent": "09", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "090610", - "text": "090610 - Cinnamon and cinnamon-tree flowers whole", - "parent": "0906", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090611", - "text": "090611 - Spices; cinnamon (Cinnamomum zeylanicum Blume), neither crushed nor ground", - "parent": "0906", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090619", - "text": "090619 - Spices; cinnamon and cinnamon-tree flowers, other than cinnamon (Cinnamomum zeylanicum Blume), neither crushed nor ground", - "parent": "0906", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090620", - "text": "090620 - Spices; cinnamon and cinnamon-tree flowers, crushed or ground", - "parent": "0906", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0907", - "text": "0907 - Cloves (whole fruit, cloves and stems)", - "parent": "09", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "090700", - "text": "090700 - Cloves (whole fruit, cloves & stems)", - "parent": "0907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090710", - "text": "090710 - Spices; cloves (whole fruit, cloves and stems), neither crushed nor ground", - "parent": "0907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090720", - "text": "090720 - Spices; cloves (whole fruit, cloves and stems), crushed or ground", - "parent": "0907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0908", - "text": "0908 - Nutmeg, mace and cardamoms", - "parent": "09", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "090810", - "text": "090810 - Nutmeg", - "parent": "0908", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090811", - "text": "090811 - Spices; nutmeg, neither crushed nor ground", - "parent": "0908", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090812", - "text": "090812 - Spices; nutmeg, crushed or ground", - "parent": "0908", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090820", - "text": "090820 - Mace", - "parent": "0908", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090821", - "text": "090821 - Spices; mace, neither crushed nor ground", - "parent": "0908", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090822", - "text": "090822 - Spices; mace, crushed or ground", - "parent": "0908", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090830", - "text": "090830 - Cardamoms", - "parent": "0908", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090831", - "text": "090831 - Spices; cardamoms, neither crushed nor ground", - "parent": "0908", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090832", - "text": "090832 - Spices; cardamoms, crushed or ground", - "parent": "0908", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0909", - "text": "0909 - Seeds of anise, badian, fennel, coriander, cumin, caraway or juniper", - "parent": "09", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "090910", - "text": "090910 - Seeds of anise/badian", - "parent": "0909", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090920", - "text": "090920 - Seeds of coriander", - "parent": "0909", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090921", - "text": "090921 - Spices; coriander seeds, neither crushed nor ground", - "parent": "0909", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090922", - "text": "090922 - Spices; coriander seeds, crushed or ground", - "parent": "0909", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090930", - "text": "090930 - Seeds of cumin", - "parent": "0909", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090931", - "text": "090931 - Spices; cumin seeds, neither crushed nor ground", - "parent": "0909", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090932", - "text": "090932 - Spices; cumin seeds, crushed or ground", - "parent": "0909", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090940", - "text": "090940 - Seeds of caraway", - "parent": "0909", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090950", - "text": "090950 - Seeds of fennel; juniper berries", - "parent": "0909", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090961", - "text": "090961 - Spices; seeds of anise, badian, caraway or fennel; juniper berries, neither crushed nor ground", - "parent": "0909", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "090962", - "text": "090962 - Spices; seeds of anise, badian, caraway or fennel; juniper berries, crushed or ground", - "parent": "0909", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "0910", - "text": "0910 - Ginger, saffron, tumeric (curcuma), thyme, bay leaves, curry and other spices", - "parent": "09", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "091010", - "text": "091010 - Ginger", - "parent": "0910", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "091011", - "text": "091011 - Spices; ginger, neither crushed nor ground", - "parent": "0910", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "091012", - "text": "091012 - Spices; ginger, crushed or ground", - "parent": "0910", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "091020", - "text": "091020 - Spices; saffron", - "parent": "0910", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "091030", - "text": "091030 - Spices; turmeric (curcuma)", - "parent": "0910", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "091040", - "text": "091040 - Thyme and bay leaves", - "parent": "0910", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "091050", - "text": "091050 - Curry", - "parent": "0910", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "091091", - "text": "091091 - Spices; mixtures of 2 or more products of different headings", - "parent": "0910", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "091099", - "text": "091099 - Spices; n.e.c. in heading no. 0910", - "parent": "0910", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "10", - "text": "10 - Cereals", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "1001", - "text": "1001 - Wheat and meslin", - "parent": "10", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "100110", - "text": "100110 - Durum wheat", - "parent": "1001", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "100111", - "text": "100111 - Cereals; wheat and meslin, durum wheat, seed", - "parent": "1001", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "100119", - "text": "100119 - Cereals; wheat and meslin, durum wheat, other than seed", - "parent": "1001", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "100190", - "text": "100190 - Wheat other than durum wheat; meslin", - "parent": "1001", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "100191", - "text": "100191 - Cereals; wheat and meslin, other than durum wheat, seed", - "parent": "1001", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "100199", - "text": "100199 - Cereals; wheat and meslin, other than durum wheat, other than seed", - "parent": "1001", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1002", - "text": "1002 - Rye", - "parent": "10", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "100200", - "text": "100200 - Rye", - "parent": "1002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "100210", - "text": "100210 - Cereals; rye, seed", - "parent": "1002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "100290", - "text": "100290 - Cereals; rye, other than seed", - "parent": "1002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1003", - "text": "1003 - Barley", - "parent": "10", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "100300", - "text": "100300 - Barley", - "parent": "1003", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "100310", - "text": "100310 - Cereals; barley, seed", - "parent": "1003", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "100390", - "text": "100390 - Cereals; barley, other than seed", - "parent": "1003", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1004", - "text": "1004 - Oats", - "parent": "10", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "100400", - "text": "100400 - Oats", - "parent": "1004", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "100410", - "text": "100410 - Cereals; oats, seeds", - "parent": "1004", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "100490", - "text": "100490 - Cereals; oats, other than seed", - "parent": "1004", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1005", - "text": "1005 - Maize (corn)", - "parent": "10", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "100510", - "text": "100510 - Cereals; maize (corn), seed", - "parent": "1005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "100590", - "text": "100590 - Cereals; maize (corn), other than seed", - "parent": "1005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1006", - "text": "1006 - Rice", - "parent": "10", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "100610", - "text": "100610 - Cereals; rice in the husk (paddy or rough)", - "parent": "1006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "100620", - "text": "100620 - Cereals; husked (brown) rice", - "parent": "1006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "100630", - "text": "100630 - Cereals; rice, semi-milled or wholly milled, whether or not polished or glazed", - "parent": "1006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "100640", - "text": "100640 - Cereals; rice, broken", - "parent": "1006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1007", - "text": "1007 - Grain sorghum", - "parent": "10", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "100700", - "text": "100700 - Grain sorghum", - "parent": "1007", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "100710", - "text": "100710 - Cereals; grain sorghum, seed", - "parent": "1007", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "100790", - "text": "100790 - Cereals; grain sorghum, other than seed", - "parent": "1007", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1008", - "text": "1008 - Buckwheat, millet and canary seeds; other cereals", - "parent": "10", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "100810", - "text": "100810 - Cereals; buckwheat", - "parent": "1008", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "100820", - "text": "100820 - Millet", - "parent": "1008", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "100821", - "text": "100821 - Cereals; millet, seed", - "parent": "1008", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "100829", - "text": "100829 - Cereals; millet, other than seed", - "parent": "1008", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "100830", - "text": "100830 - Cereals; canary seeds", - "parent": "1008", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "100840", - "text": "100840 - Cereals; fonio (Digitaria spp.)", - "parent": "1008", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "100850", - "text": "100850 - Cereals; quinoa (Chenopodium quinoa)", - "parent": "1008", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "100860", - "text": "100860 - Cereals; triticale", - "parent": "1008", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "100890", - "text": "100890 - Cereals; n.e.c. in chapter 10", - "parent": "1008", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "11", - "text": "11 - Products of the milling industry; malt, starches, inulin, wheat gluten", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "1101", - "text": "1101 - Wheat or meslin flour", - "parent": "11", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "110100", - "text": "110100 - Wheat or meslin flour", - "parent": "1101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1102", - "text": "1102 - Cereal flours; other than of wheat or meslin", - "parent": "11", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "110210", - "text": "110210 - Rye flour", - "parent": "1102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "110220", - "text": "110220 - Cereal flour; of maize (corn)", - "parent": "1102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "110230", - "text": "110230 - Rice flour", - "parent": "1102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "110290", - "text": "110290 - Cereal flours; other than wheat, meslin, and maize (corn)", - "parent": "1102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1103", - "text": "1103 - Cereal groats; meal and pellets", - "parent": "11", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "110311", - "text": "110311 - Cereal groats and meal; of wheat", - "parent": "1103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "110312", - "text": "110312 - Oat groats or meal", - "parent": "1103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "110313", - "text": "110313 - Cereal groats and meal; of maize (corn)", - "parent": "1103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "110314", - "text": "110314 - Rice groats or meal", - "parent": "1103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "110319", - "text": "110319 - Cereal groats and meal; n.e.c. in heading no. 1103", - "parent": "1103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "110320", - "text": "110320 - Cereal pellets", - "parent": "1103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "110321", - "text": "110321 - Wheat pellets", - "parent": "1103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "110329", - "text": "110329 - Cereal pellets except wheat", - "parent": "1103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1104", - "text": "1104 - Cereal grains otherwise worked (e.g. hulled, rolled, flaked, pearled, sliced or kibbled) except rice of heading no. 1006; germ of cereals whole, rolled, flaked or ground", - "parent": "11", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "110411", - "text": "110411 - Barley, rolled or flaked grains", - "parent": "1104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "110412", - "text": "110412 - Cereal grains; rolled or flaked, of oats", - "parent": "1104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "110419", - "text": "110419 - Cereal grains; rolled or flaked, other than oats", - "parent": "1104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "110421", - "text": "110421 - Barley, hulled, pearled, sliced or kibbled", - "parent": "1104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "110422", - "text": "110422 - Cereal grains; worked (e.g. hulled, pearled, sliced or kibbled) of oats", - "parent": "1104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "110423", - "text": "110423 - Cereal grains; worked (e.g. hulled, pearled, sliced or kibbled) of maize (corn)", - "parent": "1104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "110429", - "text": "110429 - Cereal grains; worked, other than rolled or flaked (e.g. Hulled, pearled, sliced or kibbled) of cereals, excluding oats and maize, and rice of heading no.1006", - "parent": "1104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "110430", - "text": "110430 - Cereal; germ of cereals, whole, rolled, flaked or ground", - "parent": "1104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1105", - "text": "1105 - Flour, meal, powder, flakes, granules and pellets of potatoes", - "parent": "11", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "110510", - "text": "110510 - Flour, meal and powder; of potatoes", - "parent": "1105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "110520", - "text": "110520 - Flakes, granules and pellets; of potatoes", - "parent": "1105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1106", - "text": "1106 - Flour, meal and powder; of the dried leguminous vegetables of heading no. 0713, of sago or of roots or tubers of heading no. 0714 or of the products of chapter 8", - "parent": "11", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "110610", - "text": "110610 - Flour, meal and powder; of the dried leguminous vegetables of heading no. 0713", - "parent": "1106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "110620", - "text": "110620 - Flour, meal and powder; of sago or of roots or tubers of heading no. 0714", - "parent": "1106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "110630", - "text": "110630 - Flour, meal and powder; of the products of chapter 8", - "parent": "1106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1107", - "text": "1107 - Malt; whether or not roasted", - "parent": "11", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "110710", - "text": "110710 - Malt; not roasted", - "parent": "1107", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "110720", - "text": "110720 - Malt; roasted", - "parent": "1107", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1108", - "text": "1108 - Starches; inulin", - "parent": "11", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "110811", - "text": "110811 - Starch; wheat", - "parent": "1108", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "110812", - "text": "110812 - Starch; maize (corn) starch", - "parent": "1108", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "110813", - "text": "110813 - Starch; potato", - "parent": "1108", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "110814", - "text": "110814 - Starch; manioc (cassava)", - "parent": "1108", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "110819", - "text": "110819 - Starch; n.e.c. in item no. 1108.11 to 1108.14", - "parent": "1108", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "110820", - "text": "110820 - Inulin", - "parent": "1108", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1109", - "text": "1109 - Wheat gluten; whether or not dried", - "parent": "11", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "110900", - "text": "110900 - Wheat gluten; whether or not dried", - "parent": "1109", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "12", - "text": "12 - Oil seeds and oleaginous fruits; miscellaneous grains, seeds and fruit, industrial or medicinal plants; straw and fodder", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "1201", - "text": "1201 - Soya beans, whether or not broken", - "parent": "12", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "120100", - "text": "120100 - Soya beans, whether/not broken", - "parent": "1201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "120110", - "text": "120110 - Soya beans; seed, whether or not broken", - "parent": "1201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "120190", - "text": "120190 - Soya beans; other than seed, whether or not broken", - "parent": "1201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1202", - "text": "1202 - Ground-nuts; not roasted or otherwise cooked, whether or not shelled or broken", - "parent": "12", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "120210", - "text": "120210 - Ground-nuts, not roasted/othw. cooked, in shell", - "parent": "1202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "120220", - "text": "120220 - Ground-nuts, not roasted/othw. cooked, shelled, whether/not broken", - "parent": "1202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "120230", - "text": "120230 - Ground-nuts; seed, not roasted or otherwise cooked, whether or not shelled or broken", - "parent": "1202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "120241", - "text": "120241 - Ground-nuts; other than seed, not roasted or otherwise cooked, in shell", - "parent": "1202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "120242", - "text": "120242 - Ground-nuts; other than seed, not roasted or otherwise cooked, shelled, whether or not broken,", - "parent": "1202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1203", - "text": "1203 - Copra", - "parent": "12", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "120300", - "text": "120300 - Copra", - "parent": "1203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1204", - "text": "1204 - Oil seeds; linseed, whether or not broken", - "parent": "12", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "120400", - "text": "120400 - Oil seeds; linseed, whether or not broken", - "parent": "1204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1205", - "text": "1205 - Rape or colza seeds; whether or not broken", - "parent": "12", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "120500", - "text": "120500 - Rape or colza seeds", - "parent": "1205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "120510", - "text": "120510 - Oil seeds; low erucic acid rape or colza seeds, whether or not broken", - "parent": "1205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "120590", - "text": "120590 - Oil seeds; rape or colza seeds, other than low erucic, whether or not broken", - "parent": "1205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1206", - "text": "1206 - Sunflower seeds; whether or not broken", - "parent": "12", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "120600", - "text": "120600 - Oil seeds; sunflower seeds, whether or not broken", - "parent": "1206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1207", - "text": "1207 - Oil seeds and oleaginous fruits, n.e.c. in chapter 12; whether or not broken", - "parent": "12", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "120710", - "text": "120710 - Oil seeds; palm nuts and kernels, whether or not broken", - "parent": "1207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "120720", - "text": "120720 - Cotton seeds, whether/not broken", - "parent": "1207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "120721", - "text": "120721 - Oil seeds; cotton seeds, seed, whether or not broken", - "parent": "1207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "120729", - "text": "120729 - Oil seeds; cotton seeds, other than seed, whether or not broken", - "parent": "1207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "120730", - "text": "120730 - Oil seeds; castor oil seeds, whether or not broken", - "parent": "1207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "120740", - "text": "120740 - Oil seeds; sesamum seeds, whether or not broken", - "parent": "1207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "120750", - "text": "120750 - Oil seeds; mustard seeds, whether or not broken", - "parent": "1207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "120760", - "text": "120760 - Oil seeds; safflower (Carthamus tinctorius) seeds, whether or not broken", - "parent": "1207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "120770", - "text": "120770 - Oil seeds; melon seeds, whether or not broken", - "parent": "1207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "120791", - "text": "120791 - Oil seeds; poppy seeds, whether or not broken", - "parent": "1207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "120792", - "text": "120792 - Shea nuts (karite nuts)", - "parent": "1207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "120799", - "text": "120799 - Oil seeds and oleaginous fruits; n.e.c. in heading no. 1207, whether or not broken", - "parent": "1207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1208", - "text": "1208 - Flours and meals of oil seeds or oleaginous fruits; other than those of mustard", - "parent": "12", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "120810", - "text": "120810 - Flours and meals; of soya beans", - "parent": "1208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "120890", - "text": "120890 - Flours and meals of oil seeds or oleaginous fruits; excluding soya beans and mustard seeds", - "parent": "1208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1209", - "text": "1209 - Seeds, fruit and spores; of a kind used for sowing", - "parent": "12", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "120910", - "text": "120910 - Seed; sugar beet seeds, of a kind used for sowing", - "parent": "1209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "120911", - "text": "120911 - Seed, sugar beet, for sowing", - "parent": "1209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "120919", - "text": "120919 - Seed, beet, except sugar, for sowing", - "parent": "1209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "120921", - "text": "120921 - Seeds of forage plants; lucerne (alfalfa) seeds, of a kind used for sowing", - "parent": "1209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "120922", - "text": "120922 - Seeds of forage plants; clover (Trifolium spp.) seeds, of a kind used for sowing", - "parent": "1209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "120923", - "text": "120923 - Seeds of forage plants; fescue seeds, of a kind used for sowing", - "parent": "1209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "120924", - "text": "120924 - Seeds of forage plants; Kentucky blue grass (Poa pratensis L.) seeds, of a kind used for sowing", - "parent": "1209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "120925", - "text": "120925 - Seeds of forage plants; rye grass (Lolium multiflorum Lam., Lolium perenne L.) seeds, of a kind used for sowing", - "parent": "1209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "120926", - "text": "120926 - Seed, Timothy grass, for sowing", - "parent": "1209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "120929", - "text": "120929 - Seeds of forage plants; other than lucerne, clover, fescue, Kentucky blue grass, and rye grass seeds, of a kind used for sowing", - "parent": "1209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "120930", - "text": "120930 - Seeds of herbaceous plants; cultivated principally for their flowers, of a kind used for sowing", - "parent": "1209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "120991", - "text": "120991 - Seeds; vegetable seeds, of a kind used for sowing", - "parent": "1209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "120999", - "text": "120999 - Seeds; n.e.c. in heading 1209, of a kind used for sowing", - "parent": "1209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1210", - "text": "1210 - Hop cones, fresh or dried, whether or not ground, powdered or in the form of pellets; lupulin", - "parent": "12", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "121010", - "text": "121010 - Hop cones; neither ground nor powdered nor in the form of pellets", - "parent": "1210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "121020", - "text": "121020 - Hop cones; ground, powdered or in the form of pellets; lupulin", - "parent": "1210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1211", - "text": "1211 - Plants and parts of plants (including seeds and fruits), of a kind used primarily in perfumery, in pharmacy or for insecticidal, fungicidal or similar purposes, fresh, chilled, frozen or dried, whether or not cut, crushed or powdered", - "parent": "12", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "121110", - "text": "121110 - Liquorice roots", - "parent": "1211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "121120", - "text": "121120 - Ginseng roots, of a kind used primarily in perfumery, in pharmacy or for insecticidal, fungicidal or similar purposes, fresh, chilled, frozen or dried, whether or not cut, crushed or powdered", - "parent": "1211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "121130", - "text": "121130 - Coca leaf; of a kind used primarily in perfumery, in pharmacy or for insecticidal, fungicidal or similar purposes, fresh, chilled, frozen or dried, whether or not cut, crushed or powdered", - "parent": "1211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "121140", - "text": "121140 - Poppy straw; of a kind used primarily in perfumery, in pharmacy or for insecticidal, fungicidal or similar purposes, fresh, chilled, frozen or dried, whether or not cut, crushed or powdered", - "parent": "1211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "121150", - "text": "121150 - Ephedra, of a kind used primarily in perfumery, in pharmacy or for insecticidal, fungicidal or similar purposes, fresh, chilled, frozen or dried, whether or not cut, crushed or powdered", - "parent": "1211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "121160", - "text": "121160 - Bark of African cherry (Prunus africana); of a kind used primarily in perfumery, in pharmacy or for insecticidal, fungicidal or similar purposes, fresh, chilled, frozen or dried, whether or not cut, crushed or powdered", - "parent": "1211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "121190", - "text": "121190 - Plants and parts (including seeds and fruits) n.e.c. in heading no. 1211, of a kind used primarily in perfumery, in pharmacy or for insecticidal, fungicidal or similar purposes, fresh, chilled, frozen or dried, whether or not cut, crushed or powdered", - "parent": "1211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1212", - "text": "1212 - Locust beans, seaweeds and other algae, sugar beet, sugar cane, fresh, chilled, frozen or dried, whether or not ground; fruit stones, kernels and other vegetable products (including unroasted chicory roots) used primarily for human consumption, n.e.c.", - "parent": "12", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "121210", - "text": "121210 - Locust beans, locust seeds", - "parent": "1212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "121220", - "text": "121220 - Seaweeds & other algae, fresh/chilled/frozen/dried, whether/not ground", - "parent": "1212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "121221", - "text": "121221 - Seaweeds and other algae; fit for human consumption, fresh, chilled, frozen or dried, whether or not ground", - "parent": "1212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "121229", - "text": "121229 - Seaweeds and other algae; not fit for human consumption, fresh, chilled, frozen or dried, whether or not ground", - "parent": "1212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "121230", - "text": "121230 - Apricot, peach and plum stones & kernels, human food", - "parent": "1212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "121291", - "text": "121291 - Sugar beet; fit for human consumption, fresh, chilled, frozen or dried, whether or not ground", - "parent": "1212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "121292", - "text": "121292 - Locust beans (carob); fit for human consumption, fresh, chilled, frozen or dried, whether or not ground", - "parent": "1212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "121293", - "text": "121293 - Sugar cane; fit for human consumption, fresh, chilled, frozen or dried, whether or not ground", - "parent": "1212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "121294", - "text": "121294 - Chicory roots (Chicorium intybus sativum); fit for human consumption, fresh, chilled, frozen or dried, whether or not ground", - "parent": "1212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "121299", - "text": "121299 - Vegetable products; fit for human consumption, n.e.c. in heading no. 1212, fresh, chilled, frozen or dried, whether or not ground", - "parent": "1212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1213", - "text": "1213 - Cereal straw and husks, unprepared; whether or not chopped, ground, pressed or in the form of pellets", - "parent": "12", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "121300", - "text": "121300 - Cereal straw and husks; unprepared, whether or not chopped, ground, pressed or in the form of pellets", - "parent": "1213", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1214", - "text": "1214 - Swedes, mangolds, fodder roots, hay, lucerne (alfalfa), clover, sainfoin, forage kale, lupines, vetches and similar forage products, whether or not in the form of pellets", - "parent": "12", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "121410", - "text": "121410 - Lucerne (alfalfa) meal and pellets", - "parent": "1214", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "121490", - "text": "121490 - Forage products including swedes, mangolds, fodder roots, hay, sainfoin, clover, forage kale, lupines, vetches etc., pelletised or otherwise", - "parent": "1214", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "13", - "text": "13 - Lac; gums, resins and other vegetable saps and extracts", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "1301", - "text": "1301 - Lac; natural gums, resins, gum-resins and oleoresins (for example, balsams)", - "parent": "13", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "130110", - "text": "130110 - Lac", - "parent": "1301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "130120", - "text": "130120 - Gum Arabic", - "parent": "1301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "130190", - "text": "130190 - Natural gums, resins, gum-resins and oleoresins, n.e.c. in heading no. 1301", - "parent": "1301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1302", - "text": "1302 - Vegetable saps and extracts; pectic substances, pectinates and pectates; agar-agar and other mucilages and thickeners, whether or not modified, derived from vegetable products", - "parent": "13", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "130211", - "text": "130211 - Vegetable saps and extracts; opium", - "parent": "1302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "130212", - "text": "130212 - Vegetable saps and extracts; of liquorice", - "parent": "1302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "130213", - "text": "130213 - Vegetable saps and extracts; of hops", - "parent": "1302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "130214", - "text": "130214 - Vegetable saps and extracts; of ephedra", - "parent": "1302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "130219", - "text": "130219 - Vegetable saps and extracts; n.e.c. in item no. 1302.1", - "parent": "1302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "130220", - "text": "130220 - Pectic substances; pectinates and pectates", - "parent": "1302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "130231", - "text": "130231 - Mucilages and thickeners; agar-agar, whether or not modified, derived from vegetable products", - "parent": "1302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "130232", - "text": "130232 - Mucilages and thickeners; whether or not modified, derived from locust beans, locust bean seeds or guar seeds", - "parent": "1302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "130239", - "text": "130239 - Mucilages and thickeners; whether or not modified, derived from vegetable products, n.e.c. in item no. 1302.3", - "parent": "1302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "14", - "text": "14 - Vegetable plaiting materials; vegetable products not elsewhere specified or included", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "1401", - "text": "1401 - Vegetable materials of a kind used primarily for plaiting; (e.g. bamboos, rattans, reeds, rushes, osier, raffia, cleaned, bleached or dyed cereal straw and lime bark)", - "parent": "14", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "140110", - "text": "140110 - Bamboo used primarily for plaiting", - "parent": "1401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "140120", - "text": "140120 - Rattans used primarily for plaiting", - "parent": "1401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "140190", - "text": "140190 - Vegetable materials of a kind used primarily for plaiting; n.e.c. in heading no. 1401", - "parent": "1401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1402", - "text": "1402 - Vegetable material for stuffing or padding", - "parent": "14", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "140200", - "text": "140200 - Vegetable mats. of a kind used primarily as stuffing/as padding (e.g., kapo ...", - "parent": "1402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "140210", - "text": "140210 - Kapok", - "parent": "1402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "140290", - "text": "140290 - Veg mat nes usd as stuff", - "parent": "1402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "140291", - "text": "140291 - Vegetable hair used as stuffing or padding", - "parent": "1402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "140299", - "text": "140299 - Vegetable material nes used as stuffing", - "parent": "1402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1403", - "text": "1403 - Vegetable material for brooms and brushes", - "parent": "14", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "140300", - "text": "140300 - Vegetable mats. of a kind used primarily in brooms/brushes (e.g., broomcorn ...", - "parent": "1403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "140310", - "text": "140310 - Broom corn used in brooms or brushes", - "parent": "1403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "140390", - "text": "140390 - Vegetable material nes used in brooms or brushes", - "parent": "1403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1404", - "text": "1404 - Vegetable products not elsewhere specified or included", - "parent": "14", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "140410", - "text": "140410 - Raw vegetable materials for dyeing or tanning", - "parent": "1404", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "140420", - "text": "140420 - Vegetable products; cotton linters", - "parent": "1404", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "140490", - "text": "140490 - Vegetable products; n.e.c. in chapter 14", - "parent": "1404", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "15", - "text": "15 - Animal, vegetable or microbial fats and oils and their cleavage products; prepared edible fats; animal or vegetable waxes", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "1501", - "text": "1501 - Pig fat (including lard) and poultry fat, other than that of heading 0209 or 1503", - "parent": "15", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "150100", - "text": "150100 - Pig fat, incl. lard, & poultry fat, other than of 02.09/15.03", - "parent": "1501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "150110", - "text": "150110 - Pig fat; lard, other than that of heading 0209 and 1503", - "parent": "1501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "150120", - "text": "150120 - Pig fat; not lard, other than that of heading 0209 or 1503", - "parent": "1501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "150190", - "text": "150190 - Poultry fat; other than that of heading 0209 or 1503", - "parent": "1501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1502", - "text": "1502 - Fats of bovine animals, sheep or goats, other than those of heading 1503", - "parent": "15", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "150200", - "text": "150200 - Fats of bovine animals/sheep/goats, other than of 15.03", - "parent": "1502", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "150210", - "text": "150210 - Tallow; other than those of heading 1503", - "parent": "1502", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "150290", - "text": "150290 - Fats of bovine animals, sheep or goats; excluding tallow, and other than those of heading 1503", - "parent": "1502", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1503", - "text": "1503 - Lard stearin, lard oil, oleostearin, oleo-oil and tallow oil; not emulsified or mixed or otherwise prepared", - "parent": "15", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "150300", - "text": "150300 - Lard stearin, lard oil, oleostearin, oleo-oil and tallow oil; not emulsified or mixed or otherwise prepared", - "parent": "1503", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1504", - "text": "1504 - Fats and oils and their fractions of fish or marine mammals; whether or not refined, but not chemically modified", - "parent": "15", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "150410", - "text": "150410 - Oils of fish; fish-liver oils and their fractions, whether or not refined, but not chemically modified", - "parent": "1504", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "150420", - "text": "150420 - Fats and oils and their fractions; of fish, (excluding liver-oils)", - "parent": "1504", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "150430", - "text": "150430 - Fats and oils and their fractions; of marine mammals", - "parent": "1504", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1505", - "text": "1505 - Wool grease and fatty substances derived therefrom (including lanolin)", - "parent": "15", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "150500", - "text": "150500 - Wool grease and fatty substances derived therefrom (including lanolin)", - "parent": "1505", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "150510", - "text": "150510 - Wool grease, crude", - "parent": "1505", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "150590", - "text": "150590 - Derivatives of wool grease (including lanolin)", - "parent": "1505", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1506", - "text": "1506 - Animal fats and oils and their fractions; whether or not refined, but not chemically modified, n.e.c. in chapter 15", - "parent": "15", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "150600", - "text": "150600 - Animal fats and oils and their fractions; whether or not refined, but not chemically modified, n.e.c. in chapter 15", - "parent": "1506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1507", - "text": "1507 - Soya-bean oil and its fractions; whether or not refined, but not chemically modified", - "parent": "15", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "150710", - "text": "150710 - Vegetable oils; soya-bean oil and its fractions, crude, whether or not degummed, not chemically modified", - "parent": "1507", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "150790", - "text": "150790 - Vegetable oils; soya-bean oil and its fractions, other than crude, whether or not refined, but not chemically modified", - "parent": "1507", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1508", - "text": "1508 - Ground nut oil and its fractions; whether or not refined, but not chemically modified", - "parent": "15", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "150810", - "text": "150810 - Vegetable oils; ground-nut oil and its fractions, crude, not chemically modified", - "parent": "1508", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "150890", - "text": "150890 - Vegetable oils; ground-nut oil and its fractions, other than crude, whether or not refined, but not chemically modified", - "parent": "1508", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1509", - "text": "1509 - Olive oil and its fractions; whether or not refined, but not chemically modified", - "parent": "15", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "150910", - "text": "150910 - Vegetable oils; olive oil and its fractions, virgin, whether or not refined, but not chemically modified", - "parent": "1509", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "150920", - "text": "150920 - Vegetable oils; olive oil and its fractions, extra virgin olive oil, whether or not refined, but not chemically modified", - "parent": "1509", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "150930", - "text": "150930 - Vegetable oils; olive oil and its fractions, virgin olive oil, whether or not refined, but not chemically modified", - "parent": "1509", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "150940", - "text": "150940 - Vegetable oils; olive oil and its fractions, virgin olive oils n.e.c. in heading 1509, whether or not refined, but not chemically modified", - "parent": "1509", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "150990", - "text": "150990 - Vegetable oils; olive oil and its fractions, other than virgin, whether or not refined, but not chemically modified", - "parent": "1509", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1510", - "text": "1510 - Vegetable oils; oils and their fractions n.e.c. in chapter 15, obtained solely from olives, whether or not refined, but not chemically modified, including blends of these oils or fractions with oils or fractions of heading no. 1509", - "parent": "15", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "151000", - "text": "151000 - Vegetable oils; oils and their fractions n.e.c. in chapter 15, obtained solely from olives, whether or not refined, but not chemically modified, including blends of these oils or fractions with oils or fractions of heading no. 1509", - "parent": "1510", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "151010", - "text": "151010 - Vegetable oils; crude olive pomace oil and their fractions, obtained solely from olives, whether or not refined, but not chemically modified", - "parent": "1510", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "151090", - "text": "151090 - Vegetable oils; oils and their fractions n.e.c. in heading 1510, obtained solely from olives, whether or not refined, but not chemically modified, including blends of these oils or fractions with oils or fractions of heading no. 1509", - "parent": "1510", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1511", - "text": "1511 - Palm oil and its fractions; whether or not refined, but not chemically modified", - "parent": "15", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "151110", - "text": "151110 - Vegetable oils; palm oil and its fractions, crude, not chemically modified", - "parent": "1511", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "151190", - "text": "151190 - Vegetable oils; palm oil and its fractions, other than crude, whether or not refined, but not chemically modified", - "parent": "1511", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1512", - "text": "1512 - Sun-flower seed, safflower or cotton-seed oil and their fractions; whether or not refined, but not chemically modified", - "parent": "15", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "151211", - "text": "151211 - Vegetable oils; sunflower seed or safflower oil and their fractions, crude, not chemically modified", - "parent": "1512", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "151219", - "text": "151219 - Vegetable oils; sunflower seed or safflower oil and their fractions, other than crude, whether or not refined, but not chemically modified", - "parent": "1512", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "151221", - "text": "151221 - Vegetable oils; cotton-seed oil and its fractions; crude, whether or not gossypol has been removed, not chemically modified", - "parent": "1512", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "151229", - "text": "151229 - Vegetable oils; cotton-seed oil and its fractions, other than crude, whether or not refined, but not chemically modified", - "parent": "1512", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1513", - "text": "1513 - Coconut (copra), palm kernel or babassu oil and their fractions; whether or not refined but not chemically modified", - "parent": "15", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "151311", - "text": "151311 - Vegetable oils; coconut (copra) oil and its fractions, crude, not chemically modified", - "parent": "1513", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "151319", - "text": "151319 - Vegetable oils; coconut (copra) oil and its fractions, other than crude, whether or not refined, but not chemically modified", - "parent": "1513", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "151321", - "text": "151321 - Vegetable oils; palm kernel or babassu oil and their fractions, crude, not chemically modified", - "parent": "1513", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "151329", - "text": "151329 - Vegetable oils; palm kernel or babassu oil and their fractions, other than crude, whether or not refined, but not chemically modified", - "parent": "1513", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1514", - "text": "1514 - Rape, colza or mustard oil and their fractions; whether or not refined, but not chemically modified", - "parent": "15", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "151410", - "text": "151410 - Canola, rape, colza or mustard oil, crude", - "parent": "1514", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "151411", - "text": "151411 - Vegetable oils; low erucic acid rape or colza oil and its fractions, crude", - "parent": "1514", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "151419", - "text": "151419 - Vegetable oils; low erucic acid rape or colza oil and its fractions, other than crude, but not chemically modified", - "parent": "1514", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "151490", - "text": "151490 - Canola, rape, colza or mustard oil, fractions, refine", - "parent": "1514", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "151491", - "text": "151491 - Vegetable oils; excluding low erucic acid rape or colza oil and its fractions, crude", - "parent": "1514", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "151499", - "text": "151499 - Vegetable oils; excluding low erucic acid rape or colza oil and its fractions, other than crude, but not chemically modified", - "parent": "1514", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1515", - "text": "1515 - Fixed vegetable or microbial fats and oils n.e.c. in chapter 15 (including jojoba oil) and their fractions, whether or not refined, but not chemically modified", - "parent": "15", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "151511", - "text": "151511 - Vegetable oils; linseed oil and its fractions, crude, not chemically modified", - "parent": "1515", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "151519", - "text": "151519 - Vegetable oils; linseed oil and its fractions, other than crude, whether or not refined, but not chemically modified", - "parent": "1515", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "151521", - "text": "151521 - Vegetable oils; maize (corn) oil and its fractions, crude, not chemically modified", - "parent": "1515", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "151529", - "text": "151529 - Vegetable oils; maize (corn) oil and its fractions, other than crude, whether or not refined, but not chemically modified", - "parent": "1515", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "151530", - "text": "151530 - Vegetable oils; castor oil and its fractions, whether or not refined, but not chemically modified", - "parent": "1515", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "151540", - "text": "151540 - Tung oil or fractions not chemically modified", - "parent": "1515", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "151550", - "text": "151550 - Vegetable oils; sesame oil and its fractions, whether or not refined, but not chemically modified", - "parent": "1515", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "151560", - "text": "151560 - Vegetable oils; microbial fats and oils and their fractions, whether or not refined, but not chemically modified", - "parent": "1515", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "151590", - "text": "151590 - Fixed vegetable fats and oils and their fractions n.e.c. in heading 1515; other than linseed, maize (corn), castor, sesame, microbial oils, whether or not refined, but not chemically modified", - "parent": "1515", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1516", - "text": "1516 - Animal, vegetable or microbial fats and oils and their fractions, partly or wholly hydrogenated, inter-esterified, re-esterified or elaidinised, whether or not refined, but not further prepared", - "parent": "15", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "151610", - "text": "151610 - Animal fats and oils and their fractions; partly or wholly hydrogenated, inter-esterified, re-esterified or elaidinised, whether or not refined, but not further prepared", - "parent": "1516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "151620", - "text": "151620 - Vegetable fats and oils and their fractions; partly or wholly hydrogenated, inter-esterified, re-esterified or elaidinised, whether or not refined, but not further prepared", - "parent": "1516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "151630", - "text": "151630 - Microbial fats and oils and their fractions; partly or wholly hydrogenated, inter-esterified, re-esterified or elaidinised, whether or not refined, but not further prepared", - "parent": "1516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1517", - "text": "1517 - Margarine; edible mixtures or preparations of animal, vegetable or microbial fats or oils or of fractions of different fats or oils of this Chapter, other than edible fats and oils or their fractions of heading 15.16", - "parent": "15", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "151710", - "text": "151710 - Margarine; excluding liquid margarine", - "parent": "1517", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "151790", - "text": "151790 - Edible mixtures or preparations of animal, vegetable or microbial fats or oils or of fractions of different fats or oils of this Chapter, n.e.c. in heading 1517, other than edible fats and oils or their fractions of heading 15.16", - "parent": "1517", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1518", - "text": "1518 - Animal, vegetable or microbial fats, oils and their fractions; boiled, oxidised, dehydrated or otherwise chemically modified, excluding those of heading no. 1516, inedible mixtures or preparations of fats, oils or their fractions, n.e.c. in chapter 15", - "parent": "15", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "151800", - "text": "151800 - Animal, vegetable or microbial fats, oils and their fractions; boiled, oxidised, dehydrated or otherwise chemically modified, excluding those of heading no. 1516, inedible mixtures or preparations of fats, oils or their fractions, n.e.c. in chapter 15", - "parent": "1518", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1519", - "text": "1519 - Industrial monocarboxylic fatty acid,alcohol, acid oi", - "parent": "15", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "151911", - "text": "151911 - Stearic acid", - "parent": "1519", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "151912", - "text": "151912 - Oleic acid", - "parent": "1519", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "151913", - "text": "151913 - Tall oil fatty acids", - "parent": "1519", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "151919", - "text": "151919 - Industrial monocarboxylic fatty acids, nes, acid oils", - "parent": "1519", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "151920", - "text": "151920 - Acid oils from refining", - "parent": "1519", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "151930", - "text": "151930 - Industrial fatty alcohols", - "parent": "1519", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1520", - "text": "1520 - Glycerol, crude; glycerol waters and glycerol lyes", - "parent": "15", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "152000", - "text": "152000 - Glycerol, crude; glycerol waters and glycerol lyes", - "parent": "1520", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "152010", - "text": "152010 - Glycerol (glycerine), crude and glycerol waters & lye", - "parent": "1520", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "152090", - "text": "152090 - Glycerol (glycerine), nes including synthetic glycero", - "parent": "1520", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1521", - "text": "1521 - Vegetable waxes (other than triglycerides), beeswax, other insect waxes and spermaceti; whether or not refined or coloured", - "parent": "15", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "152110", - "text": "152110 - Vegetable waxes (other than triglycerides); whether or not refined or coloured", - "parent": "1521", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "152190", - "text": "152190 - Waxes, other than vegetable, n.e.c. in heading no. 1521; whether or not refined or coloured", - "parent": "1521", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1522", - "text": "1522 - Degras; residues resulting from the treatment of fatty substances or animal or vegetable waxes", - "parent": "15", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "152200", - "text": "152200 - Degras; residues resulting from the treatment of fatty substances or animal or vegetable waxes", - "parent": "1522", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "16", - "text": "16 - Meat, fish, crustaceans, molluscs or other aquatic invertebrates, or insects; preparations thereof", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "1601", - "text": "1601 - Sausages and similar products, of meat, meat offal, blood or insects; food preparations based on these products", - "parent": "16", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "160100", - "text": "160100 - Meat preparations; sausages and similar products, of meat, meat offal, blood or insects, and food preparations based on these products", - "parent": "1601", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1602", - "text": "1602 - Prepared or preserved meat, meat offal, blood or insects", - "parent": "16", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "160210", - "text": "160210 - Meat preparations; homogenised preparations of meat, meat offal blood or insects", - "parent": "1602", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160220", - "text": "160220 - Meat preparations; of the prepared or preserved liver of any animal (excluding homogenised preparations)", - "parent": "1602", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160231", - "text": "160231 - Meat preparations; of turkeys, prepared or preserved meat or meat offal (excluding livers and homogenised preparations)", - "parent": "1602", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160232", - "text": "160232 - Meat preparations; of the poultry of heading no. 0105, (i.e. of fowls of the species Gallus domesticus)", - "parent": "1602", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160239", - "text": "160239 - Meat preparations; of poultry (excluding turkeys), prepared or preserved meat or meat offal (excluding livers and homogenised preparations)", - "parent": "1602", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160241", - "text": "160241 - Meat preparations; of swine, hams and cuts thereof, prepared or preserved (excluding homogenised preparations)", - "parent": "1602", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160242", - "text": "160242 - Meat preparations; of swine, shoulders and cuts thereof, prepared or preserved (excluding homogenised preparations)", - "parent": "1602", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160249", - "text": "160249 - Meat preparations; of swine, meat or meat offal (including mixtures), prepared or preserved, n.e.c. in heading no. 1602", - "parent": "1602", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160250", - "text": "160250 - Meat preparations; of bovine animals, meat or meat offal, prepared or preserved (excluding livers and homogenised preparations)", - "parent": "1602", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160290", - "text": "160290 - Meat preparations; of meat, meat offal or the blood of any animal, n.e.c. in heading no. 1602", - "parent": "1602", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1603", - "text": "1603 - Extracts and juices of meat, fish or crustaceans, molluscs or other aquatic invertebrates", - "parent": "16", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "160300", - "text": "160300 - Extracts and juices; of meat, fish or crustaceans, molluscs or other aquatic invertebrates", - "parent": "1603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1604", - "text": "1604 - Prepared or preserved fish; caviar and caviar substitutes prepared from fish eggs", - "parent": "16", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "160411", - "text": "160411 - Fish preparations; salmon, prepared or preserved, whole or in pieces (but not minced)", - "parent": "1604", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160412", - "text": "160412 - Fish preparations; herrings, prepared or preserved, whole or in pieces (but not minced)", - "parent": "1604", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160413", - "text": "160413 - Fish preparations; sardines, sardinella and brisling or sprats, prepared or preserved, whole or in pieces (but not minced)", - "parent": "1604", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160414", - "text": "160414 - Fish preparations; tunas, skipjack tuna and bonito (Sarda spp.), prepared or preserved, whole or in pieces (but not minced)", - "parent": "1604", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160415", - "text": "160415 - Fish preparations; mackerel, prepared or preserved, whole or in pieces (but not minced)", - "parent": "1604", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160416", - "text": "160416 - Fish preparations; anchovies, prepared or preserved, whole or in pieces (but not minced)", - "parent": "1604", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160417", - "text": "160417 - Fish preparations; eels, prepared or preserved, whole or in pieces (but not minced)", - "parent": "1604", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160418", - "text": "160418 - Fish preparations; shark fins, prepared or preserved, whole or in pieces (but not minced)", - "parent": "1604", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160419", - "text": "160419 - Fish preparations; fish prepared or preserved, whole or in pieces (but not minced), n.e.c. in heading no. 1604", - "parent": "1604", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160420", - "text": "160420 - Fish preparations; fish minced or in forms n.e.c. in heading no. 1604, prepared or preserved", - "parent": "1604", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160430", - "text": "160430 - Caviar & caviar substitutes prepared from fish eggs", - "parent": "1604", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160431", - "text": "160431 - Fish preparations; caviar", - "parent": "1604", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160432", - "text": "160432 - Fish preparations; caviar substitutes, prepared from fish eggs", - "parent": "1604", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1605", - "text": "1605 - Crustaceans, molluscs and other aquatic invertebrates, prepared or preserved", - "parent": "16", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "160510", - "text": "160510 - Crustacean preparations; crab, prepared or preserved", - "parent": "1605", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160520", - "text": "160520 - Shrimps & prawns, prepared/preserved", - "parent": "1605", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160521", - "text": "160521 - Crustacean preparations; shrimps and prawns, prepared or preserved, not in airtight containers", - "parent": "1605", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160529", - "text": "160529 - Crustacean preparations; shrimps and prawns, prepared or preserved, in airtight containers", - "parent": "1605", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160530", - "text": "160530 - Crustacean preparations; lobster, prepared or preserved", - "parent": "1605", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160540", - "text": "160540 - Crustacean preparations; other than crab, shrimps, prawns, and lobsters, prepared or preserved", - "parent": "1605", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160551", - "text": "160551 - Mollusc preparations; oysters, prepared or preserved", - "parent": "1605", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160552", - "text": "160552 - Mollusc preparations; scallops, including queen scallops, prepared or preserved", - "parent": "1605", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160553", - "text": "160553 - Mollusc preparations; mussels, prepared or preserved", - "parent": "1605", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160554", - "text": "160554 - Mollusc preparations; cuttle fish and squid, prepared or preserved", - "parent": "1605", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160555", - "text": "160555 - Mollusc preparations; octopus, prepared or preserved", - "parent": "1605", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160556", - "text": "160556 - Mollusc preparations; clams, cockles and arkshells, prepared or preserved", - "parent": "1605", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160557", - "text": "160557 - Mollusc preparations; abalone, prepared or preserved", - "parent": "1605", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160558", - "text": "160558 - Mollusc preparations; snails, other than sea snails, prepared or preserved", - "parent": "1605", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160559", - "text": "160559 - Mollusc preparations; n.e.c. in item no. 1605.5, preparations such as pastes, sausages, prepared meals and the like", - "parent": "1605", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160561", - "text": "160561 - Aquatic invertebrates; sea cucumbers, prepared or preserved", - "parent": "1605", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160562", - "text": "160562 - Aquatic invertebrates; sea urchins, prepared or preserved", - "parent": "1605", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160563", - "text": "160563 - Aquatic invertebrates; jellyfish, prepared or preserved", - "parent": "1605", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160569", - "text": "160569 - Aquatic invertebrates; other than crustaceans, molluscs, sea cucumbers, sea urchins, and jellyfish, prepared or preserved", - "parent": "1605", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "160590", - "text": "160590 - Molluscs & other aquatic invertegrates, prepared/preserved", - "parent": "1605", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "17", - "text": "17 - Sugars and sugar confectionery", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "1701", - "text": "1701 - Cane or beet sugar and chemically pure sucrose, in solid form", - "parent": "17", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "170111", - "text": "170111 - Cane sugar, raw, in solid form, not containing added flavouring/colouring matter", - "parent": "1701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "170112", - "text": "170112 - Sugars; beet sugar, raw, in solid form, not containing added flavouring or colouring matter", - "parent": "1701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "170113", - "text": "170113 - Sugars; cane sugar, raw, in solid form, as specified in Subheading Note 2 to this chapter, not containing added flavouring or colouring matter", - "parent": "1701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "170114", - "text": "170114 - Sugars; cane sugar, raw, in solid form, other than as specified in Subheading Note 2 to this chapter, not containing added flavouring or colouring matter", - "parent": "1701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "170191", - "text": "170191 - Sugars; sucrose, chemically pure, in solid form, containing added flavouring or colouring matter", - "parent": "1701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "170199", - "text": "170199 - Sugars; sucrose, chemically pure, in solid form, not containing added flavouring or colouring matter", - "parent": "1701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1702", - "text": "1702 - Sugars, including lactose, maltose, glucose or fructose in solid form; sugar syrups without added flavouring or colouring matter; artificial honey, whether or not mixed with natural honey; caramel", - "parent": "17", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "170210", - "text": "170210 - Lactose and lactose syrup", - "parent": "1702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "170211", - "text": "170211 - Sugars; lactose and lactose syrup, containing by weight 99% or more lactose, expressed as anhydrous lactose, calculated on the dry matter", - "parent": "1702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "170219", - "text": "170219 - Sugars; lactose and lactose syrup, containing by weight less than 99% lactose, expressed as anhydrous lactose, calculated on the dry matter", - "parent": "1702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "170220", - "text": "170220 - Sugars; maple sugar, chemically pure, in solid form; maple syrup, not containing added flavouring or colouring matter", - "parent": "1702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "170230", - "text": "170230 - Sugars; glucose and glucose syrup, not containing fructose or containing in the dry state less than 20% by weight of fructose, the syrup not containing added flavouring or colouring matter", - "parent": "1702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "170240", - "text": "170240 - Sugars; glucose and glucose syrup, containing in the dry state at least 20% but less than 50% by weight of fructose, excluding invert sugar, the syrup not containing added flavouring or colouring matter", - "parent": "1702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "170250", - "text": "170250 - Sugars; fructose, chemically pure, in solid form", - "parent": "1702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "170260", - "text": "170260 - Sugars; fructose, other than chemically pure fructose, and fructose syrup (containing in the dry state more than 50% by weight of fructose), excluding invert sugar", - "parent": "1702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "170290", - "text": "170290 - Sugars; n.e.c. in heading no. 1702, including invert sugar and other sugar and sugar syrup blends containing, in the dry state, 50% by weight of fructose", - "parent": "1702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1703", - "text": "1703 - Molasses; resulting from the extraction or refining of sugar", - "parent": "17", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "170310", - "text": "170310 - Sugars; molasses, from sugar cane, resulting from the extraction or refining of sugar", - "parent": "1703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "170390", - "text": "170390 - Sugars; molasses, from sugar beet, resulting from the extraction or refining of sugar", - "parent": "1703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1704", - "text": "1704 - Sugar confectionery (including white chocolate), not containing cocoa", - "parent": "17", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "170410", - "text": "170410 - Sugar confectionery; chewing gum, whether or not sugar-coated, not containing cocoa", - "parent": "1704", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "170490", - "text": "170490 - Sugar confectionery; (excluding chewing gum, including white chocolate), not containing cocoa", - "parent": "1704", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "18", - "text": "18 - Cocoa and cocoa preparations", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "1801", - "text": "1801 - Cocoa beans; whole or broken, raw or roasted", - "parent": "18", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "180100", - "text": "180100 - Cocoa beans; whole or broken, raw or roasted", - "parent": "1801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1802", - "text": "1802 - Cocoa; shells, husks, skins and other cocoa waste", - "parent": "18", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "180200", - "text": "180200 - Cocoa; shells, husks, skins and other cocoa waste", - "parent": "1802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1803", - "text": "1803 - Cocoa; paste; whether or not defatted", - "parent": "18", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "180310", - "text": "180310 - Cocoa; paste, not defatted", - "parent": "1803", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "180320", - "text": "180320 - Cocoa; paste, wholly or partly defatted", - "parent": "1803", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1804", - "text": "1804 - Cocoa; butter, fat and oil", - "parent": "18", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "180400", - "text": "180400 - Cocoa; butter, fat and oil", - "parent": "1804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1805", - "text": "1805 - Cocoa; powder, not containing added sugar or other sweetening matter", - "parent": "18", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "180500", - "text": "180500 - Cocoa; powder, not containing added sugar or other sweetening matter", - "parent": "1805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1806", - "text": "1806 - Chocolate and other food preparations containing cocoa", - "parent": "18", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "180610", - "text": "180610 - Cocoa; powder, containing added sugar or other sweetening matter", - "parent": "1806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "180620", - "text": "180620 - Chocolate & other food preparations containing cocoa; in blocks, slabs or bars weighing more than 2kg or in liquid, paste, powder, granular or other bulk form in containers or immediate packings, content exceeding 2kg", - "parent": "1806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "180631", - "text": "180631 - Chocolate and other food preparations containing cocoa; in blocks, slabs or bars, filled, weighing 2kg or less", - "parent": "1806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "180632", - "text": "180632 - Chocolate and other food preparations containing cocoa; in blocks, slabs or bars, (not filled), weighing 2kg or less", - "parent": "1806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "180690", - "text": "180690 - Chocolate and other food preparations containing cocoa; n.e.c. in chapter 18", - "parent": "1806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "19", - "text": "19 - Preparations of cereals, flour, starch or milk; pastrycooks' products", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "1901", - "text": "1901 - Malt extract; flour/groats/meal/starch/malt extract products, no cocoa (or less than 40% by weight) and food preparations of goods of headings 04.01 to 04.04, no cocoa (or less than 5% by weight), weights calculated on a totally defatted basis, n.e.c.", - "parent": "19", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "190110", - "text": "190110 - Food preparations; of flour, meal, starch, malt extract or milk products, suitable for infants or young children, put up for retail sale", - "parent": "1901", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "190120", - "text": "190120 - Food preparations; mixes and doughs for the preparation of bread, pastry, cakes, biscuits and other bakers' wares", - "parent": "1901", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "190190", - "text": "190190 - Food preparations; of flour, meal, starch, malt extract or milk products, for uses n.e.c. in heading no. 1901", - "parent": "1901", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1902", - "text": "1902 - Pasta; whether or not cooked or stuffed with meat or other substance, or otherwise prepared, egg spaghetti, macaroni, noodles, lasagne, gnocchi, ravioli, cannelloni; couscous, whether or not prepared", - "parent": "19", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "190211", - "text": "190211 - Food preparations; pasta, containing eggs, uncooked, not stuffed or otherwise prepared", - "parent": "1902", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "190219", - "text": "190219 - Food preparations; pasta, uncooked (excluding that containing eggs), not stuffed or otherwise prepared", - "parent": "1902", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "190220", - "text": "190220 - Food preparations; pasta, stuffed (with meat or other substances), whether or not cooked or otherwise prepared", - "parent": "1902", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "190230", - "text": "190230 - Food preparations; pasta (excluding stuffed), cooked or otherwise prepared", - "parent": "1902", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "190240", - "text": "190240 - Food preparations; couscous", - "parent": "1902", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1903", - "text": "1903 - Tapioca and substitutes therefor prepared from starch; in the form of flakes, grains, pearls, siftings or similar forms", - "parent": "19", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "190300", - "text": "190300 - Food preparations; tapioca and substitutes thereof, prepared from starch in the form of flakes, grains, pearls, siftings or similar", - "parent": "1903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1904", - "text": "1904 - Prepared foods obtained by swelling or roasting cereals or cereal products (e.g. corn flakes); cereals (other than maize (corn)) in grain form or in the form of flakes or other worked grains (not flour and meal), pre-cooked or otherwise prepared, n.e.c.", - "parent": "19", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "190410", - "text": "190410 - Food preparations; obtained by the swelling or roasting of cereals or cereal products", - "parent": "1904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "190420", - "text": "190420 - Food preparations; obtained from unroasted cereal flakes or from mixtures of unroasted cereal flakes and roasted cereal flakes or swelled cereals", - "parent": "1904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "190430", - "text": "190430 - Prepared foods obtained by the swelling or roasting of cereals or cereal products (e.g. corn flakes); cereals, not maize (corn), in grain form or in the form of flakes or other worked grains, from bulgur wheat", - "parent": "1904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "190490", - "text": "190490 - Food preparations; cereal or cereal products (excluding maize), in grain form, pre-cooked or otherwise prepared", - "parent": "1904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "1905", - "text": "1905 - Bread, pastry, cakes, biscuits, other bakers' wares, whether or not containing cocoa; communion wafers, empty cachets suitable for pharmaceutical use, sealing wafers, rice paper and similar products", - "parent": "19", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "190510", - "text": "190510 - Food preparations; crispbread, whether or not containing cocoa", - "parent": "1905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "190520", - "text": "190520 - Food preparations; gingerbread and the like, whether or not containing cocoa", - "parent": "1905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "190530", - "text": "190530 - Sweet biscuits, waffles and wafers", - "parent": "1905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "190531", - "text": "190531 - Food preparations; sweet biscuits, whether or not containing cocoa", - "parent": "1905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "190532", - "text": "190532 - Food preparations; waffles and wafers, whether or not containing cocoa", - "parent": "1905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "190540", - "text": "190540 - Food preparations; rusks, toasted bread and similar toasted products, whether or not containing cocoa", - "parent": "1905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "190590", - "text": "190590 - Food preparations; bakers' wares n.e.c. in heading no. 1605, whether or not containing cocoa; communion wafers, empty cachets suitable for pharmaceutical use, sealing wafers, rice papers and similar products", - "parent": "1905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "20", - "text": "20 - Preparations of vegetables, fruit, nuts or other parts of plants", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "2001", - "text": "2001 - Vegetables, fruit, nuts and other edible parts of plants; prepared or preserved by vinegar or acetic acid", - "parent": "20", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "200110", - "text": "200110 - Vegetable preparations; cucumbers and gherkins, prepared or preserved by vinegar or acetic acid", - "parent": "2001", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200120", - "text": "200120 - Onions prepared or preserved by vinegar", - "parent": "2001", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200190", - "text": "200190 - Vegetable preparations; vegetables, fruit, nuts and other edible parts of plants, prepared or preserved by vinegar or acetic acid (excluding cucumbers and gherkins)", - "parent": "2001", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2002", - "text": "2002 - Tomatoes; prepared or preserved otherwise than by vinegar or acetic acid", - "parent": "20", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "200210", - "text": "200210 - Vegetable preparations; tomatoes, whole or in pieces, prepared or preserved otherwise than by vinegar or acetic acid", - "parent": "2002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200290", - "text": "200290 - Vegetable preparations; tomatoes, (other than whole or in pieces), prepared or preserved otherwise than by vinegar or acetic acid", - "parent": "2002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2003", - "text": "2003 - Mushrooms and truffles, prepared or preserved other than by vinegar or acetic acid", - "parent": "20", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "200310", - "text": "200310 - Vegetable preparations; mushrooms of the genus Agaricus, prepared or preserved otherwise than by vinegar or acetic acid", - "parent": "2003", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200320", - "text": "200320 - Truffles, prepared/preserved othw. than by vinegar/acetic acid", - "parent": "2003", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200390", - "text": "200390 - Vegetable preparations; mushrooms and truffles, other than mushrooms of the genus Agaricus, prepared or preserved otherwise than by vinegar or acetic acid", - "parent": "2003", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2004", - "text": "2004 - Vegetables preparations n.e.c.; prepared or preserved otherwise than by vinegar or acetic acid, frozen, other than products of heading no. 2006", - "parent": "20", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "200410", - "text": "200410 - Vegetable preparations; potatoes, prepared or preserved otherwise than by vinegar or acetic acid, frozen", - "parent": "2004", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200490", - "text": "200490 - Vegetable preparations; vegetables and mixtures of vegetables (excluding potatoes), prepared or preserved otherwise than by vinegar or acetic acid, frozen", - "parent": "2004", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2005", - "text": "2005 - Vegetables preparations n.e.c.; prepared or preserved otherwise than by vinegar or acetic acid, not frozen, other than products of heading no. 2006", - "parent": "20", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "200510", - "text": "200510 - Vegetable preparations; homogenised vegetables, prepared or preserved otherwise than by vinegar or acetic acid, not frozen", - "parent": "2005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200520", - "text": "200520 - Vegetable preparations; potatoes, prepared or preserved otherwise than by vinegar or acetic acid, not frozen", - "parent": "2005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200530", - "text": "200530 - Sauerkraut, prepared or preserved, not frozen/vinegar", - "parent": "2005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200540", - "text": "200540 - Vegetable preparations; peas (pisum sativum), prepared or preserved otherwise than by vinegar or acetic acid, not frozen", - "parent": "2005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200551", - "text": "200551 - Vegetable preparations; beans, shelled, prepared or preserved otherwise than by vinegar or acetic acid, not frozen", - "parent": "2005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200559", - "text": "200559 - Vegetable preparations; beans, (not shelled), prepared or preserved otherwise than by vinegar or acetic acid, not frozen", - "parent": "2005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200560", - "text": "200560 - Vegetable preparations; asparagus, prepared or preserved otherwise than by vinegar or acetic acid, not frozen", - "parent": "2005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200570", - "text": "200570 - Vegetable preparations; olives, prepared or preserved otherwise than by vinegar or acetic acid, not frozen", - "parent": "2005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200580", - "text": "200580 - Vegetable preparations; sweetcorn (zea mays var. saccharata), prepared or preserved otherwise than by vinegar or acetic acid, not frozen", - "parent": "2005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200590", - "text": "200590 - Veg nes, mixes, prepared/preserved, not frozen/vinega", - "parent": "2005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200591", - "text": "200591 - Vegetable preparations; bamboo shoots, prepared or preserved otherwise than by vinegar or acetic acid, not frozen", - "parent": "2005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200599", - "text": "200599 - Vegetable preparations; vegetables and mixtures of vegetables n.e.c. in heading no. 2005, prepared or preserved otherwise than by vinegar or acetic acid, not frozen", - "parent": "2005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2006", - "text": "2006 - Vegetables, fruit, nuts, fruit-peel and other parts of plants, preserved by sugar (drained, glace or crystallised)", - "parent": "20", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "200600", - "text": "200600 - Vegetables, fruit, nuts, fruit-peel and other parts of plants, preserved by sugar (drained, glace or crystallised)", - "parent": "2006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2007", - "text": "2007 - Jams, fruit jellies, marmalades, fruit or nut puree and fruit or nut pastes, being cooked preparations; whether or not containing added sugar or other sweetening matter", - "parent": "20", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "200710", - "text": "200710 - Jams, fruit jellies, marmalades, fruit or nut puree and fruit or nut pastes; homogenised, cooked preparations, whether or not containing added sugar or other sweetening matter", - "parent": "2007", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200791", - "text": "200791 - Jams, jellies, marmalades, purees and pastes; of citrus fruit, being cooked preparations (excluding homogenised), whether or not containing added sugar or other sweetening matter", - "parent": "2007", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200799", - "text": "200799 - Jams, fruit jellies, marmalades, purees and pastes; of fruit or nuts n.e.c. in heading no. 2007, cooked preparations (excluding homogenised), whether or not containing added sugar or other sweetening matter", - "parent": "2007", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2008", - "text": "2008 - Fruit, nuts and other edible parts of plants; prepared or preserved in ways n.e.c., whether or not containing added sugar or other sweetening matter or spirit, not elsewhere specified or included", - "parent": "20", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "200811", - "text": "200811 - Nuts; ground-nuts, whether or not containing added sugar, other sweetening matter or spirit", - "parent": "2008", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200819", - "text": "200819 - Nuts and other seeds; whether or not containing added sugar, other sweetening matter or spirit (excluding ground-nuts except in mixtures)", - "parent": "2008", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200820", - "text": "200820 - Fruit; pineapples, prepared or preserved in ways n.e.c. in heading no. 2007, whether or not containing added sugar, other sweetening matter or spirit", - "parent": "2008", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200830", - "text": "200830 - Fruit; citrus, prepared or preserved in ways n.e.c. in heading no. 2007, whether or not containing added sugar, other sweetening matter or spirit", - "parent": "2008", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200840", - "text": "200840 - Fruit; pears, prepared or preserved in ways n.e.c. in heading no. 2007, whether or not containing added sugar, other sweetening matter or spirit", - "parent": "2008", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200850", - "text": "200850 - Fruit; apricots, prepared or preserved in ways n.e.c. in heading no. 2007, whether or not containing added sugar, other sweetening matter or spirit", - "parent": "2008", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200860", - "text": "200860 - Fruit; cherries, prepared or preserved in ways n.e.c. in heading no. 2007, whether or not containing added sugar, other sweetening matter or spirit", - "parent": "2008", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200870", - "text": "200870 - Fruit; peaches, including nectarines, prepared or preserved in ways n.e.c. in heading no. 2007 and 2008, whether or not containing added sugar, other sweetening matter or spirit", - "parent": "2008", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200880", - "text": "200880 - Fruit; strawberries, prepared or preserved in ways n.e.c. in heading no. 2007, whether or not containing added sugar, other sweetening matter or spirit", - "parent": "2008", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200891", - "text": "200891 - Fruit, palm hearts; prepared or preserved, whether or not containing added sugar, other sweetening matter or spirit", - "parent": "2008", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200892", - "text": "200892 - Mixtures of edible parts of plants (excl. of 2008.19), prepared/preserved, whether/not containing added sugar/other sweetening matter/spirit, n.e.s.", - "parent": "2008", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200893", - "text": "200893 - Fruit; cranberries (Vaccinium macrocarpon, Vaccinium oxycoccos); Iingonberries (Vaccinium vitis-idaea), prepared or preserved, whether or not containing added sugar, other sweetening matter or spirit", - "parent": "2008", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200897", - "text": "200897 - Fruit, nuts and other edible parts of plants; mixtures (other than those of subheading no 2008.19); prepared or preserved in ways n.e.c. in headings 2007 and 2008, whether or not containing added sugar, or other sweetening matter or spirit, n.e.c.", - "parent": "2008", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200899", - "text": "200899 - Fruit, nuts and other edible parts of plants; prepared or preserved, whether or not containing added sugar, other sweetening matter or spirit, n.e.c. in heading no. 2008", - "parent": "2008", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2009", - "text": "2009 - Fruit or nut juices (including grape must and coconut water) and vegetable juices, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter", - "parent": "20", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "200911", - "text": "200911 - Juice; orange, frozen, unfermented, (not containing added spirit), whether or not containing added sugar or other sweetening matter", - "parent": "2009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200912", - "text": "200912 - Juice; orange, not frozen, of a Brix value not exceeding 20, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter", - "parent": "2009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200919", - "text": "200919 - Juice; orange, not frozen, of a Brix value exceeding 20, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter", - "parent": "2009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200920", - "text": "200920 - Grapefruit juice, not fermented or spirited", - "parent": "2009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200921", - "text": "200921 - Juice; grapefruit or pomelo, of a Brix value not exceeding 20, unfermented, (not containing added spirit), whether or not containing added sugar or other sweetening matter", - "parent": "2009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200929", - "text": "200929 - Juice; grapefruit or pomelo, of a Brix value exceeding 20, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter", - "parent": "2009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200930", - "text": "200930 - Citrus juice nes (one fruit) not fermented or spirite", - "parent": "2009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200931", - "text": "200931 - Juice; of single citrus fruit (excluding orange, grapefruit or pomelo), of a Brix value not exceeding 20, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter", - "parent": "2009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200939", - "text": "200939 - Juice; of single citrus fruit (excluding orange, grapefruit or pomelo), of a Brix value exceeding 20, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter", - "parent": "2009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200940", - "text": "200940 - Pineapple juice, not fermented or spirited", - "parent": "2009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200941", - "text": "200941 - Juice; pineapple, of a Brix value not exceeding 20, unfermented, (not containing added spirit), whether or not containing added sugar or other sweetening matter", - "parent": "2009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200949", - "text": "200949 - Juice; pineapple, of a Brix value exceeding 20, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter", - "parent": "2009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200950", - "text": "200950 - Juice; tomato, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter", - "parent": "2009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200960", - "text": "200960 - Grape juice or must not fermented or spirited", - "parent": "2009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200961", - "text": "200961 - Juice; grape, of a Brix value not exceeding 30, unfermented, (not containing added spirit), whether or not containing added sugar or other sweetening matter", - "parent": "2009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200969", - "text": "200969 - Juice; grape, of a Brix value exceeding 30, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter", - "parent": "2009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200970", - "text": "200970 - Apple juice not fermented or spirited", - "parent": "2009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200971", - "text": "200971 - Juice; apple, of a Brix value not exceeding 20, unfermented, (not containing added spirit), whether or not containing added sugar or other sweetening matter", - "parent": "2009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200979", - "text": "200979 - Juice; apple, of a Brix value exceeding 20, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter", - "parent": "2009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200980", - "text": "200980 - Juice of any single fruit/vegetable (excl. of 2009.11-2009.79), unfermented & not containing added spirit, whether/not containing added sugar/other sweetening matter", - "parent": "2009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200981", - "text": "200981 - Juice; cranberry (Vaccinium macrocarpon, Vaccinium oxycoccos); Iingonberry (Vaccinium vitis-idaea), unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter", - "parent": "2009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200989", - "text": "200989 - Juice; of any single fruit, nut or vegetable n.e.c. in heading no. 2009, unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter", - "parent": "2009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "200990", - "text": "200990 - Juices; mixtures of fruits or vegetables (but not nut juice), unfermented, not containing added spirit, whether or not containing added sugar or other sweetening matter", - "parent": "2009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "21", - "text": "21 - Miscellaneous edible preparations", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "2101", - "text": "2101 - Extracts, essences, concentrates of coffee, tea or mate; preparations with a basis of these products or with a basis of coffee, tea or mate; roasted chicory and other roasted coffee substitutes and extracts, essences and concentrates thereof", - "parent": "21", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "210110", - "text": "210110 - Coffee extracts, essences, concentrates, preparations", - "parent": "2101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "210111", - "text": "210111 - Extracts, essences and concentrates; of coffee, and preparations with a basis of these extracts, essences or concentrates or with a basis of coffee", - "parent": "2101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "210112", - "text": "210112 - Preparations with a basis of extracts, essences or concentrates or with a basis of coffee", - "parent": "2101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "210120", - "text": "210120 - Extracts, essences and concentrates; of tea or mate, and preparations with a basis of these extracts, essences or concentrates or with a basis of tea or mate", - "parent": "2101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "210130", - "text": "210130 - Chicory, roasted and other roasted coffee substitutes; extracts, essences and concentrates thereof", - "parent": "2101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2102", - "text": "2102 - Yeasts (active or inactive); other single-cell micro-organisms, dead (but not including vaccines of heading no. 3002); prepared baking powders", - "parent": "21", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "210210", - "text": "210210 - Yeasts; active", - "parent": "2102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "210220", - "text": "210220 - Yeasts; inactive, other single-cell micro-organisms, dead", - "parent": "2102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "210230", - "text": "210230 - Baking powders; prepared", - "parent": "2102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2103", - "text": "2103 - Sauces and preparations therefor; mixed condiments and mixed seasonings, mustard flour and meal and prepared mustard", - "parent": "21", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "210310", - "text": "210310 - Sauces; soya", - "parent": "2103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "210320", - "text": "210320 - Sauces; tomato ketchup and other tomato sauces", - "parent": "2103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "210330", - "text": "210330 - Mustard flour and meal and prepared mustard", - "parent": "2103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "210390", - "text": "210390 - Sauces and preparations therefor; mixed condiments and mixed seasonings", - "parent": "2103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2104", - "text": "2104 - Soups and broths and preparations therefor; homogenised composite food preparations", - "parent": "21", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "210410", - "text": "210410 - Soups and broths and preparations therefor", - "parent": "2104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "210420", - "text": "210420 - Homogenised composite food preparations", - "parent": "2104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2105", - "text": "2105 - Ice cream and other edible ice; whether or not containing cocoa", - "parent": "21", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "210500", - "text": "210500 - Ice cream and other edible ice; whether or not containing cocoa", - "parent": "2105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2106", - "text": "2106 - Food preparations not elsewhere specified or included", - "parent": "21", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "210610", - "text": "210610 - Protein; concentrates and textured protein substances", - "parent": "2106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "210690", - "text": "210690 - Food preparations; n.e.c. in item no. 2106.10", - "parent": "2106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "22", - "text": "22 - Beverages, spirits and vinegar", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "2201", - "text": "2201 - Waters, including natural or artificial mineral waters and aerated waters, not containing added sugar or other sweetening matter nor flavoured; ice and snow", - "parent": "22", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "220110", - "text": "220110 - Waters; mineral and aerated, including natural or artificial, (not containing added sugar or other sweetening matter nor flavoured)", - "parent": "2201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "220190", - "text": "220190 - Waters; other than mineral and aerated, (not containing added sugar or other sweetening matter nor flavoured), ice and snow", - "parent": "2201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2202", - "text": "2202 - Waters, including mineral and aerated waters, containing added sugar or sweetening matter, flavoured; other non-alcoholic beverages, not including fruit, nut or vegetable juices of heading no. 2009", - "parent": "22", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "220210", - "text": "220210 - Waters; including mineral and aerated, containing added sugar or other sweetening matter or flavoured", - "parent": "2202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "220290", - "text": "220290 - Non-alcoholic beverages; n.e.c. in item no. 2202.10, not including fruit or vegetable juices of heading no. 2009", - "parent": "2202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "220291", - "text": "220291 - Non-alcoholic beverages; non-alcoholic beer", - "parent": "2202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "220299", - "text": "220299 - Non-alcoholic beverages; other than non-alcoholic beer, n.e.c. in item no. 2202.10, not including fruit, nut or vegetable juices of heading no. 2009", - "parent": "2202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2203", - "text": "2203 - Beer made from malt", - "parent": "22", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "220300", - "text": "220300 - Beer; made from malt", - "parent": "2203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2204", - "text": "2204 - Wine of fresh grapes, including fortified wines; grape must other than that of heading no. 2009", - "parent": "22", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "220410", - "text": "220410 - Wine; sparkling", - "parent": "2204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "220421", - "text": "220421 - Wine; still, in containers holding 2 litres or less", - "parent": "2204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "220422", - "text": "220422 - Wine; still, in containers holding more than 2 litres but not more than 10 litres", - "parent": "2204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "220429", - "text": "220429 - Wine; still, in containers holding more than 10 litres", - "parent": "2204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "220430", - "text": "220430 - Grape must; n.e.c. in heading no. 2009, n.e.c. in item no. 2204.2", - "parent": "2204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2205", - "text": "2205 - Vermouth and other wine of fresh grapes, flavoured with plants or aromatic substances", - "parent": "22", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "220510", - "text": "220510 - Vermouth and other wine of fresh grapes, flavoured with plants or aromatic substances, in containers holding 2 litres or less", - "parent": "2205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "220590", - "text": "220590 - Vermouth and other wine of fresh grapes, flavoured with plants or aromatic substances, in containers holding more than 2 litres", - "parent": "2205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2206", - "text": "2206 - Fermented beverages, n.e.c. in chapter 22; (e.g. cider, perry, mead, sake)", - "parent": "22", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "220600", - "text": "220600 - Beverages, fermented; (e.g. cider, perry, mead, sake)", - "parent": "2206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2207", - "text": "2207 - Ethyl alcohol, undenatured; of an alcoholic strength by volume of 80% vol. or higher; ethyl alcohol and other spirits, denatured, of any strength", - "parent": "22", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "220710", - "text": "220710 - Undenatured ethyl alcohol; of an alcoholic strength by volume of 80% vol. or higher", - "parent": "2207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "220720", - "text": "220720 - Ethyl alcohol and other spirits; denatured, of any strength", - "parent": "2207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2208", - "text": "2208 - Ethyl alcohol, undenatured; of an alcoholic strength by volume of less than 80% volume; spirits, liqueurs and other spirituous beverages", - "parent": "22", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "220810", - "text": "220810 - Compound alcoholic preps for beverage manufacture", - "parent": "2208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "220820", - "text": "220820 - Spirits obtained by distilling grape wine or grape marc", - "parent": "2208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "220830", - "text": "220830 - Whiskies", - "parent": "2208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "220840", - "text": "220840 - Rum and other spirits obtained by distilling fermented sugar-cane products", - "parent": "2208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "220850", - "text": "220850 - Gin and geneva", - "parent": "2208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "220860", - "text": "220860 - Vodka", - "parent": "2208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "220870", - "text": "220870 - Liqueurs and cordials", - "parent": "2208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "220890", - "text": "220890 - Spirits, liqueurs and other spirituous beverages; n.e.c. in heading no. 2208", - "parent": "2208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2209", - "text": "2209 - Vinegar and substitutes for vinegar obtained from acetic acid", - "parent": "22", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "220900", - "text": "220900 - Vinegar and substitutes for vinegar; obtained from acetic acid", - "parent": "2209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "23", - "text": "23 - Food industries, residues and wastes thereof; prepared animal fodder", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "2301", - "text": "2301 - Flours, meal and pellets, of meat or meat offal, of fish or of crustaceans, molluscs or other aquatic invertebrates, unfit for human consumption; greaves", - "parent": "23", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "230110", - "text": "230110 - Flours, meals and pellets; of meat or meat offal, greaves", - "parent": "2301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "230120", - "text": "230120 - Flours, meals and pellets; of fish or of crustaceans, molluscs or other aquatic invertebrates", - "parent": "2301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2302", - "text": "2302 - Bran, sharps and other residues; whether or not in the form of pellets derived from the sifting, milling or other working of cereals or of leguminous plants", - "parent": "23", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "230210", - "text": "230210 - Bran, sharps and other residues; of maize (corn), whether or not in the form of pellets, derived from the sifting, milling or other workings thereof", - "parent": "2302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "230220", - "text": "230220 - Rice bran, sharps, other residues", - "parent": "2302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "230230", - "text": "230230 - Bran, sharps and other residues; of wheat, whether or not in the form of pellets, derived from the sifting, milling or other workings thereof", - "parent": "2302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "230240", - "text": "230240 - Bran, sharps and other residues; of other cereals, whether or not in the form of pellets, derived from the sifting, milling or other workings thereof", - "parent": "2302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "230250", - "text": "230250 - Bran, sharps and other residues; of leguminous plants, whether or not in the form of pellets, derived from the sifting, milling or other workings thereof", - "parent": "2302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2303", - "text": "2303 - Residues of starch manufacture, similar residues; beet-pulp, bagasse and other waste of sugar manufacture, brewing or distilling dregs and waste, whether or not in the form of pellets", - "parent": "23", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "230310", - "text": "230310 - Residues of starch manufacture and similar residues; whether or not in the form of pellets", - "parent": "2303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "230320", - "text": "230320 - Beet-pulp, bagasse and other waste of sugar manufacture; whether or not in the form of pellets", - "parent": "2303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "230330", - "text": "230330 - Brewing or distilling dregs and waste; whether or not in the form of pellets", - "parent": "2303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2304", - "text": "2304 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of soya-bean oil", - "parent": "23", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "230400", - "text": "230400 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of soya-bean oil", - "parent": "2304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2305", - "text": "2305 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of ground-nut oil", - "parent": "23", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "230500", - "text": "230500 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of ground-nut oil", - "parent": "2305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2306", - "text": "2306 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of vegetable or microbial fats or oils, other than those of heading no. 2304 or 2305", - "parent": "23", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "230610", - "text": "230610 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of cotton seed oils", - "parent": "2306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "230620", - "text": "230620 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of linseed oils", - "parent": "2306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "230630", - "text": "230630 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of sunflower seed oils", - "parent": "2306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "230640", - "text": "230640 - Rape or colza seed oil-cake and other solid residues", - "parent": "2306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "230641", - "text": "230641 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of low erucic acid rape or colza seed oils", - "parent": "2306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "230649", - "text": "230649 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of rape seed oils (other than low erucic acid rape or colza)", - "parent": "2306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "230650", - "text": "230650 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of coconut or copra seed oils", - "parent": "2306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "230660", - "text": "230660 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of palm nuts or kernels oils", - "parent": "2306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "230670", - "text": "230670 - Maize/corn germ oil-cake", - "parent": "2306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "230690", - "text": "230690 - Oil-cake and other solid residues; whether or not ground or in the form of pellets, resulting from the extraction of oils, n.e.c. in heading no. 2306", - "parent": "2306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2307", - "text": "2307 - Wine lees; argol", - "parent": "23", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "230700", - "text": "230700 - Wine lees; argol", - "parent": "2307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2308", - "text": "2308 - Vegetable materials and vegetable waste, vegetable residues and bi-products; whether or not in the form of pellets, of a kind used in animal feeding, not elsewhere specified or included", - "parent": "23", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "230800", - "text": "230800 - Vegetable materials and vegetable waste, vegetable residues and by-products; whether or not in the form of pellets, of a kind used in animal feeding, not elsewhere specified or included", - "parent": "2308", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "230810", - "text": "230810 - Acorns and horse-chestnuts for animal feed", - "parent": "2308", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "230890", - "text": "230890 - Vegetable wastes and residues nes for animal feed", - "parent": "2308", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2309", - "text": "2309 - Preparations of a kind used in animal feeding", - "parent": "23", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "230910", - "text": "230910 - Dog or cat food; put up for retail sale, used in animal feeding", - "parent": "2309", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "230990", - "text": "230990 - Dog or cat food; (not put up for retail sale), used in animal feeding", - "parent": "2309", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "24", - "text": "24 - Tobacco and manufactured tobacco substitutes; products, whether or not containing nicotine, intended for inhalation without combustion; other nicotine containing products intended for the intake of nicotine into the human body", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "2401", - "text": "2401 - Tobacco, unmanufactured; tobacco refuse", - "parent": "24", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "240110", - "text": "240110 - Tobacco, (not stemmed or stripped)", - "parent": "2401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "240120", - "text": "240120 - Tobacco; partly or wholly stemmed or stripped", - "parent": "2401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "240130", - "text": "240130 - Tobacco refuse", - "parent": "2401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2402", - "text": "2402 - Cigars, cheroots, cigarillos and cigarettes; of tobacco or of tobacco substitutes", - "parent": "24", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "240210", - "text": "240210 - Cigars, cheroots and cigarillos; containing tobacco including the weight of every band, wrapper or attachment thereto", - "parent": "2402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "240220", - "text": "240220 - Cigarettes; containing tobacco", - "parent": "2402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "240290", - "text": "240290 - Cigars, cigarillos and cheroots; containing tobacco substitutes including the weight of every band, wrapper or attachment thereto", - "parent": "2402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2403", - "text": "2403 - Manufactured tobacco and manufactured tobacco substitutes n.e.c; homogenised or reconstituted tobacco; tobacco extracts and essences", - "parent": "24", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "240310", - "text": "240310 - Smoking tobacco, whether/not containing tobacco substitutes in any proportion", - "parent": "2403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "240311", - "text": "240311 - Tobacco; smoking, water pipe tobacco as specified in Subheading Note 1 to this Chapter, whether or not containing tobacco substitutes in any proportion", - "parent": "2403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "240319", - "text": "240319 - Tobacco; smoking, other than water pipe tobacco, whether or not containing tobacco substitutes in any proportion", - "parent": "2403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "240391", - "text": "240391 - Tobacco; homogenised or reconstituted", - "parent": "2403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "240399", - "text": "240399 - Tobacco; other than homogenised or reconstituted or smoking", - "parent": "2403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2404", - "text": "2404 - Products containing tobacco, reconstituted tobacco, nicotine, or tobacco or nicotine substitutes, intended for inhalation without combustion; other nicotine containing products intended for the intake of nicotine into the human body", - "parent": "24", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "240411", - "text": "240411 - Products containing tobacco or reconstituted tobacco, intended for inhalation without combustion", - "parent": "2404", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "240412", - "text": "240412 - Products containing nicotine, other than tobacco or reconstituted tobacco, intended for inhalation without combustion", - "parent": "2404", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "240419", - "text": "240419 - Products containing tobacco or nicotine substitutes, intended for inhalation without combustion", - "parent": "2404", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "240491", - "text": "240491 - Products n.e.c. in heading 2404, intended for the intake of nicotine into the human body, for oral application", - "parent": "2404", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "240492", - "text": "240492 - Products n.e.c. in heading 2404, intended for the intake of nicotine into the human body, for transdermal application", - "parent": "2404", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "240499", - "text": "240499 - Products n.e.c. in heading 2404, intended for the intake of nicotine into the human body, by ways other than inhalation, and other than oral or transdermal application", - "parent": "2404", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "25", - "text": "25 - Salt; sulphur; earths, stone; plastering materials, lime and cement", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "2501", - "text": "2501 - Salt (including table salt and denatured salt); pure sodium chloride whether or not in aqueous solution; sea water", - "parent": "25", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "250100", - "text": "250100 - Salt (including table salt and denatured salt); pure sodium chloride whether or not in aqueous solution; sea water", - "parent": "2501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2502", - "text": "2502 - Iron pyrites; unroasted", - "parent": "25", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "250200", - "text": "250200 - Iron pyrites; unroasted", - "parent": "2502", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2503", - "text": "2503 - Sulphur of all kinds; other than sublimed, precipitated and colloidal sulphur", - "parent": "25", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "250300", - "text": "250300 - Sulphur of all kinds; other than sublimed, precipitated and colloidal sulphur", - "parent": "2503", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "250310", - "text": "250310 - Sulphur, crude or unrefined", - "parent": "2503", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "250390", - "text": "250390 - refined sulphur, not sublimate, precipitate, colloida", - "parent": "2503", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2504", - "text": "2504 - Graphite; natural", - "parent": "25", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "250410", - "text": "250410 - Graphite; natural, in powder or in flakes", - "parent": "2504", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "250490", - "text": "250490 - Graphite; natural, in other forms, excluding powder or flakes", - "parent": "2504", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2505", - "text": "2505 - Sands of all kinds; natural, whether or not coloured, other than metal-bearing sands of chapter 26", - "parent": "25", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "250510", - "text": "250510 - Sands; natural, silica and quartz sands, whether or not coloured", - "parent": "2505", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "250590", - "text": "250590 - Sands; natural, (other than silica and quartz sands), whether or not coloured, (other than metal-bearing sands of chapter 26)", - "parent": "2505", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2506", - "text": "2506 - Quartz; (other than natural sands), quartzite, whether or not roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape", - "parent": "25", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "250610", - "text": "250610 - Quartz; other than natural sands", - "parent": "2506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "250620", - "text": "250620 - Quartzite; whether or not roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape", - "parent": "2506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "250621", - "text": "250621 - Quartzite, crude or roughly trimmed", - "parent": "2506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "250629", - "text": "250629 - Quartzite, slabs etc.", - "parent": "2506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2507", - "text": "2507 - Kaolin and other kaolinic clays; whether or not calcined", - "parent": "25", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "250700", - "text": "250700 - Kaolin and other kaolinic clays; whether or not calcined", - "parent": "2507", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2508", - "text": "2508 - Clays; (not including expanded clays of heading no. 6806), andalusite kyanite and sillimanite, whether or not calcined; mullite; chamotte or dinas earth", - "parent": "25", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "250810", - "text": "250810 - Clays (excluding expanded clays of heading no. 6806); bentonite, whether or not calcined", - "parent": "2508", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "250820", - "text": "250820 - Decolourising earths and fuller's earth", - "parent": "2508", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "250830", - "text": "250830 - Clays (excluding expanded clays of heading no. 6806); fireclay, whether or not calcined", - "parent": "2508", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "250840", - "text": "250840 - Clays (excluding expanded clays of heading no. 6806); n.e.c. in heading no. 2508, whether or not calcined", - "parent": "2508", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "250850", - "text": "250850 - Clays (excluding expanded clays of heading no. 6806); andalusite, kyanite and sillimanite, whether or not calcined", - "parent": "2508", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "250860", - "text": "250860 - Clays (excluding expanded clays of heading no. 6806); mullite", - "parent": "2508", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "250870", - "text": "250870 - Clays (excluding expanded clays of heading no. 6806); chamotte or dinas earths", - "parent": "2508", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2509", - "text": "2509 - Chalk", - "parent": "25", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "250900", - "text": "250900 - Chalk", - "parent": "2509", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2510", - "text": "2510 - Natural calcium phosphates; natural aluminium calcium phosphates and phosphatic chalk", - "parent": "25", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "251010", - "text": "251010 - Natural calcium phosphates, natural aluminium calcium phosphates and phosphatic chalk; unground", - "parent": "2510", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "251020", - "text": "251020 - Natural calcium phosphates, natural aluminium calcium phosphates and phosphatic chalk; ground", - "parent": "2510", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2511", - "text": "2511 - Natural barium sulphate (barytes); natural barium carbonate, (witherite) whether or not calcined, other than barium oxide of heading no. 2816", - "parent": "25", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "251110", - "text": "251110 - Barium sulphate (barytes); natural", - "parent": "2511", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "251120", - "text": "251120 - Barium carbonate (witherite); natural, whether or not calcined, other than barium oxide of heading no. 2816", - "parent": "2511", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2512", - "text": "2512 - Siliceous fossil meals (e.g. kieselguhr, tripolite and diatomite) and similar siliceous earths; whether or not calcined, of an apparent specific gravity of 1 or less", - "parent": "25", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "251200", - "text": "251200 - Siliceous fossil meals (e.g. kieselguhr, tripolite and diatomite) and similar siliceous earths; whether or not calcined, of an apparent specific gravity of 1 or less", - "parent": "2512", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2513", - "text": "2513 - Pumice stone; emery; natural corundum, natural garnet and other natural abrasives, whether or not heat treated", - "parent": "25", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "251310", - "text": "251310 - Pumice stone, whether or not heat treated", - "parent": "2513", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "251311", - "text": "251311 - Pumice stones, crude or in irregular pieces", - "parent": "2513", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "251319", - "text": "251319 - Pumice stone, worked", - "parent": "2513", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "251320", - "text": "251320 - Emery, natural corundum, natural garnet and other natural abrasives, whether or not heat-treated", - "parent": "2513", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "251321", - "text": "251321 - Emery & natural abrasives nes, crude, irregular piece", - "parent": "2513", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "251329", - "text": "251329 - Emery, natural corundum/garnet, including heat treate", - "parent": "2513", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2514", - "text": "2514 - Slate, whether or not roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape", - "parent": "25", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "251400", - "text": "251400 - Slate; whether or not roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape", - "parent": "2514", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2515", - "text": "2515 - Marble, travertine, ecaussine and other calcareous stone; of an apparent specific gravity of less than 2.5, alabaster, whether cut by sawing etc, into blocks, slabs of a rectangular (square) shape", - "parent": "25", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "251511", - "text": "251511 - Marble and travertine; having a specific gravity of 2.5 or more, crude or roughly trimmed by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape", - "parent": "2515", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "251512", - "text": "251512 - Marble and travertine; merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape, having a specific gravity of 2.5 or more", - "parent": "2515", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "251520", - "text": "251520 - Ecaussine and other calcareous monumental or building stone; alabaster, having a specific gravity of 2.5 or more", - "parent": "2515", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2516", - "text": "2516 - Granite, porphyry, basalt, sandstone, other monumental and building stone, whether or not roughly trimmed, cut, by sawing etc, into blocks or slabs of a rectangular (including square) shape", - "parent": "25", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "251611", - "text": "251611 - Granite; crude or roughly trimmed", - "parent": "2516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "251612", - "text": "251612 - Granite; merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape", - "parent": "2516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "251620", - "text": "251620 - Sandstone;. whether or not roughly trimmed, cut, by sawing etc, into blocks or slabs of a rectangular (including square) shape", - "parent": "2516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "251621", - "text": "251621 - Sandstone, crude or roughly trimmed", - "parent": "2516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "251622", - "text": "251622 - Sandstone, merely cut into blocks etc", - "parent": "2516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "251690", - "text": "251690 - Monumental or building stone; n.e.c. in heading no. 2516, whether or not roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape", - "parent": "2516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2517", - "text": "2517 - Pebbles, gravel, crushed stone for concrete aggregates for road or railway ballast, shingle or flint; macadam of slag, dross etc tarred granules, chippings, powder of stones of heading no. 2515 and 2516", - "parent": "25", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "251710", - "text": "251710 - Pebbles, gravel, broken or crushed stone; of a kind commonly used for concrete aggregates, for road metalling or for railway or other ballast, shingle and flint, whether or not heat-treated", - "parent": "2517", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "251720", - "text": "251720 - Macadam of slag, dross or similar industrial waste; whether or not incorporating the materials in Tariff item 2517.10.00", - "parent": "2517", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "251730", - "text": "251730 - Tarred macadam", - "parent": "2517", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "251741", - "text": "251741 - Stones; of marble, in granules, chippings and powder, whether or not heat-treated", - "parent": "2517", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "251749", - "text": "251749 - Stones; of heading no. 2515 or 2516 (excluding marble), in granules, chippings and powder, whether or not heat-treated", - "parent": "2517", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2518", - "text": "2518 - Dolomite, whether or not calcined or sintered, including dolomite roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape", - "parent": "25", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "251810", - "text": "251810 - Dolomite, not calcined or sintered; including dolomite roughly trimmed, or merely cut by sawing or otherwise into blocks or slabs of rectangular (including square) shape", - "parent": "2518", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "251820", - "text": "251820 - Dolomite, calcined or sintered; including dolomite roughly trimmed, or merely cut by sawing or otherwise into blocks or slabs of rectangular (including square) shape", - "parent": "2518", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "251830", - "text": "251830 - Dolomite ramming mix", - "parent": "2518", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2519", - "text": "2519 - Natural magnesium carbonate (magnesite); fused magnesia; dead-burned (sintered) magnesia, whether or not containing small quantities of other oxides added before sintering; magnesium oxide, pure or not", - "parent": "25", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "251910", - "text": "251910 - Magnesium carbonate (magnesite); natural", - "parent": "2519", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "251990", - "text": "251990 - Magnesia, fused or dead-burned (sintered); whether or not containing small quantities of other oxides added before sintering, other magnesium oxide, whether or not pure, (not natural magnesium carbonate)", - "parent": "2519", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2520", - "text": "2520 - Gypsum; anhydrite; plasters (consisting of calcined gypsum or calcium sulphate), coloured or not, with or without small quantities of accelerators or retarders", - "parent": "25", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "252010", - "text": "252010 - Gypsum; anhydrite", - "parent": "2520", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "252020", - "text": "252020 - Plasters; (consisting of calcined gypsum or calcium sulphate), whether or not coloured, with or without small quantities of accelerators or retarders", - "parent": "2520", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2521", - "text": "2521 - Limestone flux; limestone and other calcareous stone, of a kind used for the manufacture of lime or cement", - "parent": "25", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "252100", - "text": "252100 - Limestone flux; limestone and other calcareous stone, of a kind used for the manufacture of lime or cement", - "parent": "2521", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2522", - "text": "2522 - Quicklime, slaked lime and hydraulic lime; other than calcium oxide and hydroxide of heading no. 2825", - "parent": "25", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "252210", - "text": "252210 - Quicklime; excluding calcium oxide and hydroxide of heading no. 2825", - "parent": "2522", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "252220", - "text": "252220 - Slaked lime; excluding calcium oxide and hydroxide of heading no. 2825", - "parent": "2522", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "252230", - "text": "252230 - Hydraulic lime; excluding calcium oxide and hydroxide of heading no. 2825", - "parent": "2522", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2523", - "text": "2523 - Portland cement, aluminous cement (ciment fondu), slag cement, supersulphate cement and similar hydraulic cements, whether or not coloured or in the form of clinkers", - "parent": "25", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "252310", - "text": "252310 - Cement clinkers (whether or not coloured)", - "parent": "2523", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "252321", - "text": "252321 - Cement; portland, white, whether or not artificially coloured", - "parent": "2523", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "252329", - "text": "252329 - Cement; portland, other than white, whether or not artificially coloured", - "parent": "2523", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "252330", - "text": "252330 - Cement; aluminous (ciment fondu), whether or not coloured or in the form of clinkers", - "parent": "2523", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "252390", - "text": "252390 - Cement; hydraulic kinds n.e.c. in heading no. 2523", - "parent": "2523", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2524", - "text": "2524 - Asbestos", - "parent": "25", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "252400", - "text": "252400 - Asbestos", - "parent": "2524", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "252410", - "text": "252410 - Asbestos; crocidolite (blue asbestos)", - "parent": "2524", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "252490", - "text": "252490 - Asbestos; other than crocidolite (blue asbestos)", - "parent": "2524", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2525", - "text": "2525 - Mica, including splittings; mica waste", - "parent": "25", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "252510", - "text": "252510 - Mica; crude and rifted into sheets or splittings", - "parent": "2525", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "252520", - "text": "252520 - Mica; powder", - "parent": "2525", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "252530", - "text": "252530 - Mica; waste", - "parent": "2525", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2526", - "text": "2526 - Natural steatite; whether or not roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape; talc", - "parent": "25", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "252610", - "text": "252610 - Steatite; natural, (not crushed or powdered), whether or not roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape; talc", - "parent": "2526", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "252620", - "text": "252620 - Steatite; natural, crushed, powdered, whether or not roughly trimmed or merely cut, by sawing or otherwise, into blocks or slabs of a rectangular (including square) shape; talc", - "parent": "2526", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2527", - "text": "2527 - Natural cryolite, natural chiolite", - "parent": "25", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "252700", - "text": "252700 - Natural cryolite, natural chiolite", - "parent": "2527", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2528", - "text": "2528 - Natural borates and concentrates thereof (whether or not calcined), but not including borates separated from natural brine; natural boric acid containing not more than 85 % of H3BO3 calculated on the dry weight", - "parent": "25", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "252800", - "text": "252800 - Natural borates and concentrates thereof (whether or not calcined), but not including borates separated from natural brine; natural boric acid containing not more than 85 % of H3BO3 calculated on the dry weight", - "parent": "2528", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "252810", - "text": "252810 - Natural sodium borates & concentrates thereof (whether/not calcined)", - "parent": "2528", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "252890", - "text": "252890 - Natural borates & concentrates thereof (excl. sodium borates), whether/not calcined but not incl. borates separated from natural brine; natural boric acid containing not >85% of H3BO3 calc. on the dry weight", - "parent": "2528", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2529", - "text": "2529 - Feldspar; leucite; nepheline and nepheline syenite; fluorspar", - "parent": "25", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "252910", - "text": "252910 - Feldspar", - "parent": "2529", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "252921", - "text": "252921 - Fluorspar; containing by weight 97% or less of calcium fluoride", - "parent": "2529", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "252922", - "text": "252922 - Fluorspar; containing by weight more than 97% of calcium fluoride", - "parent": "2529", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "252930", - "text": "252930 - Leucite; nepheline and nepheline syenite", - "parent": "2529", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2530", - "text": "2530 - Mineral substances not elsewhere specified or included", - "parent": "25", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "253010", - "text": "253010 - Vermiculite, perlite and chlorites; unexpanded", - "parent": "2530", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "253020", - "text": "253020 - Kieserite, epsomite (natural magnesium sulphates)", - "parent": "2530", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "253030", - "text": "253030 - Earth colours", - "parent": "2530", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "253040", - "text": "253040 - Natural micaceous iron oxides", - "parent": "2530", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "253090", - "text": "253090 - Mineral substances; n.e.c. in chapter 25", - "parent": "2530", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "26", - "text": "26 - Ores, slag and ash", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "2601", - "text": "2601 - Iron ores and concentrates; including roasted iron pyrites", - "parent": "26", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "260111", - "text": "260111 - Iron ores and concentrates; non-agglomerated", - "parent": "2601", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "260112", - "text": "260112 - Iron ores and concentrates; agglomerated (excluding roasted iron pyrites)", - "parent": "2601", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "260120", - "text": "260120 - Iron pyrites; roasted", - "parent": "2601", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2602", - "text": "2602 - Manganese ores and concentrates, including ferruginous manganese ores and concentrates with a manganese content of 20% or more, calculated on the dry weight", - "parent": "26", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "260200", - "text": "260200 - Manganese ores and concentrates, including ferruginous manganese ores and concentrates with a manganese content of 20% or more, calculated on the dry weight", - "parent": "2602", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2603", - "text": "2603 - Copper ores and concentrates", - "parent": "26", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "260300", - "text": "260300 - Copper ores and concentrates", - "parent": "2603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2604", - "text": "2604 - Nickel ores and concentrates", - "parent": "26", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "260400", - "text": "260400 - Nickel ores and concentrates", - "parent": "2604", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2605", - "text": "2605 - Cobalt ores and concentrates", - "parent": "26", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "260500", - "text": "260500 - Cobalt ores and concentrates", - "parent": "2605", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2606", - "text": "2606 - Aluminium ores and concentrates", - "parent": "26", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "260600", - "text": "260600 - Aluminium ores and concentrates", - "parent": "2606", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2607", - "text": "2607 - Lead ores and concentrates", - "parent": "26", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "260700", - "text": "260700 - Lead ores and concentrates", - "parent": "2607", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2608", - "text": "2608 - Zinc ores and concentrates", - "parent": "26", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "260800", - "text": "260800 - Zinc ores and concentrates", - "parent": "2608", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2609", - "text": "2609 - Tin ores and concentrates", - "parent": "26", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "260900", - "text": "260900 - Tin ores and concentrates", - "parent": "2609", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2610", - "text": "2610 - Chromium ores and concentrates", - "parent": "26", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "261000", - "text": "261000 - Chromium ores and concentrates", - "parent": "2610", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2611", - "text": "2611 - Tungsten ores and concentrates", - "parent": "26", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "261100", - "text": "261100 - Tungsten ores and concentrates", - "parent": "2611", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2612", - "text": "2612 - Uranium or thorium ores and concentrates", - "parent": "26", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "261210", - "text": "261210 - Uranium ores and concentrates", - "parent": "2612", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "261220", - "text": "261220 - Thorium ores and concentrates", - "parent": "2612", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2613", - "text": "2613 - Molybdenum ores and concentrates", - "parent": "26", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "261310", - "text": "261310 - Molybdenum ores and concentrates; roasted", - "parent": "2613", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "261390", - "text": "261390 - Molybdenum ores and concentrates; other than roasted", - "parent": "2613", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2614", - "text": "2614 - Titanium ores and concentrates", - "parent": "26", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "261400", - "text": "261400 - Titanium ores and concentrates", - "parent": "2614", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2615", - "text": "2615 - Niobium, tantalum, vanadium or zirconium ores and concentrates", - "parent": "26", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "261510", - "text": "261510 - Zirconium ores and concentrates", - "parent": "2615", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "261590", - "text": "261590 - Niobium, tantalum, vanadium ores and concentrates", - "parent": "2615", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2616", - "text": "2616 - Precious metal ores and concentrates", - "parent": "26", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "261610", - "text": "261610 - Silver ores and concentrates", - "parent": "2616", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "261690", - "text": "261690 - Precious metal ores and concentrates; (excluding silver)", - "parent": "2616", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2617", - "text": "2617 - Ores and concentrates; n.e.c. in heading no. 2601", - "parent": "26", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "261710", - "text": "261710 - Antimony ores and concentrates", - "parent": "2617", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "261790", - "text": "261790 - Ores and concentrates n.e.c. in chapter 26; other than antimony", - "parent": "2617", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2618", - "text": "2618 - Granulated slag (slag sand) from the manufacture of iron or steel", - "parent": "26", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "261800", - "text": "261800 - Slag, granulated (slag sand); from the manufacture or iron or steel", - "parent": "2618", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2619", - "text": "2619 - Slag, dross; (other than granulated slag), scalings and other waste from the manufacture of iron or steel", - "parent": "26", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "261900", - "text": "261900 - Slag, dross; (other than granulated slag), scalings and other waste from the manufacture of iron or steel", - "parent": "2619", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2620", - "text": "2620 - Slag, ash and residues; (not from the manufacture of iron or steel) containing metals, arsenic or their compounds", - "parent": "26", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "262011", - "text": "262011 - Slag, ash and residues; (not from the manufacture of iron or steel), containing mainly zinc, hard zinc spelter", - "parent": "2620", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "262019", - "text": "262019 - Slag, ash and residues; (not from the manufacture of iron or steel), containing mainly zinc, other than hard zinc spelter", - "parent": "2620", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "262020", - "text": "262020 - Ash or residues containing mainly lead", - "parent": "2620", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "262021", - "text": "262021 - Slag, ash and residues; (not from the manufacture of iron or steel), containing mainly lead; leaded gasoline sludges and leaded anti-knock compound sludges", - "parent": "2620", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "262029", - "text": "262029 - Slag, ash and residues; (not from the manufacture of iron or steel), containing mainly lead; excluding leaded gasoline sludges and leaded anti-knock compound sludges", - "parent": "2620", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "262030", - "text": "262030 - Slag, ash and residues; (not from the manufacture of iron or steel), containing mainly copper", - "parent": "2620", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "262040", - "text": "262040 - Slag, ash and residues; (not from the manufacture of iron or steel), containing mainly aluminium", - "parent": "2620", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "262050", - "text": "262050 - Ash or residues containing mainly vanadium", - "parent": "2620", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "262060", - "text": "262060 - Slag, ash and residues; (not from the manufacture of iron or steel), containing arsenic, mercury, thallium or their mixtures, of a kind used for the extraction of arsenic or those metals or for the manufacture of their chemical compounds", - "parent": "2620", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "262090", - "text": "262090 - Ash or residues containing metals, metal compounds ne", - "parent": "2620", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "262091", - "text": "262091 - Slag, ash and residues; (not from the manufacture of iron or steel), containing antimony, beryllium, cadmium, chromium or their mixtures", - "parent": "2620", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "262099", - "text": "262099 - Slag, ash and residues; (not from the manufacture of iron or steel), containing mainly metals or their compounds, n.e.c. in heading no. 2620", - "parent": "2620", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2621", - "text": "2621 - Slag and ash n.e.c. in chapter 26; including seaweed ash (kelp) and ash and residues from the incineration of municipal waste", - "parent": "26", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "262100", - "text": "262100 - Slag and ash nes, including seaweed ash (kelp)", - "parent": "2621", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "262110", - "text": "262110 - Slag and ash; ash and residues from the incineration of municipal waste", - "parent": "2621", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "262190", - "text": "262190 - Slag and ash n.e.c. in chapter 26; including seaweed ash (kelp) but excluding ash and residues from the incineration of municipal waste", - "parent": "2621", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "27", - "text": "27 - Mineral fuels, mineral oils and products of their distillation; bituminous substances; mineral waxes", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "2701", - "text": "2701 - Coal; briquettes, ovoids and similar solid fuels manufactured from coal", - "parent": "27", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "270111", - "text": "270111 - Coal; anthracite, whether or not pulverised, but not agglomerated", - "parent": "2701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "270112", - "text": "270112 - Coal; bituminous, whether or not pulverised, but not agglomerated", - "parent": "2701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "270119", - "text": "270119 - Coal; (other than anthracite and bituminous), whether or not pulverised but not agglomerated", - "parent": "2701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "270120", - "text": "270120 - Briquettes, ovoids and similar solid fuels; manufactured from coal", - "parent": "2701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2702", - "text": "2702 - Lignite; whether or not agglomerated, excluding jet", - "parent": "27", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "270210", - "text": "270210 - Lignite; whether or not pulverised, but not agglomerated, excluding jet", - "parent": "2702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "270220", - "text": "270220 - Lignite; agglomerated, excluding jet", - "parent": "2702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2703", - "text": "2703 - Peat; (including peat litter), whether or not agglomerated", - "parent": "27", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "270300", - "text": "270300 - Peat; (including peat litter), whether or not agglomerated", - "parent": "2703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2704", - "text": "2704 - Coke and semi-coke; of coal, lignite or peat, whether or not agglomerated; retort carbon", - "parent": "27", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "270400", - "text": "270400 - Coke and semi-coke; of coal, lignite or peat, whether or not agglomerated; retort carbon", - "parent": "2704", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2705", - "text": "2705 - Coal gas, water gas, producer gas and similar gases, other than petroleum gases and other gaseous hydrocarbons", - "parent": "27", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "270500", - "text": "270500 - Gases; coal, water, producer and similar gases (excluding petroleum and other gaseous hydrocarbons)", - "parent": "2705", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2706", - "text": "2706 - Tar distilled from coal, from lignite, peat and other mineral tars, whether or not dehydrated or partially distilled; including reconstituted tars", - "parent": "27", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "270600", - "text": "270600 - Tar; distilled from coal, lignite or peat, and other mineral tars, whether or not dehydrated or partially distilled, including reconstituted tars", - "parent": "2706", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2707", - "text": "2707 - Oils and other products of the distillation of high temperature coal tar; similar products in which the weight of the aromatic constituents exceeds that of the non-aromatic constituents", - "parent": "27", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "270710", - "text": "270710 - Oils and products of the distillation of high temperature coal tar; benzol (benzene)", - "parent": "2707", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "270720", - "text": "270720 - Oils and products of the distillation of high temperature coal tar; toluol (toluene)", - "parent": "2707", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "270730", - "text": "270730 - Oils and products of the distillation of high temperature coal tar; xylol (xylenes)", - "parent": "2707", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "270740", - "text": "270740 - Oils and products of the distillation of high temperature coal tar; naphthalene", - "parent": "2707", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "270750", - "text": "270750 - Aromatic hydrocarbon mixtures; n.e.c. in heading no. 2707, of which 65% or more by volume (including losses) distils at 250 degrees Celsius by the ISO 3405 method (equivalent to the ASTM D 86 method)", - "parent": "2707", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "270760", - "text": "270760 - Phenols", - "parent": "2707", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "270791", - "text": "270791 - Oils and other products of the distillation of high temperature coal tar; creosote oils", - "parent": "2707", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "270799", - "text": "270799 - Oils and other products of the distillation of high temperature coal tar; n.e.c. in heading no. 2707", - "parent": "2707", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2708", - "text": "2708 - Pitch and pitch coke; obtained from coal tar or from other mineral tars", - "parent": "27", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "270810", - "text": "270810 - Pitch; obtained from coal tar or from other mineral tars", - "parent": "2708", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "270820", - "text": "270820 - Pitch coke; obtained from coal tar or from other mineral tars", - "parent": "2708", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2709", - "text": "2709 - Petroleum oils and oils obtained from bituminous minerals; crude", - "parent": "27", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "270900", - "text": "270900 - Oils; petroleum oils and oils obtained from bituminous minerals, crude", - "parent": "2709", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2710", - "text": "2710 - Petroleum oils and oils from bituminous minerals, not crude; preparations n.e.c, containing by weight 70% or more of petroleum oils or oils from bituminous minerals; these being the basic constituents of the preparations; waste oils", - "parent": "27", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "271000", - "text": "271000 - Oils petroleum, bituminous, distillates, except crude", - "parent": "2710", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "271011", - "text": "271011 - Light petroleum oils & preparations", - "parent": "2710", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "271012", - "text": "271012 - Petroleum oils and oils from bituminous minerals, not containing biodiesel, not crude, not waste oils; preparations n.e.c, containing by weight 70% or more of petroleum oils or oils from bituminous minerals; light oils and preparations", - "parent": "2710", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "271013", - "text": "271013 - Petroleum spirit except aviation or motor fuel", - "parent": "2710", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "271014", - "text": "271014 - Petroleum spirit-type fuel", - "parent": "2710", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "271015", - "text": "271015 - White spirit", - "parent": "2710", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "271016", - "text": "271016 - Petroleum naphtha", - "parent": "2710", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "271019", - "text": "271019 - Petroleum oils and oils from bituminous minerals, not containing biodiesel, not crude, not waste oils; preparations n.e.c, containing by weight 70% or more of petroleum oils or oils from bituminous minerals; not light oils and preparations", - "parent": "2710", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "271020", - "text": "271020 - Petroleum oils and oils from bituminous minerals, containing biodiesel, not crude, not waste oils; preparations n.e.c, containing by weight 70% or more of petroleum oils or oils from bituminous minerals", - "parent": "2710", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "271021", - "text": "271021 - Kerosene jet fuel", - "parent": "2710", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "271022", - "text": "271022 - Kerosene, for furnaces", - "parent": "2710", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "271025", - "text": "271025 - Kerosene lamp oil, motor kerosene, light diesel, etc", - "parent": "2710", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "271026", - "text": "271026 - Gas oils - bunker oil, No.1 furnace, motor diesel", - "parent": "2710", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "271027", - "text": "271027 - Diesel oils- No.2 furnace, marine diesel", - "parent": "2710", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "271029", - "text": "271029 - Fuel oils nes, heavy distillates", - "parent": "2710", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "271091", - "text": "271091 - Waste Oils; of petroleum or obtained from bituminous minerals, not crude; and preparations n.e.c., weight 70% or preparations of the same, containing polychlorinated biphenyls (PCBs), polychorinated terphenyls (PCTs) or polybrominated biphenyls (PBBs)", - "parent": "2710", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "271093", - "text": "271093 - Heavy furnace oil nes", - "parent": "2710", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "271094", - "text": "271094 - Petroleum oil used in road building", - "parent": "2710", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "271095", - "text": "271095 - Petroleum lubricating oils", - "parent": "2710", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "271096", - "text": "271096 - Petroleum lubricating greases", - "parent": "2710", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "271099", - "text": "271099 - Waste Oils; of petroleum or obtained from bituminous minerals, not crude and preparations n.e.c., weight 70% or preparations of the same, not containing polychlorinated biphenyls (PCBs), polychorinated terphenyls (PCTs) or polybrominated biphenyls (PBBs)", - "parent": "2710", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2711", - "text": "2711 - Petroleum gases and other gaseous hydrocarbons", - "parent": "27", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "271111", - "text": "271111 - Petroleum gases and other gaseous hydrocarbons; liquefied, natural gas", - "parent": "2711", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "271112", - "text": "271112 - Petroleum gases and other gaseous hydrocarbons; liquefied, propane", - "parent": "2711", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "271113", - "text": "271113 - Petroleum gases and other gaseous hydrocarbons; liquefied, butanes", - "parent": "2711", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "271114", - "text": "271114 - Petroleum gases and other gaseous hydrocarbons; liquefied, ethylene, propylene, butylene and butadiene", - "parent": "2711", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "271119", - "text": "271119 - Petroleum gases and other gaseous hydrocarbons; liquefied, n.e.c. in heading no. 2711", - "parent": "2711", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "271121", - "text": "271121 - Petroleum gases and other gaseous hydrocarbons; in gaseous state, natural gas", - "parent": "2711", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "271129", - "text": "271129 - Petroleum gases and other gaseous hydrocarbons; in gaseous state, other than natural gas", - "parent": "2711", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2712", - "text": "2712 - Petroleum jelly; paraffin wax, micro-crystalline petroleum wax, slack wax, ozokerite, lignite wax, peat wax, other mineral waxes, similar products obtained by synthesis, other processes; coloured or not", - "parent": "27", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "271210", - "text": "271210 - Petroleum jelly", - "parent": "2712", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "271220", - "text": "271220 - Paraffin wax; containing by weight less than 0.75% of oil, obtained by synthesis or by other processes, whether or not coloured", - "parent": "2712", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "271290", - "text": "271290 - Paraffin wax; containing by weight 0.75% or more of oil, obtained by synthesis or by other processes, whether or not coloured", - "parent": "2712", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2713", - "text": "2713 - Petroleum coke, petroleum bitumen; other residues of petroleum oils or oils obtained from bituminous minerals", - "parent": "27", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "271311", - "text": "271311 - Petroleum coke; (not calcined), obtained from bituminous minerals", - "parent": "2713", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "271312", - "text": "271312 - Petroleum coke; calcined, obtained from bituminous minerals", - "parent": "2713", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "271320", - "text": "271320 - Petroleum bitumen; obtained from bituminous minerals", - "parent": "2713", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "271390", - "text": "271390 - Residues; of petroleum oils or of oils obtained from bituminous minerals", - "parent": "2713", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2714", - "text": "2714 - Bitumen and asphalt, natural; bituminous or oil shale and tar sands; asphaltites and asphaltic rocks", - "parent": "27", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "271410", - "text": "271410 - Bituminous or oil shale and tar sands", - "parent": "2714", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "271490", - "text": "271490 - Bitumen and asphalt, natural; asphaltites and asphaltic rock", - "parent": "2714", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2715", - "text": "2715 - Bituminous mixtures based on natural asphalt; on natural bitumen, on petroleum bitumen, on mineral tar or on mineral tar pitch (e.g. bituminous mastics, cut-backs)", - "parent": "27", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "271500", - "text": "271500 - Bituminous mixtures based on natural asphalt, on natural bitumen, on petroleum bitumen, on mineral tar or on mineral tar pitch (e.g. bituminous mastics, cut-backs)", - "parent": "2715", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2716", - "text": "2716 - Electrical energy", - "parent": "27", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "271600", - "text": "271600 - Electrical energy", - "parent": "2716", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "28", - "text": "28 - Inorganic chemicals; organic and inorganic compounds of precious metals; of rare earth metals, of radio-active elements and of isotopes", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "2801", - "text": "2801 - Fluorine, chlorine, bromine and iodine", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "280110", - "text": "280110 - Chlorine", - "parent": "2801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "280120", - "text": "280120 - Iodine", - "parent": "2801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "280130", - "text": "280130 - Fluorine; bromine", - "parent": "2801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2802", - "text": "2802 - Sulphur; sublimed or precipitated, colloidal sulphur", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "280200", - "text": "280200 - Sulphur; sublimed or precipitated, colloidal sulphur", - "parent": "2802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2803", - "text": "2803 - Carbon; carbon blacks and other forms of carbon n.e.c.", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "280300", - "text": "280300 - Carbon; carbon blacks and other forms of carbon n.e.c.", - "parent": "2803", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2804", - "text": "2804 - Hydrogen, rare gases and other non-metals", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "280410", - "text": "280410 - Hydrogen", - "parent": "2804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "280421", - "text": "280421 - Gases, rare; argon", - "parent": "2804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "280429", - "text": "280429 - Gases, rare; other than argon", - "parent": "2804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "280430", - "text": "280430 - Nitrogen", - "parent": "2804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "280440", - "text": "280440 - Oxygen", - "parent": "2804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "280450", - "text": "280450 - Boron; tellurium", - "parent": "2804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "280461", - "text": "280461 - Silicon; containing by weight not less than 99.99% of silicon", - "parent": "2804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "280469", - "text": "280469 - Silicon; containing by weight less than 99.99% of silicon", - "parent": "2804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "280470", - "text": "280470 - Phosphorus", - "parent": "2804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "280480", - "text": "280480 - Arsenic", - "parent": "2804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "280490", - "text": "280490 - Selenium", - "parent": "2804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2805", - "text": "2805 - Alkali or alkaline-earth metals; rare-earth metals, scandium and yttrium, whether or not intermixed or interalloyed; mercury", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "280511", - "text": "280511 - Alkali or alkali-earth metals; sodium", - "parent": "2805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "280512", - "text": "280512 - Alkali or alkali-earth metals; calcium", - "parent": "2805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "280519", - "text": "280519 - Alkali or alkali-earth metals; other than sodium and calcium", - "parent": "2805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "280521", - "text": "280521 - Calcium", - "parent": "2805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "280522", - "text": "280522 - Strontium and barium", - "parent": "2805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "280530", - "text": "280530 - Earth-metals, rare; scandium and yttrium, whether or not intermixed or interalloyed", - "parent": "2805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "280540", - "text": "280540 - Mercury", - "parent": "2805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2806", - "text": "2806 - Hydrogen chloride (hydrochloric acid); chlorosulphuric acid", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "280610", - "text": "280610 - Hydrogen chloride (hydrochloric acid)", - "parent": "2806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "280620", - "text": "280620 - Chlorosulphuric acid", - "parent": "2806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2807", - "text": "2807 - Sulphuric acid; oleum", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "280700", - "text": "280700 - Sulphuric acid; oleum", - "parent": "2807", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2808", - "text": "2808 - Nitric acid; sulphonitric acids", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "280800", - "text": "280800 - Nitric acid; sulphonitric acids", - "parent": "2808", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2809", - "text": "2809 - Diphosphorus pentaoxide; phosphoric acid; polyphosphoric acids, whether or not chemically defined", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "280910", - "text": "280910 - Diphosphorus pentoxide", - "parent": "2809", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "280920", - "text": "280920 - Phosphoric acid and polyphosphoric acids", - "parent": "2809", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2810", - "text": "2810 - Oxides of boron; boric acids", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "281000", - "text": "281000 - Oxides of boron; boric acids", - "parent": "2810", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2811", - "text": "2811 - Inorganic acids and other inorganic oxygen compounds of non-metals; n.e.c. in heading no. 2806 to 2810", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "281111", - "text": "281111 - Hydrogen fluoride (hydrofluoric acid)", - "parent": "2811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "281112", - "text": "281112 - Hydrogen cyanide (hydrocyanic acid)", - "parent": "2811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "281119", - "text": "281119 - Inorganic acids; other than hydrogen fluoride", - "parent": "2811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "281121", - "text": "281121 - Carbon dioxide", - "parent": "2811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "281122", - "text": "281122 - Silicon dioxide", - "parent": "2811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "281123", - "text": "281123 - Sulphur dioxide", - "parent": "2811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "281129", - "text": "281129 - Inorganic oxygen compounds; of non-metals, n.e.c. in item no. 2811.2", - "parent": "2811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2812", - "text": "2812 - Halides and halide oxides of non-metals", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "281210", - "text": "281210 - Chlorides and chloride oxides", - "parent": "2812", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "281211", - "text": "281211 - Carbonyl dichloride (phosgene)", - "parent": "2812", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "281212", - "text": "281212 - Phosphorus oxychloride", - "parent": "2812", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "281213", - "text": "281213 - Phosphorus trichloride", - "parent": "2812", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "281214", - "text": "281214 - Phosphorus pentachloride", - "parent": "2812", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "281215", - "text": "281215 - Sulphur monochloride", - "parent": "2812", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "281216", - "text": "281216 - Sulphur dichloride", - "parent": "2812", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "281217", - "text": "281217 - Thionyl chloride", - "parent": "2812", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "281219", - "text": "281219 - Arsenic trichloride and other chlorides and chloride oxides, n.e.c. in item no. 2812", - "parent": "2812", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "281290", - "text": "281290 - Halides and halide oxides of non-metals; excluding chloride", - "parent": "2812", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2813", - "text": "2813 - Sulphides of non-metals; commercial phosphorus trisulphide", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "281310", - "text": "281310 - Carbon disulphide", - "parent": "2813", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "281390", - "text": "281390 - Sulphides of non-metals, (excluding carbon); commercial phosphorus trisulphide", - "parent": "2813", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2814", - "text": "2814 - Ammonia; anhydrous or in aqueous solution", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "281410", - "text": "281410 - Ammonia; anhydrous", - "parent": "2814", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "281420", - "text": "281420 - Ammonia; in aqueous solution", - "parent": "2814", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2815", - "text": "2815 - Sodium hydroxide (caustic soda); potassium hydroxide (caustic potash) peroxides of sodium or potassium", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "281511", - "text": "281511 - Sodium hydroxide (caustic soda); solid", - "parent": "2815", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "281512", - "text": "281512 - Sodium hydroxide (caustic soda); in aqueous solution (soda lye or liquid soda)", - "parent": "2815", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "281520", - "text": "281520 - Potassium hydroxide (caustic potash)", - "parent": "2815", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "281530", - "text": "281530 - Peroxides of sodium or potassium", - "parent": "2815", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2816", - "text": "2816 - Hydroxide and peroxide of magnesium; oxides, hydroxides and peroxides of strontium or barium", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "281610", - "text": "281610 - Hydroxide and peroxide of magnesium", - "parent": "2816", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "281620", - "text": "281620 - Strontium oxide, hydroxide and peroxide", - "parent": "2816", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "281630", - "text": "281630 - Barium oxide, hydroxide and peroxide", - "parent": "2816", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "281640", - "text": "281640 - Oxides, hydroxides and peroxides, of strontium or barium", - "parent": "2816", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2817", - "text": "2817 - Zinc; oxide and peroxide", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "281700", - "text": "281700 - Zinc; oxide and peroxide", - "parent": "2817", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2818", - "text": "2818 - Aluminium oxide (including artificial corundum); aluminium hydroxide", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "281810", - "text": "281810 - Aluminium oxide; artificial corundum", - "parent": "2818", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "281820", - "text": "281820 - Aluminium oxide; other than artificial corundum", - "parent": "2818", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "281830", - "text": "281830 - Aluminium hydroxide", - "parent": "2818", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2819", - "text": "2819 - Chromium oxides and hydroxides", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "281910", - "text": "281910 - Chromium trioxide", - "parent": "2819", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "281990", - "text": "281990 - Chromium oxides and hydroxides; excluding chromium trioxide", - "parent": "2819", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2820", - "text": "2820 - Manganese oxides", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "282010", - "text": "282010 - Manganese dioxide", - "parent": "2820", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "282090", - "text": "282090 - Manganese oxides; excluding manganese dioxide", - "parent": "2820", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2821", - "text": "2821 - Iron oxides and hydroxides; earth colours containing 70% or more by weight of combined iron evaluated as Fe2o3", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "282110", - "text": "282110 - Iron oxides and hydroxides", - "parent": "2821", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "282120", - "text": "282120 - Earth colours; containing 70% or more by weight of combined iron evaluated as Fe2o3", - "parent": "2821", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2822", - "text": "2822 - Cobalt oxides and hydroxides; commercial cobalt oxides", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "282200", - "text": "282200 - Cobalt oxides and hydroxides; commercial cobalt oxides", - "parent": "2822", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2823", - "text": "2823 - Titanium oxides", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "282300", - "text": "282300 - Titanium oxides", - "parent": "2823", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2824", - "text": "2824 - Lead oxides; red lead and orange lead", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "282410", - "text": "282410 - Lead; lead monoxide (litharge, massicot)", - "parent": "2824", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "282420", - "text": "282420 - Red lead and orange lead", - "parent": "2824", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "282490", - "text": "282490 - Lead oxides; n.e.c. in heading no. 2824", - "parent": "2824", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2825", - "text": "2825 - Hydrazine and hydroxylamine and their inorganic salts; other inorganic bases; other metal oxides, hydroxides and peroxides", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "282510", - "text": "282510 - Hydrazine and hydroxylamine and their inorganic salts", - "parent": "2825", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "282520", - "text": "282520 - Lithium oxide and hydroxide", - "parent": "2825", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "282530", - "text": "282530 - Vanadium oxides and hydroxides", - "parent": "2825", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "282540", - "text": "282540 - Nickel oxides and hydroxides", - "parent": "2825", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "282550", - "text": "282550 - Copper oxides and hydroxides", - "parent": "2825", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "282560", - "text": "282560 - Germanium oxides and zirconium dioxide", - "parent": "2825", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "282570", - "text": "282570 - Molybdenum oxides and hydroxides", - "parent": "2825", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "282580", - "text": "282580 - Antimony oxides", - "parent": "2825", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "282590", - "text": "282590 - Inorganic bases, metal oxides, hydroxides and peroxides; n.e.c. in heading no. 2825", - "parent": "2825", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2826", - "text": "2826 - Fluorides; fluorosilicates, fluoroaluminates and other complex fluorine salts", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "282611", - "text": "282611 - Fluorides of ammonium or of sodium", - "parent": "2826", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "282612", - "text": "282612 - Fluorides; of aluminium", - "parent": "2826", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "282619", - "text": "282619 - Fluorides; other than of aluminium", - "parent": "2826", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "282620", - "text": "282620 - Fluorosilicates of sodium or of potassium", - "parent": "2826", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "282630", - "text": "282630 - Sodium hexafluoroaluminate (synthetic cryolite)", - "parent": "2826", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "282690", - "text": "282690 - Fluorides; fluorosilicates, fluoroaluminates and other complex fluorine salts, n.e.c. in heading no. 2826", - "parent": "2826", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2827", - "text": "2827 - Chlorides; chloride oxides and chloride hydroxides; bromides and bromide oxides; iodides and iodide oxides", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "282710", - "text": "282710 - Chlorides; of ammonium", - "parent": "2827", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "282720", - "text": "282720 - Chlorides; of calcium", - "parent": "2827", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "282731", - "text": "282731 - Chlorides; of magnesium", - "parent": "2827", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "282732", - "text": "282732 - Chlorides; of aluminium", - "parent": "2827", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "282733", - "text": "282733 - Iron chlorides", - "parent": "2827", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "282734", - "text": "282734 - Cobalt chloride", - "parent": "2827", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "282735", - "text": "282735 - Chlorides; of nickel", - "parent": "2827", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "282736", - "text": "282736 - Zinc chloride", - "parent": "2827", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "282737", - "text": "282737 - Tin chlorides", - "parent": "2827", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "282738", - "text": "282738 - Barium chloride", - "parent": "2827", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "282739", - "text": "282739 - Chlorides; other than of ammonium, calcium, magnesium, aluminium and nickel", - "parent": "2827", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "282741", - "text": "282741 - Chloride oxides and chloride hydroxides; of copper", - "parent": "2827", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "282749", - "text": "282749 - Chloride oxides and chloride hydroxides; other than of copper", - "parent": "2827", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "282751", - "text": "282751 - Bromides; of sodium or of potassium", - "parent": "2827", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "282759", - "text": "282759 - Bromides and bromide oxides; other than item no. 2827.51", - "parent": "2827", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "282760", - "text": "282760 - Iodides and iodide oxides", - "parent": "2827", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2828", - "text": "2828 - Hypochlorites; commercial calcium hypochlorite; chlorites; hypobromites", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "282810", - "text": "282810 - Hypochlorites; commercial calcium hypochlorite and other calcium hypochlorites", - "parent": "2828", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "282890", - "text": "282890 - Hypochlorites; n.e.c. in heading no. 2828", - "parent": "2828", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2829", - "text": "2829 - Chlorates and perchlorates; bromates and perbromates; iodates and periodates", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "282911", - "text": "282911 - Chlorates; of sodium", - "parent": "2829", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "282919", - "text": "282919 - Chlorates; other than sodium", - "parent": "2829", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "282990", - "text": "282990 - Perchlorates; bromates and perbromates; iodates and periodates", - "parent": "2829", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2830", - "text": "2830 - Sulphides; polysulphides whether or not chemically defined", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "283010", - "text": "283010 - Sulphides; of sodium, whether or not chemically defined", - "parent": "2830", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283020", - "text": "283020 - Zinc sulphide", - "parent": "2830", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283030", - "text": "283030 - Cadmium sulphide", - "parent": "2830", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283090", - "text": "283090 - Sulphides and polysulphides; whether or not chemically defined, other than sulphides of sodium", - "parent": "2830", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2831", - "text": "2831 - Dithionites and sulphoxylates", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "283110", - "text": "283110 - Dithionites and sulphoxylates; of sodium", - "parent": "2831", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283190", - "text": "283190 - Dithionites and sulphoxylates; other than sodium", - "parent": "2831", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2832", - "text": "2832 - Sulphites; thiosulphates", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "283210", - "text": "283210 - Sulphites; of sodium", - "parent": "2832", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283220", - "text": "283220 - Sulphites; other than of sodium", - "parent": "2832", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283230", - "text": "283230 - Thiosulphates", - "parent": "2832", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2833", - "text": "2833 - Sulphates; alums; peroxosulphates (persulphates)", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "283311", - "text": "283311 - Sodium sulphates; disodium sulphate", - "parent": "2833", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283319", - "text": "283319 - Sodium sulphates; other than disodium sulphate", - "parent": "2833", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283321", - "text": "283321 - Sulphates; of magnesium", - "parent": "2833", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283322", - "text": "283322 - Sulphates; of aluminium", - "parent": "2833", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283323", - "text": "283323 - Chromium sulphates", - "parent": "2833", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283324", - "text": "283324 - Sulphates; of nickel", - "parent": "2833", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283325", - "text": "283325 - Sulphates; of copper", - "parent": "2833", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283326", - "text": "283326 - Zinc sulphate", - "parent": "2833", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283327", - "text": "283327 - Sulphates; of barium", - "parent": "2833", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283329", - "text": "283329 - Sulphates; n.e.c. in item no. 2833.2", - "parent": "2833", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283330", - "text": "283330 - Alums", - "parent": "2833", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283340", - "text": "283340 - Peroxosulphates (persulphates)", - "parent": "2833", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2834", - "text": "2834 - Nitrites; nitrates", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "283410", - "text": "283410 - Nitrites", - "parent": "2834", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283421", - "text": "283421 - Nitrates; of potassium", - "parent": "2834", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283422", - "text": "283422 - Bismuth nitrates", - "parent": "2834", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283429", - "text": "283429 - Nitrates; of other than potassium", - "parent": "2834", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2835", - "text": "2835 - Phosphinates (hypophosphites), phosphonates (phosphites), and phosphates; and polyphosphates, whether or not chemically defined", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "283510", - "text": "283510 - Phosphinates (hypophosphites) and phosphonates (phosphites), whether or not chemically defined", - "parent": "2835", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283521", - "text": "283521 - Triammonium phosphate", - "parent": "2835", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283522", - "text": "283522 - Phosphates; of mono- or disodium, whether or not chemically defined", - "parent": "2835", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283523", - "text": "283523 - Trisodium phosphate", - "parent": "2835", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283524", - "text": "283524 - Phosphates; of potassium, whether or not chemically defined", - "parent": "2835", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283525", - "text": "283525 - Phosphates; calcium hydrogenorthophosphate (dicalcium phosphate), whether or not chemically defined", - "parent": "2835", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283526", - "text": "283526 - Phosphates; of calcium n.e.c. in item no. 2835.25, whether or not chemically defined", - "parent": "2835", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283529", - "text": "283529 - Phosphates; (other than of mono- or disodium, other than of potassium or of calcium hydrogenorthophosphate (dicalcium phosphate) and excluding other phosphates of calcium), whether or not chemically defined", - "parent": "2835", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283531", - "text": "283531 - Polyphosphates; sodium triphosphate (sodium tripolyphosphate), whether or not chemically defined", - "parent": "2835", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283539", - "text": "283539 - Polyphosphates; other than sodium triphosphate (sodium tripolyphosphate), whether or not chemically defined", - "parent": "2835", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2836", - "text": "2836 - Carbonates; peroxocarbonates (percarbonates); commercial ammonium carbonate containing ammonium carbamate", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "283610", - "text": "283610 - Ammonium carbonate (including commercial)", - "parent": "2836", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283620", - "text": "283620 - Carbonates; disodium carbonate", - "parent": "2836", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283630", - "text": "283630 - Carbonates; sodium hydrogen carbonate (sodium bicarbonate)", - "parent": "2836", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283640", - "text": "283640 - Carbonates; potassium carbonate", - "parent": "2836", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283650", - "text": "283650 - Carbonates; calcium carbonate", - "parent": "2836", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283660", - "text": "283660 - Carbonates; barium carbonate", - "parent": "2836", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283670", - "text": "283670 - Lead carbonate", - "parent": "2836", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283691", - "text": "283691 - Carbonates; lithium carbonate", - "parent": "2836", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283692", - "text": "283692 - Carbonates; strontium carbonate", - "parent": "2836", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283693", - "text": "283693 - Bismuth carbonate", - "parent": "2836", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283699", - "text": "283699 - Carbonates; n.e.c. in heading no. 2836 and other than lithium or strontium", - "parent": "2836", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2837", - "text": "2837 - Cyanides, cyanide oxides and complex cyanides", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "283711", - "text": "283711 - Cyanides and cyanide oxides; of sodium", - "parent": "2837", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283719", - "text": "283719 - Cyanides and cyanide oxides; other than of sodium", - "parent": "2837", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283720", - "text": "283720 - Complex cyanides", - "parent": "2837", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2838", - "text": "2838 - Fulminates, cyanates and thiocyanates", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "283800", - "text": "283800 - Fulminates, cyanates and thiocyanates", - "parent": "2838", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2839", - "text": "2839 - Silicates; commercial alkali metal silicates", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "283911", - "text": "283911 - Silicates; sodium metasilicates", - "parent": "2839", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283919", - "text": "283919 - Silicates; of sodium (excluding sodium metasilicates)", - "parent": "2839", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283920", - "text": "283920 - Potassium silicates", - "parent": "2839", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "283990", - "text": "283990 - Silicates; commercial alkali metal silicates, other than of sodium", - "parent": "2839", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2840", - "text": "2840 - Borates; peroxoborates (perborates)", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "284011", - "text": "284011 - Borates; disodium tetraborate (refined borax), anhydrous", - "parent": "2840", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "284019", - "text": "284019 - Borates; disodium tetraborate (refined borax), other than anhydrous", - "parent": "2840", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "284020", - "text": "284020 - Borates; n.e.c. in heading no. 2840", - "parent": "2840", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "284030", - "text": "284030 - Peroxoborates (perborates)", - "parent": "2840", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2841", - "text": "2841 - Salts of oxometallic or peroxometallic acids", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "284110", - "text": "284110 - Metallic aluminates", - "parent": "2841", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "284120", - "text": "284120 - Chromates of zinc or of lead", - "parent": "2841", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "284130", - "text": "284130 - Salts; sodium dichromate", - "parent": "2841", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "284140", - "text": "284140 - Potassium dichromate", - "parent": "2841", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "284150", - "text": "284150 - Salts; chromates, dichromates, peroxochromates; n.e.c. in heading no. 2841", - "parent": "2841", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "284160", - "text": "284160 - Manganites, manganates and permanganates of metals", - "parent": "2841", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "284161", - "text": "284161 - Salts; of oxometallic or peroxometallic acids, manganites, manganates and permanganates, potassium permanganate", - "parent": "2841", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "284169", - "text": "284169 - Salts; of oxometallic or peroxometallic acids, manganites, manganates and permanganates, other than potassium permanganate", - "parent": "2841", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "284170", - "text": "284170 - Salts; molybdates", - "parent": "2841", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "284180", - "text": "284180 - Salts; tungstates (wolframates)", - "parent": "2841", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "284190", - "text": "284190 - Salts of oxometallic or peroxometallic acids; n.e.c. in heading no. 2841", - "parent": "2841", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2842", - "text": "2842 - Salts of inorganic acids or peroxoacids, n.e.c. including aluminosilicates whether or not chemically defined, but excluding azides", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "284210", - "text": "284210 - Salts of inorganic acids or peroxoacids, double or complex silicates, including aluminosilicates, whether or not chemically defined, excluding azides", - "parent": "2842", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "284290", - "text": "284290 - Salts; of inorganic acids or peroxoacids, other than double or complex silicates, including aluminosilicates, whether or not chemically, excluding azides", - "parent": "2842", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2843", - "text": "2843 - Colloidal precious metals; inorganic or organic compounds of precious metals, whether or not chemically defined; amalgams of precious metals", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "284310", - "text": "284310 - Colloidal precious metals; whether or not chemically defined", - "parent": "2843", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "284321", - "text": "284321 - Silver compounds; silver nitrates", - "parent": "2843", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "284329", - "text": "284329 - Silver compounds; excluding silver nitrates", - "parent": "2843", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "284330", - "text": "284330 - Gold compounds", - "parent": "2843", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "284390", - "text": "284390 - Inorganic or organic compounds of precious metals, n.e.c.; amalgams", - "parent": "2843", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2844", - "text": "2844 - Radioactive chemical elements and radioactive isotopes (including the fissile or fertile chemical elements and isotopes); and their compounds; mixtures and residues containing these products", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "284410", - "text": "284410 - Uranium; natural uranium and its compounds, alloys, dispersions (including cermets), ceramic products and mixtures containing natural uranium or natural uranium compounds", - "parent": "2844", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "284420", - "text": "284420 - Uranium; enriched in U235, plutonium, their compounds, alloys dispersions (including cermets), ceramic products and mixtures containing uranium enriched in U235, plutonium or compounds of these products", - "parent": "2844", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "284430", - "text": "284430 - Uranium; depleted in U235, thorium, their compounds, alloys, dispersions (including cermets), ceramic products and mixtures containing uranium depleted in U235, thorium; compounds of these products", - "parent": "2844", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "284440", - "text": "284440 - Radioactive elements, isotopes, compounds, n.e.c. in heading no. 2844 alloys, dispersions (including cermets), ceramic products and mixtures containing these elements, isotopes or compounds; radioactive residues", - "parent": "2844", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "284441", - "text": "284441 - Radioactive elements; tritium and its compounds; alloys, dispersions (including cermets), ceramic products and mixtures containing tritium or its compounds", - "parent": "2844", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "284442", - "text": "284442 - Radioactive elements; actinium-225, 227, californium-253, curium-240, 241, 242, 243, 244, einsteinium-253, 254, gadolinium-148, polonium-208, 209, 210, radium-223, uranium-230 or 232, compounds; alloys, dispersions, ceramic products and mixtures", - "parent": "2844", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "284443", - "text": "284443 - Radioactive elements, isotopes and compounds; other alloys, dispersions (including cermets), ceramic products and mixtures containing these elements, isotopes or compounds", - "parent": "2844", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "284444", - "text": "284444 - Radioactive elements, isotopes, compounds n.e.c. in heading no. 2844, alloys, dispersions (including cermets), ceramic products, mixtures containing the elements, isotopes, compounds; radioactive residues", - "parent": "2844", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "284450", - "text": "284450 - Spent (irradiated) fuel elements (cartridges) of nuclear reactors", - "parent": "2844", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2845", - "text": "2845 - Isotopes other than those of heading no. 2844; compounds, inorganic or organic, of such isotopes, whether or not chemically defined", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "284510", - "text": "284510 - Heavy water (deuterium oxide)", - "parent": "2845", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "284520", - "text": "284520 - Boron enriched in boron-10 and its compounds", - "parent": "2845", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "284530", - "text": "284530 - Lithium enriched in lithium-6 and its compounds", - "parent": "2845", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "284540", - "text": "284540 - Helium-3", - "parent": "2845", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "284590", - "text": "284590 - Isotopes other than those of heading no. 2844, 2845.20, 2845.30 or 2845.40; compounds, inorganic or organic, of such isotopes, whether or not chemically defined", - "parent": "2845", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2846", - "text": "2846 - Compounds, inorganic or organic, of rare-earth metals; of yttrium or of scandium or of mixtures of these metals", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "284610", - "text": "284610 - Cerium compounds", - "parent": "2846", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "284690", - "text": "284690 - Compounds, inorganic or organic (excluding cerium), of rare-earth metals, of yttrium, scandium or of mixtures of these metals", - "parent": "2846", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2847", - "text": "2847 - Hydrogen peroxide; whether or not solidified with urea", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "284700", - "text": "284700 - Hydrogen peroxide; whether or not solidified with urea", - "parent": "2847", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2848", - "text": "2848 - Phosphides; whether or not chemically defined, excluding ferrophosphorus", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "284800", - "text": "284800 - Phosphides; whether or not chemically defined, excluding ferrophosphorus", - "parent": "2848", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "284810", - "text": "284810 - Phosphides of copper containing > 15% phosphorous", - "parent": "2848", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "284890", - "text": "284890 - Phosphides of other metals or of non-metals", - "parent": "2848", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2849", - "text": "2849 - Carbides, whether or not chemically defined", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "284910", - "text": "284910 - Carbides; of calcium, whether or not chemically defined", - "parent": "2849", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "284920", - "text": "284920 - Carbides; of silicon, whether or not chemically defined", - "parent": "2849", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "284990", - "text": "284990 - Carbides; whether or not chemically defined, other than of calcium or silicon", - "parent": "2849", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2850", - "text": "2850 - Hydrides, nitrides, azides, silicides and borides, whether or not chemically defined, other than compounds which are also carbides of heading no. 2849", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "285000", - "text": "285000 - Hydrides, nitrides, azides, silicides and borides, whether or not chemically defined, other than compounds which are also carbides of heading no. 2849", - "parent": "2850", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2851", - "text": "2851 - Inorganic compounds,liquid/compressed air, amalgam ne", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "285100", - "text": "285100 - Inorganic compounds,liquid/compressed air,amalgams ne", - "parent": "2851", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2852", - "text": "2852 - Inorganic or organic compounds of mercury, excluding amalgams, whether or not chemically defined", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "285200", - "text": "285200 - Compounds, inorganic/organic, of mercury, excluding amalgams.", - "parent": "2852", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "285210", - "text": "285210 - Inorganic or organic compounds of mercury, excluding amalgams, chemically defined", - "parent": "2852", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "285290", - "text": "285290 - Inorganic or organic compounds of mercury; excluding amalgams, not chemically defined,", - "parent": "2852", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2853", - "text": "2853 - Phosphides, chemically defined or not, not ferrophosphorus; other inorganic compounds n.e.c. (including distilled, conductivity water and water of like purity); liquid air, rare gases removed or not; compressed air; amalgams, not precious metal amalgams", - "parent": "28", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "285300", - "text": "285300 - Inorganic compounds n.e.c. (including distilled or conductivity water and water of similar purity); liquid air (rare gases removed or not); compressed air; amalgams, other than precious metal amalgams", - "parent": "2853", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "285310", - "text": "285310 - Inorganic compounds; cyanogen chloride (chlorcyan)", - "parent": "2853", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "285390", - "text": "285390 - Phosphides, chemically defined or not, not ferrophosphorus; other inorganic compounds n.e.c. (including distilled, conductivity water and water of like purity); liquid air, rare gases removed or not; compressed air; amalgams, not precious metal amalgams", - "parent": "2853", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "29", - "text": "29 - Organic chemicals", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "2901", - "text": "2901 - Acyclic hydrocarbons", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "290110", - "text": "290110 - Acyclic hydrocarbons; saturated", - "parent": "2901", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290121", - "text": "290121 - Acyclic hydrocarbons; unsaturated, ethylene", - "parent": "2901", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290122", - "text": "290122 - Acyclic hydrocarbons; unsaturated, propene (propylene)", - "parent": "2901", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290123", - "text": "290123 - Acyclic hydrocarbons; unsaturated, butene (butylene) and isomers thereof", - "parent": "2901", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290124", - "text": "290124 - Acyclic hydrocarbons; unsaturated, buta-1,3-diene and isoprene", - "parent": "2901", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290129", - "text": "290129 - Acyclic hydrocarbons; unsaturated, n.e.c. in heading no. 2901", - "parent": "2901", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2902", - "text": "2902 - Cyclic hydrocarbons", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "290211", - "text": "290211 - Cyclic hydrocarbons; cyclohexane", - "parent": "2902", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290219", - "text": "290219 - Cyclic hydrocarbons; cyclanes, cyclenes and cycloterpenes, excluding cyclohexane", - "parent": "2902", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290220", - "text": "290220 - Cyclic hydrocarbons; benzene", - "parent": "2902", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290230", - "text": "290230 - Cyclic hydrocarbons; toluene", - "parent": "2902", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290241", - "text": "290241 - Cyclic hydrocarbons; o-xylene", - "parent": "2902", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290242", - "text": "290242 - Cyclic hydrocarbons; m-xylene", - "parent": "2902", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290243", - "text": "290243 - Cyclic hydrocarbons; p-xylene", - "parent": "2902", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290244", - "text": "290244 - Cyclic hydrocarbons; mixed xylene isomers", - "parent": "2902", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290250", - "text": "290250 - Cyclic hydrocarbons; styrene", - "parent": "2902", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290260", - "text": "290260 - Cyclic hydrocarbons; ethylbenzene", - "parent": "2902", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290270", - "text": "290270 - Cyclic hydrocarbons; cumene", - "parent": "2902", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290290", - "text": "290290 - Cyclic hydrocarbons; n.e.c. in heading no. 2902", - "parent": "2902", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2903", - "text": "2903 - Halogenated derivatives of hydrocarbons", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "290311", - "text": "290311 - Saturated chlorinated derivatives of acyclic hydrocarbons; chloromethane (methyl chloride) and chloroethane (ethyl chloride)", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290312", - "text": "290312 - Saturated chlorinated derivatives of acyclic hydrocarbons; dichloromethane (methylene chloride)", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290313", - "text": "290313 - Saturated chlorinated derivatives of acyclic hydrocarbons; chloroform (trichloromethane)", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290314", - "text": "290314 - Saturated chlorinated derivatives of acyclic hydrocarbons; carbon tetrachloride", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290315", - "text": "290315 - Saturated chlorinated derivatives of acyclic hydrocarbons; ethylene dichloride (ISO) (1,2-dichloroethane)", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290316", - "text": "290316 - 1,2-dichloropropane and dichlorobutanes", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290319", - "text": "290319 - Saturated chlorinated derivatives of acyclic hydrocarbons; n.e.c. in item no. 2903.1", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290321", - "text": "290321 - Unsaturated chlorinated derivatives of acyclic hydrocarbons; vinyl chloride (chloroethylene)", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290322", - "text": "290322 - Unsaturated chlorinated derivatives of acyclic hydrocarbons; trichloroethylene", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290323", - "text": "290323 - Unsaturated chlorinated derivatives of acyclic hydrocarbons; tetrachloroethylene (perchloroethylene)", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290329", - "text": "290329 - Unsaturated chlorinated derivatives of acyclic hydrocarbons; n.e.c. in item no. 2903.2", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290330", - "text": "290330 - Fluor-/brom-/iodin-ated derivs of acyclic hydrocarbon", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290331", - "text": "290331 - Fluorinated, brominated or iodinated derivatives of acyclic hydrocarbons; ethylene dibromide (ISO) (1,2-dibromoethane)", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290339", - "text": "290339 - Fluorinated, brominated or iodinated derivatives of acyclic hydrocarbons; other than ethylene dibromide (ISO) (1,2-dibromoethane)", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290340", - "text": "290340 - Multi-halogen derivatives of acyclic hydrocarbons", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290341", - "text": "290341 - Saturated fluorinated derivatives of acyclic hydrocarbons; trifluoromethane (HFC-23)", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290342", - "text": "290342 - Saturated fluorinated derivatives of acyclic hydrocarbons; difluoromethane (HFC-32)", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290343", - "text": "290343 - Saturated fluorinated derivatives of acyclic hydrocarbons; fluoromethane (HFC-41), 1,2-difluoroethane (HFC-152) and 1,1-difluoroethane (HFC-152a)", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290344", - "text": "290344 - Saturated fluorinated derivatives of acyclic hydrocarbons; pentafluoroethane (HFC-125), 1,1,1-trifluoroethane (HFC-143a) and 1,1,2-trifluoroethane (HFC-143)", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290345", - "text": "290345 - Saturated fluorinated derivatives of acyclic hydrocarbons; 1,1,1,2-tetrafluoroethane (HFC-134a) and 1,1,2,2-tetrafluoroethane (HFC-134)", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290346", - "text": "290346 - Saturated fluorinated derivatives of acyclic hydrocarbons; 1,1,1,2,3,3,3-heptafluoropropane (HFC-227ea), 1,1,1,2,2,3-hexafluoropropane (HFC-236cb), 1,1,1,2,3,3-hexafluoropropane (HFC-236ea) and 1,1,1,3,3,3-hexafluoropropane (HFC-236fa)", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290347", - "text": "290347 - Saturated fluorinated derivatives of acyclic hydrocarbons; 1,1,1,3,3-pentafluoropropane (HFC-245fa) and 1,1,2,2,3-pentafluoropropane (HFC-245ca)", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290348", - "text": "290348 - Saturated fluorinated derivatives of acyclic hydrocarbons; 1,1,1,3,3-pentafluorobutane (HFC-365mfc) and 1,1,1,2,2,3,4,5,5,5-decafluoropentane (HFC-43-10mee)", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290349", - "text": "290349 - Saturated fluorinated derivatives of acyclic hydrocarbons; n.e.c. in item no 2903.4", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290351", - "text": "290351 - Unsaturated fluorinated derivatives of acyclic hydrocarbons; 2,3,3,3-tetrafluoropropene (HFO-1234yf), 1,3,3,3-tetrafluoropropene (HFO-1234ze) and (Z)-1,1,1,4,4,4-hexafluoro-2-butene (HFO-1336mzz)", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290352", - "text": "290352 - Aldrin (ISO), chlordane (ISO)&heptachlor (ISO)", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290359", - "text": "290359 - Unsaturated fluorinated derivatives of acyclic hydrocarbons; n.e.c. in item no. 2903.5", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290361", - "text": "290361 - Brominated or iodinated derivatives of acyclic hydrocarbons; methyl bromide (bromomethane)", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290362", - "text": "290362 - Brominated or iodinated derivatives of acyclic hydrocarbons; ethylene dibromide (ISO) (1,2-dibromoethane)", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290369", - "text": "290369 - Brominated or iodinated derivatives of acyclic hydrocarbons; n.e.c. in item no. 2903.6", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290371", - "text": "290371 - Halogenated derivatives of acyclic hydrocarbons containing two or more different halogens; chlorodifluoromethane (HCFC-22)", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290372", - "text": "290372 - Halogenated derivatives of acyclic hydrocarbons containing two or more different halogens; dichlorotrifluoroethane (HCFC-123)", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290373", - "text": "290373 - Halogenated derivatives of acyclic hydrocarbons containing two or more different halogens; dichlorofluoroethanes (HCFC-141, 141b)", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290374", - "text": "290374 - Halogenated derivatives of acyclic hydrocarbons containing two or more different halogens; chlorodifluoroethanes HCFC-142, 142b)", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290375", - "text": "290375 - Halogenated derivatives of acyclic hydrocarbons containing two or more different halogens; dichloropentafluoropropanes (HCFC-225, 225ca, 225cb)", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290376", - "text": "290376 - Halogenated derivatives of acyclic hydrocarbons containing two or more different halogens; bromochlorodifluoromethane (Halon-1211), bromotrifluoromethane (Halon-1301), and dibromotetrafluoroethanes (Halon-2402)", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290377", - "text": "290377 - Halogenated derivatives of acyclic hydrocarbons containing two or more different halogens; n.e.c. in headings 290371 to 290376, perhalogenated only with fluorine and chlorine", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290378", - "text": "290378 - Halogenated derivatives of acyclic hydrocarbons containing two or more different halogens; perhalogenated derivatives, other than those only with fluorine and chlorine, n.e.c. in item no. 2903.71 to 2903.76", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290379", - "text": "290379 - Halogenated derivatives of acyclic hydrocarbons containing two or more different halogens; n.e.c. in item no. 2903.7", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290381", - "text": "290381 - Halogenated derivatives of cyclanic, cyclenic or cycloterpenic hydrocarbons; 1,2,3,4,5,6-Hexachlorocyclohexane (HCH (ISO)), including lindane (ISO, INN)", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290382", - "text": "290382 - Halogenated derivatives of cyclanic, cyclenic or cycloterpenic hydrocarbons; aldrin (ISO), chlordane (ISO), and heptachlor (ISO)", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290383", - "text": "290383 - Halogenated derivatives of cyclanic, cyclenic or cycloterpenic hydrocarbons; mirex (ISO)", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290389", - "text": "290389 - Halogenated derivatives of cyclanic, cyclenic or cycloterpenic hydrocarbons; n.e.c. in item no. 2903.8", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290391", - "text": "290391 - Halogenated derivatives of aromatic hydrocarbons; chlorobenzene, o-dichlorobenzene, and p-dichlorobenzene", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290392", - "text": "290392 - Halogenated derivatives of aromatic hydrocarbons; hexachlorobenzene (ISO) and DDT (ISO) (clofenotane (INN), and 1,1,1-trichloro-2,2-bis(p-chlorophenyl)ethane)", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290393", - "text": "290393 - Halogenated derivatives of aromatic hydrocarbons; pentachlorobenzene (ISO)", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290394", - "text": "290394 - Halogenated derivatives of aromatic hydrocarbons; hexabromobiphenyls", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290399", - "text": "290399 - Halogenated derivatives of aromatic hydrocarbons; n.e.c. in item no. 2903.91, 2903.92, 2903.93 and 2903.94", - "parent": "2903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2904", - "text": "2904 - Sulphonated, nitrated or nitrosated derivatives of hydrocarbons; whether or not halogenated", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "290410", - "text": "290410 - Derivatives of hydrocarbons; containing only sulpho groups, their salts and ethyl esters, whether or not halogenated", - "parent": "2904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290420", - "text": "290420 - Derivatives of hydrocarbons; containing only nitro or only nitroso groups, whether or not halogenated", - "parent": "2904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290431", - "text": "290431 - Derivatives of hydrocarbons; perfluorooctane sulphonic acid, whether or not halogenated", - "parent": "2904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290432", - "text": "290432 - Derivatives of hydrocarbons; ammonium perfluorooctane sulphonate, whether or not halogenated", - "parent": "2904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290433", - "text": "290433 - Derivatives of hydrocarbons; lithium perfluorooctane sulphonate, whether or not halogenated", - "parent": "2904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290434", - "text": "290434 - Derivatives of hydrocarbons; potassium perfluorooctane sulphonate, whether or not halogenated", - "parent": "2904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290435", - "text": "290435 - Derivatives of hydrocarbons; salts of perfluorooctane sulphonic acid n.e.c in heading no. 2904, whether or not halogenated", - "parent": "2904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290436", - "text": "290436 - Derivatives of hydrocarbons; perfluorooctane sulphonyl fluoride, whether or not halogenated", - "parent": "2904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290490", - "text": "290490 - Derivatives of hydrocarbons; n.e.c. in heading no. 2904, whether or not halogenated", - "parent": "2904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290491", - "text": "290491 - Derivatives of hydrocarbons; trichloronitromethane (chloropicrin), whether or not halogenated", - "parent": "2904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290499", - "text": "290499 - Derivatives of hydrocarbons n.e.c. in heading no. 2904, whether or not halogenated", - "parent": "2904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2905", - "text": "2905 - Acyclic alcohols and their halogenated, sulphonated, nitrated or nitrosated derivatives", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "290511", - "text": "290511 - Alcohols; saturated monohydric, methanol (methyl alcohol)", - "parent": "2905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290512", - "text": "290512 - Alcohols; saturated monohydric, propan-1-ol (propyl alcohol) and propan-2-ol (isopropyl alcohol)", - "parent": "2905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290513", - "text": "290513 - Alcohols; saturated monohydric, butan-1-ol (n-butyl alcohol)", - "parent": "2905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290514", - "text": "290514 - Alcohols; saturated monohydric, butanols excluding item no. 2905.13", - "parent": "2905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290515", - "text": "290515 - Pentanol, isomers", - "parent": "2905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290516", - "text": "290516 - Alcohols; saturated monohydric, octanol (octyl alcohol) and isomers thereof", - "parent": "2905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290517", - "text": "290517 - Alcohols; saturated monohydric, dodecan-1-ol (lauryl alcohol), hexadecan-1-ol (cetyl alcohol) and octadecan-1-ol (stearyl alcohol)", - "parent": "2905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290519", - "text": "290519 - Alcohols; saturated monohydric, n.e.c. in item no. 2905.1", - "parent": "2905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290521", - "text": "290521 - Allyl alcohol", - "parent": "2905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290522", - "text": "290522 - Alcohols; unsaturated monohydric, acyclic terpene alcohols", - "parent": "2905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290529", - "text": "290529 - Alcohols; acyclic, unsaturated monohydric, (other than acyclic terpene alcohols)", - "parent": "2905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290531", - "text": "290531 - Alcohols; acyclic, diols; ethylene glycol (ethanediol)", - "parent": "2905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290532", - "text": "290532 - Alcohols; acyclic, diols; propylene glycol (propane-1, 2-diol)", - "parent": "2905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290539", - "text": "290539 - Alcohols; acyclic, diols, other than ethylene glycol (ethandiol) or propylene glycol (propane-1,2-diol)", - "parent": "2905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290541", - "text": "290541 - Alcohols; polyhydric, 2-ethyl-2- (hydroxymethyl) propane-1,3-diol (trimethylolpropane)", - "parent": "2905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290542", - "text": "290542 - Alcohols; polyhydric, pentaerythritol", - "parent": "2905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290543", - "text": "290543 - Alcohols; polyhydric, mannitol", - "parent": "2905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290544", - "text": "290544 - Alcohols; polyhydric, d-glucitol (sorbitol)", - "parent": "2905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290545", - "text": "290545 - Alcohols; polyhydric, glycerol", - "parent": "2905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290549", - "text": "290549 - Alcohols; polyhydric, n.e.c. in item no. 2905.4", - "parent": "2905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290550", - "text": "290550 - Derivatives of acyclic alcohols", - "parent": "2905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290551", - "text": "290551 - Alcohols; acyclic; halogenated, sulphonated, nitrated or nitrosated derivatives thereof, ethchlorvynol (INN)", - "parent": "2905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290559", - "text": "290559 - Alcohols; acyclic; halogenated, sulphonated, nitrated or nitrosated derivatives thereof, other than ethchlorvynol (INN)", - "parent": "2905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2906", - "text": "2906 - Alcohols; cyclic, and their halogenated, sulphonated, nitrated or nitrosated derivatives", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "290611", - "text": "290611 - Alcohols; cyclanic, cyclenic or cycloterpenic and derivatives, menthol", - "parent": "2906", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290612", - "text": "290612 - Alcohols; cyclanic, cyclenic or cycloterpenic and derivatives, cyclohexanol, methylcyclohexanols and dimethylcyclohexanols", - "parent": "2906", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290613", - "text": "290613 - Alcohols; cyclanic, cyclenic or cycloterpenic and derivatives, sterols and inositols", - "parent": "2906", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290614", - "text": "290614 - Terpineols", - "parent": "2906", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290619", - "text": "290619 - Alcohols; cyclanic, cyclenic or cycloterpenic and derivatives, n.e.c. in item no. 2906.1", - "parent": "2906", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290621", - "text": "290621 - Alcohols; aromatic alcohols and derivatives, benzyl alcohol", - "parent": "2906", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290629", - "text": "290629 - Alcohols; aromatic and derivatives, other than benzyl alcohol", - "parent": "2906", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2907", - "text": "2907 - Phenols; monophenols, polyphenols, and phenol-alcohols", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "290711", - "text": "290711 - Monophenols; phenol (hydroxybenzene) and its salts", - "parent": "2907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290712", - "text": "290712 - Monophenols; cresols and their salts", - "parent": "2907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290713", - "text": "290713 - Monophenols; octylphenol, nonylphenol and their isomers, salts thereof", - "parent": "2907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290714", - "text": "290714 - Xylenols, salts", - "parent": "2907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290715", - "text": "290715 - Monophenols; naphthols and their salts", - "parent": "2907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290719", - "text": "290719 - Monophenols; n.e.c. in item no. 2907.1", - "parent": "2907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290721", - "text": "290721 - Polyphenols; resorcinol and its salts", - "parent": "2907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290722", - "text": "290722 - Polyphenols; hydroquinone (quinol) and its salts", - "parent": "2907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290723", - "text": "290723 - Polyphenols; 4,4'-isopropylidenediphenol (bisphenol A, diphenylolpropane) and its salts", - "parent": "2907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290729", - "text": "290729 - Phenol-alcohols and polyphenols n.e.c. in item number 2907.2", - "parent": "2907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290730", - "text": "290730 - Phenol-alcohols", - "parent": "2907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2908", - "text": "2908 - Phenols or phenol-alcohols; halogenated, sulphonated, nitrated or nitrosated derivatives", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "290810", - "text": "290810 - Halogen derivs of phenols or phenol-alcohols, & salts", - "parent": "2908", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290811", - "text": "290811 - Phenol or phenol-alcohol derivatives containing only halogen substituents and their salts; pentachlorophenol (ISO)", - "parent": "2908", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290819", - "text": "290819 - Phenol or phenol-alcohol derivatives containing only halogen substituents and their salts; other than pentachlorophenol (ISO)", - "parent": "2908", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290820", - "text": "290820 - Sulpho- derivs of phenols or phenol-alcohols, & salts", - "parent": "2908", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290890", - "text": "290890 - Derivatives of phenols or phenol-alcohols, nes", - "parent": "2908", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290891", - "text": "290891 - Phenol or phenol-alcohol derivatives, sulphonated, nitrated or nitrosated derivatives thereof; dinoseb (ISO) and its salts", - "parent": "2908", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290892", - "text": "290892 - Phenol or phenol-alcohol derivatives, sulphonated, nitrated or nitrosated derivatives thereof; 4,6-dinitro-o-cresol (DNOC (ISO)) and its salts", - "parent": "2908", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290899", - "text": "290899 - Phenol or phenol-alcohol derivatives, sulphonated, nitrated or nitrosated derivatives thereof; other than dinoseb (ISO), and 4,6-dinitro-o-cresol (DNOC (ISO)), and their salts", - "parent": "2908", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2909", - "text": "2909 - Ethers, ether-alcohols, ether-phenols, ether-alcohol-phenols, alcohol peroxides, ether peroxides, acetal and hemiacetal peroxides, ketone peroxides (chemically defined or not), and their halogenated, sulphonated, nitrated or nitrosated derivatives", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "290911", - "text": "290911 - Ethers; acyclic, and their halogenated, sulphonated, nitrated or nitrosated derivatives, diethyl ether", - "parent": "2909", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290919", - "text": "290919 - Ethers; acyclic, and their halogenated, sulphonated, nitrated or nitrosated derivatives, other than diethyl ether", - "parent": "2909", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290920", - "text": "290920 - Ethers; cyclanic, cyclenic or cycloterpenic and their halogenated, sulphonated, nitrated or nitrosated derivatives", - "parent": "2909", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290930", - "text": "290930 - Ethers; aromatic, and their halogenated, sulphonated, nitrated or nitrosated derivatives", - "parent": "2909", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290941", - "text": "290941 - Ether-alcohols and their halogenated, sulphonated, nitrated or nitrosated derivatives; 2,2-oxydiethanol (diethylene glycol, digol)", - "parent": "2909", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290942", - "text": "290942 - Monomethyl ethers of ethylene and diethylene glycol", - "parent": "2909", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290943", - "text": "290943 - Ether-alcohols and their halogenated, sulphonated, nitrated or nitrosated derivatives; monobutyl ethers of ethylene glycol or of diethylene glycol", - "parent": "2909", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290944", - "text": "290944 - Ether-alcohols and their halogenated, sulphonated, nitrated or nitrosated derivatives; monoalkylethers of ethylene glycol or of diethylene glycol n.e.c. in heading no. 2909", - "parent": "2909", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290949", - "text": "290949 - Ether-alcohols and their halogenated, sulphonated, nitrated or nitrosated derivatives; n.e.c. in item no. 2909.4", - "parent": "2909", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290950", - "text": "290950 - Ether-phenols, ether-alcohol-phenols and their halogenated, sulphonated, nitrated or nitrosated derivatives", - "parent": "2909", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "290960", - "text": "290960 - Alcohol peroxides, ether peroxides, acetal and hemiacetal peroxides, ketone peroxides and their halogenated, sulphonated, nitrated or nitrosated derivatives", - "parent": "2909", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2910", - "text": "2910 - Epoxides, epoxyalcohols, epoxyphenols and epoxyethers; with a three-membered ring and their halogenated, sulphonated, nitrated or nitrosated derivatives", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "291010", - "text": "291010 - Epoxides, epoxyalcohols, epoxyphenols and epoxyethers; with a three-membered ring and their halogenated, sulphonated, nitrated or nitrosated derivatives; oxirane (ethylene oxide)", - "parent": "2910", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291020", - "text": "291020 - Epoxides, epoxyalcohols, epoxyphenols and epoxyethers; with a three-membered ring and their halogenated, sulphonated, nitrated or nitrosated derivatives, methyloxirane (propylene oxide)", - "parent": "2910", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291030", - "text": "291030 - Epoxides, epoxyalcohols, epoxyphenols and epoxyethers; with a three-membered ring and their halogenated, sulphonated, nitrated or nitrosated derivatives, 1-chloro-2,3-epoxypropane (epichlorohydrin)", - "parent": "2910", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291040", - "text": "291040 - Epoxides, epoxyalcohols, epoxyphenols and epoxyethers; with a three-membered ring and their halogenated, sulphonated, nitrated or nitrosated derivatives, dieldrin (ISO, INN)", - "parent": "2910", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291050", - "text": "291050 - Epoxides, epoxyalcohols, epoxyphenols and epoxyethers; with a three-membered ring and their halogenated, sulphonated, nitrated or nitrosated derivatives, endrin (ISO)", - "parent": "2910", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291090", - "text": "291090 - Epoxides, epoxyalcohols, epoxyphenols and epoxyethers; with a three-membered ring and their halogenated, sulphonated, nitrated or nitrosated derivatives, n.e.c. in heading no. 2910", - "parent": "2910", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2911", - "text": "2911 - Acetals and hemiacetals; whether or not with other oxygen function, and their halogenated, sulphonated, nitrated or nitrostated derivatives", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "291100", - "text": "291100 - Acetals and hemiacetals; whether or not with other oxygen function, and their halogenated, sulphonated, nitrated or nitrosated derivatives", - "parent": "2911", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2912", - "text": "2912 - Aldehydes, whether or not with other oxygen function; cyclic polymers of aldehydes; paraformaldehyde", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "291211", - "text": "291211 - Aldehydes; acyclic, without other oxygen function, methanal (formaldehyde)", - "parent": "2912", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291212", - "text": "291212 - Aldehydes; acyclic, without other oxygen function, ethanal (acetaldehyde)", - "parent": "2912", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291213", - "text": "291213 - Butanal (butyraldehyde, normal isomer)", - "parent": "2912", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291219", - "text": "291219 - Aldehydes; acyclic, without other oxygen function, n.e.c. in item no. 2912.1", - "parent": "2912", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291221", - "text": "291221 - Aldehydes; cyclic, without other oxygen function, benzaldehyde", - "parent": "2912", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291229", - "text": "291229 - Aldehydes; cyclic, without other oxygen function, other than benzaldehyde", - "parent": "2912", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291230", - "text": "291230 - Aldehyde-alcohols", - "parent": "2912", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291241", - "text": "291241 - Aldehydes; aldehyde-ethers, aldehyde-phenols and aldehydes with other oxygen function, vanillin (4-hydroxy-3-methoxybenzaldehyde)", - "parent": "2912", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291242", - "text": "291242 - Aldehydes; aldehyde-ethers, aldehyde-phenols and aldehydes with other oxygen function, ethylvanillin (3-ethoxy-4-hydroxybenzaldehyde)", - "parent": "2912", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291249", - "text": "291249 - Aldehyde-alcohols, aldehyde-ethers, aldehyde-phenols and aldehydes with other oxygen function; other than vanillin (4-hydroxy-3-methoxybenzaldehyde) and ethylvanillin (3-ethoxy-4-hydroxybenzaldehyde)", - "parent": "2912", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291250", - "text": "291250 - Aldehydes; cyclic polymers of aldehydes", - "parent": "2912", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291260", - "text": "291260 - Paraformaldehyde", - "parent": "2912", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2913", - "text": "2913 - Aldehydes; halogenated, sulphonated, nitrated or nitrosated derivatives of products of heading no. 2912", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "291300", - "text": "291300 - Aldehydes; halogenated, sulphonated, nitrated or nitrosated derivatives of products of heading no. 2912", - "parent": "2913", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2914", - "text": "2914 - Ketones and quinones; whether or not with other oxygen function, and their halogenated, sulphonated, nitrated or nitrostated derivatives", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "291411", - "text": "291411 - Ketones; acyclic, without other oxygen function, acetone", - "parent": "2914", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291412", - "text": "291412 - Ketones; acyclic, without other oxygen function, butanone (methyl ethyl ketone)", - "parent": "2914", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291413", - "text": "291413 - Ketones; acyclic, without other oxygen function, 4-methylpentan-2-one (methyl isobutyl ketone)", - "parent": "2914", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291419", - "text": "291419 - Ketones; acyclic, without other oxygen function, n.e.c. in item no. 2914.1", - "parent": "2914", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291421", - "text": "291421 - Camphor", - "parent": "2914", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291422", - "text": "291422 - Ketones; cyclanic, cyclenic or cycloterpenic, without other oxygen function, cyclohexanone and methylcyclohexanones", - "parent": "2914", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291423", - "text": "291423 - Ketones; cyclanic, cyclenic or cycloterpenic, without other oxygen function, ionones and methylionones", - "parent": "2914", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291429", - "text": "291429 - Ketones; cyclanic, cyclenic or cycloterpenic, without other oxygen function, other than cyclohexanone, methylcyclohexanones, ionones, and methylionones", - "parent": "2914", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291430", - "text": "291430 - Aromatic ketones without other oxygen function", - "parent": "2914", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291431", - "text": "291431 - Ketones; aromatic, (without other oxygen function), phenylacetone (phenylpropan-2-one)", - "parent": "2914", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291439", - "text": "291439 - Ketones; aromatic, (without other oxygen function), excluding phenylacetone (phenylpropan-2-one)", - "parent": "2914", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291440", - "text": "291440 - Ketone-alcohols and ketone-aldehydes", - "parent": "2914", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291441", - "text": "291441 - 4-hydroxy-4-methylpentan-2-one(diacetone alcohol)", - "parent": "2914", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291449", - "text": "291449 - Ketone-alcohols nes, ketone-aldehydes", - "parent": "2914", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291450", - "text": "291450 - Ketone-phenols and ketones with other oxygen function", - "parent": "2914", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291461", - "text": "291461 - Quinones; anthraquinone", - "parent": "2914", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291462", - "text": "291462 - Quinones; coenzyme Q10 (ubidecarenone (INN))", - "parent": "2914", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291469", - "text": "291469 - Quinones; other than anthraquinone and coenzyme Q10 (ubidecarenone (INN))", - "parent": "2914", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291470", - "text": "291470 - Ketones and quinones; halogenated, sulphonated, nitrated or nitrosated derivatives", - "parent": "2914", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291471", - "text": "291471 - Ketones and quinones; halogenated, sulphonated, nitrated or nitrosated derivatives; chlordecone (ISO)", - "parent": "2914", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291479", - "text": "291479 - Ketones and quinones; halogenated, sulphonated, nitrated or nitrosated derivatives, other than chlordecone (ISO)", - "parent": "2914", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2915", - "text": "2915 - Acids; saturated acyclic monocarboxylic acids and their anhydrides, halides, peroxides and peroxyacids; their halogenated, sulphonated, nitrated or nitrosated derivatives", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "291511", - "text": "291511 - Acids; saturated acyclic monocarboxylic acids; formic acid", - "parent": "2915", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291512", - "text": "291512 - Acids; saturated acyclic monocarboxylic acids; salts of formic acids", - "parent": "2915", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291513", - "text": "291513 - Acids; saturated acyclic monocarboxylic acids; esters of formic acid", - "parent": "2915", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291521", - "text": "291521 - Acids; saturated acyclic monocarboxylic acids; acetic acid", - "parent": "2915", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291522", - "text": "291522 - Sodium acetate", - "parent": "2915", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291523", - "text": "291523 - Cobalt acetates", - "parent": "2915", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291524", - "text": "291524 - Acids; saturated acyclic monocarboxylic acids; acetic anhydride", - "parent": "2915", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291529", - "text": "291529 - Acids; saturated acyclic monocarboxylic acids; acetic acid and its salts n.e.c. in item no. 2915.2", - "parent": "2915", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291531", - "text": "291531 - Acids; saturated acyclic monocarboxylic acids; ethyl acetate", - "parent": "2915", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291532", - "text": "291532 - Acids; saturated acyclic monocarboxylic acids; vinyl acetate", - "parent": "2915", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291533", - "text": "291533 - Acids; saturated acyclic monocarboxylic acids; n-butyl acetate", - "parent": "2915", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291534", - "text": "291534 - Isobutyl acetate", - "parent": "2915", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291535", - "text": "291535 - 2-ethoxyethyl acetate", - "parent": "2915", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291536", - "text": "291536 - Acids; saturated acyclic monocarboxylic acids; dinoseb (ISO) acetate", - "parent": "2915", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291539", - "text": "291539 - Acids; saturated acyclic monocarboxylic acids; esters of acetic acid n.e.c. in item no. 2915.3", - "parent": "2915", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291540", - "text": "291540 - Acids; saturated acyclic monocarboxylic acids; mono-, di- or trichloroacetic acids, their salts and esters", - "parent": "2915", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291550", - "text": "291550 - Acids; saturated acyclic monocarboxylic acids; propionic acid, its salts and esters", - "parent": "2915", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291560", - "text": "291560 - Acids; saturated acyclic monocarboxylic acids; butanoic acids, pentanoic acids, their salts and esters", - "parent": "2915", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291570", - "text": "291570 - Acids; saturated acyclic monocarboxylic acids; palmitic acid, stearic acid, their salts and esters", - "parent": "2915", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291590", - "text": "291590 - Acids; saturated acyclic monocarboxylic acids; anhydrides, halides, peroxides, peroxyacids and halogenated, sulphonated, nitrated or nitrosated derivatives, n.e.c. in heading no. 2915", - "parent": "2915", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2916", - "text": "2916 - Acids; unsaturated acyclic monocarboxylic, cyclic monocarboxylic, their anhydrides, halides, peroxides and peroxyacids; their halogenated, sulphonated, nitrated or nitrosated derivatives", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "291611", - "text": "291611 - Acids; unsaturated acyclic monocarboxylic acids; acrylic acid and its salts", - "parent": "2916", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291612", - "text": "291612 - Acids; unsaturated acyclic monocarboxylic acids; esters of acrylic acid", - "parent": "2916", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291613", - "text": "291613 - Acids; unsaturated acyclic monocarboxylic acids; methacrylic acid and its salts", - "parent": "2916", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291614", - "text": "291614 - Acids; unsaturated acyclic monocarboxylic acids; esters of methacrylic acid", - "parent": "2916", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291615", - "text": "291615 - Acids; unsaturated acyclic monocarboxylic acids; oleic, linoleic or linolenic acids, their salts and esters", - "parent": "2916", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291616", - "text": "291616 - Acids; unsaturated acyclic monocarboxylic, cyclic monocarboxylic, their anhydrides, halides, peroxides and peroxyacids; their halogenated, sulphonated, nitrated or nitrosated derivatives, binapacryl (ISO)", - "parent": "2916", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291619", - "text": "291619 - Acids; unsaturated acyclic monocarboxylic, cyclic monocarboxylic, their anhydrides, halides, peroxides and peroxyacids; their halogenated, sulphonated, nitrated or nitrosated derivatives, n.e.c. in item no. 2916.1", - "parent": "2916", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291620", - "text": "291620 - Acids; cyclanic, cyclenic or cycloterpenic monocarboxylic acids, their anhydrides, halides, peroxides, peroxyacids and their derivatives", - "parent": "2916", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291631", - "text": "291631 - Acids; aromatic monocarboxylic acids, benzoic acid, its salts and esters", - "parent": "2916", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291632", - "text": "291632 - Acids; aromatic monocarboxylic acids, benzoyl peroxide and benzoyl chloride", - "parent": "2916", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291633", - "text": "291633 - Phenylacetic acid, its salts & esters", - "parent": "2916", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291634", - "text": "291634 - Acids; aromatic monocarboxylic acids, phenylacetic acid and its salts", - "parent": "2916", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291635", - "text": "291635 - Esters of phenylacetic acid", - "parent": "2916", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291636", - "text": "291636 - Binapacryl (ISO)", - "parent": "2916", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291639", - "text": "291639 - Acids; aromatic monocarboxylic acids, and their anhydrides, halides, peroxides, peroxyacids and their derivatives, other than benzoic acid, its salts and esters, benzoyl peroxide and benzoyl chloride, phenylacetic acid and its salts", - "parent": "2916", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2917", - "text": "2917 - Acids; polycarboxylic acids, their anhydrides, halides, peroxides and peroxy-acids; their halogenated, sulphonated, nitrated or nitrosated derivatives", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "291711", - "text": "291711 - Acids; acyclic polycarboxylic acids; oxalic acid, its salts and esters", - "parent": "2917", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291712", - "text": "291712 - Acids; acyclic polycarboxylic acids; adipic acid, its salts and esters", - "parent": "2917", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291713", - "text": "291713 - Acids; acyclic polycarboxylic acids; azelaic acid, sebacic acid, their salts and esters", - "parent": "2917", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291714", - "text": "291714 - Acids; acyclic polycarboxylic acids; maleic anhydride", - "parent": "2917", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291719", - "text": "291719 - Acids; acyclic polycarboxylic acids; n.e.c. in item no. 2917.1", - "parent": "2917", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291720", - "text": "291720 - Acids; cyclanic, cyclenic or cycloterpenic polycarboxylic acids, their anhydrides, halides, peroxides, peroxyacids and derivatives", - "parent": "2917", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291731", - "text": "291731 - Dibutyl orthophthalates", - "parent": "2917", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291732", - "text": "291732 - Acids; aromatic polycarboxylic acids; dioctyl orthophthalates", - "parent": "2917", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291733", - "text": "291733 - Acids; aromatic polycarboxylic acids; dinonyl or didecyl orthophthalates", - "parent": "2917", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291734", - "text": "291734 - Acids; aromatic polycarboxylic acids; other esters of orthophthalic acids", - "parent": "2917", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291735", - "text": "291735 - Acids; aromatic polycarboxylic acids; phthalic anhydride", - "parent": "2917", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291736", - "text": "291736 - Acids; aromatic polycarboxylic acids; terephthalic acid and its salts", - "parent": "2917", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291737", - "text": "291737 - Acids; aromatic polycarboxylic acids; dimethyl terephthalate", - "parent": "2917", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291739", - "text": "291739 - Acids; aromatic polycarboxylic acids; n.e.c. in item no. 2917.3", - "parent": "2917", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2918", - "text": "2918 - Acids; carboxylic acid with additional oxygen function and their anhydrides, halides, peroxides, peroxyacids; their halogenated, sulphonated, nitrated or nitrosated derivatives", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "291811", - "text": "291811 - Acids; carboxylic acids, (with alcohol function but without other oxygen function), lactic acid, its salts and esters", - "parent": "2918", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291812", - "text": "291812 - Acids; carboxylic acids, (with alcohol function but without other oxygen function), tartaric acid", - "parent": "2918", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291813", - "text": "291813 - Acids; carboxylic acids, (with alcohol function but without other oxygen function); salts and esters of tartaric acid", - "parent": "2918", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291814", - "text": "291814 - Acids; carboxylic acids, (with alcohol function but without other oxygen function), citric acid", - "parent": "2918", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291815", - "text": "291815 - Acids; carboxylic acids, (with alcohol function but without other oxygen function), salts and esters of citric acid", - "parent": "2918", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291816", - "text": "291816 - Acids; carboxylic acids, (with alcohol function but without other oxygen function), gluconic acid, its salts and esters", - "parent": "2918", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291817", - "text": "291817 - Acids; carboxylic acids, (with alcohol function but without other oxygen function), 2,2-Diphenyl-2-hydroxyacetic acid (benzilic acid)", - "parent": "2918", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291818", - "text": "291818 - Acids; carboxylic acids, (with alcohol function but without other oxygen function), chlorobenzilate (ISO)", - "parent": "2918", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291819", - "text": "291819 - Acids; carboxylic acids, (with alcohol function but without other oxygen function), other than lactic, tartaric, citric, and gluconic acids and their salts and esters", - "parent": "2918", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291821", - "text": "291821 - Acids; carboxylic acids, (with phenol function but without other oxygen function), salicylic acid and its salts", - "parent": "2918", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291822", - "text": "291822 - Acids; carboxylic acids, (with phenol function but without other oxygen function), o-acetylsalicylic acid, its salts and esters", - "parent": "2918", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291823", - "text": "291823 - Acids; carboxylic acids, (with phenol function but without other oxygen function), other esters of salicylic acid and its salts n.e.c. in item no. 2918.2", - "parent": "2918", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291829", - "text": "291829 - Acids; carboxylic acids, (with phenol function but without other oxygen function), their anhydrides, halides, peroxides, peroxyacids and their derivatives, n.e.c. in item no. 2918.2", - "parent": "2918", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291830", - "text": "291830 - Acids; carboxylic acids, (with aldehyde or ketone function but without other oxygen function), their anhydrides, halides, peroxides, peroxyacids and their derivatives", - "parent": "2918", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291890", - "text": "291890 - Carboxylic acids nes, derivativess", - "parent": "2918", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291891", - "text": "291891 - Acids; carboxylic acids, with additional oxygen function (not alcohol, phenol, aldehyde or ketone) and their anhydrides, halides, peroxides and peroxyacids; 2,4,5-T (ISO) (2,4,5-trichlorophenoxyacetic acid), its salts and esters", - "parent": "2918", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291899", - "text": "291899 - Acids; carboxylic acids, with additional oxygen function (not alcohol, phenol, aldehyde or ketone) and their anhydrides, halides, peroxides and peroxyacids; their halogenated, sulphonated, nitrated or nitrosated derivatives; other than 2,4,5-T (ISO)", - "parent": "2918", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2919", - "text": "2919 - Esters; phosphoric, and their salts, including lactophosphates, their halogenated, sulphonated, nitrated or nitrosated derivatives", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "291900", - "text": "291900 - Phosphoric esters, their salts and derivatives", - "parent": "2919", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291910", - "text": "291910 - Esters; phosphoric, and their salts, including lactophosphates, their halogenated, sulphonated, nitrated or nitrosated derivatives; tris(2,3-dibromopropyl) phosphate", - "parent": "2919", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "291990", - "text": "291990 - Esters; phosphoric, and their salts, including lactophosphates, their halogenated, sulphonated, nitrated or nitrosated derivatives; other than tris(2,3-dibromopropyl) phosphate", - "parent": "2919", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2920", - "text": "2920 - Esters of other inorganic acids of non-metals (other than of hydrogen halides) and their salts, their halogenated, sulphonated, nitrated or nitrosated derivatives", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "292010", - "text": "292010 - Thiophosphoric esters(phosphorothioates),salts,derivs", - "parent": "2920", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292011", - "text": "292011 - Esters; thiophosphoric esters (phosphorothioates) and their salts, their halogenated, sulphonated, nitrated or nitrosated derivatives, parathion (ISO) and parathion-methyl (ISO) (methyl-parathion)", - "parent": "2920", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292019", - "text": "292019 - Esters; thiophosphoric esters (phosphorothioates) and their salts; other than parathion (ISO) and parathion-methyl (ISO) (methyl-parathion)", - "parent": "2920", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292021", - "text": "292021 - Esters; phosphite esters and their salts; their halogenated, sulphonated, nitrated or nitrosated derivatives, dimethyl phosphite", - "parent": "2920", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292022", - "text": "292022 - Esters; phosphite esters and their salts; their halogenated, sulphonated, nitrated or nitrosated derivatives, diethyl phosphite", - "parent": "2920", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292023", - "text": "292023 - Esters; phosphite esters and their salts; their halogenated, sulphonated, nitrated or nitrosated derivatives, trimethyl phosphite", - "parent": "2920", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292024", - "text": "292024 - Esters; phosphite esters and their salts; their halogenated, sulphonated, nitrated or nitrosated derivatives, triethyl phosphite", - "parent": "2920", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292029", - "text": "292029 - Esters; phosphite esters and their salts; their halogenated, sulphonated, nitrated or nitrosated derivatives, n.e.c. in heading no. 2920", - "parent": "2920", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292030", - "text": "292030 - Esters; of other inorganic acids of non-metals (excluding esters of hydrogen halides) and their salts; their halogenated, sulphonated, nitrated or nitrosated derivatives, endosulfan (ISO)", - "parent": "2920", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292090", - "text": "292090 - Esters; other than thiophosphoric esters (phosphorothioates) and phosphite esters and their salts, their halogenated, sulphonated, nitrated or nitrosated derivatives, n.e.c. in heading no. 2920", - "parent": "2920", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2921", - "text": "2921 - Amine-function compounds", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "292111", - "text": "292111 - Amine-function compounds; acyclic monoamines and their derivatives, methylamine, di- or trimethylamine and their salts", - "parent": "2921", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292112", - "text": "292112 - Amine-function compounds; acyclic monoamines and their derivatives, and salts thereof, 2-(N,N-Dimethylamino)ethylchloride hydrochloride", - "parent": "2921", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292113", - "text": "292113 - Amine-function compounds; acyclic monoamines and their derivatives, and salts thereof, 2-(N,N-Diethylamino)ethylchloride hydrochloride", - "parent": "2921", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292114", - "text": "292114 - Amine-function compounds; acyclic monoamines and their derivatives, and salts thereof, 2-(N,N-Diisopropylamino)ethylchloride hydrochloride", - "parent": "2921", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292119", - "text": "292119 - Amine-function compounds; acyclic monoamines and their derivatives, and salts thereof, n.e.c. in item no. 2921.1", - "parent": "2921", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292121", - "text": "292121 - Amine-function compounds; acyclic polyamines and their derivatives, ethylenediamine and its salts", - "parent": "2921", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292122", - "text": "292122 - Amine-function compounds; acyclic polyamines and their derivatives, hexamethylenediamine and its salts", - "parent": "2921", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292129", - "text": "292129 - Amine-function compounds; acyclic polyamines and their derivatives, and salts thereof, n.e.c. in item no. 2921.2", - "parent": "2921", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292130", - "text": "292130 - Amine-function compounds; cyclanic, cyclenic or cycloterpenic mono- or polyamines and their derivatives; salts thereof", - "parent": "2921", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292141", - "text": "292141 - Amine-function compounds; aromatic monoamines and their derivatives, aniline and its salts", - "parent": "2921", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292142", - "text": "292142 - Amine-function-compounds; aromatic monoamines and their derivatives, aniline derivatives and their salts", - "parent": "2921", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292143", - "text": "292143 - Amine-function compounds; aromatic monoamines and their derivatives, toluidines and their derivatives; salts thereof", - "parent": "2921", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292144", - "text": "292144 - Amine-function compounds; aromatic monoamines and their derivatives, diphenylamine and its derivatives; salts thereof", - "parent": "2921", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292145", - "text": "292145 - Amine-function compounds; aromatic monoamines and their derivatives; 1-naphthylamine (alpha-naphthylamine), 2-naphthylamine (beta-naphthaylamine) and their derivatives; salts thereof", - "parent": "2921", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292146", - "text": "292146 - Amine-function compounds; aromatic monoamines and derivatives; amfetamine (INN), benzfetamine (INN), dexamfetamine (INN), etilamfetamine (INN), fencamfamin (INN), lefetamine (INN), levamfetamine (INN), mefenorex (INN) and phentermine (INN); salts thereof", - "parent": "2921", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292149", - "text": "292149 - Amine-function compounds; aromatic monoamines and their derivatives; salts thereof; n.e.c. in item no. 2921.4", - "parent": "2921", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292151", - "text": "292151 - Amine-function compounds; aromatic amines and their derivatives; o-, m-, p-phenylenediamine, diaminotoluenes and their derivatives; salts thereof", - "parent": "2921", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292159", - "text": "292159 - Amine-function compounds; aromatic polyamines and their derivatives, other than item no. 2921.51", - "parent": "2921", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2922", - "text": "2922 - Oxygen-function amino-compounds", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "292211", - "text": "292211 - Amino-alcohols, other than those containing more than one kind of oxygen function; their ethers and esters; salts thereof, monoethanolamine and its salts", - "parent": "2922", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292212", - "text": "292212 - Amino-alcohols, other than those containing more than one kind of oxygen function; their ethers and esters; salts thereof, diethanolamine and its salts", - "parent": "2922", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292213", - "text": "292213 - Amino-alcohols, other than those containing more than one kind of oxygen function; their ethers and esters; salts thereof, triethanolamine and its salts", - "parent": "2922", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292214", - "text": "292214 - Amino-alcohols, other than those containing more than one kind of oxygen function; their ethers and esters; salts thereof; dextropropoxyphene (INN) and its salts", - "parent": "2922", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292215", - "text": "292215 - Amino-alcohols, other than those containing more than one kind of oxygen function; their ethers and esters; salts thereof, triethanolamine", - "parent": "2922", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292216", - "text": "292216 - Amino-alcohols, other than those containing more than one kind of oxygen function; their ethers and esters; salts thereof, Diethanolammonium perfluorooctane sulphonate", - "parent": "2922", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292217", - "text": "292217 - Amino-alcohols, other than those containing more than one kind of oxygen function; their ethers and esters; salts thereof, Methyldiethanolamine and ethyldiethanolamine", - "parent": "2922", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292218", - "text": "292218 - Amino-alcohols, other than those containing more than one kind of oxygen function; their ethers and esters; salts thereof, 2-(N,N- Diisopropylamino)ethanol", - "parent": "2922", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292219", - "text": "292219 - Amino-alcohols, other than those containing more than one kind of oxygen function, their ethers and esters; salts thereof, n.e.c. in item no. 2922.1", - "parent": "2922", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292221", - "text": "292221 - Amino-naphthols and other amino-phenols, other than those containing more than one kind of oxygen function; their ethers and esters; salts thereof, aminohydroxynaphthalenesulphonic acids and their salts", - "parent": "2922", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292222", - "text": "292222 - Anisidines, dianisidines, phenetidines, and salts", - "parent": "2922", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292229", - "text": "292229 - Amino-naphthols and other amino-phenols, other than those containing more than one kind of oxygen function, their ethers and esters; salts thereof n.e.c. in item no. 2922.2", - "parent": "2922", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292230", - "text": "292230 - Amino-aldehydes, ketones and quinones, salts thereof", - "parent": "2922", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292231", - "text": "292231 - Amino-aldehydes, amino-ketones and amino-quinones; other than those containing more than one kind of oxygen function, salts thereof", - "parent": "2922", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292239", - "text": "292239 - Amino-aldehydes, amino-ketones and amino-quinones; other than those containing more than one kind of oxygen function; salts thereof, excluding amfepramone (INN), methadone (INN), and normethadone (INN) and salts thereof", - "parent": "2922", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292241", - "text": "292241 - Amino-acids, other than those containing more than one kind of oxygen function, and their esters; lysine and its esters; salts thereof", - "parent": "2922", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292242", - "text": "292242 - Amino-acids, other than those containing more than one kind of oxygen function, and their esters; glutamic acid and its esters; salts thereof", - "parent": "2922", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292243", - "text": "292243 - Amino-acids, other than those containing more than one kind of oxygen function, and their esters; anthranilic acid and its esters; salts thereof", - "parent": "2922", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292244", - "text": "292244 - Amino-acids, other than those containing more than one kind of oxygen function, and their esters; tilidine (INN) and its esters; salts thereof", - "parent": "2922", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292249", - "text": "292249 - Amino-acids, other than those containing more than one kind of oxygen function, their esters; salts thereof, excluding lysine, glutamic acid, anthranalic acid and tilidine, their esters and salts thereof", - "parent": "2922", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292250", - "text": "292250 - Amino-alcohol-phenols, amino-acid-phenols and other amino-compounds with oxygen function", - "parent": "2922", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2923", - "text": "2923 - Quaternary ammonium salts and hydroxides; lecithins and other phosphoaminolipids, whether or not chemically defined", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "292310", - "text": "292310 - Quaternary ammonium salts and hydroxides; choline and its salts, whether or not chemically defined", - "parent": "2923", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292320", - "text": "292320 - Lecithins and other phosphoaminolipids, whether or not chemically defined", - "parent": "2923", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292330", - "text": "292330 - Quaternary ammonium salts and hydroxides; tetraethylammonium perfluorooctane sulphonate, whether or not chemically defined", - "parent": "2923", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292340", - "text": "292340 - Quaternary ammonium salts and hydroxides; didecyldimethylammonium perfluorooctane sulphonate, whether or not chemically defined", - "parent": "2923", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292390", - "text": "292390 - Quaternary ammonium salts and hydroxides; whether or not chemically defined n.e.c. in heading no. 2923", - "parent": "2923", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2924", - "text": "2924 - Carboxyamide-function compounds; amide-function compounds of carbonic acid", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "292410", - "text": "292410 - Acyclic amides, derivatives, salts thereof", - "parent": "2924", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292411", - "text": "292411 - Acyclic amides (including acyclic carbamates) and their derivatives; salts thereof; meprobamate (INN)", - "parent": "2924", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292412", - "text": "292412 - Acyclic amides (including acyclic carbamates) and their derivatives; salts thereof; fluoroacetamide (ISO), monocrotophos (ISO) and phosphamidon (ISO)", - "parent": "2924", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292419", - "text": "292419 - Acyclic amides (including acyclic carbamates) and their derivatives; salts thereof, other than meprobamate (INN), fluoroacetamide (ISO), monocrotophos (ISO) or phosphamidon (ISO)", - "parent": "2924", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292421", - "text": "292421 - Cyclic amides (including cyclic carbamates) and their derivatives, ureines and their derivatives; salts thereof", - "parent": "2924", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292422", - "text": "292422 - 2-Acetomidobenzoic acid", - "parent": "2924", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292423", - "text": "292423 - Cyclic amides (including cyclic carbamates) and their derivatives; 2-acetamidobenzoic acid (N-acetylanthranillic acid) and its salts", - "parent": "2924", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292424", - "text": "292424 - Cyclic amides (including cyclic carbamates) and their derivatives; ethinamate and its salts", - "parent": "2924", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292425", - "text": "292425 - Cyclic amides (including cyclic carbamates) and their derivatives; alachlor (ISO) and its salts", - "parent": "2924", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292429", - "text": "292429 - Cyclic amides (including cyclic carbamates) and their derivatives; other than the derivatives and salts of ureines, 2-acetamidobenzoic acid (N-acetylanthancillic acid),ethinamate S, and alachlor (ISO) and their derivatives and salts", - "parent": "2924", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2925", - "text": "2925 - Carboxyimide-function compounds (including saccharin and its salts) and imine-function compounds", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "292511", - "text": "292511 - Imides and their derivatives; saccharin and its salts", - "parent": "2925", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292512", - "text": "292512 - Imides and their derivatives; glutethimide (INN)", - "parent": "2925", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292519", - "text": "292519 - Imides and their derivatives; other than saccharin and glutethimide (INN)", - "parent": "2925", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292520", - "text": "292520 - Imines, derivatives, salts thereof", - "parent": "2925", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292521", - "text": "292521 - Imines and their derivatives; salts thereof; chlordimeform (ISO)", - "parent": "2925", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292529", - "text": "292529 - Imines and their derivatives; salts thereof; other than chlordimeform (ISO)", - "parent": "2925", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2926", - "text": "2926 - Nitrile-function compounds", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "292610", - "text": "292610 - Nitrile-function compounds; acrylonitrile", - "parent": "2926", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292620", - "text": "292620 - Nitrile-function compounds; 1-cyanoguanidine (dicyandiamide)", - "parent": "2926", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292630", - "text": "292630 - Nitrile-function compounds; fenproporex (INN) and its salts; methadone (INN) intermediate (4-cyano-2-dimethylamino-4,4-diphenylbutane)", - "parent": "2926", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292640", - "text": "292640 - Nitrile-function compounds; alpha-phenylacetoacetonitrile", - "parent": "2926", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292690", - "text": "292690 - Nitrile-function compounds; n.e.c. heading no. 2926", - "parent": "2926", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2927", - "text": "2927 - Diazo-, azo- or azoxy-compounds", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "292700", - "text": "292700 - Diazo-, azo- or azoxy compounds", - "parent": "2927", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2928", - "text": "2928 - Organic derivatives of hydrazine or of hydroxylamine", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "292800", - "text": "292800 - Organic derivatives of hydrazine or of hydroxylamine", - "parent": "2928", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2929", - "text": "2929 - Nitrogen-function compounds, n.e.c. in chapter 29", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "292910", - "text": "292910 - Nitrogen-function compounds; n.e.c. in chapter 29, isocyanates", - "parent": "2929", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "292990", - "text": "292990 - Nitrogen-function compounds; n.e.c. in chapter 29, excluding isocyanates", - "parent": "2929", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2930", - "text": "2930 - Organo-sulphur compounds", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "293010", - "text": "293010 - Organo-sulphur compounds; 2-(N,N-Diethylamino) ethanethiol", - "parent": "2930", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293020", - "text": "293020 - Organo-sulphur compounds; thiocarbamates and dithiocarbamates", - "parent": "2930", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293030", - "text": "293030 - Organo-sulphur compounds; thiuram mono-, di- or tetrasulphides", - "parent": "2930", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293040", - "text": "293040 - Organo-sulphur compounds; methionine", - "parent": "2930", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293050", - "text": "293050 - Organo-sulphur compounds; captafol (ISO) and methamidophos (ISO)", - "parent": "2930", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293060", - "text": "293060 - Organo-sulphur compounds; 2-(N,N-Diethylamino)ethanethiol", - "parent": "2930", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293070", - "text": "293070 - Organo-sulphur compounds; bis(2-hydroxyethyl)sulfide (thiodiglycol (INN))", - "parent": "2930", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293080", - "text": "293080 - Organo-sulphur compounds; aldicarb (ISO), captafol (ISO) and methamidophos (ISO)", - "parent": "2930", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293090", - "text": "293090 - Organo-sulphur compounds; n.e.c. in heading no. 2930", - "parent": "2930", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2931", - "text": "2931 - Other organo-inorganic compounds", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "293100", - "text": "293100 - Organo-inorganic compounds, n.e.s. in Ch.29", - "parent": "2931", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293110", - "text": "293110 - Organo-inorganic compounds; tetramethyl lead and tetraethyl lead", - "parent": "2931", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293120", - "text": "293120 - Organo-inorganic compounds; tributyltin compounds", - "parent": "2931", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293131", - "text": "293131 - Organo-inorganic compounds; organo-phosphorus derivatives, dimethyl methylphosphonate", - "parent": "2931", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293132", - "text": "293132 - Organo-inorganic compounds; organo-phosphorus derivatives, dimethyl propylphosphonate", - "parent": "2931", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293133", - "text": "293133 - Organo-inorganic compounds; organo-phosphorus derivatives, diethyl ethylphosphonate", - "parent": "2931", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293134", - "text": "293134 - Organo-inorganic compounds; organo-phosphorus derivatives, sodium-3-(hydroxysilyl)propyl methylphosphonate", - "parent": "2931", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293135", - "text": "293135 - Organo-inorganic compounds; organo-phosphorus derivatives, 2,4,6-tripropyl-1,3,5,2,4,6-trioxatriphosphinane 2,4,6-trioxide", - "parent": "2931", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293136", - "text": "293136 - Organo-inorganic compounds; organo-phosphorus derivatives, (5-ethyl-2-methyl-2-oxido-1,3,2-dioxaphosphinan-5-yl)methyl methyl methylphosphonate", - "parent": "2931", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293137", - "text": "293137 - Organo-inorganic compounds; organo-phosphorus derivatives, bis[(5-Ethyl-2-methyl-2-oxido-1,3,2-dioxaphosphinan-5-yl)methyl methyl methylphosphonate]", - "parent": "2931", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293138", - "text": "293138 - Organo-inorganic compounds; organo-phosphorus derivatives, salt of methylphosphonic acid and (aminoiminomethyl)urea (1 : 1)", - "parent": "2931", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293139", - "text": "293139 - Organo-inorganic compounds; other organo-phosphorus derivatives, n.e.c. in heading no. 2931", - "parent": "2931", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293141", - "text": "293141 - Non-halogenated organo-phosphorous derivatives; dimethyl methylphosphonate", - "parent": "2931", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293142", - "text": "293142 - Non-halogenated organo-phosphorous derivatives; dimethyl propylphosphonate", - "parent": "2931", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293143", - "text": "293143 - Non-halogenated organo-phosphorous derivatives; diethyl ethylphosphonate", - "parent": "2931", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293144", - "text": "293144 - Non-halogenated organo-phosphorous derivatives; methylphosphonic acid", - "parent": "2931", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293145", - "text": "293145 - Non-halogenated organo-phosphorous derivatives; salt of methylphosphonic acid and (aminominomethyl) urea (1:1)", - "parent": "2931", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293146", - "text": "293146 - Non-halogenated organo-phosphorous derivatives; 2,4,6-tripropyl-1,3,5,2,4,6-trioxatriphosphinane 2,4,6-trioxide", - "parent": "2931", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293147", - "text": "293147 - Non-halogenated organo-phosphorous derivatives; (5-ethyl-2-methyl-2-oxido-1,3,2-dioxaphosphinan-5-yl) methyl methyl methylphosphonate", - "parent": "2931", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293148", - "text": "293148 - Non-halogenated organo-phosphorous derivatives; 3,9-dimethyl-2,4,8,10-tetraoxa-3,9-diphosphaspiro[5.5] undecane 3,9-dioxide", - "parent": "2931", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293149", - "text": "293149 - Non-halogenated organo-phosphorous derivatives; other non-halogenated organo-phosphorous derivatives, n.e.c. in item no. 2931.4", - "parent": "2931", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293151", - "text": "293151 - Halogenated organo-phosphorous derivatives; methylphosphonic dichloride", - "parent": "2931", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293152", - "text": "293152 - Halogenated organo-phosphorous derivatives; propylphosphonic dichloride", - "parent": "2931", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293153", - "text": "293153 - Halogenated organo-phosphorous derivatives; O-(3-chloropropyl) O-[4-nitro-3-(trifluoromethyl)phenyl] methylphosphonothionate", - "parent": "2931", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293154", - "text": "293154 - Halogenated organo-phosphorous derivatives; trichlorfon (ISO)", - "parent": "2931", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293159", - "text": "293159 - Halogenated organo-phosphorous derivatives; other halogenated organo-phosphorous derivatives, n.e.c. in item no. 2931.5", - "parent": "2931", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293190", - "text": "293190 - Organo-inorganic compounds; other than tetramethyl lead, tetraethyl lead, tributyltin compounds, and other organo-phosphorous derivatives", - "parent": "2931", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2932", - "text": "2932 - Heterocyclic compounds with oxygen hetero-atom(s) only", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "293211", - "text": "293211 - Heterocyclic compounds; with oxygen hetero-atom(s) only, containing an unfused furan ring (whether or not hydrogenated) in the structure, tetrahydrofuran", - "parent": "2932", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293212", - "text": "293212 - Heterocyclic compounds; with oxygen hetero-atom(s) only, containing an unfused furan ring (whether or not hydrogenated) in the structure, 2-furaldehyde (furfuraldehyde)", - "parent": "2932", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293213", - "text": "293213 - Heterocyclic compounds; with oxygen hetero-atom(s) only, containing an unfused furan ring (whether or not hydrogenated) in the structure, furfuryl alcohol and tetrahydrofurfuryl alcohol", - "parent": "2932", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293214", - "text": "293214 - Heterocyclic compounds; with oxygen hetero-atom(s) only, containing an unfused furan ring (whether or not hydrogenated) in the structure, sucralose", - "parent": "2932", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293219", - "text": "293219 - Heterocyclic compounds; with oxygen hetero-atom(s) only, containing an unfused furan ring (whether or not hydrogenated) in the structure, n.e.c. in item no. 2932.1", - "parent": "2932", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293220", - "text": "293220 - Heterocyclic compounds; with oxygen hetero-atom(s) only, containing an unfused furan ring (whether or not hydrogenated) in the structure, lactones", - "parent": "2932", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293221", - "text": "293221 - Coumarin, methylcoumarins & ethylcoumarins", - "parent": "2932", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293229", - "text": "293229 - Lactones (excl. coumarin, methylcoumarins & ethylcoumarins)", - "parent": "2932", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293290", - "text": "293290 - Heterocyclic compound,oxygen hetero-atom(s) only,nes", - "parent": "2932", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293291", - "text": "293291 - Heterocyclic compounds; with oxygen hetero-atom(s) only, (other than lactones or compounds containing an unfused furan ring (whether or not hydrogenated) in the structure), isosafrole", - "parent": "2932", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293292", - "text": "293292 - Heterocyclic compounds; with oxygen hetero-atom(s) only, (other than lactones or compounds containing an unfused furan ring (whether or not hydrogenated) in the structure), 1-(1,3-Benzodioxol-5-yl)propan-2-one", - "parent": "2932", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293293", - "text": "293293 - Heterocyclic compounds; with oxygen hetero-atom(s) only, (other than lactones or compounds containing an unfused furan ring (whether or not hydrogenated) in the structure), piperonal", - "parent": "2932", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293294", - "text": "293294 - Heterocyclic compounds; with oxygen hetero-atom(s) only, (other than lactones or compounds containing an unfused furan ring (whether or not hydrogenated) in the structure), safrole", - "parent": "2932", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293295", - "text": "293295 - Heterocyclic compounds; with oxygen hetero-atom(s) only, (other than lactones or compounds containing an unfused furan ring (whether or not hydrogenated) in the structure), tetrahydrocannabinols (all isomers)", - "parent": "2932", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293296", - "text": "293296 - Heterocyclic compounds; with oxygen hetero-atom(s) only, (other than lactones or compounds containing an unfused furan ring (whether or not hydrogenated) in the structure), carbofuran (ISO)", - "parent": "2932", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293299", - "text": "293299 - Heterocyclic compounds; with oxygen hetero-atom(s) only, no lactones or unfused furan rings in the structure, other than isosafrole, 1-(1,3-benzodiaxol-5-yl) propan-2-one, piperonal, safrole, tetrahydrocannabinols (all isomers), carbofuran (ISO)", - "parent": "2932", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2933", - "text": "2933 - Heterocyclic compounds with nitrogen hetero-atom(s) only", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "293311", - "text": "293311 - Heterocyclic compounds; with nitrogen hetero-atom(s) only, containing an unfused pyrazole ring (whether or not hydrogenated) in the structure, phenazone (antipyrin) and its derivatives", - "parent": "2933", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293319", - "text": "293319 - Heterocyclic compounds; with nitrogen hetero-atom(s) only, containing an unfused pyrazole ring (whether or not hydrogenated) in the structure, other than henazone (antipyrin) and its derivatives", - "parent": "2933", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293321", - "text": "293321 - Heterocyclic compounds; with nitrogen hetero-atom(s) only, containing an unfused imidazole ring (whether or not hydrogenated) in the structure, hydantoin and its derivatives", - "parent": "2933", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293329", - "text": "293329 - Heterocyclic compounds; with nitrogen hetero-atom(s) only, containing an unfused imidazole ring (whether or not hydrogenated) in the structure, other than hydantoin and its derivatives", - "parent": "2933", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293331", - "text": "293331 - Heterocyclic compounds; containing an unfused pyridine ring (whether or not hydrogenated) in the structure, pyridine and its salts", - "parent": "2933", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293332", - "text": "293332 - Heterocyclic compounds; containing an unfused pyridine ring (whether or not hydrogenated) in the structure, piperidine and its salts", - "parent": "2933", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293333", - "text": "293333 - Heterocyclic compounds; containing an unfused pyridine ring (whether or not hydrogenated) in the structure, alfentanil (INN), anileridine (INN), bezitramide (INN), bromazepam (INN), carfentanil (INN), difenoxin (INN), diphenoxylate (INN), dipipanone (INN)", - "parent": "2933", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293334", - "text": "293334 - Heterocyclic compounds; containing an unfused pyridine ring (whether or not hydrogenated) in the structure, other fentanyls and their derivatives", - "parent": "2933", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293335", - "text": "293335 - Heterocyclic compounds; containing an unfused pyridine ring (whether or not hydrogenated) in the structure, 3-quinuclidinol", - "parent": "2933", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293336", - "text": "293336 - Heterocyclic compounds; containing an unfused pyridine ring (whether or not hydrogenated) in the structure, 4-anilino-N-phenethylpiperidine (ANPP)", - "parent": "2933", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293337", - "text": "293337 - Heterocyclic compounds; containing an unfused pyridine ring (whether or not hydrogenated) in the structure, N-phenethyl-4-piperdone (NPP)", - "parent": "2933", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293339", - "text": "293339 - Heterocyclic compounds; containing an unfused pyridine ring (whether or not hydrogenated) in the structure, n.e.c. in 2933.3", - "parent": "2933", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293340", - "text": "293340 - Heterocyc cmpounds, quinoline ring not further fused", - "parent": "2933", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293341", - "text": "293341 - Heterocyclic compounds; containing a quinoline or isoquinoline ring-system (whether or not hydrogenated) in the structure, not further fused, levorphanol (INN) and its salts", - "parent": "2933", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293349", - "text": "293349 - Heterocyclic compounds; containing a quinoline or isoquinoline ring-system (whether or not hydrogenated) in the structure, not further fused, other than levorphanol (INN) and its salts", - "parent": "2933", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293351", - "text": "293351 - Barbituric acid, derivatives, salts thereof", - "parent": "2933", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293352", - "text": "293352 - Heterocyclic compounds; containing a pyrimidine ring (whether or not hydrogenated) or piperazine ring in the structure, malonylurea (barbituric acid) and its salts", - "parent": "2933", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293353", - "text": "293353 - Allobarbital (INN), amobarbital (INN), barbital (INN), butalbital (INN), butobarbital, cyclobarbital (INN), methylphenobarbital (INN), pentobarbital (INN), phenobarbital (INN), secbutabarbital (INN), secobarbital (INN) and vinylbital (INN); salts thereof", - "parent": "2933", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293354", - "text": "293354 - Heterocyclic compounds; containing a pyrimidine ring (whether or not hydrogenated) or piperazine ring in the structure, other derivatives of malonylurea (barbituric acid) and salts thereof, n.e.c. in 2933.53", - "parent": "2933", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293355", - "text": "293355 - Heterocyclic compounds; containing a pyrimidine ring (whether or not hydrogenated) or piperazine ring in the structure; loprazolam (INN), mecloqualone (INN), methaqualone (INN), and zipeprol (INN); salts thereof", - "parent": "2933", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293359", - "text": "293359 - Heterocyclic compounds; containing a pyrimidine ring (whether or not hydrogenated) or piperazine ring in the structure, (other than malonylurea and its derivatives, loprazolam, mecloqualone, methaqualone, zipeprol, and salts thereof) n.e.c. in 2933.5", - "parent": "2933", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293361", - "text": "293361 - Heterocyclic compounds; containing an unfused triazine ring (whether or not hydrogenated) in the structure, melamine", - "parent": "2933", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293369", - "text": "293369 - Heterocyclic compounds; containing an unfused triazine ring (whether or not hydrogenated) in the structure, others excluding melamine", - "parent": "2933", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293371", - "text": "293371 - Heterocyclic compounds; lactams; 6-hexanelactam (epsilon-caprolactam)", - "parent": "2933", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293372", - "text": "293372 - Heterocyclic compounds; lactams; clobazam (INN) and methyprylon (INN)", - "parent": "2933", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293379", - "text": "293379 - Heterocyclic compounds; lactams; other than 6-hexanelactam (epsilon caprolactam) and clobazam (INN) and methyprylon (INN)", - "parent": "2933", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293390", - "text": "293390 - Heterocyclic compounds with N-hetero-atom(s) only, ne", - "parent": "2933", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293391", - "text": "293391 - Heterocyclic compounds; alprazolam (INN), camazepam (INN), chlordiazepoxide (INN), clonazepam (INN), clorazepate, delorazepam (INN), diazepam (INN), estazolam (INN), ethyl loflazepate (INN), fludiazepam (INN), flunitrazepam (INN), (cont)", - "parent": "2933", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293392", - "text": "293392 - Heterocyclic compounds; azinphos-methyl (ISO)", - "parent": "2933", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293399", - "text": "293399 - Heterocyclic compounds; n.e.c. in headings no. 2933", - "parent": "2933", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2934", - "text": "2934 - Nucleic acids and their salts, whether or not chemically defined; other heterocyclic compounds", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "293410", - "text": "293410 - Heterocyclic compounds; containing an unfused thiazole ring (whether or not hydrogenated) in the structure", - "parent": "2934", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293420", - "text": "293420 - Heterocyclic compounds; containing in the structure, a benzothiazole ring-system (whether or not hydrogenated), not further fused", - "parent": "2934", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293430", - "text": "293430 - Heterocyclic compounds; containing in the structure, a phenothiazine ring-system (whether or not hydrogenated), not further fused", - "parent": "2934", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293490", - "text": "293490 - Heterocyclic compounds, nes", - "parent": "2934", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293491", - "text": "293491 - Heterocyclic compounds; other heterocyclic compounds, n.e.c. in 2934.1, 2934.2 and 2934.3", - "parent": "2934", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293492", - "text": "293492 - Heterocyclic compounds; other fentanyls n.e.c. in 2934, and their derivatives", - "parent": "2934", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293499", - "text": "293499 - Nucleic acids and their salts, other heterocyclic compounds, n.e.c. in heading number 2934", - "parent": "2934", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2935", - "text": "2935 - Sulphonamides", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "293500", - "text": "293500 - Sulphonamides", - "parent": "2935", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293510", - "text": "293510 - Sulphonamides; N-methylperfluorooctane sulphonamide", - "parent": "2935", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293520", - "text": "293520 - Sulphonamides; N-ethylperfluorooctane sulphonamide", - "parent": "2935", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293530", - "text": "293530 - Sulphonamides; N-ethyl-N-(2-hydroxyethyl) perfluorooctane sulphonamide", - "parent": "2935", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293540", - "text": "293540 - Sulphonamides; N-(2-hydroxyethyl)-N-methylperfluorooctane sulphonamide", - "parent": "2935", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293550", - "text": "293550 - Sulphonamides; other perfluorooctane sulphonamides", - "parent": "2935", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293590", - "text": "293590 - Sulphonamides; n.e.c. in heading no. 2935", - "parent": "2935", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2936", - "text": "2936 - Provitamins, vitamins; natural or reproduced by synthesis (including natural concentrates) derivatives thereof used as vitamins, and intermixtures of the fore-going, whether or not in any solvent", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "293610", - "text": "293610 - Provitamins, unmixed", - "parent": "2936", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293621", - "text": "293621 - Vitamins; vitamins A and their derivatives, unmixed", - "parent": "2936", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293622", - "text": "293622 - Vitamins; vitamin B1 and its derivatives, unmixed", - "parent": "2936", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293623", - "text": "293623 - Vitamins; vitamin B2 and its derivatives, unmixed", - "parent": "2936", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293624", - "text": "293624 - Vitamins; D- or DL-pantothenic acid (vitamin B5) and its derivatives, unmixed", - "parent": "2936", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293625", - "text": "293625 - Vitamins; vitamin B6 and its derivatives, unmixed", - "parent": "2936", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293626", - "text": "293626 - Vitamins; vitamin B12 and its derivatives, unmixed", - "parent": "2936", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293627", - "text": "293627 - Vitamins; vitamin C and its derivatives, unmixed", - "parent": "2936", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293628", - "text": "293628 - Vitamins; vitamin E and its derivatives, unmixed", - "parent": "2936", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293629", - "text": "293629 - Vitamins; n.e.c. in item no. 2936.2, and their derivatives, unmixed", - "parent": "2936", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293690", - "text": "293690 - Vitamins; n.e.c. in heading no. 2936, including natural concentrates", - "parent": "2936", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2937", - "text": "2937 - Hormones, prostaglandins, thromboxanes and leukotrienes, natural or reproduced by synthesis; derivatives and structural analogues thereof, including chain modified polypeptides, used primarily as hormones.", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "293710", - "text": "293710 - Pituitary anterior hormones and derivatives, in bulk", - "parent": "2937", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293711", - "text": "293711 - Polypeptide hormones, protein hormones and glycoprotein hormones, their derivatives and structural analogues; somatotropin, its derivatives and structural analogues", - "parent": "2937", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293712", - "text": "293712 - Polypeptide hormones, protein hormones and glycoprotein hormones, their derivatives and structural analogues; insulin and its salts", - "parent": "2937", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293719", - "text": "293719 - Polypeptide hormones, protein hormones and glycoprotein hormones, their derivatives and structural analogues; other than somatotropin, (its derivatives and structural anaologues) and insulin and its salts", - "parent": "2937", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293721", - "text": "293721 - Steroidal hormones, their derivatives and structural analogues; cortisone, hydrocortisone, prednisone (dehydrocortisone) and prednisolone (dehydrohydrocortisone)", - "parent": "2937", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293722", - "text": "293722 - Steroidal hormones, their derivatives and structural analogues; halogenated derivatives of corticosteroidal hormones", - "parent": "2937", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293723", - "text": "293723 - Steroidal hormones, their derivatives and structural analogues; oestrogens and progestogens", - "parent": "2937", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293729", - "text": "293729 - Steroidal hormones, their derivatives and structural analogues; other than cortisone, hydrocortisone, prednisone (dehydrocortisone), prednisolone (dehydrohydrocortisone), halogenated derivatives of corticosteroidal hormones, oestrogen and progestogens", - "parent": "2937", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293731", - "text": "293731 - Epinephrine", - "parent": "2937", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293739", - "text": "293739 - Catecholamine hormones other than epinephrine, their derivatives & structural analogues", - "parent": "2937", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293740", - "text": "293740 - Amino-acid derivatives", - "parent": "2937", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293750", - "text": "293750 - Prostaglandins, thromboxanes and leukotrienes, their derivatives and structural analogues", - "parent": "2937", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293790", - "text": "293790 - Hormones, prostaglandins, thromboxanes and leukotrienes, natural or reproduced by synthesis; derivatives and structural analogues thereof, including chain modified polypeptides, used primarily as hormones, n.e.c. in heading 2937", - "parent": "2937", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293791", - "text": "293791 - Insulin, salts, in bulk", - "parent": "2937", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293792", - "text": "293792 - Oestrogens and progestogens, in bulk", - "parent": "2937", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293799", - "text": "293799 - Hormones nes, derivatives, in bulk, steroids nes", - "parent": "2937", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2938", - "text": "2938 - Glycosides, natural or reproduced by synthesis, and their salts, ethers, esters and other derivatives", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "293810", - "text": "293810 - Glycosides; rutoside (rutin) and its derivatives", - "parent": "2938", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293890", - "text": "293890 - Glycosides; natural or reproduced by synthesis, other than rutoside (rutin) and its derivatives", - "parent": "2938", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2939", - "text": "2939 - Alkaloids; natural or reproduced by synthesis, and their salts, ethers, esters and other derivatives", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "293910", - "text": "293910 - Opium alkaloids, their derivs, in bulk, salts thereof", - "parent": "2939", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293911", - "text": "293911 - Alkaloids; of opium and their derivatives; salts thereof", - "parent": "2939", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293919", - "text": "293919 - Alkaloids; of opium and their derivatives; other than in 2939.11, salts thereof", - "parent": "2939", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293920", - "text": "293920 - Alkaloids; of cinchona and their derivatives; salts thereof", - "parent": "2939", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293921", - "text": "293921 - Quinine, salts, in bulk", - "parent": "2939", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293929", - "text": "293929 - Cinchona alkaloids, derivatives nes, in bulk, salts", - "parent": "2939", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293930", - "text": "293930 - Alkaloids; caffeine and its salts", - "parent": "2939", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293940", - "text": "293940 - Ephedrines, salts, in bulk", - "parent": "2939", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293941", - "text": "293941 - Alkaloids; of ephedrine and their derivatives; salts thereof", - "parent": "2939", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293942", - "text": "293942 - Alkaloids; of ephedrine and their derivatives; pseudoephedrine (INN) and its salts", - "parent": "2939", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293943", - "text": "293943 - Alkaloids; of ephedrine and their derivatives; cathine (INN) and its salts", - "parent": "2939", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293944", - "text": "293944 - Alkaloids; of ephedrine and their derivatives; norephedrine and its salts", - "parent": "2939", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293945", - "text": "293945 - Alkaloids; of ephedrine and their derivatives; levometamfetamine, metamfetamine (INN), metamefetamine racemate and their salts", - "parent": "2939", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293949", - "text": "293949 - Alkaloids; of ephedrine and their derivatives; other than ephedrine, pseudoephedrine (INN), norephedrine, cathine (INN), levometamfetamine, metamfetamine (INN), metamefetamine racemate and their salts", - "parent": "2939", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293950", - "text": "293950 - Theophylline and aminophylline, derivs, in bulk, salt", - "parent": "2939", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293951", - "text": "293951 - Alkaloids; theophylline and aminophylline (theophylline-ethylenediamine) and their derivatives; salts thereof, fenetylline (INN) and its salts", - "parent": "2939", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293959", - "text": "293959 - Alkaloids; theophylline and aminophylline (theophylline-ethylenediamine) and their derivatives; salts thereof, other than fenetylline", - "parent": "2939", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293960", - "text": "293960 - Rye ergot alkaloids, derivatives, in bulk, salts", - "parent": "2939", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293961", - "text": "293961 - Alkaloids; of rye ergot and their derivatives, ergometrine (INN) and its salts", - "parent": "2939", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293962", - "text": "293962 - Alkaloids; of rye ergot and their derivatives, ergotamine (INN) and its salts", - "parent": "2939", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293963", - "text": "293963 - Alkaloids; of rye ergot and their derivatives, lysergic acid and its salts", - "parent": "2939", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293969", - "text": "293969 - Alkaloids; of rye ergot and their derivatives, salts thereof, n.e.c. in item no. 2939.6", - "parent": "2939", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293970", - "text": "293970 - Nicotine, salts, in bulk", - "parent": "2939", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293971", - "text": "293971 - Alkaloids; of vegetal origin, cocaine, ecgonine, levometamfetamine, metamfetamine (INN), metamfetamine racemate; salts, esters and other derivatives thereof", - "parent": "2939", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293972", - "text": "293972 - Alkaloids; of vegetal origin, cocaine, ecgonine; salts, esters and other derivatives thereof", - "parent": "2939", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293979", - "text": "293979 - Alkaloids; of vegetal origin, other than cocaine, ecgonine; salts, esters and other derivatives; n.e.c. in heading no. 2939", - "parent": "2939", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293980", - "text": "293980 - Alkaloids; natural or reproduced by synthesis, and their salts, esters and other derivatives n.e.c. in heading no. 2939", - "parent": "2939", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293990", - "text": "293990 - Vegetable alkaloids nes, salts, ethers, esters in bul", - "parent": "2939", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293991", - "text": "293991 - Alkaloids, vegetable; natural or reproduced by synthesis, and their salts, esters and other derivatives n.e.c. in heading no. 2939.1, 2939.2, 2939.3, 2939.4, 2939.5, 2939.6, 2939.7", - "parent": "2939", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "293999", - "text": "293999 - Alkaloids, vegetable; natural or reproduced by synthesis, and their salts, esters and other derivatives n.e.c. in heading no. 2939", - "parent": "2939", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2940", - "text": "2940 - Sugars, chemically pure, other than sucrose, lactose, maltose, glucose and fructose; sugar ethers, sugar acetals and sugar esters, and their salts, other than the products of heading 29.37, 29.38, or 29.39", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "294000", - "text": "294000 - Sugars, chemically pure, other than sucrose, lactose, maltose, glucose and fructose; sugar ethers, sugar acetals and sugar esters, and their salts, other than the products of heading 29.37, 29.38, or 29.39", - "parent": "2940", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2941", - "text": "2941 - Antibiotics", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "294110", - "text": "294110 - Antibiotics; penicillins and their derivatives with a penicillanic acid structure; salts thereof", - "parent": "2941", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "294120", - "text": "294120 - Antibiotics; streptomycins and their derivatives; salts thereof", - "parent": "2941", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "294130", - "text": "294130 - Antibiotics; tetracyclines and their derivatives; salts thereof", - "parent": "2941", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "294140", - "text": "294140 - Antibiotics; chloramphenicol and its derivatives; salts thereof", - "parent": "2941", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "294150", - "text": "294150 - Antibiotics; erythromycin and its derivatives; salts thereof", - "parent": "2941", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "294190", - "text": "294190 - Antibiotics; n.e.c. in heading no. 2941", - "parent": "2941", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "2942", - "text": "2942 - Organic compounds; n.e.c. in chapter 29", - "parent": "29", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "294200", - "text": "294200 - Organic compounds; n.e.c. in chapter 29", - "parent": "2942", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "30", - "text": "30 - Pharmaceutical products", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "3001", - "text": "3001 - Glands and other organs (extracts, secretions thereof) for organo-therapeutic uses, dried, powdered or not; heparin and its salts; other human or animal substances for therapeutic or prophylactic uses n.e.c.", - "parent": "30", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "300110", - "text": "300110 - Glands and other organs, dried, for therapeutic uses", - "parent": "3001", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300120", - "text": "300120 - Glands and other organs; extracts of glands or other organs or of their secretions, for organo-therapeutic uses", - "parent": "3001", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300190", - "text": "300190 - Glands and other organs; heparin and its salts; other human or animal substances prepared for therapeutic or prophylactic uses, n.e.c. in heading 3001", - "parent": "3001", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3002", - "text": "3002 - Human blood; animal blood for therapeutic, prophylactic or diagnostic uses; antisera, other blood fractions, immunological products, modified or obtained by biotechnological processes; vaccines, toxins, cultures of micro-organisms (excluding yeasts) etc", - "parent": "30", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "300210", - "text": "300210 - Blood, human or animal, antisera, other blood fractions and immunological products; whether or not modified or obtained by means of biotechnological processes", - "parent": "3002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300211", - "text": "300211 - Blood, human or animal, antisera, other blood fractions and immunological products; malaria diagnostic test kits", - "parent": "3002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300212", - "text": "300212 - Blood, human or animal, antisera, other blood fractions and immunological products; antisera and other blood fractions", - "parent": "3002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300213", - "text": "300213 - Blood, human or animal, antisera, other blood fractions and immunological products; immunological products, unmixed, not put up in measured doses or in forms or packings for retail sale", - "parent": "3002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300214", - "text": "300214 - Blood, human or animal, antisera, other blood fractions and immunological products; immunological products, mixed, put up in measured doses or in forms or packings for retail sale", - "parent": "3002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300215", - "text": "300215 - Blood, human or animal, antisera, other blood fractions and immunological products; immunological products, put up in measured doses or in forms or packings for retail sale", - "parent": "3002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300219", - "text": "300219 - Blood, human or animal, antisera, other blood fractions and immunological products; n.e.c. in heading 3002.1", - "parent": "3002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300220", - "text": "300220 - Vaccines; for human medicine", - "parent": "3002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300230", - "text": "300230 - Vaccines; for veterinary medicine", - "parent": "3002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300231", - "text": "300231 - Vaccines, foot and mouth disease, veterinary use", - "parent": "3002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300239", - "text": "300239 - Vaccines, veterinary use, except foot and mouth", - "parent": "3002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300241", - "text": "300241 - Vaccines, toxins, cultures of micro-organisms (excluding yeasts) and similar products; for human medicine", - "parent": "3002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300242", - "text": "300242 - Vaccines, toxins, cultures of micro-organisms (excluding yeasts) and similar products; for veterinary medicine", - "parent": "3002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300249", - "text": "300249 - Toxins, cultures of micro-organisms (excluding yeasts) and similar products; n.e.c. in item 3002.3", - "parent": "3002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300251", - "text": "300251 - Cell cultures, whether or not modified; cell therapy products", - "parent": "3002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300259", - "text": "300259 - Cell cultures, whether or not modified; other cell cultures not including cell therapy products", - "parent": "3002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300290", - "text": "300290 - Toxins, cultures of micro-organisms (excluding yeasts) and similar products", - "parent": "3002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3003", - "text": "3003 - Medicaments; (not goods of heading no. 3002, 3005 or 3006) of two or more constituents mixed together for therapeutic or prophylactic use not in measured doses or in forms or packings for retail sale", - "parent": "30", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "300310", - "text": "300310 - Medicaments; containing penicillins, streptomycins or their derivatives, for therapeutic or prophylactic uses, (not in measured doses, not packaged for retail sale)", - "parent": "3003", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300320", - "text": "300320 - Medicaments; containing antibiotics other than penicillins, streptomycins and their derivatives, for therapeutic or prophylactic uses, (not in measured doses, not packaged for retail sale)", - "parent": "3003", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300331", - "text": "300331 - Medicaments; containing insulin, for therapeutic or prophylactic uses, not packaged for retail sale", - "parent": "3003", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300339", - "text": "300339 - Medicaments; containing hormones (excluding insulin), (but not containing antibiotics), for therapeutic or prophylactic uses, not packaged for retail sale", - "parent": "3003", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300340", - "text": "300340 - Medicaments; containing alkaloids or their derivatives, (but not containing hormones or antibiotics), for therapeutic or prophylactic uses, (not packaged for retail sale)", - "parent": "3003", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300341", - "text": "300341 - Medicaments; containing alkaloids or their derivatives, containing ephedrine or its salts, for therapeutic or prophylactic uses, (not packaged for retail sale)", - "parent": "3003", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300342", - "text": "300342 - Medicaments; containing alkaloids or their derivatives, containing pseudoephedrine (INN) or its salts, for therapeutic or prophylactic uses, (not packaged for retail sale)", - "parent": "3003", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300343", - "text": "300343 - Medicaments; containing alkaloids or their derivatives, containing norephedrine or its salts, for therapeutic or prophylactic uses, (not packaged for retail sale)", - "parent": "3003", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300349", - "text": "300349 - Medicaments; containing alkaloids or their derivatives; other than ephedrine, pseudoephedrine (INN) or norephedrine or their salts; for therapeutic or prophylactic uses, (not packaged for retail sale)", - "parent": "3003", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300360", - "text": "300360 - Medicaments; containing antimalarial active principles described in subheading note 2 to this chapter, for therapeutic or prophylactic uses, (not packaged for retail sale)", - "parent": "3003", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300390", - "text": "300390 - Medicaments; (not containing antibiotics, hormones, alkaloids or their derivatives), for therapeutic or prophylactic uses, (not packaged for retail sale)", - "parent": "3003", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3004", - "text": "3004 - Medicaments; (not goods of heading no. 3002, 3005 or 3006) consisting of mixed or unmixed products for therapeutic or prophylactic use, put up in measured doses (incl. those in the form of transdermal admin. systems) or packed for retail sale", - "parent": "30", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "300410", - "text": "300410 - Medicaments; containing penicillins, streptomycins or their derivatives, for therapeutic or prophylactic uses, packaged for retail sale", - "parent": "3004", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300420", - "text": "300420 - Medicaments; containing antibiotics (other than penicillins, streptomycins or their derivatives), for therapeutic or prophylactic uses, packaged for retail sale", - "parent": "3004", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300431", - "text": "300431 - Medicaments; containing insulin, for therapeutic or prophylactic uses, packaged for retail sale", - "parent": "3004", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300432", - "text": "300432 - Medicaments; containing corticosteroid hormones, their derivatives or structural analogues (but not containing antibiotics), for therapeutic or prophylactic uses, packaged for retail sale", - "parent": "3004", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300439", - "text": "300439 - Medicaments; containing hormones (but not insulin), adrenal cortex hormones or antibiotics, for therapeutic or prophylactic uses, packaged for retail sale", - "parent": "3004", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300440", - "text": "300440 - Medicaments; containing alkaloids or their derivatives (but not hormones or antibiotics), for therapeutic or prophylactic uses, packaged for retail sale", - "parent": "3004", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300441", - "text": "300441 - Medicaments; containing alkaloids or their derivatives, containing ephedrine or its salts, for therapeutic or prophylactic uses, packaged for retail sale", - "parent": "3004", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300442", - "text": "300442 - Medicaments; containing alkaloids or their derivatives, containing pseudoephedrine (INN) or its salts, for therapeutic or prophylactic uses, packaged for retail sale", - "parent": "3004", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300443", - "text": "300443 - Medicaments; containing alkaloids or their derivatives, containing norephedrine or its salts, for therapeutic or prophylactic uses, packaged for retail sale", - "parent": "3004", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300449", - "text": "300449 - Medicaments; containing alkaloids or their derivatives; other than ephedrine, pseudoephedrine (INN) or norephedrine or their salts; for therapeutic or prophylactic uses, packaged for retail sale", - "parent": "3004", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300450", - "text": "300450 - Medicaments; containing vitamins or their derivatives, for therapeutic or prophylactic use, packaged for retail sale", - "parent": "3004", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300460", - "text": "300460 - Medicaments; containing antimalarial active principles described in Subheading Note 2 to this Chapter, for therapeutic or prophylactic uses, packaged for retail sale", - "parent": "3004", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300490", - "text": "300490 - Medicaments; consisting of mixed or unmixed products n.e.c. in heading no. 3004, for therapeutic or prophylactic uses, packaged for retail sale", - "parent": "3004", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3005", - "text": "3005 - Wadding, gauze, bandages (dressings, adhesive plasters, poultices), impregnated or coated with pharmaceutical substances or in forms or packings for retail sale, for medical, surgical or veterinary use", - "parent": "30", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "300510", - "text": "300510 - Dressings, adhesive; and other articles having an adhesive layer, packed for retail sale for medical, surgical, dental or veterinary purposes", - "parent": "3005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300590", - "text": "300590 - Wadding, gauze, bandages and similar articles; (excluding adhesive dressings), impregnated or coated with pharmaceutical substances, packaged for retail sale", - "parent": "3005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3006", - "text": "3006 - Pharmaceutical goods", - "parent": "30", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "300610", - "text": "300610 - Pharmaceutical goods; sterile surgical catgut, suture materials, tissue adhesives, laminaria, laminaria tents, absorbable surgical or dental haemostatics, and surgical or dental adhesion barriers", - "parent": "3006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300620", - "text": "300620 - Pharmaceutical goods; blood-grouping reagents", - "parent": "3006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300630", - "text": "300630 - Pharmaceutical goods; opacifying preparations for x-ray examinations, diagnostic reagents designed to be administered to the patient", - "parent": "3006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300640", - "text": "300640 - Pharmaceutical goods; dental cements and other dental fillings, bone reconstruction cements", - "parent": "3006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300650", - "text": "300650 - Pharmaceutical goods; first aid boxes and kits", - "parent": "3006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300660", - "text": "300660 - Pharmaceutical goods; chemical contraceptive preparations based on hormones, on other products of heading 2937 or on spermicides", - "parent": "3006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300670", - "text": "300670 - Pharmaceutical goods; Gel preparations designed to be used in human or veterinary medicine as a lubricant for parts of the body for surgical operations or physical examinations or as a coupling agent between the body and medical instruments", - "parent": "3006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300680", - "text": "300680 - Waste pharmaceuticals", - "parent": "3006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300691", - "text": "300691 - Pharmaceutical goods; appliances identifiable for ostomy use", - "parent": "3006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300692", - "text": "300692 - Pharmaceutical goods; waste pharmaceuticals", - "parent": "3006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "300693", - "text": "300693 - Pharmaceutical goods; placebos and blinded (or double-blinded) clinical trial kits for a recognised clinical trial, put up in measured doses", - "parent": "3006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "31", - "text": "31 - Fertilizers", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "3101", - "text": "3101 - Fertilizers; animal or vegetable, whether or not mixed together or chemically treated; fertilizers produced by the mixing or chemical treatment of animal or vegetable products", - "parent": "31", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "310100", - "text": "310100 - Fertilizers, animal or vegetable; whether or not mixed together or chemically treated; fertilizers, produced by the mixing or chemical treatment of animal or vegetable products", - "parent": "3101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3102", - "text": "3102 - Fertilizers; mineral or chemical, nitrogenous", - "parent": "31", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "310210", - "text": "310210 - Fertilizers, mineral or chemical; nitrogenous, urea, whether or not in aqueous solution", - "parent": "3102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "310221", - "text": "310221 - Fertilizers, mineral or chemical; nitrogenous, ammonium sulphate", - "parent": "3102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "310229", - "text": "310229 - Fertilizers, mineral or chemical; nitrogenous, other than ammonium sulphate", - "parent": "3102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "310230", - "text": "310230 - Fertilizers, mineral or chemical; nitrogenous, ammonium nitrate, whether or not in aqueous solution", - "parent": "3102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "310240", - "text": "310240 - Fertilizers, mineral or chemical; ammonium nitrate with calcium carbonate or other inorganic non-fertilizing substances, mixtures thereof", - "parent": "3102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "310250", - "text": "310250 - Fertilizers, mineral or chemical; nitrogenous, sodium nitrate", - "parent": "3102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "310260", - "text": "310260 - Fertilizers, mineral or chemical; nitrogenous, double salts and mixtures of calcium nitrate and ammonium nitrate", - "parent": "3102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "310270", - "text": "310270 - Calcium cyanamide in packs >10 kg", - "parent": "3102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "310280", - "text": "310280 - Fertilizers, mineral or chemical; nitrogenous, mixtures of urea and ammonium nitrate in aqueous or ammoniacal solution", - "parent": "3102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "310290", - "text": "310290 - Fertilizers, mineral or chemical; nitrogenous, other kinds including mixtures not specified in the foregoing subheadings", - "parent": "3102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3103", - "text": "3103 - Fertilizers; mineral or chemical, phosphatic", - "parent": "31", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "310310", - "text": "310310 - Fertilizers, mineral or chemical; phosphatic, superphosphates", - "parent": "3103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "310311", - "text": "310311 - Fertilizers, mineral or chemical; phosphatic, superphosphates, containing by weight 35% or more of diphosphorus pentaoxide (P2O5)", - "parent": "3103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "310319", - "text": "310319 - Fertilizers, mineral or chemical; phosphatic, superphosphates, other than containing by weight 35% or more of diphosphorus pentaoxide (P2O5)", - "parent": "3103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "310320", - "text": "310320 - Basic slag, in packs >10 kg", - "parent": "3103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "310390", - "text": "310390 - Fertilizers, mineral or chemical; phosphatic, n.e.c. in heading no. 3103", - "parent": "3103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3104", - "text": "3104 - Fertilizers; mineral or chemical, potassic", - "parent": "31", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "310410", - "text": "310410 - Carnallite, sylvite, crude potassium salts nes, >10kg", - "parent": "3104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "310420", - "text": "310420 - Fertilizers, mineral or chemical; potassic, potassium chloride", - "parent": "3104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "310430", - "text": "310430 - Fertilizers, mineral or chemical; potassic, potassium sulphate", - "parent": "3104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "310490", - "text": "310490 - Fertilizers, mineral or chemical; potassic, n.e.c. in heading no. 3104", - "parent": "3104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3105", - "text": "3105 - Fertilizers; mineral or chemical, containing 2 or 3 of the elements nitrogen, phosphorus, potassium; other fertilisers; goods of chapter 31 in tablets or packages of gross weight not exceeding 10kg", - "parent": "31", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "310510", - "text": "310510 - Fertilizers, mineral or chemical; in tablets or similar forms or in packages of a gross weight not exceeding 10kg", - "parent": "3105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "310520", - "text": "310520 - Fertilizers, mineral or chemical; containing the three fertilizing elements nitrogen, phosphorus and potassium", - "parent": "3105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "310530", - "text": "310530 - Fertilizers, mineral or chemical; diammonium hydrogenorthophosphate (diammonium phosphate)", - "parent": "3105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "310540", - "text": "310540 - Fertilizers, mineral or chemical; ammonium dihydrogenorthophosphate (monoammonium phosphate) and mixtures thereof with diammonium hydrogenorthophosphate (diammonium phosphate)", - "parent": "3105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "310551", - "text": "310551 - Fertilizers, mineral or chemical; containing nitrates and phosphates", - "parent": "3105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "310559", - "text": "310559 - Fertilizers, mineral or chemical; containing the two fertilizing elements nitrogen and phosphorus, other than nitrates and phosphates", - "parent": "3105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "310560", - "text": "310560 - Fertilizers, mineral or chemical; containing the two fertilizing elements phosphorus and potassium", - "parent": "3105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "310590", - "text": "310590 - Fertilizers, mineral or chemical; n.e.c. in heading no. 3105", - "parent": "3105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "32", - "text": "32 - Tanning or dyeing extracts; tannins and their derivatives; dyes, pigments and other colouring matter; paints, varnishes; putty, other mastics; inks", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "3201", - "text": "3201 - Tanning extracts of vegetable origin; tannins and their salts, ethers, esters and other derivatives", - "parent": "32", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "320110", - "text": "320110 - Tanning extracts of vegetable origin; quebracho extract", - "parent": "3201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "320120", - "text": "320120 - Tanning extracts of vegetable origin; wattle extract", - "parent": "3201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "320130", - "text": "320130 - Oak or chestnut tanning extract", - "parent": "3201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "320190", - "text": "320190 - Tanning extracts of vegetable origin; tannins and their salts, ethers, esters and other derivatives, (excluding quebracho or wattle extract)", - "parent": "3201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3202", - "text": "3202 - Tanning substances; synthetic organic or inorganic tanning substances; tanning preparations, whether or not containing natural tanning substances, enzymatic preparations for pre-tanning", - "parent": "32", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "320210", - "text": "320210 - Tanning substances; synthetic organic tanning substances", - "parent": "3202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "320290", - "text": "320290 - Tanning substances; inorganic tanning substances; tanning preparations, whether or not containing natural tanning substances; enzymatic preparations for pre- tanning", - "parent": "3202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3203", - "text": "3203 - Colouring matter of vegetable or animal origin (including dyeing extracts, not animal black); whether or not chemically defined; preparations based on colouring matter of vegetable or animal origin", - "parent": "32", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "320300", - "text": "320300 - Colouring matter of vegetable or animal origin, including dyeing extracts not animal black, whether or not chemically defined; preparations based on colouring matter of vegetable or animal origin", - "parent": "3203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3204", - "text": "3204 - Synthetic organic colouring matter and preparations based thereon; synthetic organic products used as fluorescent brightening agents or as luminophores; whether or not chemically defined", - "parent": "32", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "320411", - "text": "320411 - Dyes; disperse dyes and preparations based thereon", - "parent": "3204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "320412", - "text": "320412 - Dyes; acid, whether or not premetallised and preparations based thereon, mordant dyes and preparations based thereon", - "parent": "3204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "320413", - "text": "320413 - Dyes; basic dyes and preparations based thereon", - "parent": "3204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "320414", - "text": "320414 - Dyes; direct dyes and preparations based thereon", - "parent": "3204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "320415", - "text": "320415 - Dyes; vat dyes (including those usable in that state as pigments) and preparations based thereon", - "parent": "3204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "320416", - "text": "320416 - Dyes; reactive dyes and preparations based thereon", - "parent": "3204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "320417", - "text": "320417 - Dyes; pigments and preparations based thereon", - "parent": "3204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "320418", - "text": "320418 - Dyes; carotenoid colouring matters and preparations based thereon", - "parent": "3204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "320419", - "text": "320419 - Dyes; n.e.c., including mixtures of colouring matter of two or more of those from item no. 3204.11 to 3204.19", - "parent": "3204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "320420", - "text": "320420 - Dyes; synthetic organic products of a kind used as fluorescent brightening agents", - "parent": "3204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "320490", - "text": "320490 - Dyes; synthetic organic products n.e.c. in heading no. 3204 (e.g. of a kind used as luminophores), whether or not chemically defined", - "parent": "3204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3205", - "text": "3205 - Colour lakes; preparations based on colour lakes as specified in note 3 to this chapter", - "parent": "32", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "320500", - "text": "320500 - Colour lakes; preparations based on colour lakes as specified in note 3 to this chapter", - "parent": "3205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3206", - "text": "3206 - Colouring matter and preparations thereof n.e.c. in heading no. 3203, 3204, 3205; inorganic products, kind used as luminophores whether or not chemically defined", - "parent": "32", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "320610", - "text": "320610 - Pigments and preparations based on titanium dioxide", - "parent": "3206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "320611", - "text": "320611 - Colouring matter; pigments and preparations based on titanium dioxide, containing 80% or more by weight of titanium dioxide calculated on the dry matter", - "parent": "3206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "320619", - "text": "320619 - Colouring matter; pigments and preparations based on titanium dioxide, containing less than 80% by weight of titanium dioxide calculated on the dry weight", - "parent": "3206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "320620", - "text": "320620 - Colouring matter; pigments and preparations based on chromium compounds", - "parent": "3206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "320630", - "text": "320630 - Pigments and preparations based on cadmium compounds", - "parent": "3206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "320641", - "text": "320641 - Colouring matter; ultramarine and preparations based thereon", - "parent": "3206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "320642", - "text": "320642 - Colouring matter; lithopone and other pigments and preparations based on zinc sulphide", - "parent": "3206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "320643", - "text": "320643 - Pigments and preparations based on hexacyanoferrates", - "parent": "3206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "320649", - "text": "320649 - Colouring matter; other preparations n.e.c. in item no. 3206.4", - "parent": "3206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "320650", - "text": "320650 - Colouring matter; inorganic products of a kind used as luminophores", - "parent": "3206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3207", - "text": "3207 - Pigments, prepared; opacifiers, colours, vitrifiable enamels, glazes, engobes (slips), liquid lustres etc as used in the ceramic enamelling or glass industry; glass frit and powder, granules or flakes", - "parent": "32", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "320710", - "text": "320710 - Pigments; prepared pigments, opacifiers, colours and similar preparations", - "parent": "3207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "320720", - "text": "320720 - Enamels and glazes; vitrifiable enamels and glazes, engobes (slips) and similar preparations", - "parent": "3207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "320730", - "text": "320730 - Lustres; liquid lustres and similar preparations", - "parent": "3207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "320740", - "text": "320740 - Glass; glass frit and other glass, in the form of powder, granules or flakes", - "parent": "3207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3208", - "text": "3208 - Paints, varnishes; (enamels and lacquers) based on synthetic polymers or chemically modified natural polymers, dispersed or dissolved in a non-aqueous medium", - "parent": "32", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "320810", - "text": "320810 - Paints and varnishes; based on polyesters, dispersed or dissolved in a non-aqueous medium", - "parent": "3208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "320820", - "text": "320820 - Paints and varnishes; based on acrylic or vinyl polymers, dispersed or dissolved in a non-aqueous medium", - "parent": "3208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "320890", - "text": "320890 - Paints and varnishes; based on polymers n.e.c. in heading no. 3208, dispersed or dissolved in a non-aqueous medium", - "parent": "3208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3209", - "text": "3209 - Paints and varnishes (including enamels and lacquers) based on synthetic or chemically modified natural polymers, dispersed or dissolved in an aqueous medium", - "parent": "32", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "320910", - "text": "320910 - Paints and varnishes; based on acrylic or vinyl polymers, dispersed or dissolved in an aqueous medium", - "parent": "3209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "320990", - "text": "320990 - Paints and varnishes; (based on polymers other than acrylic or vinyl), dispersed or dissolved in an aqueous medium", - "parent": "3209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3210", - "text": "3210 - Paints and varnishes (including enamels, lacquers and distempers), excluding those of heading no. 3209, prepared water pigments of a kind used for finishing leather", - "parent": "32", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "321000", - "text": "321000 - Paints and varnishes; (including enamels, lacquers and distempers), prepared water pigments of a kind used for finishing leather", - "parent": "3210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3211", - "text": "3211 - Driers; prepared", - "parent": "32", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "321100", - "text": "321100 - Driers; prepared", - "parent": "3211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3212", - "text": "3212 - Pigments (metallic powders and flakes) dispersed in non-aqueous media in liquid or paste form, as used in manufacture of paints (including enamels); stamping foils, dyes etc in forms, packing for retail sale", - "parent": "32", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "321210", - "text": "321210 - Pigments; of a kind used in the manufacture of paints, stamping foils", - "parent": "3212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "321290", - "text": "321290 - Pigments; of a kind used in the manufacture of paints, other than stamping foils", - "parent": "3212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3213", - "text": "3213 - Colours; artists, students, or signboard painters, modifying tints, amusement colours and the like; in tablets, tubes, jars, bottles, pan or in similar forms or packings", - "parent": "32", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "321310", - "text": "321310 - Colours; in sets, of a kind used by artists, students or signboard painters", - "parent": "3213", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "321390", - "text": "321390 - Colours; (other than in sets), of a kind used by artists, students or signboard painters", - "parent": "3213", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3214", - "text": "3214 - Glaziers' putty, grafting putty, resin cements, caulking compounds and other mastics; painters' fillings; non-refractory surfacing preparations for facades, indoor walls, floors, ceilings or the like", - "parent": "32", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "321410", - "text": "321410 - Mastics; painters' fillings", - "parent": "3214", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "321490", - "text": "321490 - Mastics; n.e.c. in heading no. 3214", - "parent": "3214", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3215", - "text": "3215 - Ink; printing, writing or drawing ink and other inks; whether or not concentrated or solid", - "parent": "32", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "321511", - "text": "321511 - Ink; for printing, black, whether or not concentrated or solid", - "parent": "3215", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "321519", - "text": "321519 - Ink; for printing, other than black, whether or not concentrated or solid", - "parent": "3215", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "321590", - "text": "321590 - Ink; writing, drawing and other inks, n.e.c. in heading no. 3215, whether or not concentrated or solid", - "parent": "3215", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "33", - "text": "33 - Essential oils and resinoids; perfumery, cosmetic or toilet preparations", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "3301", - "text": "3301 - Oils; essential (concretes, absolutes); concentrates thereof in fats, fixed oils, waxes or the like (obtained by enfleurage or maceration); aqueous distillates, solutions and terpenic by-products thereof; resinoids; extracted oleoresins", - "parent": "33", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "330111", - "text": "330111 - Essential oils of bergamot", - "parent": "3301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "330112", - "text": "330112 - Oils, essential; of orange (terpeneless or not), including concretes and absolutes", - "parent": "3301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "330113", - "text": "330113 - Oils, essential; of lemon (terpeneless or not), including concretes and absolutes", - "parent": "3301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "330114", - "text": "330114 - Essential oils of lime", - "parent": "3301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "330119", - "text": "330119 - Oils, essential; of citrus fruits n.e.c. in heading no. 3301 (terpeneless or not), including concretes and absolutes", - "parent": "3301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "330121", - "text": "330121 - Essential oils of geranium", - "parent": "3301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "330122", - "text": "330122 - Essential oils of jasmin", - "parent": "3301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "330123", - "text": "330123 - Essential oils of lavender or of lavandin", - "parent": "3301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "330124", - "text": "330124 - Oils, essential; of peppermint (Mentha piperita), terpeneless or not, including concretes and absolutes", - "parent": "3301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "330125", - "text": "330125 - Oils, essential; of mints (excluding peppermint), terpeneless or not, including concretes and absolutes", - "parent": "3301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "330126", - "text": "330126 - Essential oils of vetiver", - "parent": "3301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "330129", - "text": "330129 - Oils, essential; n.e.c. in heading no. 3301 (terpeneless or not), including concretes and absolutes", - "parent": "3301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "330130", - "text": "330130 - Resinoids", - "parent": "3301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "330190", - "text": "330190 - Oils, essential; concentrates in fats, fixed oils, waxes and the like, terpenic by-products, aqueous distillates and solutions, extracted oleoresins, n.e.c. in heading no. 3301", - "parent": "3301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3302", - "text": "3302 - Odoriferous substances and mixtures (including alcoholic solutions) with a basis of one or more of these substances, of a kind used as raw materials in industry; other preparations based on odoriferous substances, of a kind used for beverage manufacture", - "parent": "33", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "330210", - "text": "330210 - Odoriferous substances and mixtures; of a kind used in the food or drink industries", - "parent": "3302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "330290", - "text": "330290 - Odoriferous substances and mixtures; used as raw materials in industries other than the food or drink industries", - "parent": "3302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3303", - "text": "3303 - Perfumes and toilet waters", - "parent": "33", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "330300", - "text": "330300 - Perfumes and toilet waters", - "parent": "3303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3304", - "text": "3304 - Cosmetic and toilet preparations; beauty, make-up and skin care preparations (excluding medicaments, including sunscreen or sun tan preparations), manicure or pedicure preparations", - "parent": "33", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "330410", - "text": "330410 - Cosmetic and toilet preparations; lip make-up", - "parent": "3304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "330420", - "text": "330420 - Cosmetic and toilet preparations; eye make-up", - "parent": "3304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "330430", - "text": "330430 - Cosmetic and toilet preparations; manicure or pedicure preparations", - "parent": "3304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "330491", - "text": "330491 - Cosmetic and toilet preparations; powders, whether or not compressed (excluding lip, eye, manicure or pedicure preparations)", - "parent": "3304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "330499", - "text": "330499 - Cosmetic and toilet preparations; n.e.c. in heading no. 3304, for the care of the skin (excluding medicaments, including sunscreen or sun tan preparations)", - "parent": "3304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3305", - "text": "3305 - Hair preparations; for use on the hair", - "parent": "33", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "330510", - "text": "330510 - Hair preparations; shampoos", - "parent": "3305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "330520", - "text": "330520 - Hair preparations; for permanent waving or straightening", - "parent": "3305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "330530", - "text": "330530 - Hair preparations; lacquers", - "parent": "3305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "330590", - "text": "330590 - Hair preparations; n.e.c. in heading no. 3305", - "parent": "3305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3306", - "text": "3306 - Oral or dental hygiene preparations; including fixative pastes and powders; yarn used to clean between the teeth (dental floss), in individual retail packages", - "parent": "33", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "330610", - "text": "330610 - Oral or dental hygiene preparations; dentifrices", - "parent": "3306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "330620", - "text": "330620 - Oral or dental hygiene preparations; yarn used to clean between the teeth (dental floss)", - "parent": "3306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "330690", - "text": "330690 - Oral or dental hygiene preparations; other than dentifrices", - "parent": "3306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3307", - "text": "3307 - Perfumery, cosmetic or toilet preparations; pre-shave, shaving, after-shave, bath preparations; personal deodorants and depilatories; room deodorisers, perfumed or not with disinfectant properties or not", - "parent": "33", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "330710", - "text": "330710 - Perfumery, cosmetic or toilet preparations; pre-shave, shaving or after-shave preparations", - "parent": "3307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "330720", - "text": "330720 - Perfumery, cosmetic or toilet preparations; personal deodorants and antiperspirants", - "parent": "3307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "330730", - "text": "330730 - Perfumery, cosmetic or toilet preparations; perfumed bath salts and other bath preparations", - "parent": "3307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "330741", - "text": "330741 - Perfumes and deodorizers; perfuming or deodorizing preparations for rooms, agarbatti and other odoriferous preparations which operate by burning (including those used during religious rites)", - "parent": "3307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "330749", - "text": "330749 - Perfumes and deodorizers; perfuming or deodorizing preparations for rooms, (excluding those which operate by burning)", - "parent": "3307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "330790", - "text": "330790 - Perfumes and deodorizers; perfuming or deodorizing preparations n.e.c. in heading no. 3307", - "parent": "3307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "34", - "text": "34 - Soap, organic surface-active agents; washing, lubricating, polishing or scouring preparations; artificial or prepared waxes, candles and similar articles, modelling pastes, dental waxes and dental preparations with a basis of plaster", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "3401", - "text": "3401 - Soap; organic surface-active preparations used as soap, skin washing, in bars, cakes, moulded pieces, shapes, liquid or cream, containing soap or not; for retail, paper, wadding, felt and nonwovens, impregnated, coated or covered with soap or detergent", - "parent": "34", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "340111", - "text": "340111 - Soap and organic surface-active products; in the form of bars, cakes, moulded shapes, and paper, wadding, felt and nonwovens, impregnated, coated or covered with soap or detergent, for toilet use (including medicated products)", - "parent": "3401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "340119", - "text": "340119 - Soap and organic surface-active products; in the form of bars, cakes, moulded shapes, and paper, wadding, felt and nonwovens, impregnated, coated or covered with soap or detergent, not for toilet use", - "parent": "3401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "340120", - "text": "340120 - Soap; in forms n.e.c. in item no. 3401.11", - "parent": "3401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "340130", - "text": "340130 - Organic surface-active products and preparations for washing the skin, in the form of liquid or cream and put up for retail sale, whether or not containing soap", - "parent": "3401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3402", - "text": "3402 - Organic surface-active agents (not soap); surface-active, washing (including auxiliary washing) and cleaning preparations, containing soap or not, excluding those of heading no. 3401", - "parent": "34", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "340211", - "text": "340211 - Organic surface-active agents; anionic (other than soap), whether or not put up for retail sale", - "parent": "3402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "340212", - "text": "340212 - Organic surface-active agents; cationic (other than soap), whether or not put up for retail sale", - "parent": "3402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "340213", - "text": "340213 - Organic surface-active agents; non-ionic (other than soap), whether or not put up for retail sale", - "parent": "3402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "340219", - "text": "340219 - Organic surface-active agents; whether or not put up for retail sale, n.e.c. in heading no. 3402", - "parent": "3402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "340220", - "text": "340220 - Washing and cleaning preparations; surface-active, whether or not containing soap (excluding those of heading no. 3401), put up for retail sale", - "parent": "3402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "340231", - "text": "340231 - Anionic organic surface-active agents (other than soap); linear alkylbenzene sulphonic acids and their salts, whether or not put up for retail sale", - "parent": "3402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "340239", - "text": "340239 - Anionic organic surface-active agents (other than soap); other than linear alkylbenzene sulphonic acids and their salts, whether or not put up for retail sale", - "parent": "3402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "340241", - "text": "340241 - Organic surface-active agents; cationic (other than soap), whether or not put up for retail sale", - "parent": "3402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "340242", - "text": "340242 - Organic surface-active agents; non-ionic (other than soap), whether or not put up for retail sale", - "parent": "3402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "340249", - "text": "340249 - Organic surface-active agents; whether or not put up for retail sale, n.e.c. in item no. 3402", - "parent": "3402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "340250", - "text": "340250 - Washing and cleaning preparations; powders, flakes and granules, surface-active, whether or not containing soap (excluding those of heading no. 3401), put up for retail sale", - "parent": "3402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "340290", - "text": "340290 - Washing and cleaning preparations; surface-active, whether or not containing soap (excluding those of heading no. 3401), including auxiliary washing preparations, not for retail sale", - "parent": "3402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3403", - "text": "3403 - Lubricating preparations and those used in oil or grease treatment of textile and similar materials; excluding preparations containing 70% or more (by weight) of petroleum or bituminous mineral oils", - "parent": "34", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "340311", - "text": "340311 - Lubricating preparations; for the treatment of textile and similar materials (leather, furskins etc), containing less than 70% (by weight) of petroleum oils or oils obtained from bituminous minerals", - "parent": "3403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "340319", - "text": "340319 - Lubricating preparations; (other than for the treatment of textile and similar materials), containing less than 70% (by weight) of petroleum oils or oils obtained from bituminous minerals", - "parent": "3403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "340391", - "text": "340391 - Lubricating preparations; for the treatment of textile and similar materials (leather, furskins etc), (not containing petroleum oils or oils obtained from bituminous minerals)", - "parent": "3403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "340399", - "text": "340399 - Lubricating preparations; other than for the treatment of textile and similar materials, not containing petroleum oils or oils obtained from bituminous minerals", - "parent": "3403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3404", - "text": "3404 - Waxes; artificial, prepared", - "parent": "34", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "340410", - "text": "340410 - Artificial & prepared waxes, of modified lignite", - "parent": "3404", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "340420", - "text": "340420 - Waxes; artificial and prepared, of poly(oxyethylene) (polyethylene glycol)", - "parent": "3404", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "340490", - "text": "340490 - Waxes; artificial and prepared, other than of polyethylene glycol", - "parent": "3404", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3405", - "text": "3405 - Polishes, creams, scouring pastes, powders and similar; in any form, (including articles impregnated, coated or covered with such), for furniture, footwear, floors, coachwork, glass or metal", - "parent": "34", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "340510", - "text": "340510 - Polishes, creams and similar preparations; for footwear or leather, excluding waxes of heading no. 3404", - "parent": "3405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "340520", - "text": "340520 - Polishes, creams and similar preparations; for the maintenance of wooden furniture, floors or other woodwork, excluding waxes of heading no. 3404", - "parent": "3405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "340530", - "text": "340530 - Polishes, creams and similar preparations; for coachwork, other than metal polishes, excluding waxes of heading no. 3404", - "parent": "3405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "340540", - "text": "340540 - Scouring pastes and powders and other scouring preparations; (whether or not in the form of paper, wadding, felt, nonwovens, cellular plastics, cellular rubber, impregnated, coated or covered)", - "parent": "3405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "340590", - "text": "340590 - Polishes, creams and similar preparations; n.e.c. in heading no. 3405, excluding waxes of heading no. 3404", - "parent": "3405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3406", - "text": "3406 - Candles, tapers and the like", - "parent": "34", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "340600", - "text": "340600 - Candles, tapers and the like", - "parent": "3406", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3407", - "text": "3407 - Modelling pastes, including those for children; dental wax, impression compounds, in sets or packings for retail sale or in plates and similar forms; dentistry preparations with plaster base", - "parent": "34", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "340700", - "text": "340700 - Modelling pastes; preparations known as dental wax, put up in sets, in packings for retail sale or in plates, horseshoe shapes, sticks or similar forms, other preparations for use in dentistry", - "parent": "3407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "35", - "text": "35 - Albuminoidal substances; modified starches; glues; enzymes", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "3501", - "text": "3501 - Casein, caseinates and other casein derivatives; casein glues", - "parent": "35", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "350110", - "text": "350110 - Casein", - "parent": "3501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "350190", - "text": "350190 - Caseinates and other casein derivatives; casein glues", - "parent": "3501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3502", - "text": "3502 - Albumins (including concentrates of two or more whey proteins, containing by weight more than 80% whey proteins, calculated on the dry matter), albuminates and other albumin derivatives", - "parent": "35", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "350210", - "text": "350210 - Egg albumin", - "parent": "3502", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "350211", - "text": "350211 - Albumins; egg albumin, dried", - "parent": "3502", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "350219", - "text": "350219 - Albumins; egg albumin, not dried", - "parent": "3502", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "350220", - "text": "350220 - Albumins; milk albumin, including concentrates of two or more whey proteins", - "parent": "3502", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "350290", - "text": "350290 - Albumins, albuminates and other albumin derivatives; other than egg or milk albumin, including concentrates of two or more whey proteins", - "parent": "3502", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3503", - "text": "3503 - Gelatin (including gelatin in rectangular sheets, whether or not surface-worked or coloured) and gelatin derivatives; isinglass; other glues of animal origin, excluding casein glues of heading no. 3501", - "parent": "35", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "350300", - "text": "350300 - Gelatin (including gelatin in rectangular sheets, whether or not surface-worked or coloured) and gelatin derivatives; isinglass; other glues of animal origin, excluding casein glues of heading no. 3501", - "parent": "3503", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3504", - "text": "3504 - Peptones and their derivatives; other protein substances and their derivatives n.e.c. or included; hide powder, whether or not chromed", - "parent": "35", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "350400", - "text": "350400 - Peptones and their derivatives; other protein substances and their derivatives n.e.c. or included, hide powder, whether or not chromed", - "parent": "3504", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3505", - "text": "3505 - Dextrins and other modified starches (e.g. pregelatinised or esterified starches); glues based on starches or on dextrins or other modified starches", - "parent": "35", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "350510", - "text": "350510 - Dextrins and other modified starches", - "parent": "3505", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "350520", - "text": "350520 - Glues; based on starches, or on dextrins or other modified starches", - "parent": "3505", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3506", - "text": "3506 - Prepared glues and other prepared adhesives, n.e.c. or included; products suitable for use as glues or adhesives, put up for retail sale as glues or adhesives, not exceeding 1kg net weight", - "parent": "35", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "350610", - "text": "350610 - Glues or adhesives; prepared, products suitable for use as glues or adhesives, put up for retail sale as glues or adhesives, not exceeding a net weight of 1kg", - "parent": "3506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "350691", - "text": "350691 - Adhesives; prepared, based on polymers of heading 3901 to 3913 or on rubber", - "parent": "3506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "350699", - "text": "350699 - Glues and other adhesives; prepared, n.e.c. in heading no. 3506, not exceeding a net weight of 1kg", - "parent": "3506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3507", - "text": "3507 - Enzymes; prepared enzymes not elsewhere specified or included", - "parent": "35", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "350710", - "text": "350710 - Enzymes; rennet and concentrates thereof", - "parent": "3507", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "350790", - "text": "350790 - Enzymes and prepared enzymes; other than rennet and concentrates thereof", - "parent": "3507", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "36", - "text": "36 - Explosives; pyrotechnic products; matches; pyrophoric alloys; certain combustible preparations", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "3601", - "text": "3601 - Explosives; propellent powders", - "parent": "36", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "360100", - "text": "360100 - Explosives; propellent powders", - "parent": "3601", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3602", - "text": "3602 - Prepared explosives, other than propellent powders", - "parent": "36", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "360200", - "text": "360200 - Explosives, prepared; other than propellent powders", - "parent": "3602", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3603", - "text": "3603 - Safety fuses; detonating cords; percussion or detonating caps; igniters; electric detonators", - "parent": "36", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "360300", - "text": "360300 - Fuses and detonators; safety or detonating fuses, percussion or detonating caps, igniters, electric detonators", - "parent": "3603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "360310", - "text": "360310 - Safety fuses", - "parent": "3603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "360320", - "text": "360320 - Detonating cords", - "parent": "3603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "360330", - "text": "360330 - Percussion caps", - "parent": "3603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "360340", - "text": "360340 - Detonating caps", - "parent": "3603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "360350", - "text": "360350 - Igniters", - "parent": "3603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "360360", - "text": "360360 - Electric detonators", - "parent": "3603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3604", - "text": "3604 - Fireworks, signalling flares, rain rockets, fog signals and other pyrotechnic articles", - "parent": "36", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "360410", - "text": "360410 - Pyrotechnic products; fireworks", - "parent": "3604", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "360490", - "text": "360490 - Pyrotechnic products; signalling flares, rain rockets, fog signals and other pyrotechnic articles (excluding fireworks)", - "parent": "3604", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3605", - "text": "3605 - Matches; other than pyrotechnic articles of heading no. 3604", - "parent": "36", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "360500", - "text": "360500 - Matches; other than pyrotechnic articles of heading no. 3604", - "parent": "3605", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3606", - "text": "3606 - Ferro-cerium and other pyrophoric alloys in all forms; articles of combustible materials n.e.c. in chapter 36", - "parent": "36", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "360610", - "text": "360610 - Fuels; liquid or liquefied-gas, in containers, of a kind used for filling or refilling cigarette or similar lighters and of a capacity not exceeding 300cm3", - "parent": "3606", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "360690", - "text": "360690 - Ferro-cerium and other pyrophoric alloys in all forms; articles of combustible materials n.e.c. in chapter 36", - "parent": "3606", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "37", - "text": "37 - Photographic or cinematographic goods", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "3701", - "text": "3701 - Photographic plates and film in the flat, sensitised, unexposed, of any material other than paper, paperboard or textiles; instant print film in the flat, sensitised, unexposed, whether or not in packs", - "parent": "37", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "370110", - "text": "370110 - Photographic plates and film; for x-ray, in the flat, sensitised, unexposed, of any material other than paper, paperboard or textiles", - "parent": "3701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "370120", - "text": "370120 - Photographic plates and film; instant print film, in the flat, sensitised, unexposed, whether or not in packs", - "parent": "3701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "370130", - "text": "370130 - Photographic plates and film; in the flat, sensitised, unexposed, with any side exceeding 225mm, of any materials other than paper, paperboard or textiles", - "parent": "3701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "370191", - "text": "370191 - Photographic plates and film; for colour photography (polychrome), in the flat, sensitised, unexposed, with no side exceeding 255mm, of any material other than paper, paperboard or textiles", - "parent": "3701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "370199", - "text": "370199 - Photographic plates and film; (for other than colour photography), in the flat, sensitised, unexposed, with no side exceeding 255mm, of any material other than paper, paperboard or textiles", - "parent": "3701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3702", - "text": "3702 - Photographic film in rolls, sensitised, unexposed, of any material other than paper, paperboard or textiles; instant print film in rolls, sensitised, unexposed", - "parent": "37", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "370210", - "text": "370210 - Photographic film; for x-rays, in rolls, sensitised and unexposed (other than of paper, paperboard or textiles)", - "parent": "3702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "370220", - "text": "370220 - Instant print film, rolls", - "parent": "3702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "370231", - "text": "370231 - Photographic film; for colour photography (polychrome), in rolls, sensitised, unexposed, without sprocket holes, of a width not exceeding 105mm (other than of paper, paperboard or textiles)", - "parent": "3702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "370232", - "text": "370232 - Photographic film; in rolls, with silver halide emulsion, sensitised, unexposed, without sprocket holes, of a width not exceeding 105mm (other than of paper, paperboard or textiles)", - "parent": "3702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "370239", - "text": "370239 - Photographic film; in rolls, (other than with silver halide emulsion and for colour photography), sensitised, unexposed, without sprocket holes, of a width not exceeding 105mm (other than of paper, paperboard or textiles)", - "parent": "3702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "370241", - "text": "370241 - Photographic film; for colour photography (polychrome), in rolls, sensitised, unexposed, without sprocket holes, of a width exceeding 610mm and of a length exceeding 200m (other than of paper, paperboard or textiles)", - "parent": "3702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "370242", - "text": "370242 - Photographic film; in rolls, (other than for colour photography), sensitised, unexposed, without sprocket holes, of a width exceeding 610mm and of a length exceeding 200m (other than of paper, paperboard or textiles)", - "parent": "3702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "370243", - "text": "370243 - Photographic film; in rolls, sensitised, unexposed, without sprocket holes, of a width exceeding 610mm and of a length not exceeding 200m (other than of paper, paperboard or textiles)", - "parent": "3702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "370244", - "text": "370244 - Photographic film; in rolls, sensitised, unexposed, without sprocket holes, of a width exceeding 105mm but not exceeding 610mm (other than of paper, paperboard or textiles)", - "parent": "3702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "370251", - "text": "370251 - Photographic film in rolls (excl. film for X-rays & instant print film), for colour photography (polychrome), of a width not >16mm & of a length not >14m", - "parent": "3702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "370252", - "text": "370252 - Photographic film; for colour photography (polychrome), in rolls, sensitised, unexposed, of a width not exceeding 16mm (other than of paper, paperboard or textiles)", - "parent": "3702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "370253", - "text": "370253 - Photographic film; for colour photography (polychrome) slides, in rolls, sensitised, unexposed, of a width exceeding 16mm but not exceeding 35mm and of a length not exceeding 30m (other than of paper, paperboard or textiles)", - "parent": "3702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "370254", - "text": "370254 - Photographic film; for colour photography (polychrome), in rolls, sensitised, unexposed, of a width exceeding 16mm but not 35mm and of a length not exceeding 30m, excluding film for slides (other than of paper, paperboard or textiles)", - "parent": "3702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "370255", - "text": "370255 - Photographic film; for colour photography (polychrome), in rolls, sensitised, unexposed, of a width exceeding 16mm but not 35mm and of a length exceeding 30m (other than of paper, paperboard or textiles)", - "parent": "3702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "370256", - "text": "370256 - Photographic film; for colour photography (polychrome), in rolls, sensitised, unexposed, of a width exceeding 35mm (other than of paper, paperboard or textiles)", - "parent": "3702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "370291", - "text": "370291 - Photographic film in rolls (excl. film for X-rays & instant print film), n.e.s., of a width not >16mm", - "parent": "3702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "370292", - "text": "370292 - Photo film in rolls, width <16 mm, >14m long, nes", - "parent": "3702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "370293", - "text": "370293 - Photographic film in rolls (excl. film for X-rays & instant print film), n.e.s., of a width >16mm but not >35mm & of a length not >30m", - "parent": "3702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "370294", - "text": "370294 - Photographic film in rolls (excl. film for X-rays & instant print film), n.e.s., of a width >16mm but not >35mm & of a length >30m", - "parent": "3702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "370295", - "text": "370295 - Photographic film in rolls (excl. film for X-rays & instant print film), n.e.s., of a width >35mm", - "parent": "3702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "370296", - "text": "370296 - Photographic film; other than for colour photography, in rolls, sensitised, unexposed, of a width not exceeding 35mm and of a length not exceeding 30m (other than of paper, paperboard or textiles)", - "parent": "3702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "370297", - "text": "370297 - Photographic film; other than for colour photography, in rolls, sensitised, unexposed, of a width not exceeding 35mm and of a length exceeding 30m (other than paper, paperboard or textiles)", - "parent": "3702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "370298", - "text": "370298 - Photographic film; other than for colour photography, in rolls, sensitised, unexposed, of a width exceeding 35mm (other than of paper, paperboard or textiles)", - "parent": "3702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3703", - "text": "3703 - Photographic paper, paperboard and textiles; sensitised, unexposed", - "parent": "37", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "370310", - "text": "370310 - Photographic paper, paperboard and textiles; in rolls, sensitised, unexposed, of a width exceeding 610mm", - "parent": "3703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "370320", - "text": "370320 - Photographic paper, paperboard and textiles; for colour photography (polychrome), (other than in rolls of a width exceeding 610mm), sensitised, unexposed", - "parent": "3703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "370390", - "text": "370390 - Photographic paper, paperboard and textiles; (for other than colour photography, other than in rolls of a width exceeding 610mm), sensitised, unexposed", - "parent": "3703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3704", - "text": "3704 - Photographic plates, film, paper, paperboard and textiles, exposed but not developed", - "parent": "37", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "370400", - "text": "370400 - Photographic plates, film, paper, paperboard and textiles; exposed but not developed", - "parent": "3704", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3705", - "text": "3705 - Photographic plates and film; exposed and developed, other than cinematographic film", - "parent": "37", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "370500", - "text": "370500 - Photographic plates and film; exposed and developed, other than cinematographic film", - "parent": "3705", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "370510", - "text": "370510 - Photographic plates and film; for offset reproduction, exposed and developed", - "parent": "3705", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "370520", - "text": "370520 - Microfilms exposed and developed", - "parent": "3705", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "370590", - "text": "370590 - Photographic plates and film; exposed and developed, (other than cinematographic film or for offset reproduction)", - "parent": "3705", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3706", - "text": "3706 - Cinematographic film; exposed and developed, whether or not incorporating sound track or consisting only of sound track", - "parent": "37", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "370610", - "text": "370610 - Cinematographic film; exposed and developed, whether or not incorporating sound track or consisting only of sound track, of a width of 35cm or more", - "parent": "3706", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "370690", - "text": "370690 - Cinematographic film; exposed and developed, whether or not incorporating a sound track or consisting only of sound track, of a width less than 35mm", - "parent": "3706", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3707", - "text": "3707 - Chemical preparations for photographic uses (other than varnishes, glues, adhesives and similar preparations); unmixed products for photographic uses, put up in measured portions or for retail sale", - "parent": "37", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "370710", - "text": "370710 - Photographic goods; sensitised emulsions, put up in measured portions or put up for retail sale in a form ready for use", - "parent": "3707", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "370790", - "text": "370790 - Photographic goods; chemical preparations other than sensitised emulsions, put up in measured portions or put up for retail sale in a form ready for use", - "parent": "3707", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "38", - "text": "38 - Chemical products n.e.c.", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "3801", - "text": "3801 - Artificial graphite; colloidal or semi-colloidal graphite; preparations based on graphite or other carbon in the form of pastes, blocks, plates or other semi-manufactures", - "parent": "38", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "380110", - "text": "380110 - Graphite; artificial", - "parent": "3801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "380120", - "text": "380120 - Graphite; colloidal or semi-colloidal", - "parent": "3801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "380130", - "text": "380130 - Carbonaceous pastes; for electrodes and similar pastes for furnace linings", - "parent": "3801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "380190", - "text": "380190 - Graphite or other carbon based preparations; in the form of pastes, blocks, plates or other semi-manufactures", - "parent": "3801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3802", - "text": "3802 - Activated carbon; activated natural mineral products; animal black, including spent animal black", - "parent": "38", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "380210", - "text": "380210 - Carbon; activated", - "parent": "3802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "380290", - "text": "380290 - Chemical products; activated natural mineral products, animal black, including spent animal black", - "parent": "3802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3803", - "text": "3803 - Tall oil, whether or not refined", - "parent": "38", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "380300", - "text": "380300 - Chemical products; tall oil, whether or not refined", - "parent": "3803", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3804", - "text": "3804 - Residual lyes from the manufacture of wood pulp, whether or not concentrated, desugared or chemically treated, including lignin sulphonates, but excluding tall oil of heading no. 3803", - "parent": "38", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "380400", - "text": "380400 - Lyes, residual; from the manufacture of wood pulp, whether or not concentrated, desugared or chemically treated, including lignin sulphonates but excluding tall oil of heading no. 3803", - "parent": "3804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3805", - "text": "3805 - Gum, wood or sulphate turpentine, other terpenic oils; crude dipentene; sulphite turpentine, other crude para-cymene; pine oil containing alpha-terpineol as the main constituent", - "parent": "38", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "380510", - "text": "380510 - Terpenic oils; gum, wood or sulphate turpentine oils", - "parent": "3805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "380520", - "text": "380520 - Pine oil", - "parent": "3805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "380590", - "text": "380590 - Terpenic oils; produced by the treatment of coniferous woods, crude dipentene, sulphite turpentine and other crude para-cymene, n.e.c. in heading no. 3805", - "parent": "3805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3806", - "text": "3806 - Rosin and resin acids and derivatives thereof; rosin spirit and rosin oils; run gums", - "parent": "38", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "380610", - "text": "380610 - Rosin and resin acids", - "parent": "3806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "380620", - "text": "380620 - Rosin and resin; salts of rosin, of resin acids or of derivatives of rosin or resin acids, other than salts of rosin adducts", - "parent": "3806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "380630", - "text": "380630 - Ester gums", - "parent": "3806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "380690", - "text": "380690 - Rosin; spirit and oils, n.e.c. in heading no. 3806", - "parent": "3806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3807", - "text": "3807 - Wood tar; wood tar oils; wood creosote; wood naphtha; vegetable pitch; brewers' pitch and similar preparations based on rosin, resin acids or on vegetable pitch", - "parent": "38", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "380700", - "text": "380700 - Wood tar; wood tar oils; wood creosote; wood naphtha; vegetable pitch; brewers' pitch and similar preparations based on rosin, resin acids or on vegetable pitch", - "parent": "3807", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3808", - "text": "3808 - Insecticides, rodenticides, fungicides, herbicides, anti-sprouting products, plant growth regulators, disinfectants and the like, put up in forms or packings for retail sale or as preparations or articles", - "parent": "38", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "380810", - "text": "380810 - Insecticides, packaged for retail sale", - "parent": "3808", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "380820", - "text": "380820 - Fungicides, packaged for retail sale", - "parent": "3808", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "380830", - "text": "380830 - Herbicides, sprouting and growth regulators", - "parent": "3808", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "380840", - "text": "380840 - Disinfectants, packaged for retail sale", - "parent": "3808", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "380850", - "text": "380850 - Insecticides, rodenticides, fungicides, disinfectants, herbicides and the like; containing goods specified in Subheading Note 1 to this Chapter; put up in forms or packings for retail sale or as preparations or articles", - "parent": "3808", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "380852", - "text": "380852 - Insecticides and the like; containing goods specified in Subheading Note 1 to this Chapter; for retail sale or as preparations or articles; DDT (ISO) (clofenotane (INN)), in packings of 300g or less", - "parent": "3808", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "380859", - "text": "380859 - Insecticides, rodenticides, fungicides, disinfectants, herbicides and the like; containing goods specified in Subheading Note 1 to this Chapter; not DDT (ISO) (clofenotane (INN)), put up in forms or packings for retail sale or as preparations or articles", - "parent": "3808", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "380861", - "text": "380861 - Insecticides and the like; containing goods specified in Subheading Note 2 to this Chapter; in packings of a net weight content not exceeding 300g; for retail sale or as preparations or articles", - "parent": "3808", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "380862", - "text": "380862 - Insecticides; containing goods specified in Subheading Note 2 to this Chapter; put up in forms or packings for retail sale or as preparations or articles, in packings of a net weight content exceeding 300g but not exceeding 7.5kg", - "parent": "3808", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "380869", - "text": "380869 - Insecticides; containing goods named in Subheading Note 2 to this Chapter, put up in forms or packings for retail sale or as preparations or articles, in packings of a net weight content exceeding 7.5kg", - "parent": "3808", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "380890", - "text": "380890 - Pesticides, rodenticides, nes, for retail sale", - "parent": "3808", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "380891", - "text": "380891 - Insecticides; other than containing goods specified in Subheading Notes 1 & 2 to this Chapter; put up in forms or packings for retail sale or as preparations or articles", - "parent": "3808", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "380892", - "text": "380892 - Fungicides; other than containing goods specified in Subheading Note 1 to this Chapter; put up in forms or packings for retail sale or as preparations or articles", - "parent": "3808", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "380893", - "text": "380893 - Herbicides, anti-sprouting products and plant-growth regulators; other than containing goods of Subheading Note 1 to this Chapter; put up in forms or packings for retail sale or as preparations or articles", - "parent": "3808", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "380894", - "text": "380894 - Disinfectants; other than containing goods specified in Subheading Note 1 in this Chapter; put up in forms or packings for retail sale or as preparations or articles", - "parent": "3808", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "380899", - "text": "380899 - Rodenticides and other similar products n.e.c. in heading no. 3808.9; other than containing goods specified in Subheading Note 1 in this Chapter, put up in forms or packings for retail sale or as preparations or articles", - "parent": "3808", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3809", - "text": "3809 - Finishing agents, dye carriers to accelerate the dyeing, fixing of dyestuffs, other products and preparations, of a kind used in the textile, paper, leather or like industries, n.e.c. or included", - "parent": "38", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "380910", - "text": "380910 - Finishing agents and dye carriers; to accelerate dyeing or fixing of dye-stuffs, other products and preparations, used in textile, paper, leather etc industries, with basis of amylaceous substances, n.e.c.", - "parent": "3809", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "380991", - "text": "380991 - Finishing agents and dye carriers; to accelerate dyeing or fixing of dye-stuffs, other products and preparations, used in the textile industry (excluding those with a basis of amylaceous substances)", - "parent": "3809", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "380992", - "text": "380992 - Finishing agents and dye carriers; to accelerate dyeing or fixing of dye-stuffs, other products and preparations, used in the paper industry (excluding those with a basis of amylaceous substances)", - "parent": "3809", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "380993", - "text": "380993 - Finishing agents and dye carriers; to accelerate dyeing or fixing of dye-stuffs, other products and preparations, used in the leather or like (excluding paper and textile) industries, (excluding those with a basis of amylaceous substances)", - "parent": "3809", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "380999", - "text": "380999 - Finishing agents & dye carriers - other industries", - "parent": "3809", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3810", - "text": "3810 - Metal-pickling preparations; fluxes etc for soldering, brazing; welding powders, pastes of metal and other materials; preparations used as cores or coatings for welding electrodes or rods", - "parent": "38", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "381010", - "text": "381010 - Pickling preparations for metal surfaces; soldering, brazing or welding powders and pastes consisting of metal and other materials", - "parent": "3810", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "381090", - "text": "381090 - Fluxes and other auxiliary preparations; for soldering, brazing or welding, or preparations used as cores or coatings for welding electrodes or rods", - "parent": "3810", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3811", - "text": "3811 - Anti-knock preparations, oxidation and gum inhibitors, viscosity improvers, anti-corrosive preparations and the like, for mineral oils (including gasoline) or other liquids used for the same purposes", - "parent": "38", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "381111", - "text": "381111 - Anti-knock preparations; based on lead compounds", - "parent": "3811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "381119", - "text": "381119 - Anti-knock preparations; other than those based on lead compounds", - "parent": "3811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "381121", - "text": "381121 - Lubricating oil additives; containing petroleum oils or oils obtained from bituminous minerals", - "parent": "3811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "381129", - "text": "381129 - Lubricating oil additives; not containing petroleum oils or oils obtained from bituminous minerals", - "parent": "3811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "381190", - "text": "381190 - Oxidation and gum inhibitors, viscosity improvers, anti-corrosive preparations, other prepared additives for mineral oils or liquids used as mineral oils (including gasoline), n.e.c. in heading no. 3811", - "parent": "3811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3812", - "text": "3812 - Prepared rubber accelerators; compound plasticisers for rubber or plastics, n.e.c. or included; anti-oxidising preparations and other compound stabilisers for rubber or plastics", - "parent": "38", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "381210", - "text": "381210 - Rubber accelerators; prepared", - "parent": "3812", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "381220", - "text": "381220 - Plasticisers, compound; for rubber or plastics", - "parent": "3812", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "381230", - "text": "381230 - Anti-oxidising preparations and other compound stabilisers; for rubber or plastics, n.e.c. or included", - "parent": "3812", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "381231", - "text": "381231 - Anti-oxidising preparations and other compound stabilisers; for rubber or plastics, mixtures of oligomers of 2,2,4-trimethyl-1,2-dihydroquinoline (TMQ)", - "parent": "3812", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "381239", - "text": "381239 - Anti-oxidising preparations and other compound stabilisers; for rubber or plastics, other than mixtures of oligomers of 2,2,4-trimethyl-1,2-dihydroquinoline (TMQ)", - "parent": "3812", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3813", - "text": "3813 - Preparations and charges for fire extinguishers; charged fire-extinguishing grenades", - "parent": "38", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "381300", - "text": "381300 - Fire-extinguishers; preparations and charges and charged fire-extinguishing grenades", - "parent": "3813", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3814", - "text": "3814 - Organic composite solvents and thinners, not elsewhere specified or included; prepared paint or varnish removers", - "parent": "38", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "381400", - "text": "381400 - Solvents and thinners; organic composite solvents and thinners, n.e.c. or included, prepared paint or varnish removers", - "parent": "3814", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3815", - "text": "3815 - Reaction initiators, reaction accelerators and catalytic preparations n.e.c. or included", - "parent": "38", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "381511", - "text": "381511 - Catalysts, supported; reaction initiators, reaction accelerators and catalytic preparations, with nickel or nickel compounds as the active substance, n.e.c. or included", - "parent": "3815", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "381512", - "text": "381512 - Catalysts, supported; reaction initiators, reaction accelerators and catalytic preparations, with precious metal or precious metal compounds as the active substance, n.e.c. or included", - "parent": "3815", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "381519", - "text": "381519 - Catalysts, supported; reaction initiators, reaction accelerators and catalytic preparations, with an active substance other than nickel or precious metals or their compounds, n.e.c. or included", - "parent": "3815", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "381590", - "text": "381590 - Reaction initiators, reaction accelerators and catalytic preparations, unsupported, n.e.c. or included", - "parent": "3815", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3816", - "text": "3816 - Refractory cements, mortars, concretes and similar compositions, including dolomite ramming mix, other than products of heading 38.01", - "parent": "38", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "381600", - "text": "381600 - Refractory cements, mortars, concretes and similar compositions, including dolomite ramming mix, other than products of heading 38.01", - "parent": "3816", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3817", - "text": "3817 - Mixed alkylbenzenes and mixed alkylnaphthalenes, other than those of heading no. 2707 or 2902", - "parent": "38", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "381700", - "text": "381700 - Mixed alkylbenzenes and mixed alkylnaphthalenes, other than those of heading no. 2707 or 2902", - "parent": "3817", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "381710", - "text": "381710 - Mixed alkylbenzenes, nes", - "parent": "3817", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "381720", - "text": "381720 - Mixed alkylnaphthalenes, nes", - "parent": "3817", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3818", - "text": "3818 - Chemical elements doped for use in electronics, in the form of discs, wafers or similar forms; chemical compounds doped for use in electronics", - "parent": "38", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "381800", - "text": "381800 - Chemical elements; doped for use in electronics, in the form of discs, wafers or similar forms; chemical compounds doped for use in electronics", - "parent": "3818", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3819", - "text": "3819 - Hydraulic brake fluids and other prepared liquids for hydraulic transmission, not containing or containing less than 70% by weight of petroleum oils or oils obtained from bituminous minerals", - "parent": "38", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "381900", - "text": "381900 - Hydraulic fluids; for brakes and other prepared liquids for hydraulic transmission, not containing or containing less than 70% by weight of petroleum oils or oils obtained from bituminous minerals", - "parent": "3819", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3820", - "text": "3820 - Anti-freezing preparations and prepared de-icing fluids", - "parent": "38", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "382000", - "text": "382000 - Anti-freezing preparations and prepared de-icing fluids", - "parent": "3820", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3821", - "text": "3821 - Prepared culture media for the development or maintenance of micro-organisms (including viruses and the like) or of plant, human or animal cells", - "parent": "38", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "382100", - "text": "382100 - Prepared culture media for the development or maintenance of micro-organisms (including viruses and the like) or of plant, human or animal cells", - "parent": "3821", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3822", - "text": "3822 - Reagents; diagnostic or laboratory reagents on a backing, prepared diagnostic or laboratory reagents whether or not on a backing, whether or not put up in the form of kits, other than those of heading 30.06; certified reference materials", - "parent": "38", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "382200", - "text": "382200 - Reagents; diagnostic or laboratory reagents on a backing and prepared diagnostic or laboratory reagents whether or not on a backing, other than those of heading no. 3002 or 3006; certified reference material", - "parent": "3822", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382211", - "text": "382211 - Reagents; diagnostic or laboratory reagents on a backing, prepared diagnostic or laboratory reagents whether or not on a backing, whether or not put up in the form of kits; for malaria", - "parent": "3822", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382212", - "text": "382212 - Reagents; diagnostic or laboratory reagents on a backing, prepared diagnostic or laboratory reagents whether or not on a backing, whether or not put up in the form of kits; for zika and other diseases transmitted by mosquitoes of the genus Aedes", - "parent": "3822", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382213", - "text": "382213 - Reagents; diagnostic or laboratory reagents on a backing, prepared diagnostic or laboratory reagents whether or not on a backing, whether or not put up in the form of kits; for blood grouping", - "parent": "3822", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382219", - "text": "382219 - Reagents; diagnostic or laboratory reagents on a backing, prepared diagnostic or laboratory reagents whether or not on a backing, whether or not put up in the form of kits; n.e.c.in item 3822.1", - "parent": "3822", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382290", - "text": "382290 - Reagents; diagnostic or laboratory reagents on a backing, prepared diagnostic or laboratory reagents whether or not on a backing, or put up in the form of kits, other than those of heading 30.06; certified reference materials, n.e.c. in heading 3822", - "parent": "3822", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3823", - "text": "3823 - Industrial monocarboxylic fatty acids; acid oils from refining; industrial fatty alcohols", - "parent": "38", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "382310", - "text": "382310 - Prepared binders for foundry moulds or cores", - "parent": "3823", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382311", - "text": "382311 - Industrial monocarboxylic fatty acids, acid oils from refining; stearic acid", - "parent": "3823", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382312", - "text": "382312 - Industrial monocarboxylic fatty acids, acid oils from refining; oleic acid", - "parent": "3823", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382313", - "text": "382313 - Industrial monocarboxylic fatty acids, acid oils from refining; tall oil fatty acids", - "parent": "3823", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382319", - "text": "382319 - Industrial monocarboxylic fatty acids; acid oils from refining; (other than stearic acid, oleic acid or tall oil fatty acids)", - "parent": "3823", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382320", - "text": "382320 - Naphthenic acids, water-insoluble salts & esters", - "parent": "3823", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382330", - "text": "382330 - Non-agglomerated metal carbides", - "parent": "3823", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382340", - "text": "382340 - Prepared additives for cements, mortars or concretes", - "parent": "3823", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382350", - "text": "382350 - Non-refractory mortars and concretes", - "parent": "3823", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382360", - "text": "382360 - Sorbitol except D-glucitol", - "parent": "3823", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382370", - "text": "382370 - Industrial fatty alcohols", - "parent": "3823", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382390", - "text": "382390 - Chemical industry products, preparations, mixtures ne", - "parent": "3823", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3824", - "text": "3824 - Prepared binders for foundry moulds or cores; chemical products and preparations of the chemical or allied industries (including those consisting of mixtures of natural products), not elsewhere specified or included", - "parent": "38", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "382410", - "text": "382410 - Binders, prepared; for foundry moulds or cores", - "parent": "3824", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382420", - "text": "382420 - Naphthenic acids, their", - "parent": "3824", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382430", - "text": "382430 - Metal carbides, non-agglomerated; mixed together or with metallic binders", - "parent": "3824", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382440", - "text": "382440 - Cements, mortars or concretes; their prepared additives", - "parent": "3824", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382450", - "text": "382450 - Mortars and concretes; non-refractory", - "parent": "3824", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382460", - "text": "382460 - Sorbitol; other than that of subheading no. 2905.44", - "parent": "3824", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382471", - "text": "382471 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing chlorofluorocarbons (CFCs), whether or not containing hydrochlorofluorocarbons (HCFCs), perfluorocarbons (PFCs) or hydrofluorocarbons (HFCs)", - "parent": "3824", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382472", - "text": "382472 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing bromochlorodifluoromethane, bromotrifluoromethane or dibromotetrafluoroethanes", - "parent": "3824", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382473", - "text": "382473 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing hydrobromofluorocarbons (HBFCs)", - "parent": "3824", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382474", - "text": "382474 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing hydrochlorofluorocarbons (HCFCs), whether or not containing perfluorocarbons (PFCs) or hydrofluorocarbons (HFCs), but not containing chlorofluorocarbons (CFCs)", - "parent": "3824", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382475", - "text": "382475 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing carbon tetrachloride", - "parent": "3824", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382476", - "text": "382476 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing 1,1,1-trichloroethane (methyl chloroform)", - "parent": "3824", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382477", - "text": "382477 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing bromomethane (methyl bromide) or bromochloromethane", - "parent": "3824", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382478", - "text": "382478 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing perfluorocarbons (PFCs) or hydrofluorocarbons (HFCs), but not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs)", - "parent": "3824", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382479", - "text": "382479 - Mixtures containing halogenated derivatives of methane, ethane or propane; n.e.c. in item no. 3827.7", - "parent": "3824", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382481", - "text": "382481 - Chemical products, mixtures and preparations; containing goods specified in Subheading Note 3 to this Chapter; containing oxirane (ethylene oxide)", - "parent": "3824", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382482", - "text": "382482 - Chemical products, mixtures and preparations; containing goods specified in Subheading Note 3 to this Chapter; containing polychlorinated biphenyls (PCBs), polychlorinated terphenyls (PCTs) or polybrominated biphenyls (PBBs)", - "parent": "3824", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382483", - "text": "382483 - Chemical products, mixtures and preparations; containing goods specified in Subheading Note 3 to this Chapter; containing tris(2,3-dibromopropyl) phosphate", - "parent": "3824", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382484", - "text": "382484 - Chemical products, mixtures and preparations; containing aldrin, camphechlor (toxaphene), chlordane, chlordecone, DDT (chlorfenotane, 1,1,1-trichloro-2,2-bis(p-chlorophenyl)ethane), dieldrin, endosulfan, endrin, heptachlor or mirex", - "parent": "3824", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382485", - "text": "382485 - Chemical products, mixtures and preparations; containing goods specified in Subheading Note 3 to this Chapter; containing 1,2,3,4,5,6-hexachlorocyclohexane (HCH (ISO)), including lindane (ISO, INN)", - "parent": "3824", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382486", - "text": "382486 - Chemical products, mixtures and preparations; containing goods specified in Subheading Note 3 to this Chapter; containing pentachlorobenzene (ISO) or hexachlorobenzene (ISO)", - "parent": "3824", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382487", - "text": "382487 - Chemical products, mixtures and preparations; containing goods specified in Subheading Note 3 to this Chapter; containing perfluorooctane sulphonic acid, its salts, perfluorooctane sulphonamides, or perfluorooctane sulphonyl fluoride", - "parent": "3824", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382488", - "text": "382488 - Chemical products, mixtures and preparations; containing goods specified in Subheading Note 3 to this Chapter; containing tetra-, penta-, hexa-, hepta- or octabromodiphenyl ethers", - "parent": "3824", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382489", - "text": "382489 - Chemical products, mixtures and preparations; containing goods specified in Subheading Note 3 to this Chapter; containing short-chain chlorinated paraffins", - "parent": "3824", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382490", - "text": "382490 - Chemical products, preparations and residual products of the chemical or allied industries, n.e.c. or included in heading no. 3824", - "parent": "3824", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382491", - "text": "382491 - Chemical products, mixtures and preparations; consisting mainly of (5-ethyl-2-methyl-2-oxido-1,3,2-dioxaphosphinan-5-yl)methyl methyl methylphosphonate and bis[(5-ethyl-2-methyl-2-oxido-1,3,2-dioxaphosphinan-5-yl)methyl] methylphosphonate", - "parent": "3824", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382492", - "text": "382492 - Chemical products, mixtures and preparations; polyglycol esters of methylphosphonic acid", - "parent": "3824", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382499", - "text": "382499 - Chemical products, mixtures and preparations; n.e.c. heading 3824", - "parent": "3824", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3825", - "text": "3825 - Residual products of the chemical or allied industries, not elsewhere specified or included; municipal waste; sewage sludge; other residual products.", - "parent": "38", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "382510", - "text": "382510 - Residual products of the chemical or allied industries, not elsewhere specified or included; municipal waste", - "parent": "3825", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382520", - "text": "382520 - Residual products of the chemical or allied industries, not elsewhere specified or included; sewage sludge", - "parent": "3825", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382530", - "text": "382530 - Residual products of the chemical or allied industries, not elsewhere specified or included; clinical waste", - "parent": "3825", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382541", - "text": "382541 - Residual products of the chemical or allied industries, not elsewhere specified or included; halogenated waste organic solvents", - "parent": "3825", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382549", - "text": "382549 - Residual products of the chemical or allied industries, not elsewhere specified or included; waste organic solvents, other than halogenated", - "parent": "3825", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382550", - "text": "382550 - Residual products of chemical or allied industries, not elsewhere specified or included; wastes of metal pickling liquors, hydraulic fluids, brake fluids and anti-freeze fluids", - "parent": "3825", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382561", - "text": "382561 - Residual products of the chemical or allied industries, not elsewhere specified or included; (other than sewage sludge, municipal waste or waste covered in 27.10); other wastes n.e.c. in 3825; those mainly containing organic constituents", - "parent": "3825", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382569", - "text": "382569 - Residual products of the chemical or allied industries, not elsewhere specified or included; (other than sewage sludge, municipal waste or waste covered by 27.10); other wastes n.e.c. in 3825; except those mainly containing organic constituents", - "parent": "3825", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382590", - "text": "382590 - Residual products of the chemical or allied industries, not elsewhere specified or included; n.e.c. in 3825 or 27.10", - "parent": "3825", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3826", - "text": "3826 - Biodiesel and mixtures thereof; not containing or containing less than 70% by weight of petroleum oils or oils obtained from bituminous minerals", - "parent": "38", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "382600", - "text": "382600 - Biodiesel and mixtures thereof; not containing or containing less than 70% by weight of petroleum oils or oils obtained from bituminous minerals", - "parent": "3826", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3827", - "text": "3827 - Mixtures containing halogenated derivatives of methane, ethane or propane, not elsewhere specified or included", - "parent": "38", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "382711", - "text": "382711 - Mixtures containing halogenated derivatives of methane, ethane or propane, not elsewhere specified or included; containing chlorofluorocarbons (CFCs), whether or not containing hydrochlorofluorocarbons (HCFCs), perfluorocarbons (PFCs) or hydrofluorocarbon", - "parent": "3827", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382712", - "text": "382712 - Mixtures containing halogenated derivatives of methane, ethane or propane, not elsewhere specified or included; containing hydrobromofluorocarbons (HBFCs)", - "parent": "3827", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382713", - "text": "382713 - Mixtures containing halogenated derivatives of methane, ethane or propane, not elsewhere specified or included; containing carbon tetrachloride", - "parent": "3827", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382714", - "text": "382714 - Mixtures containing halogenated derivatives of methane, ethane or propane, not elsewhere specified or included; containing 1,1,1-trichloroethane (methyl chloroform)", - "parent": "3827", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382720", - "text": "382720 - Mixtures containing halogenated derivatives of methane, ethane or propane, not elsewhere specified or included; containing bromochlorodifluoromethane (Halon-1211), bromotrifluoromethane (Halon-1301) or dibromotetrafluoroethanes (Halon-2402)", - "parent": "3827", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382731", - "text": "382731 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing hydrochlorofluorocarbons (HCFCs), perfluorocarbons (PFCs) or hydrofluorocarbons (HFCs) or not, but not containing chlorofluorocarbons (CFCs); containing substances of su", - "parent": "3827", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382732", - "text": "382732 - Mixtures containing halogenated methane, ethane, propane; containing hydrochlorofluorocarbons (HCFCs), perfluorocarbons (PFCs) or hydrofluorocarbons (HFCs) or not, not chlorofluorocarbons (CFCs); containing substances of subheadings 2903.71 to 2903.75", - "parent": "3827", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382739", - "text": "382739 - Mixtures containing halogenated methane, ethane, or propane; containing hydrochlorofluorocarbons (HCFCs), perfluorocarbons (PFCs) or hydrofluorocarbons (HFCs) or not, but not chlorofluorocarbons (CFCs); n.e.c. in subheading 3827.3", - "parent": "3827", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382740", - "text": "382740 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing hydrochlorofluorocarbons (HCFCs), perfluorocarbons (PFCs) or hydrofluorocarbons (HFCs) or not, but not containing chlorofluorocarbons (CFCs); containing bromomethane (me", - "parent": "3827", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382751", - "text": "382751 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing trifluoromethan (HFC-23) or perfluorocarbons (PFCs) but not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs); containing trifluoromethane (HFC-2", - "parent": "3827", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382759", - "text": "382759 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing trifluoromethan (HFC-23) or perfluorocarbons (PFCs) not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs); other mixtures n.e.c. in subheading 38", - "parent": "3827", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382761", - "text": "382761 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing other hydrofluorocarbons (HFCs) but not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs); containing 15% or more by mass of 1,1,1-trifluoroethan", - "parent": "3827", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382762", - "text": "382762 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing other hydrofluorocarbons (HFCs) but not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs); other mixtures, not included in the subheading above, ", - "parent": "3827", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382763", - "text": "382763 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing other hydrofluorocarbons (HFCs) but not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs); other mixtures not included in the subheadings above, ", - "parent": "3827", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382764", - "text": "382764 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing other hydrofluorocarbons (HFCs) but not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs); other mixtures, not included in the subheadings above,", - "parent": "3827", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382765", - "text": "382765 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing other hydrofluorocarbons (HFCs) but not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs); other mixtures, not included in the subheadings above,", - "parent": "3827", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382768", - "text": "382768 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing other hydrofluorocarbons (HFCs) but not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs); other mixtures, not included in the subheadings above,", - "parent": "3827", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382769", - "text": "382769 - Mixtures containing halogenated derivatives of methane, ethane or propane; containing other hydrofluorocarbons (HFCs) but not containing chlorofluorocarbons (CFCs) or hydrochlorofluorocarbons (HCFCs); n.e.c. in items no. 3827.5 and 3827.6, not containing ", - "parent": "3827", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "382790", - "text": "382790 - Mixtures containing halogenated derivatives of methane, ethane or propane; n.e.c. in subheading no 3827", - "parent": "3827", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "39", - "text": "39 - Plastics and articles thereof", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "3901", - "text": "3901 - Polymers of ethylene, in primary forms", - "parent": "39", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "390110", - "text": "390110 - Ethylene polymers; in primary forms, polyethylene having a specific gravity of less than 0.94", - "parent": "3901", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390120", - "text": "390120 - Ethylene polymers; in primary forms, polyethylene having a specific gravity of 0.94 or more", - "parent": "3901", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390130", - "text": "390130 - Ethylene polymers; in primary forms, ethylene-vinyl acetate copolymers", - "parent": "3901", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390140", - "text": "390140 - Ethylene polymers; in primary forms, ethylene-alpha-olefin copolymers, having a specific gravity of less than 0.94", - "parent": "3901", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390190", - "text": "390190 - Ethylene polymers; in primary forms, n.e.c. in heading no. 3901", - "parent": "3901", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3902", - "text": "3902 - Polymers of propylene or of other olefins, in primary forms", - "parent": "39", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "390210", - "text": "390210 - Propylene, other olefin polymers; polypropylene in primary forms", - "parent": "3902", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390220", - "text": "390220 - Propylene, other olefin polymers; polyisobutylene in primary forms", - "parent": "3902", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390230", - "text": "390230 - Propylene, other olefin polymers; propylene copolymers in primary forms", - "parent": "3902", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390290", - "text": "390290 - Propylene, other olefin polymers; n.e.c. in heading no. 3902, in primary forms", - "parent": "3902", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3903", - "text": "3903 - Polymers of styrene, in primary forms", - "parent": "39", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "390311", - "text": "390311 - Styrene polymers; expansible polystyrene, in primary forms", - "parent": "3903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390319", - "text": "390319 - Styrene polymers; (other than expansible polystyrene), in primary forms", - "parent": "3903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390320", - "text": "390320 - Styrene polymers; styrene-acrylonitrile (SAN) copolymers, in primary forms", - "parent": "3903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390330", - "text": "390330 - Styrene polymers; acrylonitrile-butadiene-styrene (ABS) copolymers, in primary forms", - "parent": "3903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390390", - "text": "390390 - Styrene polymers; in primary forms, n.e.c. in heading no. 3903", - "parent": "3903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3904", - "text": "3904 - Polymers of vinyl chloride or of other halogenated olefins, in primary forms", - "parent": "39", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "390410", - "text": "390410 - Vinyl chloride, other halogenated olefin polymers; poly(vinyl chloride), not mixed with any other substances, in primary forms", - "parent": "3904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390421", - "text": "390421 - Vinyl chloride, other halogenated olefin polymers; non-plasticised poly(vinyl chloride), in primary forms, mixed with other substances", - "parent": "3904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390422", - "text": "390422 - Vinyl chloride, other halogenated olefin polymers; plasticised poly(vinyl chloride), in primary forms, mixed with other substances", - "parent": "3904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390430", - "text": "390430 - Vinyl chloride, other halogenated olefin polymers; vinyl chloride-vinyl acetate copolymers, in primary forms", - "parent": "3904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390440", - "text": "390440 - Vinyl chloride, other halogenated olefin polymers; vinyl chloride copolymers, in primary forms n.e.c. in heading no. 3904", - "parent": "3904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390450", - "text": "390450 - Vinyl chloride, other halogenated olefin polymers; vinylidene chloride polymers, in primary forms", - "parent": "3904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390461", - "text": "390461 - Halogenated olefin polymers; fluoro-polymers, polytetrafluoroethylene, in primary forms", - "parent": "3904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390469", - "text": "390469 - Halogenated olefin polymers; fluoro-polymers (other than polytetrafluoroethylene), in primary forms", - "parent": "3904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390490", - "text": "390490 - Vinyl chloride, other halogenated olefin polymers; n.e.c. in heading no. 3904", - "parent": "3904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3905", - "text": "3905 - Polymers of vinyl acetate or of other vinyl esters, in primary forms; other vinyl polymers in primary forms", - "parent": "39", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "390511", - "text": "390511 - Polyvinyl acetate, in aqueous dispersion, primary for", - "parent": "3905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390512", - "text": "390512 - Poly(vinyl acetate); in aqueous dispersion, in primary forms", - "parent": "3905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390519", - "text": "390519 - Poly(vinyl acetate); (other than in aqueous dispersion), in primary forms", - "parent": "3905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390520", - "text": "390520 - Polyvinyl alcohols in primary form", - "parent": "3905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390521", - "text": "390521 - Vinyl acetate copolymers; in aqueous dispersion, in primary forms", - "parent": "3905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390529", - "text": "390529 - Vinyl acetate copolymers; (other than in aqueous dispersion), in primary forms", - "parent": "3905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390530", - "text": "390530 - Poly(vinyl alcohol); whether or not containing unhydrolysed acetate groups", - "parent": "3905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390590", - "text": "390590 - Vinyl polymers, halogenated olefins, primary form, ne", - "parent": "3905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390591", - "text": "390591 - Vinyl acetate, vinyl ester polymers, vinyl polymers; n.e.c. in heading no. 3905, in primary forms, copolymers", - "parent": "3905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390599", - "text": "390599 - Vinyl acetate, vinyl ester polymers, vinyl polymers; n.e.c. in heading no. 3905, in primary forms, other than copolymers", - "parent": "3905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3906", - "text": "3906 - Acrylic polymers in primary forms", - "parent": "39", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "390610", - "text": "390610 - Acrylic polymers; poly(methyl methacrylate), in primary forms", - "parent": "3906", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390690", - "text": "390690 - Acrylic polymers; (other than polymethyl methacrylate), in primary forms", - "parent": "3906", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3907", - "text": "3907 - Polyacetals, other polyethers and epoxide resins, in primary forms; polycarbonates, alkyd resins, polyallyl esters and other polyesters, in primary forms", - "parent": "39", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "390710", - "text": "390710 - Polyacetals; in primary forms", - "parent": "3907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390720", - "text": "390720 - Polyethers; in primary forms, excluding polyacetals", - "parent": "3907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390721", - "text": "390721 - Polyethers other than polyacetals; in primary forms, bis(polyoxyethylene) methylphosphonate", - "parent": "3907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390729", - "text": "390729 - Polyethers other than polyacetals, and bis(polyoxyethylene) methylphosphonate; in primary forms", - "parent": "3907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390730", - "text": "390730 - Epoxide resins; in primary forms", - "parent": "3907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390740", - "text": "390740 - Polycarbonates; in primary forms", - "parent": "3907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390750", - "text": "390750 - Alkyd resins; in primary forms", - "parent": "3907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390760", - "text": "390760 - Poly(ethylene terephthalate); in primary forms", - "parent": "3907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390761", - "text": "390761 - Poly(ethylene terephthalate); in primary forms, having a viscosity of 78ml/g or higher", - "parent": "3907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390769", - "text": "390769 - Poly(ethylene terephthalate); in primary forms, having a viscosity of less than 78ml/g", - "parent": "3907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390770", - "text": "390770 - Poly(lactic acid); in primary forms", - "parent": "3907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390791", - "text": "390791 - Polyesters; n.e.c. in heading no. 3907, unsaturated, in primary forms", - "parent": "3907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390799", - "text": "390799 - Polyesters; n.e.c. in heading no. 3907, saturated, in primary forms", - "parent": "3907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3908", - "text": "3908 - Polyamides in primary forms", - "parent": "39", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "390810", - "text": "390810 - Polyamides; polyamide-6, -11, -12, -6,6, -6,9, -6,10 or -6,12, in primary forms", - "parent": "3908", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390890", - "text": "390890 - Polyamides; n.e.c. in heading no. 3908, in primary forms", - "parent": "3908", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3909", - "text": "3909 - Amino-resins, phenolic resins and polyurethanes, in primary forms", - "parent": "39", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "390910", - "text": "390910 - Amino-resins; urea and thiourea resins, in primary forms", - "parent": "3909", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390920", - "text": "390920 - Amino-resins; melamine resins, in primary forms", - "parent": "3909", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390930", - "text": "390930 - Amino-resins; n.e.c. in heading no. 3909, in primary forms", - "parent": "3909", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390931", - "text": "390931 - Amino-resins; n.e.c. in heading no. 3909, in primary forms, poly(methylene phenyl isocyanate) (Crude MDI, polymeric MDI)", - "parent": "3909", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390939", - "text": "390939 - Amino-resins; n.e.c. in heading no. 3909, in primary forms, other than poly(methylene phenyl isocyanate) (Crude MDI, polymeric MDI)", - "parent": "3909", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390940", - "text": "390940 - Phenolic resins; in primary forms", - "parent": "3909", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "390950", - "text": "390950 - Polyurethanes; in primary forms", - "parent": "3909", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3910", - "text": "3910 - Silicones in primary forms", - "parent": "39", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "391000", - "text": "391000 - Silicones; in primary forms", - "parent": "3910", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3911", - "text": "3911 - Petroleum resins, coumarone-indene resins, polyterpenes, polysulphides, polysulphones and similar products of chemical synthesis n.e.c. in chapter 39, in primary forms", - "parent": "39", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "391110", - "text": "391110 - Petroleum resins, coumarone, indene or coumarone-indene resins and polyterpenes; in primary forms", - "parent": "3911", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "391120", - "text": "391120 - Petroleum resins, poly(1,3-phenylene methylphosphonate), in primary forms", - "parent": "3911", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "391190", - "text": "391190 - Polysulphides, polysulphones and similar products of chemical synthesis n.e.c. in chapter 39; in primary forms", - "parent": "3911", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3912", - "text": "3912 - Cellulose and its chemical derivatives, n.e.c. or included, in primary forms", - "parent": "39", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "391211", - "text": "391211 - Cellulose acetates; non-plasticised, in primary forms", - "parent": "3912", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "391212", - "text": "391212 - Cellulose acetates; plasticised, in primary forms", - "parent": "3912", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "391220", - "text": "391220 - Cellulose nitrates (including collodions); in primary forms", - "parent": "3912", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "391231", - "text": "391231 - Cellulose ethers; carboxymethylcellulose and its salts, in primary forms", - "parent": "3912", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "391239", - "text": "391239 - Cellulose ethers; (other than carboxymethylcellulose and its salts), in primary forms", - "parent": "3912", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "391290", - "text": "391290 - Cellulose and its chemical derivatives; n.e.c. in item no. 3912, in primary forms", - "parent": "3912", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3913", - "text": "3913 - Natural polymers (e.g. alginic acid) and modified natural polymers (e.g. hardened proteins, chemical derivatives of natural rubber), n.e.c. or included, in primary forms", - "parent": "39", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "391310", - "text": "391310 - Polymers, natural; alginic acid, its salts and esters, in primary forms", - "parent": "3913", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "391390", - "text": "391390 - Polymers, natural and modified natural; in primary forms (excluding alginic acid, its salts and esters)", - "parent": "3913", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3914", - "text": "3914 - Ion-exchangers; based on polymers of heading no. 3901 to 3913, in primary forms", - "parent": "39", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "391400", - "text": "391400 - Ion-exchangers; based on polymers of heading no. 3901 to 3913, in primary forms", - "parent": "3914", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3915", - "text": "3915 - Waste, parings and scrap, of plastics", - "parent": "39", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "391510", - "text": "391510 - Ethylene polymers; waste, parings and scrap", - "parent": "3915", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "391520", - "text": "391520 - Styrene polymers; waste, parings and scrap", - "parent": "3915", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "391530", - "text": "391530 - Vinyl chloride polymers; waste, parings and scrap", - "parent": "3915", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "391590", - "text": "391590 - Plastics n.e.c. in heading no. 3915; waste, parings and scrap", - "parent": "3915", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3916", - "text": "3916 - Monofilament of which any cross-sectional dimension exceeds 1mm, rods, sticks and profile shapes, whether or not surface-worked but not otherwise worked, of plastics", - "parent": "39", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "391610", - "text": "391610 - Ethylene polymers; monofilament, of which any cross-sectional dimension exceeds 1mm, rods, sticks and profile shapes, whether or not surface-worked but not otherwise worked", - "parent": "3916", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "391620", - "text": "391620 - Vinyl chloride polymers; monofilament, of which any cross-sectional dimension exceeds 1mm, rods, sticks and profile shapes, whether or not surface-worked but not otherwise worked", - "parent": "3916", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "391690", - "text": "391690 - Plastics; monofilament, of plastics n.e.c. in heading no. 3916, cross-sectional dimension exceeds 1mm, rods, sticks and profile shapes, whether or not surface-worked but not otherwise worked", - "parent": "3916", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3917", - "text": "3917 - Tubes, pipes and hoses and fittings thereof (for example, joints, elbows, flanges), of plastics", - "parent": "39", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "391710", - "text": "391710 - Plastics; artificial guts (sausage casings) of hardened protein or of cellulosic materials", - "parent": "3917", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "391721", - "text": "391721 - Plastics; tubes, pipes and hoses thereof, rigid, of polymers of ethylene", - "parent": "3917", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "391722", - "text": "391722 - Plastics; tubes, pipes and hoses thereof, rigid, of polymers of propylene", - "parent": "3917", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "391723", - "text": "391723 - Plastics; tubes, pipes and hoses thereof, rigid, of polymers of vinyl chloride", - "parent": "3917", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "391729", - "text": "391729 - Plastics; tubes, pipes and hoses thereof, rigid, of plastics n.e.c. in heading no. 3917", - "parent": "3917", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "391731", - "text": "391731 - Plastics; tubes, pipes and hoses thereof, flexible, having a minimum burst pressure of 27.6MPa", - "parent": "3917", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "391732", - "text": "391732 - Plastics; tubes, pipes and hoses thereof, other than those of item no. 3917.31, not reinforced or otherwise combined with other materials, without fittings", - "parent": "3917", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "391733", - "text": "391733 - Plastics; tubes, pipes and hoses thereof, other than those of item no. 3917.31, not reinforced or otherwise combined with other materials, with fittings", - "parent": "3917", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "391739", - "text": "391739 - Plastics; tubes, pipes and hoses thereof, n.e.c. in item no. 3917.30", - "parent": "3917", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "391740", - "text": "391740 - Plastics; tube, pipe and hose fittings (e.g. joints, elbows, flanges)", - "parent": "3917", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3918", - "text": "3918 - Floor coverings of plastics, self-adhesive or not, in rolls or tiles; wall or ceiling coverings of plastics, in rolls of a width not less than 45cm", - "parent": "39", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "391810", - "text": "391810 - Floor, wall or ceiling coverings; of polymers of vinyl chloride, whether or not self-adhesive, in rolls or in the form of tiles", - "parent": "3918", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "391890", - "text": "391890 - Floor, wall or ceiling coverings; of plastics (excluding polymers of vinyl chloride), whether or not self-adhesive, in rolls or in the form of tiles", - "parent": "3918", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3919", - "text": "3919 - Self-adhesive plates, sheets, film, foil, tape, strip and other flat shapes, of plastics, whether or not in rolls", - "parent": "39", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "391910", - "text": "391910 - Plastics; plates, sheets, film, foil, tape, strip, other flat shapes thereof, self-adhesive, in rolls of a width not exceeding 20cm", - "parent": "3919", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "391990", - "text": "391990 - Plastics; plates, sheets, film, foil, tape, strip, other flat shapes thereof, self-adhesive, other than in rolls of a width not exceeding 20cm", - "parent": "3919", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3920", - "text": "3920 - Plastics; plates, sheets, film, foil and strip (not self-adhesive); non-cellular and not reinforced, laminated, supported or similarly combined with other materials, n.e.c. in chapter 39", - "parent": "39", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "392010", - "text": "392010 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of polymers of ethylene, non-cellular and not reinforced, laminated, supported or similarly combined with other materials", - "parent": "3920", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392020", - "text": "392020 - Plastics; of polymers of propylene, plates, sheets, film, foil and strip (not self-adhesive), non-cellular and not reinforced, laminated, supported or similarly combined with other materials", - "parent": "3920", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392030", - "text": "392030 - Plastics; of polymers of styrene, plates, sheets, film, foil and strip (not self-adhesive), non-cellular and not reinforced, laminated, supported or similarly combined with other materials", - "parent": "3920", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392041", - "text": "392041 - Sheet/film not cellular/reinf rigid vinyl polymer", - "parent": "3920", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392042", - "text": "392042 - Sheet/film not cellular/reinf flexible vinyl polymer", - "parent": "3920", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392043", - "text": "392043 - Plastics; polymers of vinyl chloride, containing by weight not less than 6% of plasticisers; plates, sheets, film, foil and strip (not self-adhesive), non-cellular and not reinforced, laminated, supported or similarly combined with other materials", - "parent": "3920", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392049", - "text": "392049 - Plastics; polymers of vinyl chloride, containing by weight, less than 6% of plasticisers; plates, sheets, film, foil and strip (not self-adhesive), non-cellular and not reinforced, laminated, supported or similarly combined with other materials", - "parent": "3920", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392051", - "text": "392051 - Plastics; of acrylic polymers, polymethyl methacrylate, plates, sheets, film, foil and strip (not self-adhesive), non-cellular and not reinforced, laminated, supported or similarly combined with other materials", - "parent": "3920", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392059", - "text": "392059 - Plastics; of acrylic polymers (excluding polymethyl methacrylate), plates, sheets, film, foil and strip (not self-adhesive), non-cellular and not reinforced, laminated, supported or similarly combined with other materials", - "parent": "3920", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392061", - "text": "392061 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of polycarbonates, non-cellular and not reinforced, laminated, supported or similarly combined with other materials", - "parent": "3920", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392062", - "text": "392062 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of poly(ethylene terephthalate), non-cellular and not reinforced, laminated, supported or similarly combined with other materials", - "parent": "3920", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392063", - "text": "392063 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of unsaturated polyesters, non-cellular and not reinforced, laminated, supported or similarly combined with other materials", - "parent": "3920", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392069", - "text": "392069 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of polyesters n.e.c. in heading no. 3920, non-cellular and not reinforced, laminated, supported or similarly combined with other materials", - "parent": "3920", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392071", - "text": "392071 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of regenerated cellulose; non-cellular and not reinforced, laminated, supported or similarly combined with other materials", - "parent": "3920", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392072", - "text": "392072 - Sheet/film not cellular/reinf vulcanised rubber", - "parent": "3920", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392073", - "text": "392073 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of cellulose acetate, non-cellular and not reinforced, laminated, supported or similarly combined with other materials", - "parent": "3920", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392079", - "text": "392079 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of cellulose derivatives n.e.c. in heading no. 3920, non-cellular and not reinforced, laminated, supported or similarly combined with other materials", - "parent": "3920", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392091", - "text": "392091 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of poly(vinyl butyral), non-cellular and not reinforced, laminated, supported or similarly combined with other materials", - "parent": "3920", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392092", - "text": "392092 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of polyamides, non-cellular and not reinforced, laminated, supported or similarly combined with other materials", - "parent": "3920", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392093", - "text": "392093 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of amino-resins, non-cellular and not reinforced, laminated, supported or similarly combined with other materials", - "parent": "3920", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392094", - "text": "392094 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of phenolic resins, non-cellular and not reinforced, laminated, supported or similarly combined with other materials", - "parent": "3920", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392099", - "text": "392099 - Plastics; plates, sheets, film, foil and strip (not self-adhesive), of plastics n.e.c. in heading no. 3920, non-cellular and not reinforced, laminated, supported or similarly combined with other materials", - "parent": "3920", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3921", - "text": "3921 - Plastic plates, sheets, film, foil and strip n.e.c. in chapter 39", - "parent": "39", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "392111", - "text": "392111 - Plastics; plates, sheets, film, foil and strip, of polymers of styrene, cellular", - "parent": "3921", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392112", - "text": "392112 - Plastics; plates, sheets, film, foil and strip, of polymers of vinyl chloride, cellular", - "parent": "3921", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392113", - "text": "392113 - Plastics; plates, sheets, film, foil and strip, of polyurethanes, cellular", - "parent": "3921", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392114", - "text": "392114 - Plastics; plates, sheets, film, foil and strip, of regenerated cellulose, cellular", - "parent": "3921", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392119", - "text": "392119 - Plastics; plates, sheets, film, foil and strip, of plastics n.e.c. in heading no. 3921, cellular", - "parent": "3921", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392190", - "text": "392190 - Plastics; plates, sheets, film, foil and strip, other than cellular", - "parent": "3921", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3922", - "text": "3922 - Sanitary ware; baths, shower-baths, sinks, wash-basins, bidets, lavatory pans, seats and covers, flushing cisterns and sanitary ware, of plastics", - "parent": "39", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "392210", - "text": "392210 - Plastics; baths, shower-baths, sinks and wash-basins", - "parent": "3922", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392220", - "text": "392220 - Plastics; lavatory seats and covers", - "parent": "3922", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392290", - "text": "392290 - Plastics; bidets, lavatory pans, flushing cisterns and similar sanitary ware n.e.c. in heading no. 3922", - "parent": "3922", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3923", - "text": "3923 - Plastic articles for the conveyance or packing of goods; stoppers, lids, caps and other closures of plastics", - "parent": "39", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "392310", - "text": "392310 - Plastics; boxes, cases, crates and similar articles for the conveyance or packing of goods", - "parent": "3923", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392321", - "text": "392321 - Ethylene polymers; sacks and bags (including cones), for the conveyance or packing of goods", - "parent": "3923", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392329", - "text": "392329 - Plastics; sacks and bags (including cones), for the conveyance or packing of goods, of plastics other than ethylene polymers", - "parent": "3923", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392330", - "text": "392330 - Plastics; carboys, bottles, flasks and similar articles, for the conveyance or packing of goods", - "parent": "3923", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392340", - "text": "392340 - Plastics; spools, cops, bobbins and similar supports, for the conveyance or packing of goods", - "parent": "3923", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392350", - "text": "392350 - Plastics; stoppers, lids, caps and other closures, for the conveyance or packing of goods", - "parent": "3923", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392390", - "text": "392390 - Plastics; articles for the conveyance or packing of goods n.e.c. in heading no. 3923", - "parent": "3923", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3924", - "text": "3924 - Tableware, kitchenware, other household articles and hygienic or toilet articles, of plastics", - "parent": "39", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "392410", - "text": "392410 - Plastics; tableware and kitchenware", - "parent": "3924", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392490", - "text": "392490 - Plastics; household articles and hygienic or toilet articles", - "parent": "3924", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3925", - "text": "3925 - Plastics; builders' wares n.e.c. or included", - "parent": "39", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "392510", - "text": "392510 - Plastics; builders' ware, reservoirs, tanks, vats and similar containers of a capacity exceeding 300 litres", - "parent": "3925", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392520", - "text": "392520 - Plastics; builders' ware, doors, windows and their frames and thresholds for doors", - "parent": "3925", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392530", - "text": "392530 - Plastics; builders' ware, shutters, blinds (including venetian blinds) and similar articles and parts thereof", - "parent": "3925", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392590", - "text": "392590 - Plastics; builders' ware, n.e.c. or included in heading no. 3925", - "parent": "3925", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "3926", - "text": "3926 - Articles of plastics and articles of other materials of heading no. 3901 to 3914, n.e.c. in chapter 39", - "parent": "39", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "392610", - "text": "392610 - Plastics; office or school supplies", - "parent": "3926", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392620", - "text": "392620 - Plastics; articles of apparel and clothing accessories (including gloves, mittens and mitts)", - "parent": "3926", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392630", - "text": "392630 - Plastics; fittings for furniture, coachwork or the like", - "parent": "3926", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392640", - "text": "392640 - Plastics; statuettes and other ornamental articles", - "parent": "3926", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "392690", - "text": "392690 - Plastics; other articles n.e.c. in chapter 39", - "parent": "3926", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "40", - "text": "40 - Rubber and articles thereof", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "4001", - "text": "4001 - Natural rubber, balata, gutta-percha, guayule, chicle and similar gums; in primary forms or in plates, sheets or strip", - "parent": "40", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "400110", - "text": "400110 - Rubber; natural rubber latex, whether or not pre-vulcanised, in primary forms or in plates, sheets or strip", - "parent": "4001", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "400121", - "text": "400121 - Rubber; natural (excluding latex), in smoked sheets", - "parent": "4001", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "400122", - "text": "400122 - Rubber; technically specified natural rubber (TSNR), in primary forms or in plates, sheets or strip (excluding latex and smoked sheets)", - "parent": "4001", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "400129", - "text": "400129 - Rubber; natural (excluding latex, technically specified natural rubber and smoked sheets), in primary forms or in plates, sheets or strip", - "parent": "4001", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "400130", - "text": "400130 - Balata, gutta-percha, guayule, chicle and similar natural gums; in primary forms or in plates, sheets or strip", - "parent": "4001", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4002", - "text": "4002 - Synthetic rubber and factice derived from oils, in primary forms or in plates, sheets or strip; mixtures of heading no. 4001 and 4002, in primary forms or in plates, sheets or strip", - "parent": "40", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "400211", - "text": "400211 - Rubber; synthetic, styrene-butadiene rubber (SBR) and carboxylated styrene-butadiene rubber (XSBR) latex, in primary forms or in plates, sheets or strip", - "parent": "4002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "400219", - "text": "400219 - Rubber; synthetic, styrene-butadiene rubber (SBR) and carboxylated styrene-butadiene rubber (XSBR), (other than latex), in primary forms or in plates, sheets or strip", - "parent": "4002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "400220", - "text": "400220 - Rubber; synthetic, butadiene rubber (BR), in primary forms or in plates, sheets or strip", - "parent": "4002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "400231", - "text": "400231 - Rubber; synthetic, isobutene-isoprene (butyl) rubber (IIR), in primary forms or in plates, sheets or strip", - "parent": "4002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "400239", - "text": "400239 - Rubber; synthetic, halo-isobutene-isoprene rubber (CIIR or BIIR), in primary forms or in plates, sheets or strip", - "parent": "4002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "400241", - "text": "400241 - Rubber; synthetic, chloroprene (chlorobutadiene) rubber (CR), latex, in primary forms or in plates, sheets or strip", - "parent": "4002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "400249", - "text": "400249 - Rubber; synthetic, chloroprene (chlorobutadiene) rubber (CR), (other than latex), in primary forms or in plates, sheets or strip", - "parent": "4002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "400251", - "text": "400251 - Rubber; synthetic, acrylonitrile-butadiene rubber (NBR), latex, in primary forms or in plates, sheets or strip", - "parent": "4002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "400259", - "text": "400259 - Rubber; synthetic, acrylonitrile-butadiene rubber (NBR), (other than latex), in primary forms or in plates, sheets or strip", - "parent": "4002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "400260", - "text": "400260 - Rubber; synthetic, isoprene rubber (IR), in primary forms or in plates, sheets or strip", - "parent": "4002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "400270", - "text": "400270 - Rubber; synthetic, ethylene-propylene-non-conjugated diene rubber (EPDM), in primary forms or in plates, sheets or strip", - "parent": "4002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "400280", - "text": "400280 - Rubber; mixtures of natural and synthetic rubbers of heading no. 4001 and 4002, in primary forms or in plates, sheets or strip", - "parent": "4002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "400291", - "text": "400291 - Rubber; synthetic, n.e.c. in heading 4002, latex, in primary forms or in plates, sheets or strip", - "parent": "4002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "400299", - "text": "400299 - Rubber; synthetic, n.e.c. in heading 4002, (other than latex), in primary forms or in plates, sheets or strip", - "parent": "4002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4003", - "text": "4003 - Reclaimed rubber in primary forms or in plates, sheets or strip", - "parent": "40", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "400300", - "text": "400300 - Rubber; reclaimed rubber, in primary forms or in plates, sheets or strip", - "parent": "4003", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4004", - "text": "4004 - Waste, parings and scrap of rubber (other than hard rubber) and powders and granules obtained therefrom", - "parent": "40", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "400400", - "text": "400400 - Rubber; waste, parings and scrap of rubber (other than hard rubber) and powders and granules obtained therefrom", - "parent": "4004", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4005", - "text": "4005 - Compounded rubber, unvulcanised, in primary forms or in plates, sheets or strip", - "parent": "40", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "400510", - "text": "400510 - Rubber; unvulcanised, compounded with carbon black or silica, in primary forms or in plates, sheets or strip", - "parent": "4005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "400520", - "text": "400520 - Rubber; unvulcanised, compounded, solutions and dispersions other than those of item no. 4005.10", - "parent": "4005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "400591", - "text": "400591 - Rubber; unvulcanised, (compounded other than with carbon black or silica), in plates, sheets and strip", - "parent": "4005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "400599", - "text": "400599 - Rubber; unvulcanised, (compounded other than with carbon black or silica), in primary forms, (other than plates, sheets, strip, solutions or dispersions)", - "parent": "4005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4006", - "text": "4006 - Unvulcanised rubber in other forms (e.g. rods, tubes and profile shapes) and articles (e.g. discs and rings)", - "parent": "40", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "400610", - "text": "400610 - Rubber; unvulcanised, camel-back strips for retreading rubber tyres", - "parent": "4006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "400690", - "text": "400690 - Rubber; unvulcanised, other than camel back strips for retreading rubber tyres", - "parent": "4006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4007", - "text": "4007 - Vulcanised rubber thread and cord", - "parent": "40", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "400700", - "text": "400700 - Rubber; vulcanised, thread and cord", - "parent": "4007", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4008", - "text": "4008 - Plates, sheets, strip, rods and profile shapes, of vulcanised rubber other than hard rubber", - "parent": "40", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "400811", - "text": "400811 - Rubber; vulcanised (other than hard rubber), in plates, sheets and strip of cellular rubber", - "parent": "4008", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "400819", - "text": "400819 - Rubber; vulcanised (other than hard rubber), cellular rubber, (other than in plates, sheets or strip)", - "parent": "4008", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "400821", - "text": "400821 - Rubber; vulcanised (other than hard rubber), in plates, sheets and strip, of non-cellular rubber", - "parent": "4008", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "400829", - "text": "400829 - Rubber; vulcanised (other than hard rubber), non-cellular rubber, in forms other than plates, sheets or strip", - "parent": "4008", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4009", - "text": "4009 - Tubes, pipes and hoses, of vulcanised rubber (other than hard rubber), with or without their fittings (e.g. joints, elbows, flanges)", - "parent": "40", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "400910", - "text": "400910 - Rubber tube, pipe or hose not reinforced, no fittings", - "parent": "4009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "400911", - "text": "400911 - Rubber; vulcanised (other than hard rubber), tubing, piping and hoses, not reinforced or otherwise combined with other materials, without fittings", - "parent": "4009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "400912", - "text": "400912 - Rubber; vulcanised (other than hard rubber), tubing, piping and hoses, not reinforced or otherwise combined with other materials, with fittings", - "parent": "4009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "400920", - "text": "400920 - Rubber tube, pipe, hose, metal reinforced, no fitting", - "parent": "4009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "400921", - "text": "400921 - Rubber; vulcanised (other than hard rubber), tubing, piping and hoses, reinforced or otherwise combined only with metal, without fittings", - "parent": "4009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "400922", - "text": "400922 - Rubber; vulcanised (other than hard rubber), tubing, piping and hoses, reinforced or otherwise combined only with metal, with fittings", - "parent": "4009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "400930", - "text": "400930 - Rubber tube, pipe, hose textile-reinforced no fitting", - "parent": "4009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "400931", - "text": "400931 - Rubber; vulcanised (other than hard rubber), tubing, piping and hoses, reinforced or otherwise combined only with textile materials, without fittings", - "parent": "4009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "400932", - "text": "400932 - Rubber; vulcanised (other than hard rubber), tubing, piping and hoses, reinforced or otherwise combined only with textile materials, with fittings", - "parent": "4009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "400940", - "text": "400940 - Rubber tube, pipe or hose, reinforced nes, no fitting", - "parent": "4009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "400941", - "text": "400941 - Rubber; vulcanised (other than hard rubber), tubing, piping and hoses, reinforced or otherwise combined with materials other than metal or textiles, without fittings", - "parent": "4009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "400942", - "text": "400942 - Rubber; vulcanised (other than hard rubber), tubing, piping and hoses, reinforced or otherwise combined with materials other than metal or textiles, with fittings", - "parent": "4009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "400950", - "text": "400950 - Rubber tube, pipe or hose with fittings", - "parent": "4009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4010", - "text": "4010 - Conveyor or transmission belts or belting, of vulcanised rubber", - "parent": "40", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "401010", - "text": "401010 - Transmission belts etc, rubber, trapezoidal", - "parent": "4010", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401011", - "text": "401011 - Rubber; vulcanised, conveyor belts or belting, reinforced only with metal", - "parent": "4010", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401012", - "text": "401012 - Rubber; vulcanised, conveyor belts or belting, reinforced only with textile materials", - "parent": "4010", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401013", - "text": "401013 - Conveyor belt plastic re", - "parent": "4010", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401019", - "text": "401019 - Rubber; vulcanised, conveyor belts or belting, (reinforced with other than metal only or textile materials only)", - "parent": "4010", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401021", - "text": "401021 - Endless trnsm belt trape", - "parent": "4010", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401022", - "text": "401022 - Endless trnsm belt trape", - "parent": "4010", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401023", - "text": "401023 - Endless synchroneous bel", - "parent": "4010", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401024", - "text": "401024 - Endless synchroneous bel", - "parent": "4010", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401029", - "text": "401029 - Tranmission belts nes", - "parent": "4010", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401031", - "text": "401031 - Rubber; vulcanised, endless transmission belts of trapezoidal cross-section (V-belts), V-ribbed, of an outside circumference exceeding 60cm but not exceeding 180 cm", - "parent": "4010", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401032", - "text": "401032 - Rubber; vulcanised, endless transmission belts of trapezoidal cross-section (V-belts), other than V-ribbed, of an outside circumference exceeding 60cm but not exceeding 180 cm", - "parent": "4010", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401033", - "text": "401033 - Rubber; vulcanised, endless transmission belts of trapezoidal cross-section (V-belts), V-ribbed, of an outside circumference exceeding 180cm but not exceeding 240 cm", - "parent": "4010", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401034", - "text": "401034 - Rubber; vulcanised, endless transmission belts of trapezoidal cross-section (V-belts), other than V-ribbed, of an outside circumference exceeding 180cm but not exceeding 240 cm", - "parent": "4010", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401035", - "text": "401035 - Rubber; vulcanised, endless synchronous belts, of an outside circumference exceeding 60 cm but not exceeding 150 cm", - "parent": "4010", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401036", - "text": "401036 - Rubber; vulcanised, endless synchronous belts, of an outside circumference exceeding 150 cm but not exceeding 198 cm", - "parent": "4010", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401039", - "text": "401039 - Rubber; vulcanised, conveyor or transmission belts or belting, n.e.c. in heading no. 4010", - "parent": "4010", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401091", - "text": "401091 - Conveyor belts and belting, rubber, <20cm wide", - "parent": "4010", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401099", - "text": "401099 - Conveyor, transmission belts and belting, rubber nes", - "parent": "4010", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4011", - "text": "4011 - New pneumatic tyres, of rubber", - "parent": "40", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "401110", - "text": "401110 - Rubber; new pneumatic tyres, of a kind used on motor cars (including station wagons and racing cars)", - "parent": "4011", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401120", - "text": "401120 - Rubber; new pneumatic tyres, of a kind used on buses or lorries", - "parent": "4011", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401130", - "text": "401130 - Rubber; new pneumatic tyres, of a kind used on aircraft", - "parent": "4011", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401140", - "text": "401140 - Rubber; new pneumatic tyres, of a kind used on motorcycles", - "parent": "4011", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401150", - "text": "401150 - Rubber; new pneumatic tyres, of a kind used on bicycles", - "parent": "4011", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401161", - "text": "401161 - Rubber; new pneumatic tyres having a herring-bone or similar tread, of a kind used on agricultural or forestry vehicles and machines", - "parent": "4011", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401162", - "text": "401162 - Rubber; new pneumatic tyres having a herring-bone or similar tread, of a kind used on construction or industrial handling vehicles and machines and having a rim size not exceeding 61cm", - "parent": "4011", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401163", - "text": "401163 - Rubber; new pneumatic tyres having a herring-bone or similar tread, of a kind used on construction or industrial handling vehicles and machines and having a rim size exceeding 61cm", - "parent": "4011", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401169", - "text": "401169 - Rubber; new pneumatic tyres having a herring-bone or similar tread, of a kind used on light industrial vehicles", - "parent": "4011", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401170", - "text": "401170 - Rubber; new pneumatic tyres, of a kind used on agricultural or forestry vehicles and machines", - "parent": "4011", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401180", - "text": "401180 - Rubber; new pneumatic tyres, of a kind used on construction, mining or industrial handling vehicles and machines", - "parent": "4011", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401190", - "text": "401190 - Rubber; new pneumatic tyres, of a kind used on light commercial vehicles", - "parent": "4011", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401191", - "text": "401191 - Pneumatic tyres new of rubber nes, herring-bone tread", - "parent": "4011", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401192", - "text": "401192 - Rubber; new pneumatic tyres having other than a herring-bone or similar tread, of a kind used on agricultural or forestry vehicles and machines", - "parent": "4011", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401193", - "text": "401193 - Rubber; new pneumatic tyres having other than a herring-bone or similar tread, of a kind used on construction or industrial handling vehicles and machines and having a rim size not exceeding 61cm", - "parent": "4011", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401194", - "text": "401194 - Rubber; new pneumatic tyres having other than a herring-bone or similar tread, of a kind used on construction or industrial handling vehicles and machines and having a rim size exceeding 61cm", - "parent": "4011", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401199", - "text": "401199 - Rubber; new pneumatic tyres having other than a herring-bone or similar tread, of a kind used on light industrial vehicles", - "parent": "4011", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4012", - "text": "4012 - Retreaded or used pneumatic tyres of rubber; solid or cushion tyres, tyre treads and tyre flaps, of rubber", - "parent": "40", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "401210", - "text": "401210 - Retreaded tyres", - "parent": "4012", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401211", - "text": "401211 - Retreaded tyres; of a kind used on motor cars (including station wagons and racing cars)", - "parent": "4012", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401212", - "text": "401212 - Retreaded tyres; of a kind used on motor buses or lorries", - "parent": "4012", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401213", - "text": "401213 - Retreaded tyres; of a kind used on aircraft", - "parent": "4012", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401219", - "text": "401219 - Retreaded tyres; other than of a kind used on motor cars (including station wagons and racing cars), buses and lorries and aircraft", - "parent": "4012", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401220", - "text": "401220 - Rubber; used pneumatic tyres", - "parent": "4012", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401290", - "text": "401290 - Rubber; tyres n.e.c. in heading no. 4012", - "parent": "4012", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4013", - "text": "4013 - Inner tubes, of rubber", - "parent": "40", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "401310", - "text": "401310 - Rubber; inner tubes, of a kind used on motorcars (including station wagons and racing cars), buses and lorries", - "parent": "4013", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401320", - "text": "401320 - Rubber; inner tubes, of a kind used on bicycles", - "parent": "4013", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401390", - "text": "401390 - Rubber; inner tubes, n.e.c. in heading no. 4013", - "parent": "4013", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4014", - "text": "4014 - Hygienic or pharmaceutical articles (including teats), of vulcanised rubber other than hard rubber, with or without fittings of hard rubber", - "parent": "40", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "401410", - "text": "401410 - Rubber; vulcanised (other than hard rubber), sheath contraceptives", - "parent": "4014", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401490", - "text": "401490 - Rubber; vulcanised (other than hard rubber), hygienic or pharmaceutical articles (excluding sheath contraceptives), with or without fittings of hard rubber", - "parent": "4014", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4015", - "text": "4015 - Articles of apparel and clothing accessories (including gloves, mittens and mitts), for all purposes, of vulcanised rubber other than hard rubber", - "parent": "40", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "401511", - "text": "401511 - Rubber; vulcanised (other than hard rubber), surgical gloves", - "parent": "4015", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401512", - "text": "401512 - Rubber; vulcanised (other than hard rubber), gloves, of a kind used for medical, surgical, dental or veterinary purposes", - "parent": "4015", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401519", - "text": "401519 - Rubber; vulcanised (other than hard rubber), gloves, mittens and mitts other than surgical gloves", - "parent": "4015", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401590", - "text": "401590 - Rubber; vulcanised (other than hard rubber), articles of apparel and clothing accessories (other than gloves, mittens and mitts)", - "parent": "4015", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4016", - "text": "4016 - Articles of vulcanised rubber other than hard rubber, n.e.c. in chapter 40", - "parent": "40", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "401610", - "text": "401610 - Rubber; vulcanised (other than hard rubber), moulded rubber mats and mats of non-rectangular shape made by cutting from the piece, of cellular rubber", - "parent": "4016", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401691", - "text": "401691 - Rubber; vulcanised (other than hard rubber), floor coverings and mats, of non-cellular rubber", - "parent": "4016", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401692", - "text": "401692 - Rubber; vulcanised (other than hard rubber), erasers, of non-cellular rubber", - "parent": "4016", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401693", - "text": "401693 - Rubber; vulcanised (other than hard rubber), gaskets, washers and other seals, of non-cellular rubber", - "parent": "4016", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401694", - "text": "401694 - Rubber; vulcanised (other than hard rubber), boat or dock fenders, whether or not inflatable, of non-cellular rubber", - "parent": "4016", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401695", - "text": "401695 - Rubber; vulcanised (other than hard rubber), inflatable articles (other than boat or dock fenders), of non-cellular rubber", - "parent": "4016", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "401699", - "text": "401699 - Rubber; vulcanised (other than hard rubber), articles n.e.c. in heading no. 4016, of non-cellular rubber", - "parent": "4016", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4017", - "text": "4017 - Hard rubber (e.g. ebonite) in all forms, including waste and scrap; articles of hard rubber", - "parent": "40", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "401700", - "text": "401700 - Rubber; ebonite and other hard rubbers in all forms, including waste and scrap, and articles of hard rubber", - "parent": "4017", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "41", - "text": "41 - Raw hides and skins (other than furskins) and leather", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "4101", - "text": "4101 - Raw hides and skins of bovine (including buffalo) or equine animals (fresh, salted, dried, limed, pickled, otherwise preserved but not tanned, parchment dressed or further prepared), whether or not dehaired or split", - "parent": "41", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "410110", - "text": "410110 - Bovine skins, whole, raw", - "parent": "4101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410120", - "text": "410120 - Raw hides and skins; whole, unsplit, of bovine or equine animals, of a weight per skin not exceeding 8kg when simply dried, 10kg when dry-salted or 16kg when fresh, wet-salted or otherwise preserved", - "parent": "4101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410121", - "text": "410121 - Bovine hides, whole, fresh or wet-salted", - "parent": "4101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410122", - "text": "410122 - Butts and bends, bovine, fresh or wet-salted", - "parent": "4101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410129", - "text": "410129 - Hide sections, bovine, nes, fresh or wet-salted", - "parent": "4101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410130", - "text": "410130 - Bovine hides, raw, nes", - "parent": "4101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410140", - "text": "410140 - Equine hides and skins, raw", - "parent": "4101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410150", - "text": "410150 - Hides and skins; raw, whole, of bovine or equine animals, of a weight per skin exceeding 16 kg", - "parent": "4101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410190", - "text": "410190 - Hides and skins; other than whole, but including butts, bends and bellies, of bovine (including. buffalo) and equine animals, fresh, salted or preserved, but not tanned, parchment dressed or further prepared, whether or not dehaired or split", - "parent": "4101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4102", - "text": "4102 - Raw skins of sheep or lambs (fresh, salted, dried, limed, pickled or otherwise preserved, but not further prepared), whether or not with wool on or split", - "parent": "41", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "410210", - "text": "410210 - Skins; raw, of sheep or lambs, fresh, or salted, dried, limed, pickled or otherwise preserved, (but not tanned, parchment-dressed or further prepared), with wool on", - "parent": "4102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410221", - "text": "410221 - Skins; raw, of sheep or lambs, pickled (but not tanned, parchment-dressed or further preserved), without wool on", - "parent": "4102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410229", - "text": "410229 - Hides and skins; raw, of animals n.e.c. in this chapter, fresh, salted, dried, limed, pickled or otherwise preserved, (but not tanned, parchment-dressed or further prepared), whether or not dehaired or split", - "parent": "4102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4103", - "text": "4103 - Raw hides and skins n.e.c in headings no. 4101, 4102; fresh, salted, dried, pickled or otherwise preserved, not further prepared, whether or not dehaired or split", - "parent": "41", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "410310", - "text": "410310 - Goat or kid hides and skins, raw, nes", - "parent": "4103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410320", - "text": "410320 - Hides and skins; raw, of reptiles (fresh or salted, dried, limed, pickled or otherwise preserved, but not tanned, parchment-dressed or further prepared), whether or not dehaired or split", - "parent": "4103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410330", - "text": "410330 - Hides and skins; raw, of swine, (fresh or salted, dried, limed, pickled or otherwise preserved, but not tanned, parchment-dressed or further prepared), whether or not dehaired or split", - "parent": "4103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410390", - "text": "410390 - Hides and skins; raw, of animals n.e.c. in this chapter, fresh, salted, dried, limed, pickled or otherwise preserved, (but not tanned, parchment-dressed or further prepared), whether or not dehaired or split", - "parent": "4103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4104", - "text": "4104 - Tanned or crust hides and skins of bovine (including buffalo) or equine animals, without hair on, whether or not split, but not further prepared", - "parent": "41", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "410410", - "text": "410410 - Bovine skin leather, whole", - "parent": "4104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410411", - "text": "410411 - Tanned or crust hides and skins; without hair on, bovine or equine, in the wet state (including wet-blue), full grains, unsplit; grain splits", - "parent": "4104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410419", - "text": "410419 - Tanned or crust hides and skins; bovine or equine, without hair on, in the wet state (including wet-blue), excluding full grains, unsplit; grain splits", - "parent": "4104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410421", - "text": "410421 - Bovine leather, vegetable pre-tanned except whole ski", - "parent": "4104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410422", - "text": "410422 - Bovine leather, otherwise pre-tanned except whole ski", - "parent": "4104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410429", - "text": "410429 - Bovine and equine leather, tanned or retanned, nes", - "parent": "4104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410431", - "text": "410431 - Bovine and equine leather, full or split grain, nes", - "parent": "4104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410439", - "text": "410439 - Bovine and equine leather, nes", - "parent": "4104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410441", - "text": "410441 - Tanned or crust hides and skins; bovine or equine, without hair on, in the dry state (crust), full grains, unsplit; grain splits", - "parent": "4104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410449", - "text": "410449 - Tanned or crust hides and skins; bovine or equine, without hair on, in the dry state (crust), (other than full grains, unsplit; grain splits)", - "parent": "4104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4105", - "text": "4105 - Tanned or crust skins of sheep and lambs, without wool on, whether or not split, but not further prepared", - "parent": "41", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "410510", - "text": "410510 - Tanned or crust skins of sheep or lambs, without wool on, whether or not split, but not further prepared, in the wet state (including wet-blue)", - "parent": "4105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410511", - "text": "410511 - Sheep or lamb skin leather, vegetable pre-tanned", - "parent": "4105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410512", - "text": "410512 - Sheep or lamb skin leather, otherwise pre-tanned", - "parent": "4105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410519", - "text": "410519 - Sheep or lamb skin leather, tanned or retanned, nes", - "parent": "4105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410520", - "text": "410520 - Sheep or lamb skin leather, nes", - "parent": "4105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410530", - "text": "410530 - Tanned or crust skins; of sheep or lambs, without wool on, whether or not split, but not further prepared, in the dry state (crust)", - "parent": "4105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4106", - "text": "4106 - Tanned or crust hides and skins of other animals, without wool or hair on, whether or not split, but not further prepared", - "parent": "41", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "410611", - "text": "410611 - Goat or kid skin leather, vegetable pre-tanned", - "parent": "4106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410612", - "text": "410612 - Goat or kid skin leather, otherwise pre-tanned", - "parent": "4106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410619", - "text": "410619 - Goat or kid skin leather, tanned or retanned, nes", - "parent": "4106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410620", - "text": "410620 - Goat or kid skin leather, nes", - "parent": "4106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410621", - "text": "410621 - Tanned or crust hides and skins; of goats or kids, without wool or hair on, whether or not split, but not further prepared, in the wet state (including wet-blue)", - "parent": "4106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410622", - "text": "410622 - Tanned or crust hides and skins; of goats or kids, without hair on, whether or not split, but not further prepared, in the dry state (crust)", - "parent": "4106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410631", - "text": "410631 - Tanned or crust hides and skins; of swine, without hair on, whether or not split, but not further prepared, in the wet state (including wet-blue)", - "parent": "4106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410632", - "text": "410632 - Tanned or crust hides and skins; of swine, without hair on, whether or not split, but not further prepared, in the dry state (crust)", - "parent": "4106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410640", - "text": "410640 - Tanned or crust hides and skins; of reptiles, whether or not split, but not further prepared", - "parent": "4106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410691", - "text": "410691 - Tanned or crust hides and skins; of animals other than equine, ovine, bovine, goats or kids, swine and reptiles, without wool or hair on, whether or not split, but not further prepared, in the wet state (including wet-blue)", - "parent": "4106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410692", - "text": "410692 - Tanned or crust hides and skins; of animals other than equine, ovine, bovine, goats or kids, swine and reptiles, without wool or hair on, whether or not split, but not further prepared, in the dry state (crust)", - "parent": "4106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4107", - "text": "4107 - Leather further prepared after tanning or crusting, including parchment-dressed leather, of bovine (including buffalo) or equine animals, without hair on, whether or not split, other than leather of heading 41.14", - "parent": "41", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "410710", - "text": "410710 - Swine leather", - "parent": "4107", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410711", - "text": "410711 - Leather; further prepared after tanning or crusting, including parchment-dressed leather, of bovine (including buffalo) or equine animals, without hair on, other than leather of heading 41.14, whole hides and skins, full grain, unsplit", - "parent": "4107", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410712", - "text": "410712 - Leather; further prepared after tanning or crusting, including parchment-dressed leather, of bovine (including buffalo) or equine animals, without hair on, other than leather of heading 41.14, whole hides and skins, grain splits", - "parent": "4107", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410719", - "text": "410719 - Leather; further prepared after tanning or crusting, including parchment-dressed, of bovine (including buffalo) or equine animals, without hair on, split or not, other than leather of heading 41.14, (other than grain splits and full grains, unsplit)", - "parent": "4107", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410721", - "text": "410721 - Reptile leather, vegetable pre-tanned", - "parent": "4107", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410729", - "text": "410729 - Reptile leather, other than vegetable pre-tanned", - "parent": "4107", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410790", - "text": "410790 - Leather, of animals nes", - "parent": "4107", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410791", - "text": "410791 - Leather; further prepared after tanning or crusting, including parchment-dressed, of bovine (including buffalo) or equine animals, without hair on, other than leather of heading 41.14, not whole hides and skins, but including sides, full grain, unsplit", - "parent": "4107", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410792", - "text": "410792 - Leather; further prepared after tanning or crusting, including parchment-dressed, of bovine (including buffalo) or equine animals, without hair on, other than leather of heading 41.14, not whole hides and skins, but including sides, grain splits", - "parent": "4107", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "410799", - "text": "410799 - Leather; further prepared after tanning or crusting, incl. parchment-dressed, of bovine (including buffalo) or equine animals, no hair, excluding leather of heading 41.14, and whole hides and skins, and sides, (full grains, unsplit and grain splits)", - "parent": "4107", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4108", - "text": "4108 - Chamois (including combination chamois) leather", - "parent": "41", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "410800", - "text": "410800 - Chamois (including combination chamois) leather", - "parent": "4108", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4109", - "text": "4109 - Patent leather, metallised leather", - "parent": "41", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "410900", - "text": "410900 - Patent leather, metallised leather", - "parent": "4109", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4110", - "text": "4110 - Parings and other waste of leather", - "parent": "41", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "411000", - "text": "411000 - Parings and other waste of leather", - "parent": "4110", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4111", - "text": "4111 - Composition leather, in slabs, sheets or strips", - "parent": "41", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "411100", - "text": "411100 - Composition leather, in slabs, sheets or strip", - "parent": "4111", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4112", - "text": "4112 - Leather further prepared after tanning or crusting, including parchment dressed leather, of sheep or lamb, without wool on, whether or not split, other than leather of heading 41.14", - "parent": "41", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "411200", - "text": "411200 - Leather; further prepared after tanning or crusting, including parchment dressed leather, of sheep or lamb, without wool on, whether or not split, other than leather of heading 41.14", - "parent": "4112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4113", - "text": "4113 - Leather further prepared after tanning or crusting, including parchment-dressed leather, of animals (other than ovine), without wool or hair on, whether or not split, other than leather of heading 41.14", - "parent": "41", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "411310", - "text": "411310 - Leather; further prepared after tanning or crusting, including parchment-dressed leather, without hair on, whether or not split, other than leather of heading 41.14, of goats and kids", - "parent": "4113", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "411320", - "text": "411320 - Leather; further prepared after tanning or crusting, including parchment-dressed leather, without hair on, whether or not split, other than leather of heading 41.14, of swine", - "parent": "4113", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "411330", - "text": "411330 - Leather; further prepared after tanning or crusting, including parchment-dressed leather, of reptiles, whether or not split, other than leather of heading 41.14", - "parent": "4113", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "411390", - "text": "411390 - Leather; further prepared after tanning or crusting, including parchment-dressed leather, of animals (other than sheep and lambs, goats and kids, swine and reptiles), without wool or hair on, whether or not split, other than leather of heading 41.14", - "parent": "4113", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4114", - "text": "4114 - Chamois (including combination chamois) leather; patent leather and patent laminated leather; metallised leather", - "parent": "41", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "411410", - "text": "411410 - Leather; chamois (including combination chamois)", - "parent": "4114", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "411420", - "text": "411420 - Leather; patent leather and laminated patent leather; metallised leather", - "parent": "4114", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4115", - "text": "4115 - Composition leather with a basis of leather or leather fibre, in slabs, sheets or strip, in rolls or not; parings and other waste of leather or of composition leather, not suitable for the manufacture of leather articles; leather dust, powder and flour", - "parent": "41", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "411510", - "text": "411510 - Leather; composition leather with a basis of leather or leather fibre, in slabs, sheets or strip, whether or not in rolls", - "parent": "4115", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "411520", - "text": "411520 - Leather; parings and other waste, of leather or composition leather; not suitable for the manufacture of leather articles; leather dust, powder and flour", - "parent": "4115", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "42", - "text": "42 - Articles of leather; saddlery and harness; travel goods, handbags and similar containers; articles of animal gut (other than silk-worm gut)", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "4201", - "text": "4201 - Saddlery and harness for any animal (including traces, leads, knee pads, muzzles, saddle cloths, saddle bags, dog coats and the like) of any material", - "parent": "42", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "420100", - "text": "420100 - Saddlery and harness; for any animal (including traces, leads, knee pads, muzzles, saddle cloths, saddle bags, dog coats and the like), of any materials", - "parent": "4201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4202", - "text": "4202 - Trunks; suit, camera, jewellery, cutlery cases; travel, tool, similar bags; wholly or mainly covered by leather, composition leather, plastic sheeting, textile materials, vulcanised fibre, paperboard", - "parent": "42", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "420211", - "text": "420211 - Cases and containers; trunks, suit-cases, vanity-cases, executive-cases, brief-cases, school satchels and similar containers, with outer surface of leather or of composition leather", - "parent": "4202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "420212", - "text": "420212 - Cases and containers; trunks, suit-cases, vanity-cases, executive-cases, brief-cases, school satchels and similar containers, with outer surface of plastics or of textile materials", - "parent": "4202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "420219", - "text": "420219 - Cases and containers; trunks, suit-cases, vanity-cases, executive-cases, brief-cases, school satchels and similar containers, of vulcanised fibre or of paperboard, or wholly or mainly covered with such materials or with paper", - "parent": "4202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "420221", - "text": "420221 - Cases and containers; handbags (whether or not with shoulder strap and including those without handle), with outer surface of leather or of composition leather", - "parent": "4202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "420222", - "text": "420222 - Cases and containers; handbags (whether or not with shoulder strap and including those without handle), with outer surface of sheeting of plastics or of textile materials", - "parent": "4202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "420229", - "text": "420229 - Cases and containers; handbags (whether or not with shoulder strap and including those without handle), of vulcanised fibre or of paperboard, or wholly or mainly covered with such materials or with paper", - "parent": "4202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "420231", - "text": "420231 - Cases and containers; of a kind normally carried in the pocket or in the handbag, with outer surface of leather or of composition leather", - "parent": "4202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "420232", - "text": "420232 - Cases and containers; of a kind normally carried in the pocket or in the handbag, with outer surface of sheeting of plastics or of textile materials", - "parent": "4202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "420239", - "text": "420239 - Cases and containers; of a kind normally carried in the pocket or in the handbag, of vulcanised fibre or of paperboard, or wholly or mainly covered with such materials or with paper", - "parent": "4202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "420291", - "text": "420291 - Cases and containers; n.e.c. in heading 4202, with outer surface of leather or of composition leather", - "parent": "4202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "420292", - "text": "420292 - Cases and containers; n.e.c. in heading 4202, with outer surface of sheeting of plastics or of textile materials", - "parent": "4202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "420299", - "text": "420299 - Cases and containers; n.e.c. in heading 4202, of vulcanised fibre or of paperboard, or wholly or mainly covered with such materials or with paper", - "parent": "4202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4203", - "text": "4203 - Articles of apparel and clothing accessories, of leather or of composition leather", - "parent": "42", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "420310", - "text": "420310 - Apparel; articles of apparel, of leather or of composition leather", - "parent": "4203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "420321", - "text": "420321 - Clothing accessories; gloves, mittens and mitts, specially designed for use in sports, of leather or composition leather, padded", - "parent": "4203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "420329", - "text": "420329 - Clothing accessories; gloves, mittens and mitts, n.e.c. in heading no. 4203, of leather or composition leather, not specially designed for use in sports", - "parent": "4203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "420330", - "text": "420330 - Clothing accessories; belts and bandoliers, of leather or of composition leather", - "parent": "4203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "420340", - "text": "420340 - Clothing accessories; of leather or of composition leather, n.e.c. in heading no. 4203", - "parent": "4203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4204", - "text": "4204 - Leather, composition leather articles, technical use", - "parent": "42", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "420400", - "text": "420400 - Articles of leather & composition for technical uses", - "parent": "4204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4205", - "text": "4205 - Leather or composition leather articles n.e.c. in chapter 42", - "parent": "42", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "420500", - "text": "420500 - Leather articles; n.e.c. in chapter 42, of leather or composition leather", - "parent": "4205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4206", - "text": "4206 - Articles of gut (other than silk-worm gut), of goldbeater's skin, of bladders or of tendons", - "parent": "42", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "420600", - "text": "420600 - Articles of gut (other than silk-worm gut), of goldbeater's skin, of bladders or of tendons", - "parent": "4206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "420610", - "text": "420610 - Articles of catgut", - "parent": "4206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "420690", - "text": "420690 - Articles of gut, goldbeater skin, bladder, tendons ne", - "parent": "4206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "43", - "text": "43 - Furskins and artificial fur; manufactures thereof", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "4301", - "text": "4301 - Raw furskins (including heads, tails, paws, other pieces or cuttings, suitable for furriers' use), excluding raw hides and skins of heading no. 4101, 4102 or 4103", - "parent": "43", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "430110", - "text": "430110 - Furskins; raw, of mink, whole, with or without head, tail or paws", - "parent": "4301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "430120", - "text": "430120 - Raw rabbit or hare furskins, whole", - "parent": "4301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "430130", - "text": "430130 - Furskins; raw, of Astrakhan, Broadtail, Caracul, Persian and similar lamb, Indian, Chinese, Mongolian or Tibetan lamb, whole, with or without head, tail or paws", - "parent": "4301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "430140", - "text": "430140 - Raw beaver furskins, whole", - "parent": "4301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "430150", - "text": "430150 - Raw musk-rat furskins, whole", - "parent": "4301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "430160", - "text": "430160 - Furskins; raw, of fox, whole, with or without head, tail or paws", - "parent": "4301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "430170", - "text": "430170 - Raw seal furskins, whole", - "parent": "4301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "430180", - "text": "430180 - Furskins; raw, of animals n.e.c. in heading no. 4301, whole, with or without head, tail or paws (excluding goods of heading no. 4101, 4102 and 4103)", - "parent": "4301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "430190", - "text": "430190 - Furskins; raw, heads, tails, paws and other pieces or cuttings, suitable for furrier's use, excluding goods of heading no. 4101, 4102 and 4103", - "parent": "4301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4302", - "text": "4302 - Tanned or dressed furskins (including heads, tails, paws, other pieces, cuttings), unassembled, or assembled (without addition of other materials), excluding those of heading no. 4303", - "parent": "43", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "430211", - "text": "430211 - Furskins; tanned or dressed, of mink, whole, with or without head, tail or paws, not assembled", - "parent": "4302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "430212", - "text": "430212 - Tanned, dressed rabbit, hare skins, whole, unassemble", - "parent": "4302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "430213", - "text": "430213 - Tanned,dressed Persian/etc lambskin, whole,unassemble", - "parent": "4302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "430219", - "text": "430219 - Furskins; tanned or dressed, whole, with or without head, tail or paws, not assembled, n.e.c. in heading no. 4302, excluding goods or heading no. 4303", - "parent": "4302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "430220", - "text": "430220 - Furskins; tanned or dressed, heads, tails, paws and other pieces or cuttings, not assembled, excluding goods of heading no. 4303", - "parent": "4302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "430230", - "text": "430230 - Furskins; tanned or dressed, whole skins and pieces or cuttings thereof, assembled, excluding goods of heading no. 4303", - "parent": "4302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4303", - "text": "4303 - Articles of apparel, clothing accessories and other articles of furskin", - "parent": "43", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "430310", - "text": "430310 - Furskin articles; apparel and clothing accessories", - "parent": "4303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "430390", - "text": "430390 - Furskin articles; other than apparel and clothing accessories", - "parent": "4303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4304", - "text": "4304 - Artificial fur and articles thereof", - "parent": "43", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "430400", - "text": "430400 - Fur, artificial; articles thereof", - "parent": "4304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "44", - "text": "44 - Wood and articles of wood; wood charcoal", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "4401", - "text": "4401 - Fuel wood, in logs, billets, twigs, faggots or similar forms; wood in chip or particles; sawdust and wood waste and scrap, whether or not agglomerated in logs, briquettes, pellets or similar forms", - "parent": "44", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "440110", - "text": "440110 - Wood; for fuel, in logs, billets, twigs, faggots or similar forms, whether or not agglomerated", - "parent": "4401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440111", - "text": "440111 - Wood; for fuel, in logs, in billets, in twigs, in faggots or similar forms, whether or not agglomerated, coniferous", - "parent": "4401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440112", - "text": "440112 - Wood; for fuel, in logs, in billets, in twigs, in faggots or similar forms, whether or not agglomerated, non-coniferous", - "parent": "4401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440121", - "text": "440121 - Wood; for fuel, in chips or particles, coniferous, whether or not agglomerated", - "parent": "4401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440122", - "text": "440122 - Wood; for fuel, in chips or particles, non-coniferous, whether or not agglomerated", - "parent": "4401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440130", - "text": "440130 - Sawdust & wood waste & scrap, whether/not agglomerated in logs/briquettes/pellets/similar forms", - "parent": "4401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440131", - "text": "440131 - Wood; for fuel, sawdust and wood waste and scrap, agglomerated in wood pellets", - "parent": "4401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440132", - "text": "440132 - Wood; for fuel, sawdust and wood waste and scrap, agglomerated in wood briquettes", - "parent": "4401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440139", - "text": "440139 - Wood; for fuel, sawdust and wood waste and scrap, agglomerated in logs or similar forms, other than wood pellets or wood briquettes", - "parent": "4401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440140", - "text": "440140 - Wood; for fuel, sawdust and wood waste and scrap, not agglomerated", - "parent": "4401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440141", - "text": "440141 - Wood; for fuel, sawdust and wood waste and scrap, not agglomerated; sawdust", - "parent": "4401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440149", - "text": "440149 - Wood; for fuel, sawdust and wood waste and scrap, not agglomerated and not including sawdust", - "parent": "4401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4402", - "text": "4402 - Wood charcoal (including shell or nut charcoal), whether or not agglomerated", - "parent": "44", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "440200", - "text": "440200 - Wood charcoal (including shell or nut charcoal)", - "parent": "4402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440210", - "text": "440210 - Wood; charcoal of bamboo, whether or not agglomerated", - "parent": "4402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440220", - "text": "440220 - Wood; charcoal of nut or shell, whether or not agglomerated", - "parent": "4402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440290", - "text": "440290 - Wood; charcoal of wood other than bamboo, nut or shell, whether or not agglomerated", - "parent": "4402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4403", - "text": "4403 - Wood in the rough, whether or not stripped of bark or sapwood, or roughly squared", - "parent": "44", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "440310", - "text": "440310 - Wood; in the rough, whether or not stripped of bark or sapwood, or roughly squared; treated with paint, stains, creosote or other preservatives", - "parent": "4403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440311", - "text": "440311 - Wood; coniferous species, in the rough, whether or not stripped of bark or sapwood, or roughly squared; treated with paint, stains, creosote or other preservatives", - "parent": "4403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440312", - "text": "440312 - Wood; non-coniferous species, in the rough, whether or not stripped of bark or sapwood, or roughly squared; treated with paint, stains, creosote or other preservatives", - "parent": "4403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440320", - "text": "440320 - Wood; coniferous, in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated", - "parent": "4403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440321", - "text": "440321 - Wood; coniferous species, of pine (Pinus spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which the smallest cross-sectional dimension is 15 cm or more", - "parent": "4403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440322", - "text": "440322 - Wood; coniferous species, of pine (Pinus spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which any cross-sectional dimension is less than 15 cm", - "parent": "4403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440323", - "text": "440323 - Wood; coniferous species, of fir (Abies spp.) and spruce (Picea spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which the smallest cross-sectional dimension is 15 cm or more", - "parent": "4403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440324", - "text": "440324 - Wood; coniferous species, of fir (Abies spp.) and spruce (Picea spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which any cross-sectional dimension is less than 15 cm", - "parent": "4403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440325", - "text": "440325 - Wood; coniferous species n.e.c. in headings 4403.21 or 4403.23, in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which the smallest cross-sectional dimension is 15 cm or more", - "parent": "4403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440326", - "text": "440326 - Wood; coniferous species n.e.c in headings 4403.22 or 4403.24, in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which any cross-sectional dimension is less than 15 cm", - "parent": "4403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440331", - "text": "440331 - Logs, Meranti (light or dark red), Bakau", - "parent": "4403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440332", - "text": "440332 - Logs, white Lauan/Meranti/Seraya/yellow Meranti/Alan", - "parent": "4403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440333", - "text": "440333 - Logs, Keruing/Ramin/Kapur/Teak/Jongkong/Merbau/etc", - "parent": "4403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440334", - "text": "440334 - Logs, Okoume/Obeche/Sapelli/Sipo/Acajou d'Afrique/etc", - "parent": "4403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440335", - "text": "440335 - Logs, Tiama, Mansonia, Ilomba, Dibetou, Limba, Azobe", - "parent": "4403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440341", - "text": "440341 - Wood, tropical; as specified in Subheading Note 2 to this Chapter, dark red meranti, light red meranti and meranti bakau, in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated", - "parent": "4403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440342", - "text": "440342 - Wood, tropical; teak, in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated", - "parent": "4403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440349", - "text": "440349 - Wood, tropical; other than dark red meranti, light red meranti meranti bakau and teak, in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated", - "parent": "4403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440391", - "text": "440391 - Wood; oak, in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated", - "parent": "4403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440392", - "text": "440392 - Wood; beech, in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated", - "parent": "4403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440393", - "text": "440393 - Wood; of beech (Fagus spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which the smallest cross-sectional dimension is 15 cm or more", - "parent": "4403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440394", - "text": "440394 - Wood; of beech (Fagus spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which any cross-sectional dimension is less than 15 cm", - "parent": "4403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440395", - "text": "440395 - Wood; of birch (Betula spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which the smallest cross-sectional dimension is 15 cm or more", - "parent": "4403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440396", - "text": "440396 - Wood; of birch (Betula spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, of which any cross-sectional dimension is less than 15 cm", - "parent": "4403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440397", - "text": "440397 - Wood; of poplar and aspen (Populus spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated", - "parent": "4403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440398", - "text": "440398 - Wood; of eucalyptus (Eucalyptus spp.), in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated", - "parent": "4403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440399", - "text": "440399 - Wood; in the rough, whether or not stripped of bark or sapwood, or roughly squared, untreated, n.e.c. in heading no. 4403", - "parent": "4403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4404", - "text": "4404 - Hoopwood; split poles; piles, pickets, stakes of wood, pointed, not sawn lengthwise; wooden sticks, roughly trimmed, not turned, bent, etc., suitable for walking sticks, umbrellas, tool handles, etc.", - "parent": "44", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "440410", - "text": "440410 - Wood; coniferous, split poles, piles, pickets, stakes, pointed but not sawn lengthwise; sticks for umbrellas, tool handles etc, roughly trimmed but not turned or bent; chipwood etc, hoopwood", - "parent": "4404", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440420", - "text": "440420 - Wood; non-coniferous, split poles, piles, pickets, stakes, pointed but not sawn lengthwise; sticks for umbrellas, tool handles etc, roughly trimmed but not turned or bent; chipwood etc, hoopwood", - "parent": "4404", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4405", - "text": "4405 - Wood wool; wood flour", - "parent": "44", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "440500", - "text": "440500 - Wood; wood wool and wood flour", - "parent": "4405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4406", - "text": "4406 - Railway or tramway sleepers (cross-ties) of wood", - "parent": "44", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "440610", - "text": "440610 - Wood; railway or tramway sleepers (cross-ties), not impregnated", - "parent": "4406", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440611", - "text": "440611 - Wood; railway or tramway sleepers (cross-ties), not impregnated, coniferous", - "parent": "4406", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440612", - "text": "440612 - Wood; railway or tramway sleepers (cross-ties), not impregnated, non-coniferous", - "parent": "4406", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440690", - "text": "440690 - Wood; railway or tramway sleepers (cross-ties), impregnated", - "parent": "4406", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440691", - "text": "440691 - Wood; railway or tramway sleepers (cross-ties), impregnated, coniferous", - "parent": "4406", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440692", - "text": "440692 - Wood; railway or tramway sleepers (cross-ties), impregnated, non-coniferous", - "parent": "4406", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4407", - "text": "4407 - Wood sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, of a thickness exceeding 6mm", - "parent": "44", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "440710", - "text": "440710 - Wood, coniferous; sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or end-jointed, of a thickness exceeding 6mm", - "parent": "4407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440711", - "text": "440711 - Wood; coniferous species, of pine (Pinus spp.), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, of a thickness exceeding 6mm", - "parent": "4407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440712", - "text": "440712 - Wood; coniferous species, of fir (Abies spp.) and spruce (Picea spp.), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, of a thickness exceeding 6mm", - "parent": "4407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440713", - "text": "440713 - Wood; coniferous species, of S-P-F (spruce (Picea spp.), pine (Pinus spp.) and fir (Abies spp.)), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, of a thickness exceeding 6mm", - "parent": "4407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440714", - "text": "440714 - Wood; coniferous species, of Hem-fir (western hemlock (Tsuga heterophylla) and fir (Abies spp.))", - "parent": "4407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440719", - "text": "440719 - Wood; coniferous species, other than of pine (Pinus spp.) or fir (Abies spp.) or spruce (Picea spp.), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, of a thickness exceeding 6mm", - "parent": "4407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440721", - "text": "440721 - Wood, tropical; as specified in Subheading Note 2 to this Chapter, mahogany (Swietenia spp.), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm", - "parent": "4407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440722", - "text": "440722 - Wood, tropical; virola, imbuia and balsa, sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm", - "parent": "4407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440723", - "text": "440723 - Wood, tropical; teak, sawn or chipped lengthwise, sliced or peeled, planed, square dressed, structural, thicker than 6mm", - "parent": "4407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440724", - "text": "440724 - Lumber, Virola, Mahogany", - "parent": "4407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440725", - "text": "440725 - Wood, tropical; dark red meranti, light red meranti and meranti bakau, sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm", - "parent": "4407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440726", - "text": "440726 - Wood, tropical; white lauan, white meranti, white seraya, yellow meranti and alan, sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm", - "parent": "4407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440727", - "text": "440727 - Wood, tropical; sapelli, sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm", - "parent": "4407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440728", - "text": "440728 - Wood, tropical; iroko, sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm", - "parent": "4407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440729", - "text": "440729 - Wood, tropical, n.e.c. in item no. 4407.2, sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, of a thickness exceeding 6mm", - "parent": "4407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440791", - "text": "440791 - Wood; oak (Quercus spp.), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm", - "parent": "4407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440792", - "text": "440792 - Wood; beech (Fagus spp.), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm", - "parent": "4407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440793", - "text": "440793 - Wood; maple (Acer spp.), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm", - "parent": "4407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440794", - "text": "440794 - Wood; cherry (Prunus spp.), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm", - "parent": "4407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440795", - "text": "440795 - Wood; ash (Fraxinus spp.), sawn or chipped lengthwise, sliced or peeled, whether or not planed, sanded or finger-jointed, thicker than 6mm", - "parent": "4407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440796", - "text": "440796 - Wood; of birch (Betula spp.), sawn or chipped lengthwise, sliced or peeled, of a thickness exceeding 6mm, whether or not planed, sanded or finger-jointed", - "parent": "4407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440797", - "text": "440797 - Wood; of poplar and aspen (Populus spp.), sawn or chipped lengthwise, sliced or peeled, of a thickness exceeding 6mm, whether or not planed, sanded or finger-jointed", - "parent": "4407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440799", - "text": "440799 - Wood; sawn or chipped lengthwise, sliced or peeled, of a thickness exceeding 6mm, whether or not planed, sanded or finger-jointed, n.e.c. in heading no. 4407", - "parent": "4407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4408", - "text": "4408 - Sheets for veneering (including those obtained by slicing laminated wood), for plywood or for similar laminated wood and other wood, sawn lengthwise, sliced or peeled, planed or not, sanded, spliced or end-jointed, of a thickness not exceeding 6 mm", - "parent": "44", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "440810", - "text": "440810 - Wood; coniferous, sheets for veneering (including those obtained by slicing laminated wood), for plywood or similar laminated wood and other wood, sawn lengthwise, sliced or peeled, planed or not, sanded, spliced or end-jointed, not over 6 mm thick", - "parent": "4408", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440820", - "text": "440820 - Veneer or ply sheet, tropical woods, <6 mm thick", - "parent": "4408", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440831", - "text": "440831 - Wood, tropical; as specified in Subheading Note 2 to this Chapter, dark red meranti, light red meranti, meranti bakau, sheets for veneer, plywood or other wood, sawn lengthwise, sliced or peeled, planed or not, sanded or end-jointed, not thicker than 6mm", - "parent": "4408", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440839", - "text": "440839 - Wood, of tropical wood; as in Subheading note 2 to this Chapter, n.e.c. in heading no. 4408.31, sheets for veneer or plywood, other wood sawn length wise, sliced or peeled, whether or not planed, sanded or end-jointed, not thicker than 6mm", - "parent": "4408", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440890", - "text": "440890 - Wood; n.e.c. in heading no. 4408, sheets for veneer or plywood, other wood sawn lengthwise, sliced or peeled, whether or not planed, sanded or end-jointed, not exceeding 6mm in thickness", - "parent": "4408", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4409", - "text": "4409 - Wood (including strips, friezes for parquet flooring, not assembled), continuously shaped (tongued, grooved, v-jointed, beaded or the like) along any edges, ends or faces, whether or not planed, sanded or end-jointed", - "parent": "44", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "440910", - "text": "440910 - Wood; coniferous (including unassembled strips and friezes for parquet flooring), continuously shaped along any edges, ends or faces, whether or not planed, sanded or end-jointed", - "parent": "4409", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440920", - "text": "440920 - Non-conifer wood continuously shaped along any edges", - "parent": "4409", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440921", - "text": "440921 - Wood; bamboo (including unassembled strips and friezes for parquet flooring), continuously shaped along any edges, ends or faces, whether or not planed, sanded or end-jointed", - "parent": "4409", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440922", - "text": "440922 - Wood; tropical (including unassembled strips and friezes for parquet flooring), continuously shaped along any edges, ends or faces, whether or not planed, sanded or end-jointed", - "parent": "4409", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "440929", - "text": "440929 - Wood; non-coniferous, other than bamboo or tropical wood, (including unassembled strips and friezes for parquet flooring), continuously shaped along any edges, ends or faces, whether or not planed, sanded or end-jointed", - "parent": "4409", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4410", - "text": "4410 - Particle board, oriented strand board (OSB) and similar board (e.g. waferboard) of wood or other ligneous materials, whether or not agglomerated with resins or other organic binding substances", - "parent": "44", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "441010", - "text": "441010 - Particle board of wood", - "parent": "4410", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441011", - "text": "441011 - Particle board of wood, whether or not agglomerated with resins or other organic binding substances", - "parent": "4410", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441012", - "text": "441012 - Oriented strand board (OSB) of wood, whether or not agglomerated with resins or other organic binding substances", - "parent": "4410", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441019", - "text": "441019 - Wafer board and similar board of wood n.e.c. in item no. 4410.1, whether or not agglomerated with resins or other organic binding substances", - "parent": "4410", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441021", - "text": "441021 - Oriented strand board & waferboard, of wood, unwkd./not further worked than ...", - "parent": "4410", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441029", - "text": "441029 - Oriented strand board & waferboard, of wood (excl. of 4410.21)", - "parent": "4410", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441031", - "text": "441031 - Particle board other than oriented strand board & waferboard, of wood, unwk ...", - "parent": "4410", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441032", - "text": "441032 - Particle board other than oriented strand board & waferboard, of wood, surf ...", - "parent": "4410", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441033", - "text": "441033 - Particle board other than oriented strand board & waferboard, of wood, surf ...", - "parent": "4410", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441039", - "text": "441039 - Particle board, of wood, n.e.s. in 44.10", - "parent": "4410", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441090", - "text": "441090 - Particle board, oriented strand board (OSB) and similar board of ligneous materials other than wood, whether or not agglomerated with resins or other organic binding substances", - "parent": "4410", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4411", - "text": "4411 - Fibreboard of wood or other ligneous materials, whether or not bonded with resins or other organic substances", - "parent": "44", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "441111", - "text": "441111 - Fibreboard >0.8 g/cm2 not worked or surface covered", - "parent": "4411", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441112", - "text": "441112 - Medium density fibreboard (MDF), of a thickness not exceeding 5 mm", - "parent": "4411", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441113", - "text": "441113 - Medium density fibreboard (MDF), of a thickness exceeding 5 mm but not exceeding 9 mm", - "parent": "4411", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441114", - "text": "441114 - Medium density fibreboard (MDF), of a thickness exceeding 9 mm", - "parent": "4411", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441119", - "text": "441119 - Fibreboard >0.8 g/cm2 worked/surface covered", - "parent": "4411", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441121", - "text": "441121 - Fibreboard 0.5 - 0.8 g/cm2 not worked/surface covered", - "parent": "4411", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441129", - "text": "441129 - Fibreboard 0.5 - 0.8 g/cm2 worked/surface covered", - "parent": "4411", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441131", - "text": "441131 - Fibreboard 0.35- 0.5 g/cm2 not worked/surface covered", - "parent": "4411", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441139", - "text": "441139 - Fibreboard 0.35- 0.5 g/cm2 worked/surface covered", - "parent": "4411", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441191", - "text": "441191 - Fibreboard nes not worked or surface covered nes", - "parent": "4411", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441192", - "text": "441192 - Fibreboard (other than MDF) of a density exceeding 0.8g/cm3, of wood or other ligneous materials, bonded or not with resins or other organic substances", - "parent": "4411", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441193", - "text": "441193 - Fibreboard (other than MDF) of a density exceeding 0.5g/cm3 but not 0.8g/cm3, of wood or other ligneous materials, bonded or not with resins or other organic substances", - "parent": "4411", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441194", - "text": "441194 - Fibreboard (other than MDF) of a density not exceeding 0.5g/cm3, of wood or other ligneous materials, bonded or not with resins or other organic substances", - "parent": "4411", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441199", - "text": "441199 - Fibreboard nes, worked or surface covered", - "parent": "4411", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4412", - "text": "4412 - Plywood, veneered panels and similar laminated wood", - "parent": "44", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "441210", - "text": "441210 - Plywood, veneered panels and similar laminated wood; of bamboo", - "parent": "4412", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441211", - "text": "441211 - Plywood 1 or 2 outer ply tropical hardwood (ply <6 mm", - "parent": "4412", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441212", - "text": "441212 - Plywood, 1 or 2 outer ply non-conifer nes (ply <6 mm)", - "parent": "4412", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441213", - "text": "441213 - Plywood, outer ply of tr", - "parent": "4412", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441214", - "text": "441214 - Plywood, outer ply of no", - "parent": "4412", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441219", - "text": "441219 - Plywood, all softwood, each ply < 6mm thick", - "parent": "4412", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441221", - "text": "441221 - Panels, 1 outer ply non-conifer & 1 ply particle boar", - "parent": "4412", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441222", - "text": "441222 - Panels, outer ply of tro", - "parent": "4412", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441223", - "text": "441223 - Panels, 1 layer of parti", - "parent": "4412", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441229", - "text": "441229 - Panels, 1 outer ply non-coniferous wood nes", - "parent": "4412", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441231", - "text": "441231 - Plywood; consisting only of sheets of wood (not bamboo), each ply 6mm or thinner, with at least one outer ply of tropical wood", - "parent": "4412", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441232", - "text": "441232 - Plywood; as specified in Subheading Note 2 to this Chapter, consisting only of sheets of wood (not bamboo), each ply 6mm or thinner, with at least one outer ply of non-coniferous wood, without an outer ply of tropical wood", - "parent": "4412", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441233", - "text": "441233 - Plywood; with sheets of wood only; not bamboo; each ply 6mm or less, with at least one outer ply of alder, ash, beech, birch, cherry, chestnut, elm, eucalyptus, hickory, horse chestnut, lime, maple, oak, plane, poplar, aspen, robinia, tulipwood or walnut", - "parent": "4412", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441234", - "text": "441234 - Plywood; consisting only of sheets of wood (not bamboo), each ply 6mm or thinner, with at least one outer ply of non-coniferous wood not listed in subheading 4412.33", - "parent": "4412", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441239", - "text": "441239 - Plywood; consisting only of sheets of wood (not bamboo), each ply 6mm or thinner, with both outer plies of coniferous wood", - "parent": "4412", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441241", - "text": "441241 - Plywood, veneered panels and similar laminated wood; laminated veneered lumber (LVL); with at least one outer ply of tropical wood", - "parent": "4412", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441242", - "text": "441242 - Laminated veneered lumber (LVL); with at least one outer ply of non-coniferous wood", - "parent": "4412", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441249", - "text": "441249 - Laminated veneered lumber (LVL); with both outer plies of coniferous wood", - "parent": "4412", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441251", - "text": "441251 - Blockboard, laminboard and battenboard; with at least one outer layer of tropical wood", - "parent": "4412", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441252", - "text": "441252 - Blockboard, laminboard and battenboard; with at least one outer ply of non-coniferous wood, (not containing particle board)", - "parent": "4412", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441259", - "text": "441259 - Blockboard, laminboard and battenboard; with both outer plies of coniferous wood", - "parent": "4412", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441291", - "text": "441291 - Plywood; n.e.c. in heading 4412, with at least one outer ply of tropical wood", - "parent": "4412", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441292", - "text": "441292 - Plywood; n.e.c. in heading 4412, with at least one outer ply of non-coniferous wood", - "parent": "4412", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441293", - "text": "441293 - Panels nes, 1 layer part", - "parent": "4412", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441294", - "text": "441294 - Blockboard, laminboard and battenboard (not bamboo, and other than plywood consisting only of sheets of wood each ply 6mm or thinner)", - "parent": "4412", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441299", - "text": "441299 - Plywood; n.e.c. in heading 4412, with both outer plies of coniferous wood", - "parent": "4412", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4413", - "text": "4413 - Densified wood, in blocks, plates, strips or profile shapes", - "parent": "44", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "441300", - "text": "441300 - Wood; densified wood, in blocks, plates, strips or profile shapes", - "parent": "4413", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4414", - "text": "4414 - Wooden frames; for paintings, photographs, mirrors or similar objects", - "parent": "44", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "441400", - "text": "441400 - Wooden frames; for paintings, photographs, mirrors or similar objects", - "parent": "4414", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441410", - "text": "441410 - Wooden frames; for paintings, photographs, mirrors or similar objects; of tropical wood", - "parent": "4414", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441490", - "text": "441490 - Wooden frames; for paintings, photographs, mirrors or similar objects; not of tropical wood", - "parent": "4414", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4415", - "text": "4415 - Packing cases, boxes, crates, drums and similar packings, of wood; cable-drums of wood; pallets, box pallets and other load boards, of wood; pallet collars of wood", - "parent": "44", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "441510", - "text": "441510 - Wood; cases, boxes, crates, drums, similar packings and cable-drums", - "parent": "4415", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441520", - "text": "441520 - Wood; pallets, box pallets and other load boards; pallet collars", - "parent": "4415", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4416", - "text": "4416 - Casks, barrels, vats, tubs and other coopers' products and parts thereof, of wood, including staves", - "parent": "44", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "441600", - "text": "441600 - Wood; casks, barrels, vats, tubs and other coopers' products and parts thereof, of wood, including staves", - "parent": "4416", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4417", - "text": "4417 - Tools, tool bodies, tool handles, broom or brush bodies and handles, of wood; boot or shoe lasts and trees, of wood", - "parent": "44", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "441700", - "text": "441700 - Wood; tools, tool bodies, tool handles, broom or brush bodies and handles, boot and shoe lasts and trees, of wood", - "parent": "4417", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4418", - "text": "4418 - Builders' joinery and carpentry of wood, including cellular wood panels, assembled flooring panels, shingles and shakes", - "parent": "44", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "441810", - "text": "441810 - Wood; windows, French-windows and their frames", - "parent": "4418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441811", - "text": "441811 - Wood; windows, French-windows and their frames; of tropical wood", - "parent": "4418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441819", - "text": "441819 - Wood; windows, French-windows and their frames; (of other than tropical wood)", - "parent": "4418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441820", - "text": "441820 - Wood; doors and their frames and thresholds", - "parent": "4418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441821", - "text": "441821 - Wood; doors and their frames and thresholds, of tropical wood;", - "parent": "4418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441829", - "text": "441829 - Wood; doors and their frames and thresholds, (of other than tropical wood)", - "parent": "4418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441830", - "text": "441830 - wood; posts and beams other than products of subheadings 4418.81 to 4418.89", - "parent": "4418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441840", - "text": "441840 - Wood; shuttering for concrete constructional work", - "parent": "4418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441850", - "text": "441850 - Wood; shingles and shakes", - "parent": "4418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441860", - "text": "441860 - Wood; posts and beams", - "parent": "4418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441871", - "text": "441871 - Wood; assembled flooring panels, for mosaic floors", - "parent": "4418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441872", - "text": "441872 - Wood; assembled flooring panels, multilayer, other than mosaic", - "parent": "4418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441873", - "text": "441873 - Wood; assembled flooring panels, of bamboo or with at least the top layer (wear layer) of bamboo", - "parent": "4418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441874", - "text": "441874 - Wood; assembled flooring panels, not of bamboo or with at least the top layer (wear layer) of bamboo, for mosaic floors", - "parent": "4418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441875", - "text": "441875 - Wood; assembled flooring panels, not of bamboo or with at least the top layer (wear layer) of bamboo, multilayer", - "parent": "4418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441879", - "text": "441879 - Wood; assembled flooring panels, n.e.c in headings 4418.73, 4418.74 or 4418.75", - "parent": "4418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441881", - "text": "441881 - Wood; engineered structural timber products, glue-laminated timber (glulam)", - "parent": "4418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441882", - "text": "441882 - Wood; engineered structural timber products, cross-laminated timber (CLT or X-lam)", - "parent": "4418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441883", - "text": "441883 - Wood; engineered structural timber products, I beams", - "parent": "4418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441889", - "text": "441889 - Wood; engineered structural timber products, other than glue-laminated timber (glulam), cross-laminated timber (CLT or X-lam), or I beams", - "parent": "4418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441890", - "text": "441890 - Wood; builders' joinery and carpentry of wood n.e.c. in heading no. 4418", - "parent": "4418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441891", - "text": "441891 - Wood; builders' joinery and carpentry of wood n.e.c. in heading no. 4418, of bamboo", - "parent": "4418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441892", - "text": "441892 - Wood; builders' joinery and carpentry of wood n.e.c. in heading no. 4418, cellular wood panels", - "parent": "4418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441899", - "text": "441899 - Wood; builders' joinery and carpentry of wood n.e.c. in heading no. 4418, other than of bamboo or cellular wood panels", - "parent": "4418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4419", - "text": "4419 - Tableware and kitchenware, of wood", - "parent": "44", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "441900", - "text": "441900 - Wood; table and kitchenware", - "parent": "4419", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441911", - "text": "441911 - Tableware and kitchenware, of wood; of bamboo, bread boards, chopping boards and similar boards", - "parent": "4419", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441912", - "text": "441912 - Tableware and kitchenware, of wood; of bamboo, chopsticks", - "parent": "4419", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441919", - "text": "441919 - Tableware and kitchenware, of wood; of bamboo, n.e.c. in heading 4419", - "parent": "4419", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441920", - "text": "441920 - Tableware and kitchenware, of wood; of tropical wood", - "parent": "4419", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "441990", - "text": "441990 - Tableware and kitchenware, of wood; not of bamboo or tropical wood", - "parent": "4419", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4420", - "text": "4420 - Wood marquetry and inlaid wood; caskets and cases for jewellery or cutlery, and similar articles of wood; statuettes and other ornaments of wood; wooden articles of furniture not falling in chapter 94", - "parent": "44", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "442010", - "text": "442010 - Wood; statuettes and other ornaments of wood", - "parent": "4420", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "442011", - "text": "442011 - Wood; statuettes and other ornaments, of tropical wood", - "parent": "4420", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "442019", - "text": "442019 - Wood; statuettes and other ornaments, of other than tropical wood", - "parent": "4420", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "442090", - "text": "442090 - Wood; marquetry and inlaid wood, caskets and cases for jewellery or cutlery and similar articles of wood, wooden articles of furniture not falling in chapter 94", - "parent": "4420", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4421", - "text": "4421 - Wooden articles n.e.c. in heading no. 4414 to 4420", - "parent": "44", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "442110", - "text": "442110 - Wood; clothes hangers", - "parent": "4421", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "442120", - "text": "442120 - Wood; coffins", - "parent": "4421", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "442190", - "text": "442190 - Wood; articles of wood n.e.c. in heading no. 4414 to 4420 (excluding clothes hangers)", - "parent": "4421", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "442191", - "text": "442191 - Wood; of bamboo, articles n.e.c. in heading no. 4414 to 4420 (excluding clothes hangers)", - "parent": "4421", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "442199", - "text": "442199 - Wood; not of bamboo, articles n.e.c. in heading no. 4414 to 4420 (excluding clothes hangers)", - "parent": "4421", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "45", - "text": "45 - Cork and articles of cork", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "4501", - "text": "4501 - Natural cork, raw or simply prepared; waste cork; crushed, granulated or ground cork", - "parent": "45", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "450110", - "text": "450110 - Cork; natural cork, raw or simply prepared", - "parent": "4501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "450190", - "text": "450190 - Cork; waste cork, crushed, granulated or ground cork", - "parent": "4501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4502", - "text": "4502 - Natural cork, debacked or roughly squared, or in rectangular (including square) blocks, plates, sheets or strip, (including sharp-edged blanks for corks or stoppers)", - "parent": "45", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "450200", - "text": "450200 - Cork; natural cork, debacked or roughly squared, or in rectangular (including square) blocks, plates, sheets or strip, (including sharp-edged blanks for corks or stoppers)", - "parent": "4502", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4503", - "text": "4503 - Cork; articles of natural cork", - "parent": "45", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "450310", - "text": "450310 - Cork; corks and stoppers, of natural cork", - "parent": "4503", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "450390", - "text": "450390 - Cork; articles of natural cork other than corks and stoppers", - "parent": "4503", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4504", - "text": "4504 - Agglomerated cork (with or without a binding substance) and articles of agglomerated cork", - "parent": "45", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "450410", - "text": "450410 - Cork; blocks, plates, sheets and strip, tiles of any shape, solid cylinders (including discs), of agglomerated cork (with or without a binding substance)", - "parent": "4504", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "450490", - "text": "450490 - Cork; articles of agglomerated cork (with or without a binding substance), n.e.c. in heading no. 4504", - "parent": "4504", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "46", - "text": "46 - Manufactures of straw, esparto or other plaiting materials; basketware and wickerwork", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "4601", - "text": "4601 - Plaits and similar products of plaiting materials, assembled into strips or not; plaiting materials, plaits and the like bound together in parallel strands or woven in sheet form, finished articles or not", - "parent": "46", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "460110", - "text": "460110 - Plaits and products of plaiting materials", - "parent": "4601", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "460120", - "text": "460120 - Mats, matting and screens, vegetable plaiting materia", - "parent": "4601", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "460121", - "text": "460121 - Plaiting materials, plaits and similar products of plaiting materials; mats, matting and screens, of bamboo", - "parent": "4601", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "460122", - "text": "460122 - Plaiting materials, plaits and similar products of plaiting materials; mats, matting and screens, of rattan", - "parent": "4601", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "460129", - "text": "460129 - Plaiting materials, plaits and similar products of plaiting materials; mats, matting and screens, of vegetable materials other than bamboo or rattan", - "parent": "4601", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "460191", - "text": "460191 - Plaited vegetable material articles not mats or scree", - "parent": "4601", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "460192", - "text": "460192 - Plaiting materials, plaits and similar products of plaiting materials; (not mats, matting or screens), of bamboo", - "parent": "4601", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "460193", - "text": "460193 - Plaiting materials, plaits and similar products of plaiting materials; (not mats, matting or screens), of rattan", - "parent": "4601", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "460194", - "text": "460194 - Plaiting materials, plaits and similar products of plaiting materials; (not mats, matting or screens), of vegetable materials other than bamboo or rattan", - "parent": "4601", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "460199", - "text": "460199 - Plaiting materials, plaits and similar products of plaiting materials; products of non-vegetable materials", - "parent": "4601", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4602", - "text": "4602 - Basketwork, wickerwork and other articles, made directly to shape from plaiting materials or made up from goods of heading no. 4601; articles of loofah", - "parent": "46", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "460210", - "text": "460210 - Basketwork, wickerwork products of vegetable material", - "parent": "4602", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "460211", - "text": "460211 - Basketwork, wickerwork and other articles; of bamboo, made directly to shape from plaiting materials or made up from goods of heading no. 4601", - "parent": "4602", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "460212", - "text": "460212 - Basketwork, wickerwork and other articles; of rattan, made directly to shape from plaiting materials or made up from goods of heading no. 4601", - "parent": "4602", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "460219", - "text": "460219 - Basketwork, wickerwork and other articles; of vegetable materials (not bamboo or rattan), made directly to shape from plaiting materials or made up from goods of heading no. 4601; articles of loofah", - "parent": "4602", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "460290", - "text": "460290 - Basketwork, wickerwork and other articles; of non-vegetable materials, made directly to shape from plaiting materials or made up from goods of heading no. 4601", - "parent": "4602", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "47", - "text": "47 - Pulp of wood or other fibrous cellulosic material; recovered (waste and scrap) paper or paperboard", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "4701", - "text": "4701 - Wood pulp, mechanical wood pulp", - "parent": "47", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "470100", - "text": "470100 - Wood pulp; mechanical wood pulp", - "parent": "4701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4702", - "text": "4702 - Chemical wood pulp, dissolving grades", - "parent": "47", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "470200", - "text": "470200 - Wood pulp; chemical wood pulp, dissolving grades", - "parent": "4702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4703", - "text": "4703 - Chemical wood pulp, soda or sulphate, other than dissolving grades", - "parent": "47", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "470311", - "text": "470311 - Wood pulp; chemical wood pulp, soda or sulphate, (other than dissolving grades), unbleached, of coniferous wood", - "parent": "4703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "470319", - "text": "470319 - Wood pulp; chemical wood pulp, soda or sulphate, (other than dissolving grades), unbleached, of non-coniferous wood", - "parent": "4703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "470321", - "text": "470321 - Wood pulp; chemical wood pulp, soda or sulphate, (other than dissolving grades), semi-bleached or bleached, of coniferous wood", - "parent": "4703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "470329", - "text": "470329 - Wood pulp; chemical wood pulp, soda or sulphate, (other than dissolving grades), semi-bleached or bleached, of non-coniferous wood", - "parent": "4703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4704", - "text": "4704 - Chemical wood pulp, sulphite, other than dissolving grades", - "parent": "47", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "470411", - "text": "470411 - Wood pulp; chemical wood pulp, sulphite, (other than dissolving grades), unbleached, of coniferous wood", - "parent": "4704", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "470419", - "text": "470419 - Wood pulp; chemical wood pulp, sulphite, (other than dissolving grades), unbleached, of non-coniferous wood", - "parent": "4704", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "470421", - "text": "470421 - Wood pulp; chemical wood pulp, sulphite, (other than dissolving grades), semi-bleached or bleached, of coniferous wood", - "parent": "4704", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "470429", - "text": "470429 - Wood pulp; chemical wood pulp, sulphite, (other than dissolving grades), semi-bleached or bleached, of non-coniferous wood", - "parent": "4704", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4705", - "text": "4705 - Wood pulp obtained by a combination of mechanical and chemical pulping processes", - "parent": "47", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "470500", - "text": "470500 - Wood pulp; obtained by a combination of mechanical and chemical pulping processes", - "parent": "4705", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4706", - "text": "4706 - Pulps of fibres derived from recovered (waste and scrap) paper or paperboard or of other fibrous cellulosic material", - "parent": "47", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "470610", - "text": "470610 - Pulp; cotton linters pulp", - "parent": "4706", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "470620", - "text": "470620 - Pulp; of fibres derived from recovered (waste and scrap) paper or paperboard", - "parent": "4706", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "470630", - "text": "470630 - Pulp; of bamboo", - "parent": "4706", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "470691", - "text": "470691 - Pulp; of fibrous cellulosic material, other than of bamboo or fibres derived from recovered (waste and scrap) paper or paperboard or from cotton linters pulp, mechanical", - "parent": "4706", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "470692", - "text": "470692 - Pulp; of fibrous cellulosic material, other than of bamboo or fibres derived from recovered (waste and scrap) paper or paperboard or from cotton linters pulp, chemical", - "parent": "4706", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "470693", - "text": "470693 - Pulp; of fibrous cellulosic material, other than of bamboo or fibres derived from recovered (waste and scrap) paper or paperboard or from cotton linters pulp, obtained by a combination of mechanical and chemical processes", - "parent": "4706", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4707", - "text": "4707 - Waste and scrap of paper and paperboard", - "parent": "47", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "470710", - "text": "470710 - Paper or paperboard; waste and scrap, of unbleached kraft paper or paperboard or corrugated paper or paperboard", - "parent": "4707", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "470720", - "text": "470720 - Paper or paperboard; waste and scrap, paper or paperboard made mainly of bleached chemical pulp, not coloured in the mass", - "parent": "4707", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "470730", - "text": "470730 - Paper or paperboard; waste and scrap, paper or paperboard made mainly of mechanical pulp (e.g. newspapers, journals and similar printed matter)", - "parent": "4707", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "470790", - "text": "470790 - Paper or paperboard; waste and scrap, of paper or paperboard n.e.c. in heading no. 4707 and of unsorted waste and scrap", - "parent": "4707", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "48", - "text": "48 - Paper and paperboard; articles of paper pulp, of paper or paperboard", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "4801", - "text": "4801 - Newsprint, in rolls or sheets", - "parent": "48", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "480100", - "text": "480100 - Newsprint; made of fibres obtained essentially by a chemi-mechanical process or of a weight, per m2, of more than 57g but not more than 65g, in rolls or sheets", - "parent": "4801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4802", - "text": "4802 - Uncoated paper and paperboard, used for writing, printing or other graphics, non perforated punch-cards and punch tape paper, in rolls or rectangular sheets, of any size, other than paper of heading 4801 or 4803; hand-made paper and paperboard", - "parent": "48", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "480210", - "text": "480210 - Hand-made paper or paperboard", - "parent": "4802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480220", - "text": "480220 - Uncoated paper and paperboard (not 4801 or 4803); of a kind used as a base for photo-sensitive, heat-sensitive or electro-sensitive paper or paperboard, in rolls or sheets", - "parent": "4802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480230", - "text": "480230 - Paper, carbonising base, uncoated", - "parent": "4802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480240", - "text": "480240 - Uncoated paper and paperboard (not 4801 or 4803); wallpaper base, in rolls or sheets", - "parent": "4802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480251", - "text": "480251 - Paper, fine, woodfree, <40 g/m2, uncoated, nes", - "parent": "4802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480252", - "text": "480252 - Paper, fine, woodfree, 40 - 150 g/m2, uncoated", - "parent": "4802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480253", - "text": "480253 - Paper, fine, woodfree, >150 g/m2, uncoated, nes", - "parent": "4802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480254", - "text": "480254 - Uncoated paper and paperboard (not 4801 or 4803); printing, writing or graphic, 10% or less by weight of mechanical or chemi-mechanical processed fibre, weighing less than 40g/m2, in rolls or sheets", - "parent": "4802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480255", - "text": "480255 - Uncoated paper and paperboard (not 4801 or 4803); printing, writing or graphic, 10% or less by weight of mechanical or chemi-mechanical processed fibre, weighing 40g/m2 to 150g/m2, in rolls", - "parent": "4802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480256", - "text": "480256 - Uncoated paper and paperboard (not 4801 or 4803); printing, writing or graphic, 10% or less by weight of mechanical or chemi-mechanical processed fibre, weight 40-150g/m2, in sheets 435mm or less by 297mm or less (unfolded)", - "parent": "4802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480257", - "text": "480257 - Uncoated paper and paperboard (not 4801 or 4803); printing, writing or graphic, 10% or less by weight of mechanical or chemi-mechanical processed fibre, weight 40-150g/m2, n.e.c. in item no. 4802.55 or 4802.56", - "parent": "4802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480258", - "text": "480258 - Uncoated paper and paperboard (not 4801 or 4803); printing, writing or graphic, 10% or less by weight of mechanical or chemi-mechanical processed fibre, weighing more than 150g/m2", - "parent": "4802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480260", - "text": "480260 - Paper, fine, wood-containing, uncoated, nes", - "parent": "4802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480261", - "text": "480261 - Uncoated paper and paperboard (not 4801 or 4803); over 10% by weight of mechanical or chemi-mechanical processed fibre, in rolls", - "parent": "4802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480262", - "text": "480262 - Uncoated paper and paperboard (not 4801 or 4803); over 10% by weight of mechanical or chemi-mechanical processed fibre, in sheets 435mm or less by 297mm or less (unfolded)", - "parent": "4802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480269", - "text": "480269 - Uncoated paper and paperboard (not 4801 or 4803); over 10% by weight of mechanical or chemi-mechanical processed fibre, other than rolls, other than sheets 435mm or less by 297mm or less (unfolded)", - "parent": "4802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4803", - "text": "4803 - Tissue, towel, napkin stock or similar; for household or sanitary uses, cellulose wadding, webs of cellulose fibres, in rolls over 36cm in width or rectangular sheets with one side exceeding 36cm when unfolded", - "parent": "48", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "480300", - "text": "480300 - Tissue, towel, napkin stock or similar; for household or sanitary use, cellulose, wadding webs of cellulose fibres, in rolls exceeding 36cm in width or rectangular sheets with one side more than 36cm in unfolded state", - "parent": "4803", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4804", - "text": "4804 - Uncoated kraft paper and paperboard, in rolls or sheets, other than that of heading no. 4802 or 4803", - "parent": "48", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "480411", - "text": "480411 - Kraft paper and paperboard; kraftliner, uncoated, unbleached, in rolls or sheets, other than that of heading no. 4802 or 4803", - "parent": "4804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480419", - "text": "480419 - Kraft paper and paperboard; kraftliner, uncoated, bleached, in rolls or sheets, other than that of heading no. 4802 or 4803", - "parent": "4804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480421", - "text": "480421 - Kraft paper and paperboard; sack kraft paper, uncoated, unbleached, in rolls or sheets, other than that of heading no. 4802 or 4803", - "parent": "4804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480429", - "text": "480429 - Kraft paper and paperboard; sack kraft paper, uncoated, bleached, in rolls or sheets, other than that of heading no. 4802 or 4803", - "parent": "4804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480431", - "text": "480431 - Kraft paper and paperboard; uncoated, unbleached, weight 150g/m2 or less, in rolls or sheets, other than that of heading no. 4802 or 4803", - "parent": "4804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480439", - "text": "480439 - Kraft paper and paperboard; uncoated, bleached, weight 150g/m2 or less, in rolls or sheets, other than that of heading no. 4802 or 4803", - "parent": "4804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480441", - "text": "480441 - Kraft paper and paperboard; uncoated, unbleached, weight more than 150g/m2 but less than 225g/m2, in rolls or sheets, other than that of heading no. 4802 or 4803", - "parent": "4804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480442", - "text": "480442 - Kraft paper and paperboard; uncoated, weight between 150 and 225g/m2, bleached uniformly throughout, more than 95% of total fibre content consists of chemically processed wood fibres, in rolls or sheets", - "parent": "4804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480449", - "text": "480449 - Kraft paper and paperboard; uncoated, weight more than 150g/m2 but less than 225g/m2, in rolls or sheets, n.e.c. in item no. 4804.4, other than that of heading no. 4802 or 4803", - "parent": "4804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480451", - "text": "480451 - Kraft paper and paperboard; uncoated, unbleached, weight 225g/m2 or more, in rolls or sheets, other than that of heading no. 4802 or 4803", - "parent": "4804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480452", - "text": "480452 - Kraft paper and paperboard; uncoated, weight 225g/m2 or more, bleached uniformly throughout, more than 95% of total fibre content consists of chemically processed wood fibres, in rolls or sheets", - "parent": "4804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480459", - "text": "480459 - Kraft paper and paperboard; uncoated, weight 225g/m2 or more, in rolls or sheets, n.e.c. in item no. 4804.5, other than that of heading no. 4802 or 4803", - "parent": "4804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4805", - "text": "4805 - Uncoated paper and paperboard n.e.c., in rolls or sheets", - "parent": "48", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "480510", - "text": "480510 - Paper, fluting, in rolls, semi-chemical, uncoated", - "parent": "4805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480511", - "text": "480511 - Paper and paperboard; uncoated, semi-chemical fluting paper, rolls or sheets", - "parent": "4805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480512", - "text": "480512 - Paper and paperboard; uncoated, straw fluting paper, rolls or sheets", - "parent": "4805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480519", - "text": "480519 - Paper and paperboard; uncoated, fluting paper other than semi-chemical or straw, rolls or sheets", - "parent": "4805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480521", - "text": "480521 - Paper, multi-ply, each layer bleached, uncoated, nes", - "parent": "4805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480522", - "text": "480522 - Paper, multi-ply, one layer bleached, uncoated", - "parent": "4805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480523", - "text": "480523 - Paper, multi-ply, <4 layers, outer bleached, uncoated", - "parent": "4805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480524", - "text": "480524 - Paper & paperboard; uncoated, testliner (recycled linerboard), weight 150g/m2, or less, in rolls or sheets", - "parent": "4805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480525", - "text": "480525 - Paper & paperboard; uncoated, testliner (recycled linerboard), weight over 150g/m2, in rolls or sheets", - "parent": "4805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480529", - "text": "480529 - Paper, multi-ply, uncoated, nes", - "parent": "4805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480530", - "text": "480530 - Paper and paperboard; sulphite wrapping paper, uncoated, in rolls or sheets", - "parent": "4805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480540", - "text": "480540 - Paper and paperboard; filter paper and paperboard, uncoated, in rolls or sheets", - "parent": "4805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480550", - "text": "480550 - Paper and paperboard; felt paper and paperboard, uncoated, in rolls or sheets", - "parent": "4805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480560", - "text": "480560 - Paper, weighing 150 g/m2 or less, uncoated, nes", - "parent": "4805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480570", - "text": "480570 - Paper, weighing 150 - 225 g/m2, uncoated, nes", - "parent": "4805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480580", - "text": "480580 - Paper, weighing 225 g/m2 or more, uncoated, nes", - "parent": "4805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480591", - "text": "480591 - Paper and paperboard; uncoated, weight 150g/m2 or less, in rolls or sheets, n.e.c. in heading no.4805", - "parent": "4805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480592", - "text": "480592 - Paper and paperboard; uncoated, weight more than 150g/m2 but less than 225 g/m2, in rolls or sheets, n.e.c. in heading no. 4805", - "parent": "4805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480593", - "text": "480593 - Paper and paperboard; uncoated, weight 225/m2 or more, in rolls or sheets, n.e.c. in heading no. 4805", - "parent": "4805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4806", - "text": "4806 - Vegetable parchment, greaseproof papers, tracing papers, glassine and other glazed transparent or translucent papers, in rolls or sheets", - "parent": "48", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "480610", - "text": "480610 - Paper; vegetable parchment, in rolls or sheets", - "parent": "4806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480620", - "text": "480620 - Paper; greaseproof papers, in rolls or sheets", - "parent": "4806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480630", - "text": "480630 - Paper; tracing papers, in rolls or sheets", - "parent": "4806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480640", - "text": "480640 - Paper; glassine and other glazed transparent or translucent papers, in rolls or sheets", - "parent": "4806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4807", - "text": "4807 - Composite paper and paperboard, (made by sticking layers together with an adhesive), not surface-coated or impregnated, whether or not internally reinforced, in rolls or sheets", - "parent": "48", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "480700", - "text": "480700 - Paper and paperboard; composite (made by sticking layers together with an adhesive), not surface-coated or impregnated, whether or not internally reinforced, in rolls or sheets", - "parent": "4807", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480710", - "text": "480710 - Paper, laminated with bitumen tar or asphalt, uncoate", - "parent": "4807", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480790", - "text": "480790 - Paper internally reinfor", - "parent": "4807", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480791", - "text": "480791 - Straw paper, board, whether or not paper covered", - "parent": "4807", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480799", - "text": "480799 - Paper, composite, nes, not coated or impregnated", - "parent": "4807", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4808", - "text": "4808 - Paper and paperboard, corrugated (with or without glued flat surface sheets), creped, crinkled, embossed or perforated, in rolls or sheets other than paper of the kind described in heading 4803", - "parent": "48", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "480810", - "text": "480810 - Paper and paperboard; corrugated, whether or not perforated, in rolls or sheets, other than paper of heading 4803", - "parent": "4808", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480820", - "text": "480820 - Sack kraft paper, creped/crinkled, whether/not embossed/perforated, in rolls/sheets (excl. of 48.03)", - "parent": "4808", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480830", - "text": "480830 - Kraft paper (excl. sack kraft paper), creped/crinkled, whether/not embossed/perforated, in rolls/sheets (excl. of 48.03)", - "parent": "4808", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480840", - "text": "480840 - Paper and paperboard; kraft paper, creped or crinkled, whether or not embossed or perforated, in rolls or sheets, other than paper of heading 4803", - "parent": "4808", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480890", - "text": "480890 - Paper and paperboard; other than corrugated (with or without glued flat surface sheets) or kraft paper, creped or crinkled, whether or not embossed or perforated, in rolls or sheets, other than paper of heading 4803", - "parent": "4808", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4809", - "text": "4809 - Carbon paper, self copy paper, and other copying or transfer papers (including coated or impregnated paper for duplicator stencils or offset plates), whether or not printed, in rolls or sheets", - "parent": "48", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "480910", - "text": "480910 - Paper, carbon or similar width >36 cm", - "parent": "4809", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480920", - "text": "480920 - Paper; self-copy paper, whether or not printed, in rolls or sheets", - "parent": "4809", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "480990", - "text": "480990 - Paper; carbon paper and other copying or transfer papers (including coated or impregnated paper for duplicator stencils or offset plates), whether or not printed, in rolls or sheets", - "parent": "4809", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4810", - "text": "4810 - Paper and paperboard, coated one or both sides with kaolin (china clay) or inorganic substances, with binder or not, no other coating, surface coloured or not, surface decorated or printed, in rolls or rectangular (including square) sheets, of any size", - "parent": "48", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "481011", - "text": "481011 - Paper, fine, woodfree, <150 g/m2, clay coated", - "parent": "4810", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481012", - "text": "481012 - Paper, fine, woodfree, >150 g/m2, clay coated", - "parent": "4810", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481013", - "text": "481013 - Paper and paperboard; coated with kaolin or other inorganic substances, for printing & writing, graphics, containing no, or not more than 10% by weight of total fibres obtained by mechanical or chemi-mechanical process, in rolls", - "parent": "4810", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481014", - "text": "481014 - Paper and paperboard; coated with kaolin or other inorganic substances, for printing/writing/graphics, having 10% or less by weight of total fibres got mechanical/chemi-mechanical process, sheets, sides 435mm or less by 297mm or less, unfolded,", - "parent": "4810", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481019", - "text": "481019 - Paper and paperboard; coated with kaolin or other inorganic substances, for printing/writing/graphics, having 10% or less by weight of total fibres got by mechanical/chemi-mechanical process, sides exceeding 435mm and 297mm, unfolded, sheets", - "parent": "4810", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481021", - "text": "481021 - Paper, fine, light weight coated", - "parent": "4810", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481022", - "text": "481022 - Paper and paperboard; coated with kaolin or other inorganic substances only, having more than 10% of mechanical or chemi-mechanical processed fibres, for writing, printing or other graphic purposes, light-weight coated paper, in rolls or sheets", - "parent": "4810", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481029", - "text": "481029 - Paper and paperboard; coated with kaolin or other inorganic substances only, having more than 10% of mechanically processed fibres, (excluding light-weight paper), for writing, printing or other graphic purposes, in rolls or sheets", - "parent": "4810", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481031", - "text": "481031 - Kraft paper and paperboard; uniformly bleached throughout, coated with inorganic substances, more than 95% of chemically processed wood fibres, weight 150g/m2 or less, for non-graphic purposes, in rolls or sheets", - "parent": "4810", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481032", - "text": "481032 - Kraft paper and paperboard; uniformly bleached throughout, coated with inorganic substances, more than 95% of chemically processed wood fibres, weight more than 150g/m2, for non-graphic purposes, in rolls or sheets", - "parent": "4810", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481039", - "text": "481039 - Kraft paper and paperboard; coated with kaolin or other inorganic substances only, for non-graphic purposes, n.e.c. in item no. 4810.31 and 4810.32, in rolls or sheets", - "parent": "4810", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481091", - "text": "481091 - Paper, multi-ply, clay coated, nes", - "parent": "4810", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481092", - "text": "481092 - Paper and paperboard; multi-ply, coated with kaolin or other inorganic substances only, for non-graphic purposes, n.e.c. in heading no. 4810, in rolls or sheets", - "parent": "4810", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481099", - "text": "481099 - Paper and paperboard; coated with inorganic substances only, whether or not surface-coloured, surface-decorated or printed, n.e.c. in heading no. 4810, in rolls or sheets", - "parent": "4810", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4811", - "text": "4811 - Paper, paperboard, cellulose wadding and webs of cellulose fibres, coated, impregnated, covered, surface-coloured, decorated or printed, rolls or sheets, other than goods of heading no. 4803, 4809, or 4810", - "parent": "48", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "481110", - "text": "481110 - Paper and paperboard; tarred, bituminised or asphalted, in rolls or sheets, other than goods of heading no. 4803, 4809, or 4810", - "parent": "4811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481121", - "text": "481121 - Paper, self-adhesive except labels", - "parent": "4811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481129", - "text": "481129 - Paper, gummed or adhesive except self-adhesive, label", - "parent": "4811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481131", - "text": "481131 - Paper, >150g/m2, bleached, plastic coated/impregnated", - "parent": "4811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481139", - "text": "481139 - Paper, coated, impregnated, covered with plastics, ne", - "parent": "4811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481140", - "text": "481140 - Paper, coat/impregnated with wax/stearin/glycerol, ne", - "parent": "4811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481141", - "text": "481141 - Paper and paperboard; self-adhesive, in rolls or sheets, other than goods of heading no. 4803, 4809, or 4810", - "parent": "4811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481149", - "text": "481149 - Paper and paperboard; gummed or adhesive paper and paperboard (excluding self-adhesive), in rolls or sheets, other than goods of heading no. 4803, 4809, or 4810", - "parent": "4811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481151", - "text": "481151 - Paper and paperboard; coated, impregnated or covered with plastics (excluding adhesives), bleached, weighing more than 150g/m2, other than goods of heading no. 4803, 4809, or 4810", - "parent": "4811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481159", - "text": "481159 - Paper and paperboard; coated, impregnated or covered with plastics (excluding adhesives), other than bleached and weighing more than 150g/m2, other than goods of heading no. 4803, 4809, or 4810", - "parent": "4811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481160", - "text": "481160 - Paper and paperboard; coated, impregnated or covered with wax, paraffin wax, stearin, oil or glycerol, other than goods of heading no. 4803, 4809, or 4810", - "parent": "4811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481190", - "text": "481190 - Paper, paperboard, cellulose wadding and webs of soft cellulose fibres; coated, impregnated, covered, surface-decorated or surface-coloured, n.e.c. in heading no. 4811, in rolls or sheets", - "parent": "4811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4812", - "text": "4812 - Filter blocks, slabs and plates of paper pulp", - "parent": "48", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "481200", - "text": "481200 - Paper pulp; filter blocks, slabs and plates of paper pulp", - "parent": "4812", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4813", - "text": "4813 - Cigarette paper, whether or not cut to size or in the form of booklets or tubes", - "parent": "48", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "481310", - "text": "481310 - Paper, cigarette; in the form of booklets or tubes", - "parent": "4813", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481320", - "text": "481320 - Paper, cigarette; in rolls of a width not exceeding 5cm", - "parent": "4813", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481390", - "text": "481390 - Paper, cigarette; (other than in rolls of a width not exceeding 5cm, or in booklets or tubes)", - "parent": "4813", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4814", - "text": "4814 - Wallpaper and similar wall coverings; window transparencies of paper", - "parent": "48", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "481410", - "text": "481410 - Ingrain paper", - "parent": "4814", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481420", - "text": "481420 - Wallpaper and similar wall coverings; coated or covered on the face side, with a grained, embossed, coloured, design-printed or otherwise decorated layer of plastics", - "parent": "4814", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481430", - "text": "481430 - Wallpaper, covered one side with plaiting material", - "parent": "4814", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481490", - "text": "481490 - Wallpaper and similar wall coverings and window transparencies of paper; n.e.c. in heading 4814", - "parent": "4814", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4815", - "text": "4815 - Floor coverings with a base of paper or of paperboard", - "parent": "48", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "481500", - "text": "481500 - Floor coverings on a base of paper", - "parent": "4815", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4816", - "text": "4816 - Carbon paper, self-copy paper and other copying or transfer papers, (other than those of heading no. 4809), duplicator stencils and offset plates, of paper whether or not put up in boxes", - "parent": "48", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "481610", - "text": "481610 - Paper, carbon or similar copying, except rolls w >36c", - "parent": "4816", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481620", - "text": "481620 - Paper; self-copy paper (other than those of heading no. 4809), whether or not put up in boxes", - "parent": "4816", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481630", - "text": "481630 - Duplicator stencils", - "parent": "4816", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481690", - "text": "481690 - Paper; carbon paper and other copying or transfer papers (other than those of heading no. 4809), n.e.c. in item no. 4816.20", - "parent": "4816", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4817", - "text": "4817 - Envelopes, letter cards, plain postcards and correspondence cards, of paper, paperboard; boxes, pouches, wallets and writing compendiums, of paper or paperboard containing assortment of paper stationery", - "parent": "48", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "481710", - "text": "481710 - Paper and paperboard; envelopes", - "parent": "4817", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481720", - "text": "481720 - Paper and paperboard; letter cards, plain postcards and correspondence cards", - "parent": "4817", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481730", - "text": "481730 - Paper and paperboard; boxes, pouches, wallets and writing compendiums containing an assortment of paper stationery", - "parent": "4817", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4818", - "text": "4818 - Toilet paper, width 36cm or less or cut to size/shape; handkerchiefs, tissues, towels, serviettes, bed sheets and similar household or hospital articles, apparel and clothing accessories of paper pulp, paper, cellulose wadding or webs of cellulose fibres", - "parent": "48", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "481810", - "text": "481810 - Paper articles; toilet paper", - "parent": "4818", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481820", - "text": "481820 - Paper articles; handkerchiefs, cleansing or facial tissues and towels", - "parent": "4818", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481830", - "text": "481830 - Paper articles; tablecloths and serviettes, of paper, cellulose wadding or fibres", - "parent": "4818", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481840", - "text": "481840 - Sanitary towels & tampons, napkins & napkin liners for babies & similar sanitary articles, of paper pulp/paper/cellulose wadding/webs of cellulose fibres", - "parent": "4818", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481850", - "text": "481850 - Paper articles; apparel and clothing accessories of paper, cellulose wadding or fibres", - "parent": "4818", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481890", - "text": "481890 - Paper articles; articles of paper, cellulose wadding or fibres, n.e.c. in heading no. 4818", - "parent": "4818", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4819", - "text": "4819 - Cartons, boxes, cases, bags and the like, of paper, paperboard, cellulose wadding or fibres; box files, letter trays and the like, of paper or paperboard, of a kind used in offices, shops or the like", - "parent": "48", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "481910", - "text": "481910 - Paper and paperboard; cartons, boxes and cases, of corrugated paper or paperboard", - "parent": "4819", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481920", - "text": "481920 - Paper and paperboard; folding cartons, boxes and cases, of non-corrugated paper or paperboard", - "parent": "4819", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481930", - "text": "481930 - Paper and paperboard; sacks and bags of paper, paperboard, cellulose wadding or fibres, having a base of a width of 40cm or more", - "parent": "4819", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481940", - "text": "481940 - Paper and paperboard; sacks and bags, including cones, of paper, paperboard, cellulose wadding or fibres, having a base width less than 40cm", - "parent": "4819", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481950", - "text": "481950 - Paper and paperboard; packing containers, including record sleeves, of paper, paperboard, cellulose wadding or fibres, n.e.c. in heading no. 4819", - "parent": "4819", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "481960", - "text": "481960 - Paper and paperboard; box files, letter trays, storage boxes and similar articles, used in offices, shops or the like of paper, paperboard, cellulose wadding or webs of cellulose fibres", - "parent": "4819", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4820", - "text": "4820 - Registers, account books, diaries and similar; albums for samples or collections, of paper or paperboard", - "parent": "48", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "482010", - "text": "482010 - Paper and paperboard; registers, account books, note books, order books, receipt books, letter pads, memorandum pads, diaries and similar articles", - "parent": "4820", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "482020", - "text": "482020 - Paper and paperboard; exercise books", - "parent": "4820", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "482030", - "text": "482030 - Paper and paperboard; binders, folders and file covers", - "parent": "4820", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "482040", - "text": "482040 - Paper and paperboard; manifold business forms and interleaved carbon sets", - "parent": "4820", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "482050", - "text": "482050 - Paper and paperboard; albums for samples or for collections", - "parent": "4820", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "482090", - "text": "482090 - Paper or paperboard; stationery n.e.c. in heading no. 4820", - "parent": "4820", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4821", - "text": "4821 - Paper or paperboard labels of all kinds, whether or not printed", - "parent": "48", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "482110", - "text": "482110 - Paper and paperboard; labels or all kinds, printed", - "parent": "4821", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "482190", - "text": "482190 - Paper and paperboard; labels of all kinds, unprinted", - "parent": "4821", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4822", - "text": "4822 - Bobbins, spools, cops and similar supports of paper pulp, paper or paperboard (whether or not perforated or hardened)", - "parent": "48", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "482210", - "text": "482210 - Paper pulp, paper or paperboard; bobbins, spools, cops and similar supports, of a kind used for winding textile yarn (whether or not perforated or hardened)", - "parent": "4822", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "482290", - "text": "482290 - Paper pulp, paper or paperboard; bobbins, spools, cops and similar supports, other than of a kind used for winding textile yarn (whether or not perforated or hardened)", - "parent": "4822", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4823", - "text": "4823 - Paper, paperboard, cellulose wadding and webs of cellulose fibres; cut to size or shape, articles of paper pulp, paper and paper-board, cellulose wadding or webs of cellulose fibres, n.e.c. in chapter 48", - "parent": "48", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "482311", - "text": "482311 - Paper, self-adhesive, cut to size, in strips or rolls", - "parent": "4823", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "482312", - "text": "482312 - Gummed/adhesive paper, in strips/rolls, self-adhesive", - "parent": "4823", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "482319", - "text": "482319 - Paper, gummed, adhesive nes, cut to size, strip, roll", - "parent": "4823", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "482320", - "text": "482320 - Paper and paperboard; filter paper and paperboard", - "parent": "4823", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "482330", - "text": "482330 - Cards, not punched, for punch card machines, paper", - "parent": "4823", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "482340", - "text": "482340 - Paper and paperboard; rolls, sheets and dials, printed for self-recording apparatus", - "parent": "4823", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "482351", - "text": "482351 - Paper, fine, cut, printed, embossed, perforated, nes", - "parent": "4823", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "482359", - "text": "482359 - Paper, fine, cut to size or shape, nes", - "parent": "4823", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "482360", - "text": "482360 - Trays, dishes, plates, cups and the like, of paper", - "parent": "4823", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "482361", - "text": "482361 - Paper and paperboard; trays, dishes, plates, cups and the like, of bamboo paper or paperboard", - "parent": "4823", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "482369", - "text": "482369 - Paper and paperboard; trays, dishes, plates, cups and the like, of paper or paperboard other than of bamboo", - "parent": "4823", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "482370", - "text": "482370 - Paper pulp; moulded or pressed articles or paper pulp", - "parent": "4823", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "482390", - "text": "482390 - Paper pulp, paper, paperboard, cellulose wadding or webs of cellulose fibres; articles n.e.c. in heading no. 4823", - "parent": "4823", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "49", - "text": "49 - Printed books, newspapers, pictures and other products of the printing industry; manuscripts, typescripts and plans", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "4901", - "text": "4901 - Printed books, brochures, leaflets and similar printed matter, whether or not in single sheets", - "parent": "49", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "490110", - "text": "490110 - Printed matter; in single sheets, whether or not folded", - "parent": "4901", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "490191", - "text": "490191 - Printed matter; dictionaries, encyclopaedias and serial instalments thereof", - "parent": "4901", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "490199", - "text": "490199 - Printed matter; books, brochures, leaflets and similar printed matter n.e.c. in item no. 4901.10 or 4901.91", - "parent": "4901", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4902", - "text": "4902 - Newspapers, journals and periodicals, whether or not illustrated or containing advertising material", - "parent": "49", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "490210", - "text": "490210 - Newspapers, journals and periodicals; whether or not illustrated or containing advertising material, appearing at least four times a week", - "parent": "4902", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "490290", - "text": "490290 - Newspapers, journals and periodicals; whether or not illustrated or containing advertising material, appearing less frequently than four times a week", - "parent": "4902", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4903", - "text": "4903 - Children's picture, drawing or colouring books", - "parent": "49", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "490300", - "text": "490300 - Printed matter; children's picture, drawing or colouring books", - "parent": "4903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4904", - "text": "4904 - Music, printed or in manuscript, whether or not bound or illustrated", - "parent": "49", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "490400", - "text": "490400 - Music; printed or in manuscript, whether or not bound or illustrated", - "parent": "4904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4905", - "text": "4905 - Maps and hydrographic or similar charts of all kinds, including atlases, wall maps, topographical plans and globes, printed", - "parent": "49", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "490510", - "text": "490510 - Globes; printed", - "parent": "4905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "490520", - "text": "490520 - Maps and hydrographic or similar charts; printed in book form, including atlases, topographical plans and similar", - "parent": "4905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "490590", - "text": "490590 - Maps and hydrographic or similar charts; (printed other than in book form), including wall maps, topographical plans and similar", - "parent": "4905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "490591", - "text": "490591 - Maps and hydrographic or similar charts; printed in book form, including atlases, topographical plans and similar", - "parent": "4905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "490599", - "text": "490599 - Maps and hydrographic or similar charts; (printed other than in book form), including wall maps, topographical plans and similar", - "parent": "4905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4906", - "text": "4906 - Plans and drawings; for architectural, engineering, industrial, commercial, topographical or similar, being originals drawn by hand; hand-written texts; photo- graphic reproductions; their carbon copies", - "parent": "49", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "490600", - "text": "490600 - Plans and drawings; for architectural, engineering, industrial, commercial, topographical or similar, being originals drawn by hand; hand-written texts; photo- graphic reproductions; their carbon copies", - "parent": "4906", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4907", - "text": "4907 - Unused postage, revenue or similar stamps of current or new issue in the country in which they have, or will have, a recognised face value; stamp-impressed paper; cheque forms; banknotes, stock, share or bond certificates and the like of similar title", - "parent": "49", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "490700", - "text": "490700 - Unused postage, revenue or similar stamps of current or new issue in the country in which they have, or will have, a recognised face value; stamp-impressed paper; cheque forms; banknotes, stock, share or bond certificates and the like of similar title", - "parent": "4907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4908", - "text": "4908 - Transfers (decalcomanias)", - "parent": "49", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "490810", - "text": "490810 - Printed matter; transfers (decalcomanias), vitrifiable", - "parent": "4908", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "490890", - "text": "490890 - Printed matter; transfers (decalcomanias), other than vitrifiable", - "parent": "4908", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4909", - "text": "4909 - Printed or illustrated postcards; printed cards bearing personal greetings, messages or announcements, whether or not illustrated, with or without envelopes or trimmings", - "parent": "49", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "490900", - "text": "490900 - Printed or illustrated postcards; printed cards bearing personal greetings, messages or announcements, whether or not illustrated, with or without envelopes or trimmings", - "parent": "4909", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4910", - "text": "4910 - Calendars of any kind, printed, including calendar blocks", - "parent": "49", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "491000", - "text": "491000 - Calendars; printed, of any kind, including calendar blocks", - "parent": "4910", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "4911", - "text": "4911 - Printed matter, n.e.c., including printed pictures and photographs", - "parent": "49", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "491110", - "text": "491110 - Printed matter; trade advertising material, commercial catalogues and the like", - "parent": "4911", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "491191", - "text": "491191 - Printed matter; pictures, designs and photographs, n.e.c. in item no. 4911.10", - "parent": "4911", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "491199", - "text": "491199 - Printed matter; n.e.c. in heading no. 4911", - "parent": "4911", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "50", - "text": "50 - Silk", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "5001", - "text": "5001 - Silk-worm cocoons suitable for reeling", - "parent": "50", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "500100", - "text": "500100 - Silk; silk-worm cocoons suitable for reeling", - "parent": "5001", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5002", - "text": "5002 - Raw silk (not thrown)", - "parent": "50", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "500200", - "text": "500200 - Silk; raw silk (not thrown)", - "parent": "5002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5003", - "text": "5003 - Silk waste (including cocoons unsuitable for reeling, yarn waste and garnetted stock)", - "parent": "50", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "500300", - "text": "500300 - Silk waste (including cocoons unsuitable for reeling, yarn waste and garnetted stock)", - "parent": "5003", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "500310", - "text": "500310 - Silk waste, not carded or combed", - "parent": "5003", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "500390", - "text": "500390 - Silk waste, carded or combed", - "parent": "5003", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5004", - "text": "5004 - Silk; yarn (other than yarn spun from silk waste), not put up for retail sale", - "parent": "50", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "500400", - "text": "500400 - Silk; yarn (other than yarn spun from silk waste), not put up for retail sale", - "parent": "5004", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5005", - "text": "5005 - Yarn spun from silk waste, not put up for retail sale", - "parent": "50", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "500500", - "text": "500500 - Silk; yarn spun from silk waste, not put up for retail sale", - "parent": "5005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5006", - "text": "5006 - Silk yarn and yarn spun from silk waste, put up for retail sale; silk-worm gut", - "parent": "50", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "500600", - "text": "500600 - Silk yarn and yarn spun from silk waste; put up for retail sale, and silk-worm gut", - "parent": "5006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5007", - "text": "5007 - Woven fabrics of silk or of silk waste", - "parent": "50", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "500710", - "text": "500710 - Silk; woven fabrics of noil silk", - "parent": "5007", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "500720", - "text": "500720 - Silk; woven fabrics, containing 85% or more by weight of silk or of silk waste other than noil silk", - "parent": "5007", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "500790", - "text": "500790 - Silk; woven fabrics n.e.c. in heading no. 5007", - "parent": "5007", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "51", - "text": "51 - Wool, fine or coarse animal hair; horsehair yarn and woven fabric", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "5101", - "text": "5101 - Wool, not carded or combed", - "parent": "51", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "510111", - "text": "510111 - Wool; (not carded or combed), greasy (including fleece-washed wool), shorn", - "parent": "5101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "510119", - "text": "510119 - Wool; (other than shorn), greasy (including fleece-washed wool), not carded or combed", - "parent": "5101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "510121", - "text": "510121 - Wool; (not carded or combed), degreased, (not carbonised), shorn", - "parent": "5101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "510129", - "text": "510129 - Wool; (not carded or combed), degreased, (not carbonised), (other than shorn)", - "parent": "5101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "510130", - "text": "510130 - Wool; (not carded or combed), carbonised", - "parent": "5101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5102", - "text": "5102 - Fine or coarse animal hair, not carded or combed", - "parent": "51", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "510210", - "text": "510210 - Fine animal hair, not carded or combed", - "parent": "5102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "510211", - "text": "510211 - Hair; fine animal hair, not carded or combed, of kashmir (cashmere) goats", - "parent": "5102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "510219", - "text": "510219 - Hair; fine animal hair, not carded or combed, other than of kashmir (cashmere) goats", - "parent": "5102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "510220", - "text": "510220 - Hair; coarse animal hair, not carded or combed", - "parent": "5102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5103", - "text": "5103 - Waste of wool or of fine or coarse animal hair, including yarn waste but excluding garnetted stock", - "parent": "51", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "510310", - "text": "510310 - Wool and hair; noils of wool or of fine animal hair, including yarn waste, but excluding garnetted stock", - "parent": "5103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "510320", - "text": "510320 - Wool and hair; waste of wool or of fine animal hair, including yarn waste, but excluding garnetted stock and noils of wool or of fine animal hair", - "parent": "5103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "510330", - "text": "510330 - Wool and hair; waste of coarse animal hair, including yarn waste, but excluding garnetted stock", - "parent": "5103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5104", - "text": "5104 - Wool, or fine or coarse animal hair; garnetted stock", - "parent": "51", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "510400", - "text": "510400 - Wool and hair; garnetted stock of wool or of fine or coarse animal hair", - "parent": "5104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5105", - "text": "5105 - Wool and fine or coarse animal hair; carded or combed (including combed wool in fragments)", - "parent": "51", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "510510", - "text": "510510 - Wool; carded", - "parent": "5105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "510521", - "text": "510521 - Wool; wool tops and other combed wool, in fragments", - "parent": "5105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "510529", - "text": "510529 - Wool; wool tops and other combed wool, other than in fragments", - "parent": "5105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "510530", - "text": "510530 - Fine animal hair, carded or combed", - "parent": "5105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "510531", - "text": "510531 - Hair; fine animal hair, carded or combed, of kashmir (cashmere) goats", - "parent": "5105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "510539", - "text": "510539 - Hair; fine animal hair, carded or combed, other than of kashmir (cashmere) goats", - "parent": "5105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "510540", - "text": "510540 - Hair; coarse animal hair, carded or combed", - "parent": "5105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5106", - "text": "5106 - Yarn of carded wool, not put up for retail sale", - "parent": "51", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "510610", - "text": "510610 - Yarn; of carded wool, containing 85% or more by weight of wool, not put up for retail sale", - "parent": "5106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "510620", - "text": "510620 - Yarn; of carded wool, containing less than 85% by weight of wool, not put up for retail sale", - "parent": "5106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5107", - "text": "5107 - Yarn of combed wool, not put up for retail sale", - "parent": "51", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "510710", - "text": "510710 - Yarn; of combed wool, containing 85% or more by weight of wool, not put up for retail sale", - "parent": "5107", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "510720", - "text": "510720 - Yarn; of combed wool, containing less than 85% by weight of wool, not put up for retail sale", - "parent": "5107", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5108", - "text": "5108 - Yarn of fine animal hair (carded or combed), not put up for retail sale", - "parent": "51", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "510810", - "text": "510810 - Yarn; of fine animal hair, carded, not put up for retail sale", - "parent": "5108", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "510820", - "text": "510820 - Yarn; of fine animal hair, combed, not put up for retail sale", - "parent": "5108", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5109", - "text": "5109 - Yarn of wool or of fine animal hair, put up for retail sale", - "parent": "51", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "510910", - "text": "510910 - Yarn; of wool or of fine animal hair, containing 85% or more by weight of wool or fine animal hair, put up for retail sale", - "parent": "5109", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "510990", - "text": "510990 - Yarn; of wool or of fine animal hair, containing less than 85% by weight of wool or fine animal hair, put up for retail sale", - "parent": "5109", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5110", - "text": "5110 - Yarn of coarse animal hair or of horsehair (including gimped horsehair yarn), whether or not put up for retail sale", - "parent": "51", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "511000", - "text": "511000 - Yarn; of coarse animal hair or of horsehair (including gimped horsehair yarn), whether or not put up for retail sale", - "parent": "5110", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5111", - "text": "5111 - Woven fabrics of carded wool or of carded fine animal hair", - "parent": "51", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "511111", - "text": "511111 - Fabrics, woven; of carded wool or of carded fine animal hair, containing 85% or more by weight of wool or of fine animal hair, of a weight not exceeding 300g/m2", - "parent": "5111", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "511119", - "text": "511119 - Fabrics, woven; of carded wool or of carded fine animal hair, containing 85% or more by weight of wool or of fine animal hair, of a weight exceeding 300g/m2", - "parent": "5111", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "511120", - "text": "511120 - Fabrics, woven; of carded wool or carded fine animal hair, containing less than 85% by weight of wool or fine animal hair, mixed mainly or solely with man-made filaments", - "parent": "5111", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "511130", - "text": "511130 - Fabrics, woven; of carded wool or carded fine animal hair, containing less than 85% by weight of wool or fine animal hair, mixed mainly or solely with man-made staple fibres", - "parent": "5111", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "511190", - "text": "511190 - Fabrics, woven; of carded wool or carded fine animal hair, containing less than 85% by weight of wool or fine animal hair, mixed mainly or solely with fibres n.e.c. in heading no. 5111", - "parent": "5111", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5112", - "text": "5112 - Woven fabrics of combed wool or of combed fine animal hair", - "parent": "51", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "511211", - "text": "511211 - Fabrics, woven; of combed wool or combed fine animal hair, containing 85% or more by weight of wool or fine animal hair, of a weight not exceeding 200g/m2", - "parent": "5112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "511219", - "text": "511219 - Fabrics, woven; of combed wool or combed fine animal hair, containing 85% or more by weight of wool or fine animal hair, of a weight exceeding 200g/m2", - "parent": "5112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "511220", - "text": "511220 - Fabrics, woven; of combed wool or combed fine animal hair, containing less than 85% by weight of wool or fine animal hair, mixed mainly or solely with man-made filaments", - "parent": "5112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "511230", - "text": "511230 - Fabrics, woven; of combed wool or combed fine animal hair, containing less than 85% by weight of wool or fine animal hair, mixed mainly or solely with man-made staple fibres", - "parent": "5112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "511290", - "text": "511290 - Fabrics, woven; of combed wool or combed fine animal hair, containing less than 85% by weight of wool or fine animal hair, mixed mainly or solely with fibres n.e.c. in heading no. 5112", - "parent": "5112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5113", - "text": "5113 - Woven fabrics of coarse animal hair or of horsehair", - "parent": "51", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "511300", - "text": "511300 - Fabrics, woven; of coarse animal hair or of horsehair", - "parent": "5113", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "52", - "text": "52 - Cotton", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "5201", - "text": "5201 - Cotton; not carded or combed", - "parent": "52", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "520100", - "text": "520100 - Cotton; not carded or combed", - "parent": "5201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5202", - "text": "5202 - Cotton waste (including yarn waste and garnetted stock)", - "parent": "52", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "520210", - "text": "520210 - Cotton; yarn waste (including thread waste)", - "parent": "5202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520291", - "text": "520291 - Cotton; garnetted stock waste", - "parent": "5202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520299", - "text": "520299 - Cotton; waste other than garnetted stock and yarn (including thread) waste", - "parent": "5202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5203", - "text": "5203 - Cotton, carded or combed", - "parent": "52", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "520300", - "text": "520300 - Cotton; carded or combed", - "parent": "5203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5204", - "text": "5204 - Cotton sewing thread, whether or not put up for retail sale", - "parent": "52", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "520411", - "text": "520411 - Cotton; sewing thread, containing 85% or more by weight of cotton, not put up for retail sale", - "parent": "5204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520419", - "text": "520419 - Cotton; sewing thread, containing less than 85% by weight of cotton, not put up for retail sale", - "parent": "5204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520420", - "text": "520420 - Cotton; sewing thread, put up for retail sale", - "parent": "5204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5205", - "text": "5205 - Cotton yarn (other than sewing thread), containing 85% or more by weight of cotton, not put up for retail sale", - "parent": "52", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "520511", - "text": "520511 - Cotton yarn; (not sewing thread), single, of uncombed fibres, 85% or more by weight of cotton, measuring 714.29 decitex or more, (not exceeding 14 metric number), not for retail sale", - "parent": "5205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520512", - "text": "520512 - Cotton yarn; (not sewing thread), single, of uncombed fibres, 85% or more by weight of cotton, less than 714.29 but not less than 232.56 decitex (exceeding 14 but not exceeding 43 metric number), not for retail sale", - "parent": "5205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520513", - "text": "520513 - Cotton yarn; (not sewing thread), single, of uncombed fibres, 85% or more by weight of cotton, less than 232.56 but not less than 192.31 decitex (exceeding 43 but not exceeding 52 metric number), not for retail sale", - "parent": "5205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520514", - "text": "520514 - Cotton yarn; (not sewing thread), single, of uncombed fibres, 85% or more by weight of cotton, less than 192.31 but not less than 125 decitex (exceeding 52 but not exceeding 80 metric number), not for retail sale", - "parent": "5205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520515", - "text": "520515 - Cotton yarn; (not sewing thread), single, of uncombed fibres, 85% or more by weight of cotton, measuring less than 125 decitex (exceeding 80 metric number), not for retail sale", - "parent": "5205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520521", - "text": "520521 - Cotton yarn; (not sewing thread), single, of combed fibres, 85% or more by weight of cotton, measuring 714.29 decitex or more, (not exceeding 14 metric number), not for retail sale", - "parent": "5205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520522", - "text": "520522 - Cotton yarn; (not sewing thread), single, of combed fibres, 85% or more by weight of cotton, less than 714.29 but not less than 232.56 decitex (exceeding 14 but not exceeding 43 metric number), not for retail sale", - "parent": "5205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520523", - "text": "520523 - Cotton yarn; (not sewing thread), single, of combed fibres, 85% or more by weight of cotton, less than 232.56 but not less than 192.31 decitex (exceeding 43 but not exceeding 52 metric number), not for retail sale", - "parent": "5205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520524", - "text": "520524 - Cotton yarn; (not sewing thread), single, of combed fibres, 85% or more by weight of cotton, less than 192.31 but not less than 125 decitex (exceeding 52 but not exceeding 80 metric number), not for retail sale", - "parent": "5205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520525", - "text": "520525 - Cotton yarn >85% single combed <125 dtex, not retail", - "parent": "5205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520526", - "text": "520526 - Cotton yarn; (not sewing thread), single, of combed fibres, 85% or more by weight of cotton, less than 125 but not less than 106.38 decitex (over 80 but not over 94 metric number), not for retail sale", - "parent": "5205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520527", - "text": "520527 - Cotton yarn; (not sewing thread), single, of combed fibres, 85% or more by weight of cotton, less than 106.38 but not less than 83.33 decitex (over 94 but not over 120 metric number), not for retail sale", - "parent": "5205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520528", - "text": "520528 - Cotton yarn; (not sewing thread), single, of combed fibres, 85% or more by weight of cotton, measuring less than 83.33 decitex (exceeding 120 metric number), not for retail sale", - "parent": "5205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520531", - "text": "520531 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, 85% or more by weight of cotton, 714.29 decitex or more (not exceeding 14 metric number) per single yarn, not for retail sale", - "parent": "5205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520532", - "text": "520532 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, 85% or more by weight of cotton, 714.28 to 232.56 decitex (15 to 43 metric number) per single yarn, not for retail sale", - "parent": "5205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520533", - "text": "520533 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, 85% or more by weight of cotton, 232.55 to 192.31 decitex (44 to 52 metric number) per single yarn, not for retail sale", - "parent": "5205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520534", - "text": "520534 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, 85% or more by weight of cotton, 192.30 to 125 decitex (53 to 80 metric number) per single yarn, not for retail sale", - "parent": "5205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520535", - "text": "520535 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, 85% or more by weight of cotton, less than 125 decitex (exceeding 80 metric number), per single yarn, not for retail sale", - "parent": "5205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520541", - "text": "520541 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, 85% or more by weight of cotton, 714.29 decitex or more (not exceeding 14 metric number) per single yarn, not for retail sale", - "parent": "5205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520542", - "text": "520542 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, 85% or more by weight of cotton, 714.28 to 232.56 decitex (15 to 43 metric number) per single yarn, not for retail sale", - "parent": "5205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520543", - "text": "520543 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, 85% or more by weight of cotton, 232.55 to 192.31 decitex (44 to 52 metric number) per single yarn, not for retail sale", - "parent": "5205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520544", - "text": "520544 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, 85% or more by weight of cotton, 192.30 to 125 decitex (53 to 80 metric number) per single yarn, not for retail sale", - "parent": "5205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520545", - "text": "520545 - Cotton yarn >85% multiple combed <125 dtex,not retail", - "parent": "5205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520546", - "text": "520546 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, 85% or more by weight of cotton, 124 to 106.38 decitex (81 to 94 metric number) per single yarn, not for retail sale", - "parent": "5205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520547", - "text": "520547 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, 85% or more by weight of cotton, 106.37 to 83.33 decitex (95 to 120 metric number) per single yarn, not for retail sale", - "parent": "5205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520548", - "text": "520548 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, 85% or more by weight of cotton, less than 83.33 decitex (exceeding 120 metric number) per single yarn, not for retail sale", - "parent": "5205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5206", - "text": "5206 - Cotton yarn (other than sewing thread), containing less than 85% by weight of cotton, not put up for retail sale", - "parent": "52", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "520611", - "text": "520611 - Cotton yarn; (not sewing thread), single, of uncombed fibres, less than 85% by weight of cotton, measuring 714.29 decitex or more (not exceeding 14 metric number), not for retail sale", - "parent": "5206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520612", - "text": "520612 - Cotton yarn; (not sewing thread), single, of uncombed fibres, less than 85% by weight of cotton, less than 714.29 but not less than 232.56 decitex (exceeding 14 but not exceeding 43 metric number), not for retail sale", - "parent": "5206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520613", - "text": "520613 - Cotton yarn; (not sewing thread), single, of uncombed fibres, less than 85% by weight of cotton, less than 232.56 but not less than 192.31 decitex (exceeding 43 but not exceeding 52 metric number), not for retail sale", - "parent": "5206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520614", - "text": "520614 - Cotton yarn; (not sewing thread), single, of uncombed fibres, less than 85% by weight of cotton, less than 192.31 but not less than 125 decitex (exceeding 52 but not exceeding 80 metric number), not for retail sale", - "parent": "5206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520615", - "text": "520615 - Cotton yarn; (not sewing thread), single, of uncombed fibres, less than 85% by weight of cotton, measuring less than 125 decitex (exceeding 80 metric number), not for retail sale", - "parent": "5206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520621", - "text": "520621 - Cotton yarn; (not sewing thread), single, of combed fibres, less than 85% by weight of cotton, measuring 714.29 decitex or more, (not exceeding 14 metric number), not for retail sale", - "parent": "5206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520622", - "text": "520622 - Cotton yarn; (not sewing thread), single, of combed fibres, less than 85% by weight of cotton, less than 714.29 but not less than 232.56 decitex (exceeding 14 but not exceeding 43 metric number), not for retail sale", - "parent": "5206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520623", - "text": "520623 - Cotton yarn; (not sewing thread), single, of combed fibres, less than 85% by weight of cotton, less than 232.56 but not less than 192.31 decitex (exceeding 43 but not exceeding 52 metric number), not for retail sale", - "parent": "5206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520624", - "text": "520624 - Cotton yarn; (not sewing thread), single, of combed fibres, less than 85% by weight of cotton, less than 192.31 but not less than 125 decitex (exceeding 52 but not exceeding 80 metric number), not for retail sale", - "parent": "5206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520625", - "text": "520625 - Cotton yarn; (not sewing thread), single, of combed fibres, less than 85% by weight of cotton, measuring less than 125 decitex (exceeding 80 metric number), not for retail sale", - "parent": "5206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520631", - "text": "520631 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, less than 85% by weight of cotton, 714.29 decitex or more (not exceeding 14 metric number) per single yarn, not for retail sale", - "parent": "5206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520632", - "text": "520632 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, less than 85% by weight of cotton, 714.28 to 232.56 decitex (15 to 43 metric number) per single yarn, not for retail sale", - "parent": "5206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520633", - "text": "520633 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, less than 85% by weight of cotton, 232.55 to 192.31 decitex (44 to 52 metric number) per single yarn, not for retail sale", - "parent": "5206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520634", - "text": "520634 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, less than 85% by weight of cotton, 192.30 to 125 decitex (53 to 80 metric number) per single yarn, not for retail sale", - "parent": "5206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520635", - "text": "520635 - Cotton yarn; (not sewing thread), multiple or cabled, of uncombed fibres, less than 85% by weight of cotton, less than 125 decitex (exceeding 80 metric number) per single yarn, not for retail sale", - "parent": "5206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520641", - "text": "520641 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, less than 85% by weight of cotton, 714.29 decitex or more (not exceeding 14 metric number) per single yarn, not for retail sale", - "parent": "5206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520642", - "text": "520642 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, less than 85% by weight of cotton, 714.28 to 232.56 decitex (15 to 43 metric number) per single yarn, not for retail sale", - "parent": "5206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520643", - "text": "520643 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, less than 85% by weight of cotton, 232.55 to 192.31 decitex (44 to 52 metric number) per single yarn, not for retail sale", - "parent": "5206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520644", - "text": "520644 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, less than 85% by weight of cotton, 192.30 to 125 decitex (53 to 80 metric number) per single yarn, not for retail sale", - "parent": "5206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520645", - "text": "520645 - Cotton yarn; (not sewing thread), multiple or cabled, of combed fibres, less than 85% by weight of cotton, less than 125 decitex (exceeding 80 metric number) per single yarn, not for retail sale", - "parent": "5206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5207", - "text": "5207 - Cotton yarn (other than sewing thread), put up for retail sale", - "parent": "52", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "520710", - "text": "520710 - Cotton yarn; (not sewing thread), containing 85% or more by weight of cotton, put up for retail sale", - "parent": "5207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520790", - "text": "520790 - Cotton yarn; (not sewing thread), containing less than 85% by weight of cotton, put up for retail sale", - "parent": "5207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5208", - "text": "5208 - Woven fabrics of cotton, containing 85% or more by weight of cotton, weighing not more than 200 g/m2", - "parent": "52", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "520811", - "text": "520811 - Fabrics, woven; containing 85% or more by weight of cotton, unbleached, plain weave, weighing not more than 100g/m2", - "parent": "5208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520812", - "text": "520812 - Fabrics, woven; containing 85% or more by weight of cotton, unbleached, plain weave, weighing more than 100g/m2 but not more than 200g/m2", - "parent": "5208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520813", - "text": "520813 - Fabrics, woven; containing 85% or more by weight of cotton, unbleached, 3-thread or 4-thread twill, including cross twill, weighing not more than 200g/m2", - "parent": "5208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520819", - "text": "520819 - Fabrics, woven; containing 85% or more by weight of cotton, unbleached, of weaves n.e.c. in item no. 5208.1, weighing not more than 200g/m2", - "parent": "5208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520821", - "text": "520821 - Fabrics, woven; containing 85% or more by weight of cotton, bleached, plain weave, weighing not more than 100g/m2", - "parent": "5208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520822", - "text": "520822 - Fabrics, woven; containing 85% or more by weight of cotton, bleached, plain weave, weighing more than 100g/m2 but not more than 200g/m2", - "parent": "5208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520823", - "text": "520823 - Fabrics, woven; containing 85% or more by weight of cotton, bleached, 3-thread or 4-thread twill, including cross twill, weighing not more than 200g/m2", - "parent": "5208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520829", - "text": "520829 - Fabrics, woven; containing 85% or more by weight of cotton, bleached, of weaves n.e.c. in item no. 5208.2, weighing not more than 200g/m2", - "parent": "5208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520831", - "text": "520831 - Fabrics, woven; containing 85% or more by weight of cotton, dyed, plain weave, weighing not more than 100g/m2", - "parent": "5208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520832", - "text": "520832 - Fabrics, woven; containing 85% or more by weight of cotton, dyed, plain weave, weighing more than 100g/m2 but not more than 200g/m2", - "parent": "5208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520833", - "text": "520833 - Fabrics, woven; containing 85% or more by weight of cotton, dyed, 3-thread or 4-thread twill, including cross twill, weighing not more than 200g/m2", - "parent": "5208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520839", - "text": "520839 - Fabrics, woven; containing 85% or more by weight of cotton, dyed, of weaves n.e.c. in item no. 5208.3 weighing not more than 200g/m2", - "parent": "5208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520841", - "text": "520841 - Fabrics, woven; containing 85% or more by weight of cotton, of yarns of different colours, plain weave, weighing not more than 100g/m2", - "parent": "5208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520842", - "text": "520842 - Fabrics, woven; containing 85% or more by weight of cotton, of yarns of different colours, weighing more than 100g/m2 but not more than 200g/m2", - "parent": "5208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520843", - "text": "520843 - Fabrics, woven; containing 85% or more by weight of cotton, of yarns of different colours, 3-thread or 4-thread twill, including cross twill, weighing not more than 200g/m2", - "parent": "5208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520849", - "text": "520849 - Fabrics, woven; containing 85% or more by weight of cotton, of yarns of different colours, of weaves n.e.c. in item no. 5208.4, weighing not more than 200g/m2", - "parent": "5208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520851", - "text": "520851 - Fabrics, woven; containing 85% or more by weight of cotton, printed, plain weave, weighing not more than 100g/m2", - "parent": "5208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520852", - "text": "520852 - Fabrics, woven; containing 85% or more by weight of cotton, printed, plain weave, weighing more than 100g/m2 but not more than 200g/m2", - "parent": "5208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520853", - "text": "520853 - Twill weave cotton, >85% <200g/m2, printed", - "parent": "5208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520859", - "text": "520859 - Fabrics, woven; containing 85% or more by weight of cotton, printed, of weaves n.e.c. in item no. 5208.5, weighing not more than 200g/m2", - "parent": "5208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5209", - "text": "5209 - Woven fabrics of cotton, containing 85% or more by weight of cotton, weighing more than 200g/m2", - "parent": "52", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "520911", - "text": "520911 - Fabrics, woven; containing 85% or more by weight of cotton, unbleached, plain weave, weighing more than 200g/m2", - "parent": "5209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520912", - "text": "520912 - Fabrics, woven; containing 85% or more by weight of cotton, unbleached, 3-thread or 4-thread twill, including cross twill, weighing more than 200g/m2", - "parent": "5209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520919", - "text": "520919 - Fabrics, woven; containing 85% or more by weight of cotton, unbleached, of weaves n.e.c. in item no. 5209.1, weighing more than 200g/m2", - "parent": "5209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520921", - "text": "520921 - Fabrics, woven; containing 85% or more by weight of cotton, bleached, plain weave, weighing more than 200g/m2", - "parent": "5209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520922", - "text": "520922 - Fabrics, woven; containing 85% or more by weight of cotton, bleached, 3-thread or 4-thread twill, including cross twill, weighing more than 200g/m2", - "parent": "5209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520929", - "text": "520929 - Fabrics, woven; containing 85% or more by weight of cotton, bleached, of weaves n.e.c. in item no. 5209.2, weighing more than 200g/m2", - "parent": "5209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520931", - "text": "520931 - Fabrics, woven; containing 85% or more by weight of cotton, dyed, plain weave, weighing more than 200g/m2", - "parent": "5209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520932", - "text": "520932 - Fabrics, woven; containing 85% or more by weight of cotton, dyed, 3-thread or 4-thread twill, including cross twill, weighing more than 200g/m2", - "parent": "5209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520939", - "text": "520939 - Fabrics, woven; containing 85% or more by weight of cotton, dyed, of weaves n.e.c. in item no. 5209.3, weighing more than 200g/m2", - "parent": "5209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520941", - "text": "520941 - Fabrics, woven; containing 85% or more by weight of cotton, of yarns of different colours, plain weave, weighing more than 200g/m2", - "parent": "5209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520942", - "text": "520942 - Fabrics, woven; containing 85% or more by weight of cotton, of yarns of different colours, weighing more than 200g/m2, denim", - "parent": "5209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520943", - "text": "520943 - Fabrics, woven; containing 85% or more by weight of cotton, of yarns of different colours, 3-thread or 4-thread twill, including cross twill, weighing more than 200g/m2", - "parent": "5209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520949", - "text": "520949 - Fabrics, woven; containing 85% or more by weight of cotton, of yarns of different colours, of weaves n.e.c. in item no. 5209.4, weighing more than 200g/m2", - "parent": "5209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520951", - "text": "520951 - Fabrics, woven; containing 85% or more by weight of cotton, printed, plain weave, weighing more than 200g/m2", - "parent": "5209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520952", - "text": "520952 - Fabrics, woven; containing 85% or more by weight of cotton, printed, 3-thread or 4-thread twill, including cross twill, weighing more than 200g/m2", - "parent": "5209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "520959", - "text": "520959 - Fabrics, woven; containing 85% or more by weight of cotton, printed, of weaves n.e.c. in item no. 5209.5, weighing more than 200g/m2", - "parent": "5209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5210", - "text": "5210 - Woven fabrics of cotton, containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing not more than 200 g/m2", - "parent": "52", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "521011", - "text": "521011 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, unbleached, plain weave, weighing 200g/m2 or less", - "parent": "5210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521012", - "text": "521012 - Twill weave cotton <85% +manmade fibre <200g unbleach", - "parent": "5210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521019", - "text": "521019 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, unbleached, of weaves n.e.c. in item no. 5210.1, weighing 200g/m2 or less", - "parent": "5210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521021", - "text": "521021 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, bleached, plain weave, weighing 200g/m2 or less", - "parent": "5210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521022", - "text": "521022 - Twill weave cotton <85% +manmade fibre, <200g bleache", - "parent": "5210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521029", - "text": "521029 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing 200g/m2 or less, bleached, of weaves n.e.c. in item no. 5210.2", - "parent": "5210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521031", - "text": "521031 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing 200g/m2 or less, dyed, plain weave", - "parent": "5210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521032", - "text": "521032 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing 200g/m2 or less, dyed, 3-thread or 4-thread twill, including cross twill", - "parent": "5210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521039", - "text": "521039 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing 200g/m2 or less, dyed, of weaves n.e.c. in item no. 5210.3", - "parent": "5210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521041", - "text": "521041 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing 200g/m2 or less, of yarns of different colours, plain weave", - "parent": "5210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521042", - "text": "521042 - Twill cotton , <85% +manmade fibre, <200g/m2 yarn dye", - "parent": "5210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521049", - "text": "521049 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing 200g/m2 or less, of yarns of different colours, of weaves n.e.c. in item no. 5210.4", - "parent": "5210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521051", - "text": "521051 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing 200g/m2 or less, printed, plain weave", - "parent": "5210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521052", - "text": "521052 - Twill weave cotton, <85% +manmade fibre, <200g print", - "parent": "5210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521059", - "text": "521059 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing 200g/m2 or less, printed, of weaves n.e.c. in item no. 5210.5", - "parent": "5210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5211", - "text": "5211 - Woven fabrics of cotton, containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2", - "parent": "52", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "521111", - "text": "521111 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, unbleached, plain weave, weighing more than 200g/m2", - "parent": "5211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521112", - "text": "521112 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, unbleached, 3- or 4-thread twill, including cross twill, weighing more than 200g/m2", - "parent": "5211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521119", - "text": "521119 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, unbleached, of weaves n.e.c. in item no. 5211.1, weighing more than 200g/m2", - "parent": "5211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521120", - "text": "521120 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, bleached", - "parent": "5211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521121", - "text": "521121 - Plain weave cotton <85% +manmade fibre >200g bleached", - "parent": "5211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521122", - "text": "521122 - Twill weave cotton <85% +manmade fibre >200g bleached", - "parent": "5211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521129", - "text": "521129 - Woven cotton nes, <85% +manmade fibre, >200g, bleache", - "parent": "5211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521131", - "text": "521131 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, dyed, plain weave", - "parent": "5211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521132", - "text": "521132 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, dyed, 3-thread or 4-thread twill, including cross twill", - "parent": "5211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521139", - "text": "521139 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, dyed, of weaves n.e.c. in item no. 5211.3", - "parent": "5211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521141", - "text": "521141 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, of yarns of different colours, plain weave", - "parent": "5211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521142", - "text": "521142 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, of yarns of different colours, denim", - "parent": "5211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521143", - "text": "521143 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, of yarns of different colours, 3-thread or 4-thread twill, including cross twill", - "parent": "5211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521149", - "text": "521149 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, of yarns of different colours, of weaves n.e.c. in item no. 5211.4", - "parent": "5211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521151", - "text": "521151 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, printed, plain weave", - "parent": "5211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521152", - "text": "521152 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, printed, 3-thread or 4-thread twill, including cross twill", - "parent": "5211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521159", - "text": "521159 - Fabrics, woven; containing less than 85% by weight of cotton, mixed mainly or solely with man-made fibres, weighing more than 200g/m2, printed, of weaves n.e.c. in item no. 5211.5", - "parent": "5211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5212", - "text": "5212 - Other woven fabrics of cotton, n.e.c. in chapter 52", - "parent": "52", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "521211", - "text": "521211 - Fabrics, woven; of cotton, unbleached, weighing not more than 200g/m2, n.e.c. in chapter 52", - "parent": "5212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521212", - "text": "521212 - Fabrics, woven; of cotton, bleached, weighing not more than 200g/m2, n.e.c. in chapter 52", - "parent": "5212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521213", - "text": "521213 - Fabrics, woven; of cotton, dyed, weighing not more than 200g/m2, n.e.c. in chapter 52", - "parent": "5212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521214", - "text": "521214 - Fabrics, woven; of cotton, of yarns of different colours, weighing not more than 200g/m2, n.e.c. in chapter 52", - "parent": "5212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521215", - "text": "521215 - Fabrics, woven; of cotton, printed, weighing not more than 200g/m2, n.e.c. in chapter 52", - "parent": "5212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521221", - "text": "521221 - Fabrics, woven; of cotton, unbleached, weighing more than 200g/m2, n.e.c. in chapter 52", - "parent": "5212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521222", - "text": "521222 - Fabrics, woven; of cotton, bleached, weighing more than 200g/m2, n.e.c. in chapter 52", - "parent": "5212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521223", - "text": "521223 - Fabrics, woven; of cotton, dyed, weighing more than 200g/m2, n.e.c. in chapter 52", - "parent": "5212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521224", - "text": "521224 - Fabrics, woven; of cotton, of yarns of different colours, weighing more than 200g/m2, n.e.c. in chapter 52", - "parent": "5212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "521225", - "text": "521225 - Fabrics, woven; of cotton, printed, weighing more than 200g/m2, n.e.c. in chapter 52", - "parent": "5212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "53", - "text": "53 - Vegetable textile fibres; paper yarn and woven fabrics of paper yarn", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "5301", - "text": "5301 - Flax, raw or processed but not spun; flax tow and waste (including yarn waste and garnetted stock)", - "parent": "53", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "530110", - "text": "530110 - Flax; raw or retted, but not spun", - "parent": "5301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "530121", - "text": "530121 - Flax; broken or scutched, but not spun", - "parent": "5301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "530129", - "text": "530129 - Flax; hackled or otherwise processed, but not spun", - "parent": "5301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "530130", - "text": "530130 - Flax; tow and waste, including yarn waste and garnetted stock", - "parent": "5301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5302", - "text": "5302 - True hemp (cannabis sativa L.), raw or processed but not spun; tow and waste of true hemp (including yarn waste and garnetted stock)", - "parent": "53", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "530210", - "text": "530210 - Hemp (cannabis sativa L.); raw or retted, but not spun", - "parent": "5302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "530290", - "text": "530290 - Hemp (cannabis sativa L.); processed (other than retted) (but not spun), true hemp tow and waste (including yarn waste and garnetted stock)", - "parent": "5302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5303", - "text": "5303 - Jute and other textile bast fibres (not flax, true hemp and ramie), raw or processed but not spun; tow and waste of these fibres, including yarn waste and garnetted stock", - "parent": "53", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "530310", - "text": "530310 - Jute and other textile bast fibres; raw or retted, but not spun, (excluding flax, hemp (cannabis sativa L.), and ramie)", - "parent": "5303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "530390", - "text": "530390 - Jute and other textile bast fibres; processed but not spun, tow and waste of these fibres, including yarn waste and garnetted stock (excluding flax, hemp (cannabis sativa L.), and ramie)", - "parent": "5303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5304", - "text": "5304 - Sisal, Agave, raw, processed, not spun, tow and waste", - "parent": "53", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "530410", - "text": "530410 - Sisal and Agave, raw", - "parent": "5304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "530490", - "text": "530490 - Sisal and Agave, processed but not spun, tow & waste", - "parent": "5304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5305", - "text": "5305 - Coconut, abaca (Manila hemp or Musa textilis Nee), ramie and other vegetable textile fibres n.e.c., raw or processed but not spun; tow, noils and waste of these fibres (including yarn waste and garnetted stock)", - "parent": "53", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "530500", - "text": "530500 - Coconut, abaca (Manila hemp or Musa textilis Nee), ramie and other vegetable textile fibres n.e.c., raw or processed but not spun; tow, noils and waste of these fibres (including yarn waste and garnetted stock)", - "parent": "5305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "530511", - "text": "530511 - Coconut (coir) fibre, raw", - "parent": "5305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "530519", - "text": "530519 - Coconut (coir) fibre,processed not spun, tow & waste", - "parent": "5305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "530521", - "text": "530521 - Abaca fibre, raw", - "parent": "5305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "530529", - "text": "530529 - Abaca fibre, processed but not spun, tow, noils, wast", - "parent": "5305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "530590", - "text": "530590 - Ramie & oth. veg. textile fibres, n.e.s., raw/processed but not spun; tow, ...", - "parent": "5305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "530591", - "text": "530591 - Vegetable textile fibres nes, raw", - "parent": "5305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "530599", - "text": "530599 - Vegetable fibre nes, processed not spun, tow & waste", - "parent": "5305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5306", - "text": "5306 - Flax yarn", - "parent": "53", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "530610", - "text": "530610 - Yarn; of flax, single", - "parent": "5306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "530620", - "text": "530620 - Yarn; of flax, multiple (folded) or cabled", - "parent": "5306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5307", - "text": "5307 - Yarn of jute or of other textile bast fibres of heading no. 5305", - "parent": "53", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "530710", - "text": "530710 - Yarn; of jute or of other textile bast fibres, single", - "parent": "5307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "530720", - "text": "530720 - Yarn; of jute or of other textile bast fibres, multiple (folded) or cabled", - "parent": "5307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5308", - "text": "5308 - Yarn of other vegetable textile fibres; paper yarn", - "parent": "53", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "530810", - "text": "530810 - Yarn; of coir", - "parent": "5308", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "530820", - "text": "530820 - Yarn; of hemp (cannabis sativa L.)", - "parent": "5308", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "530830", - "text": "530830 - Paper yarn", - "parent": "5308", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "530890", - "text": "530890 - Yarn; of vegetable textile fibres n.e.c. in heading no. 5306, 5307 and 5308", - "parent": "5308", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5309", - "text": "5309 - Woven fabrics of flax", - "parent": "53", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "530911", - "text": "530911 - Fabrics, woven; of flax, containing 85% or more flax, unbleached or bleached", - "parent": "5309", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "530919", - "text": "530919 - Fabrics, woven; of flax, containing 85% or more flax, other than bleached or unbleached", - "parent": "5309", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "530921", - "text": "530921 - Fabrics, woven; of flax, containing less than 85% flax, unbleached or bleached", - "parent": "5309", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "530929", - "text": "530929 - Fabrics, woven; of flax, containing less than 85% flax, other than unbleached or bleached", - "parent": "5309", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5310", - "text": "5310 - Woven fabrics of jute, other textile bast fibres of heading no. 5303", - "parent": "53", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "531010", - "text": "531010 - Fabrics, woven; of jute or of other textile bast fibres of heading no. 5303, unbleached", - "parent": "5310", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "531090", - "text": "531090 - Fabrics, woven; of jute or of other textile bast fibres of heading no. 5303, other than unbleached", - "parent": "5310", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5311", - "text": "5311 - Woven fabrics of other vegetable textile fibres; woven fabrics of paper yarn", - "parent": "53", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "531100", - "text": "531100 - Fabrics, woven; of vegetable textile fibres n.e.c. in heading no. 5309 and 5310, woven fabrics of paper yarn", - "parent": "5311", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "54", - "text": "54 - Man-made filaments; strip and the like of man-made textile materials", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "5401", - "text": "5401 - Sewing thread of man-made filaments, whether or not put up for retail sale", - "parent": "54", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "540110", - "text": "540110 - Sewing thread; of synthetic filaments, whether or not put up for retail sale", - "parent": "5401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540120", - "text": "540120 - Sewing thread; of artificial filaments, whether or not put up for retail sale", - "parent": "5401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5402", - "text": "5402 - Synthetic filament yarn (other than sewing thread), not put up for retail sale, including synthetic monofilament of less than 67 decitex", - "parent": "54", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "540210", - "text": "540210 - Hi-ten yarn of nylon, polyamide, not sewing or retail", - "parent": "5402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540211", - "text": "540211 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of high tenacity yarn of nylon or other polyamides, textured or not; of aramids, not for retail sale, not sewing thread", - "parent": "5402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540219", - "text": "540219 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of high tenacity nylon or other polyamides, textured or not; other than aramids, not for retail sale, not sewing thread", - "parent": "5402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540220", - "text": "540220 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of high tenacity yarn of polyesters, whether or not textured, not for retail sale, not sewing thread", - "parent": "5402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540231", - "text": "540231 - Yarn, synthetic; filament, monofilament (less than 67 decitex), textured, of nylon or other polyamides, measuring per single yarn not more than 50 decitex, not for retail sale, not sewing thread", - "parent": "5402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540232", - "text": "540232 - Yarn, synthetic; filament, monofilament (less than 67 decitex), textured, of nylon or other polyamides, measuring per single yarn more than 50 decitex, not for retail sale, not sewing thread", - "parent": "5402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540233", - "text": "540233 - Yarn, synthetic; filament, monofilament (less than 67 decitex), textured, of polyesters, not for retail sale, not sewing thread", - "parent": "5402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540234", - "text": "540234 - Yarn, synthetic; filament, monofilament (less than 67 decitex), textured, of polypropylene, not for retail sale, not sewing thread", - "parent": "5402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540239", - "text": "540239 - Yarn, synthetic; filament, monofilament (less than 67 decitex), textured, other than of nylon or other polymides, polyesters, or polypropylene, not for retail sale, not sewing thread", - "parent": "5402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540241", - "text": "540241 - Yarn,nylon/polyamide, single untwisted nes, not retai", - "parent": "5402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540242", - "text": "540242 - Yarn, polyester, part oriented, single, not retail", - "parent": "5402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540243", - "text": "540243 - Yarn, polyester, single, untwisted nes, not retail", - "parent": "5402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540244", - "text": "540244 - Yarn, synthetic; filament, monofilament (less than 67 decitex), other than high tenacity or textured yarn, elastomeric, single, untwisted or twisted 50 turns or less per metre, not for retail sale, not sewing thread", - "parent": "5402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540245", - "text": "540245 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of nylon or other polymides (not high tenacity or textured), single, untwisted or twisted 50 turns or less per metre, not for retail sale, not sewing thread", - "parent": "5402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540246", - "text": "540246 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of polyesters (not high tenacity or textured), partially oriented, single, untwisted or twisted 50 turns or less per metre, not for retail sale, not sewing thread", - "parent": "5402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540247", - "text": "540247 - Yarn, synthetic; filament, monofilament (less than 67 decitex), polyesters (not high tenacity or textured), not partially oriented, single, untwisted or twisted 50 turns or less per metre, not for retail sale, not sewing thread", - "parent": "5402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540248", - "text": "540248 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of polypropylene (not high tenacity or textured), single, untwisted or twisted 50 turns or less per metre, not for retail sale, not sewing thread", - "parent": "5402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540249", - "text": "540249 - Yarn, synthetic; filament, monofilament (less than 67 decitex), other than high tenacity or textured yarn, single, untwisted or twisted 50 turns or less per metre, n.e.c. in heading no. 5402, not for retail sale, not sewing thread", - "parent": "5402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540251", - "text": "540251 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of nylon or other polymides (not high tenacity or textured), single, twisted more than 50 turns per metre, not for retail sale, not sewing thread", - "parent": "5402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540252", - "text": "540252 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of polyesters (not high tenacity or textured), single, twisted more than 50 turns per metre, not for retail sale, not sewing thread", - "parent": "5402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540253", - "text": "540253 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of polypropylene (not high tenacity or textured), single, twisted more than 50 turns per metre, not for retail sale, not sewing thread", - "parent": "5402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540259", - "text": "540259 - Yarn, synthetic; filament, monofilament (less than 67 decitex), other than high tenacity or textured yarn, single, twisted more than 50 turns per metre, n.e.c. in heading no. 5402, not for retail sale, not sewing thread", - "parent": "5402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540261", - "text": "540261 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of nylon or other polymides (not high tenacity or textured), multiple (folded) or cabled, not for retail sale, not sewing thread", - "parent": "5402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540262", - "text": "540262 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of polyesters (not high tenacity or textured), multiple (folded) or cabled, not for retail sale, not sewing thread", - "parent": "5402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540263", - "text": "540263 - Yarn, synthetic; filament, monofilament (less than 67 decitex), of polypropylene, other than high tenacity or textured yarn, multiple (folded) or cabled, not for retail sale, not sewing thread", - "parent": "5402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540269", - "text": "540269 - Yarn, synthetic; filament, monofilament (less than 67 decitex), other than high tenacity or textured yarn, multiple (folded) or cabled, n.e.c. in heading no. 5402, not for retail sale, not sewing thread", - "parent": "5402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5403", - "text": "5403 - Artificial filament yarn (other than sewing thread), not put up for retail sale, including artificial monofilament of less than 67 decitex", - "parent": "54", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "540310", - "text": "540310 - Yarn, artificial; filament, monofilament (less than 67 decitex), of high tenacity viscose rayon, not for retail sale, not sewing thread", - "parent": "5403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540320", - "text": "540320 - Textured yarn nes, of artificial filaments, not retai", - "parent": "5403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540331", - "text": "540331 - Yarn, artificial; filament, monofilament (less than 67 decitex), of viscose rayon (not high tenacity), single, untwisted or twisted 120 turns per metre or less, not for retail sale, not sewing thread", - "parent": "5403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540332", - "text": "540332 - Yarn, artificial; filament, monofilament (less than 67 decitex), of viscose rayon (not high tenacity), single, twisted more than 120 turns per metre, not for retail sale, not sewing thread", - "parent": "5403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540333", - "text": "540333 - Yarn, artificial; filament, monofilament (less than 67 decitex), of cellulose acetate, single, not for retail sale, not sewing thread", - "parent": "5403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540339", - "text": "540339 - Yarn, artificial; filament, monofilament (less than 67 decitex), single, n.e.c. in heading no. 5403, not for retail sale, not sewing thread", - "parent": "5403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540341", - "text": "540341 - Yarn, artificial; filament, monofilament (less than 67 decitex), of viscose rayon (not high tenacity), multiple (folded) or cabled, not for retail sale, not sewing thread", - "parent": "5403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540342", - "text": "540342 - Yarn, artificial; filament, monofilament (less than 67 decitex), of cellulose acetate, multiple (folded) or cabled, not for retail sale, not sewing thread", - "parent": "5403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540349", - "text": "540349 - Yarn, artificial; filament, monofilament (less than 67 decitex), multiple (folded) or cabled, n.e.c. in heading no. 5403, not for retail sale, not sewing thread", - "parent": "5403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5404", - "text": "5404 - Synthetic monofilament of 67 decitex or more, of which no cross-sectional dimension exceeds 1mm; strip and the like (e.g. artificial straw) of synthetic textile materials of an apparent width not exceeding 5mm", - "parent": "54", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "540410", - "text": "540410 - Synthetic monofilament, >67 dtex, thickness < 1mm", - "parent": "5404", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540411", - "text": "540411 - Elastomeric monofilament; of 67 decitex or more and of which no cross-sectional dimension exceeds 1mm", - "parent": "5404", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540412", - "text": "540412 - Monofilament of polypropylene; of 67 decitex or more and of which no cross-sectional dimension exceeds 1mm", - "parent": "5404", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540419", - "text": "540419 - Monofilament n.e.c. in heading no 5404; of 67 decitex or more and of which no cross-sectional dimension exceeds 1mm", - "parent": "5404", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540490", - "text": "540490 - Filament, synthetic; strip and the like (e.g.. artificial straw), of synthetic textile materials of an apparent width not exceeding 5mm", - "parent": "5404", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5405", - "text": "5405 - Artificial monofilament of 67 decitex or more, no cross-sectional dimension exceeds 1mm; strip and the like (e.g. artificial straw), of artificial textile materials of a width not exceeding 5mm", - "parent": "54", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "540500", - "text": "540500 - Monofilament, synthetic; of 67 decitex or more and of which no cross-sectional dimension exceeds 1mm, strip and the like (e.g. artificial straw), of synthetic textile materials with width not over 5mm", - "parent": "5405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5406", - "text": "5406 - Man-made filament yarn (other than sewing thread), put up for retail sale", - "parent": "54", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "540600", - "text": "540600 - Man-made filament yarn (other than sewing thread), put up for retail sale", - "parent": "5406", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540610", - "text": "540610 - Yarn of synthetic filament not sewing thread, retail", - "parent": "5406", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540620", - "text": "540620 - Yarn of artificial filament not sewing thread, retail", - "parent": "5406", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5407", - "text": "5407 - Woven fabrics of synthetic filament yarn, including woven fabrics obtained from materials of heading no. 5404", - "parent": "54", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "540710", - "text": "540710 - Fabrics, woven; from high tenacity yarn, of nylon, other polyamides or of polyesters", - "parent": "5407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540720", - "text": "540720 - Fabrics, woven; from strip or the like, of synthetic textile materials", - "parent": "5407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540730", - "text": "540730 - Fabrics, woven; from synthetic filament yarn, adhesive or thermal bonded", - "parent": "5407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540741", - "text": "540741 - Fabrics, woven; containing 85% or more by weight of filaments of nylon or other polyamides, unbleached or bleached", - "parent": "5407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540742", - "text": "540742 - Fabrics, woven; containing 85% or more by weight of filaments of nylon or other polyamides, dyed", - "parent": "5407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540743", - "text": "540743 - Fabrics, woven; containing 85% or more by weight of filaments of nylon or other polyamides, of yarns of different colours", - "parent": "5407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540744", - "text": "540744 - Fabrics, woven; containing 85% or more by weight of filaments of nylon or other polyamides, printed", - "parent": "5407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540751", - "text": "540751 - Fabrics, woven; containing 85% or more by weight of textured polyester filaments, unbleached or bleached", - "parent": "5407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540752", - "text": "540752 - Fabrics, woven; containing 85% or more by weight of textured polyester filaments, dyed", - "parent": "5407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540753", - "text": "540753 - Fabrics, woven; containing 85% or more by weight of textured polyester filaments, of yarns of different colours", - "parent": "5407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540754", - "text": "540754 - Fabrics, woven; containing 85% or more by weight of textured polyester filaments, printed", - "parent": "5407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540760", - "text": "540760 - Woven fabric >85% non-textured polyester filament, ne", - "parent": "5407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540761", - "text": "540761 - Fabrics, woven; containing 85% or more by weight of non-textured polyester filaments", - "parent": "5407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540769", - "text": "540769 - Fabrics, woven; containing less than 85% by weight of non-textured polyester filaments", - "parent": "5407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540771", - "text": "540771 - Fabrics, woven; containing 85% or more by weight of synthetic filaments (excluding nylon or other polyamides and polyesters), unbleached or bleached", - "parent": "5407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540772", - "text": "540772 - Fabrics, woven; containing 85% or more by weight of synthetic filaments (excluding nylon or other polyamides and polyesters), dyed", - "parent": "5407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540773", - "text": "540773 - Fabrics, woven; containing 85% or more by weight of synthetic filaments (excluding nylon or other polyamides and polyesters), of yarns of different colours", - "parent": "5407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540774", - "text": "540774 - Fabrics, woven; containing 85% or more by weight of synthetic filaments (excluding nylon or other polyamides and polyesters), printed", - "parent": "5407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540781", - "text": "540781 - Fabrics, woven; of synthetic filament yarn, containing less than 85% by weight of synthetic filaments, mixed mainly or solely with cotton, bleached or unbleached", - "parent": "5407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540782", - "text": "540782 - Fabrics, woven; of synthetic filament yarn, containing less than 85% by weight of synthetic filaments, mixed mainly or solely with cotton, dyed", - "parent": "5407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540783", - "text": "540783 - Fabrics, woven; of synthetic filament yarn, containing less than 85% by weight of synthetic filaments, mixed mainly or solely with cotton, of yarns of different colours", - "parent": "5407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540784", - "text": "540784 - Fabrics, woven; of synthetic filament yarn, containing less than 85% by weight of synthetic filaments, printed", - "parent": "5407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540791", - "text": "540791 - Fabrics, woven; of synthetic filament yarn, bleached or unbleached, n.e.c. in heading no. 5407", - "parent": "5407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540792", - "text": "540792 - Fabrics, woven; of synthetic filament yarn, dyed, n.e.c. in heading 5407", - "parent": "5407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540793", - "text": "540793 - Fabrics, woven; of synthetic filament yarn, of yarns of different colours, n.e.c. in heading no. 5407", - "parent": "5407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540794", - "text": "540794 - Fabrics, woven; of synthetic filament yarn, printed, n.e.c. in heading no. 5407", - "parent": "5407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5408", - "text": "5408 - Woven fabrics of artificial filament yarn including woven fabrics obtained from materials of heading no. 5404", - "parent": "54", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "540810", - "text": "540810 - Fabrics, woven; of viscose rayon, high tenacity, artificial filament yarn", - "parent": "5408", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540821", - "text": "540821 - Fabrics, woven; of artificial filament yarn, containing 85% or more by weight of artificial filament, strip or the like, bleached or unbleached", - "parent": "5408", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540822", - "text": "540822 - Fabrics, woven; of artificial filament yarn, containing 85% or more by weight of artificial filament, strip or the like, dyed", - "parent": "5408", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540823", - "text": "540823 - Fabrics, woven; containing 85% or more by weight of artificial filament, strip or the like, of yarns of different colours", - "parent": "5408", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540824", - "text": "540824 - Fabrics, woven; of artificial filament yarn, containing 85% or more by weight of artificial filament, strip or the like, printed", - "parent": "5408", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540831", - "text": "540831 - Fabrics, woven; of artificial filament yarn, of artificial monofilament, strip and the like, n.e.c. in heading no. 5408, unbleached or bleached", - "parent": "5408", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540832", - "text": "540832 - Fabrics, woven; of artificial filament yarn, of artificial monofilament, strip and the like, n.e.c. in heading no. 5408, dyed", - "parent": "5408", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540833", - "text": "540833 - Fabrics, woven; of artificial filament yarn, of artificial monofilament, strip and the like, n.e.c. in heading no. 5408, of yarns of different colours", - "parent": "5408", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "540834", - "text": "540834 - Fabrics, woven; of artificial filament yarn, of artificial monofilament, strip and the like, n.e.c. in heading no. 5408, printed", - "parent": "5408", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "55", - "text": "55 - Man-made staple fibres", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "5501", - "text": "5501 - Synthetic filament tow", - "parent": "55", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "550110", - "text": "550110 - Fibres; synthetic filament tow, of nylon or other polyamides", - "parent": "5501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550111", - "text": "550111 - Fibres; synthetic filament tow, of nylon or other polyamides, of aramids", - "parent": "5501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550119", - "text": "550119 - Fibres; synthetic filament tow, of nylon or other polyamides, of other than aramids", - "parent": "5501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550120", - "text": "550120 - Fibres; synthetic filament tow, of polyesters", - "parent": "5501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550130", - "text": "550130 - Fibres; synthetic filament tow, acrylic or modacrylic", - "parent": "5501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550140", - "text": "550140 - Fibres; synthetic filament tow, of polypropylene", - "parent": "5501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550190", - "text": "550190 - Fibres; synthetic filament tow, of synthetic materials n.e.c. in heading no. 5501", - "parent": "5501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5502", - "text": "5502 - Artificial filament tow", - "parent": "55", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "550200", - "text": "550200 - Fibres; artificial filament tow", - "parent": "5502", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550210", - "text": "550210 - Fibres; artificial filament tow of cellulose acetate", - "parent": "5502", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550290", - "text": "550290 - Fibres; artificial filament tow, other than cellulose acetate", - "parent": "5502", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5503", - "text": "5503 - Synthetic staple fibres, not carded, combed or otherwise processed for spinning", - "parent": "55", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "550310", - "text": "550310 - Staple fibres of nylon, polyamides, not carded, combe", - "parent": "5503", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550311", - "text": "550311 - Fibres; synthetic staple fibres, of aramids, not carded, combed or otherwise processed for spinning", - "parent": "5503", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550319", - "text": "550319 - Fibres; synthetic staple fibres, of nylon or other polyamides other than aramids, not carded, combed or otherwise processed for spinning", - "parent": "5503", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550320", - "text": "550320 - Fibres; synthetic staple fibres, of polyesters, not carded, combed or otherwise processed for spinning", - "parent": "5503", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550330", - "text": "550330 - Fibres; synthetic staple fibres, acrylic or modacrylic, not carded, combed or otherwise processed for spinning", - "parent": "5503", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550340", - "text": "550340 - Fibres; synthetic staple fibres, of polypropylene, not carded, combed or otherwise processed for spinning", - "parent": "5503", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550390", - "text": "550390 - Fibres; synthetic staple fibres, of synthetic materials n.e.c. in heading no. 5503, not carded, combed or otherwise processed for spinning", - "parent": "5503", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5504", - "text": "5504 - Artificial staple fibres, not carded, combed or otherwise processed for spinning", - "parent": "55", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "550410", - "text": "550410 - Fibres; artificial staple fibres, of viscose, not carded, combed or otherwise processed for spinning", - "parent": "5504", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550490", - "text": "550490 - Fibres; artificial staple fibres, other than of viscose, not carded, combed or otherwise processed for spinning", - "parent": "5504", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5505", - "text": "5505 - Waste (including noils, yarn waste and garnetted stock), of man-made fibres", - "parent": "55", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "550510", - "text": "550510 - Fibres; waste (including noils, yarn waste and garnetted stock), of synthetic fibres", - "parent": "5505", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550520", - "text": "550520 - Fibres; waste (including noils, yarn waste and garnetted stock), of artificial fibres", - "parent": "5505", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5506", - "text": "5506 - Synthetic staple fibres, carded, combed or otherwise processed for spinning", - "parent": "55", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "550610", - "text": "550610 - Fibres; synthetic staple fibres, of nylon or other polyamides, carded, combed or otherwise processed for spinning", - "parent": "5506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550620", - "text": "550620 - Fibres; synthetic staple fibres, of polyesters, carded, combed or otherwise processed for spinning", - "parent": "5506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550630", - "text": "550630 - Fibres; synthetic staple fibres, acrylic or modacrylic, carded, combed or otherwise processed for spinning", - "parent": "5506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550640", - "text": "550640 - Fibres; synthetic staple fibres, of polypropylene, carded, combed or otherwise processed for spinning", - "parent": "5506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550690", - "text": "550690 - Fibres; synthetic staple fibres, n.e.c. in heading no. 5506, carded, combed or otherwise processed for spinning", - "parent": "5506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5507", - "text": "5507 - Artificial staple fibres, carded, combed or otherwise processed for spinning", - "parent": "55", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "550700", - "text": "550700 - Fibres; artificial staple fibres, carded, combed or otherwise processed for spinning", - "parent": "5507", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5508", - "text": "5508 - Sewing thread of man-made staple fibres, whether or not put up for retail sale", - "parent": "55", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "550810", - "text": "550810 - Sewing thread; of synthetic staple fibres, whether or not put up for retail sale", - "parent": "5508", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550820", - "text": "550820 - Sewing thread; of artificial staple fibres, whether or not put up for retail sale", - "parent": "5508", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5509", - "text": "5509 - Yarn (other than sewing thread) of synthetic staple fibres, not put up for retail sale", - "parent": "55", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "550911", - "text": "550911 - Yarn; (not sewing thread), single, of synthetic staple fibres, containing 85% or more by weight of nylon or other polyamides, not put up for retail sale", - "parent": "5509", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550912", - "text": "550912 - Yarn; (not sewing thread), multiple (folded) or cabled yarn, of synthetic staple fibres, containing 85% or more by weight of nylon or other polyamides, not put up for retail sale", - "parent": "5509", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550921", - "text": "550921 - Yarn; (not sewing thread), single, of synthetic staple fibres, containing 85% or more by weight of polyester, not put up for retail sale", - "parent": "5509", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550922", - "text": "550922 - Yarn; (not sewing thread), multiple (folded) or cabled yarn, of synthetic staple fibres, containing 85% or more by weight of polyester, not put up for retail sale", - "parent": "5509", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550931", - "text": "550931 - Yarn; (not sewing thread), single, of synthetic staple fibres, containing 85% or more by weight of acrylic or modacrylic, not put up for retail sale", - "parent": "5509", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550932", - "text": "550932 - Yarn; (not sewing thread), multiple (folded) or cabled, of synthetic staple fibres, containing 85% or more by weight of acrylic or modacrylic, not put up for retail sale", - "parent": "5509", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550941", - "text": "550941 - Yarn; (not sewing thread), single, containing 85% or more by weight of synthetic staple fibres, n.e.c. in heading no. 5509, not put up for retail sale", - "parent": "5509", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550942", - "text": "550942 - Yarn; (not sewing thread), multiple (folded) or cabled yarn, containing 85% or more by weight of synthetic staple fibres, n.e.c. in heading no. 5509, not put up for retail sale", - "parent": "5509", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550951", - "text": "550951 - Yarn; (not sewing thread), of polyester staple fibres, mixed mainly or solely with artificial staple fibres, not put up for retail sale", - "parent": "5509", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550952", - "text": "550952 - Yarn; (not sewing thread), of polyester staple fibres, mixed mainly or solely with wool or fine animal hair, not put up for retail sale", - "parent": "5509", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550953", - "text": "550953 - Yarn; (not sewing thread), of polyester staple fibres, mixed mainly or solely with cotton, not put up for retail sale", - "parent": "5509", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550959", - "text": "550959 - Yarn; (not sewing thread), of polyester staple fibres, mixed mainly or solely with fibres n.e.c. in item no. 5509.5, not put up for retail sale", - "parent": "5509", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550961", - "text": "550961 - Yarn; (not sewing thread), of acrylic or modacrylic staple fibres, mixed mainly or solely with wool or fine animal hair, not put up for retail sale", - "parent": "5509", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550962", - "text": "550962 - Yarn; (not sewing thread), of acrylic or modacrylic staple fibres, mixed mainly or solely with cotton, not put up for retail sale", - "parent": "5509", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550969", - "text": "550969 - Yarn; (not sewing thread), of acrylic or modacrylic staple fibres, mixed mainly or solely with fibres n.e.c. in item no. 5509.6, not put up for retail sale", - "parent": "5509", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550991", - "text": "550991 - Yarn; (not sewing thread), of synthetic staple fibres, mixed mainly or solely with wool or fine animal hair, n.e.c. in heading no. 5509, not put up for retail sale", - "parent": "5509", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550992", - "text": "550992 - Yarn; (not sewing thread), of synthetic staple fibres, mixed mainly or solely with cotton, n.e.c. in heading no. 5509, not put up for retail sale", - "parent": "5509", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "550999", - "text": "550999 - Yarn; (not sewing thread), of synthetic staple fibres, mixed mainly or solely with fibres (other than wool, fine animal hair or cotton), n.e.c. in heading no. 5509, not put up for retail sale", - "parent": "5509", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5510", - "text": "5510 - Yarn (other than sewing thread) of artificial staple fibres, not put up for retail sale", - "parent": "55", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "551011", - "text": "551011 - Yarn; (not sewing thread), single, of artificial staple fibres, containing 85% or more by weight of artificial staple fibres, not put up for retail sale", - "parent": "5510", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551012", - "text": "551012 - Yarn; (not sewing thread), multiple (folded) or cabled yarn, of artificial staple fibres, containing 85% or more by weight of artificial staple fibres, not put up for retail sale", - "parent": "5510", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551020", - "text": "551020 - Yarn; (not sewing thread), of artificial staple fibres, mixed mainly or solely with wool or fine animal hair, not put up for retail sale", - "parent": "5510", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551030", - "text": "551030 - Yarn; (not sewing thread), of artificial staple fibres, mixed mainly or solely with cotton, not put up for retail sale", - "parent": "5510", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551090", - "text": "551090 - Yarn; (not sewing thread), of artificial staple fibres, mixed mainly or solely with fibres (other than wool, fine animal hair or cotton), not put up for retail sale", - "parent": "5510", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5511", - "text": "5511 - Yarn (not sewing thread), of man-made staple fibres, put up for retail sale", - "parent": "55", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "551110", - "text": "551110 - Yarn; (not sewing thread), of synthetic staple fibres, containing 85% or more by weight of synthetic staple fibres, put up for retail sale", - "parent": "5511", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551120", - "text": "551120 - Yarn; (not sewing thread), of synthetic staple fibres, containing less than 85% by weight of synthetic staple fibres, put up for retail sale", - "parent": "5511", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551130", - "text": "551130 - Yarn; (not sewing thread), of artificial staple fibres, put up for retail sale", - "parent": "5511", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5512", - "text": "5512 - Woven fabrics of synthetic staple fibres, containing 85% or more by weight of synthetic staple fibres", - "parent": "55", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "551211", - "text": "551211 - Fabrics, woven; of synthetic staple fibres, containing 85% or more by weight of polyester staple fibres, unbleached or bleached", - "parent": "5512", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551219", - "text": "551219 - Fabrics, woven; of synthetic staple fibres, containing 85% or more by weight of polyester staple fibres, other than unbleached or bleached", - "parent": "5512", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551221", - "text": "551221 - Fabrics, woven; of synthetic staple fibres, containing 85% or more by weight of acrylic or modacrylic staple fibres, unbleached or bleached", - "parent": "5512", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551229", - "text": "551229 - Fabrics, woven; of synthetic staple fibres, containing 85% or more by weight of acrylic or modacrylic staple fibres, other than unbleached or bleached", - "parent": "5512", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551291", - "text": "551291 - Fabrics, woven; of synthetic staple fibres, containing 85% or more by weight of such fibres n.e.c. in heading no. 5512, unbleached or bleached", - "parent": "5512", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551299", - "text": "551299 - Fabrics, woven; of synthetic staple fibres, containing 85% or more by weight of such fibres n.e.c. in heading no. 5512, other than unbleached or bleached", - "parent": "5512", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5513", - "text": "5513 - Woven fabrics of synthetic staple fibres, containing less than 85% by weight of such fibres, mixed mainly or solely with cotton, of a weight not exceeding 170g/m2", - "parent": "55", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "551311", - "text": "551311 - Fabrics, woven; plain weave, of polyester staple fibres, containing less than 85% by weight of such fibres, mixed mainly or solely with cotton, of a weight not exceeding 170g/m2, unbleached or bleached", - "parent": "5513", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551312", - "text": "551312 - Fabrics, woven; 3-thread or 4-thread twill, of polyester staple fibres, containing less than 85% by weight of such, mixed mainly or solely with cotton, not exceeding 170g/m2, unbleached or bleached", - "parent": "5513", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551313", - "text": "551313 - Fabrics, woven; of polyester staple fibres, containing less than 85% by weight of such fibres, mixed mainly or solely with cotton, not exceeding 170g/m2, unbleached or bleached", - "parent": "5513", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551319", - "text": "551319 - Fabrics, woven; containing less than 85% by weight of synthetic staple fibres (other than polyesters), mixed mainly or solely with cotton, not exceeding 170g/m2, unbleached or bleached", - "parent": "5513", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551321", - "text": "551321 - Fabrics, woven; plain weave, dyed, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, not exceeding 170g/m2", - "parent": "5513", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551322", - "text": "551322 - Woven twill >85% polyester + cotton, <170g/m2 dyed", - "parent": "5513", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551323", - "text": "551323 - Fabrics, woven; dyed, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, not exceeding 170g/m2", - "parent": "5513", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551329", - "text": "551329 - Fabrics, woven; dyed, containing less than 85% by weight of synthetic staple fibres (other than polyesters), mixed mainly or solely with cotton, not exceeding 170g/m2", - "parent": "5513", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551331", - "text": "551331 - Fabrics, woven; plain weave, of yarns of different colours, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, not exceeding 170g/m2", - "parent": "5513", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551332", - "text": "551332 - Woven twill >85% polyester + cotton,<170g/m2 yarn dye", - "parent": "5513", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551333", - "text": "551333 - Woven nes >85% polyester + cotton, <170g/m2 yarn dyed", - "parent": "5513", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551339", - "text": "551339 - Fabrics, woven; of yarns of different colours, containing less than 85% of synthetic staple fibres (other than polyester, plain weave), mixed mainly or solely with cotton, not exceeding 170g/m2", - "parent": "5513", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551341", - "text": "551341 - Fabrics, woven; plain weave, printed, of polyester staple fibres, containing less than 85% by weight of such fibres, mixed mainly or solely with cotton, not exceeding 170g/m2", - "parent": "5513", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551342", - "text": "551342 - Woven twill >85% polyester + cotton, <170g/m2 printed", - "parent": "5513", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551343", - "text": "551343 - Woven nes >85% polyester + cotton, <170g/m2 printed", - "parent": "5513", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551349", - "text": "551349 - Fabrics, woven; printed, containing less than 85% by weight of synthetic staple fibres (other than polyester, plain weave), mixed mainly or solely with cotton, not exceeding 170g/m2", - "parent": "5513", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5514", - "text": "5514 - Woven fabrics of synthetic staple fibres, containing less than 85% by weight of such fibres, mixed mainly or solely with cotton, of a weight exceeding 170g/m2", - "parent": "55", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "551411", - "text": "551411 - Fabrics, woven; plain weave, unbleached or bleached, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, exceeding 170g/m2", - "parent": "5514", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551412", - "text": "551412 - Fabrics, woven; 3- or 4-thread twill, including cross twill, unbleached or bleached, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, over 170g/m2", - "parent": "5514", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551413", - "text": "551413 - Woven nes >85% polyester + cotton, >170g/m2 unbl/blch", - "parent": "5514", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551419", - "text": "551419 - Fabrics, woven; unbleached or bleached, containing less than 85% by weight of synthetic staple fibres n.e.c. in item no. 55.14.1, mixed mainly or solely with cotton, exceeding 170g/m2", - "parent": "5514", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551421", - "text": "551421 - Fabrics, woven; plain weave, dyed, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, exceeding 170g/m2", - "parent": "5514", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551422", - "text": "551422 - Fabrics, woven; 3- or 4-thread twill, including cross twill, dyed, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, exceeding 170g/m2", - "parent": "5514", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551423", - "text": "551423 - Fabrics, woven; dyed, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, exceeding 170g/m2, n.e.c. in heading no. 5514", - "parent": "5514", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551429", - "text": "551429 - Fabrics, woven; dyed, containing less than 85% by weight of synthetic staple fibres (other than polyesters), mixed mainly or solely with cotton, exceeding 170g/m2", - "parent": "5514", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551430", - "text": "551430 - Fabrics, woven; of yarns of different colours, containing less than 85% by weight of synthetic staple fibres, mixed mainly or solely with cotton, exceeding 170g/m2", - "parent": "5514", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551431", - "text": "551431 - Woven plain >85% polyester + cotton,>170g/m2 yarn dye", - "parent": "5514", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551432", - "text": "551432 - Woven twill >85% polyester + cotton,>170g/m2 yarn dye", - "parent": "5514", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551433", - "text": "551433 - Woven nes >85% polyester + cotton, >170g/m2 yarn dyed", - "parent": "5514", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551439", - "text": "551439 - Woven fabric>85% synth nes + cotton,>170g/m2 yarn dye", - "parent": "5514", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551441", - "text": "551441 - Fabrics, woven; plain weave, printed, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, exceeding 170g/m2", - "parent": "5514", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551442", - "text": "551442 - Fabrics, woven; 3- or 4-thread twill, including cross twill, printed, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, exceeding 170g/m2", - "parent": "5514", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551443", - "text": "551443 - Fabrics, woven; printed, containing less than 85% by weight of polyester staple fibres, mixed mainly or solely with cotton, weight exceeding 170g/m2, n.e.c. in heading no. 5514", - "parent": "5514", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551449", - "text": "551449 - Fabrics, woven; printed, containing less than 85% by weight of synthetic staple fibres (other than polyesters), mixed mainly or solely with cotton, exceeding 170g/m2", - "parent": "5514", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5515", - "text": "5515 - Woven fabrics of synthetic staple fibres, n.e.c. in chapter 55", - "parent": "55", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "551511", - "text": "551511 - Fabrics, woven; of polyester staple fibres n.e.c. in chapter 55, mixed mainly or solely with viscose rayon staple fibres", - "parent": "5515", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551512", - "text": "551512 - Fabrics, woven; of polyester staple fibres n.e.c. in chapter 55, mixed mainly or solely with man-made filaments", - "parent": "5515", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551513", - "text": "551513 - Fabrics, woven; of polyester staple fibres n.e.c. in chapter 55, mixed mainly or solely with wool or fine animal hair", - "parent": "5515", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551519", - "text": "551519 - Fabrics, woven; of polyester staple fibres n.e.c. in chapter 55, mixed mainly or solely with fibres n.e.c. in item no. 5515.1", - "parent": "5515", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551521", - "text": "551521 - Fabrics, woven; of acrylic or modacrylic staple fibres n.e.c. in chapter 55, mixed mainly or solely with man-made filaments", - "parent": "5515", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551522", - "text": "551522 - Fabrics, woven; of acrylic or modacrylic staple fibres n.e.c. in chapter 55, mixed mainly or solely with wool or fine animal hair", - "parent": "5515", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551529", - "text": "551529 - Fabrics, woven; of acrylic or modacrylic staple fibres n.e.c. in chapter 55, mixed mainly or solely with fibres n.e.c. in item no. 5515.2", - "parent": "5515", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551591", - "text": "551591 - Fabrics, woven; of synthetic staple fibres n.e.c. in chapter 55, mixed mainly or solely with man-made filaments", - "parent": "5515", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551592", - "text": "551592 - Woven fabric synthetic staple with wool or hair nes", - "parent": "5515", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551599", - "text": "551599 - Fabrics, woven; of synthetic staple fibres n.e.c. in chapter 55, mixed mainly or solely with fibres n.e.c. in heading no. 5515", - "parent": "5515", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5516", - "text": "5516 - Woven fabrics of artificial staple fibres", - "parent": "55", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "551611", - "text": "551611 - Fabrics, woven; unbleached or bleached, containing 85% or more by weight of artificial staple fibres", - "parent": "5516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551612", - "text": "551612 - Fabrics, woven; dyed, containing 85% or more by weight of artificial staple fibres", - "parent": "5516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551613", - "text": "551613 - Fabrics, woven; of yarns of different colours, containing 85% or more by weight of artificial staple fibres", - "parent": "5516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551614", - "text": "551614 - Fabrics, woven; printed, containing 85% or more by weight of artificial staple fibres", - "parent": "5516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551621", - "text": "551621 - Fabrics, woven; unbleached or bleached, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with manmade filaments", - "parent": "5516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551622", - "text": "551622 - Fabrics, woven; dyed, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with man-made filaments", - "parent": "5516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551623", - "text": "551623 - Fabrics, woven; of yarns of different colours, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with man-made filaments", - "parent": "5516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551624", - "text": "551624 - Fabrics, woven; printed, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with man-made filaments", - "parent": "5516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551631", - "text": "551631 - Fabrics, woven; unbleached or bleached, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with wool or fine animal hair", - "parent": "5516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551632", - "text": "551632 - Fabrics, woven; dyed, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with wool or fine animal hair", - "parent": "5516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551633", - "text": "551633 - Fabrics, woven; of yarns of different colours, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with wool or fine animal hair", - "parent": "5516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551634", - "text": "551634 - Fabrics, woven; printed, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with wool or fine animal hair", - "parent": "5516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551641", - "text": "551641 - Fabrics, woven; unbleached or bleached, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with cotton", - "parent": "5516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551642", - "text": "551642 - Fabrics, woven; dyed, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with cotton", - "parent": "5516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551643", - "text": "551643 - Fabrics, woven; of yarns of different colours, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with cotton", - "parent": "5516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551644", - "text": "551644 - Fabrics, woven; printed, containing less than 85% by weight of artificial staple fibres, mixed mainly or solely with cotton", - "parent": "5516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551691", - "text": "551691 - Fabrics, woven; unbleached or bleached, of artificial staple fibres, n.e.c. in heading no. 5516", - "parent": "5516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551692", - "text": "551692 - Fabrics, woven; dyed, of artificial staple fibres, n.e.c. in heading no. 5516", - "parent": "5516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551693", - "text": "551693 - Fabrics, woven; of yarns of different colours, of artificial staple fibres, n.e.c. in heading no. 5516", - "parent": "5516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "551694", - "text": "551694 - Fabrics, woven; printed, of artificial staple fibres, n.e.c. in heading no. 5516", - "parent": "5516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "56", - "text": "56 - Wadding, felt and nonwovens, special yarns; twine, cordage, ropes and cables and articles thereof", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "5601", - "text": "5601 - Wadding of textile materials and articles thereof; textile fibres, not exceeding 5 mm in length (flock), textile dust and mill neps", - "parent": "56", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "560110", - "text": "560110 - Sanitary towels & tampons, napkins & napkin liners for babies & similar sanitary articles, of wadding", - "parent": "5601", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "560121", - "text": "560121 - Wadding; other articles thereof, of cotton", - "parent": "5601", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "560122", - "text": "560122 - Wadding; other articles thereof, of man-made fibres", - "parent": "5601", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "560129", - "text": "560129 - Wadding; other articles thereof, other than of cotton or man-made fibres", - "parent": "5601", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "560130", - "text": "560130 - Wadding; textile flock and dust and mill neps", - "parent": "5601", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5602", - "text": "5602 - Felt; whether or not impregnated, coated, covered or laminated", - "parent": "56", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "560210", - "text": "560210 - Felt; needleloom felt and stitch-bonded fibre fabrics, whether or not impregnated, coated, covered or laminated", - "parent": "5602", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "560221", - "text": "560221 - Felt; of wool or fine animal hair (excluding needleloom felt or stitch-bonded fibre fabrics), not impregnated, coated, covered nor laminated", - "parent": "5602", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "560229", - "text": "560229 - Felt; of textile materials other than wool or fine animal hair (excluding needleloom felt and stitch-bonded fibre fabrics), not impregnated, coated, covered or laminated", - "parent": "5602", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "560290", - "text": "560290 - Felt; impregnated, coated, covered or laminated (excluding needleloom felt and stitch-bonded fibre fabrics)", - "parent": "5602", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5603", - "text": "5603 - Nonwovens; whether or not impregnated, coated, covered or laminated", - "parent": "56", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "560300", - "text": "560300 - Nonwovens textiles except felt", - "parent": "5603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "560311", - "text": "560311 - Nonwovens; whether or not impregnated, coated, covered or laminated, of man-made filaments, (weighing not more than 25g/m2)", - "parent": "5603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "560312", - "text": "560312 - Nonwovens; whether or not impregnated, coated, covered or laminated, of man-made filaments, (weighing more than 25g/m2 but not more than 70g/m2)", - "parent": "5603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "560313", - "text": "560313 - Nonwovens; whether or not impregnated, coated, covered or laminated, of man-made filaments, (weighing more than 70g/m2 but not more than 150g/m2)", - "parent": "5603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "560314", - "text": "560314 - Nonwovens; whether or not impregnated, coated, covered or laminated, of man-made filaments, (weighing more than 150g/m2)", - "parent": "5603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "560391", - "text": "560391 - Nonwovens; whether or not impregnated, coated, covered or laminated, not of man-made filaments, (weighing not more than 25g/m2)", - "parent": "5603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "560392", - "text": "560392 - Nonwovens; whether or not impregnated, coated, covered or laminated, not of man-made filaments, (weighing more than 25g/m2 but not more than 70g/m2)", - "parent": "5603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "560393", - "text": "560393 - Nonwovens; whether or not impregnated, coated, covered or laminated, not of man-made filaments, (weighing more than 70g/m2 but not more than 150g/m2)", - "parent": "5603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "560394", - "text": "560394 - Nonwovens; whether or not impregnated, coated, covered or laminated, not of man-made filaments, (weighing more than 150g/m2)", - "parent": "5603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5604", - "text": "5604 - Rubber thread and cord, textile covered; textile yarn and strip and the like of heading no. 5404, 5405; impregnated, coated, covered or sheathed with rubber or plastics", - "parent": "56", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "560410", - "text": "560410 - Rubber thread and cord; textile covered", - "parent": "5604", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "560420", - "text": "560420 - Hi-ten manmade yarn rubber, plastic coated/impregnate", - "parent": "5604", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "560490", - "text": "560490 - Yarn; textile yarn, strip, and the like of heading no. 5404 or 5405, impregnated, coated, covered, or sheathed with rubber or plastics, n.e.c. in heading no. 5604", - "parent": "5604", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5605", - "text": "5605 - Yarn; metallised, whether or not gimped, of textile yarn, or strip or the like of heading no. 5404 or 5405, combined with metal in the form of thread, strip or powder or covered with metal", - "parent": "56", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "560500", - "text": "560500 - Yarn; metallised, whether or not gimped, of textile yarn, or strip or the like of heading no. 5404 or 5405, combined with metal in the form of thread, strip or powder or covered with metal", - "parent": "5605", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5606", - "text": "5606 - Yarn and strip and the like of heading no. 5404 or 5405, gimped (other than those of heading no. 5606 and gimped horsehair yarn); chenille yarn (including flock chenille yarn); loop wale-yarn", - "parent": "56", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "560600", - "text": "560600 - Yarn and strip and the like of heading no. 5404 or 5405; gimped, (other than those of heading no. 5406 and gimped horsehair yarn); chenille yarn (including flock chenille yarn); loop wale-yarn", - "parent": "5606", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5607", - "text": "5607 - Twine, cordage, ropes and cables, whether or not plaited or braided; whether or not impregnated, coated, covered or sheathed with rubber or plastics", - "parent": "56", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "560710", - "text": "560710 - Twine, cordage, ropes and cables, of jute, bast fibre", - "parent": "5607", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "560721", - "text": "560721 - Twine; binder or baler twine, of sisal or other textile fibres of the genus agave", - "parent": "5607", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "560729", - "text": "560729 - Twine, cordage, ropes, cables; of sisal or other textile fibres of the genus agave (excluding binder or baler twine), whether or not plaited, braided or rubber or plastic impregnated, coated, covered or sheathed", - "parent": "5607", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "560730", - "text": "560730 - Twine, cordage, ropes and cables, of abaca etc", - "parent": "5607", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "560741", - "text": "560741 - Twine; binder or baler twine, of polyethylene or polypropylene", - "parent": "5607", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "560749", - "text": "560749 - Twine, cordage, ropes, cables; of polyethylene or polypropylene (excluding binder or baler twine), whether or not plaited, braided or rubber or plastic impregnated, coated, covered or sheathed", - "parent": "5607", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "560750", - "text": "560750 - Twine, cordage, ropes, cables; of synthetic fibres other than polyethylene or polypropylene, whether or not plaited, braided or impregnated, coated, covered or sheathed with rubber or plastics", - "parent": "5607", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "560790", - "text": "560790 - Twine, cordage, ropes, cables; of materials n.e.c. in heading no. 5607, whether or not plaited, braided or impregnated, coated, covered, or sheathed with rubber or plastics", - "parent": "5607", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5608", - "text": "5608 - Twine, cordage or rope; knotted netting, made up fishing nets and other made up nets, of textile materials", - "parent": "56", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "560811", - "text": "560811 - Twine, cordage or rope; fishing nets, made up, of man made textile materials", - "parent": "5608", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "560819", - "text": "560819 - Twine, cordage or rope; knotted netting, for other than fishing, of man-made textile materials", - "parent": "5608", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "560890", - "text": "560890 - Twine, cordage or rope; knotted netting, of other than man-made textiles", - "parent": "5608", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5609", - "text": "5609 - Articles of yarn, strip or the like of heading no. 5404 or 5405; twine, cordage, rope or cables n.e.c. or included", - "parent": "56", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "560900", - "text": "560900 - Yarn; articles of yarn, strip or the like of heading no. 5404 and 5405, twine, cordage, rope or cables n.e.c. or included", - "parent": "5609", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "57", - "text": "57 - Carpets and other textile floor coverings", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "5701", - "text": "5701 - Carpets and other textile floor coverings; knotted, whether or not made up", - "parent": "57", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "570110", - "text": "570110 - Carpets and other textile floor coverings; knotted, of wool or fine animal hair, whether or not made up", - "parent": "5701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "570190", - "text": "570190 - Carpets and other textile floor coverings; knotted, of textile materials (other than wool or fine animal hair), whether or not made up", - "parent": "5701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5702", - "text": "5702 - Carpets and other textile floor coverings; woven, (not tufted or flocked), whether or not made up, including kelem, schumacks, karamanie and similar hand-woven rugs", - "parent": "57", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "570210", - "text": "570210 - Carpets and other textile floor coverings; woven, (not tufted or flocked), whether or not made up, including kelem, schumacks, karamanie and similar hand-woven rugs", - "parent": "5702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "570220", - "text": "570220 - Carpets and other textile floor coverings; woven, (not tufted or flocked), whether or not made up, of coconut fibres (coir)", - "parent": "5702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "570231", - "text": "570231 - Carpets and other textile floor coverings; woven, (not tufted or flocked), of wool or fine animal hair, of pile construction, not made up, n.e.c. in item no. 5702.10 or 5702.20", - "parent": "5702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "570232", - "text": "570232 - Carpets and other textile floor coverings; woven, (not tufted or flocked), of man-made textile materials, of pile construction, not made up, n.e.c. in item no. 5702.10 or 5702.20", - "parent": "5702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "570239", - "text": "570239 - Carpets and other textile floor coverings; woven, (not tufted or flocked), of textile materials (other than man-made, wool or fine animal hair), of pile construction, not made up, n.e.c. in item no. 5702.10 or 5702.20", - "parent": "5702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "570241", - "text": "570241 - Carpets and other textile floor coverings; woven, (not tufted or flocked), of wool or fine animal hair, of pile construction, made up, n.e.c. in item no. 5702.10 or 5702.20", - "parent": "5702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "570242", - "text": "570242 - Carpets and other textile floor coverings; woven, (not tufted or flocked), of man-made textile materials, of pile construction, made up, n.e.c. in item no. 5702.10 or 5702.20", - "parent": "5702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "570249", - "text": "570249 - Carpets and other textile floor coverings; woven, (not tufted or flocked), of textile materials (other than man-made, wool or fine animal hair), of pile construction, made up, n.e.c. in item no. 5702.10 or 5702.20", - "parent": "5702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "570250", - "text": "570250 - Carpets and other textile floor coverings; woven, (not tufted or flocked), not of pile construction, not made up, n.e.c. in item no. 5702.10 or 5702.20", - "parent": "5702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "570251", - "text": "570251 - Carpets of wool or hair, woven, not made up, nes", - "parent": "5702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "570252", - "text": "570252 - Carpets of manmade yarn, woven, not made up, nes", - "parent": "5702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "570259", - "text": "570259 - Carpets of yarn nes, woven, not made up, nes", - "parent": "5702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "570291", - "text": "570291 - Carpets and other textile floor coverings; woven, (not tufted or flocked), of wool or fine animal hair, (not of pile construction), made up, n.e.c. in item no. 5702.10 or 5702.20", - "parent": "5702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "570292", - "text": "570292 - Carpets and other textile floor coverings; woven, (not tufted or flocked), of man-made textile materials, (not of pile construction), made up, n.e.c. in item no. 5702.10 or 5702.20", - "parent": "5702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "570299", - "text": "570299 - Carpets and other textile floor coverings; woven, (not tufted or flocked), of textile materials (other than man-made or wool or fine animal hair, not of pile construction), made up, n.e.c. in item no. 5702.10 or 5702.20", - "parent": "5702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5703", - "text": "5703 - Carpets and other textile floor coverings (including turf); tufted, whether or not made up", - "parent": "57", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "570310", - "text": "570310 - Carpets and other textile floor coverings (including turf); tufted, of wool or fine animal hair, whether or not made up", - "parent": "5703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "570320", - "text": "570320 - Carpets and other textile floor coverings; tufted, of nylon or other polyamides, whether or not made up", - "parent": "5703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "570321", - "text": "570321 - Carpets and other textile floor coverings; tufted, of nylon or other polyamides, whether or not made up", - "parent": "5703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "570329", - "text": "570329 - Carpets; tufted, of nylon or other polyamides, whether or not made up", - "parent": "5703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "570330", - "text": "570330 - Carpets and other textile floor coverings; tufted, of man-made textile materials (other than polyamides), whether or not made up", - "parent": "5703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "570331", - "text": "570331 - Carpets and other textile floor coverings; tufted, of other man-made textile materials (other than polyamides), whether or not made up", - "parent": "5703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "570339", - "text": "570339 - Carpets; tufted, of man-made textile materials (other than polyamides), whether of not made up", - "parent": "5703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "570390", - "text": "570390 - Carpets and other textile floor coverings; tufted, of textile materials (other than man-made, wool or fine animal hair), whether or not made up", - "parent": "5703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5704", - "text": "5704 - Carpets and other textile floor coverings; of felt, (not tufted or flocked), whether or not made up", - "parent": "57", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "570410", - "text": "570410 - Textile floor coverings; felt tiles, (not tufted or flocked), whether or not made up, having a maximum surface area of 0.3m2", - "parent": "5704", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "570420", - "text": "570420 - Carpets and other textile floor coverings; of felt, (not tufted or flocked), whether or not made up, having a maximum surface area exceeding 0.3 m2 but not exceeding 1 m2", - "parent": "5704", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "570490", - "text": "570490 - Carpets and other textile floor coverings; of felt, (not tufted or flocked), in the piece, whether or not made up, having a maximum surface area exceeding 1 m2", - "parent": "5704", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5705", - "text": "5705 - Carpets and other textile floor coverings; n.e.c. in chapter 57, whether or not made up", - "parent": "57", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "570500", - "text": "570500 - Carpets and other textile floor coverings; n.e.c. in chapter 57, whether or not made up", - "parent": "5705", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "58", - "text": "58 - Fabrics; special woven fabrics, tufted textile fabrics, lace, tapestries, trimmings, embroidery", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "5801", - "text": "5801 - Fabrics; woven pile and chenille fabrics, other than fabrics of heading no. 5802 or 5806", - "parent": "58", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "580110", - "text": "580110 - Fabrics; woven pile, of wool or fine animal hair, other than fabrics of heading no. 5802 or 5806", - "parent": "5801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "580121", - "text": "580121 - Fabrics; woven pile, of cotton, uncut weft pile fabrics, other than fabrics of heading no. 5802 or 5806", - "parent": "5801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "580122", - "text": "580122 - Fabrics; woven pile, of cotton, cut corduroy, other than fabrics of heading no. 5802 or 5806", - "parent": "5801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "580123", - "text": "580123 - Fabrics; woven pile, of cotton, weft pile fabrics other than uncut and corduroy, other than fabrics of heading no. 5802 or 5806", - "parent": "5801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "580124", - "text": "580124 - Warp pile fabrics (excl. of 58.02/58.06), TpinglT (uncut), of cotton", - "parent": "5801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "580125", - "text": "580125 - Warp pile fabrics (excl. of 58.02/58.06), cut, of cotton", - "parent": "5801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "580126", - "text": "580126 - Fabrics; chenille, of cotton, other than fabrics of heading no. 5802 or 5806", - "parent": "5801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "580127", - "text": "580127 - Fabrics; woven pile, of cotton, warp pile fabrics, other than fabrics of heading no. 5802 or 5806", - "parent": "5801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "580131", - "text": "580131 - Fabrics; woven pile, of man-made fibres, uncut weft pile fabrics, other than fabrics of heading no. 5802 or 5806", - "parent": "5801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "580132", - "text": "580132 - Fabrics; woven pile, of man-made fibres, cut corduroy, other than fabrics of heading no. 5802 or 5806", - "parent": "5801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "580133", - "text": "580133 - Fabrics; woven pile, of man-made fibres, other weft pile fabrics, other than fabrics of heading no. 5802 or 5806", - "parent": "5801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "580134", - "text": "580134 - Warp pile fabrics (excl. of 58.02/58.06), TpinglT (uncut), of man-made fibres", - "parent": "5801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "580135", - "text": "580135 - Warp pile fabrics (excl. of 58.02/58.06), cut, of man-made fibres", - "parent": "5801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "580136", - "text": "580136 - Fabrics; chenille, of man-made fibres, other than fabrics of heading no. 5802 or 5806", - "parent": "5801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "580137", - "text": "580137 - Fabrics; woven pile, of man-made fibres, warp pile fabrics, other than fabrics of heading no. 5802 or 5806", - "parent": "5801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "580190", - "text": "580190 - Fabrics; woven pile and chenille, of textile materials n.e.c. in heading no. 5801, other than fabrics of heading no. 5802 or 5806", - "parent": "5801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5802", - "text": "5802 - Fabrics; terry towelling and similar woven terry fabrics other than narrow fabrics of heading no. 5806; tufted textile fabrics, excluding products of heading no. 5703", - "parent": "58", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "580210", - "text": "580210 - Fabrics; terry towelling and similar woven terry fabrics, of cotton, whether bleached or unbleached, excluding narrow fabrics of heading no. 5806", - "parent": "5802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "580211", - "text": "580211 - Fabrics; terry towelling and similar woven terry fabrics, of cotton, unbleached, excluding narrow fabrics of heading no. 5806", - "parent": "5802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "580219", - "text": "580219 - Fabrics; terry towelling and similar woven terry fabrics, of cotton, bleached, excluding narrow fabrics of heading no. 5806", - "parent": "5802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "580220", - "text": "580220 - Fabrics; terry towelling and similar woven terry fabrics, of textile materials, excluding cotton, excluding narrow fabrics of heading no. 5806", - "parent": "5802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "580230", - "text": "580230 - Fabrics; tufted textile fabrics, excluding products of heading no. 5703", - "parent": "5802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5803", - "text": "5803 - Gauze; other than narrow fabrics of heading no. 5806", - "parent": "58", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "580300", - "text": "580300 - Gauze; other than narrow fabrics of heading no. 5806", - "parent": "5803", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "580310", - "text": "580310 - Cotton gauze > 30 cm wide", - "parent": "5803", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "580390", - "text": "580390 - Gauze, except cotton, > 30 cm wide", - "parent": "5803", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5804", - "text": "5804 - Tulles and other net fabrics; not including woven, knitted or crocheted fabrics; lace in the piece, in strips or in motifs, (other than fabrics of headings 60.02 to 60.06)", - "parent": "58", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "580410", - "text": "580410 - Tulles and other net fabrics; excluding woven, knitted or crocheted fabrics, (other than fabrics of headings 60.02 to 60.06)", - "parent": "5804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "580421", - "text": "580421 - Lace; mechanically made, of man-made fibres in the piece, in strips or in motifs, (other than fabrics of headings 60.02 to 60.06)", - "parent": "5804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "580429", - "text": "580429 - Lace; mechanically made, of textile materials, (other than man-made fibres), in the piece, in strips or motifs, (other than fabrics of headings 60.02 to 60.06)", - "parent": "5804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "580430", - "text": "580430 - Lace; hand-made, in the piece, in strips or motifs, (other than fabrics of headings 60.02 to 60.06)", - "parent": "5804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5805", - "text": "5805 - Tapestries; hand-woven, (Gobelins, Flanders, Aubusson, Beauvais and the like) and needle-worked tapestries (e.g. petit point, cross-stitch) whether or not made up", - "parent": "58", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "580500", - "text": "580500 - Tapestries; hand-woven, (Gobelins, Flanders, Aubusson, Beauvais and the like) and needle-worked tapestries (e.g. petit point, cross-stitch) whether or not made up", - "parent": "5805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5806", - "text": "5806 - Fabrics; narrow woven, other than goods of heading 5807; narrow fabrics consisting of warp without weft assembled by means of an adhesive (bolducs)", - "parent": "58", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "580610", - "text": "580610 - Fabrics; woven pile (including terry towelling and similar terry fabrics) and chenille fabrics (excluding goods of heading 5807)", - "parent": "5806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "580620", - "text": "580620 - Fabrics; narrow (excluding pile fabrics), containing by weight 5% or more of elastomeric yarn or rubber thread", - "parent": "5806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "580631", - "text": "580631 - Fabrics; narrow woven fabrics, n.e.c. in heading no. 5806, of cotton (excluding goods of heading no. 5807)", - "parent": "5806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "580632", - "text": "580632 - Fabrics, narrow woven fabrics, n.e.c. in heading no. 5806, of man-made fibres (excluding goods of heading no. 5807)", - "parent": "5806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "580639", - "text": "580639 - Fabrics; narrow woven fabrics, n.e.c. in heading no. 5806, of textile materials n.e.c. in item no. 5806.3 (excluding goods of heading no. 5807)", - "parent": "5806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "580640", - "text": "580640 - Fabrics; narrow woven, consisting of warp without weft, assembled by means of an adhesive (bolducs)", - "parent": "5806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5807", - "text": "5807 - Labels, badges and similar articles; of textile materials, in the piece, in strips or cut to shape or size, not embroidered", - "parent": "58", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "580710", - "text": "580710 - Labels, badges and similar articles; woven, of textile materials, in the piece, in strips or cut to shape or size, not embroidered", - "parent": "5807", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "580790", - "text": "580790 - Labels, badges and similar articles; (other than woven), of textile materials, in the piece, in strips or cut to shape or size, not embroidered", - "parent": "5807", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5808", - "text": "5808 - Braids in the piece; ornamental trimmings in the piece, without embroidery, other than knitted or crocheted; tassels, pompons and similar articles", - "parent": "58", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "580810", - "text": "580810 - Braids; in the piece", - "parent": "5808", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "580890", - "text": "580890 - Ornamental trimmings; tassels, pompons and similar articles; ornamental trimmings in the piece, without embroidery, other than knitted or crocheted", - "parent": "5808", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5809", - "text": "5809 - Fabrics, woven; of metal thread and metallised yarn of heading no. 5605, of a kind used in apparel, as furnishing fabrics or similar purposes; n.e.c. or included", - "parent": "58", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "580900", - "text": "580900 - Fabrics, woven; of metal thread and metallised yarn of heading no. 5605, of a kind used in apparel, as furnishing fabrics or similar purposes; n.e.c. or included", - "parent": "5809", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5810", - "text": "5810 - Embroidery; in the piece, in strips or in motifs", - "parent": "58", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "581010", - "text": "581010 - Embroidery; without visible ground, in the piece, in strips or in motifs", - "parent": "5810", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "581091", - "text": "581091 - Embroidery; with visible ground, of cotton, in the piece, in strips or in motifs", - "parent": "5810", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "581092", - "text": "581092 - Embroidery; with visible ground, of man-made fibres, in the piece, in strips or in motifs", - "parent": "5810", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "581099", - "text": "581099 - Embroidery; with visible ground, of textile materials (other than cotton and man-made fibres), in the piece, in strips or in motifs", - "parent": "5810", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5811", - "text": "5811 - Quilted textile products; in the piece, composed of one or more layers of textile materials assembled with padding by stitching or otherwise (excluding embroidery of heading no. 5810)", - "parent": "58", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "581100", - "text": "581100 - Quilted textile products; in the piece, composed of one or more layers of textile materials assembled with padding by stitching or otherwise (excluding embroidery of heading no. 5810)", - "parent": "5811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "59", - "text": "59 - Textile fabrics; impregnated, coated, covered or laminated; textile articles of a kind suitable for industrial use", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "5901", - "text": "5901 - Textile fabrics, gum or amylaceous substance coated, used for outer book covers and like; tracing cloth, prepared painting canvas; buckram and similar stiffened textile fabrics used for hat foundation", - "parent": "59", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "590110", - "text": "590110 - Textile fabrics; coated with gum or amylaceous substances, of a kind used for the outer covers of books or the like", - "parent": "5901", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "590190", - "text": "590190 - Textile fabrics; coated with gum or amylaceous substances, tracing cloth, prepared painting canvas, buckram and similar stiffened textile fabrics for hat foundations, (excluding book covers)", - "parent": "5901", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5902", - "text": "5902 - Textile fabrics; tyrecord of high tenacity yarn of nylon or other polyamides polyesters or viscose rayon", - "parent": "59", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "590210", - "text": "590210 - Textile fabrics; tyrecord of high tenacity yarn of nylon or other polyamides", - "parent": "5902", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "590220", - "text": "590220 - Textile fabrics; tyrecord of high tenacity yarn of polyester", - "parent": "5902", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "590290", - "text": "590290 - Textile fabrics; tyrecord of high tenacity yarn of viscose rayon", - "parent": "5902", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5903", - "text": "5903 - Textile fabrics impregnated, coated, covered or laminated with plastics, other than those of heading no. 5902", - "parent": "59", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "590310", - "text": "590310 - Textile fabrics; impregnated, coated, covered or laminated with poly(vinyl chloride)", - "parent": "5903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "590320", - "text": "590320 - Textile fabrics; impregnated, coated, covered or laminated with polyurethane", - "parent": "5903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "590390", - "text": "590390 - Textile fabrics; impregnated, coated, covered or laminated with plastics, (excluding polyvinyl chloride, polyurethane and those of heading no. 5902)", - "parent": "5903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5904", - "text": "5904 - Linoleum, whether or not cut to shape; floor coverings consisting of a coating or covering applied on a textile backing, whether or not cut to shape", - "parent": "59", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "590410", - "text": "590410 - Linoleum, whether or not cut to shape", - "parent": "5904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "590490", - "text": "590490 - Textiles floor coverings; consisting of a coating or covering applied on a textile backing, whether or not cut to shape, other than linoleum", - "parent": "5904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "590491", - "text": "590491 - Floor covering (not linoleum) with felt,non-woven bas", - "parent": "5904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "590492", - "text": "590492 - Floor covering (not linoleum) with other textile base", - "parent": "5904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5905", - "text": "5905 - Textile wall coverings", - "parent": "59", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "590500", - "text": "590500 - Textile wall coverings of fabrics impregnated, coated, covered or laminated", - "parent": "5905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5906", - "text": "5906 - Textile fabrics, rubberised; other than those of heading no. 5902", - "parent": "59", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "590610", - "text": "590610 - Textile fabrics, rubberised; (excluding those of heading no. 5902), adhesive tape of a width not exceeding 20cm", - "parent": "5906", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "590691", - "text": "590691 - Textile fabrics, rubberised; (excluding those of heading no. 5902 and adhesive tape of a width not exceeding 20cm), knitted or crocheted", - "parent": "5906", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "590699", - "text": "590699 - Textile fabrics, rubberised; (excluding those of heading no. 5902 and adhesive tape of a width not exceeding 20cm), not knitted or crocheted", - "parent": "5906", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5907", - "text": "5907 - Textile fabrics; otherwise impregnated, coated or covered; painted canvas being theatrical scenery, studio back-cloths or the like", - "parent": "59", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "590700", - "text": "590700 - Textile fabrics; otherwise impregnated, coated or covered, painted canvas being theatrical scenery, studio back-cloths or the like", - "parent": "5907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5908", - "text": "5908 - Textile wicks, woven, plaited or knitted; for lamps, stoves, lighters, candles or the like; incandescent gas mantles and tubular knitted gas mantle fabric therefor, whether or not impregnated", - "parent": "59", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "590800", - "text": "590800 - Textile wicks, woven, plaited or knitted; for lamps, stoves, lighters, candles or the like; incandescent gas mantles and tubular knitted gas mantle fabric therefor, whether or not impregnated", - "parent": "5908", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5909", - "text": "5909 - Textile hose piping and similar textile tubing; with or without lining, armour or accessories of other materials", - "parent": "59", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "590900", - "text": "590900 - Textile hosepiping and similar textile tubing; with or without lining, armour or accessories of other materials", - "parent": "5909", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5910", - "text": "5910 - Textiles; transmission or conveyor belts or belting, of textile material, whether or not impregnated, coated, covered or laminated with plastics, or reinforced with metal or other material", - "parent": "59", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "591000", - "text": "591000 - Textiles; transmission or conveyor belts or belting, of textile material, whether or not impregnated, coated, covered or laminated with plastics, or reinforced with metal or other material", - "parent": "5910", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "5911", - "text": "5911 - Textile products and articles for technical uses; specified in note 7 to this chapter", - "parent": "59", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "591110", - "text": "591110 - Textile fabric, felt & felt-lined woven fabrics, coated/covered/laminated with rubber, leather or other material, for card clothing, similar fabrics used for technical purposes, including rubber impregnated narrow velvet fabrics to cover weaving spindles", - "parent": "5911", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "591120", - "text": "591120 - Textile products and articles for technical uses; bolting cloth, whether or not made up", - "parent": "5911", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "591131", - "text": "591131 - Textiles; fabrics and felts, endless or fitted with linking devices, of a kind used in paper-making or similar machines, weighing less than 650g/m2", - "parent": "5911", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "591132", - "text": "591132 - Textiles; fabrics and felts, endless or fitted with linking devices, of a kind used in paper-making or similar machines, weighing 650g/m2 or more", - "parent": "5911", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "591140", - "text": "591140 - Textile products and articles for technical uses; straining cloth of a kind used in oil presses and the like, including that of human hair", - "parent": "5911", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "591190", - "text": "591190 - Textile products and articles for technical uses; n.e.c. in heading no. 5911", - "parent": "5911", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "60", - "text": "60 - Fabrics; knitted or crocheted", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "6001", - "text": "6001 - Fabrics; pile fabrics, including long pile fabrics and terry fabrics, knitted or crocheted", - "parent": "60", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "600110", - "text": "600110 - Fabrics; long pile fabrics, knitted or crocheted", - "parent": "6001", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600121", - "text": "600121 - Fabrics; looped pile fabrics, of cotton, knitted or crocheted", - "parent": "6001", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600122", - "text": "600122 - Fabrics; looped pile fabrics, of man-made fibres, knitted or crocheted", - "parent": "6001", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600129", - "text": "600129 - Fabrics; looped pile fabrics, of textile materials (other than cotton or man-made fibres), knitted or crocheted", - "parent": "6001", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600191", - "text": "600191 - Fabrics; pile fabrics (excluding long pile and loop pile), of cotton, knitted or crocheted", - "parent": "6001", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600192", - "text": "600192 - Fabrics; pile fabrics (excluding long pile and loop pile), of man-made fibres, knitted or crocheted", - "parent": "6001", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600199", - "text": "600199 - Fabrics; pile fabrics (excluding long pile and loop pile), of textile materials (other than cotton or man-made fibres), knitted or crocheted", - "parent": "6001", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6002", - "text": "6002 - Fabrics; knitted or crocheted, other than those of heading 60.01, of a width not exceeding 30cm, containing by weight 5% or more of elastomeric yarn or rubber thread", - "parent": "60", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "600210", - "text": "600210 - Knit or crochet fabric, width <30 cm, >5% elastomer", - "parent": "6002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600220", - "text": "600220 - Knit, crochet textile fabric, of a width < 30 cm, nes", - "parent": "6002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600230", - "text": "600230 - Knit or crochet fabric, width > 30 cm, >5% elastomer", - "parent": "6002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600240", - "text": "600240 - Fabrics; knitted or crocheted, other than those of heading 60.01, of a width not exceeding 30 cm, containing by weight 5% or more of elastomeric yarn but not containing rubber thread", - "parent": "6002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600241", - "text": "600241 - Warp knit fabric of wool or fine animal hair, nes", - "parent": "6002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600242", - "text": "600242 - Warp knit fabric of cotton, nes", - "parent": "6002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600243", - "text": "600243 - Warp knit fabric of manmade fibres, nes", - "parent": "6002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600249", - "text": "600249 - Warp knit fabric of other materials, nes", - "parent": "6002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600290", - "text": "600290 - Fabrics; knitted or crocheted, other than those of heading 60.01, of a width not exceeding 30 cm, containing by weight 5% or more of elastomeric yarn or rubber thread", - "parent": "6002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600291", - "text": "600291 - Knit, crochet fabric of wool or fine animal hair, nes", - "parent": "6002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600292", - "text": "600292 - Knit or crochet fabric of cotton, nes", - "parent": "6002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600293", - "text": "600293 - Knit or crochet fabric of manmade fibres, nes", - "parent": "6002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600299", - "text": "600299 - Knit or crochet fabric of other materials, nes", - "parent": "6002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6003", - "text": "6003 - Fabrics; knitted or crocheted fabrics, other than those of heading 60.01 and 60.02, of a width not exceeding 30 cm,", - "parent": "60", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "600310", - "text": "600310 - Fabrics; knitted or crocheted fabrics, other than those of heading 60.01 and 60.02, of a width not exceeding 30 cm, of wool or fine animal hair", - "parent": "6003", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600320", - "text": "600320 - Fabrics; knitted or crocheted fabrics, other than those of heading 60.01 and 60.02, of a width not exceeding 30 cm, of cotton", - "parent": "6003", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600330", - "text": "600330 - Fabrics; knitted or crocheted fabrics, other than those of heading 60.01 and 60.02, of a width not exceeding 30 cm, of synthetic fibres", - "parent": "6003", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600340", - "text": "600340 - Fabrics; knitted or crocheted fabrics, other than those of heading 60.01 and 60.02, of a width not exceeding 30 cm, of artificial fibres", - "parent": "6003", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600390", - "text": "600390 - Fabrics; knitted or crocheted fabrics, other than those of heading 60.01 and 60.02, of a width not exceeding 30 cm, other than of wool and fine animal hair, cotton, synthetic or artificial fibres", - "parent": "6003", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6004", - "text": "6004 - Fabrics; knitted or crocheted fabrics of a width exceeding 30 cm, other than those of heading 60.01, containing by weight 5% or more of elastomeric yarn or rubber thread", - "parent": "60", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "600410", - "text": "600410 - Fabrics; knitted or crocheted fabrics of a width exceeding 30 cm, other than those of heading 60.01, containing by weight 5% or more of elastomeric yarn but not containing rubber thread", - "parent": "6004", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600490", - "text": "600490 - Fabrics; knitted or crocheted, other than those of heading 60.01, of a width exceeding 30 cm, containing by weight 5% or more of elastomeric yarn or rubber thread,", - "parent": "6004", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6005", - "text": "6005 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04", - "parent": "60", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "600510", - "text": "600510 - Warp knit fabrics. incl. those made on galloon knitting machines (excl. of ...", - "parent": "6005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600521", - "text": "600521 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of cotton, unbleached or bleached", - "parent": "6005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600522", - "text": "600522 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of cotton, dyed", - "parent": "6005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600523", - "text": "600523 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of cotton, yarns of different colours", - "parent": "6005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600524", - "text": "600524 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of cotton, printed", - "parent": "6005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600531", - "text": "600531 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of synthetic fibres, bleached or unbleached", - "parent": "6005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600532", - "text": "600532 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of synthetic fibres, dyed", - "parent": "6005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600533", - "text": "600533 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of synthetic fibres, of yarns of different colours", - "parent": "6005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600534", - "text": "600534 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of synthetic fibres, printed", - "parent": "6005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600535", - "text": "600535 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of synthetic fibres specified in Subheading Note 1 to this Chapter", - "parent": "6005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600536", - "text": "600536 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of synthetic fibres, bleached or unbleached", - "parent": "6005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600537", - "text": "600537 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of synthetic fibres, dyed", - "parent": "6005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600538", - "text": "600538 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of synthetic fibres, yarns of different colours", - "parent": "6005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600539", - "text": "600539 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of synthetic fibres, printed", - "parent": "6005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600541", - "text": "600541 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of artificial fibres, bleached or unbleached", - "parent": "6005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600542", - "text": "600542 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of artificial fibres, dyed", - "parent": "6005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600543", - "text": "600543 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of artificial fibres, of yarns of different colours", - "parent": "6005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600544", - "text": "600544 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, of artificial fibres, printed", - "parent": "6005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600590", - "text": "600590 - Fabrics; warp knit (including those made on galloon knitting machines), other than those of headings 60.01 to 60.04, excluding those made from cotton or synthetic or artificial fibres", - "parent": "6005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6006", - "text": "6006 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04", - "parent": "60", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "600610", - "text": "600610 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of wool or fine animal hair", - "parent": "6006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600621", - "text": "600621 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of cotton, unbleached or bleached", - "parent": "6006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600622", - "text": "600622 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of cotton, dyed", - "parent": "6006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600623", - "text": "600623 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of cotton, of yarns of different colours", - "parent": "6006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600624", - "text": "600624 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of cotton, printed", - "parent": "6006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600631", - "text": "600631 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of synthetic fibres, unbleached or bleached", - "parent": "6006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600632", - "text": "600632 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of synthetic fibres, dyed", - "parent": "6006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600633", - "text": "600633 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of synthetic fibres, of yarns of different colours", - "parent": "6006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600634", - "text": "600634 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of synthetic fibres, printed", - "parent": "6006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600641", - "text": "600641 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of artificial fibres, unbleached or bleached", - "parent": "6006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600642", - "text": "600642 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of artificial fibres, dyed", - "parent": "6006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600643", - "text": "600643 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of artificial fibres, of yarns of different colours", - "parent": "6006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600644", - "text": "600644 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04, of artificial fibres, printed", - "parent": "6006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "600690", - "text": "600690 - Fabrics; knitted or crocheted fabrics, other than those of headings 60.01 to 60.04,and other than those made of wool, fine animal hair, cotton, synthetic or artificial fibres", - "parent": "6006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "61", - "text": "61 - Apparel and clothing accessories; knitted or crocheted", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "6101", - "text": "6101 - Coats; men's or boys' overcoats, car-coats, capes, cloaks, anoraks, ski-jackets, wind-cheaters, wind-jackets and similar articles; knitted or crocheted, other than those of heading no. 6103", - "parent": "61", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "610110", - "text": "610110 - Mens, boys overcoats, etc, of wool or hair, knit", - "parent": "6101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610120", - "text": "610120 - Coats; men's or boys' overcoats, car-coats, capes, anoraks, wind-jackets and similar articles, of cotton, knitted or crocheted (excluding those of heading no. 6103)", - "parent": "6101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610130", - "text": "610130 - Coats; men's or boys' overcoats, car-coats, capes, anoraks, wind-jackets and similar articles, of man-made fibres, knitted or crocheted, (excluding those of heading no. 6103)", - "parent": "6101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610190", - "text": "610190 - Coats; men's or boys' overcoats, car-coats, capes, anoraks, wind-jackets and similar articles, of textile materials n.e.c. in heading no. 6101, knitted or crocheted (excluding those of heading no. 6103)", - "parent": "6101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6102", - "text": "6102 - Coats; women's or girls' overcoats, car-coats, capes, cloaks, anoraks, ski-jackets, wind-cheaters, wind-jackets and similar articles, knitted or crocheted, other than those of heading no. 6104", - "parent": "61", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "610210", - "text": "610210 - Coats; women's or girls' overcoats, car-coats, capes, anoraks, wind-jackets and similar articles, of wool or fine animal hair, knitted or crocheted (excluding those of heading no. 6104)", - "parent": "6102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610220", - "text": "610220 - Coats; women's or girls' overcoats, car-coats, capes, anoraks, wind-jackets and similar articles, of cotton, knitted or crocheted (excluding those of heading no. 6104)", - "parent": "6102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610230", - "text": "610230 - Coats; women's or girls' overcoats, car-coats, capes, anoraks, wind-jackets and similar articles, of man-made fibres, knitted or crocheted (excluding those of heading no. 6104)", - "parent": "6102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610290", - "text": "610290 - Coats; women's or girls' overcoats, car-coats, capes, anoraks, wind-jackets and similar articles, of textile materials n.e.c. in heading no. 6102, knitted or crocheted (excluding those of heading no. 6104)", - "parent": "6102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6103", - "text": "6103 - Suits, ensembles, jackets, blazers, trousers, bib and brace overalls, breeches, shorts (not swimwear); men's or boys', knitted or crocheted", - "parent": "61", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "610310", - "text": "610310 - Suits; men's or boys', knitted or crocheted", - "parent": "6103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610311", - "text": "610311 - Mens, boys suits, of wool, fine animal hair, knit", - "parent": "6103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610312", - "text": "610312 - Mens, boys suits, synthetic fibres, knit", - "parent": "6103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610319", - "text": "610319 - Mens, boys suits, of materials nes, knit", - "parent": "6103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610321", - "text": "610321 - Mens, boys ensembles, of wool animal hair, knit", - "parent": "6103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610322", - "text": "610322 - Ensembles; men's or boys', of cotton, knitted or crocheted", - "parent": "6103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610323", - "text": "610323 - Ensembles; men's or boys', of synthetic fibres, knitted or crocheted", - "parent": "6103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610329", - "text": "610329 - Ensembles; men's or boys', of textile materials (other than cotton or synthetic fibres), knitted or crocheted", - "parent": "6103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610331", - "text": "610331 - Jackets and blazers; men's or boys', of wool or fine animal hair, knitted or crocheted", - "parent": "6103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610332", - "text": "610332 - Jackets and blazers; men's or boys', of cotton, knitted or crocheted", - "parent": "6103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610333", - "text": "610333 - Jackets and blazers; men's or boys', of synthetic fibres, knitted or crocheted", - "parent": "6103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610339", - "text": "610339 - Jackets and blazers; men's or boys', of textile materials (other than wool or fine animal hair, cotton or synthetic fibres), knitted or crocheted", - "parent": "6103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610341", - "text": "610341 - Trousers, bib and brace overalls, breeches and shorts; men's or boys', of wool or fine animal hair, knitted or crocheted", - "parent": "6103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610342", - "text": "610342 - Trousers, bib and brace overalls, breeches and shorts; men's or boys', of cotton, knitted or crocheted", - "parent": "6103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610343", - "text": "610343 - Trousers, bib and brace overalls, breeches and shorts; men's or boys', of synthetic fibres, knitted or crocheted", - "parent": "6103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610349", - "text": "610349 - Trousers, bib and brace overalls, breeches and shorts; men's or boys', of textile materials (other than wool or fine animal hair, cotton or synthetic fibres), knitted or crocheted", - "parent": "6103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6104", - "text": "6104 - Suits, ensembles, jackets, dresses, skirts, divided skirts, trousers, bib and brace overalls, breeches and shorts (not swimwear), women's or girls', knitted or crocheted", - "parent": "61", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "610411", - "text": "610411 - Womens, girls suits, of wool or hair, knit", - "parent": "6104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610412", - "text": "610412 - Womens, girls suits, of cotton, knit", - "parent": "6104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610413", - "text": "610413 - Suits; women's or girls', of synthetic fibres, knitted or crocheted", - "parent": "6104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610419", - "text": "610419 - Suits; women's or girls', of textile materials (other than synthetic fibres), knitted or crocheted", - "parent": "6104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610421", - "text": "610421 - Womens, girls ensembles, of wool or hair, knit", - "parent": "6104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610422", - "text": "610422 - Ensembles; women's or girls', of cotton, knitted or crocheted", - "parent": "6104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610423", - "text": "610423 - Ensembles; women's or girls', of synthetic fibres, knitted or crocheted", - "parent": "6104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610429", - "text": "610429 - Ensembles; women's or girls', of textile materials (other than cotton or synthetic fibres), knitted or crocheted", - "parent": "6104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610431", - "text": "610431 - Jackets; women's or girls', of wool or fine animal hair, knitted or crocheted", - "parent": "6104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610432", - "text": "610432 - Jackets; women's or girls', of cotton, knitted or crocheted", - "parent": "6104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610433", - "text": "610433 - Jackets; women's or girls', of synthetic fibres, knitted or crocheted", - "parent": "6104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610439", - "text": "610439 - Jackets; women's or girls', of textile materials (other than wool or fine animal hair, cotton or synthetic fibres), knitted or crocheted", - "parent": "6104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610441", - "text": "610441 - Dresses; women's or girls', of wool or fine animal hair, knitted or crocheted", - "parent": "6104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610442", - "text": "610442 - Dresses; women's or girls', of cotton, knitted or crocheted", - "parent": "6104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610443", - "text": "610443 - Dresses; women's or girls', of synthetic fibres, knitted or crocheted", - "parent": "6104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610444", - "text": "610444 - Dresses; women's or girls', of artificial fibres, knitted or crocheted", - "parent": "6104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610449", - "text": "610449 - Dresses; women's or girls', of textile materials (other than wool or fine animal hair, cotton, synthetic or artificial fibres), knitted or crocheted", - "parent": "6104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610451", - "text": "610451 - Skirts and divided skirts; women's or girls', of wool or fine animal hair, knitted or crocheted", - "parent": "6104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610452", - "text": "610452 - Skirts and divided skirts; women's or girls', of cotton, knitted or crocheted", - "parent": "6104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610453", - "text": "610453 - Skirts and divided skirts; women's or girls', of synthetic fibres, knitted or crocheted", - "parent": "6104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610459", - "text": "610459 - Skirts and divided skirts; women's or girls', of textile materials (other than wool or fine animal hair, cotton or synthetic fibres), knitted or crocheted", - "parent": "6104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610461", - "text": "610461 - Trousers, bib and brace overalls, breeches and shorts; women's or girls', of wool or fine animal hair, knitted or crocheted", - "parent": "6104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610462", - "text": "610462 - Trousers, bib and brace overalls, breeches and shorts; women's or girls', of cotton, knitted or crocheted", - "parent": "6104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610463", - "text": "610463 - Trousers, bib and brace overalls, breeches and shorts; women's or girls', of synthetic fibres, knitted or crocheted", - "parent": "6104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610469", - "text": "610469 - Trousers, bib and brace overalls, breeches and shorts; women's or girls', of textile materials (other than wool or fine animal hair, cotton or synthetic fibres), knitted or crocheted", - "parent": "6104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6105", - "text": "6105 - Shirts; men's or boys', knitted or crocheted", - "parent": "61", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "610510", - "text": "610510 - Shirts; men's or boys', of cotton, knitted or crocheted", - "parent": "6105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610520", - "text": "610520 - Shirts; men's or boys', of man-made fibres, knitted or crocheted", - "parent": "6105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610590", - "text": "610590 - Shirts; men's or boys', of textile materials (other than cotton or man-made fibres), knitted or crocheted", - "parent": "6105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6106", - "text": "6106 - Blouses, shirts and shirt-blouses; women's or girls', knitted or crocheted", - "parent": "61", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "610610", - "text": "610610 - Blouses, shirts and shirt-blouses; women's or girls', of cotton, knitted or crocheted", - "parent": "6106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610620", - "text": "610620 - Blouses, shirts and shirt-blouses; women's or girls', of man-made fibres, knitted or crocheted", - "parent": "6106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610690", - "text": "610690 - Blouses, shirts and shirt-blouses; women's or girls', of textile materials (other than cotton or man-made fibres), knitted or crocheted", - "parent": "6106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6107", - "text": "6107 - Underpants, briefs, nightshirts, pyjamas, bathrobes, dressing gowns and similar articles; men's or boys', knitted or crocheted", - "parent": "61", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "610711", - "text": "610711 - Underpants and briefs; men's or boys', of cotton, knitted or crocheted", - "parent": "6107", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610712", - "text": "610712 - Underpants and briefs; men's or boys', of man-made fibres, knitted or crocheted", - "parent": "6107", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610719", - "text": "610719 - Underpants and briefs; men's or boys', of textile materials (other than cotton or man-made fibres), knitted or crocheted", - "parent": "6107", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610721", - "text": "610721 - Nightshirts and pyjamas; men's or boys', of cotton, knitted or crocheted", - "parent": "6107", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610722", - "text": "610722 - Nightshirts and pyjamas; men's or boys', of man-made fibres, knitted or crocheted", - "parent": "6107", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610729", - "text": "610729 - Nightshirts and pyjamas; men's or boys', of textile materials (other than cotton or man-made fibres), knitted or crocheted", - "parent": "6107", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610791", - "text": "610791 - Bathrobes, dressing gowns and similar articles; men's or boys', of cotton, knitted or crocheted", - "parent": "6107", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610792", - "text": "610792 - Mens, boys bathrobes, dressing gown manmade fibre kni", - "parent": "6107", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610799", - "text": "610799 - Bathrobes, dressing gowns and similar articles; men's or boys', of textile materials (other than cotton), knitted or crocheted", - "parent": "6107", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6108", - "text": "6108 - Slips, petticoats, briefs, panties, nightdresses, pyjamas, negligees, bathrobes, dressing gowns and similar articles; women's or girls', knitted or crocheted", - "parent": "61", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "610811", - "text": "610811 - Slips and petticoats; women's or girls', of man-made fibres, knitted or crocheted", - "parent": "6108", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610819", - "text": "610819 - Slips and petticoats; women's or girls', of textile materials (other than man-made fibres), knitted or crocheted", - "parent": "6108", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610821", - "text": "610821 - Briefs and panties; women's or girls', of cotton, knitted or crocheted", - "parent": "6108", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610822", - "text": "610822 - Briefs and panties; women's or girls', of man-made fibres, knitted or crocheted", - "parent": "6108", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610829", - "text": "610829 - Briefs and panties; women's or girls', of textile materials (other than cotton or man-made fibres), knitted or crocheted", - "parent": "6108", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610831", - "text": "610831 - Nightdresses and pyjamas; women's or girls', of cotton, knitted or crocheted", - "parent": "6108", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610832", - "text": "610832 - Nightdresses and pyjamas; women's or girls', of man-made fibres, knitted or crocheted", - "parent": "6108", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610839", - "text": "610839 - Nightdresses and pyjamas; women's or girls', of textile materials (other than cotton or man-made fibres), knitted or crocheted", - "parent": "6108", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610891", - "text": "610891 - Negligees, bathrobes, dressing gowns and similar articles; women's or girls', of cotton, knitted or crocheted", - "parent": "6108", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610892", - "text": "610892 - Negligees, bathrobes, dressing gowns and similar articles; women's or girls', of man-made fibres, knitted or crocheted", - "parent": "6108", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610899", - "text": "610899 - Negligees, bathrobes, dressing gowns and similar articles; women's or girls', of textile materials (other than cotton or man-made fibres), knitted or crocheted", - "parent": "6108", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6109", - "text": "6109 - T-shirts, singlets and other vests; knitted or crocheted", - "parent": "61", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "610910", - "text": "610910 - T-shirts, singlets and other vests; of cotton, knitted or crocheted", - "parent": "6109", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "610990", - "text": "610990 - T-shirts, singlets and other vests; of textile materials (other than cotton), knitted or crocheted", - "parent": "6109", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6110", - "text": "6110 - Jerseys, pullovers, cardigans, waistcoats and similar articles; knitted or crocheted", - "parent": "61", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "611010", - "text": "611010 - Pullovers, cardigans etc of wool or hair, knit", - "parent": "6110", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611011", - "text": "611011 - Jerseys, pullovers, cardigans, waistcoats and similar articles; knitted or crocheted, of wool or fine animal hair", - "parent": "6110", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611012", - "text": "611012 - Jerseys, pullovers, cardigans, waistcoats and similar articles; knitted or crocheted, of fibres from kashmir (cashmere) goats", - "parent": "6110", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611019", - "text": "611019 - Jerseys, pullovers, cardigans, waistcoats and similar articles; knitted or crocheted, of fine animal hair other than that of kashmir (cashmere) goats", - "parent": "6110", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611020", - "text": "611020 - Jerseys, pullovers, cardigans, waistcoats and similar articles; of cotton, knitted or crocheted", - "parent": "6110", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611030", - "text": "611030 - Jerseys, pullovers, cardigans, waistcoats and similar articles; of man-made fibres, knitted or crocheted", - "parent": "6110", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611090", - "text": "611090 - Jerseys, pullovers, cardigans, waistcoats and similar articles; of textile materials (other than wool or fine animal hair, cotton or man-made fibres), knitted or crocheted", - "parent": "6110", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6111", - "text": "6111 - Garments and clothing accessories, babies'; knitted or crocheted", - "parent": "61", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "611110", - "text": "611110 - Babies garments, accessories of wool or hair, knit", - "parent": "6111", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611120", - "text": "611120 - Garments and clothing accessories; babies', of cotton, knitted or crocheted", - "parent": "6111", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611130", - "text": "611130 - Garments and clothing accessories; babies', of synthetic fibres, knitted or crocheted", - "parent": "6111", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611190", - "text": "611190 - Garments and clothing accessories; babies', of textile materials (other than cotton or synthetic fibres), knitted or crocheted", - "parent": "6111", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6112", - "text": "6112 - Track suits, ski suits and swimwear; knitted or crocheted", - "parent": "61", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "611211", - "text": "611211 - Track suits; of cotton, knitted or crocheted", - "parent": "6112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611212", - "text": "611212 - Track suits; of synthetic fibres, knitted or crocheted", - "parent": "6112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611219", - "text": "611219 - Track suits; of textile materials (other than cotton or synthetic fibres), knitted or crocheted", - "parent": "6112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611220", - "text": "611220 - Ski suits; knitted or crocheted", - "parent": "6112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611231", - "text": "611231 - Swimwear; men's or boys', of synthetic fibres, knitted or crocheted", - "parent": "6112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611239", - "text": "611239 - Swimwear; men's or boys', of textile materials (other than synthetic fibres), knitted or crocheted", - "parent": "6112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611241", - "text": "611241 - Swimwear; women's or girls', of synthetic fibres, knitted or crocheted", - "parent": "6112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611249", - "text": "611249 - Swimwear; women's or girls', of textile materials (other than synthetic fibres), knitted or crocheted", - "parent": "6112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6113", - "text": "6113 - Garments made up of knitted or crocheted fabrics of heading no. 5903, 5906 and 5907", - "parent": "61", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "611300", - "text": "611300 - Garments made up of knitted or crocheted fabrics of heading no. 5903, 5906 and 5907", - "parent": "6113", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6114", - "text": "6114 - Garments; knitted or crocheted, n.e.c. in chapter 61", - "parent": "61", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "611410", - "text": "611410 - Garments nes, of wool or fine animal hair, knit", - "parent": "6114", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611420", - "text": "611420 - Garments; of cotton, knitted or crocheted, n.e.c. in chapter 61", - "parent": "6114", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611430", - "text": "611430 - Garments; of man-made fibres, knitted or crocheted, n.e.c. in chapter 61", - "parent": "6114", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611490", - "text": "611490 - Garments; of textile materials (other than cotton or man-made fibres), knitted or crocheted, n.e.c. in chapter 61", - "parent": "6114", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6115", - "text": "6115 - Hosiery; panty hose, tights, stockings, socks and other hosiery, including graduated compression hosiery (for example, stockings for varicose veins) and footwear without applied soles, knitted or crocheted", - "parent": "61", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "611510", - "text": "611510 - Graduated compression hosiery (for example, stockings for varicose veins), knitted or crocheted", - "parent": "6115", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611511", - "text": "611511 - Panty hose etc, synthetic fibre yarn <67 dtex/sy, kni", - "parent": "6115", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611512", - "text": "611512 - Panty hose etc, synthetic fibre yarn >67 dtex/sy, kni", - "parent": "6115", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611519", - "text": "611519 - Panty hose etc of materials nes, knit", - "parent": "6115", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611520", - "text": "611520 - Womens full, kneelength hosiery, yarn <67 dtex/sy,kni", - "parent": "6115", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611521", - "text": "611521 - Hosiery; panty hose and tights (other than graduated compression hosiery), of synthetic fibres, measuring per single yarn less than 67 decitex, knitted or crocheted", - "parent": "6115", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611522", - "text": "611522 - Hosiery; panty hose and tights (other than graduated compression hosiery), of synthetic fibres, measuring per single yarn 67 decitex or more, knitted or crocheted", - "parent": "6115", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611529", - "text": "611529 - Hosiery; panty hose and tights (other than graduated compression hosiery), of textile materials (other than synthetic fibres), knitted or crocheted", - "parent": "6115", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611530", - "text": "611530 - Hosiery; women's, full-length or knee-length (other than graduated compression hosiery), measuring per single yarn less than 67 decitex, knitted or crocheted", - "parent": "6115", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611591", - "text": "611591 - Hosiery nes, of wool or fine animal hair, knit", - "parent": "6115", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611592", - "text": "611592 - Hosiery nes, of cotton, knit", - "parent": "6115", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611593", - "text": "611593 - Hosiery nes, synthetic fibres, knit", - "parent": "6115", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611594", - "text": "611594 - Hosiery and footwear; without applied soles, of wool or fine animal hair, knitted or crocheted (excluding graduated compression hosiery, panty hose, tights, women's full or knee-length hosiery measuring per single yarn less than 67 decitex)", - "parent": "6115", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611595", - "text": "611595 - Hosiery and footwear; without applied soles, of cotton, knitted or crocheted (excluding graduated compression hosiery, panty hose, tights, full or knee-length hosiery measuring per single yarn less than 67 decitex)", - "parent": "6115", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611596", - "text": "611596 - Hosiery and footwear; without applied soles, of synthetic fibres, knitted or crocheted (excluding graduated compression hosiery, panty hose, tights, full or knee-length hosiery measuring per single yarn less than 67 decitex)", - "parent": "6115", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611599", - "text": "611599 - Hosiery and footwear; without applied soles, of textile materials n.e.c. in item no. 6115.9, knitted or crocheted (excluding graduated compression hosiery, panty hose, tights, full or knee-length hosiery measuring per single yarn less than 67 decitex)", - "parent": "6115", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6116", - "text": "6116 - Gloves, mittens and mitts; knitted or crocheted", - "parent": "61", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "611610", - "text": "611610 - Gloves, mittens and mitts; knitted or crocheted, impregnated, coated, covered or laminated with plastics or rubber", - "parent": "6116", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611691", - "text": "611691 - Gloves, mittens and mitts; of wool or fine animal hair, knitted or crocheted, (other than impregnated, coated, covered or laminated with plastics or rubber)", - "parent": "6116", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611692", - "text": "611692 - Gloves, mittens and mitts; of cotton, knitted or crocheted, (other than impregnated, coated, covered or laminated with plastics or rubber)", - "parent": "6116", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611693", - "text": "611693 - Gloves, mittens and mitts; of synthetic fibres, knitted or crocheted, (other than impregnated, coated, covered or laminated with plastics or rubber)", - "parent": "6116", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611699", - "text": "611699 - Gloves, mittens and mitts; of textile materials (other than wool or fine animal hair, cotton or synthetic fibres), knitted or crocheted, (other than impregnated, coated, covered or laminated with plastics or rubber)", - "parent": "6116", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6117", - "text": "6117 - Clothing accessories; made up, knitted or crocheted, knitted or crocheted parts of garments or of clothing accessories", - "parent": "61", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "611710", - "text": "611710 - Shawls, scarves, mufflers, mantillas, veils and the like; knitted or crocheted", - "parent": "6117", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611720", - "text": "611720 - Ties, bow ties and cravats, of textile material, knit", - "parent": "6117", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611780", - "text": "611780 - Clothing accessories; knitted or crocheted, n.e.c. in heading no. 6117", - "parent": "6117", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "611790", - "text": "611790 - Clothing; parts, knitted or crocheted", - "parent": "6117", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "62", - "text": "62 - Apparel and clothing accessories; not knitted or crocheted", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "6201", - "text": "6201 - Overcoats, car-coats, capes, cloaks, anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles, men's or boys', other than those of heading no. 6203 (not knitted or crocheted)", - "parent": "62", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "620111", - "text": "620111 - Coats; men's or boys', overcoats, raincoats, car-coats, capes, cloaks and similar articles, of wool or fine animal hair, other than those of heading no. 6203 (not knitted or crocheted)", - "parent": "6201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620112", - "text": "620112 - Coats; men's or boys', overcoats, raincoats, car-coats, capes, cloaks and similar articles, of cotton, other than those of heading no. 6203 (not knitted or crocheted)", - "parent": "6201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620113", - "text": "620113 - Coats; men's or boys', overcoats, raincoats, car-coats, capes, cloaks and similar articles, of man-made fibres, other than those of heading no. 6203 (not knitted or crocheted)", - "parent": "6201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620119", - "text": "620119 - Coats; men's or boys', overcoats, raincoats, car-coats, capes, cloaks and similar articles, of textile materials (other than wool or fine animal hair, cotton or man-made fibres), other than those of heading no. 6203 (not knitted or crocheted)", - "parent": "6201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620120", - "text": "620120 - Coats; men's or boys', overcoats, raincoats, car-coats, capes, cloaks, anoraks (including ski-jackets) and similar articles, of wool or fine animal hair, other than those of heading no. 6203 (not knitted or crocheted)", - "parent": "6201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620130", - "text": "620130 - Coats; men's or boys', overcoats, raincoats, car-coats, capes, cloaks, anoraks (including ski-jackets) and similar articles, of cotton, other than those of heading no. 6203 (not knitted or crocheted)", - "parent": "6201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620140", - "text": "620140 - Coats; men's or boys', overcoats, raincoats, car-coats, capes, cloaks, anoraks (including ski-jackets) and similar articles, of man-made fibres, other than those of heading no. 6203 (not knitted or crocheted)", - "parent": "6201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620190", - "text": "620190 - Coats; men's or boys', overcoats, rain-coats, car-coats, capes, cloaks and similar, of textile materials (other than wool, fine animal hair, cotton or man-made fibres), other than those of heading no. 6203 (not knitted or crocheted)", - "parent": "6201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620191", - "text": "620191 - Anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles; men's or boys', of wool or fine animal hair, other than those of heading no. 6203 (not knitted or crocheted)", - "parent": "6201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620192", - "text": "620192 - Anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles; men's or boys', of cotton, other than those of heading no. 6203 (not knitted or crocheted)", - "parent": "6201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620193", - "text": "620193 - Anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles; men's or boys', of man-made fibres, other than those of heading no. 6203 (not knitted or crocheted)", - "parent": "6201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620199", - "text": "620199 - Anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles; men's or boys', of textile materials (other than wool or fine animal hair, cotton or man-made fibres), other than those of heading no. 6203 (not knitted or crocheted)", - "parent": "6201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6202", - "text": "6202 - Coats; women's or girls' overcoats, carcoats, capes, cloaks, anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles, other than those of heading no. 6204 (not knitted or crocheted)", - "parent": "62", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "620211", - "text": "620211 - Coats; women's or girls', overcoats, raincoats, car-coats, capes, cloaks and similar articles, of wool or fine animal hair, other than those of heading no. 6204 (not knitted or crocheted)", - "parent": "6202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620212", - "text": "620212 - Coats; women's or girls', overcoats, raincoats, car-coats, capes, cloaks and similar articles, of cotton, other than those of heading no. 6204 (not knitted or crocheted)", - "parent": "6202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620213", - "text": "620213 - Coats; women's or girls', overcoats, raincoats, car-coats, capes, cloaks and similar articles, of man-made fibres, other than those of heading no. 6204 (not knitted or crocheted)", - "parent": "6202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620219", - "text": "620219 - Coats; women's or girls', overcoats, raincoats, car-coats, capes, cloaks and similar articles, of textile materials (other than wool or fine animal hair, cotton or man-made fibres), other than those of heading no. 6204 (not knitted or crocheted)", - "parent": "6202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620220", - "text": "620220 - Coats; women's or girls', overcoats, raincoats, car-coats, capes, cloaks anoraks (including ski-jackets) and similar articles, of wool or fine animal hair, other than those of heading no. 6204 (not knitted or crocheted)", - "parent": "6202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620230", - "text": "620230 - Coats; women's or girls', overcoats, raincoats, car-coats, capes, cloaks anoraks (including ski-jackets) and similar articles, of cotton, other than those of heading no. 6204 (not knitted or crocheted)", - "parent": "6202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620240", - "text": "620240 - Coats; women's or girls', overcoats, raincoats, car-coats, capes, cloaks anoraks (including ski-jackets) and similar articles, of man-made fibres, other than those of heading no. 6204 (not knitted or crocheted)", - "parent": "6202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620290", - "text": "620290 - Coats; women's or girls', overcoats, raincoats, car-coats, capes, cloaks and similar articles, of textile materials (other than wool, fine animal hair, cotton or man-made fibres), other than those of heading no. 6204 (not knitted or crocheted)", - "parent": "6202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620291", - "text": "620291 - Anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles; women's or girls', of wool or fine animal hair, other than those of heading no. 6204 (not knitted or crocheted)", - "parent": "6202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620292", - "text": "620292 - Anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles; women's or girls', of cotton, other than those of heading no. 6204 (not knitted or crocheted)", - "parent": "6202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620293", - "text": "620293 - Anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles; women's or girls', of man-made fibres, other than those of heading no. 6204 (not knitted or crocheted)", - "parent": "6202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620299", - "text": "620299 - Anoraks (including ski-jackets), wind-cheaters, wind-jackets and similar articles; women's or girls', of textile materials n.e.c. in item no. 6202.9, other than those of heading no. 6204, (not knitted or crocheted)", - "parent": "6202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6203", - "text": "6203 - Suits, ensembles, jackets, blazers, trousers, bib and brace overalls, breeches and shorts (other than swimwear); men's or boys' (not knitted or crocheted)", - "parent": "62", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "620311", - "text": "620311 - Suits; men's or boys', of wool or fine animal hair (not knitted or crocheted)", - "parent": "6203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620312", - "text": "620312 - Suits; men's or boys', of synthetic fibres (not knitted or crocheted)", - "parent": "6203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620319", - "text": "620319 - Suits; men's or boys', of textile materials n.e.c. in item no. 6203.1 (not knitted or crocheted)", - "parent": "6203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620321", - "text": "620321 - Mens, boys ensembles, of wool or hair, not knit", - "parent": "6203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620322", - "text": "620322 - Ensembles; men's or boys', of cotton (not knitted or crocheted)", - "parent": "6203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620323", - "text": "620323 - Ensembles; men's or boys', of synthetic fibres (not knitted or crocheted)", - "parent": "6203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620329", - "text": "620329 - Ensembles; men's or boys', of textile materials n.e.c. in item no. 6203.2 (not knitted or crocheted)", - "parent": "6203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620331", - "text": "620331 - Jackets and blazers; men's or boys', of wool or fine animal hair (not knitted or crocheted)", - "parent": "6203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620332", - "text": "620332 - Jackets and blazers; men's or boys', of cotton (not knitted or crocheted)", - "parent": "6203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620333", - "text": "620333 - Jackets and blazers; men's or boys', of synthetic fibres (not knitted or crocheted)", - "parent": "6203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620339", - "text": "620339 - Jackets and blazers; men's or boys', of textile materials n.e.c. in item no. 6203.3 (not knitted or crocheted)", - "parent": "6203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620341", - "text": "620341 - Trousers, bib and brace overalls, breeches and shorts; men's or boys', of wool or fine animal hair (not knitted or crocheted)", - "parent": "6203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620342", - "text": "620342 - Trousers, bib and brace overalls, breeches and shorts; men's or boys', of cotton (not knitted or crocheted)", - "parent": "6203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620343", - "text": "620343 - Trousers, bib and brace overalls, breeches and shorts; men's or boys', of synthetic fibres (not knitted or crocheted)", - "parent": "6203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620349", - "text": "620349 - Trousers, bib and brace overalls, breeches and shorts; men's or boys', of textile materials (other than wool, fine animal hair, cotton or synthetic fibres), (not knitted or crocheted)", - "parent": "6203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6204", - "text": "6204 - Suits, ensembles, jackets, dresses, skirts, divided skirts, trousers, bib and brace overalls, breeches and shorts (other than swimwear); women's or girls' (not knitted or crocheted)", - "parent": "62", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "620411", - "text": "620411 - Suits; women's or girls', of wool or fine animal hair (not knitted or crocheted)", - "parent": "6204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620412", - "text": "620412 - Suits; women's or girls', of cotton (not knitted or crocheted)", - "parent": "6204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620413", - "text": "620413 - Suits; women's or girls', of synthetic fibres (not knitted or crocheted)", - "parent": "6204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620419", - "text": "620419 - Suits; women's or girls', of textile materials n.e.c. in item no. 6204.1 (not knitted or crocheted)", - "parent": "6204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620421", - "text": "620421 - Ensembles; women's or girls', of wool or fine animal hair (not knitted or crocheted)", - "parent": "6204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620422", - "text": "620422 - Ensembles; women's or girls', of cotton (not knitted or crocheted)", - "parent": "6204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620423", - "text": "620423 - Ensembles; women's or girls', of synthetic fibres (not knitted or crocheted)", - "parent": "6204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620429", - "text": "620429 - Ensembles; women's or girls', of textile materials n.e.c. in item no. 6204.2 (not knitted or crocheted)", - "parent": "6204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620431", - "text": "620431 - Jackets and blazers; women's or girls', of wool or fine animal hair (not knitted or crocheted)", - "parent": "6204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620432", - "text": "620432 - Jackets and blazers; women's or girls', of cotton (not knitted or crocheted)", - "parent": "6204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620433", - "text": "620433 - Jackets and blazers; women's or girls', of synthetic fibres (not knitted or crocheted)", - "parent": "6204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620439", - "text": "620439 - Jackets and blazers; women's or girls', of textile materials n.e.c. in item no. 6204.3 (not knitted or crocheted)", - "parent": "6204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620441", - "text": "620441 - Dresses; women's or girls', of wool or fine animal hair (not knitted or crocheted)", - "parent": "6204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620442", - "text": "620442 - Dresses; women's or girls', of cotton (not knitted or crocheted)", - "parent": "6204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620443", - "text": "620443 - Dresses; women's or girls', of synthetic fibres (not knitted or crocheted)", - "parent": "6204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620444", - "text": "620444 - Dresses; women's or girls', of artificial fibres (not knitted or crocheted)", - "parent": "6204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620449", - "text": "620449 - Dresses; women's or girls', of textile materials n.e.c. in item no. 6204.4 (not knitted or crocheted)", - "parent": "6204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620451", - "text": "620451 - Skirts and divided skirts; women's or girls', of wool or fine animal hair (not knitted or crocheted)", - "parent": "6204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620452", - "text": "620452 - Skirts and divided skirts; women's or girls', of cotton (not knitted or crocheted)", - "parent": "6204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620453", - "text": "620453 - Skirts and divided skirts; women's or girls', of synthetic fibres (not knitted or crocheted)", - "parent": "6204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620459", - "text": "620459 - Skirts and divided skirts; women's or girls', of textile materials n.e.c. in item no. 6204.5 (not knitted or crocheted)", - "parent": "6204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620461", - "text": "620461 - Trousers, bib and brace overalls, breeches and shorts; women's or girls', of wool or fine animal hair (not knitted or crocheted)", - "parent": "6204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620462", - "text": "620462 - Trousers, bib and brace overalls, breeches and shorts; women's or girls', of cotton (not knitted or crocheted)", - "parent": "6204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620463", - "text": "620463 - Trousers, bib and brace overalls, breeches and shorts; women's or girls', of synthetic fibres (not knitted or crocheted)", - "parent": "6204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620469", - "text": "620469 - Trousers, bib and brace overalls, breeches and shorts; women's or girls', of textile materials (other than wool, fine animal hair, cotton or synthetic fibres), (not knitted or crocheted)", - "parent": "6204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6205", - "text": "6205 - Shirts; men's or boys' (not knitted or crocheted)", - "parent": "62", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "620510", - "text": "620510 - Mens, boys shirts, of wool or hair, not knit", - "parent": "6205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620520", - "text": "620520 - Shirts; men's or boys', of cotton (not knitted or crocheted)", - "parent": "6205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620530", - "text": "620530 - Shirts; men's or boys', of man-made fibres (not knitted or crocheted)", - "parent": "6205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620590", - "text": "620590 - Shirts; men's or boys', of textile materials n.e.c. in heading no. 6205 (not knitted or crocheted)", - "parent": "6205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6206", - "text": "6206 - Blouses, shirts and shirt-blouses; women's or girls' (not knitted or crocheted)", - "parent": "62", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "620610", - "text": "620610 - Blouses, shirts and shirt-blouses; women's or girls', of silk or silk waste (not knitted or crocheted)", - "parent": "6206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620620", - "text": "620620 - Blouses, shirts and shirt-blouses; women's or girls', of wool or fine animal hair (not knitted or crocheted)", - "parent": "6206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620630", - "text": "620630 - Blouses, shirts and shirt-blouses; women's or girls', of cotton (not knitted or crocheted)", - "parent": "6206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620640", - "text": "620640 - Blouses, shirts and shirt-blouses; women's or girls', of man-made fibres (not knitted or crocheted)", - "parent": "6206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620690", - "text": "620690 - Blouses, shirts and shirt-blouses; women's or girls', of textile materials n.e.c. in heading no. 6206 (not knitted or crocheted)", - "parent": "6206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6207", - "text": "6207 - Singlets and other vests, underpants, briefs, night-shirts, pyjamas, bathrobes, dressing gowns and similar articles; men's or boys' (not knitted or crocheted)", - "parent": "62", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "620711", - "text": "620711 - Underpants and briefs; men's or boys', of cotton (not knitted or crocheted)", - "parent": "6207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620719", - "text": "620719 - Underpants and briefs; men's or boys', of textile materials other than cotton (not knitted or crocheted)", - "parent": "6207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620721", - "text": "620721 - Nightshirts and pyjamas; men's or boys', of cotton (not knitted or crocheted)", - "parent": "6207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620722", - "text": "620722 - Nightshirts and pyjamas; men's or boys', of man-made fibres (not knitted or crocheted)", - "parent": "6207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620729", - "text": "620729 - Nightshirts and pyjamas; men's or boys', of textile materials other than cotton or man-made fibres (not knitted or crocheted)", - "parent": "6207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620791", - "text": "620791 - Singlets and other vests, bathrobes, dressing gowns and similar articles; men's or boys', of cotton (not knitted or crocheted)", - "parent": "6207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620792", - "text": "620792 - Mens, boys dressing gowns etc manmade fibre, not knit", - "parent": "6207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620799", - "text": "620799 - Singlets and other vests, bathrobes, dressing gowns and similar articles; men's or boys', of textile materials other than cotton (not knitted or crocheted)", - "parent": "6207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6208", - "text": "6208 - Singlets and other vests, slips, petticoats, briefs, panties, nightdresses, pyjamas, negligees, bathrobes, dressing gowns and similar articles; women's or girls' (not knitted or crocheted)", - "parent": "62", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "620811", - "text": "620811 - Slips and petticoats; women's or girls', of man-made fibres (not knitted or crocheted)", - "parent": "6208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620819", - "text": "620819 - Slips and petticoats; women's or girls', of textile materials other than man-made fibres (not knitted or crocheted)", - "parent": "6208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620821", - "text": "620821 - Nightdresses and pyjamas; women's or girls', of cotton (not knitted or crocheted)", - "parent": "6208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620822", - "text": "620822 - Nightdresses and pyjamas; women's or girls', of man-made fibres (not knitted or crocheted)", - "parent": "6208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620829", - "text": "620829 - Nightdresses and pyjamas; women's or girls', of textile materials other than cotton or man-made fibres (not knitted or crocheted)", - "parent": "6208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620891", - "text": "620891 - Singlets and other vests, briefs, panties, negligees, bathrobes, dressing gowns and similar articles; women's or girls', of cotton (not knitted or crocheted)", - "parent": "6208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620892", - "text": "620892 - Singlets and other vests, briefs, panties, negligees, bathrobes, dressing gowns etc.; women's or girls', of man-made fibres (not knitted or crocheted), excluding incontinence or other sanitary garments or garment liners of heading no. 96.19", - "parent": "6208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620899", - "text": "620899 - Singlets and other vests, briefs, panties, negligees, bathrobes, dressing gowns and similar articles; women's or girls', of textile materials other than cotton or man-made fibres (not knitted or crocheted)", - "parent": "6208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6209", - "text": "6209 - Garments and clothing accessories; babies' (not knitted or crocheted)", - "parent": "62", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "620910", - "text": "620910 - Babies garments, accessories of wool or hair, not kni", - "parent": "6209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620920", - "text": "620920 - Garments and clothing accessories; babies', of cotton (not knitted or crocheted)", - "parent": "6209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620930", - "text": "620930 - Garments and clothing accessories; babies', of synthetic fibres (not knitted or crocheted)", - "parent": "6209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "620990", - "text": "620990 - Garments and clothing accessories; babies', of textile materials other than cotton or synthetic fibres (not knitted or crocheted)", - "parent": "6209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6210", - "text": "6210 - Garments made up of fabrics of heading no. 5602, 5603, 5903, 5906 or 5907 (not knitted or crocheted)", - "parent": "62", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "621010", - "text": "621010 - Garments; of felt or non-wovens (not knitted or crocheted)", - "parent": "6210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "621020", - "text": "621020 - Garments; overcoats, raincoats, car-coats, capes, cloaks, anoraks (including ski-jackets) and similar articles, men's or boys', of the fabrics of heading no. 5602, 5603, 5903, 5906 or 5907 (not knitted or crocheted)", - "parent": "6210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "621030", - "text": "621030 - Garments; overcoats, raincoats, car-coats, capes, cloaks, anoraks (including ski-jackets) and similar articles, women's or girls', of the fabrics of heading no. 5602, 5603, 5903, 5906 or 5907 (not knitted or crocheted)", - "parent": "6210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "621040", - "text": "621040 - Garments; men's or boys', n.e.c. in item no. 6210.2, of the fabrics of heading no. 5602, 5603, 5903, 5906 or 5907 (not knitted or crocheted)", - "parent": "6210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "621050", - "text": "621050 - Garments; women's or girls', n.e.c. in item no. 6210.3, of the fabrics of heading no. 5602, 5603, 5903, 5906 or 5907 (not knitted or crocheted)", - "parent": "6210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6211", - "text": "6211 - Track suits, swimwear and other garments (not knitted or crocheted)", - "parent": "62", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "621111", - "text": "621111 - Swimwear; men's or boys', (not knitted or crocheted)", - "parent": "6211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "621112", - "text": "621112 - Swimwear; women's or girls', (not knitted or crocheted)", - "parent": "6211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "621120", - "text": "621120 - Ski suits; (not knitted or crocheted)", - "parent": "6211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "621131", - "text": "621131 - Mens, boys garments nes, of wool or hair, not knit", - "parent": "6211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "621132", - "text": "621132 - Track suits and other garments n.e.c.; men's or boys', of cotton (not knitted or crocheted)", - "parent": "6211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "621133", - "text": "621133 - Track suits and other garments n.e.c.; men's or boys', of man-made fibres (not knitted or crocheted)", - "parent": "6211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "621139", - "text": "621139 - Track suits and other garments n.e.c.; men's or boys', of textile materials n.e.c. in item no. 6211.3 (not knitted or crocheted)", - "parent": "6211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "621141", - "text": "621141 - Track suits (excl. knitted/crocheted), women's/girls'; other garments, n.e.s. (excl. knitted/crocheted), women's/girls', of wool/fine animal hair", - "parent": "6211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "621142", - "text": "621142 - Track suits and other garments n.e.c.; women's or girls', of cotton (not knitted or crocheted)", - "parent": "6211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "621143", - "text": "621143 - Track suits and other garments n.e.c.; women's or girls', of man-made fibres (not knitted or crocheted)", - "parent": "6211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "621149", - "text": "621149 - Track suits and other garments n.e.c.; women's or girls', of textile materials n.e.c. in item no. 6211.4 (not knitted or crocheted)", - "parent": "6211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6212", - "text": "6212 - Brassieres, girdles, corsets, braces, suspenders, garters and similar articles and parts thereof; whether or not knitted or crocheted", - "parent": "62", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "621210", - "text": "621210 - Brassieres; whether or not knitted or crocheted", - "parent": "6212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "621220", - "text": "621220 - Girdles and panty-girdles; whether or not knitted or crocheted", - "parent": "6212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "621230", - "text": "621230 - Corselettes; whether or not knitted or crocheted", - "parent": "6212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "621290", - "text": "621290 - Braces, suspenders, garters and similar articles; whether or not knitted or crocheted, n.e.c. in heading no. 6212", - "parent": "6212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6213", - "text": "6213 - Handkerchiefs (not knitted or crocheted)", - "parent": "62", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "621310", - "text": "621310 - Handkerchiefs, of silk or silk waste, not knit", - "parent": "6213", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "621320", - "text": "621320 - Handkerchiefs; of cotton (not knitted or crocheted)", - "parent": "6213", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "621390", - "text": "621390 - Handkerchiefs; of textile materials other than cotton (not knitted or crocheted)", - "parent": "6213", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6214", - "text": "6214 - Shawls, scarves, mufflers, mantillas, veils and the like (not knitted or crocheted)", - "parent": "62", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "621410", - "text": "621410 - Shawls, scarves, mufflers, mantillas, veils and the like; of silk or silk waste (not knitted or crocheted)", - "parent": "6214", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "621420", - "text": "621420 - Shawls, scarves, mufflers, mantillas, veils and the like; of wool or fine animal hair (not knitted or crocheted)", - "parent": "6214", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "621430", - "text": "621430 - Shawls, scarves, mufflers, mantillas, veils and the like; of synthetic fibres (not knitted or crocheted)", - "parent": "6214", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "621440", - "text": "621440 - Shawls, scarves, mufflers, mantillas, veils and the like; of artificial fibres (not knitted or crocheted)", - "parent": "6214", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "621490", - "text": "621490 - Shawls, scarves, mufflers, mantillas, veils and the like; of textile materials n.e.c. in heading no. 6214 (not knitted or crocheted)", - "parent": "6214", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6215", - "text": "6215 - Ties, bow ties and cravats (not knitted or crocheted)", - "parent": "62", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "621510", - "text": "621510 - Ties, bow ties and cravats; of silk or silk waste (not knitted or crocheted)", - "parent": "6215", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "621520", - "text": "621520 - Ties, bow ties and cravats; of man-made fibres (not knitted or crocheted)", - "parent": "6215", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "621590", - "text": "621590 - Ties, bow ties and cravats; of textile materials other than silk or man-made fibres (not knitted or crocheted)", - "parent": "6215", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6216", - "text": "6216 - Gloves, mittens and mitts (not knitted or crocheted)", - "parent": "62", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "621600", - "text": "621600 - Gloves, mittens and mitts (not knitted or crocheted)", - "parent": "6216", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6217", - "text": "6217 - Clothing accessories n.e.c.; parts of garments or accessories other than those of heading no. 6212 (not knitted or crocheted)", - "parent": "62", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "621710", - "text": "621710 - Clothing accessories; other than those of heading no. 6212 (not knitted or crocheted)", - "parent": "6217", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "621790", - "text": "621790 - Clothing; parts of garments or of clothing accessories, other than those of heading no. 6212 (not knitted or crocheted)", - "parent": "6217", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "63", - "text": "63 - Textiles, made up articles; sets; worn clothing and worn textile articles; rags", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "6301", - "text": "6301 - Blankets and travelling rugs", - "parent": "63", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "630110", - "text": "630110 - Blankets; electric", - "parent": "6301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630120", - "text": "630120 - Blankets (other than electric blankets) and travelling rugs; of wool or of fine animal hair", - "parent": "6301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630130", - "text": "630130 - Blankets (other than electric blankets) and travelling rugs; of cotton", - "parent": "6301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630140", - "text": "630140 - Blankets (other than electric blankets) and travelling rugs; of synthetic fibres", - "parent": "6301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630190", - "text": "630190 - Blankets and travelling rugs; n.e.c. in heading no. 6301", - "parent": "6301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6302", - "text": "6302 - Bed linen, table linen, toilet linen and kitchen linen", - "parent": "63", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "630210", - "text": "630210 - Bed linen; knitted or crocheted", - "parent": "6302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630221", - "text": "630221 - Bed linen; of cotton, printed, not knitted or crocheted", - "parent": "6302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630222", - "text": "630222 - Bed linen; of man-made fibres, printed, not knitted or crocheted", - "parent": "6302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630229", - "text": "630229 - Bed linen; of textile materials (other than cotton or man-made fibres), printed, not knitted or crocheted", - "parent": "6302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630231", - "text": "630231 - Bed linen; of cotton (not printed, knitted or crocheted)", - "parent": "6302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630232", - "text": "630232 - Bed linen; of man-made fibres (not printed, knitted or crocheted)", - "parent": "6302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630239", - "text": "630239 - Bed linen; of textile materials other than cotton or man-made fibres (not printed, knitted or crocheted)", - "parent": "6302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630240", - "text": "630240 - Table linen; knitted or crocheted", - "parent": "6302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630251", - "text": "630251 - Table linen; of cotton, not knitted or crocheted", - "parent": "6302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630252", - "text": "630252 - Table linen, of flax, not knit", - "parent": "6302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630253", - "text": "630253 - Table linen; of man-made fibres, not knitted or crocheted", - "parent": "6302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630259", - "text": "630259 - Table linen; of textile materials (other than cotton or man-made fibres), not knitted or crocheted", - "parent": "6302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630260", - "text": "630260 - Kitchen and toilet linen; of terry towelling or similar terry fabrics, of cotton", - "parent": "6302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630291", - "text": "630291 - Toilet and kitchen linen; of cotton, excluding terry towelling or similar terry fabrics", - "parent": "6302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630292", - "text": "630292 - Toilet or kitchen linen, of flax", - "parent": "6302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630293", - "text": "630293 - Toilet and kitchen linen; of man-made fibres", - "parent": "6302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630299", - "text": "630299 - Toilet and kitchen linen; of textile materials (other than cotton or man-made fibres)", - "parent": "6302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6303", - "text": "6303 - Curtains (including drapes) and interior blinds; curtain or bed valances", - "parent": "63", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "630311", - "text": "630311 - Curtains drapes blinds valances, cotton, knit", - "parent": "6303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630312", - "text": "630312 - Curtains (including drapes) and interior blinds; curtain or bed valances, knitted or crocheted, of synthetic fibres", - "parent": "6303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630319", - "text": "630319 - Curtains (including drapes) and interior blinds; curtain or bed valances, knitted or crocheted, of textile materials other than synthetic fibres", - "parent": "6303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630391", - "text": "630391 - Curtains (including drapes) and interior blinds, curtain or bed valances; of cotton, not knitted or crocheted", - "parent": "6303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630392", - "text": "630392 - Curtains (including drapes) and interior blinds, curtain or bed valances; of synthetic fibres, not knitted or crocheted", - "parent": "6303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630399", - "text": "630399 - Curtains (including drapes) and interior blinds, curtain or bed valances; of textile materials other than cotton or synthetic fibres, not knitted or crocheted", - "parent": "6303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6304", - "text": "6304 - Furnishing articles; excluding those of heading no. 9404", - "parent": "63", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "630411", - "text": "630411 - Bedspreads; knitted or crocheted", - "parent": "6304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630419", - "text": "630419 - Bedspreads; not knitted or crocheted", - "parent": "6304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630420", - "text": "630420 - Furnishing articles; excluding those of heading no. 9404, bed nets, specified in Subheading Note 1 to this Chapter", - "parent": "6304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630491", - "text": "630491 - Furnishing articles; excluding those of heading no. 9404, n.e.c. in heading 6304, knitted or crocheted", - "parent": "6304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630492", - "text": "630492 - Furnishing articles; of cotton, not knitted or crocheted (excluding bedspreads and articles of heading no. 9404)", - "parent": "6304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630493", - "text": "630493 - Furnishing articles; of synthetic fibres, not knitted or crocheted (excluding bedspreads and articles of heading no. 9404)", - "parent": "6304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630499", - "text": "630499 - Furnishing articles; of textile materials other than cotton or synthetic fibres, not knitted or crocheted (excluding bedspreads and articles of heading no. 9404)", - "parent": "6304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6305", - "text": "6305 - Sacks and bags, of a kind used for the packing of goods", - "parent": "63", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "630510", - "text": "630510 - Sacks and bags; of a kind used for the packing of goods, of jute or of other textile bast fibres of heading no. 5303", - "parent": "6305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630520", - "text": "630520 - Sacks and bags; of a kind used for the packing of goods, of cotton", - "parent": "6305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630531", - "text": "630531 - Sacks & bags, packing, polyethylene or polypropylene", - "parent": "6305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630532", - "text": "630532 - Sacks and bags; of a kind used for the packing of goods, of man-made textile materials, flexible intermediate bulk containers", - "parent": "6305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630533", - "text": "630533 - Sacks and bags; of a kind used for the packing of goods, of man-made textile materials, of polyethylene or polypropylene strip or the like, not flexible intermediate bulk containers", - "parent": "6305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630539", - "text": "630539 - Sacks and bags; of a kind used for the packing of goods, of man-made textile materials, not of polyethylene or polypropylene strip or the like, not flexible intermediate bulk containers", - "parent": "6305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630590", - "text": "630590 - Sacks and bags; of a kind used for the packing of goods, of textile materials (other than jute, cotton or man-made textile materials)", - "parent": "6305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6306", - "text": "6306 - Tarpaulins, awnings and sunblinds; tents (including temporary canopies and similar articles); sails for boats, sailboards or landcraft; camping goods", - "parent": "63", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "630611", - "text": "630611 - Tarpaulins, awnings and sunblinds, of cotton", - "parent": "6306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630612", - "text": "630612 - Tarpaulins, awnings and sunblinds; of synthetic fibres", - "parent": "6306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630619", - "text": "630619 - Tarpaulins, awnings and sunblinds; of textile materials other than synthetic fibres", - "parent": "6306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630621", - "text": "630621 - Tents, of cotton", - "parent": "6306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630622", - "text": "630622 - Tents (including temporary canopies and similar articles); of synthetic fibres", - "parent": "6306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630629", - "text": "630629 - Tents (including temporary canopies and similar articles); of textile materials other than synthetic fibres", - "parent": "6306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630630", - "text": "630630 - Sails; for boats, sailboards or landcraft", - "parent": "6306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630631", - "text": "630631 - Sails, synthetic fibres", - "parent": "6306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630639", - "text": "630639 - Sails, of material nes", - "parent": "6306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630640", - "text": "630640 - Camping goods; pneumatic mattresses", - "parent": "6306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630641", - "text": "630641 - Pneumatic mattresses, of cotton", - "parent": "6306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630649", - "text": "630649 - Pneumatic mattresses, textile material, not cotton", - "parent": "6306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630690", - "text": "630690 - Camping goods; (of textile materials), n.e.c in heading no. 6306", - "parent": "6306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630691", - "text": "630691 - Camping goods (excl. of 6306.41), of cotton", - "parent": "6306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630699", - "text": "630699 - Camping goods (excl. of 6306.49), of textile materials other than cotton", - "parent": "6306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6307", - "text": "6307 - Textiles; made up articles n.e.c. in chapter 63, including dress patterns", - "parent": "63", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "630710", - "text": "630710 - Cloths; floor cloths, dish-cloths, dusters and similar cleaning cloths", - "parent": "6307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630720", - "text": "630720 - Life-jackets and life-belts", - "parent": "6307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "630790", - "text": "630790 - Textiles; made up articles (including dress patterns), n.e.c. in chapter 63, n.e.c. in heading no. 6307", - "parent": "6307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6308", - "text": "6308 - Textiles; sets of woven fabric and yarn, with or without accessories, for making into rugs, tapestries, embroidered tablecloths, serviettes and similar textile articles, in packings for retail sale", - "parent": "63", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "630800", - "text": "630800 - Fabrics, woven and yarn; in sets, whether or not with accessories, for making up into rugs, tapestries, embroidered table cloths or serviettes or similar textile articles, packaged for retail sale", - "parent": "6308", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6309", - "text": "6309 - Textiles; worn clothing and other worn articles", - "parent": "63", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "630900", - "text": "630900 - Clothing; worn, and other worn articles", - "parent": "6309", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6310", - "text": "6310 - Rags; used or new, scrap twine, cordage, rope and cables and worn out articles of twine, cordage, rope or cables, of textile materials", - "parent": "63", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "631010", - "text": "631010 - Rags; used or new, scrap twine, cordage, rope and cables and worn out articles of twine, cordage, rope or cables, of textile materials; sorted", - "parent": "6310", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "631090", - "text": "631090 - Rags; used or new, scrap twine, cordage, rope and cables and worn out articles of twine, cordage, rope or cables, of textile materials; other than sorted", - "parent": "6310", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "64", - "text": "64 - Footwear; gaiters and the like; parts of such articles", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "6401", - "text": "6401 - Footwear; waterproof, with outer soles and uppers of rubber or plastics, (uppers not fixed to the sole nor assembled by stitch, rivet, nail, screw, plug or similar)", - "parent": "64", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "640110", - "text": "640110 - Footwear; waterproof with metal toe-cap, rubber or plastic outer soles and uppers (not assembled by stitch, rivet, nail, screw, plug or similar)", - "parent": "6401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "640191", - "text": "640191 - Waterproof footwear(Wellington) no toe cap, over knee", - "parent": "6401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "640192", - "text": "640192 - Footwear; waterproof, covering the ankle (but not the knee), rubber or plastic outer soles and uppers (not assembled by stitch, rivet, nail, screw, plug or similar)", - "parent": "6401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "640199", - "text": "640199 - Footwear; waterproof, n.e.c. in heading no. 6401, rubber or plastic outer soles and uppers (not assembled by stitch, rivet, nail, screw, plug or similar)", - "parent": "6401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6402", - "text": "6402 - Footwear; with outer soles and uppers of rubber or plastics (excluding waterproof footwear)", - "parent": "64", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "640211", - "text": "640211 - Ski-boots etc, outer soles, uppers of rubber, plastic", - "parent": "6402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "640212", - "text": "640212 - Sports footwear; with outer soles and uppers of rubber or plastics, ski-boots, cross-country ski footwear and snowboard boots", - "parent": "6402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "640219", - "text": "640219 - Sports footwear; (other than ski-boots, snowboard boots or cross-country ski footwear), with outer soles and uppers of rubber or plastics", - "parent": "6402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "640220", - "text": "640220 - Footwear; with outer soles and uppers of rubber or plastics, upper straps or thongs assembled to the sole by plugs", - "parent": "6402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "640230", - "text": "640230 - Footwear, sole/upper rubber/plastic,metal toe-cap nes", - "parent": "6402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "640291", - "text": "640291 - Footwear; n.e.c. in heading no. 6402, covering the ankle, with outer soles and uppers of rubber or plastics", - "parent": "6402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "640299", - "text": "640299 - Footwear; n.e.c. in heading no. 6402, (other than just covering the ankle), with outer soles and uppers of rubber or plastics", - "parent": "6402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6403", - "text": "6403 - Footwear; with outer soles of rubber, plastics, leather or composition leather and uppers of leather", - "parent": "64", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "640311", - "text": "640311 - Ski footwear, with uppers of leather", - "parent": "6403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "640312", - "text": "640312 - Sports footwear; with outer soles of rubber, plastics, leather or composition leather and uppers of leather, ski-boots, snowboard boots and cross-country ski footwear", - "parent": "6403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "640319", - "text": "640319 - Sports footwear; (other than ski-boots, snowboard boots or cross-country ski footwear), with outer soles of rubber, plastics, leather or composition leather and uppers of leather", - "parent": "6403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "640320", - "text": "640320 - Footwear; with outer soles of leather, uppers consisting of leather straps across instep and around the big toe", - "parent": "6403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "640330", - "text": "640330 - Footwear, wood base, uppers leather, no inner sole", - "parent": "6403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "640340", - "text": "640340 - Footwear; with metal toe-cap, outer soles of rubber, plastics, leather or composition leather, uppers of leather", - "parent": "6403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "640351", - "text": "640351 - Footwear; n.e.c. in heading no. 6403, with outer soles and uppers of leather, covering the ankle", - "parent": "6403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "640359", - "text": "640359 - Footwear; n.e.c. in heading no. 6403, (not covering the ankle), outer soles and uppers of leather", - "parent": "6403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "640391", - "text": "640391 - Footwear; n.e.c. in heading no. 6403, covering the ankle, outer soles of rubber, plastics or composition leather, uppers of leather", - "parent": "6403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "640399", - "text": "640399 - Footwear; n.e.c. in heading no. 6403, (not covering the ankle), outer soles of rubber, plastics or composition leather, uppers of leather", - "parent": "6403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6404", - "text": "6404 - Footwear; with outer soles of rubber, plastics, leather or composition leather and uppers of textile materials", - "parent": "64", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "640411", - "text": "640411 - Sports footwear; tennis shoes, basketball shoes, gym shoes, training shoes and the like, with outer soles of rubber or plastics and uppers of textile materials", - "parent": "6404", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "640419", - "text": "640419 - Footwear; (other than sportswear), with outer soles of rubber or plastics and uppers of textile materials", - "parent": "6404", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "640420", - "text": "640420 - Footwear; outer soles of leather or composition leather, uppers of textile materials", - "parent": "6404", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6405", - "text": "6405 - Footwear; other footwear n.e.c. in chapter 64", - "parent": "64", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "640510", - "text": "640510 - Footwear; with uppers of leather or composition leather, n.e.c. in chapter 64", - "parent": "6405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "640520", - "text": "640520 - Footwear; with uppers of textile materials, n.e.c. in chapter 64", - "parent": "6405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "640590", - "text": "640590 - Footwear; n.e.c. in chapter 64", - "parent": "6405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6406", - "text": "6406 - Footwear; parts of footwear; removable in-soles, heel cushions and similar articles; gaiters, le.g.ings and similar articles, and parts thereof", - "parent": "64", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "640610", - "text": "640610 - Footwear; parts, uppers and parts thereof, other than stiffeners", - "parent": "6406", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "640620", - "text": "640620 - Footwear; parts, outer soles and heels, of rubber or plastics", - "parent": "6406", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "640690", - "text": "640690 - Footwear; parts, n.e.c. in heading 6406", - "parent": "6406", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "640691", - "text": "640691 - Parts of footwear (excl. of 6406.10 & 6406.20), of wood", - "parent": "6406", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "640699", - "text": "640699 - Removable insoles, heel cushions & similar articles; gaiters, leggings & similar articles, & parts thereof", - "parent": "6406", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "65", - "text": "65 - Headgear and parts thereof", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "6501", - "text": "6501 - Hat-forms, hat bodies and hoods of felt, neither blocked to shape nor with made brims; plateaux and manchons (including slit manchons) of felt", - "parent": "65", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "650100", - "text": "650100 - Hat-forms, hat bodies and hoods of felt, neither blocked to shape nor with made brims; plateaux and manchons (including slit manchons) of felt", - "parent": "6501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6502", - "text": "6502 - Hat-shapes; plaited or made by assembling strips of any material, neither blocked to shape, nor with made brims, nor lined, nor trimmed", - "parent": "65", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "650200", - "text": "650200 - Hat-shapes; plaited or made by assembling strips of any material, neither blocked to shape, nor with made brims, nor lined, nor trimmed", - "parent": "6502", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6503", - "text": "6503 - Felt hats and other felt headgear", - "parent": "65", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "650300", - "text": "650300 - Felt hats and other felt headgear", - "parent": "6503", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6504", - "text": "6504 - Hats and other headgear; plaited or made by assembling strips of any material, whether or not lined or trimmed", - "parent": "65", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "650400", - "text": "650400 - Hats and other headgear; plaited or made by assembling strips of any material, whether or not lined or trimmed", - "parent": "6504", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6505", - "text": "6505 - Hats and other headgear; knitted or crocheted, or made up from lace, felt or other textile fabric, in the piece (but not in strips), whether or not lined or trimmed; hair-nets of any material, whether or not lined or trimmed", - "parent": "65", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "650500", - "text": "650500 - Hats and other headgear; knitted or crocheted, or made up from lace, felt or other textile fabric, in the piece (but not in strips), whether or not lined or trimmed; hair-nets of any material, whether or not lined or trimmed", - "parent": "6505", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "650510", - "text": "650510 - Hair-nets of any material, whether/not lined/trimmed", - "parent": "6505", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "650590", - "text": "650590 - Other hats & other headgear, knitted/crocheted,/made up from lace, felt/other textile fabric, whether/not lined/trimmed; other than hair-nets.", - "parent": "6505", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6506", - "text": "6506 - Headgear; n.e.c. in chapter 65, whether or not lined or trimmed", - "parent": "65", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "650610", - "text": "650610 - Headgear; safety, whether or not lined or trimmed", - "parent": "6506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "650691", - "text": "650691 - Headgear; (other than safety headgear), of rubber or plastics, whether or not lined or trimmed", - "parent": "6506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "650692", - "text": "650692 - Headgear nes, of furskin", - "parent": "6506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "650699", - "text": "650699 - Headgear; (other than safety headgear), (of materials other than rubber or plastic), whether or not lined or trimmed", - "parent": "6506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6507", - "text": "6507 - Head-bands, linings, covers, hat foundations, hat frames, peaks and chinstraps, for headgear", - "parent": "65", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "650700", - "text": "650700 - Head-bands, linings, covers, hat foundations, hat frames, peaks and chinstraps; for headgear", - "parent": "6507", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "66", - "text": "66 - Umbrellas, sun umbrellas, walking-sticks, seat sticks, whips, riding crops; and parts thereof", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "6601", - "text": "6601 - Umbrellas; sun umbrellas (including walking stick umbrellas, garden umbrellas and similar umbrellas)", - "parent": "66", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "660110", - "text": "660110 - Umbrellas and sun umbrellas; garden or similar umbrellas", - "parent": "6601", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "660191", - "text": "660191 - Umbrellas and sun umbrellas; having a telescopic shaft, (excluding garden or similar umbrellas)", - "parent": "6601", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "660199", - "text": "660199 - Umbrellas and sun umbrellas; n.e.c. in heading no. 6601 (including walking stick umbrellas)", - "parent": "6601", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6602", - "text": "6602 - Walking-sticks, seat-sticks, whips, riding-crops and the like", - "parent": "66", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "660200", - "text": "660200 - Walking-sticks, seat-sticks, whips, riding-crops and the like", - "parent": "6602", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6603", - "text": "6603 - Trimmings, parts and accessories of articles of heading no. 6601 or 6602", - "parent": "66", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "660310", - "text": "660310 - Handles, knobs for umbrellas, walking sticks, etc", - "parent": "6603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "660320", - "text": "660320 - Umbrella frames; including frames mounted on shafts (sticks)", - "parent": "6603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "660390", - "text": "660390 - Trimmings, accessories and parts of articles of heading no. 6601 or 6602; n.e.c. in heading no. 6603", - "parent": "6603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "67", - "text": "67 - Feathers and down, prepared; and articles made of feather or of down; artificial flowers; articles of human hair", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "6701", - "text": "6701 - Skin and other parts of birds with their feather or down; feathers, parts of feather, down and articles thereof (other than goods of heading no. 0505 and worked quills and scapes)", - "parent": "67", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "670100", - "text": "670100 - Skins and other parts of birds with their feathers or down; feathers, parts of feathers, down and articles thereof (other than goods of heading no. 0505 and worked quills and scapes)", - "parent": "6701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6702", - "text": "6702 - Flowers, foliage and fruit, artificial, and parts thereof; articles made of artificial flowers, foliage or fruit", - "parent": "67", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "670210", - "text": "670210 - Flowers, foliage and fruit, artificial, and parts thereof; articles made of artificial flowers, foliage or fruit, of plastics", - "parent": "6702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "670290", - "text": "670290 - Flowers, foliage and fruit, artificial, and parts thereof; articles made of artificial flowers, foliage or fruit, of materials other than plastics", - "parent": "6702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6703", - "text": "6703 - Human hair, dressed, thinned, bleached or otherwise worked; wool or other animal hair or other textile materials, prepared for use in making wigs or the like", - "parent": "67", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "670300", - "text": "670300 - Human hair, dressed, thinned, bleached or otherwise worked; wool or other animal hair or other textile materials, prepared for use in making wigs or the like", - "parent": "6703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6704", - "text": "6704 - Wigs, false beards, eyebrows and eyelashes, switches and the like, of human or animal hair or of textile materials; articles of human hair, n.e.c. or included", - "parent": "67", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "670411", - "text": "670411 - Wigs; complete, of synthetic textile materials", - "parent": "6704", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "670419", - "text": "670419 - False beards, eyebrows and eyelashes, switches and the like; of synthetic textile materials", - "parent": "6704", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "670420", - "text": "670420 - Wigs, false beards, eyebrows and eyelashes, switches and the like and other articles n.e.c.; of human hair", - "parent": "6704", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "670490", - "text": "670490 - Wigs, false beards, eyebrows and eyelashes, switches and the like and other articles n.e.c.; of animal hair or of textile materials other than synthetic", - "parent": "6704", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "68", - "text": "68 - Stone, plaster, cement, asbestos, mica or similar materials; articles thereof", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "6801", - "text": "6801 - Stone; setts, curbstones and flagstones, of natural stone (except slate)", - "parent": "68", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "680100", - "text": "680100 - Stone; setts, curbstones and flagstones, of natural stone (except slate)", - "parent": "6801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6802", - "text": "6802 - Monumental or building stone, worked (except slate) and articles thereof (not of heading no. 6801) mosaic cubes etc., of natural stone including slate; artificially coloured granules of natural stone", - "parent": "68", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "680210", - "text": "680210 - Tiles, cubes and similar articles; whether or not rectangular (including square), largest face of which is capable of being enclosed in square, side less than 7cm, coloured granules, chippings, powder", - "parent": "6802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "680221", - "text": "680221 - Marble, travertine and alabaster; simply cut or sawn, with a flat or even surface", - "parent": "6802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "680222", - "text": "680222 - Cut or sawn slabs of calcareous stone nes", - "parent": "6802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "680223", - "text": "680223 - Granite; articles thereof, simply cut or sawn, with a flat or even surface", - "parent": "6802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "680229", - "text": "680229 - Stone; monumental or building stone, n.e.c. in item no. 6802.2, articles thereof, simply cut or sawn, with a flat or even surface", - "parent": "6802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "680291", - "text": "680291 - Marble, travertine and alabaster; articles thereof, (other than simply cut or sawn, with a flat or even surface)", - "parent": "6802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "680292", - "text": "680292 - Stone; calcareous (excluding marble, travertine, alabaster) articles thereof, (other than simply cut or sawn, with a flat or even surface)", - "parent": "6802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "680293", - "text": "680293 - Granite; articles thereof, (other than simply cut or sawn, with a flat or even surface)", - "parent": "6802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "680299", - "text": "680299 - Stone; natural (excluding marble, travertine, alabaster, other calcareous stone or granite), monumental or building stone, (other than simply cut or sawn, with a flat or even surface)", - "parent": "6802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6803", - "text": "6803 - Slate, worked; and articles of slate or of agglomerated slate", - "parent": "68", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "680300", - "text": "680300 - Slate, worked; and articles of slate or of agglomerated slate", - "parent": "6803", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6804", - "text": "6804 - Millstones, grindstones, grinding wheels, etc without frameworks, for grinding, sharpening, polishing, etc and parts thereof, natural stone, agglomerated natural or artificial abrasives or of ceramics", - "parent": "68", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "680410", - "text": "680410 - Millstones and grindstones; for milling, grinding or pulping", - "parent": "6804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "680421", - "text": "680421 - Millstones, grindstones, grinding wheels and the like; of agglomerated synthetic or natural diamond", - "parent": "6804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "680422", - "text": "680422 - Millstones, grindstones, grinding wheels and the like; of other agglomerated abrasives or of ceramics", - "parent": "6804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "680423", - "text": "680423 - Millstones, grindstones, grinding wheels and the like; of natural stone", - "parent": "6804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "680430", - "text": "680430 - Stones; hand sharpening or polishing stones, of natural stone, agglomerated natural or artificial abrasives or ceramics, with or without parts of other materials", - "parent": "6804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6805", - "text": "6805 - Abrasive powder or grain; natural or artificial, on a base of textile material, of paper, paperboard or of other material, whether or not cut to shape or sewn or otherwise made up", - "parent": "68", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "680510", - "text": "680510 - Abrasive powder or grain; natural or artificial, on a base of woven textile fabric only, whether or not cut to shape or sewn or otherwise made up", - "parent": "6805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "680520", - "text": "680520 - Abrasive powder or grain; natural or artificial, on a base of paper or paperboard only, whether or not cut to shape or sewn or otherwise made up", - "parent": "6805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "680530", - "text": "680530 - Abrasive powder or grain; natural or artificial, on a base of materials n.e.c. in heading no. 6805, whether or not cut to shape or sewn or otherwise made up", - "parent": "6805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6806", - "text": "6806 - Slag, rock wool and similar mineral wools; exfoliated vermiculite, expanded clays, foamed slag, mixtures and articles of heat, sound insulating or sound-absorbing mineral materials", - "parent": "68", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "680610", - "text": "680610 - Slag wool, rock wool and similar mineral wools (including intermixtures thereof), in bulk, sheets or rolls", - "parent": "6806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "680620", - "text": "680620 - Exfoliated vermiculite, expanded clays, foamed slag and similar expanded mineral materials (including intermixtures thereof)", - "parent": "6806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "680690", - "text": "680690 - Minerals; mixtures and articles of heat-insulating, sound-insulating or sound-absorbing mineral materials, other than those of heading no. 6811 or 6812 or of chapter 69", - "parent": "6806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6807", - "text": "6807 - Asphalt or similar material; articles (e.g. petroleum bitumen or coal tar pitch)", - "parent": "68", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "680710", - "text": "680710 - Asphalt or similar material; articles (e.g. petroleum bitumen or coal tar pitch) in rolls", - "parent": "6807", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "680790", - "text": "680790 - Asphalt or similar material; articles (e.g. petroleum bitumen or coal tar pitch) other than in rolls", - "parent": "6807", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6808", - "text": "6808 - Panels, boards, tiles, blocks and the like; of vegetable fibre, of straw, shavings, chips, particles, sawdust or other waste, of wood, agglomerated with cement, plaster or other mineral binders", - "parent": "68", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "680800", - "text": "680800 - Panels, boards, tiles, blocks and the like; of vegetable fibre, of straw, shavings, chips, particles, sawdust or other waste, of wood, agglomerated with cement, plaster or other mineral binders", - "parent": "6808", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6809", - "text": "6809 - Plaster or compositions based on plaster; articles thereof", - "parent": "68", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "680911", - "text": "680911 - Plaster, or plaster compositions; boards, sheets, panels, tiles and similar articles, faced or reinforced with paper or paperboard only, not ornamented", - "parent": "6809", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "680919", - "text": "680919 - Plaster, or plaster compositions; boards, sheets, panels, tiles and similar articles, (other than faced or reinforced with paper or paperboard only), not ornamented", - "parent": "6809", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "680990", - "text": "680990 - Plaster articles or articles of compositions based on plaster; n.e.c. in heading no. 6809", - "parent": "6809", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6810", - "text": "6810 - Cement, concrete or artificial stone; whether or not reinforced, articles thereof", - "parent": "68", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "681011", - "text": "681011 - Cement, concrete or artificial stone; building blocks or bricks, whether or not reinforced", - "parent": "6810", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "681019", - "text": "681019 - Cement, concrete or artificial stone; tiles, flagstones and similar, (excluding building blocks and bricks) whether or not reinforced", - "parent": "6810", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "681020", - "text": "681020 - Pipes of cement or concrete", - "parent": "6810", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "681091", - "text": "681091 - Cement, concrete or artificial stone; prefabricated structural components for building or civil engineering, whether or not reinforced", - "parent": "6810", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "681099", - "text": "681099 - Cement, concrete or artificial stone; articles (other than prefabricated structural components for building or civil engineering), whether or not reinforced, n.e.c. in heading no. 6810", - "parent": "6810", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6811", - "text": "6811 - Asbestos-cement, of cellulose fibre-cement or the like", - "parent": "68", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "681110", - "text": "681110 - Corrugated sheets of asbestos, cellulose fibre cement", - "parent": "6811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "681120", - "text": "681120 - Sheet/tile, asbestos/cellulose fibre cement not corru", - "parent": "6811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "681130", - "text": "681130 - Tubes, pipes etc of asbestos or cellulose fibre cemen", - "parent": "6811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "681140", - "text": "681140 - Asbestos-cement; articles or the like, containing asbestos", - "parent": "6811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "681181", - "text": "681181 - Cellulose fibre-cement; articles or the like; corrugated sheets, not containing asbestos", - "parent": "6811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "681182", - "text": "681182 - Cellulose fibre-cement; articles or the like, sheets, panels, tiles and similar articles (other than corrugated sheets), not containing asbestos", - "parent": "6811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "681183", - "text": "681183 - Tubes, pipes & tube/pipe fittings, other than other sheets, panels, tiles & corrugated sheets, not containing asbestos.", - "parent": "6811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "681189", - "text": "681189 - Cellulose fibre-cement; articles or the like, other than corrugated sheets and other sheets, panels, tiles and similar articles, not containing asbestos", - "parent": "6811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "681190", - "text": "681190 - Articles nes, of asbestoso or cellulose fibre cement", - "parent": "6811", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6812", - "text": "6812 - Fabricated asbestos fibres; mixtures with a basis of asbestos or of asbestos and magnesium carbonate; articles of such mixtures or of asbestos (e.g. thread, woven fabric, clothing, footwear), whether or not reinforced, not goods of heading 6811 or 6813", - "parent": "68", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "681210", - "text": "681210 - Asbestos fibres etc", - "parent": "6812", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "681220", - "text": "681220 - Asbestos yarn and thread", - "parent": "6812", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "681230", - "text": "681230 - Asbestos cords and string", - "parent": "6812", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "681240", - "text": "681240 - Asbestos woven or knit fabric", - "parent": "6812", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "681250", - "text": "681250 - Asbestos clothing, accessories, foot and headwear", - "parent": "6812", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "681260", - "text": "681260 - Asbestos paper, millboard and felt", - "parent": "6812", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "681270", - "text": "681270 - Compressed asbestos fibre jointing, in sheets, rolls", - "parent": "6812", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "681280", - "text": "681280 - Fabricated crocidolite (blue asbestos) fibres, mixtures with a basis of crocidolite (blue asbestos), articles of crocidolite (blue asbestos), whether or not reinforced, not goods of heading 6811 or 6813", - "parent": "6812", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "681290", - "text": "681290 - Asbestos fabricated products nes", - "parent": "6812", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "681291", - "text": "681291 - Asbestos or mixtures with a basis of asbestos (other than crocidolite); clothing, clothing accessories, footwear and headgear, whether or not reinforced, not goods of heading 6811 or 6813", - "parent": "6812", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "681292", - "text": "681292 - Asbestos or mixtures with a basis of asbestos (other than crocidolite); paper, millboard and felt, whether or not reinforced, not goods of heading 6811 or 6813", - "parent": "6812", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "681293", - "text": "681293 - Asbestos or mixtures with a basis of asbestos (other than crocidolite); compressed asbestos fibre jointing, in sheets or rolls, whether or not reinforced, not goods of heading 6811 or 6813", - "parent": "6812", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "681299", - "text": "681299 - Asbestos or mixtures with a basis of asbestos (other than crocidolite); fibres, mixtures or articles n.e.c. in heading no. 6812, whether or not reinforced, not goods of heading 6811 or 6813", - "parent": "6812", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6813", - "text": "6813 - Friction material and articles thereof (e.g. sheets, rolls, strips, segments, discs, washers, pads) not mounted; for brakes, clutches or the like, with a basis of asbestos, other mineral substances, or cellulose", - "parent": "68", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "681310", - "text": "681310 - Asbestos brake linings and pads", - "parent": "6813", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "681320", - "text": "681320 - Friction material and articles thereof (e.g. sheets, rolls, strips, segments, discs, washers, pads) not mounted; for brakes, clutches or the like, with a basis of asbestos", - "parent": "6813", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "681381", - "text": "681381 - Brake linings and pads; with a basis of mineral substances or cellulose (other than asbestos)", - "parent": "6813", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "681389", - "text": "681389 - Friction material and articles thereof (e.g. sheets, rolls, strips, segments, discs, washers, pads) not mounted; for clutches or the like (not brake linings and pads), with a basis of mineral substances or cellulose (other than asbestos)", - "parent": "6813", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "681390", - "text": "681390 - Asbestos friction material, articles except for brake", - "parent": "6813", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6814", - "text": "6814 - Mica; worked, articles of, including agglomerated or reconstituted mica; whether or not on a support of paper, paperboard or other materials", - "parent": "68", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "681410", - "text": "681410 - Mica; plates, sheets and strips of agglomerated or reconstituted mica, whether or not on a support of paper, paperboard or other materials", - "parent": "6814", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "681490", - "text": "681490 - Mica; worked mica and articles of mica (excluding plates, sheets and strips) whether or not on a support of paper, paperboard or other materials", - "parent": "6814", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6815", - "text": "6815 - Stone or other mineral substances; articles thereof (including carbon fibres, articles of carbon fibres and articles of peat), not elsewhere specified or included", - "parent": "68", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "681510", - "text": "681510 - Stone articles and articles of other mineral substances; non-electrical articles of graphite or other carbon", - "parent": "6815", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "681511", - "text": "681511 - Stone or other mineral substances not elsewhere specified or included; carbon fibres for non-electrical uses", - "parent": "6815", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "681512", - "text": "681512 - Stone or other mineral substances not elsewhere specified or included; fabrics of carbon fibres for non-electrical uses", - "parent": "6815", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "681513", - "text": "681513 - Stone or other mineral substances not elsewhere specified or included; articles of carbon fibres for non-electrical uses", - "parent": "6815", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "681519", - "text": "681519 - Stone or other mineral substances not elsewhere specified or included; non-electrical articles of graphite or carbon n.e.c. in heading 6815", - "parent": "6815", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "681520", - "text": "681520 - Peat; articles of peat n.e.c. or included", - "parent": "6815", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "681591", - "text": "681591 - Stone articles and articles of other mineral substances; containing magnesite, magnesia in the form of periclase, dolomite including in the form of dolime, or chromite", - "parent": "6815", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "681599", - "text": "681599 - Stone articles and articles of other mineral substances; n.e.c. or included in heading no. 6815", - "parent": "6815", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "69", - "text": "69 - Ceramic products", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "6901", - "text": "6901 - Bricks, blocks, tiles and other ceramic goods of siliceous fossil meals (e.g. kieselguhr, tripolite or diatomite) or of similar siliceous earths", - "parent": "69", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "690100", - "text": "690100 - Bricks, blocks, tiles and other ceramic goods of siliceous fossil meals (e.g. kieselguhr, tripolite or diatomite) or of similar siliceous earths", - "parent": "6901", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6902", - "text": "6902 - Refractory bricks, blocks, tiles and similar refractory ceramic constructional goods; other than those of siliceous fossil meals or similar siliceous earths", - "parent": "69", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "690210", - "text": "690210 - Refractory bricks, blocks, tiles and similar refractory ceramic constructional goods; containing by weight, singly or together, more than 50% of the elements Mg, Ca or Cr, expressed as MgO, CaO or Cr2o3", - "parent": "6902", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "690220", - "text": "690220 - Refractory bricks, blocks, tiles and similar refractory ceramic constructional goods; containing by weight more than 50% of alumina (Al2o3), of silica (SiO2) or of a mixture or compound of these", - "parent": "6902", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "690290", - "text": "690290 - Refractory bricks, blocks, tiles and similar refractory ceramic constructional goods; n.e.c. in item no. 6902.1 or 6902.2", - "parent": "6902", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6903", - "text": "6903 - Ceramic goods; (e.g. retorts, crucibles, muffles, nozzles, plugs, supports cupels, tubes, pipes, sheaths, rods and slide gates) excluding those of siliceous fossil meals or of similar siliceous earths", - "parent": "69", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "690310", - "text": "690310 - Refractory ceramic goods; containing, by weight, more than 50% of free carbon, excluding those of siliceous fossil meals or similar earths", - "parent": "6903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "690320", - "text": "690320 - Refractory ceramic goods; containing by weight more than 50% of alumina or of a mixture or compound of alumina and of silica, excluding those of siliceous fossil meals or similar earths", - "parent": "6903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "690390", - "text": "690390 - Refractory ceramic goods; composition of which n.e.c. in heading no. 6903, other than those of siliceous fossil meals or similar earths", - "parent": "6903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6904", - "text": "6904 - Ceramic building bricks, floor blocks, support or filler tiles and the like", - "parent": "69", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "690410", - "text": "690410 - Ceramic building bricks", - "parent": "6904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "690490", - "text": "690490 - Ceramic flooring blocks, supports or filler tiles and the like (excluding building bricks)", - "parent": "6904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6905", - "text": "6905 - Roofing tiles, chimney-pots, cowls, chimney liners, architectural ornaments and other ceramic constructional goods", - "parent": "69", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "690510", - "text": "690510 - Ceramic roofing tiles", - "parent": "6905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "690590", - "text": "690590 - Ceramic chimney-pots, cowls, chimney liners, architectural ornaments and other constructional goods (excluding roofing tiles)", - "parent": "6905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6906", - "text": "6906 - Ceramic pipes, conduits, guttering and pipe fittings", - "parent": "69", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "690600", - "text": "690600 - Ceramic pipes, conduits, guttering and pipe fittings", - "parent": "6906", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6907", - "text": "6907 - Ceramic flags and paving, hearth or wall tiles; ceramic mosaic cubes and the like, whether or not on a backing; finishing ceramics", - "parent": "69", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "690710", - "text": "690710 - Ceramic tiles, cubes and similar articles; unglazed, whether or not rectangular, the largest surface area of which is capable of being enclosed in a square the side of which is less than 7cm", - "parent": "6907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "690721", - "text": "690721 - Ceramic tiles; flags and paving, hearth or wall tiles other than those of subheadings 6907.30 and 6907.40, of a water absorption coefficient by weight not over 0.5%", - "parent": "6907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "690722", - "text": "690722 - Ceramic tiles; flags and paving, hearth or wall tiles other than those of subheadings 6907.30 and 6907.40, of a water absorption coefficient by weight over 0.5% but not over 10%", - "parent": "6907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "690723", - "text": "690723 - Ceramic tiles; flags and paving, hearth or wall tiles other than those of subheadings 6907.30 and 6907.40, of a water absorption coefficient by weight over 10%", - "parent": "6907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "690730", - "text": "690730 - Mosaic cubes and the like, other than those of subheading 6907.40", - "parent": "6907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "690740", - "text": "690740 - Finishing ceramics", - "parent": "6907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "690790", - "text": "690790 - Ceramic flags and paving; unglazed", - "parent": "6907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6908", - "text": "6908 - Ceramic flags and paving, hearth or wall tiles, glazed; glazed ceramic mosaic cubes and the like, whether or not on a backing", - "parent": "69", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "690810", - "text": "690810 - Ceramic tiles, cubes and similar articles; glazed, whether or not rectangular or on a backing, with the largest surface area less than a 7cm square", - "parent": "6908", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "690890", - "text": "690890 - Ceramic flags and pavings; glazed", - "parent": "6908", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6909", - "text": "6909 - Ceramic ware for laboratory, chemical, other technical uses; ceramic troughs, tubs, similar receptacles used in agriculture; ceramic pots, jars and similar used in the conveyance or packing of goods", - "parent": "69", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "690911", - "text": "690911 - Ceramic wares; for laboratory, chemical or other technical uses, of porcelain or china", - "parent": "6909", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "690912", - "text": "690912 - Ceramic wares; for laboratory, chemical or other technical uses, articles having a hardness equivalent to 9 or more on the Mohs scale", - "parent": "6909", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "690919", - "text": "690919 - Ceramic wares; for laboratory, chemical or other technical uses, other than articles having a hardness equivalent to 9 or more on the Mohs scale or of porcelain or china", - "parent": "6909", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "690990", - "text": "690990 - Ceramic wares; pots, jars and similar articles of a kind used for the conveyance or packing of goods and ceramic troughs, tubs and similar receptacles used in agriculture", - "parent": "6909", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6910", - "text": "6910 - Ceramic sinks, wash basins, wash basin pedestals, baths, bidets, water closet pans, flushing cisterns, urinals and similar sanitary fixtures", - "parent": "69", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "691010", - "text": "691010 - Ceramic sinks, wash basins, wash basin pedestals, baths, bidets, water closet pans, flushing cisterns, urinals and similar sanitary fixtures; of porcelain or china", - "parent": "6910", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "691090", - "text": "691090 - Ceramic sinks, wash basins, wash basin pedestals, baths, bidets, water closet pans, flushing cisterns, urinals and similar sanitary fixtures; of other than porcelain or china", - "parent": "6910", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6911", - "text": "6911 - Tableware, kitchenware, other household articles and toilet articles; of porcelain or china", - "parent": "69", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "691110", - "text": "691110 - Tableware and kitchenware; of porcelain or china", - "parent": "6911", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "691190", - "text": "691190 - Household and toilet articles; n.e.c. in heading no. 6911, of porcelain or china", - "parent": "6911", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6912", - "text": "6912 - Ceramic tableware, kitchenware, other household articles and toilet articles; other than of porcelain or china", - "parent": "69", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "691200", - "text": "691200 - Ceramic tableware, kitchenware, other household articles and toilet articles; other than of porcelain or china", - "parent": "6912", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6913", - "text": "6913 - Statuettes and other ornamental ceramic articles", - "parent": "69", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "691310", - "text": "691310 - Ceramic statuettes and other ornamental ceramic articles, of porcelain or china", - "parent": "6913", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "691390", - "text": "691390 - Ceramic statuettes and other ornamental ceramic articles; other than of porcelain or china", - "parent": "6913", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "6914", - "text": "6914 - Ceramic articles; n.e.c. in chapter 69", - "parent": "69", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "691410", - "text": "691410 - Ceramic articles n.e.c. in chapter 69; of porcelain or china", - "parent": "6914", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "691490", - "text": "691490 - Ceramic articles n.e.c. in chapter 69; other than of porcelain or china", - "parent": "6914", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "70", - "text": "70 - Glass and glassware", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "7001", - "text": "7001 - Glass; cullet and other waste and scrap of glass, excluding glass from cathode ray tubes or other activated glass of heading 85.49, glass in the mass", - "parent": "70", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "700100", - "text": "700100 - Glass; cullet and other waste and scrap of glass, excluding glass from cathode ray tubes or other activated glass of heading 85.49, glass in the mass", - "parent": "7001", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7002", - "text": "7002 - Glass in balls (other than microspheres of heading no. 7018), rods or tubes, unworked", - "parent": "70", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "700210", - "text": "700210 - Glass; unworked, in balls (other than microspheres of heading no. 7018)", - "parent": "7002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "700220", - "text": "700220 - Glass; unworked, in rods", - "parent": "7002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "700231", - "text": "700231 - Glass; unworked, in tubes, of fused quartz or other fused silica", - "parent": "7002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "700232", - "text": "700232 - Glass; unworked, tubes, of glass having a linear coefficient of expansion not exceeding 5 x 10 (to the minus 6), (or 0.000005) per Kelvin within a temperature range of 0-300 degrees C", - "parent": "7002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "700239", - "text": "700239 - Glass; unworked, in tubes, other than of glass having a linear coefficient of expansion not exceeding 5 x 10 (to the minus 6, (or 0.000005) ) per Kelvin within a temperature range of 0-300 degrees C, not fused quartz or other fused silica", - "parent": "7002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7003", - "text": "7003 - Glass; cast glass and rolled glass in sheets or profiles, whether or not having an absorbent, reflecting or non-reflecting layer, but not otherwise worked", - "parent": "70", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "700311", - "text": "700311 - Cast glass sheet, coloured absorbent reflect or opaqu", - "parent": "7003", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "700312", - "text": "700312 - Glass; cast glass and rolled glass, non-wired sheets, coloured through the mass (body tinted), opacified, flashed or having an absorbent, reflecting or non-reflecting layer", - "parent": "7003", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "700319", - "text": "700319 - Glass; cast glass and rolled glass, non-wired sheets, (excluding those coloured throughout the mass (body tinted) opacified, flashed or having an absorbent or reflecting layer)", - "parent": "7003", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "700320", - "text": "700320 - Glass; cast glass and rolled glass, wired sheets, whether or not having an absorbent or reflecting layer but not otherwise worked", - "parent": "7003", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "700330", - "text": "700330 - Glass; cast glass and rolled glass, profiles, not otherwise worked", - "parent": "7003", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7004", - "text": "7004 - Glass; drawn glass and blown glass, in sheets, whether or not having an absorbent, reflecting or non-reflecting layer, but not otherwise worked", - "parent": "70", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "700410", - "text": "700410 - Drawn glass sheet coloured, absorbing, reflect, opaqu", - "parent": "7004", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "700420", - "text": "700420 - Glass; drawn and blown, in sheets, coloured throughout the mass (body tinted), opacified, flashed or having an absorbent, reflecting or non-reflecting layer, but not otherwise worked", - "parent": "7004", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "700490", - "text": "700490 - Glass; drawn and blown, in sheets, (other than glass coloured throughout the mass (body tinted), opacified, flashed or having an absorbent, reflecting or non-reflecting layer)", - "parent": "7004", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7005", - "text": "7005 - Glass; float glass and surface ground or polished glass, in sheets, whether or not having an absorbent, reflecting or non-reflecting layer, but not otherwise worked", - "parent": "70", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "700510", - "text": "700510 - Glass; float glass and surface ground or polished glass, in sheets, non-wired, having an absorbent reflecting or non-reflecting layer", - "parent": "7005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "700521", - "text": "700521 - Glass; float glass and surface ground or polished glass, in sheets, non-wired, coloured throughout the mass (body tinted), opacified, flashed or merely surface ground", - "parent": "7005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "700529", - "text": "700529 - Glass; float glass and surface ground or polished glass, in sheets, non-wired, (other than coloured throughout the mass (body tinted), opacified, flashed or merely surface ground)", - "parent": "7005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "700530", - "text": "700530 - Glass; float glass and surface ground or polished glass, in sheets, wired glass, whether or not having an absorbent or reflecting layer", - "parent": "7005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7006", - "text": "7006 - Glass of heading no. 7003, 7004 or 7005, bent, edge-worked, engraved, drilled, enamelled or otherwise worked, not framed or fitted with other materials", - "parent": "70", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "700600", - "text": "700600 - Glass of heading no. 7003, 7004 or 7005; bent, edge-worked, engraved, drilled, enamelled or otherwise worked, but not framed or fitted with other materials", - "parent": "7006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7007", - "text": "7007 - Safety glass, consisting of toughened (tempered) or laminated glass", - "parent": "70", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "700711", - "text": "700711 - Glass; safety glass, toughened (tempered), of size and shape suitable for incorporation in vehicles, aircraft, spacecraft or vessels", - "parent": "7007", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "700719", - "text": "700719 - Glass; safety glass, toughened (tempered), (not of a size and shape suitable for incorporation in vehicles, aircraft, spacecraft or vessels)", - "parent": "7007", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "700721", - "text": "700721 - Glass; safety glass, laminated, of size and shape suitable for incorporation in vehicles, aircraft, spacecraft or vessels", - "parent": "7007", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "700729", - "text": "700729 - Glass; safety glass, laminated, (not of a size and shape suitable for incorporation in vehicles, aircraft, spacecraft or vessels)", - "parent": "7007", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7008", - "text": "7008 - Glass; multiple-walled insulating units of glass", - "parent": "70", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "700800", - "text": "700800 - Glass; multiple-walled insulating units of glass", - "parent": "7008", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7009", - "text": "7009 - Glass mirrors; whether or not framed, including rear-view mirrors", - "parent": "70", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "700910", - "text": "700910 - Glass; rear-view mirrors for vehicles", - "parent": "7009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "700991", - "text": "700991 - Glass mirrors; unframed, excluding rear-view mirrors for vehicles", - "parent": "7009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "700992", - "text": "700992 - Glass mirrors; framed, excluding rear-view mirrors for vehicles", - "parent": "7009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7010", - "text": "7010 - Carboys, bottles, flasks, jars, pots, phials, ampoules, containers of glass of a kind used for the conveyance or packing of goods; preserving jars of glass; stoppers, lids and other closures of glass", - "parent": "70", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "701010", - "text": "701010 - Glass; ampoules, of a kind used for the conveyance or packing of goods", - "parent": "7010", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701020", - "text": "701020 - Glass; stoppers, lids and other closures", - "parent": "7010", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701090", - "text": "701090 - Glass; carboys, bottles, flasks, jars, pots, phials and other containers of glass, (not ampoules), used for the conveyance or packing of goods", - "parent": "7010", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701091", - "text": "701091 - Carboys/bot/flask > 1 lt", - "parent": "7010", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701092", - "text": "701092 - Carboys/bot/flask<.33>1", - "parent": "7010", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701093", - "text": "701093 - Carboys/bot/flask<.15>.3", - "parent": "7010", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701094", - "text": "701094 - Carboys/bot/flask<.15 lt", - "parent": "7010", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7011", - "text": "7011 - Glass envelopes (including bulbs and tubes), open and glass parts thereof, without fittings, for electric lamps and light sources, cathode-ray tubes or the like", - "parent": "70", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "701110", - "text": "701110 - Glass envelopes (including bulbs and tubes); open, and glass parts thereof, without fittings, for electric lighting", - "parent": "7011", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701120", - "text": "701120 - Glass envelopes (including bulbs and tubes); open, and glass parts thereof, without fittings, for cathode-ray tubes", - "parent": "7011", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701190", - "text": "701190 - Glass envelopes (including bulbs and tubes); open, and glass parts thereof, without fittings, other than for electric lighting and cathode-ray tubes", - "parent": "7011", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7012", - "text": "7012 - Glass inners for vacuum flasks, other vacuum vessels", - "parent": "70", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "701200", - "text": "701200 - Glass inners for vacuum flasks, other vacuum vessels", - "parent": "7012", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7013", - "text": "7013 - Glassware of a kind used for table, kitchen, toilet, office, indoor decoration or similar purposes (other than of heading no. 7010 or 7018)", - "parent": "70", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "701310", - "text": "701310 - Glassware; of a kind used for table, kitchen, toilet, office, indoor decoration or similar purposes (other than of heading no. 7010 or 7018), of glass-ceramics", - "parent": "7013", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701321", - "text": "701321 - Drinking glasses of lead crystal", - "parent": "7013", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701322", - "text": "701322 - Stemware drinking glasses, of lead crystal", - "parent": "7013", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701328", - "text": "701328 - Stemware drinking glasses, other than of lead crystal or glass-ceramics", - "parent": "7013", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701329", - "text": "701329 - Drinking glasses, except lead crystal or glass cerami", - "parent": "7013", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701331", - "text": "701331 - Lead crystal table, kitchen glass (not drink glasses)", - "parent": "7013", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701332", - "text": "701332 - Table, kitchenware of low expansion glass (Pyrex etc)", - "parent": "7013", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701333", - "text": "701333 - Glassware; drinking glasses (not stemware), of lead crystal", - "parent": "7013", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701337", - "text": "701337 - Glassware; drinking glasses (not stemware), other than of lead crystal or glass-ceramics", - "parent": "7013", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701339", - "text": "701339 - Glass table or kitchenware, except low expansion glas", - "parent": "7013", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701341", - "text": "701341 - Glassware of a kind used for table or kitchen purposes (not drinking glasses), of lead crystal", - "parent": "7013", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701342", - "text": "701342 - Glassware of a kind used for table or kitchen purposes (not drinking glasses), of glass having a linear coefficient of expansion not exceeding 5 x 10 (to the minus 6), (or 0.000005) per Kelvin within a temperature range of 0-300 degrees C", - "parent": "7013", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701349", - "text": "701349 - Glassware of a kind used for table or kitchen purposes (not drinking glasses or of glass-ceramics), of glass n.e.c. in item no. 7013.4", - "parent": "7013", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701391", - "text": "701391 - Glassware; n.e.c. in heading no. 7013, of lead crystal", - "parent": "7013", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701399", - "text": "701399 - Glassware; n.e.c. in heading no. 7013, other than of lead crystal", - "parent": "7013", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7014", - "text": "7014 - Signalling glassware and optical elements of glass (other than those of heading no. 7015), not optically worked", - "parent": "70", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "701400", - "text": "701400 - Glassware; signalling, (not optically worked)", - "parent": "7014", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7015", - "text": "7015 - Clock, watch and similar glasses, glasses for non-corrective or corrective spectacles, curved, bent, hallowed etc, not optically worked; hollow glass spheres and their segments for manufacture", - "parent": "70", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "701510", - "text": "701510 - Glasses for corrective spectacles; curved, bent, hollowed or the like, not optically worked", - "parent": "7015", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701590", - "text": "701590 - Glasses; clock or watch and similar, glasses for non-corrective spectacles, curved, bent, hollowed etc, (not optically worked), hollow glass spheres and segments, for the manufacture of such glasses", - "parent": "7015", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7016", - "text": "7016 - Glass; paving blocks, slabs, bricks, tiles etc, of pressed, moulded glass, whether or not wired, glass smallwares for decorative purposes leaded lights and the like; multicellular or foam glass", - "parent": "70", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "701610", - "text": "701610 - Glass cubes and other glass smallwares; whether or not on a backing, for mosaics or similar decorative purposes", - "parent": "7016", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701690", - "text": "701690 - Multicellular or foam glass; in blocks, panels, plates, shells or similar forms; paving blocks, slabs, bricks and other articles of pressed or moulded glass", - "parent": "7016", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7017", - "text": "7017 - Laboratory, hygienic or pharmaceutical glassware, whether or not graduated or calibrated", - "parent": "70", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "701710", - "text": "701710 - Glassware; laboratory, hygienic or pharmaceutical, whether or not graduated or calibrated, of fused quartz or other fused silica", - "parent": "7017", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701720", - "text": "701720 - Glassware; laboratory, hygienic or pharmaceutical, whether or not graduated or calibrated, having a linear co-efficient of expansion not over 5 x 10 (to the minus 6), (or 0.000005)) per Kelvin with a temperature of 0-300 degrees C", - "parent": "7017", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701790", - "text": "701790 - Glassware; laboratory, hygienic or pharmaceutical, whether or not graduated or calibrated, of glass n.e.c. in heading no. 7017", - "parent": "7017", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7018", - "text": "7018 - Glass beads, imitation pearls, precious or semi-precious stones and similar glass smallwares, statuettes and other ornaments of worked glass; glass microspheres not exceeding 1mm in diameter", - "parent": "70", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "701810", - "text": "701810 - Glass; beads, imitation pearls, imitation precious or semi-precious stones and similar glass smallwares", - "parent": "7018", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701820", - "text": "701820 - Glass microspheres; not exceeding 1mm in diameter", - "parent": "7018", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701890", - "text": "701890 - Glass; articles thereof, statuettes and other ornaments of lamp worked glass, other than imitation jewellery", - "parent": "7018", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7019", - "text": "7019 - Glass fibres (including glass wool) and articles thereof (e.g. yarn, rovings, woven fabrics)", - "parent": "70", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "701910", - "text": "701910 - Slivers, rovings, yarn and chopped strands of glass", - "parent": "7019", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701911", - "text": "701911 - Glass fibres; (including glass wool), chopped strands, of a length of not more than 50mm", - "parent": "7019", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701912", - "text": "701912 - Glass fibres; (including glass wool), rovings", - "parent": "7019", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701913", - "text": "701913 - Glass fibres; (including glass wool), yarns and slivers", - "parent": "7019", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701914", - "text": "701914 - Glass fibres; (including glass wool), mechanically bonded mats", - "parent": "7019", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701915", - "text": "701915 - Glass fibres; (including glass wool), chemically bonded mats", - "parent": "7019", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701919", - "text": "701919 - Glass fibres; (including glass wool), threads and mats, other than mechanically or chemically bonded mats", - "parent": "7019", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701920", - "text": "701920 - Woven fabric of glass fibres", - "parent": "7019", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701931", - "text": "701931 - Glass fibres; non-woven products, mats", - "parent": "7019", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701932", - "text": "701932 - Glass fibres; non-woven products, thin sheets (voiles)", - "parent": "7019", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701939", - "text": "701939 - Glass fibres; webs, mattresses, boards and similar non-woven products excluding mats and thin sheets", - "parent": "7019", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701940", - "text": "701940 - Glass fibres; woven fabrics of rovings", - "parent": "7019", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701951", - "text": "701951 - Glass fibres; woven fabrics (other than of rovings), of a width not exceeding 30cm", - "parent": "7019", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701952", - "text": "701952 - Glass fibres; woven fabrics (other than of rovings), of a width exceeding 30cm, plain weave, weighing less than 250g/m2, of filaments measuring per single yarn not more than 136 tex", - "parent": "7019", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701959", - "text": "701959 - Glass fibres; woven fabrics (other than of rovings), n.e.c. in item no. 7019.5", - "parent": "7019", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701961", - "text": "701961 - Glass fibres; mechanically bonded fabrics and closed woven fabrics of rovings", - "parent": "7019", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701962", - "text": "701962 - Glass fibres; non-woven mechanically bonded fabrics and closed fabrics of rovings", - "parent": "7019", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701963", - "text": "701963 - Glass fibres; mechanically bonded fabrics and closed woven fabrics, plain weave, of yarns, not coated or laminated (other than rovings)", - "parent": "7019", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701964", - "text": "701964 - Glass fibres; closed woven fabrics, plain weave, of yarns, coated or laminated, (other than rovings)", - "parent": "7019", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701965", - "text": "701965 - Glass fibres; open woven fabrics of a width not exceeding 30cm", - "parent": "7019", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701966", - "text": "701966 - Glass fibres; open woven fabrics of a width exceeding 30cm", - "parent": "7019", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701969", - "text": "701969 - Glass fibres; fabrics n.e.c. in item no. 7019.6", - "parent": "7019", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701971", - "text": "701971 - Glass fibres; chemically bonded fabrics", - "parent": "7019", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701972", - "text": "701972 - Glass fibres; chemically bonded fabrics, closed fabrics n.e.c. in heading 7019", - "parent": "7019", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701973", - "text": "701973 - Glass fibres; chemically bonded fabrics, open fabrics n.e.c. in heading 7019", - "parent": "7019", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701980", - "text": "701980 - Glass fibres; glass wool and articles thereof", - "parent": "7019", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "701990", - "text": "701990 - Glass fibres; n.e.c. in heading no. 7019", - "parent": "7019", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7020", - "text": "7020 - Glass; articles n.e.c. in chapter 70", - "parent": "70", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "702000", - "text": "702000 - Glass; articles n.e.c. in chapter 70", - "parent": "7020", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "71", - "text": "71 - Natural, cultured pearls; precious, semi-precious stones; precious metals, metals clad with precious metal, and articles thereof; imitation jewellery; coin", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "7101", - "text": "7101 - Pearls; natural or cultured, whether or not worked or graded but not strung, mounted or set; pearls, natural or cultured, temporarily strung for the convenience of transport", - "parent": "71", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "710110", - "text": "710110 - Pearls; natural, whether or not worked or graded (but not strung, mounted or set), temporarily strung for the convenience of transport", - "parent": "7101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "710121", - "text": "710121 - Pearls; cultured, unworked, whether or not graded (but not strung, mounted or set), temporarily strung for the convenience of transport", - "parent": "7101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "710122", - "text": "710122 - Pearls; cultured, worked, whether or not graded (but not strung, mounted or set), temporarily strung for the convenience of transport", - "parent": "7101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7102", - "text": "7102 - Diamonds, whether or not worked, but not mounted or set", - "parent": "71", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "710210", - "text": "710210 - Diamonds; whether or not worked, but not mounted or set, unsorted", - "parent": "7102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "710221", - "text": "710221 - Diamonds; industrial, unworked or simply sawn, cleaved or bruted, but not mounted or set", - "parent": "7102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "710229", - "text": "710229 - Diamonds; industrial, (other than unworked or simply sawn, cleaved or bruted), but not mounted or set", - "parent": "7102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "710231", - "text": "710231 - Diamonds; non-industrial, unworked or simply sawn, cleaved or bruted, but not mounted or set", - "parent": "7102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "710239", - "text": "710239 - Diamonds; non-industrial, (other than unworked or simply sawn, cleaved or bruted), but not mounted or set", - "parent": "7102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7103", - "text": "7103 - Precious (excluding diamond) and semi-precious stone; worked, graded, not strung, mounted, set; ungraded precious (excluding diamond) and semi-precious stone, temporarily strung for convenience of transport", - "parent": "71", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "710310", - "text": "710310 - Stones; precious (other than diamonds) and semi-precious stones, unworked or simply sawn or roughly shaped, not strung, mounted or set", - "parent": "7103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "710391", - "text": "710391 - Stones; rubies, sapphires and emeralds, worked (other than simply sawn or roughly shaped), not strung, mounted or set", - "parent": "7103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "710399", - "text": "710399 - Stones; precious (other than diamonds) and semi-precious stones, (other than rubies, sapphires and emeralds), worked other than simply sawn or roughly shaped, not strung, mounted or set", - "parent": "7103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7104", - "text": "7104 - Stones; synthetic or reconstructed precious or semi-precious, whether or not worked or graded but not strung, mounted or set; ungraded synthetic or reconstructed precious or semi-precious stones, temporarily strung for convenience of transport", - "parent": "71", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "710410", - "text": "710410 - Stones; piezo-electric quartz, whether or not worked or graded but not strung, mounted or set; ungraded synthetic or reconstructed precious or semi-precious stones, temporarily strung for convenience of transport", - "parent": "7104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "710420", - "text": "710420 - Stones; precious or semi-precious, synthetic or reconstructed, (not piezo-electric quartz), unworked or simply sawn, roughly shaped, (not strung, mounted or set), temporarily strung for transport convenience", - "parent": "7104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "710421", - "text": "710421 - Stones; diamonds, unworked or simply sawn or roughly shaped", - "parent": "7104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "710429", - "text": "710429 - Stones; synthetic or reconstructed precious or semi-precious n.e.c. in heading 7104, unworked or simply sawn or roughly shaped", - "parent": "7104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "710490", - "text": "710490 - Stones; precious or semi-precious, synthetic or reconstructed, (not piezo-electric quartz), worked or graded or not, (but not strung, mounted or set), temporarily strung for transport convenience, n.e.c. in item no. 7104.20", - "parent": "7104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "710491", - "text": "710491 - Stones; diamonds, n.e.c. in heading 7104, worked or graded but not strung, mounted or set; ungraded synthetic or reconstructed precious or semi-precious stones, temporarily strung for convenience of transport", - "parent": "7104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "710499", - "text": "710499 - Stones; synthetic or reconstructed precious or semi-precious n.e.c. in heading 7104, worked or graded but not strung, mounted or set; ungraded synthetic or reconstructed precious or semi-precious stones, temporarily strung for convenience of transport", - "parent": "7104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7105", - "text": "7105 - Dust and powder of natural or synthetic precious or semi-precious stone", - "parent": "71", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "710510", - "text": "710510 - Stones; precious and semi-precious, dust and powder, of diamonds", - "parent": "7105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "710590", - "text": "710590 - Stones; precious and semi-precious, dust and powder, of natural or synthetic precious or semi-precious stones, excluding diamonds", - "parent": "7105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7106", - "text": "7106 - Silver (including silver plated with gold or platinum); unwrought or in semi-manufactured forms, or in powder form", - "parent": "71", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "710610", - "text": "710610 - Metals; silver powder", - "parent": "7106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "710691", - "text": "710691 - Metals; silver, unwrought, (but not powder)", - "parent": "7106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "710692", - "text": "710692 - Metals; silver, semi-manufactured", - "parent": "7106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7107", - "text": "7107 - Base metals clad with silver; not further worked than semi-manufactured", - "parent": "71", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "710700", - "text": "710700 - Base metals clad with silver; not further worked than semi-manufactured", - "parent": "7107", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7108", - "text": "7108 - Gold (including gold plated with platinum) unwrought or in semi-manufactured forms, or in powder form", - "parent": "71", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "710811", - "text": "710811 - Metals; gold, non-monetary, powder", - "parent": "7108", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "710812", - "text": "710812 - Metals; gold, non-monetary, unwrought (but not powder)", - "parent": "7108", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "710813", - "text": "710813 - Metals; gold, semi-manufactured", - "parent": "7108", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "710820", - "text": "710820 - Gold, monetary", - "parent": "7108", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7109", - "text": "7109 - Base metals or silver, clad with gold, not further worked than semi-manufactured", - "parent": "71", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "710900", - "text": "710900 - Base metals or silver; clad with gold, not further worked than semi-manufactured", - "parent": "7109", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7110", - "text": "7110 - Platinum; unwrought or in semi-manufactured forms, or in powder form", - "parent": "71", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "711011", - "text": "711011 - Metals; platinum, unwrought or in powder form", - "parent": "7110", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "711019", - "text": "711019 - Metals; platinum, semi-manufactured", - "parent": "7110", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "711021", - "text": "711021 - Metals; palladium, unwrought or in powder form", - "parent": "7110", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "711029", - "text": "711029 - Metals; palladium, semi-manufactured", - "parent": "7110", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "711031", - "text": "711031 - Metals; rhodium, unwrought or in powder form", - "parent": "7110", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "711039", - "text": "711039 - Metals; rhodium, semi-manufactured", - "parent": "7110", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "711041", - "text": "711041 - Metals; iridium, osmium, ruthenium, unwrought or in powder form", - "parent": "7110", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "711049", - "text": "711049 - Metals; iridium, osmium, ruthenium, semi-manufactured", - "parent": "7110", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7111", - "text": "7111 - Base metals, silver or gold, clad with platinum; not further worked than semi-manufactured", - "parent": "71", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "711100", - "text": "711100 - Base metals, silver or gold, clad with platinum; not further worked than semi-manufactured", - "parent": "7111", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7112", - "text": "7112 - Waste and scrap of precious metal or of metal clad with precious metal; other waste and scrap containing precious metal compounds, of a kind uses principally for the recovery of precious metal other than goods of heading 85.49", - "parent": "71", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "711210", - "text": "711210 - Waste or scrap containing gold as sole precious metal", - "parent": "7112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "711220", - "text": "711220 - Waste/scrap containing platinum as sole precious meta", - "parent": "7112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "711230", - "text": "711230 - Waste and scrap of precious metal or of metal clad with precious metal; ash containing precious metal or precious metal compounds", - "parent": "7112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "711290", - "text": "711290 - Waste/scrap, precious metals except pure gold/platinu", - "parent": "7112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "711291", - "text": "711291 - Waste and scrap of precious metals; of gold, including metal clad with gold but excluding sweepings containing other precious metals", - "parent": "7112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "711292", - "text": "711292 - Waste and scrap of precious metals; of platinum, including metal clad with platinum but excluding sweepings containing other precious metals", - "parent": "7112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "711299", - "text": "711299 - Waste and scrap of precious metals; waste and scrap of precious metals including metal clad with precious metals, other than that of gold and platinum and excluding ash which contains precious metal or precious metal compounds", - "parent": "7112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7113", - "text": "7113 - Jewellery articles and parts thereof, of precious metal or of metal clad with precious metal", - "parent": "71", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "711311", - "text": "711311 - Jewellery; of silver, whether or not plated or clad with other precious metal, and parts thereof", - "parent": "7113", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "711319", - "text": "711319 - Jewellery; of precious metal (excluding silver) whether or not plated or clad with precious metal, and parts thereof", - "parent": "7113", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "711320", - "text": "711320 - Jewellery; of base metal clad with precious metal, and parts thereof", - "parent": "7113", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7114", - "text": "7114 - Articles of goldsmiths' or silversmiths' wares and parts thereof, of precious metal or of metal clad with precious metal", - "parent": "71", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "711411", - "text": "711411 - Silversmiths' wares; and parts thereof, of silver, whether or not plated or clad with other precious metal", - "parent": "7114", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "711419", - "text": "711419 - Goldsmiths' wares; articles of and parts thereof, of precious metal (excluding silver) whether or not plated or clad with precious metal", - "parent": "7114", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "711420", - "text": "711420 - Goldsmiths' and silversmiths' wares; articles of and parts thereof, of base metal clad with precious metal", - "parent": "7114", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7115", - "text": "7115 - Articles of precious metal or of metal clad with precious metal", - "parent": "71", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "711510", - "text": "711510 - Metal; catalysts in the form of wire cloth or grill, of platinum", - "parent": "7115", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "711590", - "text": "711590 - Metal; precious or metal clad with precious metal, other than that of item no. 7115.10", - "parent": "7115", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7116", - "text": "7116 - Articles of natural or cultured pearls, precious or semi-precious stones (natural, synthetic or reconstructed)", - "parent": "71", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "711610", - "text": "711610 - Pearls; articles of natural or cultured pearls", - "parent": "7116", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "711620", - "text": "711620 - Stones; precious or semi-precious stones (natural, synthetic or reconstructed) articles of", - "parent": "7116", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7117", - "text": "7117 - Imitation jewellery", - "parent": "71", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "711711", - "text": "711711 - Jewellery; imitation, cuff links and studs, of base metal, whether or not plated with precious metal", - "parent": "7117", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "711719", - "text": "711719 - Jewellery; imitation, (excluding cuff links and studs), of base metal, whether or not plated with precious metal", - "parent": "7117", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "711790", - "text": "711790 - Jewellery; imitation, of other than base metal, whether or not plated with precious metal", - "parent": "7117", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7118", - "text": "7118 - Coin", - "parent": "71", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "711810", - "text": "711810 - Coin (other than gold coin), not being legal tender", - "parent": "7118", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "711890", - "text": "711890 - Coin; other than coin of item no. 7118.10", - "parent": "7118", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "72", - "text": "72 - Iron and steel", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "7201", - "text": "7201 - Pig iron and spiegeleisen in pigs, blocks or other primary forms", - "parent": "72", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "720110", - "text": "720110 - Iron; non-alloy pig iron containing by weight 0.5% or less of phosphorus, in pigs, blocks or other primary forms", - "parent": "7201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720120", - "text": "720120 - Iron; non-alloy pig iron containing by weight more than 0.5% of phosphorus, in pigs, blocks or other primary forms", - "parent": "7201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720130", - "text": "720130 - Alloy pig iron, in primary forms", - "parent": "7201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720140", - "text": "720140 - Spiegeleisen in primary forms", - "parent": "7201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720150", - "text": "720150 - Iron; alloy pig iron; spiegeleisen, in pigs, blocks or other primary forms", - "parent": "7201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7202", - "text": "7202 - Ferro-alloys", - "parent": "72", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "720211", - "text": "720211 - Ferro-alloys; ferro-manganese, containing by weight more than 2% of carbon", - "parent": "7202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720219", - "text": "720219 - Ferro-alloys; ferro-manganese, containing by weight 2% or less of carbon", - "parent": "7202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720221", - "text": "720221 - Ferro-alloys; ferro-silicon, containing by weight more than 55% of silicon", - "parent": "7202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720229", - "text": "720229 - Ferro-alloys; ferro-silicon, containing by weight 55% or less of silicon", - "parent": "7202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720230", - "text": "720230 - Ferro-alloys; ferro-silico-manganese", - "parent": "7202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720241", - "text": "720241 - Ferro-alloys; ferro-chromium, containing by weight more than 4% of carbon", - "parent": "7202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720249", - "text": "720249 - Ferro-alloys; ferro-chromium, containing by weight 4% or less of carbon", - "parent": "7202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720250", - "text": "720250 - Ferro-alloys; ferro-silico-chromium", - "parent": "7202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720260", - "text": "720260 - Ferro-alloys; ferro-nickel", - "parent": "7202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720270", - "text": "720270 - Ferro-alloys; ferro-molybdenum", - "parent": "7202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720280", - "text": "720280 - Ferro-alloys; ferro-tungsten and ferro-silico-tungsten", - "parent": "7202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720291", - "text": "720291 - Ferro-alloys; ferro-titanium and ferro-silico-titanium", - "parent": "7202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720292", - "text": "720292 - Ferro-alloys; ferro-vanadium", - "parent": "7202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720293", - "text": "720293 - Ferro-alloys; ferro-niobium", - "parent": "7202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720299", - "text": "720299 - Ferro-alloys; n.e.c. in heading no. 7202", - "parent": "7202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7203", - "text": "7203 - Ferrous products obtained by direct reduction of iron ore and other spongy ferrous products, in lumps, pellets or the like; iron having a minimum purity of 99.94%, in lumps, pellets or similar forms", - "parent": "72", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "720310", - "text": "720310 - Ferrous products; obtained by direct reduction of iron ore, in lumps, pellets or similar forms", - "parent": "7203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720390", - "text": "720390 - Ferrous products; spongy ferrous products and iron having a minimum purity by weight of 99.94%, in lumps, pellets or similar forms", - "parent": "7203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7204", - "text": "7204 - Ferrous waste and scrap; remelting scrap ingots of iron or steel", - "parent": "72", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "720410", - "text": "720410 - Ferrous waste and scrap; of cast iron", - "parent": "7204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720421", - "text": "720421 - Ferrous waste and scrap; of stainless steel", - "parent": "7204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720429", - "text": "720429 - Ferrous waste and scrap; of alloy steel (excluding stainless)", - "parent": "7204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720430", - "text": "720430 - Ferrous waste and scrap; of tinned iron or steel", - "parent": "7204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720441", - "text": "720441 - Ferrous waste and scrap; turnings, shavings, chips, milling waste, sawdust, filings, trimmings and stampings, whether or not in bundles", - "parent": "7204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720449", - "text": "720449 - Ferrous waste and scrap; n.e.c. in heading no. 7204", - "parent": "7204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720450", - "text": "720450 - Ferrous products; remelting scrap ingots", - "parent": "7204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7205", - "text": "7205 - Granules and powders, of pig iron, spiegeleisen, iron or steel", - "parent": "72", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "720510", - "text": "720510 - Iron or steel, pig iron, spiegeleisen; granules thereof", - "parent": "7205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720521", - "text": "720521 - Alloy steel powders", - "parent": "7205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720529", - "text": "720529 - Iron or steel, pig iron, spiegeleisen; powders (excluding alloy steel)", - "parent": "7205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7206", - "text": "7206 - Iron and non-alloy steel in ingots or other primary forms (excluding iron of heading no. 7203)", - "parent": "72", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "720610", - "text": "720610 - Iron or non-alloy steel; ingots (excluding iron of heading no. 7203)", - "parent": "7206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720690", - "text": "720690 - Iron or non-alloy steel; primary forms (excluding ingots and iron of heading no. 7203)", - "parent": "7206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7207", - "text": "7207 - Iron or non-alloy steel; semi-finished products thereof", - "parent": "72", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "720711", - "text": "720711 - Iron or non-alloy steel; semi-finished products of iron or non-alloy steel; containing by weight less than 0.25% of carbon, of rectangular (including square) cross-section, width less than twice thickness", - "parent": "7207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720712", - "text": "720712 - Iron or non-alloy steel; semi-finished products of iron or non-alloy steel; containing by weight less than 0.25% of carbon, of rectangular (other than square) cross-section", - "parent": "7207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720719", - "text": "720719 - Iron or non-alloy steel; semi-finished products of iron or non-alloy steel, containing by weight less than 0.25% of carbon, other than rectangular or square cross-section", - "parent": "7207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720720", - "text": "720720 - Iron or non-alloy steel; semi-finished products of iron or non-alloy steel, containing by weight 0.25% or more of carbon", - "parent": "7207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7208", - "text": "7208 - Iron or non-alloy steel; flat-rolled products of a width of 600mm or more, hot-rolled, not clad, plated or coated", - "parent": "72", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "720810", - "text": "720810 - Iron or non-alloy steel; in coils, flat-rolled, of a width 600mm or more, hot-rolled, with patterns in relief", - "parent": "7208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720811", - "text": "720811 - Hot rolled iron or non-alloy steel, coil,w >600mm, t >10mm, myp 355 mpa", - "parent": "7208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720812", - "text": "720812 - Hot rolled iron or non-alloy steel, coil,w >600mm, t 4.75-10mm, 355 mpa", - "parent": "7208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720813", - "text": "720813 - Hot rolled iron or non-alloy steel, coil,w >600mm, t 3-4.75mm, 355 mpa", - "parent": "7208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720814", - "text": "720814 - Hot rolled iron or non-alloy steel, coil,w >600mm, t <3mm, myp 275 mpa", - "parent": "7208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720821", - "text": "720821 - Hot rolled iron or non-alloy steel, coil,width >600mm, t >10mm, nes", - "parent": "7208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720822", - "text": "720822 - Hot rolled iron or non-alloy steel, coil,width >600mm, t 4.75-10mm, nes", - "parent": "7208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720823", - "text": "720823 - Hot rolled iron or non-alloy steel, coil,width >600mm, t 3-4.75mm, nes", - "parent": "7208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720824", - "text": "720824 - Hot rolled iron or non-alloy steel, coil,width >600mm, t <3mm thick, ne", - "parent": "7208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720825", - "text": "720825 - Iron or non-alloy steel; in coils, without patterns in relief, flat-rolled, of a width 600mm or more, hot-rolled, pickled, of a thickness of 4.75mm or more", - "parent": "7208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720826", - "text": "720826 - Iron or non-alloy steel; in coils, without patterns in relief, flat-rolled, of a width 600mm or more, hot-rolled, pickled, of a thickness of 3mm or more but less than 4.75mm", - "parent": "7208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720827", - "text": "720827 - Iron or non-alloy steel; in coils, without patterns in relief, flat-rolled, of a width 600mm or more, hot-rolled, pickled, of a thickness of less than 3mm", - "parent": "7208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720831", - "text": "720831 - Hot rolled iron or non-alloy steel, flat, w 600-1250mm, t >4mm, 355 mpa", - "parent": "7208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720832", - "text": "720832 - Hot rolled iron or non-alloy steel, flat,w >600mm, t >10mm, myp 355 mpa", - "parent": "7208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720833", - "text": "720833 - Hot rolled iron or non-alloy steel, flat,w >600mm, t 4.75-10mm, 355 mpa", - "parent": "7208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720834", - "text": "720834 - Hot rolled iron or non-alloy steel, flat,w >600mm, t 3-4.75mm, 355 mpa", - "parent": "7208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720835", - "text": "720835 - Hot rolled iron or non-alloy steel, flat,w >600mm, t <3mm, myp 275 mpa", - "parent": "7208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720836", - "text": "720836 - Iron or non-alloy steel; in coils, without patterns in relief, flat-rolled, of a width 600mm or more, hot-rolled, of a thickness exceeding 10mm", - "parent": "7208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720837", - "text": "720837 - Iron or non-alloy steel; in coils, without patterns in relief, flat-rolled, of a width 600mm or more, hot-rolled, of a thickness of 4.75mm or more but not exceeding 10mm", - "parent": "7208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720838", - "text": "720838 - Iron or non-alloy steel; in coils, without patterns in relief, flat-rolled, of a width 600mm or more, hot-rolled, of a thickness of 3mm or more but less than 4.75mm", - "parent": "7208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720839", - "text": "720839 - Iron or non-alloy steel; in coils, without patterns in relief, flat-rolled, of a width 600mm or more, hot-rolled, of a thickness of less than 3mm", - "parent": "7208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720840", - "text": "720840 - Iron or non-alloy steel; (not in coils), flat-rolled, of a width 600mm or more, hot-rolled, with patterns in relief", - "parent": "7208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720841", - "text": "720841 - Hot rolled iron or non-alloy steel, flat,width 600-1250mm, t >4mm, nes", - "parent": "7208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720842", - "text": "720842 - Hot rolled iron or non-alloy steel, flat,width >600mm, t >10mm, nes", - "parent": "7208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720843", - "text": "720843 - Hot rolled iron or non-alloy steel, flat,width >600mm, t 4.75-10mm, nes", - "parent": "7208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720844", - "text": "720844 - Hot rolled iron or non-alloy steel, flat,width >600mm, t 3.0-4.75mm, ne", - "parent": "7208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720845", - "text": "720845 - Hot rolled iron or non-alloy steel, flat,width >600mm, t <3mm, nes", - "parent": "7208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720851", - "text": "720851 - Iron or non-alloy steel; (not in coils), flat-rolled, of a width 600mm or more, hot-rolled, without patterns in relief, of a thickness exceeding 10mm", - "parent": "7208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720852", - "text": "720852 - Iron or non-alloy steel; (not in coils), flat-rolled, of a width 600mm or more, hot-rolled, without patterns in relief, of a thickness of 4.75mm or more but not exceeding 10mm", - "parent": "7208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720853", - "text": "720853 - Iron or non-alloy steel; (not in coils), flat-rolled, of a width 600mm or more, hot-rolled, without patterns in relief, of a thickness of 3mm or more but less than 4.75mm", - "parent": "7208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720854", - "text": "720854 - Iron or non-alloy steel; (not in coils), flat-rolled, of a width 600mm or more, hot-rolled, without patterns in relief, of a thickness of less than 3mm", - "parent": "7208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720890", - "text": "720890 - Iron or non-alloy steel; flat-rolled, hot-rolled, of a width 600mm or more, n.e.c. in heading no. 7208", - "parent": "7208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7209", - "text": "7209 - Iron or non-alloy steel; flat-rolled products, width 600mm or more, cold-rolled (cold-reduced), not clad, plated or coated", - "parent": "72", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "720911", - "text": "720911 - Cold rolled iron or non-alloy steel, coil, width >600mm, t >3mm, 355 mp", - "parent": "7209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720912", - "text": "720912 - Cold rolled iron or non-alloy steel, coil, w >600mm, t 1.0-3mm, 275 mpa", - "parent": "7209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720913", - "text": "720913 - Cold rolled iron or non-alloy steel, coil, w >600mm, t 0.5-<1mm, 275 mp", - "parent": "7209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720914", - "text": "720914 - Cold rolled iron or non-alloy steel, coil, w >600mm, t <0.5mm, 275 mpa", - "parent": "7209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720915", - "text": "720915 - Iron or non-alloy steel; in coils, flat-rolled, width 600mm or more, cold-rolled, of a thickness of 3mm or more", - "parent": "7209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720916", - "text": "720916 - Iron or non-alloy steel; in coils, flat-rolled, width 600mm or more, cold-rolled, of a thickness exceeding 1mm but less than 3mm", - "parent": "7209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720917", - "text": "720917 - Iron or non-alloy steel; in coils, flat-rolled, width 600mm or more, cold-rolled, of a thickness of 0.5mm or more but not exceeding 1mm", - "parent": "7209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720918", - "text": "720918 - Iron or non-alloy steel; in coils, flat-rolled, width 600mm or more, cold-rolled, of a thickness of less than 0.5mm", - "parent": "7209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720921", - "text": "720921 - Cold rolled iron or non-alloy steel, coil, width >600mm, t >3mm, nes", - "parent": "7209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720922", - "text": "720922 - Cold rolled iron or non-alloy steel, coil, width >600mm, t 1-3mm, nes", - "parent": "7209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720923", - "text": "720923 - Cold rolled iron or non-alloy steel, coil, width >600mm, t 0.5-1mm, nes", - "parent": "7209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720924", - "text": "720924 - Cold rolled iron or non-alloy steel, coil, width >600mm, t <0.5mm, nes", - "parent": "7209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720925", - "text": "720925 - Iron or non-alloy steel; (not in coils), flat-rolled, width 600mm or more, cold-rolled, of a thickness of 3mm or more", - "parent": "7209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720926", - "text": "720926 - Iron or non-alloy steel; (not in coils), flat-rolled, width 600mm or more, cold-rolled, of a thickness exceeding 1mm but less than 3mm", - "parent": "7209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720927", - "text": "720927 - Iron or non-alloy steel; (not in coils), flat-rolled, width 600mm or more, cold-rolled, of a thickness of 0.5mm or more but not exceeding 1mm", - "parent": "7209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720928", - "text": "720928 - Iron or non-alloy steel; (not in coils), flat-rolled, width 600mm or more, cold-rolled, of a thickness of less than 0.5mm", - "parent": "7209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720931", - "text": "720931 - Cold rolled iron or non-alloy steel, flat, width >600mm, t >3mm, 355 mp", - "parent": "7209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720932", - "text": "720932 - Cold rolled iron or non-alloy steel, flat, w >600mm, t 1-3mm, 355 mpa", - "parent": "7209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720933", - "text": "720933 - Cold rolled iron or non-alloy steel, flat, w >600mm, t 0.5-1mm, 355 mpa", - "parent": "7209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720934", - "text": "720934 - Cold rolled iron or non-alloy steel, flat, w >600mm, t <0.5mm, 355 mpa", - "parent": "7209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720941", - "text": "720941 - Cold rolled iron or non-alloy steel, flat, width >600mm, t >3mm, nes", - "parent": "7209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720942", - "text": "720942 - Cold rolled iron or non-alloy steel, flat, width >600mm, t 1-3mm, nes", - "parent": "7209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720943", - "text": "720943 - Cold rolled iron or non-alloy steel, flat, width >600mm, t 0.5-1mm, nes", - "parent": "7209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720944", - "text": "720944 - Cold rolled iron or non-alloy steel, flat, width >600mm, t <0.5mm, nes", - "parent": "7209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "720990", - "text": "720990 - Iron or non-alloy steel; flat-rolled, width 600mm or more, cold-rolled, n.e.c. in heading no. 7209", - "parent": "7209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7210", - "text": "7210 - Iron or non-alloy steel; flat-rolled products, width 600mm or more, clad, plated or coated", - "parent": "72", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "721011", - "text": "721011 - Iron or non-alloy steel; flat-rolled, width 600mm or more, plated or coated with tin, thickness of 0.5mm or more", - "parent": "7210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721012", - "text": "721012 - Iron or non-alloy steel; flat-rolled, width 600mm or more, plated or coated with tin, thickness of less than 0.5mm", - "parent": "7210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721020", - "text": "721020 - Iron or non-alloy steel; flat-rolled, width 600mm or more, plated or coated with lead, including terne-plate", - "parent": "7210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721030", - "text": "721030 - Iron or non-alloy steel; flat-rolled, width 600mm or more, electrolytically plated or coated with zinc", - "parent": "7210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721031", - "text": "721031 - Flat rolled iron or non-alloy steel, electro plate/zinc,<3mm/275,>3/355", - "parent": "7210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721039", - "text": "721039 - Flat rolled iron or non-alloy steel, electro plate/zinc,w >600mm, nes", - "parent": "7210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721041", - "text": "721041 - Iron or non-alloy steel; flat-rolled, width 600mm or more, corrugated, plated or coated with zinc (not electrolytically)", - "parent": "7210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721049", - "text": "721049 - Iron or non-alloy steel; flat-rolled, width 600mm or more, (not corrugated), plated or coated with zinc (not electrolytically)", - "parent": "7210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721050", - "text": "721050 - Iron or non-alloy steel; flat-rolled, width 600mm or more, plated or coated with chromium oxides or with chromium and chromium oxides", - "parent": "7210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721060", - "text": "721060 - Flat rolled iron or non-alloy steel, coated with aluminium, width>600mm", - "parent": "7210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721061", - "text": "721061 - Iron or non-alloy steel; flat-rolled, width 600mm or more, plated or coated with aluminium zinc-alloys", - "parent": "7210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721069", - "text": "721069 - Iron or non-alloy steel; flat-rolled, width 600mm or more, plated or coated with aluminium, other than plated or coated with aluminium zinc-alloys", - "parent": "7210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721070", - "text": "721070 - Iron or non-alloy steel; flat-rolled, width 600mm or more, painted, varnished or coated with plastics", - "parent": "7210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721090", - "text": "721090 - Iron or non-alloy steel; flat-rolled, width 600mm or more, plated or coated with materials n.e.c. in heading no. 7210", - "parent": "7210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7211", - "text": "7211 - Iron or non-alloy steel; flat-rolled products, width less than 600mm, not clad, plated or coated", - "parent": "72", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "721111", - "text": "721111 - Hot box roll iron or non-alloy steel, flat, w 150-600mm, t >4mm, myp>35", - "parent": "7211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721112", - "text": "721112 - Hot rolled iron or non-alloy steel, width <600mm, t >4.75mm, myp 355", - "parent": "7211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721113", - "text": "721113 - Iron or non-alloy steel; flat-rolled, hot-rolled, rolled on four faces or in a closed box pass, of a width more than 150mm but less than 600mm, 4mm thick or more, not in coils, without patterns in relief", - "parent": "7211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721114", - "text": "721114 - Iron or non-alloy steel; flat-rolled, hot-rolled, of a width less than 600mm, 4.75mm thick or more, excluding those of item no. 7211.13", - "parent": "7211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721119", - "text": "721119 - Iron or non-alloy steel; flat-rolled, hot-rolled, of a width less than 600mm, less than 4.75mm thick, excluding those of item no. 7211.13", - "parent": "7211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721121", - "text": "721121 - Hot box rolled iron or non-alloy steel, flat, w 150-600mm,t >4mm, uncla", - "parent": "7211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721122", - "text": "721122 - Hot rolled iron or non-alloy steel, width <600mm, t >4.75mm, unclad nes", - "parent": "7211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721123", - "text": "721123 - Iron or non-alloy steel; flat-rolled, cold-rolled, of a width less than 600mm, containing by weight less than 0.25% of carbon", - "parent": "7211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721129", - "text": "721129 - Iron or non-alloy steel; flat-rolled, cold-rolled, of a width less than 600mm, containing by weight 0.25% or more of carbon", - "parent": "7211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721130", - "text": "721130 - Cold rolled iron or non-alloy steel, width <600mm, <3mm-myp275, >3mm-35", - "parent": "7211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721141", - "text": "721141 - Flat rolled iron or non-alloy steel, width <600mm, unclad, <0.25% C, ne", - "parent": "7211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721149", - "text": "721149 - Flat rolled iron or non-alloy steel, width <600mm, unclad, nes", - "parent": "7211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721190", - "text": "721190 - Iron or non-alloy steel; flat-rolled, n.e.c. in heading no. 7211, width less than 600mm", - "parent": "7211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7212", - "text": "7212 - Iron or non-alloy steel; flat-rolled products, width less than 600mm, clad, plated or coated", - "parent": "72", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "721210", - "text": "721210 - Iron or non-alloy steel; flat-rolled, width less than 600mm, plated or coated with tin", - "parent": "7212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721220", - "text": "721220 - Iron or non-alloy steel; flat-rolled, of a width less than 600mm, electrolytically plated or coated with zinc", - "parent": "7212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721221", - "text": "721221 - Flat rolled steel, <600mm, zinc plate,<3mm-275/3mm-35", - "parent": "7212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721229", - "text": "721229 - Flat rolled steel, <600mm, electro-plated zinc, nes", - "parent": "7212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721230", - "text": "721230 - Iron or non-alloy steel; flat-rolled, width less than 600mm, plated or coated with zinc (not electrolytically)", - "parent": "7212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721240", - "text": "721240 - Iron or non-alloy steel; flat-rolled, width less than 600mm, painted, varnished or coated with plastics", - "parent": "7212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721250", - "text": "721250 - Iron or non-alloy steel; flat-rolled, width less than 600mm, plated or coated, (excluding tin, zinc or plastic)", - "parent": "7212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721260", - "text": "721260 - Iron or non-alloy steel; flat-rolled, width less than 600mm, clad", - "parent": "7212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7213", - "text": "7213 - Iron or non-alloy steel; bars and rods, hot-rolled, in irregularly wound coils", - "parent": "72", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "721310", - "text": "721310 - Iron or non-alloy steel; bars and rods, hot-rolled, in irregularly wound coils, containing indentations, ribs, grooves or other deformations produced during the rolling process", - "parent": "7213", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721320", - "text": "721320 - Iron or non-alloy steel; bars and rods, hot-rolled, in irregularly wound coils, of free-cutting steel", - "parent": "7213", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721331", - "text": "721331 - Hot rolled bar/rod, iron or non-alloy steel, coiled width <14mm, C<.25%", - "parent": "7213", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721339", - "text": "721339 - Hot rolled bar/rod, iron or non-alloy steel, coiled, C<.25%, nes", - "parent": "7213", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721341", - "text": "721341 - Hot rolled bar/rod, iron or non-alloy steel, coiled w <14mm, C .25-.6%", - "parent": "7213", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721349", - "text": "721349 - Hot rolled bar/rod, iron or non-alloy steel, coiled, C 0.25-0.6%", - "parent": "7213", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721350", - "text": "721350 - Bar/rod, iron or non-alloy steel, irregular coils, >0.6%C, nes", - "parent": "7213", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721391", - "text": "721391 - Iron or non-alloy steel; bars and rods, hot-rolled, in irregularly wound coils, n.e.c. in heading no. 7213, of circular cross-section measuring less than 14mm in diameter", - "parent": "7213", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721399", - "text": "721399 - Iron or non-alloy steel; bars and rods, hot-rolled, in irregularly wound coils, n.e.c. in heading no. 7213, of circular cross-section measuring 14mm or more in diameter", - "parent": "7213", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7214", - "text": "7214 - Iron or non-alloy steel; bars and rods, not further worked than forged, hot-rolled, hot drawn or hot-extruded, but including those twisted after rolling", - "parent": "72", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "721410", - "text": "721410 - Iron or non-alloy steel; bars and rods, forged, hot-rolled, hot-drawn or hot-extruded, but including those twisted after rolling", - "parent": "7214", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721420", - "text": "721420 - Iron or non-alloy steel; bars and rods, hot-rolled, hot-drawn or hot-extruded, containing indentations, ribs, grooves or other deformations produced during the rolling process or twisted after rolling", - "parent": "7214", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721430", - "text": "721430 - Iron or non-alloy steel; bars and rods, hot-rolled, hot-drawn or hot-extruded, including those twisted after rolling, of free-cutting steel", - "parent": "7214", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721440", - "text": "721440 - Bar/rod, iron or non-alloy steel, hot formed <0.25%C, nes", - "parent": "7214", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721450", - "text": "721450 - Bar/rod, iron or non-alloy steel, hot formed 0.25-0.6%C, nes", - "parent": "7214", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721460", - "text": "721460 - Bar/rod, iron or non-alloy steel, hot formed >0.6%C, nes", - "parent": "7214", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721491", - "text": "721491 - Iron or non-alloy steel; bars and rods, hot-rolled, hot-drawn or hot-extruded, n.e.c. in heading no. 7214, of rectangular (other than square) cross-section", - "parent": "7214", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721499", - "text": "721499 - Iron or non-alloy steel; bars and rods, hot-rolled, hot-drawn or hot-extruded, n.e.c. in heading no. 7214, other than of rectangular cross-section", - "parent": "7214", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7215", - "text": "7215 - Iron or non-alloy steel; bars and rods, n.e.c. in chapter 72", - "parent": "72", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "721510", - "text": "721510 - Iron or non-alloy steel; bars and rods, of free-cutting steel, cold-formed or cold-finished, n.e.c. in chapter 72", - "parent": "7215", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721520", - "text": "721520 - Bar/rod, iron or non-alloy steel, cold formed/finished, <0.25%C", - "parent": "7215", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721530", - "text": "721530 - Bar/rod, iron or non-alloy steel, cold formed/finished, 0.25-0.6%C", - "parent": "7215", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721540", - "text": "721540 - Bar/rod, iron or non-alloy steel, cold formed/finished, >0.6%C", - "parent": "7215", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721550", - "text": "721550 - Iron or non-alloy steel; bars and rods, n.e.c. in chapter 72, cold-formed or cold-finished, (not free-cutting)", - "parent": "7215", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721590", - "text": "721590 - Iron or non-alloy steel; bars and rods, n.e.c. in chapter 72, n.e.c. in heading no. 7215", - "parent": "7215", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7216", - "text": "7216 - Iron or non-alloy steel, angles, shapes and sections", - "parent": "72", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "721610", - "text": "721610 - Iron or non-alloy steel; U, I or H sections, hot-rolled, hot-drawn or extruded, of a height of less than 80mm", - "parent": "7216", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721621", - "text": "721621 - Iron or non-alloy steel; L sections, hot-rolled, hot-drawn or extruded, of a height of less than 80mm", - "parent": "7216", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721622", - "text": "721622 - Iron or non-alloy steel; T sections, hot-rolled, hot-drawn or extruded, of a height less than 80mm", - "parent": "7216", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721631", - "text": "721631 - Iron or non-alloy steel; U sections, hot-rolled, hot-drawn or extruded, of a height of 80mm or more", - "parent": "7216", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721632", - "text": "721632 - Iron or non-alloy steel; I sections, hot-rolled, hot-drawn or extruded, of a height of 80mm or more", - "parent": "7216", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721633", - "text": "721633 - Iron or non-alloy steel; H sections, hot-rolled, hot-drawn or extruded, of a height of 80mm or more", - "parent": "7216", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721640", - "text": "721640 - Iron or non-alloy steel; L or T sections, hot-rolled, hot-drawn or extruded, of a height of 80mm or more", - "parent": "7216", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721650", - "text": "721650 - Iron or non-alloy steel; angles, shapes and sections, n.e.c. in heading no. 7216, hot-rolled, hot-drawn or extruded", - "parent": "7216", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721660", - "text": "721660 - Sections, nes, iron or non-alloy steel, nfw than cold formed/finished", - "parent": "7216", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721661", - "text": "721661 - Iron or non-alloy steel; angles, shapes and sections, cold-formed or cold-finished, obtained from flat-rolled products", - "parent": "7216", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721669", - "text": "721669 - Iron or non-alloy steel; angles, shapes and sections, cold-formed or cold-finished, (not obtained from flat-rolled products)", - "parent": "7216", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721690", - "text": "721690 - Angles/shapes/sections, iron or non-alloy steel, nes", - "parent": "7216", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721691", - "text": "721691 - Iron or non-alloy steel; angles, shapes and sections, n.e.c. in heading no. 7216, cold-formed or cold-finished, from flat-rolled products", - "parent": "7216", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721699", - "text": "721699 - Iron or non-alloy steel; angles, shapes and sections, n.e.c. in heading no. 7216", - "parent": "7216", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7217", - "text": "7217 - Wire of iron or non-alloy steel", - "parent": "72", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "721710", - "text": "721710 - Iron or non-alloy steel; wire, (not plated or coated), whether or not polished", - "parent": "7217", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721711", - "text": "721711 - Wire, iron or non-alloy steel, not plated or coated, <0.25%C", - "parent": "7217", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721712", - "text": "721712 - Wire, iron or non-alloy steel, plated or coated with zinc <0.25%C", - "parent": "7217", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721713", - "text": "721713 - Wire, iron or non-alloy steel, of base metal plated/coated nes, <0.25%C", - "parent": "7217", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721719", - "text": "721719 - Wire, iron or non-alloy steel, <0.25% carbon, nes", - "parent": "7217", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721720", - "text": "721720 - Iron or non-alloy steel; wire, plated or coated with zinc", - "parent": "7217", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721721", - "text": "721721 - Wire, iron or non-alloy steel, not plated or coated, 0.25-0.6%C", - "parent": "7217", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721722", - "text": "721722 - Wire, iron or non-alloy steel, zinc plated/coated, 0.25-0.6%C", - "parent": "7217", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721723", - "text": "721723 - Wire, iron or non-alloy steel, base metal plated/coated nes, 0.25-0.6%C", - "parent": "7217", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721729", - "text": "721729 - Wire, iron or non-alloy steel, 0.25-0.6% carbon, nes", - "parent": "7217", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721730", - "text": "721730 - Iron or non-alloy steel; wire, plated or coated with base metals (other than zinc)", - "parent": "7217", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721731", - "text": "721731 - Wire, iron or non-alloy steel, not plated or coated, >0.6%C", - "parent": "7217", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721732", - "text": "721732 - Wire, iron or non-alloy steel, zinc plated/coated, >0.6%C", - "parent": "7217", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721733", - "text": "721733 - Wire, iron or non-alloy steel, of base metal plated/coated nes, >0.6%C", - "parent": "7217", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721739", - "text": "721739 - Wire, iron or non-alloy steel, more than 0.6% carbon, nes", - "parent": "7217", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721790", - "text": "721790 - Iron or non-alloy steel; wire, n.e.c. in heading no. 7217", - "parent": "7217", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7218", - "text": "7218 - Stainless steel in ingots or other primary forms; semi-finished products of stainless steel", - "parent": "72", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "721810", - "text": "721810 - Steel, stainless; ingots and other primary forms", - "parent": "7218", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721890", - "text": "721890 - Semi-finished products, stainless steel", - "parent": "7218", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721891", - "text": "721891 - Steel, stainless; semi-finished products, of rectangular (other than square) cross-section", - "parent": "7218", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721899", - "text": "721899 - Steel, stainless; semi-finished products, other than of rectangular cross-section", - "parent": "7218", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7219", - "text": "7219 - Stainless steel; flat-rolled products of width of 600mm or more", - "parent": "72", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "721911", - "text": "721911 - Steel, stainless; flat-rolled, width 600mm or more, hot-rolled, in coils, of a thickness exceeding 10mm", - "parent": "7219", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721912", - "text": "721912 - Steel, stainless; flat-rolled, width 600mm or more, hot-rolled, in coils, of a thickness of 4.75mm or more but not exceeding 10mm", - "parent": "7219", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721913", - "text": "721913 - Steel, stainless; flat-rolled, width 600mm or more, hot-rolled, in coils, of a thickness of 3mm or more but less than 4.75mm", - "parent": "7219", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721914", - "text": "721914 - Steel, stainless; flat-rolled, width 600mm or more, hot-rolled, in coils, of a thickness of less than 3mm", - "parent": "7219", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721921", - "text": "721921 - Steel, stainless; flat-rolled, width 600mm or more, hot-rolled, (not in coils), of a thickness exceeding 10mm", - "parent": "7219", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721922", - "text": "721922 - Steel, stainless; flat-rolled, width 600mm or more, hot-rolled, (not in coils), of a thickness of 4.75mm or more but not exceeding 10mm", - "parent": "7219", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721923", - "text": "721923 - Steel, stainless; flat-rolled, width 600mm or more, hot-rolled, (not in coils), of a thickness of 3mm or more but less than 4.75mm", - "parent": "7219", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721924", - "text": "721924 - Steel, stainless; flat-rolled, width 600mm or more, hot-rolled, (not in coils), of a thickness of less than 3mm", - "parent": "7219", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721931", - "text": "721931 - Steel, stainless; flat-rolled, width 600mm or more, cold-rolled or cold-reduced, of a thickness of 4.75mm or more", - "parent": "7219", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721932", - "text": "721932 - Steel, stainless; flat-rolled, width 600mm or more, cold-rolled, of a thickness of 3mm or more but less than 4.75mm", - "parent": "7219", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721933", - "text": "721933 - Steel, stainless; flat-rolled, width 600mm or more, cold-rolled, of a thickness exceeding 1mm but less than 3mm", - "parent": "7219", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721934", - "text": "721934 - Steel, stainless; flat-rolled, width 600mm or more, cold-rolled, of a thickness of 0.5mm or more but not exceeding 1mm", - "parent": "7219", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721935", - "text": "721935 - Steel, stainless; flat-rolled, width 600mm or more, cold-rolled, of a thickness of less than 0.5mm", - "parent": "7219", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "721990", - "text": "721990 - Steel, stainless; flat-rolled, width 600mm or more, n.e.c. in heading no. 7219", - "parent": "7219", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7220", - "text": "7220 - Stainless steel; flat-rolled products of width less than 600mm", - "parent": "72", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "722011", - "text": "722011 - Steel, stainless; flat-rolled, width less than 600mm, hot-rolled, of a thickness of 4.75mm or more", - "parent": "7220", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722012", - "text": "722012 - Steel, stainless; flat-rolled, width less than 600mm, hot-rolled, of a thickness of less than 4.75mm", - "parent": "7220", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722020", - "text": "722020 - Steel, stainless; flat-rolled, width less than 600mm, cold-rolled", - "parent": "7220", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722090", - "text": "722090 - Steel, stainless; flat-rolled, width less than 600mm, n.e.c. in heading no 7220", - "parent": "7220", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7221", - "text": "7221 - Stainless steel bars and rods, hot-rolled, in irregularly wound coils", - "parent": "72", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "722100", - "text": "722100 - Steel, stainless; bars and rods, hot-rolled, in irregularly wound coils", - "parent": "7221", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7222", - "text": "7222 - Stainless steel bars and rods, angles, shapes and sections", - "parent": "72", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "722210", - "text": "722210 - Stainless steel bar nfw than hot rolled/drawn/extrude", - "parent": "7222", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722211", - "text": "722211 - Steel, stainless; bars and rods, hot-rolled, hot-drawn or extruded, of circular cross-section", - "parent": "7222", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722219", - "text": "722219 - Steel, stainless; bars and rods, hot-rolled, hot-drawn or extruded, other than of circular cross-section", - "parent": "7222", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722220", - "text": "722220 - Steel, stainless; bars and rods, cold-formed or cold-finished", - "parent": "7222", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722230", - "text": "722230 - Steel, stainless; bars and rods, n.e.c. in heading no. 7222", - "parent": "7222", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722240", - "text": "722240 - Steel, stainless; angles, shapes and sections", - "parent": "7222", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7223", - "text": "7223 - Stainless steel wire", - "parent": "72", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "722300", - "text": "722300 - Steel, stainless; wire", - "parent": "7223", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7224", - "text": "7224 - Alloy steel in ingots or other primary forms, semi-finished products of other alloy steel", - "parent": "72", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "722410", - "text": "722410 - Steel, alloy; ingots and other primary forms", - "parent": "7224", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722490", - "text": "722490 - Steel, alloy; semi-finished products", - "parent": "7224", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7225", - "text": "7225 - Alloy steel flat-rolled products, of a width 600mm or more", - "parent": "72", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "722510", - "text": "722510 - Flat rolled silicon-electrical steel, width >600mm", - "parent": "7225", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722511", - "text": "722511 - Steel, alloy; flat-rolled, width 600mm or more, of silicon-electrical steel, grain-oriented", - "parent": "7225", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722519", - "text": "722519 - Steel, alloy; flat-rolled, width 600mm or more, of silicon-electrical steel, (other than grain-oriented)", - "parent": "7225", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722520", - "text": "722520 - Flat rolled high speed steel width >600mm", - "parent": "7225", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722530", - "text": "722530 - Steel, alloy; flat-rolled, width 600mm or more, hot-rolled, in coils", - "parent": "7225", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722540", - "text": "722540 - Steel, alloy; flat-rolled, width 600mm or more, hot-rolled, not in coils", - "parent": "7225", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722550", - "text": "722550 - Steel, alloy; flat-rolled, width 600mm or more, cold-rolled", - "parent": "7225", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722590", - "text": "722590 - Flat rolled alloy-steel, width >600mm, nes", - "parent": "7225", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722591", - "text": "722591 - Steel, alloy; flat-rolled, width 600mm or more, n.e.c. in heading no. 7225, electrolytically plated or coated with zinc", - "parent": "7225", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722592", - "text": "722592 - Steel, alloy; flat-rolled, width 600mm or more, n.e.c. in heading no. 7225, plated or coated with zinc (other than electrolytically)", - "parent": "7225", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722599", - "text": "722599 - Steel, alloy; flat-rolled, width 600mm or more, n.e.c. in heading no. 7225, (other than plated or coated with zinc)", - "parent": "7225", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7226", - "text": "7226 - Alloy steel flat-rolled products, of a width of less than 600mm", - "parent": "72", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "722610", - "text": "722610 - Flat rolled silicon-electrical steel, <600mm wide", - "parent": "7226", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722611", - "text": "722611 - Steel, alloy; flat-rolled, width less than 600mm, of silicon-electrical steel, grain-oriented", - "parent": "7226", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722619", - "text": "722619 - Steel, alloy; flat-rolled, width less than 600mm, of silicon-electrical steel, other than grain-oriented", - "parent": "7226", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722620", - "text": "722620 - Steel, alloy; flat-rolled, width less than 600mm, of high speed steel", - "parent": "7226", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722691", - "text": "722691 - Steel, alloy; flat-rolled, width less than 600mm, (excluding silicon-electrical or high speed steel), hot-rolled", - "parent": "7226", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722692", - "text": "722692 - Steel, alloy; flat-rolled, width less than 600mm, (excluding silicon-electrical or high speed steel), cold-rolled", - "parent": "7226", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722693", - "text": "722693 - Flat-rl p electr p zinc", - "parent": "7226", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722694", - "text": "722694 - Flat-rl p plated w/zinc", - "parent": "7226", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722699", - "text": "722699 - Steel, alloy; flat-rolled, width less than 600mm, n.e.c. in item no. 7226.9", - "parent": "7226", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7227", - "text": "7227 - Steel, alloy; bars and rods, hot-rolled, in irregularly wound coils", - "parent": "72", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "722710", - "text": "722710 - Steel, alloy; bars and rods, hot-rolled, in irregularly wound coils, of high speed steel", - "parent": "7227", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722720", - "text": "722720 - Steel, alloy; bars and rods, hot-rolled, in irregularly wound coils, of silico-manganese steel", - "parent": "7227", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722790", - "text": "722790 - Steel, alloy; bars and rods, hot-rolled, in irregularly wound coils, n.e.c. in heading no. 7227", - "parent": "7227", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7228", - "text": "7228 - Alloy steel bars, rods, shapes and sections; hollow drill bars and rods, of alloy or non-alloy steel", - "parent": "72", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "722810", - "text": "722810 - Steel, alloy; bars and rods, of high speed steel", - "parent": "7228", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722820", - "text": "722820 - Steel, alloy; bars and rods, of silico-manganese steel", - "parent": "7228", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722830", - "text": "722830 - Steel, alloy; bars and rods, hot-rolled, hot-drawn or extruded", - "parent": "7228", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722840", - "text": "722840 - Steel, alloy; bars and rods, forged", - "parent": "7228", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722850", - "text": "722850 - Steel, alloy; bars and rods, cold-formed or cold-finished", - "parent": "7228", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722860", - "text": "722860 - Steel, alloy; bars and rods n.e.c. in heading no. 7228", - "parent": "7228", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722870", - "text": "722870 - Steel, alloy; angles, shapes and sections", - "parent": "7228", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722880", - "text": "722880 - Steel, alloy or non-alloy; hollow drill bars and rods", - "parent": "7228", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7229", - "text": "7229 - Wire of other alloy steel", - "parent": "72", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "722910", - "text": "722910 - Wire of high speed steel", - "parent": "7229", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722920", - "text": "722920 - Steel, alloy; wire, of silico-manganese steel", - "parent": "7229", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "722990", - "text": "722990 - Steel, alloy; wire, of materials other than silico-manganese steel", - "parent": "7229", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "73", - "text": "73 - Iron or steel articles", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "7301", - "text": "7301 - Iron or steel sheet piling, whether or not drilled, punched or made from assembled elements; welded angles, shapes and sections, of iron or steel", - "parent": "73", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "730110", - "text": "730110 - Iron or steel; sheet piling, whether or not drilled, punched or made from assembled elements", - "parent": "7301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730120", - "text": "730120 - Iron or steel; angles, shapes and sections, welded", - "parent": "7301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7302", - "text": "7302 - Railway or tramway track constructions of iron or steel; rails, check and track rails, switch blades, crossing frogs, point rods, sleepers, fish-plates, chair wedges, sole plates, bedplates, ties and the like", - "parent": "73", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "730210", - "text": "730210 - Iron or steel, railway or tramway track construction material; rails", - "parent": "7302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730220", - "text": "730220 - Sleepers (cross-ties), iron or steel", - "parent": "7302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730230", - "text": "730230 - Iron or steel, railway or tramway track construction material; switch blades, crossing frogs, point rods and other crossing pieces", - "parent": "7302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730240", - "text": "730240 - Iron or steel, railway or tramway track construction material; fish-plates and sole plates", - "parent": "7302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730290", - "text": "730290 - Iron or steel, railway or tramway track construction material; n.e.c. in heading no. 7302", - "parent": "7302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7303", - "text": "7303 - Tubes, pipes and hollow profiles, of cast iron", - "parent": "73", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "730300", - "text": "730300 - Cast iron; tubes, pipes and hollow profiles", - "parent": "7303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7304", - "text": "7304 - Tubes, pipes and hollow profiles, seamless, of iron (other than cast iron) or steel", - "parent": "73", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "730410", - "text": "730410 - Pipes, line, iron or steel, for oil or gas pipelines", - "parent": "7304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730411", - "text": "730411 - Iron or steel (excluding cast iron); seamless, line pipe of a kind used for oil or gas pipelines, of stainless steel", - "parent": "7304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730419", - "text": "730419 - Iron or steel (excluding cast iron or stainless steel); seamless, line pipe of a kind used for oil or gas pipelines", - "parent": "7304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730420", - "text": "730420 - Casings, tubing and drill pipe, for oil drilling", - "parent": "7304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730421", - "text": "730421 - Drill pipe", - "parent": "7304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730422", - "text": "730422 - Steel, stainless; seamless, drill pipe, of a kind used in drilling for oil or gas", - "parent": "7304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730423", - "text": "730423 - Iron or steel (excluding cast iron or stainless steel); seamless, drill pipe, of a kind used in drilling for oil or gas", - "parent": "7304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730424", - "text": "730424 - Steel, stainless; seamless, casing and tubing, of a kind used in drilling for oil or gas", - "parent": "7304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730429", - "text": "730429 - Iron or steel (excluding cast iron or stainless steel); seamless, casing and tubing, of a kind used in drilling for oil or gas", - "parent": "7304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730431", - "text": "730431 - Iron or non-alloy steel (excluding cast iron); seamless, cold-drawn or cold-rolled, tubes, pipes and hollow profiles of circular cross-section", - "parent": "7304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730439", - "text": "730439 - Iron or non-alloy steel (excluding cast iron); seamless, (excluding cold-drawn or cold-rolled), tubes, pipes and hollow profiles of circular cross-section", - "parent": "7304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730441", - "text": "730441 - Steel, stainless; cold-drawn or cold-rolled (cold-reduced), tubes and pipes of circular cross-section", - "parent": "7304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730449", - "text": "730449 - Steel, stainless; (excluding cold-drawn or cold-rolled), tubes pipes and hollow profiles of circular cross-section", - "parent": "7304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730451", - "text": "730451 - Steel, alloy (not stainless steel); seamless, cold-drawn or cold-rolled (cold-reduced), tubes, pipes and hollow profiles of circular cross-section", - "parent": "7304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730459", - "text": "730459 - Steel, alloy (not stainless steel); (excluding cold-drawn or cold-rolled), tubes, pipes and hollow profiles of circular cross-section", - "parent": "7304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730490", - "text": "730490 - Iron or steel (excluding cast iron); seamless, tubes, pipes and hollow profiles, seamless, n.e.c. in heading no. 7304", - "parent": "7304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7305", - "text": "7305 - Iron or steel (excluding cast iron); tubes and pipes (e.g. welded, riveted or similarly closed), having circular cross-sections, external diameter of which exceeds 406.4mm, not seamless", - "parent": "73", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "730511", - "text": "730511 - Iron or steel (excluding cast iron); line pipe of a kind used for oil or gas pipelines (not seamless), longitudinally submerged arc welded, having circular cross-sections, external diameter exceeds 406.4mm", - "parent": "7305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730512", - "text": "730512 - Iron or steel (excluding cast iron); line pipe of a kind used for oil or gas pipelines (not seamless), longitudinally welded (not submerged arc welded), having circular cross-sections, external diameter exceeds 406.4mm", - "parent": "7305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730519", - "text": "730519 - Iron or steel (excluding cast iron); line pipe of a kind used for oil or gas pipelines (not seamless), (not longitudinally welded), having circular cross-sections, external diameter exceeds 406.4mm", - "parent": "7305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730520", - "text": "730520 - Iron or steel (excluding cast iron); casing of a kind used in drilling for oil or gas (not seamless), having circular cross-sections, external diameter exceeds 406.4mm", - "parent": "7305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730531", - "text": "730531 - Iron or steel (excluding cast iron); tubes and pipes (other than line pipe or casing of a kind used for oil or gas pipelines), longitudinally welded, having circular cross-sections, external diameter exceeds 406.4mm, (not seamless)", - "parent": "7305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730539", - "text": "730539 - Iron or steel (excluding cast iron); tubes and pipes (other than line pipe or casing of a kind used for oil or gas pipelines), welded (not longitudinally welded), having circular cross-sections, external diameter exceeds 406.4mm, (not seamless)", - "parent": "7305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730590", - "text": "730590 - Iron or steel (excluding cast iron); tubes and pipes n.e.c. in heading no. 7305, having circular cross-sections, external diameter exceeds 406.4mm, (not seamless)", - "parent": "7305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7306", - "text": "7306 - Iron or steel (excluding cast iron); tubes, pipes and hollow profiles (not seamless), n.e.c. in chapter 73", - "parent": "73", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "730610", - "text": "730610 - Pipe (oil/gas line) iron or steel nes, diameter <406m", - "parent": "7306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730611", - "text": "730611 - Steel; stainless; line pipe of a kind used for oil or gas pipelines n.e.c. in chapter 73, welded, (not seamless)", - "parent": "7306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730619", - "text": "730619 - Iron or steel (excluding cast iron); line pipe of a kind used for oil or gas pipelines (other than of stainless steel or seamless), n.e.c. in chapter 73", - "parent": "7306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730620", - "text": "730620 - Casings,circular, iron/steel, oil/gas drilling <406mm", - "parent": "7306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730621", - "text": "730621 - Steel, stainless; casing and tubing of a kind used in drilling for oil and gas, n.e.c. in chapter 73, welded, (not seamless)", - "parent": "7306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730629", - "text": "730629 - Iron or steel (excluding cast iron); casing and tubing of a kind used in drilling for oil and gas (other than stainless steel or seamless), n.e.c. in chapter 73", - "parent": "7306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730630", - "text": "730630 - Iron or non-alloy steel (excluding cast iron); tubes and pipes (not seamless), welded, of circular cross-section, n.e.c. in chapter 73", - "parent": "7306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730640", - "text": "730640 - Steel, stainless; tubes, pipes and hollow profiles, welded, of circular cross-section, n.e.c. in chapter 73", - "parent": "7306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730650", - "text": "730650 - Steel, alloy; tubes, pipes and hollow profiles (other than stainless steel or seamless), welded, of circular cross-section, n.e.c. in chapter 73", - "parent": "7306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730660", - "text": "730660 - Hollow profiles/tubes,iron/steel,non-circular, welded", - "parent": "7306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730661", - "text": "730661 - Iron or steel (excluding cast iron); tubes, pipes and hollow profiles (not seamless), welded, of square or rectangular cross-section, n.e.c. in chapter 73", - "parent": "7306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730669", - "text": "730669 - Iron or steel (excluding cast iron); tubes, pipes and hollow profiles (not seamless), n.e.c. in chapter 73, welded, of non-circular cross-section (not square or rectangular cross-section)", - "parent": "7306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730690", - "text": "730690 - Iron or steel (excluding cast iron); tubes, pipes and hollow profiles (not seamless), n.e.c. in chapter 73", - "parent": "7306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7307", - "text": "7307 - Tube or pipe fittings (e.g. couplings, elbows, sleeves), of iron or steel", - "parent": "73", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "730711", - "text": "730711 - Cast iron; cast fittings, of non-malleable cast iron", - "parent": "7307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730719", - "text": "730719 - Iron or steel; cast fittings, other than of non-malleable cast iron", - "parent": "7307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730721", - "text": "730721 - Steel, stainless; tube or pipe fittings, flanges, of stainless steel", - "parent": "7307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730722", - "text": "730722 - Steel, stainless; tube or pipe fittings, threaded elbows, bends and sleeves", - "parent": "7307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730723", - "text": "730723 - Steel, stainless; tube or pipe fittings, butt welding fittings", - "parent": "7307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730729", - "text": "730729 - Steel, stainless; tube or pipe fittings, n.e.c. in item no. 7307.2", - "parent": "7307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730791", - "text": "730791 - Iron or steel; tube or pipe fittings, flanges, other than stainless steel", - "parent": "7307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730792", - "text": "730792 - Iron or steel; tube or pipe fittings, threaded elbows, bends and sleeves, other than stainless steel", - "parent": "7307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730793", - "text": "730793 - Iron or steel; tube or pipe fittings, butt welding fittings, other than stainless steel", - "parent": "7307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730799", - "text": "730799 - Iron or steel; tube or pipe fittings, n.e.c. in item no. 7307.9, other than stainless steel", - "parent": "7307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7308", - "text": "7308 - Structures of iron or steel and parts thereof; plates, rods, angles, shapes, sections, tubes and the like, prepared for use in structures", - "parent": "73", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "730810", - "text": "730810 - Iron or steel; structures and parts thereof, bridges and bridge-sections", - "parent": "7308", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730820", - "text": "730820 - Iron or steel; structures and parts thereof, towers and lattice masts", - "parent": "7308", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730830", - "text": "730830 - Iron or steel; structures and parts thereof, doors, windows and their frames and thresholds for doors", - "parent": "7308", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730840", - "text": "730840 - Iron or steel; structures and parts thereof, props and similar equipment for scaffolding, shuttering or pit-propping", - "parent": "7308", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "730890", - "text": "730890 - Iron or steel; structures and parts thereof, n.e.c. in heading 7308", - "parent": "7308", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7309", - "text": "7309 - Reservoirs, tanks, vats and similar containers; for any material (excluding compressed or liquefied gas), of iron or steel, capacity exceeding 300l, whether or not lined or heat insulated", - "parent": "73", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "730900", - "text": "730900 - Reservoirs, tanks, vats and similar containers; for any material (excluding compressed or liquefied gas), of iron or steel, capacity exceeding 300l, whether or not lined or heat insulated", - "parent": "7309", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7310", - "text": "7310 - Tanks, casks, drums, cans, boxes and similar containers, for any material (excluding compressed or liquefied gas), of iron or steel, capacity not exceeding 300l, whether or not lined or heat-insulated", - "parent": "73", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "731010", - "text": "731010 - Tanks, casks, drums, cans, boxes and similar containers, for any material (excluding compressed or liquefied gas), 50l or more capacity but not exceeding 300l", - "parent": "7310", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731021", - "text": "731021 - Cans; which are to be closed by soldering or crimping, for any material (excluding compressed or liquefied gas), less than 50l capacity, of iron or steel", - "parent": "7310", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731029", - "text": "731029 - Tanks, casks, drums, boxes and similar containers for any material (excluding compressed or liquefied gas) less than 50l capacity, n.e.c. in item no. 7310.2, of iron or steel", - "parent": "7310", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7311", - "text": "7311 - Containers for compressed or liquefied gas, of iron or steel", - "parent": "73", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "731100", - "text": "731100 - Containers for compressed or liquefied gas, of iron or steel", - "parent": "7311", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7312", - "text": "7312 - Stranded wire, ropes, cables, plaited bands, slings and the like, of iron or steel, not electrically insulated", - "parent": "73", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "731210", - "text": "731210 - Iron or steel; stranded wire, ropes and cables, not electrically insulated", - "parent": "7312", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731290", - "text": "731290 - Iron or steel; plaited bands, slings and the like, not electrically insulated", - "parent": "7312", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7313", - "text": "7313 - Barbed wire of iron or steel; twisted hoop or single flat wire, barbed or not and loosely twisted double wire, of a kind used for fencing, of iron or steel", - "parent": "73", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "731300", - "text": "731300 - Iron of steel; barbed wire, twisted hoop or single flat wire and loosely twisted double wire, used for fencing", - "parent": "7313", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7314", - "text": "7314 - Cloth (including endless bands), grill, netting and fencing, of iron or steel wire; expanded metal of iron or steel", - "parent": "73", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "731411", - "text": "731411 - Woven products of stainless steel", - "parent": "7314", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731412", - "text": "731412 - Iron or steel; woven cloth, endless bands for machinery, of stainless steel", - "parent": "7314", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731413", - "text": "731413 - Endless bands, woven clo", - "parent": "7314", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731414", - "text": "731414 - Iron or steel; woven cloth, of stainless steel, (other than endless bands for machinery)", - "parent": "7314", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731419", - "text": "731419 - Iron or steel; woven cloth, other than of stainless steel", - "parent": "7314", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731420", - "text": "731420 - Iron or steel wire; grill, netting and fencing, welded at intersections, of wire with a maximum cross-sectional dimension of 3mm or more and mesh size 100cm2 or more", - "parent": "7314", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731430", - "text": "731430 - Net/fencing, welded iron or non-alloy steel, heavy", - "parent": "7314", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731431", - "text": "731431 - Iron or steel wire; grill, netting and fencing, welded at the intersection, n.e.c. in item no. 7314.20, plated or coated with zinc", - "parent": "7314", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731439", - "text": "731439 - Iron or steel wire; grill, netting and fencing, welded at the intersection, n.e.c. in item no. 7314.20, (other than plated or coated with zinc)", - "parent": "7314", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731441", - "text": "731441 - Iron or steel wire; grill, netting and fencing, plated or coated with zinc", - "parent": "7314", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731442", - "text": "731442 - Iron or steel wire; grill, netting and fencing, coated with plastic", - "parent": "7314", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731449", - "text": "731449 - Iron or steel wire; grill, netting and fencing, coated with materials other than zinc or plastic", - "parent": "7314", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731450", - "text": "731450 - Iron or steel; expanded metal", - "parent": "7314", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7315", - "text": "7315 - Chain and parts thereof, of iron or steel", - "parent": "73", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "731511", - "text": "731511 - Chain; articulated link, roller, of iron or steel", - "parent": "7315", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731512", - "text": "731512 - Chain; articulated link, (other than roller), of iron or steel", - "parent": "7315", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731519", - "text": "731519 - Chain; articulated link parts, of iron or steel", - "parent": "7315", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731520", - "text": "731520 - Chain; skid, articulated link chain and parts thereof, of iron or steel", - "parent": "7315", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731581", - "text": "731581 - Chain; stud-link chain, of iron or steel", - "parent": "7315", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731582", - "text": "731582 - Chain; welded link chain, of iron or steel", - "parent": "7315", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731589", - "text": "731589 - Chain; n.e.c. in heading no. 7315, of iron or steel", - "parent": "7315", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731590", - "text": "731590 - Chain; parts n.e.c. in heading no. 7315, of iron or steel", - "parent": "7315", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7316", - "text": "7316 - Anchors, grapnels and parts thereof, of iron or steel", - "parent": "73", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "731600", - "text": "731600 - Iron or steel; anchors, grapnels and parts thereof", - "parent": "7316", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7317", - "text": "7317 - Nails, tacks, drawing pins, corrugated nails, staples (not those of heading no. 8305) and the like, of iron or steel, with heads of other material or not, but excluding articles with heads of copper", - "parent": "73", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "731700", - "text": "731700 - Iron or steel; nails, tacks, drawing pins, corrugated nails, staples (not those of heading no. 8305) and the like, with heads of other material or not, but excluding articles with heads of copper", - "parent": "7317", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7318", - "text": "7318 - Screws, bolts, nuts, coach screws, screw hooks, rivets, cotters, cotter-pins, washers (including spring washers) and similar articles, of iron or steel", - "parent": "73", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "731811", - "text": "731811 - Iron or steel; threaded coach screws", - "parent": "7318", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731812", - "text": "731812 - Iron or steel; threaded wood screws other than coach screws", - "parent": "7318", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731813", - "text": "731813 - Iron or steel; threaded screw hooks and screw rings", - "parent": "7318", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731814", - "text": "731814 - Iron or steel; threaded self-tapping screws", - "parent": "7318", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731815", - "text": "731815 - Iron or steel; threaded screws and bolts n.e.c. in item no. 7318.1, whether or not with their nuts or washers", - "parent": "7318", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731816", - "text": "731816 - Iron or steel; threaded nuts", - "parent": "7318", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731819", - "text": "731819 - Iron or steel; threaded screws, bolts and nuts n.e.c. in item no. 7318.1", - "parent": "7318", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731821", - "text": "731821 - Iron or steel; non-threaded spring washers and other lock washers", - "parent": "7318", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731822", - "text": "731822 - Iron or steel; non-threaded washers, excluding spring and lock", - "parent": "7318", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731823", - "text": "731823 - Iron or steel; non-threaded rivets", - "parent": "7318", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731824", - "text": "731824 - Iron or steel; non-threaded cotters and cotter-pins", - "parent": "7318", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731829", - "text": "731829 - Iron or steel; non-threaded articles, n.e.c. in item no. 7318.2", - "parent": "7318", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7319", - "text": "7319 - Sewing and knitting needles, bodkins, crochet hooks, embroidery stilettos and similar articles, for use in the hand, of iron or steel; safety pins and other pins of iron or steel, not elsewhere specified or included", - "parent": "73", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "731910", - "text": "731910 - Needles, sewing, darning or embroidery, iron or steel", - "parent": "7319", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731920", - "text": "731920 - Safety pins of iron/steel", - "parent": "7319", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731930", - "text": "731930 - Pins other than safety pins, of iron/steel", - "parent": "7319", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731940", - "text": "731940 - Safety pins and other pins; of iron or steel", - "parent": "7319", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "731990", - "text": "731990 - Sewing and knitting needles, bodkins, crochet hooks, embroidery stilettos and similar articles, for use in the hand, not elsewhere specified or included, of iron or steel", - "parent": "7319", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7320", - "text": "7320 - Springs and leaves for springs, of iron or steel", - "parent": "73", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "732010", - "text": "732010 - Iron or steel; leaf-springs and leaves therefor", - "parent": "7320", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "732020", - "text": "732020 - Iron or steel; helical springs and leaves for springs", - "parent": "7320", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "732090", - "text": "732090 - Iron or steel; springs n.e.c. in heading no. 7320", - "parent": "7320", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7321", - "text": "7321 - Stoves, ranges, grates, cookers (those with subsidiary boilers for central heating), barbecues, braziers, gas-rings, plate warmers and similar non-electric domestic appliances and parts, of iron or steel", - "parent": "73", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "732111", - "text": "732111 - Cooking appliances and plate warmers; for gas fuel or for both gas and other fuels, of iron or steel", - "parent": "7321", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "732112", - "text": "732112 - Cooking appliances and plate warmers; for liquid fuel, of iron or steel", - "parent": "7321", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "732113", - "text": "732113 - Cooking appliances for solid fuel, iron or steel", - "parent": "7321", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "732119", - "text": "732119 - Cooking appliances and plate warmers; for solid fuel and fuels other than gas or liquid, of iron or steel", - "parent": "7321", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "732181", - "text": "732181 - Domestic appliances; non-electric, (other than cookers and plate warmers), for gas fuel or for both gas and other fuels, of iron or steel", - "parent": "7321", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "732182", - "text": "732182 - Domestic appliances; non-electric, (other than cookers and plate warmers), for liquid fuel, of iron or steel", - "parent": "7321", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "732183", - "text": "732183 - Domestic iron/steel solid fuel appliances, not cooker", - "parent": "7321", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "732189", - "text": "732189 - Domestic appliances; non-electric, (other than cookers and plate warmers), for solid fuel and fuels other than gas or liquid, of iron or steel", - "parent": "7321", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "732190", - "text": "732190 - Domestic appliances; non-electric, parts thereof, of iron or steel", - "parent": "7321", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7322", - "text": "7322 - Radiators for central heating, not electrically heated and parts thereof, of iron or steel; air heaters, hot air distributors not electrically heated, with motor fan or blower", - "parent": "73", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "732211", - "text": "732211 - Radiators and parts thereof; for central heating, (not electrically heated), of cast iron", - "parent": "7322", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "732219", - "text": "732219 - Radiators and parts thereof; for central heating, (not electrically heated), of iron or steel other than cast iron", - "parent": "7322", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "732290", - "text": "732290 - Air heaters and hot air distributors, (not electrically heated), incorporating a motor-driven fan or blower and parts thereof, of iron or steel", - "parent": "7322", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7323", - "text": "7323 - Table, kitchen, other household articles and parts, of iron or steel; iron or steel wool; pot scourers and scouring or polishing pads, gloves and the like, of iron or steel", - "parent": "73", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "732310", - "text": "732310 - Iron or steel; wool, pot scourers and scouring or polishing pads, gloves and the like", - "parent": "7323", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "732391", - "text": "732391 - Cast iron; table, kitchen and other household articles and parts thereof, of cast iron, not enamelled", - "parent": "7323", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "732392", - "text": "732392 - Cast iron; table, kitchen and other household articles and parts thereof, of cast iron, enamelled", - "parent": "7323", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "732393", - "text": "732393 - Steel, stainless; table, kitchen and other household articles and parts thereof", - "parent": "7323", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "732394", - "text": "732394 - Iron (excluding cast) or steel; table, kitchen and other household articles and parts thereof, enamelled", - "parent": "7323", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "732399", - "text": "732399 - Iron or steel; table, kitchen and other household articles and parts thereof, of iron or steel n.e.c. in heading no. 7323", - "parent": "7323", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7324", - "text": "7324 - Sanitary ware and parts thereof, of iron or steel", - "parent": "73", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "732410", - "text": "732410 - Steel; sinks and wash basins, of stainless steel", - "parent": "7324", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "732421", - "text": "732421 - Cast iron, baths, whether or not enamelled", - "parent": "7324", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "732429", - "text": "732429 - Iron (other than cast) or steel; baths", - "parent": "7324", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "732490", - "text": "732490 - Iron or steel; sanitary ware and parts thereof, excluding sinks, wash basins and baths", - "parent": "7324", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7325", - "text": "7325 - Iron or steel; cast articles", - "parent": "73", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "732510", - "text": "732510 - Iron; articles of non-malleable cast iron", - "parent": "7325", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "732591", - "text": "732591 - Iron; grinding balls and similar articles for mills, other than of non-malleable cast iron", - "parent": "7325", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "732599", - "text": "732599 - Iron or steel; cast articles, excluding grinding balls and similar articles for mills, other than of non-malleable cast iron", - "parent": "7325", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7326", - "text": "7326 - Iron or steel; articles, n.e.c. in chapter 73", - "parent": "73", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "732611", - "text": "732611 - Iron or steel; grinding balls and similar articles for mills, forged or stamped, but not further worked", - "parent": "7326", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "732619", - "text": "732619 - Iron or steel; articles n.e.c. in item no. 7326.11, forged or stamped, but not further worked", - "parent": "7326", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "732620", - "text": "732620 - Iron or steel; wire articles", - "parent": "7326", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "732690", - "text": "732690 - Iron or steel; articles n.e.c. in heading 7326", - "parent": "7326", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "74", - "text": "74 - Copper and articles thereof", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "7401", - "text": "7401 - Copper mattes; cement copper (precipitated copper)", - "parent": "74", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "740100", - "text": "740100 - Copper mattes; cement copper (precipitated copper)", - "parent": "7401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "740110", - "text": "740110 - Copper mattes", - "parent": "7401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "740120", - "text": "740120 - Cement copper (precipitated copper)", - "parent": "7401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7402", - "text": "7402 - Copper; unrefined, copper anodes for electrolytic refining", - "parent": "74", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "740200", - "text": "740200 - Copper; unrefined, copper anodes for electrolytic refining", - "parent": "7402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7403", - "text": "7403 - Copper; refined and copper alloys, unwrought", - "parent": "74", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "740311", - "text": "740311 - Copper; refined, unwrought, cathodes and sections of cathodes", - "parent": "7403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "740312", - "text": "740312 - Copper; refined, unwrought, wire-bars", - "parent": "7403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "740313", - "text": "740313 - Copper; refined, unwrought, billets", - "parent": "7403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "740319", - "text": "740319 - Copper; refined, unwrought, n.e.c. in item no. 7403.1", - "parent": "7403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "740321", - "text": "740321 - Copper; copper-zinc base alloys (brass) unwrought", - "parent": "7403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "740322", - "text": "740322 - Copper; copper-tin base alloys (bronze) unwrought", - "parent": "7403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "740323", - "text": "740323 - Copper-nickel, copper-nickel-zinc base alloy,unwrough", - "parent": "7403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "740329", - "text": "740329 - Copper; copper alloys n.e.c. in heading no. 7403 (other than master alloys of heading no. 7405)", - "parent": "7403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7404", - "text": "7404 - Copper; waste and scrap", - "parent": "74", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "740400", - "text": "740400 - Copper; waste and scrap", - "parent": "7404", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7405", - "text": "7405 - Copper; master alloys", - "parent": "74", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "740500", - "text": "740500 - Copper; master alloys of copper", - "parent": "7405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7406", - "text": "7406 - Copper; powders and flakes", - "parent": "74", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "740610", - "text": "740610 - Copper; powders of non-lamellar structure", - "parent": "7406", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "740620", - "text": "740620 - Copper; powders of lamellar structure, flakes", - "parent": "7406", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7407", - "text": "7407 - Copper; bars, rods and profiles", - "parent": "74", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "740710", - "text": "740710 - Copper; bars, rods and profiles, of refined copper", - "parent": "7407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "740721", - "text": "740721 - Copper; bars, rods and profiles, of copper-zinc base alloys (brass)", - "parent": "7407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "740722", - "text": "740722 - Bar, rod, profiles, copper-nickel, copper-nickel-zinc", - "parent": "7407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "740729", - "text": "740729 - Copper; bars, rods and profiles, of copper alloys (other than copper-zinc base alloys)", - "parent": "7407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7408", - "text": "7408 - Copper wire", - "parent": "74", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "740811", - "text": "740811 - Copper; wire, of refined copper, of which the maximum cross-sectional dimension exceeds 6mm", - "parent": "7408", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "740819", - "text": "740819 - Copper; wire, of refined copper, of which the maximum cross-sectional dimension is 6mm or less", - "parent": "7408", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "740821", - "text": "740821 - Copper; wire, of copper-zinc base alloys (brass)", - "parent": "7408", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "740822", - "text": "740822 - Copper; wire, of copper-nickel base alloys (cupro-nickel) or copper-nickel-zinc base alloys (nickel silver)", - "parent": "7408", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "740829", - "text": "740829 - Copper; wire, of copper alloys (other than copper-zinc base alloys, copper-nickel base alloys or copper-nickel-zinc base alloys)", - "parent": "7408", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7409", - "text": "7409 - Copper plates, sheets and strip; of a thickness exceeding 0.15mm", - "parent": "74", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "740911", - "text": "740911 - Copper; strip, of a thickness exceeding 0.15mm, of refined copper, in coils", - "parent": "7409", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "740919", - "text": "740919 - Copper; plates and sheets, of a thickness exceeding 0.15mm, of refined copper, not in coils", - "parent": "7409", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "740921", - "text": "740921 - Copper; strip, of a thickness exceeding 0.15mm, of copper-zinc base alloys (brass), in coils", - "parent": "7409", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "740929", - "text": "740929 - Copper; plates and sheets, of a thickness exceeding 0.15mm, of copper-zinc base alloys (brass), not in coils", - "parent": "7409", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "740931", - "text": "740931 - Copper; strip, of a thickness exceeding 0.15mm, of copper-tin base alloys (bronze), in coils", - "parent": "7409", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "740939", - "text": "740939 - Copper; plates and sheets, of a thickness exceeding 0.15mm, of copper-tin base alloys, not in coils", - "parent": "7409", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "740940", - "text": "740940 - Copper; plates, sheets and strip, of a thickness exceeding 0.15mm, of copper-nickel base alloys (cupro-nickel) or copper-nickel-zinc base alloys (nickel silver)", - "parent": "7409", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "740990", - "text": "740990 - Copper; plates, sheets and strip, of a thickness exceeding 0.15mm, of copper alloys (other than copper-zinc base alloys, copper-tin base alloys, copper-nickel base alloys or copper-nickel-zinc base alloys)", - "parent": "7409", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7410", - "text": "7410 - Copper foil (whether or not printed or backed with paper, paperboard, plastics or similar backing materials) of a thickness (excluding any backing) not exceeding 0.15mm", - "parent": "74", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "741011", - "text": "741011 - Copper; foil, not backed, of a thickness not exceeding 0.15mm, of refined copper", - "parent": "7410", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "741012", - "text": "741012 - Copper; foil, not backed, of a thickness not exceeding 0.15mm, of copper alloys", - "parent": "7410", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "741021", - "text": "741021 - Copper; foil, backed with paper, paperboard, plastics or similar backing material, of a thickness (excluding any backing) not exceeding 0.15mm, of refined copper", - "parent": "7410", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "741022", - "text": "741022 - Copper; foil, backed with paper, paperboard, plastics or similar backing material, of a thickness (excluding any backing) not exceeding 0.15mm, of copper alloys", - "parent": "7410", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7411", - "text": "7411 - Copper tubes and pipes", - "parent": "74", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "741110", - "text": "741110 - Copper; tubes and pipes, of refined copper", - "parent": "7411", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "741121", - "text": "741121 - Copper; tubes and pipes, of copper-zinc base alloys (brass)", - "parent": "7411", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "741122", - "text": "741122 - Copper; tubes and pipes, of copper-nickel base alloys (cupro-nickel) or copper-nickel-zinc base alloys (nickel silver)", - "parent": "7411", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "741129", - "text": "741129 - Copper; tubes and pipes, of copper alloys (other than copper-zinc, copper-nickel base alloys (cupro-nickel) or copper-nickel-zinc base alloys (nickel-silver))", - "parent": "7411", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7412", - "text": "7412 - Copper; tube or pipe fittings (e.g. couplings, elbows, sleeves)", - "parent": "74", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "741210", - "text": "741210 - Copper; tube or pipe fittings (e.g. couplings, elbows, sleeves) of refined copper", - "parent": "7412", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "741220", - "text": "741220 - Copper; tube or pipe fittings (e.g. couplings, elbows, sleeves) of copper alloys", - "parent": "7412", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7413", - "text": "7413 - Copper; stranded wire, cables, plaited bands and the like, not electrically insulated", - "parent": "74", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "741300", - "text": "741300 - Copper; stranded wire, cables, plaited bands and the like, not electrically insulated", - "parent": "7413", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7414", - "text": "7414 - Copper wire cloth, grill, netting, expanded metal", - "parent": "74", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "741410", - "text": "741410 - Endless bands of copper wire for machinery", - "parent": "7414", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "741420", - "text": "741420 - Endless bands of copper", - "parent": "7414", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "741490", - "text": "741490 - Copper wire cloth, grill, netting, expanded metal, ne", - "parent": "7414", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7415", - "text": "7415 - Copper, nails, tacks, drawing pins, staples (not those of heading no. 8305) and the like, of copper or iron or steel with heads of copper; screws bolts, nuts, screws hooks, rivets, cotters, washers", - "parent": "74", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "741510", - "text": "741510 - Copper; nails and tacks, drawing pins, staples and similar articles of copper, or of iron or steel with copper heads", - "parent": "7415", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "741521", - "text": "741521 - Copper; washers, (including spring washers), not threaded", - "parent": "7415", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "741529", - "text": "741529 - Copper; rivets, cotters, cotter-pins and similar articles, not threaded", - "parent": "7415", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "741531", - "text": "741531 - Wood screws of copper and copper alloys", - "parent": "7415", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "741532", - "text": "741532 - Copper screws, bolts or nuts except wood screws", - "parent": "7415", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "741533", - "text": "741533 - Copper; screws, bolts and nuts, threaded", - "parent": "7415", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "741539", - "text": "741539 - Copper; articles n.e.c. in heading no. 7415", - "parent": "7415", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7416", - "text": "7416 - Copper springs", - "parent": "74", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "741600", - "text": "741600 - Copper springs", - "parent": "7416", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7417", - "text": "7417 - Copper cooking, heating apparatus, non-electric, part", - "parent": "74", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "741700", - "text": "741700 - Copper cooking, heating apparatus, non-electric, part", - "parent": "7417", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7418", - "text": "7418 - Copper; table, kitchen or other household articles and parts thereof; pot scourers, scouring, polishing pads, gloves and the like; sanitary ware and parts thereof", - "parent": "74", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "741810", - "text": "741810 - Copper; table, kitchen or other household articles and parts thereof; pot scourers and scouring or polishing pads, gloves and the like", - "parent": "7418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "741811", - "text": "741811 - Pot scourers & scouring/polishing pads, gloves & the like, of copper", - "parent": "7418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "741819", - "text": "741819 - Table, kitchen/other household articles & parts thereof; of copper, other than pot scourers & scouring/polishing pads, gloves & the like", - "parent": "7418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "741820", - "text": "741820 - Copper; sanitary ware and parts thereof", - "parent": "7418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7419", - "text": "7419 - Copper; articles thereof n.e.c. in chapter 74", - "parent": "74", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "741910", - "text": "741910 - Copper; chain and parts thereof", - "parent": "7419", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "741920", - "text": "741920 - Copper; cast, moulded, stamped or forged, but not further worked", - "parent": "7419", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "741980", - "text": "741980 - Copper; articles thereof n.e.c. in chapter 74", - "parent": "7419", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "741991", - "text": "741991 - Copper; cast, moulded, stamped or forged, but not further worked", - "parent": "7419", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "741999", - "text": "741999 - Copper; articles n.e.c. in heading no. 7419", - "parent": "7419", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "75", - "text": "75 - Nickel and articles thereof", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "7501", - "text": "7501 - Nickel mattes; nickel oxide sinters and other intermediate products of nickel metallurgy", - "parent": "75", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "750110", - "text": "750110 - Nickel; nickel mattes", - "parent": "7501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "750120", - "text": "750120 - Nickel; oxide sinters and other intermediate products of nickel metallurgy", - "parent": "7501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7502", - "text": "7502 - Nickel; unwrought", - "parent": "75", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "750210", - "text": "750210 - Nickel; unwrought, not alloyed", - "parent": "7502", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "750220", - "text": "750220 - Nickel; unwrought, alloys", - "parent": "7502", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7503", - "text": "7503 - Nickel; waste and scrap", - "parent": "75", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "750300", - "text": "750300 - Nickel; waste and scrap", - "parent": "7503", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7504", - "text": "7504 - Nickel; powders and flakes", - "parent": "75", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "750400", - "text": "750400 - Nickel; powders and flakes", - "parent": "7504", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7505", - "text": "7505 - Nickel; bars, rods, profiles and wire", - "parent": "75", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "750511", - "text": "750511 - Nickel; bars, rods and profiles, not alloyed", - "parent": "7505", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "750512", - "text": "750512 - Nickel; bars, rods and profiles, of nickel alloys", - "parent": "7505", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "750521", - "text": "750521 - Nickel; wire, not alloyed", - "parent": "7505", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "750522", - "text": "750522 - Nickel; wire, of nickel alloys", - "parent": "7505", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7506", - "text": "7506 - Nickel; plates, sheets, strip and foil", - "parent": "75", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "750610", - "text": "750610 - Nickel; plates, sheets, strip and foil, not alloyed", - "parent": "7506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "750620", - "text": "750620 - Nickel; plates, sheets, strip and foil, of nickel alloys", - "parent": "7506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7507", - "text": "7507 - Nickel; tubes, pipes and tube or pipe fittings (e.g. couplings, elbows, sleeves)", - "parent": "75", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "750711", - "text": "750711 - Nickel; tubes and pipes, not alloyed", - "parent": "7507", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "750712", - "text": "750712 - Nickel; tubes and pipes, of nickel alloys", - "parent": "7507", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "750720", - "text": "750720 - Nickel; tube and pipe fittings", - "parent": "7507", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7508", - "text": "7508 - Nickel; articles thereof n.e.c. in chapter 75", - "parent": "75", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "750800", - "text": "750800 - Articles of nickel, nes", - "parent": "7508", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "750810", - "text": "750810 - Nickel; cloth, grill and netting, of nickel wire", - "parent": "7508", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "750890", - "text": "750890 - Nickel; articles thereof n.e.c. in item no. 7508.1", - "parent": "7508", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "76", - "text": "76 - Aluminium and articles thereof", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "7601", - "text": "7601 - Aluminium; unwrought", - "parent": "76", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "760110", - "text": "760110 - Aluminium; unwrought, (not alloyed)", - "parent": "7601", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "760120", - "text": "760120 - Aluminium; unwrought, alloys", - "parent": "7601", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7602", - "text": "7602 - Aluminium; waste and scrap", - "parent": "76", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "760200", - "text": "760200 - Aluminium; waste and scrap", - "parent": "7602", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7603", - "text": "7603 - Aluminium; powders and flakes", - "parent": "76", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "760310", - "text": "760310 - Aluminium; powders of non-lamellar structure", - "parent": "7603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "760320", - "text": "760320 - Aluminium; powders of lamellar structure, flakes", - "parent": "7603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7604", - "text": "7604 - Aluminium; bars, rods and profiles", - "parent": "76", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "760410", - "text": "760410 - Aluminium; (not alloyed), bars, rods and profiles", - "parent": "7604", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "760421", - "text": "760421 - Aluminium; alloys, hollow profiles", - "parent": "7604", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "760429", - "text": "760429 - Aluminium; alloys, bars, rods and profiles, other than hollow", - "parent": "7604", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7605", - "text": "7605 - Aluminium wire", - "parent": "76", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "760511", - "text": "760511 - Aluminium; (not alloyed), wire, maximum cross-sectional dimension exceeds 7mm", - "parent": "7605", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "760519", - "text": "760519 - Aluminium; (not alloyed), wire, maximum cross-sectional dimension is 7mm or less", - "parent": "7605", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "760521", - "text": "760521 - Aluminium; alloys, wire, maximum cross-sectional dimension exceeding 7mm", - "parent": "7605", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "760529", - "text": "760529 - Aluminium; alloys, wire, maximum cross-sectional dimension is 7mm or less", - "parent": "7605", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7606", - "text": "7606 - Aluminium; plates, sheets and strip, thickness exceeding 0.2mm", - "parent": "76", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "760611", - "text": "760611 - Aluminium; plates, sheets and strip, thickness exceeding 0.2mm, (not alloyed), rectangular (including square)", - "parent": "7606", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "760612", - "text": "760612 - Aluminium; plates, sheets and strip, thickness exceeding 0.2mm, alloys, rectangular (including square)", - "parent": "7606", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "760691", - "text": "760691 - Aluminium; plates, sheets and strip, thickness exceeding 0.2mm, not alloyed, (not rectangular or square)", - "parent": "7606", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "760692", - "text": "760692 - Aluminium; plates, sheets and strip, thickness exceeding 0.2mm, alloys, (not rectangular or square)", - "parent": "7606", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7607", - "text": "7607 - Aluminium foil (whether or not printed or backed with paper, paperboard, plastics or similar backing materials) of a thickness (excluding any backing) not exceeding 0.2mm", - "parent": "76", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "760711", - "text": "760711 - Aluminium; foil, (not backed), rolled (but not further worked), of a thickness not exceeding 0.2mm", - "parent": "7607", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "760719", - "text": "760719 - Aluminium; foil, (not backed), of a thickness not exceeding 0.2mm, not rolled", - "parent": "7607", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "760720", - "text": "760720 - Aluminium; foil, backed with paper, paperboard, plastics or similar backing materials, of a thickness (excluding any backing) not exceeding 0.2mm", - "parent": "7607", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7608", - "text": "7608 - Aluminium; tubes and pipes", - "parent": "76", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "760810", - "text": "760810 - Aluminium; tubes and pipes, not alloyed", - "parent": "7608", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "760820", - "text": "760820 - Aluminium; tubes and pipes, alloys", - "parent": "7608", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7609", - "text": "7609 - Aluminium; tube or pipe fittings (e.g. couplings, elbows, sleeves)", - "parent": "76", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "760900", - "text": "760900 - Aluminium; tube or pipe fittings (e.g. couplings, elbows, sleeves)", - "parent": "7609", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7610", - "text": "7610 - Aluminium; structures (excluding prefabricated buildings of heading no. 9406) and parts (e.g. bridges and sections, towers, lattice masts, etc) plates, rods, profiles and tubes for structures", - "parent": "76", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "761010", - "text": "761010 - Aluminium; structures (excluding prefabricated buildings of heading no. 9406) and parts of structures, doors, windows and their frames and thresholds for doors", - "parent": "7610", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "761090", - "text": "761090 - Aluminium; structures (excluding prefabricated buildings of heading no. 9406) and parts of structures, n.e.c. in heading no. 7610, plates, rods, profiles, tubes and the like", - "parent": "7610", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7611", - "text": "7611 - Aluminium; reservoirs, tanks, vats and the like for material (not compressed or liquefied gas) of capacity over 300l, whether or not lined, heat-insulated, not fitted with mechanical, thermal equipment", - "parent": "76", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "761100", - "text": "761100 - Aluminium; reservoirs, tanks, vats and similar containers, for material (not compressed or liquefied gas), of a capacity over 300l, whether or not lined, not fitted with mechanical/thermal equipment", - "parent": "7611", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7612", - "text": "7612 - Aluminium casks, drums, cans, boxes etc (including rigid, collapsible tubular containers), for materials other than compressed, liquefied gas, 300l capacity or less, lined, heat-insulated or not", - "parent": "76", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "761210", - "text": "761210 - Aluminium; collapsible tubular containers, for any material, (not compressed or liquefied gas), 300l capacity or less, whether or not lined, not fitted with mechanical/thermal equipment", - "parent": "7612", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "761290", - "text": "761290 - Aluminium; casks, drums, cans, boxes and the like for any material (not compressed or liquefied gas), 300l capacity or less, whether or not lined or heat-insulated, no mechanical or thermal equipment", - "parent": "7612", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7613", - "text": "7613 - Aluminium; containers for compressed or liquefied gas", - "parent": "76", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "761300", - "text": "761300 - Aluminium; containers for compressed or liquefied gas", - "parent": "7613", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7614", - "text": "7614 - Aluminium; stranded wire, cables, plaited bands and the like, (not electrically insulated)", - "parent": "76", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "761410", - "text": "761410 - Aluminium; stranded wire, cables, plaited bands and the like, (not electrically insulated), with steel core", - "parent": "7614", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "761490", - "text": "761490 - Aluminium; stranded wire, cables, plaited bands and the like, (not electrically insulated), other than steel core", - "parent": "7614", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7615", - "text": "7615 - Aluminium; table, kitchen or other household articles and parts thereof, pot scourers and scouring or polishing pads, gloves and the like, sanitary ware and parts thereof", - "parent": "76", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "761510", - "text": "761510 - Aluminium; table, kitchen or other household articles and parts thereof; pot scourers and scouring or polishing pads, gloves and the like", - "parent": "7615", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "761511", - "text": "761511 - Pot scourers & scouring/polishing pads, gloves & the like, of aluminium", - "parent": "7615", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "761519", - "text": "761519 - Table/kitchen/other h-hold. articles & parts thereof (excl. of 7615.11), of aluminium", - "parent": "7615", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "761520", - "text": "761520 - Aluminium; sanitary ware and parts thereof", - "parent": "7615", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7616", - "text": "7616 - Aluminium; articles n.e.c. in chapter 76", - "parent": "76", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "761610", - "text": "761610 - Aluminium; nails, tacks, staples (other than those of heading no. 8305), screws, bolts, nuts, screw hooks, rivets, cotters, cotter-pins, washers and similar articles", - "parent": "7616", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "761690", - "text": "761690 - Articles of aluminium, nes", - "parent": "7616", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "761691", - "text": "761691 - Aluminium; cloth, grill, netting and fencing, of aluminium wire", - "parent": "7616", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "761699", - "text": "761699 - Aluminium; articles n.e.c. in heading 7616", - "parent": "7616", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "77", - "text": "77 - (Reserved for possible future use in the Harmonized System)", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "78", - "text": "78 - Lead and articles thereof", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "7801", - "text": "7801 - Lead; unwrought", - "parent": "78", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "780110", - "text": "780110 - Lead; unwrought, refined", - "parent": "7801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "780191", - "text": "780191 - Lead; unwrought, unrefined, containing by weight antimony as the principal other element", - "parent": "7801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "780199", - "text": "780199 - Lead; unwrought, unrefined, not containing by weight antimony as the principal other element", - "parent": "7801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7802", - "text": "7802 - Lead; waste and scrap", - "parent": "78", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "780200", - "text": "780200 - Lead; waste and scrap", - "parent": "7802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7803", - "text": "7803 - Lead bars, rods, profiles and wire", - "parent": "78", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "780300", - "text": "780300 - Lead bars, rods, profiles and wire", - "parent": "7803", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7804", - "text": "7804 - Lead; plates, sheets, strip and foil, lead powders and flakes", - "parent": "78", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "780411", - "text": "780411 - Lead; sheets, strip and foil, of a thickness (excluding any backing) not exceeding 0.2mm", - "parent": "7804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "780419", - "text": "780419 - Lead; plates, sheets, strip and foil, of a thickness (excluding any backing) exceeding 0.2mm", - "parent": "7804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "780420", - "text": "780420 - Lead; powders and flakes", - "parent": "7804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7805", - "text": "7805 - Lead tubes, pipes and fittings", - "parent": "78", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "780500", - "text": "780500 - Lead tubes, pipes and fittings", - "parent": "7805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7806", - "text": "7806 - Lead; articles n.e.c. in chapter 78", - "parent": "78", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "780600", - "text": "780600 - Lead; articles n.e.c. in chapter 78", - "parent": "7806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "79", - "text": "79 - Zinc and articles thereof", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "7901", - "text": "7901 - Zinc; unwrought", - "parent": "79", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "790111", - "text": "790111 - Zinc; unwrought, (not alloyed), containing by weight 99.99% or more of zinc", - "parent": "7901", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "790112", - "text": "790112 - Zinc; unwrought, (not alloyed), containing by weight less than 99.99% of zinc", - "parent": "7901", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "790120", - "text": "790120 - Zinc; unwrought, alloys", - "parent": "7901", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7902", - "text": "7902 - Zinc; waste and scrap", - "parent": "79", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "790200", - "text": "790200 - Zinc; waste and scrap", - "parent": "7902", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7903", - "text": "7903 - Zinc; dust, powders and flakes", - "parent": "79", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "790310", - "text": "790310 - Zinc dust", - "parent": "7903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "790390", - "text": "790390 - Zinc; powders and flakes", - "parent": "7903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7904", - "text": "7904 - Zinc; bars, rods, profiles and wire", - "parent": "79", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "790400", - "text": "790400 - Zinc; bars, rods, profiles and wire", - "parent": "7904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7905", - "text": "7905 - Zinc; plates, sheets, strip and foil", - "parent": "79", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "790500", - "text": "790500 - Zinc; plates, sheets, strip and foil", - "parent": "7905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7906", - "text": "7906 - Zinc tubes, pipes and tube or pipe fittings", - "parent": "79", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "790600", - "text": "790600 - Zinc tubes, pipes and tube or pipe fittings", - "parent": "7906", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "7907", - "text": "7907 - Zinc; articles n.e.c. in chapter 79", - "parent": "79", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "790700", - "text": "790700 - Zinc; articles n.e.c. in chapter 79", - "parent": "7907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "790710", - "text": "790710 - Zinc fabricated building components (gutters,etc)", - "parent": "7907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "790790", - "text": "790790 - Articles of zinc nes", - "parent": "7907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "80", - "text": "80 - Tin; articles thereof", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "8001", - "text": "8001 - Tin; unwrought", - "parent": "80", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "800110", - "text": "800110 - Tin; unwrought, not alloyed", - "parent": "8001", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "800120", - "text": "800120 - Tin; unwrought, alloys", - "parent": "8001", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8002", - "text": "8002 - Tin; waste and scrap", - "parent": "80", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "800200", - "text": "800200 - Tin; waste and scrap", - "parent": "8002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8003", - "text": "8003 - Tin; bars, rods, profiles and wire", - "parent": "80", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "800300", - "text": "800300 - Tin; bars, rods, profiles and wire", - "parent": "8003", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8004", - "text": "8004 - Tin plates, sheets and strips, thickness > 0.2 mm", - "parent": "80", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "800400", - "text": "800400 - Tin plates, sheets and strips, thickness > 0.2 mm", - "parent": "8004", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8005", - "text": "8005 - Tin foil (thickness < 0.2 mm), tin powder, flakes", - "parent": "80", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "800500", - "text": "800500 - Tin foil, tin powders,fl", - "parent": "8005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "800510", - "text": "800510 - Tin foil (thickness < 0.2 mm)", - "parent": "8005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "800520", - "text": "800520 - Tin powder and flakes", - "parent": "8005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8006", - "text": "8006 - Tin pipes or tubes and pipe fittings", - "parent": "80", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "800600", - "text": "800600 - Tin pipes or tubes and pipe fittings", - "parent": "8006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8007", - "text": "8007 - Tin; articles n.e.c. in chapter 80", - "parent": "80", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "800700", - "text": "800700 - Tin; articles n.e.c. in chapter 80", - "parent": "8007", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "81", - "text": "81 - Metals; n.e.c., cermets and articles thereof", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "8101", - "text": "8101 - Tungsten (wolfram); articles thereof, including waste and scrap", - "parent": "81", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "810110", - "text": "810110 - Tungsten (wolfram); articles thereof, including waste and scrap, powders", - "parent": "8101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810191", - "text": "810191 - Tungsten unwrought, bars/rods simply sintered, scrap", - "parent": "8101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810192", - "text": "810192 - Tungsten profiles, sheet or foil, not simply sintered", - "parent": "8101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810193", - "text": "810193 - Wire, tungsten (wolfram)", - "parent": "8101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810194", - "text": "810194 - Tungsten (wolfram); unwrought, including bars and rods obtained simply by sintering", - "parent": "8101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810195", - "text": "810195 - Tungsten (wolfram) bars & rods (excl. those obt. simply by sintering), prof ...", - "parent": "8101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810196", - "text": "810196 - Tungsten (wolfram); wire", - "parent": "8101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810197", - "text": "810197 - Tungsten (wolfram); waste and scrap", - "parent": "8101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810199", - "text": "810199 - Tungsten (wolfram); articles n.e.c. in heading no. 8101", - "parent": "8101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8102", - "text": "8102 - Molybdenum; articles thereof, including waste and scrap", - "parent": "81", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "810210", - "text": "810210 - Molybdenum; articles thereof, including waste and scrap, powders", - "parent": "8102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810291", - "text": "810291 - Molybdenum, unwrought, bars/rods simply sintered,scra", - "parent": "8102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810292", - "text": "810292 - Molybdenum profile/sheet/strip etc not simply sintere", - "parent": "8102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810293", - "text": "810293 - Wire, molybdenum", - "parent": "8102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810294", - "text": "810294 - Molybdenum; unwrought, including bars and rods obtained simply by sintering", - "parent": "8102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810295", - "text": "810295 - Molybdenum; bars and rods, other than those obtained simply by sintering, profiles, plates, sheets, strip and foil", - "parent": "8102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810296", - "text": "810296 - Molybdenum; wire", - "parent": "8102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810297", - "text": "810297 - Molybdenum; waste and scrap", - "parent": "8102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810299", - "text": "810299 - Molybdenum; articles n.e.c. in heading no. 8102", - "parent": "8102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8103", - "text": "8103 - Tantalum; articles thereof, including waste and scrap", - "parent": "81", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "810310", - "text": "810310 - Tantalum unwrought, bars, rods simply sintered, scrap", - "parent": "8103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810320", - "text": "810320 - Tantalum; unwrought, including bars and rods obtained simply by sintering, powders", - "parent": "8103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810330", - "text": "810330 - Tantalum; waste and scrap", - "parent": "8103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810390", - "text": "810390 - Tantalum; articles n.e.c. in heading no. 8103", - "parent": "8103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810391", - "text": "810391 - Tantalum; crucibles", - "parent": "8103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810399", - "text": "810399 - Tantalum; articles n.e.c. in heading no. 8103", - "parent": "8103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8104", - "text": "8104 - Magnesium; articles thereof, including waste and scrap", - "parent": "81", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "810411", - "text": "810411 - Magnesium; unwrought, containing at least 99.8% by weight of magnesium", - "parent": "8104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810419", - "text": "810419 - Magnesium; unwrought, containing less than 99.8% by weight of magnesium", - "parent": "8104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810420", - "text": "810420 - Magnesium; waste and scrap", - "parent": "8104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810430", - "text": "810430 - Magnesium; raspings, turnings and granules, graded according to size, powders", - "parent": "8104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810490", - "text": "810490 - Magnesium; articles n.e.c. in heading no. 8104", - "parent": "8104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8105", - "text": "8105 - Cobalt; mattes and other intermediate products of cobalt metallurgy, cobalt and articles thereof, including waste and scrap", - "parent": "81", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "810510", - "text": "810510 - Cobalt, unwrought, matte, waste or scrap, powders", - "parent": "8105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810520", - "text": "810520 - Cobalt; mattes and other intermediate products of cobalt metallurgy, unwrought cobalt, powders", - "parent": "8105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810530", - "text": "810530 - Cobalt; waste and scrap", - "parent": "8105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810590", - "text": "810590 - Cobalt; articles n.e.c. in heading no. 8105", - "parent": "8105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8106", - "text": "8106 - Bismuth; articles thereof, including waste and scrap", - "parent": "81", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "810600", - "text": "810600 - Bismuth; articles thereof, including waste and scrap", - "parent": "8106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810610", - "text": "810610 - Bismuth; articles thereof, including waste and scrap, containing more than 99.99% of bismuth, by weight", - "parent": "8106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810690", - "text": "810690 - Bismuth; including articles n.e.c. in heading 8106, including waste and scrap, containing less than or equal to 99.99% of bismuth, by weight", - "parent": "8106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8107", - "text": "8107 - Cadmium; articles thereof, including waste and scrap", - "parent": "81", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "810710", - "text": "810710 - Cadmium, unwrought, waste or scrap, powders", - "parent": "8107", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810720", - "text": "810720 - Cadmium; unwrought, powders", - "parent": "8107", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810730", - "text": "810730 - Cadmium; waste and scrap", - "parent": "8107", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810790", - "text": "810790 - Cadmium; other than unwrought, n.e.c. in heading no. 8107", - "parent": "8107", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8108", - "text": "8108 - Titanium; articles thereof, including waste and scrap", - "parent": "81", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "810810", - "text": "810810 - Titanium, unwrought, waste or scrap, powders", - "parent": "8108", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810820", - "text": "810820 - Titanium; unwrought, powders", - "parent": "8108", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810830", - "text": "810830 - Titanium; waste and scrap", - "parent": "8108", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810890", - "text": "810890 - Titanium; other than unwrought, n.e.c. in heading no. 8108", - "parent": "8108", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8109", - "text": "8109 - Zirconium; articles thereof, including waste and scrap", - "parent": "81", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "810910", - "text": "810910 - Zirconium, unwrought, waste or scrap, powders", - "parent": "8109", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810920", - "text": "810920 - Zirconium; unwrought, powders", - "parent": "8109", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810921", - "text": "810921 - Zirconium; unwrought, powders, containing less than 1 part hafnium to 500 parts zirconium by weight", - "parent": "8109", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810929", - "text": "810929 - Zirconium; unwrought, powders, containing not less than 1 part hafnium to 500 parts zirconium by weight", - "parent": "8109", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810930", - "text": "810930 - Zirconium; waste and scrap", - "parent": "8109", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810931", - "text": "810931 - Zirconium; waste and scrap, containing less than 1 part hafnium to 500 parts zirconium by weight", - "parent": "8109", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810939", - "text": "810939 - Zirconium; waste and scrap, containing not less than 1 part hafnium to 500 parts zirconium by weight", - "parent": "8109", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810990", - "text": "810990 - Zirconium; other than unwrought, n.e.c. in heading no. 8109", - "parent": "8109", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810991", - "text": "810991 - Zirconium; other than unwrought, n.e.c. in heading no. 8109, containing less than 1 part hafnium to 500 parts zirconium by weight", - "parent": "8109", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "810999", - "text": "810999 - Zirconium; other than unwrought, n.e.c. in heading no. 8109, containing not less than 1 part hafnium to 500 parts zirconium by weight", - "parent": "8109", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8110", - "text": "8110 - Antimony; articles thereof, including waste and scrap", - "parent": "81", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "811000", - "text": "811000 - Antimony, articles thereof, waste or scrap", - "parent": "8110", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "811010", - "text": "811010 - Antimony and articles thereof; unwrought antimony, powders", - "parent": "8110", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "811020", - "text": "811020 - Antimony; waste and scrap", - "parent": "8110", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "811090", - "text": "811090 - Antimony and articles thereof; wrought, other than waste and scrap", - "parent": "8110", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8111", - "text": "8111 - Manganese; articles thereof, including waste and scrap", - "parent": "81", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "811100", - "text": "811100 - Manganese; articles thereof, including waste and scrap", - "parent": "8111", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8112", - "text": "8112 - Beryllium, chromium, hafnium, rhenium, thallium, cadmium, germanium, vanadium, gallium, indium and niobium (columbium), articles of these metals, including waste and scrap", - "parent": "81", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "811211", - "text": "811211 - Beryllium, unwrought, waste or scrap/powders", - "parent": "8112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "811212", - "text": "811212 - Beryllium and articles thereof; unwrought beryllium, powders", - "parent": "8112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "811213", - "text": "811213 - Beryllium; waste and scrap", - "parent": "8112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "811219", - "text": "811219 - Beryllium and articles thereof; wrought other than waste and scrap", - "parent": "8112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "811220", - "text": "811220 - Chromium, articles thereof, waste or scrap/powders", - "parent": "8112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "811221", - "text": "811221 - Chromium and articles thereof; unwrought chromium, powders", - "parent": "8112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "811222", - "text": "811222 - Chromium; waste and scrap", - "parent": "8112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "811229", - "text": "811229 - Chromium and articles thereof; wrought other than waste and scrap", - "parent": "8112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "811230", - "text": "811230 - Germanium, articles thereof, waste or scrap/powders", - "parent": "8112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "811231", - "text": "811231 - Hafnium and articles thereof; unwrought, powders, waste and scrap", - "parent": "8112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "811239", - "text": "811239 - Hafnium and articles thereof; wrought, other than powders, waste and scrap", - "parent": "8112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "811240", - "text": "811240 - Vanadium, articles thereof, waste or scrap/powders", - "parent": "8112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "811241", - "text": "811241 - Rhenium and articles thereof; unwrought, powders, waste and scrap", - "parent": "8112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "811249", - "text": "811249 - Rhenium and articles thereof; wrought, other than powders, waste and scrap", - "parent": "8112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "811251", - "text": "811251 - Thallium and articles thereof; unwrought thallium, powders", - "parent": "8112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "811252", - "text": "811252 - Thallium; waste and scrap", - "parent": "8112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "811259", - "text": "811259 - Thallium and articles thereof; other than unwrought thallium, powders or waste and scrap", - "parent": "8112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "811261", - "text": "811261 - Cadmium; waste and scrap", - "parent": "8112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "811269", - "text": "811269 - Cadmium; other than waste and scrap", - "parent": "8112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "811291", - "text": "811291 - Rare earths/metals nes, unwrought/waste or scrap", - "parent": "8112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "811292", - "text": "811292 - Gallium, germanium, indium, niobium (columbium) and vanadium; articles thereof, unwrought, including waste and scrap, powders", - "parent": "8112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "811299", - "text": "811299 - Gallium, germanium, indium, niobium (columbium) and vanadium; articles thereof, other than unwrought including waste and scrap and powders", - "parent": "8112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8113", - "text": "8113 - Cermets; articles thereof, including waste and scrap", - "parent": "81", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "811300", - "text": "811300 - Cermets; articles thereof, including waste and scrap", - "parent": "8113", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "82", - "text": "82 - Tools, implements, cutlery, spoons and forks, of base metal; parts thereof, of base metal", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "8201", - "text": "8201 - Tools, hand; spades, shovels, mattocks, picks, hoes, forks, rakes; axes, bill hooks etc; secateurs and pruners of any kind; scythes, sickles, hay knives, hedge shears, timber wedges and other tools used in agriculture, horticulture, forestry", - "parent": "82", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "820110", - "text": "820110 - Tools, hand; spades and shovels", - "parent": "8201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820120", - "text": "820120 - Forks (hand tools)", - "parent": "8201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820130", - "text": "820130 - Tools, hand; mattocks, picks, hoes and rakes", - "parent": "8201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820140", - "text": "820140 - Tools, hand; axes, bill hooks and similar hewing tools, of a kind used in agriculture, horticulture or forestry", - "parent": "8201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820150", - "text": "820150 - Tools, hand; one-handed secateurs (including poultry shears)", - "parent": "8201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820160", - "text": "820160 - Tools, hand; hedge shears, two-handed pruning shears and similar two-handed shears", - "parent": "8201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820190", - "text": "820190 - Tools, hand; forks, scythes, sickles, hay knives, timber wedges, and other hand tools of a kind used in agriculture, horticulture or forestry n.e.c. in heading 8201", - "parent": "8201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8202", - "text": "8202 - Tools, hand; saws and blades for saws of all kinds (including slitting, slotting or toothless saw blades)", - "parent": "82", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "820210", - "text": "820210 - Tools, hand; hand saws", - "parent": "8202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820220", - "text": "820220 - Tools, hand; band saw blades", - "parent": "8202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820231", - "text": "820231 - Tools, hand; circular saw blades (including slitting or slotting saw blades), with working part of steel", - "parent": "8202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820232", - "text": "820232 - Circular saw blades, working part other than steel", - "parent": "8202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820239", - "text": "820239 - Tools, hand; circular saw blades (including slitting or slotting saw blades), with working part of materials (other than steel)", - "parent": "8202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820240", - "text": "820240 - Tools, hand; chain saw blades", - "parent": "8202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820291", - "text": "820291 - Tools, hand; straight saw blades, for working metal", - "parent": "8202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820299", - "text": "820299 - Tools, hand; saw blades n.e.c. in heading no. 8202", - "parent": "8202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8203", - "text": "8203 - Tools, hand; files, rasps, pliers (including cutting pliers), pincers, tweezers, metal cutting shears, pipe cutters, bolt croppers, perforating punches and similar", - "parent": "82", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "820310", - "text": "820310 - Tools, hand; files, rasps and similar tools", - "parent": "8203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820320", - "text": "820320 - Tools, hand; pliers (including cutting pliers), pincers, tweezers and similar tools", - "parent": "8203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820330", - "text": "820330 - Tools, hand; metal cutting shears and similar tools", - "parent": "8203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820340", - "text": "820340 - Tools, hand; pipe-cutters, bolt croppers, perforating punches and similar tools", - "parent": "8203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8204", - "text": "8204 - Tools, hand; hand-operated spanners and wrenches (including torque meter wrenches but not including tap wrenches), interchangeable spanner sockets, with or without handles", - "parent": "82", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "820411", - "text": "820411 - Tools, hand; hand-operated spanners and wrenches (including torque meter wrenches but not including tap wrenches), non-adjustable", - "parent": "8204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820412", - "text": "820412 - Tools, hand; hand-operated spanners and wrenches (including torque meter wrenches but not including tap wrenches), adjustable", - "parent": "8204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820420", - "text": "820420 - Tools, hand; interchangeable spanner sockets, with or without handles", - "parent": "8204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8205", - "text": "8205 - Tools, hand; (including glaziers' diamonds) n.e.c.; blow lamps; vices, clamps etc, other than accessories for and parts of, machine-tools or water-jet cutting machines; anvils; portable forges; hand or pedal operated grinding wheels with frameworks", - "parent": "82", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "820510", - "text": "820510 - Tools, hand; drilling, threading or tapping tools", - "parent": "8205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820520", - "text": "820520 - Tools, hand; hammers and sledge hammers", - "parent": "8205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820530", - "text": "820530 - Tools, hand; planes, chisels, gauges and similar cutting tools for working wood", - "parent": "8205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820540", - "text": "820540 - Tools, hand; screwdrivers", - "parent": "8205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820551", - "text": "820551 - Tools, hand; household tools", - "parent": "8205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820559", - "text": "820559 - Tools, hand; other hand tools (including glaziers diamonds), excluding household tools, drilling, threading or tapping tools, hammers and sledge hammers, planes, chisels, gouges and similar cutting tools for working wood, and screwdrivers", - "parent": "8205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820560", - "text": "820560 - Tools, hand; blow lamps", - "parent": "8205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820570", - "text": "820570 - Tools, hand; vices, clamps and the like", - "parent": "8205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820580", - "text": "820580 - Anvils; portable forges; hand/pedal-operated grinding wheels with frameworks", - "parent": "8205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820590", - "text": "820590 - Tools, hand; n.e.c. in heading 8205, including anvils, portable forges, hand or pedal-operated grinding wheels with frameworks, and sets of articles of two or more of the subheadings in heading 8205", - "parent": "8205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8206", - "text": "8206 - Tools, hand; two or more of heading no. 8202 to 8205, put up in sets for retail sale", - "parent": "82", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "820600", - "text": "820600 - Tools, hand; two or more of heading no. 8202 to 8205, put up in sets for retail sale", - "parent": "8206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8207", - "text": "8207 - Tools, interchangeable; for hand tools, whether or not power-operated, or for machine tools (pressing, stamping, punching, drilling etc), including dies for drawing or extruding metal, and rock drilling or earth boring tools", - "parent": "82", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "820711", - "text": "820711 - Rock drilling, boring heads of sintered metal, carbid", - "parent": "8207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820712", - "text": "820712 - Rock drilling or earth boring tools except carbide", - "parent": "8207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820713", - "text": "820713 - Tools, interchangeable; rock drilling or earth boring tools, with working part of cermets, whether or not power operated", - "parent": "8207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820719", - "text": "820719 - Tools, interchangeable; rock drilling or earth boring tools, with working part (other than of cermets), whether or not power operated, including parts", - "parent": "8207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820720", - "text": "820720 - Tools, interchangeable; (for machine or hand tools, whether or not power-operated), dies for drawing or extruding metal", - "parent": "8207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820730", - "text": "820730 - Tools, interchangeable; (for machine or hand tools, whether or not power-operated), tools for pressing, stamping or punching", - "parent": "8207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820740", - "text": "820740 - Tools, interchangeable; (for machine or hand tools, whether or not power-operated), tools for tapping or threading", - "parent": "8207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820750", - "text": "820750 - Tools, interchangeable; (for machine or hand tools, whether or not power-operated), tools for drilling (other than rock)", - "parent": "8207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820760", - "text": "820760 - Tools, interchangeable; (for machine or hand tools, whether or not power-operated), for boring or broaching", - "parent": "8207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820770", - "text": "820770 - Tools, interchangeable; (for machine or hand tools, whether or not power-operated), for milling", - "parent": "8207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820780", - "text": "820780 - Tools, interchangeable; (for machine or hand tools, whether or not power-operated), for turning", - "parent": "8207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820790", - "text": "820790 - Tools, interchangeable; (for machine or hand tools, whether or not power-operated), for screw-driving or uses n.e.c. in heading no. 8207", - "parent": "8207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8208", - "text": "8208 - Knives and cutting blades, for machines or for mechanical appliances", - "parent": "82", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "820810", - "text": "820810 - Tools; knives and cutting blades, for machines or for mechanical appliances, for metal working", - "parent": "8208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820820", - "text": "820820 - Tools; knives and cutting blades, for wood working machines or mechanical appliances", - "parent": "8208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820830", - "text": "820830 - Tools; knives and cutting blades, for kitchen appliances or for machines used by the food industry", - "parent": "8208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820840", - "text": "820840 - Tools; knives and cutting blades, for agricultural, horticultural or forestry machines or mechanical appliances", - "parent": "8208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "820890", - "text": "820890 - Tools; knives and cutting blades, for machines or mechanical appliances, n.e.c. in heading no. 8208", - "parent": "8208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8209", - "text": "8209 - Tools; plates, sticks, tips and the like for tools, unmounted, of sintered metal carbides or cermets", - "parent": "82", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "820900", - "text": "820900 - Tools; plates, sticks, tips and the like for tools, unmounted, of sintered metal carbides or cermets", - "parent": "8209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8210", - "text": "8210 - Tools; hand-operated mechanical appliances, weighing 10kg or less, used in the preparation, conditioning or serving of food or drink", - "parent": "82", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "821000", - "text": "821000 - Tools; hand-operated mechanical appliances, weighing 10kg or less, used in the preparation, conditioning or serving of food or drink", - "parent": "8210", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8211", - "text": "8211 - Knives; with cutting blades, serrated or not (including pruning knives), other than knives of heading no. 8208, and blades therefore", - "parent": "82", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "821110", - "text": "821110 - Knives; with cutting blades, serrated or not (including pruning knives), sets of assorted articles, excluding knives and blades of heading no. 8208", - "parent": "8211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "821191", - "text": "821191 - Knives; table knives, having fixed cutting blades, serrated or not, excluding knives and blades of heading no. 8208", - "parent": "8211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "821192", - "text": "821192 - Knives; having fixed cutting blades, (other than table knives), serrated or not, excluding knives and blades of heading no. 8208", - "parent": "8211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "821193", - "text": "821193 - Knives; with cutting blades, (having other than fixed blades), serrated or not, excluding knives and blades of heading no. 8208", - "parent": "8211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "821194", - "text": "821194 - Blades; cutting, serrated or not, excluding those of heading no. 8208", - "parent": "8211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "821195", - "text": "821195 - Knives; with handles of base metal", - "parent": "8211", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8212", - "text": "8212 - Razors and razor blades; (including razor blade blanks in strips)", - "parent": "82", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "821210", - "text": "821210 - Razors", - "parent": "8212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "821220", - "text": "821220 - Razors; safety razor blades, including razor blade blanks in strips", - "parent": "8212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "821290", - "text": "821290 - Razors; parts n.e.c. in heading no. 8212", - "parent": "8212", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8213", - "text": "8213 - Scissors; tailors' shears and similar shears, and blades therefore", - "parent": "82", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "821300", - "text": "821300 - Scissors; tailors' shears, similar shears and blades therefore", - "parent": "8213", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8214", - "text": "8214 - Cutlery; other articles, (e.g. hair clippers, butchers' or kitchen cleavers, choppers and mincing knives, paper knives), manicure or pedicure sets and instruments (including nail files)", - "parent": "82", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "821410", - "text": "821410 - Cutlery; paper knives, letter openers, erasing knives, pencil sharpeners and blades therefore", - "parent": "8214", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "821420", - "text": "821420 - Manicure or pedicure sets and instruments; (including nail files)", - "parent": "8214", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "821490", - "text": "821490 - Cutlery; hair clippers and mincing knives", - "parent": "8214", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8215", - "text": "8215 - Cutlery; spoons, forks, ladles, skimmers, cake-servers, fish-knives, butter knives, sugar tongs and similar kitchen or tableware", - "parent": "82", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "821510", - "text": "821510 - Cutlery; sets of assorted articles (e.g. spoons, forks, ladles, skimmers, cake-servers, fish-knives, butter-knives, sugar tongs and similar), with at least one article plated with precious metal", - "parent": "8215", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "821520", - "text": "821520 - Cutlery; sets of assorted articles (e.g. spoons, forks, ladles, skimmers, cake-servers, fish-knives, butter knives, sugar tongs and similar), not plated with precious metal", - "parent": "8215", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "821591", - "text": "821591 - Cutlery; (e.g. spoons, forks, ladles, skimmers, cake-servers, fish-knives, butter-knives, sugar tongs and similar), plated with precious metal, not in sets", - "parent": "8215", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "821599", - "text": "821599 - Cutlery; other than plated with precious metal", - "parent": "8215", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "83", - "text": "83 - Metal; miscellaneous products of base metal", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "8301", - "text": "8301 - Padlocks and locks (key, combination, electrically operated) of base metal; clasps and frames with clasps incorporating locks, of base metal, keys for any or the foregoing articles, of base metal", - "parent": "83", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "830110", - "text": "830110 - Padlocks; (key, combination or electrically operated), of base metal", - "parent": "8301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "830120", - "text": "830120 - Locks; of a kind used for motor vehicles (key, combination or electrically operated), of base metal", - "parent": "8301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "830130", - "text": "830130 - Locks; of a kind used for furniture (key, combination or electrically operated), of base metal", - "parent": "8301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "830140", - "text": "830140 - Locks; (other than those for motor vehicles or furniture), (key, combination or electrically operated), of base metal", - "parent": "8301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "830150", - "text": "830150 - Clasps and frames with clasps; incorporating locks, of base metal", - "parent": "8301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "830160", - "text": "830160 - Locks; parts of padlocks, locks, clasps and frames with clasps incorporating locks, of base metal", - "parent": "8301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "830170", - "text": "830170 - Keys; presented separately, of base metal", - "parent": "8301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8302", - "text": "8302 - Base metal mountings, fittings and similar articles for furniture, doors, staircases, windows, trunks, chests etc, castors with mountings of base metal, automatic door closers of base metal", - "parent": "83", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "830210", - "text": "830210 - Hinges; suitable for furniture, doors, staircases, windows, blinds, coachwork, saddlery, trunks, chests, caskets or the like, of base metal", - "parent": "8302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "830220", - "text": "830220 - Castors; with mountings, of base metal", - "parent": "8302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "830230", - "text": "830230 - Mountings, fittings and similar articles; for motor vehicles, of base metal", - "parent": "8302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "830241", - "text": "830241 - Mountings, fittings and similar articles; of base metal, suitable for buildings", - "parent": "8302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "830242", - "text": "830242 - Mountings, fittings and similar articles; suitable for furniture of base metal", - "parent": "8302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "830249", - "text": "830249 - Mountings, fittings and similar articles; suitable for other than buildings or furniture, of base metal", - "parent": "8302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "830250", - "text": "830250 - Hat-racks, hat-pegs, brackets and similar fixtures, of base metal", - "parent": "8302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "830260", - "text": "830260 - Automatic door closures; of base metal", - "parent": "8302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8303", - "text": "8303 - Safes; armoured or reinforced, strong-boxes, doors and safe deposit lockers for strong-rooms, cash or deed boxes and the like, of base metal", - "parent": "83", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "830300", - "text": "830300 - Safes; armoured or reinforced, strong-boxes, doors and safe deposit lockers for strong-rooms, cash or deed boxes and the like, of base metal", - "parent": "8303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8304", - "text": "8304 - Office equipment; filing cabinets, card-index cabinets, paper trays and rests, pen trays, office-stamp stands and the like, of base metal, other than office furniture of heading no. 9403", - "parent": "83", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "830400", - "text": "830400 - Office equipment; filing cabinets, card-index cabinets, paper trays, paper rests, pen trays, office-stamp stands and similar office or desk equipment, of base metal, other than office furniture of heading no. 9403", - "parent": "8304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8305", - "text": "8305 - Stationery; fittings for loose-leaf binders or files, letter clips, letter corners, paper clips, indexing tags and the like, staples in strips (for offices, upholstery, packaging), of base metal", - "parent": "83", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "830510", - "text": "830510 - Stationery; fittings for loose-leaf binders or files, of base metal", - "parent": "8305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "830520", - "text": "830520 - Stationery; staples in strips, (e.g. for offices, upholstery, packaging), of base metal", - "parent": "8305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "830590", - "text": "830590 - Stationery; letter clips, letter corners, paper clips, indexing tags and similar office articles, including parts, of base metal", - "parent": "8305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8306", - "text": "8306 - Bells, gongs and the like; non-electric, statuettes, other ornaments, photograph, picture, similar frames, mirrors, of base metal", - "parent": "83", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "830610", - "text": "830610 - Bells, gongs and the like; non-electric, of base metal", - "parent": "8306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "830621", - "text": "830621 - Statuettes and other ornaments; of base metal plated with precious metal", - "parent": "8306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "830629", - "text": "830629 - Statuettes and other ornaments; of base metal other than plated with precious metal", - "parent": "8306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "830630", - "text": "830630 - Photograph, picture or similar frames, mirrors; of base metal", - "parent": "8306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8307", - "text": "8307 - Tubing; flexible, with or without fittings, of base metal", - "parent": "83", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "830710", - "text": "830710 - Tubing; flexible, with or without fittings, of iron or steel", - "parent": "8307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "830790", - "text": "830790 - Tubing; flexible, with or without fittings of base metal, other than those of iron or steel", - "parent": "8307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8308", - "text": "8308 - Clasps, frames with clasps, buckles, buckle-clasps, hooks, eyes, eyelets etc for clothing & accessories, footwear, jewellery, wrist-watches, books, awnings, leather goods, travel goods, saddlery etc, tubular etc rivets, beads, spangles, of base metal", - "parent": "83", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "830810", - "text": "830810 - Hooks, eyes and eyelets; of base metal, of a kind used for clothing, footwear, awnings, handbags, travel goods or other made up articles", - "parent": "8308", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "830820", - "text": "830820 - Rivets; tubular or bifurcated, of base metal", - "parent": "8308", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "830890", - "text": "830890 - Clasps, frames with clasps, buckles, buckle clasps; of base metal, of a kind used for clothing & accessories, footwear, jewellery, wrist-watches, books, awnings, leather goods, travel goods, saddlery etc, including parts", - "parent": "8308", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8309", - "text": "8309 - Stoppers, caps, lids (including crown corks, screw caps, pouring stoppers); capsules for bottles, threaded bungs, bung covers, seals and other packaging accessories, of base metal", - "parent": "83", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "830910", - "text": "830910 - Stoppers; corks, of base metal", - "parent": "8309", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "830990", - "text": "830990 - Stoppers; caps and lids, of base metal", - "parent": "8309", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8310", - "text": "8310 - Sign plates, name plates, address plates and similar plates, numbers, letters and other symbols, of base metal, excluding those of heading no. 9405", - "parent": "83", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "831000", - "text": "831000 - Sign plates, name-plates, address-plates and similar plates, numbers, letters and other symbols; of base metal, excluding those of heading no. 9405", - "parent": "8310", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8311", - "text": "8311 - Wires, rods, tubes, plates, electrodes of base metal or metal carbides; of a kind used for soldering, brazing, welding; wires and rods for metal spraying", - "parent": "83", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "831110", - "text": "831110 - Electrodes; coated, of base metal, for electric arc-welding", - "parent": "8311", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "831120", - "text": "831120 - Wire; cored, of base metal, for electric arc-welding", - "parent": "8311", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "831130", - "text": "831130 - Rods and wire; coated rods and cored wire, of base metal, for soldering, brazing or welding by flame", - "parent": "8311", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "831190", - "text": "831190 - Wires, rods, tubes, plates, electrodes of base metal or metal carbides; of a kind used for soldering, brazing, welding; wires and rods for metal spraying; n.e.c. in item no. 8311", - "parent": "8311", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "84", - "text": "84 - Machinery and mechanical appliances, boilers, nuclear reactors; parts thereof", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "8401", - "text": "8401 - Nuclear reactors; fuel elements (cartridges), non-irradiated, for nuclear reactors, machinery and apparatus for isotopic separation", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "840110", - "text": "840110 - Nuclear reactors", - "parent": "8401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "840120", - "text": "840120 - Machinery and apparatus; for isotopic separation, and parts thereof", - "parent": "8401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "840130", - "text": "840130 - Fuel elements (cartridges); non-irradiated", - "parent": "8401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "840140", - "text": "840140 - Nuclear reactors; parts thereof", - "parent": "8401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8402", - "text": "8402 - Boilers; steam or other vapour generating (other than central heating hot water boilers, capable also of producing low pressure steam), super heated water boilers", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "840211", - "text": "840211 - Boilers; watertube boilers with a steam production exceeding 45t per hour", - "parent": "8402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "840212", - "text": "840212 - Boilers; watertube boilers with a steam production not exceeding 45t per hour", - "parent": "8402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "840219", - "text": "840219 - Boilers; vapour generating boilers, including hybrid boilers n.e.c. in heading no. 8402", - "parent": "8402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "840220", - "text": "840220 - Boilers; super-heated water boilers", - "parent": "8402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "840290", - "text": "840290 - Boilers; parts of steam or other vapour generating boilers", - "parent": "8402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8403", - "text": "8403 - Central heating boilers; excluding those of heading no. 8402", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "840310", - "text": "840310 - Boilers; central heating boilers (excluding those of heading no. 8402)", - "parent": "8403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "840390", - "text": "840390 - Boilers; parts of central heating boilers (excluding those of heading no. 8402)", - "parent": "8403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8404", - "text": "8404 - Auxiliary plant for use with boilers of heading no. 8402 or 8403; e.g. economisers, super-heaters, soot removers, gas recoverers), condensers for steam or other vapour power units", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "840410", - "text": "840410 - Boilers; auxiliary plant, for use with boilers of heading no. 8402 or 8403 (e.g. economisers, super-heaters, soot removers, gas recoverers)", - "parent": "8404", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "840420", - "text": "840420 - Boilers; condensers, for steam or other vapour power units", - "parent": "8404", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "840490", - "text": "840490 - Boilers; parts of auxiliary plant, for use with boilers of heading no. 8402 and 8403 and parts of condensers for steam or other vapour power units", - "parent": "8404", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8405", - "text": "8405 - Generators for producer or water gas with or without their purifiers acetylene gas generators and similar water process gas generators, with or without their purifiers", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "840510", - "text": "840510 - Generators; producer gas, water gas, acetylene gas and similar water process gas generators, with or without their purifiers", - "parent": "8405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "840590", - "text": "840590 - Generators; parts of producer gas, water gas, acetylene gas and similar water process gas generators, with or without their purifiers", - "parent": "8405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8406", - "text": "8406 - Turbines; steam and other vapour turbines", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "840610", - "text": "840610 - Turbines; steam and other vapour turbines, for marine propulsion", - "parent": "8406", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "840611", - "text": "840611 - Steam and vapour turbines for marine propulsion", - "parent": "8406", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "840619", - "text": "840619 - Steam and vapour turbines nes", - "parent": "8406", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "840681", - "text": "840681 - Turbines; steam and other vapour turbines, (for other than marine propulsion), of an output exceeding 40MW", - "parent": "8406", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "840682", - "text": "840682 - Turbines; steam and other vapour turbines, (for other than marine propulsion), of an output not exceeding 40MW", - "parent": "8406", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "840690", - "text": "840690 - Turbines; parts of steam and other vapour turbines", - "parent": "8406", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8407", - "text": "8407 - Reciprocating or rotary internal combustion piston engines", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "840710", - "text": "840710 - Engines; for aircraft, spark-ignition reciprocating or rotary internal combustion piston engines", - "parent": "8407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "840721", - "text": "840721 - Engines; outboard motors for marine propulsion, spark-ignition reciprocating or rotary internal combustion piston engines", - "parent": "8407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "840729", - "text": "840729 - Engines; for marine propulsion, (other than outboard motors), spark-ignition reciprocating or rotary internal combustion piston engines", - "parent": "8407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "840731", - "text": "840731 - Engines; reciprocating piston engines, of a kind used for the propulsion of vehicles of chapter 87, of a cylinder capacity not exceeding 50cc", - "parent": "8407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "840732", - "text": "840732 - Engines; reciprocating piston engines, of a kind used for the propulsion of vehicles of chapter 87, of a cylinder capacity exceeding 50cc but not exceeding 250cc", - "parent": "8407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "840733", - "text": "840733 - Engines; reciprocating piston engines, of a kind used for the propulsion of vehicles of chapter 87, of a cylinder capacity exceeding 250cc but not exceeding 1000cc", - "parent": "8407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "840734", - "text": "840734 - Engines; reciprocating piston engines, of a kind used for the propulsion of vehicles of chapter 87, of a cylinder capacity exceeding 1000cc", - "parent": "8407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "840790", - "text": "840790 - Engines; rotary internal combustion piston engines, for other than aircraft or marine propulsion", - "parent": "8407", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8408", - "text": "8408 - Compression-ignition internal combustion piston engines (diesel or semi-diesel engines)", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "840810", - "text": "840810 - Engines; for marine propulsion, compression-ignition internal combustion piston engines (diesel or semi-diesel engines)", - "parent": "8408", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "840820", - "text": "840820 - Engines; compression-ignition internal combustion piston engines (diesel or semi-diesel engines), of a kind used for the propulsion of vehicles of chapter 87", - "parent": "8408", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "840890", - "text": "840890 - Engines; compression-ignition internal combustion piston engines (diesel or semi-diesel engines), of a kind used for other than marine propulsion or the vehicles of chapter 87", - "parent": "8408", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8409", - "text": "8409 - Parts suitable for use solely or principally with the engines of heading no. 8407 or 8408", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "840910", - "text": "840910 - Engines; parts of aircraft engines (spark-ignition reciprocating or rotary internal combustion piston engines)", - "parent": "8409", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "840991", - "text": "840991 - Engines; parts, suitable for use solely or principally with spark-ignition internal combustion piston engines (for other than aircraft)", - "parent": "8409", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "840999", - "text": "840999 - Engines; parts for internal combustion piston engines (excluding spark-ignition)", - "parent": "8409", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8410", - "text": "8410 - Turbines; hydraulic water wheels and regulators therefor", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "841011", - "text": "841011 - Turbines; hydraulic turbines and water wheels, of a power not exceeding 1000kW", - "parent": "8410", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841012", - "text": "841012 - Turbines; hydraulic turbines and water wheels, of a power exceeding 1000kW but not exceeding 10000kW", - "parent": "8410", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841013", - "text": "841013 - Turbines; hydraulic turbines and water wheels, of a power exceeding 10000kW", - "parent": "8410", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841090", - "text": "841090 - Turbines; parts of hydraulic turbines and water wheels, including regulators", - "parent": "8410", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8411", - "text": "8411 - Turbo-jets, turbo-propellers and other gas turbines", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "841111", - "text": "841111 - Turbo-jets; of a thrust not exceeding 25kN", - "parent": "8411", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841112", - "text": "841112 - Turbo-jets; of a thrust exceeding 25kN", - "parent": "8411", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841121", - "text": "841121 - Turbo-propellers; of a power not exceeding 1100kW", - "parent": "8411", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841122", - "text": "841122 - Turbo-propellers; of a power exceeding 1100kW", - "parent": "8411", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841181", - "text": "841181 - Turbines; gas-turbines (excluding turbo-jets and turbo-propellers), of a power not exceeding 5000kW", - "parent": "8411", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841182", - "text": "841182 - Turbines; gas-turbines (excluding turbo-jets and turbo-propellers), of a power exceeding 5000kW", - "parent": "8411", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841191", - "text": "841191 - Turbines; parts of turbo-jets and turbo-propellers", - "parent": "8411", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841199", - "text": "841199 - Turbines; parts of gas turbines (excluding turbo-jets and turbo-propellers)", - "parent": "8411", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8412", - "text": "8412 - Engines and motors; n.e.c. (e.g. reaction engines, hydraulic power engines, pneumatic power engines)", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "841210", - "text": "841210 - Engines; reaction engines, other than turbo-jets", - "parent": "8412", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841221", - "text": "841221 - Engines; hydraulic power engines and motors, linear acting (cylinders)", - "parent": "8412", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841229", - "text": "841229 - Engines; hydraulic power engines and motors, other than linear acting (cylinders)", - "parent": "8412", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841231", - "text": "841231 - Engines; pneumatic power engines and motors, linear acting (cylinders)", - "parent": "8412", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841239", - "text": "841239 - Engines; pneumatic power engines and motors, other than linear acting (cylinders)", - "parent": "8412", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841280", - "text": "841280 - Engines; pneumatic power engines and motors, n.e.c. in heading no. 8412", - "parent": "8412", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841290", - "text": "841290 - Engines; parts, for engines and motors of heading no. 8412", - "parent": "8412", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8413", - "text": "8413 - Pumps; for liquids, whether or not fitted with measuring device, liquid elevators", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "841311", - "text": "841311 - Pumps; fitted or designed to be fitted with a measuring device, for dispensing fuel or lubricants, of the type used in filling-stations or in garages", - "parent": "8413", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841319", - "text": "841319 - Pumps; for liquids, fitted or designed to be fitted with a measuring device, other than pumps for dispensing fuel or lubricants", - "parent": "8413", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841320", - "text": "841320 - Pumps; hand, fitted or designed to be fitted with a measuring device, for liquids, other than those of item no. 8413.11 or 8413.19", - "parent": "8413", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841330", - "text": "841330 - Pumps; fuel, lubricating or cooling medium pumps for internal combustion piston engines", - "parent": "8413", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841340", - "text": "841340 - Pumps; concrete pumps", - "parent": "8413", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841350", - "text": "841350 - Pumps; reciprocating positive displacement pumps, n.e.c. in heading no. 8413, for liquids", - "parent": "8413", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841360", - "text": "841360 - Pumps; rotary positive displacement pumps, n.e.c. in heading no. 8413, for liquids", - "parent": "8413", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841370", - "text": "841370 - Pumps; centrifugal, n.e.c. in heading no. 8413, for liquids", - "parent": "8413", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841381", - "text": "841381 - Pumps and liquid elevators; n.e.c. in heading no. 8413", - "parent": "8413", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841382", - "text": "841382 - Liquid elevators", - "parent": "8413", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841391", - "text": "841391 - Pumps; parts thereof", - "parent": "8413", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841392", - "text": "841392 - Liquid elevators; parts thereof", - "parent": "8413", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8414", - "text": "8414 - Air or vacuum pumps, air or other gas compressors and fans; ventilating or recycling hoods incorporating a fan; gas-tight biological safety cabinets whether or not fitted with filters", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "841410", - "text": "841410 - Pumps; vacuum", - "parent": "8414", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841420", - "text": "841420 - Pumps; hand or foot-operated air pumps", - "parent": "8414", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841430", - "text": "841430 - Compressors; of a kind used in refrigerating equipment", - "parent": "8414", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841440", - "text": "841440 - Compressors; air compressors mounted on a wheeled chassis for towing", - "parent": "8414", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841451", - "text": "841451 - Fans; table, floor, wall, window, ceiling or roof fans, with a self-contained electric motor of an output not exceeding 125W", - "parent": "8414", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841459", - "text": "841459 - Fans; n.e.c. in item no. 8414.51", - "parent": "8414", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841460", - "text": "841460 - Hoods; ventilating or recycling hoods incorporating a fan, whether or not fitted with filters, having a maximum horizontal side not exceeding 120cm", - "parent": "8414", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841470", - "text": "841470 - Gas-tight biological safety cabinets; whether or not fitted with filters, having a maximum horizontal side not exceeding 120cm", - "parent": "8414", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841480", - "text": "841480 - Pumps and compressors; for air, vacuum or gas, n.e.c. in heading no. 8414", - "parent": "8414", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841490", - "text": "841490 - Pumps and compressors; parts, of air or vacuum pumps, air or other gas compressors and fans, ventilating or recycling hoods incorporating a fan", - "parent": "8414", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8415", - "text": "8415 - Air conditioning machines; comprising a motor driven fan and elements for changing the temperature and humidity, including those machines in which the humidity cannot be separately regulated", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "841510", - "text": "841510 - Air conditioning machines; comprising a motor-driven fan and elements for changing the temperature and humidity, of a kind designed to be fixed to a window, wall, ceiling or floor, self-contained or \"split-system\"", - "parent": "8415", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841520", - "text": "841520 - Air conditioning machines; comprising a motor driven fan and elements for changing the temperature and humidity, of a kind used for persons, in motor vehicles", - "parent": "8415", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841581", - "text": "841581 - Air conditioning machines; containing a motor driven fan, other than window or wall types, incorporating a refrigerating unit and a valve for reversal of the cooling/heat cycle (reversible heat pumps)", - "parent": "8415", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841582", - "text": "841582 - Air conditioning machines; containing a motor driven fan, other than window or wall types, incorporating a refrigerating unit", - "parent": "8415", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841583", - "text": "841583 - Air conditioning machines; containing a motor driven fan, other than window or wall types, not incorporating a refrigerating unit", - "parent": "8415", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841590", - "text": "841590 - Air conditioning machines; with motor driven fan and elements for temperature control, parts thereof", - "parent": "8415", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8416", - "text": "8416 - Furnace burners for liquid fuel, for pulverised solid fuel or for gas; mechanical grates, mechanical ash dischargers and similar appliances", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "841610", - "text": "841610 - Furnaces; furnace burners, for liquid fuel", - "parent": "8416", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841620", - "text": "841620 - Furnaces; furnace burners, for pulverized solid fuel or gas, including combination burners", - "parent": "8416", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841630", - "text": "841630 - Furnace accessories; mechanical stokers, mechanical grates, mechanical ash dischargers and similar appliances", - "parent": "8416", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841690", - "text": "841690 - Furnaces; parts of furnace burners, for liquid fuel, pulverized solid fuel or gas, mechanical stokers, grates, ash dischargers and the like", - "parent": "8416", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8417", - "text": "8417 - Furnaces and ovens; industrial or laboratory, including incinerators, non-electric", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "841710", - "text": "841710 - Furnaces and ovens; non-electric, for the roasting, melting or other heat-treatment of ores, pyrites or of metals, for industrial or laboratory use", - "parent": "8417", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841720", - "text": "841720 - Ovens; non-electric, bakery ovens, including biscuit ovens", - "parent": "8417", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841780", - "text": "841780 - Furnaces and ovens; including incinerators, non-electric, for industrial or laboratory use, n.e.c. in heading no. 8417", - "parent": "8417", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841790", - "text": "841790 - Furnaces and ovens; parts of non-electric furnaces and ovens (including incinerators), of industrial or laboratory use", - "parent": "8417", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8418", - "text": "8418 - Refrigerators, freezers and other refrigerating or freezing equipment, electric or other; heat pumps other than air conditioning machines of heading no. 8415", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "841810", - "text": "841810 - Refrigerators and freezers; combined refrigerator-freezers, fitted with separate external doors, electric or other", - "parent": "8418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841821", - "text": "841821 - Refrigerators; for household use, compression-type, electric or other", - "parent": "8418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841822", - "text": "841822 - Refrigerators, household absorption type, electric", - "parent": "8418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841829", - "text": "841829 - Refrigerators; household, electric or not, other than compression-type", - "parent": "8418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841830", - "text": "841830 - Freezers; of the chest type, not exceeding 800l capacity", - "parent": "8418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841840", - "text": "841840 - Freezers; of the upright type, not exceeding 900l capacity", - "parent": "8418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841850", - "text": "841850 - Furniture incorporating refrigerating or freezing equipment; for storage and display, n.e.c. in item no. 8418.1, 8418.2, 8418.3 or 8418.4 (chests, cabinets, display counters, show-cases and the like)", - "parent": "8418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841861", - "text": "841861 - Heat pumps; other than air conditioning machines of heading no. 8415", - "parent": "8418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841869", - "text": "841869 - Refrigerating or freezing equipment; n.e.c. in heading no. 8418", - "parent": "8418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841891", - "text": "841891 - Refrigerating or freezing equipment; parts, furniture designed to receive refrigerating or freezing equipment", - "parent": "8418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841899", - "text": "841899 - Refrigerating or freezing equipment; parts thereof, other than furniture", - "parent": "8418", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8419", - "text": "8419 - Machinery, plant (not domestic), or laboratory equipment; electrically heated or not, (excluding items in 85.14) for the treatment of materials by a process involving change of temperature; including instantaneous or non electric storage water heaters", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "841911", - "text": "841911 - Heaters; instantaneous gas water heaters, for domestic or other purposes", - "parent": "8419", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841912", - "text": "841912 - Heaters; solar water heaters, non-electric", - "parent": "8419", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841919", - "text": "841919 - Heaters; instantaneous or storage water heaters, non-electric, (other than instantaneous gas or solar water heaters)", - "parent": "8419", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841920", - "text": "841920 - Sterilizers; for medical, surgical or laboratory use, not used for domestic purposes", - "parent": "8419", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841931", - "text": "841931 - Dryers; for agricultural products, not used for domestic purposes", - "parent": "8419", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841932", - "text": "841932 - Dryers; for wood, paper pulp, paper or paperboard, not used for domestic purposes", - "parent": "8419", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841933", - "text": "841933 - Dryers; lyophilisation apparatus, freeze drying units and spray dryers, not used for domestic purposes", - "parent": "8419", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841934", - "text": "841934 - Dryers; for agricultural products, not used for domestic purposes", - "parent": "8419", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841935", - "text": "841935 - Dryers; for wood, paper pulp, paper or paperboard, not used for domestic purposes", - "parent": "8419", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841939", - "text": "841939 - Dryers; for products n.e.c. in heading no. 8419, not used for domestic purposes", - "parent": "8419", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841940", - "text": "841940 - Distilling or rectifying plant; not used for domestic purposes", - "parent": "8419", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841950", - "text": "841950 - Heat exchange units; not used for domestic purposes", - "parent": "8419", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841960", - "text": "841960 - Machinery; for liquefying air or gas, not used for domestic purposes", - "parent": "8419", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841981", - "text": "841981 - Machinery, plant and equipment; for making hot drinks, for cooking or heating food", - "parent": "8419", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841989", - "text": "841989 - Machinery, plant and laboratory equipment; for treating materials by change of temperature, other than for making hot drinks or cooking or heating food", - "parent": "8419", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "841990", - "text": "841990 - Machinery, plant and laboratory equipment; parts of equipment for treating materials by a process involving a change of temperature", - "parent": "8419", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8420", - "text": "8420 - Machines; calendering or other rolling machines, for other than metal or glass and cylinders therefor", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "842010", - "text": "842010 - Machines; calendering or other rolling machines, for other than metal or glass", - "parent": "8420", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842091", - "text": "842091 - Machines; parts, cylinders for calendering or other rolling machines, for other than metal or glass", - "parent": "8420", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842099", - "text": "842099 - Machines; parts, (other than cylinders), for calendering or other rolling machines, for other than metal or glass", - "parent": "8420", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8421", - "text": "8421 - Centrifuges, including centrifugal dryers; filtering or purifying machinery and apparatus for liquids or gases", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "842111", - "text": "842111 - Centrifuges; cream separators", - "parent": "8421", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842112", - "text": "842112 - Centrifuges; clothes-dryers", - "parent": "8421", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842119", - "text": "842119 - Centrifuges; n.e.c. in heading no. 8421, including centrifugal dryers (but not clothes-dryers)", - "parent": "8421", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842121", - "text": "842121 - Machinery; for filtering or purifying water", - "parent": "8421", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842122", - "text": "842122 - Machinery; for filtering or purifying beverages other than water", - "parent": "8421", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842123", - "text": "842123 - Machinery; filtering or purifying machinery, oil or petrol filters for internal combustion engines", - "parent": "8421", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842129", - "text": "842129 - Machinery; for filtering or purifying liquids, n.e.c. in item no. 8421.2", - "parent": "8421", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842131", - "text": "842131 - Machinery; intake air filters for internal combustion engines", - "parent": "8421", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842132", - "text": "842132 - Machinery; catalytic converters or particulate filters, whether or not combined, for purifying or filtering exhaust gases from internal combustion engines", - "parent": "8421", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842139", - "text": "842139 - Machinery; for filtering or purifying gases, other than intake air filters, catalytic converters or particulate filters for internal combustion engines", - "parent": "8421", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842191", - "text": "842191 - Centrifuges; parts thereof, including parts for centrifugal dryers", - "parent": "8421", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842199", - "text": "842199 - Machinery; parts for filtering or purifying liquids or gases", - "parent": "8421", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8422", - "text": "8422 - Dish washing machines; machinery for cleaning, drying, filling, closing, sealing, capsuling or labelling bottles, cans, boxes, bags, etc, machinery for aerating beverages", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "842211", - "text": "842211 - Dish washing machines; of the household type", - "parent": "8422", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842219", - "text": "842219 - Dish washing machines; of other than household type", - "parent": "8422", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842220", - "text": "842220 - Machinery; for cleaning or drying bottles or other containers", - "parent": "8422", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842230", - "text": "842230 - Machinery; for filling, closing, sealing, capsuling or labelling bottles, cans, bags or other containers, machinery for aerating beverages", - "parent": "8422", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842240", - "text": "842240 - Machinery; for packing or wrapping", - "parent": "8422", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842290", - "text": "842290 - Machinery; parts of machinery of heading no. 8422", - "parent": "8422", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8423", - "text": "8423 - Weighing machines; excluding balances of a sensitivity of 5cg or better, including weight operated counting or checking machines and weights of all kinds", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "842310", - "text": "842310 - Weighing machines; personal (including baby scales) and household scales", - "parent": "8423", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842320", - "text": "842320 - Weighing machines; scales for continuous weighing of goods on conveyors", - "parent": "8423", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842330", - "text": "842330 - Weighing machines; constant weight scales and scales for discharging a predetermined weight of material into a bag or container, including hopper scales", - "parent": "8423", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842381", - "text": "842381 - Weighing machines; other than personal, conveyor or constant weight scales, having a maximum weighing capacity not exceeding 30kg (excluding balances of a sensitivity of 5cg or better)", - "parent": "8423", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842382", - "text": "842382 - Weighing machines; other than personal, conveyor or constant weight scales, having a maximum weighing capacity exceeding 30kg but not exceeding 5000kg", - "parent": "8423", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842389", - "text": "842389 - Weighing machines; other than personal, conveyor or constant weight scales, having a maximum weighing capacity exceeding 5000kg", - "parent": "8423", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842390", - "text": "842390 - Weighing machines; weights of all kinds, parts of weighing machinery", - "parent": "8423", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8424", - "text": "8424 - Mechanical appliances for projecting, dispersing or spraying liquids or powders; fire extinguishers, spray guns, steam, sand blasting machines", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "842410", - "text": "842410 - Fire extinguishers; whether or not charged", - "parent": "8424", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842420", - "text": "842420 - Spray guns and similar appliances", - "parent": "8424", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842430", - "text": "842430 - Mechanical appliances; steam or sand blasting machines and similar jet projecting machines", - "parent": "8424", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842441", - "text": "842441 - Mechanical appliances; agricultural or horticultural sprayers; portable sprayers", - "parent": "8424", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842449", - "text": "842449 - Mechanical appliances; agricultural or horticultural sprayers; other than portable sprayers", - "parent": "8424", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842481", - "text": "842481 - Mechanical appliances; for projecting, dispersing or spraying liquids or powders, for agricultural or horticultural use, whether or not hand-operated", - "parent": "8424", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842482", - "text": "842482 - Mechanical appliances; agricultural or horticultural, n.e.c. in heading 8424", - "parent": "8424", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842489", - "text": "842489 - Mechanical appliances; for projecting, dispersing or spraying liquids or powders, for other than agricultural or horticultural use, whether or not hand-operated", - "parent": "8424", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842490", - "text": "842490 - Mechanical appliances; parts of machines projecting, dispersing or spraying liquids or powders, whether or not hand-operated", - "parent": "8424", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8425", - "text": "8425 - Pulley tackle and hoists other than skip hoists; winches and capstans; jacks", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "842511", - "text": "842511 - Pulley tackle and hoists; powered by an electric motor (excluding skip hoists or hoists of a kind used for raising vehicles)", - "parent": "8425", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842519", - "text": "842519 - Pulley tackle and hoists; not powered by an electric motor (excluding skip hoists or hoists of a kind used for raising vehicles)", - "parent": "8425", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842520", - "text": "842520 - Pit-head winding gear winches", - "parent": "8425", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842531", - "text": "842531 - Winches; capstans; powered by an electric motor", - "parent": "8425", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842539", - "text": "842539 - Winches; capstans; not powered by an electric motor", - "parent": "8425", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842541", - "text": "842541 - Jacks; built-in jacking systems of a type used in garages, for raising vehicles", - "parent": "8425", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842542", - "text": "842542 - Jacks and hoists; hydraulic, of a kind used for raising vehicles", - "parent": "8425", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842549", - "text": "842549 - Jacks and hoists; (other than hydraulic), of a kind used for raising vehicles", - "parent": "8425", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8426", - "text": "8426 - Derricks, cranes, including cable cranes, mobile lifting frames, straddle carriers and works trucks fitted with a crane", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "842611", - "text": "842611 - Cranes; overhead travelling cranes on fixed support", - "parent": "8426", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842612", - "text": "842612 - Cranes; mobile lifting frames on tyres and straddle carriers", - "parent": "8426", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842619", - "text": "842619 - Cranes; transporter, gantry and bridge cranes", - "parent": "8426", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842620", - "text": "842620 - Cranes; tower cranes", - "parent": "8426", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842630", - "text": "842630 - Cranes; portal or pedestal jib cranes", - "parent": "8426", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842641", - "text": "842641 - Cranes; self-propelled derricks and cranes, on tyres, n.e.c. in heading no. 8426", - "parent": "8426", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842649", - "text": "842649 - Cranes; self-propelled derricks and cranes, not on tyres, n.e.c. in heading no. 8426", - "parent": "8426", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842691", - "text": "842691 - Cranes and derricks; designed for mounting on road vehicles", - "parent": "8426", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842699", - "text": "842699 - Cranes and derricks; for other than mounting on road vehicles, n.e.c. in heading no. 8426", - "parent": "8426", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8427", - "text": "8427 - Fork-lift and other works trucks; fitted with lifting or handling equipment", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "842710", - "text": "842710 - Fork-lift and other works trucks; fitted with lifting or handling equipment, self-propelled by electric motor", - "parent": "8427", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842720", - "text": "842720 - Fork-lift and other works trucks; fitted with lifting or handling equipment, self-propelled by other than electric motor", - "parent": "8427", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842790", - "text": "842790 - Fork-lift and other works trucks; fitted with lifting or handling equipment, not self-propelled", - "parent": "8427", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8428", - "text": "8428 - Lifting, handling, loading or unloading machinery; n.e.c. in heading no. 8425, 8426 or 8427 (e.g. lifts, escalators, conveyors, teleferics)", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "842810", - "text": "842810 - Lifts and skip hoists", - "parent": "8428", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842820", - "text": "842820 - Elevators and conveyors; pneumatic", - "parent": "8428", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842831", - "text": "842831 - Elevators and conveyors; continuous-action, for goods and materials, specially designed for underground use, n.e.c. in item no. 8428.20", - "parent": "8428", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842832", - "text": "842832 - Elevators and conveyors; continuous-action, for goods or materials, bucket type, n.e.c. in item no. 8428.20 or 8428.31", - "parent": "8428", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842833", - "text": "842833 - Elevators and conveyors; continuous-action, for goods or materials, belt type, n.e.c. in item no. 8428.20 or 8428.31", - "parent": "8428", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842839", - "text": "842839 - Elevators and conveyors; continuous-action, for goods or materials, n.e.c. in item no. 8428.20, 8428.31, 8428.32 or 8428.33", - "parent": "8428", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842840", - "text": "842840 - Escalators and moving walkways", - "parent": "8428", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842850", - "text": "842850 - Wagon handling equipment", - "parent": "8428", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842860", - "text": "842860 - Teleferics, chair-lifts, ski-draglines, traction mechanisms for funiculars", - "parent": "8428", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842870", - "text": "842870 - Industrial robots", - "parent": "8428", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842890", - "text": "842890 - Lifting, handling, loading or unloading machinery; n.e.c. in heading no. 8425, 8426, 8427 or 8428", - "parent": "8428", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8429", - "text": "8429 - Bulldozers, graders, levellers, scrapers, angledozers, mechanical shovels, excavators, shovel loaders, tamping machines and road rollers, self-propelled", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "842911", - "text": "842911 - Bulldozers and angledozers; self-propelled, track laying", - "parent": "8429", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842919", - "text": "842919 - Bulldozers and angledozers; self-propelled, other than track laying", - "parent": "8429", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842920", - "text": "842920 - Graders and levellers", - "parent": "8429", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842930", - "text": "842930 - Scrapers; self-propelled", - "parent": "8429", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842940", - "text": "842940 - Tamping machines and road rollers; self-propelled", - "parent": "8429", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842951", - "text": "842951 - Front-end shovel loaders", - "parent": "8429", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842952", - "text": "842952 - Mechanical shovels, excavators and shovel loaders; with a 360 degree revolving super structure", - "parent": "8429", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "842959", - "text": "842959 - Mechanical shovels, excavators and shovel loaders; n.e.c. in item no. 8429.50", - "parent": "8429", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8430", - "text": "8430 - Moving, grading, levelling, scraping, excavating, tamping, compacting, extracting or boring machinery, for earth, minerals, or ores; pile drivers and extractors; snow ploughs and snow blowers", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "843010", - "text": "843010 - Pile-drivers and pile-extractors", - "parent": "8430", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843020", - "text": "843020 - Snow-ploughs and snow-blowers", - "parent": "8430", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843031", - "text": "843031 - Coal or rock cutters and tunnelling machinery; self-propelled", - "parent": "8430", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843039", - "text": "843039 - Coal or rock cutters and tunnelling machinery; not self-propelled", - "parent": "8430", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843041", - "text": "843041 - Boring or sinking machinery; self-propelled, n.e.c. in heading no. 8430", - "parent": "8430", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843049", - "text": "843049 - Boring and sinking machinery; not self-propelled", - "parent": "8430", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843050", - "text": "843050 - Machinery; for handling earth, minerals or ores, self-propelled, n.e.c. in heading no. 8430", - "parent": "8430", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843061", - "text": "843061 - Machinery; for tamping or compacting, not self-propelled", - "parent": "8430", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843062", - "text": "843062 - Scrapers, not self-propelled", - "parent": "8430", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843069", - "text": "843069 - Machinery; for moving, levelling, scraping, grading, excavating earth minerals or ores; not self propelled n.e.c in 84.30", - "parent": "8430", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8431", - "text": "8431 - Machinery parts; used solely or principally with the machinery of heading no. 8425 to 8430", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "843110", - "text": "843110 - Machinery; parts of the machinery of heading no. 8425", - "parent": "8431", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843120", - "text": "843120 - Machinery; parts of the machinery of heading no. 8427", - "parent": "8431", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843131", - "text": "843131 - Lifts, skip hoists or escalators; parts thereof", - "parent": "8431", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843139", - "text": "843139 - Machinery; parts of the machinery of heading no. 8428, (other than lifts, skip hoists or escalators)", - "parent": "8431", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843141", - "text": "843141 - Machinery parts; buckets, shovels, grabs and grips, for the machinery of heading no. 8426 and 8430", - "parent": "8431", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843142", - "text": "843142 - Machinery parts; bulldozer or angledozer blades", - "parent": "8431", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843143", - "text": "843143 - Boring or sinking machinery; parts for boring or sinking machinery of subheading 8430.41 or 8430.49", - "parent": "8431", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843149", - "text": "843149 - Machinery; parts of machines handling earth, minerals or ores and n.e.c. in heading no. 8431", - "parent": "8431", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8432", - "text": "8432 - Agricultural, horticultural or forestry machinery for soil preparation or cultivation; lawn or sports-ground rollers", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "843210", - "text": "843210 - Ploughs; for soil preparation", - "parent": "8432", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843221", - "text": "843221 - Harrows; disc harrows", - "parent": "8432", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843229", - "text": "843229 - Harrows; (excluding disc), scarifiers, cultivators, weeders and hoes", - "parent": "8432", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843230", - "text": "843230 - Seeders, planters and transplanters", - "parent": "8432", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843231", - "text": "843231 - Seeders, planters and transplanters; no-till direct seeders, planters and transplanters", - "parent": "8432", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843239", - "text": "843239 - Seeders, planters and transplanters; other than no-till direct seeders, planters and transplanters", - "parent": "8432", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843240", - "text": "843240 - Spreaders and distributors; for manure and fertilizers, for agricultural, horticultural or forestry use", - "parent": "8432", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843241", - "text": "843241 - Spreaders and distributors; for manure and fertilizers, for agricultural, horticultural or forestry use; manure spreaders", - "parent": "8432", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843242", - "text": "843242 - Spreaders and distributors; for manure and fertilizers, for agricultural, horticultural or forestry use; fertiliser distributors", - "parent": "8432", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843280", - "text": "843280 - Rollers; for lawns or sports-grounds", - "parent": "8432", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843290", - "text": "843290 - Machinery; parts of machinery for soil preparation or cultivation or for rollers for lawns or sports-grounds", - "parent": "8432", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8433", - "text": "8433 - Harvesting and threshing machinery, straw and fodder balers, grass or hay mowers; machines for cleaning, sorting or grading eggs, fruit or other agricultural produce, other than machinery of heading no 8437", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "843311", - "text": "843311 - Mowers; lawn, parks or sports-grounds, powered, with the cutting device rotating in a horizontal plane", - "parent": "8433", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843319", - "text": "843319 - Mowers; for lawns, parks or sports-grounds, other than with the cutting device rotating in a horizontal plane", - "parent": "8433", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843320", - "text": "843320 - Mowers; n.e.c. in item no. 8433.1 (including cutter bars for tractor mounting)", - "parent": "8433", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843330", - "text": "843330 - Haymaking machinery", - "parent": "8433", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843340", - "text": "843340 - Balers; straw or fodder balers, including pick-up balers", - "parent": "8433", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843351", - "text": "843351 - Combine harvester-threshers", - "parent": "8433", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843352", - "text": "843352 - Threshing machinery; other than combine harvester-threshers", - "parent": "8433", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843353", - "text": "843353 - Harvesting machinery; for roots or tubers", - "parent": "8433", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843359", - "text": "843359 - Harvesting machinery; n.e.c. in heading no. 8433", - "parent": "8433", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843360", - "text": "843360 - Machines; for cleaning, sorting or grading eggs, fruit or other agricultural produce", - "parent": "8433", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843390", - "text": "843390 - Harvesting machinery; parts, including parts of threshing machinery, straw or fodder balers and grass or hay mowers", - "parent": "8433", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8434", - "text": "8434 - Milking machines and dairy machinery", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "843410", - "text": "843410 - Milking machines", - "parent": "8434", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843420", - "text": "843420 - Dairy machinery", - "parent": "8434", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843490", - "text": "843490 - Milking machines and dairy machinery; parts thereof", - "parent": "8434", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8435", - "text": "8435 - Presses, crushers and similar machinery; used in the manufacture of wine, cider, fruit juices or similar beverages", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "843510", - "text": "843510 - Presses, crushers and similar machinery; used in the manufacture of wine, cider, fruit juices or similar beverages", - "parent": "8435", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843590", - "text": "843590 - Presses, crushers and similar machinery; parts, used in the manufacture of wine, cider, fruit juices or similar beverages", - "parent": "8435", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8436", - "text": "8436 - Agricultural, horticultural, forestry, poultry-keeping, bee-keeping machinery; including germination plant fitted with mechanical or thermal equipment; poultry incubators and brooders", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "843610", - "text": "843610 - Machinery; for preparing animal feeding stuffs", - "parent": "8436", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843621", - "text": "843621 - Poultry incubators and brooders", - "parent": "8436", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843629", - "text": "843629 - Poultry-keeping machinery; other than incubators and brooders", - "parent": "8436", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843680", - "text": "843680 - Machinery; for agricultural, horticultural or forestry use and n.e.c. in heading no. 8436", - "parent": "8436", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843691", - "text": "843691 - Machinery; parts of poultry-keeping machinery or poultry incubators and brooders", - "parent": "8436", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843699", - "text": "843699 - Machinery; parts of that machinery for agricultural, horticultural or forestry use n.e.c. in heading no. 8436", - "parent": "8436", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8437", - "text": "8437 - Machines for cleaning, sorting, grading seed, grain, dried leguminous vegetables; machinery used in the milling industry for the working of cereals or dried leguminous vegetables, not farm type machinery", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "843710", - "text": "843710 - Machines; for cleaning, sorting or grading seed, grain or dried leguminous vegetables", - "parent": "8437", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843780", - "text": "843780 - Machinery; for use in the milling industry or for the working of cereals or dried leguminous vegetables, other than farm-type machinery", - "parent": "8437", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843790", - "text": "843790 - Machines; parts of those for cleaning, sorting or grading seed, grain or dried leguminous vegetables or for milling or working cereals or dried leguminous vegetables (not farm-type machinery)", - "parent": "8437", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8438", - "text": "8438 - Machinery n.e.c. in this chapter, for the industrial preparation or manufacture of food or drink; other than machinery for extraction or preparation of animal or fixed vegetable or microbial fats or oils", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "843810", - "text": "843810 - Machinery; industrial, for bakery and for the manufacture of macaroni, spaghetti or similar products", - "parent": "8438", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843820", - "text": "843820 - Machinery; industrial, for the manufacture of confectionery, cocoa or chocolate", - "parent": "8438", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843830", - "text": "843830 - Machinery; industrial, for sugar manufacture", - "parent": "8438", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843840", - "text": "843840 - Machinery; industrial, brewery machinery", - "parent": "8438", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843850", - "text": "843850 - Machinery; industrial, for the preparation of meat or poultry", - "parent": "8438", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843860", - "text": "843860 - Machinery; industrial, for the preparation of fruits, nuts or vegetables", - "parent": "8438", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843880", - "text": "843880 - Machinery; used in the industrial preparation or manufacture of food or drink, n.e.c. in heading no. 8438", - "parent": "8438", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843890", - "text": "843890 - Machinery; parts of those machines used in the industrial preparation or manufacture of food or drink", - "parent": "8438", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8439", - "text": "8439 - Machinery; for making pulp of fibrous cellulosic material, or for making or finishing paper or paperboard", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "843910", - "text": "843910 - Machinery; for making pulp of fibrous cellulosic material", - "parent": "8439", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843920", - "text": "843920 - Machinery; for making paper or paperboard", - "parent": "8439", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843930", - "text": "843930 - Machinery; for finishing paper or paperboard", - "parent": "8439", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843991", - "text": "843991 - Machinery; parts of machinery for making pulp of fibrous cellulosic material", - "parent": "8439", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "843999", - "text": "843999 - Machinery; parts of machinery for making or finishing paper or paperboard", - "parent": "8439", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8440", - "text": "8440 - Book-binding machinery; including book-sewing machines", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "844010", - "text": "844010 - Book-binding machinery; including book-sewing machines", - "parent": "8440", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844090", - "text": "844090 - Book-binding machinery; including book-sewing machines, parts thereof", - "parent": "8440", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8441", - "text": "8441 - Machines; for making up paper pulp, paper or paperboard, including cutting machines of all kinds", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "844110", - "text": "844110 - Machines; cutting, of all kinds, for making up paper pulp, paper or paperboard", - "parent": "8441", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844120", - "text": "844120 - Machines; for making bags, sacks or envelopes of paper pulp, paper or paperboard", - "parent": "8441", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844130", - "text": "844130 - Machines; for making cartons, boxes, cases, tubes, drums or similar containers (other than by moulding), of paper pulp, paper or paperboard", - "parent": "8441", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844140", - "text": "844140 - Machines; for moulding articles, in paper pulp, paper or paperboard", - "parent": "8441", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844180", - "text": "844180 - Machinery; n.e.c. in heading no. 8441, for making up paper pulp, paper or paperboard", - "parent": "8441", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844190", - "text": "844190 - Machinery; parts of machinery for making up paper pulp, paper or paperboard, including cutting machines of all kinds", - "parent": "8441", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8442", - "text": "8442 - Machinery, apparatus and equipment (excluding machines of headings 8456 to 8465) for preparing or making printing components; plates, cylinders and other printing components; lithographic stones prepared for printing purposes", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "844210", - "text": "844210 - Photo-typesetting and composing machines", - "parent": "8442", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844220", - "text": "844220 - Typesetting equipment other than photo", - "parent": "8442", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844230", - "text": "844230 - Machinery, apparatus and equipment (excluding machines of heading no. 8456 to 8465) for preparing or making printing components", - "parent": "8442", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844240", - "text": "844240 - Machinery, apparatus and equipment (excluding machines of heading no. 8456 to 8465) for preparing or making printing components; parts thereof", - "parent": "8442", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844250", - "text": "844250 - Plates, cylinders and other printing components; lithographic stones prepared for printing purposes (for example, planed, grained or polished)", - "parent": "8442", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8443", - "text": "8443 - Printing machinery; used for printing by means of plates, cylinders and other printing components of heading 84.42; other printers, copying machines and facsimile machines, whether or not combined; parts and accessories thereof", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "844311", - "text": "844311 - Printing machinery; offset, reel-fed", - "parent": "8443", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844312", - "text": "844312 - Printing machinery; offset, sheet-fed, office type (sheet size not exceeding 22 x 36cm in the unfolded state)", - "parent": "8443", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844313", - "text": "844313 - Printing machinery; offset, n.e.c. in item no. 8443.1", - "parent": "8443", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844314", - "text": "844314 - Printing machinery; letterpress, reel-fed, excluding flexographic printing", - "parent": "8443", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844315", - "text": "844315 - Printing machinery; letterpress, other than reel-fed, excluding flexographic printing", - "parent": "8443", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844316", - "text": "844316 - Printing machinery; flexographic", - "parent": "8443", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844317", - "text": "844317 - Printing machinery; gravure", - "parent": "8443", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844319", - "text": "844319 - Printing machinery; used for printing by means of plates, cylinders and other printing components of heading 84.42, n.e.c. in item no. 8443.1", - "parent": "8443", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844321", - "text": "844321 - Reel fed letterpress printers except flexographic", - "parent": "8443", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844329", - "text": "844329 - Letterpress printing machinery nes except flexographi", - "parent": "8443", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844330", - "text": "844330 - Flexographic printing machinery", - "parent": "8443", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844331", - "text": "844331 - Printing, copying, and facsimile machines; machines which perform two or more of the functions of printing, copying or facsimile transmission, capable of connecting to an automatic data processing machine or to a network", - "parent": "8443", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844332", - "text": "844332 - Printing, copying, and facsimile machines; single-function printing, copying or facsimile machines, capable of connecting to an automatic data processing machine or to a network", - "parent": "8443", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844339", - "text": "844339 - Printing, copying, and facsimile machines; single-function printing, copying or facsimile machines, not capable of connecting to an automatic data processing machine or to a network", - "parent": "8443", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844340", - "text": "844340 - Gravure printing machinery", - "parent": "8443", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844350", - "text": "844350 - Printing machinery nes", - "parent": "8443", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844351", - "text": "844351 - Ink-jet printing machine", - "parent": "8443", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844359", - "text": "844359 - Printing machinery nes", - "parent": "8443", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844360", - "text": "844360 - Machines for uses ancillary to printing", - "parent": "8443", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844390", - "text": "844390 - Parts of printing machinery and ancillary equipment", - "parent": "8443", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844391", - "text": "844391 - Printing machinery used for printing by means of plates, cylinders and other printing components of heading 8442; parts and accessories", - "parent": "8443", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844399", - "text": "844399 - Printing machinery; parts and accessories, n.e.c. in item no. 8443.91", - "parent": "8443", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8444", - "text": "8444 - Textile machinery; for extruding, drawing, texturing or cutting man-made textile materials", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "844400", - "text": "844400 - Textile machinery; for extruding, drawing, texturing or cutting man-made textile materials", - "parent": "8444", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8445", - "text": "8445 - Textile machinery; spinning, doubling, twisting machines, textile reeling or winding machines and machines for preparing textile yarns for use on machines of heading no. 8446 and 8447", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "844511", - "text": "844511 - Textile machinery; carding machines for preparing textile fibres", - "parent": "8445", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844512", - "text": "844512 - Textile machinery; combing machines for preparing textile fibres", - "parent": "8445", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844513", - "text": "844513 - Textile machinery; drawing or roving machines for preparing textile fibres", - "parent": "8445", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844519", - "text": "844519 - Textile machinery; n.e.c. in heading no. 8445, for preparing textile fibres", - "parent": "8445", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844520", - "text": "844520 - Textile machinery; spinning machines", - "parent": "8445", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844530", - "text": "844530 - Textile machinery; doubling or twisting machines", - "parent": "8445", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844540", - "text": "844540 - Textile machinery; winding (including weft-winding) or reeling machines", - "parent": "8445", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844590", - "text": "844590 - Textile machinery; involved in textile fibre or textile yarn preparation and n.e.c. in heading no. 8445", - "parent": "8445", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8446", - "text": "8446 - Weaving machines (looms)", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "844610", - "text": "844610 - Weaving machines (looms); for weaving fabrics of a width 30cm or less", - "parent": "8446", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844621", - "text": "844621 - Weaving machines (looms); for weaving fabrics of a width exceeding 30cm, shuttle type, power looms", - "parent": "8446", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844629", - "text": "844629 - Weaving machines (looms); for weaving fabrics of a width exceeding 30cm, shuttle type, other than power looms", - "parent": "8446", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844630", - "text": "844630 - Weaving machines (looms); for weaving fabrics of a width exceeding 30cm, shuttleless type", - "parent": "8446", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8447", - "text": "8447 - Knitting machines, stitch-bonding machines and machines for making gimped yarn, tulle, lace, embroidery, trimmings, braid or net and machines for tufting", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "844711", - "text": "844711 - Knitting machines; circular, with cylinder diameter not exceeding 165mm", - "parent": "8447", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844712", - "text": "844712 - Knitting machines; circular, with cylinder diameter exceeding 165mm", - "parent": "8447", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844720", - "text": "844720 - Knitting machines; flat, stitch-bonding machines", - "parent": "8447", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844790", - "text": "844790 - Machines; for making gimped yarn, tulle, lace, embroidery, trimmings, braid or net and machines for tufting", - "parent": "8447", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8448", - "text": "8448 - Machinery, auxiliary; for use with machines of heading no. 8444 to 8447 (e.g. dobbies, jacquards, automatic stop motions, shuttle changing mechanisms) parts, accessories for machines of heading no. 8444, 8447", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "844811", - "text": "844811 - Machinery, auxiliary; dobbies and jacquards, card reducing, copying, punching or assembling machines for use therewith", - "parent": "8448", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844819", - "text": "844819 - Machinery, auxiliary; for machines of heading no. 8444, 8445, 8446 or 8447, n.e.c. in item no. 8448.11", - "parent": "8448", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844820", - "text": "844820 - Machines; parts and accessories of machines or auxiliary machinery of heading no. 8444", - "parent": "8448", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844831", - "text": "844831 - Machines, card clothing; parts and accessories", - "parent": "8448", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844832", - "text": "844832 - Machines; parts and accessories of machines or auxiliary machinery for preparing textile fibres, other than card clothing", - "parent": "8448", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844833", - "text": "844833 - Machines; parts and accessories of machines or auxiliary machinery, spindles, spindle flyers, spinning rings and ring travellers", - "parent": "8448", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844839", - "text": "844839 - Machines; parts and accessories of machines or auxiliary machinery of heading no. 8445, n.e.c. in item no. 8448.3", - "parent": "8448", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844841", - "text": "844841 - Shuttles for weaving machines (looms)", - "parent": "8448", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844842", - "text": "844842 - Weaving machines (looms); parts including their auxiliary machinery, and accessories thereof, reeds for looms, healds and heald-frames", - "parent": "8448", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844849", - "text": "844849 - Weaving machines (looms); parts including their auxiliary machinery, and accessories thereof n.e.c. in item no. 8448.4", - "parent": "8448", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844851", - "text": "844851 - Machines; parts and accessories of machines of heading no. 8447 or auxiliary machinery, sinkers, needles and other articles used in forming stitches", - "parent": "8448", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "844859", - "text": "844859 - Machines; parts and accessories of machines or auxiliary machinery of heading no. 8447, other than sinkers, needles and other articles used in forming stitches", - "parent": "8448", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8449", - "text": "8449 - Machinery; for manufacture or finishing felt or non-wovens in the piece or in shapes, including machinery for making felt hats, blocks for making hats", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "844900", - "text": "844900 - Machinery; for manufacture or finishing felt or non-wovens in the piece or in shapes, including machinery for making felt hats, blocks for making hats", - "parent": "8449", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8450", - "text": "8450 - Household or laundry-type washing machines; including machines which both wash and dry", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "845011", - "text": "845011 - Washing machines; household or laundry-type, fully-automatic, (of a dry linen capacity not exceeding 10kg)", - "parent": "8450", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845012", - "text": "845012 - Washing machines; household or laundry-type, with built-in centrifugal drier, (not fully-automatic), of a dry linen capacity not exceeding 10kg", - "parent": "8450", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845019", - "text": "845019 - Washing machines; household or laundry-type, not fully-automatic, without built-in centrifugal drier, of a dry linen capacity not exceeding 10kg", - "parent": "8450", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845020", - "text": "845020 - Washing machines; household or laundry-type, of a dry linen capacity exceeding 10kg", - "parent": "8450", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845090", - "text": "845090 - Washing machines; parts for household or laundry-type", - "parent": "8450", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8451", - "text": "8451 - Machinery (not of heading no. 8450) for washing, cleaning, wringing, drying, ironing, pressing, bleaching, dyeing, dressing, finishing, coating or impregnating textile yarn, fabrics or made up articles", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "845110", - "text": "845110 - Dry-cleaning machines", - "parent": "8451", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845121", - "text": "845121 - Drying machines; of a dry linen capacity not exceeding 10kg", - "parent": "8451", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845129", - "text": "845129 - Drying machines; of a dry linen capacity exceeding 10kg", - "parent": "8451", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845130", - "text": "845130 - Ironing machines and presses (including fusing presses)", - "parent": "8451", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845140", - "text": "845140 - Machines; for washing, bleaching or dyeing", - "parent": "8451", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845150", - "text": "845150 - Machines; for reeling, unreeling, folding, cutting or pinking textile fabrics", - "parent": "8451", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845180", - "text": "845180 - Machinery; for wringing, dressing, finishing, coating or impregnating textile yarns, fabrics or made up textile articles; for applying paste to base fabric used in manufacture of floor coverings", - "parent": "8451", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845190", - "text": "845190 - Machinery; parts, of the machinery of heading no. 8451", - "parent": "8451", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8452", - "text": "8452 - Sewing machines; other than book-sewing machines of heading no. 8440; furniture, bases and covers specially designed for sewing machines; sewing machine needles", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "845210", - "text": "845210 - Sewing machines; of the household type", - "parent": "8452", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845221", - "text": "845221 - Sewing machines; (not household type), automatic units", - "parent": "8452", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845229", - "text": "845229 - Sewing machines; not household or automatic unit type", - "parent": "8452", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845230", - "text": "845230 - Sewing machine needles", - "parent": "8452", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845240", - "text": "845240 - Furniture, bases & covers for sewing machines & parts thereof", - "parent": "8452", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845290", - "text": "845290 - Sewing machines; furniture, bases and covers for sewing machines and parts thereof, and other parts of sewing machines", - "parent": "8452", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8453", - "text": "8453 - Machinery for preparing, tanning or working hides, skins or leather or for making or repairing footwear or other articles of hides, skins or leather, other than sewing machines", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "845310", - "text": "845310 - Machinery; for preparing, tanning or working hides, skins or leather, other than sewing machines", - "parent": "8453", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845320", - "text": "845320 - Machinery; for making or repairing footwear, other than sewing machines", - "parent": "8453", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845380", - "text": "845380 - Machinery; for making or repairing articles of hides, skins or leather, other than sewing machines", - "parent": "8453", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845390", - "text": "845390 - Machinery; parts of those for preparing, tanning or working hides, skins or leather, for making or repairing footwear or other articles of hides, skin or leather, other than sewing machines", - "parent": "8453", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8454", - "text": "8454 - Converters, ladles, ingot moulds and casting machines; of a kind used metallurgy or in metal foundries", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "845410", - "text": "845410 - Converters; of a type used in metallurgy or in metal foundries", - "parent": "8454", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845420", - "text": "845420 - Ingot moulds and ladles; of a kind used in metallurgy or in metal foundries", - "parent": "8454", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845430", - "text": "845430 - Casting machines; of a kind used in metallurgy or in metal foundries", - "parent": "8454", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845490", - "text": "845490 - Machines; parts of converters, ladles, ingot moulds and casting machines, of a kind used in metallurgy or in metal foundries", - "parent": "8454", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8455", - "text": "8455 - Metal-rolling mills and rolls therefor", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "845510", - "text": "845510 - Metal-rolling mills; tube mills", - "parent": "8455", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845521", - "text": "845521 - Metal-rolling mills; hot or combination hot and cold rolling mills", - "parent": "8455", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845522", - "text": "845522 - Metal-rolling mills; cold", - "parent": "8455", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845530", - "text": "845530 - Metal-rolling mills; rolls thereof", - "parent": "8455", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845590", - "text": "845590 - Metal-rolling mills; parts thereof", - "parent": "8455", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8456", - "text": "8456 - Machine-tools; for working any material by removal of material, by laser or other light or photon beam, ultrasonic, electro-discharge, electro-chemical, electron beam, ionic-beam, or plasma arc processes; water-jet cutting machines", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "845610", - "text": "845610 - Machine-tools; for working any material by removal of material, operated by laser or other light or photon beam processes", - "parent": "8456", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845611", - "text": "845611 - Machine-tools; for working any material by removal of material; operated by laser", - "parent": "8456", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845612", - "text": "845612 - Machine-tools; for working any material by removal of material; operated by other light or photon beam processes (not laser)", - "parent": "8456", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845620", - "text": "845620 - Machine-tools; for working any material by removal of material, operated by ultrasonic processes", - "parent": "8456", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845630", - "text": "845630 - Machine-tools; for working any material by removal of material, operated by electro-discharge processes", - "parent": "8456", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845640", - "text": "845640 - Machine tools; for working any material by removal of material; operated by plasma arc processes;", - "parent": "8456", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845650", - "text": "845650 - Machine tools; for working any material by removal of material; operated by water-jet cutting machines", - "parent": "8456", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845690", - "text": "845690 - Machine tools; for working any material by removal of material; operated by other processes n.e.c. in heading 8456", - "parent": "8456", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845691", - "text": "845691 - Mach-tls f dry-etching p", - "parent": "8456", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845699", - "text": "845699 - Mach-tls f work mat by r", - "parent": "8456", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8457", - "text": "8457 - Machining centres, unit construction machines (single station) and multi-station transfer machines for working metal", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "845710", - "text": "845710 - Machining centres; for working metal", - "parent": "8457", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845720", - "text": "845720 - Machines; unit construction machines (single station), for working metal", - "parent": "8457", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845730", - "text": "845730 - Metal machines; multi-station transfer machines, for working metal", - "parent": "8457", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8458", - "text": "8458 - Lathes for removing metal", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "845811", - "text": "845811 - Lathes; for removing metal, horizontal, numerically controlled", - "parent": "8458", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845819", - "text": "845819 - Lathes; for removing metal, horizontal, other than numerically controlled", - "parent": "8458", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845891", - "text": "845891 - Lathes; for removing metal, numerically controlled, other than horizontal lathes", - "parent": "8458", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845899", - "text": "845899 - Lathes; for removing metal, other than horizontal or numerically controlled lathes", - "parent": "8458", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8459", - "text": "8459 - Machine-tools; (including way-type unit head machines) for drilling, boring, milling, threading or tapping by removing metal, other than lathes of heading no. 8458", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "845910", - "text": "845910 - Machine-tools; way-type unit head machines, for drilling, boring, milling, threading or tapping by removing metal, other than lathes of heading no. 8458", - "parent": "8459", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845921", - "text": "845921 - Machine-tools; for drilling by removing metal, numerically controlled", - "parent": "8459", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845929", - "text": "845929 - Machine-tools; for drilling by removing metal, other than numerically controlled", - "parent": "8459", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845931", - "text": "845931 - Machine-tools; for boring-milling by removing metal, numerically controlled", - "parent": "8459", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845939", - "text": "845939 - Machine-tools; for boring-milling by removing metal, other than numerically controlled", - "parent": "8459", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845940", - "text": "845940 - Machine-tools; for boring by removing metal, n.e.c. in item no. 8459.31 and 8459.39", - "parent": "8459", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845941", - "text": "845941 - Machine-tools; for boring by removing metal, numerically controlled boring machines, n.e.c. in heading 8459", - "parent": "8459", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845949", - "text": "845949 - Machine-tools; for boring by removing metal, not numerically controlled boring machines, n.e.c. in heading 8459", - "parent": "8459", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845951", - "text": "845951 - Machine-tools; for milling by removing metal, knee-type, numerically controlled", - "parent": "8459", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845959", - "text": "845959 - Machine-tools; for milling by removing metal, knee-type, other than numerically controlled", - "parent": "8459", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845961", - "text": "845961 - Machine-tools; for milling by removing metal, (not knee-type), numerically controlled", - "parent": "8459", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845969", - "text": "845969 - Machine-tools; for milling by removing metal, not knee-type, other than numerically controlled", - "parent": "8459", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "845970", - "text": "845970 - Machine-tools; for threading or tapping by removing metal", - "parent": "8459", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8460", - "text": "8460 - Machine-tools; for deburring, sharpening, grinding, honing, lapping, polishing or otherwise finishing metal, sintered metal carbides or cermets by means of grinding stones, abrasives or polishing products", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "846011", - "text": "846011 - Machine-tools; flat-surface grinding machines, in which positioning in any one axis can be set up to an accuracy of 0.01mm or better, numerically controlled", - "parent": "8460", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846012", - "text": "846012 - Machine-tools; flat-surface grinding machines, numerically controlled", - "parent": "8460", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846019", - "text": "846019 - Machine-tools; flat-surface grinding machines, other than numerically controlled", - "parent": "8460", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846021", - "text": "846021 - Machine-tools; grinding machines (other than flat-surface), in which positioning in any one axis can be set up to at least an accuracy of 0.01mm, numerically controlled", - "parent": "8460", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846022", - "text": "846022 - Machine-tools; grinding machines (excluding flat-surface), centreless, numerically controlled", - "parent": "8460", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846023", - "text": "846023 - Machine-tools; cylindrical grinding machines (excluding flat-surface and centreless), numerically controlled", - "parent": "8460", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846024", - "text": "846024 - Machine-tools; grinding machines (excluding flat-surface, cylindrical and centreless), numerically controlled", - "parent": "8460", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846029", - "text": "846029 - Machine-tools; grinding machines (excluding flat-surface), other than numerically controlled", - "parent": "8460", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846031", - "text": "846031 - Machine-tools; sharpening (tool or cutter grinding) machines, numerically controlled", - "parent": "8460", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846039", - "text": "846039 - Machine-tools; sharpening (tool or cutter grinding) machines, other than numerically controlled", - "parent": "8460", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846040", - "text": "846040 - Machine-tools; for honing or lapping", - "parent": "8460", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846090", - "text": "846090 - Machine-tools; for deburring, grinding, polishing or otherwise finishing metal, sintered metal carbides or cermets by means of grinding stones, abrasives or polishing products, n.e.c. in heading no. 8460", - "parent": "8460", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8461", - "text": "8461 - Machine-tools; for planing, shaping, slotting, broaching, gear cutting and grinding, finishing, sawing, cutting off and other tools working by removing metal, sintered metal carbides or cermets n.e.c.", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "846110", - "text": "846110 - Metal planing machines", - "parent": "8461", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846120", - "text": "846120 - Machine-tools; shaping or slotting machines, working by removing metal, sintered metal carbides or cermets", - "parent": "8461", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846130", - "text": "846130 - Machine-tools; broaching machines, working by removing metal, sintered metal carbides or cermets", - "parent": "8461", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846140", - "text": "846140 - Machine-tools; gear cutting, gear grinding or gear finishing machines, working by removing metal, sintered metal carbides or cermets", - "parent": "8461", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846150", - "text": "846150 - Machine-tools; sawing or cutting-off machines, working by removing metal, sintered metal carbides or cermets", - "parent": "8461", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846190", - "text": "846190 - Machine-tools; planing machines, and other machine-tools n.e.c. in heading no. 8461; working by removing metal, sinistered metal carbides or cerments.", - "parent": "8461", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8462", - "text": "8462 - Machine-tools (including presses) for working metal by forging, hammering or die forging (excluding rolling mills); machine-tools (including presses, slitting lines and cut-to-length lines) for working metal by bending, folding, straightening, flattening,", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "846210", - "text": "846210 - Machine-tools; forging or die-stamping machines (including presses) and hammers, for working metal", - "parent": "8462", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846211", - "text": "846211 - Machine-tools; forging and die-forging machines (including presses), closed die forging machines, for working metal", - "parent": "8462", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846219", - "text": "846219 - Machine-tools; hot forming machines, hot hammers, for working metal", - "parent": "8462", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846221", - "text": "846221 - Machine-tools; bending, folding, straightening or flattening machines (including presses), numerically controlled, for working metal", - "parent": "8462", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846222", - "text": "846222 - Machine-tools; bending, folding, straightening or flattening machines (including press brakes) for flat products, for working metal, numerically controlled", - "parent": "8462", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846223", - "text": "846223 - Machine-tools; bending, folding, straightening or flattening machines (including presses), for working metal, numerically controlled press brakes", - "parent": "8462", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846224", - "text": "846224 - Machine-tools; bending, folding, straightening or flattening machines (including presses), for working metal, numerically controlled panel benders", - "parent": "8462", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846225", - "text": "846225 - Machine-tools; bending, folding, straightening or flattening machines (including presses), for working metal, numerically controlled roll forming machines", - "parent": "8462", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846226", - "text": "846226 - Machine-tools; bending, folding, straightening or flattening machines (including presses), for working metal, numerically controlled bending, folding, straightening or fattening machines (not press brakes, panel benders or roll forming machines)", - "parent": "8462", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846229", - "text": "846229 - Machine-tools; bending, folding, straightening or flattening machines (including press brakes), for working metal, numerically controlled n.e.c. in item 84.62.2", - "parent": "8462", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846231", - "text": "846231 - Machine-tools; shearing machines (including presses), (other than combined punching and shearing machines), numerically controlled, for working metal", - "parent": "8462", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846232", - "text": "846232 - Machine-tools; slitting lines and cut-to-length lines, for working metal", - "parent": "8462", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846233", - "text": "846233 - Machine-tools; shearing machines (excluding presses) for flat products, numerically controlled, other than combined punching and shearing machines, for working metal", - "parent": "8462", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846239", - "text": "846239 - Machine-tools; shearing machines (excluding presses) for flat products, other than numerically controlled, other than combined punching and shearing machines, for working metal", - "parent": "8462", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846241", - "text": "846241 - Machine-tools; punching or notching machines (including presses), including combined punching and shearing machines, numerically controlled, for working metal", - "parent": "8462", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846242", - "text": "846242 - Machine-tools; punching, notching or nibbling machines (excluding presses) for flat products including combined punching and shearing machines, numerically controlled, for working metal", - "parent": "8462", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846249", - "text": "846249 - Machine-tools; punching, notching or nibbling machines (excluding presses) for flat products including combined punching and shearing machines, other than numerically controlled, for working metal", - "parent": "8462", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846251", - "text": "846251 - Machine-tools; for working tube, pipe, hollow section and bar (excluding presses), for working metal, numerically controlled", - "parent": "8462", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846259", - "text": "846259 - Machine-tools; for working tube, pipe, hollow section and bar (excluding presses), for working metal, not numerically controlled", - "parent": "8462", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846261", - "text": "846261 - Machine-tools; cold metal working presses, hydraulic presses", - "parent": "8462", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846262", - "text": "846262 - Machine-tools; cold metal working presses, mechanical presses", - "parent": "8462", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846263", - "text": "846263 - Machine-tools; cold metal working presses, servo-presses", - "parent": "8462", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846269", - "text": "846269 - Machine-tools; cold metal working presses, other than hydraulic, mechanical or servo-presses", - "parent": "8462", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846290", - "text": "846290 - Machine-tools; (including presses) for working metal by forging, hammering or die-forging, for bending, folding, straightening, flattening, shearing, punching, notching or nibbling metal, n.e.c. in heading 8462", - "parent": "8462", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846291", - "text": "846291 - Machine-tools; presses for working metal or metal carbides, n.e.c. in heading no. 8462, hydraulic presses", - "parent": "8462", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846299", - "text": "846299 - Machine-tools; presses for working metal or metal carbides, n.e.c. in heading no. 8462, other than hydraulic presses", - "parent": "8462", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8463", - "text": "8463 - Machine-tools; n.e.c. for working metal, sintered metal carbides or cermets without removing material", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "846310", - "text": "846310 - Machine-tools; for working metal, sintered metal carbides or cermets, without removing material, draw-benches for bars, tubes, profiles, wire or the like", - "parent": "8463", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846320", - "text": "846320 - Machine-tools; for working metal, sintered metal carbides or cermets, without removing material, thread rolling machines", - "parent": "8463", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846330", - "text": "846330 - Machine-tools; machines for working wire, without removing material", - "parent": "8463", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846390", - "text": "846390 - Machine-tools; for working metal, sintered metal carbides or cermets, without removing material, n.e.c. in heading no. 8463", - "parent": "8463", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8464", - "text": "8464 - Machine-tools; for working stone, ceramics, concrete, asbestos-cement or like mineral materials or for cold working glass", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "846410", - "text": "846410 - Machine-tools; sawing machines, for working stone, ceramics, concrete, asbestos-cement or like mineral materials or for cold working glass", - "parent": "8464", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846420", - "text": "846420 - Machine-tools; grinding or polishing machines, for working stone, ceramics, concrete, asbestos-cement or like mineral materials or for cold working glass", - "parent": "8464", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846490", - "text": "846490 - Machine-tools; for working stone, ceramics, concrete, asbestos-cement or like mineral materials or for cold working glass, (other than sawing, grinding or polishing machines)", - "parent": "8464", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8465", - "text": "8465 - Machine-tools; (including machines for nailing, stapling, glueing or otherwise assembling) for working wood, cork, bone, hard plastics or rubber or similar hard materials", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "846510", - "text": "846510 - Machine-tools; which can carry out different types of machining operations without tool change between such operations, for working wood, cork, bone, hard rubber, hard plastics or similar", - "parent": "8465", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846520", - "text": "846520 - Machine-tools; for working wood, cork, bone, hard rubber, hard plastics or similar hard materials; machining centres", - "parent": "8465", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846591", - "text": "846591 - Machine-tools; for working wood, cork, bone, hard rubber, hard plastics or similar hard materials; sawing machines", - "parent": "8465", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846592", - "text": "846592 - Machine-tools; for working wood, cork, bone, hard rubber, hard plastics or similar hard materials; planing, milling or moulding (by cutting) machines", - "parent": "8465", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846593", - "text": "846593 - Machine-tools; for working wood, cork, bone, hard rubber, hard plastics or similar hard materials; grinding, sanding or polishing machines", - "parent": "8465", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846594", - "text": "846594 - Machine-tools; for working wood, cork, bone, hard rubber, hard plastics or similar hard materials; bending or assembling machines", - "parent": "8465", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846595", - "text": "846595 - Machine-tools; for working wood, cork, bone, hard rubber, hard plastics or similar hard materials; drilling or morticing machines", - "parent": "8465", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846596", - "text": "846596 - Machine-tools; for working wood, cork, bone, hard rubber, hard plastics or similar hard materials; splitting, slicing or paring machines", - "parent": "8465", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846599", - "text": "846599 - Machine-tools; for working wood, cork, bone, hard rubber, hard plastics or similar hard materials; n.e.c. in heading no. 8465", - "parent": "8465", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8466", - "text": "8466 - Parts & accessories suited for use only/mainly with machines of headings 8456-8465, including work/tool holders, self-opening dieheads, dividing heads & other special attachments for the machines; tool holders for any type of tool for working in the hand", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "846610", - "text": "846610 - Parts & accessories suited for use solely/principally with machines of headings 8456-8465; tool holders and self-opening dieheads", - "parent": "8466", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846620", - "text": "846620 - Parts & accessories suited for use solely/principally with machines of headings 8456-8465; work holders", - "parent": "8466", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846630", - "text": "846630 - Parts & accessories suited for use solely/principally with machines of headings 8456-8465; dividing heads and other special attachments for machines", - "parent": "8466", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846691", - "text": "846691 - Parts & accessories suited for use solely/principally; for the machines of heading no. 8464, n.e.c. in heading no. 8466", - "parent": "8466", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846692", - "text": "846692 - Parts & accessories suited for use solely/principally for the machines of heading no. 8465, n.e.c. in heading no. 8466", - "parent": "8466", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846693", - "text": "846693 - Parts & accessories suited for use solely/principally with machines of headings 8456-8465; n.e.c. in heading no. 8466", - "parent": "8466", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846694", - "text": "846694 - Machine-tools; parts and accessories, for the machines of heading no. 8462 or 8463, n.e.c. in heading no. 8466", - "parent": "8466", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8467", - "text": "8467 - Tools; for working in the hand, pneumatic, hydraulic or with self-contained electric or non-electric motor", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "846711", - "text": "846711 - Tools; for working in the hand, pneumatic, rotary type (including combined rotary-percussion)", - "parent": "8467", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846719", - "text": "846719 - Tools; for working in the hand, pneumatic, other than rotary type", - "parent": "8467", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846721", - "text": "846721 - Tools; for working in the hand, with self-contained electric motor; drills of all kinds", - "parent": "8467", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846722", - "text": "846722 - Tools; for working in the hand, with self-contained electric motor; saws", - "parent": "8467", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846729", - "text": "846729 - Tools; for working in the hand, with self-contained electric motor; other than saws and drills", - "parent": "8467", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846781", - "text": "846781 - Tools; for working in the hand, chain saws with self-contained non-electric motor", - "parent": "8467", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846789", - "text": "846789 - Tools; for working in the hand, (other than chain saws), hydraulic or with self-contained non-electric motor, (not pneumatic)", - "parent": "8467", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846791", - "text": "846791 - Tools; for working in the hand, parts of chain saws, with self-contained non-electric motor", - "parent": "8467", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846792", - "text": "846792 - Tools; for working in the hand, parts of pneumatic tools", - "parent": "8467", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846799", - "text": "846799 - Tools; for working in the hand, parts thereof for other than chain saws and pneumatic tools", - "parent": "8467", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8468", - "text": "8468 - Machinery and apparatus for soldering, brazing, welding, whether or not capable of cutting, other than those of heading no. 8515; gas-operated surface tempering machines and appliances", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "846810", - "text": "846810 - Machinery and apparatus; hand-held blow pipes for soldering, brazing or welding, whether or not capable of cutting", - "parent": "8468", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846820", - "text": "846820 - Machinery and apparatus; gas operated machinery and apparatus n.e.c. in item no. 8468.10, for soldering, brazing or welding, whether or not capable of cutting", - "parent": "8468", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846880", - "text": "846880 - Machinery and apparatus; for soldering, brazing or welding, whether or not capable of cutting, n.e.c. in heading no. 8468", - "parent": "8468", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846890", - "text": "846890 - Machinery and apparatus; parts, soldering, brazing or welding, whether or not capable of cutting, parts thereof", - "parent": "8468", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8469", - "text": "8469 - Typewriters (other than printers of heading no. 8443) and word-processing machines", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "846900", - "text": "846900 - Typewriters (other than printers of heading no. 8443) and word-processing machines", - "parent": "8469", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846910", - "text": "846910 - Automatic typewriters and word-processing machines", - "parent": "8469", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846911", - "text": "846911 - Word-processing machines", - "parent": "8469", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846912", - "text": "846912 - Automatic typewriters", - "parent": "8469", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846920", - "text": "846920 - Typewriters,electric,nes", - "parent": "8469", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846921", - "text": "846921 - Typewriters, electric, > 12 kg, non-automatic", - "parent": "8469", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846929", - "text": "846929 - Typewriters, electric, < 12 kg, non-automatic", - "parent": "8469", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846930", - "text": "846930 - Typewriters,non-electric", - "parent": "8469", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846931", - "text": "846931 - Typewriters, non-electric, > 12 kg", - "parent": "8469", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "846939", - "text": "846939 - Typewriters, non-electric < 12 kg", - "parent": "8469", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8470", - "text": "8470 - Calculating machines and pocket-size data recording, reproducing and displaying machines with calculating functions; accounting machines, postage-franking machines, ticket-issuing machines and similar, incorporating a calculating device; cash registers", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "847010", - "text": "847010 - Calculating machines; electronic calculators capable of operation without an external source of electric power and pocket-size data recording, reproducing and displaying machines with calculating functions", - "parent": "8470", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847021", - "text": "847021 - Calculating machines; electronic, incorporating a printing device, needing an external source of power", - "parent": "8470", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847029", - "text": "847029 - Calculating machines; electronic, (not incorporating a printing device), needing an external power source", - "parent": "8470", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847030", - "text": "847030 - Calculating machines; non-electronic", - "parent": "8470", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847040", - "text": "847040 - Accounting machines", - "parent": "8470", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847050", - "text": "847050 - Cash registers", - "parent": "8470", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847090", - "text": "847090 - Machines incorporating a calculating device; n.e.c. in heading no. 8470", - "parent": "8470", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8471", - "text": "8471 - Automatic data processing machines and units thereof, magnetic or optical readers, machines for transcribing data onto data media in coded form and machines for processing such data, not elsewhere specified or included", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "847110", - "text": "847110 - Analogue or hybrid computers", - "parent": "8471", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847120", - "text": "847120 - Digital computers with cpu and input-output units", - "parent": "8471", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847130", - "text": "847130 - Automatic data processing machines; portable, weighing not more than 10kg, consisting of at least a central processing unit, a keyboard and a display", - "parent": "8471", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847141", - "text": "847141 - Automatic data processing machines; comprising in the same housing at least a central processing unit and an input and output unit, whether or not combined, n.e.c. in item no. 8471.30", - "parent": "8471", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847149", - "text": "847149 - Automatic data processing machines; presented in the form of systems, n.e.c. in item no. 8471.30 or 8471.41", - "parent": "8471", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847150", - "text": "847150 - Units of automatic data processing machines; processing units other than those of item no. 8471.41 or 8471.49, whether or not containing in the same housing one or two of the following types of unit: storage units, input units or output units", - "parent": "8471", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847160", - "text": "847160 - Units of automatic data processing machines; input or output units, whether or not containing storage units in the same housing", - "parent": "8471", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847170", - "text": "847170 - Units of automatic data processing machines; storage units", - "parent": "8471", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847180", - "text": "847180 - Units of automatic data processing machines; n.e.c. in item no. 8471.50, 8471.60 or 8471.70", - "parent": "8471", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847190", - "text": "847190 - Magnetic or optical readers, machines for transcribing data onto data media in coded form and machines for processing such data, not elsewhere specified or included", - "parent": "8471", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847191", - "text": "847191 - Digital computer cpu with some of storage/input/outpu", - "parent": "8471", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847192", - "text": "847192 - Computer input or output units", - "parent": "8471", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847193", - "text": "847193 - Computer data storage units", - "parent": "8471", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847199", - "text": "847199 - Automatic data processing machines and units, nes", - "parent": "8471", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8472", - "text": "8472 - Office machines; not elsewhere classified", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "847210", - "text": "847210 - Office machines; duplicating machines", - "parent": "8472", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847220", - "text": "847220 - Addressing machines, address plate embossing machines", - "parent": "8472", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847230", - "text": "847230 - Office machines; for sorting or folding mail or for inserting mail in envelopes or bands, machines for opening, closing or sealing mail and machines for affixing or cancelling postage stamps", - "parent": "8472", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847290", - "text": "847290 - Office machines; not elsewhere classified", - "parent": "8472", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8473", - "text": "8473 - Machinery; parts and accessories (other than covers, carrying cases and the like) suitable for use solely or principally with machines of headings 84.70 to 84.72", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "847310", - "text": "847310 - Typewriters and word-processing machines; parts and accessories of the machines of heading 84.69 (other than covers, carrying cases and the like)", - "parent": "8473", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847321", - "text": "847321 - Calculating machines; parts and accessories of the electronic calculating machines of item no. 8470.10, 8470.21 or 8470.29 (other than covers, carrying cases and the like)", - "parent": "8473", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847329", - "text": "847329 - Machinery; parts and accessories of the machines of item no. 8470.30. 8470.50 or 8470.90 (other than covers, carrying cases and the like)", - "parent": "8473", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847330", - "text": "847330 - Machinery; parts and accessories (other than covers, carrying cases and the like) of the machines of heading no. 8471", - "parent": "8473", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847340", - "text": "847340 - Machinery; parts and accessories (other than covers, carrying cases and the like) of the machines of heading no. 8472", - "parent": "8473", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847350", - "text": "847350 - Machines; parts and accessories (other than covers, carrying cases and the like) equally suitable for use with machines of two or more of the headings 8470 to 8472", - "parent": "8473", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8474", - "text": "8474 - Machinery for sorting, screening, separating, washing, crushing, grinding, mixing or kneading earth, stone, ores in solid form, shaping, moulding machinery for solid mineral fuels", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "847410", - "text": "847410 - Machines; for sorting, screening, separating or washing earth, stone, ores or other mineral substances", - "parent": "8474", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847420", - "text": "847420 - Machines; for crushing or grinding earth, stone, ores or other mineral substances", - "parent": "8474", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847431", - "text": "847431 - Machines; concrete or mortar mixers", - "parent": "8474", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847432", - "text": "847432 - Machines; for mixing mineral substances with bitumen", - "parent": "8474", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847439", - "text": "847439 - Machines; for mixing or kneading mineral substances, excluding concrete mixers and machines for mixing mineral substances with bitumen", - "parent": "8474", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847480", - "text": "847480 - Machines; for agglomerating, shaping or moulding solid mineral fuels, ceramic paste, unhardened cements, plastering materials in powder or paste form, machines for forming foundry moulds of sand", - "parent": "8474", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847490", - "text": "847490 - Machines, for sorting, screening, separating, washing, crushing etc mineral substances, for agglomerating, shaping or moulding solid fuels, ceramic pastes etc, for forming foundry moulds of sand; parts", - "parent": "8474", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8475", - "text": "8475 - Machines; for assembling electric or electronic lamps, tubes, valves, flashbulbs, in glass envelopes, machines for manufacturing or hot working glass or glassware", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "847510", - "text": "847510 - Machines; for assembling electric or electronic lamps, tubes, valves or flashbulbs, in glass envelopes", - "parent": "8475", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847520", - "text": "847520 - Machines for manufacturing or hot working glass nes", - "parent": "8475", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847521", - "text": "847521 - Machines; for manufacturing or hot working glass or glassware, for making optical fibres and preforms thereof", - "parent": "8475", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847529", - "text": "847529 - Machines; for manufacturing or hot working glass or glassware, not for making optical fibres and preforms thereof", - "parent": "8475", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847590", - "text": "847590 - Machines; parts, of those for assembling electric or electronic lamps, tubes, valves or flash-bulbs, in glass envelopes and manufacturing or hot working glass or glassware", - "parent": "8475", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8476", - "text": "8476 - Automatic goods-vending machines (e.g. postage stamp, cigarette, food or beverage machines), including money-changing machines", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "847611", - "text": "847611 - Automatic food-vendors with heating or refrigeration", - "parent": "8476", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847619", - "text": "847619 - Automatic goods-vending machines, non-food", - "parent": "8476", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847621", - "text": "847621 - Machines; automatic beverage-vending machines, incorporating heating or refrigerating devices", - "parent": "8476", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847629", - "text": "847629 - Machines; automatic beverage-vending machines, not incorporating heating or refrigerating devices", - "parent": "8476", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847681", - "text": "847681 - Machines; automatic goods-vending machines, (e.g. postage stamp, cigarette, food or money-changing machines, excluding beverage-vending machines), incorporating heating or refrigerating devices", - "parent": "8476", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847689", - "text": "847689 - Machines; automatic goods-vending machines, (e.g. postage stamp, cigarette, food or money-changing machines, excluding beverage-vending machines), not incorporating heating or refrigerating devices", - "parent": "8476", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847690", - "text": "847690 - Machines; parts of automatic goods-vending machines", - "parent": "8476", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8477", - "text": "8477 - Machinery; for working rubber or plastics or for the manufacture of products from these materials, n.e.c. in this chapter", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "847710", - "text": "847710 - Machinery; injection-moulding machines, for working rubber or plastics or for the manufacture of products from these materials", - "parent": "8477", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847720", - "text": "847720 - Machinery; extruders, for working rubber or plastics or for the manufacture of products from these materials", - "parent": "8477", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847730", - "text": "847730 - Machinery; blow moulding machines, for working rubber or plastics or for the manufacture of products from these materials", - "parent": "8477", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847740", - "text": "847740 - Machinery; vacuum moulding machines and other thermoforming machines, for working rubber or plastics or for the manufacture of products from these materials", - "parent": "8477", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847751", - "text": "847751 - Machinery; for moulding or retreading pneumatic tyres or for moulding or otherwise forming inner tubes", - "parent": "8477", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847759", - "text": "847759 - Machinery; for moulding or forming, for working rubber or plastics or for the manufacture of products from these materials, n.e.c. in this chapter", - "parent": "8477", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847780", - "text": "847780 - Machinery; for working rubber or plastics or for the manufacture of products from these materials, n.e.c. in this chapter", - "parent": "8477", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847790", - "text": "847790 - Machinery; parts of the machines of heading no. 8477, n.e.c. in item no. 8477.90", - "parent": "8477", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8478", - "text": "8478 - Machinery; for preparing or making up tobacco, n.e.c. in this chapter", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "847810", - "text": "847810 - Machinery; for preparing or making up tobacco, n.e.c. in this chapter", - "parent": "8478", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847890", - "text": "847890 - Machinery; parts of those for preparing or making up tobacco, n.e.c. in this chapter", - "parent": "8478", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8479", - "text": "8479 - Machinery and mechanical appliances; having individual functions, n.e.c. in this chapter", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "847910", - "text": "847910 - Machinery and mechanical appliances; for public works, building or the like", - "parent": "8479", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847920", - "text": "847920 - Machinery; for the extraction or preparation of animal or fixed vegetable or microbial fats or oils", - "parent": "8479", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847930", - "text": "847930 - Machinery and mechanical appliances; presses for the manufacture of particle or fibre building board of wood or other ligneous materials and other machinery for treating wood or cork", - "parent": "8479", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847940", - "text": "847940 - Machines; for making rope or cable", - "parent": "8479", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847950", - "text": "847950 - Machinery and mechanical appliances; industrial robots, n.e.c. or included", - "parent": "8479", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847960", - "text": "847960 - Machinery and mechanical appliances; evaporative air coolers", - "parent": "8479", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847971", - "text": "847971 - Machinery and mechanical appliances; passenger boarding bridges, of a kind used in airports", - "parent": "8479", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847979", - "text": "847979 - Machinery and mechanical appliances; passenger boarding bridges, other than of a kind used in airports", - "parent": "8479", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847981", - "text": "847981 - Machines and mechanical appliances; for treating metal, including electric wire coil-winders", - "parent": "8479", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847982", - "text": "847982 - Machines; for mixing, kneading, crushing, grinding, screening, sifting, homogenising, emulsifying or stirring", - "parent": "8479", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847983", - "text": "847983 - Machines and mechanical appliances; cold isostatic presses", - "parent": "8479", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847989", - "text": "847989 - Machines and mechanical appliances; having individual functions, n.e.c. or included in this chapter", - "parent": "8479", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "847990", - "text": "847990 - Machines and mechanical appliances; parts, of those having individual functions", - "parent": "8479", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8480", - "text": "8480 - Moulding boxes for metal foundry, moulding patterns, moulds for metals (excluding ingot moulds), metal carbides, glass, mineral materials, rubber or plastics", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "848010", - "text": "848010 - Moulding boxes; for metal foundry", - "parent": "8480", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848020", - "text": "848020 - Mould bases; for metal, metal carbides, glass, mineral materials, rubber or plastics", - "parent": "8480", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848030", - "text": "848030 - Moulding patterns; of metal, metal carbides, glass, mineral materials, rubber or plastics", - "parent": "8480", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848041", - "text": "848041 - Moulds; for metal or metal carbides, injection or compression types", - "parent": "8480", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848049", - "text": "848049 - Moulds; for metal or metal carbides, other than injection or compression types", - "parent": "8480", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848050", - "text": "848050 - Moulds; for glass", - "parent": "8480", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848060", - "text": "848060 - Moulds; for mineral materials", - "parent": "8480", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848071", - "text": "848071 - Moulds; for rubber or plastics, injection or compression types", - "parent": "8480", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848079", - "text": "848079 - Moulds; for rubber or plastics, other than injection or compression types", - "parent": "8480", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8481", - "text": "8481 - Taps, cocks, valves and similar appliances for pipes, boiler shells, tanks, vats or the like, including pressure-reducing valves and thermostatically controlled valves", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "848110", - "text": "848110 - Valves; pressure reducing, for pipes, boiler shells, tanks, vats or the like", - "parent": "8481", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848120", - "text": "848120 - Valves; for oleohydraulic or pneumatic transmissions", - "parent": "8481", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848130", - "text": "848130 - Valves; check (nonreturn) valves, for pipes, boiler shells, tanks, vats or the like", - "parent": "8481", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848140", - "text": "848140 - Valves; safety or relief valves, for pipes, boiler shells, tanks, vats or the like", - "parent": "8481", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848180", - "text": "848180 - Taps, cocks, valves and similar appliances; for pipes, boiler shells, tanks, vats or the like, including thermostatically controlled valves", - "parent": "8481", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848190", - "text": "848190 - Taps, cocks, valves and similar appliances; parts thereof", - "parent": "8481", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8482", - "text": "8482 - Ball or roller bearings", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "848210", - "text": "848210 - Ball bearings", - "parent": "8482", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848220", - "text": "848220 - Bearings; tapered roller bearings, including cone and tapered roller assemblies", - "parent": "8482", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848230", - "text": "848230 - Bearings; spherical roller bearings", - "parent": "8482", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848240", - "text": "848240 - Bearings; needle roller bearings, including cage and needle roller assemblies", - "parent": "8482", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848250", - "text": "848250 - Bearings; cylindrical roller bearings, including cage and roller assemblies n.e.c. in heading no. 8482", - "parent": "8482", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848280", - "text": "848280 - Bearings; n.e.c. in heading no. 8482, including combined ball/roller", - "parent": "8482", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848291", - "text": "848291 - Bearings; parts, balls, needles and rollers", - "parent": "8482", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848299", - "text": "848299 - Bearings; parts, (other than balls, needles and rollers)", - "parent": "8482", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8483", - "text": "8483 - Transmission shafts (including cam and crank) and cranks; bearing housings and plain shaft bearings; gears and gearing; ball or roller screws; gear boxes and other speed changers; flywheels and pulleys; clutches and shaft couplings", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "848310", - "text": "848310 - Transmission shafts (including cam shafts and crank shafts) and cranks", - "parent": "8483", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848320", - "text": "848320 - Bearing housings, incorporating ball or roller bearings", - "parent": "8483", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848330", - "text": "848330 - Bearing housings, not incorporating ball or roller bearings and plain shaft bearings", - "parent": "8483", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848340", - "text": "848340 - Gears and gearing; (not toothed wheels, chain sprockets and other transmission elements presented separately); ball or roller screws; gear boxes and other speed changers, including torque converters", - "parent": "8483", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848350", - "text": "848350 - Pulleys and flywheels, including pulley blocks", - "parent": "8483", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848360", - "text": "848360 - Clutches and shaft couplings (including universal joints)", - "parent": "8483", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848390", - "text": "848390 - Transmission components; toothed wheels, chain sprockets and other transmission elements presented separately; parts", - "parent": "8483", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8484", - "text": "8484 - Gaskets and similar joints of metal sheeting combined with other material or of two or more layers of metal; sets or assortments of gaskets and similar joints, dissimilar in composition, put up in pouches, envelopes or similar packings; mechanical seals", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "848410", - "text": "848410 - Gaskets and similar joints; of metal sheeting combined with other material or two or more layers of metal", - "parent": "8484", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848420", - "text": "848420 - Seals; mechanical", - "parent": "8484", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848490", - "text": "848490 - Gasket sets or assortments of gaskets and similar joints; dissimilar in composition, put up in pouches, envelopes or similar packings", - "parent": "8484", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8485", - "text": "8485 - Machines for additive manufacturing", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "848510", - "text": "848510 - Machines for additive manufacturing; by metal deposit", - "parent": "8485", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848520", - "text": "848520 - Machines for additive manufacturing; by plastic or rubber deposit", - "parent": "8485", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848530", - "text": "848530 - Machines for additive manufacturing; by plaster, cement, ceramics or glass deposit", - "parent": "8485", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848580", - "text": "848580 - Machines for additive manufacturing; by other than metal, plastic, rubber, plaster, cement, ceramics or glass deposits", - "parent": "8485", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848590", - "text": "848590 - Machines for additive manufacturing; parts", - "parent": "8485", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8486", - "text": "8486 - Machines and apparatus of a kind used solely or principally for the manufacture of semiconductor boules or wafers, semiconductor devices, electronic integrated circuits or flat panel displays; machines & apparatus specified in note 11 (C) to this Chapter", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "848610", - "text": "848610 - Machines and apparatus of a kind used solely or principally for the manufacture of semiconductor boules or wafers", - "parent": "8486", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848620", - "text": "848620 - Machines and apparatus of a kind used solely or principally for the manufacture of semiconductor devices or of electronic integrated circuits", - "parent": "8486", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848630", - "text": "848630 - Machines and apparatus of a kind used solely or principally for the manufacture of flat panel displays", - "parent": "8486", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848640", - "text": "848640 - Machines and apparatus of a kind used solely or principally for the manufacture or repair of masks and reticles, assembling semiconductor devices or electronic integrated circuits, or for lifting, handling, loading or unloading items of heading 8486", - "parent": "8486", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848690", - "text": "848690 - Machines and apparatus of heading 8486; parts and accessories", - "parent": "8486", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8487", - "text": "8487 - Machinery parts; not containing electrical connectors, insulators, coils, contacts or other electrical features, n.e.c. in this chapter", - "parent": "84", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "848710", - "text": "848710 - Ships' or boats' propellers and blades therefor", - "parent": "8487", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "848790", - "text": "848790 - Machinery parts; not containing electrical connectors, insulators, coils, contacts or other electrical features, n.e.c. in chapter 84, other than ships' or boats' propellers and blades therefor", - "parent": "8487", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "85", - "text": "85 - Electrical machinery and equipment and parts thereof; sound recorders and reproducers; television image and sound recorders and reproducers, parts and accessories of such articles", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "8501", - "text": "8501 - Electric motors and generators (excluding generating sets)", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "850110", - "text": "850110 - Electric motors; of an output not exceeding 37.5W", - "parent": "8501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850120", - "text": "850120 - Electric motors; universal AC/DC of an output exceeding 37.5W", - "parent": "8501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850131", - "text": "850131 - Electric motors and generators; DC, of an output not exceeding 750W", - "parent": "8501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850132", - "text": "850132 - Electric motors and generators; DC, of an output exceeding 750W but not exceeding 75kW", - "parent": "8501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850133", - "text": "850133 - Electric motors and generators; DC, of an output exceeding 75kW but not exceeding 375kW", - "parent": "8501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850134", - "text": "850134 - Electric motors and generators; DC, of an output exceeding 375kW", - "parent": "8501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850140", - "text": "850140 - Electric motors; AC motors, single-phase", - "parent": "8501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850151", - "text": "850151 - Electric motors; AC motors, multi-phase, of an output not exceeding 750W", - "parent": "8501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850152", - "text": "850152 - Electric motors; AC motors, multi-phase, of an output exceeding 750W but not exceeding 75kW", - "parent": "8501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850153", - "text": "850153 - Electric motors; AC motors, multi-phase, of an output exceeding 75kW", - "parent": "8501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850161", - "text": "850161 - Generators; AC generators, (alternators), other than photovoltaic generators, of an output not exceeding 75kVA", - "parent": "8501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850162", - "text": "850162 - Electric generators; AC generators, (alternators), other than photovoltaic generators, of an output exceeding 75kVA but not exceeding 375kVA", - "parent": "8501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850163", - "text": "850163 - Electric generators; AC generators, (alternators), other than photovoltaic generators, of an output exceeding 375kVA but not exceeding 750kVA", - "parent": "8501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850164", - "text": "850164 - Electric generators; AC generators, (alternators), other than photovoltaic generators, of an output exceeding 750kVA", - "parent": "8501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850171", - "text": "850171 - Electric generators; photovoltaic DC generators, of an output not exceeding 50W", - "parent": "8501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850172", - "text": "850172 - Electric generators; photovoltaic DC generators, of an output exceeding 50W", - "parent": "8501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850180", - "text": "850180 - Electric generators; (excluding generating sets), photovoltaic AC generators (alternators)", - "parent": "8501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8502", - "text": "8502 - Electric generating sets and rotary converters", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "850211", - "text": "850211 - Electric generating sets; with compression-ignition internal combustion piston engines (diesel or semi-diesel engines), of an output not exceeding 75kVA", - "parent": "8502", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850212", - "text": "850212 - Electric generating sets; with compression-ignition internal combustion piston engines (diesel or semi-diesel engines), of an output exceeding 75kVA but not exceeding 375kVA", - "parent": "8502", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850213", - "text": "850213 - Electric generating sets; with compression-ignition internal combustion piston engines (diesel or semi-diesel engines), of an output exceeding 375kVA", - "parent": "8502", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850220", - "text": "850220 - Electric generating sets; with spark-ignition internal combustion piston engines", - "parent": "8502", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850230", - "text": "850230 - Electric generating sets, nes", - "parent": "8502", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850231", - "text": "850231 - Electric generating sets; wind-powered, (excluding those with spark-ignition or compression-ignition internal combustion piston engines)", - "parent": "8502", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850239", - "text": "850239 - Electric generating sets; (excluding those with spark-ignition or compression-ignition internal combustion piston engines), other than wind powered", - "parent": "8502", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850240", - "text": "850240 - Electric rotary converters", - "parent": "8502", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8503", - "text": "8503 - Electric motors and generators; parts suitable for use solely or principally with the machines of heading no. 8501 or 8502", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "850300", - "text": "850300 - Electric motors and generators; parts suitable for use solely or principally with the machines of heading no. 8501 or 8502", - "parent": "8503", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8504", - "text": "8504 - Electric transformers, static converters (e.g. rectifiers) and inductors", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "850410", - "text": "850410 - Discharge lamps or tubes; ballasts therefor", - "parent": "8504", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850421", - "text": "850421 - Electrical transformers; liquid dielectric, having a power handling capacity not exceeding 650kVA", - "parent": "8504", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850422", - "text": "850422 - Electrical transformers; liquid dielectric, having a power handling capacity exceeding 650kVA but not exceeding 10,000kVA", - "parent": "8504", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850423", - "text": "850423 - Electrical transformers; liquid dielectric, having a power handling capacity exceeding 10,000kVA", - "parent": "8504", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850431", - "text": "850431 - Electrical transformers; n.e.c. in item no. 8504.2, having a power handling capacity not exceeding 1kVA", - "parent": "8504", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850432", - "text": "850432 - Transformers; n.e.c. in item no. 8504.2, having a power handling capacity exceeding 1kVA but not exceeding 16kVA", - "parent": "8504", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850433", - "text": "850433 - Transformers; n.e.c. in item no. 8504.2, having a power handling capacity exceeding 16kVA but not exceeding 500kVA", - "parent": "8504", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850434", - "text": "850434 - Transformers; n.e.c. in item no. 8504.2, having a power handling capacity exceeding 500kVA", - "parent": "8504", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850440", - "text": "850440 - Electrical static converters", - "parent": "8504", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850450", - "text": "850450 - Electrical inductors; n.e.c. in heading no. 8504", - "parent": "8504", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850490", - "text": "850490 - Electrical transformers, static converters and inductors; parts thereof", - "parent": "8504", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8505", - "text": "8505 - Electro-magnets; permanent magnets, intended permanent magnets; electro-magnetic, permanent magnet chucks, clamps, similar; electromagnetic couplings, clutches, brakes; electro-magnetic lifting heads", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "850511", - "text": "850511 - Magnets; permanent magnets and articles intended to become permanent magnets after magnetisation, of metal", - "parent": "8505", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850519", - "text": "850519 - Magnets; permanent magnets and articles intended to become permanent magnets after magnetisation, other than of metal", - "parent": "8505", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850520", - "text": "850520 - Magnets; electro-magnetic couplings, clutches and brakes", - "parent": "8505", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850530", - "text": "850530 - Electro-magnetic lifting heads", - "parent": "8505", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850590", - "text": "850590 - Magnets; electro-magnets, holding devices and parts n.e.c. in heading no. 8505", - "parent": "8505", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8506", - "text": "8506 - Cells and batteries; primary", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "850610", - "text": "850610 - Cells and batteries; primary, manganese dioxide", - "parent": "8506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850611", - "text": "850611 - Manganese dioxide primary cell/battery volume < 300 c", - "parent": "8506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850612", - "text": "850612 - Mercuric oxide primary cell, battery, volume < 300 cc", - "parent": "8506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850613", - "text": "850613 - Silver oxide primary cells, batteries volume < 300 cc", - "parent": "8506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850619", - "text": "850619 - Primary cells, primary batteries nes, volume < 300 cc", - "parent": "8506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850620", - "text": "850620 - Primary cells, primary batteries nes, volume > 300 cc", - "parent": "8506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850630", - "text": "850630 - Cells and batteries; primary, mercuric oxide", - "parent": "8506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850640", - "text": "850640 - Cells and batteries; primary, silver oxide", - "parent": "8506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850650", - "text": "850650 - Cells and batteries; primary, lithium", - "parent": "8506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850660", - "text": "850660 - Cells and batteries; primary, air-zinc", - "parent": "8506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850680", - "text": "850680 - Cells and batteries; primary, (other than manganese dioxide, mercuric oxide, silver oxide, lithium or air-zinc)", - "parent": "8506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850690", - "text": "850690 - Cells and batteries; primary, parts thereof", - "parent": "8506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8507", - "text": "8507 - Electric accumulators, including separators therefor; whether or not rectangular (including square)", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "850710", - "text": "850710 - Electric accumulators; lead-acid, of a kind used for starting piston engines, including separators, whether or not rectangular (including square)", - "parent": "8507", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850720", - "text": "850720 - Electric accumulators; lead-acid, (other than for starting piston engines), including separators, whether or not rectangular (including square)", - "parent": "8507", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850730", - "text": "850730 - Electric accumulators; nickel-cadmium, including separators, whether or not rectangular (including square)", - "parent": "8507", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850740", - "text": "850740 - Electric accumulators; nickel-iron, including separators, whether or not rectangular (including square)", - "parent": "8507", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850750", - "text": "850750 - Electric accumulators; nickel-metal hydride, including separators, whether or not rectangular (including square)", - "parent": "8507", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850760", - "text": "850760 - Electric accumulators; lithium-ion, including separators, whether or not rectangular (including square)", - "parent": "8507", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850780", - "text": "850780 - Electric accumulators; other than lead-acid, nickel-cadmium, nickel-metal hydride and lithium-ion, including separators, whether or not rectangular (including square)", - "parent": "8507", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850790", - "text": "850790 - Electric accumulators; parts n.e.c. in heading no. 8507", - "parent": "8507", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8508", - "text": "8508 - Vacuum cleaners", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "850810", - "text": "850810 - Drills, hand-held, with self-contained electric motor", - "parent": "8508", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850811", - "text": "850811 - Vacuum cleaners, with self-contained electric motor, of a power not exceeding 1,500 W and having a dust bag or other receptacle capacity not exceeding 20L", - "parent": "8508", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850819", - "text": "850819 - Vacuum cleaners, with self-contained electric motor, n.e.c. in item no. 8508.1", - "parent": "8508", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850820", - "text": "850820 - Saws, hand-held, with self-contained electric motor", - "parent": "8508", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850860", - "text": "850860 - Vacuum cleaners, other than with a self-contained electric motor", - "parent": "8508", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850870", - "text": "850870 - Parts of vacuum cleaners", - "parent": "8508", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850880", - "text": "850880 - Tools, hand-held, with electric motor, not drills/saw", - "parent": "8508", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850890", - "text": "850890 - Parts, hand tools with self-contained electric motor", - "parent": "8508", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8509", - "text": "8509 - Electro-mechanical domestic appliances; with self-contained electric motor, other than vacuum cleaners of heading 85.08.", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "850910", - "text": "850910 - Domestic vacuum cleaners", - "parent": "8509", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850920", - "text": "850920 - Domestic floor polishers", - "parent": "8509", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850930", - "text": "850930 - Domestic kitchen waste disposers", - "parent": "8509", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850940", - "text": "850940 - Electro-mechanical domestic appliances; food grinders and mixers, fruit or vegetable juice extractors, with self-contained electric motor", - "parent": "8509", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850980", - "text": "850980 - Electro-mechanical domestic appliances; with self-contained electric motor, other than vacuum cleaners of heading 85.08, n.e.c. in heading no. 8509", - "parent": "8509", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "850990", - "text": "850990 - Electro-mechanical domestic appliances; parts for the appliances of heading no. 8509", - "parent": "8509", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8510", - "text": "8510 - Shavers, hair clippers and hair removing appliances, with self-contained electric motor", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "851010", - "text": "851010 - Shavers; with self-contained electric motor", - "parent": "8510", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851020", - "text": "851020 - Hair clippers; with a self-contained electric motor", - "parent": "8510", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851030", - "text": "851030 - Hair-removing appliances; with self-contained electric motor", - "parent": "8510", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851090", - "text": "851090 - Shavers and hair clippers; parts of those with self-contained electric motor", - "parent": "8510", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8511", - "text": "8511 - Ignition or starting equipment; used for spark-ignition or compression-ignition internal combustion engines; generators and cut outs used in conjunction with such engines", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "851110", - "text": "851110 - Ignition or starting equipment; spark plugs, of a kind used for spark or compression-ignition internal combustion engines", - "parent": "8511", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851120", - "text": "851120 - Ignition or starting equipment; ignition magnetos, magneto-dynamos and magnetic flywheels, of a kind used for spark or compression-ignition internal combustion engines", - "parent": "8511", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851130", - "text": "851130 - Ignition or starting equipment; distributors and ignition coils of a kind used for spark-ignition or compression-ignition internal combustion engines", - "parent": "8511", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851140", - "text": "851140 - Ignition or starting equipment; starter motors and dual purpose starter-generators, of a kind used for spark or compression-ignition internal combustion engines", - "parent": "8511", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851150", - "text": "851150 - Ignition or starting equipment; generators n.e.c. in heading no. 8511, of a kind used for spark or compression-ignition internal combustion engines", - "parent": "8511", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851180", - "text": "851180 - Ignition or starting equipment; n.e.c. in heading no. 8511, of a kind used for spark or compression-ignition internal combustion engines", - "parent": "8511", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851190", - "text": "851190 - Ignition or starting equipment; parts of the equipment of heading no. 8511, for use in spark-ignition or compression-ignition internal combustion engines", - "parent": "8511", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8512", - "text": "8512 - Lighting or visual signalling equipment (excluding articles of heading no. 8539), windscreen wipers, defrosters and demisters; electrical, of a kind used for cycles or motor vehicles", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "851210", - "text": "851210 - Lighting or visual signalling equipment; electrical, of a kind used on bicycles, excluding articles of heading no. 8539", - "parent": "8512", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851220", - "text": "851220 - Lighting or visual signalling equipment; electrical, of a kind used on motor vehicles (excluding articles of heading no. 8539)", - "parent": "8512", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851230", - "text": "851230 - Sound signalling equipment; electrical, used on cycles or motor vehicles (excluding articles of heading no. 8539)", - "parent": "8512", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851240", - "text": "851240 - Windscreen wipers, defrosters and demisters; electrical, of kinds used for cycles or motor vehicles", - "parent": "8512", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851290", - "text": "851290 - Lighting or signalling equipment; electrical, (excluding articles of heading no. 8539), windscreen wipers, defrosters and demisters; parts, of those kinds used for cycles or motor vehicles", - "parent": "8512", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8513", - "text": "8513 - Lamps; portable, electric, designed to function by their own source of energy (e.g. dry batteries, accumulators, magnetos), excluding lighting equipment of heading no. 8512", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "851310", - "text": "851310 - Lamps; portable, electric, designed to function by their own source of energy (excluding lighting equipment of heading no. 8512)", - "parent": "8513", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851390", - "text": "851390 - Lamps; parts of portable, electric lamps of heading no. 8513, designed to function by their own source of energy", - "parent": "8513", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8514", - "text": "8514 - Industrial or laboratory electric furnaces and ovens (including those functioning by induction or dielectric loss); other industrial or laboratory equipment for the heat treatment of materials by induction or dielectric loss", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "851410", - "text": "851410 - Furnaces and ovens; electric, for industrial or laboratory use, resistance heated", - "parent": "8514", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851411", - "text": "851411 - Furnaces and ovens; electric, for industrial or laboratory use, resistance heated; hot isostatic presses", - "parent": "8514", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851419", - "text": "851419 - Furnaces and ovens; electric, for industrial or laboratory use, resistance heated; other than hot isostatic presses, for the manufacture of semiconductor devices on semiconductor wafers", - "parent": "8514", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851420", - "text": "851420 - Furnaces and ovens; electric, for industrial or laboratory use, functioning by induction or dielectric loss", - "parent": "8514", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851430", - "text": "851430 - Furnaces and ovens; electric, for industrial or laboratory use, other than those functioning by induction, dielectric loss or resistance heated", - "parent": "8514", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851431", - "text": "851431 - Furnaces and ovens; electric, for industrial or laboratory use, other than those functioning by induction, dielectric loss or resistance heated, electron beam furnaces", - "parent": "8514", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851432", - "text": "851432 - Furnaces and ovens; electric, for industrial or laboratory use, other than those functioning by induction, dielectric loss or resistance heated, plasma and vacuum arc furnaces", - "parent": "8514", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851439", - "text": "851439 - Furnaces and ovens; electric, for industrial or laboratory use, other than those functioning by induction, dielectric loss or resistance heated, other than electron beam, plasma or vacuum arc furnaces", - "parent": "8514", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851440", - "text": "851440 - Heating equipment; for the heat treatment of materials by induction or dielectric loss, industrial or laboratory, other than furnaces and ovens", - "parent": "8514", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851490", - "text": "851490 - Furnaces, ovens and heating equipment; parts of the industrial or laboratory equipment of heading no. 8514", - "parent": "8514", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8515", - "text": "8515 - Electric (electrically heated gas) soldering, brazing, welding machines and apparatus, capable or not of cutting, electric machines and apparatus for hot spraying of metals or sintered carbides", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "851511", - "text": "851511 - Brazing or soldering machines and apparatus; soldering irons and guns, whether or not capable of cutting", - "parent": "8515", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851519", - "text": "851519 - Brazing or soldering machines and apparatus; other than soldering irons and guns, whether or not capable of cutting", - "parent": "8515", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851521", - "text": "851521 - Welding machines and apparatus; for resistance welding of metal, fully or partly automatic, whether or not capable of cutting", - "parent": "8515", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851529", - "text": "851529 - Welding machines and apparatus; for resistance welding of metal, other than fully or partly automatic, whether or not capable of cutting", - "parent": "8515", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851531", - "text": "851531 - Welding machines and apparatus; for arc (including plasma arc) welding of metals, fully or partly automatic, whether or not capable of cutting", - "parent": "8515", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851539", - "text": "851539 - Welding machines and apparatus; for arc (including plasma arc) welding of metals, other than fully or partly automatic, whether or not capable of cutting", - "parent": "8515", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851580", - "text": "851580 - Welding machines and apparatus; n.e.c. in heading no. 8515, whether or not capable of cutting", - "parent": "8515", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851590", - "text": "851590 - Welding, brazing or soldering machines; parts of the machines of heading no. 8515", - "parent": "8515", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8516", - "text": "8516 - Electric water, space, soil heaters; electro-thermic hair-dressing apparatus; hand dryers, irons; electro-thermic appliances for domestic purposes; electro heating resistors, not of heading no. 8545", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "851610", - "text": "851610 - Heaters; electric, instantaneous or storage water and immersion heaters", - "parent": "8516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851621", - "text": "851621 - Heating apparatus; electric storage heating radiators", - "parent": "8516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851629", - "text": "851629 - Heating apparatus; electric soil heating apparatus and space heating apparatus (excluding storage heating radiators)", - "parent": "8516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851631", - "text": "851631 - Hair-dressing apparatus; electro-thermic hair dryers", - "parent": "8516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851632", - "text": "851632 - Hair-dressing apparatus; electro-thermic, other than hair dryers", - "parent": "8516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851633", - "text": "851633 - Hand-drying apparatus; electro-thermic", - "parent": "8516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851640", - "text": "851640 - Smoothing irons; electric", - "parent": "8516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851650", - "text": "851650 - Ovens; microwave, of a kind used for domestic purposes", - "parent": "8516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851660", - "text": "851660 - Ovens, cookers, cooking plates, boiling rings, grillers and roasters; of a kind used for domestic purposes (excluding microwaves)", - "parent": "8516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851671", - "text": "851671 - Electro-thermic appliances; coffee or tea makers, of a kind used for domestic purposes", - "parent": "8516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851672", - "text": "851672 - Electro-thermic appliances; toasters, of a kind used for domestic purposes", - "parent": "8516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851679", - "text": "851679 - Electro-thermic appliances; n.e.c. in heading no. 8516, used for domestic purposes", - "parent": "8516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851680", - "text": "851680 - Resistors; electric heating, other than those of heading no. 8545", - "parent": "8516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851690", - "text": "851690 - Electro-thermic appliances; parts, of heating resistors, of water, space and soil heaters, hair-dressing apparatus, hand dryers, smoothing irons and other domestic appliances of heading no. 8516", - "parent": "8516", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8517", - "text": "8517 - Telephone sets, including smartphones and other telephones for cellular/wireless networks; other apparatus for the transmission or reception of voice, images or other data (including wired/wireless networks), excluding items of 8443, 8525, 8527, or 8528", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "851710", - "text": "851710 - Telephone sets", - "parent": "8517", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851711", - "text": "851711 - Line telephone sets with cordless handsets", - "parent": "8517", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851712", - "text": "851712 - Telephones for cellular networks or for other wireless networks", - "parent": "8517", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851713", - "text": "851713 - Telephone sets; smartphones for cellular or other wireless networks", - "parent": "8517", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851714", - "text": "851714 - Telephone sets; other than smartphones, for cellular or other wireless networks", - "parent": "8517", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851718", - "text": "851718 - Telephone sets n.e.c. in item no. 8517.1", - "parent": "8517", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851719", - "text": "851719 - Telephone sets, nes", - "parent": "8517", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851720", - "text": "851720 - Teleprinters", - "parent": "8517", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851721", - "text": "851721 - Facsimiles machines", - "parent": "8517", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851722", - "text": "851722 - Teleprinters", - "parent": "8517", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851730", - "text": "851730 - Telephonic or telegraphic switching apparatus", - "parent": "8517", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851740", - "text": "851740 - Apparatus, for carrier-current line systems, nes", - "parent": "8517", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851750", - "text": "851750 - Apparatus for carrier-cu", - "parent": "8517", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851761", - "text": "851761 - Base stations", - "parent": "8517", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851762", - "text": "851762 - Communication apparatus (excluding telephone sets or base stations); machines for the reception, conversion and transmission or regeneration of voice, images or other data, including switching and routing apparatus", - "parent": "8517", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851769", - "text": "851769 - Communication apparatus (excluding telephone sets or base stations); machines for the transmission or reception of voice, images or other data (including wired/wireless networks), n.e.c. in item no. 8517.6", - "parent": "8517", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851770", - "text": "851770 - Telephone sets and other apparatus for the transmission or reception of voice, images or other data, via a wired or wireless network; parts", - "parent": "8517", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851771", - "text": "851771 - Communication apparatus; parts, aerials and aerial reflectors of all kinds, part suitable for use therewith", - "parent": "8517", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851779", - "text": "851779 - Communication apparatus; parts, other than aerials and aerial reflectors of all kinds", - "parent": "8517", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851780", - "text": "851780 - Elect apparatus for line", - "parent": "8517", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851781", - "text": "851781 - Telephonic apparatus, nes", - "parent": "8517", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851782", - "text": "851782 - Telegraphic apparatus, nes", - "parent": "8517", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851790", - "text": "851790 - Parts of line telephone/telegraph equipment, nes", - "parent": "8517", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8518", - "text": "8518 - Microphones and their stands; loudspeakers, mounted or not in their enclosures; headphones and earphones, combined or not with a microphone, and sets of a microphone and one or more loudspeakers; audio-frequency and electric sound amplifiers and sets", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "851810", - "text": "851810 - Microphones and stands therefor", - "parent": "8518", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851821", - "text": "851821 - Loudspeakers; single, mounted in their enclosures", - "parent": "8518", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851822", - "text": "851822 - Loudspeakers; multiple, mounted in the same enclosure", - "parent": "8518", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851829", - "text": "851829 - Loudspeakers; not mounted in their enclosures", - "parent": "8518", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851830", - "text": "851830 - Headphones and earphones, whether or not combined with a microphone, and sets consisting of a microphone and one or more loudspeakers", - "parent": "8518", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851840", - "text": "851840 - Amplifiers; audio-frequency electric", - "parent": "8518", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851850", - "text": "851850 - Amplifier sets; electric sound", - "parent": "8518", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851890", - "text": "851890 - Microphones, headphones, earphones, amplifier equipment; parts of the equipment of heading no. 8518", - "parent": "8518", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8519", - "text": "8519 - Sound recording or reproducing apparatus", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "851910", - "text": "851910 - Coin or disc-operated record-players", - "parent": "8519", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851920", - "text": "851920 - Sound recording or reproducing apparatus; operated by coins, banknotes, bank cards, tokens or by other means of payment", - "parent": "8519", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851921", - "text": "851921 - Record-players without built-in loudspeaker, nes", - "parent": "8519", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851929", - "text": "851929 - Record-players with loudspeakers, nes", - "parent": "8519", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851930", - "text": "851930 - Sound recording or reproducing apparatus; turntables (record-decks)", - "parent": "8519", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851931", - "text": "851931 - Turntables with automatic record changing mechanism", - "parent": "8519", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851939", - "text": "851939 - Turntables, without record changers", - "parent": "8519", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851940", - "text": "851940 - Transcribing machines", - "parent": "8519", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851950", - "text": "851950 - Sound recording or reproducing apparatus; telephone answering machines", - "parent": "8519", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851981", - "text": "851981 - Sound recording or reproducing apparatus; using magnetic, optical or semiconductor media, n.e.c. in item no 8519.20, 8519.30 or 8519.50", - "parent": "8519", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851989", - "text": "851989 - Sound recording or reproducing apparatus; n.e.c. in heading no 8519", - "parent": "8519", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851991", - "text": "851991 - Cassette players, non-recording", - "parent": "8519", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851992", - "text": "851992 - Pocket-size cassette-pla", - "parent": "8519", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851993", - "text": "851993 - Sound repr app, cassette", - "parent": "8519", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "851999", - "text": "851999 - Sound reproducing apparatus, non-recording, nes", - "parent": "8519", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8520", - "text": "8520 - Electronic sound recording equipment", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "852010", - "text": "852010 - Dictating machine requiring external power source", - "parent": "8520", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852020", - "text": "852020 - Telephone answering machines", - "parent": "8520", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852031", - "text": "852031 - Cassette type audio tape recorders, sound reproducing", - "parent": "8520", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852032", - "text": "852032 - Magnetic tape rec digita", - "parent": "8520", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852033", - "text": "852033 - Magnetic tape rec casset", - "parent": "8520", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852039", - "text": "852039 - Non-cassette audio tape recorders, sound reproducing", - "parent": "8520", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852090", - "text": "852090 - Audio recording equipment without sound reproduction", - "parent": "8520", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8521", - "text": "8521 - Video recording or reproducing apparatus", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "852110", - "text": "852110 - Video recording or reproducing apparatus; magnetic tape-type", - "parent": "8521", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852190", - "text": "852190 - Video recording or reproducing apparatus; other than magnetic tape-type", - "parent": "8521", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8522", - "text": "8522 - Sound or video recording apparatus; parts and accessories suitable for use solely or principally with the apparatus of heading 8519 or 8521", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "852210", - "text": "852210 - Sound recording or reproducing apparatus; parts and accessories thereof, pick-up cartridges", - "parent": "8522", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852290", - "text": "852290 - Sound or video recording or reproducing apparatus; parts and accessories thereof, other than pick-up cartridges", - "parent": "8522", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8523", - "text": "8523 - Discs, tapes, solid-state non-volatile storage devices, smart cards and other media for the recording of sound or of other phenomena, whether or not recorded, including matrices and masters for the production of discs, excluding products of Chapter 37", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "852311", - "text": "852311 - Unrecorded magnetic tapes, width < 4 mm", - "parent": "8523", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852312", - "text": "852312 - Unrecorded magnetic tapes, width 4-6.5 mm", - "parent": "8523", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852313", - "text": "852313 - Unrecorded magnetic tapes, width > 6.5 mm", - "parent": "8523", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852320", - "text": "852320 - Unrecorded magnetic discs", - "parent": "8523", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852321", - "text": "852321 - Magnetic media; cards incorporating a magnetic stripe, whether or not recorded, excluding products of Chapter 37", - "parent": "8523", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852329", - "text": "852329 - Magnetic media; other than cards incorporating a magnetic stripe, whether or not recorded, excluding products of Chapter 37", - "parent": "8523", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852330", - "text": "852330 - Cards incorp magnetic st", - "parent": "8523", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852340", - "text": "852340 - Optical media for the recording of sound/of other phenomena, but excl. products of Ch. 37.", - "parent": "8523", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852341", - "text": "852341 - Optical media; unrecorded, excluding products of Chapter 37", - "parent": "8523", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852349", - "text": "852349 - Optical media; recorded, excluding products of Chapter 37", - "parent": "8523", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852351", - "text": "852351 - Semiconductor media; solid-state non-volatile storage devices, whether or not recorded, excluding products of Chapter 37", - "parent": "8523", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852352", - "text": "852352 - Semiconductor media; smart cards, whether or not recorded, excluding products of Chapter 37", - "parent": "8523", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852359", - "text": "852359 - Semiconductor media; other than smart cards, whether or not recorded, excluding products of Chapter 37", - "parent": "8523", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852380", - "text": "852380 - Media n.e.c. in heading 8523, whether or not recorded, excluding products of Chapter 37", - "parent": "8523", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852390", - "text": "852390 - Unrecorded sound recording media except photo/magneti", - "parent": "8523", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8524", - "text": "8524 - Flat panel display modules, whether or not incorporating touch-sensitive screens", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "852410", - "text": "852410 - Recorded gramophone records", - "parent": "8524", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852411", - "text": "852411 - Flat panel display modules, whether or not incorporating touch-sensitive screens; of liquid crystals, without drivers or control circuits", - "parent": "8524", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852412", - "text": "852412 - Flat panel display modules, whether or not incorporating touch-sensitive screens; of organic light-emitting diodes (OLED), without drivers or control circuits", - "parent": "8524", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852419", - "text": "852419 - Flat panel display modules, whether or not incorporating touch-sensitive screens; of other than liquid crystals or organic light-emitting diodes (OLED), without drivers or control circuits", - "parent": "8524", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852421", - "text": "852421 - Recorded magnetic tapes, width < 4 mm", - "parent": "8524", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852422", - "text": "852422 - Recorded magnetic tapes, width 4-6.5 mm", - "parent": "8524", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852423", - "text": "852423 - Recorded magnetic tapes, width > 6.5 mm", - "parent": "8524", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852431", - "text": "852431 - Recorded discs for laser", - "parent": "8524", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852432", - "text": "852432 - Recorded laser discs, so", - "parent": "8524", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852439", - "text": "852439 - Recorded laser discs,nes", - "parent": "8524", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852440", - "text": "852440 - Magnetic tapes for o/t s", - "parent": "8524", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852451", - "text": "852451 - Recorded magnetic tapes,", - "parent": "8524", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852452", - "text": "852452 - Recorded magnetic tapes,", - "parent": "8524", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852453", - "text": "852453 - Recorded magnetic tapes,", - "parent": "8524", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852460", - "text": "852460 - Recorded cards w/magneti", - "parent": "8524", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852490", - "text": "852490 - Sound recordings other than photographic products nes", - "parent": "8524", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852491", - "text": "852491 - Flat panel display modules, whether or not incorporating touch-sensitive screens; of liquid crystals, with drivers or control circuits", - "parent": "8524", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852492", - "text": "852492 - Flat panel display modules, whether or not incorporating touch-sensitive screens; of organic light-emitting diodes (OLED), with drivers or control circuits", - "parent": "8524", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852499", - "text": "852499 - Flat panel display modules, whether or not incorporating touch-sensitive screens; of other than liquid crystals or organic light-emitting diodes (OLED), with drivers or control circuits", - "parent": "8524", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8525", - "text": "8525 - Transmission apparatus for radio-broadcasting or television, whether or not incorporating reception apparatus or sound recording or reproducing apparatus; television cameras, digital cameras and video camera recorders", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "852510", - "text": "852510 - Transmission apparatus for radio, telephone and TV", - "parent": "8525", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852520", - "text": "852520 - Transmit-receive apparatus for radio, TV, etc.", - "parent": "8525", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852530", - "text": "852530 - Television cameras", - "parent": "8525", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852540", - "text": "852540 - Still image video camara", - "parent": "8525", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852550", - "text": "852550 - Transmission apparatus for radio-broadcasting or television, whether or not incorporating sound recording or reproducing apparatus, not incorporating reception apparatus", - "parent": "8525", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852560", - "text": "852560 - Transmission apparatus for radio-broadcasting or television, whether or not incorporating sound recording or reproducing apparatus, incorporating reception apparatus", - "parent": "8525", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852580", - "text": "852580 - Television cameras, digital cameras and video camera recorders", - "parent": "8525", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852581", - "text": "852581 - Television cameras, digital cameras and video camera recorders; high-speed goods as specified in subheading note 1 to this chapter", - "parent": "8525", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852582", - "text": "852582 - Television cameras, digital cameras and video camera recorders; radiation-hardened or radiation-tolerant goods as specified in subheading note 2 to this chapter", - "parent": "8525", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852583", - "text": "852583 - Television cameras, digital cameras and video camera recorders; night vision goods as specified in subheading note 3 to this chapter", - "parent": "8525", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852589", - "text": "852589 - Television cameras; n.e.c. in item no 8525.8", - "parent": "8525", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8526", - "text": "8526 - Radar apparatus, radio navigational aid apparatus and radio remote control apparatus", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "852610", - "text": "852610 - Radar apparatus", - "parent": "8526", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852691", - "text": "852691 - Radio navigational aid apparatus", - "parent": "8526", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852692", - "text": "852692 - Radio remote control apparatus", - "parent": "8526", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8527", - "text": "8527 - Reception apparatus for radio-broadcasting, whether or not combined, in the same housing, with sound recording or reproducing apparatus or a clock.", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "852711", - "text": "852711 - Radio receivers, portable, with sound reproduce/recor", - "parent": "8527", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852712", - "text": "852712 - Radio broadcast receivers capable of operating without an external power source; pocket-size radio cassette-players", - "parent": "8527", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852713", - "text": "852713 - Radio broadcast receivers capable of operating without an external power source; apparatus (other than pocket-size radio cassette-players), combined with sound recording or reproducing apparatus", - "parent": "8527", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852719", - "text": "852719 - Radio broadcast receivers capable of operating without an external power source; n.e.c. in item no. 8527.1", - "parent": "8527", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852721", - "text": "852721 - Radio-broadcast receivers not capable of operating without an external source of power, of a kind used in motor vehicles; combined with sound recording or reproducing apparatus", - "parent": "8527", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852729", - "text": "852729 - Radio-broadcast receivers not capable of operating without an external source of power, of a kind used in motor vehicles; not combined with sound recording or reproducing apparatus", - "parent": "8527", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852731", - "text": "852731 - Radio-telephony receiver, with sound reproduce/record", - "parent": "8527", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852732", - "text": "852732 - Radio-telephony etc receivers, nes", - "parent": "8527", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852739", - "text": "852739 - Radio-broadcast receivers nes", - "parent": "8527", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852790", - "text": "852790 - Radio reception apparatus nes", - "parent": "8527", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852791", - "text": "852791 - Radio-broadcast receivers n.e.c. in heading no. 8527; combined with sound recording or reproducing apparatus", - "parent": "8527", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852792", - "text": "852792 - Radio-broadcast receivers n.e.c. in heading no. 8527; not combined with sound recording or reproducing apparatus but combined with a clock", - "parent": "8527", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852799", - "text": "852799 - Radio-broadcast receivers n.e.c. in heading no. 8527; not combined with sound recording or reproducing apparatus and not combined with a clock", - "parent": "8527", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8528", - "text": "8528 - Monitors and projectors, not incorporating television reception apparatus; reception apparatus for television, whether or not incorporating radio-broadcast receivers or sound or video recording or reproducing apparatus", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "852810", - "text": "852810 - Colour television receivers/monitors/projectors", - "parent": "8528", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852812", - "text": "852812 - Color television receive", - "parent": "8528", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852813", - "text": "852813 - B & W television receive", - "parent": "8528", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852820", - "text": "852820 - Monochrome television receivers/monitors/projectors", - "parent": "8528", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852821", - "text": "852821 - Color video monitors", - "parent": "8528", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852822", - "text": "852822 - B & w video monitors", - "parent": "8528", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852830", - "text": "852830 - Video projectors", - "parent": "8528", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852841", - "text": "852841 - Cathode-ray tube monitors; of a kind solely or principally used in an automatic data processing system of heading 84.71", - "parent": "8528", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852842", - "text": "852842 - Monitors; cathode-ray tube, capable of directly connecting to and designed for use with an automatic data processing machine of heading 84.71", - "parent": "8528", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852849", - "text": "852849 - Monitors; cathode-ray tube, n.e.c. in subheading 8528.42, whether or not colour", - "parent": "8528", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852851", - "text": "852851 - Monitors other than cathode-ray tube; of a kind solely or principally used in an automatic data processing system of heading 84.71", - "parent": "8528", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852852", - "text": "852852 - Monitors; other than cathode-ray tube; capable of directly connecting to and designed for use with an automatic data processing machine of heading 84.71", - "parent": "8528", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852859", - "text": "852859 - Monitors other than cathode-ray tube; n.e.c. in subheading 8528.52, whether or not colour", - "parent": "8528", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852861", - "text": "852861 - Projectors; of a kind solely or principally used in an automatic data processing system of heading 84.71", - "parent": "8528", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852862", - "text": "852862 - Projectors; capable of directly connecting to and designed for use with an automatic data processing machine of heading 84.71", - "parent": "8528", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852869", - "text": "852869 - Projectors; n.e.c. in subheading 8528.62, whether or not colour", - "parent": "8528", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852871", - "text": "852871 - Reception apparatus for television, whether or not incorporating radio-broadcast receivers or sound or video recording or reproducing apparatus; not designed to incorporate a video display or screen", - "parent": "8528", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852872", - "text": "852872 - Reception apparatus for television, whether or not incorporating radio-broadcast receivers or sound or video recording or reproducing apparatus; incorporating a colour video display or screen", - "parent": "8528", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852873", - "text": "852873 - Reception apparatus for television, whether or not incorporating radio-broadcast receivers or sound or video recording or reproducing apparatus; incorporating a monochrome video display or screen", - "parent": "8528", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8529", - "text": "8529 - Transmission apparatus; parts suitable for use solely or principally with the apparatus of heading no. 8524 to 8528", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "852910", - "text": "852910 - Reception and transmission apparatus; aerials and aerial reflectors of all kinds and parts suitable for use therewith", - "parent": "8529", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "852990", - "text": "852990 - Reception and transmission apparatus; for use with the apparatus of heading no. 8524 to 8528, excluding aerials and aerial reflectors", - "parent": "8529", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8530", - "text": "8530 - Signalling, safety or traffic control equipment; for railways, tramways, roads, inland waterways, parking facilities, port installations, airfields, excluding those of heading no. 8608", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "853010", - "text": "853010 - Signalling, safety or traffic control equipment; for railways or tramways (excluding those of heading no. 8608)", - "parent": "8530", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853080", - "text": "853080 - Signalling, safety or traffic control equipment; for roads, inland waterways, parking facilities, port installations or airfields (excluding those of heading no. 8608)", - "parent": "8530", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853090", - "text": "853090 - Signalling apparatus; parts of safety, traffic control equipment for railways, tramways, roads, inland waterways, airfields, parking facilities, port instalments (excluding those of heading no. 8608)", - "parent": "8530", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8531", - "text": "8531 - Signalling apparatus; electric sound or visual (e.g. bells, sirens, indicator panels, burglar or fire alarms), excluding those of heading no. 8512 or 8530", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "853110", - "text": "853110 - Signalling apparatus; electric, sound or visual, burglar or fire alarms and similar, other than those of heading no. 8512 or 8530", - "parent": "8531", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853120", - "text": "853120 - Signalling apparatus; electric, sound or visual, indicator panels incorporating liquid crystal devices (LCD) or light-emitting diodes (LED), excluding those of heading no. 8512 or 8530", - "parent": "8531", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853180", - "text": "853180 - Signalling apparatus; electric, sound or visual, apparatus n.e.c. in heading no. 8531, excluding those of heading no. 8512 or 8530", - "parent": "8531", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853190", - "text": "853190 - Signalling apparatus; parts of the electric, sound or visual apparatus of heading no. 8531", - "parent": "8531", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8532", - "text": "8532 - Electrical capacitors; fixed, variable or adjustable (pre-set)", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "853210", - "text": "853210 - Electrical capacitors; fixed, designed for use in 50/60 Hz circuits and having a reactive power handling capacity of not less than 0.5 kvar (power capacitors)", - "parent": "8532", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853221", - "text": "853221 - Electrical capacitors; fixed, tantalum", - "parent": "8532", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853222", - "text": "853222 - Electrical capacitors; fixed, aluminium electrolytic", - "parent": "8532", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853223", - "text": "853223 - Electrical capacitors; fixed, ceramic dielectric, single layer", - "parent": "8532", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853224", - "text": "853224 - Electrical capacitors; fixed, ceramic dielectric, multilayer", - "parent": "8532", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853225", - "text": "853225 - Electrical capacitors; fixed, dielectric of paper or plastics", - "parent": "8532", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853229", - "text": "853229 - Electrical capacitors; fixed, n.e.c. in heading no. 8532", - "parent": "8532", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853230", - "text": "853230 - Electrical capacitors; variable or adjustable (pre-set) capacitors", - "parent": "8532", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853290", - "text": "853290 - Electrical capacitors; parts of the capacitors of heading no. 8532", - "parent": "8532", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8533", - "text": "8533 - Electrical resistors (including rheostats and potentiometers), excluding heating resistors", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "853310", - "text": "853310 - Electrical resistors; fixed carbon resistors, composition or film types (including rheostats and potentiometers but excluding heating resistors)", - "parent": "8533", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853321", - "text": "853321 - Electrical resistors; fixed, for a power handling capacity not exceeding 20W (including rheostats and potentiometers but excluding heating resistors and carbon resistors)", - "parent": "8533", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853329", - "text": "853329 - Electrical resistors; fixed, for a power handling capacity exceeding 20W (including rheostats and potentiometers but excluding heating resistors and carbon resistors)", - "parent": "8533", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853331", - "text": "853331 - Electrical resistors; wirewound variable, including rheostats and potentiometers, for a power handling capacity not exceeding 20W (excluding heating)", - "parent": "8533", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853339", - "text": "853339 - Electrical resistors; wirewound variable, including rheostats and potentiometers, for a power handling capacity exceeding 20W (excluding heating)", - "parent": "8533", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853340", - "text": "853340 - Electrical resistors; variable, including rheostats and potentiometers (excluding heating)", - "parent": "8533", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853390", - "text": "853390 - Resistors; parts of the resistors of heading no. 8533", - "parent": "8533", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8534", - "text": "8534 - Circuits; printed", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "853400", - "text": "853400 - Circuits; printed", - "parent": "8534", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8535", - "text": "8535 - Electrical apparatus for switching, protecting electrical circuits, for making connections to or in electrical circuits; for a voltage exceeding 1000 volts", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "853510", - "text": "853510 - Electrical apparatus; fuses, for a voltage exceeding 1000 volts", - "parent": "8535", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853521", - "text": "853521 - Electrical apparatus; automatic circuit breakers, for a voltage exceeding 1000 volts but less than 72.5kV", - "parent": "8535", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853529", - "text": "853529 - Electrical apparatus; automatic circuit breakers, for a voltage of 72.5kV or more", - "parent": "8535", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853530", - "text": "853530 - Electrical apparatus; isolating and make-and-break switches, for a voltage exceeding 1000 volts", - "parent": "8535", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853540", - "text": "853540 - Electrical apparatus; lightning arresters, voltage limiters and surge suppressors (for a voltage exceeding 1000 volts)", - "parent": "8535", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853590", - "text": "853590 - Electrical apparatus; n.e.c. in heading no. 8535, for switching or protecting electrical circuits, for a voltage exceeding 1000 volts", - "parent": "8535", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8536", - "text": "8536 - Electrical apparatus for switching, protecting electrical circuits, for making connections to or in electrical circuits, for a voltage not exceeding 1000 volts; connectors for optical fibres, optical fibre bundles or cables", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "853610", - "text": "853610 - Electrical apparatus; fuses, for a voltage not exceeding 1000 volts", - "parent": "8536", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853620", - "text": "853620 - Electrical apparatus; automatic circuit breakers, for a voltage not exceeding 1000 volts", - "parent": "8536", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853630", - "text": "853630 - Electrical apparatus; for protecting electrical circuits, n.e.c. in heading no. 8536, for a voltage not exceeding 1000 volts", - "parent": "8536", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853641", - "text": "853641 - Electrical apparatus; relays, (for a voltage not exceeding 60 volts)", - "parent": "8536", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853649", - "text": "853649 - Electrical apparatus; relays, for a voltage exceeding 60 volts", - "parent": "8536", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853650", - "text": "853650 - Electrical apparatus; switches n.e.c. in heading no. 8536, for a voltage not exceeding 1000 volts", - "parent": "8536", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853661", - "text": "853661 - Electrical apparatus; lamp-holders, for a voltage not exceeding 1000 volts", - "parent": "8536", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853669", - "text": "853669 - Electrical apparatus; plugs and sockets, for a voltage not exceeding 1000 volts", - "parent": "8536", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853670", - "text": "853670 - Connectors for optical fibres, optical fibre bundles or cables", - "parent": "8536", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853690", - "text": "853690 - Electrical apparatus; n.e.c. in heading no. 8536, for switching or protecting electrical circuits, for a voltage not exceeding 1000 volts", - "parent": "8536", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8537", - "text": "8537 - Boards, panels, consoles, desks, cabinets, bases with apparatus of heading no. 8535, 8536 for electricity control and distribution, (other than switching apparatus of heading no. 8517)", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "853710", - "text": "853710 - Boards, panels, consoles, desks and other bases; for electric control or the distribution of electricity, (other than switching apparatus of heading no. 8517), for a voltage not exceeding 1000 volts", - "parent": "8537", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853720", - "text": "853720 - Boards, panels, consoles, desks and other bases; for electric control or the distribution of electricity, (other than switching apparatus of heading no. 8517), for a voltage exceeding 1000 volts", - "parent": "8537", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8538", - "text": "8538 - Electrical apparatus; parts suitable for use solely or principally with the apparatus of heading no. 8535, 8536 and 8537", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "853810", - "text": "853810 - Electrical apparatus; parts (e.g. boards, panels, consoles, desks, cabinets, other bases), for goods of heading no. 8537, not equipped with their apparatus", - "parent": "8538", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853890", - "text": "853890 - Electrical apparatus; parts suitable for use solely or principally with the apparatus of heading no. 8535, 8536 or 8537", - "parent": "8538", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8539", - "text": "8539 - Lamps; electric filament or discharge lamps, including sealed beam lamp units and ultra-violet or infra-red lamps, arc lamps, light-emitting diode (LED) light sources", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "853910", - "text": "853910 - Lamps; sealed beam units", - "parent": "8539", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853921", - "text": "853921 - Lamps; filament, (excluding ultra-violet or infra-red), tungsten halogen", - "parent": "8539", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853922", - "text": "853922 - Lamps; filament, (excluding ultra-violet or infra-red), of a power not exceeding 200W and for a voltage exceeding 100 volts, other than tungsten halogen", - "parent": "8539", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853929", - "text": "853929 - Lamps; filament, (excluding ultra-violet or infra-red), n.e.c. in item no. 8539.2", - "parent": "8539", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853931", - "text": "853931 - Lamps; discharge, (excluding ultra-violet), fluorescent, hot cathode", - "parent": "8539", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853932", - "text": "853932 - Lamps; discharge, (excluding ultra-violet), mercury or sodium vapour lamps, metal halide lamps", - "parent": "8539", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853939", - "text": "853939 - Lamps; discharge, (excluding ultra-violet, excluding fluorescent, hot cathode)", - "parent": "8539", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853940", - "text": "853940 - Ultra-violet or infra-red lamps, arc lamps", - "parent": "8539", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853941", - "text": "853941 - Lamps; arc-lamps", - "parent": "8539", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853949", - "text": "853949 - Lamps; ultra-violet or infra-red lamps, (excluding arc-lamps)", - "parent": "8539", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853950", - "text": "853950 - Lamps; light-emitting diode (LED) lamps", - "parent": "8539", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853951", - "text": "853951 - Lamps; light-emitting diode (LED) light sources, light-emitting diode (LED) modules", - "parent": "8539", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853952", - "text": "853952 - Lamps; light-emitting diode (LED) light sources, light-emitting diode (LED) lamps", - "parent": "8539", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "853990", - "text": "853990 - Lamps; parts of the lamps of heading no. 8539", - "parent": "8539", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8540", - "text": "8540 - Thermionic, cold cathode or photo-cathode valves and tubes (e.g. vacuum, vapour, gas filled valves and tubes, mercury arc rectifying valves and tubes, cathode-ray and television camera tubes)", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "854011", - "text": "854011 - Tubes; cathode-ray television picture tubes, including video monitor cathode-ray tubes, colour", - "parent": "8540", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854012", - "text": "854012 - Tubes; cathode-ray television picture tubes, including video monitor cathode-ray tubes, monochrome", - "parent": "8540", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854020", - "text": "854020 - Tubes; television camera tubes, image converters and intensifiers, other photo-cathode tubes", - "parent": "8540", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854030", - "text": "854030 - Cathode-ray tubes, except for television", - "parent": "8540", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854040", - "text": "854040 - Tubes; data/graphic display tubes, monochrome; data/graphic display tubes, colour, with a phosphor dot screen pitch smaller than 0.4mm", - "parent": "8540", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854041", - "text": "854041 - Magnetron tubes", - "parent": "8540", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854042", - "text": "854042 - Klystron tubes", - "parent": "8540", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854049", - "text": "854049 - Microwave tubes, except magnetron/klystron", - "parent": "8540", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854050", - "text": "854050 - Data/graphic display tubes, black & white/other monochrome", - "parent": "8540", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854060", - "text": "854060 - Tubes; cathode ray, n.e.c. in heading no. 8540", - "parent": "8540", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854071", - "text": "854071 - Tubes; microwave, magnetrons, excluding grid-controlled tubes", - "parent": "8540", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854072", - "text": "854072 - Klystrons", - "parent": "8540", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854079", - "text": "854079 - Tubes; microwave (for example klystrons, travelling wave tubes, carlinotrons), excluding magnetrons and grid-controlled tubes", - "parent": "8540", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854081", - "text": "854081 - Valves and tubes; receiver or amplifier", - "parent": "8540", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854089", - "text": "854089 - Valves and tubes; n.e.c. in heading no. 8540", - "parent": "8540", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854091", - "text": "854091 - Tubes; parts of cathode-ray tubes", - "parent": "8540", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854099", - "text": "854099 - Valves and tubes; parts of the valves and tubes of heading no. 8540, excluding parts of cathode-ray tubes", - "parent": "8540", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8541", - "text": "8541 - Semiconductor devices (e.g. diodes, transistors, semiconductor based transducers); including photovoltaic cells assembled or not in modules or panels, light-emitting diodes (LED) assembled with other LEDs or not, mounted piezo-electric crystals", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "854110", - "text": "854110 - Electrical apparatus; diodes, other than photosensitive or light-emitting diodes (LED)", - "parent": "8541", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854121", - "text": "854121 - Electrical apparatus; transistors, (other than photosensitive), with a dissipation rate of less than 1W", - "parent": "8541", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854129", - "text": "854129 - Electrical apparatus; transistors, (other than photosensitive), with a dissipation rate of 1W or more", - "parent": "8541", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854130", - "text": "854130 - Electrical apparatus; thyristors, diacs and triacs, other than photosensitive devices", - "parent": "8541", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854140", - "text": "854140 - Electrical apparatus; photosensitive, including photovoltaic cells, whether or not assembled in modules or made up into panels, light-emitting diodes (LED)", - "parent": "8541", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854141", - "text": "854141 - Electrical apparatus; photosensitive semiconductor devices, light emitting diodes (LED)", - "parent": "8541", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854142", - "text": "854142 - Electrical apparatus; photosensitive semiconductor devices, photovoltaic cells not assembled in modules or made up into panels", - "parent": "8541", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854143", - "text": "854143 - Electrical apparatus; photosensitive semiconductor devices, photovoltaic cells assembled in modules or made up into panels", - "parent": "8541", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854149", - "text": "854149 - Electrical apparatus; photosensitive semiconductor devices, diodes other than light emitting diodes and photovoltaic cells whether or not assembled in modules or made up into panels", - "parent": "8541", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854150", - "text": "854150 - Electrical apparatus; photosensitive semiconductor devices n.e.c. in heading no. 8541, including photovoltaic cells, whether or not assembled in modules or made up into panels", - "parent": "8541", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854151", - "text": "854151 - Electrical apparatus; photosensitive semiconductor devices, semiconductor-based transducers", - "parent": "8541", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854159", - "text": "854159 - Electrical apparatus; photosensitive semiconductor devices n.e.c. in heading no. 8541", - "parent": "8541", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854160", - "text": "854160 - Crystals; mounted piezo-electric", - "parent": "8541", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854190", - "text": "854190 - Electrical apparatus; parts for diodes, transistors and similar semiconductor devices and photosensitive semiconductor devices", - "parent": "8541", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8542", - "text": "8542 - Electronic integrated circuits", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "854210", - "text": "854210 - Cards incorp. an electronic integrated circuit (smart cards)", - "parent": "8542", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854211", - "text": "854211 - Monolithic integrated circuits, digital", - "parent": "8542", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854212", - "text": "854212 - Cards incorp elect integ", - "parent": "8542", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854213", - "text": "854213 - Metal oxide semiconducto", - "parent": "8542", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854214", - "text": "854214 - Circuits obtained by bip", - "parent": "8542", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854219", - "text": "854219 - Monolithic integrated circuits, except digital", - "parent": "8542", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854220", - "text": "854220 - Hybrid integrated circuits", - "parent": "8542", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854221", - "text": "854221 - Monolithic integrated circuits, digital", - "parent": "8542", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854229", - "text": "854229 - Monolithic integrated circuits, other than digital", - "parent": "8542", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854230", - "text": "854230 - Monolithic integrated ci", - "parent": "8542", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854231", - "text": "854231 - Electronic integrated circuits; processors and controllers, whether or not combined with memories, converters, logic circuits, amplifiers, clock and timing circuits, or other circuits", - "parent": "8542", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854232", - "text": "854232 - Electronic integrated circuits; memories", - "parent": "8542", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854233", - "text": "854233 - Electronic integrated circuits; amplifiers", - "parent": "8542", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854239", - "text": "854239 - Electronic integrated circuits; n.e.c. in heading no. 8542", - "parent": "8542", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854240", - "text": "854240 - Hybrid integrated circui", - "parent": "8542", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854250", - "text": "854250 - Electronic microassembli", - "parent": "8542", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854260", - "text": "854260 - Hybrid integrated circuits", - "parent": "8542", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854270", - "text": "854270 - Electronic microassemblies", - "parent": "8542", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854280", - "text": "854280 - Electronic integrated circuits/microassemblies, nes", - "parent": "8542", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854290", - "text": "854290 - Parts of electronic integrated circuits", - "parent": "8542", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8543", - "text": "8543 - Electrical machines and apparatus; having individual functions, not specified or included elsewhere in this chapter", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "854310", - "text": "854310 - Electrical machines and apparatus; particle accelerators", - "parent": "8543", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854311", - "text": "854311 - Ion implanters for dopin", - "parent": "8543", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854319", - "text": "854319 - Particle accelerators,ne", - "parent": "8543", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854320", - "text": "854320 - Electrical machines and apparatus; signal generators", - "parent": "8543", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854330", - "text": "854330 - Electrical machines and apparatus; for electroplating, electrolysis or electrophoresis", - "parent": "8543", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854340", - "text": "854340 - Electrical machines and apparatus; electronic cigarettes and similar personal electric vaporising devices", - "parent": "8543", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854370", - "text": "854370 - Electrical machines and apparatus; having individual functions, not specified or included elsewhere in this chapter, n.e.c. in heading no. 8543", - "parent": "8543", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854380", - "text": "854380 - Electrical machines and apparatus, nes", - "parent": "8543", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854381", - "text": "854381 - Proximity cards and tags", - "parent": "8543", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854389", - "text": "854389 - Electrical machines and", - "parent": "8543", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854390", - "text": "854390 - Electrical machines and apparatus; parts of the electrical goods of heading no. 8543", - "parent": "8543", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8544", - "text": "8544 - Insulated wire, cable and other electric conductors, connector fitted or not; optical fibre cables of individually sheathed fibres, whether or not assembled with electric conductors or fitted with connectors", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "854411", - "text": "854411 - Insulated electric conductors; winding wire, of copper", - "parent": "8544", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854419", - "text": "854419 - Insulated electric conductors; winding wire, (of other than copper)", - "parent": "8544", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854420", - "text": "854420 - Insulated electric conductors; co-axial cable and other co-axial electric conductors", - "parent": "8544", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854430", - "text": "854430 - Insulated electric conductors; ignition wiring sets and other wiring sets of a kind used in vehicles, aircraft or ships", - "parent": "8544", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854441", - "text": "854441 - Electric conductors, nes < 80 volts, with connectors", - "parent": "8544", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854442", - "text": "854442 - Insulated electric conductors; for a voltage not exceeding 1000 volts, fitted with connectors", - "parent": "8544", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854449", - "text": "854449 - Insulated electric conductors; for a voltage not exceeding 1000 volts, not fitted with connectors", - "parent": "8544", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854451", - "text": "854451 - Electric conductors, 80-1,000 volts, with connectors", - "parent": "8544", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854459", - "text": "854459 - Electric conductors, 80-1,000 volts, no connectors", - "parent": "8544", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854460", - "text": "854460 - Insulated electric conductors; for a voltage exceeding 1000 volts", - "parent": "8544", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854470", - "text": "854470 - Insulated electric conductors; optical fibre cables", - "parent": "8544", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8545", - "text": "8545 - Carbon electrodes, carbon brushes, lamp carbons, battery carbons and other articles of graphite or other carbon; with or without metal, of a kind used for electrical purposes", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "854511", - "text": "854511 - Carbon electrodes; with or without metal, of a kind used for furnaces", - "parent": "8545", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854519", - "text": "854519 - Carbon electrodes; with or without metal, of a kind used for other than furnaces", - "parent": "8545", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854520", - "text": "854520 - Carbon brushes; with or without metal, used for electrical purposes", - "parent": "8545", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854590", - "text": "854590 - Carbon; lamp carbons, battery carbons and other articles of graphite or other carbon, with or without metal, of a kind used for electrical purposes", - "parent": "8545", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8546", - "text": "8546 - Electrical insulators of any material", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "854610", - "text": "854610 - Electrical insulators; of glass", - "parent": "8546", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854620", - "text": "854620 - Electrical insulators; of ceramics", - "parent": "8546", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854690", - "text": "854690 - Electrical insulators; other than of glass and ceramics", - "parent": "8546", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8547", - "text": "8547 - Insulating fittings; for electrical machines, appliances, equipment, excluding insulators of heading no. 8546, electrical conduit tubing and joints therefore", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "854710", - "text": "854710 - Insulating fittings; of ceramics, for electrical machines, of insulating material only (except minor assembly parts), excluding those of heading no. 8546", - "parent": "8547", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854720", - "text": "854720 - Insulating fittings; of plastics, for electrical machines, of insulating material only (except minor assembly parts), excluding those of heading no. 8546", - "parent": "8547", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854790", - "text": "854790 - Insulating fittings; (other than of ceramics or plastics), for electrical machines, appliances and equipment, excluding insulators of heading no. 8546", - "parent": "8547", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8548", - "text": "8548 - Electrical parts of machinery or apparatus; not specified or elsewhere included in this chapter", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "854800", - "text": "854800 - Electrical parts of machinery or apparatus; not specified or elsewhere included in this chapter", - "parent": "8548", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854810", - "text": "854810 - Waste and scrap of primary cells, primary batteries and electric accumulators; spent primary cells, spent primary batteries and spent electric accumulators", - "parent": "8548", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854890", - "text": "854890 - Electrical parts of machinery or apparatus; n.e.c. in chapter 85", - "parent": "8548", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8549", - "text": "8549 - Electrical and electronic waste and scrap", - "parent": "85", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "854911", - "text": "854911 - Waste and scrap of lead-acid accumulators; spent lead-acid accumulators", - "parent": "8549", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854912", - "text": "854912 - Waste and scrap; of primary cells, primary batteries and electric accumulators, spent or not, containing lead, cadmium or mercury, other than lead-acid accumulators", - "parent": "8549", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854913", - "text": "854913 - Waste and scrap; of primary cells, primary batteries and electric accumulators, spent or not, sorted by chemical type and not containing lead, cadmium or mercury", - "parent": "8549", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854914", - "text": "854914 - Waste and scrap; of primary cells, primary batteries and electric accumulators, spent or not, unsorted and not containing lead, cadmium or mercury", - "parent": "8549", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854919", - "text": "854919 - Waste and scrap; of primary cells, primary batteries and electric accumulators, n.e.c. in item no 8549.1", - "parent": "8549", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854921", - "text": "854921 - Electrical and electronic waste and scrap; of a kind used principally for the recovery of precious metal, containing primary cells and batteries, electric accumulators, mercury-switches, glass from cathode ray tubes or other activated glass, or electrical", - "parent": "8549", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854929", - "text": "854929 - Waste and scrap; of a kind used principally for the recovery of precious metal n.e.c. in item no 8549.21", - "parent": "8549", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854931", - "text": "854931 - Electrical and electronic waste and scrap; electrical and electronic assemblies and printed circuit boards, other than those used principally for the recovery of precious metal, containing primary cells and batteries, electric accumulators, mercury-switch", - "parent": "8549", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854939", - "text": "854939 - Waste and scrap; electrical and electronic assemblies and printed circuit boards, other than those used principally for the recovery of precious metal n.e.c. in item no 8549.31", - "parent": "8549", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854991", - "text": "854991 - Waste and scrap; n.e.c. in heading no 8549", - "parent": "8549", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "854999", - "text": "854999 - Waste and scrap; n.e.c. in item no 8549.91", - "parent": "8549", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "86", - "text": "86 - Railway, tramway locomotives, rolling-stock and parts thereof; railway or tramway track fixtures and fittings and parts thereof; mechanical (including electro-mechanical) traffic signalling equipment of all kinds", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "8601", - "text": "8601 - Rail locomotives; powered from an external source of electricity or by electric accumulators", - "parent": "86", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "860110", - "text": "860110 - Rail locomotives; powered from an external source of electricity", - "parent": "8601", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "860120", - "text": "860120 - Rail locomotives; powered by electric accumulators", - "parent": "8601", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8602", - "text": "8602 - Rail locomotives; (other than those of heading no. 8601), locomotive tenders", - "parent": "86", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "860210", - "text": "860210 - Rail locomotives; diesel-electric powered", - "parent": "8602", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "860290", - "text": "860290 - Rail locomotives and locomotive tenders; other than diesel-electric powered", - "parent": "8602", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8603", - "text": "8603 - Railway or tramway coaches, vans and trucks; self-propelled tenders, other than those of heading no. 8604", - "parent": "86", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "860310", - "text": "860310 - Railway or tramway coaches, vans and trucks; self-propelled, powered from an external source of electricity (excluding those of heading no. 8604)", - "parent": "8603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "860390", - "text": "860390 - Railway or tramway coaches, vans and trucks; self-propelled, powered other than from an external source of electricity (excluding those of heading no. 8604)", - "parent": "8603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8604", - "text": "8604 - Railway or tramway maintenance or service vehicles; whether or not self-propelled (e.g. workshops, cranes, ballast tampers, trackliners, testing coaches and track inspection vehicles)", - "parent": "86", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "860400", - "text": "860400 - Railway or tramway maintenance or service vehicles; whether or not self-propelled (e.g. workshops, cranes, ballast tampers, trackliners, testing coaches and track inspection vehicles)", - "parent": "8604", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8605", - "text": "8605 - Railway or tramway coaches; passenger coaches, luggage vans, post office coaches and other special purpose railway or tramway coaches, not self-propelled (excluding those of heading no. 8604)", - "parent": "86", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "860500", - "text": "860500 - Railway or tramway coaches; passenger coaches, luggage vans, post office coaches and other special purpose railway or tramway coaches, not self-propelled (excluding those of heading no. 8604)", - "parent": "8605", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8606", - "text": "8606 - Railway or tramway goods vans and wagons; not self-propelled", - "parent": "86", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "860610", - "text": "860610 - Railway or tramway goods vans and wagons; tank wagons and the like, not self-propelled", - "parent": "8606", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "860620", - "text": "860620 - Railway wagons, insulated/refrigerated except tank ca", - "parent": "8606", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "860630", - "text": "860630 - Railway or tramway goods vans and wagons; self-discharging, not self-propelled, excluding those of item no. 8606.10", - "parent": "8606", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "860691", - "text": "860691 - Railway or tramway goods vans and wagons; covered and closed, not self-propelled", - "parent": "8606", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "860692", - "text": "860692 - Railway or tramway goods vans and wagons; open, with non-removable sides of a height exceeding 60cm, not self-propelled", - "parent": "8606", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "860699", - "text": "860699 - Railway or tramway goods vans and wagons; n.e.c. in heading no. 8606, not self-propelled", - "parent": "8606", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8607", - "text": "8607 - Railway or tramway locomotives or rolling stock; parts thereof", - "parent": "86", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "860711", - "text": "860711 - Railway or tramway locomotives or rolling stock; parts, driving bogies and bissel-bogies", - "parent": "8607", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "860712", - "text": "860712 - Railway or tramway locomotives or rolling stock; parts, bogies and bissel-bogies (excluding driving bogies and bissel-bogies)", - "parent": "8607", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "860719", - "text": "860719 - Railway or tramway locomotives or rolling stock; parts, axles and wheels, and parts thereof", - "parent": "8607", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "860721", - "text": "860721 - Railway or tramway locomotives or rolling stock; parts, air brakes and parts thereof", - "parent": "8607", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "860729", - "text": "860729 - Railway or tramway locomotives or rolling stock; parts, brakes (other than air brakes) and parts thereof", - "parent": "8607", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "860730", - "text": "860730 - Railway or tramway locomotives or rolling stock; parts, hooks and other coupling devices, buffers and parts thereof", - "parent": "8607", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "860791", - "text": "860791 - Railway or tramway locomotives; parts n.e.c. in heading no. 8607", - "parent": "8607", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "860799", - "text": "860799 - Railway or tramway rolling stock; parts n.e.c. in heading no. 8607", - "parent": "8607", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8608", - "text": "8608 - Railway or tramway track fixtures and fittings; mechanical (including electro-mechanical) signalling, safety or traffic control equipment for railways, tramways, roads, inland waterways, parking facilities, port installations or airfields; parts thereof", - "parent": "86", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "860800", - "text": "860800 - Railway or tramway track fixtures and fittings; mechanical (including electro-mechanical) signalling, safety or traffic control equipment for railways, tramways, roads, inland waterways, parking facilities, port installations or airfields; parts thereof", - "parent": "8608", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8609", - "text": "8609 - Containers; (including containers for transport of fluids) specially designed and equipped for carriage by one or more modes of transport", - "parent": "86", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "860900", - "text": "860900 - Containers; (including containers for transport of fluids) specially designed and equipped for carriage by one or more modes of transport", - "parent": "8609", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "87", - "text": "87 - Vehicles; other than railway or tramway rolling stock, and parts and accessories thereof", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "8701", - "text": "8701 - Tractors; (other than tractors of heading no 8709)", - "parent": "87", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "870110", - "text": "870110 - Tractors; single axle", - "parent": "8701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870120", - "text": "870120 - Tractors; road, for semi-trailers", - "parent": "8701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870121", - "text": "870121 - Tractors; road tractors for semi-trailers, with only compression-ignition internal combustion piston engine (diesel or semi-diesel)", - "parent": "8701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870122", - "text": "870122 - Tractors; road tractors for semi-trailers, with both compression-ignition internal combustion piston engine (diesel or semi-diesel) and electric motors for propulsion", - "parent": "8701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870123", - "text": "870123 - Tractors; road tractors for semi-trailers, with both spark-ignition internal combustion piston engine and electric motors for propulsion", - "parent": "8701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870124", - "text": "870124 - Tractors; road tractors for semi-trailers, with only electric motors for propulsion", - "parent": "8701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870129", - "text": "870129 - Tractors; road tractors for semi-trailers, with other propulsion methods n.e.c. in item no 8701.2", - "parent": "8701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870130", - "text": "870130 - Tractors; track-laying", - "parent": "8701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870190", - "text": "870190 - Tractors; n.e.c. in heading no 8701 (other than tractors of heading no 8709)", - "parent": "8701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870191", - "text": "870191 - Tractors; n.e.c. in heading no 8701 (other than tractors of heading no 8709); of an engine power not exceeding 18kW", - "parent": "8701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870192", - "text": "870192 - Tractors; n.e.c. in heading no 8701 (other than tractors of heading no 8709); of an engine power exceeding 18kW but not exceeding 37kW", - "parent": "8701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870193", - "text": "870193 - Tractors; n.e.c. in heading no 8701 (other than tractors of heading no 8709); of an engine power exceeding 37kW but not exceeding 75kW", - "parent": "8701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870194", - "text": "870194 - Tractors; n.e.c. in heading no 8701 (other than tractors of heading no 8709); of an engine power exceeding 75kW but not exceeding 130kW", - "parent": "8701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870195", - "text": "870195 - Tractors; n.e.c. in heading no 8701 (other than tractors of heading no 8709); of an engine power exceeding 130kW", - "parent": "8701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8702", - "text": "8702 - Vehicles; public transport passenger type", - "parent": "87", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "870210", - "text": "870210 - Vehicles; public transport type (carries 10 or more persons, including driver), with only compression-ignition internal combustion piston engine (diesel or semi-diesel), new or used", - "parent": "8702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870220", - "text": "870220 - Vehicles; public transport type (carries 10 or more persons, including driver), with both compression-ignition internal combustion piston engine (diesel or semi-diesel) and electric motor for propulsion, new or used", - "parent": "8702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870230", - "text": "870230 - Vehicles; public transport type (carries 10 or more persons, including driver), with both compression-ignition internal combustion piston engine (diesel or semi-diesel) and electric motor for propulsion, new or used", - "parent": "8702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870240", - "text": "870240 - Vehicles; public transport type (carries 10 or more persons, including driver), with only electric motor for propulsion, new or used", - "parent": "8702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870290", - "text": "870290 - Vehicles; public transport type (carries 10 or more persons, including driver), n.e.c. in heading 8702, new or used", - "parent": "8702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8703", - "text": "8703 - Motor cars and other motor vehicles; principally designed for the transport of persons (other than those of heading no. 8702), including station wagons and racing cars", - "parent": "87", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "870310", - "text": "870310 - Vehicles; specially designed for travelling on snow, golf cars and similar vehicles", - "parent": "8703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870321", - "text": "870321 - Vehicles; with only spark-ignition internal combustion piston engine, cylinder capacity not over 1000cc", - "parent": "8703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870322", - "text": "870322 - Vehicles; with only spark-ignition internal combustion piston engine, cylinder capacity over 1000 but not over 1500cc", - "parent": "8703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870323", - "text": "870323 - Vehicles; with only spark-ignition internal combustion reciprocating piston engine, cylinder capacity over 1500 but not over 3000cc", - "parent": "8703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870324", - "text": "870324 - Vehicles; with only spark-ignition internal combustion reciprocating piston engine, cylinder capacity over 3000cc", - "parent": "8703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870331", - "text": "870331 - Vehicles; with only compression-ignition internal combustion piston engine (diesel or semi-diesel), cylinder capacity not over 1500cc", - "parent": "8703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870332", - "text": "870332 - Vehicles; with only compression-ignition internal combustion piston engine (diesel or semi-diesel), cylinder capacity over 1500 but not over 2500cc", - "parent": "8703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870333", - "text": "870333 - Vehicles; with only compression-ignition internal combustion piston engine (diesel or semi-diesel), cylinder capacity over 2500cc", - "parent": "8703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870340", - "text": "870340 - Vehicles; with both spark-ignition internal combustion piston engine and electric motor for propulsion, incapable of being charged by plugging to external source of electric power", - "parent": "8703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870350", - "text": "870350 - Vehicles; with both compression-ignition internal combustion piston engine (diesel or semi-diesel) and electric motor for propulsion, incapable of being charged by plugging to external source of electric power", - "parent": "8703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870360", - "text": "870360 - Vehicles; with both spark-ignition internal combustion piston engine and electric motor for propulsion, capable of being charged by plugging to external source of electric power", - "parent": "8703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870370", - "text": "870370 - Vehicles; with both compression-ignition internal combustion piston engine (diesel or semi-diesel) and electric motor for propulsion, capable of being charged by plugging to external source of electric power", - "parent": "8703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870380", - "text": "870380 - Vehicles; with only electric motor for propulsion", - "parent": "8703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870390", - "text": "870390 - Vehicles; for transport of persons (other than those of heading no. 8702) n.e.c. in heading no. 8703", - "parent": "8703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8704", - "text": "8704 - Vehicles; for the transport of goods", - "parent": "87", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "870410", - "text": "870410 - Vehicles; dumpers, designed for off-highway use, for transport of goods", - "parent": "8704", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870421", - "text": "870421 - Vehicles; with only compression-ignition internal combustion piston engine (diesel or semi-diesel), for transport of goods, (of a gvw not exceeding 5 tonnes), n.e.c. in item no 8704.1", - "parent": "8704", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870422", - "text": "870422 - Vehicles; with only compression-ignition internal combustion piston engine (diesel or semi-diesel), for transport of goods, (of a g.v.w. exceeding 5 tonnes but not exceeding 20 tonnes), n.e.c. in item no 8704.1", - "parent": "8704", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870423", - "text": "870423 - Vehicles; with only compression-ignition internal combustion piston engine (diesel or semi-diesel), for transport of goods, (of a g.v.w. exceeding 20 tonnes), n.e.c. in item no 8704.1", - "parent": "8704", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870431", - "text": "870431 - Vehicles; with only spark-ignition internal combustion piston engine, for transport of goods, (of a g.v.w. not exceeding 5 tonnes), n.e.c. in item no 8704.1", - "parent": "8704", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870432", - "text": "870432 - Vehicles; with only spark-ignition internal combustion piston engine, for transport of goods, (of a g.v.w. exceeding 5 tonnes), n.e.c. in item no 8704.1", - "parent": "8704", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870441", - "text": "870441 - Vehicles; with both compression-ignition internal combustion piston engine (diesel/semi-diesel) and electric motor as motor for propulsion, unassembled as in section 14, (gvw not exceeding 5000kg), for the transport of goods, vans", - "parent": "8704", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870442", - "text": "870442 - Vehicles; with both compression-ignition internal combustion piston engine (diesel/semi-diesel) and electric motors for propulsion, of a g.v.w. exceeding 5,000kg but not exceeding 20,000kg", - "parent": "8704", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870443", - "text": "870443 - Vehicles; with both compression-ignition internal combustion piston engine (diesel/semi-diesel) and electric motors for propulsion, of a g.v.w. exceeding 20,000kg", - "parent": "8704", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870451", - "text": "870451 - Vehicles; with both spark-ignition internal combustion piston engine and electric motors for propulsion, of a g.v.w. not exceeding 5,000kg", - "parent": "8704", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870452", - "text": "870452 - Vehicles; with both spark-ignition internal combustion piston engine and electric motors for propulsion, of a g.v.w. exceeding 5,000kg", - "parent": "8704", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870460", - "text": "870460 - Vehicles; with only electric motor for propulsion", - "parent": "8704", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870490", - "text": "870490 - Vehicles; for transport of goods, n.e.c. in heading no. 8704", - "parent": "8704", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8705", - "text": "8705 - Special purpose motor vehicles; not those for the transport of persons or goods (e.g. breakdown lorries, road sweeper lorries, spraying lorries, mobile workshops, mobile radiological units etc)", - "parent": "87", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "870510", - "text": "870510 - Vehicles; crane lorries", - "parent": "8705", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870520", - "text": "870520 - Vehicles; mobile drilling derricks", - "parent": "8705", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870530", - "text": "870530 - Vehicles; fire fighting vehicles", - "parent": "8705", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870540", - "text": "870540 - Vehicles; concrete-mixer lorries", - "parent": "8705", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870590", - "text": "870590 - Vehicles; break-down lorries, road-sweepers, spraying lorries, mobile workshops, mobile radiological units, and other special purpose vehicles n.e.c. in heading no. 8705", - "parent": "8705", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8706", - "text": "8706 - Chassis; fitted with engines, for the motor vehicles of heading no. 8701 to 8705", - "parent": "87", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "870600", - "text": "870600 - Chassis; fitted with engines, for the motor vehicles of heading no. 8701 to 8705", - "parent": "8706", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8707", - "text": "8707 - Bodies; (including cabs) for the motor vehicles of heading no. 8701 to 8705", - "parent": "87", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "870710", - "text": "870710 - Vehicles; bodies (including cabs) for the motor vehicles of heading no. 8703", - "parent": "8707", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870790", - "text": "870790 - Vehicles; bodies (including cabs) for the motor vehicles of heading no. 8701, 8702, 8704 or 8705", - "parent": "8707", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8708", - "text": "8708 - Motor vehicles; parts and accessories, of heading no. 8701 to 8705", - "parent": "87", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "870810", - "text": "870810 - Vehicles; bumpers and parts thereof, for the vehicles of heading no. 8701 to 8705", - "parent": "8708", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870821", - "text": "870821 - Vehicles; parts of bodies, safety seat belts", - "parent": "8708", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870822", - "text": "870822 - Vehicles; parts and accessories, front windscreens (windshields), rear windows and other windows specified in subheading note 1 to this chapter", - "parent": "8708", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870829", - "text": "870829 - Vehicles; parts and accessories, of bodies, other than safety seat belts", - "parent": "8708", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870830", - "text": "870830 - Vehicle parts; brakes, servo-brakes and parts thereof", - "parent": "8708", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870831", - "text": "870831 - Mounted brake linings for motor vehicles", - "parent": "8708", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870839", - "text": "870839 - Brake system parts except linings for motor vehicles", - "parent": "8708", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870840", - "text": "870840 - Vehicle parts; gear boxes and parts thereof", - "parent": "8708", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870850", - "text": "870850 - Vehicle parts; drive-axles with differential, whether or not provided with other transmission components, and non-driving axles; parts thereof", - "parent": "8708", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870860", - "text": "870860 - Non-driving axles/parts for motor vehicles", - "parent": "8708", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870870", - "text": "870870 - Vehicle parts; road wheels and parts and accessories thereof", - "parent": "8708", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870880", - "text": "870880 - Vehicle parts; suspension systems and parts thereof (including shock-absorbers)", - "parent": "8708", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870891", - "text": "870891 - Vehicle parts; radiators and parts thereof", - "parent": "8708", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870892", - "text": "870892 - Vehicle parts; silencers (mufflers) and exhaust pipes; parts thereof", - "parent": "8708", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870893", - "text": "870893 - Vehicle parts; clutches and parts thereof", - "parent": "8708", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870894", - "text": "870894 - Vehicle parts; steering wheels, steering columns and steering boxes; parts thereof", - "parent": "8708", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870895", - "text": "870895 - Vehicle parts; safety airbags with inflater system; parts thereof", - "parent": "8708", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870899", - "text": "870899 - Vehicle parts and accessories; n.e.c. in heading no. 8708", - "parent": "8708", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8709", - "text": "8709 - Works trucks, self-propelled, (not fitted with lifting or handling equipment), for factories, warehouses etc, for short distance transport of goods, tractors used on railway station platforms; parts thereof", - "parent": "87", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "870911", - "text": "870911 - Vehicles; electrical, self-propelled, (not fitted with lifting or handling equipment), of the type used for short distance transport of goods in factories, warehouses, dock areas or airports", - "parent": "8709", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870919", - "text": "870919 - Vehicles; (not electrical), self-propelled, without handling equipment, used for short distance transport of goods in factories, airports and such, and tractors of the type used on railway station platforms", - "parent": "8709", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "870990", - "text": "870990 - Vehicles; parts of the vehicles of heading no. 8709", - "parent": "8709", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8710", - "text": "8710 - Tanks and other armoured fighting vehicles; motorised, whether or not fitted with weapons, and parts of such vehicles", - "parent": "87", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "871000", - "text": "871000 - Tanks and other armoured fighting vehicles; motorised, whether or not fitted with weapons, and parts of such vehicles", - "parent": "8710", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8711", - "text": "8711 - Motorcycles (including mopeds) and cycles; fitted with an auxiliary motor, with or without side-cars; side-cars", - "parent": "87", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "871110", - "text": "871110 - Motorcycles (including mopeds) and cycles; fitted with an auxiliary motor, with internal combustion piston engine of a cylinder capacity not exceeding 50cc, with or without side-cars; side-cars", - "parent": "8711", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "871120", - "text": "871120 - Motorcycles (including mopeds) and cycles; fitted with an auxiliary motor, internal combustion piston engine, of cylinder capacity exceeding 50cc but not exceeding 250cc, with or without side-cars; side-cars", - "parent": "8711", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "871130", - "text": "871130 - Motorcycles (including mopeds) and cycles; fitted with an auxiliary motor, internal combustion piston engine, of cylinder capacity exceeding 250cc but not exceeding 500cc, with or without side-cars; side-cars", - "parent": "8711", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "871140", - "text": "871140 - Motorcycles (including mopeds) and cycles; fitted with auxiliary motor, internal combustion piston engine of cylinder capacity exceeding 500cc but not exceeding 800cc, with or without sidecars; side-cars", - "parent": "8711", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "871150", - "text": "871150 - Motorcycles (including mopeds) and cycles; fitted with auxiliary motor, with internal combustion piston engine of a cylinder capacity exceeding 800cc, with or without side-cars; side-cars", - "parent": "8711", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "871160", - "text": "871160 - Motorcycles (including mopeds) and cycles; fitted with auxiliary motor, with electric motor for propulsion, with or without side-cars; side-cars", - "parent": "8711", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "871190", - "text": "871190 - Motorcycles (including mopeds) and cycles; n.e.c. in heading no. 8711, fitted with auxiliary motor, with or without side-cars; side-cars", - "parent": "8711", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8712", - "text": "8712 - Bicycles and other cycles; including delivery tricycles, not motorised", - "parent": "87", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "871200", - "text": "871200 - Bicycles and other cycles; including delivery tricycles, not motorised", - "parent": "8712", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8713", - "text": "8713 - Carriages for disabled persons; whether or not motorised or otherwise mechanically propelled", - "parent": "87", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "871310", - "text": "871310 - Carriages for disabled persons; not mechanically propelled", - "parent": "8713", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "871390", - "text": "871390 - Carriages for disabled persons; mechanically propelled", - "parent": "8713", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8714", - "text": "8714 - Vehicles; parts and accessories of heading no. 8711 to 8713", - "parent": "87", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "871410", - "text": "871410 - Motorcycles (including mopeds); parts and accessories", - "parent": "8714", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "871411", - "text": "871411 - Saddles for motorcycles (incl. mopeds)", - "parent": "8714", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "871419", - "text": "871419 - Parts & accessories of motorcycles (incl. mopeds), other than saddles", - "parent": "8714", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "871420", - "text": "871420 - Carriages for disabled persons; parts and accessories thereof", - "parent": "8714", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "871491", - "text": "871491 - Cycles; frames and forks, and parts thereof", - "parent": "8714", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "871492", - "text": "871492 - Cycles; parts thereof, wheel rims and spokes", - "parent": "8714", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "871493", - "text": "871493 - Cycles; parts thereof, hubs (other than coaster braking hubs and hub brakes) and free-wheel sprocket-wheels", - "parent": "8714", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "871494", - "text": "871494 - Cycles; parts thereof, brakes, including coaster braking hubs and hub-brakes, and parts thereof", - "parent": "8714", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "871495", - "text": "871495 - Cycles; parts thereof, saddles", - "parent": "8714", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "871496", - "text": "871496 - Cycles; parts, pedals and crank-gear, and parts thereof", - "parent": "8714", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "871499", - "text": "871499 - Cycles; parts thereof, n.e.c. in item no. 8714.9", - "parent": "8714", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8715", - "text": "8715 - Baby carriages and parts thereof", - "parent": "87", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "871500", - "text": "871500 - Baby carriages and parts thereof", - "parent": "8715", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8716", - "text": "8716 - Trailers and semi-trailers; other vehicles, not mechanically propelled; parts thereof", - "parent": "87", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "871610", - "text": "871610 - Trailers and semi-trailers; of the caravan type, for housing or camping", - "parent": "8716", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "871620", - "text": "871620 - Trailers and semi-trailers; self-loading or self-unloading, for agricultural purposes", - "parent": "8716", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "871631", - "text": "871631 - Tanker trailers and tanker semi-trailers", - "parent": "8716", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "871639", - "text": "871639 - Trailers and semi-trailers; (other than tanker type)", - "parent": "8716", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "871640", - "text": "871640 - Trailers and semi-trailers; n.e.c. in item no. 8716.3", - "parent": "8716", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "871680", - "text": "871680 - Vehicles; n.e.c. in heading no. 8716", - "parent": "8716", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "871690", - "text": "871690 - Trailers, semi-trailers and other vehicles not mechanically propelled; parts thereof for heading no. 8716", - "parent": "8716", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "88", - "text": "88 - Aircraft, spacecraft, and parts thereof", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "8801", - "text": "8801 - Balloons and dirigibles; gliders, hang gliders and other non-powered aircraft.", - "parent": "88", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "880100", - "text": "880100 - Balloons and dirigibles; gliders, hang gliders and other non-powered aircraft.", - "parent": "8801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "880110", - "text": "880110 - Gliders, hang gliders", - "parent": "8801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "880190", - "text": "880190 - Balloons, dirigibles, non-powered aircraft nes", - "parent": "8801", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8802", - "text": "8802 - Aircraft n.e.c. in heading no. 8801, except unmanned aircraft of heading 8806, (e.g. helicopters, aeroplanes); spacecraft (including satellites) and suborbital and spacecraft launch vehicles", - "parent": "88", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "880211", - "text": "880211 - Helicopters, except unmanned; of an unladen weight not exceeding 2000kg", - "parent": "8802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "880212", - "text": "880212 - Helicopters, except unmanned; of an unladen weight exceeding 2000kg", - "parent": "8802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "880220", - "text": "880220 - Aeroplanes and other aircraft, except unmanned; of an unladen weight not exceeding 2000kg", - "parent": "8802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "880230", - "text": "880230 - Aeroplanes and other aircraft, except unmanned; of an unladen weight exceeding 2000kg but not exceeding 15,000kg", - "parent": "8802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "880240", - "text": "880240 - Aeroplanes and other aircraft, except unmanned; of an unladen weight exceeding 15,000kg", - "parent": "8802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "880250", - "text": "880250 - Spacecraft, satellites and spacecraft launch vehicles", - "parent": "8802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "880260", - "text": "880260 - Spacecraft; (including satellites) and suborbital and spacecraft launch vehicles", - "parent": "8802", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8803", - "text": "8803 - Aircraft; parts of heading no. 8801 or 8802", - "parent": "88", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "880310", - "text": "880310 - Aircraft and spacecraft; propellers and rotors and parts thereof", - "parent": "8803", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "880320", - "text": "880320 - Aircraft and spacecraft; under-carriages and parts thereof", - "parent": "8803", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "880330", - "text": "880330 - Aircraft and spacecraft; parts of aeroplanes or helicopters n.e.c. in heading no. 8803", - "parent": "8803", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "880390", - "text": "880390 - Aircraft and spacecraft; parts thereof n.e.c. in chapter 88", - "parent": "8803", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8804", - "text": "8804 - Parachutes (including dirigible parachutes and paragliders) and rotochutes; parts thereof and accessories thereto", - "parent": "88", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "880400", - "text": "880400 - Parachutes (including dirigible parachutes and paragliders) and rotochutes; parts thereof and accessories thereto", - "parent": "8804", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8805", - "text": "8805 - Aircraft launching gear, deck-arrestor or similar gear, ground flying trainers; parts of the foregoing articles", - "parent": "88", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "880510", - "text": "880510 - Aircraft launching gear, deck-arrestor or similar gear and parts thereof", - "parent": "8805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "880520", - "text": "880520 - Flight simulators, parts thereof", - "parent": "8805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "880521", - "text": "880521 - Ground flying trainers and parts thereof; air combat simulators and parts thereof", - "parent": "8805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "880529", - "text": "880529 - Ground flying trainers and parts thereof; other than air combat simulators and parts thereof", - "parent": "8805", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8806", - "text": "8806 - Unmanned aircraft", - "parent": "88", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "880610", - "text": "880610 - Unmanned aircraft; for carriage of passengers", - "parent": "8806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "880621", - "text": "880621 - Unmanned aircraft; for remote-controlled flight only, for other than for carriage of passengers, with the maximum take-off weight of not more than 250g", - "parent": "8806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "880622", - "text": "880622 - Unmanned aircraft; for remote-controlled flight only, for other than for carriage of passengers, with the maximum take-off weight of more than 250g but not more than 7kg", - "parent": "8806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "880623", - "text": "880623 - Unmanned aircraft; for remote-controlled flight only, for other than for carriage of passengers, with the maximum take-off weight of more than 7kg but not more than 25kg", - "parent": "8806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "880624", - "text": "880624 - Unmanned aircraft; for remote-controlled flight only, for other than for carriage of passengers, with the maximum take-off weight of more than 25kg but not more than 150kg", - "parent": "8806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "880629", - "text": "880629 - Unmanned aircraft; for remote-controlled flight only, for other than for carriage of passengers, with the maximum take-off weight of more than 150kg", - "parent": "8806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "880691", - "text": "880691 - Unmanned aircraft; for other than remote-controlled flight and other than for carriage of passengers with a maximum take-off weight not more than 250g", - "parent": "8806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "880692", - "text": "880692 - Unmanned aircraft; for other than remote-controlled flight and other than for carriage of passengers with a maximum take-off weight more than 250g but not more than 7kg", - "parent": "8806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "880693", - "text": "880693 - Unmanned aircraft; for other than remote-controlled flight and other than for carriage of passengers with a maximum take-off weight more than 7kg but not more than 25kg", - "parent": "8806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "880694", - "text": "880694 - Unmanned aircraft; for other than remote-controlled flight and other than for carriage of passengers with a maximum take-off weight more than 25kg but not more than 150kg", - "parent": "8806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "880699", - "text": "880699 - Unmanned aircraft; for other than remote-controlled flight and other than for carriage of passengers with a maximum take-off weight more than 150kg", - "parent": "8806", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8807", - "text": "8807 - Aircraft; parts of goods of heading 8801, 8802 or 8806", - "parent": "88", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "880710", - "text": "880710 - Aircraft and spacecraft; propellers and rotors and parts thereof", - "parent": "8807", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "880720", - "text": "880720 - Aircraft and spacecraft; under-carriages and parts thereof", - "parent": "8807", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "880730", - "text": "880730 - Aircraft and spacecraft; parts of aeroplanes, helicopters or unmanned aircraft n.e.c. in heading no. 8807", - "parent": "8807", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "880790", - "text": "880790 - Aircraft and spacecraft; parts thereof n.e.c. in chapter 88", - "parent": "8807", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "89", - "text": "89 - Ships, boats and floating structures", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "8901", - "text": "8901 - Cruise ships, excursion boats, ferry-boats, cargo ships, barges and similar vessels for the transport of persons or goods", - "parent": "89", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "890110", - "text": "890110 - Cruise ships, excursion boats and similar vessels, principally designed for the transport of persons, ferry boats of all kinds", - "parent": "8901", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "890120", - "text": "890120 - Tankers", - "parent": "8901", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "890130", - "text": "890130 - Vessels, refrigerated; other than tankers", - "parent": "8901", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "890190", - "text": "890190 - Vessels; n.e.c. in heading no. 8901, for the transport of goods and other vessels for the transport of both persons and goods", - "parent": "8901", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8902", - "text": "8902 - Fishing vessels, factory ships and other vessels; for processing or preserving fishery products", - "parent": "89", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "890200", - "text": "890200 - Fishing vessels, factory ships and other vessels; for processing or preserving fishery products", - "parent": "8902", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8903", - "text": "8903 - Yachts and other vessels; for pleasure or sports, rowing boats and canoes", - "parent": "89", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "890310", - "text": "890310 - Yachts and other vessels; for pleasure or sports, rowing boats and canoes, inflatable", - "parent": "8903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "890311", - "text": "890311 - Yachts and other vessels; for pleasure or sports, inflatable (including rigid hull inflatable), fitted or designed to be fitted with a motor, unladen (net) weight (excluding the motor) not exceeding 100kg", - "parent": "8903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "890312", - "text": "890312 - Yachts and other vessels; for pleasure or sports, inflatable (including rigid hull inflatable), not designed to be used with a motor and unladen (net) weight not exceeding 100kg", - "parent": "8903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "890319", - "text": "890319 - Yachts and other vessels; for pleasure or sports, inflatable (including rigid hull inflatable), unladen (net) weight exceeding 100kg", - "parent": "8903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "890321", - "text": "890321 - Sailboats; (other than inflatable) with or without auxiliary motor, for pleasure or sports, of a length not exceeding 7.5m", - "parent": "8903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "890322", - "text": "890322 - Sailboats; (other than inflatable) with or without auxiliary motor, for pleasure or sports, of a length exceeding 7.5m but not exceeding 24m", - "parent": "8903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "890323", - "text": "890323 - Sailboats; (other than inflatable) with or without auxiliary motor, for pleasure or sports, of a length exceeding 24m", - "parent": "8903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "890331", - "text": "890331 - Motorboats; (other than outboard motorboats), for pleasure or sports, other than inflatable, of a length not exceeding 7.5m", - "parent": "8903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "890332", - "text": "890332 - Motorboats; (other than outboard motorboats), for pleasure or sports, other than inflatable, of a length exceeding 7.5m but not exceeding 24m", - "parent": "8903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "890333", - "text": "890333 - Motorboats; (other than outboard motorboats), for pleasure or sports, other than inflatable, of a length exceeding 24m", - "parent": "8903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "890391", - "text": "890391 - Sailboats; with or without auxiliary motor, for pleasure or sports, other than inflatable", - "parent": "8903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "890392", - "text": "890392 - Motorboats; (other than outboard motorboats), for pleasure or sports, other than inflatable", - "parent": "8903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "890393", - "text": "890393 - Vessels; (other than sailboats and motorboats), for pleasure or sports, other than inflatable, of a length not exceeding 7.5m", - "parent": "8903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "890399", - "text": "890399 - Vessels; (other than sailboats and motorboats), for pleasure or sports, other than inflatable, of a length exceeding 7.5m", - "parent": "8903", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8904", - "text": "8904 - Tugs and pusher craft", - "parent": "89", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "890400", - "text": "890400 - Tugs and pusher craft", - "parent": "8904", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8905", - "text": "8905 - Light-vessels, fire-floats, dredgers, floating cranes, other vessels; the navigability of which is subsidiary to main function; floating docks, floating, submersible drilling, production platforms", - "parent": "89", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "890510", - "text": "890510 - Dredgers", - "parent": "8905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "890520", - "text": "890520 - Floating or submersible drilling or production platforms", - "parent": "8905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "890590", - "text": "890590 - Vessels; light, fire-floats, floating cranes and other vessels, the navigability of which is subsidiary to their main function, floating docks", - "parent": "8905", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8906", - "text": "8906 - Vessels; other, including warships and lifeboats, other than rowing boats", - "parent": "89", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "890600", - "text": "890600 - Warships, lifeboats, hospital ships, vessels nes", - "parent": "8906", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "890610", - "text": "890610 - Vessels; warships", - "parent": "8906", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "890690", - "text": "890690 - Vessels; other, including lifeboats other than rowing boats, other than warships", - "parent": "8906", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8907", - "text": "8907 - Boats, floating structures, other (for e.g. rafts, tanks, coffer-dams, landing stages, buoys and beacons)", - "parent": "89", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "890710", - "text": "890710 - Rafts; inflatable", - "parent": "8907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "890790", - "text": "890790 - Floating structures; tanks, coffer-dams, landing stages, buoys and beacons", - "parent": "8907", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "8908", - "text": "8908 - Vessels and other floating structures; for breaking up", - "parent": "89", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "890800", - "text": "890800 - Vessels and other floating structures; for breaking up", - "parent": "8908", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "90", - "text": "90 - Optical, photographic, cinematographic, measuring, checking, medical or surgical instruments and apparatus; parts and accessories", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "9001", - "text": "9001 - Optical fibres and optical fibre bundles; optical fibre cables not of heading no. 8544; sheets, plates of polarising material; lenses, prisms, mirrors, of any material; unmounted; not non optical glass", - "parent": "90", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "900110", - "text": "900110 - Optical fibres, optical fibre bundles and cables; excluding those of heading no. 8544", - "parent": "9001", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900120", - "text": "900120 - Optical elements; polarising material, sheets and plates thereof", - "parent": "9001", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900130", - "text": "900130 - Lenses, contact; unmounted, of any material, excluding elements of glass not optically worked", - "parent": "9001", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900140", - "text": "900140 - Lenses, spectacle; unmounted, of glass, excluding elements of glass not optically worked", - "parent": "9001", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900150", - "text": "900150 - Lenses, spectacle; unmounted, of materials other than glass", - "parent": "9001", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900190", - "text": "900190 - Optical elements; lenses n.e.c. in heading no. 9001, prisms, mirrors and other optical elements, unmounted, of any material (excluding elements of glass not optically worked)", - "parent": "9001", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9002", - "text": "9002 - Lenses, prisms, mirrors and other optical elements, of any material, mounted, being parts or fittings for instruments or apparatus, other than such elements of glass not optically worked", - "parent": "90", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "900211", - "text": "900211 - Lenses; objective, for cameras, projectors or photographic enlargers or reducers, mounted, being parts or fittings for instruments or apparatus, of any material (excluding glass not optically worked)", - "parent": "9002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900219", - "text": "900219 - Lenses; objective, (other than for cameras, projectors or photographic enlargers or reducers), mounted, of any material (excluding elements of glass not optically worked)", - "parent": "9002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900220", - "text": "900220 - Filters; mounted as parts or fittings for instruments or apparatus, of any material (excluding elements of glass not optically worked)", - "parent": "9002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900290", - "text": "900290 - Optical elements; n.e.c. in heading no. 9002 (e.g. prisms and mirrors), mounted, being parts or fittings for instruments or apparatus, of any material (excluding elements of glass not optically worked)", - "parent": "9002", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9003", - "text": "9003 - Frames and mountings; for spectacles, goggles or the like, and parts", - "parent": "90", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "900311", - "text": "900311 - Frames and mountings; for spectacles, goggles or the like, of plastics", - "parent": "9003", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900319", - "text": "900319 - Frames and mountings; for spectacles, goggles or the like, of materials other than plastics", - "parent": "9003", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900390", - "text": "900390 - Frames and mountings; parts for spectacles, goggles or the like", - "parent": "9003", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9004", - "text": "9004 - Spectacles, goggles and the like; corrective, protective or other", - "parent": "90", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "900410", - "text": "900410 - Sunglasses; corrective, protective or other", - "parent": "9004", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900490", - "text": "900490 - Spectacles, goggles and the like; (other than sunglasses) corrective, protective or other", - "parent": "9004", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9005", - "text": "9005 - Binoculars, monoculars, other optical telescopes, mountings therefore; other astronomical instruments, mountings therefore, but not including instruments for radio-astronomy", - "parent": "90", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "900510", - "text": "900510 - Binoculars", - "parent": "9005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900580", - "text": "900580 - Monoculars; other optical telescopes and astronomical instruments, excluding instruments for radio-astronomy", - "parent": "9005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900590", - "text": "900590 - Binoculars, monoculars, other optical telescopes, astronomical instruments (excluding those of radio-astronomy); parts and accessories (including mountings)", - "parent": "9005", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9006", - "text": "9006 - Cameras, photographic (excluding cinematographic); photographic flashlight apparatus and flashbulbs other than discharge lamps of heading no. 8539", - "parent": "90", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "900610", - "text": "900610 - Cameras, photographic (excluding cinematographic); of a kind used for preparing printing plates or cylinders", - "parent": "9006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900620", - "text": "900620 - Cameras for recording microfilm etc", - "parent": "9006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900630", - "text": "900630 - Cameras, photographic (excluding cinematographic); specially designed for underwater use, aerial survey, medical or surgical examination of internal organs; comparison cameras for forensic or criminological use", - "parent": "9006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900640", - "text": "900640 - Cameras, photographic (excluding cinematographic); instant print cameras", - "parent": "9006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900651", - "text": "900651 - Cameras, photographic (excluding cinematographic); with a through-the-lens viewfinder, single lens reflex (SLR), for a roll film of a width not exceeding 35mm", - "parent": "9006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900652", - "text": "900652 - Cameras, photographic (excluding cinematographic); of a kind (not SLR) for roll film of a width less than 35mm", - "parent": "9006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900653", - "text": "900653 - Cameras, photographic (excluding cinematographic), for roll film of a width of 35mm", - "parent": "9006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900659", - "text": "900659 - Cameras, photographic (excluding cinematographic); n.e.c. in heading no 9006", - "parent": "9006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900661", - "text": "900661 - Photographic flashlight apparatus; discharge lamp (electronic)", - "parent": "9006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900662", - "text": "900662 - Flashbulbs, flashcubes and the like", - "parent": "9006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900669", - "text": "900669 - Photographic flashlight apparatus; n.e.c. in heading no. 9006", - "parent": "9006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900691", - "text": "900691 - Cameras, photographic (excluding cinematographic); parts and accessories", - "parent": "9006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900699", - "text": "900699 - Photographic flashlight apparatus; parts and accessories, for other than cameras", - "parent": "9006", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9007", - "text": "9007 - Cinematographic cameras and projectors, whether or not incorporating sound recording or reproducing apparatus", - "parent": "90", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "900710", - "text": "900710 - Cameras, cinematographic; whether or not incorporating sound recording apparatus", - "parent": "9007", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900711", - "text": "900711 - Cinematographic cameras, whether/not incorporating sound recording apparatus, for film of <16mm width/double-8mm film", - "parent": "9007", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900719", - "text": "900719 - Cinematographic cameras, whether/not incorporating sound recording apparatus, other than those for film of <16mm/double-8mm film", - "parent": "9007", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900720", - "text": "900720 - Projectors, cinematographic; whether or not incorporating sound recording or reproducing apparatus", - "parent": "9007", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900721", - "text": "900721 - Cinematographic projectors for film of <16 mm width", - "parent": "9007", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900729", - "text": "900729 - Cinematographic projectors for film of >16 mm width", - "parent": "9007", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900791", - "text": "900791 - Cameras, cinematographic; parts and accessories, whether or not incorporating sound recording apparatus", - "parent": "9007", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900792", - "text": "900792 - Projectors, cinematographic; parts and accessories, whether or not incorporating sound reproducing apparatus", - "parent": "9007", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9008", - "text": "9008 - Image projectors, other than cinematographic; photographic (other than cinematographic) enlargers and reducers", - "parent": "90", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "900810", - "text": "900810 - Slide projectors", - "parent": "9008", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900820", - "text": "900820 - Microfilm/microfiche/other microform readers, whether/not capable of producing copies", - "parent": "9008", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900830", - "text": "900830 - Image projectors (excl. of 9008.10 & 9008.20; excl. cinematographic)", - "parent": "9008", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900840", - "text": "900840 - Photographic (excl. cinematographic) enlargers & reducers", - "parent": "9008", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900850", - "text": "900850 - Image projectors, photographic enlargers and reducers, excluding cinematographic", - "parent": "9008", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900890", - "text": "900890 - Photographic (other than cinematographic) image projectors, enlargers, and reducers; parts and accessories", - "parent": "9008", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9009", - "text": "9009 - Photo-copying apparatus", - "parent": "90", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "900911", - "text": "900911 - Electrostatic photo-copyers, direct process", - "parent": "9009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900912", - "text": "900912 - Electrostatic photo-copyers, indirect process", - "parent": "9009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900921", - "text": "900921 - Photo-copying equipment with an optical system, nes", - "parent": "9009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900922", - "text": "900922 - Contact type photo-copying apparatus,nes", - "parent": "9009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900930", - "text": "900930 - Thermo-copying apparatus", - "parent": "9009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900990", - "text": "900990 - Parts and accessories for photo-copying apparatus", - "parent": "9009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900991", - "text": "900991 - Automatic document feeders for the photocopying app. of 90.09", - "parent": "9009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900992", - "text": "900992 - Paper feeders for the photocopying app. of 90.09", - "parent": "9009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900993", - "text": "900993 - Sorters for the photocopying app. of 90.09", - "parent": "9009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "900999", - "text": "900999 - Parts & accessories of the photocopying app. of 90.09, n.e.s. in 90.09", - "parent": "9009", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9010", - "text": "9010 - Photographic (including cinematographic) laboratory apparatus and equipment, n.e.c. in chapter 90; negatoscopes; projection screens", - "parent": "90", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "901010", - "text": "901010 - Photographic laboratory apparatus and equipment; for automatically developing photographic (including cinematographic) film or paper in rolls or for automatically exposing developed film to rolls of paper", - "parent": "9010", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901020", - "text": "901020 - Equipment for photographic laboratories nes", - "parent": "9010", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901030", - "text": "901030 - Projection screens", - "parent": "9010", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901041", - "text": "901041 - Direct write-on-wafer ap", - "parent": "9010", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901042", - "text": "901042 - Step and repeat aligners", - "parent": "9010", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901049", - "text": "901049 - Apparatus for projection", - "parent": "9010", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901050", - "text": "901050 - Photographic laboratory apparatus and equipment; n.e.c. in item no. 9010.10, for photographic (including cinematographic) laboratories; negatoscopes", - "parent": "9010", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901060", - "text": "901060 - Photographic laboratory apparatus and equipment (including cinematographic); projection screens", - "parent": "9010", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901090", - "text": "901090 - Photographic laboratory apparatus and equipment (including cinematographic); parts and accessories", - "parent": "9010", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9011", - "text": "9011 - Microscopes, compound optical; including those for photomicrography, cinephotomicrography or microprojection", - "parent": "90", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "901110", - "text": "901110 - Microscopes, compound optical; stereoscopic microscopes", - "parent": "9011", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901120", - "text": "901120 - Microscopes, compound optical; for photomicrography, cinephotomicrography or microprojection", - "parent": "9011", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901180", - "text": "901180 - Microscopes, compound optical; (other than stereoscopic and microscopes for photomicrography, cinephotomicrography or microprojection)", - "parent": "9011", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901190", - "text": "901190 - Microscopes, compound optical; parts and accessories (including those for photomicrography, cinephotomicrography or microprojection)", - "parent": "9011", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9012", - "text": "9012 - Microscopes (excluding optical microscopes); diffraction apparatus", - "parent": "90", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "901210", - "text": "901210 - Microscopes (excluding optical microscopes); diffraction apparatus", - "parent": "9012", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901290", - "text": "901290 - Microscopes (excluding optical microscopes); diffraction apparatus; parts and accessories", - "parent": "9012", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9013", - "text": "9013 - Lasers, other than laser diodes; other optical appliances and instruments n.e.c. in this chapter", - "parent": "90", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "901310", - "text": "901310 - Optical appliances and instruments; telescopic sights for fitting to arms; periscopes; telescopes designed to form parts of machines, appliances, instruments or apparatus of this chapter", - "parent": "9013", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901320", - "text": "901320 - Lasers; other than laser diodes", - "parent": "9013", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901380", - "text": "901380 - Optical devices, appliances and instruments; n.e.c. in heading no. 9013", - "parent": "9013", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901390", - "text": "901390 - Optical appliances and instruments; parts and accessories for articles of heading no. 9013", - "parent": "9013", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9014", - "text": "9014 - Navigational instruments and appliances; direction finding compasses", - "parent": "90", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "901410", - "text": "901410 - Navigational instruments and appliances; direction finding compasses", - "parent": "9014", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901420", - "text": "901420 - Navigational instruments and appliances; for aeronautical or space navigation (excluding compasses)", - "parent": "9014", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901480", - "text": "901480 - Navigational instruments and appliances; for navigation other than aeronautical or space navigation (excluding direction finding compasses)", - "parent": "9014", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901490", - "text": "901490 - Navigational instruments and appliances; parts and accessories", - "parent": "9014", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9015", - "text": "9015 - Surveying (including photogrammetrical surveying), hydrographic, oceanographic, hydrological, meteorological or geophysical instruments and appliances, excluding compasses, rangefinders", - "parent": "90", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "901510", - "text": "901510 - Rangefinders", - "parent": "9015", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901520", - "text": "901520 - Surveying equipment; theodolites and tachymeters (tacheometers)", - "parent": "9015", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901530", - "text": "901530 - Surveying equipment; levels", - "parent": "9015", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901540", - "text": "901540 - Surveying equipment; photogrammetrical surveying instruments and appliances", - "parent": "9015", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901580", - "text": "901580 - Surveying equipment; articles n.e.c. in heading no. 9015, including hydrographic, oceanographic, hydrological, meteorological or geophysical instruments and appliances (excluding compasses)", - "parent": "9015", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901590", - "text": "901590 - Surveying equipment; parts and accessories for articles of heading no. 9015", - "parent": "9015", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9016", - "text": "9016 - Balances; of a sensitivity of 5cg or better, with or without weights", - "parent": "90", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "901600", - "text": "901600 - Balances; of a sensitivity of 5cg or better, with or without weights", - "parent": "9016", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9017", - "text": "9017 - Drawing, marking-out, mathematical calculating instruments (drafting machines, protractors, drawing sets etc); instruments for measuring length (e.g. measuring rods, tapes, micrometers, callipers) n.e.c.", - "parent": "90", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "901710", - "text": "901710 - Drafting tables and machines; whether or not automatic", - "parent": "9017", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901720", - "text": "901720 - Drawing, marking-out or mathematical calculating instruments", - "parent": "9017", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901730", - "text": "901730 - Mathematical equipment; micrometers, callipers and gauges", - "parent": "9017", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901780", - "text": "901780 - Mathematical instruments and equipment; n.e.c. in heading no. 9017", - "parent": "9017", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901790", - "text": "901790 - Drawing, marking-out equipment and mathematical instruments; parts and accessories", - "parent": "9017", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9018", - "text": "9018 - Instruments and appliances used in medical, surgical, dental or veterinary sciences, including scintigraphic apparatus, other electro-medical apparatus and sight testing instruments", - "parent": "90", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "901811", - "text": "901811 - Medical, surgical instruments and appliances; electro-cardiographs", - "parent": "9018", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901812", - "text": "901812 - Medical, surgical instruments and appliances; ultrasonic scanning apparatus", - "parent": "9018", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901813", - "text": "901813 - Medical, surgical instruments and appliances; magnetic resonance imaging apparatus", - "parent": "9018", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901814", - "text": "901814 - Medical, surgical instruments and appliances; scintigraphic apparatus", - "parent": "9018", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901819", - "text": "901819 - Medical, surgical instruments and appliances; electro-diagnostic apparatus (including apparatus for functional exploratory examination or for checking physiological parameters), n.e.c. in item no. 9018.1", - "parent": "9018", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901820", - "text": "901820 - Medical, surgical instruments and appliances; ultra-violet or infra-red ray apparatus", - "parent": "9018", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901831", - "text": "901831 - Medical, surgical instruments and appliances; syringes, with or without needles", - "parent": "9018", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901832", - "text": "901832 - Medical, surgical instruments and appliances; tubular metal needles and needles for sutures", - "parent": "9018", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901839", - "text": "901839 - Medical, surgical instruments and appliances; catheters, cannulae and the like", - "parent": "9018", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901841", - "text": "901841 - Dental instruments and appliances; dental drill engines, whether or not combined on a single base with other dental equipment", - "parent": "9018", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901849", - "text": "901849 - Dental instruments and appliances; other than dental drill engines", - "parent": "9018", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901850", - "text": "901850 - Ophthalmic instruments and appliances", - "parent": "9018", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901890", - "text": "901890 - Medical, surgical or dental instruments and appliances; n.e.c. in heading no. 9018", - "parent": "9018", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9019", - "text": "9019 - Mechano-therapy, massage appliances; psychological aptitude testing apparatus; ozone, oxygen, aerosol therapy, artificial respiration or other therapeutic respiration apparatus", - "parent": "90", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "901910", - "text": "901910 - Mechano-therapy appliances; massage apparatus and psychological aptitude-testing apparatus", - "parent": "9019", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "901920", - "text": "901920 - Therapeutic respiration apparatus; ozone, oxygen, aerosol therapy apparatus; artificial respiration or other therapeutic respiration apparatus", - "parent": "9019", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9020", - "text": "9020 - Breathing appliances and gas masks; excluding protective masks having neither mechanical parts nor replaceable filters and excluding apparatus of item no. 9019.20", - "parent": "90", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "902000", - "text": "902000 - Breathing appliances and gas masks; excluding protective masks having neither mechanical parts nor replaceable filters and excluding apparatus of item no. 9019.20", - "parent": "9020", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9021", - "text": "9021 - Orthopaedic appliances; including crutches, surgical belts and trusses; splints and other fracture appliances; artificial parts of the body; hearing aids and other which are worn, carried or implanted in the body to compensate for a defect or disability", - "parent": "90", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "902110", - "text": "902110 - Orthopaedic or fracture appliances", - "parent": "9021", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902111", - "text": "902111 - Artificial joints", - "parent": "9021", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902119", - "text": "902119 - Orthopaedic/fracture appliances, nes", - "parent": "9021", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902121", - "text": "902121 - Dental fittings; artificial teeth", - "parent": "9021", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902129", - "text": "902129 - Dental fittings; other than artificial teeth", - "parent": "9021", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902130", - "text": "902130 - Artificial body parts, aids and appliances, etc", - "parent": "9021", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902131", - "text": "902131 - Artificial parts of the body", - "parent": "9021", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902139", - "text": "902139 - Artificial parts of the body; excluding artificial joints", - "parent": "9021", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902140", - "text": "902140 - Hearing aids (excluding parts and accessories)", - "parent": "9021", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902150", - "text": "902150 - Pacemakers; for stimulating heart muscles (excluding parts and accessories)", - "parent": "9021", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902190", - "text": "902190 - Appliances; worn, carried or implanted in the body, to compensate for a defect or disability", - "parent": "9021", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9022", - "text": "9022 - Apparatus based on the use of x-rays or of alpha, beta, gamma or other ionising radiations, whether or not for medical, surgical, dental or veterinary uses, including radiography or radiotherapy apparatus, x-ray tubes and other x-ray generators, high tens", - "parent": "90", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "902211", - "text": "902211 - Medical X-ray apparatus", - "parent": "9022", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902212", - "text": "902212 - Apparatus based on the use of x-rays; including radiography or radiotherapy apparatus, whether or not for medical, surgical, dental or veterinary uses, computed tomography apparatus", - "parent": "9022", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902213", - "text": "902213 - Apparatus based on the use of x-rays; including radiography or radiotherapy apparatus, for dental uses, excluding computed tomography apparatus", - "parent": "9022", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902214", - "text": "902214 - Apparatus based on the use of x-rays; including radiography or radiotherapy apparatus, for medical, surgical or veterinary uses, not dental uses, excluding computed tomography apparatus", - "parent": "9022", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902219", - "text": "902219 - Apparatus based on the use of x-rays, including radiography or radiotherapy apparatus; for other than medical, surgical, dental or veterinary uses", - "parent": "9022", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902221", - "text": "902221 - Apparatus based on the use of alpha, beta, gamma or other ionising radiations, including radiography or radiotherapy apparatus; for medical, surgical, dental or veterinary uses", - "parent": "9022", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902229", - "text": "902229 - Apparatus based on the use of alpha, beta, gamma or other ionising radiations, including radiography or radiotherapy apparatus; (for other than medical, surgical, dental or veterinary uses)", - "parent": "9022", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902230", - "text": "902230 - X-ray tubes", - "parent": "9022", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902290", - "text": "902290 - Apparatus based on use of x-rays and similar; parts and accessories (x-ray generators, tubes, high tension generators, control panels and desks, screens, examination or treatment tables, chairs and like", - "parent": "9022", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9023", - "text": "9023 - Instruments, apparatus and models, designed for demonstrational purposes (in education or exhibitions), unsuitable for other uses", - "parent": "90", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "902300", - "text": "902300 - Instruments, apparatus and models; designed for demonstrational purposes (in education or exhibitions), unsuitable for other uses", - "parent": "9023", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9024", - "text": "9024 - Machines and appliances for testing the hardness, strength, compressibility, elasticity of other mechanical properties of materials (e.g. metals, wood, textiles, paper, plastics)", - "parent": "90", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "902410", - "text": "902410 - Machines and appliances; for testing the hardness, strength, compressibility, elasticity or other mechanical properties of metals", - "parent": "9024", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902480", - "text": "902480 - Machines and appliances; for testing the hardness, strength, compressibility, elasticity or other mechanical properties of materials other than metals", - "parent": "9024", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902490", - "text": "902490 - Machines and appliances; parts and accessories for those testing hardness, strength, compressibility, elasticity or other mechanical properties of materials (e.g. metal, wood, textiles, paper, plastics)", - "parent": "9024", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9025", - "text": "9025 - Hydrometers and similar floating instruments, thermometers, pyrometers, barometers, hygrometers and psychrometers, recording or not", - "parent": "90", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "902511", - "text": "902511 - Thermometers and pyrometers; liquid filled, for direct reading, not combined with other instruments", - "parent": "9025", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902519", - "text": "902519 - Thermometers and pyrometers; (other than liquid filled, for direct reading), not combined with other instruments", - "parent": "9025", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902520", - "text": "902520 - Barometers", - "parent": "9025", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902580", - "text": "902580 - Hydrometers and similar floating instruments, barometers, hygrometers, psychrometers, thermometers, pyrometers; recording or not, any combination of these instruments (excluding thermometers and barometers not combined with other instruments)", - "parent": "9025", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902590", - "text": "902590 - Hydrometers and similar floating instruments, barometers, hygrometers, psychrometers, thermometers, pyrometers; recording or not, any combination of these instruments, parts and accessories", - "parent": "9025", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9026", - "text": "9026 - Instruments, apparatus for measuring or checking the flow, level, pressure of liquids, gases (e.g. flow meters, heat meters etc), not instruments and apparatus of heading no. 9014, 9015, 9028 or 9032", - "parent": "90", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "902610", - "text": "902610 - Instruments and apparatus; for measuring or checking the flow or level of liquids", - "parent": "9026", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902620", - "text": "902620 - Instruments and apparatus; for measuring or checking pressure", - "parent": "9026", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902680", - "text": "902680 - Instruments and apparatus; for measuring or checking variables of liquids or gases (excluding pressure or the flow and level of liquids and those of heading no. 9014, 9015, 9028 and 9032)", - "parent": "9026", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902690", - "text": "902690 - Instruments and apparatus; parts and accessories for those measuring or checking the flow, level, pressure or other variables of liquids or gases (excluding those of heading no. 9014, 9015, 9028 or 9032)", - "parent": "9026", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9027", - "text": "9027 - Instruments and apparatus; for physical or chemical analysis (e.g. polarimeters, spectrometers), for measuring or checking viscosity, porosity, etc, for measuring quantities of heat, sound or light", - "parent": "90", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "902710", - "text": "902710 - Instruments and apparatus; gas or smoke analysis apparatus, for physical or chemical analysis", - "parent": "9027", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902720", - "text": "902720 - Chromatographs and electrophoresis instruments", - "parent": "9027", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902730", - "text": "902730 - Spectrometers, spectrophotometers and spectrographs; using optical radiations (UV, visible, IR)", - "parent": "9027", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902740", - "text": "902740 - Exposure meters", - "parent": "9027", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902750", - "text": "902750 - Instruments and apparatus; using optical radiations (UV, visible, IR), (other than spectrometers, spectrophotometers and spectrographs)", - "parent": "9027", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902780", - "text": "902780 - Instruments and apparatus; for physical or chemical analysis, for measuring or checking viscosity, porosity, expansion, surface tension or quantities of heat, sound or light, n.e.c. in heading no. 9027", - "parent": "9027", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902781", - "text": "902781 - Instruments and apparatus; for physical or chemical analysis, for measuring or checking viscosity, porosity, expansion, surface tension or quantities of heat, sound or light, mass spectrometers", - "parent": "9027", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902789", - "text": "902789 - Instruments and apparatus; for physical or chemical analysis, for measuring or checking viscosity, porosity, expansion, surface tension or quantities of heat, sound or light, exposure meters", - "parent": "9027", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902790", - "text": "902790 - Microtomes and parts and accessories thereof", - "parent": "9027", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9028", - "text": "9028 - Gas, liquid or electricity supply or production meters, including calibrating meters therefor", - "parent": "90", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "902810", - "text": "902810 - Meters; gas, supply or production meters, including calibrating meters thereof", - "parent": "9028", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902820", - "text": "902820 - Meters; liquid supply or production meters, including calibrating meters thereof", - "parent": "9028", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902830", - "text": "902830 - Meters; electricity supply or production meters, including calibrating meters thereof", - "parent": "9028", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902890", - "text": "902890 - Meters; parts and accessories of gas, liquid, electricity supply or production meters, including calibrating meters thereof", - "parent": "9028", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9029", - "text": "9029 - Revolution counter, production counters, taximeters, mileometers, pedometers and the like, speed indicators and tachometers, other than those of heading no. 9015, stroboscopes", - "parent": "90", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "902910", - "text": "902910 - Meters and counters; revolution counters, production counters, taximeters, mileometers, pedometers and the like", - "parent": "9029", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902920", - "text": "902920 - Meters; speed indicators and tachometers; stroboscopes", - "parent": "9029", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "902990", - "text": "902990 - Meters and counters; parts and accessories for revolution and production counters, taximeters, mileometers, pedometers and the like; speed indicators, tachometers (excluding heading no. 9015), stroboscopes", - "parent": "9029", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9030", - "text": "9030 - Instruments, apparatus for measuring, checking electrical quantities not meters of heading no. 9028; instruments, apparatus for measuring or detecting alpha, beta, gamma, x-ray, cosmic and other radiations", - "parent": "90", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "903010", - "text": "903010 - Instruments and apparatus; for measuring or detecting ionising radiations", - "parent": "9030", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "903020", - "text": "903020 - Oscilloscopes and oscillographs", - "parent": "9030", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "903031", - "text": "903031 - Multimeters; for measuring or checking voltage, current, resistance or power (other than those for measuring or checking semiconductor wafer or devices), without a recording device", - "parent": "9030", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "903032", - "text": "903032 - Multimeters; for measuring or checking voltage, current, resistance or power, with a recording device", - "parent": "9030", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "903033", - "text": "903033 - Instruments and apparatus; for measuring or checking voltage, current, resistance or power, without a recording device (excluding multimeters)", - "parent": "9030", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "903039", - "text": "903039 - Instruments and apparatus; for measuring or checking voltage, current, resistance or power, with a recording device (excluding multimeters)", - "parent": "9030", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "903040", - "text": "903040 - Instruments and apparatus; specially designed for telecommunications (e.g. cross-talk meters, gain measuring instruments, distortion factor meters, psophometers)", - "parent": "9030", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "903081", - "text": "903081 - Electrical measurement recording instruments", - "parent": "9030", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "903082", - "text": "903082 - Instruments and apparatus; for measuring or checking semiconductor wafers or devices (including integrated circuits)", - "parent": "9030", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "903083", - "text": "903083 - Instr f/radiat mes,recor", - "parent": "9030", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "903084", - "text": "903084 - Instruments and apparatus; n.e.c. in heading no. 9030, with a recording device", - "parent": "9030", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "903089", - "text": "903089 - Instruments and apparatus; n.e.c. in heading no. 9030, without a recording device", - "parent": "9030", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "903090", - "text": "903090 - Instruments, apparatus for measuring, checking electrical quantities, not meters of heading no. 9028; parts and accessories, for measuring or detecting alpha, beta, gamma, x-ray, cosmic and other radiations", - "parent": "9030", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9031", - "text": "9031 - Measuring or checking instruments, appliances and machines, n.e.c. or included in this chapter; profile projectors", - "parent": "90", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "903110", - "text": "903110 - Machines; for balancing mechanical parts", - "parent": "9031", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "903120", - "text": "903120 - Test benches", - "parent": "9031", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "903130", - "text": "903130 - Profile projectors, nes", - "parent": "9031", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "903140", - "text": "903140 - Optical instruments and appliances, nes", - "parent": "9031", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "903141", - "text": "903141 - Optical instruments and appliances; for inspecting semiconductor wafers or devices or for inspecting photomasks or reticles used in manufacturing semiconductor devices, n.e.c. in chapter 90", - "parent": "9031", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "903149", - "text": "903149 - Optical instruments and appliances; for measuring or checking, n.e.c. in chapter 90", - "parent": "9031", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "903180", - "text": "903180 - Instruments, appliances and machines; for measuring or checking n.e.c. in chapter 90", - "parent": "9031", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "903190", - "text": "903190 - Instruments, appliances and machines; parts and accessories for those measuring or checking devices of heading no. 9031", - "parent": "9031", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9032", - "text": "9032 - Regulating or controlling instruments and apparatus; automatic type", - "parent": "90", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "903210", - "text": "903210 - Regulating or controlling instruments and apparatus; automatic type, thermostats", - "parent": "9032", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "903220", - "text": "903220 - Regulating or controlling instruments and apparatus; automatic, manostats", - "parent": "9032", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "903281", - "text": "903281 - Regulating or controlling instruments and apparatus; automatic, hydraulic or pneumatic", - "parent": "9032", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "903289", - "text": "903289 - Regulating or controlling instruments and apparatus; automatic, other than hydraulic or pneumatic", - "parent": "9032", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "903290", - "text": "903290 - Regulating or controlling instruments and apparatus; automatic, parts and accessories", - "parent": "9032", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9033", - "text": "9033 - Machines and appliances, instruments or apparatus of chapter 90; parts and accessories n.e.c. in chapter 90", - "parent": "90", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "903300", - "text": "903300 - Machines and appliances, instruments or apparatus of chapter 90; parts and accessories n.e.c. in chapter 90", - "parent": "9033", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "91", - "text": "91 - Clocks and watches and parts thereof", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "9101", - "text": "9101 - Wrist-watches, pocket-watches, stop-watches and other watches; with case of precious metal or of metal clad with precious metal", - "parent": "91", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "910111", - "text": "910111 - Wrist-watches; electrically operated, with or without a stop-watch, with case of precious metal or of metal clad with precious metal, with mechanical display only", - "parent": "9101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "910112", - "text": "910112 - Wrist-watch, precious metal, battery, opto/electric", - "parent": "9101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "910119", - "text": "910119 - Wrist-watches; electrically operated, with or without a stop-watch, with case of precious metal or metal clad with precious metal, without mechanical display", - "parent": "9101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "910121", - "text": "910121 - Wrist-watches; (not electrically operated), automatic winding, whether or not incorporating a stop-watch facility, case of precious metal or of metal clad with precious metal", - "parent": "9101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "910129", - "text": "910129 - Wrist-watches; (not electrically operated), (not automatic winding), whether or not incorporating a stop-watch facility, case of precious metal or of metal clad with precious metal", - "parent": "9101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "910191", - "text": "910191 - Pocket-watches and other watches, including stop-watches; (excluding wrist-watches), with case of precious metal or of metal clad with precious metal, electrically operated", - "parent": "9101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "910199", - "text": "910199 - Pocket-watches and other watches, including stop-watches; (excluding wrist-watches), with case of precious metal or of metal clad with precious metal, not electrically operated", - "parent": "9101", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9102", - "text": "9102 - Wrist-watches, pocket-watches, stop-watches and other watches, other than those of heading no. 9101", - "parent": "91", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "910211", - "text": "910211 - Wrist-watches; electrically operated, with or without a stop-watch, (other than those of heading no. 9101) with mechanical display only", - "parent": "9102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "910212", - "text": "910212 - Wrist-watches; electrically operated, with or without a stop-watch, (other than those of heading no. 9101) with opto-electronic display only", - "parent": "9102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "910219", - "text": "910219 - Wrist-watches; electrically operated, with or without a stop-watch, (other than those of heading no. 9101) without mechanical or opto-electronic display", - "parent": "9102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "910221", - "text": "910221 - Wrist-watches; whether or not incorporating a stop-watch facility, with automatic winding", - "parent": "9102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "910229", - "text": "910229 - Wrist-watches; whether or not incorporating a stop-watch facility, with other than automatic winding", - "parent": "9102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "910291", - "text": "910291 - Pocket watches and other watches, including stop-watches; (excluding wrist-watches), other than those of heading no. 9101, electrically operated", - "parent": "9102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "910299", - "text": "910299 - Pocket watches and other watches, including stop-watches; (excluding wrist-watches), other than those of heading no. 9101, other than electrically operated", - "parent": "9102", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9103", - "text": "9103 - Clocks; with watch movements, excluding clocks of heading no. 9104", - "parent": "91", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "910310", - "text": "910310 - Clocks; with watch movements, electrically operated, excluding clocks of heading no. 9104", - "parent": "9103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "910390", - "text": "910390 - Clocks; with watch movements, other than electrically operated, excluding clocks of heading no. 9104", - "parent": "9103", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9104", - "text": "9104 - Instrument panel clocks and clocks of a similar type for vehicles, aircraft, spacecraft or vessels", - "parent": "91", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "910400", - "text": "910400 - Clocks; instrument panel clocks and clocks of a similar type for vehicles, aircraft, spacecraft or vessels", - "parent": "9104", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9105", - "text": "9105 - Clocks, other, n.e.c.", - "parent": "91", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "910511", - "text": "910511 - Clocks; (excluding those with watch movements and instrument panel clocks), alarm clocks, electrically operated", - "parent": "9105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "910519", - "text": "910519 - Clocks; (excluding those with watch movements and instrument panel clocks), alarm clocks, other than electrically operated", - "parent": "9105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "910521", - "text": "910521 - Clocks; (excluding those with watch movements and instrument panel clocks), wall clocks, electrically operated", - "parent": "9105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "910529", - "text": "910529 - Clocks; (excluding those with watch movements and instrument panel clocks), wall clocks, other than electrically operated", - "parent": "9105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "910591", - "text": "910591 - Clocks; (excluding those with watch movements and instrument panel clocks), (other than alarm or wall clocks), electrically operated", - "parent": "9105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "910599", - "text": "910599 - Clocks; (excluding those with watch movements and instrument panel clocks), other than alarm or wall clocks, other than electrically operated", - "parent": "9105", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9106", - "text": "9106 - Time of day recording apparatus and apparatus for measuring, recording or otherwise indicating intervals of time, with clock, watch movement or synchronous motor", - "parent": "91", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "910610", - "text": "910610 - Time recording apparatus; time-registers, time recorders, with clock, watch movement or synchronous motor", - "parent": "9106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "910620", - "text": "910620 - Parking meters", - "parent": "9106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "910690", - "text": "910690 - Time recording apparatus; with clock or watch movement or with synchronous motor, n.e.c. in heading no. 9106", - "parent": "9106", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9107", - "text": "9107 - Time switches; with clock, watch movement or synchronous motor", - "parent": "91", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "910700", - "text": "910700 - Time switches; with clock, watch movement or synchronous motor", - "parent": "9107", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9108", - "text": "9108 - Watch movements; complete and assembled", - "parent": "91", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "910811", - "text": "910811 - Watch movements; complete and assembled, electrically operated, with mechanical display only or with a device to which a mechanical display can be incorporated", - "parent": "9108", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "910812", - "text": "910812 - Watch movements; complete and assembled, electrically operated, by means of solar cells, with opto-electronic display", - "parent": "9108", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "910819", - "text": "910819 - Watch movements; complete and assembled, electrically operated, by means of solar cells, without mechanical display or device including such or opto-electronic display", - "parent": "9108", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "910820", - "text": "910820 - Watch movements; complete and assembled, with automatic winding", - "parent": "9108", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "910890", - "text": "910890 - Watch movements; complete and assembled, not automatic winding or electrically operated", - "parent": "9108", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "910891", - "text": "910891 - Watch movements, complete and assembled, nes, <33.8mm", - "parent": "9108", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "910899", - "text": "910899 - Watch movements, complete and assembled, nes", - "parent": "9108", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9109", - "text": "9109 - Clock movements; complete and assembled", - "parent": "91", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "910910", - "text": "910910 - Clock movements; complete and assembled, electrically operated", - "parent": "9109", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "910911", - "text": "910911 - Clock movements, complete & assembled, electrically operated, of alarm clocks", - "parent": "9109", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "910919", - "text": "910919 - Clock movements, complete & assembled, electrically operated, other than of alarm clocks", - "parent": "9109", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "910990", - "text": "910990 - Clock movements; complete and assembled, other than electrically operated", - "parent": "9109", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9110", - "text": "9110 - Watch or clock movements, complete, unassembled or partly assembled (movement sets); incomplete watch or clock movements, assembled; rough watch or clock movements", - "parent": "91", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "911011", - "text": "911011 - Watches; complete movements, unassembled or partly assembled (movement sets)", - "parent": "9110", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "911012", - "text": "911012 - Watches; incomplete movements, assembled", - "parent": "9110", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "911019", - "text": "911019 - Watches; rough movements", - "parent": "9110", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "911090", - "text": "911090 - Clocks; movements, whether or not complete, incomplete, assembled or unassembled", - "parent": "9110", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9111", - "text": "9111 - Watch cases and parts thereof", - "parent": "91", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "911110", - "text": "911110 - Watch cases; of precious metal or of metal clad with precious metal", - "parent": "9111", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "911120", - "text": "911120 - Watch cases; of base metal, whether or not gold-plated or silver-plated", - "parent": "9111", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "911180", - "text": "911180 - Watch cases; n.e.c. in heading no. 9111", - "parent": "9111", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "911190", - "text": "911190 - Watch cases and parts thereof", - "parent": "9111", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9112", - "text": "9112 - Clock cases and cases of a similar type for other goods of this chapter and parts thereof", - "parent": "91", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "911210", - "text": "911210 - Clock, etc cases, of metal", - "parent": "9112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "911220", - "text": "911220 - Clock cases and similar cases for other goods of chapter 91; other than watch cases", - "parent": "9112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "911280", - "text": "911280 - Clock, etc cases, except metal", - "parent": "9112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "911290", - "text": "911290 - Clock cases and similar cases for other goods of chapter 91; other than watch cases, parts thereof", - "parent": "9112", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9113", - "text": "9113 - Watch straps, watch bands, watch bracelets and parts thereof", - "parent": "91", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "911310", - "text": "911310 - Watch straps, watch bands, watch bracelets, and parts thereof; of precious metal or of metal clad with precious metal", - "parent": "9113", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "911320", - "text": "911320 - Watch straps, watch bands, watch bracelets, and parts thereof; of base metal, whether or not gold- or silver-plated", - "parent": "9113", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "911390", - "text": "911390 - Watch straps, watch bands, watch bracelets, and parts thereof; n.e.c. in heading no. 9113", - "parent": "9113", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9114", - "text": "9114 - Clock or watch parts; n.e.c. in chapter 91", - "parent": "91", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "911410", - "text": "911410 - Clock or watch parts; springs, including hairsprings", - "parent": "9114", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "911420", - "text": "911420 - Jewels for clocks/watches", - "parent": "9114", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "911430", - "text": "911430 - Clock or watch parts; dials", - "parent": "9114", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "911440", - "text": "911440 - Clock or watch parts; plates and bridges", - "parent": "9114", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "911490", - "text": "911490 - Clock or watch parts; other than springs (including hair-springs), dials, plates, and bridges", - "parent": "9114", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "92", - "text": "92 - Musical instruments; parts and accessories of such articles", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "9201", - "text": "9201 - Pianos; including automatic pianos, harpsichords and other keyboard stringed instruments", - "parent": "92", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "920110", - "text": "920110 - Musical instruments; pianos, upright, including automatic pianos", - "parent": "9201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "920120", - "text": "920120 - Musical instruments; pianos, grand", - "parent": "9201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "920190", - "text": "920190 - Musical instruments; harpsichords and other keyboard stringed instruments n.e.c. in heading no. 9201", - "parent": "9201", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9202", - "text": "9202 - Musical instruments; string, n.e.c. in heading no. 9201, (e.g. guitars, violins, harps)", - "parent": "92", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "920210", - "text": "920210 - Musical instruments; string, played with a bow (e.g. violins)", - "parent": "9202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "920290", - "text": "920290 - Musical instruments; string, played other than with a bow (e.g. guitars and harps)", - "parent": "9202", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9203", - "text": "9203 - Harmoniums, pipe organs, etc", - "parent": "92", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "920300", - "text": "920300 - Harmoniums, pipe organs, etc", - "parent": "9203", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9204", - "text": "9204 - Accordions and similar instruments, mouth organs", - "parent": "92", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "920410", - "text": "920410 - Accordions and similar instruments", - "parent": "9204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "920420", - "text": "920420 - Mouth organs (harmonicas)", - "parent": "9204", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9205", - "text": "9205 - Musical instruments; wind (e.g. keyboard pipe organs, accordions, clarinets, trumpets, bagpipes), other than fairground organs and mechanical street organs", - "parent": "92", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "920510", - "text": "920510 - Musical instruments; brass-wind (e.g. trumpets), other than fairground organs and mechanical street organs", - "parent": "9205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "920590", - "text": "920590 - Musical instruments; wind, other than brass, (eg. clarinet, bagpipes, pipe organs), other than fairground organs and mechanical street organs", - "parent": "9205", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9206", - "text": "9206 - Musical instruments; percussion (e.g. drums, xylophones, cymbals, castanets, maracas)", - "parent": "92", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "920600", - "text": "920600 - Musical instruments; percussion (e.g. drums, xylophones, cymbals, castanets, maracas)", - "parent": "9206", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9207", - "text": "9207 - Musical instruments; the sound of which is produced or must be amplified, electrically (e.g. organs, guitars, accordions)", - "parent": "92", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "920710", - "text": "920710 - Musical instruments; keyboard, (other than accordions), the sound of which is produced or must be amplified electrically", - "parent": "9207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "920790", - "text": "920790 - Musical instruments; (other than keyboard), the sound of which is produced or must be amplified electrically", - "parent": "9207", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9208", - "text": "9208 - Musical boxes, fairground and mechanical street organs, mechanical singing birds, musical saws and musical instruments n.e.c. in chapter 92; decoy calls of all kinds; whistles; call horns and other mouth-blown sound signalling instruments", - "parent": "92", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "920810", - "text": "920810 - Musical boxes", - "parent": "9208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "920890", - "text": "920890 - Fairground and mechanical street organs, mechanical singing birds, musical saws and musical instruments n.e.c. in chapter 92; decoy calls of all kinds; whistles; call horns and other mouth-blown sound signalling instruments", - "parent": "9208", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9209", - "text": "9209 - Musical instrument parts (for example, mechanisms for musical boxes) and accessories (for example, cards, discs and rolls for mechanical instruments); metronomes, tuning forks and pitch pipes", - "parent": "92", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "920910", - "text": "920910 - Metronomes, tuning forks and pitch pipes", - "parent": "9209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "920920", - "text": "920920 - Mechanisms for musical boxes", - "parent": "9209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "920930", - "text": "920930 - Musical instrument strings", - "parent": "9209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "920991", - "text": "920991 - Musical instruments; parts and accessories for pianos", - "parent": "9209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "920992", - "text": "920992 - Musical instruments; parts and accessories for string musical instruments other than keyboard instruments", - "parent": "9209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "920993", - "text": "920993 - Parts and accessories for pipe organs, harmoniums, et", - "parent": "9209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "920994", - "text": "920994 - Musical instruments; parts and accessories for the musical instruments the sound of which is produced or must be amplified electrically (e.g. organs, guitars and accordions)", - "parent": "9209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "920999", - "text": "920999 - Musical instruments; parts and accessories for musical instruments n.e.c. in heading no. 9209; metronomes, tuning forks and pitch pipes", - "parent": "9209", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "93", - "text": "93 - Arms and ammunition; parts and accessories thereof", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "9301", - "text": "9301 - Military weapons; other than revolvers, pistols and arms of heading no. 9307", - "parent": "93", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "930100", - "text": "930100 - Military weapons, other than hand guns, swords, etc", - "parent": "9301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "930110", - "text": "930110 - Military weapons; artillery weapons (e.g. guns, howitzers, and mortars)", - "parent": "9301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "930111", - "text": "930111 - Artillery weapons (e.g., guns, howitzers & mortars), self-propelled", - "parent": "9301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "930119", - "text": "930119 - Artillery weapons (e.g., guns, howitzers & mortars), other than self-propelled", - "parent": "9301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "930120", - "text": "930120 - Military weapons; rocket launchers, flame-throwers, grenade launchers, torpedo tubes and similar projectors", - "parent": "9301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "930190", - "text": "930190 - Military weapons; other than revolvers, pistols, and arms of heading 9307, n.e.c. in heading 9301", - "parent": "9301", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9302", - "text": "9302 - Revolvers and pistols; other than those of heading no. 9303 or 9304", - "parent": "93", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "930200", - "text": "930200 - Revolvers and pistols; other than those of heading no. 9303 or 9304", - "parent": "9302", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9303", - "text": "9303 - Firearms; other similar devices (e.g. sporting shotguns and rifles, muzzle-loading firearms, very pistols, devices for firing flares or blank ammunition, captive bolt humane killers, line throwing guns)", - "parent": "93", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "930310", - "text": "930310 - Firearms; muzzle-loading", - "parent": "9303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "930320", - "text": "930320 - Firearms; sporting, hunting or target-shooting shotguns, including combination shotgun-rifles", - "parent": "9303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "930330", - "text": "930330 - Firearms; sporting, hunting or target-shooting rifles n.e.c. in heading no. 9303", - "parent": "9303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "930390", - "text": "930390 - Firearms; n.e.c. in heading no. 9303", - "parent": "9303", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9304", - "text": "9304 - Firearms; (e.g. spring, air or gas guns and pistols, truncheons), excluding those of heading no. 9307", - "parent": "93", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "930400", - "text": "930400 - Firearms; (e.g. spring, air or gas guns and pistols, truncheons), excluding those of heading no. 9307", - "parent": "9304", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9305", - "text": "9305 - Firearms; parts and accessories of articles of heading no. 9301 to 9304", - "parent": "93", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "930510", - "text": "930510 - Firearms; parts and accessories, of revolvers or pistols", - "parent": "9305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "930520", - "text": "930520 - Firearms; parts and accessories, of shotguns or rifles of heading 9303", - "parent": "9305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "930521", - "text": "930521 - Shotgun barrels", - "parent": "9305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "930529", - "text": "930529 - Parts & accessories of shotguns/rifles of 93.03, other than shotgun barrels", - "parent": "9305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "930590", - "text": "930590 - Parts and accessories nes of weapons, nes", - "parent": "9305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "930591", - "text": "930591 - Firearms; parts and accessories, of military weapons of heading 9301", - "parent": "9305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "930599", - "text": "930599 - Firearms; parts and accessories, of firearms other than the military weapons of heading 9301", - "parent": "9305", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9306", - "text": "9306 - Bombs, grenades, torpedoes, mines, missiles and similar munitions of war and parts thereof; cartridges and other ammunition, projectiles and parts thereof, including shot and cartridge wads", - "parent": "93", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "930610", - "text": "930610 - Cartridges for rivet etc tools, humane killers, etc", - "parent": "9306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "930621", - "text": "930621 - Ammunition; shotgun cartridges", - "parent": "9306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "930629", - "text": "930629 - Ammunition; parts of shotgun cartridges", - "parent": "9306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "930630", - "text": "930630 - Ammunition; cartridges and parts thereof n.e.c. in heading no. 9306", - "parent": "9306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "930690", - "text": "930690 - Ammunition; n.e.c. in chapter 93", - "parent": "9306", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9307", - "text": "9307 - Arms; swords, cutlasses, bayonets, lances and the like, parts thereof and scabbards and sheaths therefor", - "parent": "93", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "930700", - "text": "930700 - Arms; swords, cutlasses, bayonets, lances and the like, parts thereof and scabbards and sheaths therefor", - "parent": "9307", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "94", - "text": "94 - Furniture; bedding, mattresses, mattress supports, cushions and similar stuffed furnishings; lamps and lighting fittings, n.e.c.; illuminated signs, illuminated name-plates and the like; prefabricated buildings", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "9401", - "text": "9401 - Seats (not those of heading no. 9402), whether or not convertible into beds and parts thereof", - "parent": "94", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "940110", - "text": "940110 - Seats; of a kind used for aircraft", - "parent": "9401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940120", - "text": "940120 - Seats; of a kind used for motor vehicles", - "parent": "9401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940130", - "text": "940130 - Seats; swivel with variable height adjustment, excluding medical, surgical, dental, veterinary or barber furniture", - "parent": "9401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940131", - "text": "940131 - Seats; swivel with variable height adjustment of wood, excluding medical, surgical, dental, veterinary or barber furniture", - "parent": "9401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940139", - "text": "940139 - Seats; swivel with variable height adjustment of other than wood, excluding medical, surgical, dental, veterinary or barber furniture", - "parent": "9401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940140", - "text": "940140 - Seats; convertible into beds, other than garden seats or camping equipment", - "parent": "9401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940141", - "text": "940141 - Seats; convertible into beds of wood, other than garden seats or camping equipment", - "parent": "9401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940149", - "text": "940149 - Seats; convertible into beds of other than wood, other than garden seats or camping equipment", - "parent": "9401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940150", - "text": "940150 - Seats of cane, osier, bamboo or similar materials", - "parent": "9401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940151", - "text": "940151 - Seats; of bamboo or rattan", - "parent": "9401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940152", - "text": "940152 - Seats; of bamboo", - "parent": "9401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940153", - "text": "940153 - Seats; of rattan", - "parent": "9401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940159", - "text": "940159 - Seats; of cane, osier or similar materials, other than bamboo or rattan", - "parent": "9401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940161", - "text": "940161 - Seats; with wooden frames, upholstered, (excluding medical, surgical, dental, veterinary or barber furniture)", - "parent": "9401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940169", - "text": "940169 - Seats; with wooden frames, not upholstered, (excluding medical, surgical, dental, veterinary or barber furniture)", - "parent": "9401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940171", - "text": "940171 - Seats; with metal frames, upholstered, (excluding medical, surgical, dental, veterinary or barber furniture)", - "parent": "9401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940179", - "text": "940179 - Seats; with metal frames, not upholstered, (excluding medical, surgical, dental, veterinary or barber furniture)", - "parent": "9401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940180", - "text": "940180 - Seats; n.e.c. in heading no. 9401, (excluding medical, surgical, dental, veterinary or barber furniture)", - "parent": "9401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940190", - "text": "940190 - Seat; parts", - "parent": "9401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940191", - "text": "940191 - Seats; parts, of wood, (other than for use in the assembly of motor vehicles as determined by the minister, other than automotive)", - "parent": "9401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940199", - "text": "940199 - Seats; parts, (of other than wood) for use in the assembly of motor vehicles as determined by the minister", - "parent": "9401", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9402", - "text": "9402 - Furniture; medical, surgical, dental or veterinary (e.g. operating tables, hospital beds, dentists' chairs) barbers' chairs; parts", - "parent": "94", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "940210", - "text": "940210 - Chairs; dentists', barbers' or similar chairs having rotating as well as both reclining and elevating movements, and parts thereof", - "parent": "9402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940290", - "text": "940290 - Furniture; for medical, surgical, veterinary use (e.g. operating tables, examination tables, hospital beds with mechanical fittings) and parts thereof", - "parent": "9402", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9403", - "text": "9403 - Furniture and parts thereof, n.e.c. in chapter 94", - "parent": "94", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "940310", - "text": "940310 - Furniture; metal, for office use", - "parent": "9403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940320", - "text": "940320 - Furniture; metal, other than for office use", - "parent": "9403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940330", - "text": "940330 - Furniture; wooden, for office use", - "parent": "9403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940340", - "text": "940340 - Furniture; wooden, for kitchen use", - "parent": "9403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940350", - "text": "940350 - Furniture; wooden, for bedroom use", - "parent": "9403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940360", - "text": "940360 - Furniture; wooden, other than for office, kitchen or bedroom use", - "parent": "9403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940370", - "text": "940370 - Furniture; plastic", - "parent": "9403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940380", - "text": "940380 - Furniture of cane, materials nes", - "parent": "9403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940381", - "text": "940381 - Furniture; of bamboo or rattan", - "parent": "9403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940382", - "text": "940382 - Furniture; of bamboo", - "parent": "9403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940383", - "text": "940383 - Furniture; of rattan", - "parent": "9403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940389", - "text": "940389 - Furniture; of cane, osier, or similar materials (other than bamboo or rattan)", - "parent": "9403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940390", - "text": "940390 - Furniture; parts", - "parent": "9403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940391", - "text": "940391 - Furniture; parts, of wood", - "parent": "9403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940399", - "text": "940399 - Furniture; parts, of other than wood", - "parent": "9403", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9404", - "text": "9404 - Mattress supports; articles of bedding (e.g. mattresses, quilts, eiderdowns, cushions pouffes and pillows), fitted with springs or stuffed, whether or not covered", - "parent": "94", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "940410", - "text": "940410 - Mattress supports", - "parent": "9404", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940421", - "text": "940421 - Mattresses; of cellular rubber or plastics, whether or not covered", - "parent": "9404", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940429", - "text": "940429 - Mattresses; of other materials, not cellular rubber or plastics", - "parent": "9404", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940430", - "text": "940430 - Sleeping bags", - "parent": "9404", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940440", - "text": "940440 - Quilts, bedspreads, eiderdowns and duvets (comforters)", - "parent": "9404", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940490", - "text": "940490 - Bedding and similar furnishing articles; n.e.c. in heading no. 9404 (e.g. quilts, eiderdowns, cushions, pouffes and pillows)", - "parent": "9404", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9405", - "text": "9405 - Luminaires and light fittings; including searchlights, spotlights and parts thereof, n.e.c.; illuminated signs, name-plates and the like, having permanently fixed light source and parts thereof n.e.c. or included", - "parent": "94", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "940510", - "text": "940510 - Chandeliers and other electric ceiling or wall light fittings; excluding those used for lighting public open spaces or thoroughfares", - "parent": "9405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940511", - "text": "940511 - Luminaires and light fittings; chandeliers and electric ceiling or wall light fittings; (excluding those used for lighting public open spaces or thoroughfares), for use solely with light-emitting diode (LED) light sources", - "parent": "9405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940519", - "text": "940519 - Chandeliers and electric ceiling or wall light fittings; (excluding those used for lighting public open spaces or thoroughfares), for use other than with light-emitting diode (LED) light sources", - "parent": "9405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940520", - "text": "940520 - Lamps, electric; floor-standing or for table, desk or bedside", - "parent": "9405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940521", - "text": "940521 - Luminaires and light fittings; electric, table, desk, bedside or floor-standing, for use solely with light-emitting diode (LED) light sources", - "parent": "9405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940529", - "text": "940529 - Luminaires and light fittings; electric, table, desk, bedside or floor-standing, for other than use solely with light-emitting diode (LED) light sources", - "parent": "9405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940530", - "text": "940530 - Lighting sets; of a kind used for Christmas trees", - "parent": "9405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940531", - "text": "940531 - Luminaires and light fittings; electric, lighting strings of a kind used for Christmas trees, for use solely with light-emitting diode (LED) light sources", - "parent": "9405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940539", - "text": "940539 - Luminaires and light fittings; electric, lighting strings of a kind used for Christmas trees, for other than use solely with light-emitting diode (LED) light sources", - "parent": "9405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940540", - "text": "940540 - Lamps and light fittings; electric, n.e.c. in heading no. 9405", - "parent": "9405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940541", - "text": "940541 - Luminaires and light fittings; electric, photovoltaic, designed for use solely with light-emitting diode (LED) light sources", - "parent": "9405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940542", - "text": "940542 - Luminaires and light fittings; electric, designed for use solely with light-emitting diode (LED) light sources", - "parent": "9405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940549", - "text": "940549 - Luminaires and light fittings; electric, designed for other than use solely with light-emitting diode (LED) light sources", - "parent": "9405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940550", - "text": "940550 - Luminaires and light fittings; non-electric", - "parent": "9405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940560", - "text": "940560 - Illuminated signs, name plates and the like", - "parent": "9405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940561", - "text": "940561 - Luminaires; illuminated signs, illuminated name-plates and the like, designed for use solely with light-emitting diode (LED) light sources", - "parent": "9405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940569", - "text": "940569 - Luminaires; illuminated signs, illuminated name-plates and the like, designed for other than use solely with light-emitting diode (LED) light sources", - "parent": "9405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940591", - "text": "940591 - Lamps and light fittings; parts thereof, of glass", - "parent": "9405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940592", - "text": "940592 - Lamps and light fittings; parts thereof, of plastics", - "parent": "9405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940599", - "text": "940599 - Lamps and light fittings; parts thereof, of materials other than glass or plastics", - "parent": "9405", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9406", - "text": "9406 - Buildings; prefabricated", - "parent": "94", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "940600", - "text": "940600 - Buildings; prefabricated", - "parent": "9406", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940610", - "text": "940610 - Buildings; prefabricated, of wood", - "parent": "9406", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940620", - "text": "940620 - Buildings; modular building units, of steel", - "parent": "9406", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "940690", - "text": "940690 - Buildings; prefabricated, not of wood", - "parent": "9406", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "95", - "text": "95 - Toys, games and sports requisites; parts and accessories thereof", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "9501", - "text": "9501 - Rideable wheeled toys, dolls carriages", - "parent": "95", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "950100", - "text": "950100 - Rideable wheeled toys, dolls carriages", - "parent": "9501", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9502", - "text": "9502 - Dolls representing only human beings", - "parent": "95", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "950210", - "text": "950210 - Dolls representing only human beings", - "parent": "9502", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950291", - "text": "950291 - Garments, accessories for dolls representing humans", - "parent": "9502", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950299", - "text": "950299 - Parts nes, for dolls representing only human beings", - "parent": "9502", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9503", - "text": "9503 - Tricycles, scooters, pedal cars and similar wheeled toys; dolls' carriages; dolls; other toys; reduced-size (scale) models and similar recreational models, working or not; puzzles of all kinds", - "parent": "95", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "950300", - "text": "950300 - Tricycles, scooters, pedal cars and similar wheeled toys; dolls' carriages; dolls; other toys; reduced-size (scale) models and similar recreational models, working or not; puzzles of all kinds", - "parent": "9503", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950310", - "text": "950310 - Electric trains, train sets, etc", - "parent": "9503", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950320", - "text": "950320 - Reduced-size (scale) models, kits, except trains", - "parent": "9503", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950330", - "text": "950330 - Construction sets and constructional toys, nes", - "parent": "9503", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950341", - "text": "950341 - Stuffed toys - animals or non-human creatures", - "parent": "9503", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950349", - "text": "950349 - Toys nes representing animals/non-humans", - "parent": "9503", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950350", - "text": "950350 - Toy musical instruments, apparatus", - "parent": "9503", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950360", - "text": "950360 - Puzzles", - "parent": "9503", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950370", - "text": "950370 - Toys, retail in sets or outfits", - "parent": "9503", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950380", - "text": "950380 - Toys and models incorporating a motor", - "parent": "9503", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950390", - "text": "950390 - Toys nes", - "parent": "9503", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9504", - "text": "9504 - Video game consoles and machines, articles for funfair, table or parlour games, including pintables, billiards, special tables for casino games and automatic bowling alley equipment", - "parent": "95", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "950410", - "text": "950410 - Video games of a kind used with a television receiver", - "parent": "9504", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950420", - "text": "950420 - Billiard articles and accessories of all kinds", - "parent": "9504", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950430", - "text": "950430 - Games; operated by coins, banknotes, bank cards, tokens or by other means of payment, other than billiard articles and accesssories, and automatic bowling alley equipment", - "parent": "9504", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950440", - "text": "950440 - Games; playing cards", - "parent": "9504", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950450", - "text": "950450 - Games; video game consoles and machines, other than those of subheading 9504.30", - "parent": "9504", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950490", - "text": "950490 - Games; articles for funfair, table or parlour games, including pintables, special tables for casino games, automatic bowling alley equipment, n.e.c. in heading 9504", - "parent": "9504", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9505", - "text": "9505 - Festive, carnival or other entertainment articles, including conjuring tricks and novelty jokes", - "parent": "95", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "950510", - "text": "950510 - Christmas festivity articles", - "parent": "9505", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950590", - "text": "950590 - Festive, carnival or other entertainment articles including novelty jokes and conjuring tricks; other than Christmas festivity articles", - "parent": "9505", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9506", - "text": "9506 - Gymnastics, athletics, other sports (including table tennis) or outdoor games equipment, n.e.c. in this chapter, swimming pools and paddling pools", - "parent": "95", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "950611", - "text": "950611 - Skis; for snow", - "parent": "9506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950612", - "text": "950612 - Ski-fastenings (ski-bindings); for snow-skis", - "parent": "9506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950619", - "text": "950619 - Snow-ski equipment", - "parent": "9506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950621", - "text": "950621 - Sailboards; for water sport", - "parent": "9506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950629", - "text": "950629 - Water sport equipment; water-skis, surf-boards and other water-sport equipment, excluding sailboards", - "parent": "9506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950631", - "text": "950631 - Golf clubs; complete", - "parent": "9506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950632", - "text": "950632 - Golf balls", - "parent": "9506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950639", - "text": "950639 - Golf equipment; other than clubs and balls", - "parent": "9506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950640", - "text": "950640 - Table-tennis articles and equipment", - "parent": "9506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950651", - "text": "950651 - Lawn-tennis rackets; whether or not strung", - "parent": "9506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950659", - "text": "950659 - Tennis, badminton and similar rackets; whether or not strung", - "parent": "9506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950661", - "text": "950661 - Lawn-tennis balls", - "parent": "9506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950662", - "text": "950662 - Balls; inflatable", - "parent": "9506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950669", - "text": "950669 - Balls; (other than inflatable or for lawn-tennis, golf or table-tennis)", - "parent": "9506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950670", - "text": "950670 - Skates; ice and roller, including skating boots with skates attached", - "parent": "9506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950691", - "text": "950691 - Athletics and gymnastics equipment", - "parent": "9506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950699", - "text": "950699 - Equipment for outdoor games and recreation n.e.c. in heading no. 9506", - "parent": "9506", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9507", - "text": "9507 - Fishing rods, fish-hooks and other line fishing tackle; fish landing nets and the like; decoy birds (not those of heading no. 9208 or 9705) and similar hunting or shooting requisites", - "parent": "95", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "950710", - "text": "950710 - Fishing rods", - "parent": "9507", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950720", - "text": "950720 - Fish-hooks; whether or not snelled", - "parent": "9507", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950730", - "text": "950730 - Fishing reels", - "parent": "9507", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950790", - "text": "950790 - Fishing tackle n.e.c., butterfly nets, decoy birds (other than those of heading no. 9208 or 9705) and similar hunting or shooting requisites", - "parent": "9507", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9508", - "text": "9508 - Travelling circuses and travelling menageries, amusement park rides and water park amusements, fairground amusements, including shooting galleries and travelling theatres", - "parent": "95", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "950800", - "text": "950800 - Play, fair-ground equipment, travellng circus, theatr", - "parent": "9508", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950810", - "text": "950810 - Travelling circuses and travelling menageries", - "parent": "9508", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950821", - "text": "950821 - Amusement park rides and water park amusements; Roller coasters", - "parent": "9508", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950822", - "text": "950822 - Amusement park rides and water park amusements; carousels, swings and roundabouts", - "parent": "9508", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950823", - "text": "950823 - Amusement park rides and water park amusements; dodge'em cars", - "parent": "9508", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950824", - "text": "950824 - Amusement park rides and water park amusements; motion simulators and moving theatres", - "parent": "9508", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950825", - "text": "950825 - Amusement park rides and water park amusements; water rides", - "parent": "9508", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950826", - "text": "950826 - Amusement park rides and water park amusements; water park amusements", - "parent": "9508", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950829", - "text": "950829 - Amusement park rides and water park amusements; other than roller coasters, carousels, swings, roundabouts, dodge'em cars, motion simulators and moving theatres, water rides and water park amusements", - "parent": "9508", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950830", - "text": "950830 - Fairground amusements; including shooting galleries", - "parent": "9508", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950840", - "text": "950840 - Travelling theatres", - "parent": "9508", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "950890", - "text": "950890 - Roundabouts, swings, shooting galleries, other fairground amusements; travelling theatres", - "parent": "9508", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "96", - "text": "96 - Miscellaneous manufactured articles", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "9601", - "text": "9601 - Ivory, bone, tortoise-shell, horn, antlers, coral, mother-of-pearl and other animal carving material and articles of these materials; worked, (including articles obtained by moulding)", - "parent": "96", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "960110", - "text": "960110 - Ivory and articles thereof; worked", - "parent": "9601", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "960190", - "text": "960190 - Bone, tortoise shell, horn, antlers, coral, mother-of-pearl and other animal carving material and articles thereof (including articles obtained by moulding)", - "parent": "9601", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9602", - "text": "9602 - Vegetable, mineral carving material and articles of these materials, moulded or carved articles of wax, stearin, natural gums, resins or modelling pastes, worked unhardened gelatin (not heading no. 3503)", - "parent": "96", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "960200", - "text": "960200 - Vegetable, mineral carving material and articles of these materials, moulded or carved articles of wax, stearin, natural gums, resins or modelling pastes, worked unhardened gelatin (not heading no. 3503)", - "parent": "9602", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9603", - "text": "9603 - Brooms, brushes (including parts of machines), hand operated floor sweepers, mops and feather dusters; knots and tufts for broom or brush making; paint pads and rollers; squeegees", - "parent": "96", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "960310", - "text": "960310 - Brooms and brushes; consisting of twigs or other vegetable materials bound together, with or without handles", - "parent": "9603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "960321", - "text": "960321 - Brushes; toothbrushes", - "parent": "9603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "960329", - "text": "960329 - Brushes; shaving, hair, nail, eyelash and other toilet brushes for use on the person, including brushes as parts of appliances", - "parent": "9603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "960330", - "text": "960330 - Brushes; artists' brushes, writing brushes and similar brushes for the application of cosmetics", - "parent": "9603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "960340", - "text": "960340 - Brushes; paint, distemper, varnish or similar brushes (not those of item no. 9603.30), paint pads and rollers", - "parent": "9603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "960350", - "text": "960350 - Brushes; constituting parts of machines, appliances or vehicles", - "parent": "9603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "960390", - "text": "960390 - Brooms, brushes, mops, feather dusters, squeegees, hand operated mechanical floor sweepers; (not motorised), prepared knots and tufts for brooms or brush making n.e.c.", - "parent": "9603", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9604", - "text": "9604 - Hand sieves and hand riddles", - "parent": "96", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "960400", - "text": "960400 - Hand sieves and hand riddles", - "parent": "9604", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9605", - "text": "9605 - Travel sets; for personal toilet, sewing, shoe or clothes cleaning", - "parent": "96", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "960500", - "text": "960500 - Travel sets; for personal toilet, sewing, shoe or clothes cleaning", - "parent": "9605", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9606", - "text": "9606 - Buttons, press-fasteners, snap-fasteners and press-studs, button moulds and other parts of these articles; button blanks", - "parent": "96", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "960610", - "text": "960610 - Press-fasteners, snap-fasteners, press-studs and parts therefor", - "parent": "9606", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "960621", - "text": "960621 - Buttons; of plastics, not covered with textile material", - "parent": "9606", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "960622", - "text": "960622 - Buttons; of base metal, not covered with textile material", - "parent": "9606", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "960629", - "text": "960629 - Buttons; of other than base metal or plastics, not covered with textile material", - "parent": "9606", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "960630", - "text": "960630 - Button moulds and other parts of buttons; button blanks", - "parent": "9606", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9607", - "text": "9607 - Slide fasteners and parts thereof", - "parent": "96", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "960711", - "text": "960711 - Slide fasteners; fitted with chain scoops of base metal", - "parent": "9607", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "960719", - "text": "960719 - Slide fasteners; other than those fitted with chain scoops of base metal", - "parent": "9607", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "960720", - "text": "960720 - Slide fasteners; parts", - "parent": "9607", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9608", - "text": "9608 - Pens; ball-point, felt tipped, other porous tipped pens; fountain pens, stylograph pens duplicating stylos, propelling or sliding pencils; parts of the foregoing, excluding those of heading no. 9609", - "parent": "96", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "960810", - "text": "960810 - Pens; ball point", - "parent": "9608", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "960820", - "text": "960820 - Pens; felt tipped and other porous-tipped pens and markers", - "parent": "9608", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "960830", - "text": "960830 - Pens; fountain, stylograph and other pens", - "parent": "9608", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "960831", - "text": "960831 - Indian ink drawing pens", - "parent": "9608", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "960839", - "text": "960839 - Fountain pens, stylograph pens & other pens (excl. Indian ink drawing pens)", - "parent": "9608", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "960840", - "text": "960840 - Pencils; propelling or sliding", - "parent": "9608", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "960850", - "text": "960850 - Pen and pencil sets; of articles from two or more of the foregoing sub-headings", - "parent": "9608", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "960860", - "text": "960860 - Pens; ball-point, refills comprising the ball point and ink-reservoir", - "parent": "9608", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "960891", - "text": "960891 - Pens; nibs and nib points", - "parent": "9608", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "960899", - "text": "960899 - Pens and pencils; duplicating stylos, pen-holders, pencil-holders, and similar holders, parts of the articles of heading 9608, including caps and clips", - "parent": "9608", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9609", - "text": "9609 - Pencils (not of heading no. 9608), crayons, pencil leads, pastels, drawing charcoals, writing or drawing chalks and tailors' chalks", - "parent": "96", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "960910", - "text": "960910 - Pencils and crayons; with leads encased in sheath", - "parent": "9609", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "960920", - "text": "960920 - Pencil leads; black or coloured", - "parent": "9609", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "960990", - "text": "960990 - Pastels, drawing charcoals, writing or drawing chalks, tailors' chalk", - "parent": "9609", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9610", - "text": "9610 - Slates and boards, with writing or drawing surfaces, whether or not framed", - "parent": "96", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "961000", - "text": "961000 - Slates and boards; with writing or drawing surfaces, whether or not framed", - "parent": "9610", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9611", - "text": "9611 - Stamps; date, numbering, sealing stamps and the like (including devices for printing or embossing labels), designed for operating by hand; hand operated composing sticks and printing sets", - "parent": "96", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "961100", - "text": "961100 - Stamps; date, numbering, sealing stamps and the like (including devices for printing or embossing labels), designed for operating by hand; hand operated composing sticks and printing sets", - "parent": "9611", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9612", - "text": "9612 - Typewriter, similar ribbons, inked, otherwise prepared for giving impressions, whether or not on spools or in cartridges; ink pads, whether or not inked, with or without boxes", - "parent": "96", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "961210", - "text": "961210 - Ribbons; for typewriters and the like, inked or otherwise prepared, for giving impressions, whether or not on spools or in cartridges", - "parent": "9612", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "961220", - "text": "961220 - Ink pads; whether or not inked, with or without boxes", - "parent": "9612", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9613", - "text": "9613 - Cigarette lighters and other lighters, whether or not mechanical or electrical and parts thereof other than flints and wicks", - "parent": "96", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "961310", - "text": "961310 - Lighters; pocket, cigarette, gas fuelled, non-refillable", - "parent": "9613", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "961320", - "text": "961320 - Lighters; pocket, cigarette, gas fuelled, refillable", - "parent": "9613", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "961330", - "text": "961330 - Table lighters", - "parent": "9613", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "961380", - "text": "961380 - Lighters; whether or not mechanical or electrical, n.e.c. in heading no. 9613", - "parent": "9613", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "961390", - "text": "961390 - Lighters; parts for cigarette lighters and other lighters, whether or not mechanical or electrical, other than flints and wicks", - "parent": "9613", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9614", - "text": "9614 - Smoking pipes (including pipe bowls) and cigar or cigarette holders, and parts thereof", - "parent": "96", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "961400", - "text": "961400 - Smoking pipes (including pipe bowls) and cigar or cigarette holders, and parts thereof", - "parent": "9614", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "961410", - "text": "961410 - Roughly shaped blocks of wood or root, for pipes", - "parent": "9614", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "961420", - "text": "961420 - Smoking pipes and pipe bowls", - "parent": "9614", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "961490", - "text": "961490 - Cigar or cigarette holders and parts, pipe stems", - "parent": "9614", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9615", - "text": "9615 - Combs, hair-slides and similar; hairpins, curling pins, curling grips and hair curlers and the like, other than those of heading no. 8516 and parts thereof", - "parent": "96", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "961511", - "text": "961511 - Combs, hair slides and the like; of hard rubber or plastics", - "parent": "9615", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "961519", - "text": "961519 - Combs, hair slides and the like; of other than hard rubber or plastics", - "parent": "9615", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "961590", - "text": "961590 - Hairpins, curling pins, curling grips, hair curlers and the like (not those of heading no. 8516) and parts thereof", - "parent": "9615", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9616", - "text": "9616 - Scent sprays and similar toilet sprays and mounts and heads therefor; powder-puffs and pads for the application of cosmetics or toilet preparations", - "parent": "96", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "961610", - "text": "961610 - Scent sprays and similar toilet sprays, and mounts and heads therefor", - "parent": "9616", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "961620", - "text": "961620 - Powder puffs and pads; for the application of cosmetics or toilet preparations", - "parent": "9616", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9617", - "text": "9617 - Vacuum flasks and other vacuum vessels, complete with cases; parts thereof other than glass inners", - "parent": "96", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "961700", - "text": "961700 - Vacuum flasks and other vacuum vessels, complete with cases; parts thereof other than glass inners", - "parent": "9617", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9618", - "text": "9618 - Tailors' dummies and other lay figures; automata and other animated displays used for shop window dressing", - "parent": "96", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "961800", - "text": "961800 - Tailors' dummies and other lay figures; automata and other animated displays used for shop window dressing", - "parent": "9618", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9619", - "text": "9619 - Sanitary towels (pads) and tampons, napkins (diapers), napkin liners and similar articles, of any material", - "parent": "96", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "961900", - "text": "961900 - Sanitary towels (pads) and tampons, napkins (diapers), napkin liners and similar articles, of any material", - "parent": "9619", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9620", - "text": "9620 - Monopods, bipods, tripods and similar articles", - "parent": "96", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "962000", - "text": "962000 - Monopods, bipods, tripods and similar articles", - "parent": "9620", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "97", - "text": "97 - Works of art; collectors' pieces and antiques", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "9701", - "text": "9701 - Paintings, drawings and pastels, executed entirely by hand; not drawings of heading no. 4906 and not hand-painted, hand-decorated manufactured articles; collages, mosaics and similar decorative plaques", - "parent": "97", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "970110", - "text": "970110 - Paintings, drawings and pastels; executed entirely by hand, other than drawings of heading no. 4906", - "parent": "9701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "970121", - "text": "970121 - Paintings, drawings and pastels; executed entirely by hand, other than drawings of heading no. 4906, of an age exceeding 100 years", - "parent": "9701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "970122", - "text": "970122 - Mosaics; executed entirely by hand, other than drawings of heading no. 4906, of an age exceeding 100 years", - "parent": "9701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "970129", - "text": "970129 - Artwork; other than paintings, drawings, pastels mosaics, executed entirely by hand, other than drawings of heading no. 4906, of an age exceeding 100 years", - "parent": "9701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "970190", - "text": "970190 - Artwork; collages and similar decorative plaques", - "parent": "9701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "970191", - "text": "970191 - Paintings, drawings and pastels; executed entirely by hand, other than drawings of heading no. 4906, of an age not exceeding 100 years", - "parent": "9701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "970192", - "text": "970192 - Mosaics; executed entirely by hand, other than drawings of heading no. 4906, of an age not exceeding 100 years", - "parent": "9701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "970199", - "text": "970199 - Artwork; other than paintings, drawings, pastels mosaics, executed entirely by hand, other than drawings of heading no. 4906, of an age not exceeding 100 years", - "parent": "9701", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9702", - "text": "9702 - Engravings, prints and lithographs; original", - "parent": "97", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "970200", - "text": "970200 - Engravings, prints and lithographs; original", - "parent": "9702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "970210", - "text": "970210 - Engravings, prints and lithographs; original of an age exceeding 100 years", - "parent": "9702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "970290", - "text": "970290 - Engravings, prints and lithographs; original of an age not exceeding 100 years", - "parent": "9702", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9703", - "text": "9703 - Sculptures and statuary; original, in any material", - "parent": "97", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "970300", - "text": "970300 - Sculptures and statuary; original, in any material", - "parent": "9703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "970310", - "text": "970310 - Sculptures and statuary; original, in any material, of an age exceeding 100 years", - "parent": "9703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "970390", - "text": "970390 - Sculptures and statuary; original, in any material, of an age not exceeding 100 years", - "parent": "9703", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9704", - "text": "9704 - Stamps, postage or revenue; stamp-postmarks, first-day covers, postal stationery (stamped paper) and like, used or unused, other than those of heading 4907", - "parent": "97", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "970400", - "text": "970400 - Stamps, postage or revenue; stamp-postmarks, first-day covers, postal stationery (stamped paper) and like, used or unused, other than those of heading 4907", - "parent": "9704", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9705", - "text": "9705 - Collections and collectors' pieces; of archaeological, ethnographic, historical, zoological, botanical, mineralogical, anatomical, palaeontological or numismatic interest", - "parent": "97", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "970500", - "text": "970500 - Collections and collectors' pieces; of zoological, botanical, mineralogical, anatomical, historical, archaeological, palaeontological, ethnographic or numismatic interest", - "parent": "9705", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "970510", - "text": "970510 - Collections and collectors' pieces; of archaeological, ethnographic or historical interest", - "parent": "9705", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "970521", - "text": "970521 - Collections and collectors' pieces; of zoological, botanical, mineralogical, anatomical or palaeontological interest, human specimens and parts thereof", - "parent": "9705", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "970522", - "text": "970522 - Collections and collectors' pieces; of zoological, botanical, mineralogical, anatomical or palaeontological interest, extinct or endangered species and parts thereof", - "parent": "9705", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "970529", - "text": "970529 - Collections and collectors' pieces; of zoological, botanical, mineralogical, anatomical or palaeontological interest, other than human species, extinct or endangered species and parts thereof", - "parent": "9705", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "970531", - "text": "970531 - Collections and collectors' pieces; of numismatic interest, of an age exceeding 100 years", - "parent": "9705", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "970539", - "text": "970539 - Collections and collectors' pieces; of numismatic interest, of an age not exceeding 100 years", - "parent": "9705", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9706", - "text": "9706 - Antiques; of an age exceeding one hundred years", - "parent": "97", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "970600", - "text": "970600 - Antiques; of an age exceeding one hundred years", - "parent": "9706", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "970610", - "text": "970610 - Antiques; of an age exceeding 250 years", - "parent": "9706", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "970690", - "text": "970690 - Antiques; of an age exceeding 100 years but not exceeding 250 years", - "parent": "9706", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "99", - "text": "99 - Commodities not specified according to kind", - "parent": "TOTAL", - "isLeaf": 0, - "aggrLevel": 2 - }, - { - "id": "9999", - "text": "9999 - Commodities not specified according to kind", - "parent": "99", - "isLeaf": 0, - "aggrLevel": 4 - }, - { - "id": "999999", - "text": "999999 - Commodities not specified according to kind", - "parent": "9999", - "isLeaf": 1, - "aggrLevel": 6 - }, - { - "id": "9999AA", - "text": "9999AA - Commodities not specified according to kind", - "parent": "9999", - "isLeaf": 1, - "aggrLevel": 6 - } - ] -} diff --git a/tests/testthat/test-ct_get_data.R b/tests/testthat/test-ct_get_data.R index a847e95..3140dc7 100644 --- a/tests/testthat/test-ct_get_data.R +++ b/tests/testthat/test-ct_get_data.R @@ -62,7 +62,7 @@ without_internet({ start_date = '2010', end_date = '2010', flow_direction = 'all', - # primary_token = 'test', + primary_token = 'test', partner_2 = 'World',verbose = T) ,'https://comtradeapi.un.org/data/v1/get/S/A/EB?cmdCode=200&flowCode=M%2CX%2CRM%2CRX&partnerCode=32%2C280%2C276&reporterCode=156&period=2010&motCode=0&partner2Code=0&customsCode=C00&includeDesc=TRUE') # nolint }) @@ -87,7 +87,7 @@ without_internet({ }) }) -httptest2::with_mock_dir("goods", { +httptest2::with_mock_dir("data", { test_that("test informative message about having gotten data", { expect_message(comtradr::ct_get_data(type = 'goods', commodity_classification = 'HS', diff --git a/tests/testthat/test-utils.R b/tests/testthat/test-utils.R index 0da209d..bab3cc0 100644 --- a/tests/testthat/test-utils.R +++ b/tests/testthat/test-utils.R @@ -37,24 +37,36 @@ test_that("ct_commodity_lookup returns empty result for non-matching search term expect_equal(results, list("Nonexistent" = character(0))) }) -with_mock_dir("ref_table", -test_that("ct_get_ref_table works correctly", { - ct_env <- new.env() - assign('updated', 'init', envir = ct_env) - # Test 1: Valid dataset_id, no update - test_data <- ct_get_ref_table("HS") - expect_s3_class(test_data, "data.frame") - - # Test 2: Invalid dataset_id - expect_error(ct_get_ref_table("InvalidID")) +# with_mock_dir("ref_table",{ +# test_that("We can get goods data", { +# # Test 3: Valid dataset_id, update = TRUE, not previously updated +# test_data_updated <- ct_get_ref_table("HS", update = TRUE) +# test_data_updated_again <- ct_get_ref_table("HS", update = TRUE) +# expect_equal(test_data_updated, test_data_updated_again) +# expect_message( +# ct_get_ref_table("HS", update = TRUE, verbose = T), +# 'Already checked for updates for HS in this session.' +# ) +# }) +# }) + +with_mock_dir("ref_table",simplify= F,{ + test_that("ct_get_ref_table works correctly", { + ct_env <- new.env() + assign('updated', 'init', envir = ct_env) + # Test 1: Valid dataset_id, no update + test_data <- ct_get_ref_table("HS") + expect_s3_class(test_data, "data.frame") + # Test 2: Invalid dataset_id + expect_error(ct_get_ref_table("InvalidID")) + data <- comtradr:::ct_download_ref_table("cmd_hs") test_that("We can get goods data", { # Test 3: Valid dataset_id, update = TRUE, not previously updated test_data_updated <- ct_get_ref_table("HS", update = TRUE) expect_s3_class(test_data, "data.frame") expect_true(any(comtradr:::ct_env$updated == "HS")) - # Test 4: Valid dataset_id, update = TRUE, previously updated test_data_updated_again <- ct_get_ref_table("HS", update = TRUE) expect_equal(test_data_updated, test_data_updated_again) @@ -63,20 +75,15 @@ test_that("ct_get_ref_table works correctly", { 'Already checked for updates for HS in this session.' ) }) + # Test 5: Verbose mode + test_data_verbose <- ct_get_ref_table("HS", verbose = TRUE) + expect_message(ct_get_ref_table("HS", update = TRUE, verbose = TRUE)) + test_that("ct_search", { + expect_warning(ct_commodity_lookup(c('cyber', 'tomato')), + 'There were no matching results found for inputs: cyber') - - - - - # Test 5: Verbose mode - test_data_verbose <- ct_get_ref_table("HS", verbose = TRUE) - expect_message(ct_get_ref_table("HS", update = TRUE, verbose = TRUE)) - test_that("ct_search", { - expect_warning(ct_commodity_lookup(c('cyber', 'tomato')), - 'There were no matching results found for inputs: cyber') - + }) }) }) -) From 6e4b4e0f75c36e9172bdf2030b8e8af3666f27f8 Mon Sep 17 00:00:00 2001 From: "Bochtler, Paul" <65470117+datapumpernickel@users.noreply.github.com> Date: Fri, 15 Dec 2023 19:52:06 +0100 Subject: [PATCH 15/30] help rd files updates --- man/ct_build_request.Rd | 6 ++- man/ct_check_params.Rd | 53 +++++++++++++------- man/ct_commodity_lookup.Rd | 11 +++-- man/ct_get_data.Rd | 99 ++++++++++++++++++++++++++------------ man/ct_get_ref_table.Rd | 6 ++- man/ct_perform_request.Rd | 7 ++- man/ct_process_response.Rd | 6 ++- 7 files changed, 128 insertions(+), 60 deletions(-) diff --git a/man/ct_build_request.Rd b/man/ct_build_request.Rd index b42133d..1fe110e 100644 --- a/man/ct_build_request.Rd +++ b/man/ct_build_request.Rd @@ -9,9 +9,11 @@ ct_build_request(params, primary_token = NULL, verbose = FALSE) \arguments{ \item{params}{a named vector of parameters for the comtrade request, result from \code{ct_check_params()}.} -\item{primary_token}{Your primary UN Comtrade API token. Default: stored token from \code{comtradr::set_primary_comtrade_key}.} +\item{primary_token}{Your primary UN Comtrade API token. +Default: stored token from \code{comtradr::set_primary_comtrade_key}.} -\item{verbose}{If TRUE, sends status updates to the console. If FALSE, runs functions quietly. Default: FALSE.} +\item{verbose}{If TRUE, sends status updates to the console. +If FALSE, runs functions quietly. Default: FALSE.} } \value{ a httr2 request object diff --git a/man/ct_check_params.Rd b/man/ct_check_params.Rd index 081df1b..895d1a9 100644 --- a/man/ct_check_params.Rd +++ b/man/ct_check_params.Rd @@ -19,39 +19,60 @@ ct_check_params( customs_code, update, verbose, - ... + extra_params ) } \arguments{ -\item{type}{The type of returned trade data. Possible values: 'goods' for trade in goods, 'services' for trade in services. Default: 'goods'.} +\item{type}{The type of returned trade data. +Possible values: 'goods' for trade in goods, +'services' for trade in services. Default: 'goods'.} -\item{frequency}{The frequency of returned trade data. Possible values: 'A' for annual data, 'M' for monthly data. Default: 'A'.} +\item{frequency}{The frequency of returned trade data. +Possible values: 'A' for annual data, 'M' for monthly data. Default: 'A'.} -\item{commodity_classification}{The trade classification scheme. Possible values for goods: \code{c('HS','S1','S2','S3','S4','SS','B4','B5')}; for services: \code{c('EB02','EB10','EB10S','EB')}. Default: 'HS'.} +\item{commodity_classification}{The trade classification scheme. +Possible values for goods: \code{c('HS','S1','S2','S3','S4','SS','B4','B5')}; +for services: \code{c('EB02','EB10','EB10S','EB')}. Default: 'HS'.} -\item{commodity_code}{The commodity code(s) or \code{NULL}. See \code{comtradr::ct_get_ref_table('HS')} for possible values. Default: 'TOTAL' (sum of all commodities).} +\item{commodity_code}{The commodity code(s) or \code{NULL}. +See \code{comtradr::ct_get_ref_table('HS')} for possible values. +Default: 'TOTAL' (sum of all commodities).} -\item{flow_direction}{The direction of trade flows or \code{NULL}. Possible values: 'import', 'export', 're-import', 're-export', 'all'. Default: 'all'.} +\item{flow_direction}{The direction of trade flows or \code{NULL}. +Possible values: 'import', 'export', 're-import', +'re-export', 'all'. Default: 'all'.} -\item{reporter}{Reporter ISO3 code(s) or \code{NULL}. See \code{comtradr::country_codes} for possible values. Default: 'all'.} +\item{reporter}{Reporter ISO3 code(s) or \code{NULL}. +See \code{comtradr::country_codes} or \code{comtradr::ct_get_ref_table('reporter')} +for possible values. Default: 'all'.} -\item{partner}{Partner ISO3 code(s) or \code{NULL}. See \code{comtradr::country_codes} for possible values. Default: 'World' (all partners as an aggregate).} +\item{partner}{Partner ISO3 code(s) or \code{NULL}. See \code{comtradr::country_codes} +for possible values. Default: 'World' (all partners as an aggregate).} -\item{start_date}{The start date of the query. Format: \code{yyyy} for yearly, \code{yyyy-mm} for monthly.} +\item{start_date}{The start date of the query. +Format: \code{yyyy} for yearly, \code{yyyy-mm} for monthly.} -\item{end_date}{The end date of the query. Format: \code{yyyy} for yearly, \code{yyyy-mm} for monthly. Max: 12 years after start date for annual data, one year for monthly data.} +\item{end_date}{The end date of the query. +Format: \code{yyyy} for yearly, \code{yyyy-mm} for monthly. +Max: 12 years after start date for annual data, one year for monthly data.} -\item{mode_of_transport}{Mode of Transport, default '0' (TOTAL). See \code{ct_get_ref_table(dataset_id = 'mot')} for possible values.} +\item{mode_of_transport}{Mode of Transport, default 'TOTAL modes of transport' (TOTAL). +See \code{ct_get_ref_table(dataset_id = 'mode_of_transport')} for possible values.} \item{partner_2}{Partner ISO3 code(s) or \code{NULL}. Default: 'World'.} -\item{customs_code}{Customs code, default 'C00' (TOTAL). See \code{ct_get_ref_table(dataset_id = 'customs')} for possible values.} +\item{customs_code}{Customs code, default 'C00' (TOTAL). +See \code{ct_get_ref_table(dataset_id = 'customs_code')} for possible values.} -\item{update}{If TRUE, downloads possibly updated reference tables from the UN. Default: FALSE.} +\item{update}{If TRUE, downloads possibly updated reference tables +from the UN. Default: FALSE.} -\item{verbose}{If TRUE, sends status updates to the console. If FALSE, runs functions quietly. Default: FALSE.} +\item{verbose}{If TRUE, sends status updates to the console. +If FALSE, runs functions quietly. Default: FALSE.} -\item{...}{Additional parameters to the API, passed as query parameters without checking.} +\item{extra_params}{Additional parameters to the API, passed as query +parameters without checking. Please provide a named list to this parameter. +Default: NULL.} } \value{ Returns a list of named parameters for building a request. @@ -73,8 +94,6 @@ comtradr:::ct_check_params(type = 'goods', partner = 'World', start_date = 2020, end_date = 2022, - process = TRUE, - tidy_cols = TRUE, verbose = FALSE, primary_token = 'xxxx', mode_of_transport = '0', diff --git a/man/ct_commodity_lookup.Rd b/man/ct_commodity_lookup.Rd index b9b9645..e30c9ba 100644 --- a/man/ct_commodity_lookup.Rd +++ b/man/ct_commodity_lookup.Rd @@ -25,9 +25,13 @@ set of commodity descriptions along with commodity codes (as a single string for each match found), if set to TRUE it will return only the commodity codes. Default value is FALSE.} -\item{commodity_classification}{The trade classification scheme. Possible values for goods: \code{c('HS','S1','S2','S3','S4','SS','B4','B5')}; for services: \code{c('EB02','EB10','EB10S','EB')}. Default: 'HS'.} +\item{commodity_classification}{The trade classification scheme. +Possible values for goods: \code{c('HS','S1','S2','S3','S4','SS','B4','B5')}; +for services: \code{c('EB02','EB10','EB10S','EB')}. Default: 'HS'.} -\item{type}{The type of returned trade data. Possible values: 'goods' for trade in goods, 'services' for trade in services. Default: 'goods'.} +\item{type}{The type of returned trade data. +Possible values: 'goods' for trade in goods, +'services' for trade in services. Default: 'goods'.} \item{return_char}{Logical, if set to FALSE, the function will return the matches as a named list, if set to TRUE it will return them as a character @@ -40,7 +44,8 @@ console if any of the elements of input "search_terms" returned no matches \item{ignore.case}{logical, to be passed along to arg ignore.case within \code{\link{grepl}}. Default value is TRUE.} -\item{update}{If TRUE, downloads possibly updated reference tables from the UN. Default: FALSE.} +\item{update}{If TRUE, downloads possibly updated reference tables +from the UN. Default: FALSE.} \item{...}{additional args to be passed along to \code{\link{grepl}}.} } diff --git a/man/ct_get_data.Rd b/man/ct_get_data.Rd index cd9d589..edacfcb 100644 --- a/man/ct_get_data.Rd +++ b/man/ct_get_data.Rd @@ -18,71 +18,105 @@ ct_get_data( tidy_cols = TRUE, verbose = FALSE, primary_token = get_primary_comtrade_key(), - mode_of_transport = "0", + mode_of_transport = "TOTAL modes of transport", partner_2 = "World", customs_code = "C00", update = FALSE, requests_per_second = 10/60, - ... + extra_params = NULL ) } \arguments{ -\item{type}{The type of returned trade data. Possible values: 'goods' for trade in goods, 'services' for trade in services. Default: 'goods'.} +\item{type}{The type of returned trade data. +Possible values: 'goods' for trade in goods, +'services' for trade in services. Default: 'goods'.} -\item{frequency}{The frequency of returned trade data. Possible values: 'A' for annual data, 'M' for monthly data. Default: 'A'.} +\item{frequency}{The frequency of returned trade data. +Possible values: 'A' for annual data, 'M' for monthly data. Default: 'A'.} -\item{commodity_classification}{The trade classification scheme. Possible values for goods: \code{c('HS','S1','S2','S3','S4','SS','B4','B5')}; for services: \code{c('EB02','EB10','EB10S','EB')}. Default: 'HS'.} +\item{commodity_classification}{The trade classification scheme. +Possible values for goods: \code{c('HS','S1','S2','S3','S4','SS','B4','B5')}; +for services: \code{c('EB02','EB10','EB10S','EB')}. Default: 'HS'.} -\item{commodity_code}{The commodity code(s) or \code{NULL}. See \code{comtradr::ct_get_ref_table('HS')} for possible values. Default: 'TOTAL' (sum of all commodities).} +\item{commodity_code}{The commodity code(s) or \code{NULL}. +See \code{comtradr::ct_get_ref_table('HS')} for possible values. +Default: 'TOTAL' (sum of all commodities).} -\item{flow_direction}{The direction of trade flows or \code{NULL}. Possible values: 'import', 'export', 're-import', 're-export', 'all'. Default: 'all'.} +\item{flow_direction}{The direction of trade flows or \code{NULL}. +Possible values: 'import', 'export', 're-import', +'re-export', 'all'. Default: 'all'.} -\item{reporter}{Reporter ISO3 code(s) or \code{NULL}. See \code{comtradr::country_codes} for possible values. Default: 'all'.} +\item{reporter}{Reporter ISO3 code(s) or \code{NULL}. +See \code{comtradr::country_codes} or \code{comtradr::ct_get_ref_table('reporter')} +for possible values. Default: 'all'.} -\item{partner}{Partner ISO3 code(s) or \code{NULL}. See \code{comtradr::country_codes} for possible values. Default: 'World' (all partners as an aggregate).} +\item{partner}{Partner ISO3 code(s) or \code{NULL}. See \code{comtradr::country_codes} +for possible values. Default: 'World' (all partners as an aggregate).} -\item{start_date}{The start date of the query. Format: \code{yyyy} for yearly, \code{yyyy-mm} for monthly.} +\item{start_date}{The start date of the query. +Format: \code{yyyy} for yearly, \code{yyyy-mm} for monthly.} -\item{end_date}{The end date of the query. Format: \code{yyyy} for yearly, \code{yyyy-mm} for monthly. Max: 12 years after start date for annual data, one year for monthly data.} +\item{end_date}{The end date of the query. +Format: \code{yyyy} for yearly, \code{yyyy-mm} for monthly. +Max: 12 years after start date for annual data, one year for monthly data.} -\item{process}{If TRUE, returns a data.frame with results. If FALSE, returns the raw httr2 request. Default: TRUE.} +\item{process}{If TRUE, returns a data.frame with results. +If FALSE, returns the raw httr2 request. Default: TRUE.} -\item{tidy_cols}{If TRUE, returns tidy column names. If FALSE, returns raw column names. Default: TRUE.} +\item{tidy_cols}{If TRUE, returns tidy column names. +If FALSE, returns raw column names. Default: TRUE.} -\item{verbose}{If TRUE, sends status updates to the console. If FALSE, runs functions quietly. Default: FALSE.} +\item{verbose}{If TRUE, sends status updates to the console. +If FALSE, runs functions quietly. Default: FALSE.} -\item{primary_token}{Your primary UN Comtrade API token. Default: stored token from \code{comtradr::set_primary_comtrade_key}.} +\item{primary_token}{Your primary UN Comtrade API token. +Default: stored token from \code{comtradr::set_primary_comtrade_key}.} -\item{mode_of_transport}{Mode of Transport, default '0' (TOTAL). See \code{ct_get_ref_table(dataset_id = 'mot')} for possible values.} +\item{mode_of_transport}{Mode of Transport, default 'TOTAL modes of transport' (TOTAL). +See \code{ct_get_ref_table(dataset_id = 'mode_of_transport')} for possible values.} \item{partner_2}{Partner ISO3 code(s) or \code{NULL}. Default: 'World'.} -\item{customs_code}{Customs code, default 'C00' (TOTAL). See \code{ct_get_ref_table(dataset_id = 'customs')} for possible values.} +\item{customs_code}{Customs code, default 'C00' (TOTAL). +See \code{ct_get_ref_table(dataset_id = 'customs_code')} for possible values.} -\item{update}{If TRUE, downloads possibly updated reference tables from the UN. Default: FALSE.} +\item{update}{If TRUE, downloads possibly updated reference tables +from the UN. Default: FALSE.} -\item{requests_per_second}{rate of requests per second executed, usually specified as a fraction, e.g. 10/60 for 10 requests per minute, see \code{req_throttle()} for details.} +\item{requests_per_second}{rate of requests per second executed, +usually specified as a fraction, e.g. 10/60 for 10 requests per minute, +see \code{req_throttle()} for details.} -\item{...}{Additional parameters to the API, passed as query parameters without checking.} +\item{extra_params}{Additional parameters to the API, passed as query +parameters without checking. Please provide a named list to this parameter. +Default: NULL.} } \value{ -A data.frame with trade data or, if \code{process = F}, a httr2 response object. +A data.frame with trade data or, +if \code{process = F}, a httr2 response object. } \description{ -This function queries the UN Comtrade API to retrieve international trade data. -It allows for detailed specification of the query, including the type of data (goods or services), -frequency (annual or monthly), commodity classification, flow direction, and more. -By providing \code{NULL} for certain parameters, you can query all possible values. -The function is opinionated in that it already verifies certain parameters for you and -is more than a pure wrapper around the API. +This function queries the UN Comtrade API to retrieve +international trade data. +It allows for detailed specification of the query, +including the type of data (goods or services), +frequency (annual or monthly), commodity classification, +flow direction, and more. +By providing \code{NULL} for certain parameters, +you can query all possible values. +The function is opinionated in that it already verifies certain parameters +for you and is more than a pure wrapper around the API. } \details{ -The UN Comtrade database provides a repository of official international trade statistics -and relevant analytical tables. It contains annual trade statistics starting from 1988 +The UN Comtrade database provides a repository of official international +trade statistics and relevant analytical tables. +It contains annual trade statistics starting from 1988 and monthly trade statistics since 2000 for goods data -Parameters that accept \code{NULL} will query all possible values. For example, setting \code{commodity_code = NULL} -will retrieve data for all commodity codes. This can be useful for broad queries but may result in large datasets. +Parameters that accept \code{NULL} will query all possible values. +For example, setting \code{commodity_code = NULL} +will retrieve data for all commodity codes. +This can be useful for broad queries but may result in large datasets. } \examples{ \dontshow{if (interactive()) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} @@ -106,7 +140,8 @@ ct_get_data(commodity_code = NULL, end_date = '2019', flow_direction = 'import') -# Query all commodity codes for China's imports from Germany from January to June of 2019 +# Query all commodity codes for China's imports from Germany +# from January to June of 2019 ct_get_data(commodity_code = NULL, reporter = 'CHN', partner = 'DEU', diff --git a/man/ct_get_ref_table.Rd b/man/ct_get_ref_table.Rd index b2c3791..4206021 100644 --- a/man/ct_get_ref_table.Rd +++ b/man/ct_get_ref_table.Rd @@ -10,9 +10,11 @@ ct_get_ref_table(dataset_id, update = FALSE, verbose = FALSE) \item{dataset_id}{The dataset ID, which is either partner, reporter or a valid classification scheme.} -\item{update}{If TRUE, downloads possibly updated reference tables from the UN. Default: FALSE.} +\item{update}{If TRUE, downloads possibly updated reference tables +from the UN. Default: FALSE.} -\item{verbose}{If TRUE, sends status updates to the console. If FALSE, runs functions quietly. Default: FALSE.} +\item{verbose}{If TRUE, sends status updates to the console. +If FALSE, runs functions quietly. Default: FALSE.} } \value{ a tidy dataset with a reference table diff --git a/man/ct_perform_request.Rd b/man/ct_perform_request.Rd index bb79164..fe9286f 100644 --- a/man/ct_perform_request.Rd +++ b/man/ct_perform_request.Rd @@ -9,9 +9,12 @@ ct_perform_request(req, requests_per_second, verbose = FALSE) \arguments{ \item{req}{a valid comtrade request built by the \code{ct_build_request()} function} -\item{requests_per_second}{rate of requests per second executed, usually specified as a fraction, e.g. 10/60 for 10 requests per minute, see \code{req_throttle()} for details.} +\item{requests_per_second}{rate of requests per second executed, +usually specified as a fraction, e.g. 10/60 for 10 requests per minute, +see \code{req_throttle()} for details.} -\item{verbose}{If TRUE, sends status updates to the console. If FALSE, runs functions quietly. Default: FALSE.} +\item{verbose}{If TRUE, sends status updates to the console. +If FALSE, runs functions quietly. Default: FALSE.} } \value{ JSON data from comtrade, data.frame with results or error codes. diff --git a/man/ct_process_response.Rd b/man/ct_process_response.Rd index 165fe57..b80338d 100644 --- a/man/ct_process_response.Rd +++ b/man/ct_process_response.Rd @@ -9,9 +9,11 @@ ct_process_response(resp, verbose = FALSE, tidy_cols) \arguments{ \item{resp}{a valid httr2 response object created from the function \code{ct_perform_request()}} -\item{verbose}{If TRUE, sends status updates to the console. If FALSE, runs functions quietly. Default: FALSE.} +\item{verbose}{If TRUE, sends status updates to the console. +If FALSE, runs functions quietly. Default: FALSE.} -\item{tidy_cols}{If TRUE, returns tidy column names. If FALSE, returns raw column names. Default: TRUE.} +\item{tidy_cols}{If TRUE, returns tidy column names. +If FALSE, returns raw column names. Default: TRUE.} } \value{ a data.frame object with the results From 9e714f451ab25ef5d983b0180e2f681a047e18bc Mon Sep 17 00:00:00 2001 From: "Bochtler, Paul" <65470117+datapumpernickel@users.noreply.github.com> Date: Fri, 15 Dec 2023 20:00:44 +0100 Subject: [PATCH 16/30] deleted rest library call to vcr and unreferenced variable in check_mot --- R/ct_check_params.R | 1 + tests/testthat/setup.R | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/R/ct_check_params.R b/R/ct_check_params.R index 6fc19ca..83317de 100644 --- a/R/ct_check_params.R +++ b/R/ct_check_params.R @@ -489,6 +489,7 @@ check_motCode <- update = FALSE, verbose = FALSE) { # check that commodity_code code is not null + id <- text <- NA if (!is.null(mode_of_transport)) { valid_codes <- ct_get_ref_table(dataset_id = 'mode_of_transport', diff --git a/tests/testthat/setup.R b/tests/testthat/setup.R index c67872a..2ce46a8 100644 --- a/tests/testthat/setup.R +++ b/tests/testthat/setup.R @@ -1,4 +1,3 @@ library(httptest2) library(testthat) library(lifecycle) -library(vcr) From b662fa4ace14a69b53a0b5ccfb15933971d5fa12 Mon Sep 17 00:00:00 2001 From: paul bochtler <65470117+datapumpernickel@users.noreply.github.com> Date: Sun, 17 Dec 2023 19:09:48 -0300 Subject: [PATCH 17/30] implemented ct_get_ref_table for flow_direction, changed input parameters to text variable from comtrade and changed NULL parameter to everything. Default is still the same, so this should not confuse too much in the beginning. --- R/ct_check_params.R | 54 ++++++++++-------- R/ct_get_data.R | 13 +++-- R/utils.R | 2 + R/zzz.R | 1 + README.md | 2 +- data-raw/DATASET.R | 2 +- inst/extdata/cmd_b4.rds | Bin 740 -> 740 bytes inst/extdata/cmd_b5.rds | Bin 2040 -> 2020 bytes inst/extdata/cmd_eb.rds | Bin 4896 -> 4892 bytes inst/extdata/cmd_eb02.rds | Bin 2236 -> 2240 bytes inst/extdata/cmd_eb10.rds | Bin 2728 -> 2728 bytes inst/extdata/cmd_eb10s.rds | Bin 2356 -> 2356 bytes inst/extdata/cmd_hs.rds | Bin 148164 -> 148164 bytes inst/extdata/cmd_s1.rds | Bin 28940 -> 28944 bytes inst/extdata/cmd_s2.rds | Bin 60168 -> 60192 bytes inst/extdata/cmd_s3.rds | Bin 81992 -> 81976 bytes inst/extdata/cmd_s4.rds | Bin 85272 -> 85260 bytes inst/extdata/cmd_ss.rds | Bin 86308 -> 86260 bytes inst/extdata/customs.rds | Bin 468 -> 468 bytes inst/extdata/flow.rds | Bin 0 -> 332 bytes inst/extdata/list_of_datasets.rda | Bin 1241 -> 1242 bytes inst/extdata/mot.rds | Bin 436 -> 436 bytes inst/extdata/partner.rds | Bin 4120 -> 4120 bytes inst/extdata/reporter.rds | Bin 3404 -> 3408 bytes man/ct_check_params.Rd | 6 +- man/ct_get_data.Rd | 12 ++-- man/ct_get_ref_table.Rd | 1 + .../v1/get/C/A/{HS-60a6ad.R => HS-5e2730.R} | 7 +-- .../v1/get/S/A/{EB-051bfe.R => EB-b31ccb.R} | 7 +-- tests/testthat/test-ct_build_request.R | 2 +- tests/testthat/test-ct_check_parameters.R | 9 ++- tests/testthat/test-ct_get_data.R | 9 +-- vignettes/comtradr.Rmd | 16 +++--- 33 files changed, 75 insertions(+), 68 deletions(-) create mode 100644 inst/extdata/flow.rds rename tests/testthat/goods/comtradeapi.un.org/data/v1/get/C/A/{HS-60a6ad.R => HS-5e2730.R} (58%) rename tests/testthat/services/comtradeapi.un.org/data/v1/get/S/A/{EB-051bfe.R => EB-b31ccb.R} (67%) diff --git a/R/ct_check_params.R b/R/ct_check_params.R index 83317de..d50abd1 100644 --- a/R/ct_check_params.R +++ b/R/ct_check_params.R @@ -56,7 +56,7 @@ ct_check_params <- function(type, cli::cli_inform(c("v" = "Checked validity of commodity_classification.")) } - flow_direction <- check_flowCode(flow_direction) + flow_direction <- check_flowCode(flow_direction, update, verbose) if (verbose) { cli::cli_inform(c("v" = "Checked validity of flow_direction.")) } @@ -216,31 +216,39 @@ check_clCode <- function(type,commodity_classification) { #' check_flowCode(NULL) # throws an error because at least one flow code must be provided #' #' @noRd -check_flowCode <- function(flow_direction) { - if(!is.null(flow_direction)){ - rlang::arg_match( - flow_direction, - values = c('import', 'export', 're-export', 're-import', 'all'), - multiple = TRUE - ) +check_flowCode <- function(flow_direction, update, verbose) { + id <- text <- NULL + # if 'everything' is selected, return NULL, which in the API + # equals to all possible values + if(!any(flow_direction %in% 'everything')){ + flow_direction <- as.character(flow_direction) - if (length(flow_direction) > 1 & any(flow_direction == 'all')) { - rlang::abort("You can only provide 'all' as a single argument.") - } + # remove any white space from cmd codes provided + flow_direction <- stringr::str_squish(flow_direction) + + # get the list of valid parameters from inst/extdata + valid_codes <- + ct_get_ref_table(dataset_id = 'flow_direction', + update = update, + verbose = verbose) + + rlang::arg_match(flow_direction, values = valid_codes$text, multiple = T) - if (length(flow_direction) > 1 | !any(flow_direction == 'all')) { - flow_direction <- stringr::str_replace_all(flow_direction, - '^import$', "M") - flow_direction <- stringr::str_replace_all(flow_direction, - '^export$', "X") - flow_direction <- stringr::str_replace_all(flow_direction, - '^re-import$', "RM") - flow_direction <- stringr::str_replace_all(flow_direction, - '^re-export$', "RX") - flow_direction <- flow_direction |> paste0(collapse = ',') - } else if (flow_direction == 'all') { - flow_direction <- 'M,X,RM,RX' + # if one of the codes is not in the list of valid codes + # send stop signal and list problems + if (!all(flow_direction %in% valid_codes$text)) { + rlang::abort(paste0( + "The following services/commodity codes you provided are invalid: ", + paste0(setdiff(flow_direction, valid_codes$text), collapse = ", ") + )) + } else { + flow_direction <- valid_codes |> + poorman::filter(text %in% flow_direction) |> + poorman::pull(id) |> + paste0(collapse = ',') } + } else { + flow_direction <- NULL } return(flow_direction) } diff --git a/R/ct_get_data.R b/R/ct_get_data.R index 448eb4c..c9c6350 100644 --- a/R/ct_get_data.R +++ b/R/ct_get_data.R @@ -33,9 +33,9 @@ #' @param commodity_code The commodity code(s) or `NULL`. #' See `comtradr::ct_get_ref_table('HS')` for possible values. #' Default: 'TOTAL' (sum of all commodities). -#' @param flow_direction The direction of trade flows or `NULL`. -#' Possible values: 'import', 'export', 're-import', -#' 're-export', 'all'. Default: 'all'. +#' @param flow_direction The direction of trade flows or `everything`. +#' Possible values can be found in `ct_get_ref_table('flow_direction')`. +#' Default: c('Import','Export','Re-export','Re-import'). #' @param reporter Reporter ISO3 code(s) or `NULL`. #' See `comtradr::country_codes` or `comtradr::ct_get_ref_table('reporter')` #' for possible values. Default: 'all'. @@ -77,7 +77,7 @@ #' partner = c('ARG','DEU'), #' start_date = '2019', #' end_date = '2019', -#' flow_direction = 'all', +#' flow_direction = 'Import', #' partner_2 = 'World', #' verbose = TRUE) #' @@ -87,7 +87,7 @@ #' partner = 'DEU', #' start_date = '2019', #' end_date = '2019', -#' flow_direction = 'import') +#' flow_direction = 'Import') #' #' # Query all commodity codes for China's imports from Germany #' # from January to June of 2019 @@ -106,7 +106,8 @@ ct_get_data <- function(type = 'goods', frequency = 'A', commodity_classification = 'HS', commodity_code = 'TOTAL', - flow_direction = 'all', + flow_direction = c('Import','Export', + 'Re-export','Re-import'), reporter = 'all', partner = 'World', start_date = NULL, diff --git a/R/utils.R b/R/utils.R index 26aa22e..20a8309 100644 --- a/R/utils.R +++ b/R/utils.R @@ -67,6 +67,7 @@ get_primary_comtrade_key <- function() { #' * 'partner' #' * 'mode_of_transport' #' * 'customs_code' +#' * 'flow_direction' #' #' @param dataset_id The dataset ID, which is either partner, #' reporter or a valid classification scheme. @@ -100,6 +101,7 @@ ct_get_ref_table <- function(dataset_id, update = FALSE, verbose = FALSE) { 'reporter' = 'reporter' , 'partner' = 'partner', 'mode_of_transport' = 'mot', + 'flow_direction' = 'flow', 'customs_code' = 'customs' ) diff --git a/R/zzz.R b/R/zzz.R index ec42bb4..b86a913 100644 --- a/R/zzz.R +++ b/R/zzz.R @@ -32,6 +32,7 @@ assign('S4', NULL, envir = ct_env) assign('SS', NULL, envir = ct_env) assign('mode_of_transport', NULL, envir = ct_env) assign('customs_code', NULL, envir = ct_env) +assign('flow_direction', NULL, envir = ct_env) assign('reporter', NULL, envir = ct_env) assign('partner', NULL, envir = ct_env) assign('list_of_datasets', NULL, envir = ct_env) diff --git a/README.md b/README.md index 624ab54..a7bc1da 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ wine_codes <- ct_commodity_lookup("wine", return_code = TRUE, return_char = TRUE # API query. example2 <- ct_get_data( reporter = "ARG", - flow_direction = "export", + flow_direction = "Export", partner = "all", start_date = 2007, end_date = 2011, diff --git a/data-raw/DATASET.R b/data-raw/DATASET.R index 08bd473..b5259b7 100644 --- a/data-raw/DATASET.R +++ b/data-raw/DATASET.R @@ -43,7 +43,7 @@ for(i in seq_along(list_of_datasets$category)){ 'cmd_eb10s', 'cmd_eb') valid_country_datasets <- c('reporter','partner') - valid_other_datasets <- c('mot','customs') + valid_other_datasets <- c('mot','customs','flow') ## if it is a valid dataset that we need, download it if(list_of_datasets$category[i] %in% valid_cmd_datasets){ diff --git a/inst/extdata/cmd_b4.rds b/inst/extdata/cmd_b4.rds index d0df55c99d1f50c87d690809352684115973314d..da758c741bb945074099f42e8c574978f5b11ad7 100644 GIT binary patch delta 693 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 delta 2034 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 SO@{bBFb#_W000000a;pgzi1-> diff --git a/inst/extdata/cmd_eb02.rds b/inst/extdata/cmd_eb02.rds index 5387f66fcbee6041d18eed2684557110369bbc44..ba1c74b505771d923f6d3214e399c69c9aee33f0 100644 GIT binary patch delta 2236 zcmV;t2t)V05x^0U9Djjb04xH08Tp_19X$X*=H4j{Gnn#DC_3LRUkU{N;G&t%{~=LS zw!W37BcllOT{sm@%`sY%7YRDEr{!%%U>X6Gcz-=~3kOW>pHJAI(%Kyg zf8BNmJa3^> zMCmw=q?a2g?tjHuVN3A7i1SdjB(|Tqlt-CeVw>m^cYB)=tYyL)5Nb`^9^_TbH>D+W zJG8R0yX+L|Te$=p4G!IF00xsQ+&>{IOj)iQAQt>+R!z;> z*rMl6Vt)wLgFwU;Dq933z^isltf&Lh5Rr9UHTJcj$gc-#;G%_Q{W7;vxh8$4r3wvZ z)rukXcAJD395xseGJOBZU>riEf$}ku11Q6Bi_z=DCz~yde_~viTo3HPu(rC6IRb({ z!}eiA zK|>J7^{V^Q@uJ280aTDQ_(B}o4Ym@OE=ByDfVFUCll};7P=5Y@Y0`$Lm<>^ry>24g z8-H?Gx$XTV)ciOtSzzPvlgVw;H>}UI1Bfcgj2v zy_oHP-@G^}`(|DUqWSN2JN&0^FQIv?L0Xh=!wmGorShE=oWP%*Y&b2OnE(efH)FAr z=E*UitWkwbhy<7$rvsRV3uyuX!~Vm?KYy)(G6E7pIz%x2TOd$L$*4Ytx37xQ89Z*8#I!eT`CCKE-dB98+aF99EpV)G z3e$iQt6;N#kPCt)sTUlnO{Fl13MCJ&<#mN=_F7%-BLp1UerVP1@Avr-890qIcbYzY zyR~%Rqxw*72c(mpx~7q1;Jguu!hi9Izq9-rXR&Esg)VkvJwIkQPepq_+d9%bSolyB zK3M%c&58p&-EU7H4WD5&3l*@2FN|Md+QU#RMOJ{K=cNRI5h}0Xl#Ub3{shvS7%zR-YgEMQ9B2jf*6r zZvd+1+mkHV1a&v?ShbXaavF0#lubl}c3AMudj%}Oz~wFD{YA78mrZi$`7m@U8Zj#t%X}z&0V^c|Ow$+|SL@@+yl$}+L@xN?&+S3l ze3#Pclr;|lY7<%XeQN5yUPX>+0F{++G;kdo0~n<-paHA@9}fqqInQZU{yu7D~ z$X5*n)cpC!{)){untxTh_9jMKJ;Lhf@QlZ=avs!4J)p)?#wuH$W9>1KRW(zkEkF2p zsLB#>q2(Yp69$ur6s3i|?g5vtj@%HM$_X-bbpx)%u%nnn52dcP*3yDoqc@#UStc+7 zMYfM->hp1#BGldPz@=~gEPk*-G5nh&Jjd+Fau5c+j zCe!_KnF`IcPj@ER|8cs|loGlM4pMwEJo&m)3)k7}+XQfPt+B zRHVN$`PJKf_jEkO^K%>dKeH?TLFL z-`U~@zS?jPVCNO^A~0XvAgXu2{2y*fO5<>-!Y+%n`IA<{q>-v~t=Eplkk=KmAaQE8 z1r{Q*uwxTMZB&|eIs1<1Tv~}d#tLNfs3;8G_+XhcD>Zr0*pK~eKiRBtfoB~NnNBYo$T!($=&d~5Z?d*0002?O}UT&0htk-QUCxSvBjZ2Fb#_W K000000a;o;6gpV| delta 2232 zcmV;p2uJt85xfzQ9DjdZ04xH08Tp_19XIT~Cu*7BS3RXzGc^sCf68N84mtGjPVi?? zQwMhRHsu#ub-jS}4+OZcD<707l>j05CQ)iKnYY&h9B5XjM~Xh3C65?xSd6rX6ePnV zGT{mpEe`m|KQ5zDOVMuCy>6-zSwPHh|JoViFky@M0Dzo*Eq|zz?vDVS;fPemmyv>< ztT-6u6SvMrokC+|t7$tXZ1B$V1oU2G`XMf5Vb6{)WZhHrfx$oU1sJkK?eM5M!xIME z#f`G+^X-%EVXDH8738RPD;Y#$$htAF^#YMf9J$ zq8KfFO(XnEe1D!aisqX{&1W0@3U({vD`MQhPaR}=O_M^2-CL~85M7)!WbBwka_rmT zZMI#rC7`c4#}g4=2OZisYX<131Li27l7TTdh$(-vB5X$$wn z(ij}8xda=Op7BB{5y2@)=>JkN#1;2dZQUxV6i%v-fPYmSZLQt4gtxuPmrn#uoCw8Q zv!*k}_~oMpMZC`!u1e zkvg%^QGcEte_}|K_k-9phM%a41-jo5mK8MiVVj+y@?xhNcWbZAE4Of+MLZVIpz&b=6lr>ikB-~( ztzGW<1#x0Ts8UQp&+7REpn4(lQZfIR>FqKzis&m`iJ+s@cL zns9b15EthUB_=$Gqo}ayjFwoD5!-Yq-?WA*C7{tx!fHr#eVsif@FX>lf~n~{Zty4{ zA%8?sConn}WCMQaehpb;9v;le8c^u@p@0g{jAdZWKR`sVMZ!^G#4=6nJ`rSU-kSQh zx>tu@!kVemRhr+i)EDzBxj^f=u2f(_cEQ!_w$f+VX0M;u&`0i?Q!TJpxw(nzdaceg z;#443``e+wynI9ok6&X;Jl4z!x?{UCr+)>=<2bs`^F;dj(s$=qjJ^*F=?E1eC4+GJ z;!;GSzQ_MDTZZ&pT|a&)6c6)2cu6n+$e;fU>w_~-S!6p_;$tSodgvCpj8I-lAj(#R z0Adgm-ZnZDBvPPPRm{a9n#3BFjXe_<8GsmHdR=T5H(m48sN*@gQodR1x8`$wV1HT* z$y7Z)lZLZIA*$GO^g_gSPUkE05{q;N$oKoq3dPZfUi>cgB!H-CirN%FB4OqoVWtL! z?k=6sG!wvx6mZ-}54@PHPXj#U^P!aX7#>iqK_+T0aU2%1c6R-l##k6xn3-fQzS0Sy zOXnwq5!hH|aq`B$B&_Sz;`h!ci05ju;0mpk7^WOUSg=GgP)fE)UY`&XNi2Hk7%TD< z%1X^u;-vNP`Fb=QkptmlDLgwJi$z)9L7-IDyiR7_abGZY7AGOtLv>N$_1E=a5A-DA zcrHPO_mG>zIm#GvDmd%l>wo%Ri1HS|bhsIJHQ1t4lj8$MMcSa&m8#YW5cO6 z7(0H66hODQ$Zm>&*mj=H|7k9^`$}!^U;z&!Bi2Q4pF+n_?wPMax8}z!aFtx6x8Cm-_LWu5h>zdXv%Q0j8v92w@p`{R1f3YJdd-K+EfmrNjX3D*ej;$r^oNCpz7h z{S2OXe*@-`WzK%)KB*2MYjQ=YVPqq_W2%N#C+pZDKkM98)R{u3&3tK!3`lXR=0Src z%iC_7-W}#b;(u3ESBhk^VRkYdp0(b$u{m`csBb0tnE(rt8|NfE)ndG}RgSI}$zIL% z^8od0WmNxl5^u-oybhJKh7akHJS&>(x557Nw& z_8i&$tKLIP;G4hvu`z`tp7qqRIAEhQ6&+#F%GDl}^M8ZzE;Vr-4Kwq($;gI-FGCYT zWO1BaJ5PEe+J{JcU%;xKWCKqvcps}9WT*ws;0kfG1VV+;&phQX!_;)?o1SW29VVaF zz(CGF~due2mXtM$}*6erO3du7dQD@yzmp7c~0CEl-^ zX<``W%v_kU2Z1HL4(tCmfn82|vxl0tC+0hbY*QUCyN(9fGbFb#_W00000 G0a;qn7EM!Aj(^~43jh{+zvG}Mc18$c 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 E7WjcpwEzGB delta 2698 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 E7FAU=5C8xG diff --git a/inst/extdata/cmd_eb10s.rds b/inst/extdata/cmd_eb10s.rds index 3d95fe66bf25177e14256c5a27da44af1e30f1e1..ae0f5b69982be3f38e88746b48d8c0b81f0f43a6 100644 GIT binary patch delta 2353 zcmV-13C{Mk60{PK9Dnv*04xH08Tp_19X$X*=H4j{Gnn#DC_3LRf!4(R@=Y{O+;Jkp zFWJBsiaw*A>{1VOKeN1r67>|RuQu~At=euV5NVF@3x5_PkMkapdq(~xn1`dp z_hxhM@{;Dw*sy&@xW1be8t-c4R1q5@(s%aFd>+!XcHO9=mq35mSX~u+pBPBltgVw$ za=D^%^aoU(-s;yy^p(UB5J5#{bQXm+kZJ?P)kR-h-%LbhU{XN#fI}pK%AAG@okUR zUtsuaYB}K`>l1kn$uYRj3IEq5saO}#c1%Nbc~l=vW*hg4n?5v};lU;Fh#v=F_vZef&gWvRj~ZuoB9qbzGM&*z z2M!wt)QyWign^Hbg=u~fVAiZUs2b)$f#ia$mM(J^EHOz}hzgy<6zPAI__!JJ$ZmI@6#MGd|VV`7ANo?C4 zVU&IEb?x)K==teaf1s>;%>D9S%mhLlI0MpEAODh?rF+Id3Zb~af28^)9#xz~sX<-* z8-How_mMT8VtL=(3>hDAK+RSG;-AL1biw@nddb4OoxW$u-fRcOLRCEU@%qa_fqkbS z@PE}qo@QP7XiO{;_9V@+F*CBj6`Tns<;teVn!TQ zjFw$x?DrQu<91RGTuXL{Do0zzw78g787CPl2n8iqXp0wkP|5t&$ktn5t*q+y%zt$E z{bBuCb4;Ku_^g=r_;06_9Qw7ATXMkK8L#%Du>@QY_PwX~3N&Y}__dM8%pkTDZ#oOm zQ_LXU-y~X4^wf$Mx^}niJ6s#%%g{kza#^Moyp`V;>Bg}MnvRKJwJma%?nleu3VBX7 zc1cD9HvbPA*-?17Pk8FF|4B#|hkq)DjxzhPB}6i6=-eCmIflOH6EDj~@QyQNiJ&5@AQj&^LE&Ff0H>JouvqsK9i?W|0&6MuA!g)l6c zLod;omPH#4?KI27K2!86)F1t6-}U|ws6H+)xERYEaD*C~pXbq&ONsC*S9)?`s_7oh zEX^_5;4Uma6LI;+ymY}$FXLFyc|P#~#+X6*uykl}#Zx|d*J#NE4y1jJcuEM5jtBo> zFfq4)t%ra6G-?=h+pxm8&42TpMvN82i0c{vpEbendqFGhC4Z6SrE&}1Z;LyKdt!RH zMnjm$aV(i2t}Nh&+%Hp!t?q)Tc%p!;b6GUg`E>u`+7DBMLRAMG>oaourH=jWFpulJ zbOwom0etT>{%A*#yT>pgOVxq`{1r1JyD2;;st08Y!IlVeLb+5wFjWELzG&JWkS^ZfKyt zk|hoY-xtzGxi^04y-lR>Cw!zuVJ){2=EUN=-B)YL3K|fnhj%gdwcIYK6C5FYRW#1L?f#K&X$k;(23<(w)wZ| z$wwYNF1*)e1czMX(XV2|7ue#Ok{pC>RlBF*Py*CmlzpsiYPof#_*c_si2z`r+xnY? zqutb`FZGJmwI(d(i!3(~F$I{MBq=()N$n;GEmHlWy-?k=g@0T~81q1G7JdV5N->&g zB%;bjsib&gQAhN9gm9R*eRx?NE&IzB6^U2>MSxpk9%3$YCvE(-$8EcO|rQ<9n@$T{>&|te62E5wb!2;J`NqX zYdq@gna|j7qJIqJco8N?Gh!a7QkF{ueWbWV+t1$f%g1@EhF1A6f`Ky-tY2JKSlSB^ zeL!&$P%GeiQ37~43vw#5rT6Dduig3r4w|TX%{%*{VO9{{d8Ee=GGDe))fR2@1|YlMkd-{#62_cM*4d4Y z;?*L8Wq)VlI}5ebVttIL(diREsFGCm-HskS91p{eIBrhDMDh5SQC9B{2YOan-Lcl2 z`uFQbtEW}149WYkpB=)DA~Oz7bc8+7l8M47Y%@bj#s2pp)uE9+nsMfArC@>IAhnvW z=(I~})T{1Gvh?^uGaBH8Y#D6aJ!8lq4%fj~2P!p_&4}#yMyF#800000Fw;3r00E8? X+ED-i?RZ$(J}?c70ssI200CKA;+B^G delta 2353 zcmV-13C{Mk60{PK9Dny+04xH08Tp_19XIT~Cu*7BS3RXzGc^se7%F1S98VvyTr~19 z5>5X&a@hKdVN&~V^}0AjKe%~Itv9JhYp)QCF=2x;v;-cSc5pEaaR_RNj(W40y!JE5 z-a6GB9iT}1B~V&<{iHiL82vA{k%Q-BChydF6nS+4<17i~P=C2EXzB+`_xc^&$zJJW zxT$(xgpW#xs=v;XF~O&;rIDn+a?Q)EP}|u=Mu)#-ww(pN@?E)qoF5`ff`rUsTR|$u zw!0Z@Aq5{y7n@ZvMP2%JD%u;iXH;Q@SkC57zM}hqHvNlD{D68Ux8aVSXnStCPGi`v zbiU^T8gWS8+keF>DE4&)S1Qh!gsN4q;VCAa5b+__^$;HkO0S^x_)es>XIYoCf;I>ugxn zF}=dNe7x2P8YNhs9DV0ZPe_+mc~bAm@z@Fe2;=1*2$C`zwQ`9g_Uj$xBb|;`QLFq%Ess;-E~atb@$t9j}Ju^ zLolb5fWHBFy@6w@ewAbx6#|DH&@8Wa-NW;Auf>-oRoleCI3-lEP$+sx&2o(dZz>&G zQokb7AgzF}siha^l=A-kPtS}3E{w}QAwbXZa(~+~cHRVx`=u+F{;Ro4Ef<}CkzuArJ1e^;RZ0j*Y z6n|fa03fxpzP7THC$#MYwOT1@P~9}VUIZcNXb_v6;;J$%d5zsfK3VHp3gO<(dWDe) z1Uc!74o;KEuTWe)sKL+)B6xeIQpY4AO9W1%zA~D|V$@9=ny?{mgu6f3>8GA zh+#uV5%mKgnC}t#5Y4;~^`%_urN4fxsDE4?hJMw+^Kn8SazZjUl)1v{93oHvNN z(l4}XQyt*XL&*OW-5!W2-e&L8)F&1VV_n~dqO!(=z?|IC8OiIi8J^TwOkkbY7|bb? zQLhJhQ3pOta=Fq{G}klziu~L?Xg#gWF@cLE%fV%I4Iq4EJXZ^}guE%37&t6hd4C}c zshoq=Roo*(=2Vq}BO3#;$E>UMheys@lOy%Rll0``LdnH$OtvjIcP3Apyg4ghYZNhs zU7?qO!`SN)q{-IdnC>xeECRg6#{`p>O-e#Wga!~h4w~Yhx;3fzl3Yga%SPyF%~(`G zl=5=U40L*NOT;l+C?;wxHviE+eSa0fO}kM390<|y?i!Yc7}ZB&wGqna2?^$NI*>CI zKw-qP0WuIHG$90?y`1cGG4I&?H1+RpKT{UtlsM;cLX>s;#wm*oK2DQOYmi{w54IN8 z(I1AD&(HT}&o#&st+GGV^kB=ykcVI?b>LIUH`ZZjq@5tB0E0>L$fiY7D1Yti@4^aj zfNxo1{D{OvV08!#%7It~7lePyVmyECTCgcv`Y2U$nKIPXT6(tv&0+_*kn1PdQA`7UW<^! zdmS8^`_rFzT8NVqBu2lCK7S&RrES$F|D<3@X3#5`PlhgV&OHL(LcW_z`O2{-YZR7@ z>iQK&6Z%ejMdph~h>nmeV+;7%ZMz!Eo127__(PO)D7Czdz|JwiWoUOp6VzFs0I0DU zQ8C99j0t;X;TsG`M?ok^KtfTM{d+2cro_%ID>)m(12coW32l95yMKo(76PFk8u%H) zo?D+V#9FCCvWDm}$LQgJZ|EN5+6DK7k98iVyd=2(+k3{%8y~nRofQT)t5C+_ z$Py^MtCriB(12Cx(TYphe=$7Uw)QzUcxxVPYNf1}=nl$}s`fYR6jX_uNr{c=!_RIR zucoi;qruVH$>4@uGsqt~NwF1B!5G(>RyN`bemm$Hb!KV=7w{5zfy&d;=wf2JiUgu&@k{9cQTYY9Ea01e)NnUB!sr6mqJu;eX z7-9qgHGh^Hdv2bc`p>!@9*9roowgqwq3~*j-i>S@l?P zn9mQ0HmJ9}wff-hqj!o1Nq`KETcs1}T%?2QaNg!;Oq2O4l$^lhst9Va!etmkjzayZ z9^;Px^t8hzW(n)I&@_^??~x?R5SIo$vqvt&N$K00EB@ X+ED-iNUH=AJ}?c70ssI200CKA58Zt& diff --git a/inst/extdata/cmd_hs.rds b/inst/extdata/cmd_hs.rds index 8cdf800c46560483d5381e948ce55a51394e6220..5cddbd58472be5fcad679ee11ec06be18c8b2bff 100644 GIT binary patch literal 148164 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 z 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 GahlIORz!9**quLIoGbnCF61&xJ9%P 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⪚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 literal 148164 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 T6?_J9J}?c70ssI200CKA6KDBW diff --git a/inst/extdata/cmd_s1.rds b/inst/extdata/cmd_s1.rds index 685e9048cd34c6cc7583a1a5678b47ccee848aad..226cb95cb4e96361c66e944667469250671cf19c 100644 GIT binary patch literal 28944 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

L*57c1SRX zX}Qe~U(gp>Z>Jtqu=y4Ye8p+Xn%Dt2h&R1%+vjr!tX!n~^@i7mp8?F%@O^@b&kC_P z(xX`F+n_Let0RrlB}zD@ah;!|YfcAfPMrF2GBOC>5yH)N;S~rq<9{Fuo6RCMYSn7!y0o{6r$< z6wY|l_~ekW@M-@;BBh7hqWPfRVv#-%KHIuZFH=agd{uBsptzh6>{#DpYD+aNkBkiO+L4kH`Z22RnF_yfzY35@t~@>uV7NLWXv94=^Re z%V)>7%ab=Q<&SllWLTZiS&9z_PM=*J6jQ2<57s043@%6YPuklpL#qPl;#(KMrmFo)`g&%^nBij|S5o8KNiR!Z+M_`m(U&qE z@aw4Ut_*G%D~N;nEW5y5lYr|Lj$3o)PlpF)6z`Zo0Hpg@5MN&|kFKtLGLe3b{Rz~$ zaHgkg5u6K>RpMP88(O8<(57tT2WtOxL zBE2tWwoH`UPkH)VH96eBui*Xp|CE3k;ikf}!3=H2w&g&W6{**C`^>D*w_T#Y?baG| z8UDYq#JQnu`<l&{OV~mUR4oaC_UVx6 zSSwI+;;--f>h;+|Z)d{+Yamvi(#|)N@E75;t-F4=Yddd(4~&BrLLHtf>{n?01H(28>F zI3yt;ft1buDYRsOnTZw<5jqGS+G|WO6|XcPnxM|rEj`Q_JSH@E7VS;cw6pcXfSBcG_9)udx6g+Mj`RG z0~x6`p_A(dGS;c@gtcPukT#ICNltYU9sVTfHDxy7F~4#?>>ouJ>-`c|2nj{4%EQHB z49;$H@w$8A`f0mc6dGu!j1jI>X`qD|au0yuu6~q{EVVty6+%(g;5l6H03RAHI~cSn zMpt6wcJMk2mzxg>ecQnd&CuN*Qf&aW7`8d0mO$Cl@ZntoQwT9V2lwdu^5;%+OFL?W zdOm5wwJiYc0B|Rg*uS5@jsN;xMY=M4^8C9Ak$2#MnYvd}rf-!Pghe;1fe0o}=Nu$; zn>f>64|c`una~f}DME_?+_8PdGRArVSFvlILhb|jrHimjxjsD0ZY^kPvq5(!r%7~m zS@0dLBN3XvEj{h9R$ig=*uYZ##4;0l>LRASCT{d!ccsS%{l5Isq%4$VQcfp4gvjg= zb&(MO-bx^_+A7U`y@Z#WN62Cs<>Y>9pIlvNras*kp4rLkj{LNHLaAWi zTIs@p@LX?3;f8Nz{oN?*W$iX9k{*2m3=*c8tMq)FG64im8_EOtekNJlrFC08-TfQP z9PnmTug6eGl>YH=!gV?oRoH<+ig}@sbLr<6(H7T-1&IT&r~Q&(YBgHB`V z>`_Mp(yB2m8LcV^0rB+G-9wL-@Axd zM*mL#JpOJ}b-C2jWbL}o%ky5`GhtU)d`mk4%cg;+<}5%k_968%tsSCP7Jc6I2ZN+jz9s1SK6stq>|J3fTDfH ziO7^O0<_v;qHkaf_>8V`jX!$g>EOT@Tsg%Me~PG>v90K^*P!7fZtBns%e?MUYkgI% z|3aZI;X9{^ufd5BJcfDcbsnTx_7%hAYTVPzh1sfB1UBe*E%GFR*s}*~}1UkyOTve^U3D6${EBi{?h%;^t(?sn1a)aj%7rEu67cW{4thl>g;8f3TJ9|WE|U3@_;|e% z!t}%?-c#(ud`vsazF)PO{-L~};fmrU)SoKeIv9Qnqs^kl++4yh_p}+5v9L^oZ%RZu zU0UgT?j=`|<`Ye&bc1-}Trc!zn|cLi2o+OETX?Fw;t9?S$8caa`nt?pD{%W0hJr#G z4fJ^e2d7ybIm~`SOwx>!Mq7Fdk%5i3uM|9WQ7Ei*{evAmrEm$tnpMx=%p5nPS)uk( zy8Z8caNRyT6qu+s-=bma@NM_VP_ASxb``sqt(`xU@E$B(&va0!jVS^M#BBre)Z%dX zTlRo3y1+Q=Z!2*NhzuJFaqfpqV0Yu6z0&r<&y)6ywb(4&2t@LXyPf zt!%(YmYRXdc8R&_sD<>EwSEIK_G|;D%BpJS zHnAt@pRkP>_TRjpbjLZ$E{f?u-)x12l>qo`# z4S4wQa8m?CbMid{yL^%n<8J6H&LoY1e+h3b(>SZdd>L`a>3i8>!6PbAn^i3?**z!d z>9F}VC>p?3t)R=^r@j^9!}aZ*pw0zCk4Uae0Qi~_Q2HNVW?FJcnA!N#o#}yYb#I0t zd_X+kWe$-hRI9c?;G0IKDY60I!o;`|pT6fG37U>zk~pbIk!rn>36_R-HReqzx&dZY zG438}{l7vHAS+^$hK4Di@PR$uroX=Hg(r67I~frDA=U3ZV;!651xDyWyX$i{obD*Y1+?oY36rxAJ|_zt%1jP<|m2=YHlG;Q`Nb^Y_Qw81?PWYw!lOG zFnIUzXvGg22kA47A-#@D`FXvv8RY|&c!!B{4}aNm(gwMPyr{F$IA!9n@GZ%NnV0 z>*JPDFV6zqoKL{cNqy#gnOh+OkfqEC6(C?RNLbVgS|NPXT4-AkivmN8bD*TFSAP~? zFAV0`Ng4tuQy~DK(?IW0#gHi z`&8p3l2{eoEJTz7>T?EFsvBLnq*9mb`uxQs`@(?iI39!h_QDl_watOP)EQL{upw*~ zS3xDiMMoc;(b z9!>y9S+vNsNXtf`yjH5A9AH&L?mjUDA>qiMhJYt#YN0TFtX4)dcWcxwu~@IX-7K!8y=$BE&L79bAs>?w_f1&o4`D5BFz;9vD$Qz*(M(XkJQ(P^GhP z$`2mMr^7H>fPL4rXZ890{3{6sW%Pfrc8ldjg_aTY`E=0MAh+D!=OQh3hlGbJ%T)*E zfOedd79)z~poeT+j-KWy>|q#bZLa8m*mLE6V8fk}reu#AE%=7mea)}sXN)+GEg*0+ zF~Q=zVAkl5^>s|e>xmsY&PD*x4pL-VQsPETueE~z1f=ef+Qc@tA%8)+I-%cg$g#GL z708!M3sEB>K*Bp}hI~e_j=v9@8Yok_qp8Ps(*JR4=E_O;)WH<+Dh_3)n~WAMb-T}x z@ECB9(S$7Tc?%Y+{mlAD&nFQY^#%xU8B^1EPj+R=L$i5W35HYO^x;i#5F|bzN4fc02t~&+2yxN2w#c z&pjn=>CnE!lurEUcwj^L4J8p|*e*Qq_~i_F!$qv_jU1D(1Gi2&&ms0wkoqGC0$FkI zzf10A2x6cB-zw_glj#}{ z$EiZ?3~z)e1hMBL&EkshL?nE0bjxVQWtMZpWF7l^Mb<3~SKY)BwF7xCK&0r=c1Dgp z;NRegvxwH#{V$dKEL%}_7{1meO01i}I<{d!&CA#Ui2GkZCEgV$VoL&qChfP)x`kMa zh%MTR5|Vyup+&D}gzFd4n3Mss5_)UekK|^f`p|=&Xt&Z<3&Srbq?p|EPRHTTM5r1l zTc@frT0oK3f@Ca7?%3vrY134%p_!iR{XW%XdkH&k%s329IcqY{)&$)9kPEahXtZ}@<<2tYllE$^nc$;+1Z)B8S| zqdN~o6_|jMZf}5Kl_>EEfHi5}E|7bPmQn!dL4&!ffyLeymVg`P9DBJyvm742(!>UE zQc99J%;FX_;qdEYU)$^^ofWW>E7}9Dr}RadINsk!&HmLf&p87j>%DFSOCQH(K1RFL}C}uZk%8v0c5?#m}!W_K30;-)9y9a3K99}zD2eb&%v3iK7Qid=B`dU>Ux-J^q75hyrtG}$Os5^ znqWi*15F8FZL8|8@Zl4vCk)u3Aj9Lx3oKX&_!ld3G&-+#P6iptQovRce6M2wPz0If z8LiLaTV%Zq8u?BzA&Ws6u8-R}slaJC&cBD?RIA?OhL%edpEngQD6c9q(PsKJ@f~{q z4FIf^eE9CPo^9qeCcTw?Lbnk1=39x_g%TQk$0P5Rn&FX>c3tKLi`HOj8yxK9h_Ig) z68hS+@4rg;Ex~8y3eeRPh@>tgniHlXgMk-;0%xpjuEu;Egz)z6u{-rb4ku^M9z4T2 zog${gKJ8BaaVB@=kU@jQHb5D(jONQG%PU&wyvLTZY*8&zT499C!R^3@*U@Ch@Bh<) zlc>=|I#06pH;e_%hVqi@EtSlP(VXoI0~uC#>meC}S~4sT;#AIKFlAp_BNpo%XIkhd z|ET07E}RV}M2RQT1l1`+_Vg95a#3pGS~SjJw!!u_zA`cvE6J{&+a(nMRp4yag|Ly|L2IqZ-6Va`%7 zQIE-XNFd4LOdTQ z!xopnisoEv5O2P$Ab!8iF+8U@Ea6FF zwQM_{qwlvl5saOg%Y*EkzeE)64{B^U+pVRshuR{{yY9JK{UQ2;T1H`G;FMrOV-_KiN7rkg)%dXS z&C*>Pr9_Dlm}+gh$KDE==$if*5<+jlTba66jswsnf`lU|t<3rMC_?l~DB~O_2!ZWt zcGsi=21_OW@AJb^CC|puk~Is^h(iujMfuw~ELME0wnx~tgapub>P9k;4DdnRaNPWF zOP77gNE>3%C+hg)Ay;p6944eS@F9`Oni-_&b&rCi(r8~jTWT_1z;rjxRy!Yos(I4z z^l>^+$VSHk$uPCVroro#I1yCyrUQcq6)+pd33|e5Xpg)>#&ijjH!a7rkGj70HKBAe z=#kl9&nPRk4O?8sTMa<($A_$&%vCNl$@}w^Q`Lbf6(F1d5gi@@zdOY$3u_K$21N&F zdO0jro_iRT5~6#u>n`IW-TkTJpD9)1+qJYG$x3x{hxBnkB8{D^OH3SSGLSGo>HRidvvL#<~CM&b562C333W z4`0n%n#?I;IvXoX*V_wFqCgVp8Pm{PCMgyi01n&7ScIE{SF*Zd^L7X-G1JT`Rq%Uqyl8J!jx@|Ht^!1D<&?d9i9eeic0AiJm4g} zOIlkAgjpBHvqOV!T&>zP?HpyjoqF^}Fg<&4FO3mF>+N1a$K~xHzz(%n+q&bIL7=q$ zeJ94$B(M~j+mHMtN;P z1^plT!E8Zt6p1G2&iN{4S9}K#M~E_Dw0i<5pO`&~U3!zhe}o(4?g%wJ^&gHGI(#^Gnnotj9R2Yth_#e;rF&`0nxc)%oZhp?rwMG-u0lpzbM=2pg4N;|Xs)8vBaj9M5 zPa99q@O#;yZpyjzoivML;h94tn5mj#+jEr#LtQ^D3E*LmPg>#{uk)osX zf&Ge2uv*i&@1>MhgRBmx`6i068AiJG0fPv1P>F}u_=pDX%sGn5E(kP3%2b)^K(2?s z?`-~v3ypLNAz@k?7P|l2(^{2(HmkM({h~r|GqF(*jB@ONxJsu)h*6(VJ&^yB-ORr@ zja7!BeE!|G&@#g6U8GU_{?q$Ig%D`s$H5xDq0YjJd0tcxhu{L)H%;h@f%~RJ7ibM~ zta*S2RDzd&Nj=yJu=i^F2%VY^RTLNt$P3ldQzZ?E96*J$dleu=rLX!zEKAaZ^nOlV zw|$s%Go8R73|2gcNEPKetz=A-fGO8e3c6B!Iom950)n>Ug@F*qK)7kPui_MR6BfLo zWX;7$(mmNevm}s2KK{ZXbX|mMf z1oUt0T@tI|MLjv|;Qn0hX}~(MMLEhZ^m@p}z}G33uGWydOnC4!V{91ex;j0RLYytIr$}=-u2`>apClR@s4M$ zn7e**xB+v?t4wv*p_hQ1?K^~B0lr(OLw zyS&I_{dT`DgAC9ZY=vy5jl!5#C!V{eOdA>9XjuEb3_+gR)+yYed{W@s)G)M^7aK_KG7Z?=9$ zJR6v8o*$hB4a-%YEpa`pD(be%Pu>D0C>oX&qdaPsaN6sx2f(YylX8+j(Sw?)60e9} z{P!H4a2O>tmmV}37`Q2=mUeSJT9IY*Cde0(R@lboavf$LfJX{RZLl zWXAAj)Z#dZJKK{%SgUj!X{b2=ZIzVV50+;btw_es7sUiJIrfJ$`ReSwe*O#0=l!(Z z``7KygO%BEA|bre&^2kBA`^^_Y9J6IM|$~JvEX6GA+LRqA5#rwWAnhEflYIxRh9<} zuTF%nX>lc|9nAMTTGz<4zqBbYGm!abR@nw6OMyXn?bSL`iT`&x4F>mhICm9xAir=Z zevRB?jl91@%rZKMM3@R#LiWqnc*z816({LU-pR{Zi5w7-u?RDQgknYW>e1w6(U#Lw&F+MPfg zl=;8K5(M)!!V`F(Oh%AsbI-_YuKye!p(BJ2p>Op9p%8J&>Mz0-gjy@%7wzRO%<-Nv zOy?nEHrL8xi+rwMg3pHd$^tI9pz`ApCRm((iALa%6=42?g7ImAF^$~RK(!T0PZH;7 zv@mr~r#M2Q2E+Lz9yiwQ(}z)P_cGwrIb^2XL~gU06mwR+?dIYG@L;Jo6x-cLQBjn% ziVjE-eo@!*pI7Pi46!Hf2dg@p0w)+}{jJ?y3&H_-LpGD~RqE6^lSrItsB3PG15>(E z;Y-68lEY?->?-E@X-CjSAv&iiEK!zUY#T9b85QT9zu64^&>!LQ&}4h^$g0UNVKrh1 zGFb>*WCrOmSFN{!8pH*$cuuk)xckxygEZNyD}8w*EsU1c1%(PoYg#XT$3oJpU24KM z%8kgD1|6E+HZn|C6}WT<57=zwB=hd|{14$8VwI)|?1I02W2)LkTItf*z`K4_36DzW zB~G<{{!*+%}muNwwAC&Wf!A)e~B24!^lq#tJF-4#ZAayxWI*b z&(F4#QTQcQWZK^G{_RBx97snIDf4<{)E|h>{%e;R3v?Km5Yrs3#EJ|E`e9ioc}#Ye zg-7KG=X&W10_-NrIT$Jpk;)`v6s#2;kdrSdm$rm^9X*;c`ZI`*+*>$aI&8qIw7zTD zIgndxg7VLPsdo%9?)7Jjvj@>9jJruG{7R`AmL4&j`cR|Tx%2u_sVh?tai@s#DT|Ei z(63-R`l{|}MT-XXH^lwFR155H1RtEF-G=(6<8_em57pSLkmJ>FLt3~g!3@4pUY1XK z`cRefnw3h)kbbnOOn&bw4qex@01*th(9%Wj6`=c};q&i| zf25@v(la=qD6!_O`)e`f2~u_9dl<$TmL*}<+IoJo{Lj=q;W(r~9Kyr?MvZ^mkJW7%>88Xjc;ApS z2T$|xVwrL=*tDKqc~kgxIHAVQEd=HYUP@40##4I#+Je~H6-${~JVQN>z{-bPnAgR)`p=27f82ThVHj?< zYPj&zlf&Kq%uG(XqK+?mY^~pupCfH(FEL2385LzCm_dxzP=$ivq6)6M_Nt7S4nnT1 zrklF%cvtJXU}rWweNx}?L2n{KL~ppv*;pxg(NPqBDRL1DwDA71^v5J%EmkZuse-L#%#OtmKH>*;XAoF#if!g{a%d$z7pOk8a zom@OV3W*?LY#;^W5_o(j*^-q`I%&WVN$25yGCUb>G1ZTwu!$x{g<1|Zzos!RtMB* zDdS`oXBg$SEJz2#`KQHHU0iL(%E&(DTFn18^w=xGgABCBTv6J!WFPrFV%>`t;o|~T zMu0rQ>5y5Tt;52=khH6Q{N9xTL6NJ4A$W) z;pkt`##XMQNx!#g$r$Gy{0%k4SG$}t6Dh_avX5T82<2n7jfy3YybbM*>)b76**das zem|?=~Py;JCYmtV~WJ zaMalzan#|iVPrrHY=Q=rU@Jh8kz2UPM#?V^t28 z*b>4dvLn9Wabc(!W_GDB>H@JS#;w=0^O;)sSef;#G(4ZYa=zR3nf9iVGelD3?8z`n zBRJ2?Ol7g^!NSs}#ysgTC2^dFRjj0c!Y01mgznvo74sJMGsx@ADqUy41xfw#`@Bk% zZtW*}BfC2No50ZUwSXU4FlEY3;T88jo|q#4zQo#ApevV!za@}!x>gac%I z)2#Axr~ALJs*HS$Xo8?K)}Af^vr2~bAgYraA3_k?qz;k60cUZh@{lhenbU$~rZN=3 z3=c*SWru-_Eh5^xc8eA@e+(h2P757&ZMB=)53HjNQS#t*@MIlR7?NEbck(+<JG zJ@p}%AK&6^j^@GgU~j%?l`1allZ5vh?gUJKuaNp90a44`N;a1RiXW;1tncZVcr;Qw zub7`ezbI+PviJub*wpXxr94W9HKK2?JMX+rY70QN0}XhB2GEhIk{f65#6(N+M*A{S zzfH*a8|SqxOe<{e>A!_|UHpAQ!p;2+(z?7y1@shGjuGz{IlpvBDA$_~ep8q-bTiRU z+p{2avdpfX6<*AH14Y(;t_UNuzlD*&^gkx31jH9CkM_I)73#zq3$2#!Do12=s*Js8nR52nr<)tLCXle4%+Pi zw0*6G3qI!_^rGgYD?TJ9(y9rhcxr(yP((f_2LhBE6!x;EEaI2#qMzsh>p);FTHADU zJO_URs}46Udya;JBiOAYp+1hMT@WO>ILtshL-rTtWg#-?&f z-DQ(EDEO8f6#m=0*Y$ z4wpq#_!n745@rC2vMUEX z2W?EP8|DuDLg0HezE0Qao2tn{wj=?Ld4MtJ5GCamj&b}=lPy_fX)op~TFA8}(sv>|)yXcL6iaap45N6nNSLh0?24(^nF3r6F zmD}VZQ8%INf zh$iJs%R?G>(4Lk&TzO3kVP?qnWe2j?SBoOV(vLE5(2`>RR*+V7n&DKXqiA{4ChWXQ z5{lfhN&U9_UXTf`bdQT22o;{*%g2a)qrQAA3~XgR<8p20(= zdHhHpGzGnd0t_+r;DuHX^poj2z&%iaCg+8@rTW4w!?9*L6!6wk9`MW&ITAjSemTwx z?YRi%;pzVh8QU5tB%EwOzl?enY2!ZDli$`@(fn$Y*(ADWWM8GX{P;7tE5hl)@8Mwf zq$sP6yy}v{Mr9%=LuSSoF#7MQgL^JROX^FT%T@#}DbuII?yUVTF`#Po8X>JE0ANd? zB^=W5;F3xX`Ih&zLaJ(E*mHjQUn2W&{^vJ|4?HB0V?b$_PjCRAtMLo6bgMR*CW)V9 zJ{vk9Kx06O0LssW$wA<$hJ#%BI`%M~~Ezx(E zh4+aV=4D39b)$Sv=!Yqq&wBwN~s*96sd&Tvl;Wa)iKdk1|4FLRHA2p%?d)x=Uc3S%-hY2Dvz#zyYQq|_Fpc{{HSo6=U?dE zugTwLo%gWqwhi{tQ5ai8uZ2Dz-EaB$S;IXc@}tS(i-UqKI{Bm)vhZzK=jC|xLN#>& z0->X*nSV_LE2$;i@#fniv|9qWCQw#`GJ=dIHZ_rb%5te0p@ZS@kLS zPpjKIcHvIqKtmv#$0DgLR%A*;l-$Flv+pw87n_OZuOm9ou!fwFjvL@nn*M+goQ8D5 z!Qv!}LuCOf3a)a>L+xi^rqpRd7EWUggekw!XrsYOa}0Z}oOc*JgOPLhfQBZhrVhPw zJpk{~GSuIXsvv5h%#+$o9Tb>}el293BHH-K6u7DPJbjR=lZKnn0>SJjI^)1p6D^W| z(GGi8q!F-=yzEACsWRVas?6^dSs?IEhxwV9lYoHxJX=ygwER#|l7x{}PWD6~>xB{| z3fRiPkN1ECnN%xQsjw$}Xe3qA7o#`nM;K$lCQhjxAgQp|2A|p>tG>tYV_R2}yz{*& zQGZ0job@?Cmq4TZyrc4v{)Q&>V0l+v5kS$FKS=bK52+Y zOk4Q$h5U;0vH6{}#zINnN|&|C&*VRumkt+Tjm9QK!}~t_ZI-9vWH>E&50xQAZWhVP zOhJ#ne}^#d##e)P-@pzLJ)VX3TCBSsQ@t#^Sn)^^=PC&bcu7R<`pT)s<9zPHV1?=* zR4ZkB6>>zgD)W30`1>0iNUFm50ch=9yf%E0N=`Npq23WbuL|RbWUJ&CMZ$#Rz&;T< z2%vY1M#h3ax_j*Jim6_ZZ0UwUZowB(%BX`4#WA{YP7h{7;&^bPUH;i{V(>$slh^DF zD8`;P06rOyGI-$}vJL{^SvUp*hA1?&>2A*wpsXN&H4HVyH0_%RQ(Fn!RUq7j_3qo9 zy`JQakHw@+9eF+ktNq;nrr+T1niiZQ)!{G9*6}=llcd!uKjqP6udW0serEI;CEIY( z|BqT_u$t&V&p4J-tM#_H;8EMV$Fc2M?=kRCUBogB`f@dNdih}}Wm;w(`V3)%!xkHI z&T)PVk!nHIjc#&H;Ctixv-!#{`1!<_S6V*I&WRHx{gKNJj6(E53HG*2602H=ahgxU z(~+YESQI!sS|G2h*IU6ay25^g%Fqd5=5E&f_v*z{j5-|7j7dqAr}M`U^m@av$ksiD<7U=al3Z3KgR+iqRH9KG|F2)(Z7oqGc*=* zoLuhR<45D6Z`E>+CrTm?FMCU4ZoyXvTSCxJ9n0s%-kG;MUA)H@lcTs7hT~#~$%#2- zRDT^F$FalGFd6sf?FC5n`09a-$HlySF$H&kF`^e<5Y$7T%a0St+DxLq48cX^73h&f z$^?wpmJdn(uJUN;%}zx{?`*d)k$|zRct$XtBv+^+5OGz^Sx#8q0VINP69SSA!#*mb z^GjJt!xkC42c6U$AWZc;v%ulXV|Nf)Z~@-Pq#H1d!LaP*$x1WoHk)%h?p~?=FESI- zkr+Nd2SPlX@LhJlY3UWo3p#gd=aaA%Wa!r7KVSh8MTiW``-l=AdnGNAs-z|jr{45o zr8<6uu9U(~F<$JK@~d%JKG;p?lH}44K`1yzqWvQ^5yW*Iv5himqQ9n9O4c)~WeO^*!;y$Kp*3 zj8%7$*Uai%4r#HEP%sGwp*e=&Fifo`x85?S&rLVt0Y3HT;4Cbie+(NmC#u`eN zHgpxOQ#zw8EJ;6o7 zftWAc*&uDp>cm(MUo|u9=t5iBI5BzPO4Q|@g~+O5|wpDjM}aj^iIRU6i#7~d%Ct|T(qBHUdJmYt|$AWk<$(XL-f zZFcdjlDq8JEk^;OQg?O&;0ZO)l=1#cn}kxY%nPME8U>Z{{-u))(dQY_SmvWAMDkH0 zW%?(rHavuWw}URa-0uO%b(UY{FiQxd|EA5W{$YAId`O_tO(RBreTpN^-OCg8LxW^1 zKhZe-z5-TeOjqq1v*lb5RI3d4?~?FAizCh;L*0T)Fk zcMfpzh~N2R`u1>xB}#fRDEY*U4jHTF2hVY_W-HD~TLTHx&Q8UMWIL7GiFeWjnIa4d z<6?nQ?z&=R$1M(5fAIhL51ac!>ijq*GLiKk+Ni?@i5ez7DfC%8kIY(Risbw=BV){Y zw^`r{fo$RXhp8&CgcudXFyJYhp9KxOC4bjC{3uEcE0MM z2L(f~zni`dqXriQ?QbdQ=`3!tMF=xs`Ve*@)!nw&J$oPs6^gD1`OE$7BeBlKT`on( z&go$dvIYu;5;i;ktqot$FX0wEHRx|JS=KY)0u)g zc9u*KfjAMFXaRlvXbTyMUKF&BZFs5-$zx6E0lC&b}4IXXx4Ul88 zgg}AyEZ3#c{SWxw&I-0mTO%mSMM$J~^J`R)a|vXGeN2c6dj6(CNn@y==FY^C=97Mo ziuKU^PGQ`<%hk-uP0^{(UN^7x*(f@acQgSMyA7u259u#avFP;m$5pH*&a<6~dBWyHPb@J(J}An9cm2o|9Fd@5Zs zN~lwjgWt;y)eOoIW=JQit|>)YxY9f3B1Hf%zZT@ILXU;I8!2iKnhF?T9kb~(R=F`_ zLD+IAC(KF6I#5^AO86uDJ-95$6iE1<*jN=;R3 z!0bt4tCLgd&OK-dSVPc)Icl-!1Gsr+*wM6Zwq5V)BBDb1A5A0AsLhE1xN25g#`j%I zDG*xIA@Ly=az{upHPU(&<+i7Vn5>u=YR?7a_L8+Zn}8%z1O$`j^(eFW$DsjS9L@@= za&xfRZq=IRkfD(7-;}0+0JU&O1H#gaVNNbB%eYHz3EYS znuP?*Fp#VTx@4XKuOoaRlUF<;1`dAhbr)8H2JEDI&w}ueD8+rH46F_9r7(c`#B*A` zW~~cbd6P!mx-VICtu9%HoNuZCHDKDD-X_+#?aauA+9AemCU_bOKoG_4)NV^$cB712 zbNCOsHsPtZ915#P3L0sap8jWoVDykY!v^1R_!cjDi!t{T5$L5nE(&G|P5Zj!uMYIR z2x_M`eSM!gzDiq|%$0xPE&Zi^AgsofiA_k~$2aD1Lrqe>_+Z~@vWKMK+D_id+koZW z@TOhpCt?|j{yZ!^pXV_+6JZ)h{D~vMycd6CS53W1z3R?v&ZWva4n)v}E+zfUev5Mz zo_84b)JdyXWL#l1OVRw%^+ zJ!@YhTSUHh`mIl4*!*dC{%YB3x<6LW)YP7t!?hK~tGhpc;IqqgdG+z%a|a?oDjj|} zQq6FNkA6p)b+Gc?B9B={V#k5h+i{t))S>@o7ITuAtQ|&Dwr53W3M!dsWGvK$@|R>M z+h)AMBD7U(24)`UiwQLJKAToZhp`UJkD*W&Ch8db-$txC$TFfdOFfe^xIkme1Gx+8 z6uxhWTiyd~6pt>f0eYHCZs*HEB(3Z+V-CIU-=6B_4%YK=@`)iOqaz@*8BA=4Wp)B&X{PE#b3#V35pRsA1Nveq1 zVJNLvv*Dg2!=*0X*E6+QfP=Hd10uHg4TN%}O-DiFF_-0#0q)hK2wH{Ip--3<3dp_` zEFitOP8C`DM%^$c-0c`hy~(M}ys3og@5?q~c^m(&`6xRTJ!y{cnXcIaZd|>$EmP$p zd>QTty=H9}z9RFrdmVC>n)X%lOB;QT^35G3A7j?UY&nO{7DJ<`Nq;h;riQ1wXU+Ya%n=Y%@|Bm`;fKjdr$5ka=53!uVE{|Xqx>7YG^L9dHt=e{WB8A zrM>lr7-L;hxQCfaQxnw9;rML&rKM|MPH9s8mJ!tcyp&sIwX;eH+*)FuowW!1ky^1w zb$5sje7lm?5ZnMkK)%1F>B4kvLLC<$*e`)F5FZzR2q!T4TG5}2art)8N-nD@Dh!>S ze+bq<_R{%FRl=IuxaCg#8ll~D`8doXfE#COe7gFnRomB(Y_5Icjh4t75KmB{B5IE$k=)0i38Jy zF$>?Xm`#{^6R3R~7~mcgbzE)VWQc=D7XDEjdJw;=DvR$}gv= z1fEj;rr68No*E35vMP_87x1PZQoS;scCLa7^(3|y4E6u>6a&}pT_ezXr)CNb0C#<- za+#>}NlRdYt650wKBB!c5RnSGt?SDE1t8O=dkD$9@Jo0ipLoz>)k+XvbKIHuP#3ju z?gzh*wcl7c=UW8uEB?75g@aOz-mtfQR&9uIo{+XgyIG5Dd~bkt*xv~GzA{NQX_bX? zGCU6>u_D`dT5pZ?dH2msHz}(7prqYD=!D?|dY|7;ovjKm?*+RhGJVrG(*$r2aiA?~ z#1zYA{bg(=BEjPf_<4~RITJBL?AZ-4TQ}li7pnM8R|17t9Y2<`ZC5#@>{4LGDMLBxg-zhE$RKtS!!h=(lAv1H-v#D)IA$o9cJxmQEQDW)un} zi;wiO_62ALFo>-D8ym%}CdcV1k%JK0zy*0(HdR~FOT}3h#HSJL6D41*M$eg=QvgRI z>{|MsAR>Mv2HyU-li0Rv{in&SJ}tj)%N)+T7iBGrZ@})Jp7xX}h-MY{O@Ltr6I(?I zjFDA9*bC%;x#L1ICPMR<5EX=mo{T?xlb(+`>_D%4I@eJYi`7?NJX#EW$-k)|^99j` zPM7OPddW=Ge%N82^61R_~%u9=T0-(yy^+fx>*%Ls)o?mcVp07c80cvpQ)ds$kNf zFkitJ7%6pLS4^E9YZaCKh6qt+S)mTqt&{y>K$dWm%wUp?yQYS_9Y+COG6lJIVrt>y z*1@*Le^uJQxHxGg(W+*(&3@xqU6QUEQw9_VF+9}s%0eN&1LlpHTYNMzsf2grS^$uH zI=e}vQ@t24y*PpZ)Eh%axjl%*bWZfQ=d##PEk6H!eWf^)`ZQy;K|y{tGTDH#*~IQH z&#?}<@i7Wz*b>F0=3xU?{h}dGGz*o`Q&A{s`iB3LQDaY-?+ou7qQF;?BRR3mxPilT z99lSj2QKHjfH+v4KQGgM>mGhX%+9Q!qqV90$lqNi1Yv}UVWGcp|KAogXw(z)PMP_d z-}=bh*B-J%3<#MYD8g$ZJ_~skR~}#M%M&(rVS=rL>5k zx8!T+0(PySa3xn5{I#-w^}2noWA#Y$voZx1^`;&!8{-~ml(jLAaM2q%+kG6s-TE~?H&L5TRw;_-q^spH)}CWAQy(N$u@j$~01X^N*U z>xrEeY-A7)->uxq_U|QpEYM%)bjFd?$d>wBZJ=JUB5w@lcNY2_-EFR*jcTNKV*0Y& zZ*pn9Doa>z!(!!S4JUt4wf*~W$*(FT1I$9W|4OD&Y{yqlkBAJ@ZWHn?Q#0n_Fz^f= z?RDmNnS)w9P?N{u}4qe50cHdbJ6+$m8 zTdlY3Z2G#!{<`HOc*gMPuw8y+%ulf~<1NO~CMb3IXHv1v2oZ2+E_on;LHIVkCBi_L z(JG%OK(;RFT#N7xd6&JZxRG!P4Uv@?(x{{rKXXHLi#(bHu}Hl-8GpNHc}KOxMB> zNHMDVa8erUu-u272avFvT?~j*wZY|Y#bbo8Q&@RjZW>fn7tp^c`_m+o1tyay z4c=hR`5P3IyRfj-X`)(*)Jb!^_m`>{64Y^!ccOGz@;p-YIo{ohEzFJRPxS;kEiN|R z_I4T45T6UrrNwf!gw7mL-77*eSMrqI~9XhB|oNn zep2Z{cIY+#bdt--5ZlSTOGw*ru+tRqRu3&wBjz&eod45 zFtA(I4A-ANvzWTS4ycOHT1!X7XW8=Z(4S~PXm%dj&uG>FiJBvY5B{9;B*0e=XKFm) zzW4{@u4lJ_&V0b3ls&zjt>EI|!&Qj3?QG80%L09vyGEo$&`wR%aJDk&Stn7;z1AiX z`W^N<^GIC7hW~{n4z5NR)^w_{(%aFRY-uEcZRyoWr-w9q^|qHZWWo z`$9FNO!5ObJ&v%R!K=C6M9Z7~=Yg@c$An$D7OPy>VAm=)3o){T;F%iw5ii$TM254{ z^Ur#CuPG|4^2u3`OiSS3~T(OYBW3)ai2MJ-o?G2m1U(F>Qy@7Jw_e8b}<9t$WHcQ zsBcdM%hKD$S6Z8q_1s!oP= z&;6qJZ<$-|i0IL&NMf*iBL9qFAkerW`I&fEuSYyIpX#^G0hMFGo=XKm(?YZKu{IH2 zhbg6$S6|MLP`h$LN3YNMPm>Xu9gL~Et4hhH6p>x zsej&Dm8g@wtvBz2=B9e|5h$P{GWj`*2IA55d>5RE3Z^>l9}mAoy#iv36Zohq!=H^Z z_tQ;~Y^MHPEwor^oxM(PDH(X^C?ia)Fh%m3IET``5hv$; z5Z>_fWyN9OqfiT>MPQX5ym=5Ym7E?y3!1{YyxEF&^r~5`p%vYTC zNMhTUgvgM_!!cOM(aF=w=5eroZ{cMaV2k@uOEIrjuzyS38njqQpU%Q%G(BVZ1SLj%12%*8uf04J>a5;i z%iYjWBQrl)_VKqYQ+1ybES#}j2zvcXw$t9L>5DrlBY}J@t;|f`W{D2a^M9CM>?%GE z0{1B0vh)vu`RqRBg>vA23&dB#k=Ytc8awuhRN0kdIs|ETIcK}j0c?)Q{`AEQQIqJU z!NwmFx#mBWYQ67b0E-5bp9tO-#deR}DMj1{@}Y)De<@18DDHBQL_}LXa;*w82$VVC zELNbz4f;>5`{%+CQiJid(_zijI#FV*^yOK%mZF9YAHaI$v3xvIBZ(M?DqE{+tATJU z_3clkt;EHQDF-Xr@G0ztG%&jETL5?@ShF`d?FqQ)5x%tYsbSo8)Ntow)@wxD(j@yEjEPM=1Jdt6X<1<4QsW4Q^PMfWZZKf>*0=fW z`y|~06DbD+=YZa4Hf4_l2ta`pS>nbCKW1^-+ck7Q zcE3;bKKWf?;Gf0z?j|O8cNW_hYv7#nCv*z0V6eF9CPKoi`jUq(HnH#9!|#Q!P}>p1 zgYD93vwS?lQ~)lGu$y`{l7OL~NTws`+3ZxR}5Zo9_Yz5t)4g=%W8m=_LxE}NccR?OOtRrw&1 zQ!5{|6j-M3Q_yKScZu7Ja&U0TCj8s$76drQ1O3kF)`yUZhL%0jW4~p>g#X3uGh0L$ zvxkc=a&|k0?Pdb4^uf*@=`2EwCj^WxhoJI>f9g-HfZ6w{d72-0C}2BdphlHS^t zxLQ}qQPZavT&lYk;rawZT*3iDeP+2=eAUeK8!rN+$=~KdHR@hJr?8O4Ru*DxOYFad z$7apAs!b-HUfgrj@KPi{v>$(B))k>yXf541XOOsD_^(0!D*}T zkG5-<3bmx8%8ftep_;gduTV{0(A{~i42YCkbRm$Rcc+9^oodT)Kb-ohaz!@Nzb2S> z0*xD+4Tj~(H0CF_`(t<>IiAv)bT3NX()zQ(oc znSc`)b20OxE^qr5$5`qauo*Lu51)v$f-$h7>GxteIZM=V!^1=gpExtl#BxV!=0b2u zfyQcCXN4;k-z;WX0er{uUiHT2PXp@v*yf)oh!Twgz{svT{z(TOLz;q4iSy>_Gxoql zjmI-a=La{eNBOk4ZE3g91>Cp7_pBdKuIt^)>z*n+=XF(*YYDt;!c9RODo*;t7!; zaP1x2x#E_{F>Ew1+__mE^2duxSBiOi1l^}pa=SB*U?pA~0VrMl$EuXuf|Y4~Ot;l6 z7Hf}q5(phyi{hOgF3uRva64 z{A!l&ut0yi>Mq_d%M0gdgr=l~UwypvOAqUyahbvkbVQG_kWp$RE%^4PH)O`%PCkx8 z`8J7>xtCr^J_;NTp9Hg&e+o+&TI}BU*Stt*D=Q)xPp*F&-5~u&f7Lr~G19Uf;mCHEN^GJ4_~lv%^Ec4A@jUo`EyX&zPe=oTUxmEzaNxO>oywnPym`I)(^R~ z<_hTBl5oJxY^@=us(kS69{Y3j!!c$zIyg}EVTIqwc)T^OqULtSz1*;Lyoc<9Ds#K6 zG4Kagr+h!5af5aiPz?(fV3aAL5!}UHsj4b{{DB1W;Veo;xEZZNYn~1@8G4RYOkbPLzB$q29J|w zT5Zhrm`X+YBYtK<&F%q?$1$=2$t3pxFBj(Ld5Z;F5}1P6EhTK{fvYorsTS5z9=qt? zt*8P`uN!jqT+}xDYu4Nu|2-?A{*ZIUYOTm{TkI+lZHLlJYmuyE19_((_>j;u!DNgv={6wA!1a7rjvygz=aP~kjKg!< zFv3<2_-lb)k73dR|n96 z{(N??tm`Iv`7JyhlP|-ReeW%^zcO90L~9K$E^3)(=Y|MTv>1awq>0&`v!G@kY-bN? zu2mjzUT|D9cGjredec^sF+A;bBn@~DgcF_delSpckOdL_L%=ce_1ET26sT4gf|Bk8-9ivPjo3hUXBF@7njtMF2ETTjkZu}+J0YYQcSg(9T=>z|nN-(vT1rM_bq zCTE|v+D%47+uYB8BTG_S2x`BB&$hZyx?VoCW3m(30_D3V@w`#}4%;XI05EI1fv5oF z!}t!qjAv;9D<=i+KLSJ#1`)6ERsYwK$?s2J%#(488M&^F{wNvui@`_u!;1qY=Lj5GMLeip*3}Ltej{ zmsVEhf-B7|>SsbY@B$n<3uQ0of;GdC_J&dgm#%+5lg|ApY3j1&hK7fpCFpD$$QgiDR0v7tRFMDLuw3^BmjJOISJ@@N)akwuB zqP*G{i&+cmQjhlUP|i7!Gf8kQv)t|z*2~)pNP(`KWRc($)B;!*cx_+8|E}i$ttx!! z5*WuwiO>L-OQ)hBZ%mD^|FvUiLNV89uE4G^;(|cSi-shR%bR82z#`z3TVBdkG;cxZ z8|NnK=HDr^3TU-p2;cKoK&sj8!82YJ0-~CO*SBT0M(EaM9)gk|hAfG_F!&S5rFn^S zw>ZA-KVlVpZymlaz;zzXIa2}rc`LlP9$~TuBG5>$9>ZQGEm+Cz7#i^T*AinrAmCVz z7IY=Z@S#jb6iO-}39}d~R@@SPSd4w&7tnYQg(QX6;`sJ$ogB2kGiVAWr$q-Tt&z(tkehR`hrK-3053(kT*~xKl&2nnOTj6!4LWyx zhF#k&-7MvK3$YP+lEbTfnc`Wt<`mGHol8u5pZ-B{8 zwJ=hj{bBz3i3r^F`L3HE9#B~n=`vtO2I-cG?a7BCH@%)bwUMu+;Iwf5IM{*BOQ5e?Iri3@bjhRah7LNUS^MzjgQcO66FL2O(jyWPRJijA7`XYgK zv&{oY*)J+g9A?*UHa!=eV>INaM?@@|APgsARW8k!>1^H|l{BQkvQ(n5@|zjIyZ?>j z@PagTa`<2D&Xcq$d)S)T>CX~21O_neZsz=Ja)*2Hz;`v;*;UdpAnc8CrXakWMRUo& zg4WA3W{Vrc{`9jtZuH^zilt2hyyN@sZ{f2siCcftKgEmt;lpf&+@5$nxdYkWJkAaa zny}+|RT@qS>2PCskJ4c_HNBPci_}FOcEe{cx`Ofr#kUBq&9ziV199I2FRjG?1I0<9 zdN7HyLrBEu*Xf`L0GvsBW7#Ld^wwgCJhZ;GPCg4x2A8fXcDj7artGq6o&)`Hg%l6S zcQZqdb|_71m7)8PGzPV`>G8kK+7eFWp1ARaI^SbCy0}LSA}d3^kM(cE)(y5Qo|>h? z+Fc;#Bpd!!rh^}aLgDz3&W6ZJJ_R-qht|N798W9R# zB;n`HS@h460DsRc;&cBNoignbj?w>CnSX2lbVkn|^Q5O9cc|k4tD|mx8wDUOcx__qDw}u`G$00_Y*jqC75rLThM_cdE%i|vqDU8$0J||;r=MqH-TdvX^DAq4%aQn%+shpVDKYJ=60XF!!tIdh#3)Y zNYc{Mhcy5VU=#AfE!~o!kMt`0-M+`819DbmQdHqGhYVVgmY? zVSP6q#F8W117m58nHs(uAi#KJPVT^VK zl~Yt;xv=~g#<`_+fTE$~c%nMou*6DF{*ic2`-^}{Mm;uJN@-wmh zXR{mA2$oQoa9;twHpkv?LE5^^ny51ky=68n6KS{_g&~$ z*e7A>et+Y0)P|1Qg>%`52Q&KGYoJApO(E#&Kc+uPyBK&`m**RDvLGx~^#TYd^mN=; z&U)-1r8;V^^0zA+DpCLCu`|A=iODl7vI>Kq3Pyl8L~!vskA8A%nnV`ZOx#_JhP>X% zxF6V6VDXdo2(Cd`4FH3M#o-H^j5L2Xo50lej}3@&@H^~!hk4jc;|q>VSeZs>w+u3< zjOh+qTY6w5`kF@}mxb@I*PZE$YEC(YI0k8G^r)?E=-rfGvJUp8FN~1J_sPpOzWGt@ zyoK70yw+I#I_C~^Hul9_f>ILiEqMN-Ug)Xy=z|RSM8cPR!(O(qZ)ps!$^ubs z9bcdSp$4_m(4&)MaVYgw9(7@xCN3l;7x$|R%#jLuC7c?{qbS)*_AG!2XbNu8Ed#L2 zS!nQ0X|>=JP1&Ayau7g@sG&NZTS8LNwC?u~t>p`_AhCCha^3*m0CG!ZCUd%}M#sf3 zWtpG5KJb7?rU|aL+d!P9C85~{9;C1zhKyECMG&p_X)~LHdc~|NZbKLM?~Sg|FOuLq zpv|_`Eh*X%!QR=E@r#2ntCjrNC}t!JJ1*naELUZ zzX$Wyo{#V_$k(Ujc1g~oLwu>Q#5w2fAjFBi*wJh#nkL9pYK2sHqAO#{nlSmHB5CvC z!^;OlB;qX>(H6e8hC&h0^SjqTowSd&)3K?Tpxm#BdmwYVE!8(^IodH54ut%XER!!J)d|IK?pTsn~`O= z8~FKLR3Q1D(i#>^G1qrqv7SV#v-9QQO$n>Q^mJu!7FKz|U{)jNKPJOeBJ~AcUex~fs!=<1ef|dI z%A8A0C!Wvdnf<*d(PCsQ=GSA$@`ITbFWe{|hbT0p#9cV8IR%gT;z-k>PiJ;#n=oI& ziW0@auOogLab|2NXI5ObpPecP4vis|J;$6zJ9$ga6PR)5xy}}dsoL&6_A4pI$e@m- zFNkA#oDIklB>UHz-SIdf?lpu%#4_z^R1DYC`T}wEX4tGRaa#WDMSgiX2Oe!JQcV0N zmz=N&#UUs!(GtxCoN4J)mD;Zb^A^lEiVi=}w#18fcXDGB-}1D?a8^gmv4w!83J3H z4VF3(E=PF8I$J&IRqw)Jrq%EA6!G4gy%1pG)BL(wbZDY@o4zkfiP7Ozk}w{tqHU7h zY>~KWXPrFz?T6zs6yPcU+JhObU1$JTwSk62R&flen2M}|9Dkln7mAgXirHIyaaQKf ztj(U^(K)~|v0u&P)Rdu~)!)gJ^t4-<+%5bAUuS>X2-MWqv>j2^^L2b)UH|5Vs6xjx zfLK9i_J-B()&JghvD{PVy`rO{z}XB>{S-B#gmQ1Hl}DlH*vIxfY}(jc8a0Z)6m_nt ztSKyZ+8y=_q(Cdjl65_$c$2Mz+jHq_0y$T#0HG`LjpvF3GV+{%sob7>_hW&T^68Hs z9gh$vLdw|i#2XAkGCP5KR%Yvfx@~>edFzIWq3-Ix)CMz4xucr}zlgK2gx(FAOdT9N zb%UCVAH1h^YqPz7<0%vDGKu-rHTtz3oJYx7v?!RnvzJwsTsZq)%pkYPEr?p78wBVf z%ec#$2jBM4Hb5X7U;rDV|$ zd=*?TC*Vt(h_BuTStD2#ReET z<3l_7kewYzQ=aSNqd(j?u_m*t9;?wiIG!z+#1)l)S{8enFCP0bWkc>n`_yk;gL)3s zu#*YXPM~Rn>uNnIt-Am)+scT&9^SEvZMuF`a!V0pYOH$kTFhYzjGoY!B58aR-LL9| z9Gsu$K+@7l4>GC+XU|`qf7lAe?a8@ z8TL}0c8=GAw_N?-cIf*-C0}w_JDMNZfT{4}FwN_#-<$a~Yd$-^>v1Xr$YT0o_vy{6 z?*HsU)ubrKenmR+U0|3tYeXB0(GdAt{f8oVezpsdCQZ+`DT^|(d4xB6UQzN_1lDc= zme2gttF+T?NPdz4d)9-}aR>H-ha25F-KGUPOE;keHd!&iNqhrOegVlWYiLFHuHQqQ zug<>T<9TTnPuR^C)|1fF!<6VjC)4Zgsbfs(FhwZq#6LuBb%AG6dZI)8>bhufH$-zVMp;wajU@l4(HMH(PsZqEAi6@!0Aw1f! zXX4m~$Q6GA$U-keXf;`&JY3A?vk`t?;!sn2BArDta{I-`z~03&ef{*JMD@iX{l>yd zzu1xS)7o^5RPOq%=X})vmHhfCR?4|yly+Rjj(Weo+G9*%yO?hYT`DGEzv!n&g6u#q zH$Pdct#PD`MxfA60UT@e169eL!+xx0TjV1k)l#wQJHmtolW!&OC~f$n;BP<3LfXxK zsb-_dBOg*HQA4QbUwv|f;FsqsG%8jBDwB*YQP2Wa2Crx;hSr~ zNq4D^c;ZK9W_k`}4Oh|Veq{mB7hUQH5$5^~Gu{A~xQN%?GUm5G=|La-RE{n~NdT0N zAqbf+1D0d-{h#yClfnKRRhbCVW4 z4Ott;Se-wOq)=eU8oEg77iGa8bJ(Q5<#E!_2r*k*^FE^`k`-w?mS8xSFfyV=AR&H~ z%=rR}Ed$D+?9w0z396B*dD^0}l=0JsQAd2CJ5)!K+|NuV%#kZqFgXO7vM8TVN=9+D zA>#@RRMhFu=MY4G^Z@~^YjS zmbCnQsS}weW~~I$m}Q#nv-LT&C881(Xj4Vj_tdFKwF4PQtTGg1?We_vnQUDI0>*)l z4c*Hg0c`W7zLR6MMTtiaVJE)bz=UUw&!869hi5Q+ms_1ujRtpJFg?u;dO=c5cN``L zRo!_pJF7}khD`n^REO5?^fv7Qs&VTl#Vd`&yf2XvCjas@P2kLmxpDxIKdTgs;WzT( z>^rebN8=P|ZZpu|;lt>Ay8edPTMGw|)ER*ty6N1u*R6;xJdqO}Ykh^QFA*TDq0qxu zV?@^v96(OYp)b%fTCbE1@{Gj5e);H&Q) zw|T|k5B~ffr?Kzr;9?SCs#1{&$QH+nV~nC_MYC1|F%Q`+d+#7PTJ{8^5HV8fq)8sH z)9bKcdM(Vzc4+=KO+Crzc+uDx68SEvSw`=FI^-Hj(#_B>nwM=7V#EA|#%G%#(_M8x z$%N^dqa7@XiR$2(j><;PiMP?IL+lVuXb zq;Up3(}!OQ2MEMj4)zhoq6yacvsM0sIb$t`EmA@uiG%mEs}-ClB+Gx)CSk&lBQ`bL zdRf%4;S0l$R&M#9u|5m109hcKJ-?M^A_ z$5d73(_xD~hjGocwZBm(-T4~osXySsSSaVHGdpkhPbEul?d_+P;nNDHy54%JD6#FJ z4`24bfI=!}8r*mKX_@CVEpUCno7Xq=p7yy(YBorB(eZvw ze6N6CAzjvBdBqG2Y^la76{@wePhRB^953y$rMz|>chFDE2W;Ifo&V8n>M?hbz7u*Phg(k)O-=w>w+nc=~n>nRC|<1h-c9 z0fMR3(o)+81DNX)qx=kG{nR_y%g(IR8j@&GqHreqk)uWAr8gjyKywK=0c~`xs)~=O z%}GX#gAWQ28;;vwKv_b`M`WN@C@U{kd0yG%Scr3;Ixc90WyZ_UW7o-meg-nl$ehd& z-wIWh;4x^zj@v;+0nLKr{jiSTdrn0X-lUI=-YHN{5lXVuRq&*5OFowP{bQyP$e;}# z@6;EFeZ}_V3@d(qn#m~-^M6#kwiTp)E_j0yde^9QTO$Nm2CKSY{QH=-8m>wqWRTMm z!=-KpTCBX}{hd`2(qB0a&v5SFZ9D4ZbMnn?qKWr)6OfuIPKLp1O@GO70k`IRm~x@V z{ElzC^3!;(Jn0mxIOk3~0(8DujUjO_J<=Q7T znZ!AH_L%l|xzc7Iy#V6$t-t7%c0_`_ianYkaZWJl3CF0%4utSnSY zwBp5MudT4wi)6}E&2C?N%LKJTc=qC)CSeMTNHn1#1qLz!;i=5;yn4CX?l)@})og3s z%|0win`x@S|D|+kciS$<~V5U z5`BV7A6-KyMkZ-5zDR!zD4IY1?xti*;KPykv3W}9_P^WC5081(M37}?nPV!Ey5BES zCq0iq>F8|dJ>h-)Ouq4%bs{AJAt8p>Nn?#Q%gg_hff$mK z1sSdwGqc2vZ=cVt9laPS;`YOjury+)^vjGyhRWruJqE z>L^BpHwOhJJ}y*!iORn?KMFESA{6Df`Tv`>beo%Edf%r}(FF6H?eS1JKKDJ*OMwLU zji|YxOF?&@kcqLru^8*nM4e1%Y}{842gU zO++GeQ;GMjzk_9gz&JrQo@Bs7HKAp<k1#B33L=_ zNJqeGC!tM~_-5iJHwVN(Z^O=;;U-h!;0&|phWPUntpTXzQ@va)C|6XT*SnN0qF<`v zWzlT+T1H>?OGlk|f-^)0y!J$&fy)g%x7^1t z&|rIxcxUA8{fcy}^y{btptR1p?n?b)GVT;}GvFZ&bfk5Qtj5H=gy0H&w*vQ#vDNVE zr;45>)lMaJ`P8D<%|)9herpYY70^p)?vz<4hg~M1n89HR2ko z<9H40SN4t4ED6GvwUozJzAic#LGH6kwYE_8RvSD{IEak6IiewQY%#zykVPW%U&E8l zRCa`Vf4wh=tbJibIfhsk%LSUPo_y?`tQ(lTW#qI)Qv%qyuuQa+);jQwsAm$hOd0!5 z%PHB~K#DCf;5hA(&BE5$RGA2U8?X`A3@QyZc-SQGY*1(mHZ%eq|Ug*h^&}F zNFIFaKA09>F%T?{Ind828c2oN86m{YXHgQna2}p_i+GGCr-(DU!dgBw$;Khua$XzM z(eTKsXj+a$*NCi@$VQU->!z_x7)7$!n>_y{4Pji~88Ogi+3Rtvt9HLHg(ziJZ;AiG zj`NcN(~w$SK~Xik%W&O)bOdacbk!wYWdq-1oO*hZ7!cJ&O7H$rTC;I2c`4URUix1j zy}%}pt|$X8RqDl7(VHScs`R5E0>ZsrDae=~x7XYjEFh*K>;X~mvRu%7qxsf#r-LeX zrF!e4gD0G(kyY`HL-h8*?*16cw&6wsq7faH!Zeo_2!;tj%6Es%vak^pY-pJnAkI|L zm_~?&Vi(f%eLL+_PON*6sQWMSmgKSz9`<34j9HOg_O!{>Q2X!uG*xjU_HBS@!fPX(w*tNV!&UWy-Q)UxmCSp6VRl<^?x6CiYIz8OL7M zWYu8-&G$sev-9*P@@tbLo|Xy{DG?nlqiJ25^nik%dK!-rI=9zJO(3z%s;AjQE4B_D z-^#R;syKSuf7h!Xh|^zf*r?e*7+5AOE^9MR!2JI+fvT|0ibzXXjspqB@ta2R$+aki zH#6%%{1YqcTAXe?C?*Gg9~3Tx(b)aN!lPd#h%u){1+fKIJk0N=tgV;J`j1 zb88C%#@2N#AxR=~G18@8{p40fyOsX?aLNudCKQ?4#!Qh!-eU?4;6yHUM^HJMSNb`l ze7ts?A#7f9{zSOeh&QH>D@efYk3)#}hCr?P24!sP_=U=*+9lc6bI(mbGfP3@SPUYK zAU1H!r3a!?k6+1#ZLs?MF~n+3#bFYc5A!W}AcJKlS0IOnW*@IoB&u>@Z5YCBhCE#mruYMB)Meq3yk(alYLOFBSe{5E&}z<-xt?B1X261Q}G@)Nz{YG zrV`V0Sp zrE@|rT2OcG=Ng_FOXyj8OQ8p=r;TBi%ea=2zO}>Khm~hbKuR-3^Qv%!81-05@HJu= za5ZP2NFS`2%KegtR_vWtRl1YmW<~PEsS*OS7sHSNa^HaYa};T5KI}wQ zDGJyd?amh)UvSVKZ->Xc<48%gF_EwmG)6AG^-y%%+V6=qO)@;O91pz=vuHE29~}_K zFr(#A+eIIryVXW$j-;w>djP8N2{*)=Gpk=w-SWp-@=t{FkB zXvtu!7*VrnBB^p_WY2Ql!q~_mt-N7C6A|2q#8y4uL5-Muy*dU-2>*vFC8kLc&8<+; zm*M!Wjoy{M3QMHY6TUrAd>nD=KjL0sXVW^lcyHp}`%e!U-{(DVQzlf$TkC?Tg15~N z!e33I_2v(JExTPiUJ%3<3~)i)BDp1rXXz^Fpk(agMXk~#)t#V>yR?oURlBr11X(Na zjwJHhYdSHMYuuRr-#9XZ0|B+Tv@Xz2-v4zL5#amRq<$fENdbW!ECAY&D?kgC&1 zUeAdsFgC7!xMj3K9Vorvoo)#M`ZISj$>^r$3p1`aflvo}x~~dvilnf9Mow6x3(S{! z8T7;#_CW7h7xLU)*=B4b6Y{UoDbOX0PakON=Cf45UNdiAFi8B_r3` zLu(_E#@`QYVa6i=0|@Owy7vt?%vKYe)(qzWaxyd=!fG&O_{FG(PO#C9o&e_)d~#ap z%jIdPT`URP&XO5Bqj$l)ZazK{4Pml9Bb;I58}pfbIT<@GGyb$*WIAn!0d`X|$cr|# zVZ)C|;It7D7LJ#MkRBqClVW}B*D=&zmh)Cnp*rcuH{k6q=U-mKoM|Q0tZ;WU&!^sv zF=ced<>XSd=I;?9f-B19pm7k*-UvE_tn0w?E2e^2oR!ui2{@MbEc8=@xr8nEpmLXd zwyexkw3_3ra=^xd0aIXa28Xkp1_8soTRd?R)cz^%&Vi&FKWjG(=T(685s3 z5m`O7{E=TLxtPMGZ~5V(ucfen<(59~4YVT7ulkRyq6&@t03XPNH=OSuLhDZ&W)E-& zPmnn0qId#HPCENv zgLV9!yMcSSkf@hf!}=PO+mKE*XeMBEI>d@6)Yrtv1Pk-us<2me7jaX_mj1$~@wJ`i z;s!~ab!}g-hJRxW5XDry3WD-EU5?TghS89YS{D0b)2_!o*Hk>qp3;mPV6Ig0`Z?tm zfaXp^9kRYKz~!I^4pFPpC%wvDZfNJ(p^#S48=1}zwXf4@_bY^p*U8CfPOJ0XJV^ut zRn39krWs`2x%)0?;7TS!B(g7JWtlu$F7Obh+2t;rL+&s1$wm|LU-9rEh(m0@&C~?9 zYe>yt*j4c$?d04AakbyRnKHMZD4gK*Du_Bi-c=UgX`GwtqlMmX`+AKtU2u1uQ9=gP ziHq7A~g7usoG`s|ioX*nSBb9|8+w(9s5#I^|3kvG=ur(qo0~snj+9 zWiIWZ&Alx>C4XNYmSN#nQz~GqXQPWTAlP1AU6j9)N~sl2lY8a@e@YB_r0 z6U(ziO+cI&MWR&Efv|1#^}Qj;DV0(4+ymgBMl-~Brz0}8o}^g{n1X1-VKF8l?CH^R z5Imx7S4vXQ6YWvv11I)I)%+wvlo&J3TdBu}f7g}4gcvzxVI`N|m!u74G2UgAz4B2N-GF06i&}lq3`GzZb?oIS4s8O3`rJ|SMu|!R2P&#^aPVF1D z^WI3XRrYPl`uX3}j&uV<6Zzoudo@@&Lt}lfirrseeqrrMC>BNI*x9cTZ%aLt%cP?6n4pUve;PcrxI{+9!{M?T){|O zWqJ>AE;JLlbpqhaD6^-Nk9EizIwu~ozeGo>mwn8oj$7P>@L=!8EpUidiRkFee?6_1 zx+mYT&^S}qMFMU@}=z~1Y8+nivAb#s!Cw}nN!w6&xEd9*1_ic_+{ zkhY9jQKYwEgYJOX^ z?-kmT<;uSoy`~>^27r>kOja|}w6dE_&L@^Y#v3tRq<(ACs1n&Z_k7GWXO z3-7iW03kr$zY7dTmZK#yMtct5;-fc0 zrmeaOJ2Sr?ZV;cqEtgJ=_XFp$&8ZG(sPO=k!s~;N;lm(7+ZU0Mz zSp@TpuVn7YY`jBy(gU(F24fK0OFGTg_e3!uE>iOwlHvoW3anF`=QVL%?oQdk0cJPv zF6L}0v()n;`e$4nHtvuK^{XtUl5nUl-IC&WhcRqtHqxJVs##yM!Yk&V8DxO;z3<9E zU!F@j-y=fGx-Zgx@ndv&$cKfD^07N5YwC#6)ddHF92gPK_);S**@RcwrSLf+8r-%} z?#{L#-K+s7?#C(7+a7Vz?#ff<42dk0duz4weU4V_8uZx2yLa7u(RvE#MIlqMVnqJU z?5@+Ca(HVIr^LhsI`5N?Gn89){EI;T-w@ z+aXRtOz>$FUZAE6=`xPLF2YVFyC4%GJ{d5{P;!{du-IiQxbU?QqQ!_vwzIOpwq_Km z;O6=K-U_QWq;Q{@Nghw~u9s2D*0Vfm>1hiD1`bL}4+}Gh$uY7%7~)zbc?}rx-rGBVD$@8z}6otw$8ke4;eENM*K z764QsEKht4A;EL|TLWH*7COFt8o8(|iCB61f~_`<1$#_rloKWtNzhM>miIsR9^S%#8D%%Nc*D6xc}kD1DpI?BM_2Sz1f{(`u%!t78sv0_)DQ6i?4&;IAB| z7B*&?l9{RyiYohmc$`;!Vi*yM9nFJ47vjY8MhD?szW~J+9c<)*Vl`G=JY5f&u%AsUw`tpF_{ST%#n!aVnE1ZU4&TG z4wayxMMmZ15llW0=VgTL;`8YaQXH(?JWKGliXu@#%{>{}B|lOQHN5);ca7d;6d_0V zM;yGsB1*&iG9Yu?pdi(}xmEip{*C#J-ZKKSc%rp^ip6??a;;pf%6-NlGk%al0Q2i9*Vf><4J zT}Y(prKZyRwjs2GD24+<=)UKyu%M`#vn6z$3*qXqB4NRjqHyFBh5#Ss{!qszOiK84 zzpD7&7!?-1z-%4h(Ple!bsszUk^EhwuxAy5!elca^D&5B_r9|u!$1h?iAI_$yJaq& zv0l6L3Dt*spgljiEJ^S)eL5Ih@uZ{!Z9lo)gJ(pavpoTs$0O;QvRUUN{Vd9Cgsxl) z1XXJ9?+Q82=!JLhKht+Tt5O_0>56_0bNy^P{4a?>CF_Fkx6cn45c%uW4(zU?fz=5W z42|ThD?1+lxUlcV%@~%0{#Ze;+EMJQvYo)|#3ACCIolB~?WP)`jlp%+0YNAPIj=AC zgn`TGpDu5;Ge4haYwlLdG=dLp)2{0Yz$n}s`wXcr@JAn*dG3MH$ADbmzkM6yrb8Lf zoV+6RSK(#5#2BWEkfBNV&kFT=050Wkb$FV6$)$Za?d@+skI6yqk5=%3i;*>B0}}Jl zV2cQ=a7ZsdiwCMm4|D&~f~My@MK7zPyPG{jDogC6zrMY_$*%%W ziqfa_Sm94IB*TVM8yX>$o(nJW24C!3#1bU)%RtN@m7V8hyAl9e-E9P@8Kqq*3)dGj za-3@K2jUn=ApzDuH=czK^FOof!QGTlq%UZB94pw3Kb^Mf{lR!@^#yE%`?H#BE$QSP z7T$Os%bLNUyZzK0?9;VQRC`jbT;DexUnMXD4~N!_7dx^X*O&YJF;$^!ff{s|x`j10 zXvfEaP?O3@GsE#;n~HMaHmnRkr86k(ivo$ryCotz-Qy?)kL^oJ7LP4B%lo|>L-SRD z^5zfvR9sZ5JeI5#_zOLK$=PEnU_}7L`Ls>h0T1IJFKLOG<9C1w&a~cw9Z+_Y(IbTk z(u00MGYV3xeA|m@h_9?zrZCY|BExGIG!y=ZH_rPTeHFK;^E3BA zjz>oQIhFxR>_>c4omjx zRJl=yqz|-w*)+I08rbYzfZ&*`utBCS$$FcR z4c9saUlVuC!`Gd06nM&$ZNZNM)6M(-K=mYI5pRN^jt_mH$xocs2Y6lv&r7J7vkeTJ zg)s%<_KlMzSEkZ!fvacyDl3I5PI+|9wq?QhPFtOfFgRCAm`4-3flVkNJ?Ps&Zlb<5 zxzl@*75StOp+sodjn>LOhey(M5CRG)rJQo5cx4MAOc`hI5L_o`fcEC4lkkW0sdat} z^SFbJccJ9_q{URU{?^~txePtn5&(!Z_sMk2iBQYp%>jDRT}-aE_iMYuHh1o| z5#2EwdoGg`O;_D1Vdq`vr-9QxF^MW5P+QKbeo-Ad^KCmn;Y%=fz4OW_f8^?6D&c~d zi13yk-~k7{Fo;Pz;;VY>0sKqepE#8hQHOv^>JF`=BlE~--FyRiq%mjI&wXlf3?zo! zHaD~a6O1H1+%dP3VhfB$Si|#_H3;{L;N0p->2w@#+7+#h)%b&Ag*%oP_2g&!q*Mma zomXs$U*z>H$Wj4>L{59HrSh#>V^S1TNFl-lOWZ*-hqkh=ZWA@qp0)&@$r*c4?1tN=ReL0&gS>4WaW_%?d|5lv0QYBXtjD2UL}nj zx-_X8A^Lj3EToyA_4jLrXVn;1Z;APIF54=V*!GZbo3w7f+p`xbVjeC^(BsjUc}vwl z|Gbgp%#u@RfLyK_^U?kSFfHM5hu0~4Wb}z(Gm0hisl4YNSTC;x(F*OESBEUp<283Y zPj>_ocS{ml*r(;??l14yZGXHMD-U#t#IBfOH&{SqRS@JGR9(9ojW(+d%@qNJ`zR2j zGY#r!F-+sgFL)$A?Llzc`pAWH@**J-=m<6oe7+fv#AXU@i$@r?RUvYo*vFqtY z+sp9PLbw!kHq;ICKosC`Dc)hI40hU)u<6!LSR)5~l$s0gnMBJTzr^zgZcZb7CfJ8# zvG-FahVWWlm|y&!nz9c0_^2QmWM>7=GhCnNa6oxoSX`IaW2yEMUJpYJDum8|h^vvZ zfFFn>YBjlIC`b(~a~1xiwZ98fWz-*xl*M2`?^>VSl)kHtsMXt2c3M^napiYnEvkGA z>?YRr< zJEJFrs>OfDEEoeKNdKQfeH1bk@x3*MEvY41BQ4J;=?s~tEH)D)(jyY}d}S}FA`j9X z!?kypnwgvz$9mc&LLf1`A{twXu1nBCVCz%eXlGbUgkABwS^_4qi6i4_)x4c%@2mAS`ks!Yx(Nw&S+s`;1=6Yp!cZ| zi;rG{HGks;D?bqY)N*SsZeyhBQ5?|pguV+=_h!{Y`d0}t?>tyB(FQldkIZK{1kyus zZ%YiW*noW+*59?ka-Qt|XV($a)=rK*eCD3Olw^#b4U)ixpD>9+j4x8@QDTV`IxX_E+eB$|!Z&Gas*)IZYiMT5WVQE}^z-r3gWtJXMgDzYXlzU$>5W zyz))2rJX31x4}Cx-P;gxDM{zSUAxKj3)%{qjlvE1bdsKj&P5MjEg5@KL}9~*jSQgi zelAvKxDxsVQ=1#5H*$Aq=CfUgc2LH5J{4jvIT_AH)z{*M#zcZ6L7`EIs-?}hYPWXe zriS5PAUkgE;_FgxExbxTJsT4zNU&pS$D8OG8Ckqt3lDAQ41iJ^%R#$&W}_tSQHrkZK}Nk=mD->#`c_5yta@gNan!0Hw1bEV}Iyf z*v~d5&h2iA`m~BVWYR67yZ<-t~}sFv|PgC**KSXiNj_~#=(3nS9Ht#to=*`eDY?&{K8Boefz-jP!I-jB!OQ{1OH$quH8C1xh{1vbiDHd+RB>q`eoM~oU$VugP% zZ8ODu!od4f4zuEm@NFj!a*7&cLGFS24fUa_1w|MHHZ6J87-I$fZ6Fe#d?=Wq5a=O4 z;R^E7q+p?3WR<>JafS%=cZJW=M+Gl(QM%2I~H}$5aX>iQAyo*AzmWQ#?YK> z?Z){&sF$RoqcM+#F*xgVITYC><297L3nfON%~{L4j|C0z?2_dQC&W*D*r zVs5mP;0|?4FBB~pzTuU?L{Yt1lt&Syig4i+@9M)$If=4rZX!F<{&6Q~^wd|c8>a25 z5R8rtlji4xZl+Y%(aY%@v;QV3-Xj7w9Kt&)*`u_U`go}~)s~?Rt|rz6y$>wptxK`k z5^y?dXsd(89wG>fHRVP|wwOPla(0Uy3wYO8&`>>RJ`31QVL4tU&(#SO??OK(XJ#y% zRwLFi`O<`b@qeaIv;D;Wp1YBJ7zq-K8%OP|Q$4j!WTg`{Vx1)}0Vk2YNPP!W=_a#^ zM6^=nfj+N{BSuD&w#XRt?W~XHzQ}N{J>t0)kh$rmy1L@#fbNBNXdSLzxnSPJ(FHtt z-o45kX}`zXFE<{qo9Wfnag+@f)mzPWiA4G0JFAO#a8fGwd8{w#B+Ji*$i(@RP}isv zf`24nY1_IB#rZ#zj`W8P6*qDV0FqNw<{_@;cpfD!cPdvjS5C`iWq zPB5InhwPveccg0=riSR$nUdB;JQ8zCE!B?bbR1re+2|c4(2hO2d7>Mo`-3rb^_-zm zT1r!NV+?{+_ZA_TyKMOD9t4l0#wBQRPtQ(QjosT7id-$wbgFyoT`~oxxh;WwGVGfu zUJq+VrWC;dp}#KO)K7t&#mz`q(&Ss49^uzB^jF|hfYDuj1$NO|j%A9?A+zQP=?$Y-(_OT6O==EN0`!_L%pB!9eu z`FL3YEg$^FADM=Cm$MS^FC@2(SF5S5`2&cU>I4Ark*47>y=ey0% znXD;z^3VH9-E-rY2pJ*s9YycY;rv?qrM%1J#fLoB(qFIt%GW-Wz2`2ZNc<4F6fB*C zm?B5SydiA8URD5Hlzk6!`uc-8+=FiX`ayhRFBs@}L;;qe(^F#B9O4r|>#vUw&vnfP ze3%e56$B2k7?MR$ZfS;#uK>o2fQ+IJ5G-#GarFK7o#sV3^~3|iM1ObKlGh1%_ulQt zZj==TR?0-tB5O0lULFX}j#S3}!=}taU?fjUM^elN0vz{**wOpC_vIK?6(-W%HEb%ayNE+yURzs#V1>lV{!4-SIS30aB0l@B>6`VexRB()E@-;n2A3dQeOfq?lU>+R+206pw_-UZ>6-Py( zjNX8=o*?uVPhFth3P5f!?he7oqwj-8%~dy*Jvp~k9=}qGaXmwSwEXv4TJSTKduj-q ziAQh2tM?J`a9{1eC(m{npl?5-E8g~mLJ6go?q{| zpE;WiqAm9jB1$$pG7v>k&?@Z}5weR(~v^t6}aVY?u(z$|4+Zn>|Mq3Vq|8t+hBBz` z1t$?{odR}ocGaRtqIy>_{38+FJ~<8^gAaHG9Q~Kq$6S2>YqTn9=;7!`8jEMTQ!lvD zM{?^9BcbFH@~hh}{=8&IIo^&@k4!0|=p~&+b^iVACJruUxe=}_R3>akl+X6S7Y7U`NBZ!(yqJI9e^zh}KzEEm@IBA|1-{kc9ZO`NytPZAS;yi#1SYF3Ue!3PVGb-f>#ewo z6Nz4QIS5o@Pe{T_LJgYN7U$*4*nl0scRf^KoId950WrE?tfH}-0_ytL*CR=MS$s~L zFuR&6Vk8shI5+C=oNI+cpgGawwDiZH5*-oVbN2iXCGDr%yIdY?PBXJ-O&qm=Sr43l z?dlp(-mqOSDrX| z)jIaKC{krpCiA*)YK9pTATB`VFF}ZcqvTw&TXwc+c-RxvUJ*AT2r`EtU)`u_IToJM%IFX~88<%_r?xpkjI!u~S z%1)Ai-lRm$t?LN>^A}Y0Bz~Lq6?avk08ML4EwCh~&K~sr$B}3j7;6k0RtQ6L3Pm%T zNJ`q+)1{KRA)U+&mEvudbjx=p7Mrz9GD+dJUlaF`aC=ot&%yLRcFy%EyO+=jix^$e zpI?hNB(ie5hB>`a8v~ac*ZzT+1N^T@9w!<*6Km#Kr5BKXn+cDBG%m@3SyK?3oYxdq z244ukxMhl5*t5r+Re7xwMZECBWlQFTRdI7ePVQST8R)RKRdxPC7kf5v9L%&Aqn*J! z{U{?R>t-g7G>ShZi%%~+uM#4ts^|JpsB>n0XS0!_rhmGcu zeg`}&h+zo~bwZF}wn{QAV4 zC%`)TvIDI&NhWxB6}lYB_8k}0@6Zn2B^>p}2L8C8e}k2ocVCjOVf8=}*3|;q6BfRc zAzw+c*CHmQGv(;)msm_mkPB_yFieX2Hr^sK5}a+?jTS!(+?cr3k`bx~8f%0ZzUz{0 zJsC1dibeOgL!J|0xu%fw#`UGz#$n`KyCPfgi-O#IYc^6m2>&g#58E0x#qP?3=Dl0st;0dQ%pGoi>yyTN+L8JMB3{NF^=i`coQxRi;&b?D$oi&;;Me&x3Y)T2+-?$KF!Fz5!a;|tuQi2LfE@?wQ$mRv`xgwoA? z9G||Hx~m{owx-z5kfG5TloYxML#J6Dws?L^38}^ZB!JPaXn4mhf=oY%n@7wbQ1|IadBLx?ga=Etfq+0?3UPP+4U%FtvpW~EehEI+xcAG^z)Gw zUVCJ{n<-LUmbWQ#$Q)ja9~ao+`|T?ZoE(3Y82Le`x&gwD9UE|At*I?wvLC%jvbW$7 zMovOMFtJpYc7)Jc0doWYq4AK{P4CAVxbLts|2@`?Ed%h0@fKR7w4sFHgz)QZk~}*9 zUX0lQerY6rEDuy%JRhQ)u4cu~PkD1YK z=voyhhZU%TB+wGGppCu#oT6u4`Jr!x@{-h);AKU;iBD zpk8cnuTtdfkc!xRpjq*$!uy$w0&XABMrhd<6|^vl66fhKw7Hcp7CX5-o9cT5pnGqJc-)~CI}*dF0| z`VIN?BncD)+~T2Vd?_U{h5t!%_lEumlEenXl57?6L&yFf=-+2Gj@uOULeLJhAn%wc zSBO@VpiGQOMhHr;#mhJorgRLrfG0=>Y2s;D z5b?&((EeFrq^R01@B1Xq5v?eMvU=J~E+ryLr#UaramzPy818f|tFofJ9PBJHM8CM8 z47aWZHDjvPwh1}zN>r9{Lhjg59Z4S|Gtox`$`iKM&Q!`qHNA9hj2wc%>$|xfmZf$s z)g6XFE27H5J0oQNk>-+>Hx{vE5*?9~SvC4EW^*iC2&}f=R-d~G zH$!u+3TS=i=?-#RxOu~9t-13fd&5Q+Jk2+C9vdlX>hO8IGT0a+0B)ZFYK>)19-+03 zC=e8b4F7-{At|?C74J0J4qlsDwWu>8vR8KL!WXr|25GTUbyqK$VM!hciJEn0Q!N_I0++S;q7jt}wNFy&=7z)3Kq4Wj!D)sNk2FGB9u-pZ@zpbbdf( z@W&JQAbHLhPTejIx4<#29v5N$O0laZHi^L7SD{!;7*Gxnfi#FUUqQqCvcxr|^ek2rSO;^~H)@c?O7nJum zaA-Uv6Zo>^>n0_Y_-+TND`AaWzM(PV%#8$#l2y>6hBMEpP=1Knw{1>?6dJfkAodPO`oti~#g+ z>_Z^%BDWdV^vwG$-{nx~ZeG}~HcWS#tkmo+GVgQx)g5g-NXe+RhFt??j9$672C&I> z4AC?9S*Rf(7oj}7AhDAadU}_TTtrrjSS{6++EWu-(aukqS3qk2H$MV?0CYg z)zPJwnJn^GAgME*6`m;s&q==7`r$>no3KdL(0hCBY5`)H?K%8B9n4Q z%AokcvBu=sSG}kOTfLLA?xo+q`+{)+#sTn9I2xiivBJRLbIWvuf_Jg%}CI1~ht{ z9^cJq{J&5Pgerb}<)Ej^A$a}!A(k`BPnrd3Nm6NIZxQ3fiGZQg6Q?jQ0zapC8UgkP zpi>n)RIGP>HJf_~ueKX9kYN>w+ww*~^C)p(&-|->9|koT6iXipjq^irJ$Z`d{i?dq z$=$|_tWei&9GZ%iefrUnxtx7zCD#N+;At!;l|FK<(>?0zf;5Nb)T38fLd0J=bICB7 z<(W3~_lOs8tH{v*0^hReg_kK2_jFe=9)!EtWKfE=;@$1it>1NwxMo9!wT2t@O3;%B z)r%baB2wH!*b+x1MVYJy79rK+V=79}Z07&i_@{p$LmG#WyhCLf3ZxcDm?9hi1|?^h zuyD1na=-8eyOUHPKn*@r7K68Tr>PO{M1|_fi+A2XVdpKH`v(6YV&;bjPb=M`uq4hV zowuM7kZ{)Z`qoI=Y$2j6AaA|Bb#0zgHhEX~E(l3XE0pN;;vK;kGwBsozxio%mC`%3 z`atzcJS#SL^tDG!%)@7{cLw_6{LbbV-`ywXPC4JwaY}hsFLM~zX1+&^qT+xlNYO~k zwupCh4~y)W&*j~yWY8w)N@m6qk8%^!SKthq24@IdDc^XMhd>*H*u5S;8wf8x;SBgf zyh}ge<*5D;*N9ZPB!Uk!iH;dBH@K0RqFo@D%L1SE>^uzpMPFTd%u3ieAtOJgM~>f& zgyFGUnc42yT_%d22s$2tQzK%;EAUF>LGCRkO+J@ddIVo#2H&MGy*`QGs2!@@a?ozM z0aB0imAM05AA=kY3O;)_LQ8M@_gr8~a!7R#JdU1%(K(M8E=zKZX%yEoxJivxRljh@ zs_LRtHDr=Dlf-5mR{$n(kL*@Cr0Cb}XN^kSLK`ZzGh@A-j|B@z^0LtSph3kEmA}|- z4(c|bY`+=5AdyagPxpm|`OEceT45?~?&=B>+3L`~@h%kyY`zS@F89K!uhT<-RKh@i ztQ<}crkCABmpL|%%^0G_k@61D6l_T8_6fPgzY5lizCabZe@44r0NS;S2-M;X$o^aL z&P35s`>SWT!6$?QE)s==_63<9lj9jI=@c091<~e3a7%~_lvno!#2VU9xRZkOksJH~ zqJCnuxDD_(@=kL%#rwsyrrFOaqd@M`oI*eJVKZ z*j+nikJIO%^WM<&v_X6Qn$-Ttefxg#lWn8`BX2W?<2c)yi{YCpL|uZ==r8{3QmWRQ zNk{=+Of(B~z%r>{1S|4tFehGRpcfk=^Wf4kt)mCr;p(vV7)R+%RmTVgxvQPcatW20 zVou;-)>c#UP>6CTxn_J+Nm8fVVgfX9mO%S}x2%~g?~Qr;=vqHS$5+_$&NLf4Ht?tHVgx2MGjL_ixOjOLNp@vQJ~CI z>K{CcrT+QC_(M{r2V&C*HMx%ES4HX>j-NRG=s!`c`oFzL7!#bTK}D9V^9g@}vmEc& z-a+?LD%h$g8_Vjk)cL3jFjgayQFuD8fkk`gYHrEI&IL?dBBZ$$0HRcT6U(68C~-`A zESrdiF;L4sFyI8*0g%Ji0Hs3rs+^6nb;)TgG8KUpQ7ujMLcoSHBE@?y*xub!7u*a6 z2PVlxp5+6Rt4;fzjE6w$fO=T5p2&?suh7su!D*j;gpg*eBWw|nak~u>$IaQuusB-0WWHDTPwsU@Fd^vPMru% zLBN@QAAXepy;Wv@3v!0<0Yd1;=$;gBx~L@(c~jodzl*q5OP5m6M6;0zV5(xXJyl}u z#Bbk<5;5)9ALVb^!_>tFMIp6Mxgs(A3Q8RFs$6Blpkm?UDK||TA&wx1M09^Sn2XIh zuWZyD&@g26Mm)f~8rPAGZ-lEt_Aj`H5L;tFmjP?u4M(?*7OfZ{2X$QYOW&2%?b&{r> zJ|V&+TTBI6hQSYnl0luHLr~QQe=IKlDu4V2yt zUl^~Y{Jj{vkKE~QU?shQpgq*lIg$tr5U!x)eDXDs8*I_>ee?UqJfmiP?`coXp-B3o z);wE-4B3dHj02P_+r|71=&s~AnHCeT*OBB>a6xv=L9J@Fuw)=#M5waH_k8i|V%ht` zN8TfxB&twOT`Thz|H;*YsV|fHj>YhF8#^4QTxH!k9ar@{)ror=5U`bE_>m)LIye6+cHu(~3t3Tg4r*d~M)$dyt{vo% z>q>48dgF$n*XXfcBym4InsD70CS7{5Z6yzVF+34ZGCce1>9ZPAWb!hGr>*vK#bFExV@D>=IeHL)2j&*?$&2 z*gCl5`~|~t7%MznhhS5?D*wc^ipj)WM0&HO-g+}@WIJi(%oiUo5>8U)x_YBpa3m9|;z}P>z8<@qY2i<_Y=iwpFB)c7^8*&k!q>Kz$ zP3O*-AqpW~)JJJU6sCbXIx$P>K=h6C3~HVF+=+4cLXJN1*;6VD{(y;X)O^afR~_uu z>i{Jkc3!UjcD!BR*GOK%yitiqzA=`FR6+}E(|Pue-%+hegCTN+_0SpgC5b60ep-B5 zL0lr*+Qn!Dswn>EDsHaHufW}gtH3gK*dmWkP%F_BA?krer2AW}@KIRj1&*4Yzerpn z5H&Bpbu_}L2&xZ@qRFXOi_eSb7u}PDQP%E-nPRg3%gKBjDCS*qbE&3}-V1 z^7M3LVOoq5A?)KqN-)P9A0;!tn}Bd)Q+m(DEr(pGb?*9zA19>65DV%C2W>i(;_G|t zF&Km(l>9{?ZvE<1=fM({Rpj(*BJxDGF>8hQ+f8=~(!%1k{;Pa9riQ+yr|j47JUvTN z-Ohx-?gd zTa19*I&!14XBd^Dr7MtF{5K}I*sjrO7*bTD@}U$1V9GxPXY6jnXJE#=YAA(vEXp{o zm6@*cfl``o=`E%n2-3*;p;Mwy#XR~nG$(-CrZd=y9a_^U^G>TXAT(8 zo_7F7UN_4<1>i*tO6!RR#8UfB@YbZs`e!jPHp>b4>lAAhBIpx-bTb04wF@I?J}L$3 zQ2in-hoX}qNW)E4;DmK?sOgzPXT%^MTTfkU00Me$%TB_YLM+cFk9l>kqW;p#!E{FE zi5rr*y3ck11N~c{xwQgONn8>;omOg3nRFN*XSSX|E-Jv9Lr|T&0VdDIA;7ubO*npOwZ1eLzo-?|h)A~^%nqwkzP>)%tp2Qpj#FEN#i zKE&k|V1bv;Fzt-oORY{SjPc&p9dhv7g|P5?=xRBCAF#MpTW3B+a5VMm6q}6!F}8U8 zHoQRzPIt@759ylLKh7P#5Wqc33{>RM%T0I`qxkGD`t|?GvWZe}5x&^n5~DSR5?* z>u31D@TX#e4~2#8S;HrKm(ZS(Xn+mr2c%Wd1ja;RpuO%stw5@>xRZ|N*M8PAM(S{b zc{O?CIGI|;f#8)tu95br-gI4_R&($Gv0^wb*l|uAOz^54574RPpz_$b7AQiB1)}y0 z2g!D`EE1$G{SLx*{3vt*=Uy@w?f9vS9xSyGu#;(EVXJ2r`ny!0&>%2 z4|=GcSreO7Pw)vjA`1d`ca>-|M5(Gq!jGZt!KhOq^(^lWZKohTlq5_m$F-EIqNH(W z@Qyv1k@y(j9)}UpH? ze=2xb6eNRv!Ut78TDZ`U*c(;*x|ZOMsP}I$!oj(OqW;YMy@9|J6vGwwGpO%&B^GuY zS`Cmarn?&sT9c_S>l^3CXs_9m=Ro>AsnEF`O%u-Uv82<;id}1t`4&%x$_X}CMkur9OZd7 znYa{n%yaV@&%mc0e4miP0A8X!iMN5|7R<}A2$zeq3unR-&w^}HA(BH*F5;wz95hw< zHWWJjyoybqFSv>gVN?xV26x@ppQ+*w~;_?UZ=X%H`2%#uSBD1zM1ro|k$Yfigci&hxv@n;}@cN>b4b z3q}w#H>(YGQ>dseNGUM0^-LOnIh$Y^xJn}gtl7b4pnB9n`0qMLijn0eI<`%_?S5Qy zfA2n_7OL@{e&~|btNPH_JZMc&KFXcIn`ku-d7H@*sAG+I-5P6siX{YY_Y;<=x-&fy zzLB6oh(*jjZEw|4q7d#JF(5dF?m;jjy-5v%#m#_Hc7aOk*N;CFqUWg($vOvT@;3S` zeF03=E41ojE}?)jB_s#4d+e6}XP<22QIE6_%CI8NYl%1ZBJ;>joOF%|c|yh9v)i?T~dvR17(V zGdPAiK#VbM_X>YQ771{Phc@(y!T-icIRn=vAs?C*mMmvXY`u(r)rNHeq`E2IUZ*?P ziM>UF(uBZ@Z>lEPSGD3a2hfW2#lt|VQ3x0W6busah=-kGS}CmN>J;=`VQ=pMOTqW3 z3`TK&%(g1-Ti8$knISUG>;Da2+f(B1^tw7IT{lLu%2( zC`QxS>54&Txl+Cfd>;jvYw;D}Ho(6oHmK_a#CNf^<*f^$JXsfa+oz*`Kqk;}spUe{ z+EfJX`qn@;@>}#31W_u^SsgvQK+u}Xr7P$PBsr4vS5LhJ2$JNuTrQ(FgsRs9yVnnq zX%O-s8@&{cy|eCF98zn}tJP-%8@saXMQqr8p#pMk~C90;G6%9Ph_?Y>}WdR2?mdh!gS<~GVX4`pxZ|5 z;#vtJ&L^__mc(D7leki>7afRKV=EOJdqoiaFRa%Hw#f7oVso#{D0sS1z6*&Ck93~3 zfh&&6@YIdkard11(GA4$0mySk%fC3+3U!ZYC&aH85dJToyKWF;ZP%xS8bQEsFa64= zlkz@qH07U*0MkC$aX2;A)QnMX%Exz26(4r$fWmb6I_WyY=e4wWKI6SJ*RB%48Q+i) z8Q(A-1U4Q1`4cyEntGRngK&fztBc16o8^V^r#R09FodiE2dw3J#p+;cJ$j`?SZ_xE&pE4u1q>; zuD(!s7A-U{?&8qwYBz?VFrFphK$^*yIjhL@pAIfC%jHBr zT7IeI%b%Hn2Bdek#d~!Ub553&pRl#u4elEq7OU5cGm3%vZ5ZzW_lQ>=iN`DqeH9!?I0xRd%}E6?+Cbm-*%g) z{NbZn9fGP+bZnDQkPFXXAuVn!?{TApcrqA5Hqy@lsm#Qm#TaHr2R)tlA*qpI7Pjmu z-3Od=GZWvOFrw<2-A&ZqN+q)*_JCw;`_!ZgOaj(3mmhezcw7_7uqyg|0Hy$}*=^Fb zaS7d0jsjr%Zx>I8sh-9C>rrZFav2@Jy*Fo5SJ9FmL>v>341X)mz!U1{&!b`5W-GwS zf}BsstGvnQIgJt)Go!M_*`s7kF4-8~2dbyO-Y(;*NQFKxjZ`wnvKQsYx(g_aFcjKDw5Et%PIwv_ zlYscbL5I}>^otE7c)`>NNaup+i1oUgl~>6ch^*(~XneexLY-SL*$7}M8hj%?(7!T0vNf%ln8dTNAHcNmCfwCFnKZjgNkm1xWY`AI2*Lu2Qi{ zP>V$I*?2xHLguxd(xq(zUv{nxM+2kgGkE!t^l4WmZ`PX)<05>o-0(sjY@sPeY{KqG zD9jbzQfd$ivy~*@KxeGV^4!y^+=~hjUGB2Nj(K?_byK0q(c}*?PF+dd8|(BoZ=Lui zJrHOe`p&})?{Au2@Ri+0)sIPr+IyPKb;1qC=RO4}dlT%9pbG7qTbCDqDFn8Pj^-J5 z{*yHHy2ls;hb)sNl$4HhQNvx5jCdm9pF2Vt9GqK8EN=fPN_mw9292|pi2ZvEt3l=v zt`lI9--kJd_kAIo+qnan206PdpxPd= z?JZ(e=8t*rih=(k6`?RoWaMvje87`}K5oTC?6jgXx}@#LeTYRgL;br*TKGr;zOWgT z02jBnzk;sqcq8adB=>ly=Fv!yid>GwIh&p&_wS|i7Ah(Y@YxG3UovOem~;EzKqRI-}jLp~0wzdX|`A4d zt0d$##Y?EGB;GbHn`wFu8)WlGJ-PuQ4BqpyujgDgOdw?{sVS1A4z@donB6010`4lr zz{RZ_z&?w8hW-(FMvKCxjNa-rsD1>NLq~u{dSiOXy(!s#kF;dBv1BTF_ZG00QF^8t z3Zm4o&_nsbRAZ_on)4(-qkR#0nY@ThDO#&WOkK+xy}l%54F=cnR2r@q!@t+9cR&2_ zt#h)StrbHW8)bg!nSfIb9;W{m7459)dB_fTh8Dtq)Yb6mwK_bz<@u0y=%kIwcE4HT z)W=sk4;re;nHyQ2S;I4rjw0(8-VIe8V?B`i-JS91jz%U0yP40}>t{)6r-s}*Pd>pr zQ5eg9yeg~-lF(pb=Q{XIELcKE46=N!;*sS7(=R_0sFT;p^@m4^#dAMLI*o1!Tfwe9;#0 zsQ|G@1#tgOqsja91-EKemZ5Gb9!MqMjX8ve86-8LHs5JngA43B;d}7X1n~ka8`wn8 zZpu<8!d2b_*%0{FAa_VC`%Bf0=NdWD2@Y2)HuFtlG`V6WOci;L*S1wmn5*+&M*!;+ zh%wqZ3FFJ2_nC_-j(Sw_o=Y9-3`QV^5LH>}uF&AejEg%$xnXBcc&`wwoG9F26xVV= z40g=uUr;rHZA>y3=#|X`m-9W-lf0To)v8YdlpIFGBTwZRa_?UTH zR?{xS*4>;)S`HeTS{0{J06=*OCM2XNH^B5AW6FD}SkW1wOgSD?By_cvGqs%1Mq@w&xrt!s9D{40kEd!40 zA*5yWqsrKI;d4(^zggV%;CWwN5eh)SwqZ+(SW|ywG~u%Odk6+wZw}=1OaF#3G(AG{ z!%*{BYYOQT;+t#jk5tL)ox79Aw>o@j7%f{n(LNd>new6v|5xJch>ev;Jc%O3ekUeA z&qL@5*dzXF3%-r>*L?f}O&@r=hZ05n)vQZL)#mP;?SEVhffCHE6nNWs5LsQ?^F<YFc<(aNW}(p*TGgSQ=?7Hw5n*e*+`xr8twvoA{5ZnBAsA zsXlO-A7rs6Hdc9f1+2q^Vn-7jK_CBFv2MbG62gv~)`=5RO|Nrg^g4d_4H0iUMeF`) z*#kArzis0&cPbngKCJ3pdBwp;mt_QqTms+2T5=h?DjJg3FYN&g#<5S?y2ewjecRn% z$(B}pXTRhbu9*%`wuQs(VX_IZ-t2=UWJ={WnJhW0(M3jzFsAHHm14!-?zALKIbbBWu?pB1DlMlQwE4Q z$`2Xpu+DTzZlZioXRn3F!TEBe02$}#@)!2`I>d$BWn0go@H`)qTYHc)9X~bk8Wv;QrgzVrOWUTQQYn`sDT57oSLksE_2WWdM&N%m4=T&_gMLeZax~G z_W3U}osmqI9?{-288*5YrnNT>sJSSONl5hthE*lTYqloWMo`O_QJzuZ`7ptyHVp^gV9{9dtpA#Q zXjy6R_gOfd$E>**Ia@D!BsjI~25@}1d7r&k!xc~y(HMRQt*Bt|&SQ1hL?5`iCO(i&KZRNo#0p~{X&`57# zE~I3XNrH|+1tbgn5N00P!^+TOllBaj5&T~w=13KoJaa6KL=*+iNa0Cq*9pBT%ny{j zaEs?h-!=fp`g?9|jzEHAmOJ%MbW-Qd`KI=}x^-$gU&u;;=$CqtT zC*#UzBM;>t1|%QU&T>c5gVee{gu>T$$>P;!q7sw{yReI1S{XTzfIc_?^-h%nQDT>HPyYJTw2rG&9cz|wPTv2m)6}2ky-iM z%Az!Vp+$)a)smdm$aa(P^0GSU>vbF??k=G&$Yl49%PQ$jVh*9Jn0Ic7i#UMFU zT;l>`E)b{K#XwKy@KPa^+*1J%k~%}10!dJ}Q4DKy7f<4X<{lXQv7L(PYL0+hQqcz; zq`iH26aOo+YHfv`Oz87#2ail_)F3r>dwC4EppWhFj6~}JBbacHa}^FrUS~mJez5{_ z*j23>naXfaono_cX35gJfhT53Gs;Sc418rlS{TQ@*!? zkqOC0-!tI?icSX}Hg<(-xy$hu_EzGe=gI_Kh%u;o9C()&Luhh?AFL)|_boiKc>!b9{Zf&@U z#rUVKbaX2Q#Y=kl2>ycXp22f9bv(j)Z7Jp4e}yM*NPOci%(S2Zn2dyEacmfTmi=9;E^?n=x)D z`!vF4zki#*9b5h``a(GeGghD`qo$75-PArlm;c+PVpGLjT+B_P<0f{p?CV7UeTqqC zJrhz!y%k)OBU>b`tv1)#W&Mi-QsD!Wiyv$J1P>tAiHR9-UtRgna{*r;3AimrT10>(XLI?J<% z<#+TnL}J&v0dIu~nNWl^UNFa9!b~%peI8fsMYq!PXM%n_)b%y4M{!P&`f=+&yYM-lv4E+g2# zZT3-Yo=5#g_v}tq4R~V!qwC3j>@$$!a;N?^HMxcW00000wDDpM00HHh1*^Ov)Tki8 PJ}?c70ssI200CKAjh1Zn literal 85272 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 b00Hxv1*^OvQc16BJ}?c70ssI200CKA<;92Q diff --git a/inst/extdata/cmd_ss.rds b/inst/extdata/cmd_ss.rds index 24ba7e29b5a57a93612f69aae7af0e1989ae87b4..13a11ccf30dc8d633426d74771ad082e668e0cc6 100644 GIT binary patch literal 86260 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%0A>?IJ- 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 b00GaT1*q2{_HhXeJ}?c70ssI200CKA)*Nbf literal 86308 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�$kshEu08IHKXD>{(G%3j|1y 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

t=U3ylNc9DQ82@szX|=DmART$N^{ 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 NNB}_R72%V-0T{+M$Pxem delta 419 zcmV;U0bKsn1JnbMCx18Wy(em!-&f1^br|=FIjHy)Sb;2`#w&1vROQrqRIrbsmXzdF z74?(~#nMmV76v>(!Q-c~-YrZ8!2ucZMIRutSv{}FiyUJN3e4weXo z^;X)$VH6Lm`o$Y?F1nKAi+=TE$Cf9cfcO|<%(utd{D0Ce;uusGQZDgbjZ|7l z{@RWNKHjJDEb z81NcxVL5A}J%65HX?!#wF+wQG$$!L(*kZVm!xe`t=XOYPS!H=g)**{*aQwZNTix{i1zg`c+%P>ZU z!@*fY(3`&#!#~4XlA}yr%g@`NfJEiL$(k$qY NPykUU_}!Dd0T`vc%+mk> diff --git a/inst/extdata/flow.rds b/inst/extdata/flow.rds new file mode 100644 index 0000000000000000000000000000000000000000..c27b05bbae5a312041984cef1775fbe4afce7df5 GIT binary patch literal 332 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 delta 394 zcmV;50d@Yg1GEE>Cx18Wy(em!-&f1^br|=O55|4CF>uj+&#c(;p>W6h9AA}IucJ0m zaN-fJ-3;Z0iV z7xpVJUoZ2}Eu%QTScnuhYHw$j^?B$F|&PS@vaD%vL}+=)G&)UiBD;=4V^D zePd07>`SDW#eeX*DwXY;eRXwmT5-b8iza^|HF?q5fH$ olcM4|`yr(|;1(v`#-SI=@<0Fp0K?LZ*Z={J1BD0x0F$Hv5S?VjumAu6 diff --git a/inst/extdata/partner.rds b/inst/extdata/partner.rds index 903fb25d51a794928a3d72d379e12ee41f9e2560..4db254cfb2ca02a68a467c608daaf0b8cbdae0d7 100644 GIT binary patch delta 4106 zcmV+l5cThvAebPKCx1NvK<3^l4KtYXQ6Vi!{b8>(q?2yht^@79|CBqenFq#UEjZC_ zz+}RXckCsarlcyK=s6%keFP;ZlDPIe)KB!{zo6fk``pOwurb$=Fk^n5` zJCk4=w!djb5(}3c?MzO-C-ynO&Er7ql(KFeBdzq`xii`-cz@hbM*L&MH_IUnY4;c= zQc*u}lSI4^LJj&mwrnL059EN%{ZUd=oar$QTjk!I|~DMgbTDZW4~K~9boz!BA1R54$Y!}9rhf3o2U{j z;GFLmG_6GV`+w3VMs1!Y^ZLF)RD9=Z>%TB=vbgCq<{G#V+~fC8kl$_{=rt9rR(b44}BUBVnQrDHjGGX zQA$OmrIDGbpq@z(kykGmB8rqk-O?@`XkJ zHVr@f#D843c<$G^Ep7aVad2wRAPXZaDV{vjj#P5N1!LrT;uC0K z@k&@PdRV9O+7KiR6QPgS^ZhBmOO|j?hch};#n$mNAZXNZ0ch$7=Q}nwNgG-<JE6Xy)oT2na(ck~ zaOa;6igr=fVoL@29B9BK?!kMK-j?08PMM!#;uYN}_lX>DbV}4$GD_K;N72p<4){if zYUt5EN9xP$pZg*xzP#m6=l3mLeZG#yK1~cFQS1BK&xQ{ah1usZR-TBgRB?deLKpYR zPJafqcOIAf4cVIWd=0cI=;9&VOqo!A+~4n5^Z(9gnXjcb@$PZBad4)DIq?=#8?4yc zXo95=5Hp*Vw6<&dk`Ckb#L4q=e>s$Z9>%{i%X#M2y+DrpGdVV81s)B{Wu$#s|D1m- zuyExDL=VrTPrH*$NslfDD3H#E-`b=b2Y)E0U+r`T8VK|)epl!w>&QS%@b=%vG-JOm z`~0@mU-BDyE1>xAuimB&#b%s&L_h7*UkM$yl^*Ffc)vmBqV{9>XawAvrt^WPBE&oU zVf$wXpv&b}i+Mx41q4JD_rtc7L4|*#9?I@NTX@3p% zprqc4GOT-mpiIg+ja*7pbr8<*^j#=Z${8d03EKuG=*E;N+5hSccmp~-|3n-WUM*fB za9?xCq~B)?`%CF(nBHP}!lt6DMLV0LdfY?D^iv$@D8k9dWxO#fz=kdxV}aA9W*!l8 z;>V{G;(_(H#4xtm!xoG*UNfpe27mocETgQOtUD>iCd7cc4AUV#%hCVvE{Rse84^3n z zdCL&fNf__LHTt#bSOjkN1b_0JcK5-V#$w?8yEyjX; zmLIRete9vhSYS=MSSX?WO64ONoaU+Uqyp0Vv%(;SCH|cD4A3#Vn}k$v$Yzyg zk+X$l&N>yG>#>oWen8;5T*Xbjo`yQ{d>Hp5;!CkP2`9as-T0%-$YZ8Rdx zu=_6lhfQ~Nwe7;LZnja8NP%3}762GB1d3#0`S?2;0qR;U}u!(D~0ofXB8^3Y`|-0teymaI#eh| zV~cAUy%sa76w!i%y#uD{w%>fW1GKvTT|)jlQ2g6BW0|`m-6xe=(1u+f3_N!W6)Z<{ zlx7(zSY@e&-3Zm>>06AR^uOss(e1!hab3h@A1#Tkg@5mR6X0{xr<({I4!*K%=}@!V zT-2Cavnti-lcT4Q2n*qg*j=`b{Qu&$1`cDpS*Pdx`oU@@8l2WD`(+t7weI zaOuUz`e9LTxx_j_y6!*7m?#l4)u$z@UR>c?udb%Atk7|42I^BLX9M^9UBH5Jt(?K0 zc5%~ruYbV(LoLtF{rwa{$T79M=@a-dLJdY$H~2wF#}yU1;GoquIS#WD5B*xn@O&;7 zO$sTP?*AREco#k^H%h@yjpl3k5*_XOQkqXIcen}sFK@M}UoF&Q@}fUX_dvDpLmcd? zy#o{NsyVs-ohK`a<-SeC#PO5|;4Z|*=#4qzPJh1@yY6V%gmeu86hoWO@h} zKow2q)jK;P}Eo9cJtFvw1uD+C`>cMeCI!av%Re4v5Fsls&05D9bsG;PF_` zyDtokmv_=B3}EoknJd54(8||}p@inWq<_ete{*htzIB7lV?F7==WG^;Jz^8KBAn*h zYUR4GNF^HT=_GVur7XE zUQ?FQ-;~{L$E1G8XTplhi~iAI_F~;ZdIk-si1`D|fZy4snQ8{kl>bf9KF}AgSQ>!n7EZz99)*EIZFO7klU%9G2L5g^LG3WDx z-nHI28Oz~!TB~rx!!4f+D-N*>)HM6K%Apc{_Z(C z&O&=gOy&*XS|cfY)LX$$nEC&?EMBz>pyhVp zs!~~@e&;R@p_tx@XVD^gb$>`fdZC@XqQ8*7F1`|#jy{~kwlx_0@V6ovZ-`G1D1g4~ zhMH-WQAz3{uv8j#SzBqYN0dW~yVfI?cQ$NV;Q5WV&{65|{jN*PAQn{AqNx(`YE2yo z#7x(6UvHy5(FN|C*~F(VviyF5HPI8Hrv-Ins}SyE&dgVJixQ7rS%0fs;b$&{^1T*} z1{vXq zQ;c^6^y#D#p1{URmZ4m+pY>F=Bdbkv z46EkB6IWiD!(I=yz!AAfLu?4k_(tODB65GBG1iY{Vh+DqNNu}d@Lzsgl@$jt3_)@?6+Q#)0QImCI+qYQd$@Qe8v_a_G8`EdgVO1vwgc@%gxIpD zz-ZyBgb1*3B*!`@p4W*{2%ztyEHT=?eOf@EeP9Xz1Rkfw#V+N&JRtooW7mlFO_Kw& z_ihOEeu;G;i#r(}(LNw|jm@{L#w{je0jWsd9Ri`jqkqppO?@MZ=3u7Qn~oKjBzudJ zj;+Zfx~&{y!$FWU$E}EGi)%umb?M}xV%>f|f-eC9w^YaeDTA-cBZg(J`p`Y`zEGsL zJ}lV)T%-Yti+&vJU_fiHV(i{f3>bTQv2+G@{=3P^3X}E^-nspsg6}4ny-l;LyC!Ka+2O?U+|JWvqo`u4vme#n{GyLi z=RAQ6k}T!I?_BMc#Ju;c^jXgxeLp;(0*(B0h=e)hDOg+-<$WN+S-}qUEfS}DTa?_sHyNRz zE)5Q?G&l|-S(TC>krL+OiTzR+#W6}f{zSb;*g901NE_IduMl>;+W>=N#2)|w^dJA6 I0h0$15tVlq;s5{u delta 4106 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 diff --git a/inst/extdata/reporter.rds b/inst/extdata/reporter.rds index 300e69b88ab733121fcdfc3776b5e707b10e7cf2..c8d9e1b2dd1189199c383b489676cebb665f1bdd 100644 GIT binary patch literal 3408 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 diff --git a/man/ct_check_params.Rd b/man/ct_check_params.Rd index 895d1a9..405b2f1 100644 --- a/man/ct_check_params.Rd +++ b/man/ct_check_params.Rd @@ -38,9 +38,9 @@ for services: \code{c('EB02','EB10','EB10S','EB')}. Default: 'HS'.} See \code{comtradr::ct_get_ref_table('HS')} for possible values. Default: 'TOTAL' (sum of all commodities).} -\item{flow_direction}{The direction of trade flows or \code{NULL}. -Possible values: 'import', 'export', 're-import', -'re-export', 'all'. Default: 'all'.} +\item{flow_direction}{The direction of trade flows or \code{everything}. +Possible values can be found in \code{ct_get_ref_table('flow_direction')}. +Default: c('Import','Export','Re-export','Re-import').} \item{reporter}{Reporter ISO3 code(s) or \code{NULL}. See \code{comtradr::country_codes} or \code{comtradr::ct_get_ref_table('reporter')} diff --git a/man/ct_get_data.Rd b/man/ct_get_data.Rd index edacfcb..5e77d13 100644 --- a/man/ct_get_data.Rd +++ b/man/ct_get_data.Rd @@ -9,7 +9,7 @@ ct_get_data( frequency = "A", commodity_classification = "HS", commodity_code = "TOTAL", - flow_direction = "all", + flow_direction = c("Import", "Export", "Re-export", "Re-import"), reporter = "all", partner = "World", start_date = NULL, @@ -42,9 +42,9 @@ for services: \code{c('EB02','EB10','EB10S','EB')}. Default: 'HS'.} See \code{comtradr::ct_get_ref_table('HS')} for possible values. Default: 'TOTAL' (sum of all commodities).} -\item{flow_direction}{The direction of trade flows or \code{NULL}. -Possible values: 'import', 'export', 're-import', -'re-export', 'all'. Default: 'all'.} +\item{flow_direction}{The direction of trade flows or \code{everything}. +Possible values can be found in \code{ct_get_ref_table('flow_direction')}. +Default: c('Import','Export','Re-export','Re-import').} \item{reporter}{Reporter ISO3 code(s) or \code{NULL}. See \code{comtradr::country_codes} or \code{comtradr::ct_get_ref_table('reporter')} @@ -128,7 +128,7 @@ ct_get_data(type = 'goods', partner = c('ARG','DEU'), start_date = '2019', end_date = '2019', - flow_direction = 'all', + flow_direction = 'Import', partner_2 = 'World', verbose = TRUE) @@ -138,7 +138,7 @@ ct_get_data(commodity_code = NULL, partner = 'DEU', start_date = '2019', end_date = '2019', - flow_direction = 'import') + flow_direction = 'Import') # Query all commodity codes for China's imports from Germany # from January to June of 2019 diff --git a/man/ct_get_ref_table.Rd b/man/ct_get_ref_table.Rd index 4206021..6d52733 100644 --- a/man/ct_get_ref_table.Rd +++ b/man/ct_get_ref_table.Rd @@ -52,6 +52,7 @@ the same as you would provide under \code{commodity_classification}. \item 'partner' \item 'mode_of_transport' \item 'customs_code' +\item 'flow_direction' } } \examples{ diff --git a/tests/testthat/goods/comtradeapi.un.org/data/v1/get/C/A/HS-60a6ad.R b/tests/testthat/goods/comtradeapi.un.org/data/v1/get/C/A/HS-5e2730.R similarity index 58% rename from tests/testthat/goods/comtradeapi.un.org/data/v1/get/C/A/HS-60a6ad.R rename to tests/testthat/goods/comtradeapi.un.org/data/v1/get/C/A/HS-5e2730.R index ee04321..dce10c2 100644 --- a/tests/testthat/goods/comtradeapi.un.org/data/v1/get/C/A/HS-60a6ad.R +++ b/tests/testthat/goods/comtradeapi.un.org/data/v1/get/C/A/HS-5e2730.R @@ -1,4 +1,4 @@ -structure(list(method = "GET", url = "https://comtradeapi.un.org/data/v1/get/C/A/HS?cmdCode=TOTAL&flowCode=M%2CX%2CRM%2CRX&partnerCode=32%2C280%2C276&reporterCode=156&period=2010&motCode=0&partner2Code=0&customsCode=C00&includeDesc=TRUE", +structure(list(method = "GET", url = "https://comtradeapi.un.org/data/v1/get/C/A/HS?cmdCode=TOTAL&partnerCode=32%2C280%2C276&reporterCode=156&period=2010&motCode=0&partner2Code=0&customsCode=C00&includeDesc=TRUE", status_code = 200L, headers = structure(list(`Transfer-Encoding` = "chunked", `Content-Type` = "application/json; charset=utf-8", `Content-Encoding` = "gzip", Vary = "Accept-Encoding", `Request-Context` = "appId=cid-v1:9b6e1d5a-3728-46ff-b743-6d33d23e54a6", @@ -6,6 +6,5 @@ structure(list(method = "GET", url = "https://comtradeapi.un.org/data/v1/get/C/A `X-XSS-Protection` = "1;mode=block", `strict-transport-security` = "max-age=31536000;includeSubDomains", `content-security-policy` = "frame-src 'self'", `x-permitted-cross-domain-policies` = "none", `Referrer-Policy` = "no-referrer-when-downgrade", `Permissions-Policy` = "accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()", - Date = "Fri, 15 Dec 2023 16:26:19 GMT"), class = "httr2_headers"), - body = charToRaw("{\"elapsedTime\":\"0.15 secs\",\"count\":4,\"data\":[{\"typeCode\":\"C\",\"freqCode\":\"A\",\"refPeriodId\":20100101,\"refYear\":2010,\"refMonth\":52,\"period\":\"2010\",\"reporterCode\":156,\"reporterISO\":\"CHN\",\"reporterDesc\":\"China\",\"flowCode\":\"M\",\"flowDesc\":\"Import\",\"partnerCode\":32,\"partnerISO\":\"ARG\",\"partnerDesc\":\"Argentina\",\"partner2Code\":0,\"partner2ISO\":\"W00\",\"partner2Desc\":\"World\",\"classificationCode\":\"H3\",\"classificationSearchCode\":\"HS\",\"isOriginalClassification\":true,\"cmdCode\":\"TOTAL\",\"cmdDesc\":\"All Commodities\",\"aggrLevel\":0,\"isLeaf\":false,\"customsCode\":\"C00\",\"customsDesc\":\"TOTAL CPC\",\"mosCode\":\"0\",\"motCode\":0,\"motDesc\":\"TOTAL MOT\",\"qtyUnitCode\":-1,\"qtyUnitAbbr\":\"N/A\",\"qty\":null,\"isQtyEstimated\":false,\"altQtyUnitCode\":-1,\"altQtyUnitAbbr\":\"N/A\",\"altQty\":null,\"isAltQtyEstimated\":false,\"netWgt\":null,\"isNetWgtEstimated\":false,\"grossWgt\":null,\"isGrossWgtEstimated\":false,\"cifvalue\":6804128143.0,\"fobvalue\":null,\"primaryValue\":6804128143.0,\"legacyEstimationFlag\":0,\"isReported\":true,\"isAggregate\":false},{\"typeCode\":\"C\",\"freqCode\":\"A\",\"refPeriodId\":20100101,\"refYear\":2010,\"refMonth\":52,\"period\":\"2010\",\"reporterCode\":156,\"reporterISO\":\"CHN\",\"reporterDesc\":\"China\",\"flowCode\":\"M\",\"flowDesc\":\"Import\",\"partnerCode\":276,\"partnerISO\":\"DEU\",\"partnerDesc\":\"Germany\",\"partner2Code\":0,\"partner2ISO\":\"W00\",\"partner2Desc\":\"World\",\"classificationCode\":\"H3\",\"classificationSearchCode\":\"HS\",\"isOriginalClassification\":true,\"cmdCode\":\"TOTAL\",\"cmdDesc\":\"All Commodities\",\"aggrLevel\":0,\"isLeaf\":false,\"customsCode\":\"C00\",\"customsDesc\":\"TOTAL CPC\",\"mosCode\":\"0\",\"motCode\":0,\"motDesc\":\"TOTAL MOT\",\"qtyUnitCode\":-1,\"qtyUnitAbbr\":\"N/A\",\"qty\":null,\"isQtyEstimated\":false,\"altQtyUnitCode\":-1,\"altQtyUnitAbbr\":\"N/A\",\"altQty\":null,\"isAltQtyEstimated\":false,\"netWgt\":null,\"isNetWgtEstimated\":false,\"grossWgt\":null,\"isGrossWgtEstimated\":false,\"cifvalue\":74251272075.0,\"fobvalue\":null,\"primaryValue\":74251272075.0,\"legacyEstimationFlag\":0,\"isReported\":true,\"isAggregate\":false},{\"typeCode\":\"C\",\"freqCode\":\"A\",\"refPeriodId\":20100101,\"refYear\":2010,\"refMonth\":52,\"period\":\"2010\",\"reporterCode\":156,\"reporterISO\":\"CHN\",\"reporterDesc\":\"China\",\"flowCode\":\"X\",\"flowDesc\":\"Export\",\"partnerCode\":32,\"partnerISO\":\"ARG\",\"partnerDesc\":\"Argentina\",\"partner2Code\":0,\"partner2ISO\":\"W00\",\"partner2Desc\":\"World\",\"classificationCode\":\"H3\",\"classificationSearchCode\":\"HS\",\"isOriginalClassification\":true,\"cmdCode\":\"TOTAL\",\"cmdDesc\":\"All Commodities\",\"aggrLevel\":0,\"isLeaf\":false,\"customsCode\":\"C00\",\"customsDesc\":\"TOTAL CPC\",\"mosCode\":\"0\",\"motCode\":0,\"motDesc\":\"TOTAL MOT\",\"qtyUnitCode\":-1,\"qtyUnitAbbr\":\"N/A\",\"qty\":null,\"isQtyEstimated\":false,\"altQtyUnitCode\":-1,\"altQtyUnitAbbr\":\"N/A\",\"altQty\":null,\"isAltQtyEstimated\":false,\"netWgt\":null,\"isNetWgtEstimated\":false,\"grossWgt\":null,\"isGrossWgtEstimated\":false,\"cifvalue\":null,\"fobvalue\":6115764185.0,\"primaryValue\":6115764185.0,\"legacyEstimationFlag\":0,\"isReported\":true,\"isAggregate\":false},{\"typeCode\":\"C\",\"freqCode\":\"A\",\"refPeriodId\":20100101,\"refYear\":2010,\"refMonth\":52,\"period\":\"2010\",\"reporterCode\":156,\"reporterISO\":\"CHN\",\"reporterDesc\":\"China\",\"flowCode\":\"X\",\"flowDesc\":\"Export\",\"partnerCode\":276,\"partnerISO\":\"DEU\",\"partnerDesc\":\"Germany\",\"partner2Code\":0,\"partner2ISO\":\"W00\",\"partner2Desc\":\"World\",\"classificationCode\":\"H3\",\"classificationSearchCode\":\"HS\",\"isOriginalClassification\":true,\"cmdCode\":\"TOTAL\",\"cmdDesc\":\"All Commodities\",\"aggrLevel\":0,\"isLeaf\":false,\"customsCode\":\"C00\",\"customsDesc\":\"TOTAL CPC\",\"mosCode\":\"0\",\"motCode\":0,\"motDesc\":\"TOTAL MOT\",\"qtyUnitCode\":-1,\"qtyUnitAbbr\":\"N/A\",\"qty\":null,\"isQtyEstimated\":false,\"altQtyUnitCode\":-1,\"altQtyUnitAbbr\":\"N/A\",\"altQty\":null,\"isAltQtyEstimated\":false,\"netWgt\":null,\"isNetWgtEstimated\":false,\"grossWgt\":null,\"isGrossWgtEstimated\":false,\"cifvalue\":null,\"fobvalue\":68047133397.0,\"primaryValue\":68047133397.0,\"legacyEstimationFlag\":0,\"isReported\":true,\"isAggregate\":false}],\"error\":\"\"}"), - cache = new.env(parent = emptyenv())), class = "httr2_response") + Date = "Sun, 17 Dec 2023 21:56:38 GMT"), class = "httr2_headers"), + body = charToRaw("{\"elapsedTime\":\"0.11 secs\",\"count\":4,\"data\":[{\"typeCode\":\"C\",\"freqCode\":\"A\",\"refPeriodId\":20100101,\"refYear\":2010,\"refMonth\":52,\"period\":\"2010\",\"reporterCode\":156,\"reporterISO\":\"CHN\",\"reporterDesc\":\"China\",\"flowCode\":\"M\",\"flowDesc\":\"Import\",\"partnerCode\":32,\"partnerISO\":\"ARG\",\"partnerDesc\":\"Argentina\",\"partner2Code\":0,\"partner2ISO\":\"W00\",\"partner2Desc\":\"World\",\"classificationCode\":\"H3\",\"classificationSearchCode\":\"HS\",\"isOriginalClassification\":true,\"cmdCode\":\"TOTAL\",\"cmdDesc\":\"All Commodities\",\"aggrLevel\":0,\"isLeaf\":false,\"customsCode\":\"C00\",\"customsDesc\":\"TOTAL CPC\",\"mosCode\":\"0\",\"motCode\":0,\"motDesc\":\"TOTAL MOT\",\"qtyUnitCode\":-1,\"qtyUnitAbbr\":\"N/A\",\"qty\":null,\"isQtyEstimated\":false,\"altQtyUnitCode\":-1,\"altQtyUnitAbbr\":\"N/A\",\"altQty\":null,\"isAltQtyEstimated\":false,\"netWgt\":null,\"isNetWgtEstimated\":false,\"grossWgt\":null,\"isGrossWgtEstimated\":false,\"cifvalue\":6804128143.0,\"fobvalue\":null,\"primaryValue\":6804128143.0,\"legacyEstimationFlag\":0,\"isReported\":true,\"isAggregate\":false},{\"typeCode\":\"C\",\"freqCode\":\"A\",\"refPeriodId\":20100101,\"refYear\":2010,\"refMonth\":52,\"period\":\"2010\",\"reporterCode\":156,\"reporterISO\":\"CHN\",\"reporterDesc\":\"China\",\"flowCode\":\"X\",\"flowDesc\":\"Export\",\"partnerCode\":32,\"partnerISO\":\"ARG\",\"partnerDesc\":\"Argentina\",\"partner2Code\":0,\"partner2ISO\":\"W00\",\"partner2Desc\":\"World\",\"classificationCode\":\"H3\",\"classificationSearchCode\":\"HS\",\"isOriginalClassification\":true,\"cmdCode\":\"TOTAL\",\"cmdDesc\":\"All Commodities\",\"aggrLevel\":0,\"isLeaf\":false,\"customsCode\":\"C00\",\"customsDesc\":\"TOTAL CPC\",\"mosCode\":\"0\",\"motCode\":0,\"motDesc\":\"TOTAL MOT\",\"qtyUnitCode\":-1,\"qtyUnitAbbr\":\"N/A\",\"qty\":null,\"isQtyEstimated\":false,\"altQtyUnitCode\":-1,\"altQtyUnitAbbr\":\"N/A\",\"altQty\":null,\"isAltQtyEstimated\":false,\"netWgt\":null,\"isNetWgtEstimated\":false,\"grossWgt\":null,\"isGrossWgtEstimated\":false,\"cifvalue\":null,\"fobvalue\":6115764185.0,\"primaryValue\":6115764185.0,\"legacyEstimationFlag\":0,\"isReported\":true,\"isAggregate\":false},{\"typeCode\":\"C\",\"freqCode\":\"A\",\"refPeriodId\":20100101,\"refYear\":2010,\"refMonth\":52,\"period\":\"2010\",\"reporterCode\":156,\"reporterISO\":\"CHN\",\"reporterDesc\":\"China\",\"flowCode\":\"M\",\"flowDesc\":\"Import\",\"partnerCode\":276,\"partnerISO\":\"DEU\",\"partnerDesc\":\"Germany\",\"partner2Code\":0,\"partner2ISO\":\"W00\",\"partner2Desc\":\"World\",\"classificationCode\":\"H3\",\"classificationSearchCode\":\"HS\",\"isOriginalClassification\":true,\"cmdCode\":\"TOTAL\",\"cmdDesc\":\"All Commodities\",\"aggrLevel\":0,\"isLeaf\":false,\"customsCode\":\"C00\",\"customsDesc\":\"TOTAL CPC\",\"mosCode\":\"0\",\"motCode\":0,\"motDesc\":\"TOTAL MOT\",\"qtyUnitCode\":-1,\"qtyUnitAbbr\":\"N/A\",\"qty\":null,\"isQtyEstimated\":false,\"altQtyUnitCode\":-1,\"altQtyUnitAbbr\":\"N/A\",\"altQty\":null,\"isAltQtyEstimated\":false,\"netWgt\":null,\"isNetWgtEstimated\":false,\"grossWgt\":null,\"isGrossWgtEstimated\":false,\"cifvalue\":74251272075.0,\"fobvalue\":null,\"primaryValue\":74251272075.0,\"legacyEstimationFlag\":0,\"isReported\":true,\"isAggregate\":false},{\"typeCode\":\"C\",\"freqCode\":\"A\",\"refPeriodId\":20100101,\"refYear\":2010,\"refMonth\":52,\"period\":\"2010\",\"reporterCode\":156,\"reporterISO\":\"CHN\",\"reporterDesc\":\"China\",\"flowCode\":\"X\",\"flowDesc\":\"Export\",\"partnerCode\":276,\"partnerISO\":\"DEU\",\"partnerDesc\":\"Germany\",\"partner2Code\":0,\"partner2ISO\":\"W00\",\"partner2Desc\":\"World\",\"classificationCode\":\"H3\",\"classificationSearchCode\":\"HS\",\"isOriginalClassification\":true,\"cmdCode\":\"TOTAL\",\"cmdDesc\":\"All Commodities\",\"aggrLevel\":0,\"isLeaf\":false,\"customsCode\":\"C00\",\"customsDesc\":\"TOTAL CPC\",\"mosCode\":\"0\",\"motCode\":0,\"motDesc\":\"TOTAL MOT\",\"qtyUnitCode\":-1,\"qtyUnitAbbr\":\"N/A\",\"qty\":null,\"isQtyEstimated\":false,\"altQtyUnitCode\":-1,\"altQtyUnitAbbr\":\"N/A\",\"altQty\":null,\"isAltQtyEstimated\":false,\"netWgt\":null,\"isNetWgtEstimated\":false,\"grossWgt\":null,\"isGrossWgtEstimated\":false,\"cifvalue\":null,\"fobvalue\":68047133397.0,\"primaryValue\":68047133397.0,\"legacyEstimationFlag\":0,\"isReported\":true,\"isAggregate\":false}],\"error\":\"\"}")), class = "httr2_response") diff --git a/tests/testthat/services/comtradeapi.un.org/data/v1/get/S/A/EB-051bfe.R b/tests/testthat/services/comtradeapi.un.org/data/v1/get/S/A/EB-b31ccb.R similarity index 67% rename from tests/testthat/services/comtradeapi.un.org/data/v1/get/S/A/EB-051bfe.R rename to tests/testthat/services/comtradeapi.un.org/data/v1/get/S/A/EB-b31ccb.R index 6aa92dc..30d6ca8 100644 --- a/tests/testthat/services/comtradeapi.un.org/data/v1/get/S/A/EB-051bfe.R +++ b/tests/testthat/services/comtradeapi.un.org/data/v1/get/S/A/EB-b31ccb.R @@ -1,4 +1,4 @@ -structure(list(method = "GET", url = "https://comtradeapi.un.org/data/v1/get/S/A/EB?cmdCode=200&flowCode=M%2CX%2CRM%2CRX&partnerCode=32%2C280%2C276&reporterCode=156&period=2010&motCode=0&partner2Code=0&customsCode=C00&includeDesc=TRUE", +structure(list(method = "GET", url = "https://comtradeapi.un.org/data/v1/get/S/A/EB?cmdCode=200&partnerCode=32%2C280%2C276&reporterCode=156&period=2010&motCode=0&partner2Code=0&customsCode=C00&includeDesc=TRUE", status_code = 200L, headers = structure(list(`Transfer-Encoding` = "chunked", `Content-Type` = "application/json; charset=utf-8", `Content-Encoding` = "gzip", Vary = "Accept-Encoding", `Request-Context` = "appId=cid-v1:9b6e1d5a-3728-46ff-b743-6d33d23e54a6", @@ -6,6 +6,5 @@ structure(list(method = "GET", url = "https://comtradeapi.un.org/data/v1/get/S/A `X-XSS-Protection` = "1;mode=block", `strict-transport-security` = "max-age=31536000;includeSubDomains", `content-security-policy` = "frame-src 'self'", `x-permitted-cross-domain-policies` = "none", `Referrer-Policy` = "no-referrer-when-downgrade", `Permissions-Policy` = "accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()", - Date = "Fri, 15 Dec 2023 16:26:30 GMT"), class = "httr2_headers"), - body = charToRaw("{\"elapsedTime\":\"0.19 secs\",\"count\":0,\"data\":[],\"error\":\"\"}"), - cache = new.env(parent = emptyenv())), class = "httr2_response") + Date = "Sun, 17 Dec 2023 21:56:49 GMT"), class = "httr2_headers"), + body = charToRaw("{\"elapsedTime\":\"0.92 secs\",\"count\":0,\"data\":[],\"error\":\"\"}")), class = "httr2_response") diff --git a/tests/testthat/test-ct_build_request.R b/tests/testthat/test-ct_build_request.R index 5e950df..a9c6340 100644 --- a/tests/testthat/test-ct_build_request.R +++ b/tests/testthat/test-ct_build_request.R @@ -5,7 +5,7 @@ test_that('test that build returns a httr2 request',{ freq = 'A', commodity_classification = 'HS', commodity_code = "01", - flow_direction = "import", + flow_direction = "Import", reporter = "USA", partner = "CAN", start_date = '2020', diff --git a/tests/testthat/test-ct_check_parameters.R b/tests/testthat/test-ct_check_parameters.R index a175306..658c053 100644 --- a/tests/testthat/test-ct_check_parameters.R +++ b/tests/testthat/test-ct_check_parameters.R @@ -24,11 +24,10 @@ test_that("check_clCode returns correct classification codes and handles invalid # Test 'check_flowCode' function test_that("check_flowCode returns correct flow codes and handles invalid inputs", { - expect_equal(check_flowCode("import"), "M") - expect_equal(check_flowCode(c("export", "re-export")), "X,RX") - expect_error(check_flowCode("trade"), "`flow_direction` must be one of") - # expect_error(check_flowCode(NULL), "`flow_direction` must be a character vector, not `NULL`") - expect_error(check_flowCode(c("all", "import")), "You can only provide 'all' as a single argument.") + expect_equal(comtradr:::check_flowCode("Import", update = F, verbose = F), "M") + expect_equal(comtradr:::check_flowCode(c("Export", "Re-export"), update = F, verbose = F), "X,RX") + expect_error(comtradr:::check_flowCode("trade", update = F, verbose = F), "`flow_direction` must be one of") + expect_equal(comtradr:::check_flowCode('everything', update = F, verbose = F),NULL) }) test_that("check_cmdCode function works correctly", { diff --git a/tests/testthat/test-ct_get_data.R b/tests/testthat/test-ct_get_data.R index 3140dc7..3d5ae63 100644 --- a/tests/testthat/test-ct_get_data.R +++ b/tests/testthat/test-ct_get_data.R @@ -8,7 +8,7 @@ httptest2::with_mock_dir("goods",simplify = F, { partner = c('ARG','DEU'), start_date = '2010', end_date = '2010', - flow_direction = 'all', + flow_direction = 'everything', primary_token = 'test', partner_2 = 'World'), 'data.frame') }) @@ -23,7 +23,7 @@ httptest2::with_mock_dir("services",simplify = F, { partner = c('ARG','DEU'), start_date = '2010', end_date = '2010', - flow_direction = 'all', + flow_direction = 'everything', primary_token = 'test', partner_2 = 'World'), 'data.frame') }) @@ -42,7 +42,7 @@ without_internet({ partner = c('ARG', 'DEU'), start_date = '2010', end_date = '2010', - flow_direction = 'all', + flow_direction = c('Import','Export','Re-export','Re-import'), primary_token = 'test', partner_2 = 'World' ) ,'https://comtradeapi.un.org/data/v1/get/C/A/HS?cmdCode=TOTAL&flowCode=M%2CX%2CRM%2CRX&partnerCode=32%2C280%2C276&reporterCode=156&period=2010&motCode=0&partner2Code=0&customsCode=C00&includeDesc=TRUE') # nolint @@ -61,7 +61,6 @@ without_internet({ partner = c('ARG', 'DEU'), start_date = '2010', end_date = '2010', - flow_direction = 'all', primary_token = 'test', partner_2 = 'World',verbose = T) ,'https://comtradeapi.un.org/data/v1/get/S/A/EB?cmdCode=200&flowCode=M%2CX%2CRM%2CRX&partnerCode=32%2C280%2C276&reporterCode=156&period=2010&motCode=0&partner2Code=0&customsCode=C00&includeDesc=TRUE') # nolint @@ -80,7 +79,6 @@ without_internet({ partner = c('ARG', 'DEU'), start_date = '2010', end_date = '2010', - flow_direction = 'all', primary_token = 'test', partner_2 = 'World',verbose = T) ,'https://comtradeapi.un.org/data/v1/get/S/A/EB?cmdCode=200&flowCode=M%2CX%2CRM%2CRX&partnerCode=32%2C280%2C276&reporterCode=156&period=2010&motCode=0&partner2Code=0&customsCode=C00&includeDesc=TRUE') # nolint @@ -97,7 +95,6 @@ httptest2::with_mock_dir("data", { start_date = '2010', end_date = '2010', verbose = T, - flow_direction = 'all', primary_token = 'test', partner_2 = 'World'), 'Got a response object from UN Comtrade. Use `process = F` if there is an error' ) # nolint diff --git a/vignettes/comtradr.Rmd b/vignettes/comtradr.Rmd index 495a616..02c25cb 100644 --- a/vignettes/comtradr.Rmd +++ b/vignettes/comtradr.Rmd @@ -85,7 +85,7 @@ example_1 <- ct_get_data( commodity_code = 'TOTAL', start_date = 2018, end_date = 2023, - flow_direction = 'import' + flow_direction = 'Import' ) ``` API calls return a tidy data frame. @@ -100,7 +100,7 @@ By default, the return data is in yearly amounts. We can pass `"monthly"` to arg # Get all monthly data for a single year (API max of 12 months per call). q <- ct_search(reporters = "USA", partners = c("Germany", "France", "Japan", "Mexico"), - trade_direction = "imports", + flow_direction = "Import", start_date = 2012, end_date = 2012, freq = "monthly") @@ -108,7 +108,7 @@ q <- ct_search(reporters = "USA", # Get monthly data for a specific span of months (API max of twelve months per call). q <- ct_search(reporters = "USA", partners = c("Germany", "France", "Japan", "Mexico"), - trade_direction = "imports", + flow_direction = "Import", start_date = "2012-03", end_date = "2012-07", freq = "monthly") @@ -133,7 +133,7 @@ q <- ct_get_data( commodity_code = tomato_codes, start_date = "2012", end_date = "2013", - flow_direction = 'import' + flow_direction = 'Import' ) ``` On the other hand, if we wanted to exclude juices and sauces from our search, we can pass a vector of the relevant codes to the API call. @@ -144,7 +144,7 @@ q <- ct_get_data( commodity_code = c("0702", "070200", "2002", "200210", "200290"), start_date = "2012", end_date = "2013", - flow_direction = 'import' + flow_direction = 'Import' ) ``` @@ -258,7 +258,7 @@ example_2 <- ct_get_data( commodity_code = 'TOTAL', start_date = 2012, end_date = 2023, - flow_direction = 'export' + flow_direction = 'Export' ) ``` @@ -345,7 +345,7 @@ Setting `commodity_code` to `NULL` will query all possible commodity values. Thi ### `flow_direction` -If `flow_direction` is set to `NULL`, all possible values for trade flow directions are queried. This includes imports, exports, re-imports, and re-exports. +If `flow_direction` is set to `everything`, all possible values for trade flow directions are queried. This includes imports, exports, re-imports, re-exports and some more specified in `ct_get_ref_table('flow_direction')`. ### `reporter` and `partner` @@ -364,7 +364,7 @@ Here's an example of how you might use `NULL` parameters to query comprehensive data <- ct_get_data( reporter = c('USA', 'DEU'), commodity_code = NULL, - flow_direction = NULL, + flow_direction = 'everything', start_date = '2010', end_date = '2011' ) From c3af0574f1952a760ea4acd1940294cbec368bff Mon Sep 17 00:00:00 2001 From: paul bochtler <65470117+datapumpernickel@users.noreply.github.com> Date: Sun, 17 Dec 2023 19:18:02 -0300 Subject: [PATCH 18/30] changed flow_direction parameter to case-insensitive to avoid confusion and make the update non-breaking for old code snippets (except for 'all') --- R/ct_check_params.R | 5 +++-- R/ct_get_data.R | 5 +++-- inst/WORDLIST | 1 + man/ct_check_params.Rd | 5 +++-- man/ct_get_data.Rd | 5 +++-- vignettes/comtradr.Rmd | 12 ++++++------ 6 files changed, 19 insertions(+), 14 deletions(-) diff --git a/R/ct_check_params.R b/R/ct_check_params.R index d50abd1..876d1f8 100644 --- a/R/ct_check_params.R +++ b/R/ct_check_params.R @@ -224,13 +224,14 @@ check_flowCode <- function(flow_direction, update, verbose) { flow_direction <- as.character(flow_direction) # remove any white space from cmd codes provided - flow_direction <- stringr::str_squish(flow_direction) + flow_direction <- stringr::str_squish(flow_direction) |> tolower() # get the list of valid parameters from inst/extdata valid_codes <- ct_get_ref_table(dataset_id = 'flow_direction', update = update, - verbose = verbose) + verbose = verbose) |> + poorman::mutate(text = tolower(text)) rlang::arg_match(flow_direction, values = valid_codes$text, multiple = T) diff --git a/R/ct_get_data.R b/R/ct_get_data.R index c9c6350..7a2353e 100644 --- a/R/ct_get_data.R +++ b/R/ct_get_data.R @@ -34,8 +34,9 @@ #' See `comtradr::ct_get_ref_table('HS')` for possible values. #' Default: 'TOTAL' (sum of all commodities). #' @param flow_direction The direction of trade flows or `everything`. -#' Possible values can be found in `ct_get_ref_table('flow_direction')`. -#' Default: c('Import','Export','Re-export','Re-import'). +#' Possible values can be found in `ct_get_ref_table('flow_direction')`. These +#' are implemented case-insensitive, 'import' and 'Import' are equivalent. +#' Default: c('import','export','re-export','re-import'). #' @param reporter Reporter ISO3 code(s) or `NULL`. #' See `comtradr::country_codes` or `comtradr::ct_get_ref_table('reporter')` #' for possible values. Default: 'all'. diff --git a/inst/WORDLIST b/inst/WORDLIST index 8043cc1..28a9318 100644 --- a/inst/WORDLIST +++ b/inst/WORDLIST @@ -27,4 +27,5 @@ testthat twi useability ℹ️ +EB ️ diff --git a/man/ct_check_params.Rd b/man/ct_check_params.Rd index 405b2f1..3169713 100644 --- a/man/ct_check_params.Rd +++ b/man/ct_check_params.Rd @@ -39,8 +39,9 @@ See \code{comtradr::ct_get_ref_table('HS')} for possible values. Default: 'TOTAL' (sum of all commodities).} \item{flow_direction}{The direction of trade flows or \code{everything}. -Possible values can be found in \code{ct_get_ref_table('flow_direction')}. -Default: c('Import','Export','Re-export','Re-import').} +Possible values can be found in \code{ct_get_ref_table('flow_direction')}. These +are implemented case-insensitive, 'import' and 'Import' are equivalent. +Default: c('import','export','re-export','re-import').} \item{reporter}{Reporter ISO3 code(s) or \code{NULL}. See \code{comtradr::country_codes} or \code{comtradr::ct_get_ref_table('reporter')} diff --git a/man/ct_get_data.Rd b/man/ct_get_data.Rd index 5e77d13..56c879e 100644 --- a/man/ct_get_data.Rd +++ b/man/ct_get_data.Rd @@ -43,8 +43,9 @@ See \code{comtradr::ct_get_ref_table('HS')} for possible values. Default: 'TOTAL' (sum of all commodities).} \item{flow_direction}{The direction of trade flows or \code{everything}. -Possible values can be found in \code{ct_get_ref_table('flow_direction')}. -Default: c('Import','Export','Re-export','Re-import').} +Possible values can be found in \code{ct_get_ref_table('flow_direction')}. These +are implemented case-insensitive, 'import' and 'Import' are equivalent. +Default: c('import','export','re-export','re-import').} \item{reporter}{Reporter ISO3 code(s) or \code{NULL}. See \code{comtradr::country_codes} or \code{comtradr::ct_get_ref_table('reporter')} diff --git a/vignettes/comtradr.Rmd b/vignettes/comtradr.Rmd index 02c25cb..0c258f2 100644 --- a/vignettes/comtradr.Rmd +++ b/vignettes/comtradr.Rmd @@ -85,7 +85,7 @@ example_1 <- ct_get_data( commodity_code = 'TOTAL', start_date = 2018, end_date = 2023, - flow_direction = 'Import' + flow_direction = 'import' ) ``` API calls return a tidy data frame. @@ -100,7 +100,7 @@ By default, the return data is in yearly amounts. We can pass `"monthly"` to arg # Get all monthly data for a single year (API max of 12 months per call). q <- ct_search(reporters = "USA", partners = c("Germany", "France", "Japan", "Mexico"), - flow_direction = "Import", + flow_direction = "import", start_date = 2012, end_date = 2012, freq = "monthly") @@ -108,7 +108,7 @@ q <- ct_search(reporters = "USA", # Get monthly data for a specific span of months (API max of twelve months per call). q <- ct_search(reporters = "USA", partners = c("Germany", "France", "Japan", "Mexico"), - flow_direction = "Import", + flow_direction = "import", start_date = "2012-03", end_date = "2012-07", freq = "monthly") @@ -133,7 +133,7 @@ q <- ct_get_data( commodity_code = tomato_codes, start_date = "2012", end_date = "2013", - flow_direction = 'Import' + flow_direction = 'import' ) ``` On the other hand, if we wanted to exclude juices and sauces from our search, we can pass a vector of the relevant codes to the API call. @@ -144,7 +144,7 @@ q <- ct_get_data( commodity_code = c("0702", "070200", "2002", "200210", "200290"), start_date = "2012", end_date = "2013", - flow_direction = 'Import' + flow_direction = 'import' ) ``` @@ -258,7 +258,7 @@ example_2 <- ct_get_data( commodity_code = 'TOTAL', start_date = 2012, end_date = 2023, - flow_direction = 'Export' + flow_direction = 'export' ) ``` From c190e897f57a54c5f4aa535117fee97d0b796971 Mon Sep 17 00:00:00 2001 From: paul bochtler <65470117+datapumpernickel@users.noreply.github.com> Date: Thu, 21 Dec 2023 15:31:19 -0300 Subject: [PATCH 19/30] implement 'everything' as an alterantive to 'NULL" in documentation, functions, and tests --- R/ct_check_params.R | 59 ++++++++++++++--------- R/ct_get_data.R | 38 ++++++++++----- man/ct_check_params.Rd | 34 ++++++++----- man/ct_get_data.Rd | 42 ++++++++++------ man/ct_perform_request.Rd | 2 +- tests/testthat/test-ct_check_parameters.R | 29 +++++++++-- vignettes/comtradr.Rmd | 16 +++--- 7 files changed, 145 insertions(+), 75 deletions(-) diff --git a/R/ct_check_params.R b/R/ct_check_params.R index 876d1f8..57a8d43 100644 --- a/R/ct_check_params.R +++ b/R/ct_check_params.R @@ -275,7 +275,7 @@ check_cmdCode <- update = FALSE, verbose = FALSE) { # check that commodity_code code is not null - if (!is.null(commodity_code)) { + if(!any(commodity_code %in% 'everything')){ commodity_code <- as.character(commodity_code) # remove any white space from cmd codes provided @@ -297,6 +297,8 @@ check_cmdCode <- } else { commodity_code <- paste0(commodity_code, collapse = ',') } + } else { + commodity_code <- NULL } return(commodity_code) @@ -321,7 +323,7 @@ check_cmdCode <- check_reporterCode <- function(reporter, update = FALSE, verbose = FALSE) { iso_3 <- id <- group <- NULL # check that reporter code is valid - if (!is.null(reporter)) { + if (!any(reporter %in% 'everything')) { reporter <- as.character(reporter) ## check if valid reporter code length and type @@ -332,10 +334,10 @@ check_reporterCode <- function(reporter, update = FALSE, verbose = FALSE) { update = update, verbose = verbose) - ## get multiple values or single values that are not 'all' - if (length(reporter) > 1 | !any(reporter == 'all')) { - if (any(reporter == 'all')) { - rlang::abort('"all" can only be provided as a single argument.') + ## get multiple values or single values that are not 'all_countries' + if (length(reporter) > 1 | !any(reporter == 'all_countries')) { + if (any(reporter == 'all_countries')) { + rlang::abort('"all_countries" can only be provided as a single argument.') } # if one of the reporter codes is not in the list of valid reporter codes # send stop signal and list problems @@ -348,18 +350,20 @@ check_reporterCode <- function(reporter, update = FALSE, verbose = FALSE) { } # create proper ids for reporter Code - if (length(reporter) > 1 | !any(reporter == 'all')) { + if (length(reporter) > 1 | !any(reporter == 'all_countries')) { reporter <- reporter_codes |> poorman::filter(iso_3 %in% reporter) |> poorman::pull(id) |> paste(collapse = ",") - } else if (reporter == 'all') { + } else if (reporter == 'all_countries') { reporter <- reporter_codes |> poorman::filter(group == FALSE) |> poorman::pull(id) |> paste(collapse = ',') } + } else { + reporter <- NULL } return(reporter) @@ -386,17 +390,17 @@ check_partnerCode <- function(partner, update = FALSE, verbose = FALSE) { iso_3 <- id <- group <- NULL # check that partner code is valid - if (!is.null(partner)) { + if (!any(partner %in% 'everything')) { partner <- as.character(partner) partner_codes <- ct_get_ref_table(dataset_id = 'partner', update = update, verbose = verbose) - if (length(partner) > 1 | !any(partner == 'all')) { + if (length(partner) > 1 | !any(partner == 'all_countries')) { partner <- stringr::str_squish(partner) - if (any(partner == 'all')) { - rlang::abort('"all" can only be provided as a single argument.') + if (any(partner == 'all_countries')) { + rlang::abort('"all_countries" can only be provided as a single argument.') } # if one of the partnerCodes is not in the list of valid partnerCodes send stop signal and list problems if (!all(partner %in% partner_codes$iso_3)) { @@ -408,17 +412,19 @@ check_partnerCode <- function(partner, update = FALSE, verbose = FALSE) { } # create proper ids for partner - if (length(partner) > 1 | !any(partner == 'all')) { + if (length(partner) > 1 | !any(partner == 'all_countries')) { partner <- partner_codes |> poorman::filter(iso_3 %in% partner) |> poorman::pull(id) |> paste(collapse = ",") - } else if (partner == 'all') { + } else if (partner == 'all_countries') { partner <- partner_codes |> poorman::filter(group == FALSE) |> poorman::pull(id) |> paste(collapse = ",") } + } else { + partner <- NULL } return(partner) @@ -445,7 +451,7 @@ check_partner2Code <- function(partner, update = FALSE, verbose = FALSE) { iso_3 <- id <- group <- NULL # check that partner code is valid - if (!is.null(partner)) { + if (!any(partner %in% 'everything')) { partner <- as.character(partner) @@ -453,10 +459,10 @@ check_partner2Code <- function(partner, update = FALSE, verbose = FALSE) { update = update, verbose = verbose) - if (length(partner) > 1 | !any(partner == 'all')) { + if (length(partner) > 1 | !any(partner == 'all_countries')) { partner <- stringr::str_squish(partner) - if (any(partner == 'all')) { - rlang::abort('"all" can only be provided as a single argument.') + if (any(partner == 'all_countries')) { + rlang::abort('"all_countries" can only be provided as a single argument.') } # if one of the partnerCodes is not in the list of valid partnerCodes send stop signal and list problems if (!all(partner %in% partner_codes$iso_3)) { @@ -468,17 +474,19 @@ check_partner2Code <- function(partner, update = FALSE, verbose = FALSE) { } # create proper ids for partner - if (length(partner) > 1 | !any(partner == 'all')) { + if (length(partner) > 1 | !any(partner == 'all_countries')) { partner <- partner_codes |> poorman::filter(iso_3 %in% partner) |> poorman::pull(id) |> paste(collapse = ",") - } else if (partner == 'all') { + } else if (partner == 'all_countries') { partner <- partner_codes |> poorman::filter(group == FALSE) |> poorman::pull(id) |> paste(collapse = ",") } + } else { + partner <- NULL } return(partner) @@ -499,7 +507,7 @@ check_motCode <- verbose = FALSE) { # check that commodity_code code is not null id <- text <- NA - if (!is.null(mode_of_transport)) { + if (!any(mode_of_transport %in% 'everything')) { valid_codes <- ct_get_ref_table(dataset_id = 'mode_of_transport', update = update, @@ -536,8 +544,11 @@ check_motCode <- } } + mode_of_transport <- mode_of_transport$id + + } else { + mode_of_transport <- NULL } - mode_of_transport <- mode_of_transport$id return(mode_of_transport) } @@ -552,7 +563,7 @@ check_motCode <- #' @noRd check_customsCode <- function(customs_code, update = FALSE, verbose = FALSE) { # check that commodity_code code is not null - if (!is.null(customs_code)) { + if (!any(customs_code %in% 'everything')) { customs_code <- as.character(customs_code) # remove any white space from cmd codes provided @@ -573,6 +584,8 @@ check_customsCode <- function(customs_code, update = FALSE, verbose = FALSE) { } else { customs_code <- paste0(customs_code, collapse = ',') } + } else { + customs_code <- NULL } return(customs_code) diff --git a/R/ct_get_data.R b/R/ct_get_data.R index 7a2353e..6ceb4f5 100644 --- a/R/ct_get_data.R +++ b/R/ct_get_data.R @@ -30,18 +30,22 @@ #' @param commodity_classification The trade classification scheme. #' Possible values for goods: `c('HS','S1','S2','S3','S4','SS','B4','B5')`; #' for services: `c('EB02','EB10','EB10S','EB')`. Default: 'HS'. -#' @param commodity_code The commodity code(s) or `NULL`. -#' See `comtradr::ct_get_ref_table('HS')` for possible values. +#' @param commodity_code The commodity code(s) or `everything` for all possible +#' codes. See `comtradr::ct_get_ref_table('HS')` for possible values. #' Default: 'TOTAL' (sum of all commodities). #' @param flow_direction The direction of trade flows or `everything`. #' Possible values can be found in `ct_get_ref_table('flow_direction')`. These #' are implemented case-insensitive, 'import' and 'Import' are equivalent. #' Default: c('import','export','re-export','re-import'). -#' @param reporter Reporter ISO3 code(s) or `NULL`. +#' @param reporter Reporter ISO3 code(s), `everything` or `all_countries`. #' See `comtradr::country_codes` or `comtradr::ct_get_ref_table('reporter')` -#' for possible values. Default: 'all'. -#' @param partner Partner ISO3 code(s) or `NULL`. See `comtradr::country_codes` -#' for possible values. Default: 'World' (all partners as an aggregate). +#' for possible values. `all_countries` returns all countries without aggregates +#' `everything` returns all possible parameters. Default: 'all_countries'. +#' @param partner Partner ISO3 code(s), `everything` or `all_countries`. +#' See `comtradr::country_codes` for possible values. +#' `all_countries` returns all countries without aggregates +#' `everything` returns all possible parameters, incl. aggregates like World. +#' Default: 'World' (all partners as an aggregate). #' @param start_date The start date of the query. #' Format: `yyyy` for yearly, `yyyy-mm` for monthly. #' @param end_date The end date of the query. @@ -55,14 +59,22 @@ #' If FALSE, returns raw column names. Default: TRUE. #' @param verbose If TRUE, sends status updates to the console. #' If FALSE, runs functions quietly. Default: FALSE. -#' @param mode_of_transport Mode of Transport, default 'TOTAL modes of transport' (TOTAL). +#' @param mode_of_transport Text code of mode of transport or `everything` for +#' all possible parameters. #' See `ct_get_ref_table(dataset_id = 'mode_of_transport')` for possible values. -#' @param partner_2 Partner ISO3 code(s) or `NULL`. Default: 'World'. -#' @param customs_code Customs code, default 'C00' (TOTAL). +#' Default: 'TOTAL modes of transport' (TOTAL). +#' @param partner_2 Partner 2 ISO3 code(s), `everything` or `all_countries`. +#' See `comtradr::country_codes` for possible values. +#' `all_countries` returns all countries without aggregates +#' `everything` returns all possible parameters, incl. aggregates like World. +#' Default: 'World' (all partners as an aggregate). +#' @param customs_code Customs Code ID or `everything` for all possible +#' parameters. #' See `ct_get_ref_table(dataset_id = 'customs_code')` for possible values. +#' Default: 'C00' (TOTAL). #' @param update If TRUE, downloads possibly updated reference tables #' from the UN. Default: FALSE. -#' @param requests_per_second rate of requests per second executed, +#' @param requests_per_second Rate of requests per second executed, #' usually specified as a fraction, e.g. 10/60 for 10 requests per minute, #' see `req_throttle()` for details. #' @param extra_params Additional parameters to the API, passed as query @@ -83,7 +95,7 @@ #' verbose = TRUE) #' #' # Query all commodity codes for China's imports from Germany in 2019 -#' ct_get_data(commodity_code = NULL, +#' ct_get_data(commodity_code = 'everything', #' reporter = 'CHN', #' partner = 'DEU', #' start_date = '2019', @@ -92,7 +104,7 @@ #' #' # Query all commodity codes for China's imports from Germany #' # from January to June of 2019 -#' ct_get_data(commodity_code = NULL, +#' ct_get_data(commodity_code = "everything", #' reporter = 'CHN', #' partner = 'DEU', #' start_date = '2019', @@ -109,7 +121,7 @@ ct_get_data <- function(type = 'goods', commodity_code = 'TOTAL', flow_direction = c('Import','Export', 'Re-export','Re-import'), - reporter = 'all', + reporter = 'all_countries', partner = 'World', start_date = NULL, end_date = NULL, diff --git a/man/ct_check_params.Rd b/man/ct_check_params.Rd index 3169713..9ca64fe 100644 --- a/man/ct_check_params.Rd +++ b/man/ct_check_params.Rd @@ -34,8 +34,8 @@ Possible values: 'A' for annual data, 'M' for monthly data. Default: 'A'.} Possible values for goods: \code{c('HS','S1','S2','S3','S4','SS','B4','B5')}; for services: \code{c('EB02','EB10','EB10S','EB')}. Default: 'HS'.} -\item{commodity_code}{The commodity code(s) or \code{NULL}. -See \code{comtradr::ct_get_ref_table('HS')} for possible values. +\item{commodity_code}{The commodity code(s) or \code{everything} for all possible +codes. See \code{comtradr::ct_get_ref_table('HS')} for possible values. Default: 'TOTAL' (sum of all commodities).} \item{flow_direction}{The direction of trade flows or \code{everything}. @@ -43,12 +43,16 @@ Possible values can be found in \code{ct_get_ref_table('flow_direction')}. These are implemented case-insensitive, 'import' and 'Import' are equivalent. Default: c('import','export','re-export','re-import').} -\item{reporter}{Reporter ISO3 code(s) or \code{NULL}. +\item{reporter}{Reporter ISO3 code(s), \code{everything} or \code{all_countries}. See \code{comtradr::country_codes} or \code{comtradr::ct_get_ref_table('reporter')} -for possible values. Default: 'all'.} +for possible values. \code{all_countries} returns all countries without aggregates +\code{everything} returns all possible parameters. Default: 'all_countries'.} -\item{partner}{Partner ISO3 code(s) or \code{NULL}. See \code{comtradr::country_codes} -for possible values. Default: 'World' (all partners as an aggregate).} +\item{partner}{Partner ISO3 code(s), \code{everything} or \code{all_countries}. +See \code{comtradr::country_codes} for possible values. +\code{all_countries} returns all countries without aggregates +\code{everything} returns all possible parameters, incl. aggregates like World. +Default: 'World' (all partners as an aggregate).} \item{start_date}{The start date of the query. Format: \code{yyyy} for yearly, \code{yyyy-mm} for monthly.} @@ -57,13 +61,21 @@ Format: \code{yyyy} for yearly, \code{yyyy-mm} for monthly.} Format: \code{yyyy} for yearly, \code{yyyy-mm} for monthly. Max: 12 years after start date for annual data, one year for monthly data.} -\item{mode_of_transport}{Mode of Transport, default 'TOTAL modes of transport' (TOTAL). -See \code{ct_get_ref_table(dataset_id = 'mode_of_transport')} for possible values.} +\item{mode_of_transport}{Text code of mode of transport or \code{everything} for +all possible parameters. +See \code{ct_get_ref_table(dataset_id = 'mode_of_transport')} for possible values. +Default: 'TOTAL modes of transport' (TOTAL).} -\item{partner_2}{Partner ISO3 code(s) or \code{NULL}. Default: 'World'.} +\item{partner_2}{Partner 2 ISO3 code(s), \code{everything} or \code{all_countries}. +See \code{comtradr::country_codes} for possible values. +\code{all_countries} returns all countries without aggregates +\code{everything} returns all possible parameters, incl. aggregates like World. +Default: 'World' (all partners as an aggregate).} -\item{customs_code}{Customs code, default 'C00' (TOTAL). -See \code{ct_get_ref_table(dataset_id = 'customs_code')} for possible values.} +\item{customs_code}{Customs Code ID or \code{everything} for all possible +parameters. +See \code{ct_get_ref_table(dataset_id = 'customs_code')} for possible values. +Default: 'C00' (TOTAL).} \item{update}{If TRUE, downloads possibly updated reference tables from the UN. Default: FALSE.} diff --git a/man/ct_get_data.Rd b/man/ct_get_data.Rd index 56c879e..987e21a 100644 --- a/man/ct_get_data.Rd +++ b/man/ct_get_data.Rd @@ -10,7 +10,7 @@ ct_get_data( commodity_classification = "HS", commodity_code = "TOTAL", flow_direction = c("Import", "Export", "Re-export", "Re-import"), - reporter = "all", + reporter = "all_countries", partner = "World", start_date = NULL, end_date = NULL, @@ -38,8 +38,8 @@ Possible values: 'A' for annual data, 'M' for monthly data. Default: 'A'.} Possible values for goods: \code{c('HS','S1','S2','S3','S4','SS','B4','B5')}; for services: \code{c('EB02','EB10','EB10S','EB')}. Default: 'HS'.} -\item{commodity_code}{The commodity code(s) or \code{NULL}. -See \code{comtradr::ct_get_ref_table('HS')} for possible values. +\item{commodity_code}{The commodity code(s) or \code{everything} for all possible +codes. See \code{comtradr::ct_get_ref_table('HS')} for possible values. Default: 'TOTAL' (sum of all commodities).} \item{flow_direction}{The direction of trade flows or \code{everything}. @@ -47,12 +47,16 @@ Possible values can be found in \code{ct_get_ref_table('flow_direction')}. These are implemented case-insensitive, 'import' and 'Import' are equivalent. Default: c('import','export','re-export','re-import').} -\item{reporter}{Reporter ISO3 code(s) or \code{NULL}. +\item{reporter}{Reporter ISO3 code(s), \code{everything} or \code{all_countries}. See \code{comtradr::country_codes} or \code{comtradr::ct_get_ref_table('reporter')} -for possible values. Default: 'all'.} +for possible values. \code{all_countries} returns all countries without aggregates +\code{everything} returns all possible parameters. Default: 'all_countries'.} -\item{partner}{Partner ISO3 code(s) or \code{NULL}. See \code{comtradr::country_codes} -for possible values. Default: 'World' (all partners as an aggregate).} +\item{partner}{Partner ISO3 code(s), \code{everything} or \code{all_countries}. +See \code{comtradr::country_codes} for possible values. +\code{all_countries} returns all countries without aggregates +\code{everything} returns all possible parameters, incl. aggregates like World. +Default: 'World' (all partners as an aggregate).} \item{start_date}{The start date of the query. Format: \code{yyyy} for yearly, \code{yyyy-mm} for monthly.} @@ -73,18 +77,26 @@ If FALSE, runs functions quietly. Default: FALSE.} \item{primary_token}{Your primary UN Comtrade API token. Default: stored token from \code{comtradr::set_primary_comtrade_key}.} -\item{mode_of_transport}{Mode of Transport, default 'TOTAL modes of transport' (TOTAL). -See \code{ct_get_ref_table(dataset_id = 'mode_of_transport')} for possible values.} +\item{mode_of_transport}{Text code of mode of transport or \code{everything} for +all possible parameters. +See \code{ct_get_ref_table(dataset_id = 'mode_of_transport')} for possible values. +Default: 'TOTAL modes of transport' (TOTAL).} -\item{partner_2}{Partner ISO3 code(s) or \code{NULL}. Default: 'World'.} +\item{partner_2}{Partner 2 ISO3 code(s), \code{everything} or \code{all_countries}. +See \code{comtradr::country_codes} for possible values. +\code{all_countries} returns all countries without aggregates +\code{everything} returns all possible parameters, incl. aggregates like World. +Default: 'World' (all partners as an aggregate).} -\item{customs_code}{Customs code, default 'C00' (TOTAL). -See \code{ct_get_ref_table(dataset_id = 'customs_code')} for possible values.} +\item{customs_code}{Customs Code ID or \code{everything} for all possible +parameters. +See \code{ct_get_ref_table(dataset_id = 'customs_code')} for possible values. +Default: 'C00' (TOTAL).} \item{update}{If TRUE, downloads possibly updated reference tables from the UN. Default: FALSE.} -\item{requests_per_second}{rate of requests per second executed, +\item{requests_per_second}{Rate of requests per second executed, usually specified as a fraction, e.g. 10/60 for 10 requests per minute, see \code{req_throttle()} for details.} @@ -134,7 +146,7 @@ ct_get_data(type = 'goods', verbose = TRUE) # Query all commodity codes for China's imports from Germany in 2019 -ct_get_data(commodity_code = NULL, +ct_get_data(commodity_code = 'everything', reporter = 'CHN', partner = 'DEU', start_date = '2019', @@ -143,7 +155,7 @@ ct_get_data(commodity_code = NULL, # Query all commodity codes for China's imports from Germany # from January to June of 2019 -ct_get_data(commodity_code = NULL, +ct_get_data(commodity_code = "everything", reporter = 'CHN', partner = 'DEU', start_date = '2019', diff --git a/man/ct_perform_request.Rd b/man/ct_perform_request.Rd index fe9286f..3fac9f0 100644 --- a/man/ct_perform_request.Rd +++ b/man/ct_perform_request.Rd @@ -9,7 +9,7 @@ ct_perform_request(req, requests_per_second, verbose = FALSE) \arguments{ \item{req}{a valid comtrade request built by the \code{ct_build_request()} function} -\item{requests_per_second}{rate of requests per second executed, +\item{requests_per_second}{Rate of requests per second executed, usually specified as a fraction, e.g. 10/60 for 10 requests per minute, see \code{req_throttle()} for details.} diff --git a/tests/testthat/test-ct_check_parameters.R b/tests/testthat/test-ct_check_parameters.R index 658c053..29d472a 100644 --- a/tests/testthat/test-ct_check_parameters.R +++ b/tests/testthat/test-ct_check_parameters.R @@ -24,8 +24,8 @@ test_that("check_clCode returns correct classification codes and handles invalid # Test 'check_flowCode' function test_that("check_flowCode returns correct flow codes and handles invalid inputs", { - expect_equal(comtradr:::check_flowCode("Import", update = F, verbose = F), "M") expect_equal(comtradr:::check_flowCode(c("Export", "Re-export"), update = F, verbose = F), "X,RX") + expect_equal(comtradr:::check_flowCode(c("export", "re-export"), update = F, verbose = F), "X,RX") expect_error(comtradr:::check_flowCode("trade", update = F, verbose = F), "`flow_direction` must be one of") expect_equal(comtradr:::check_flowCode('everything', update = F, verbose = F),NULL) }) @@ -59,6 +59,11 @@ test_that("check_cmdCode function works correctly", { verbose = FALSE ) ) + expect_equal(comtradr:::check_cmdCode(commodity_classification = "HS", + commodity_code = 'everything', + update = F, verbose = F), + NULL) + }) test_that("check_reporterCode function works correctly", { @@ -70,6 +75,14 @@ test_that("check_reporterCode function works correctly", { ), "842,841" ) + expect_equal( + comtradr:::check_reporterCode( + reporter = "everything", + update = FALSE, + verbose = FALSE + ), + NULL + ) expect_equal( comtradr:::check_reporterCode( @@ -82,7 +95,7 @@ test_that("check_reporterCode function works correctly", { expect_true(length( comtradr:::check_reporterCode( - reporter = "all", + reporter = "all_countries", update = FALSE, verbose = FALSE ) @@ -93,29 +106,37 @@ test_that("check_reporterCode function works correctly", { test_that("check_partnerCode works correctly", { expect_equal(check_partnerCode("CAN"), "124") expect_equal(check_partnerCode(c("CAN", "MEX")), "124,484") + expect_equal(check_partnerCode(c("everything", "MEX")), NULL) expect_error(check_partnerCode(c("CAN", "all"))) expect_error(check_partnerCode("INVALID")) - expect_match(check_partnerCode("all"), "^\\d+(,\\d+)*$") + expect_match(check_partnerCode("all_countries"), "^\\d+(,\\d+)*$") }) test_that("check_partner2Code works correctly", { expect_equal(check_partner2Code("CAN"), "124") expect_equal(check_partner2Code(c("CAN", "MEX")), "124,484") + expect_equal(check_partner2Code(c("everything", "MEX")), NULL) expect_error(check_partner2Code(c("CAN", "all"))) expect_error(check_partner2Code("INVALID")) - expect_match(check_partner2Code("all"), "^\\d+(,\\d+)*$") + expect_match(check_partner2Code("all_countries"), "^\\d+(,\\d+)*$") }) test_that("check_motCode works correctly", { expect_equal(check_motCode("TOTAL modes of transport"), "0") + expect_equal(check_motCode("everything"), NULL) + expect_equal(check_motCode("everything","Air"), NULL) expect_equal(check_motCode(c("Air", "Water")), "1000,2000") expect_error(check_motCode("INVALID")) + expect_error(check_motCode("INVALID"),"The following mode_of_transport codes you") }) test_that("check_customsCode works correctly", { expect_equal(check_customsCode("C00"), "C00") + expect_equal(check_customsCode("everything"), NULL) + expect_equal(check_customsCode("everything",'C00'), NULL) expect_equal(check_customsCode(c("C01", "C00")), "C01,C00") expect_error(check_customsCode("INVALID")) + expect_error(check_customsCode("INVALID"),"The following customs_code codes you") }) test_that("check_date works correctly", { diff --git a/vignettes/comtradr.Rmd b/vignettes/comtradr.Rmd index 0c258f2..a65bcc1 100644 --- a/vignettes/comtradr.Rmd +++ b/vignettes/comtradr.Rmd @@ -335,13 +335,13 @@ ggplot(plotdf,aes(period,kg/1000, group = partner_desc))+ theme(axis.text.x = element_text(angle = 45,hjust = 1, vjust = 1)) ``` -## Handling NULL Parameters +## Handling large amounts of Parameters -In the `comtradr` package, several function parameters can accept `NULL` as a valid input. Using `NULL` for these parameters has specific meanings and can be a powerful tool for querying data. Here's a breakdown of how `NULL` is handled for different parameters: +In the `comtradr` package, several function parameters can accept `everything` as a valid input. Using `everything` for these parameters has specific meanings and can be a powerful tool for querying data. Internally, these values are set to `NULL` and the parameter is omitted entirely in the request to the API, the API then by default returns all possible values. Here's a breakdown of how `everything` is handled for different parameters: ### `commodity_code` -Setting `commodity_code` to `NULL` will query all possible commodity values. This can be useful if you want to retrieve data for all commodities without specifying individual codes. +Setting `commodity_code` to `everything` will query all possible commodity values. This can be useful if you want to retrieve data for all commodities without specifying individual codes. ### `flow_direction` @@ -349,25 +349,25 @@ If `flow_direction` is set to `everything`, all possible values for trade flow d ### `reporter` and `partner` -Using `NULL` for `reporter` or `partner` will query all possible values for reporter and partner countries. This allows you to retrieve trade data for all countries without specifying individual ISO3 codes. +Using `everything` for `reporter` or `partner` will query all possible values for reporter and partner countries, but also includes aggregates like `World` or some miscellaneous like `ASEAN`. Be careful when aggregating these values, so as to not count trade values multiple times in different aggregates. Alterantively, specificely for these values, you can also use `all_countries`, which allows you to query all countries which are not aggregates of some kind of grouped parameters like `ASEAN`. These values can usually be safely aggregated. This allows you to retrieve trade data for all countries without specifying individual ISO3 codes. ### `mode_of_transport`, `partner_2`, and `customs_code` -Setting these parameters to `NULL` will query all possible values related to the mode of transport, secondary partner, and customs procedures. This provides a comprehensive view of the data across different transportation modes and customs categories. +Setting these parameters to `everything` will query all possible values related to the mode of transport, secondary partner, and customs procedures. This provides a comprehensive view of the data across different transportation modes and customs categories. ### Example Usage -Here's an example of how you might use `NULL` parameters to query comprehensive data: +Here's an example of how you might use `everything` parameters to query comprehensive data: ```{r, warning = FALSE, message = FALSE, eval = F} # Querying all commodities and flow directions for USA and Germany from 2010 to 2011 data <- ct_get_data( reporter = c('USA', 'DEU'), - commodity_code = NULL, + commodity_code = 'everything', flow_direction = 'everything', start_date = '2010', end_date = '2011' ) ``` -Using `NULL` parameters can lead to large datasets, as they often remove specific filters on the data. It's essential to be mindful of the size of the data being queried, especially when using multiple `NULL` parameters simultaneously. +Using `everything` parameters can lead to large datasets, as they often remove specific filters on the data. It's essential to be mindful of the size of the data being queried, especially when using multiple `everything` parameters simultaneously. From 43e072865da5d49387ef45fa6d04f5c2c6dc075f Mon Sep 17 00:00:00 2001 From: paul bochtler <65470117+datapumpernickel@users.noreply.github.com> Date: Fri, 22 Dec 2023 11:28:07 +0100 Subject: [PATCH 20/30] added reviewers in Description --- DESCRIPTION | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/DESCRIPTION b/DESCRIPTION index 1d8b0e3..b94038e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -23,6 +23,16 @@ Authors@R: c( comment = c(ORCID = "0000-0002-3092-3493", "Rafael reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/141")), + person("Ernest", "Guevarra", + role = "rev", + comment = c(ORCID = "0000-0002-4887-4415", + "Ernest reviewed the package for rOpenSci, + see https://github.com/ropensci/software-review/issues/613")), + person("Nicholas", "Potter", + role = "rev", + comment = c(ORCID = "0000-0002-3410-3732", + "Nicholas reviewed the package for rOpenSci, + see https://github.com/ropensci/software-review/issues/613")), person("Juergen", "Amann", role=c("ctb"))) Description: Interface with and extract data from the United Nations Comtrade API . Comtrade provides country level shipping From a2c014a0ebeb6ebffcead6d8f423a041f7ee1bce Mon Sep 17 00:00:00 2001 From: paul bochtler <65470117+datapumpernickel@users.noreply.github.com> Date: Fri, 22 Dec 2023 11:28:21 +0100 Subject: [PATCH 21/30] added vignette on transitioning from old comtradr --- vignettes/transition.Rmd | 201 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 201 insertions(+) create mode 100644 vignettes/transition.Rmd diff --git a/vignettes/transition.Rmd b/vignettes/transition.Rmd new file mode 100644 index 0000000..21ccd6a --- /dev/null +++ b/vignettes/transition.Rmd @@ -0,0 +1,201 @@ +--- +title: "Transition" +output: rmarkdown::html_vignette +vignette: > + %\VignetteIndexEntry{transition} + %\VignetteEngine{knitr::rmarkdown} + %\VignetteEncoding{UTF-8} +--- + + +## Transitioning from the old API to the new API 🔄 + +With the update of the Comtrade API by the United Nations, this package has +undergone a comprehensive rewrite. Most functions that were available have been +deprecated and there are breaking changes also in the names of arguments and +possible parameter values. + +With the below examples, we hope to make the transition a little easier. Most +of the design principles of the package have remained similar. + +The most important changes can be summarised in that the package: +- extensively checks parameters for validity before submitting +them +- allows iso3 standardized country codes as inputs +- queries the new parameters the UN added, such as a mode of transport. + +You will see that most other things have stayed more or less the same and the +transition will be a breeze! 💨 + +### The basics 📊 + + +```{r, eval = FALSE} +#### Previously +q <- ct_search(reporters = "USA", + partners = c("Germany", "France", "Japan", "Mexico"), + trade_direction = "imports") + +#### Now +q <- ct_get_data(reporter = "USA", + partner = c("DEU", "FRA", "JPN", "MEX"), + flow_direction = "import", + start_date = 2020, + end_date = 2023) +``` + +### The time parameter + +```{r, eval = FALSE} +#### Previously +# Get all monthly data for a single year (API max of 12 months per call). +q <- ct_search(reporters = "USA", + partners = c("Germany", "France", "Japan", "Mexico"), + trade_direction = "imports", + start_date = 2012, + end_date = 2012, + freq = "monthly") + +# Get monthly data for a specific span of months (API max of five months per call). +q <- ct_search(reporters = "USA", + partners = c("Germany", "France", "Japan", "Mexico"), + trade_direction = "imports", + start_date = "2012-03", + end_date = "2012-07", + freq = "monthly") + + +#### Now +# Get all monthly data for a single year (API max of 12 months per call). +q <- ct_get_data(reporter = "USA", + partner = c("DEU", "FRA", "JPN", "MEX"), + flow_direction = "import", + start_date = 2012, + end_date = 2012, + frequency = "M" + ) + +# Get monthly data for a specific span of months (API max of five months per call). +q <- ct_get_data(reporter = "USA", + partner = c("DEU", "FRA", "JPN", "MEX"), + flow_direction = "import", + start_date = "2012-03", + end_date = "2012-07", + frequency = "M" + ) +``` + + + +### Country Names 🌍 + +#### Previously +Countries passed to parameters `reporters` and `partners` must be spelled as they appear in the Comtrade country reference table. Function `ct_country_lookup` allows us to query the country reference table. +```{r, eval = F} +ct_country_lookup("korea", "reporter") +ct_country_lookup("bolivia", "partner") +q <- ct_search(reporters = "Rep. of Korea", + partners = "Bolivia (Plurinational State of)", + trade_direction = "all") +``` + +#### Now +No need to specify the Comtrade country name, just use iso3 codes, as you can extract them from a myriad of other packages, e.g. `countrycodes`, `rnaturalearth` or `giscoR`. + +```{r, eval = F} + +asia <- countrycode::codelist |> poorman::filter(un.region.name == "Asia") |> poorman::pull(iso3c) + +q <- ct_get_data(reporter = asia, + partner = c("DEU", "FRA", "JPN", "MEX"), + flow_direction = "import", + start_date = 2012, + end_date = 2012, + frequency = "M" + ) +``` + +### Searching for commodity codes 🚢📦 + +#### Previously == Now + +This has not changed! + +Search trade related to specific commodities (say, tomatoes). We can query the Comtrade commodity reference table to see all of the different commodity descriptions available for tomatoes. +```{r, eval = F} +ct_commodity_lookup("tomato") +``` +If we want to search for shipment data on all of the commodity descriptions listed, then we can simply adjust the parameters for `ct_commodity_lookup` so that it will return only the codes, which can then be passed along to `ct_search`. +```{r, eval = FALSE} +tomato_codes <- ct_commodity_lookup("tomato", + return_code = TRUE, + return_char = TRUE) +``` + + +### API search metadata 📑 + + +```{r} +#### Previously +# The url of the API call. +attributes(q)$url +# The date-time of the API call. +attributes(q)$time_stamp +# The total duration of the API call, in seconds. +attributes(q)$req_duration + +#### Now +# The url of the API call. +attributes(q)$url +# The date-time of the API call. +attributes(q)$time +# The total duration of the API call, in seconds is not returned anymore! +``` + + + +### Package Data 📦 + +`comtradr` ships with a few different package data objects, and functions for interacting with and using the package data. + +#### Previously + +The package data was mostly stored in different databases and had to be queried and updated separately. See below: + +```{r, eval = FALSE} +ct_update_databases() + +ct_commodity_db_type() +``` + +#### Now + +All package data can be referenced from one function, which automatically includes the `update` possibility. + +```{r, eval = F} +## to get the parameter values for the mode_of_transport argument +ct_get_ref_table("mode_of_transport") + +## to get the parameter values for the partner argument +ct_get_ref_table("partner") + +## to update the parameter reference for the partner argument +ct_get_ref_table("partner", update = T) + +## to get any commodity classification scheme, just pass in the code +## you would use in commodity_classification +ct_get_ref_table("HS") +``` + + + +### "Polished" Column Headers 🎨 + +Previously there were polished column names, that were handy for plotting, +because they were human readable. This is no longer an included functionality. + +```{r, eval = F} +# Apply polished column headers +q <- ct_use_pretty_cols(q) +``` From 6d291eeb4e96c3179d014758df0d95ddc55b9069 Mon Sep 17 00:00:00 2001 From: paul bochtler <65470117+datapumpernickel@users.noreply.github.com> Date: Fri, 22 Dec 2023 17:59:47 +0100 Subject: [PATCH 22/30] build vignette with example for large data --- inst/extdata/vignette_data_4.rda | Bin 0 -> 1460239 bytes inst/extdata/vignette_data_5.rda | Bin 0 -> 160469 bytes inst/extdata/vignette_data_6.rda | Bin 0 -> 182 bytes vignettes/large_data.Rmd | 374 +++++++++++++++++++++++++++++++ 4 files changed, 374 insertions(+) create mode 100644 inst/extdata/vignette_data_4.rda create mode 100644 inst/extdata/vignette_data_5.rda create mode 100644 inst/extdata/vignette_data_6.rda create mode 100644 vignettes/large_data.Rmd diff --git a/inst/extdata/vignette_data_4.rda b/inst/extdata/vignette_data_4.rda new file mode 100644 index 0000000000000000000000000000000000000000..b8f630f9c0212c91892b2dd448ab5c079f1a8f69 GIT binary patch literal 1460239 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¥-zGN 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�QM$}buU73{G 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

HL7o4@-k;%J)7^- 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%0D4`TO1 zp&V2sGW<6OFPC=OJI35s_0bJ36P-MmzV|9+R3UX!7N?79u#@k>#plue=4%vqH>kZP z#$nt3nKteCk$xcpWrZxJAbD-=nV}j>lG$LfZ)zfmN*P2rY=K4I*oQIER{Oh6iAnsI zrD1F=8 zyktG*{AmS=2~?^zsvibwiW954#b`v>0)zr{qOhqoS65;-yKA9V_YqgBR63%?`h zIgE=}G&UU#e%LfbhwTQ)y#)~vNf0N{j|LRD_9~g2L&`gCKx*SNPWU4@_BvXd8bM}- z-^+$lh#1pi3hB}cY|bP8l)^q?1>x5!#>2vdaQ5QkIYr;;GP9D?8DGG?6%hLNBKMJs z5+s9;=wo{MclR}5hlo)B%c$y#_irr6XaeMyB76ShQ0cI2D5k{20zeUoB9d#umGH4& zT4=?bQi4~o65`4flM2v4QR*!BdJ=Pr>^M+;Y|;e`alT1ChBq(Y1DhQwCFusB5+&v< zg5xkMnErI>uDspE8j*A5h}QxxN@Z(Bani|@AS?I^l;qMv!zTO55tg9q8#btR9tT}& z4*y8(Ukrc`N7(ikoiFaq?cGpLlIaaG6!&Q)BWs1zAx}(^al6JPN1Sn4&Le9;UF;68 z`f1^xc$#$DTU__PA=~KOb5bmH3aW7PGIw-8RHS^?+f(Engb7}C{nblvNnT_0Ik&9< z7cl_|1Sv5|ha5Zl1q5r_i(!|d*5guyy?`JHI4D#YLkeV8Xk&PNGDog? zSiEdF>up&PS9}a~ru2Ol#a65p_;&;MFD87t3-Bu2?qwI1`}}t#T!&-5QgH=qvhj6^ zEggW;J3;hs4lCuSty6n%xOh{=*6R2dvLP-^33E`Z_lUtpS(S99$(X(@G?|YJb?lyF%`faz$@*npPjj?(B+uLc+G5U z7-taCg!+hdiL^1X|CP|QvuuGJ=7y4%-{a0q?yu_RBW-eppJ64WvEr)U(J2LY3dV}eK^1ey0xhqHdA(a2(9c-aJd3h zSe(^+qHrYS`DV^{;ba^%99rSWi2AKyM2khjpM;3+uX||*iM^80vn~g2F?Ps@p>d(2 zLVD-wmwv)DE)Q*5G=4N_4m}6_>%?ljvdrcbk zwfPU}YKX1df*5Ixw8?IGny!KgbS^BbL>NB7%&ZJu)n%b`rK)EL z*OSGx1qAx{bQ}IOJfA5~cGtqNF@B1$sYnV(7MCjPMFxF=a`Ojg0rESfe(ksZ;m&!l z-8bdE*g@&us(`Enq{+y@P)x`p8xu2Ns|vsM1|u*RrSJZ{(6AHN^OiN%bQ)~Fl5aGmlL;F zpQOkKnK3;m&z>!2D{jCrlsbpIb-gP_ZF&_7fCveM>SGjqCvd~W$i(u(q7ET&yWzrG)PO4{xbu;G28Rd1+Pv>;47-(k{7CuZ^ooYh4z#};qK0nXUWV8{#=)fbe9Pav;h+j|!6UI%0hSyLAnlu}j= z^3p{lN-c^=xj1bdm{#e>Oq1tJibci|4Nub4d?97_I5~bR*;VDObg(TRq}W164XS_0 z!_^Uqf=ojhkDZi&O`fJA<)3ktHd4AB>AwEwSn^*c&;L1=987z@lrEV;z?bQM%axUY zevW+F&tdHc`VzQdMs^1l-C1tltEI=tdp?T%Q}M5^%AcPzoBQwnavCpxe$#k)>gMiT z=2*R7o+-WeG5AfM=fm$C zteqVU`L^sMZ1X*y$01bw*L*Q^hWpyG`xW+vZ+x*wObs5u%vKGf)kp9@P z*I87N=sq72hbJtth?=Tl7#&zY=$#L9NEsnN`=;W@Y-iTz(?DK0T9)2qchU6u@QCWV zqj;=KxciOz`GbwG=hhJJoMhjq5pUVD=He#NwCflb4k4ZN0q`k)u%XYuW=@^9*KkfS zvT}achl^9Z6!@wj^D zDyvRk)(vS<={Ugy}^JB7o!0LVf3V z8JGl3vD+%c=uRxK4x0m;8aURoyW!-(Yb8P}3P>_6Lom+ASBdUZ4{WB1it+TnSN7wC z=z+7cDV@S%=^P;-pJrhVLN`tb7%d+1aINEbjV*|HeuB)G8{K{d(5q4KaR(2>7ODMJJ49c)hS*0gt;sOdPM`zOZ+PRLkpJN+WUG_oah zQ$je*ZGdM_M}NI&Wq*A*FNQPq9->z)ekT-ID%Wkc;l$#Q9>>Iqzp)#;WoB&c2NZ!M zB~yw+Rac1S{6U}Kfz%5$Le{tICRz>h09~T*70W?MfeJCBQhpI+#gY8C&#U$?OPr5e zDrlFXM@f&B?k`7%$}OQ!!^9zN$LEa@Y?Fyf+l#`e5ilw-N}p1epc_&q{^e5;QVP--jO!z!s6^dK9z7)l z*lGsA2Pk5SK!L@SBCd=Qug5{{CmwKriGccw`@=4GQ*i38U~{^x){8c#L2wczMheT1HiEOMvP^ctM>6h%Ekx z%+8Fem@O+=I+@mM1B@kv-X#Y59NeJ#ti=}Q9u}F*q4E5SeU+?G`l#0f$emB7q5aoM zYt*^ze)&5{!vqdxPI02XL40Rl1<{Z#7i`$LB=_A=!d7(i`S)@9O3tUdG{K(nE+5R$xVOuH%nKYI* z7BcFLuy5ehM;tuPa)od()qkQ7BB?5u7cT@R@Sv+)UD>MB+e@N=^132di00`=wDil=^R z4MV1}(n6cx!Bf~}P`51aky;tyL&Vs0yx90?VfGLh;$uclf?Z9&2S5slDb!h9NKQg5 zKJsm4`{wwrGwTGXDEk(3qa~Y z#`lmbH%f2G3gUoJhw{SY72^9eXxKaIPsVmgs5VBPBC`bLbVHHiDJ3lU{DU>_J=aN{ zQK%to53+v`GS`X3>#rjrMC9W738OErOO2VZ*!}NvFkCOYXQ;OJnPT}M7~DzX{t#q?Z(~6!(a^(? zS??g&9@D&Yg&xy5d(9^<$f;hGpK|YngOiI;g_6V!DY9sIzB}Ji>!5zb zIO$w}YPK1Co6j}ZN4ZvV403@yxVV61^Uhc@Lull8=S$e({_ z#@t~1Gg%*X{HataAujSHZVaRf#pc~X4jg~EGdFlRI!oSC7$y*zBCDo1sEdrVXI_;V zAi&Hk;OV4L2ug+#@E}Ln!TE9AxSzj9y6_=TJCU0ZMtn6W)vAJGY@&-tUH>8%FXUNqZhDA4HDvCn0u7lWD)hxAPEKIM#H4JE z^H!N*fw)Ad!vygsf;$WQC+E?^K5Dvw8)(hCunwL64zXl+y~MarbX9!)IGNn6#zpQ9 zb#UupQPLSBK)5IfVC#}-J5t2)UD5$pgB*QwN!2~ihMXC#+f%fadU(kYP6NQ#6DtgX zFXI)cur7OS?o{_&wuMR-Cf8QJ;2cvhe z9iRzd@WblHr&IydopEOM->P&)^uP@oUNxJid-s}?+&6~*u;@H@I&4qMLg%HT<-;V3 zK;H8&xK*49_0#R8j|6-G2!8k1uTnukg@l6$Qh;EB6HslP5G2H$kkI3RGNtsY>T8-GV@#wNwf2~)PeNq{}*Xz8C8Yat!=tX8l}6t1nH9QPDyE` zyGvS-E@`B@8|m)umhOgcfo^xad++m}^NsNg#sVDvP!{W6^O^T`v7-?%*G(OPNw2PL znm*rvw2RWhhunjD@3!h}Zt3->Nr3I`?4S8h+ zzo5#%kfS-)h~6k;6LQ__&!Uz4s=l=5w^_TsHS>{S@005;Lp>QJQH>?Q2Rn0q>5OCA zfry21#2)4W)rH4=8(yaCRxcD5NbV4!#uWaB0dk_Op zOTRnj)rk?nTI2ej4mQ`LXb-%g;fM>Zi^c$mf?^WwGC0Zi!QP%G8>` zdTJYl?70=i-bWI4yq6&p3KFzz{5JKpN$I_nOvQc3=CPm9_}WpW`e{#bTA+T62yvhL ze)=%Yg8IIIOX{vgcCoAm>eIm@;ev=VFibp06TT}26g@r|Q>kT_9&B(RbRq0z2mggw zMa#JgbgPo?85aS5&3jP3X-2bn>Tf8AA?S>BS#Id>>_iB;>>GqZ+1UMGy&>p>o-r_h z(!yFx9Vhu}DCul0$t#h-0jcqgH-O=O^SWboh|0xL;lOk3>?%)^d+-=fq|SYfs7l4> zbPpb;H%E_H2>Tc$=cE$|MpZVF5TVKU@dIaZcIq^rdHiRKsV??#V50ArEWAxBMmwgG zVyzzU)wx|l!H`M=7TOO2bS^d2`+&b#UpT*`;aO07Sas^Pj`AmN4}v_+ut zUn!tI?^Z_Q)DY8#>fl?DQm;5(iNnhdZ^WMOz>;3syknwYc8>cbyNO}Dm(H#`13dSM zZUoHqa>*#bobFICkk9>1R6Mxx?E7DsHiC8N8hjg8cuy%~rlyQ^$g(uLHdpElc=A*! zPJR%NETI)j)sLZA{2cnGyC6yxBSDqS0;mct#9Y)eSWA#U#`{bWN+cnSh|4L08Vm*m z+$&Q2%k;f4Ert{X*(nTsThGNy1mG~YR=c$8K9yt~Tr&3XQ_(H&wG=DqTiB1NcY-S< z+8Rs*82q%p8c?;4zWg&X2$L7crk4&6OuX3m5B=;f0+Z#VrWHW|e_>Zx6mYSpvRo9e z6#f<&uhe(&_O|42IjsxJ7IYsRcxB=v7<1>v6{Ox`x$>YkZJ{z*`iz$#sl0tl4ffd` zL@b+IpXr*2FO#wNJoP7BEyKVS37Cr}rk7A+J+1uA??% zrq~?xwl0*V3ZgpsQyuH1jh@S;;OqGs=G}BZGA41!{!D-`)U2?-El+zzvTO7}gWTB)DLkaSFy6KV!3mjkPed2Bo%M7F)Q4Sj-33>_Th#%DZ!PA!) z+6x(kix%v=yuzso=ekj6aetHrKUa{R8?%}iGvbL5GhNug!1$J9FVfc`FV!~ccQNBz zyix=?Wj)3very7=3f)-id-3bkN?ZO52Flt{iHYpGgiSS}bPUk!PMAs9&Tw4*xS(Us zMh!<3J6^=DcEu}5yhX~0{vF;by?J|K5B0*2AYm7LzHliQ%uVzzdGPuotlgt1{`hcw zm>@EE5V_$#>plpn!U1jH?SSh&HAfx0a*p{y_kq3imx+#ETtT^_!sE?|K+uB6dW-9I zWr0OOlcGq(bU?Vyc7Ove@ZXd>({%TFy0-Rp%}Ekap|*)PfoZ|e`Nak;XGMs;CCMBm zlA{144lf#kB8#e=%nUooS z&cA}4dCnehBvB-i9s;FnTM-}f?FtK8lo$K&RD*wJaR79LcXYn#(l?oZKG+83U^rt8 zzn_4y(vr}kTpy0VoUR3ThK}Db8{f7bHX+7NWqGA> z{B5?e@gZ9O3oMQ=N8q&d?Z4Ov|Mpvmnvaierd{PO_E}u%-MHi08{c{AT{@NbJJ#pw zhvpia=Qu|~zsFZ88x)_{RpnsN$f@^OPi~(WnnT*i8@v6`14(3^+RtCqWD+(jZi%YJ zk@fdE#pYgz&Y@}yF1)y(GB)(M|NI@}OyD2PS%3faW}@@k;`|DelLDC@iJXb~#nsPL zw}(oy>YFPMNlEu}mzIN?GhNw)nYZ=MPN$5u(#47!4<%gC^J1n{f`0+X9B2_I04_cV zzbYiho(quG)rt1K5jS+2arZkfuoxYEANr5##q{$(B4RLJxyZ5ezX+1?B}7ew`V9#4 z^l+Q}$-S7;Z#{x@s>`90l|}izal8NFHO-sej9({FgsxfEAX$5BL7OhJLBh~)(8AO~ zN?p(N;~a+(tc21t0w#uL%9alUa8mz5eyRF6e-Knt+DL7i0f0yRvx+szj%;AGD=jrBk_iL0i zFcTGA7Ve_BVY;-ov(e^HtyghIO-$LjK}^d3mh*D{K6hry*gRPJ3EQIn&LejAA@SU- zdQD z+G+LUd@IL5$^D*enwT{q79D!M4^-2qAX`8KT=}TeqO)_fc2VcI&jL61M+nO>(s7{3 zo7ETp0a*F*)hnWo#}!C*P`gy6-upT8MSWPs*(JQLrk~7%GIao2#g4M?BJyhR)dm2p zvj4%P%A~4kVfS)Ho*N_>n)AZi(Bu&h@L7A)Wc0pO|K&!B=h4V(rHryV3Wjk969{#L_2!JnP@2 z-47glOf(B?L?fU1AfM=*85Qw zYwxp|6sLSHZ+D}w1H>^(dY%X+3yVscTdHNu+ReRVy3#gdwlTCuYICo3@ff*vEfN-H z+=`>MNTYktlJokDjV_HBDsGd1i4>vaZhbgAo~E~bwquwiK@H4uyO$C?pt!~@PiqJR zNeDJI&$ptgu_8(viBx2hRZbBuwHSC7kdr+P+{{up>2&|Yxq1Aa-wScFzc4+!_*wmz zNHIqDQ0arEWj9N50#Dr1z?k{Ri$7Tuqw9??7sTwEE7oX6%Y^^WV3C{`_jpVB<9FBn zxJvT?!kJl4J!H!L#(6&75MAW0pUJF1#6oRnJnf;v#CkbD*4I!eLz6|j6s2sQIi(#_ zU;KZihMX`EG(XzgR4;FCw!%8Jr!_SVGDR1d3JE-eK=yK0@VJMMSS`!^D4(7Q!o#C2 zWq%MSX8aH*T68~v z(KO5N!TK>6e%7x5^Pk&WJ7=4W#966(4(&}LwVCMBf;kqz|1$b@UL$c4k(H)y&`Mha1dIG3Lyga@NGy1gDX^B^i3Dxmd8T zV-X_KP|h>Y1!t8#dJr|kBD-Gw{f#K>sjt)PLu8ibQl{?Q_3RB+E#=ViMtX|LS$%-VmV&Rl{u z0m|Xd1H0t=d&&WeLJL*3x$xJ|uW}cKagRg!=VgnxAo*2pjdtPygC^6GR)u7>helTN zH51@fZbtQ;pHzKu!<_uwVE@GWRbv67+TY;lPu(OhNuPmQ4TyO{p{i%P)jLjIlsg?)D5o9XGM`k|4TdmSSR>vi9*)SrHfFVs!^0q3HB?a(Y{ACN1%6RdcC z-I_&{;bC_Z$D4VRz62YCty##7qE0s8d}psSJJNF9~H4=$D_9u^M2gY7t& z*r{v{8~v{>29GM_2P99#w6`{2)yAW6a`rW`zVEk>Q;OD;bNG7ta&vdjHp#fr8qQ)@ zf62xKBfv4~y3JuuS>tC6h?gC-sl4u}sdrk@`fOu9+4sA9*#t{rxJJ5U*iiIU*Ep-$ zlY1Ef1~NLFSjcKPgNXvgT@vrQ%5#dL)M?W+a3e|p%<@a5jA(AA3?&v7qHhx4U>KQ^ zWs_EJ7T=c8DUrH2-9IbVYRQKdqbWNZuc#POW9$10UE;-UMFowBX~fMj3`I zvLaLteD#vYa^H_3#v+7&O`9w81VmS}b=n2UqdO)h@L;S$rz9`q@fxF087G7xcP7qk zUu%xiVFj5<#Bza*e)IGK_%zOA+7X(}8Sks*C#fgO%=s_MjB)Sez-NfM{GX5+T1U1I z0LV<$xq~^~Zq_kMr*I?2Md^_J_q)MHGNPt!QomA`-Ci;Wgz89mBdB0V*uKC56xDE& zq-6p9djRa$hsz;0!MHAI1}$ZG)TC0u@G1*sXYoL|$!*kaOY9Yj9O&}LX%AvuM36He zVCUl(QoJumltV5m&1S@ioZ`jFoL5Lk8dPwP)=?a-dDrD$en4Jr7a+lKdxvN|c5?ki z0Vv|EEiKs-@}`19KtI)&G2#`< z-D~y-;#xwd3$eUd1AZs^w9G_-QD&{f(}+$x9cm)Rn9J*SBt9!qTIIb#yB&*=+!N>n z_M+rOL7R`8$OEA`ui%yWh@cT)P!m-FlZPOqS|dZ%3%YM@)Il}2K!D^(wQ&b*P&Y0UPzCJvQ;ali$Wv`!Z=j!5YjkX;sXd#oI@2Z+U8i) zZ}^bDbDidERUhUSm7s5}-jj42+>Nbdd?Ny*%+1Rh({sHO` z#8}kS{bdS7g%i-M)KQn8Gx@_f@(HtKnxY^Nz8^}vvfBKrET`aLHo)c5* zJXunytu@stW^OjGC5@0oGjM0K*p|=>FqlyR3})$!C^d5NANVG{lezfwwgTQZ{aACZ zVbFUQIz&%(UV5_N>G7n}NL;U5dDy(RN_7y$ja_@OM=%X~eB|Tk>tZ_T+lipisYO$K zKX0`tuJUad7Ek=hC}CNew-vn&iTzD0LiifDtN3f@6-)wcg{u{)55C8McSJ7+aU=7v z>xh}6f@v^8P;KIS$561f`K0C4#u@rgWHH6`KZsCLdDT4d&ZEev?aBMVYP~r{=z2M+RST@WeMQHd z=B~vq9|&n5TGKGqMGG68=JM{MWf&W5Prw)HlB)mS8M^_ipYQy7hZihO;~V~hpMOl+ zw;kMFTfdqFnbTK$xm?}BnRD`#%3#>W2%6rs;9Kp1N)TE?a7$RNJfOWk4DWIAY*3J3 z4LaT0V(Kzr#U1mznkT0FqMfryQDWi+#J`Y$I)5ObJAd!i=y}Vpbwkc{?YoVdeHtCh z+O@S0gF;L8?o#H(h_3b<7B?@j?YCc`-+lo{#al}utO|7b_&Lq+6YxWZxJD{ZPUesg z!Eh-(BQXvSx5o#KS~k7H9j4*~MrjU*ZZxeZjMB5~L0~%1*x{r}9ReKg&KwW8eh@=1 zacSQ@F%w16zJN>=R*(m>4t1BxIL6F*n|Q~cJxLy@fhzMpNYRf*@LKf1e4sc!}=MS@#qFpLJH@^4v+EXwvv5b5J@`?AUHD`{X8 zC0ge5!Mq&*47TdC;fz~Y1cG77nx8l|yp%J1Y*~-6m0;{g+5jZYY=jqegnmVD+Z~2- zv;hi39Zk;qvMP-NhZywv7e#>Nzr1B$5mnn7mb+b=P;k5j{+;U+- z&A8!N{S0)xYIx^c2`t_Z)8jL`aT{3mE}A`?gjA2{l`~3aBu-`|e<43?RfiaOEp6CmI(%j;Buc_ND)aA`-(^XY zT6JvcIWXN$1Q~(QJYjgxp}tsC!pJym%OBn(>a_u_`+kQ~EsPw6()!}QlN;O3yq#>$ z&1<6Dqy_XY_1HXhsZ_ad2V4dd1o85^Q`N7lm|v9Kx#Y{;&xN-PMwt&kdbrF#yZ@c+ zfQ7fPk>Ck2dOS7I!ky-2(xN_fk$&A4mt`*R7s?vYKm;ESWDOx&ZC|(A%CP0W8s8`R z9>x;QM}WN7Dt^IBAQ$n5*uoyT7t8=5j1iO{W1b!P4SUQdaYT}KV(NtXm_^-HIN zkO7*)eBD)oQ9sQtIhB z8<4N@NPY3im$kI}DlxrKGz)_~mr|^AK>JY#y9%?^1qoMJ>?lb)`!lL7emXv!3d^!y zkk%(quf41UlQOYyfqRky?dLa9>A2BX3h0k0oOmCHalnOI{9g1Ok#q=jfBHlOi=iNh zNeu%94CX=(Et2N~58rJXvfZ_E(-PVA?&D__Uf&}h4YXQHYen3Rye4*EMXwB8!8}*; zg%#g}2&)n3BF*mJ7{MOz+0mo*LYbeueQQge##r4R2Q1LXr2+75$G zH?cl4BXqp4M2ZwCkH>8bfkTy_S-ip2-dTRSdn02ZU9wu|ch&YucPGtPRF$P4T)18{ zmouLZIl-Dz?tYUfx*Hq}>XiW8Vt0b8!rEUz%_ifu)%_4VuXTp_v2eE+jCb_{An;Ev zVf%gC_WOa;6>dubMDhW%xC-qZtk%)rK{;IqRJ)#o;cqg3N zP$K*7e3c!ZHN}mP9R}NvT7<8T)ia83c?EBMrSSx)0d|pu|8P}6$8j}_tOuT7IVGD4 zGf{R_vCGgIB;hst`$-8Xhsw7nhI|vtFmoo?`l6*6{p=UaacA8?6kuXLpr9W=L!eNe zB7ekFeL250LXm@krbg;w5hc73wDqQ}l6@afR*5F^Ievju?^t6cc9u zHoa4JI?yhpg+nX|I?%6nlnZ9&@uM7xidZU}JcKV=+*>~VL1AiA6h@*8Lcax^yjM;MM>YkedLVVnpVvP0?ubZ0^Ktn4x*$S} zgSeq;$vE<@fOoTjt-nH2$r=XM*dw8Zmd~v{@8wvzL0!K2V?g|I# zCPiFNTC0JKsX2@2Le_0{t6H8{L+Mo#c~djBZc9trC9 zTjBSv^tS&ty?$1~mA+K>84jE^5NaNHPcz zh1_@xvYN=mFfS42bX28F3Q%6by``$!# zM=gh?kT>uHzAwg#7$r8;6tcpXHZK@RO6<-6nr|(QhS1!~AfB`okWXNYTd=+lW*;Hk zks`uSnPs@U!_1{Yu|HhlhPAgVO6&mn>!^)LQ?*k5W(Fe~1K5%Z=Bv><1iU;rYd3Y`9(r3Mi+=-{AJ^D)ikrx|E}zFkc2Q z1Hl(egld98$s~29qy@Fd`yfZDK(ivh&+P< zA^`J5Qe!8jRX~;?)<3HEdfkqTdeHzM8%d9{wPm@=mz0VKKx}|K{acih!o2qBpdzNF z@jG=jJnkUqZFzA`=;((?B8B}4(fSPXbqbI>F~d4EO%C%Am9ZKUdpxbx$*=TLSCoH% z_mf3I+WfBO2a7`4?B^y4L|f{b{P9;oy}(YSPy)aP5oyEw{%xnlF(Qs;t@z2<18}Tc zV@Z9^09*6Dg-*4D^L3rY(SH3chk}tp6eh`2PR?e^a#YG_EF(knl^LRb7k6^(b-?|& zK^+6a$h66tTYrMb-OKuCB6s;g@Q;_bgVm~WX4S!h{NBn}U4z*6rVdOqAwn$NC8X4E zRU%68Q4LLCP}W$YP!f9Bg?s{L;8s~^my>*S246=UM0})3L6Q&2zey#E2Gqg>xq-lH zTB_G;ZP^a{J_=yk!*TjIinK3oO|{N69GZc&ZBZXH#5igPe+%A*&%YX!pREs6}aqN%M&5^8~+t++Xza^P4^x zu(v!WS92yNC>rSQ|H`oW8PC!Qs+V~s7Pb=+-dzGx{KMT{B_z|4K_Fo= zAaj0R`~2;K?Dp98I$hjN7zd}jo^ZJ=#ADFjK`?wTa59pt`iIe3+&wK@F5{Nx0(7us zIzh=%L^Kf)ARv8wKD}6YU8m&|NH0_XmE3{KsTPIW@>#Q9*fwZ;95O>5Ri}rp#kr~6 z-Nx!RGbQH$bk_Vc#T@zTA>v_dqALGfU|CQ+>XaeDfVsE~ofl~v{-D-cf^)Bd#w~f6 zk}feps^!`yn_Yr2R&;rEHk%l1=p^{}vhYV=@Hm0ysdZ)YVMp$utws8;K{P{WHR})m zbil{ankGLv;Pp&c{Y{F=FzD11oVF#JDjn=}NmT(-D-i=y>nz4Kkpe6Z7hlIg#1+M# z7&M_yiI?q`N_%UuK*C`*YY!uQOWa2O#7Zp>jh^0k^f++{5&_r%bz$c)ncmeZlHL^( z#g|FAiUZk5_*5tFA-L}26*uowZbz6m9ZX!{eW4&3NHAaxP_UxvAQJ1q1&u?PxTbi8 zl{s?3Vl*ch>vVw~GGB!leXUSea#f&%hE~XBD04o_hk_-9!wdxYd%Lg`QsD1#G602g zTY)=rpr2uDX3#+6^l)JVJ&ML*(^j z^nuTe_(V)3DqNPcuL=~=O=vi(6c_-RhZ>Z`BGv(II$Mpk?BWN)5z{5P-6Z zMmWAAI<~JYM4z*<{2H$Y&}WX++G8B;DMZ#**MG81wOy(m?bILFky_=$3xvc;ewB1& zBM!;WuVkQYqtv~NlnybTcxvU!ff%q2HUgcFVx56f>W`j#Oft?JN=M+eBLFh0gcbPW z8#{z9TxY26NmuckqYfxO(;A2A!@BppACk}`X+(}YvOTsqSVMyjXkK!b7QL~FU$&pA z!Fel)qo#utT29tLI6g{f$jy87JeOm$(3>pSFySdI3dNemENx7|K2b@4p1iq^?+7-$ z09ZK7l@0v?xL@whgxqow`n@|OcL#ubig5vx$3PQ8uAyhpB{pqCr0#t&wt0?i6`Z(|VnMa2e}^qdzM76`ZR*W-9!Pph(|q-w9YTM5+%l z=I`TS=Gl#mfT8Yy!A6x-Q<*eo>j{ju9W-Pxug*yNDR96867q2?q5XpBY22?ehJdxISDa8uKUz@R`IOI$3L=0;HpOWlrtd{!bn>2Mfgg9NsQJ z1t-bR^&1BIv%61gElqk$J+2YgI=AS2;NCFrz|a6PP$Y538t@f@wqcjBy&u#a+O$N& zmT=m%TfiH}e||;f7Iy9L643ov+uGy3slU=WpAw!-T5-!iAIpr*y^{agLI>YrZwM24 z-I@Wzg_t+1EeRst8-)@4+xL$XDEXIAgW%{Q5N_VwZdAFS5FA~;Gfg!apO&`r9`wst`G^mrXmS01L~)vb~@+*K!)Q)wHis^8Ct2l#64;PFctY%g!BDNc zyd^YmLMr$O9q38OD_VX6_6h~b@Up!W96aCGF@k{KAac?}X6wDLduiU;G%0kx&hEM{ zSCp3z@-*i3Egv+0NtE_T1iSsM4cSYEjCUio5ku5C;%k|2tmQyVroK|X($$4>Qof4E zorGupXhyG|*Vx1suH@}nsv$`mQNq|D2Tjt)KURo2x>-9vO>66>2mpq#_EB0Xl< zAQN8S1Jk@Z{9ASVvluqz6sB$=6z^fFA!9)MptT^88?wn0gHP}cBFa>}Y_T)pSdltQ zb-!rHSU{1p&FfKRrGdG+DV!ezj}Q?sonF%?CCs!4)PCWYNt=!YgVCZ0#fK3=9fZ}# z6+uOKvjUkCIJ+dZ{q2YlJ8Idh9C|h&;yz+GHuF>?1ohQHj{s^IrT;lu|MO}iKb71nJ}?4u1RrkR6KAgQ)frfwDUz8pxEm=dC zg|w6Tb-Fz4Qs#LWhJV{zMDt|%$Us{SOSQnA=g5iUc zX2o}EiI3Hamgs~9ly1owc{IBDJNyh#f>fMfd&x#6#9g}zN zs+)>gR8v!iMLRR$l&0GugTIdV?vtr)^Pqijbk;jN{$b{UE?*6frFgQ>Eu_(8ZVDr@ zWU z#Ph{waDW`X?l-Fr*>et7XnoCl$e;oKi+QaoaBl^(;mksv!k=7_07ka!W1h$Gtl0bh z#}LWHEtAu}wlgL6ay8?|3KpzCEb&1N0+#r$JNfeg&Jqh5$t?Q>fkheb+MV}W=@GJ}ERjV$~?H9?PHa8rMGpGwK*|K7bI>(Z60b(9D zt)4o%Q}HT`y>N`e=AG|v>gN>fDLHmYpOifN=rTKb60x1<`xWJniW^#xQ@eTniIuWl zxD&3)=zix8PVxFb#XK+Fh9Up!Lx%6xpB{d9$Jkw)8u0~|ftt#)uKBll3YvnmHGNF?8oLL(d(+t@e&$JI>*ist; zd}BKoehL8J7?)#ns%E?geTW!a=uV3aX1m7sh3hkbWehpRRcXg=Vc&ejE(I&hFk#EM z^wLCPOtmh_*qrQ>TX#Wxt+Bn)Wut;~yaMHz!-4%}`E7;8tn(H}{^*2LnV52zS0ztP zyRIhNMJ=e$ye7=Tk1K5HHY*X#12*L%(781M#8{U%O=u(BjrVragl;4M;t5mseKLf> zH_w_bR5Ut${Ur#a37;)2m|d*V=V0-mZ%)jaEBks~XOZU++rvmRWv8@3p*1LAdmy4T{RWeU@u0ANWm&EeM zjXzag!eb|?h!yj%3m<@4w9FQu|K152GCy>R%t_ZHn*1Z>-2?0 zyYb71%WBgJtt6*U>jrY$i8qAt8$xOGO_jIv5AMl}^V``~OI3rhPM?%6#^`qK<)*jF zgqlo-5)KeDn_xMt*n%%p z@)9Yv3qzX6rg{J#uw+wl8{UIhr zR*a7(WwFA&9F}tRbkm#WhX8q0{K2z43X3R3O*q5u6Ez(42Y@^({WnFg#FxRtBoEfr zVA=$G&22lDm0u>_^E=6C+UI=|E_#k%ufJR2dFGismu#1#^WPYxXFYTLBoJ-7`~3)q zsDtt%qviaPDZ)KtxL(dZ)Uuv_G0*M24#s0c8S55@mteBVQLszSO=Zf$2EWhQh~%S( z`uoPg>f`O>!;{*oLzWfE?x)-8F0nC<)`>0FrU01xFX1Wxs=}blL!R|-!{`F{AJUs43 zBGtc|+N(mScd754@W{L9C>ZTM$gToUoo!03Dq$%!txSq<#hPH!WOb^Y+?_qRQpseE z`tYBH1aHu!5$n4=&8LbK>vM<;(E?F=Pb%NmvJY2B;|ZvEC#n3E5x57EAKI6v7muuj#=@4bKL@+L5P(hw;4&yw4Nt&GqI>KBKZJ!Y=CbcCOt~%1=wKJN6Dc)m`sw-_@@zM5W~nu~Zeey8F9yP-NIbN=Lcy6L*U zd7@ckx5RFzA{tGFSWv|Q#Ds!L4%VL(lK1#G4+9)@n+Vgh0(*+*gOvlLCRx3mclJP| zhI!m!qUQN2{8N#7cEexIzDpP>ijCG1Z4|`S9?5aF&f(7zqB zb46`M*3YJNkP{a-wZGJjRrco9d*&|tNju}u`cn(j+0EU$uZxc5XHoZg=uk)Xs^Nq9ixf=TEcS z`q`VBTgC=A<>t{%!chN`Z(O}2mOScTySmvh-}-TaXlZM2#fwc=rvDI-a?czg;=Ol# z{+WNaj=r`M_c^C5jD7wD&_{5d{1I^??}62|%@%O~CgMPCZ(UkWI=z#hJvS)J8@J=g zKcO}spU3Gjamgltm$tZCS}Ia>=~(e=Of4H`I~QW?3+AttG{3C9zvpPI9g#FA`@Wg( z!W15B$JvhJK;+hBA`NvA_To9-SbVlYLkGm0#MMQr;s1y?)jR*oc$19sd%UTZ{Vm=w zrE@>tn;Q*C)@P3HCU&?;Pe?`=D|K@3?&`-VRS%-(Ren_2~ z%S?Cbeq({V7|2SbLCc27vYS`IGo&!1L7dm4^^#(@L3DppInld8I#}HZs$OfdPt`y| z*W|chQmBj`X&io(JNQp!$kyCb&H(e!tMp(2EevN($*Z57WH%#Oo8N%_Ln~5)Wnxq3 z!OzY#4w97J%i8AJ@O9EWr&0fGnntI%a>D~OCqpdh=z`Cbd;PA0L3_|!fPO~2gSmj> zp!QvjDwMF633+sUepcSD;C&LshBqCcp27GJ@kV!*?{4W5)_|(ptba!;T1@d`$sv!d zPQc;GxO~A~`Kz^2#5&;ra&WHPLaBoj17frY*<3xkYRP_Uvy%181-ZZd+f$_pspHU2 z3|fm=Hx0YnGW&7q;eQV|&)@C%{@6?lU0JU_dEj0yg01je?}$@Wn<0WUGcT?>%qe^) z1@L?t8CnUSOTdm_d6O%@v}b&7hp!_uQ5MitG1=0z8h9 z2}!k0RmQ%)3#tMmyQmmp(=%Sge>mYlXMZYUuKh<5bGX#^;W}^O#&u*rgB7P>R1WPN zmu6-OYT)<&WgBkeop7|Bd$NN^V@b8e5X^oNlLlIL<+X>p`TLQMA30~W6_9gur)eK< zl1%4-2L%X-B)jU?ejy}CAnc=@3 z+&smcr>3SB+;h^2UU*76)nW5lRgZ>TbNhfTm#n;-@TxP5ra_Lh{0c^%83-|LOYqs% z#(;LRv3heq+;k*Aa={Mjyazs0sx*d2rWogx`~f=HG4+)sp{(;!C82>lyTOO!gz!pXl7S{8zM9&)gzZWF>eTKsm*yK?@7+eclb&(CO*l1&3UZM82jG-CF zvm%}{s4`T2+Jhdc#x~c<#pBzB*2jIG3D{Hhkw@+M*kvLCgI(^;j=^ySU z9_v%p%9bn=?_0L#&ew~4ReK>?jaM@opSNrNW0tcg|1`@P=4wCrzR>ezjE`*pG0Wka z1k7@{O`m2tIo`$`;;~GH`?jTs@$qli1`hU`*2U%w%!{>{f2&^N%>AW$*>?PYs$PbPpLw_z%bjj9 zxtPe54_B5Y9~`JY^zABZr)U#j!cJ7=yr>2BXVhH$n%86G$0+wIxqrN2_f4UMM^)kI z6x1I)>woi*825RYquIL2=mYCu?ER-<4)b5jmVkVpIz8Gl|A)S1Yt`KrD2;=Kvg0xu zhB~C^zx6E(gLCPk6tjxPRHKcIGd2$t%;uQjvzYG=EvNDtK`#h<`Z9mz9h|D)^Nx{t zGTkX*;hw(QLRqZ&EhV^F?+3O3B%uT&i#_ zZ92i+dw`{6p>Y@r`Zt^f(yBL)EE%wx-<9`M_#p&iCwIWvaErGdo7{eDy8=QN>-(fuV!1tD16;6;f0j z*?Jr?Gslm2!IMRyz_s~=mXXo+fez6ad0Yl(lWALZqLy>wT5|}>v&j<9BSBJ!@ZS_S zB+F}tcFiyP-{|AAAzBJ1zMzdw3`nq3oJ}>#GowYG(5DOiY`2(cpI zFJcruKGxyi0hmYi$}JZDh1Tb(d2S5(6=jL?<}=BFkV8W!@z;n+ z^)32eL(V}-QoVV}5A4J?&rKTMe{r;ZpW3btpUoM^j9IF?yf%6t>J`VcDHc+r$~|r$ z2Ao`S&0|OQ9*VRU8zc_KOciT+%n%z(MrYxSJ}rIjB~PIq6IOImYv37fB>Hf8YWPVZ z?|1t-NqK`=bDOggo3U|)@INISz}Le^{v2}hUH?Lx;HVtt(XM>uL06~wE!#&?EiZi$ zboX}7)9JIwkCWkecJfMb^4f0kenPW@o2sJT#Y8dl;N-NbY0!CIF{}8LzjDKxMYDS! zFvaPX`!U6tcyBIgU?EQWH&dK`mcO0iBq#pI6bCU==@~82SM%p7PI&I~6z8=bV2Xpi z`hT0^P`WHy3S z5NJyKCw&ut1{!k<<=t_dz$W<#g&%>2t-SaNDRJ8TSER(ZwI`&+=9WPu&8VVY-F2Vo z86Vz%eNsKou21$ea{6Mw8(fT5Y37bkNJQTloZOtJYLSJqK0cnH{Rt)^b+NvM5Lz_Z z@tshW67-<=jW}!o)B?a|^Hjlo9@ta@*l1+UPXVSXa*UwA^DOd52^Y-`Fv2k(sozWa zL6AbseI`f=2-=QqGct590X;Z7Z~&x&0EUz}@rkOzp@`+B0S85w32q0Shwtc=~)zq6fsR6wH!_A#4V#B7Q#P16RWfFaM$%@y#ni$6xS#{d8$LPkYe+bk6 z(?hBoo+jn5*QfDZpVL*h)n=p|s@Wg@K!0eboxeu=-_sv(VXyD26ZK5l0%o;p+HKCy z?NYw#Yf?R9ACmqbYi}78SK78~#|Q)n?iwVxhu{)|1$VdL?(QVGLvRle+}+*X-CY`Y z@2`PmCNuBM^SpcSudY?A?vQ^J)qV82&g1IB`?U{+HHdMbgi*VY@-;_Rsp`+Tk>BWY z09hdA=RKi56v^qnT_j8g(^IEeNV2b{)m;wKaG?H=f(aH+Tel(+cH z%?r(A;CZTMcf(lfQpns%Ig)Sj7EAsce1Nt(fiAwW|A8PfdlOK{Kf+2(%3se@uPk6c zbsi>uxHjHh-<($@*wXKQd+_GjWf*1Z713QYc14cH@+^(FvQInKb_sj^%ZGmsy8 z71KW%q^aVOK|Vh)h}_=z(+390nV-IA5MJ8{2C4qVAU1RVjX?&o`q~yi3{oQZ$RLsA zWi$^Avici?B+!grCRpl$0HjU%Zvc{C{0l%fa)@*l(g0VyVL4Yf5_4iC1Gk(RwQ*0@ z1u*A}<(Jf{qD>W7V?1GHiY2oP)o$RM3yGVjIVaW~%U>7t>B^0Po+nxM`Ut<~p&j}D z>v__~1?YK_ISovE6B8Qv%4e(q_uv0P@Xh=oa1nAbTHN^=xD1!fktTo=*}zh*v;Nn; zcS505$HT~oQ&tORx3}&|KC9aymaBCv7 z<6XtAuj~J7=F$cLr7bXZHP{{FyEE)rGWmB>Wz;$mvNpk)l;Wdjx22xZ`hP6baE!UW z0_yHV+hA1%0)a@(7pvu8-n?_ODKtlUx>NPSu%i>N(NqI-QVM1VQRjXV>aB0FLcV8=cWPBQbP{-qdJJ8CLc+~L1+`dB3Fu){ z-<`94Ia|-T2A+tMreiPv2Y@V-P+4voaiUDKKq}8=b#jGhx(azkcR*=&Iip~yf}bL? zLjLxioSr3sXIG)+InIF_INRb=Si8pGjw`A-V-sYI#qYLhiB?(G!{;GkNWQy0gZ$%G zZ92H1Vijkidkdpl@EyL4VmI%}&KZhw>~MHGeHy8VK1*x*hFaHjw&(Uj;6%noT9BN> z`!pZaNZU5MCSJV&)l5m7GHVp%Ogn!+&idiQ#41mCnaa}qoF(aG9!vDn+|m&tg4hUG z2~y2c-)e?AnT>^>=45DX5^nTvzN{Tw)D)iy50qvvQi2IiFCgSd-y6#j*@}el^stH& z5sj5u#y+9TT*SHhDWBp1xg>|cI8;_}mk7lZ|JIsVma5#rH1BD$7HQ$O|K&9rE<#z4 z#DK)Q){KU3uvx$}xIgVAXP#_L5O^z+=@whT3p)+50)%`fNnP%i?6tk_#A;qf8Gio@ z<9n^$Fv9YN37CYdw=QU+np;~=7i7%`Ad~K1O)tw)CDAbEEhmu5FZ1VpPfl4PIXO?F zyBdTx_~H3$`p28QyJ~}x40G_jHWQq3EPzA_Vx)8WQttdB!jqzhp|yVL`M&q~ko6pn zWj*_y({-rIrJS~Dfr@WWo*X3GLF04S-*1jzfhRSEST!ho?E_R1q%mAs|fEJ)`)!W z$)XW3&5M$z*OZ!5^+TSeHaX|1P{1#+F{PHOUxFo^^fYW)_gKMPwqJbgOtnBXLES%t z)64PODadA(T?464c{I)QVU_@nf@k=(}nd2i0VDPq8WRHD;^3E(LEW{hPC(r)r*6HZxbac9Y zFyA*+Ut;G`s7fJ?S28a60-gu1i2%~&>Sfbix(;C|4?-8V!2U5>9{K%QfRLZ+(%X^H zHYmI95JPuH;2HZS7p%jeJI={>@WW`1O1=7(#tg}eg*WNo6V`kJx7q^VxPMCKHSgT7){(Q^W-NZCNQWwoeEV|sux zVpk`DVje6nb`N^|?)&(0ub=g#2AZK%%4CAl4^?vG!#8R9KVIqVO=^t7&h?Fz;_&R~O{Zei1aDDB3nD+bKpXiS{)|lmw!H@@EC6-xtcB zBy92!vkdw6w_4w=$#D8RR`qV$R5|2DSo6IPOo}?i@A0e(kSf$;X=nmsD@9Di+$JNx zY$M^L^^*W~YE#kLNN`G)U4a4s63fJ?bZII>t6sDB*#QcqGRo~nG1kkH(<1P7zz-b& zJ00v&`3VJ5K$=os#GFa@QJ|CMg5C37%G_)bf{9p`n}nX}KDsTxcfrGC#Le)*>QEDk z;ZZ}E`(>pvCQfK?KJJME=#+dNZ~~!?lb>U6egJ0~`~qY3{r!*kCG0w^Iq3wMwoaq~E;3DzkBW`lAZ5n_K(Rx|GaG(ob;AoLcUa zK%&ig4gH$6aLab3rD2UfpxkJdU_3!)cCBmwNBh3!yu_}rDcXPrOT8WA>4Em{;J_lR z>qQIh-GMjf&C-88CP4s!^^j*fiN$E5A+PxHG2a4-YN*rUiLfNF&QP`wZmpEwd6pG- z*O@0eBpYUI%T_R8QI#Mhf7@u?a+rFl8OaC8Ip`P*{8EK<+`nfQE0RUErcWfe(Co@Q z5fe|nlGx{f1Iw*?&m&3Oxc`|${sJlu;78XRysmgwk%sE)OW&~HwrqUSBRTdl)g=a= z@Ai!B8En?$|8P}Hq#P(NlmCRcFqvqEHCPQ9DoJU$<*OTEHcTQ>Z?c)^pEl8*M@NvC zy&H&N9GN1^8<|smjXXWeBH=jxPe}3`oje|iI#RC`*Z6Gs*xNmnJKm30e0}~WpZsx3 zhq|iq-SMOJwnfl>Yt25URl>ESo@5lSvOX6O1;XkoOyqr-RSP9prota4K@p?}=-xV5&oPNBwo}Op2VHzts z-_JlUvQe+E+O3 z%uZaVCoNrkliAy^E)(lDeo%Rs`a7o0I)3&_C*K2U?h4+#In{tdE7zQz6(`9rccl6q z{K&9Lt`o+eHeCX1VL9Y1jy2ZGB50v$6y?+hgiI7`wmtF3WwijM8;UiR>^f=MvXC>F zYXP(H&;R;1;v%_u+9MlrjK=9)AVb+_9ZunyWj3_rk zMz!0%oTQ9_%k211vN4_o`yFcj!ZAEr6OX-N(0yP@bd8 zZ$NuwqC3H8T*WPiV6L$=@wxZx>OygKvqtj%tSigthak>5$NK8O^vF3ZN#7T+i36l~ z&5+6gBjc|&xZ-CiSH{v&B5cKMR+}4&>(f3D#VS^fkGztDrsh$2nZz@uP=pY8Y{23A z^gjX4KNFBWdD4LDoW4p@SIII(XZ{bL_iJSwJ*u@AyZ*iUK%nlx&mE?}N)y9J0*WqJ zD+TG4aSE~mxc#HqaM}T1mTP?Q%EgM*T&uo~?TYC0>#hP=o>;Ny@ z@koQ>E7Wq^w!#Jb>p>49`egm)*!oI2slo4qZeF1Vm6O%@G5rbRW%0U~)E89=k`!N;)^?O2p!MiKOgLq86w#m1YfO>*ie1N1~o z_~^|K)2<2T_b|phY|hcD0FoL9i0C&Xjj!j~3U5#%e5*y-TmF_ z+-d(0e4^7ZL@XdDvvPhLC}mH|o;{*KwNYoGUR(c${PY>zhbJJ2`InoP)0-rxxmZO{ z?BRA{L(KK;-Mgi=6yZYL5t; z$hE7E12y&9LZGY3bhgrNdA4L4=nL0)>}zDK_TtvloW^}k7L0fl1Sj-oYbU2l+56@u zdCdS%c`EBS+T{rooS_lBiDQHL@>%KEcURPxY$Y1lB>bx+H-I^r3w0Km3&phHCNd&`gtAT@oKX&-!adKbH?5NWOi-;4s723I%XU2E^J)nJa_s5 z%WkGIWV-WBRoaspSd#DX%H&cjlDTv5!&WS&I4_5cy_^<`@d6lz+0BpajCCWKN zKD_$$W$!1)3UC7tkWc#udk()-pbeteM%&A$0m<^)Xv$k zqz~1Q2(utIq3Kapd{jpue%|7bJE%A}J(wnkfAfu4bfSj=t>onRQ08J~yS;H1Rv}?- z37u>#jjfMoOX-4ogC*=(dq?n;jbj2z!Xs+`7;t`bXFn9oKBt9-!~S+3GY|V zV%pbodwpbNzg}~ff(sO53|9UC&{e$8SoXZlHXMUV)EH03(aL2_A}%kv#?JVB8H6Nq znuCk1&&f-xTw4tXsy8H@^KMqg(NED3EwCF>E50_o1W`#oX^x7Sokd7DCD#fjGg}o(8;ev_7Y~3#|I6FpTj>Ux6iCg_6Noi2@AMS( zGooC&hMrqzebz| zmnKcJa)E*gdDyxjE+s9vM0x%ER3kj$l_W9XHqHzb=R)aHhwoeiz^^3ET#uE*n6sE1 zn7y-mngEcjZ|Jy8V)`gM2REsdwJn)>S*|qM(-(~6D7TZf&|`fd^b8)TSw?lkTr<{U z!#?2BZQE?E+Sd=8C$f9(x@)sKZtL_J*rb6-+LqzGbS<}`_Oc=U(EY0|6z8P-9g_=U zf}^rP!6Yn3$_@yrOsLNQ)N;kux4y28;bqmekkhyCSQqYKsP_@e9jG)oj|yb(p4K6s z)(MQDo*O`7j6Q#V83C)HCU_xzXODV~D+uy4J_wW6eiaPRFY+b7C?sZk5*w=P!ZuX72uXs9Sxv+KcOZ zEcVU*()Q64;XyV#Ru>oFOja3(WIdp|v9wvdhAAhJ@U<@z8TVL=8h)<;YND-ES-Dx&C4Z2ngnPA7WFw#!|_Sq2mL_8jGk&_TNSL_VyO-ep5xdyIN#5T6YGJ+l>fxHXGz0O0FOZm zhGF#SQ&nlefyaTz`(tya?%bFaMvg&Kw&mdPZXebZcxW-($wU(k`_qSyf4suA7yQ+b zuG5m;gGF8_}*oI_ROw0g_KuVKDEG2U43IPLPZ;an(O zuw1Y*5G-`y6NhNo2%ONJVlvLf?d}ki1~G@EuR*k1cf#%1-1P&NUG}@iMvCm_U zsZ@=>nFZIrYOe@bu#aVIhMqLVl+*DQVAvI4i0H-Wf7bsjD;L&=eDW>FCIzB5F-PCL zt>3iSl-ZO#v^H(HAAS5-GE2^CBj0K@k;G2KbV<}FG2(c8N2V6lbnjhl2SDAsR*%Oq zvck_L%*CoTyuK(rS}~Sqo_UR30fiqt1zXl&9YMV}hD4tUZU9;^otp%%I^cAi8c_1& zI_gW@b)^=h0Ma)SSiux53XHd}56IO7OApK4`GQFZC3tEA7}ilnn$!8)I8 zwZrbWi|r$Eyvl=Tryx*LTV8UoqmIu8c<+1eM}+UUE#tm#1TT0>gvra`r>JUR|Gunt z^ynKEc6|>=ac4recys0}IWN(<5)tEBoKSG?)1l0D>vcFtZQRR*V103x`HJvqac*x+ zE}0Jo2|<^};q@N837MtxlRwq6=CDHA5(+`S7G zU3!&vxAS~^0D%?o84kXE)KU$pU!1AMdMuu|QQ?K}wIyt=oRO=XXW-6(JI~FWImJ`x zWS8Bh7_;qoA8PN)G6Npfq1BqM%x$iVG6XRIogRDUU9hSCSHL{9ix}-iT6p9}?dnP% zUhQe^>f>KLmd3BVql1K%G@$$}Mrt^59(`Co`m_31PhTEXA|_q?089;evqo&uN$f<~ zkGCXJ?LO^OL(n$RFq(n@qN4;$?U7C?xYnIN$K6cRcZ$*EvS2^wF16A0(;oGuPu&KA zq~D8|OW-Tu%itCmyw(y1ZWS0|)~aA?WS!%o&7W zhyM4&IZCbL-P_2o9oJ)kT2Dn(+fyGSK?m=nR0aQ#!S#1&&o zWf;Z6=Ir(@_RV=)UF_GFrypKdULf``xir3L5`R~n?9~wmk%$0`-*rtOfKT}_d0KNx z=hIrA1@uMYn{YjdS;V^h^fCu*mY+83aSWRyo_dgH1?PEa;=%>N!`%=2+%V$&SZhjJ zhi!Fuybu-_R+BsH*Ab?QrvqRQv$mKBbq9V24p`?F7&RMVPDDsVc<*|_cztBbNB<33 z?J9$Y1gX81A1K)BvPkTU-R3zif@M*DyH&PeYO~O|g4;{(1>+SY5dp<{0RhKCkL>`B z?Z7iK)PkGkY(oesjnD`6qn?Vk-07+H*$=Ew%!@j&yZZ$3*J!$+IANA5M7BopoTQzk z{W2BeS|r+k&b&PzAN?w}{p`|~=6ko-EtTKb>HYs70Xq!aHk;`U>5EX#3< zY{K_xur0&7wsu&xA~yh9Tqj1|bKqa|UpTUDYm(r9(ieylGA9)yJ{DY$=p~PtkYMuF zQthgR8Af#d%-kH3KXZH8ER@ti-5H#u?z3|hQtnba6A)QJ&ug1^#LnE$sy^3q}CN8RJ=Wuo|@Q;Gnh&5BjX;Y2)(oM6)c(`R1MLx#7<1JN?C%sJGO^ao0VK zeRHQX9;jJIG%}>vAb4##oSL&@;7qw<9xN99;M~W$Z72zRe}3vobo2rno+T}y_suic zXWVC$oZ8a-nWuZ=0AH%awhZXPr;V*_pOL27@W~h*k8g)dA90VEMe~I%fA-Oq*&fW1bcbj?pJJDa#Y4SpcOK@I&zAFAuSi}e(|b^Kp%oJvooeN5gdp;aSoh=N8oP|jU@b`P#zii0=9<1u`Rc39@xLKe8R%ksKwUUa%t^uHi1?KQ>4i3lY}D1W-R7p zgtLS5Er;MpDTxNR`-{)>n2%J;jPUE;{HlN@rS|=J0Q;E>bmNmFOFJ|>wA3RS$*$9- z(#6u9U16Mlek>~-Z>aQ)asn>}JFJp}$s=Sb74y_@{?=^*X>#&+EyltrPbkWg@k0|6 zB}tkh(^iZX900~|c69MWg&~9>dR&N7KBp`;)szPZf90I#YpRLJW%P%yn{=FGtZR55 z`0LG)Nje7nmBT3TD;H;c^#$y39r_LHq*5VYt7!rw@J%_ZeZ ze-XpmvQ)E!tGX)G{1r{RleXJ^LMmgAAxMu!J4iE#fYRCr&s8ne1b@LEpI#CZD(FJS z0&?srBl3@Nv6zyV$mxV;fma;YZ7oSXqmJT&0D14sKJ3 z<-~7*4|L+E;7xwVS^F+Hlb<$w|^?+6qf7Ahfp0MJj zxc=H`!t=A1dS@aH7PL95#?PV}5s;PUYwq(7`><2U#pLeR-#ha|RM2C@glxcUF>GUJ zJH6NW4k8!!C}Ep{!gD~3xP`AtZlIwt=UiGE0fvcfOD{|K+UhDXT~0dNMR#;1z%+xu z1&=L<6@@u@uJH;X<^{k6892>R?lvOMY)>XbwM1a3hgOr;H!ybyk5?}q$2^8_o9_0i{vhy^aY*R&3pv9r zbFuxQ3a_l7UTEvDX?vwpA(StNs*Yf5S&dwUI8l`vmBQQ)RI3or@`$lv{J2Yw1gb_lTfbkqI1JaWxwaNIkRRrz~nK!{vCwc3WxF zYHGz($6mC{9p-44fwOKYB7Y^?xhi$E8a$QOL={LXtUGEP5ax95yGY`ny2D}=l>bK-7{CRPKJk%x=L$PJ(r8LG%}st68~MoTtczb>tYOc=V@ zXzy$ua8h4nt6JGioZq^Y;IW#VVkJ?iI-=jQxxEqInoqe^g; z!{5)5dh0GP4e;PEAa{}H-{A3o4D!Hwg=xTqAC%j&QUb%X<{j9LXwK9DUx-5m%|7{! zkcxzAvq@!8e|FqXYhUw7o6;90F=+D@Qwo67qmPD-U(8j6TX3sUVyt+H38vAUu!7&j z^dlA3D~9-ME@C$?@uHA#{NeIVH*cKMN5e!ecvACTbs*wTF%r5iE{(A1Hom6Vr}fFQ z!2sYOIl%>gGtnigVGlbr!kS>j9D4Ch5qxq1jz8h{Gq$j#6vc)FIG=$DepXdhzMX~g zbMuoonqZ=;I!ouFRVzFW?e4DhDVcRV65$94j&PtMtO@Z%Wn-acf|q+qe4Z@2=i`Ow z#2Lg>Z%ue~Z0bQafe+I#zmeITR31(TO*CQsV`l(kV_n!8i{@@~(p1ZwB#xLrT0AIrT z7Aee1$s8E5v8Bw~V^kRP8uSTrSUk8kwiEOTl35NZZF4D*oWF%W{)|3e5GLr@_}~*x z!U;z6G-Ap1Qyp8fvdrO*fyRN)d8P)2&PMy#;oiJ9K0AXDw;hBA&O{Bbh|@?uOUwBd zf_t#P;ZfsJ3k$5DeE#tX|C1=$C+CL@ZZmZ}S46-Cf6yyI#23c5!1IcLgI}2K4Jp1* zRpo`*0;_~~10pVGWmAIJA2C+B^g{^lVy}0?N#DMM5Mrv{!d7pTLNX_$(={7-L(r?r zk0uEVF2)Y$CT3HK2`QN?j%QQIP7aKi!% zw3hVkOAqz2Z~pF6Wh9>5M1RGYPY^tVhg%U|oQ;%>Qveac*7D>CdelFt;gOqh#>pmZW(cAN}q-)OV<1g&0SQy7&v1dWklPLA31H{5OeA zGCsWc>$6;eWUw$Kh-fa7K+519nnHMOaiMf~`Et!E1FXxaS5!)Yov#QHu>1$kR`;Z* zb?M(Z(>Mz|v0jCC+;s(Sw)i!B*XFXOc>C2~9@JM2>~9M|<4AC_Eh`?iBskziuCP&L zxytdIW1wT5u`(5Ido-}_<_QpBNZ85S%aitCbSkd62gBdGvB??0I^nD6$up-pTW@mZ zq6O$N;Dl!7K7j#D=?K=VOj_4|VlG3sIU1l&(~7UB{V@X4!og0-dU_ul%g-?IX1W;g4j%s5Wnw0VNI zSG=pwt9Rdrn$r#u+ytY29Hb4Bnql^7or8BR9A!gHOw~sL7ST0#Ly!~X1{8u0og~jh zW%=aM(O0`60O+~8SO)CRIbU!RdSWN1#*7m+eC0=G60!>GB4-EkWm-_CyxZQ0dxXn^ z#7DTa@3=eZC*cb6!g^gl6yi)^LBFckITVsQ<#cO_L&z_n5M z$m3cL?T(M}hIW0 zfTnUrqUY@s+t@=d(5$m}#1Z1gcG=QVaSB*D2(u$Imm}eH@P~jALiwCClI&CaQY^aL z7XBzjVaZmRmttXs*+AWhvcBM%STbLpQutW=0W>t8cIrH-fYwJCCWH+}bge(gU$W;p4z{)XT7%1@ z1Y|P7SywU8atRj*dILM zLUQPyx<8gMpeP_#4il$&Xx{}Wgt>WYVx`ej#oyGV2Y4*v2^orq)eI8A3xKa#It#~XV`eD$1he&GL%GJMCr%o;%#>$ zDVSSV)(IpD1C;g?vLD^VE7G^qoSjto)sHZK(yzsmVHeXN$1+XGxm&=C?5W=4C=5(`7t84uPJJE7$2 z{&6JJcl}G46*Jc0P2u#_r2vDc?mzBmW}8RDt~4!C`B#^)r}~y#zx$#PrrX_&>3u{= zOvs>aX%a}N3}ay+*2!ir7z$XXkY0f*uD5G&WDe&_N@VVH#^l~|&C>OfhkM)d-pCcE zKu2Cz19ng$W;IkDn&U;7J2VmVx%Qy?Rz06Ki<5>+yN{0N?Q7amWLO(6_qjTxXA%%R z)x@4wur-cTb8&oS944+BCcwg!5&cy>#4Q$5UYf2bv8Cx1(7+Ct;f6ADU~nQgz%=ZA zahdbMX$WV_mq2c6c<*?9gPGi2=2MiHWSDc1L74_UU~eOdX1x0@;|F`)vEeet<9s`P z3t%-ejm_OBV!1eVP6Id1rkYesXl5-yTh>GWnu`ana4nPw+h!=*mZRZM-ch|ohc&4E z*+9ntXVHT-+&=uv^5tPtq{LfI?_tZXxby_Zgm#n~V&O7#%*78nvHo&#PNM|WnFo|B zwl0nSWM+$!J<&93>FjFX;5FxQmurDYGMYOMxK?+bB`3HN$q|z<%Cm1k^WCZ^FTEN= zAaC@$)2CwLogd#jH=aw$hV5ICw!x<=DhpF=s;@wXBHa(B97H=rI}uiZbFIqJLS6KQ zPMO9&08MQ+hg44-cGN7B%+uB+eMv)KFhBqrnvOPP+D+8&%M2XOj=}0c)85at$MI7(L-+miS_?9Jl)LYtH`U><$CpF7)aV9y2W zTyGx`Y!76;ZMNq~s;>#&V_wK;qIgyB?8dCoW@w;^Np&s-4MX5iF2BDn!K8O`IT*&v zf71KojBqdsHbewn5Z{?+02!c;Xy@h?uZ=ZS@=>=fRBW15pw2LK^v$=_kTo+;3SaDA zx^T0v)$yeO3noX;8HB`P#pD^a!lkJd^PuDdj#swwKs@F@0 z?ZaLCj{F{?tC(!9fdpCLFOf(^$bnZE>Ss}3aM8{ydjj^AHR3xzF=gXR;1sp8#SF=8 z!@Pxxn+|J4mxm^s&AGk8AIE!!od3~o(r@OGGdULfeIDL8xrzHlAyf05*TYL^-UfZ? zgU=mJ!wxBtWSo9yAitwo6x_z4ydcp&LNPRl(Apt9BJmP= zlW-p=rk23ala+VeFBe&XyjWH%uN|IGJcVP^O>6YBAROy3`Jz1Q+D7x(mv7abhBes4 zMn}~73UcX|5Kz+9OM1y1xSr>s8 z`*G?vtgKoEyvUKf$D$;=i379AD2pi58vGW*ys586mo|FFPjHJD!r5@_*^ca__uxC> zJJYZ`LDbn@$B4YKThP1j@Aw|<_4XGG5CCIv9HG5mptB(lk|G$o8b`Auu@~Z-7z)gX zCK6M#=k?QC#yp2`edSt(<~bQL`QChgyG}z+xrjE&>TppbirY?DN=*!HNSQbD3~A-L z(A;yM6)yx65oasmw^#&p4*OGHW}aqiXx>_81@JIaFHo0puwJCEvMjH^Zs`+pmiba$ z=xZM$CNbT>8Rcz(TMONfiJ5a8ac%(QV0<^-8OTy`@8PtLKwy1}D;`S**~iXh!3n*1LMky49E zSFb@|PxNnc#LrUV^?Fpd_Tj%21}po1uL#BuD>Xd@LlXb+=Pm5X?Hq4Kn8mnh&j}=k zM9=WN-<8RJ&JU2laNiBILJ%2f_*NzZHP*lib^c>LEhuV}J}v4DXbWbo-fsM0F`SyC zAU~Hm><~vF1sJLGAXDjWlf984F;o6~BT$5Y=<>YS?A~DbODhodz7@z@TUZ9i@PfYT zj`l__nyNk~uDlw%mLZ`w!T6}-_fnvCt;e__s4K%vQ81c9{bc(8sufsYk<}K}>~%G+ zj7HFMmqZSKQp2zyqpUagNz)b4Pj$n1$ep42qT#FCs6XXrlDIl%IB8{LL(MOL2q1ir zzoZ7+@?TQJl_N-M2wznI{F&gl2B7lveFIQ3 z7-Tg(n;0^jSM4dO%h&zgYT$Qt6|%t3?%&No z4$Y}-^Ua{(#K2TGmFG6h7z`%n&YI55$5~wXfs$+0{M%VlEnR0LT)t~=$A z+Ta|@ybA>GFoX6%J}y4}xeapos4Nn*3YgKoWza`e1lN zAvs~hS~h!HK+_htz!vgm_LYZGV0WO2al@Rll8jaakUaoljZ&%hp}%*K?|dq*c<#e1zC9Rh&G#1>Uoe$V65xJ` z4ay0u$p!`F4gH{JLKZSm86XPp0Ql%1^nIQ|Q~6|A;lBAtp|4xZ*6TFd|9Xe#f65O3 ztUv%7t9LwK`L7?F-R`9&XqPF^kgNhtq~RI#cK3D-0un2DE6RErmej7t=i2k^4HK$3 z2FN5T%4xFAmsl17d}q`wjzSVj|J8!{Yq|Abl?fcg6Sanj<_2d3Dn2W6V{P$j$H0ya z>O@x?mY#8P^rA9fTN0G&`fu%7wc$8pTNF{ps#P?qY9SF0Pyfl3`2A-DPcK&iegi0zs}1zWrx`{UwZF`b22F+bZr}=nh%V zoZu+y-IWn*M9NQb;x~ul@z}L_xvHJhEl#05P}1J%*%?UY5q50XU^~c$-{k5%*G*SX z+asM2;h?Xpkl!uYo(exsR;%i>CdrCf50gVC1BqCl*KM<)sVA2!jmTlbz?hVzE1TP5 z4psD#!Y|L$ny$Xo6TZ(7Ob6%3Xas#zFSb&^RdPgsm)WFyfK8na_5HNH3ImdcNE=3tx^yl9Et^{4K>x%#4k}j0VYv76N(DD z(jymDs?^2G(LGFg{^`fOHw#5F_6bwCit6IO+==W*cVfkT;i04#;DIUAzA1woMVnnN zsw`MT>T!a*X;(Lz>yBcGd)4i*C2Oc%k(N>)YPyGM`n}Fmrc8fTQOdi)QlUnHNX2|z zLUE0UiGms_GN0ETo%lpmNNKHIY!|=vLNRKp+k0)Oa}ecEYvS>Z86o312MyKXqF8N0 z8C2cFy;*ty(Pfs_z@H@Aa@+K0;@RKNG(ESlw}03ZG}m4M4K;u#-mt}0PaK{NQB>1~ zLE1AYw&!uae(G5qvq>O9V5>yT$%wti!Dcv|>Q{uBDhQbPgRzq=C;P6b*F zJn-7)ZOeR0p@Z35LsF3orwo+phHQGy5oVMhwz#2$Z7HGc8b7p zxuxJ7%;%P*SK-!^!OGb}_OZUh6$fhl)6)1$;&u7G8{8f@Q3vuM5>n3u zDX%P2RYVe$WjBYpjU&|m_ZGyqW1J$W5=j!-2QnXw%&QT&8VrwBKwXbO`ZLDluQu~2 z?0N(NKyrvrb(7D$FlOUcKDUjP52F0?U1Ohw---g<7H?eVDPzd1?2C@3yEoC%^K!&< zBjd*N9g=;@kf*L_tH!Cu%koNl1=Sr><3m|B{;YrRdp$aw{i2mOyuUe|mCW}JC!t9* z_&jBHDsfreu#V$c-x)#8Q9<{-Y7Ih^67eg$#V_DE|8%=JY;?U+A(>Z#B3RLl>P9A4 z@Sd;@8+epC@tI$A0c#<{)ZX^O=2_k5-WM3@T%wci zHHX!}zi1A75KooRhT?Ss^)w_4K$-&^>Z9hsN)bG^nDo-*AU#Z-YF%SbD)zoM<2);E zt?L*2qU#R_w2WsAeO!}juLSWQ{m*|!BE!~uB;rLsrkJ=I?k`r%H%2;gWz2?Pb+ly! zW8@o{Ntr?1SvV+g2AFj0*Ov7wC+S9HDk-6jF%>kcFc!NGO)2?JKl|k-|M?gGe|`f0 zatEl8yr>XsPD?UL%YzoQrH;M4X*(Ve)tz#9OHj^m=rZ_mLT;ETB5F95C1K5Co*cCu z097nW{U6MSdnJMyr;}K%B3)KJZ;MU!juN0yeh_=2kqjAACX4U$s6VXyMSlSCP<;kS z8x9;t29eRd3Jt=eF3wqksWH8ph)mn%q$wMG{=fR9zp!Y)=fvr#SVlXuxp+fCbM@mY zA98b-eQhqI9-o=TSKw83gtn7rWEKngDd@MY9FZ2_O`9uYR|nUVX2W1b{=h>HD%v%7 zXw%5#V;;eAeb$2;F~|V3MsA8Fe+@(RgaB$|b)I8Iu9DBr zQdJ73p8m&={5_6lm&Z9zq;fq-OG!!)Wl*&-D~e_!Owr91E0FD+#jf+g9!*kFD-Owf z5-Lgk3kh9{K9W$GZ+cwt?cYi0xzx=*r#`l})96Tew{~CW>p_iOO&kU4IfJ~Na+_Ypqdw=A*QFJO*$jcohT8|WRECT_Kgj#p1asmc zIxIW|OUg*7S185}^>bz~E`>c7?;X-hI|>Z+>5sqpqd$+9^ehd25;dT-YOS3&OX)ZS z_OU88foEpRC%q)5B#6Gp(f2Er%dkD095iXzy~A<+F`4SrQz(r^N5PoTWBW}K8E;FY zn6I18Dw)+j#w^FkZsrPR_*J*V-Oja0@TncXCHX>@!B5?x>v};BneX$9f4!h*eSpq2 z-_$qwKjEu&DGDNTEMyJuno{*9h~tp;6r{>5g-J?h2RRCU6g(G+(rtv}ER&@ull6zv91nqdV%Vz9C(l=GCg@P0?vXS7bNl)|#KGc$11@ zsoQr|~HJv$dL~3wVJwdh9szM>6V6#_U zI{rXUVcAwu5(d0JThq7YSSWU?FnWpTx$8j7$85-uzVSW|H{Kjv%h0AxCAylO-fVT}#`i54Tv5Q3sO~Ny-v08%&*&rg4t4ENvjy^@<(aFd(JSGR+I4Usx zVSzphp{bH*!B7&d*S1jV+>;>y+!j~QtrVXs{hXOYl?MhAbNCAbv3fo*&`1f0fdm8o zuNdfomT(qEmxa{1&26XxLe;M)BOtC+;`Yg?N=<$gHM~NeIWFJi!c@Oet{OKno%Hh&O%Z>~7eDNR^B8@x!ykMPrB|2!d9WDFL z_~Lf?ZPwHx>gsIXQdPi1{C%CpU(HX}2lG?=FXkrz=jSUr=w%%?6chn1ewTiTfE*d_ zBcQ!u2&HCF1k@rotAGMKd8?XV=Z&b0_cH>zq`KWJz8hakaMt=60bP#YM?k56i-0Qp zDM1m?g24Yn1oZnt414OoQ&Icaf1x7Lau5}fnLJVvm(D#Eb<)>6!u^ekJ_Ck*F3+S< zJd*f+I-s@CjrR^HLs^HG*D)t$EW+r?LyhD;{%c$nyRGBg!Tv24a+%#9MKuJ2Akz6% z`9L}wpY-oZM=cUWI$&$OmJ(}<-UamZN2xor{wkjD(gX782%tdXqN{x|$e-Kbnr!x2 zr#Iw5eCIZYdkDFZNmN?X(K*+I=uUg#;_ix3*~AM(()<&4#z5BCS@jV>*e;YzuFOo3 zpVemBs}iB&5DX&~N`KcT2)K>k{4xe}_E^bZKS7;+eVK!G=x_Tk{+WLse~R-Rq{5NtEL%J$h5L{Z|cr{^D6H!h_GFRucdyG23$(o=I zhzOXRZpEyJ`r9H6v;yi*!MZ2^s)7FbAB5;3V)Z5>dCdrC_T}RaRR6?8AuoPcLhtv% z2o8gj^8p}#<)^}mN3iFgY%uj_K^alef)Rl4*K&}e+gdPm7m~-HO7b&!BwCO4gq@q0WiV%pNYh}f^xdc@N5PN5f+A={( zcRaNBn=ZWxL!1A+W8>Enj-Jq}n@brtQrTuC#qcTLZ2#iGjJ?TUfOHFyr~)GCaRej+`HpBS!!}g`=K|4!OiYYG^X$I4^I6~4hL$Q zNuM~U(?bPU*}FIVUCM)e#fK61>$#5DKGp&^>vWx1O+$w$T9V`foivv>(pKMd0B$Xa znhXu@sfjJp79mH3ba}+!mV4rnn)*l^y(F`WO5twkDcb=+n)m( z&BBiXjdln;pnZ8%VYHcz{y|AKIJY<2WOI)DeRza2`5W^vMoVGXe}X)nJv}%Bd;JdG zcCNpJIvC<_jH{d?Z-hb;JRz_5GGw!?F-x5k-#h1_rzwyU@8`y64 zcsy!1J3A+;;l}op(OVwD?BS#!=?`27m`4!oEOz5$^_bl{Sv8S4H%`{kriF@6%|zTI zWCUDabU_!|;VD&kvl2I%V(=aD`o+xE43btH#XGC&+?K){I+>$)#kh91BsIl$$acG@ zo1Tk!L-O+y%iIh(lgOLdjYsYOr`hdqyez1c-Va6iRUw245c2Cq8!dj* zwe4|7*KS8~chx_?`&>7KP8{_vkd8+F?Ut`l$yWs}*}tOXWQ(`?_buPMTydhMamHdK zysDk9^Y^(4enF_ESKq|SE%5au4%nxSzP?W{`|ft}H8~lTj|2|?4c23wf4W8ZN-(!fv;B9`OZd)JQr zo>VsI5KVP~5qv8TC)ZCR>5MsTY7+*ee}SF-+pza%FxnG!r+z(J39^JlgNmU@+lX(L zrYS+!RWgFC5SGU$?X4>gs@568XDk;c)0G_9mQyMQdA&tqgSpiH#&L?XdDx?MD;v~; zrvDQg?LXWK{^Ppv<`2A|Tn?M3?U*MHjyb5`@IjunaISnhR6aWOTTYDcDLfPtdShCM zud;F`hLy1=>nNX5q}JoK*l6#<`)cjcKQY#R-5mabVFNw7+abya#T%I9E*B=~J;@iP zeVQGlZ1U`e8FJ&Cv1&C)PvhHXsTG7gzq87G#m-p!4b=&5U9-Cn3lPND79ia+^~qd; znowYrsk-b>4BKBO#am9>zPls0!)P|c8|u%0m}nJ>Wj4xIbancXoO6Qxh?)`#h%e9vBV$9YnUVqNz4mF2A&*&! zlqPNRjpZT0P@&BUJ$jq^(bg@| z!bagJv)a|4sa>f%yH+laRmLb-xM2~sHu?XN*7m0f65cwUZ&?vI+YXKfc?E%eH^zb= zzMB?i_xEfNQNS<08$2)#cQYY*^4c$+1s9KxzS>?8*nH!${;`Pkqjb|$7;(q_Zy(TOw{W*OBb*Q0dAihT z(23h|;!9xcj>NJQ87N|LxbO3hC^>~f+dv3^eD5mNnqlX@8EiJN2~wG;qhM*R&^a<)|)4t6k1xhCAB~L(L>!6PDD7pxZTZ-h3i@u2dpl3 z7PQ1$I7&or3t!Ah>yb+N+aZOw5yr~m(wv{(hYI=b+3>emDzAyfv6S}%wb_SlsL7H#*`e9 zRug_v>2g7Hm*~2q(+Yn*xS&*4EqQraRV49ESz~RkzqJZUZDe|QlM7ZuN9TYqyl`C1 zP{#e1`38Em+oo8XbhGRXFJ8VZHAAyCrS*siw{OV6ZC?y>TwyU4(ny_+l&n$6JKQqQ)^{pG@DZd z>l)rD%8^E*RUW)l)rT50*iwtZ6f1;Zpy^XB;0g|N2eZ z@9ORYPRfFthG%^i@{;$fO71yX8}dO;G0%O~jm0JF2zywG>gsK$ilbmfsJ;uoWSiMu zWpuei;RdLAd87xqc-x$BtZng{4;#R=CzV(gdG6}*;3wCeXA$oNO^g>+q%($SRDB9z z>EpADw4Y%ue{;Ti@E;Ix|7Mi@cW`cE+0N<4xA>vMXimzWcN=0K?7ft8dkfKNUC#-v z#;&hNt$x-_{&m&_C(9te?#)LPnBSU+RIid>d6MZ2an^FM{mDe!;i3tMGB?NN#h7J* zuB(y zWVZh^n%rNf&0pcXjwv)wT72{;oLwcg#YH(0CfJ@A(*YEX!E;p^!ME#I4*!YUM4FaU zVfJ#a&C(g?CxOYa#>`d+w5|Vw%=>>heYQdVzZ*Qkz+W2^V>IL0o}!W=E9Kro&*4<` zCkpL3CCK35ngHVMhlcY%uWSjU<8*13fAJ@8ewjhUH}JYDE4&+z5;Jae=!@V_Q}WM9 z;6G;3$Dfu{aJhifk%~n=SV-TYdhW+hPi}&4pC64o-X}sQWXVR9>bd>vAdsEp=c_8W zvgk)=7s=9I?u3CE!Ml9PB{2Eu+7*L6UZ3l;#ljokXC@V@b0Xa>cAHMpzYnD1fphdo zGHkh>rDE672LH@{%22fIC=D^ zrx{rMCr`77Xyu~o(^S)uWpv-B<)I4Yy1y~jHsiWr#1kvbNu54x?wV_kQi^=WbAC$L zp9JAQV8U6HSI3FPfeg#hreceQLT%yMLg7FgQM5?lw=OWXZgVLJ?b`j74X5ohzF%xj zp#Q%H;xsz#?dQQPVS1UbH+$grLR2lde`X2)GMz5Fg7?9z3J97n>mEcvt!0+_oUDmCaLU!za>@j=n5v6PPCr3y4TjPbhQRcY5IXd(Q z@n_5DQFii9bJ(p#N>=LCvEZ1X?TW!a45I%LjrcpR7yx|-CEf{$^j7&}W(EJudhU_zd?!rIlQEyR;=g4U z|HKy`@c)fN%AfkA%DxJ>wIR*?&LQ=>aY(_#>|7MZ)k!Bym`y2Na>!9N&o!^-Jnmms z){K;YXObR&H%A})@r}&HE#HDY*)?6v#@1|y(pDEP4K6#^{>~g#)GApii}^n{N5Pir zwCSxs+9Y-3kJ^X*?vL8;cK_~=BCIUADuVsd4TvBAu#)#WT{CQ6SX}XJM|6izR4X}{ z>K*v|4=Ick1pOZ4Gc!{%iVkl)5@I8=YkvC|i)ID&<1m;V-=kwW=ag%FM?xerS=O8k zjUdxiF4anU<{b2V*SSOa9|6X)5Wh~S{}AxI`4ZRuokUl3+mgIramETim)g3HH#p-s z-#eT!t-uY=Sg&yQ;)zoQ+aw`g3etA%8F;77f;{o`$4(pbQUSrPymmuQ;Va2H@3P4{@)y11G|@t6zx=o4fb+apA=G(&sEU>JMj3f_Ca_MJga^& z`gK+ndRFT<0_l5s))k&(=El&q)TyGb;i;*269i1BYm_Fs*yGmvv`m;vl6zAGfwPY> z5YTg7Y{-WabIU%4mX!WEwHjh%dHIfSeC#Q8Mvz)j428S%a)AfF3;Cm^3}u{s95U+@ue zwL#MI=!V-m&4qjL-!8|og24l73xBVe@E0+X? zWHVDO`T1%XyUF$|K?8Gg<0s#{Oa7}=V5rBBK;Wa{yFg&R)7fu&!_H*bh2`p1!W)~(tsS13#HCKgE7p$RAb}(g(y^RZ= z0BzsUuX(>>CvCF3jSKc!ot}TXHxHa=LX|MCPL~}LF9Xke2IQ(|9maTY;f1g+Gl6ik zpPjl>A6zYA#ozbnLpyd)weU>`XfemtaDr^ ze_hL|nsA!;If$edSm^)*p)y=^TZFX5QE+ENncIYySbpl}A^2H@R7*Mh2W`Zy{6Dj z&1a6mxybYLeU3X~ycC)_0z;UniQggNgi&P6hi6Dgdsbnd+F^XnG~usP-xESj)Cv+NISJWQo*Q z%nG6*{`~okdC0wK-C6pOCHBszjZ9ZbyZMg0J62|o{To4+rYEi1i5q8a8~PR_@L1!Z zjm|m>C#OqV*NV#)Fkj!f$waFXSZ3D`hUk;1Dgu+SX7%C1B;uD#3!dnS=SJPsS& zV7f0xC!s;qxf~n{>vUUWFEo)qz;;Hj@ShG#Jf<;U;=OKIV)5w}J_#^)9ogJ4xU@rKpIkcK z0m&$sVx8tG+U2=zR-13%mZqSST(Vx}3ObCo;KxUl?s4ba1#9fP@r@H4R@~%AXANM9 z*%jHGYxk`VT=%`;LuAHvt5uRXRBFM zTI+3kww&uuCL|sXct78SQCacjf;KC!QTp}8OI>hnkv8G(Lg2o$_(3jMBB`rF?aJqh?X3LCJJNaNVFEZFWrR}EL{I_EmF|}FTmS(Ah%xO5rTO<~cJag>EXZM9ij2ZB z>9P38fCjO%SY*vpr$lOk9f=N)Y}<~8kM$a-!VbnXA8cvI?mFobc9!|a&q?taTOT6c zzQD62ym}$pXub_y*M`8`4BHF~3Bqho_UH8Dqeo2XdMz9&&w$(}36I!|(kr*rD@4_p z=k2Y2l9IDlAdJo8fNHk)5WQMxVL)oQ4`*@@`f3Jz6Gl+wK<;2p4s1Ya0ZVcOMe>;z z2QMfFxzHmcE^8i3-79M3o!Wkq)fanxdws~`?m*6C2?O)jV!P}Fbi;wEwHWkcIBa>V zLH$z@J4AARW5}x!M$;89ChD!ZQ&*i4qF=W5v4B#@1zBLbVY}yXqm+&3rS365`J8rL zpn8Vlo2LYFG{l<~t<5TS$sTn1!0X&0oD-=}Ix6RnMBWnQVXqB!*pC;{7UAL47{VUW z+xq;dsL4YeiJt;`c2J$fZm&G$%Y308;Vw1Gz$E7vvw*(TmBg7bN^O5%y>)=vAxp9Y zQHlEp?+{Odcg5rnjf9UL4Y=C(>)S2lg|_1ePDNGk2JN-t#0HizD4BbPF_13?r#)u% z^se5D-LC}HRd#&Z8e}ss$_=v)GIL3`UMGm#>WGX_M-88yod=6_Z5Gs?()tBAKGyG= zUF_QCo`#VaJgU*=d|C-m<3=bp8luu50xroGMuMidjPu($@>dloP#2dw7((@VeunGb zMPFXqKcQe(3*XKJszB>xe{rUjS4=v`m>vkAx==&&sto0rT3&Slir<-)TV(<{0(sZD zG74*f7&1gML@h4`Vnq=w1!CKLnW52c1c^!!Xlq4vAM5_u<$V=GE}~7im!bJ);-)ZS z3kD7$yY_2+dW0^|(j+jIsf`JQ7+r(nv4m|u6h1U|?r7vR3ZO;zz?rT|d{w!)TZ4D) zKsAbmBZbpL&l;zr3P0%)$wAl_HjlI84k=&kNTwLAz_`i7r&+{f(T@ zR~oU5IeasZ@MHo?A0E8CKOqeo6DbjX6CBq>PnDPQca7c*cc9x!?;M#aJ4 zlfiX3l~75_n;jufouzUSy?Vx&YApIKB>S0yIQY5E*CwVyb~_X8A-%U1Xot+qJV9D+ zFTLVl_`O)4aUTl4WV0PXaPoes4NdPQ?Sz08@Y68k(_P~dLr^Q!u9sd72wIbhlY|{x#kDJF{<2nty-2xZbv$|2EFym z(58FBAJ2yR(0Va@PiGkW@B(SDT7y~#8VC3$2ZGiUEF6{F*y5ZdNbt;E+ovvkgzAVQ zUXbi5NlYS0EEwPjNHm}(Dm{Lq$p|BL@iE>$K~;)LR4dp#ar)GQ>y)>F9wd|>1N{FqQ}&k?swK8n2YO)StJxq52k z!homC8DgcH$Q?}Y$tPbo#C&g>eH;^r63VRux8IS*^=OymqPXI***g*ka& z1O|Of+0$cT^$Tn14ZaOt++*DyOyVszjS2n>zVEUuKJmoYZsdK4$BlP&iFYMKf{h0h z!-hY3UAQKEz>&HVslb!0f2*ZF!7n*yNS{$YlOm%NBYn<54V#&n1B+yBX6|JntcPNo zOhU(LEQBpQ+rI8W&5A{A6hdJ=N-Tzumo&3%>S8rnYUf=os)6ITs@R z=F&LC321TBZ+p_ZL?-#ION$mp1FnSWgb=zCLl*}W30#0BbRK9pOD87UEkHRe5LKC* z3N0pniErfK<3mVK%4Nf2El5L95rwRk1LL7cGbVemJUf*m|LXEv-F_EX2vr_c0_x9ul1FWso76Fz541 z`!#pciHoz^&+C%G->$Ta`QzQBH-tBYxgG%zs zR_qeC+q=0Dql1Mr$rL3pn9xtLKydVh-VWAf3qwZDzFF^qHXlh-u%wp+umhmR;Ik69 z!)l7|jmn)y$@*b1lz2VE@=TKuZ~Ltu^W)j9w1o~ihF*7x_fLrss9Tpp=B4MQ>pBui zq(2Ooo9FMomg>RRKSqLkD~#ufq1vC*B~FgdA#hkfa>1Wair_ZpMaR3ZR(n}Nd|K$e z5A%4|BUnq6qp5L@IyyN6HjI_&^-EFmrw-Hm&Lx+*kKAs5^$TJoG%PMYb)!ZDly@?x z)zbuPB#dzexA*Q5dmyY9Wt>FFVI8#V%gDc&^KC})B}JAdPPlo|cJvG79Gl!k&u4}M zL?iA|>y%Z7Vqi_CpWNKSE@6{W5bZKw3~b3B$3q`vR9D2cvuH9mG*HFL zKSm~ zBp6Lah^PR^n0+?$*5IC&1R>9()w8gs>Un)#x!C)%FjW1nTXM%S%IPt!1Ow$ePPp~Q z%RT_(A~QmbXI&%+0W3#pq?@OlCGLirb!QsV05k?4Wdx$mAF;F z=|hs|vdeE;$AqO4{F-)^A9I8T=aH)O6js+;2Ue39aKDRVqj?U!d5$vXZBZ%b^c6HR zFZW?vBo6sK;(G}OsAyx1x8~gJ(>RLJE>xi%+VgC)V8M-A5xT_MpG6p(RLe1w!H@UG zzY=4$aU)JM^k{$E{<>P4Ft`Co2r=Q9&9IY;u&nBK@>H?8;;?96!v_B?5+X|8ED(uEXvR9-Ec3aBTLWL>{eYNc@Gntmk0 z?w6^ejk;P|SVy^3#?-Y|enIu^>XF$DDf|n6*DwSKhv9*e!<0RJi8?_7_LOk9skse| z^vAKM-lFQB8TBWSL+y>y6Q74y-FQ|JSNx6GTKQdnO?tX*9wF|$ zG8r$v2f+{Llpf^vne9rEdkfSW2w?VSfiP0_MZQ=NVmP4fQTQ$^cscmM)4vv@pRpEB z)lx%XgaVzto|Pt??-}8&Kw{Gr#&NS?D&MBaivOUykRBPF(*8jLFPf9V0aZB|7DsYL zl3^#RqdpjI6)`TTs+z}6w7yFt>DZ3~p+M0`kh$9>0Vl_Y&vmceQYK2z&Sj?7#DYxpQl}DsU2go@=?1S00m1q z<~Y#{kGl%7n_&XM0dsbDz6B|9*M&{{9A^){;BmB)45bc%&TK;)AF?*2)i+U;Sp`7T zCvG*8C7)?SLR=3vmwQ(1O`G@Lg=7F~(x*0odO*Dnc92uOR5P3-@^zH?DS544>1L5> zA}p!d?CVKBG4xSa9tOME&0~2WJj2Du51|x2{E9$iD8yg%IRnNV=T^@3Q>souB#3NY^p%&uGoB8!9;4l|hB>E&^?GshxLf*gbD`51ayFw_phWUJ*(@$!xL6?dKXcJ!vn zFQO)6uI_4z1#z;SXB6-13UI!+6mMI^Phny~&T`4Z#2iV)i-l;vF%lKyC4ZEL%0!Le z>ZTXV16S>6DTgGw!iT${yM_<_dE}`umB24LATB^`c+}8x+0f$CYQ#=&r-jsm{8vFE z_N14;^78NlD>l=^&(6_e+nR}H4pA-pwj+Zqu8=4}ndi0UI)o4ppF92bi70id)CuBlo8^3q6d--@ zjeapgu2Vr4SIUN!K&+7fW>qb_Nq7lP23P7eYkPfANRW(I6u*cGPr0_yoBauSQgW~D zKDcSvN)&8s(ZQfh0vY~fF9A4TEad0J#v+3f%>$$|{N44;SNAuRM5z!(CLu5Hv8=Th z5nBP2X(--_Faw>>L#`G1$z=c5q$cA3RO81$$k#}fAo{Xbb*1OK+#J35+i#P zLi8(w>^(YLa$NJ|PpQ|XYfxxz-8cKWs_;Hni(=IpfX(paq}4Yy+IkoJ4lk7fF?je! zMV`H|g5C_Gw0p7h?of!(Kb3)l?^+#Dq+eAq$oz)G496jpEGW}A(>DYrqFQN>Fqt4Z z+Dw3-l@Bb2j}{NxaN3;fyD(1(=6Cqh+4C9a>A}L)!NYDo2>WV$KFEj%KpbSyEYR^* zHVi3xDfS87BT7b?DPqoC>sGl<;y*d=OXnSvTMNBCnMlpND|ldn*u#Q>gZy6-F~HZeF7(4DO5}`?N#2^ zegsY?Ly_eUr18Gxqv_@Jg3+hw%j9Y}*;kqX zND#6~;7Ui_i?D&@P++aOGN9uaFAiP3M-F?6Pg z0WHR#dfMb8EP>pDkjd~x7FZ;VUIP^NLYi@W+3w1&f}@D&g|*F`eJlFVgfGDLe=O7X zDoBsX>uNGCpv0iWTCu~38S-Sfg&un~1U8sqVMfi9@V9FQ)#1C*$F-O=c7!#Ga*hsj zDKmrPV5C%1)?-o!BN5j^3wct*-pz~?_Fm_zIgM>`QK0CME|%0M~u$E|#$;Y+-s5mgTTtZhsoLo)ZiJx~3#ORKa(Itl)c2#@Kzo{av%ZDc{a(brH zUCY-ggPRyx+6HV^FfgszT>NID(EX?W92@&y0k??ss6g$1j!-z5wEJ8pV5YHk~XN)lF2Z9{A zXWKy=nP#q%)Ru&?Qq1vh*o&sE4R{Jybq6}qLnTSU&t0lxwL1dX)-P}QL|9Ks%u|or ztnvW&WybFJ1z*x^sbd}`q%|We!e+r{Ekq%Ip%2C<qIo6r#I zw3dX%7>EW#8EQxNtS|H}gY+yp<|k&E0UMZLAY01{mPSFX2^b+PgNturIz9`sn&P;$2Ifd3C6CyBL zR6$0XOGwOR1W$E?2@Bl~!^2XnqJ$KdSng~LJ|cwJ#X63_LLlJ?g}abg)8ZOo^@@iR zrI7ae8a$~QgP?FPS0inXRRY6RyyGsSYVtLh;dm%Ywh~21r5Lwa55qJG<3mp)PwkBP z(H%I%pp{8y977`H z#H>;0fpvah#b(y|6@9oByQG25JsLw}uEeYJ1BD|yFM0@g_<_ge zZ?$0AvwG7YjvjR|gy`Y45id3-0Z3ON&^~+gk1n+_*R6Rp7n50c`a#@DVZwb0|}i& zLEiq^4wp~8{+d;L@zz6ZN#Git&>|^#XrhOm5lfp93s$OU;YcvIZQk}xJO{Vsh|wGn z^yso_!$j}KRz>`s6xQ-T~udSY8uLiH^fX z3-d{m-Uf%zInr0N!z;^K9#+tF0pMK|*|-hA>19v_riHmO23Kt-4=ivEX1?@`v$UdO zk{{MJ6Q=UXDIIJEsoli%zoyBRD4cNMTxa1u$73_vO%0b-m*y3dHGHvVp!Gr;V zc+~}W3AA^?;wnm4)?rc`2X)HXXnR!+*LH+TnUt=fMAmrvrfO=!7Kd1j|GP|5i3z$# zu$C|wBP~Y|@R^YG2s?-f#GJFc(%Ky8v1HNgke3@9pHkfFL+E&ho80mS@xJjBdpw>M zajD<8XlC(j6l%rcOZ#rCuq0AZ#9XpWZH;ySHP2I~EQ%#WC1v57F4Wi16q7U{mK z!`~5}Ss!x{W#8id5zOvz|I0OJ0~|DG_{rF|!l|1|pE=%5A`z*&>f1f6B6^G&vtdpO z!7EkB+f#f5kN6tt^(Ik0;nN$5F+C*=A^=O2A&7thpP`(G;iJLliXcP(?|Sp14}((f zq4f_@9TJx+Kgz%aEBcu~l4EswJc=zx-EA$sg&I(erya<(SI^hBV9`ww@6q5Q1_AYS zfZHR8EDS8`AaR!Fgq%{uBUhynKVhDNmna!9U{T0q7-wg>IOE+af#rl#*i~pXOQ*9e zbW3mkewikziRpO+3aiX&()wv>4I?BTO>C^6Y%la4K}*C7UL zBnD-5ak$Z}BsE&nj$zipW<--hl>ye+tIYkTI>)2l)^o!xpCp@9t%`Pf1;f2(MON+2 zwVz$0zZA|qIe&Ar36S$Ynvb7cyUeVL+fDF8a=LG3F2URr^GcgBIH5oq>wOK5njo3T zFFHwoxifEi@_ZbwptMg7T#bA_SIy#Seg1?N^c06=P7cLXMkqwgumKqr2>DZOBlGY$ zZ*VrwaW@7Ng85lT?N#hm%nyo%782-yj6hOOp!9+NIWGqNp>DTKI-cz!ofyb0>}qD` z!zKrU@*9j`)eoBOK8!v{-oOQ;r_?Cpx!w@m_aNhNaM{>j@k1^S7YO(YJNc_ydQ<2$ zFDHx;QaGjhK>yGY4$4gHd@Jc{>pZb^x2UT{+AO|WvV3~Ckt8o{K5YIrPjzA3F;fx; z1T=(bKLqqM@f6%x_)?yju0j#m5Da2^k%D`w8KQ=BWbaotmb3artbM8!q1ReW1~L2tbO3Q zwqpDW12jgUy)&48#LL-1{>&9zHB$T4^SU;bpykB}chn|sSy(FHqTQvpyF6Wj0`sIbS*FG$sFYRPleY-F_kp=1skU)R z2d}@e@MFGh#|Wm!;%_w+KzU{`i;xQM-jUehW(Y)Gtac(>cG(D2jH3Z7&z*LlU^QHO zu7j3juGu{9gh&Beu2KALbK`z2dV<`Cec8E2qRRs|kc;bbX!bi+ZAkIeXi{lGg8Ssp zWW`d$M970>3DX3`jDpD15T@;2GuIbf@$3uNy`=B@#r6YG!a@zsKXYR5KH6=OYeomm z5CTRa2z{Aqh>=qWQwWtKy$#gMwJhz~o^&=thQQ;qJK0+^2YjS_Ru|~W`E<{M+AQKH^S49J$blV`7!nBF2pVbiX?U5m&9j@qHsff)!PL2pH5;# z)ykxNq49dlITHjPCxj6eC2^i**jut6XnzPzbfvDkINcoA?{ zSyqns2f#OQoGHv8)PZHwA(DyJXeU@OY=G?|R_);28vDGwszRACGpIgm*$SiW?eD(aB|EKJW;aF zjA7fT0Bo?FuDOroadoR-RS$VP<*N00mBkEJ;;lbIInI#79+#UBZFiN1J+6RQ~Rp|Le9+h=-*a}%M-MfBN!V*Kf+PDx8j-MeDh_`*0I_V zT6j6T=-<;d8-uErY*!)BWTh$FX<4YQ|1nyw2cjVuw~$D@HQax_{lUYd8N|nM46u$f zGQ`3kBD|aik9sF%#%C4xJnS(tsseLz0oE+wUf3roRm!JrS^LI&hyteug6f`9W*7U0 zy0Zp@bohxAyEW3=Pll3XzHTMV*V?&tP2GYu!OMh%XD!!S^m~Y)HQinO-Kceli8Uf8 z$#Z8lp(1L=L&WIS{nav()Ti=6CM3fWd6;$HYK#^7mR}ZPI-ZAupW>O9nuM)D6}=?FwQxgc*_4wH>c#bmpmAZo}OiipX}@Q$bpDkPmq zvhBGD@dNk-DAuTa$7ZBA7zq6@tH(Vq8_7N2$RXShoKs!*PJje!A}hl#!;1kaBLsGAJ*UCS#mA}o=rmVq(hWy-%PLz6cU0g)^rD0JEL8Xa zSq^k12c!TobOjpP>MZCl;59tMCGH=9doP-Gn_7ZCzEg@sKudCs_fNg3cdFGC|`lXnpPNZyR-!}&bN?<5yOhAz;GtrT9v zQ+|diKf|`x0-6V~u%aeX2h&J5H;pR3m%Y=*_1p{v9}QpL0$-jHYC0Dyv$zAtqbr1~ zUhK=nEOvVPr}j?~j;W69%o({mnM#`gyJc)jt~9~5ewxfDrU^ur#DSc#DAXWr5-h&r zxHAw_7|;c49L2MX2ne)?3+1`02sG#a;CA8SjXKZH!If z7vl6wbZg3w%O4!i$nkp3E%bXP)+U_9*R0Gkew`QIka5u=PfTJYJl-ci(|e#i9ag9d z*=6{>QVwCGY4fg9jyC=->Tzm6XZ;a{bQGzONLTprb1q31Jzm0h@8J0M&OOL&x95Ff z8&Q(1fx3FtS)l6_ydluahNPXlPsaMHRid=^M&^eki|WU9pBU3n$tE|ADpid`pNabG zuork+Ny@pwAIESf(_reLvmiLxFYVOXDUp7rp@Jt{MLM@BqKriyQCfqo~ad`AII%v?|P~JyK@BuE~q*|!A8hqPG77-8i6cUqa?kmb%!CA-wn_zj< zjn3`7fyEZZ?VSkYde}v7heOEQgQO){Brq6sm~R~VbdGd^)}Pj}iW;TR+u(RJ@{2Sca3D2FMXVh2(NuFJ9J=~$hl$Aq*1ngB$m z0S0!?y@472ncgYuB$1+|wS-`4YrQ505{|!zdJYX1icLlak}< zBjUS?4EQDRZwb^`q#O*LQoYW7P`&q!9&tY1@i`?y*`FPnAL6kL zUv8H^pFih}cEfp%GjpG{KCbu+G= zgbCW7=HK08&0jN02E0SPRao#ta?}Jl`vf78mQFHYLulJ0a)+jlVY7@a{!J|!K;MD5 zR^JN-dx=CU0|Z?d4go%Iw2#MlF__qx*wEA%W&p+s_-9J^vvIbc1sbE@@3&7-AoqBP zvCc1U)p;$yTo#%0p7-WqXyHNiKA44&6C-GCc>0XhEExa&PZ7K06CV;CO;^;o7wthW zkYKbUZTe?EG{G{!1IjnY&u)P`^zvo6JE#it-8r92KTmUjq_J?np{e`=F^)_^^GUfY zXMnWjqy^ub&gqazZFIA(y!hkF6E?9&wM-6f>-#PyhureJ>r2u9vpU+AA8s?m@c4Ly z{79|*xHR7MSYcD^Z;8FlsR2=E4m|(Sh2+3&;+YHJKOo=oxModcz$5$(o_6N$G!S9& zS4wTqVeZV^p9MR&pNYN&qb$Znxz@|{obE0F1zpOH6$b7g7Niq@KrAdSoix_$^Y!H% zjjr7k-(%`0wXS$l=qbt>$+&-L_;jK}Mjml<^9OT0Y>U=RfeQ5(e#KJK@9jiX&+cl8 zBx(_v?NRP(iFzucz_mo1f-E<*iV%)pYl+gV<8K)Kp&MX6?YGnaEuYr7F#V|}3^okG z4V?m8G*95`_L#FGFv*4};8HR(Fs@7xVGL^i8s>p4ZRy*j+P$R(1z-tv@K;2qU$Fv`Y zJb4TzqsE8PkI|hs<&jlM;~;^SWpBj5XM3(E)4!eVk;XCAA?jhaIx85oh%xniI=y)0 zJOcqZssDF+#2;V4$oK2vg}Nw`37LsYM2-FKIC}KJ)pc*ez}*ercQQYM@hR{iKDP9Y zzVfpgN|jH1VSR1^+eg~8b!r`JN2EpFYZX4iGbf6avwXOY2j20+Az#8vDyw0>-cZY^ zISj$~cL^E;=*Pw|Sg2T2;!Q2K?cLT}@3R*(JDI?sN?!=pib<(2BPdoz;rU8 zQwo^IZ(IBq8h`%@IBH#iaC30yx}I@^ikJolATQ?TPu!s*COMe)5C91B<1;osfc+0{19kTTq2B32Kg&L1v;PwUVg2C!iD zm_L)`@X0$oTBH`RPWngs7?$r1?xB-uqAsWDQTWgPp*3MUap^L2Imfgsxa+a9tu?V< zNe?6%77qXQA)WQvSGUVoFxN+-tX18)#o@fGTcgN{b@o@It5mA_sp~xger<7R|6RM# z-b3)QTunuWmX%)<)zs6ZU!V*-KJOB1d3SC~woJeTl|5178d|O5yr3Hf11ZT3gTYQJ zvUXQpf1Ch~>rdbXlCu$tRG;7`PCp^#&=MzpJ(c7&GhVgCx3;*mO1^w z%pd$xb6g8hEM1>fuKuX;d{Qgz(l`AEng7|7I4@bKfFqK>rW9)ZPf%EFCEb5ue2qdx z^3=i5wTMOW`7v2ZT^{ZTbJJL6;W;uW46%+XEM4n zO}AbggTTNStE=si?CPEkgj_l@FdYGqd@}9U&)#W&oJStsg@x-7l2cclvM4E-gwWr5shiJqCEnnuyZQ0KjX39qkgD zqHsIT-&wCxonXLgJTDl6uv!U*b6GY2fO9o`vHt!_3D5HjoJ;JrtoiZrNm@(bysDSK z@lLP#SAG>Ug!W;bxxgD?&a7uKcc)ut{yD-ZR!+>S2ObsRZobskLH{XpUuoNRxB z`8Txd)SKq(TJ?^Xu^9cuiiHvV?|bdm)WLxiE7CCU&b^zfrc~7MY@Kg9?T-^|Ne`G7 zZMx&ul;+EG?W(D(toY?4J!(U3Ye5deC8V`loPJqbbCZKjktO^*9z6ducPn(^db%8{ zqNF#c%yI~R1(j5y} z-vV`Sb;o7&dQd5}v48C_%Xf>gY_Lso zOEu5>s$9ip(Wn(v9O?SSp~1qBNizLJ>3sQXXR~IoS2y$aDc!HQtvOVAupsEkogk>} z65(HP1V1$njZP+Wn1ND1c0e}q>3HM@RQQ4k0auKN0$H2r1$d(Jxl_ER% z3a0*QMYL@ttGY@m1T}ks)`=jxIZbIIfqj8iezf}Ea|JH%ed{~8DwkwEe(F1xN3d`E zj&lSO7o6%a?W5Cd&<+;F&wU4x{@?T+=eBLPY9K$gpVdI4jNefBD9;c1i&|l19nWS? zp9bbirmlG=HK3i^DYW96Q!G!jE%a6-3$!XO>tGfjc@Naqq!z_)Tgy!6gqGiuR9CDz zg4imuuUIO`ac-hd=wL%8#(FA}q&eiANqd<4q;dy>qfHW2jxLb?!-hj<e;G1C<0c~-Quat_|wC8 zcpiNmVquojxsy6ajo6eB@qedN*^%TJ2NWLK6x4y+jY#Lt7~Fho@Ytog;xm{|RW}Yi z0<)=jUQbf9*H&E9liuFvzfoZZ-{+@2POHhbD`>OE!@n4|+wCZ9MIlSi>+2HK>5$xz znP{yo#0PvABI52jd$*I@ezT~%KH$qe%Ra3rvCF>)y4@Smg0W9-o-3kH^G!JrZM!I7 zQGpw-m~X5PctihBO$H5u)@iH1gMKxybYQ%PSxu!}7YL9|rr5TFJz{CSe;{#9a8qFo zQ0ng2*y=lRRSv4H2#}MiN7(ouSW=_@KQ8EBD15u1KL~gJ#|3>Y=Rzf(+}xp)XcpmYcrzs?O%4#&WHZeX8i0dlzui+hw+2= z)GZ)!vqapTNWNmtQ$Ovr@w=WUN$#7bu$bBCXH6lG$R&t01lPeVTjZZp`c8Y%~VZ!_Gx|EbM* zC0VL@b4A^ZNu!5I*Rw4=E;8MzZ&!CnM=rfp300&Lv-iVFc=a&R+jV>pO`HB{tyZD7 zxnZK5)beMKhAulj`sIE4k5*18yiRQ7O#CNPcs+Bk_7B^Ic$lWW{?*kH)gj`DC9s?o=Md7@g;N ztyG!WibQ#7f|r}++~}EL?T(r3XZ&nS-Z9JRM9Iq9M_Y;YUp@P{b9oPtm(}`KvG+a^ zH|GCmXwT$FAW)}B7l5}yPeq4Av*iz_XR)8`UQyfG=#DwsL=W{@r|Z{%!o*w+z)bOy zHASn$+F$TUmlVClZN-YQhb$PG)=NzZTQ3G;ZQF!+!#`8g3ZrW`4t}M&`p*DJ*0Q%c zLJ~kSSV!o}p{m?{i$97PUY?!q26+O(>Y?@~9oxO1$?#d3u;o^;jlYoL-L?>YZrKT9 zd1mhE!tt5eN)fBMyIuioRnlWgtUTWXjbALxpObzjDtriW{RbK0r=%0^vY%vxd4DS- zoGk;(2x)lZ?_`8u^MA+)^=U$a9h9z^-fw)f@DLc+1@mAb?*0X7G&<>U(?Co3!@P_k zcca#_IfkA8&kp`GT$ylMNHF z(u#{m9a{8ju+bj(Yp@ZszBWb+4mPGBzXu!7g?wI})1jv6qK(PlVEERKQLC4ibX?daKb-w#?a8Xmf}>RExFMVxk&L{iy-mH{^|ZDpl=e89PFWZv>Ez&F6h^RW_pvqn#%y{J1MSce65g)EDeHHG-z{E^R6?BvD(#=VxX)z;eATKjI$= zkyU@8KSrlI{lJ$nVEh1+Q)S%78N+kG#2M%LZ3Sm*%qSgcn`@{))5y>1z9Gm%&#*q; zBFKkrO~5i(jMwz(82X9T+l6^sm~3205-eLO9W(BT-_12&-dV5213L*!to6X;lbVUK zr9I6Fs~B;W1lRY4{+SuKs=u3sE&mIQMb37^o`~7S@ z{-Me6gZ`<>SatiMIwl&Zx*r#_Xa+duT?mv=g4ydec>CUPL(iEIJV?_A>-}yH;;{qB}V=m`&m0qM$KK+(Le4iw74!%5GGyiAaJ%_!l3$fZe%wK@t`33{W zT9}{je({~5xQW5e3zC>nrc(s%(#|<2#&T)5PQTZl0WDyWzpg1_a!Zw%9>-Q!OwmWA zzQN74H%z1p&2IIq(PAn@tf=fwG0aTV#vjhV3X#A|ml~^Z-TkG>Xj8gtGD4>Ql43|3 z-ZdF*c0Z>WoxQ7fO$PKFxXIA>`R|*IJHa1H>z&~5LhV-Yx6txykilyDYmlK>0U#s- z3;r_A{}B9@{NayjZ2jSnaqa;7V`}UF6#Uh6fdzm5*8e271tfLcr=~IU9k1k zRXG86IvTTNzI4KPIs~W5GlFvm46ow+#c9kr6+`meyWvjqGE&!6K`o5uxpuw_{0(FX zOCBTIR}~*JFZtcv$CKNBn`s1(zeHQC_q=U4_*B15QN}V@G%eto!CHfC^?|Z0E)2EQ zJk9aeCt87htpkg=PYDU;hM0G2SZd!*5NqxY;@tQheb|z%87|nV3NZUaVBGP2XyW;Z z<#4p?mQqNU{@c(*@W;?(Me^)9PYyqLXo9$tKqZ$ulRh&^iGIIx5%{gqAQtTNgtBj{ zeS_%RNr1dwRa#3VJn05J#3uW9lMDGcSkxkx9=KKNSnXQ&gO)8gd}P&deA+2hG>n!j)iJW~oxPhJ z3>t)vI_C5J0UEShiS(|1Zntg}PS9jonfT~un&2&C&=~WZHib5H`cI-DPf`-$tz~Z% z;ntes6pK2@tYn<2J);%_h6&mV&3>Z^ni&g)SLVuRGN!hvRJvo{SyOh$_HIn}?^=&X zI5-aJQ;G5HIvS{_zv)uw+?Z!hJ`(+9aR1W`|J$#e@V`%1Y%x;)P^37+?EXkRgpI#& zfev$%I~p{N9O^V1CVIHiKXwlGx<#zEYIZ(RWl3CE1cep!Z1vp?A^PcKQe}RhtQ1w= zO;)t#M5Bl4lsXI@Vhe6HdejM5a9l~JytmB=u>4yyVu_dhugwTb0lbK}xtw-qR@3B& za?QcA5Bxyggkk03jS~xVc>u~E9=#fob(P`U>!8UK8t-da)35d~*af4_ZHaiejD@jo z$}`_DrA7aF9VrVp(dn!T=zY)|rZrx5zh-_>aN$^e0SN9#ie~Qmk$7jqJsT`3a6ghX zi9qiG7ri!p7N6B3gt%7&MA7&WdszJ6&J!j??z`}VYra^~7ECRaI`_zm$!Y2!cNTOl zr)>&*9Uvnim&2tDA9!_a>YQ(`p#7N@f@teiRYgmc;mcK9X9M{v6no>%RlY-_*(BiW zV_N#ND?kB6SA~7W^!uB3y`@hRmfAA5b4eph#l!GT& z+tvi(-q5^Y4;Ylv0Gxh^m!2PBL#VZ1U}0D-lXd_ak@v{gN-wX8D2`Dbm2V)aIqg_ z$G)AcPgK&ZQR=cr)zaTJBdk2{=rEMg1?PNU@Lx!NA970i$}^SKu6Rs zsG}Ld?DUheh}#*=b*UUFSVZh6GS`hh`1DG<@H!v!6T^3Cb3gmFRoIPHU!o_$_kaX_ z>^2~|{4F4h!U=4Ck7m@BC_?; z59p1I*{V|w=bDVcS~}k9JKDgyc8I;UK#m#JTL6)#H`ozE_Iy>es&c_EyMVg1#~C$U z*mW!K;BGP_M1}bF%7gVxUq#P5?H4JXl}<4D(yervC<{~B*fo05?i(|~I``1IM2=3g zeHmzWm(f5*9Q(bGz;O{pG?sZ2j;3hP&coV?+1M(ye-#e<4c~SyNP)fMj@7_FJC~Y0 ztIYk=0hu423*P=OolBk2|IoQy`uwr_u{!W=^<$Ipr_~SX!4SAF|K;ij)DK789N5lr zvWB1APoY%if*12=T!PjDhvap6uSIe-I6D8%p+iEk>4}%_7;wAV6tn^-c^8>zuvp#B zXFiDjMZ@tZ_Q!V z)4wfP-|FA2^mKmcfxp$HCDE_|4O3RS=ZoVm24yp3BR>!1dM1mI(v*ZJ)Ql!|JU z!r1Q$U>i>5Z#Vz4GI$#lq!Zl0{$B>VQ{)Bad}5g7lTY#I$#se%HZP?n#ME97*nA#E zp7aT*Dgfnh3#bhydp2#l6U(^pPdkUJtH*bfAU%0WzxA(vjDuQq5YUN2=)|;(U%Ojf z0)uZMC-Upwa95%%F?DZIy3$gVykc&cV*x3g(+pAU%=<|uo$QxbTa{@il@|H2J7F`M zk$KLCIe*xGnF2Nb$$r7lc>{VYu(4bCLDrn0@;UyGeGm(k`yvm)eTo)u$PfM64Zr(d z89{eMqO~_WQ;1rQ5rp1Hh;fr%Wa#vH+!2?>4pc@ugpFt%H8pYNV72JXK3cn(W{AdE zHTYU2hWk^oi*I+^dKt)=^He)NO^Gmr670XI^<|42iMDr#a;$qU*proNvR}AqSefg* zu6w}~vL zI{(OlZE$i&V`^ZFQjI&W1e&|}FLi&a_*R28CxGNq$3&eqfOVU(*}4c`*!2RY_&KA6M$i)U z)F*0&BQkR&8ncfn2nSMEQAIR86J@>BY8Qj%<%YsFMGp>1p3T$teyY!n>>s%n0|yhn18mqN_yxH@y=PcJV$vKs5{ zs|G^0LrzDo8Q8_;{EG}~u$}n{3C$GWi^ux#SmZQV#l!?`nJwT78D`&)PGwen-6M-f z{g)3XnL<)c;%3PW@l;CD7p*z*?NtjF>w(BwhMP^cH*m=#8Wy94qf+uU-WN!vhjt68 zGKlkuc<<)6pL#ops5oTS=3N3yk9k>k`3Ht+4=v8xMkuKZPWvIqX=Zk%{l9h@k(iEL^kou`SCr@@JXX{mAbhiebdvj5jW>|9ArfY5a zc_BJ+w4v!-`IiVOf55%zhvIL$psCcr4~-&a!#aKU@e{GnA8 zHIjGTK)gd-!S&#o(!;_PiM#4qD!fWQ&XqMq^mo{>XJkId_FOL_JkzGkk1$o^@IC<~}EOAz|N1Zw{|kQjGm>B^}2{`nFl zXp@X(X|~>c84w{c;xsbf1Ukr;nMtGjzp8+$Qb|XVFKDTWO6#(yx3FxMOLOI>p<6+x z*;N%-1Io=eAG>b7-rluB;>MY+&Ecz$FNi#;l+N?OXp{!(MLF`9FVjUj{`~j+|NlGD z%Sq6wR!p@{(_!E)dvEE0M|xmjz|Fx6^HR1SjwM;$mE*75H(p4I`e_g&A|Y+POAvZgIGj5WIgz-6m_4%DgH z=dvC#tX#YMcOg8NfLqEf)wHEhu>)7;Ar0u@6%A^mmwTY_;F*B0lS$y;RaUH%*Vzdh zgNLWUwN+(KX|I9ys_BS9$UYs{0yB$_XqFK4FGn^((3Kl`;OAOS`({kKo`t4wbY*8-VB8_;R7`6ERn*^RDbTaV4Wc)%_nSj|Rz* zmM={R6X`_xl+D^hL1*(##}09drg4~MDi>UIm8qD;+O=o6^Ou#=I{UU-i%TBGCnlG6 zY9IpQgQX}-%|NdfW!KX^tMk~M$YUfEC$;yP1V`hpK$|TtjT**cn?YW>28vlb4IGlW zUfaQD)|uO5He5rcaFhTP9?#(QxDCTTgjo`MH?0&gJguv!tV~V5nmZwf#Ay0UPtk-$ z1H9x3v-oxR*?gflabwO5Z$jl0=j+12fyP-hDFDGmTOWutkI(;k9OXErM&0v9B$au` z9b$p6YZDXhuNUpv3Zq&b8`+&fxToH^vAbDm?vn$TTNY;@8$C$o`vJ%5O#|9lMGe+m z`DUKL)4lnDk0aM-z3i21n~z}|V#tPc+I$_ZU&C$%u1v~D6cl}2wbZUV(ZsP*3*2n% zE^TG-$;uC5RC;g*adhmKIDSG4l>BJ86lcT zS#Pz_>ZHxy%>}5N98W%Sjjr%>8$eq#bP)}Ax{=HB_8uNsJF+r0sKd2A&Ins~a^3=; z)yG`^A2Lphth8@BKvXA#&DYLymMWhMEM~U0cnjRttsKj?z8}@=+nOPDBq$RKa+CmW zUhp|R&_B}ZsI)+CwaG5N^Rj~{Cl_tSDsu4!V3fmzgRWN!z7Y7~AR?U4`*C|Mm0Ov2 z%E_7Grn||U_uOL~*GgcEK%59Vv7!$haf{-t+q4$u<%~`#doOGarOTw@X3V>z$(?}P z(qZ zxiT*`dN0opM@xCjV3oML#j)xv|$8!)vjyh8gV&v^Q4|j z_b1O!y9-P7gPUG+T+UVI=S`sL)TIGrPN=Whs(8e+l&BEnQmI?}hza4fjYn#`sNAPG zwS1Hf?lMYsv5Qozh34$7<7UoL@gKKh_zH=T20k8FY#GM0&kFvo;pqT`nvGGH4u?XU80ZLah!fYHO1fNqfT$G&`wXpcSM^o)dj-$@Zp@v*w2aD{Vk^7y!0*^jBW}vY0aATTl*v$ z4M}d=Q>We|)c9~hjhs5m-IP28h0)YI`E^82@D_G$YT9J^r-*JY#1F1~1_sXys);Jd zVoD>%jZMRHMkwDZAq1;NO$?VrC!|*TvgHnEi(;g>t4F;Xvh8-19B}+h&z8$EFWDX? zSgE*-0z4GU0zQ+()Mz*JTiZ-=Wu%uf6dihK@@}ab6oJZgX^$!G={;eV1d64fS^3VjtJZmrzk{exdpy)r=bvJe^GiYx#YB91TX2Ps zLkV{gomXEHqiMXMYsc0{DhZepw7B^2{K?5IE{SK~GSw3FJnw;3wTHVfDywkGrdCM_ z_7lnkFnWfl!6YNsqe3MT;<3Sq`G?~e1Hgy(^60@-I`d!0?Z1FTGoYcKHJ&(+O+qV0 z7h)`ZD9F;!NZ5kzfm?l!zdE*K$9tj1EC6er8u!Sx;PJ9K-9Rz!=g+fpyMO=#**(z) zf)lIJ$+`~pd{J0DW+-M~F+2gKofpYZmshCRVLTL9>JD^W7!}5pSJ&04wr6HaD<4@d zrghrLO(-|}@0r6h8X8b*97fI9@a`*1ypm$9pI+(c1ssgLy{6);y}~4JwaTe@VvEycy=t zOR^TI2JR1Mp~tOJS2#Sv+G6j^O(PyVJXu^_pCf=AQK#T(so?S)xR2gE(xu4$&=k)V z!^Vz-Gl5VVg(@(rt$S$&{PE&Va`v)MFAFvJ}2IGi1l1nHj z5JEnT#szkFcpsaHxUepwtvf;5J@O&MQ-D3Wusz}YN_*fRN&E3JY5RouMNAkKEAuF( z;pc2$J@pW~6e_Cd%fsZ{Tq_Y9Pmx_Z?PTa7*o_&e+I+*vROYqD#c+M~5r9Sd<1M@> z^f-zexft*A6@SHHp)J0EkDk!eBqE29U$Y-O`N>1#>&3Uaz-4Q++S>5#$EkUIf|q|~ z-^{s47{LLjg#VBfM$81MnJ@?SAp{x(yagl_LhJJ)s|d$-E_^!;Rh=lWVi>)myr60J zo^5VC3S8G*gU`w0AN38`SFtZ&T2~#XI-Fc7(nEjjfUb)$OHlem+Z)p6;idii zOy7OrxX{8x9stB}M9FQp?_neJ41zt50|R|K^uoZlT}#I z88mE`z3@>dBpiPtpTFEi6Cn+Xae?zxxw^K=K(tA2tGCwGrIvPqP#On*6vVQ_A|l3Akjg&M=ds;)Mlt=GPF~D{xeTAQh zNF`Of2rX#+r*kf!1u)@X#_uO+o{6wOA$&Be3?NzXh+pZjd_b79EJ*_ztnFgnqctiT z$<5zlzz?J!+?8@bpNmmPuI8Q7epD4+p$wf0k^1aW)A^5cXaBOgwZ3ZRD4Ahye9u>H zV9WLMMB_!NleXFVa+o^eqQ&Z(&KvA`rHQBPHHQTJG}P>`@@O4NyWERa&fa~U7CPr- zS>BWE?F?XA*VF2=p*d+h0Qh*L^DPRUM^;NJ+wXyeV4=&4O0S>PySopRRLjbikwYYk z6-pm_SX26XK{Pow@438sun*@NeSYS0Ro0+0=N1~gOxuA#jvF@GuKXnmkb2{X2f^!; zlvSh^k?hNMsvnwfJT(fxZL04YylLp})}apL^OXk13^yns z7amOqIINvdaP9U~|8*v(IAqNbl${StG%lu~0=yI{OTdtg;L8NYLWz`(bxc(&7}_j- z9k1=Eeb^7S!i!ItE*Za^DCXpO@*Rx|l~7Owx#{!|j|M+zWv6Au5)e8{y?EUsuE|2e zh@pdsWO0v;8!!GIYyjOL^hLhZf%g60y@*BYGLHy>z1jWq>)h$yQOMVc&w#^=4^ zaHhlEb^Yaf_oFef!0zt-qR8~FEja!QCHhE4)~l?hNDTgKtfkLwUJv*di3s*y_f`#{;gVtF=6Ag27*uB|ZM^*x z)z3sr(Fjgt!ITYo2T>tT6MTgR6lveZDcMbfDZ58rWc$WH;f;?jFVzSQwdiNqO?(t` z%46Csl!8G7-k$uAHsgzI!Zpa|azWyU{^G5Tv`dB_ihF-2;XGBIK@VO)Oz`TJ6dy5L^#Nlnope-#-EWnUidxy;|KR` z_$dYMb3(#K3)?EX<}QA!7Lc=&1>dshE<3ap9Er-Hq7sv#MqDr(ar3vqBGpvF-@dS? zmcGEU$$%y7XyLsu@Z@=ASZyO9x}RyJDtS%dO83l2E=ejt-pukz**z8_1gKLUEccIG z{)S(SbIgK{)f4@zKF{)dQWMbF?jDV6$ag7PPK0j8Ba!K|)x8wwkMhEf^9plxrd^Om zi!KS&-0te=mwB22LCb1CF*tHjSwgmG~~Sj$~g8u zmZ8$#=Jr@)-=9m=FR+fQ*Re$^Wf6@ zzP*o#oI=1}@mmGzOgcX_^Kr=3kRb{#2V|Ug`BEn2qw@aB!c5rZK~or#+d=zi?tJ1c zrQx2_;i#NC&tzXAcsx;@z7#YkI9QIF(5IlWyBd8!OUI%F^e(`87>VqIr4AW40Y#Uh zhG`O$&Tq1eOm@WKbol;ZsrY z9NCQ7jO}jv4JoP&0s)+^lRN&_WegexpU1U@2%EH#d%Ku<0MGE%rP)HGunK1;v7!`GDSU&HSt#jY9-pUOOa;nnaZJR7J!IgzQ_HaA;?Rm(F%? z6WMH!{&>~!Q;EkhR3!wzYVePMUo{%QuNrh;oYo#cA}oebg@~lY^@0&su)zw#S1~Yv zlt?LfgvVEKPX4)Ud6fAU)!ZkrcJnxIq~Ze>0m4T#mPns;`z3T(PyV zTLr1%sI3{FZ!4)sJ6?+{F9N3<44?R394*~{kNO@pqC?ao`dN@b5V~*|ACgR(p+;UG zYdzmQdrKJNBa*tzCuEDcSR6-C1_Fz+I2`-y=SP9p7rIcPW^!aCf9lrTbK_gK{MEZEVqtAWVXF18hA_!*&dMp@ zEOZaVuh0PRT~4v5T!u2D&{K`4kd8OU1e=u7SmgMiy}`7U=BeiC^jsc_n%@*J+FiKh zBpTEiBcz8q3jiL9FuY-E$JM{j^cq(vl(f@h7^yNpm`>)L?Etzn_hTmrv9{ugLFg)V z>l+OE_#nOxJGE-$9s&FEb z>`VCKz^_=(qZP+mdL^8F9&927)?*o+$|-e9w|}hIUFfctigH!JL_+gM^S%$K*TPLk z+YKx94D}@^CIqU_XWB(lfv)FV+J*Es_rm?_r#{27QPH3czf@<`>a%+g3`tO~RP7R# zi3%^=>H8$Pa#i(x1Ry1ikw>rPahhj2pIV>^gI>5;f|6<$|9X(AuuhTdgUm`51I)bv z=(MPk4Hka`)`7{KPa1xr+Ppnm!aX#mZjF12hn`eDn3(UM*pLOkmI!n~KxkDjAA{A~ zQS1W7I`UW(^iaO^DaLms_A zZYm+wdkIZ@CPJ$M?*4MDJ~}s44+#{t1?EXg#5M9`dOv0nUq7 zJ}gp1R=uR+$JDeEM()EhSdu|j=yLKJ%ugrMSi(TBiyy>&4y&4=WEnj?Hhn_Iqd`@2 zfPJNEPuDIXR}xvI?ERv;dFVV~>e|=9aSOKeSv?0-qS~g!BSCM%RJhqm;yjD4o&*bLL2On;N{uxdIKq9j?>LaR?uQ9$vP zJDMw+(u=*zOv3gs7vXtPxb{UJ$%nA-pv3eTQS5Adu^iZXE-OwOL(i=wiA{^m*wEjR zU`Ciuet8>=;q*4U`86g0NcBqk8CA+C{Ltp@5z^B!06sz> zAAUbVMBe^5LVAr#yubP|U{FP9cpr~hz3D}HF;#({Wr&cH$8{s+Z)Kh6nxdf~4{Pts z*=-;#`p_R`o?O5|xlA-JE^DxFlqvx-4SC5e2QPRiv_kBfL`b$!a#BN?H^>n$uA5L) zw+Ti8yK;-hCke%$gYDUbB9m|X+xkPk{&x=&s3K-CUkO%Dq!8yI5m1h$FA$ewgw~@9 zNEe!J+kaIJg`61G_t5Y$xW6=Jz(JHKc{Uz~xiB~r&!frQpALQ?mLr9Sk+iAo>gQ35+@EW2Tu=(1uvqBU5fLd z@~xS-HWf2~l~1F!hJst2a*33lJK?BZ1gH>x>D5xfTQQLp1r{ntJ-kgTKwKr+D!&}?)EAOGiE>iCM z5IzfIp?&l4A#$6DuwBGpYm`Y)C$&9tQMk;@J^H#S9VbjS40b~m`@JWJb~}L{L&7c& zb)$gm#3c&lOnZ@viZa?1L0QsF@B!6t0-G?Z0@{r7pHYpdL*powkorJEH*$I*PYb(D z>LC8a3&IrM^o=#!yK@nXSL|J{1+s}ghrPCB)vfznLNo=p4Sfm;^zm%w!!I86w;rA; z-L|*QdBEu!LDrB#(W9%y>hL<)?%a6Cu}`BnTvlLv)!L{uAq_Uyi0#47n#xZMWbP1tk&}e%E0{B|WNMoevSG(K zBH$08W}gMWm>%@h)q!73ccz6xxxT%acJQo+Y5Cap*0LH^k)Wf96U++<0n`|PpnhwUme~4uGX%{HvhM*( z8JhBa6>GdUuPA?WeR>i)@{Kq|x2(^l!(?Nd3SO7+Gbs(^sxi(>ERJCq+JAL%?48w`qSpwh-J$Lor~qD7ec~WGRzL- zsP?Ue7o7#E>7O#sZMSN>h2hYihua&%Sm8jgP;D#pAPdl3!u#NCKD^E$@$%;LGg!upwA;4cyP)Ar$ z=Bn?xx8^v!L7?erCrdhys3xNFJxM9Q%(Nl`#>?nKgyhEx5~G`3B_WvG{VupYXEoU9 zz79S(Z_LY?dS{R-+K0tt5u{|rNeA0ihz^wEIi95j2qOhy2koz2xI~woh)2GA6i4ji zM})kW@OBx(f)NGx`J+zAN(hZ41dX(0hs6ghbiE(3Q(%XnOd!iuq3GHz4i+j}NtfRt zbFUo8Tyalxsyj;z@5l!dnm-5{hv9>Q?c$ZM8I~_}DsC0s;(!vc!xt!>M65xec>b8O zOWIftA^d&1W+IgkEPa$(g5#!;LOU^^gdjy5sX^U{J66B*Bl$M~!=-S0fis>P5 zo8Z!+(aI`+C^8`z6z%b$@(ZB|ngnv#E8Y;q)${-@Nn07LWGXR?3_3VdVT{|SIqD&i z0f(cXXVE!?hfkXPJ-!UP%a6NQ-AfPC9ML=rw1nx@`0yzFgrejiWFg>ph4GgVeS#(6 z<(b2?3^Epxzm$Zz5Po*j(Pt=8aoDCvJAEMc>bx4S&FT|F@(|4w(;<|M(^AY8g^1o@ z3LEGQzq?`H(lP5J&!om$|LJr#*B7msJ2C8RZf(Z&KUi?Suq z&3fsagZO8u2=+25JP7c_3lAWbqz$*P!p>*x78?TCHlr4t{G9m+SZ}bim^`?-Q|m;o zS>VLZI%@{NHq4JdQk%#q^6Y;(f9_z>r3awwaMU0gsVvp%r@xG+g0rcfAr4;NMokto1c5<8~Y0KUSG{44;!O+}{+~xA$nF zHeG=$^G9LLZzA#a_kLf-Vw#_63!Ls}8Q#KKGyS$aMLXYl;}iiFjUBV(cwWWDdLMwq z^VkUKa(BLR2wQ{4u}4Jq9_v<#IMX;gnLr(@$X&3spaXyk#~m2Lyg7E=7BjPDWU5wO zc>0#DY06#_9Ouql{c;opaZy^V9g9tKy|{+UqP^(4wRw_H6lCF@DoDEhJr&;=jX`rS5& zM|U*nXr4P?2}lt$FuHm>QBGw0KzVXfctt)I=Wn^hZ%{R`>^iyOC06wowC=jqTdN+m zdo}Kt8(AxkKPetXv=-89mYAQQ!CO55@~-4FTeQ@^sz zHo7^-b}xqezw5=!(JIj0xk$&jXms*s#xTZT^Sai9*ZrrhhF?~sIHwbnVOeUYvEz@X zsqGi760^k7(e%zOou?-kXv@YAbOwxXm!T*{&qkR|Ju(%ZeRykbSlP8zOKasZsiIUm zg`+VNIUm#LR!p%V=%tUuuT!130P7nuNCPtMsSK+EZzY1Fd(va(GLH;c86^4Dy`$m* zNY2x5iw+8Y>^22#-|jY9UTY;PcduDginF~sC?WU2X)QAA5<2_{nK;3Z(G0+-i{m-hRv=FpYM{C>U zwR)EJeP@X~{^tC&Kh}7?Y}Rn1+ixodVug9}cjHbpynHJGL* zlBT9K>)VFX091V&{kpq~2zR;AFC{p00RXQZ?qB#`0xT2^W4r5nMl-sxmsSYCn@Q64 zddcgU*C!49jg8V)ZM0&s7e-NZMk1AsW-(Q+JCx#D)in>ov=T0a3Rq1^z!S;He1d1+UE4Y)ARY6 zSnb>W8SezWGm+Qfa33|bu)u3n_11BKwSK#`HQUC*J^UwmG$4wA>AC*7eeBAkTJed^ zn`Nv#eqa%2`EOe^avuA^485nC^~8a#vR2_#>bLUbihQqf9?#Lk!Ao`m|~kWye{^t;-`Rpj92h{(z7bh^tirAr=6{oLD~J zv7%MFc}b8xXV9ho(9RpY!1jHaMQ^BO;M+1wviOf>7C%hmv(`fR;C=4}x~JCh-u84T z$KL$=I)LK@_8^TNs{#-B^h0mX*RPFt-cOgOFmuHDtvh<`wB(v)J#&E%*O>n}gV$I# zb?sc%bjUP%-Nwb}eNV)f3|S)LCZ{bWc7W8SYD_wvP2VN9ls5jbrzSlUs28oGq(*cR zYj-2GrjP7_)Cju(HNYEWE#B!##u$F`f&WRJ?rwGxw{3RoGgwDiz1DrJXU*jqRaZ^L zlyhUbBg{|2JPt+xc$d>`KqNjChd}aY_lDQ%s0==wTRu*rdtv#6{%Q+o#d4#ia=TX~ zM*^Aep1-3#&y!Oqq|p7TV&R&5ZWa9^T%#)6d33i4R71-S(6{%RfZSyMP~GiEWBYWE zi-*4ILD8P_Ct%wEQea`YC(w&`V)xZWP5qC=KzqLy7G%D@T?S4J+@{ywItwjPEPz|A zUcnjV$~@QAB>BS#$>X!gq9Ky(f+LwjtoII{P!OLMIJQ>^UgT1v?ZiKVp*dqg!Iw@P zM1k=RhvEyaU3V_LwBe;-2f_tQL(H>;vP)%PO4A=#`8!fMy&y|TNqZNdfS+d3??XSk z-i|AXQz6Y>-r~>`{FufUx*2j2!pLxY3QO9OR80=k@F)zw>dF_vbcIP_ZMeyrqE0aM z9T9m7_Ylzr%9C*PUia)kxlogQq_KyUrf9Qu{DxaxO?`C>_s%#OdSngO=QV6pcNCGL z>Zuv*&%#>!rcc6@!+0yJ8ygf_I^wWA3?Z={k?ze|yE~>Bg`As5 zP2Z)Ypt2%8O!tN7W(yu_+&E?Svd`&Y#Y*gs7^>a&*1yKZYhJuf#)^(_R*I=TUjhu~ zxu1XCCPl>fcmO_rm-XM-hYu{(MbF?zIo%Wd_~nsQiRh=%L`p<|O1s(hrz$LouO5DV z2tTj)=12?Z=((5V+=^a=H^Xy(Ta45Y*qF-WN!(6B`I+q$;(nBufv(f#m}YLI+GQ5#SISJlux|TdQyYI|Zd8_-LDMIGbo*N_{y?M!{qj z`Uag(+`ep2My)=-R6iDatSmaed`?9c#%xc!SwL3KT~2fR$eF-`Z_!I+I2pp=cSuLe zU@HkjV3J1-Jg_06&0)}Qef375eGCvk9en0dE#!9JgDv2l(F&`2c>07(Duutqldb>9 z+B-&9_U-AyF)Frgr()Zwu;Nr$u~V^Kv2EM7ZQHI`73=Q&(S6S8)9>wj-#eb)SlMfg z{UKlGUTe-r_W5Oz_)2o=G!7N|yj){YM*dTgQ`TTpM89dsVtl`XBuMm->M1HXEABSg z+Ee4M+nm!l>OQJ(w6s6|LCu5|IO=W^GWx?6;S5!BIfN7S!`n%Mvj`BPQ=i zrqk_U9Y~Iu$cSv}uc^xy^RFi?6Q*&X9EBpmNC(jSMD;v8e zL`UB^KMq13Tfh{EiHE6;yw8w0*XlW}Y{@6U0R+xQ(ao%axCzyo3mgjEA4Djbt8jsf zbP8Q6*zeO0;dJ;fHZ7`BVhp6$z8;0`q8tY$v5ZGj#25r5AL(ghDA*hj(0~pzbF;AY z=bR@KjFS``(SJOg z4o6-v#etSmVnbCgejelu=#kIwhu@W=26GrGNJwP?cp|39%LCgd^BmvS4jxwD0gc~a z9_qDDFV4&%>Ir)Yd`a!I%F7%9E&hLi)Fw3v`-kubVivAx_w{ffogyps9gLdCIQVx7 zEd}`jz0s1F_y%K@X{B>JA;rm(xWJm~xH5hoxD0aQ)6^}~T%KY+#PO zaq$pn%Sl+vxID^|5nmw`cu7N)bIv80SMU!+ammZB#)t{NlHaC!YYQ-BVNB6fW1_ml zbwKFEZn{$$QHT#`Fq)?M?gkO!BEmxr9{KxK&i1Hp(b}MMNW-QDh`Sz>1Vqd94efai z!&8Hx`GiD0dy99Ge7S+*g8?VWzBbiJgWCbWf{$<(3?USaB9^#XmbfZ}30&O>*hr(e zn#l1WGCWgxo3O?u3eJKqU#o-47;VjTJ=k#Z+|^OpKTwX(pTKjiygb(4;&X$-{b}^# zVY4s<%VD+`0GdFBg5CB7Y5;gw;5&Os_1AOIM_>14Vx7$P z&aa26$>z=;Wy?;99=BO37s@X$B4`8&kfX6<*ARa1AvvhVv3ldG(Dhl!BnOh-)@RStdLw!G#7@lp2FZ*80F&Zr6~?5TirYLRQEQwGkZ zE98vh3LP(F=T7CLHl=p!d*kg?we!$ISN3&N;hn0ePUdx#U30_&qJ9ImA4nHU>DJ!YfFm3Rf ztE`*l!Qk~=Gx&HR{YrJ8Q1D}d_CYKl8xVk3(TL8Rw=Zr42_>z1t8{_pxVX^MFY#_U z=gR_(u~_DizbPww(CaJ|kgqm?`Vz>;mWNeFVG%M57y(7(Q!+D3+AHqO%pVKTx(qvP zsB~H4a{WGv^1GD^;+qC1w6v}2+0yyFHwTW&_kmANgYkz`LvyAEI{eO7f`I+w+WjF0 zDMf}3P+TPJh)?rKfar81rL8VA2uS5)F2W; z6l+#kXbLpic$OI|Q_>Sb(P;5-ahia*?M3jXTO!5dYg4rSpqx>pE4spG^pA&12X0Rx zG1&6Jsfs^gh?2d?15z-CGO?WMxF@n_+rT*qW`jTwJQHO$YCrO~T8|ElE~G6e8!(O- z(EJq_ciiVt8{FqMgwFNnEu3HMOuyZJ5H&bl3gU~};|FkvpvC;ua1o{9(nd5ffZmQt zMkAOEfo_EmCgLFE0Q$YP)BD3#nyQqDIxH+*wJ%zP^sMjLi1h4%GCB=}PM4k$BZ&s* z;JQ9FF#0mrE!ek|k*Y;F&%Fedur3^H`a_ ziv74eEJoheY+Ov)BX(gahfpU5`xCSp50jYOCn!2PkV6QUD54~2_kp%@u`W4Ub-fTP z=tPcI83-2yzBn=K6g7&5U=QSzp`|bZ0pHy`JhP;dc1h(THON>yp?2|A-@+b*%I#69 z22v4-#!w2^F6d8%u^Q3@*y>)Fsxf@c!u>9M7Fqzxidf5>8)P+i`P~^o>#S}#2c_k5R`E-MNd#vf8M1;= zko-4l^||O9(2>3@VtJ&Zq2Ee-dvFXqGnljBj7-^KutwmuzUo+pDpSNJNOcm3bWcyI z=ij`~A0e;5CWex>+1=01&=ru>HT`)Kl4_MtUo@7`4Ix%2v&90;VHxuvhe#2G(gzN1 zD^wXgHEOv|(CqYQBNUBIGimxAxcnaqDgNys|^fkSvY2;h)$@li^*3(kRc!^4Z z0}ARW+-@`U^Hj>rq)RfYPxMzUYPdZ|@Y$8Dra$yBlO=HJAj1O(gm;T6ccyUVQ^ewo z_SE5`vlRBsB)+V^kmu#&nw?&1M00O{udBhG99}7b!iP&k<@_p_A(G%bp)1NptfFyB zgx3EFfRGZTJ|?r3a6;$dd8F7TThVhA3SShYZIPw(AHRQO@N-juiA*yTUpYC+n3R!? z2aGGW>T@Pk;s~Mc9FLFpjY;=?vzDih#n70r>F)xn{D+;98nM%NVwT zOzdQCOE0nKE7<4^%?!AhYN-vRGyH}3Nn|!w?u3bnIcJeh$+Ds*kDJmrUaX)chk}o& z1!4mkhNTZgwA4kv$IQS{Y^8o64ZpZpn~>OeSaQ-QiX>|f&4<8;-xcEbb?-u0mQvoq zM!pe}#Ng2HIqt%mMr8of=1J3nUkVRLb^aoA$88dk5%3>(z6*~+vCSZF*^pe;Y&V+fgrv-GoBm%-J;>-=O^35AEGJb#jIx*% zVJHLn1!ZAv1AOCCdo`9kSJ2~K**JE;JU9o$``g|ziT&J;XeUZ2$ZX4VjbpsBJf`@% z1<_Ur2>RadveFrIo>5$S#NkCeim?(5rin^E<$HgoKDO{vpuw`T%u1=_g2MBM7gB9w zzKaD~cRj7M((&4)Ikm%!wj@R=BShiVpe=OVNVkh8`N|r7G zQfrFmyadl{PiD~!ubyv&!yE=kNV3HYkV2x^T#e;5b`OY|XNXb#ByTA1GWnuUx!5Qj zeciG-0!4{Lb0h|}%NHmD!Or%sJWqMEi97dYWp2kHOPhH_6B??#We+Hp9K~Tidt4X44|J8bai4w15ONrvknbML z^Xwf@F$W7O2SVB+&|&>ilZ8c26vDvw&@1=btp@7Obn4749s-V7@Co~xrU_>L+vMKO zE$d762b>qUHwZ7k&Thc%wruiYP0ucD9G?PxpZKuSR*IS+v;=UTfMsaR1HF7i(s`C}fP+Sa^qHrWxhC_#JLKRKofpk`}ZZCW+lj!=J82&h=w7Gk;@HBRB zYvgBeUPzyDDaVrm~SD#7{VIvU+%Lyl} z!mSOirN~?Z1N}4%-j$%{toQBPj^+S^3TykLAMQ8-1@w3u<_BK zBkD-%37P6`kTU!!?3A&r(I3u_A2LIK=x}-muK;)P_MQ%AmZYgDMSJeh?9Fn0T8p4_6$2rM-_@~$=8zj3p z=FbyQxxsPmd}Z}T9Tpdr%ysF7H;16K(eYiyJ>;W`m z&*6eqj7`d!qvw*1MndXka^vfu=gVdUUq$W3<>hy4huF2#8#e&Eh+xmUeGl^&QK(_P zh~nj!aDJ5Wp96UcAo<)BPT7iAtVtYnjPLk2#RERb6wZSWf{)=s*{ww35aZe*dM~s+ zOH1cs?>H+o5c`0jM)N(thT46Lc%AJn^YCosqV8(lc;@_<-a4twb9(J^I=cFYb2M$L z+u`lK_ErHju~n`!P|G<{Qo(r=rDG)Ff0~LgX>#ZO__ncrvbcQmyS~#gnT%+*iC$-N zqvN%;v9`ee{q-8o=?BH%Q`p7L|8A6Ae$7G!!jWRx(0}0mCujF!`N7#G@_YOlav)UR z_H3HW(m_wMRcVx5CT?<63aNQbx0hRgxeDV{4_fy@zo~EYD=W`uXP^6KuEOwaj2*`F zCpXhc(VXzC6U?~J#s3vsKoHb9+&=daTYyofyl4 z!QrciGrK0)iDkOVBRQ`B-T%Mn0>_rO#*3Q1*Qa>?l|1zXhXWkmHN=;}M(Yk9?#y-i z+5%oCvNYeAgp<@Vvul^=X6@7;Y?J6(yTjdyXh;6Czy9rrh*NYv-<-p)twT2-Zj)|Y zUo*+oE;mdxMZq*rod$Hi$HTNnT7JY2>{F_?aA^Ha_09CfzXRlGkdRj!L@_t*xp{ai z+5bEW(-RjR8wUY$Q*#$asno4s4wN&zX!RVb#?${E+1k{!kGt zzHMA4O{_z`?YzgTSRpmP)0do;@VSb7M6kR}+_BiA?EmTNp4cce)m(eE(G^x8-&o7j zz-^e*K0MIbZYjB-+dlNd85^=Kimf$e4FNJ2jO8 zNJFnRa^;59EH5}XZoeMk-wjXXAr>CpsoAeHkZn;WN)bA2mMtg8y0_RI``rbVn$J(ym<~IN)|I(LDo&A%# zrJvHRkKEQV?q?W)95d?o#1C@sQmsAP_$+M&m7vF*s#kc8e+uCAPtbY}>-le;{_if+ z$AMU$yl%G)n;ssHd)lp=#+8-Yt(?xwj~TV;G`~TQaZLb0K`)Ry zjyeIQ1ev*wF12Z#n{kyVtzsj`BVKfq<=GBZSsN2tU7Cf@2p|=2r=66G@W-6ONr`$8 zyep65>2I&1&kd8U#j!4O^%Ehx0`@QGt(w-L`1TVI2+Z#jHSoB3lJ&Nco8oVy?e9x6 z{dX{KlH8^(8Mw4XCl>qP4)g(xtzl9}EC0Oo{nzQ{$B%p(aVxkaL=HKGv;^PTcbJ}coDkZ%`78;)IN8f&q3z1ef3_)O_PTEFRgAjz$j$p z;=ipe)!Fvr-FBt#d#Ni+YPehj_Fn?W9u+;(taqH>o-f*y8{xGAI~_*X-raR{YS15v zR&%Hq1`k(IDtWMOb z9rE%|%_bws9@tYbXL~F_o%%=CR02hL?&3G!!$~TGx7f$}SKy6tV!8kxIs&tI`vR@QIgXVN)Rz7@E8*l(ZXJNl=>7Fldf6kV@eNrUHDC4{ovJ`D;VP&1l=R zrA_%w4y;*}n{{_`{a3m#*ClOZ>)fB1DelIgozdD{xwK!8dbX#Wve^%b+E7e%B-C5c z+HWAmhbY00;#1MPYh4=^C)c(qRI}nnv<5V+jR*feJ&JSLv2gxLfHqOFAt=h9BTW0?+txBHgjFtdH7s)`ROs zGsqfRQ+UN{fx+$$IYg&!l~>yP7`%Mn>;^;Q6ny?M#}kn|mMifoR)I9W`Vr6B02Lp4%p&O2qnC%H!m05M@z)M`a+x?|wn~c_n;Ay>L;r@)wR7Kh1JT9vagH zNsz`AO5)xVVp|FLF9}7N#E4_tBJHR+VI9XhQBi3R@tV1)1BF#!lvaC4IG=^VJ}aW? zPbb$gg4tt%cMC{SC9vZ5BBR!WmD6DqEMm?|525!Rc3PY;n7lZfit3ABMfsxI4EgTz zGKkkOH^lAB*AqzkoAg(&DKVRPYpg`<7x*F>CVvvMM~(YY9vBfr#l-fWEng^4*+Fq_ z5h?g>u#zfjSFAc@@>dPmJgwkxQ1fB{n5YrnXvsdF)wYOJRoWg3=a2)`kV6#A7D~Fw zZ=fhj;2>IhhGg5zzB5oHPnilITy7HH0^bmGh>A89>7w#@Db#qh-yA;xtjzb#il^6 zKR}oD^3}a8VtlafA^EY6vEFK@;HW7H@~heyuM7p%`!&|b1D60VP`GFpacghL=K7)s z`&N6ZxeV~Og3BcxtL4tEMl!(XHL#avF>-tK9ku_32puu-M~ufFOX0BLCnT0tuJO7U z$k_%e@5;2_+x_85dc)?s@*K7nUqHNZf8rV?35n!z^u1jX5*61pZQ~mKEw)9$L0Rg4T0a65F(0? z#;}rHtI9xXv`-6<-X|H=kuoBw?vdz1)s^zM%i5D$nGit=5i9e=ijYwwr2S$mwB;Y^ ziTuc>f)EzB-;hVji`m5nvnv;G?Kh3Lk(&38PS!oH5MNR!!{VQ8H;|BtU$`7S zd2!9rqdBYnC4Nd+!~Ogr(&i!CTnEP*jpaS|UC79WmIED^26<3w2t^$vbs?ep7M%3+ zA~Ymo7jV}QL)Vb**Q(;JEQlW59h%WyP;pT!@{N87Bqc$xK+SwY#OYR6HA7)A;o()~ ze99&F>&BTQ8Q2L20PStaC`OuMdoNxQ4ic3Aexj4%G4Wgg~iYceIK#@j%+EeqC zn#P_ksFX)PvgB8B4a2*FDctx{ZYtosV(wlsPbZ-Je9ms46t(B-sv@qywiV0;Qs!yb z;M3g-nkA|l^(StMM*I8*tOLcd0+#l9!&2wQ<_Ss7cSZQYBBG@sIf|U-i&&qHK)(G_ zpE=8QS=r(nmWxd6F&qajw6*xPHj}vo6f6|PUXfFWWLfnwpGtr)mtzjvv{arx5s@BM z4&$0sHQ0gSm4@1x{nXHt9ky3wun)BgQg?62N*0s>v5)a(0=L!3$KZ?7fVUdH%BA=@f`M z$8Uv)waIF6>h8bkf4JAe&?33rcHAHoBL;xyx0ncJRIy^wVsPu6Igl@z;9tVG#gXz+ z7Hm@*;@rxnpxi+K>Xo4Zio$yn%V@RCjKWTJlF*GHEL+EQ8nF<*H+5s6F?5G*C_&L* zkaa_@S)WAmKB?t?7SoUN0R_q#L|Pz%E%dwdbp^tm1%hV;Nd{$tL+)&J${L5ocV$8SL%h9_D%ruPc=4!yKO)L$hb6ECh);5& zbZ?{4nF6u75p?0+e})v7rRHLyR8c3_-o)}4_>!#2eN=?{;MW)AylG|8v#|>zZuYo+`bi8s^;uVwU}qxKhOmsb(`d zo^X`AB35tYqO%5RhmYCc~0e8L0_tS zRS`cKV)U8ru-HCrk@e%FK0sLG`X@?=x%MvT{R~-X$F7&u8V-skGYdA-oQ#pko;FMS zycdNlhky-0o|= z{kiq3FbDxhR%PoJ#daaoxhw=&!(eg--y@Fz(pC&7LNu#AmvUX5l!%RVtGOS-afweH$_mDyt<~&Y zs77W3ibZL%EOZ$DuSlkR=aC#ne_)rHm?eRT?eX6zBV8%FIzej5gLf|GDBPGg zgxJ0wB&D0%n3QOC<%^fy+^Sa-gH8}09eA&Sg;96%wMzOi**~{JrXI9Sc%<1TWJ*t$ zzfa=lL_<#p!8w_z{LHO@9zWjWHP(e?6hp-nRMY0O*#`d^JR&4Ff;g$gW1JbcuzDHNE2>_;I14l1S4b1xhXlmc;n{KW@OYHw zx0DVvQ;lz!&m1tMKQ%w6uQm5_#cbBkSZi*o*os+e+>l#1a%D82D;Z>8Z#Qm8Ko)E> zw17Lo1mCCHLxgVI`=8c#kx7a;BCb{C64Ba1APZa^gp`P=5+K=h7l#D!a$&uoS=#|3 zKy@8y@@*(7rc|69*TKR##t0!Cpe{M?>8z1huRZedUM#^S$-XHCStV(uK@y@niw$#v zJBfXjHCwoqm+&)?M!|^Bq{iQK%c2_LzwU6%826pBYN7_o9q+{MRrNxC=^K}n2FCZ2 zsZdT@#G6Re&}b5tm>8Hi1H`+D0OH-;oF+b7(kR*dh0Ef45HKgO`&sbtOa@#7PYhSP ziJ|AzyMVZQJACd%JAW8q75DuDQJb9&zj@~Si5r~v8fx~+5?Y7oZteut`^%MO;U=Cx zO@*QuhYx8qPB2CN*QH}vC%Ed0UEo8AJSjvR9*@0h_{Oxv@@)>NrEstPpVqs+Zc!nN z5N`($zmnKGzP_Ltd&I-~jC;A+82*}V5gw$=Nf}=bcl915LkV&__rtO_|P7E%PtJUW@upGQoHw3|H#B;SoF3fl_c*; ztmrjv73wYO5o2Ch8Nw zFI4)9*`%7NP(*6Bh6riWv*?2@bD(h#*?G+T+H-yz>~0fxXn}{qs0Es*&FCO!+Y0uZ zP|ig;>A@beMc9}0BE^}7t4iXv?*@+&70JiI@ul6CVg)GhQel1}iFDmQVbCijd}L3O z{`8_>!e38++?m5YJbrg)v38<7ak?!Ej=>YH+u**C@w!hhSu@s=MUuzpcbruyXpS~EOdph#MDN3K2&Y9Yua50a z*CA#XL%@1YL7nE8$jy`uK6cwHF-s1!#3jBG-U*zcZOvCtix{y&`ZP?6?EGoi-rEah zN6?ExR{}T;)$_Ke9qQZ<(n$#SIPPcf#SX1jb;Cgc&jh!Icwj5nx)v1(w3s%{2AT*7 zovozrNdR;OhDpz~oc_eQVhit>YXYsJ1*!BP9$lY$=6LL$R3T^3%mFOltGb5dMJJH5 zOj2)vA+S8F5-YX~cl*KE&cnis{{)h84i&UvSzE&QX)?J6=u8xC$yt%l*JEhI(hHQ~ z(O3qObNIwGe)3jo8hI)+Ombn3uF$m9QthhkkzFe*j7+`d?Fm$+M^Q|c+-BFrlkVIU z;!V(l9AHPx*H8Y5=4vo{9Cjs)g&1XF`>Rv!26+6)r3M2&_+YOt= zsRAfJzUNeuh4W3tKqS04$}TGZlrW*ZmKNJ^(wW_q@`v!`=R1r3+69NS1A%4=E^5^` zCH~n)vWXO_B+6{lkaxDY{0_46r)n+PR3CK~Q|4gOBr(5aPif=P2_XeL8xGsKE~gRVh0{8|`PlwX%#T$lT?+9xZl7&%;o&vzqnXH?P`e|E)!PcN z0o!dHIhT>@=*bhRp5&qA2i4v;G$Ghfwj*yD|JScQ ze71>AG~Xld5tUXI<$KUAy8o{y;i}OSKp*~h6T-8Z_|r7$-%L6C%SZCSc8b$B4$HX3 z*Pl6QGWhWLYkNlyl$XUgUO5-*lHIB6)A89SyB8a$au=nkJh*V}e|ZV!EJ_{R?)FN|0~yx3QDIjl(To#Zb#@dQZLm-IeOzmf(-sBmww4!P0>+*VEr{nRP5&0`c%5 zXs_#Df8UXheu_lAh&SPT3O~PO-8NXD#WVV5?7%zv7GtEo#QKC#iuMmC(0_7-{ts?~ zVj-?Rd?@e0k~-sFvE{X8*IxV_L!AH?iH+t^CZ@H*=mtSg>5W0OW@K@DHm<|@^pvNr znu^a~XrIYF=*PRl$gX)W1;eOr(EF9UqqS4de+Kh$6VJ${{*e^S{0E`?C$0N`cvZD{ zfA6^8<*Z_N*J^ScPy)m|t3T_qN#5?VnZF#B=6ms-9Suop8J9NWq%rf-Ey{FkB&@D@ zIXfpmNKL590P=pGy1ywKy6nE&+Oc=JB+#zdJ~QB9JUTeCNq=$*bmREQcBaNnZPT9H zR`{bwVLo#y(BuEv-0MHT-4GY2@X*yPw|${@s%9p<@w)%{WU08lSgZPey}oFyw>oDf zu6+M|dOLrzZ22Quc^kvnb9dGXRHe1IWTnc2NTDy3{Bc4yazTvb)Hd8EYAPi2GF zSXt%p^-geSXOY?|(X7e< z_8&R&ul1v}(1%|t|2N$f|K!6SPA6G=RG-RaU)8tc(=Ri@Erw2 z#Uz(Uy#L_S+;h-EXZK{&0n}Bz-%8RS>|8OtJ!OZU{D^)))jIRkAP;~4rYOCx1(AN(CHGRNfR>|1$% zX+)N^XWzbSlg|?aHk)p`QGv@05M$n0jG%yuizHxX-M?>+AzxxIfiGB)evaB;(f1lQ z!6t4qef!s&K|D2cQB2eRA$~1?t5;U1*A8wjzD7K?#lwB!-Ms&8LB_xP z0`h{2hr*+8X}^Vb!s6|tMf&=}Hu3$1OvV#K2!Usq``7qT%N5ViwLgk8?kMc`Px>3I zN)RrLN)6h}XQ?+?DuNGs$xl2@1~o}f{vpQTA0rL^pMOTPf3@B;41T^Xby#j{7~#4J zr>`~GUe!#jH1=|TJ{YaNSw3Te@kpE>(@FU+x)sU&m77JQeX{f^=>PKx9+vgIKLo5= z58K7oWlMGXn%l?InR=yv^s)o&>>raI4&(JsgQ0yW(=xX3r>p(XYos>kB)YPCMH9f< z{vX4%^M}WM)ej}bu!e6cZ{l7c_TRN|{7W^5@zkHC951rD|73lyXdayclydy}pAcd2 zo%Jwm22SxvmypYamSvRxk*rYb?oro$f417`#%(Tjzsay^@AP)m;}w&=I&t#G$`EUI zbzVWVDEIJcQA@{m=)~Vb=;h?GxZtnj-UKH%a{D`Q8Nsk)0#Nc3^HK7%!dma9eOPe? z(2P*T7>QQX#ZbR=tJh9^T9j5?TsG6@prH?~DSHX{OH;8d&k%cJvG{t?DYr(~C>bBn z=^!!m?*1+#^AIM>@Z}ulxB5F+P;~#zhl?DZhPas7>8$M~^j%JaQ+4;PwWy)gYT~eT zjUh?K&7(bY?P9I`JlbPgyXAeKoGRoWbUfegVc|c_9=V=ZH3n(}LV%5fo_6|Lh4J562M6UBBrxR`HD#9qvz-HX>=SBUgRa|NTGn@} zAL1a-*E1W_oq>$P#gnp%UeJ+`JwnwHfl;Zl@%!=QW7|m2?=?E~O%)8x>rw|5D|7a4 z?0a40PWTJnTbHB3&#mLB`(xv)?pmAc+A6BUTynvQi_&_RubYQry>(pF~HfNCYBpN0+ zLuxtont!N0EYDxPd}Gzf<|9|jj>M8HLrHZ`HS>Td$@yy{9Tq`gLjR^k%0ZoW`*<1oCg; zm=)UYb$vGauU@Y%sc6sj`)fb%d2ZTn=*BJ2y*li-Yb+w#(oS@h8?_oyXg2FA8{FP6 z+`F!v6Wt>RX3pQtIFD*B+z) zNC^5vSHj2mCGA63g5><6E7@rb#Uuy-^|CgeuI??go_RC!bCh;X^ycRM1qXVXH=ytx- z{r+}YVd&g5v%SOhEMd$LV`d^Fz&6r-Ggrdt-1nO^%so;iThi;f+;YnV!_9dk(aTsU zlQZu9hHtNRp+?f4vdapPdN(er~Zu_o)ObyRn3f=t$srY>Q6&K^jV|+?Jw;-|rfUy(- z_WF|33G_|!!F%>RUXXNVqbQO~Pp~oF6Xq49M>)EpT+O#CD4Cv>lt|BG z;=}(6S%eCHFA1$zRwCt?BDd_`xo9rS5Hy@;wd#QcpwEU0J&F zJD8|TY`%E{8SNelUHPhLjNNvITX8$_-!wtGFa1y9?B)JRaZ z1FiC?Ln(co)nI678)p-7G))Jiox+M4iC@rtgDty7Qm3+lmV{mA6}08YkBSDs*t^oV zWNj!iZ77JniyR2quC5yzOu}h-^ZX+7L04}#5v^7|Gd=}iKtaY~$xkBKDJW0!&vlE7 z0c9+>U;L7i$-Hn2+CzCmd&f>^%A@vxZ};1XmJ5Fhi*xQkkSj7YuL;Pqlx#AR-nH+y zkF+uc!}5hidLx5*w~%3hPmG?7nk?x0o%!Mkl6t7ihGd=L=fykGDIy=}Y(Uq+OEZcU zanW4l*B}#1;m9b4{_d}}Nc4BGy|81Gna?MAsEdPp!On~;>!YV`e_C=kBSr! zuFPXF4aH1EG3_Snn{4|u<~=23!WjmC4t?+M*2BB3fykT zg3S`%MzV%*4tekQOttN~hnJm9YBq6R=~Zom{-ErNMNu>p_AL zax?G`&^?GDxF{S#b^$BzHK1l-GjK_bT5ls zIy!T=;cdWM2R72|o<*4s*{EO`tu@J_;AW`Z%Oa7OTwUBj855;tX1Mvk`y)z zLQWof&MsHI_9|^PhBAx=m=onL*T(~R2~PbSOmm(d<(|gC-^4NLpchE%A}Llv#Sr<} zK`MVjUjiftEhk=roK2*7U=)UyBeRDXH&N4|e zG3ZCGl7&+nYDF1tl?Z7d6SY+QR_1LWga-#8;gR6vfBNAqkk>sH+m}@6@s?>0qYhx7 zKXz2$XMXq5k>l9}(x~Z3o?EO#RzL$^okRE3P2&)PBe-G$a5bFdBywpn&cK|p(3_pr zIWD5`{_RIwXbu@|3~e*Qc-$v}mDbcc;1IHE!5e2WpOn%*vEXBqXEWLRe@=?syK9{jqOCHm{S6;h z!ZwGb4b(MsHu+fPL|L zzN4y(dLUUlx)Y~w>#1_GUvp6}Cx>a;Z|Sr;hj+?-n=qu(!mFL*wg(D+ziw5shZ6sT zDIC?EUSt7zhm^+Z9~u9lrRlkBIDQ*S#BEoQDh({}wJOOizEw=14g2mzvnP+o$x~ex zHYxh%aNtm#)owhr3Ci2?$M9S2{Q{rb1Q*c|k7d{yA+qA0x?7JGqLm#fK$Sz__W>Tze%`{^BX z>3g!$qf9~G7S_dpS7*(^#J-(-VF!Vg98TPYF|XIqUD!Y?UIvA<1Yr>>3m=LX*?)Yh zc1`O7mx+Kclmc<<_Y|F0JS{{lP8?_s-1Y^yvPmj~79Uf{a9AXs>=MKoxUGwlAqZ{G zuTF4<&@x&=6Uei{pB0UBA1NN)9jAj%5v@DM4#!tQvrwa2$a4alY^M*yR$z7q6y6Pl z6B^B7m1$3Cz2I0BOQYZzoKBn6&3Oi?@CO3knk-|YNEv}t=lH9y6ZADa`s=DVj=zX6eX$r%tg#r7 zON=IrzSRz#G7RJKA~DJ$&iOBhu-C{UrMrqv*_`ZQ?c|O|iJsx2iImP`VPZCbQX$5S zcM$vh*+x+2SX4&nQNjMl|KjYe!`j^X>~GvH5Zr@PtVq$~!QI{6odUs~0wq|n;_g;T zixl@_#ieMAmSV-_7tVR~%seymzSn1yeedL-aFIJ(_^!2(K?%-pS3fr9*@APbAjdM`a8wpC_D-M+Yu z*ZWr>G*{_EPPi$avxF~qoi<5mSoV}sC+4Fj#9~_dPIFYg2n;-m!*V$qvKYeJ+Ok43 z*PSwY(ua32eR=RF)0n$(UxFwch;Q>vT;)o`&ki>$l7gnm#d4l_y17*qC1QpoM#-x^ zS_+8_XCtRAgg@>KE4q*rr!CM4Eqw2rdNItbu7`r?Dr|Nr2tYz+dgEm};-b{_ZARvuo6R?u<0Y=LwTauh#2uk3OL+NL!bg(1%oGy z6iOQ5BJm;LaFU(D>-8ATm zs|hxA(xNV+Vx`7dj&RO0%bsh`hGvf2oT$4eLG>-=j~W6mI`}?}o}gHY6VOe>4ZAv> zl3zKcluXK(Mkt|Y;&U@tDGa41vCwKtmP*@|MjS>k5J~$KULHoEtz+^IpuvV3(({PQ)^AAL$xL1%*F{ZB+7~pd88EY_5-DJoM8bx2BHIyn&qM&ZBvVKA z=(bGNGH_LX@NU}IU-SVfD%gdugQ!v0FZb$#fHR>cuVG*|O4Nb>267{gNmxX+Vh6qu zuTV1_WVIz_U@m=a?C(J;zZwBrLXldi1nLv zGg#oo!G(+%NGzk)8kWfus8Falx1hyp_0Z zF!e9SIDm#SA*!NKX&|tKriv@jFq}Y>-`cJ(Hb@S`H3OEI-@IT&Aebv8R&l%wq>y5x zwM0NSKrt9tH;8(H4Tpdm8r_8nIu2nXS?i7G)X_~K?tZ-v7To}=n9|FX4h*{{q~Mo- zO`?}lD+_HY&|J<}2^Ye)UV+a<&6K5=&K?dTP4@;8>DyzuRb5y)mycz}Em%wqx zR7U;_$Pu!$VK1f29k73c^VV7%77-N)J;=@{lXDmmstgA!=RnGNM^>qP&V7#sHzKt+ z;%qcTc$gA>Juz#@z88tYOeSMWuxJIFI(6^OORA1%2aW{4vHX+fyW|V{B*$}iRdSJ z8UbQRo4D|XMB4_hr6G%!sX#TS`>``Br5k&lT*HlfILzPHD=sh`;`^YtMHr8my`^YG zdJGHh{=9B_%y~t8hxvf~w;|`YDJPRop2(YUElMpwr2w+_p{ET=ruCf2W5gQ|u0r-O zX#*zpLu3ed4C=Sa@DDPD={Qcj6r1o|dT>}pV;0kN#j-bYZ_39*^ib=p;D+Fs>2QZm zkBLsof>eEM_yrL>kTgi7jRX-Am53B)Eg}`*P$E<)?wBYL9D)<4&RWiBXim46B5(o2+aO2wtJE?M@gC~$WyLC#9NU^Z# z#M9@or|=LSl(mS!pADSUSSPO?ZTIjtC2+|T3w=3TCid!+kLJ@aHhUK;^EHA4`r==K zDUoS=hoy?ysbr}@VdUV47D8ax>m^St;GVV<7>)(U>%2=16$OsFLWoG;yL#y7R>17F z$;!7Y_|};X*-kqvqXAd-*x02~->b)@Qh!FLNnH4fgFjvt zZ|mC0RL}G3B(^O%X9sw2u8a6^S{HRz0_fz$e<`0(<$)Q7B@smS6%6M-!&Cpt$}-*>r4 zHbsm?jLBxzF)i7~zl){On2SZyXttuk%+iWx4CRD&6RV+H@ct7LDp-zU2+0@P5DEme zU+>2Ppg&6pV85R#c{vK8$N^E&^c-AUz(o}^#0E;n@?wNsh%wW=pMsM}zgeTz7K`%+%;5cn(!m=v2jD>=+|yE$ zB?ND~e0(8fu*Y(v;aKk#n+OqXc7OBpjb~8uVz-DH6)q1hkxTQi%`kO*gE77(GB{k} z8jW1dJtBrjOQB1S9+CJW5fe6P(Q&&mp6?MXebNz(9Uy*|3$Im%?Ci>+Y+mWT=ZL!2Uxwp7^+k3gP~JcFb%8@i3MA1K49pG&u>#kO$aLq@GxGu z$mD_|@FdY_|9k)tNa~TXC5$1j#2F9xx*0%k2ckEnP6`?W%NgbcBBt@4o#!t2Zb46m z?kSJsZnr~p7csa{w`iWx{eh-!L>T3>xt;B~faT^{$}tSX*Ggi-f~cYS(^V<&I|cBF z@Q6@|iSW?=6(AZC1U^cY^>*U{1ZkZJ@XMKsPWMPow_vAV#IUWn2_<@e10onn>NnctcYlFch3y_lo{hk!?l`ULOxnBS->iVxAoVV zw0;AiObJn%0bChv2*KbB>F^wjCFAY}?6@h0Hg55W!x22>t}W(sxPz+R8>bIkovR4k zgDMfxz91}_RA9fgN(&x-w43IZuKxwbKzC5J;G7ZL>}<^BzoIb20pgXGrUz`;<%c#q zc-!L9)n;2yy2l>K_^9a1o)Cm119MD(6f@~xXNV#IPZagUfM~<2+weBAgF`=yjG5+& zm31|rSTn$#U}#6N zI+l$rd2j*CBu@&iTEtIc`zxN$WNWA>2(p|G0Z(Jl=DN-)fGz^uqus#GnosOt%Jw2b#_9RyrR8Ra9F4jb|3*^0iw{PC`yX`%XyjW z<&LAlOptsVv0$ZcEF6kC=1jggH-h3z8rP%`<*GiU4RN~I+#wjTZ+;gw0kupw(rq3Jv!!9_1X)pk@RYE9YBwAW!XHo z6s@6?>T$D?rei5aG4v*z57%44hJMGKL8JF7{M!Vl_F<3Z?z6>4!ghZQPtJU+#gOdquv z<*%e^Ad-b$6DZ@6;*l!FU~!pdaE=lGz&wk*?tz$hJ`Lr4k`Hrs(F-6%1&4f$**8P3 zhtiwKdQ%1w@5d`bT=w&`p)pjys(zgzCx*RF%7wy^h?krAJ0T0*B|9WDRwFgcA0#P> zD-vW`8~K}>%-(oP!h!!nWPw`1ts{FrZ1-JR-~-!zgIdF2 zAEgeg*)r0W&yD8Wk*W*tW9G|;1l_Ty!^%A*wEB`|+oWI+5H3v~O&&=*_{yk>PAmMH z#z-QOQ%Zp2LzqGP^ThNOiU?g#O2zQcl;!BB<-cXZ##|W6Gsqn_TMR#j4@V(&K8*7^ z>OKq#n#ZJI=r%PH3F#m?LSuj1v7YD_0dwwk42PqDED~;MOehFN8tsWVlF8>!$goR!2nrTQN zq~#biG89kJzubqB7PBesj;)YPs5AJH3YaF@;5H7*X|no(glqQv_xlY0>=gB&LD!gg zDCkN8FLBPb+(M4NLSCcEH2j|IaDK8D&|peO=KNX#*@_p6_Rw@pf0W1X@!@-6o6=8T zX91(AUhBfLTt)>am2b@!RyJK{8`sB>SE3@+xwsS2JH1cCy9Pf|UMe!&guJkU-r$YT z$EH`Dcf=2vkCBf(uwjlOnr>uOk9LXs?AMnb!9hbqPKO7^*fP<#kntk6mk}wk5d?rj zxMC6w5hNBJX~_cH{oPCeR}rECZfj=nC)o)D?w0hBhV93pN9ZHnBkHXB+egj5^r0e& z85PvG1cWiCESwrzo3ENHfwO&`b2nCGVH*JNczLow_8VHpY&4nCieY-;V;hBbQktJy z!R$RB25N~6)W2F_d!?omjDw@jOd}MfCkV!l(5=mg2$0Fz2i^wrNrhzCB9AhMQBS_a z8O|$xWhcoyQasPQS2N$M)`5cv9ENlEVH|?~mYv|WCa^Z$v!L^=;GCD3p?7e|M{8hw zli|2E!ACbi;U##~oSE^+?N~Bq0MO={<9n|M-`!_|LIj7I!O>@s9Vqi7>HU0I)J1EQ z&0#(=;1#wAVlHi=-GbY|HDBCHWm=e&vn;faY@D&$k1mb>``(QVLS3Q;8F~QSHC09l z_T3!pd;m|jF;hlNi@FNYR8=V1xjcNP%Xz&e+8wr)ecoUxjTXZW#9wCyOxD{6a#5Q8 zUOXIIw7*~|z%Rg8uEkf5rzm{WoSp+``fTP9y|_4NgWHWXHWHjJ!q@3Ebgo>Dun;qt zn|!NItRfJgr8>r2`KXVvF(as|yEEo1RFm88N=c##ENx-N(&-)q((s0%DF+Lq{~4FT zabHvF78bF)aGvYXKcg8XJ?dNe!kUbx6W0 zV9ZfwMDvwUmFvH#*-ki>!%iy;@1-8x7+B|)BP_0juh8HbBW{4(Xp|5z{ed!G^l-|; zP@@-X@B$724nA#MMvqA^r82GNWy3u+Ec;HQxvH-L7Zr+IX*!5v8Nx(SF*k{gX-5UBq*9x1Z#Kf50jX&B6B78Gi>p zmON;;!xx1wM4bxXMW(%p9np%C{2n4nKzK`mXAaj7g{MW7M3IJ@W`cD{ok*r(oE6^{ zLw_axg?!Q>-_+-t0~FLJ35u@GeGv1C zm-Sizr>{cGVI^G}W-RroEczJKjPS-d2^{)wrx;lV^U@#-YJK(VwyjO=2UV>&iHRCk-+Ib$Vv+T7*S3iX@nD;wC8{h*cF{f` z(rbvh<908n(ZXXzBaFb1L@o$ZlPEVkG!(C)K>-6?H}yiI2YVd_R>zayQc9*Zj9b%6 zhZBJG(4UXGjd6D?poP;j3D~C{l_%)l9 zKpv)b5oeh3Y3mn$kq8i3CJiAxIqcuSuS+ge%D4hwx#eA+9(C|Cv+a-e?qkA-QdUIK zqXKv#7Q7487^E0dB_1Q#8BdH{2nU#cRM3;CGu2d>t4 z{+chMbe=;oq>WzqUk>fr3E6V%Iw?zww|^D%rCCLR9!H?*%dOUN~0Nsp}f z(}WS{yB))>xE2P-=jpfz8fm4^bx2wJ*)<>S+a5FxSLwlTfG;)9(dsoT5HrdV5fKnW z%ho7fLI&gC2~fC)uL22#Rsf>{vPp<<`tkt33oY@jR;#o~RABYr{ShZ!(4N~Qfy5Y<2o zz6Q}X^n+!WAq$^NTs@f|@2OoGtSZUFMEonDU@sy>Q(-sHE%6vlslWGFf~Mb;wwJtmsWIQu(fQ(n!m%@*-T~4jF3I;x zZBId5l|s8`yG!MrLUCCi(Mh8iMJj>T& zEO+#&PZ6pEX@If1jFRJ2Es{QwC9hZ+;qRlLpzAYn5}h0*MgM= z08v9KB#I!pOw--_KM9k21`+{5ym+zMoA}wk;$s(#M+;HAiM3M0DndRa-d3E2TErBS z%v`JONWH^dS%Bjg{WvZQaLM4xAfSV8pm_1g*~~HUY|}i^=Al+?fP;XEfVmFH6%tTQ znC;&De(Vv|v9dSr$orNTsqSz#;3N|}{AD;9;6zPI%NsjHjKx4U8(2y-iCompR|w6-*^F61$|e52n$4nYvlPG zX9DyF7^)44U)g7!a}(K?Mk&967v+2hoem_lP#ZdHNTmvcFe`PtPLimWQgrQR4prHHFcbr75^ec8aft9rMAi9A zFKK2=AiJ+)9sdp7+ezTx6TWED*as|udx-z%FJaoL3EHW-6ZdKwM~f>!Ao!5EGhT>*p8KCj?PAAb{ee>AW`r~m zZjCf3Tw0N4N&^jqgdWx>Z^5X7AMR0JL~%cb$hD3qTWBBUGXY!YRqdD9kobiaRm&&> zr7LW79z@$dFvwGQ5TA%E)0@D#HSlK7^B;tX1Qa>@K*`A1GD(?!h?&7|_ zeFOdm2+V@&FO`vUagY$lV-6s1g}FBv!cC*thc~l?_a?QR$dfmR7CO3>BILvlsoe9> zVBlFJN@JrY!137S*L9j9>x={QrOkiyt_a!ZbEQT1=(Ta`Tg$j=-}V!f_1S zNSGGh+imXQ>N}G@MKPKN5S66|0L~VV##K$#ih@Xr(&qUL+g6VOR7!A0u+o@#5TIUM z$>@GjKxUo|ip+%rQhj?3M*IvCB`ii1g7Da){yrH{CC*``q_S-QdY-4h`5m1VpbGA3ppz9TtNUJ3=d}XWVb3l!QL=YGSPLa7UVZjx6S+{)W2` zeGm_p16=kS(*W@>U{N_?h+MfLMm0$Go2g*};B(p=X|ljVEDot5(44+!^k{y zmR=@;e!o_LFV6{O5erc=w#5mh-w5a_Ki53e;pXsgPb9#%wp(%i8IAhr%!b@{oCfYZ zg_JVPSdsSCT+aunb)rC|K))>qUgkehD$tT9@?pUGcY^o^sprK=k{3`;1u+r)XH(v2=mvkm-@Qe&viDBhm@QnB*CH466t5cXHD ze{0zhwUl#-7M)<)sGi_)o{77)j)G1s zt~>vWebdg{8@5#BBUY3@EkP$-QbwyWJ}(5X_g>EF;1ONV3VB9N=*XvN`)NQ#CSg{q z%)0usL^QDELLF=GKa&fqtlpJ1`E|Oi_4t_Z4=?E_{9m=KQ;Q8Zo}zV)K57%BJ?&V6 zGqS>Ee-Etvr+)R%XTF*UKdD&Rmd}pNjOM!-^=-j{#Zr`cPJhp|T^V@_x3yfo`A2p7 zP7~y1HnFw8akMKcZ_uMf+lOhX&rcT8;5nDHYWpxoyD&xz=gqutZRAbA4;vM9^zUnz zJ#%l_zyCMF)txt^|3$c}=bCW;6C__3xM-g>LpAO^MPcgq8oFsk#5X;q{Cv7T-N%#XVJ?pN4j( z*xBY^6sc=hO$(*QW!c3ZkEg^|-@kWCefHix;z=F;5)_PQJVp4o2A*&SE5lF!g}Lu&;}~pH;~VbqBoz5n>i8eq z!)&eV=WjpyLCnEosnVHw521{Oke*EUj@KL#v?e3?L>$G(X%$Qp@_@BbB zG8;Yk_-9c z#2FE;_pMV(<*+7h^2PAUA33~V;mcMBSLTODB$~nx?jCIqicmN{%nG@-j8i30S?}J0{nvE=%-0OQWwj=)=AS6k)1huiPu zN82j@wGsLT5eeMc7&?u^Jhas}y>l7C>r)#ari?GH`A40+@7|s*{wc$lIH^=1y5(7J zy;>v={?qllomHzXFI|31H3wZmb?Y0^-({lHOa?dm-RTfaL3Zhdo_?yEFC%^_+Xqh1 zvx74jnwpKioOw@ge_tw#!!a|L)Bkz%+xJF>Upv#rTe+>-v2bj!UNkk22Y&^vFKD0GU<`%h75hwdf6V9O`Bx2soQ8>>9{ zsv4WyhgmPTs+NmgmNc0UniXEyHYqov`>kD2pK(_Z!FAa?)ef9@O?T zVVLrhmHH2zr-*{Dj@j((o$lCu2=J5H^OBJ)vuoU zA5H(gUUTD&^X|UR=+!&^J#Ir!m@PT1l~g{Xd|y7|(f<@k{M0HgMuH*hBR*T2O-gg9 z)juHAH1>bdWB$u9clA%B^19!ZYhPYy`(%z)i700|0YvG48vc;vh~Ml%$F00syL2IG z(!Ca9Zz(vQUd?k|QGQAeZabK(+fmlIZ~c&$(U8-_nEhQ3J?Ca^z6gA>z$ZO=T!k#daiJE659&cnox=P^x)7b9e9Mp--p}e z4a z1BX<)f6TZmgY8((Yfmx3-y~s^tqW(>ACs-Wa9y_5&!`3On@i$;)U^~I0Yh8;wCklA zZ=L2hpT~9mpsn9hv^y`pZn&}DJ{ePloJAl9y{wZVDe7?d$3;J@?7C7dxCb58b=;bIN;9w{G}$TP zDK}M1feWMw*X@wm3-NtjAGuwgh8 zEfL?|uby*{r`aDzhtLqd;9U1`5_*OA@Z--&T&!iFAJ1~?5xC7hk68blx=(cQ1Cq|S=Quz5!u4(h zdtw`AYGVjr;%wcPr8_>>_xY}o&E{y4y@%$$C6!BFY8vYN+=C^F}>3`VF3t#=iX8x}5Ql|Oa#N++Cx3{OqH~Q-(&ZIw#Vg_+e zs^6(+&!wTP4&47T-|?$YUE=rpRU%^L=jdR2HNJVq1^Bx!OjF1G90S+0=LXrSm;YR6 ziAKPDLIhARzaa?O{Y?g#qbKa?)A9KAc8mPe}260#q^cVze##^3TjsCVSXT) zuhnlt6z)6DGK2>OIf?x)pv3Q@?Y0nA|Ma?;zh}7ZG?IhKEcMe}-Z6Odx0jCKa2$N< z#4hZ>ybaE{woditVo|P4Fyy5|G(Ixj88C_N%D?`dEdlo`U0pgkz_TCUS zQ60|?;#xf2@;nc{-aGo1KGdcYx;NgO_F(JRy~~E4A74!gw3nlGIXa)jbL&1lrD3-! zA^}T$1J2q#o&HqL;>P*QpPwkjlE%&y~Zu|P~n))7F<@wg$g}iBpMAo zmKdP4!`FZ!$-x52%WI$bc6%_+MArOs?r^Qy`~fJ#3+|>Ux%oTB=Dl3)sqdu}`inZr z<jA%j9kUkZp$Q&!)210?AMHon= z%a}x0L^vN-&x|Z(MZ9Mz6q13w!Qm=9pm!2|S74#jXda4R9!h z^@t07&_qKUPHPU%yj-#shKsH-^Z3db~RD?ba8$ zbEf)dnvtO#pJwSTscQ*CBdY1(rP7e;8zbo(6RvpiUCU6OgX`y(Sgm1N75}&18Qrp1 zRKAKxhJ-lclJ)P8Sb;T50L+MP_SPEJPwa|*T;p-(n#6w68x2_^pzKdwPEPxhn2&t^ z9QGfGGK9G+x}0=;Qd!JmmHTn}w#pad5SR53iJ6XW8U1nbIub;*DyI^uq6zgS_e1UC zBth|a7=wa)otm&d#DDo!@Chj==dS1-SD#o zyd&V^6^W!*?be+bP(Mel!r&UH6_82B@MT@GtXA75k@tGsRWFHXq6{W_DClZ?iPDna znwT0Lp^OBjqK;^y8?G?_dK;mt^(o!X8J%1|#?4>gWe$}JC)#26UM#fGg8uwm>uxj= z55x;tfHFbR7Lyi1+OH+lrsRaHBL&dCBOuF?ALr;Aj3#azf!$J;#6)nf;6!jXO7D=E7YKkz z@Y3ncP4t&ovBM^N< z%zP8ldo2~S(6K=-DsN7#aRz>oFSKTwtnC$MCc0p=g8l`s+q8P?vbEDy7<9gsgiI)B z)_NrxckkpE@M$!BU+VYm@ZUu?8W?#bu&B>iWIisdxX}S`7 zronDDP6m7#eouvfsi81$gi5XgQ;k%T-WCa=>`6a+&WBjGT<^El3Cb*|Hz$q6khM`U z0$TVtabjb`WGh#9w2h-bL=!cqlYh{pNHB&gp=4rllL8BAMM>qd?ply z)waEFbFu?lkYC5_r{c%~V8@?GEMY(>O=!i?%ZrSnm-%uQXEtUQT+d<0n<8Y4C~^q& zvZ%=vfz|k4?g~r5<-l8~QHAn&ZN-Kb73Ox`jVp%wpQ5H$%&MzGKM@En_c2(yNeWhS zDWxZjf6k?oSM8n80^33yBKe?RZ=#qB(+tqH)U232idic|U6s`kDYQEfcf=G1Phrkz zM%HAt_|K-yM(J`;R1nKZ!+2rYgeT&FYraMW8TSGyrE3Avx>x>kvP?9TgG^h+ zHhmAj18ocP2x&ckPZ>*CUF^lsq-f2XzZxzLEInFlgXrFG&9Mh-I2SL;y@xu`&B|0J zXc>xCyy&|4+I=Ct_`>=lH?zEzeeoKy>JQ6E&qLVGM&JR;C=7g&6wljm%bO&zM`(hl zGU;MPUwUIe6<$FCvJ;~gOK{qu62kq1H#F~1Pmr5M`hCH{M73orvj>tuH7yxUEhmE9 z1(>6(k@%PtZQRVs@%-kFx0(c4(zSVm@G0j+Hb^}HEccZdgts6LX4 zO{iqrB3hBy$%IVC*B3qQ*Dr=&FVnxGix$-V)AXYM@7ZyQ61l5qL7*J(!=6TO^+61= zX&pU)qc&2TX?_<7@B*08JU96pEAEb$11Y&Sv^cxQ?w2QbEZ2}wO5sSB*Gn2xp9qv~ z#Su^Wt|OUmbmMTXweYpC#S7hm+%moqyw?V&?*q3Tg9&m|4mx)kBN4wZDN z9Q$*TK=^w!{^t<U7#OJ!~1<&#I=q=z&8Zq}SZmlf>>w?h%ko_e`)jQG8=i z2xS+Jne9am)nvR7FVEB^j%jDw{pS7AfbEfkk8hNH|B=m0VT~k;MV-mP76d>DX&0KA zG&&I3Oz;Lhg9E?xGP+$5!C`?ee;pS(JN}OC5mqKEvcfpdXt}CyP?!`Xg)C0|0qW zMfxQS#jok-8q!F^=jFY;BaO)7^+OR}mKtSf#Ws``YUYy1OjmSvc*?&%SUT_XgsSFs zr5u0L3#Xlmv7;9v!zQ+@Zo&kcFy~G*Y=KV-RWA$ElV3}fYeV9)is|GBNm3Gb^U1`C zvv1btH7Uw}pRW4n&kUvR$bZiMLfq?LK++KYQxEVZf-79$4FWx=rO{mO7Zn2Cgough z!VYGR4p1HV+x$v8sJGktd`N8Jh!ZSo-6LPJ%cAdTH)kBnkPyw;I@oF%##^<-TUFSK zQlvJ>e0BQ4&V@UON>yin9{+Sx6G@nf|Dg;`EBx!i*TxXfu8(SNRF3^{a;B8iZ;=nh zuP_{Lr1Pl@w=fHf3X@<3tXc1ALW`(Aqs0DFy?7DG9xK}N239USMi@B}OG?V8Y>D)2 z*h*r`V9#?z-#4^_)ktRUX74qo9V2m8=F11d5{c^R5I1abAiHodMbG9{BRnjF0IyAT zJ!GhLpAY!aR-~UKH_U;kS+gl+d8moo2Ns|ZJn3cX8LOJiy5>bA`Lbk*>Y_BXL*1Dg zTWq7x`~nz*lz2!*#J;P+(dYgW4~*!a0^M;@YHKVe5br4Xrsi7CKVzt5j0e%96pg~| zjg}XJdRfph3{7C1B35T2I8LDQ=XHGU<*gbM{Pp|!H2lXQ&M%_Z&jKm7IafBsC*(}+ z1c-O8T^-Sg%ww&w2VyK{Zwh_c;=U1Xa4zXrvfjCqJoI*BO6($ssa3<1eJWx7cK#N7 z>(BvOnYs?TMnmLHV(CFOYVL6@(YSjGc<2 zU>G%h$gn|z8uFQa{qb7r^rntw@4n)O_?Is>MdU^wd+6*+KyJIyt*o1x6PZbWZE&z{ z22gv?$S`4!x@s=iL%WK>#tIpZRKEtLlg@5inOQPICbu>8^HK}l2|=OyGt@S+@+U#nAHsUj`DbIgo4VVN8#aW z-)YLbiV#%s9sd!>grnsAOg=S?TX;FHHI0qO+Gk45`-5a_QcBJutp3CG#65u&etfwkk3u7{dAZ36}|7l5u!& zrHBNS&oc?wWd;g`U5E!TPMHJ`Vcl64-swWinp)y+jU@0t%fB3%ZbWDV)<|t~Fsv39 zl_0%0!=FYv+dyNX$POATT|#F$r75E$B|?h^iYZ&zjv|)urcNi}K8NDQzE6!ZCfIh* zHy%+hL4R2>LF{66+C{`@fjMvi5b;kw&2~*`Z&jAubz}Da{-{r^|HJm`P}?BQ`yRa2 zbG+CA(*lL5cbA)Kp`5ZM(a7P^qv7+uL>IbFvHe@d5#`ckB?d?jT3-GIfdT?U0~qG< z-G4ER_$e6wA#-K5!0qp=65l~VUv~mC0HjNZ>S%&pwYBsn%RMh1Q|fq6^gauu<=FR5 z_SGF>_N+DX?N>S;)!*l3OFKy@at%TE_k&;h4=OwvgOn6;^b<%-;vYvMv*=eZRfQf zU^nuyDx5Qf6%e9JV5i$A^@;28Rhe?FCa?}V7=p3+#uu(2K1MC7my$r#AHWrPNV<{X zrXzkDIa+O2ivW^7P9(uxkGlIi0B9 zr;bQoS?n79LtZ3xvj@|jH{uT~k|un*>&u;SEV?Eoqz*MC;rMnR(QjuBNFWQAu4eNk zuAipnOL3dh?K#hHigPPd_M;~6vDe8&uzwo?AflmRmea+>^0cl={6pmS8c)~qDT%3! zY3F;GlOm+O(L7O7>w#Bz5HwLF>M-2y=-k0*8lEK5p?Df@#L$>{aT31`$geRyzs)n_ zg@`7%`bC~NF@opdMP%~499oM_37Aev4Wf}7#x)tk8oH#hJn?OR(?u3C(*~H`1Th|wYmXyQl{^j0} z=tFQNbkn?vAf|5C1fMh&5Jw+bJd+lhis|MQCpu-Qq9n{Y^BbTlFK!1(?HFs^u=^w< z9m6V0ZR1LhW7sD73w?H|ofC^}M=nrSVd)u8X@XJ`SN4WBFms*t%>+|dqVg&QT1YCd zaYbk0tdo_$+rv*5&gCp!UT!~Z3i3ib02~Mo0BQ{|9TmNqht>SZPz^KltR}a19U0)~ z(u>Hy^1$+?2r%!uP!;jXQdO1>*+u%b{=A2?YwRTOTQujDIAuPL8ftks`o1{A#vZ+8 zIc`7P5#2LZk!x~lP!~aWTEboy#$inLKIj>Ms}ZeylMMoxniujedu2@SP45I~85)t+ z^>Co~wGMm--640~dRI8BILTB<=U^Mwx8AGDyGf$_2LYAyvegfYkc63VhUr%ipOx zpmK)4?H*mX_GrLwcZw4t!(&Ygr{P6Mt3f?625=xYluNPYpd$zEA%E60)Cg2D19OP@ zd+Tb$XFzRTF6iEu(cvqWKw2s+>I$pgmsfbC6nUT4p#{a4ANCS;zarzxWv~jt8dh&l zwnSJoDWqLAS#+O`Fj(5b+~H}`I7jb%{ym{kPO}&T?jpAoNgObZ@_-Nw2#*R;O>QV> zuq&%Pg=*4^H{|Q7Rigk$S@3t~;a(ZSb&B0*v2O0MM4=l)lE1Rh$K6QbkZkT|SP&*YmahgVvxTp}mc z2T=f#F_O~GGY$8UjoKjMfuAc`mqtIU*d2GGd{hq0OF{~DT*4yV)&tF7dNwhAKB?>Q z;AtMwAhv9O?eC4Nk^8cbLXzj9v)Rcg$Ae=A8TkXyu;^%i$LyKA$8iegHcAn~9F%lD ztf&aRjoG>{_x5KDo(#=6#L;1_i+OLRDy-mcZt&) z+_(fX@Q9I6!^2s&%<$-9ruO=Fn=XA}CedTPFHbVl#R7kuDRxFeHqWSn0Vct>B9?+P z+%7);9$#u1dXPE8{_s#Z2E78bqnXU`M8ivG3%HzIYYr<^$MdMy%?DxYq?KzCf2O8qmXJ#V8)*Is+> zH*rF*x$R|r9GZf>AP(#}1iK_kL#m=+M$Liww!PiiK zG4!2$VH0%gDDLc%G0^%0iJ^sH%+5D5(%;$mQpc9whI%&!O+{F9Lda?UKCvJLURu@X zo8jK;K*}~eCP=~*F?yazfALlbdfo=!n;&9P;+Jn-l=Oeohtx5b(@KC3`WFT{z7tq# z+!6W7Ez>876fcPsgXARklV%F!Rv1~x(W2tn&b&MtN}-vdHZO*@x_$7?szNC&uwDWB!HsbuQo_OpmrP=e_%25Hh zp@_;D`h58Ew`v3&@6XSCmirbvOTC%$B?06ISjL$|r@gdXwX+?jzdM4>FmXH`ls6vS@5>i2OhBlH24;3(Os zdBAUaDV9R2M5M{l)4W&LgX*%cK9$j`jha*h)`*=#k6T1vEf?jLr*3ZlIhn}6NO3B? za$?N6+RM4J-PrM1`EJn$|4jH2iBT$R{yg@BhMRxho3Dk+N&whjR|Ppuv(J%H=59O8 zie+r8w}$rI5Pa~)o?=IKQO+=_1@0isd)Cr;nkab#+5Z2rc9y|$ZCREUGc#Ju%w&
@_?Irgj0luWf}FS>N~UChT&lCIumWw0b}|Wps*H_G_XxBEZyNsH152W$XH_)* z*2!Dn&e-P;NnQ>WZf{@^%K^P=ADi_a_~K)Xn0e(=)bcxAP^Y;buTIH=DG@^afg`vX zoVm9Ym|ss3Yd3OVK9uENo7z2F@2$02@_MV9TrRMCh8IUjSRWeBrd)XYtQnGKfb;=) zP3es0u71`RVWkykZ1D~STUU7hI*FR7S3V(PekHQKJeZjYt~THF4{*>_$_F<>yZRU#f!Y(D(pC-cBKpEOK@y326{c*O z!c>HZFrD=+K$Z*qu}&Z~*3@zD^w_4WS~}VqF2XNU>u&4^jAV4+!$@-9zJo132Ym`R zw%g16y7|Y|%AA!+9%wy9te-10CdW1YlWT`79yNXbFF=3ySU-MFq9o(zlH{Q|OS(pm z9u}Rg<7F(AMLZDck_`d0)p!BC&1(Xu)Ue9S9Bsm@X?HZW5zUKzhOVl8q2@JS7T=4% z_Esu9upY1OI$W0oynKqpxSh?#M!z1pT4EEyA8FN5T5i)4v!ABgXalqHbUU-Lx@jQM z+ynU-)%EJV9>`~UbBH5(bbckRKQ zVGhLkU4h2>3kH!y>dRX%K1O;y`amc5#@m*7;{T(ke^_|l8LH@i$Kf3C$D(W`{T2Fw z`yBHxuivZStLw6X4(VG0a|AgOnhT`;Hdc(>ol-hpXm%EmbJ}eG?ww8;|`QU1|UY=g(nC;KcpBnN$P2fEgRP!D$bA>-^w41i>^*HU0uwmS* zb^A13l_D0G zy>JC+4t>yTx}v1H7ds3+8bq)Zq+)1nki){YXpr1v#hhecq4ps|&sRB(H|JAFweBv_5bv;vIA4C>N& zYGD+ce!!AZTn8(`YmstBJ8dCWT~=4qzmKfqwN}SZ@`7JI89mFM4sNZV$U0#1!GGkB z2Fy;9X&1&?FGi@3W>DiDB?p#K-(_8B+?xgRGs^ zb@nJ)%F5fs@x4p^F@xXJX{_GA{?q9f8McPh-u)SIa=rAM@D#f}1HKvhw9eyMxs=2b zM$NJ$u3*>tvPIJY#p-9X-aF|tZ8&Wi29MlL=MTp>-Yy!Jy3!r?PwcCf7tQn0Q|+VF zrmg;9@}0O*_}UGwKp1OvycXRv3CWt_yYr!jo}-SyL4;X>$$_~u0e5GHeEHH;p1Z)j z(k0g#t9gAgJ-_H={P+CIrOh>^I6G6{FPF|^ATzdZ20;X)(de!V8plImo|4m(N;R%; zUISxFKdZRd$zVNBsanLw$H?4MX%v+ST0A;O!7dfFR4_^##u71v7u}LSGejjC!1>)1 zISunE?gOA_Zc&V#drQjePo+S{clK`$W)Kll>CkM>xfY?uyg=OdCtD0GLvn$7Cw^lB z13hrwr6+Oy`n71$sPV}5g<7faRfBsZ(F4_;V9z5jy)K#JoMQNyW2ZybiqxbQ45$2~rv@tHCqDdAj*Ity7W~l>BVh&Gzil{_} z?!Cbc5Z8b9M}|JZ_=+~J7MN3-h1b3fyRfv+LUeBvfW4Ix^RspQ+IkTm%AuauH-neo0o9TuPHR&|9&e%cuY%B!7RT=YOv#=~}qc|DC#p!{?73 zlspZvGb;wdQP3%qoT1;s~4n*&w`vSjSONfzAml74$1}Ct93;0e;_Ks zfYdu1F{2Ha34n|bK|y6H!%t{<2~F6%-V@cUq`)6K>*qFgI&SFBP2#f1ikOu27)QTC zN0q`f0E|@2!$jYgb>W7qjsH3t=+Q0?p?Om$%U2^Aonxi98fQiOpt@Ebl7^sOxFPZ3 zon`)h&lo40G8ER@d8SqDP%Bi4OUx@dFH0B87`c4-)B1aEvKSahp3 z&_7KDpC(&&!r@Q12dT!li(x1bGP_<%_U`^s+O11no-l%M6-=} zqhEU+3Vr@0=sLOV{?(TFPOy7RlaKM~)nu<{r#>toNHg)@t8hoa9 z6oeul2R#w-`V)R3N!Y&%PZDqUg9rLC@HQS#-Ifa+r)RKyRPf8&zTFz=W9&~B@LL<#rnZI0j=5cJYVjpZ zz__8$dnDPlz*5&;Xp)E0dXgbDEvyl=y=kKhN|}V>RTsvDa2J=2zdu~pd;e6W2kK6> zcfd>5#;%)gNI^lCti_fFbw(?ZY~dZLW$MGZyp^}s{Nk}ZoJyRra z2}vcnLXqTZu925Zh_DbHCqtab+?0s1q&#Lbl!fswE6ur)%dzOJ&QWS@U6iqlte1 zYJ0G~75Y|TSlCxcRDPexmz+vmdp7=cc?$E_?_(hjQ|u!v+M`YJJ{{qZCL`Q{C1db|GeJf^UeRp)CPiUc+0h~2Jn#2DX&F9-p5s! zYQC-Iu|Yu%>|E%DGk2!33IcWDUyHp=zBng67r9+<7laRiSsIF=qhvP z1827P(b0OnO2(c(mHIgOQ>?gq7BwuOA(V%>k3I;qlDVQkEN$iDbERi-I{A(BOsd=l zx&U{>>c8V(rpw~kyEM!gE}CpSGnQrY5Lm!+=2GYV!cB5JJLN7@1^~e zPrTXuZ_J4>=aYk>rbyBy7w3VC7478EqyB^$gXxzuMX~2mM!^A@TQlERLWf~?*=@UQ z(cqC6@PD%F!7Y^#}K z`{dG`RmH4yky!}UA>E4q=%TFb@rP~)nFX2k$O^boD;QXx5NguqtBotH4|L5Izu!Su zd#y^!^o?^f3S1Y#@yfjS2zz3{Lo4V^M%&K8JZL~~m(MDTxrLjJaK4z!bLqLuT%Lc9 zWC;THiB`F-ZvJ4Xc^X9|A2UC+-cU)8;(ytJva+FGkiX{t-!O-?1J6?oBX||==leX{ z@zNROseyJA)~kZK)042`!CRwT*VZ< zXrwua!pr@>>vroBbNXA)YpXYxJKHx~-kRQr)Fi zQsX2{_H*|4M2nQ71#|(P7Hba9p&CMAzUkJFsloG5Cfs{sk=+wPc2KH3Fr?dZMftrg zmXJc~t|0ZM_q*0&d=n<2ntpr}q--6Wz&n;-_LkSw#mS%Atn^+$-_lM;gQsI+L}Gr& zGd@Foz-(00SCP=(rjA}(fNw}ds6-k_zA`n*-nbQ-nb>>}1~WEic$0-BU!S~7JeX>e zs8mQ1dK8{AL;*oekOi4`QOy~6bEVF>GnCq|$&a~D&if%d$|-H9eeVuwx3jb;AEOLG z!_xlnts22wI``hcW;*AYeb4auFqW?QH*fhcMeHQ>bs z+Kadu(Q0o+QdUk*E4_Kk7sL+PWQ{ZE=~$g8+a~SEty=@QN0mhpoB9*E5i=FmhCg+3 z5nS7e@p!=_l@ij`5TE>Iez(l`=d&L#g}(K+Ia|bU4|e7{CdKF~8C+<<*e%mM#=vlR zehiWE=u>>4=NIcZy0=A5E7m#175dSCL4(|ep%ssw7y=W+DNP1ppbfj3!O*3?05;9P zTmev>!>0Zg<~()pvCpoX>c9nGU>VeuWgg0X8IsJh1Z($2rh8ScM+TOwo{a=`=6%jB zmJ&<6TyN>7vhjtgzz=behhL*J5d7b{Xtk%QYnm+nxJ40RhyZsEyVR6zcQ*?CA z@%=OtH?oc6H{G`WX8x7a<4qX#)4jK2Ypc(?qsNf!}TOgYdR+$+4W}2fOJAPYIZS}Nb zuV2o9q4^-<)PxK%boo)lhBMwhu!92A7Vd_#)0Gm~%hWLz=NF~yfz>mstdycTxaYld zroyE5JUzE(>Aq{4s4{kH+(Coxmji2S?e&MZhV+)_EMmBjn+%%`mj7YQqfu!-V9|K4 z!s+`7Ca=ckJUmXX%I1M5s>w2pyIV%kR~OIptcrHS*43kL5?{UhX{)mzTvbI=YYZ+6 zTAmxt!Do#usa5sdf-Wf~@@lyhow?+6;g&q+X)*E+6Me9ck~!vlbc1v7apURW#R0Vd zj@c4ip~c_&zpSl{2^WtyZh&g!$#+WoHV)rxy<_(Gh73QixX8kKbNV_}St7-n3e5%z zzH;Lqj>Q<(=XPJK{V4dM>$mBLo?eXle=5NRP|bau=a|ce`d{DwAd&CiRl$e-KdM)q zhwASwz7q&AYU(`O4(C5USaLzOb0<`K#h6~j#C~Da2O17Nh~*znesde&ySk*I7D~30 z^fBv2oO4L()R(*RKDbEVYt&Ywe+OLm`CalwlurXV2DHPLNc?4^f^v9m4~@$84WguF zz2t64mtscf8y^$YFM@Qr*^+yJT_N1)5Y9dOX^qBNPT7+jR!ptW5>#^R10*N1rIeOm z=cg1hpb?k#*rsJcdRk|Au?fq3>Yqt3=U?@GvMAV+v?Wn;$JcTr=i{Q~?%Q|;#60-j z@~)jJ{aR(j;_#iDsabK@KP^ND!4}!n^PL?cEgr+tWrz?W&3OUbq#l(Uc^1Up)YRwt z`{p6!|EgbySdjEXiVqfcla#ru|&{c3Q>oHzG~?Uvf~%0@g2ifHh*qI zjONXH&rDcU9ls_0y=LL;_@h`SH}IWwrx0I~P&4iCt0U{VX*wa?!(8`XwoAEQIJ#Im zj{T|r<KGV*9&nMmwMczPuD)TzKg1Ec(`W+!dCv~gY z911ETFX~MGRNWI{K*JEVKQ$%wxFbC#FHY^)VFp?&x^m}3i|nU>I{Ns}wEJGztH>>;Le*`hDFM(0RRUq5tM^kMs?`R*D5tYd&4>O1TLeKBqv_8!`mU zw_J?YFGrFRP)Z|C`C$rM7eFOo(Lc<`l3Uahv!lW*1@I4C_;OEp zDy8cN74jf__rA8`pDw*PVv|XX{NY_aT2GM>rdw zU+fpYDP2+5+j6*~f$GtdwPdDwuRlB(pHbLh#q|^Dgrcpc4nw^mciwJi=97^c#r&c8 zCnDVKc6a`b_xR1#gI@?MvTdt#3zT{WSnO(Zc;7eXPGZelj{kAe3+}_pL+Y;}V**6* zpFj3od08M;GE{8Z3CS=GnNTi`jD?I0UQFBPb}`{O`lF!DD;@{o72Y;3!9laGEkjvD zt4gQvY@&d}SO7huw*XsJAS-ye=tFd5} zTTnl_uYb%>cM7G=rd+^NDp`luzX@Bqh(z75QxFd+cKIw!?XPJoc0S#-bFIChB`}+` zuvzDinxEGKkJ+g`Rw-3%@`cn5=U}>)Sjqkw!DobW1oAlDywvk{BMuUiUU21wIPR85 zVNX4F-=rwFl3(poIun$Fj7B)?f1)tCRO5+Fh591f;~7QTlHX5Ruxg)&FDZ;69&1>> z_KC`^rCt))2=HlGn zGwnR_YBh5NtqHwIiXEvs^vEotrvGH%FWG*pggIiNtz|naXmy&8d93A5V}^liz~K5d z_WMX_P;e_f@!8XVRV;)^gx+{~sH63thhoehCP(vHR$1Q(a`C#W*`3xbgwB0w?}ztq zAdOreY7H5k+!Yg4Ru?0q_q)J}kGi3hA zbm8Qo+>Y0k8*`8Qy#kV|&BAb4=aXAEQn$`i7w`!T6k>W$DoAPBL}}8y>y_CbzSHVW z`RWdzhB$)U3k5A__68<&B=wtwlu#;p*x=f|l6(p*C-fu>;bTbq7`)TePT8q=Duj1f zbUVdZdklS3`6xZUin9FU)>7PK8??aLyzYS>8yS(jcqgZmhDzP? zE5C^|(?9~8;jACi7?{J;-J0Q^^3132*auh2j60V>&Qn%~96|g8>EW)3{hYU^7K0wS zz}Sc%k!DRYbQXqK=7PSyAV&YY*Pu_US3kI`5nz0)!Ru77?;SZ%M7?^25t7AaMy=FJ zhha>G1m;$wF2AInIUw3 zh8Y!jIt@SD(OkPxd}Yk{VNB6i+1C8ci~H1=oiTp=#??UW?X3Y(@JtBig)+wE&YDT5 z5n3+M74=i3@s=@sDwI)#G_;J8+o2mw=8)s2dfpEO&?e$&No)8Cjx4W{wcWL&bgKs@ zr?&QodBlZYwwP2;;s4Uzv+1S?Aq;(K>dmSS{SDrnSE&=Fa;n$n?uKUvjr7R(>tXBp z)Urz%H2!fo!=p=c<;C()J!q%8MV9({U1TM_dZW}Y7gKu`;p`M}JTNp0fr(My z!Z~TWpv6!7$XosVR<3dU;O;wO6}Qk!%^$DtIcp}nen*Yev}*?up&QdmjfSjFH94x! zF;y+B=7=aVQQv6|6w`(jt+PLd@UE_vC9d_HW%$mgh@N_ozk+<3X@354x6!THrt%&X z-;z~9iV4@zfn5YlU9Y^5y_A~9F(g)fvvK3vUG`r)o29YTvqQ|{;r9%M+#rNhR_(qT zEV2OpxE%y_<0X-T8a707gX{q-=2wv99O+x**_F}41 zh=U~bji8LUU-(%?--eh`>EE-ek`Y-$^K|GBM^glW;2%Ym-5c02vYt7i_Tw*;kRWK} z)C6{Zo7!*C-_uP}6KLKMP3KQ+Am78DJaIAaMi8Y<+?FvOQ;^JC^w0p-`Y*OWbySxA zUVv82$sDxLeKM%qSYHVUiNB~RL+!<+PnKVN>gE&i{^0qU1);cw=gpMO`~O1cv#oH~ zn)bdoPm%Ur+36@b>zG{`2^TT5=G%ACRjr~vXch0ejr z2HF7E+%S)8v=FjQ1O5$D1XFb8)n+%R{9tf5E%;P}b5R)cOnHnaGR5g^ck@@8*2*I* z^(FXtn+)EXkb5hvW7#euQQsOPPgSS`oMfVMfhrN3%jcBcDyWmT4 zyGn0uC=gI_|9u(i#I*Js__Iy-Zu+{ZY_E>gZ2CLGe#MR`UUgh0mi6W@Gfyu0!YZ&t9j;5Vijc3l%iD_}lyN#zvx< z1FpIDd-$QW_q12~*x805ntS4&kA;!}1MJQ_tuhjEs%{~#if43fX6WwN$Mf8)VLP{0 z@e{V5RkGCIpjMsb<%Z&z`wbNdjHL)cny*NqgAs#38Gn)<*cN6v0d$qU0L*3G|I_H# z(kCxd?#n$77N(a>J`&jbUOcThH=3${BJ9lPv(;SIYMm&DIjCMfon?^MBD*S0cYHOb z7C}go?LPqT{`PS3c&KSfC<=S<14Q3Cj@MAm-GC8LLhp56!I>gKwM~lxtC01Ll2`>) z5bR#M%W1iFOYFDKXup4I0lXJz-44@oPzGnR*Yot6MJL{QoLWU)KdnE{h5<_lc`^NWixL-rA-zdEdMAFi zCpJSU=jVE?{s^Y<4AsO932Jp{63I($l?oKE@Fzp-DSlsxDng#~aG)aDNH?vG_|@yD z(MEY+qMT6bUHzefbzV3;b9%b7aYVdsephma?v1}6 zcg8z^L^}(4|FxOU@*P z^%k9TkSLU^xCs`CF3qZm07$8&y{9y=!*>sX?#=7M{|l^eiKgj$r?o?}b^AVDN)>=u zIK|4PG`ky8;!Raz6ZUOYZ}?W;rJQA`8EQco1GhcJv$KW@&N(|lzeX}vdlgaW-TkHv z3Fi(-0+ATAKo`uuZY}5IZw^tL;z>aR++*iF2|DIt*=YYfzLC58@;VN= z6mqvsmhn!uM#(8Kwk+oQwtbGC(Y1;e#4Dr#u8xUt$#q}8HQ^$C&{dVZp3}|I;auOb z&#o_D?7$XPn)AcA^_zc{y8^4CNTy_azC*!k>2r*g7TVL97!#9v{D@LEwugqiMomrP z82NK%AH-Xm>98i@n(Yu$C_BT9*v0vKyu?8)#+f{s?nisqGMM@(deD7F`|@#iB=iU^ zTt~h1uxt}O2kjepf^_R%(sEad*yK|NZYp?v?`@UM1# z_vxBRzweI4pO71bRR29qGV)G@fG&>@Q>XKj8U_OR7IntAu-YP%og-*(Wwny=atd7PEi%8Wcb5 z1}bu|&r`6d)3~uDasp#>-e!j=VCQ%>t2L^mvzZ$m%>>W$zw)5!(n>O(X7A0DsK!&ld;WY)rU-=NA7GA ztRFIc4l54uILtmp%Oa_~k%Gt+0NRZNb_+f);>B-`QKhk2i3ugBp;rCq)7Ma#D@iNO z+y9Y`;s-Xn!6$;NMKZdJ117UZVNZ0{BlIZF9U)4&Q2p55a*}jCXZ0>{QD|HN!e}8$ zb)Uz`7;OPVP|kazbIwEWV1;_7?X<&EbLvpo3cn~|89Yyo4YUiwH(bx&zOIS&RF`MT z%|4osB^YIwyto$0aGbZZTJ4WbHa8Ld1FQ2U!7?Yda&>SgCtiD-8hTdvSl#y>bKAHO z22cGYgfVmac?oO(&-N6GCiNfH1rR(gEgCj%fFcg+Qr%_l46G&%o8C>6J`P`psVqoX z>xGl3#CrzUGB?8eADMLWh~-~Q>*dlPr{BtHA*)P!TRZ%HhiaKhsQu@bsJa-B(`ouZ zdZ0bzf^Mm>QQI>JRbkbw6)^E{aenyUVO*!VP3afOS^X3I{vcC}!$Exkzl}ov;Wf$! z@ZZ{C)m|*H;qA|t_mxaVt@>t9_smZDOS1Ft{=GK0Zf{Xhh30?5Al5azp&#fc9js1` zXVXW(R)zae|Bbb?6K+p?^!?=0uyZrA+1;=aJAzfE4>t1Bj_5xK>tW8FMR(o>!kx#X zm|??fPA$iG^X}^7M4o|QV`>cSM;D|^5et5B=O5FnNF#n_UO@a*+GG*5vAVa0WTe>& z%p2TjiH*7^f$5n^tzeeYzO`IU4bQt@t}TeR4Kx-r(ka$Y-+2;^wdw}T7Iy$T?;QOZ zHR3${+%-8YVq{S1bg$40qxBP908FMPj?AjNY?sZeDQ;dnZQy*qyzIUTF_6Rl`O(jE zG!r(1d_tE#*mpEK*9Hhxb3vSyZ1aC-8K%Eb>s?2Lq{=n8bC)6&H+}yY%sr30d1lU< zwI^^M2>1kx4JTOWrGSo(IMUJqTWj4Ce{ABgQz6DuG-9X@Mc-8SnjK%@P`=Cfg+GNS zbW~fOSkjg6Eu@QW#!OFPWY#$E(1~YnvX|E@-kJu;8CsBa{}6_NaNCg` zRLc+bm@8Y#Q!(%GIuTskseqgmPEKB0!>}A&A|!cR(Z_K_?n-|Szmo*4XXvp!(0aKQ zcHx{RTHlLpPv~{FX#9nlUJPCtH4Lc#lXPUQt5DN+=qr(K==%O1>6c>DqvUms{VA1v z^_f3>f!7yyL`*9Q%TZr{D$d9mNCwrT?1jl4i+O_u`-yW5Bb^ceoKrP>7s$=_ZRx+t zPp%3)#q^lfAz3RGsxr-dX|^5o72ZA)&Y%wNZbTKZb~Kc^?b)<=#X4#T;=l zO`Vy(bu})5Qoo~!)-A$?zM2yoTKR76WE+6lSv4o5Z@u~^ms3-$Qa-TEouwR+v717C zcF4W}?}0ttglWcZm%3qN?z8&~I{?hN~tj8=1!pvt1G{_E`xo=QJHc=lq%9 zZ-~w+wXI%0-=pNj|Ce~i$_MF;#>h0<`^!&Jk>Cd*sO{z!2V{dyf`4an7^j7$E_1?6 zU8|$N$ckSAS<%w@0S-?{QO}Gd$M_BMWchi+Q_2O zH$0>O`1kBVh2asqMt4Y)TtRnY(WRzsG2_$RTnvE8!2eR3S^6jYj^F zcn4f~POFj3#bFQmzX)c1rk{ry8Zx()=H^|6tdMDN^4w`Jn3Grly>Y60KI=iI++SgT zwxyS+1vu*)Oh@4+t6UQ0$~^jXbD@l-Q?#$UzJk`ipw(x@_pX)Hdifmm*nuG>VJ6?qsXKkx!^PH()=M8@@%7uDr>><Hg-Lw3c)Hb{?hAPh!2s zn`a^$<_9Frn8y61>09MBC(Z%BRf5uAe#@vzfTLLTO~w49DCuh_^s_C`6?0d$IqKW@ z_GT57KIT-f1){!8AbQ&f8E(YM-#$9b)Or5zCRVWZVry_Oc8$wElJjuu3I0TX)Zk3Z z+@)FmDS*`bU>wEIN8rJCLvkNWZ4m(C}B?k>$y##rX%{mlBg zM015L3n#4l@o#~#$KzT?H<5;v-*1kDRH1C|7JsnMcKmu<*QU7X8?3sCBasWNR#WtI8{k2o*0l=z1-K*{j+{Z zT|c(ycF*GAYiPdc%VSBL2qr)&)>ptSd02`wPiGh4K=ao}UOhChsMQ@TGc^Qu3Xnox!O6wdamp*E?j`ENHkq1=l)Q@^uIbUFqY$r=R!w=Uh}{9W$Eyx3F?u(~ky0B+4BH#} zv3?ipVz8MYJs&&R2ddN&9jG@lV+Ov|%Rwye5E$^(YS{IcCfPxLY zO}pflzCVXL)EtGKo>!eme1!PqZYSJam9sdhixykQGBg-`tgYFp866vPFC9^)h)gdu zV1n?_Zpe?`w#)TJc>`bSG75UwFUanL;-~pH8)Io9&%{7h(tlXC3R`=UKSiUI&VeCU z7k({T1DzjI!j#v4mksq8{Luqy%Aes7@CjRgu37A*26fc?;5`&@b;#MT!r5EJU4s5h zma9yu*?N{6F#YkeEG96>iI2V8h-ZUL^A@Xedp=i^>D4%CB}`~H&7%cDW1UW#XZm)T zM1DX+P7KoZt{_>g!-%a$Z{-E{&;mf3a^|!oPeoIGH9B(yNtw4sOhB7IRH4%>nz{z(%?(x>O$PDT$iPY?-+c;`13BZnbQ zi=CNA0XRd9EA26mk`2YCN=yIH!Kf=z13>2H>2otk*O;7;^3E+}xV_E3To3j@l75O4 z*kulPvhu_ z&6+Sr2Z)W|6g2Wk>}uGs)qH^5nCkp3x6}vt4%6u(mg;o{xwNU}+HN%N8L0FNn2UeW zNg)Y>OrALQY{g)oVQO%6**F60bz5lU4=X*+WNix8g!G!Mqg)N<;oP%qiNq7Gio|g>$z@) z68oOFOuv}S4Lrq`v{@Q*lbW06X8MVLs+4-vEazLB5h7h+DnG=VHXn}Zlr-0hW|dL-ar?nbhkiT zULThF#KgYNxo6}C3FY6BKV_hK(@QEjOSdsZqCp}guJ4)Gl z#{H+l_MUvvnKS78tfQ)u{Q9BwQOk^jG@4_QI-xRU%dEcK=d(V7O#abK5DC_^ssg~z z`c;z3GFxyBkC;P_Ct9>r9t#e zE6wf4Jp)s64yc7AP;`I^ddn`|Q4@V@l<7{;CkW&n! zL&KW@>ogE@KaY{UI{IOK##A&t%QQMAlWn%>1oJ~B)ayNV$rjskx@m&D|4fbiDdhU6 z1+zAth*)pyuur#>fD8LVPNC6td%0N7?Y%dhR2!Ip4xcP?FLvXA@tOW=IA%B#CVHSl z+ZbPy7M+s3JD9v$cd+4I?Ion{IGzVSukX_eoc2pwlsYEy_P?Nemzo>>z6?t3Gf&#w z#h+BS243Nt-5P&7>l(}b9dNhV7#Njje|{V01vnl2oxTd^DEL)8-O!yF)%&IUg_@lE zLt_67-ALr`&E`mk=doFjE%$8?{%ZOFfBhm9gO(w-EFjTOLW0)4Rz01uj9bmKpVmGG zufc*=wH%b1XjAKIr}YxTl!!q@S^|_u|~(7qKC$fY}=`qsMY)hY0ts zhyB~Lt=ni6-TP$tLYU>Zc5#J2R{@<(sH`K1WT_QjtQb3^NE!-}V%DBbu5A6bj! z3thZgX2-+Lf6g*lzm&=@$_V8B!imom%sC{(>X&N$5%WK;k-b3H zn60lwWlTEX?sDiy+2GM&x}k>B9l95pS`=dP9kwCg+6<*(U2(CxDdE16;zQ3D zZaD$38%>;VTfe@P^T5SI8CNsr5W$J{Gm+ywd>A+Uy&=Jv#!?t&y;t@#W>e}NqE645 zVwD2be^oTr=!B;@u9Pp|-Xr~D-|H*{m|MzYVDs@2vJ1VhR5DX8>f+~g=W=5VH})X5 zW{aF3(g3*!n_JA@mKG3 zfl8aNNxu>Xbi-FHLJ}CGp)H{G2c}9>9?xw(Os{z5g%}{FgGv{3hNu$x-|Vh~2$}@g z`Kgg5+eDkXOW=dOIH3)z{ve|$7+H0hV7z6LdXtCk)cqAS({p`OeZq?3baMC6F}cS} z)aIhTx4oi)zz{jzuV#d2WTAlJ4y@N8G8&t9UpI;3k6UV7+)^CPvvsdDj6G3a-@pGt zX0}NElE|EZdh+6awnl%KP2S?OhN)O8EhcS)F1YRg>}_Nnguz5&A3>ZPOhMGv0ySa- zVQ&5CAX7uLEWG7m7E;*h`NOKB3rwxwCJN#9X;}9KL)>QYzr5R{*@y85&5Bww{!6_) zJWF$3kKWOWw;U&D5=i#@Ia2YQL*rl1Gq?*%vbxC268as!i24&kO=CK@N3+>J*3)6s z3m(aYo3P^kGJ|?iMUSJ0i7(1#j&Q1{Z>TN7nkxnZ@^;t2rDq!_%l(ta`jj0Ioq<8Z zQh<53X~`QniqaP_Hg71f7Qs-k4dZceE)PBH@AHm$V=h(IOV0?lW=K0|aL=8jRPqdx zX6h@BvP0?;17lb-nc>H&uDI@>(e|L;uERRli}_rf3C}BKi=l>em(5@gIQv~Euv2Qv z49A0*$y`oshE$1?5M=}I*@26OJ9kWLn%6GuH1D>O5?(1_?!zBGJeMB@Rgjn$f!3~= zR7oHcs;k$&;PpjdKFdFB@+7YP`VQC^$4khz zLzns$eAR=BUxm*y8%{O$E@U`L`K2s4=^KVpu_Ew?IgtnAI#wB`jQP@ojwt8T(p_NF<1(f60jZdu`<1F1#*x&g%1o~V<|2bijT~CNE>0;1BO*3S_^TAMSOu8cA4N5up zpnuP2rijq+{OH0XN2cMoO8I8?*|&`#?}EiSK5+x`JEL62$o=$%DCl@;&8#n3lNwX# z_W^kMr^ZtwuuL3{ht%J3johd>UZu^I=yaasX zD#d!(B@3X-clgI_wAC$J4f`j1!usqhcw(W?5k?)T^wK$6W{zAE%*ThELbQL@u|;jf zUvB73rNj5b56k-Z)j8-5rrdGC>*fjV=iJ(D5HGcQ5j2>zo%I2y$IfU{(E1Vm18V!O6x5u_VC8M8PQQJkpU$#mRB!fRQEm~96NA~Yb>98 z>y#{FHd}_OklmP{y;hF3M3fD}x4MrliFK2;I;F<}b!dg;(-J|jNR*CZZj3{yyCBNy zHtgg?@J30sU%VLs|G*eH?z($Y_rk6VqEjFZUutlY)E!bq75;a~A2lX`tzV7u(icZg zOyJ_3Q;*AT#&lX`7u-#~%AmEs^6WHg60FZHcZpO9d7E1#rNMRFBORI>cP}8!3B$^! zWY6qc@FeTI^JOda^HVzL<7JP&Tk7EeC z%1ia&F6oKXPcNSe!4($AuQpeBn-!R3Ncdm^HlN}zds&H!QHLvHrzi;Nvv<$ z8Uc(2|Mv@cn~gtHERwyPeIf=dqjlpuV196Yu_hc>J@ENP`b6F`q>ii^|H9X*x8!JgClr4a`|TcW@hGOr`#FZ{=NLHO_wp}dHea74B{<0S_XkR*J9i(ANM*!4@$GB2cH=J> z0&NC}Y&D|!a3-^l(Fwalj8K0170BhCFVPc)pw<^kKVAIZuDu%sm;G9%v$5W1Pz25Q zq;mpppq( zY9k*9nIKJ&!VmN2Vd4T^@TRie&<4jPqJC(KKgMtcC^QEa zJ3sDypdMkUH)awpcg62mCsOY5n}gBE5-a15jWy+op+0>3|EAEDRx8GFSHp-=8hM^z z6J&8X!p!jCVTRLm^vN7$gpPNv(5aLkjA7+b^TI=@6&!0xPC zA3KZL6}Ga>BUn1X2Ez=xIwra$i`~9V7EK~IhNBH`t}g|5=Nh~PZYDOQdcrF!9V18q z6y$UY@WUX>eeR+7IDVMo6qLzgbvSYD?(9|10agYCv9qpifF01Oq+NQ=sM8I`dIouj zY|ELokBP9d5U@Inej3Z9(N|{plh+;sCFoT1#KQ|-U7eR^DjXD7^3MF)W@neV>H1a` zWH9F$dZw)cO%CVkYQGO$sK}`K31AdGST>qO#yDme<*2mjsxtM7_F%~;9#?jySQ1V4 zVaY8innq6)w+^xN>fW(#A8onZo_zs*4rqIG%Tm+;_f)@yV96@?!U-Fr!f+QoC1n)_o~fl^)v;p1t^wWhEvfE6pK~T!;e^8o4N|KJh6@*v% z2jrF7{KdRlu3%|Jxyt@o(;Q*+Gf~AAWgcWQ8xSDGY>VQpclzo>yjE*qyX%K0)L~<; z>A-lJNbgtY{=;rrKRry5dW|JQ`&=<~Ijb=s%c>d!+7Y0V3o#>=%LyIm*!wHHXNzG0W$O6n#ZJ|Mc36@|KytCTDJ zPlqkUSxNiKO19FjPyD>nSHxQK8P<%#ApQH}L)%S}|F9w{*i+@S2cak#pvfcj?a80L z7cuG5$V8CI$S;~uN${C;V9@lvAYbDp(Z8P720^FURm=PCt2d^8QplFfWj>Q z1Kuyur!P71k^4Md*`Ci(GQ{E0=8$t!Kff;O+pBPdw`(&j>w|y(Q=X$m;n}&7Fiv@9 zI5^a2e1S;g&eD`OBiwgbdiyPOPDp|Eq2;WiX4Z;Atdmgxw6dka$B&nS*9eC9 zQQIYH3m>!j5=A9Tq3xiev@PkPiAy?@ix%RqQ!q+Z@b39NJ;8Hp=UVj$hE58Y)f3Cd zL6ENx&tSp5x(WIyR#8-Vlhfb=d|OWY@2c3CXzfu^FPDaor{!)f*NP5nB>h}$fPsJ2 z1I+h0`a7)u4$i)V!a#!HAACjz6Bf>|dVqbn08B7bWC6aUzjx_++ZVw)#>5ozPnMrXZ3<>*P>vtSj;s!bWx8Etpgg#L zw$}YSy?DPDeT0AUW2*1m;LcOewf5MS!`q3N@r6)Kg4JfFPv9b|-Kf4?4;oLMl({21 zm$=RIviJ0Y>1yFI|8B2mxV^A>wmbRYStq~QvaSeaPEVZev~zgE=vT@z^zq5O_}!o- zl(+vq&ZgwkqF&+F<@}BDv(%b5yQKg}XDp;Mw;$5_+ZM3V!IVt*xzk)SeBN7#6HN8H z!-2i?+Vzg2Zu#2Ql=Bk0%m!cuZLHM;|gX!7r>)oAo_~zj+DUAM_L3_>nHhw4-WtE9h5a8zS>Dm=s*B(x1>zvm=9-ZmcPv{p{`LS*j(Kh>-k@@*i$1qm-cMq3prud zwlu!&CrMAuD^YR=;;p&YgZGbz1SgLBJ~565`yZT)L~8D z)olD(A4iWZ3Pe2JSm)`d$5ei->#zREouh9RG9r7j-S{9E-UT;#sgl^e}lEvg%HjpbVheR7#jh?f?O zieQMj@=8DHmCOa{f&!^q!cpxJH4fO8^2X_~c#5i$8>hCCr9cawBJsLLa=QxnvzG_| zm9n9Z*|l8kMCR-wt>M$Q#1Vge0C_n_;Uz*LxxdjG5iA#Te}@MN)IHZ+T?m!k=2}WF zmh|}?5%G{^wdzdlhF#4d0q_%TAfdPEcA^W7E5~x9{)*FhyX>O8&F-T-Z^VoGRa?&+ z%mo}YRb}8to^MG5H^ax2=FEaK1B5O%jZ|pJ>=wwH^q87Ryy`obDXLE1p2UCI2;WUy zlMg_t-P639ZvFf8fpmUT@%$a2{WLkRaj-da$iD?KQ-d+vpZ+@;ScL2h4HV?G zgA3)7j&hV~zBdhh%r;>R**-VBIjjg88$J6P7|+DycP^aDO#$XCUM2`g1HP4c%rxl5 zZhGxz-(w;}(@9&}iA(#d#n?e!Ed$*Aj0LQHcQj57dxD;Q zT&0^pft1r;Ff381?jP7aK{Q4Skn!RRg$K*lR3fWO)@jXwW6*yCFPBg zeEI(roryctZx@F}Qk1b~H>u=TVo2GUN>YSWvKuN%_T4axB_Sb66lOw}vKD1GcCw9q zXY7N)U@-g4>-`U&>w7)d^F7x&_xap~+Fb{L#){4&IrFVWUSz#VJ@lQA-D6ulpT2J= zY^*|A<+nD?&3nGK_Iq`?vg=jeZh7Sh;e!?4uirbrEHkR-LU>`1XqjJI!Vf^aV zmv{c9A44+s-rb%#zRDNIkL5k=*5a#=MjCp&q3#kIH4`5F7|zCc$k zz!#qP!|ynNB>}}6tAl6ZkB%o!OZGzJXzR%EY2=fOa{5ECRb$_36-e^#?P>p$NIv8h z6JN&*pJk7guIZPY2sD2D@eW|hD2C_)I2FwFd+nq*rBE!k^5^SPnca=rkpAL%Vam*j zTWwU*T5n*qMaK;8gR}J;Hv4HhA3L|^CpYym``?w%ZRVFz)T9meor=u1zQUrRRVW8< zMv)Jo=bFZ%Isi$(+9W(aT zkAvNYm*S)+m#7PXPxriUL%-qW*Ipo~eBf6XT=(Ndp9D9&Ss_?zCC!v;D7x$s zPq@NW6NQ0HNcLfYM*lhwdN$U-=d;K0#IEXP+b|}M8vAS9<~E)@(DD8|GSNH$r{)UY zqW_lHzQ5nt)AHG(HMbheT8W(=As4*h1P_s`IX5_;eDBZJrdA^@;wSqjWS+tP zK6y+1`R!1XF(qL>(YZyg#!Vb$PsJ26VL+k1^k5R76Mb*t_eq`oK-M#q0`-OH;tj%E zuj}9LR!*X=%!$KAR|Wm|f?lg7g$4u0vBa={uvdF@zUnGN-0N~&XAdRw_}Aa4g`da! zV|4DT>Norpf5*tFI8BnzR@IKM>^sY^#RSGGmqnqn zAC4`Fhd3w6n`4BL9v_3xuuM!;CH-;CoNDuBkF)q&Ofetk)?~yCMrb?^@6%ZA_?{h% z>|t_s8c*t5X-_ZeVKDYdES*2>McOcY{qxxIx&irI@!g%?qbBuo6#9oEAt&(|z_U-$+*pE#G1sC6qh5M8cZyzbbY`|bp!&Pkch)Zv_~xQ15< zQLJDeZ^QPx}<1ffT-O+n}VT}3u5}EvVLk)XgRY&%4 z^OOGm!?wgTfC!_Dp`d2wKbVdb)Gg+$K9IUpt-mp#^;gkt6}?MlUtc}u8n{D<#P?00 zBjEQ~2fTsj^o?QtiXc{-{@CC2->i{O<{_nB0?X^|{n-WO-hAr2HKxI-Jag+Xcfej( zN|xiJtl}L6Kgll5$Q$sDtfwE3k2|EfoRB4MT-d2zyxH^T&I`Vn-`T*+n;vNFUt6@V zaqQ)3OU$qLIzs+m!1o-G0wIU5h0sNWkC|d2VNrPCrerhxEN_r|lVT+T91eTa+s0GQ zc6mBC|7%vn8q@)IRFKdn=9PpsqZ7qNd1i1TTV3!gD-JuTsTBQlN%9Us90#5sUGO`4 z{RDe;A$Haj8oH+dG5Nq#A>f}4&}TZ`xi$%k=dX!6DYpOR+6isXsPEW^=S?)f%tqoF zdwRmyz;$7IZkb?e6OV6=lwT4vK80~%*yE&YNPDB@IoQkc*JnbSJHG4yb5I@%^X+b8 zxa0_dk6;6UO>C@donSBWoylu#%ERvh&x1M0^xgBTeYk$cKaz?%HWCRNXG-k#(U@u~ zF&!lU(%58`1rB82_qRhUW2?RP9rHD2=p0`&D8qLzRn~i#G_7eSVs_dc^ zo%AR>`|TvS+SGb1E3-b|Q4@F|Msm_XOo|`f!;sHC+M-f(t>#!Hwm#zh%%!$}d@gCH z3l4%V%c>=BuYchBQ?|y`?=e||nS7@>Ie?9{ota8+U!lLz&+0}&dt>xMWbgOeg|$KZ z?vg)<%63?^(X92iTybaVy(rnn|$X4;<(;xxS#SW|h)$9q&ed z)+MD+OD#Gbc@r`6U*8uYiU&B#cHK+E;k%wm8XEAIx=UM42UENmeY*%nSG6+o{2wg> zvF}KSCa9mmY@%P^c13*u$Xf^fB|Hw_OmmgVNAak00BC?^+Pku+=q8OVdOMVCzE_Mn z`?ME&J4qH+`t0mq(g)Hglr;x{%wJ(<6&IkSMgc^Nawu>Ux5znmD#f}>`|W61ZDbOw z8ck5wafvT(6;FOcA`Sl(CFVZO=W-za-d~^BDC5Spg=y%0IibtYqyI+;qe0J^Ym^&E zQvN1ClB-roCfD@;e*BL!Q-`NQgy%P(!HdQ#1K2tZ4D$gj*W>3|%AbYgi1b{!t7iXQ zM8bzdwDu+v-ORK8VfdoPP37hm$p7@prAQq`>yLFcof5(kA@O6a=~6W>^4Xd#(Jvc3 z1Y@K##)xv%)PY+Yp#Ko>Jf>ZfNuasEL>4#I)%RthQda8$oQo#N|DGoFO=ShRt;Q1O zVN_*bt_9Pw_r*>;#{4Eu>3mv0>&pJYm*fA};VsGgFZ%8fRn)*6XKiwbbG4Tiy%aax z|8yu*Uv(;&eQ!v0G8ci+EFl_?dwm_Sw8aVCBbN-zaP629jH(%Oh}Sm}D(hbHCsqyT z`)<>`Yi^M{tue=aGshUaO+^*DC%&Y>L6avN_y?V2#;KjuZV?#6b^IvEixcvpQDd0` zb~+ad*JDODk{`s-(TD7c>3DUWl@GJ(|-)2<)X$MsB5pqmh(FA?$+-Xm|GP1X=f08Je24u zUKOuup9memyG=J@P4M>a-@AobS5t{#Ktndl?8j&OSJRU zeoUSi*Y_W`MlRzyc4mr{PXrbO!iHn;-6daoeR1xs0>%EOL*hFS6hsTD|E%+tq=@`T zS@=%G2MsrH2nW;uXF706Wej?HdwoA{x(gKlj$GSn zc2~q__8CkBi7~p-nM%#lA~Nd&wS5LtPmMK2XQ2J0rR@85^N`|%uB2Wy`#aT(zTW#^ z_(W0OPTtBeSNjUWiRt!8joO_~=j~!0pDP@2{g#D0tVYwK|I0L@y}p&Z1D8m()=J9? zpDOUp+cNJr`|BTfaK0818>-Jt{TkK@6;{XOJy_>$9|MFS-W}e|tjZ70>jIpy z-Ztd9BW>$(v$i1TUnHs!lSv9TKRwHnkWuxLS_KS)SBS`HhKb-z0NW3 z`HoIUE>!X(a9=vTGmnyMe|LXj_6)0~%mc?6PB7aGF$g;gq=D52&afD!&C2Hp@0N~ymOYpAU}Gv?O5auxJjjTc!Q z&J{H6pDCBwaM=*wW(Ye8|JaX~_JK6Kt~UFZ9UiFblIBv5a6U(L|0BGS-;Q)XL7AJ& z6;O$vYGjqy8Dw6w@XixD*92f`EQ@TA4Enx`B|A_`xnY;vv_MC;g;;XueQ&GNYwN)u zx3j6Aq`q4z9cm?qBcw+&;+=@2jV?Fw9#+?vCY|TBZ@#{3I$%_k(2#z zO_S5NO@gN*fqg$e+pDjxV+ys2JGVtGH1dP%T}JJ6{V97Nyn!ZgVgu6t+(PI78k5}T z3o-n8&RZ^Z?M?Oaibb!tsF{Y3!+Ue?rSl;0_J!(kAppHRK)urxU~bo}4A$wP9EK$c zmm@3QZeP4*mK|~ot6FNu#RO)T2dVEhSXoy0=bekeKSOA?guL?QpUw+pP7*~}&$42A zi?6gfJVzQ|FrOj@-jUhm)Vr3^Tz2CVgbOh@rg8Oy5464I?6Mp;{oT{4aalb~1mvM_ z8n@ZQNxoxu2bU?AC?)CUh0o6>IGX$uW>KfWJWLLhdJ}rF%NLO3?0C0Dpe@TX;qt)f zW`@29HGGJ?lw3Aew;ZmY*H#n?VHxf%ZrYuQ5CKDI@PLwO4A{_Nn!ScHeL&MnS-g^h zQynm{;H8<=&MaEjSYBrv?SE3d4+(bWgy|6>RoNGlgDO~~L_Ks;)?#9i&fDGaZ$y`MomZz!L>Uf?i z(3D#J^AY@YQz-Kmexci-*Hl|{V$RdsQhTS>p2EMFP`W7HBE5C5 zOS0nV72Yyz1Q?J14pLqQ)|_Z8H2MfCK^N{ldI!asQD=b3a4FVW_meUC*-Wt4jmZOx zK*hnTO%imZ|9X%Qyh#rfFMU^pWN!t;eQ!^9GraDp`c(lVG&*vE*0v46O}Hzsoo0 zM};UAsru+$I-oEqvv9EL%_gQdqoHfsw2ThWoOkawYbz2pd(|sw$=`p>>vx#AQ6yIj zPiH}Sh9%FCkL(7^{RC@D`X82kep-NW(0Ug%F)34^Ifop4b{tU@R(@V|;#9`!FVwA@ z>ZH%PTnZ1fKR(>g2)yOEoe%@wxG@Mg@T;*cR*2nv9N8yZbiyx%%uoh0tw zk!J27B{43DE*)&Dt$pwqt|#U|PJ@xn_#CMhhzYX2!A z9%w4vrS(<=**gS9h28_<10d{pVr+$0&VvIHlhRL~_|&*P>aC_cmr)aE*fy;KcQeG^j^(m&l{Vn05eeoctFnJl5y#UpL{QWodR*9jUg zQ_-gc{Z`vH{MaD87YL4 z*3hICSVxK1yC%Cn=ho&T<3p`8nR(=y)0F#u%$IE%XXa9@%fd9V?b8iOI0B{w_e)m7 zpieM(%eIU8h6wzH_}(tDO_$a7<_xi({p`1MJ6hk7Qm^r6z)j?3st^43BmJfE5989n z*O@l=DR!~QmP3sn4M27MH-rnV+P-tw;Aa@ASbV!*OaGgD%1bQ zyt3h?8`qERzPsHiRxZ5l*{eo%oUadx3q7?n4JdLb7Y-7uK`uC*So)V@I)D~ljEM>s zVgOY!wo{WQm_k<;jtwkr>f;4Om*Z!J%{V#(2x6z~bBBK&BfEPGV~sw?`Wu0Z#@yS6 zTjIe2wE_-XhwMD2d%ssRHc(viG~ER{WO3G?<7z2~>wf(fzupgt=2KE#pz%Ci4%W{s zGM}cBM`a7$#Xq>Y1GB0+on3)a8XziIsb1!&n&cT11WTA0RB&{3iJ)T9h^ z(iNDEs;NXBUMb`us_9eOwcgZd9fX68MxHk~8Pade53{%ep-6~7fcDhIH2q}5Ts8hD zp_+K$b{WrMx*bdE^=P6u8^5f|Mpgvx&o?xfEDVGxL4KJ>68<~L;*3#Iw|hfb8?DNp z@2udm?)-#&<6p>|W^OPuZBhhSy)k__f>PeZ5u7*6kUi^bf);ZZP*bSuvV1U^Hr-MIIbg{luagV-knyit^ z3?LJD+3x!_w{ozNPnfUtd>A7jo@}fEe|gee#I3;WBrh8kqL1a71KXiLFM%N-#V(lx zo3R?gAQ?&VTaH_~bl@5Z9KY%^w;7RtW=-_Dt|V+fhiOgW5#F=G`;DC9`?TorCqnF^ zSGOTd@36LB0k6@FF2$v)tJLSJ>m(#QN!aLkcU8yh-pI+&RrC3t37YFfUP;zpW3p z`1{(I<(D*v1H}dQ?UlOyH%C;jt@_n8-P>cA%O+JDX+MtEO$w`dbX?qz zFIAhQ$Mw^!v_A3(ydd zac;R5kWYnaXZ_wK?9_SGerZpLo+|9r<{_Q2J-`=j2Z_WqZjIiwe>%VbGNQU{HVdkX zHAo-uhrVY2KE!PX`yQ;?Ow0z$HaLkXR_)(G)kRbt+o_{r6C=%0TF(TEDu2H}#1E5I zyD*~rpTkN2dDFO%S6?;efO_&n3yp{~Aqj=YlLH@D&Z8UcBX3DOYL*%UT^(_9c$I6u z7T_9TySeC`_szh**JnE;_lAhrxAa-W=?jwIR2O8l6iY6el;c zBsM=d1OQdB=7(BAUO!_~l;Jhe2Q1}QnEHA`_M(2viGH%`d;LIJs$&^vJ<>&kHj1+y zH_V)NpLCnyd7$%+TjwX$U!O5#WcTTp8J_o0f+3C&rOkxp%$>i5OS|t_m{L;}&&+>r zHw2nvrH5YqBSZQfKVoC`_*c?_Ofvq5#^2Euy;@JSwYj~3Oq8b2PEF97)f15G>3tIO zg3>q0oXy#AfO4^3n|`?V^EPgob&nhPD;eL{7W8|5b*^=u?*Ux#KFQASued_Vo_!W+ zeyYL#6`Lbe?m>=;!Pk%P zS?bK5@k)`yQp*_CwVuGX4V8X5&4eQ%Sk_Yg@r1C7X5tOLvrXO)arig%xdcV8a%}Ux zd8eU%&i$g?fu{b$VmjN@)8HDBjrzHaVNO=IMWui%SpMb z;VwaApD7a#u-VCub`vBL)S-ORzjgKb@Sov1S`0Ppo0Efbx7FDsvB04s5prBg8h0z; z9=tXwfa}c6eXz~*hCIE(%!Wp}eypjZjyXlxmk@$3%}qqr zd=HI0zNFIT&aj*kd+UYlLn{|IySPavX>I;Xz zsws+Ziu+#G2Z~5qeNp@OHu7fG&9w;HRK+d8Xy04Pm5flJARlENSqo z0h!QcuYLncCfAHxXn4)q)pK^bRH<`EDzV@RW4T~{2@}Ja%kb;wCy){p>NDle)g7EC zx7phGqH*d(40+D(M+fK%kP3)YOKlIA#}3c6!&wBv!(gM zYJ=a(?&Hfj77-vZu~sa=#*BvRc{XcrEyyf(Z;haLAKa)Ch|w{oYU>l zk=NXCmXyabLtrlaD>V?{fJ{xgfHiT)>Ptl$Wim1KXvg){Dw+EL)Cy3+$myUJ}%Wh!O{03&-~F zdo`$?u8zRMWwO0TugFAnCV^-1k@HK+q_HNm#OdzZjC7^=CiYxw+4;npGNHi*aJ!;;uO(Kx^_i4K`U3E69mlTmAIcY{&A|qN3*l*tFs0(+KU7W2)s9{#Kmk zAMEsBM>l#on7zK`=qfG{W388_+3OcL7Y16EUg`*}NAcbfrZg$BI|iSG5iRFxw+J z^@x={(DKL^Z1bD{upZYQGKjuQo6g!zFz(DQe~jbwT68QZyFr-adW4n{JG|o^s=b=! zp+#EH{5G7-x$p9c@TdGH>^W-RYy{F36axhZln64%zc459P9@J8yP?1_hsJ7Metda_ zBHg17kpX^6iE>2<6o3N6c^m%?IUdt-*$gwOhfHlG>b{$)Zs(oQ(z|gAjjK*3dpktN zav77V(07^Udg7-icXx#rLVCU$sJA9LlnTz;QQ}4w9-{vP0ijDjn>sDkBAYcZPnrRK z<_Uf2AW@&yap?tMkTp*7Km(mStpcJ}Ng_OKt@zp`ywf;c)1L0XfaIQT^(ubed$G}; z=+8F+CB|3BoY%O#eL{Z*(m`MESR^wd#pyEQ^QLEx;pbrN5QrBQYZ6&)MpVV)!(-=FZNN{xhdy-MtaD znKHM*yj|h_FO&UR2sJMuG;GjUW*Ktu-$rC!-L}y;SI72HE*_iRkF@`uuSn`bR&Fdo zX1m7Dt6sofue{vB__wa%>u3UeRJOIu@$_;BU*Ol@yH%L3nEGincV@{-mh<^rmsX}d z-lDC`cEj58WL0Gn27%RvyS8$`A?&1g8_}`GbCp+54c5fJuPUV-l<|dvY39^P9!TR! z)VXqEzI)ga{`)2_&ph`bW@z`xn{>j}Bz^FF#g5bi570N9H#_p&#CU{!-@{;g#z+%x*gI%hGY&`q$;YsGo zG3fM*_WHf~lpBN`7*{WKOp6ebLb%?!KkPJSXT8x_$&H3zY7!7wqk1O%X2)y` z6k#7CLtAna-H$CM2uFlHQ0nYx26?C*URtbw|0o(5=y3=1i@kr1XPN5{z9F1#`81;D z_+B_kRpAXzyT+x#r*~MhQ}@kxt!FhmVR@qd3UX}vFb~yWHr~V{W~Q3*-(qHW)YDA1 z!;ACbm)D6~u7xT3sj<|R-wt~>XV|IW5Ts~8f7U#=_KekAy_8GjbNau0L=Kez`hAGo z>}y;R88+&bZMwY3hN|Ic#+UKJcgKVt{ad@zwjRiJDc5YVQkiJFzP)uOQ;W*rnz%f? zWmDJ_pn}~OhB?|s(Leg>6<9Sr4j2Or7-pufyS@)QZIG|J{q@!6c}Cm9*cl2EvrhU zahPYVc4>DRsR3>^7GTbyL?_}XU4wt~K4f&RI>v@2*?aOLY}Pupd(!$I0HCu6lDnqRsasK9D<6_ESGup(>@>TyFAHfuICq=5o)aV%I&Jcjz*@ z)lE=4|AIZx%AMA%W2S}yik1{6X?7#-r;LafY`%Me*-wb4ATeV5^m@+A=&DsknxfqY zL`MIPv5n z%*EBr>eV&~iT!=iih?#FC0}FiX2Hp3MTSV#%Rl!{HU`hD(ofBX_S5xm72PlJaFb`e z1$1kav)@1HCuHsBE`c4TLOsfy|UrCYMRff7{p;kP2+lB6$t5QiS{U(nAobX(a2!;Dgt3pXN zd;P~Lq%F5C0izdHEH0ggKV$(++4>BYlda!bMizJTNK$YTY0iCaT&U|y8sNa_1#nF5 z^p^)Sh1P zEMc6vXFoz#73nQIDB%A#G*|ZKnDK)S`h`ZPxi2$b`=>{QpBSOSQPY_8Kzl(Ys5w?I ziyX&>>GFhnZnwZ|w0-7Wrd((mVu7WR{inWU*4ezS6c5mySr@~fm$-5P_;N>6jP^aC z+q=t!Ddx}|TxJq;3%n`YOrAAwV(37JJV|cP9B@S4+cGcA%ZTY>!>=vRGHRcmajob- z^t37lf!+8>Pt<(P&17wCUtBy&;c8F!AA91;1v)&bdr>Iwck}nzt_%C2NSDg;u)4e7 z<-CPuo+gBfHKZKtk`k{0)+_IOk1(=tEU`)BX)}GNg$ZbP&1x~4h!T;LrtwJjP2k@m z^`a;!7oX5)J}oz|VE|M$s<$jh|7mSKid-6mmO4$Z4;8{Yh33(|zQYjp?&=Wo)1Ozm zi*45Ej^$arpHJI!OpP@FDm?Z^@h{u&zpmo`Q1L!nC&IOuyr8$4y80fOroPG??W_0! zR_DK?tB`T=Mi*~eFKXd?;Z4kl^7(3sw z5T-nAc84n5N%Q?rC^T=R{n+lKRrvhYP#NxRHOQ$_?ilQ``nD2f!PfmSt?`-2@!CV{ zaYhFgZ!{4=R<(|rZ? z8!j7d!BiH9nT-T@eSNv6afP`yECi2CaN zuIIz6ULw1JtepO?$FMlSoy>=-mS;4BTYc|0$y_l?7sha{ zQ%eTn#TCx`A`_-dFb7Hu9DkjYr4}SXFi7ppI`ZSXDl-418~H+yZ&+VCko+m{LyExD zSfbEW-!I0NYhgELxcrzQ3!Yt=f}v;0=^yoMzvn7L2VslHer`!;0~93Xg9V_-3*-i# zJN2G{v!^MzC&+2H^Nm#wewNo69|5Mes&@OsXS5&Hiv}XXhQ*ZGSdipPiku@Q;!vW& zusOT_niKYNG7vXNeT|D_4rzvab&I#a!FywDFOHv%5Qs8vb*9$biM> zUD6xehIJ=!-;t1Cth95Ao#LN*Ty{&Fe3W11U$)D7&Iz16^zPm=Wv?GgVkOZ})#0CP zZJn{d>Iw20cNvU`Nd{8>9zPgU0)e>`#ii>?oyJ||C2d}nUcbO*rht9h6 zq?ow>Z7fuuO>Ld!t*na+oK?o9=uRqB^>+Kbau&>#XE%8=S3CA`hs_^5 zB?JVo8rpC~#EuNQw^RQPWktbEI~;r6(u6V-TLH6(RAyBR(qqA%Gpi^5IQX+t=E=ra zbuXg|gOeRsws}zC|7uVbl$lr=_kcHZiKQ_#Ya3&-A+C0UTx=Djkzf(&=>N-5CWIV3 z4m_o&>Tw5mvv*Jzb9cn3Cve%cDW$_Clyma4Yt^p5AT8J2qF!8Dk$776!e;i&8o_$m zKqsuaQuy#E8zn=2BeS1qcFz!a1Z5P8ZD`l<(Y$bV?X-r*Qo}Ot?Qen@5!Sb-hBxp7 zvpeD7!6(5Q%Om6k7?0d|eCE0aee(r;s7}&|k_DVnZpQ13zKE-js04G7PJGuvTNxy2 zIM^FERFtavymE_?S)T8y(b0sAN|iN>{dBBOle4=77Zf8c*RF&Kbgl>3oWZyk>l|!Z z13Q3LexlG)=f6!=W7l6u%hpwJ?+;~l8LuT*n@^N2KT4xkI$#m!iL=hGA2euq4^a4Q zSmiZelYRH9>GX*H~K`O5f?e>=J=7y~rEm>@H0_!&pr{RCl_{;sZHiQ<3H}v~# z@b%ifhbuUKrG8&3Lx$4Elz6^?`#u}SNr%=b(C<~1gzzD)wuUu#lD=+84+MLpqY57+ z;~ierIn1ld5Nvo6pTs6J0?$H+-lIxl0Rh>ws)Z9E-m5RtdI{7PWq0eeW;TNrBtNFr z8Woru|4h^BMlj(RrO*A$ecV)N%Pc7!Qse&tF6)K%K2E>R5+giB$EP0UtJ6P^1BXQql)LRdEhy9mIjY?2@&yCxqMMGa zYSG8i5)nqM2ZwOc6Vjp8$kB({VwcV;Tou$b&0_~qZdFOjM9owt4e^-$qC6}!jsX7$ zMT9$KzBbO3pGaa&eC#Z4J=l5xem%;4s9@>E=AunFy)Er}U~JfVA{-ehLb~A(F@M_t z99=z2JNc!mI*RUOaP_MlFZ=EVWl?-%>w9vE)RyE4ofkn<=GVWbO!xVRvnwhuVaI|4RED+KR6Who1uF) ziSBA`aUUtHu<4DQffm|Z8?69S%YA>{&7#v7Wy;4K)WKxP=6I#2!-!qbfBVN+6ZBn| z5%AxJiZelfS7%|%qvPgY!^RUth%;Z4#=6F%az}cSgLBN;0&urbQ0Llo_v03nZ6!5I z_iHm6vxa>}T~(mXT?aeL^VWP%0~&wuUMKnfNpHP$1Z#3>KiP+JhXNtJ`rm08MG+Tt z0n?{v7AwJcP%*WsMl{~cQ&pHe;}QI2L=aQQas+evJ0{vjG)k6ueM5cwrc5vB8()E% zyF0;8!iV}E%#$^|2F!c$AH3|G`%?lAuM&qtOJCG~UTbCvNi@GK2cX8hmkjM$-4u1- zpKa$XcrN9^`M6Qy>xK<`h>aKXN1d2BtjsG@>FaRxWk#)eO<_eEO8ytJyTfz_V%%;* z>1zmsM zeg&et(#1=Y6l>*Lt*~F!(vvS=BVE)Qu>IOrn%Ke`COG!J4Z(R`bpD~0*IM!GbtZ9{Z8td;N_E!H%Xa9nJvWL^li@fo9 zO3$saFJ<9U)Y2)<8M@joVUs*Z}`UP{7af^sbk)ZU$qop_1 z0j*d>p@>UYHN3;^(8$-*js2k5y?vf3xJVqu;1Qng8co?L$8F=uYn5x z{*|LN`XuvG*8R-*DT6B~NM&F7g3lxBhFE|No&M+{q}ER40j4CNJE9fGJ_CDbEO{%l zXN!yZp~i5tbM#rynfXG(-WT*KNMB8g+#zH3k09YEv7iZ)tXyvvoq1>cA^%<-RYbXC>cVWYleTjtc|NvJgT%?Q1IS6xQ9QABi_IbH_x#I^)8Vf!%5@S09{?Vy(JJGL`WZ*BI+eSazCv)(S;(74BVcqxg|qRZyF^HM(-f#FV`fx-0%Ss(m$!@$g&0t_y#i0Wc-bAG;*fr^) z<+e2l{D|jWVyn_E%}yfLXEQaOP5pT4$z+D-4sNxf0rO~$*#FidC*pg+bKV_Djf=26 z<+(vl;GHPx$q_XP)@Ru7=22t-ma~dCDmKC59Q2R`Q^1LZ*Z#+_CU!m6PTm$S;oclEPyWS6o zXdIr+$Jd0%iVK1$zgDG|H~KE_H>7M!WZlekEDk)4cx+~?IRA~!xK*>B2;cT>4Z&Z6$B6Am=5zcK+ewNg|sXpC3Khh_G@ z_i(pGY`o5AeGW5^-7b6)W$uvGwnWGe+d=FPn3rE5$SM;rZ^&QLsGj8{R~uM-07=oM zZ_mtHFstLgk@5&$-^c583NKi&C1bRCQ&87XNQVB(wMY2c25WZF7^)hbpD`rm|3K>E zMGmpD3bde#4s*jn=$gK4|zwxK{McXfGEmy?S ze=?Z(z@K*yqvmKuU%241b}jm9V9UF5C{lX5!bX1HM-o~9JJ~+G`g;sV zgWmb`;BHC|eV5X^+vvLH!fw-ar(Z*Y{NXbJwd+HF+O zZQRwK|9rFW(u9y4P}JS8*%QI-6z6iQP`y?sE89#|9Nn!!XH)N;zI3j+z7UOUIIcpG zF$N$bytcL`0oBikx%t|lk|UG5r{TViIgkvG--@T1sh%V#n_04ANcm+6JbS)u&y8@I zmK0rIR$QYdNd4B&;|PwyX|oj>U&7=&7uZL$(iVCdfA57$+ilVT>j!PrZy0|z=MgdQ z@lRjY51nT420`CSJ*j6!H5NNW-knQaio{rUc!tk0_l;9vHuw{BM3wGh(bbJR`OVlq zST=7a>>=)Y_J_RT=N*gWOY~`Hv(B}eVyl_ee@Fjsf_aP9b$H=d`L!9iEwk@g777@G zRt;{E8<7i;f)3r>F(3XsSJ+yyrtNSh)T!lY1nvcT)IOuSZeswS53$_M#e z!|CllIdBZ)y=kE1iP=21)8P(PNgw+Asw2tuw)MEr+6}^I&W)o3q@5xunf z=t@mz1+moKfwmsJeKiJ7|2WINTTD7T$JX%!pCo9hrx3w^L>M3kU_7gIsN?*czeTMJ z$4o&7CzH7{S9JD*8SRlQPs3Q-pvZx1GlXiNp-GE&+cuBDQ!1a&cI3g$%lpetNpuBw zr@F$qw_iTq6=96oN=co;z*6#M z-?EbYu3=-r-1RDyTK)`V0?U-S*2(m%F>3Sft;m{+3JLpM#^Y1`%60$#2g@MG2!y0$ zFGaT`m6t)h)5BS;^E5%TE$)r+Jo; zre151tTuTlHg-Se!HV=~sM@m~7T&#gLE(;sXH0#)w{yjDqD25c5yF+3o!W~zDe;$s{!jqj< ze3a1tW9Ur$nfwDdUP+3ORLZqi#ZX@@R zx#!$4Y|f3D&CZ{H;dwo;=lgs=*LzEND7y9YP{*<_voszut28f(1zqomaNbwpH2I{Wl-Ymb=&nCl zkH_NF58S5=f~irUGGj`4f}N$-8FIlj9k8k+8wa^q2V8*EOMhh+a=f!rD+>kJTiY#u z3ZJWe$Bis{sXWYg(;w*d$aPRnPZ^RXvy?X(0W#}eoZ@cRNf1^g)$ERd&u*ASX6aQ< z3)srvO$G^TOaHN7d)aDFH&Uqm63x8fjCfomxS9ckD(}AhjiiUzMzDVzYpj%3$X8^A z6qcfMxF4v&U8;+E6yY7H;Ryd)ZZVpbYZ`a7+Tm%7D88kw;(P`6Lu)Wh%pj1oHyItJ z0l;mwbo-!{1$OFddA%DgwAY;M)DY(#>>n-YX#G|pT3l&-bsMJY{$}qUvA1Baq&qeF z749=DRchc6L@0U(_Q_g;eeRRTh0Ap+T*A3{U)=U5wx#V^n%&+>=Q&*6_J9F2JIOHQ z^_AteL>k|_*g7ThXr6ek?u*jd>~0i0jmem=*sh zd39%Vq_(~W{iQi?9zAAcd`KzO=&=Av@mD)^uwKOql??+5afW^vm-*TknrI?)Ma1~u zjXwaBGb@gc>M1(>W&YI<_`;M+x_Y?Y6&`Xct>#dtmZKd?iY0d(#^S3KpVNdE|%abP(=6 zx1!xvO{0EIPHhB0_9{~|Pi_h9gFo~)HjaLX=~sO9Pt(+-`(ccU0UPR3fKX1E^vq3I z|Is{FDv*W!rwH)To)Yp)tS=J#dMvxjt^2>mR;r280}kkMhZj#J+`O5OEDS9fi$u)? z+54KEk||a6|BGyby@tI1@=B$HY4{?@bn0>qF}@XdN7=N^)^Zsm(HbAi*nwg4I-^|w z0{3td^!r)3b=JL}6^zmyS`4@CSy6PL)F5`)!~$e+0|MHx`9en z(4bS3{D}vOnY9kWl5XV}R!Ng-z8PZ3iPT}hmPcNikv!W?`~)hP^ZlXW1F5hV6bs_I z87H1{E^jMW`H#*`?&s>5dYsney*TlY7q>zjD|uK*CCh9xbYJMyfeav-`~hyA?KHlc}iK(YNeRZ3(0d%d(2SLQaCo z$~-4ADfFW-5j&L*nRyD;F@*nqVbN1Bacqd|y7rVA`0qqy$jD4#gR`Qdl>uaO^*DZ1 z`X|8))+Vll$#XnBq)^yD^9kBj@9%|eTjHg=`jX{YPsRy~3(APG&6E4aEwRV+M|z-R z&GydnsmJP9xh*GvCxV~fNNy)R^Q=4z#;?DcFvc+Q`B6{nrbMn@pLjPaI2tY>U7n5h z$vv@DKCuNVeT}$xjg)HiW3M2y;NVPZO>-2pb|UbQha=>7Rc!v{&ZtN%wa!~%*8qim=AJxf~_qMnTq}xqe-us8tI6yuW*~DpkK`#k40fae!vqIG`1t*XcZOd7XGe z+qu?YPCq~FC=oS3SOfQTpnk@BLVrbGTT14f{1PF}BqI4jhEU&F`>j4V7BS~!sxQ(o zhVJ^(&?cW%O-Dlqcj)n8-R&dme|X45noXj1l`q&_0!tLO2J_BlSH)8&~0(+3FB zKoiFKI8$d!fMhBT_-|PFIx1Cw{PtZeScCRkP6JTGek&}nkoxL-LzrfWfuY>ZEfbG0 zaNN3uH_-Np)wjl-o#Sqa_e5|L)jEgu9%sG`56q>^Z05z?ogV)}Wfdm{RqQl6@-Fs` zE&7uMu-&qUfp><#iGhU7|8frYV-DBXwI;thKX%w*Dk&(BG_`&~hhW*ExU5F13InD^ zpX347&5hsN4NsZ5z{h_qvFCFMMC-3PDrJ{Zr≫f5(!<9P3 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

ftc zbb#gy{!xB1*kCAI-{K$Pqx<>>alNQ@KaQ@j0}+_-ezN*_w;o)^4sRgsNv_m85M)Fy zt(yW)pmO>vo_Fw~o!T%vH)$9CIHiM1ThZ4?KUj%lqsL-nK z|1iYnkky?C6z-S&aQKt@x|ensk_ZTg>)>yATghd znV1tDI6Ux=&`OZ9K^A&NZY(~LvCXd4h)cgDEN$KiiMQ-<0pP+MuFtzcc*L8lPEcuSyTAY z9o#cs)B{Bx>1&Mvmvm(nb`Dd{fFetqD4OkOSS=6DP-VfHOw^xmU~BhEEo|b(flo$o zcJHZAM&Ipl+QG-gL`(;u4)4$0`nE%M%@iaSXLuc9tTY1G;tO;~d(@|bYMg#@dMbKh z4CTne6l3u34iW>gHyqb60+kY4r1c4#Rj8(ih_36XO01`-YONYbW2Y|;C5-R-hXWj@ ztGLd4z{Okr??xQi20Mm(wXjdO*(FfE$6uVzdUrj0TYj~kw*Z}S(z6K5t6Ko3qPbn*)lF9N%mfMAv>e&d6kT^_jWdAoV_{w z>~rq8bMxn~_`bi-=Xt%J&u_Phkn2|fMd}mC(9hD&CC@WeA_?o~|CoB2jKnK#fQUfp zm7IEJrf=!4x5*c?xFoeb^to8eO|fQ+C!xo;Q~Vy+#3^-Gps+Yo_=Ae)hpFMGl#)AC zYR5C+SvSkkMt?GL*y=to`t-}oDf09RRPE=W`Ml&_hC2BzEW(BNQvcStyhCJI%1yD_ zm7gPmoMVSJX|y{Cy=EE`WC#&`+%f0d>-Yzx>Xc8?r(fClx!Nc~9CTk$@%50FFTMo> zhJ0tFxQhh}3zmu}UZGC&U@sBA|6PBM&$j{akY)lL3{_=lsBvSHsr{kp~q%h zmOPTKnunvzs4;J0iPZ_}FC50xLyG>3P_V$EnR|gUZzrVTqwADqH7*)J!^g>6eiWP> z`yjg2hI*Vot7BVcDDbe?Y78-T$yc-HDCzcK!D0IIpVI%G1)WS-9oH|Z@FA-`uzHY9 zSfh16;UpbOgWyS(5L)3cnbuT#ZDhG1x&7+M7`DfmiJ=4-PHY@sCJ2mNhuW(#Mc>1> zu%rHR`Z=k+t`XZn9VBcYms(w*;E0Mi!pv61rd$Hc7u?NkIcmY~F?Z0m+k-v!x0qp% zwVmgM>kFL_pUj+R%HrT~)rdM5Nw~Ya7~!s7(G>eEXu|Ce|286?cLH7on2@4J*Pc8) zLR^h>oVXeZg4wB`2AIkWW|eW()9&j_=+eY;Og@PWYiYF&~ml8{8kdF4ZA0SYIPQu1-Y?1-My?m{}SN4`^|;%bnX-7*K9mQP6Ix>!ELvU zf>pD4weoCjJC?{4p;S21@9D4Sk&Z7j zYX&yPe+t?t7(0aKpvR(1fG>H+X?>cCUbKejM~4{uk!kW%oVBRVncQ1zt#m|f?90^$ zh`KrMkc^+e-Yj${-CLDB>t4QhUz1(twO#|Ya$85c?jN)sO0Nf<)*>f>zyqds zHF)Z+@Sk0puQH$6*gq-(I|0(q4cR! z^qYlRKAPcHKNGxT1EX4Ct@8cq)LTOVKMzJt4k~?a!uOZ?j{K*LW-8^Gwa76he>A9n z9%}+l{7-ctWil59W8rP-zPZ^MT}BnpuYQxlgnMTx>;LgnPbE(>YA-{T8+o7^rYKHL z7FEuss1rd#mln*Z5|qdM#@s9@i&pu!LqvS;#OU3)mZ`OWtCb>T{L;YRvoWnem0JK& zCs`=YQ3CTSMSUDKy?Y}p^!~oS8vA%M#Qi#mdnooo>l%A{H@*9 z@M?eZNbO6Mc;EQw(;Sn4jtfi8-?s}9*DOiIy<7i6$9L!3q-+VH+uYkjv#4#2%2R9E_1go{^D4jxH~imvf%*NMQef*UM@wH zxDQ|gHvi%kX0HUcFSOA8)s8^66mi30e~7osFqZ23mPXxr@X@%oM-|ItUF271lI3Et zXaT$DAMTM)&;R)*-T)q!j^IAl{s5`HvoN@@WP{0l?K!@N7{wpzn3}tozk({BELMig zBV2G<8yq9<7eDek+tsoIm%2iclOLmlE`uuuq7~t`t|k|(5Bd{TiZyq4n{H_~nZ#GD zNt7r4G-mNI0?C!_Pe!VbIS5>?&;ZJqo&-vQTZXSG-=1+$al1i+!dxY)rSIxbp$A9E z_2_mDpjmj*0W;YV-QHiCx(dxqFJ23QK`!<%50q7TLd=V=hF;&)n+{V6W4i7h7OF(~ z(n;Kl%(Vx5>M^|<5aH{<-`=_782t(Gt0sCULukmero=iqvE5EpbsYPtRtX0vcMAj5 z4CGy+-cnU$18259b4)8K$rvdTDC_{;y2B4_)?znhd-Bh3(dGtR@l?JOY>iZ~x`SK>_^f?2?$Jxti>DAWRJ%%Kbzof;W*z+RI&p z*B8BoHd|xCGg;WZ!;^xg!=u4dnHXz*>UbvZt0DIZ%G4n=5YQI^&w4kAbEHq|#N?Hp zw<%g)J-CZ{yHLEt@}<_lp|EWf`wk3So=lsg3PHqU8y{Q@OF;hsXq~jV2>GqJNrn)Keaj^sSDcpL3_tgW`qyCV0oM3yB;Lgpql zW1wO$=JA6BPK>9t&Lm$fx1J3B8Eu}QPl4@F{-uyt3fI*RuC@LdApFEr2KNVPE9Soo z{*M1?i#MC3nS=78!@-4&OZt{SGHiFoS?$^3nI#~L4Ie+@EwIvw(avSe8M2J1Y{Dp)Z)TG)A>!; zO`e65lzzs?Ai*~}69Fw%^OGj=&o*oeC#RN+(Q5$eD0~UtvT7wI3=a>&5sgQ0tl!-^ zq-*zy0Y0sEds$YqsQ`NWcq<5`xE9QnU>bjm8oBJZHnqDle#G`CnQV(bzPObcY=aO)u_uLU1U_@mB}FoQ>iBa z|H!~EJCNZdvg*+wA?*349PH+A=xRYhBfjlk86d?q|BGo?=0L7<%}~W@$1b?eTDAD2aj-!`CfOBwEaV z*GC_Y{fxQcU6R0{>YgtrFu1PGhfkm8~~MmXDHTD*A{Sr%CIF1ldH~hD#;6b`yW@%YjWKt~o7FfcL7IWW@c`x`r7_ z{Q=>~_NP4>LjpmKJsn3I)nIE;<-8&iT(V?)N(wtn)5XG;=)HEw06W~SBno$2$@~5gu zEHbD=PaAx1uc;ehIU0&H?2tN{ny5w5mpKVCLO{7X%mto z1Sv>p@9lvmyESNo4b0@9fK=z-RB?kF0_Hz?HPHAZCp=@g#Bf5?3!Lu@PWH-6bx2NG zer1i&0a1LKG+J`RkD`|W@F0bFJ-?~_J*)_b+J`8#@CB>8Hj0p!6BRqT)qngdIG<^> zK#|S<;fcHbbxb2zeoI~MdWQWt=zqZ~q5NB(I;#`dPDSn z7lyMqa4H3PiJhP$f=Q$Y+95dfZI0BX4XXz$1^g}=twk4ZC65nI#{*ASf>WmjM#ES{ zK)FsGjp1le^?=y6@5eJX)UgiqdGmBy#&^*4TI8HL$z!h>#Zp$>ZU#MNUQEN|{<%qh zH|L#tekBy}8E)6MBCX-^)5n8nHz528>{MMyyXIqfxq1X&l&@#rmix%7nDCt$eih^gLx3pi{rya`da<*vt)A%u5+4aQW4P zVZ>7>7Jm2Ewqf@fug=pK(8b_OTQmNT3BQ!1 z>tr#&y?Z^-y=_w#Z_)aTXC`NYJIKV$8O9FIfBlgQW5RcyKj!ueH9W8L^P9z)^@-t< zVX|%B-O)Ud*(a30wGtb}zBJq`*F|RAb(5Y9w+F@x4>DAq-V$TpRku?-(KZ`+0(a7@ zL+T$%j3-S8c2m* z+f}?fY5o=39`4Kfax+QMQLaLd^3Pi!U%SOU`#HrW70l{2Y5Ub&dO{csUHIbb5J~k& zss%-c!%_ZABW=%x`7Q4?sG&O#wf=%E-2^md$wTKIa$LiF&|un7863d>GMMzK=voP+ z!8Y{P=}$OoZH3UPqGx=HcNk31J*P%`i^4cFqSN$BS|RfW6pQ<(DzVuB$qTF{v)u$TyU!n0%D_|}bv%SLHEDHV?-yld5+h)lnN1gL|?PuEN z^yU8ONA>@xq<(!lT4<@NgwPtc+c~ac+Y3artH*ZiolXbYuV|s%V`?{Pj|Ld7p1V-A z0C+>mk#gVUKH8+^UTkxOCA|^9Bx%!Gy)yH;8evG@-=}M$JI<04B zEzmR#H=fkKodKkPhZD~#78UX#&O`7_C+`pb;@h;RW=nF*eyO2{1HU{CM&t9DWDyTT zMk7WX77PCpq6zkbgLXq=ncR&F4-QOyx;z3&BnYOLbSu=!YA2R6*3G}K#lFZUX$c1q zSf6=VfoVB!Dc#9%_jesI@dV@6eI8UwY~CmKKmxd91HYW+sZ~=&r%Jyi*n@SVUil9@ zSxi7fuzd%&MqxfkaV%V>fiISF5>}}+`=;y7XsL?DlXJt7nm*O9JFij~&+q1nu}#~` z&W5NUH2@xfNQ_Nx7zJBH{#rlO*QP8miE92y?O0dcYLKb4XUQY~87vQ%hP1_9NNIoo zdzPi+p4{MScgAh6zZW}1vVi*I56au>`5(HKSz+!{mzJ{yeaG0bx!=j?Pnq!!x2p7C zd`M*opl5vZLIF5_9TS;I-LNirXR0Dw?D<1+TX}Gl3>St^BfRf#UqQ zx91&h+rt?mu#)Xp3b!BCCYH-z^8P?sG7(b0sf@fTMk>FR zN}PWk)65G@s_1TurB`?RK3lxK|A4wZ{^M^|rEZ5eWu)g?rm+a?V;(DR4Dj_xuj-gt zj@YU+l8HGj!Cs4Z z`|CfOBP1=uNyE3<*wbv?FZ4%`RUL=@J=KfK0kO)~-{elCR0kTivjW`TQQi;V%L0rx z$BCXsBbf+qcky1}?Ul`2vfLY6?T}my=VN+rR~;qDYng3Nx&`n2f#_)WDyU4s9IkfD zc(13mz*3RpG{$f3_fhDWRKTO{u|ehos=Zs5Q}?dGdWbpec3Z`8tc?(Lnw$NBzwYj? z@mV2{Su{o=e%6{J2$q3*jURfxx$NE-l6sP!DJd?gg6bkkndZI9+;?2vjcRcsLOw(nW-9hk$yYgde_VfY}CrI(OCL zBy9hvmpXWN{J5X{w{*m9hQ6TF?|=@U3f6Py1`q9+%z|%aZ=*0cf!_1h_!K1uqxwIR z+gVvt<(>Q`@;1)?V9T-_z^w)bR6+iJoYtf5sy0S4bL(;;AN`4*ikh?H!@PA4&-2H_ zBOmY&ZbDVw!{Pe3dX%#^IQJp;W87!e#LxZ$z1H_5ZBy+f)a+o1us>0Vb(3N8^nzz) z!>W6;p5@Z3ogdLyf9CK9tnFr$!i@zLXP^{!j{*H3b{KwfiVwrIulllw;HJM3ie40z zJjVQaPCNYd+^kY<`{V#TsI2hkLd!NV#)buyy46Qn`!R7hp&iE{O;sKRdg^Q!|!$RqM?O2jOo{4Z^O74G)vKO4snh~mE z?|9v7yqEu=kMumvQvZjdVp7)<&%9?~O{TZl^1LOhAHE$G9I`Shy4$fzeH4o2PG0xY zaZn$9s7<+DCP@yf^z(^N5y+GH)s=6`8?j326;n}g*z@1u*=n|-cS{AQm z4DnV9u6qy2)aHvk_~N~PKW-PAR%S`7Z1eLtKIz=SErWv`b$0MB=8DR6Va>AGFj8Ha z!@F_)fpV!$qOYgMesz9xTZ zL5z-)V+LhQo@}|BRF$}h`S!iihE*n1S{=Ed+xXt1d)(;ci~gRp6#s3*#tis5)f~`N7mh2$yASyjJ;0A0hv0hsgX-HAB~hMGG)X zXiO=70(s`&Uz2#So7PjX-_ zsQE!H+s{E`rXpguDE&HlW|@fexgDPE$=6>(4`eoRE0>suiKUI*3_(}}7nR(eI^NM{ zf}bDzsJt%sCs>_)qW7*Di1Py0+YJB_ynA3?iH=gsA)IL3o+@EBG`b;yE9h)ILa++; z;g3tzN@z>2B8abe3w->UobWy^30L{7z*@rGr6>Q2_{v7b7$BP7A-~=ySWj$tkx{;I zDOzCFx-RuU&SN-PD0U1spz7>TdT;2+oTI0N*mpoZsk~qIgPc8^F&k|zFy^IZS#{vhfGFCVZxpt2}A>LmX$Us9_M1@ zT+WpOeeZ4e!Y{1NJ}}{$H;_?j$2>yMO}XB9Q&GYy9Pp6$?z3ptX061;xlgQ{I^~E@ z`AJ|iW;V<>T?c+>#leq|SEjjI-==6uloAH%?Y}yQ@7}N+f7gKAyb=n9zJZmlKF=L; z$~JFe_kJ}XCv9sqj8Rkj&WpuUg05gE#h}{B)M6Uw_t}Nv9aiuRXdYqH3yidrc`*CX zSDe`HO6*deuJ_u*H0M}UmOTO*9e~^dJ!&$a-`{$)6suG{S=j177VU4!K|+ddJhoR~ zW*vGwM)mal6gr(6wux+ad*9U zDn&*K)c$r~y8R0XeDt+?TYtcC43U!dC_ClHjPFc_b z_9`>!+)=*~a`MZQ?U*ia7QC+N$W(q_C8tn|6RNmh=B}|sDliek{|Yuz%PrP~kl~=; ze>}Q!2XvojqEIg9*4N*p9h&cKT_e_RFzwdL$9v-|5Cx%48QwJ5WeM-my@^Mv=58T= zADX}SqzUe2PAUUWF0BvB>tHuD&+NfJvCXXt*k#@Yp54*St8=?(8iu3-==tSQ=DhPy zlo_&+PE4t)^*}7kb}}TA+|qUloW9gP`_G8YJo-^vRFkIj zs-KYI2?=5+6&aejZV3A|1B5TZm17j8YHlD|)Mkl^nGyVZ4$B51?z`)v1OI{hiUW?H z*)b^iN0EkF&8+eF*OBxRJahiz^Lm<)zpllA|3VJc*9N%Ppmz_71Qi}5n_uiSn)Xh< zorLLs21st<;eFQDFdG42Y(Q6Vqy zjHoHnQ(Wb)2d^P60xh9N_v*m%@B0RvqYPl9I)QzwD(53by9>fG;I_0t-JASNHyk4z zRjjVHO_gV3dQ*ZLdqW0R<64QIfm5N?5V5I1lUnteccxV-7XGW1(lbb# z+V^28J|3$4_wY@H;{r=E`>B!r0yXIi?8D890VH;un;ZEREsN~WJ2lNQz$E{N3bh2( zQmd1$10^8dCa;s5@=u#8qb`Drw_MQL>0^_UVbnGHCrA7OPtz&x0$B=f`uvwWnR=?S z&D3tR4=URUp$}?(lOu32{FDw@!7OZRy@Y2bX%zfMJrDyg(2df8Y?Hj$9z^&(3=!U* z|EEBtXABn0v9zJ<@Vm|9tyBmw4(f)LD%&S2&xXbi$lUOI%4|3@as|qdzt;aVp`GQ45ips9Aza$|!wg4E#_w8YrZ)m^qA4}G!PmIOVMNE z0MGLFd!FF0K05v?cu@An#!(5wuD1-UdOi#0j>QCgN(+Y-H9B;h zYTw3uZ;W_*Jd68|s{*A%ctuzySHAZJw^@Zz|GBo+gjL!e#^Vi+j5EchXNGcC1m}d; zlesI_s*p6)RrtT}MoT z-#I+t&=~NHh}Hz8i=KB??mg;e0Z-+EF{{OMi8k*d2$O#3DpsSDZx-k_quDq3=hu*u zPmqpVU!tvB$*xkH>z}#N(Ud}v8XX9bJ^DBSo4_@eVl|q7Bz&wtDY)Es$!5NbIP;VZ zRbRj0AbK#`2N=W*`bPU)g1oLHMK`xqOZrwB6ux5a#1$yC#4#z?*p1N0-g^Bn1awJ7 ze8kvQALuqx@8gO4I_%W@g9*CU2k(Ci)BhV9H9Oz`uMM{NNy&Nd znF^kjj7wMLLjST(A)4$AgjP)2na2$PbX4<=1sDnM<&As1BMRZczvhdCJt4d=( z$DX*%=tFXjxta|93(vs9Ne?XU7XFBlJHdpnRW>wtY?Q6e;^=4Xbg|Q7*R;jUUt(P? z`Y|cYq91kCG-nTy36Vh1`H?!Q&LuA3ynv42@ifD#D{<&7-~H==(zg-94}4k2V57hv zzpy+*@p)Fr(bpc;olq$4F<^_nz56zI4$CXU&yNWj>rLrv$v zok~S)%E`#PPe&s3{$5%|l4v{l7QRFb$>08Zx z+uLr|ANo}>zs3K#o4mgT?l1T54=nEe5>8RW=LQ{l4$QAQm=0XV>j_BS;bUV3Rz{QJ zK90?7g>}064x3$q=l(oLXU+M)esgJ^ws3WMY@<;f)u|44BhUwzZO9vKV%`qKnzvph zo~!xGA6R7mbW>4HK|8!2H=VQG7yDK+n3~s5zRC{%mLJQ$1Hmw0WPpluG_&T13N-jJ zbmgCR(T>O+brYDaMze=*SPYXFF=tbJ*B{hQyoq1kNs5)2W1LpNo%* zY)x4mBPAev9hQWeqG8Y`lEKSP#|cm9DUrw%Zd>{SeSB z9yv5Ah+^gPGErtkXD$8tOqLx`g!hJq&%Wx6-RxVm6}S=95vy?*yBrm}3Y_oyR}LLx zmE(Kpp5~-Ze|oJyGH|jFIU`9T4~vctPjcjk3V|#8hAn`@;cB}SkAgtla6Zotoi+0<7Q3i4hsK_>)b zJa8pI!&TjP+iN`pN~{LodHYI^_6Jb?&Il(qm061Gny!VyM61+gzFki`%qGm~zplz7 z?r&!VAj~p9!(Ujt*S($)`tkC{8XLR|Sz`w`h$#@5!mm_|_U8R-kf8yl^_pCRm4kM5 z7tpMhhMuD;``;iiwI*Tg5S2o8FsC_AVE#L-bv;v)zotOYv+L^Not@aiBqA*`u#VXm zI5D6qwiCfEN+07C75bLs_mSbC*vH>g`1sdQY0SRMb%Cp}A-nnBQDGL!alPi8f3u|q zr1xIl(&Q>4+x;IzYJDA16nOEfx@3qB7j#O`j<9tueynv=bEsgSNRANN(G@dnBW}>` zarMJ1xb{nq&bYyg#6zv`y4Xhin^4%}*}mq!g&VqG4E(z(4lO>k7Yno;n4{wQOzI3} zIABCe10|^Vbs(dSF}M?`oNW+t|EVnOt+&FV*=M$Ow!ivlautANU1Q0Eo!K>2J^=cK z{2D|~=U3Jh^PGC1S$3|?Z#uBzWkepLnyeCX;8!se|riCw*R;HtT09 zV>f(njBJyxkX?5DWMiAibjy6l?1`leB5-7S-R_S7RF7#_m2sEVE!@^ESGvR-)1lph zYr1!|k8Rxy$k+2hmG!0o`Am*K~FrPCd2%+aPK*T=XC6j^_jY*d7?tvT zkasrqkLG{%zFs{o&%J?IRtN@U3!=k)*B$N37o=rGTC|^v?#pfoeA<**?NjdF3 zU{(IzHtjK$v#SkdU3`9XF!&u9FbA;nr8Ai8e#bOZJ;;M@C|e1n!RqK;Mz)4HV{e^N z?oR|td?QM&Zx?WnyIZDds$uJfjPRz?I$bWZPUQ^f*e$nSXb_aBqOt1S4jIf}4XE&3VwW*@&onqAKX!E{jflX9qGUFD=J`~AcVP$8u(4y=*;W;;%P2Ng<&AZbPUs( z&0SUCsoiGS6mT0|^4a-!@}#ATvw32Os2U*6@ZIv<-1C@dV}YU#Cz9VL_f|&&_bHnn z$ezkI|L_lyZA#JL#T7LK^BVyZ?Y}&8vOO(+-ANe&RynL36f-zFVU^m1$gY05BOvCo zelx>NlkzrNK3J}oP%+)k7`nNL`j{HSEs6_jHtMD0d&sU&2dPu(IyZHNg1g{n2!s%P zH7%uu;ba`igKtPb(h6xpl?)tpI=f;48ZyJOZ>%4<^T1_imacfZmV>=*`r3-4E=QBV z6aW?;VSIE9TDkr{GNc#&a!z;mT=Y)d9U1+8`LENdvk*koI_UQhV zvyE=OBjn_Q*YVng33W4YA-D0r_WsIo+v5S4j36Vmw3J-SI~>uTdtKQ`ui`RmP&7(^e)DAo#{I#=?pf7p0< z%kag7qiS_1;Lu`wgK04SKRzQCF0u$1x?0NxW4*4yFO*k*Ctn33yH#U#m0a>~WAyl7q1NEPok2M8;Em-8}H1%;DI$^}tJp6TCP4sfW^y$USK|0^1?1Pe)jo zf@Osa^Pgbh?0vV4a>9DN_0`xbA)kM{S!_gPq26M>}N)a+!can;|1(aX3xZ>kmpJf=hZ1p+9Yhb|**m?c3uM z-o=N}p9F1;xPMk12I>YyiH&VgKab4kHK>+zDFid7Lo)mq~IsGq1!dErUfstZMSd#!Z=nqap5r zFe)H~J2F7Y*j;Kbe+oAeMX6}3XCSzJVIp}sXGtB7m+^0#zI!bPYkWx?a&M8?u9JWJ znWy1*|K)tSzQ^5|!A2ZmbtUS)fIsbuY?a0}f<{jHOzu4ocjv8o({7f8#s?gV*ES0vP+WM%m~88F?{ zhi`M<9`Y7W96vpZR9$F5mqqLYuxxnE6vQOgHK2Ex7vw(qj4qVUxxq|!{Qg=g8S6m5MT0` zFg{O`;XyvRX_tLd!6?J`Kd4(ml=BJ<0*HVWpz7fh52A zKd47jh4&;$?vXYb(yhAd)`ov+2IHaD+Djg3cQG!q#m1t2(MFl7)!V(?|hzs6kE-;{M_$U0|ipP7>< z5 z3321Y8Xbp~2zJ9ME#EKug(9_9(@v`9%|Cb`%CWM0p+zRDAHYu)hvyV zA)KBv)MNePXy95hTHTE9}Eo4J>$($; zuyo(bh0S9=y;7h|vw)|ynWu{XF5oELNxMei7ofqleO(A!7fUNY zWl>jZaJ6_VxL`5#G|?>&*B!x&zDK%orwnZ5Wv;s^k{9xA85PIic|fnWAWTS0}; z13l+ZdV0drhXrFUy2f610F&#EQ;~+}=^}ewn=7pZI;P-Ns{Nk~3wLN{hfQSOt)`;4 zWq1grG7muqHGBzY4@mwdt@@Pwd3N)Q0BSd zm0$(=Fg$JoRmPyYrAd5sc8ii*XBh9P-OHwboDyi6^|cB|;GNIYUXI-KwZ4>V)GM|v zYi}fX8&_!Ax=NkyPcSw$vO|632*TIaarwNin1gq#9Z&vxaCdLWNk1T|*-W}PO}1j{ zY>o!z`$f2-w7xZ>&XT%Ox-;p!^MH|~(7(Xba37*HJ0stQFhyf;lD>s(L@OmpB=oQL zWOPW{LAXbYo65YehK(~skHru z#XWbV)B(7+$j`m&)J;^BRE+;{3yzDe@Z<6%kFR7x zwmdCVsx2|dV;=9~<^F>q1!t(EZZAi^Y&qa7aXfvrkrKdpHw;4+1#kn?g9!f^oGp0Vyyyo&llFYea8QnpkP7vbdY`|gThFd&ec{ijrWPWN<}3`j*kX7H1xMrq zD9$EPW5&yrJIgn~oko*!p6e^Ag?3HRRfd1uxK}~b>z-%vmY|@bWu{GEpDnlUwXcVb zY6OYR4lXETyRM39e1T!;MQW<@>^+QAsWA0rGzIO+N>P(LyKAw*uJRBmsg;`h7%gnt~r49J9z4;JHsCFPa`C1NyZGHz{krD3eH!) z0imYFO;(3}ttQv%&%V0}oR5Qeq zFN2hMb}gW@MB`O=U%0m*KED$}&z$Z|&9Mc8&)_LFd)>i&4 zB~($7O#LD(A2+!E5d)lJO0&0c7qRH3YlPjgoPxMVZ@NNjFL|Ac?x7x6B~9V>AK&2C zf3%6%k}XqIL+vnAC1+~YMx~^aadQQzSI~_1-=77(292YP@FF$K!tI)C{%W8W1~i_i zE1}f5Kzj8|?Q9X&7EbEWx8ezmT#UBx4{pklKIs-rD1U{t&){K(y*{fM;zGWhP`?6i zl`mD_d`C-eq#ihqJ7_>6q2fc4Ws*|?ADGUe_RaTSl@;Fx-@>|{j$x{BYD~bmwq|U7 zqyWBT`k~BbaW<>!=a7@C6_{ycNJ*N)leY7QIGkY)^#dz$m6z8|+9SrKhxuSX^#M1D z^G0^P0J(FNx+{K0o~&oy{O!FMpYSUBLgK#XRXZiVw3u(~lu%;zt+oG)4hg&YMeO){ zNw?iXxO+xryeCJK%bSQ{=(@K9iyJ47aZ_F3bxiQxlS{;c68~IfF__7YGh*1xv>U2_ zHSjW|ge#+Di&i^VqS5&=KQ4;Z&yGLqVHz1Qvmg zH4luryFD947awtwDB9z#SSo!F$Yp zKLn-uRIXDdYgK7;2hhd6lvrr%^(eBLXDf-QD|DMFqf9jbaqLxqR&$6!l27=gtT9vYwRk8)$rIgZTvEMv~5xNAnnet&O%1@L%1vTs$&xW2JG2X7{C=9rr+h^*iVi#Aucsp~Uh#jO{^W>nIA z`)5dyGHZe;MK|L$r21@0#zHpnci*)So=u){=K^A-2+gGb^4D=Jk_4SIlO==zHOF&e zM`>mY)zZ`S){6@Ya}@VXD!p5_Z&{Ryz#Z)P_6kYM44S9ZSQL|+R}^}uMLt+4^3KEu z`L}Xy5&Q4YG=`o4W8qHR_e73Bi!taasdBdDq|YDB@n7@6lQM0tjqCyGe`A1y#4PC# zQ!ntreU%~>(YxgmHv?-5dmir4VbUR0NkC@f@3^28L9ghdgvhltg8+8(LH>T#p3Rz* zT49(&s9nqs_wB8_`InATV0odtRv{Jf6xYa7tF@)0<$+Ll=kbTzHfAo>EN{KNX8<1s zp0vEam7J*3ipj;kJ0TgDUf2g%TS%7$SDx&}VQzhR!oP{<>DTTmb_T>8db8{e zKGzsD&WB&xVNU{S;r-umi*fP_38mfoAI{$YqekDb43gV8Fp|@G^<7c4YUD{X(u!KeX)gBkCF+)gQ z4(-kKC$LA;Dy*rX zX_8%|xX+=v_w0egmz4rBh9)ufciI&Zfm`9PKf~R*tsFj6Ec!@f>Li=Q^t=2Nktv=n4t^lg-6HuqV?FQH_-8+v{VpT-@gJ*3A3~0OOxJ?H zT&8{WD&<;HH28_PC@O3Bnv8T_PjTcuiFB?#N#=0-rxK}SUlnb%<4v1kG|Dnyz^h-5Lx5ko zxvpcY-C9p-E|e7_JLWH~`|}b;)CjhP7x%WWV(Fo52rT3xL2Y9VP1GsXp|7eu1QgZ; zTxSC|QZay=Br9C@%epXD9nDwQ@v}R3pP$QZ4^*#HLN8Z!?AV2aCoi3+I6vf(P_N1D zD+NRak5q2!+7Ug;ILSZJ^XInYn`d`<*ZpytyHj{lDQ@ceh-Bg~%xBOp?P*(6k6Z_->; z=)>jaOQ+EnL4jg>0VXCYk{N}Ni>@Ico zM?)ja!OMcWd3oYTUpQ1W4Dd|qNMSJop8Rm}CT27h9{T=D)-^?s;k?N>7aZ<~=<)K4 zwuZ?BwkDQ)FYKL+vAho8q3jlXXVa}!&Md;jc>KsX{jLxdxM9q&FO@i6TL(HJF@UFB ztWKA4{n;0?bT3*@14cO;TUd3c?D^SeG&Yx%-4;mE?w0AN!+Gxg^;yZaGMS{(+6dG$ zjbF0xvZT$bj&;O2(NCPs=?Julns?QzjVIEx`}X2nV(i(9IZJJ=Emg88n-vpTxS8-z zr8<{XsUI5mNK*2F?ybcZCzFEH;!}Oa55%S4yt%veIYQg?^9BB#;>1sR*WZNcoL#`x z50V3IF+_-M0im8qRU>HpJ5kTbkC78S$&%MLc3U5iGTa@;<=_2>*?~kqVpKrOP*hOg z#a;WcWIBzZDge1=WRdjI&t&wx>5vp@{W)NMNHIltA~yZUnW!Ewl{&plGlM9gpGNH3 zoSIpEfSCqzPs70_EsonqBj4=-b1%{MKQiCn> zTZzX$(ZZyIKmV4PQL20m*IU*u*TnD_*{5H2To8;M|Hh8^iZ5PjIscN;VvAL`t)aZp zev!;h?`rzee*rP;k7c0tGag}W9&!-+{((0bmzwo8tC~)Jf7azbzE-@`mFAzkg7%wV z@#P&gD$IG&%34KZDg2@UtxjGv`MbOQ*jcDnPdrTjqZx!@Z)0&>`)EGh-VjJ5ce(O$ zCSuBkG`f;VyNt=%Q!)JkAZi==8_L!^`E{3&yK7$wXeY`sr z8?d8P`AY%?$yZL$1(u1%c!SN`S#Y~>%|T-m(z{~AgK*3Fg5ST?S{K8fAn~t#8xac( z=k)WUG>V>Z69&utfNy&T9W3MeSpk<&{Jhi<3NazvLO)tmT=!4ucIsNRn742exg7*A z^N-V)NGXS8G$gTDwh7xF7Z>?y`;wiSgKG z;q{oHIYqW3nCIhYnEFB~LcgJnHv$M{=@ZHV?w#{^GV0mw>O%a((HE6#vzSrv`C9?nn~&l576~oK{|w%HfQ~)uUpntU`wUZ;M?S9f7N#{K zO#YR2#trZ#j}HQ8>eygT$6c4|%uMFYFtFYKhD+XcBA)(x+4QXO1+R|Iz}rdQR%aPu zJwMCPr8UH-`w-LHY9CQo^QUfx45oI4_8`CW;TD;t9KqPXDf;9ew;59vw^juN-4^_L zIR_;RxG~M=!~NPLv*UYprM8)=vr`}SX`$WY<(*$Z!SipW*b`>cbS7rwo2G-c1s7g0dmv1A%oImpiE*5YIq zMfN|lhUbc0Q>ONS4pfyk6y&f@qMvoag#0{0 z$@G{$5GxfUj55n>J*?dLQ&my6p~!a&sD4y*V=&sP-8&GV@A?swazynee{-)ls}`Vb z4L>YJ$Obm^GstKq%>soy(mh9st#$~DfJSt$#MPuA? z06IwZ$-G;s%BbtUwhSKprIbKCZ0BO+WsL;wL*7mMa?={CV(}etNHrJu#&5O4rN9Ty zJBtCWxw#91vQOAQ0-R@otvd)Ch08>g(ml?j7|9r}l0Ix>YHIj@Ei;Pm{yURNj1|av zRj2Z<+~}v*m>10yD#dlgxA4h=b1QdAW&ANUV{$`fCAFc?_8}`JwWYY|^Bz~E{NMvE zj8^b=s&c}YQhKHGpvz-F@ro*~unYG6Wiccyzu5ivo|3#iMsLG!E{@zsh7940Aa&OB zlk?MU8D>)rf}Syzmo~SR;Z5yy>)j=dYth=5#w@2?Zw6uFncZ0z>tc{s1^?C$O@QN% zCZm(h=vM`R9y+ndw3@K-_l`K8YdQD6T3w7LgW6M;4x|(PtzaGIj@#5oybJOHml*0d zrC(}L$^A2$uCV7|qnNx%2FxrS_4;GYrIITrBk7l#BJbSmoob^%>tI`9Hoz&*IQmo) zG!t4s%Uirz`zsL4i+ljNWl}_y94J!c85PloukLDPVf`c$>FW4eJJC$HOTvXw$Al(5 zaE7U9Dt0R|@KQjcQ0#5TA^&ZV_&E)WT$LnXF96xhLh~%-l>8d#f4Q-JugMA5(0_gk zc{xT!&0Q3{6`?KG6vR9BINELu5Mja$=pH)*xm6m)kTlf~3=T)=+dq5|KAQcvX4(u- zm7Me1jf#4`e|2x1lc`C+5R@1`VmTuyr<+M|5#HJ~XfR#)3EXIS@MlpX4=gA{?+tY~ z9k0|2Y?N>o-Px^6Ri`zD|B6fJJ^BFflLqdW8;UblEDrGYu{YT~-`1@|?2yiLo`63W zy_GjE=-GTZv+TayuG;4Ix@D31W$F^o-*ur`C%pvQuN8hL5O!c1w`*R(l+&pl7|YLP zLVqbZ>1-Hy!_thM2sju8Bn`!BYCz_qU>_>&LfB`K{RE4;<=d&6)#Sdd_0D{rDMj7} zvl@rZoeR9_Z^_N7N4EwV;)y&X!+1TZg_CqWIxCNsY5c?bITx@RIAy_Wf46`(Me2q92bZXFF-nV(KcDKE`%t zHII2BBkBLvIt;eA)4W#Al%8fgUJ#3at97%ck^A;H-^SO9f-J~Z*;x=8y{hQZ^_MBR zcJ;%p&-9eLx3@W)ptc_ndmqX?QQBvKRHyL^2W7d}Ul|V`=0UZoWtZp2G^W#DAznDT zEjAQjP3y(}1-4D@;p%FFCC@Y#m|gX|jPs!oy2lP|0~qXPN~V-YzmCL80oYKYB>gEw z;%3<0xmo?@4y0;AdCD|-0$ZEjb2wMU@z@u3@^HXlC^K7ls;`ct}UkI=whCY3Kq`8^Wp zK3g6vsFgU>=JRD;8>W=3^Jv##Z(W{5 zHr6#dfl+a7<_NUbd@LAXkPDDmMt3HIjpwN&SPu*j&a=j*&;9Z7L6JuHrY=6^{QUV1 zQeB=eqa0t;=j*u+15B>ne(ogSO@6c#jw^lHssKFtfDflp z)BH+v9Y1&&jRO}NKu*?2@1W;BI%$daGmcV3`B99GvdnQDyzH%m@n`rGKRh~#i_Pfx8`0a;`?8iD|d@(L^f@DVGf-G{4r%`d7tSmhqE;t!C-Shl*%Tuh?@sE>?0UuGDok&pB zCfn42=otisF~KzvIPcRA zS+veJBL-DOQwkr{q$4WX?&6|Ux0P3 zU%W6UmECcFd4#I{WxvP2jq>znB2!z>)*8zy!1|K74MKaqh}}o~x`78-7z-c?nq+#u z_jK8ob8s0fpyoz!LAfUKxOSbbh}{dx{C#AvUCMQZ4HEA2X+ZsXb3{=6NH4Shcx32g zfLkQH<=pGY@c4A&PpIasgtn&kV^wQ2DEbo$({^+XM17#OIo^C*-6&=gl0bi<aINf-zOw=A;+|CI2@qY>Qb%nC zgD@+#%b26w+60+ySl}!BxeqxO4v?FzJqfNf#tlwIV1+`I|4ODHx@F_g2?Rtz^V@A_ zztvyD)+{LQ3FiDFq~2}-1nkHzu;%vB?1-N~l}?Zy&pGC82mmH={+B^Sd;n}F_RxDq zzb$X{)44E@f)KJfETy9K$J@x08+C!D$4z=vuil2oel4nv+pl~RvK+J>V;eV3>gECl zbth5>k=xmt0iFcTy&i`QG`4-%F3|n0;p*0(!9}#!u;8Gh5#l!k`QpyB1+}e-*Y}dt zHOT83SDCSqvzYg~pNUvC))gxHsMBxFPB{i|(wwxmC8QCtKXv?aP#5!)YuY^JsDsK! z#i6=(zfNCWbr+sXxjx4VPyt{s)O_|2DNA2{HH&n`5i~;HlnIVd-=QYd;&$o>f1KTO z*O8(A;djol_H>iSxv{&+4`}nyy`TWLtBea%io7 zx0><)f}davpE;-}NZqX+1+-mZ^dE#~U=Exb67?8URdo07)I)_IR|2P7q-OHhmf~Ek z!DKd(nGXr9`sllA4<+n+pHMXV;V)<&=xKtD^5yr;aE(f&hml~2C8Gz{au zB@|0HLu}n1>eBucbCc`BQ+kj?;k3l(pWS6 zyAu&RaeVDh)r~*Fqlj(0cJJ}YTd!dOUN=!LWwHZh$25-6w zBzTBquPkYY!sTBBmNX@#G?#6rHY`sfdaZZ38?7;!gdgv08$Z_192h>aD55>>bI!hMb*Woj17p?@3y~_(UDKg)0X4H>vgeYGq~H0;!grks{<_^hdKZIwyvCWdhah6PfMqd{}kKqsv@pb~P^C8|U7?a00JLlPr%!HeY}BFBDs+EFR#+;(GfWR249$sMJmhtEU; zXTA^!mktBF>(`(M|2}+&x$b;JRSBB6TQb5MD|oIR)8d5!0_`->*0EH%>`w&E(nDLX z@I8}E7Vimgo!x-grS>s{ROx~;X{I0-{N39F$UvmzP}mux$H?4dQB z16;sPDrr{VW3e)dS_zpoa*w{>IC_bZ{Xy9|Aj$6Fe%32`UxdhTrsN`a$(gyq?A=_+ z`}xPGh58Pr%H*&t9+{cpM88g_qI2>i4X(<&#y4l|ZOEzTBGkycQNhb~Jwa{+y(7jY zU10rZyyXw7oy_DIlse(&vKtT;p|BCv0rTBCo57U%1vt_!GMma~y)FaU7HleQ*{?i8 z{|09IXF#m{2Jf|Z=$H5RFRIHw`fsHrT<`a-dBG5OMKIHM#cs!UUkEDLbtrk}TduQ- zS~4mB9b;E+wZTkHDj4x3HhF*dY4@v}+4t2V)Z`p=Irgq?iVB&zskOqTHf~QJ=ZOq* z#my?4d=F}wgj}Y)-8P+Cqzk~RO4mH^OL~2CsCy!*U8}af_v_rEpx4)npMA?M`ZHKw zg8wbp4%lC91?xMceShRDttH5*OTY=GN%-@S<%Ytk^MoOpSFk!WZbQfCc%BPXuJ|)w zou^-@aGVErrt04C-s?bp5IZ^^L24mjS8?vZpk5YJ!k2AlWMoL(yhjQ=9g3OI0B{n) zbdhI&C;`)Rd(1eiUVqnhRIsTU2#Exn<&|Ljfm>;rP$4F?}(0j_uAY;-OhHtyJ>*OoIVNkEMZ42 zxy0JB!e1nB5w;yshcQs!RYfe!^c)vFp}>*#K`Nb+^$aZE6{J6sd@{db+g_W}BWPwv zL=f)=A3ye|hIt>zW*ahyL6HU?4X=;8vL>Z2xPxW`g#1fF4AyeOT(bU}#-^zhmK#cU z&q#T+N467R<8Y;Rtbe(i=hKd%dXh_!mTNHn2mSUxjmp1-nuum6C;{YXk>t;{th2N$ zRu1F&Sn$B%IxIzf&l}gt`uU%vUEWZc37y;jmZY)M_2pd_ z`J&4}!+=%)_67aR6qQbTb6Tf22UaOTA^}Z0*Yx9)J&0q|^v5&K43E0}oA8!qO=|kE z($140alHoXng-c(dfS{+6M4up(QY$77i6dTMXm1v&c6Ds;&s~ ze(f9^KE5hG2_U}A@Kqlb@|Fz2NH6W#l!_pd1~yNE1M3W3CWxw6F-syAPNJS6Zs=<~ zM{OE{S$s=xd;G1|kDCbTe$-|kU4->tiQ84k~8(cd1cn49YE^e*iE_SY70J=HB_BWwqoQ~b>Z>54Ndt7)EVMaf2M8ymruA4YtG=X7AnL<^1y$N zB$m?4=Q~RiV+>TM{jz)QeiZ20)6{yh-*i6H^+f=`v7Ag{Oa7rjj{aCv(*BIPtM3x&YtCigP=u}@4-dnnxpeQu42z+n8GZ9b5dvd%f*ATlXF)j?HW|s^?r8IB~Y{rDJB!3Re8N?>@dos=WCErNQ{G1UT`fB0vK# z9L$|u2@0@Xl`$mh+eF3bJ$bj6}8p) zRN5==$Z-^8@ixF#68<`CeMV25D4j*xl95)n|!q?H%ZESDFg z69>yv7LPM~+jDzEZyir_V>YBJFytFPq;32MQoQNtH(=k+P6FX`7G28F{kj{%VeSNC zg5=1zg9^j)!>sp1W@pSgcCEgj;>)n35dijD`_=FIh`7bqPo z9iAd>uMu6pvpkLG|4lxC;_{vK$CU6dIs$18R&nmeMU~AO%&W)0IU-N2jvycTrR8M} zEImzlC06S^qOav{E=h>CuG`b@r^RbCYAD zzWgtt_2@Z;(9nDpme6YCoc=ziDXoB96GyL-4CnyyrrO17**829oFF7fM+O(&XbLGX zVez3?AQ38C{i-9)^A)}L&;>h}S5zhZ2mMrZmk zWgBM6OW52fm7HJFP2R)!?s~MTe{1zjxTTzT^_jID6sr-vl~F=0a=fT-c{X*eu8tzP zL^gQiO@djbQXhZ5#UMXKy{hQh@}tGq=cYzly7nG^-#xpfpK~Kf><3yN=OVgAJ;Tv$ zwN98mng5`ARfEh_f_{zaIhu4iGr0078edpr$pg1vajrF9NYwcER~`q9L4n!b8a##B zGsAN74_mn|0f#;CVg*Sb^`R-GCOy85@*PLeZjg2d?NJoAIh1DJv(#&~Sk;|H20Yj_ zw^!iD`}P3O1de|fG<;RZbvVu$$fzG!hOlrndk`p z>fI~{{*xdJSD~i_Es`Uy`0_zf$BHa@v+q{b0u#)~L^$fSy)+`sbOlB$3 zxIEIn68?|1MJa*A3*NNVFNh;R;o&MKx8R7})tl&Es z;NAbke&J{nt!=pE}xpi`* z?{`EU*l+p^EuM5PGB!`5;;HjJR1bh|*bZ=` zT?;9uDiCmx@tSq5%YT^mIA*EpWn4(swc2mwP+SYSrKH*(k^HOTGGSg1Yd>F~)00nv z`eKebdH=djW*w!T)}zmmw93Ae-ocmV^NQX-2){Tn3zo&5AmAcUJ;&Q+t;~QuiReM& z#kv(xr7h+aS#Squ-{C`s5n-*sAn#+R!B7$$s<8LAB-w~lEC?fU*)!CcekrObkNLKd zlgh1{;O!FL@>13@7xQC%+N_lz1vlI{W%R+8ISJW^UF3=@zt0G)c?)286qkenUc=Owb%Uv%y(pb6Uu3aZzO=CoG*J8n}Cr}}>sf|aAaWpi**Udv{0S^0B ziYs$(UN7>wOr%rPEzC<5yunvui*&MsY%Wsshps_+YYtSlX`NjTwW8-2J+Cq5^ zeFFLu@49?=5m)@O1CE-EV#F1sH~iwrL`m7uLkK(4Z7b<7p+Ub({fm|QY{rF{jEQGE z?tsP+vSqmArCnROvsP^Yk$~SpOnqpUp>m~(*>~uVJ0*e#FMeabmITGX7G(O^^Wf8= ze(RqL`LR-02Y3H)KfOAUyG|}1c!hBo)XjHH9E)F7jp>MRL0w0fD+&2uSopwD-NG*9 zJXo_oD$zpLzdN)#Vuu)zd539Fey2RfTUD0jY`>$}xPiUuF;*ne-nzCpDU1yH&R@3S)Xi_#hP^DX{Ec}RqwJsq3?M8 zyqwvQI!!Sf(zxl~rge8AOn}PwZ8rf$G{{rkGJ0^6+BXyrJDc^;*(~dw4(?j9Mko2@ z-S`y~RK~4^yQn{Z*|R>!f+GFk-`sB>_0;cg9ELJ7n|xI#>hg87*uaE(2LOlfDo;4@ zCXl2BZB!!4tmm|h}a+Y9NH){b;@LM96j zveFPDIHFe9@wH9+xp~lQ`2{9-{Rj31DLC-SNl=To(|KBAjN#I}Y9bQKg#4a1=ZVSH z(9J$_;h6J{8`l&*E!kvh9YXs-nw6YUO0uoXc3)RCZ-rvx7n%P|hZ^%@W~GfBVzn#b z9la2lKvWc65GQ!j(?p9p6GmES?9H~$SNm53CHCqM=!!8yTdZ;#sO-f=J@;{X3e)RU z>4wdn(?``R#Agd;v4KCujo$`A%kECD{B#1BBT{lcLC%jg5BwMDnpnflz&88Or-nI- zab58Bf3#S31vb9oGbA5=tk&{rb0qhYdCGHp*VD}ZHdsICEz1|kw<5tFHjfS?WYw@M z$=?L&kd_~-_G%#F9?y=T5@b)E8r1XMI67zg;#QAPH2hkLC<-j?<|o<;y)JXPB{=9< zIc(Q|hBIsW>K#s>=hi{5U&uC4xvk-pyr!t7hK;M8vDNf}fW`0G1N{vC(Q;zRc<&;f zFW-LW<3vEi?L7qrqX9vPfV&+ck2d~Vgj!P#LnwS&tW!x}y_Y}TA{?X=KCKw!KbXC2 z-86@94La5!YiKc}G-OP&X)5Cc`;LHOR%%J{62hN5G&8Kdzj4==NHzzqLNC%DDk}@= zlhwP%E1W0tr;&>1^$iz44AD}B&xD0}N$xbR$w2$RF}`&C63_2t#^Z}0hO@Od8)^CK zrIndW>_Sn3z~E+e_l8v#q38iiI&yXmmKT_;jFcRbWC;4kym*gjIi3tryQRLU#7So(rQ(>N}E9 zsr3>hfA3!-cF3gB!L|g>04 z%u@SD#u@3_a`l*Ki2FDjN=!|J;IVGAYU);Yx+}oCp~D*>oJg${olCzd9lf2&U%}E3 z!vqq)%vH?Ex{CP)uj9lDK0}0Zma8KD1X4ZSXfu-ZdQ|9$(O^2uo5w**q?@su`udzR z|C@n7yA1jVG#@(X`H^glE}et^-N>P{CAwp6?nfc2TfJyTWKiQjLT*$e%H~#Qy=)ql z{lN1b@Bpb_6rq#vvwoQxBv;=71#CWx6t|t-%i81~-8#2`waTh#J;XTu(de$L3%LMU z_sxvJ`pbbu7zt$_JQN=Z!3v{s8@EjP!}QI!#RTJtcK_hDnr)KxmlFcVT{ib&p0==( zWwK@E8?HfrYo6)mvXtdEsrRsfBaE4P9JznotaWGGs#jxH&c-4|W|qk2R_rJ}HXW^I zS=Owy@uqPca-s}Rm=o9{_9buD45{!pTl@B* zU{6weeAoJDekR1JD~bi*POXxo>PNLy-PxjOgR|JK-bEG*&EkS}W_f zrcVgORxxgOfVA+QSa(@r=ghl5N5Y1E>Qja7OdDsj_7XJ8b>05O>Ql)hk3LpxrJI9Y z8T)(x%pl{+X8-F55!wcYPuW92CDV~HtY;6YjSYnR2tgsMF%3&IMD;K_RYS$8_&V#d zPYT&>NK?ksHb9ecB0(jn;bLGGWor3NH52N1Cn383tRf%!A#P}l5-M@k&DZ*k7&oc!_%qmO4zOS#1 z9|n3kPJAA&Lz=MOz;0H3B()aAt6>(u146%>Jr5d*qR0c-gw47_EvImn{ za}r9JK8sR~-qtZk<>Hh^k{0NKE@nvEDdBy7HgK&jE6UKS^MSp#4!BCxs+0#NZ{s-B zJ%sf(719QX#o2=)0Vialj^s&a2`tGWF* z#)w6OsR?;T_!Kg?+-27=*5{{|C*cM@o}XQU_l; zShH^GUnZzf#ITJUvzmHIe_o=6GHgXXi3r#x)F}^90d{cU!nRM)&_Gv*)taW&Opj$jU zzqIlAZ-yq^*x&FZEqtDh>q9SqdL^3eM9y2y&#SPgbYDo{HB5;YMsRS1pe^6q@pSTd zk24chHzn7KFJUN8rtM_ovYfIm0!l>dpC%2?ZYdd?CEBF59LDqRj+xp-K9k^6(2@)U zt?DZOxvH;`afiHAS&dncN(DYi*Ak)MxnXez{a`ael$IRy##;Yp(KNvOXPQ2IeTcpm zF48$uxC^`zdH0l-o=DbIC}I3I&vH{oe$_wsno&RB!r^I68XYvfv8449CDt7@$*!Jt zy4RMJPMfZ{obpBivDO9K=#_ciAaoz&xv#Zq#0`5(nz=fO={euiH1qW|cxMDff8%{i zD+YEUx5q~L;jZ;HF!(Rg9>5poOgn{m&s z^=&6v_aqYaoeu8!Ksi&Xq+_(AHoR>y=}HzCYd55Y9_q7sr!TG9CKOzahOe;e`-LK9 zJy+CyIvxymboG4*vYw1=R*N)!e)i>mjG;!?D8AVu+r9fyviimDk?L~a z`j?geLl8H;Q|T~slTrtAofwo|MYZ7pTtK!K=@;zsf`eC}VlQGa5fp;D1GnQH+cVq? z#Q2QX!_PB$+O3F#E(Vz`Tg34(b((w%j5|CErnRs;6_?2ebu_f*1kFw0IaP(`Z-$G& zXl6eiL*^0MbdTfi!R!paNtNWoAwzW#&3f8-^~G<(yEZ(F^fB{dmgsaO?M=XbqTeD+ z7^Z``T`PpG2z+pdx7fj>tVjdKCKR|*Dy?X+WcHAnDkO)m}UlZj27-=Dp-H~C)aHJXNL}Y32z>y&aKiwh{ zbV++k>+B8dvC3Z;i6)|A!GYu_Rk!&kq7C|i*RWe@YD)@75~`B-@y})qc#mGi-#@b^ zvH0x{RbYXeAR4g7dS?O`qu;&96#_H4c>}OZD<@>|mDf`mcn+aSY@fa6!g4Up+3a7t zlZm^dJQZ@p&+wgdZn`Ov zRo8$z_%gU&{CqY1XQuM^`VZ|x{G&=|f3aWdy%686B@+x+sK=QfG4-yxXP4z{k7AYE zOsp3a3!-;6_c^@TrFpA2d^rLvQ3VXm z`@+HFXJT5VvLCQY}V_TO?O1r@pf4|>9B z2_JuLxbozhU4lnp%wZp4j@)LpHm3Ch$j@8ifY~#M-+a1PcS^j)A6|Eo+U2>xnu0k6 z`k;CCW$g`DPGw;OECm9StQ5U;a+?0hZM}w`DJ@^9mKpsI2RKG9ZQpQNEy>eD?FT}9 zlpB~>;F&`Z~seM zeseQvnj{-C=Dd7_p zQ#U&TiB-*Mz|=;8xs=VtozW$>u=o#*`l7uh2EQ@Lh{{(;cvtJ2z*Y7J+6EoG)@ob#k#!d8a zT^jMs%6k5DFQZeQtyN9~u~oDtq8uYnvYG|wA{x%`emQnOuq;hi7wPqG(f6+XfKR(Q z{>#6hGLr)6(n{TDf|@%#mzy8%b01?dw^!kZIS)sDGNjHRZd-nR@{z>=osTzs5W2Pb zBP`vj@E`G=d&0CK`w#0Gk#Qzs~Qj$DajBNh<0F3&_r`ve&Ji)6=~mUZ4KauM&f| z*;k6yj%bQ|2igNbc(OfwA3OvJnNjBd`+~{9_eNk1==EEc7=z+ z(2q}Q-jPMBy}5j%Rf|!$phZ;@Psa`&S9i?&zwQC)fO2AY3}}5gZ%Er0TX;BJC8q#l z;CrIN_6dhedg2+a+abdP;X4oKM|)PymG&g3fW2+9UA`7yFKTi1FUd zQB7%6da9%|WbU`PFL=eXKRFPcZ~Lz=2qsc>F3=sz?)WN&x61s(FA{I+|5wq6Y z-}(l6xN7XcnIqL#d@#FBml;kYl{aRJ)@numb)z2{+{PspA1u@VyE-fC>D055{+&9~ zXTz!aI>7mf#O|n!5%7+_9Tj>&uTrhd5;r-~CY7+g^g%G7JVTeJeHa?okE!tt2lX<1 zi~ROdEX|Bhq?|cMNR9ZvWCopY5L`dH?1MVZ#6D?f^)k_MfnJrogr(%Wil8)d$Tk(f z@!~IczgCo9({t8_fJe!o>D^I;N>aqq430_aY4NL8izjNTveZ0!*r5}W3vVn0*KR*t zpGXWbDxe&N6X|c2PEyMeV?TX5)9Y+}Ink>x&x4FlUuip%>cZV`-6Xt3Eg$9ZbpLhO zXtLyn3F0_+6AE(oPQxV-mx$2sB8v_~9%bVyIS)UT$p#_6_Na65anvC$KF{X zRU%}yH^DvXtfM>pR1(8+!Qu6GNvtAYt1V;}*`^SJe9hbapp-oYghD@e zXFtN#z@*u=0P2NBf~(gGuiA-@^@y%LV3qp1zK{*bQs69dnh%?hD?EEJJ6|dzBw{iH zr}1{lsf0#6$@QzCey9J9EP5Xm#yJG zUlJ_nKQ2G-KgG5n_fa#i$+sW%4I=F({9ge4Tz>k?PS7sQTm@n^EQXIIevg6}>d*ND56OPOD!V_}ZNLFq3fUfF&x zuW7t)yRmz^YAx}Lp_bVYTiJ%eg2&eA)4+j>Z!UTDQ`sn=3aPl>Lz{OTLrM4tE zlL^u|M+IqE_(ji#bYZ+4-@ z8Xjw>gx7{S1~{kQH%?QHqQ6d)^?x{W{A+_Eg5J@alUr+j1Aobe6;4p}yLX`H&+r`R zqI_Mde`a+|JLDb^0zbm*=eVEGD*hHjb8!?wjf6}M`enVlM7q}Ar>rzTGo;xlj!kk! zoo$-Oay(&Wrfd#bM|yfq8`8>Ler=T*H?3;mGCbd*ahwo&;hF7=0HgdFN0xLvx5Uq) zNr6G%MrEq-kwe4=_`2vP>-nHS!q`<2UEuOke%xh7!m{Io6(=e+;Yi1 zk#Xx!5qPGTT#I|O$B>=9;yVTFaU4EmH7am=#yknV%*eq1&(N7aGW`c&yb_Y!m2xdf zDxq>;TO}mnD+#&Ek=*xf=00*Cg&Zql&X*re~Q?_^;t6tyO&{LQs{ZUWfg+Lq743DKU)i zIg6-P*#c-X4>7S}RgvxBKhGJYS;T^o`-QnSk+_!P{>==wMy#MQ)>yIvkDlCx%YR+l zqx%*8z?JFM;<~9?T^Plf8C%u{Da}dZO4mOe1b**%pX^!+Kbr@a?WPR_OwKRqdGOYN z5H{%>`p*q-{D4*ZQ}ki^HmF-CSbh%G<_cja73VhtM+V~$#1n{@a85>7x@h7?sN|=Vy$Flk^C8%tmFM)wNnI+ z8BH2@C*2#`{$9;S$v}DE!c*7(8;K4c%!vqeuCPz=_pL-fhu+l92t zhx6$Bij4?d=hi+A3?tvfa~e6`q0uj-`w5K+O!Rn-*pwHAM6*zzjE0a@_WY&v?O=^w z9HbLGNqF!x?Tc(<@LJuPKVIRn_bv=Le6Lpt;o5&9BCT!m8^YE6Li`*8`M&9r`?FKO zL~&7y#Bb>1OSc!1m84nS-^}lfgZNs;-9BDD5pK175=p^1D~1y?EdO4@@RL(10#|Z< zJn#3g$nQS+07o*jGXP4!Me_SMo(JYJJXBI`xp4*fqsKnay3f7fv)hNf3q8$izE$Rp zIJ%(1^!n$Un@rQY{$VG$$ePlUry6+WbHQeR-a%i5&-XM!5y7`X@WRBS`xI4wun?6N z;n!&R^yWxb&Me!RUgp_Zy)a8#l7Vh0|6Ld%vqMl5Y>GCTvBDPNyPcK%)Uv0w=TlVq zi;pjOy1^~4FT1W=95d(L8~nI*QmX2(oTj8R-lY`rYLj(w_I;@5k9r6rNrN&ALwb!= zC_bk@I3`iJnyR}!HhW$LR6G-y(19zH!YgU2`>MS2cxtD;^DGdE>hNr>_qqs@8aeyC zkV8<{)P;WTFCJ?y;g(wOI|#Z!xpM#(gUYj;A32eVMw%}2nsk(2#8@A`N!cuk-3vDB zYZL$L)ELp`JH->+#*r_LB&u!P%j1548F!(Ml87~)?6IYq zSXl60H4Df{!4){I{DFbEmn+ht71^s;1rwcT^3y8;zn5nwsqH2kMf;sN5@nXMf2 z1puU!gGDqV9C6L`sFhXaBX7flMC=)0Q=*_>Pm7wG?9xeA{#u|{t#`Ks02=o!tUx7t z!v4I@zS#Wy2y9EDoX9$!sZt-k?m<7WKzvw&U4*~e3yP;1lV``WN$sTQY`qkhU*QW5 z-PxX3YN5$X2OI-6!t}zm=@_bchG*kH*g}H$lb=C49jkA4wcRkKX|d1)eZC~c;yoZo zFBqcA=;`16vD%JH5AoR^{LSyx@Sb-}Ai>fTWsogtxeVa{1V6({|B-DEWZ(0mv*qGC z&_!V&6Emo4B6a;VmmzH59BQ*ll+J4m=?DykY`=>jJ4?trrII~vYVdA z0C529T~U_4i%8?X-Z?WQ+RkE$tM5d3Z^xZeGb<0;W+cm(x+n{cHbVCdsw1XVB@cA2 zxAs+!na$W9oz^k;`~-?CN)Dl>uMug!hm!a~cC{!L8}zQ~E7wu-W1`WnraR4zqFG#f zU^L_RiUez}Wn7IFq+PZgB}!qxHpCpvemXh}W>5bK7Q|8Z%ab0gKFIj}1TVKq(Cm^t zB7xbCd+UZL%vMDXVMVKXZBTqBg>!@y8hCgwm9{zStkw0I1`{hBd;@HB)^u$Hp=7Hd zzBVSj>9X`oyV)aOK1{-l=!c9JK`KwvC{hm}g;k7hn1TUH@*P3|jeFH-Vfvk~KB)N?Td;LkX|J~zR(((2Hftq?=ce)`f)KQ45`)ZCkO-Y7wTO~Rds%GTkIKra&@vq~VG zyilyyh&QPgp_0NA`@oGRei9ftAv^mCd=lYhGO8AYRwMEIhrln!RF(N=V zeg>g+nv?qSy{0XM9&jED1ew)b2DrDO}N#c%)|J5V3erDtZdG$s?N z581}8wU{9MAR*kRpr%mFqC?cvb7DcHI+pz;w19|Ja)eq@+03OS(cOH)BQ5*8hnh;2 zZEYffO4K*pY#%sn(IvvC&R+7}s(3&rnP67x9#g<3b!oI?fcpNj&}qjlZ1zq`n@add zGj%+xY9fk4Wg1u9P4^WDnhMk$vgLL$sm{}I>3NLJ0Q=tDHAToVzD3{Ht&j?_+`)bF z%RG3$H)GA2S5=ozGkcox20#0lN324On&!~NtFVQPo@iHxUI+{U%q@kY=N;J;o!F`J zTfA-=c?dgF*Y9FvnbG%1vQ{UG7ZWO9BQt9EPC&MI`_f$PRxH{zSNuH`V}yBR(@T9jaql0z zNFXkW!e!A-an`SMmnVNMnl!_|WciuHdu-fP447N9$Zq=~v~|=SS2gI72<6I%a-Dy# zed>oAo6^5LOfhQdjA|Afx>z2hiF8fKI8i&AysYs|B47!Y6e965aV69X6C>X%vM z6*4?bda*ZqY6buIm<9=zSccrzWLzO_$##wB)i#+~kES?EBkwJN6=sJB4sx(=D!Oti- zlLPxKsqR^^h+D<0zxfp8SF}egkG1w=`SJyG&q;D=(3W<9nEoZ%8(NrgM|YJ2^Mi~` zJCXovYbYN1AZi@5#)r{$r+w45Uk^Pj%mz$P;T@9qP>soPyfCw%2)ey^%M95C_8$JC z@=x;1?}@PXE(PZ`w2s#KO5wyTXN73eS2?}aP~5=LQK;{UgAGpz&uyuyQz`saLUv%q z4~y4-=*5mNf@{3ezU3GL7U9zmFmFhXxB;Axz^_GUjB?m9txsf1)nCyrn37og5Gd$x-25(`g_c+*D^{MWl%riVhy5N^i* zj!Jh5zebow7OWXZ=h1g=Vz6wb)p;2eZ0Cgri`V?SqCnTJ*j?X0y-YPI0%5pI|JYR1 zeTh9G@))00#$B)Ju2(sOYV{2xjoTkosqIxSM(ku-ZzQ4vc|9)^$qsbhr0g3 zfbQI;^7cv{xm86ah5%Hwq*pU05!g;RE`vC8;jabD&81P2?UNAdEufP$Yo^?K08J@W z5A-*NP%Ous^L9%$Pl(Xl7Ubm^jsU=(T%=lsD5H1^u2mKzUu615lFwO&(p$BmW{XCV zry?P^rGlg@cR(H(NsQI6pswB`mbZ^2-$rQ)Bm2LIx3>wUw9Jr=a-TmMz5GVTq)EIc;5CO-`6ZzkJ&`!9y{s7iNXxZm)d2a0j!>eLttrb9W4a zxl~ijvvZBfs$%q(|E}JS7US&RyQU<(s@`6{TjjT)kAnZerdwU=n3j7({>QW6x>zKR z&q3Q!lM$eE4L+}i~bt=W=W{Zg^8iNl>!FAJ4sHz8k}oyPY8C|9^4 zC!%QQmXuhcM6yU|#Jx&4Ud(^QCoHE6Zo18EUU?|gzvnG5(lbW>&jv*!zpioZemEv4E!?|lAPFdabYR{`q|m%O;l2 z<-xqSZW4Srq|a&7|qJ|^a84QJbx5p_ zDxfSY##ee>q@QRqdE4i^!w47CBRuzDZsy@Po&3}#jd{^!Qpn4W@V33U_W_ecE-7A3-ZC}(^p{P zpQpJYUwf_w)}REVXyN8`;~IcZ=?}P&*T?Am$3)Y&3(MM(#?M~?z3f-<#OX9_%XdBzHOBUGV{!`l(2pADp3r16DHuwzYcQx!f1M-t4E!`9! zley5{uT?}=gyy!}Bm=Qy{INF-wHFr601(vxVrw8gw{}mpm>Z44hj}f@c1S z1Q%CYFb6+HKfAGE6k(<<^MvO?m|tSC=Dof&<;lk|opjtOEBbjgf*Viz;=t!%V=10< zeT85fuons~TeP|mDCzJ75V*`d1FI9-i1PbT`n6Uvw_suLY#>**ePWu1?Tg4`M5kD? zEfl>(5D-2B#O$_+HmFr!oqm<+k%>H~t4S_jSj!|vm&-W%_={&s(xoLFI0vg~8%J)p z9H{kKHaqUub-Hb)Vq37!QiG{6H4j1edhZr$_}zIhckm$Bl*pQ7H{Mv~Yy3Qx*L}cR z_0@|@FewjcNh=SSTS&H#X9$mWoQeU^*)hL10mZuh_aZ1<3ewKu|wWae~BES1*o;{(Ptq?CvMyGuJ5B?y`!sTjFi+z2=YjQv{$gp-_^F^l(8WQ#?j}wx$lxn1v8Cb zl@m=VN8VYM!o_?3YT%Oi?y~|GBVU2&`IvoLRBwUm`4aTKbY&2C)7mt0sy`~SUE)m; zNw-XGEeo2z;D>Yexwg9rHC9~gW0?UZUVt2hdY_v%skINONUkMvVW-Z}j4`H^zqJ=m zmF71dx@q&{mPk42b^-syj}_h6!Oy&<*nW`Xt+JIAXU*#)op8M`NqHe+@fp)mk0h^% zTdVGtjtE!rGB0>qMzm?;7$9Y>?72C`3R|LnU82zqkfBKNMRZUH*9gTN+f9?KSzNDn z*$0mipPI=x*MsKH+b{YkCt|L6tebFLZG&RACF8S-0DW30-A_Xob^Jj_G|kW>|sJdj|_TTOec5+Gewmp3_xe087c| zAGda8ZIqFpGb4$g-SnQeJd)1b`=T``_?<`8Z}0%tP-&kous905Djd3<^KNUH4M zgP_hgjSEQEkfq(X0jMShL6bhQ75OCMrsp)w>SCT}m*e!H54D~h>T22T?Zf}XMAQ69 zGZ#Y9>ekGf&WLqRojn)E;V-6EQlblY!|&v~oc^d_kK>t$!Z+h6Ual{?5{9tk8FWYF zXvN$4N-g^jzM;G&pcU56Px<&k}$NzCAS z!Z3Y;!$$tnP{B}EY>;TAl-=8~2z3+;XuFRU-X{XS&A z*7b?o%8d5S7*uC$Pn}#tGBR)Nijqoo=KITW|qv+{MQB2Es z-TR?{)-#?IGN`SIL8WLRLe+J<@!&91zLjTy_9iZApHO&zpPDLSZ32}X4&0dYfK1tb z9m+GeWgUA0QHUW)!DHhGo zc-^P|!6Q9C!z)ow84Q2kJq7r63r|GrKg;_-{7NaBS&%%(QSK>nmBv$$cZR$AKD9XE zg#t*nop0N-5GAUYFHz6=9e6j~bb~xE;of!Ju=AbODLpshm{BAdQBgS2@~V4`yX}Qc zlW$f;UT556Gd+RPuNcYc0e6)rrVI+Elf*9tiq-Ue(_`+u52_q(*Qn)L^@>^NsShqA z=ob0j`!ye^JCZB*w1-MUuof2-+2X1g3ue5r4dHomUwl%c-eKrgb0B@~<7}F#(Bh0Q zHOp%UcK_EY~*KU9jEnUK7uy4Mo-c|ZFxZXzFwL&jIGdB za0x>LQD|AFvJinjE;Q_ZlamAe9C02Qg;GII)0T)Wou zESFhUAA0#?xe^MN6IHGtg_S1-_3ffhIUWm{Rj$6_`~5;CB-Hv6z7Bg_kYZEGLGf7X zfmMtB5U+}rX;hlbCmxew#fE`ShwsAFXz<$MXlGZ?40Z>AY~y15cD{ue$?EzT051X}c5x0SOmQutQ zVf+RmdM{vdTxX3i?Ts6torGlg`Lo*x?|Q506_pUbaeayrCm0c7n`W9yJ8|=8*=>P* z4QC^TOM15(rMAR<{tCS5Sr&kJ9}jM7Af5`(!G`<_m)9=h$yZ}pHE9AYO?X_>f zOSxjDRhHa>`Nj2Z@|*Zc$;O0$XGAZ}2kt2cIr+ZI)ly4oRoBnY(*Ij)B*sL;TL>LW z&6^6=0aOl&FRb#GMmMyNn`@z0sQVy)*KYBCCA(?)Y^RmRA=Py;Bh>V_LWE$@GQ;Xu z&IujJkHLU55MY@s<_30Zq_09vHhb;8h*ar)FUZ~dxxqT_I=kO$6R*}oNBiAqU%C|(tJJgl)qMQj1Gg7c{v8y$guT~WW#NvUwml>mjXZ28 z+}q9!g-Z-N$0>a7lbIfz7n1JENmp}O6jPQ-@@d*x%B!=3 zVU9(-3K&j$P=Q`lyhM8a+tl!FMMNvPu2yi@Ae;KNxH3oPP-=5hox0xe;RQ)+%eK}P z7cO|8B*+}JI1`4sN*GYjf%R{okQ4rCy?PUR<@DzbKicB11Y@J5b_~0PDxbHr-ix=4 zLSd-4Q#OZL2EFFslCdA*jkX|yt%s>jC?MJuq}}jTC2%*Pckz?J)eZ%nw=|wUS`v9N z?#$SPCn#!dM?cJ-S+XhwZg!H7pie_%K2JRg4Sw_T%AYRPB?O^7f&=K$V5F%rpU?ha z-R$GFp8nLJX#8=2*e+2)bn5d-&Y$+eYA@_Ua1JZdmSFOisC?Z$_rEU;s~6pWw=@Z? z*lSNOv2+X!Wow!$&fuK?W@o>%o8_u-kg>}xIanQ(`Jn!iG7zfa#@fXjc$%U$6XcK9M^-ScOm92dSS&_>ZFNjw%Fy*+M+hV@+fLo%j;7be|huOzGKV;BWVGCmU6R3zSie%nKK2#Yzolr~V&GOtXXI)t- zs5Lh7Hsdl! z#0DZYhKSRBT>7I+vbpA>yKngbXnB^yS`HtSr$_04ntCf~T_i&MlP3&2l(TWsnO1+% zx5;aR*irsCVG|8_F(?UL487)s71<;-Cg%LxAK7-oI-+J><#&^1fT^p|Rk}mIazglx zVB+2E6j-kF=6U*W-}1DlM62)a%tI!8`MxRKRjVF^#S$-^d0NHNFG_9I8;e+Mr1b%w z?J8hB*!1{kwLj=swpy3CY%@||S-u4v$oCht=D;-+&jbNQ{Z+?GA=Nx9KMVHF;Qk_s z{*`Z~uw73+>}o7`+uA7sVPLk>hdTL0@vBT7Ane0sU`iLe(npIh>bS_idRg6MYnJ196 z+ypY`Y8G>ynubiDYWAm^)|8#5O|8QPyXpNF76umG|8gNz>6LWFPqgA?qgixJu&@=! z($aE0?n-tnxQ!G-`7dfOw>fnLJ&0RT5aUr zIxRE%i2Xn{a;71?-R!YS3Syem48&Nz^2_^qc7fHwlWRscw>MbBuS!mhw+5oOFRFmO zuMrshrTr@=hZm1jAZ`q674cg&p&n${NQvXc8JU(=1c2Ki>0 zV_h`(5HT9P1?}0{Ba7hkO}3E6Z}vjVe{hb z(k~S(!*M@`2TxA z;E&O)UP0KFwr8q}NqP6efj2sTS`KA^xdwiU*f+Y~7}5HP(wy}!#WK*g+HyRqqXdon zS`xP0NVnP6uZxv(JpO?q_}8uollOw<_D1b`Ti2Q)Hn2%tWjFZB#3~uz2Nld*Y9-^0 z%oyBoBhD*i=G36Jt?36YB72A$i#XtfYTVy&i`N48(%W%>y~n)!g__J21%z)~HVZMn zp|I|;{kM?Yx)$%$_A8SeLMUQBS{6F~k}D954 zR0TaD%qr%d-U<#j?W5f?bAGr!%4?cN>%YcevYhWpAL-KD^YO`?s-MI9o9AfKF7%w1 zULA;ue&3KnBd%J^XpA=1&4YL;6)K%f;LZb{%zD*U>qq#B8+7S^&Dyv*T^71e@Oz^i zjGd;w@7>KdmPY*B=C^*XK}6TX0%a!a`faUnc zBtI9#3a17AZ6M8}Y1juF#E4man^^J`dX>BHMh?4uhxf zPn;OqZ?7WDmb%FGK9)EU_M1vGA5`|AethtZK}$;RH^yQ}qSyl%?rB;s%iXYXy6v~j z4_|kYJv3t(@{K#-e_JIfCt|A)+xrbVeKZ&SFPIvv(U*QdMf`!w83{Z77ted~e^3Yj z@GpSPcauTB*VjHlsqbfKjJ3z@8=AWu;ioUmWV}7)=4yA}Wg3XeJS;ok7QaAAJ=^Fj z2t6T1DI!+Mb=%qZbaj%hZ0n$3{gzhAH9phYN#|h=z1b*lfgi*Vg*US0)&e;e+#rMn zaXCCSx>=C3-T?-iSd{$u?V{0JfsMvR)}5$lVz4*0LP5QW6he{A+CBHa30Cd)zUCuM z!D!^%{dPm<15-s)8A{UEC2~%;%SYA88fnd`Ep%_5&}MksxV0a>sHe^T8HT?1db}779Wu_*S?YnL%$za))o(B|dF%AYy zoZzxXh|8Ji8=`xgp0&~!-K(lr&l7^$JVy>iK)km~^uA6nNjA)S%k>!XWD>9T3CKpc zyj~@$*OtJ>=#4Y&r_1GSMXsAc6+3Qa;V?Bl!Ol{1dQ^dwA8z*UY}!qq@(Lb!;h#|+ zaB`osDm;1G_b^!s){pZ`Tvo8rI{G5w#XbP7JBPjhZup{JiRTIH=JgvE7U98J=Htlo z2&c)-wxE@agV>im&G(S)s^(%VM1u7~7f5U8iuxR}=-)(uYK~tPDc`J+wLwfm=UBw` z;8TXGA9{fsc%U<>lM}u4E(a3$-c689cV_^6bg74K80&SKvH~q5M%+-cL*>^g>hcu@ z2>3zw6=>j3aiU{m2{ju1Q)RO6)PAoi1Z-m6Ly_IgtiQhU_?a_F^8^WN)z`ZtX-t`n zc8i9@??@h~oe9&@bS=MUT(cd$qY;*36ddt?IJO8CoUyoRgNWCPZ z@)P4iU_MOyK;474iFe^1!cGhI1Dnu5(rZ@t_2HC>5Xd_%>VJKJ+Mj9LdCuome$D8& zw<2#Bsmm`M(GP;TxLe2OeRAZ3KF>1mcSga7FpBEfUqItdif)~82D87nv0aH!fnx(d zk-T%tcq*6Z4_N8v(^)sXbMl`sSY!vP9!>2`^a74!=Y%<~2R87IRGSiK?7f6wr#u#K z%xnXmqCyXVS*c2+SHOYGKToBn4bDmaH3hIkP!H^7S8tlvrj05(n!SGl9YK`#E!Xz! zNm&@Bn7{m6Kz(uq0O+ISd&cJya zyNH5~p;}FUchHNzIV{AUhHA}@q*N4bGOI#L0fe6-i7BM&4r%O1WZK*4Y>5&cA_?#C zxJT{N&zt{nQnLl%ki(ZX%{h3on(Lwe^W(b#4`v9ivFyXbDiveXj7MPxSK}z$c`=t7 zzSh*Ap=+Bi%4Rpvo5DEJ z_fpW845jMiOP+YjpdCO&FqYHPhaGRQ>j*?my@D(wG_mvXM>5&RccJ*6BylsNnlFTr zd|F@X+*RIw_K|MFuZMn}L1XTD4A;yLSKBZV4D4y!*V1h1o zJmx$_J}&mSyEHK_D_6y{IWMg>D>_o&z^_GC&SDk`$v{aw&-?GNt@$d!Ai;9+QURr8 zzX`+@`iA~62(=mSS&PCxSlzyE@x>1bV6t|r5c_MW^8EDI5xZ-SGC5o~h93^)OH^2B zaO%AGzHhL)GDL6wzNT=}FDK-A+7tqbCTm0@Y?GmFzq&AfZmNh9vQ2ipcPifSd9Pt& zbYU=_c2PRVl%^+WpBGhCnS&mFNx5V;`nHd#0oT&!n{t{Nbo#QNqsy%QV2jRLyV(vx zD0+86vANC*75A^gT3XG*n=WJsGYQ_S(7L}I5IM~JBbvAQ@8g~}tmGz;HABw>K5-D0 zRW)PxJhlGxXQNkNbBN_4*!VmMy50pg(FvpdO{}DSurrZz zh~%cTMoYuWKivk-uy(HXV^9I+RT(Rmb39CC8 z2EkjGYB0cI450NATYq=V;h;u@vP6dWtd?{4FFeTtA^MrD28^9_s{Q2UHQz9zDHE>!4H{1GD$Vah+PbK2BI}yP4 z>AJaYb9BgzS#)rD=U0h|kO?-CqVX1wpB;|(@ZQnqo2x)e0v1otLPD&I&>kfR@AI$r zb#-%eqtF0U=?(Sa&RK+{v9wTUp@PFP(G2N*j1&HvJVgiNJ8Gq?>T zi9El+JF%RBzUPiI*@zt>op!{rb5)C^54!dua_Mu7J_LPlp%LiMZ@g^DyryjPOu+rq zMARa5A(53CB1iB8H?gJ@uAfz9|MDzIyx26l z(odyjt=bO$$ms2+ygo+E>+XkHmR7KLPgEM??rTGsBv`_PV2;~1Tdm&?m&t(v*+GVv zVBeiD6`kLHKC#}sEN-1MUYQ2qHwz5?5b|T1jGPZ^G6Z=8B=2M(nWN)HtqUx4V9pC6#vjd&*6u`9v5&yueK{StV zR1*)t=OjHfIKx!}8bDjEl%WMBtxe#?;T3SUelNIXJeAE~_n&m$+Rgc|2vh2tJO^4;1KTr}OhedLqOx_xoVR9JM}bRUUm6kFZ!FzxHbje{5PKk zb$spfb$4;`JPI60k+7&V=sX@C47uC~a%_Xo?+5?OYN0?vTCZc|}|#_6M&7+!NHG zE{LlyAett3f-{4!yiWvM?hsaQ^vLgU1cc7CR`!A;!|uL3?7BW-;yU_$ZNju(ZW!+Z z?CYD7Rn>p>DiSl0c!aas{)#Bi>*X+{k&q z9M7oNAeA4jx=`wDFW@WYvJ04KHlx z6#tbvnfA1NSsHeITPbnJ2i?ZsL_mfa)w~%hY%&)HKRn5fv)E5k?H4l4wP#-Xh28Nx zoVsy1z(~+2l9Y{1gt;ENt{bV&xn42>iMx+reLsMMq8QK;=|xzq4yDDWg)aJqBIMN( z!sh1UK$BT41gqJ1AndOi1p(aWym)w41`7lC5T;(HLNGaj;Vpi zK@*Jl@LGqWrvEH@DPt99n}%`88)g{eMZ=sYEB#V6Qp#q44!Y#~6W{YamV8+(Z{c@$ zdIwVRuLYWpm-sp}Bxc&8L03kN-)WIW5puPT_Hak|x=34N)1e?K3-L-{1!|D(-yEq* zRtXZ6i1YsMq}`unS@2uG?=4l7|9Fj9hy7=isBDf;J@!nde9EEAeIi!T;nxGtgC5d5 zJO>3RLF;V@^d1)gBV_S3(ZmUC#JQbrv2;dBMQ;M)$l>~5P70a&=g7ppMfa{BwO63&+PfC~=RW9dX!zDKkKQAF0N z0HFH5XVE{)2hosU1#GKhzjPK626nTzXQ%GO(xeYnG#DQ~&kDPpr+ok0-Y*|k%OPt+ z2`yNZyH&RC1ZU;6gXDSm6T-|J{3}l>5c%a<2y|9#_W1LdSlF`Br3CHMQ#uc^ZPOId zt^Vq*I?|VL|FSWf2pJ3k=mbh2PUt9jkR8DBeRRiKL1Ic<@78?zgBtz~q05V6k43Lj zBnwE4#|XttZ_e`QlF-WkTC0;WpB^^qZghc<)uM$G&X4TZe?)rG9r0n$C-sn(%cwF) zlf673xZtig1LoJKTL7s5yUWb|Qt4s^mI(^C4&}M%tFwg*to^_u4x_c;9hk3m>yy6$ ztBp2!i(!!0#=`{LT?EIEi!sSlO{ybZ6gI&RD98r3Bftc_rqcZbTmS#bo+Qzn;AM<{{ePS{4K@ zOS!ze?-1MSwWWX;J~{VipeP`0lXS#0f-AJE!iAaMBT59$CX(m6V8)s&MHf^ni(xc= z@`R^-834XFvajjit-RduB|gmnhXI^%do~QQ~uyVpLrRDwO zK^o^Rm%OI5eYAr;t#Rbnfc|3+eyPJhT|ei#IEbd2>mR!CaNNc-v=1}CXYRgm;T?NbP$m_zs~0;+_R#kkkPx3eGD zf>bk5yd$myb7$=9U<%G zYC$L>foC9)7R`JzCH3DOff^%jm{3Yi^qjw0JvzJR)cXyhTVPezi@!M(8UW*GU;NpI zyhGfZyQT&i{ z%}mO))pqS!%ejP!Q2F(;=Ze^c{S34>IWN35x%+Ep?M>HqcszeIB8!^YQMJcw4_GSw z@_~MB!~?bW{@MsD{KP6sCFg^igACYpsYtNF7c%V*-g5Ib<-W=)6?gPOj|XDG#G&|M zpx+>!*ZnfQLX9}`Ld5?TZK+{JdB4*N9oW?_E{@8&)cR*E{QZTfP6^f$`!cm6ueUi3sraWg;WFI@o=GXbaxo2H=bz8N7ff{d53mdfZxL4V_=lSCPoUDBG=!5sf zk!PZrkY#SZM3pF1;eC<*yiXJd;R>J1b-(txm))I% z^9q}^)Wl^N+fexO459UMJH1TLSV9x?qlhz>1e@aJ+4={|*=q_PK^+^#XUID#FF|)} zG6iOnuz~Hg`ucwsO^K~~jNkGx7!{*V{!;0OFO$S80{FbbkLfvf=Mi>kIr7_qsD#Kw zjamQbBh)u1-UxH^MoAf4z=6bg!z-t>UDm)euKrB+G}~lYuBB_YcbJ_(L&d?6$+R$S zCxbZ;yHuE1<-0NB8_M&pVL!)RD@V$VZH27AHeYV>3T+}+D20giLQ}gPp|86Qq+FJI zgXNY~68w%oEQxoYS6usPN>2hPwQ>84eWd*ITh5k3KmRYfaPARcKO*5tWmgocO#FRq z6gppTtKXg2@nTcE(A_=AC=Zf0<$h^5rDyvpxKmNJNv9J${9v0sxWRDU1%KcP`ID~! z=tQ7I+yS5V#&gyD-Rik$#T}8KTN))qFGT$Qx`~fgGdenFVY&R15JBzR$mOX9DryLz z9DK|YNq-XFLuTERkaec_5*;ZU7rhwXFPWx-xsC+mzNOF}4EFa1;8YWoK8+o1&cc7C z-Mo%@d1SiU;@+2(YOYJ!W)R>j=v0BpSm^vQya>s-Luc_p?;_dSd*UGfa@6v08V{+R zc|&vTHXP0nfq&`(IA7oulskR+!myX9(c3suY4Xvq~fE-Yk056m^=$bUT_Lg@MSDdXt-UOFzzRy)Rb zO0T?EpymFQ;LI2r$I=$9@M`n#1=2DCQW~l!c(7ousoHAw;80CfFDc4=XrWVSvcwd$ zRHUFT-OIOMj*K%tT$2&1mk7nS&YilBMiNf~SWgj9^5^R49oH|)JvV12St?_?04{xm z&+7Gea&9R-%#BlIN6fpZTe8|_Lt>zZ9)Ti&B^eKCDy=?TxVZ90K+~6t304SR(PB>= z;>7c@PvY8nB|Yu(t4ZT0eyS{&ZkzpvSTnO(aYoS%5P8C@;7JKbmVOPQ3c2tLTMr^}Nx zc7J%`3JVU;y8ovX<1zarVL z-~VUmJp7^l<2YXVA(RVAWR%Qol5w~qN#c@9va*uB$2snZvPlv$E`*j{HfNuG_U7y} z&vCdrw|@SG@8kP@e7^7Z=k#K&bVmTjga>Z5Yl>lV;9P^8;$M>~V2*dz17C=u*LrO>p&5fduo7MiA98VobKq_aUb^){;vE{}aK1q{Ns!D#lPdV5 z4hXSz;-LoE99&;~2)4xk$seu86kZO>SS>S>Tqu|w_MM}ktcRSRl5PmM*8POc@YCCr zOF2mp3ovZZD9`3)v=@snK5``VXZY^%aF*tFJjvp;u4U&fFZ@b>K{YA@EzPPMU^gCpkm! z;&4n*l1SJE?WccRV1ZCBBB*C0mJJFVUlg}VdK{7Cm6s7$E50j5q>}|cxYJQDGG)vE@kyTWxw>CRj+5O%ema1!qV%%hMMP|sP_l_ zem)Tc?%JUy>=9MMzT6`QEvLG~7+K#E`6E8}ukXX@Mj;wIsfDW%B)?^vSNWUwF8vCz z>c;|G-j9#FU4H$x>fVg7x{l3Ht8(YHlj0-FWtw|@U+-}Z&BKgpdWBvFJf8^5u(3I{N# zIS*Db@4L>{MC>(}g(mH#;(hJ+>VX^EzpdRafPOVA3mzq@#KrwwiY-4lhs^^$mph$$ z*GHMrWRe$fu}d#Ri|?vKb`~Sdf*ECNAa*P!GYn`v`aJaf_IY!EsiE)9LHXA~S^r(J z_ag6$tzL#Els$mIYy9UH-VmbI)_N%r^I8bzH0_bCkhVwJoMWrFBZ#uP+79uNMozfs z3gC{w6_-h_mCw(p{>MGw_o~1vJ9zb>!2t%#=h`AH+&BPPtX}rm;O~Q?Spj7~8DF>L zJFk50M`nIm$N|8rCf&K8a)8t1?;=*MujpQU*zulOjrK5T#g5{ol2ex0#21=}2?{0K zU!l4cG)v^L>K#pwncu(d5prIz%6rMlqj&Tz%i;YwvHGwAwoA)JapfGB&G~JuHlpd7 zoJa-kGTzXQdiJHE8wNIJ@as1QDC}sNa_ewPB{GGUEGBc8Hm>ceh0pJ8g$#`!f8=0Jra~z!*()tjCIKlOyqmW>*axX!Nw|G7_h8&YkTExQ zDjKhC4^7xgw<0C8ZuyX4V8dM59S&4%tfcc|qX9()Q)l%FjhX$ryEbKQh31i3TFTV| zbe=5SI$>j6Uo-HOa6Vh(nB#R3$_>w=$Yn$MlSyLmFm`;8M9OYl6qqMeRI%n^Zx$Qu zCK+li20{Gt*Pp_~S1CoC*H#X(W8mI*(3bR*gB$qN&t=+AFVNDw)nk0x2Z$RC(aWAu zocE>pP)wK&q9btEF4dSTTith8VT|qKT;7H3CQJ$fx$&LZdm=^Vc?=W~>LC0uuEspW zXv=jP#{mHPw=s(SS5BIKV${I|Qm0S{7q@jxxn2t8F{@#4B>(B4TfQTJm<)e}+rHTY zI-jguhv^q!%hlNHrkIz!Y1^*>U?;0W`n-jbtnT2m?iDJWe7o56^K~rb$BJ8cS#NX` zio$F4uZ74vD8eo{9OeTWqwFBMX`K&d+zM>dat`X$7SY5io5s>juC2Ov(X`oK30cUp6N>;v z52^WPb=}Mnbz#y&&!(Uxi+_QVT_Wn;f}dvZhC^LDCC{pj;r@s>+!?W=|2N-R{4{_#}IBg;a!QG(rEei1|*y)9*YdoW8ed8aIF_Rg*;_fFeI;ZYD<{2)19yyppefFN_vytI3df=Rju}D$U`>>pxxm7Q8KKcc{32VT zZ=9ugW0AUaV}VFhdIUObB#%8sK^@~20!|5LI^EsnGKKVf*!H4a%_(Ype-&7hC8<4G zE~T+mC6NSqIUKp;Fwu)vM`M2x?D&jOx36<<1uw~=Xa71tEk}xh!9UJLE3UdkQtLPm zQtXs={zfsb7(b_f1AT4yZ}PGxYCn{jxtb~HqHUWzLn`?m>{p~4&tOw&4&TKGmxZHD zqUPn|u_pw8Rmp88!;3dLWLP z{4Sxt%?`2`Zg<08^vLO3|M0a?!hgTbS=*??v9Gr&IU!wN{U4@S_s6Y=Nd`)w6VfBw&}5|Swz}B0Hs?mn$zq#hhj3bh7)5&#PiQjNmibq|k!lv&18^@Xxwhx*jDC|x`?~y;R{&$H9xp>y$|R>28`A(&1AeoU9`|(G zT~b_?JDt8*h8ldDFS8Kl0PVlsdKe1s(~qyfo$a%z@vTlGFft`FSS76lFSCTs?!V<& z^xtQqw9l#I5Hu1|bMXt`72n__b}|nMdZYka+(JI@dP%$hl++5+qw(W_%MDy%78iA_ zB(*;()+HQa14F3P$P3h;dEx3SS$Q05%ub%_D>RV*m(GwzoZ@-JO5s|+7yP3{*R{lrK*94l($JGh|U_AtvuHAJVz*7}XQ6d>T!jHFp zGT}ChQM2Xn;l5zbxy4WS+2`KJXbvJj>u5!xe^MzI_U)rDIg@7Fn|DBNCchW!t~@*$ zeB@*7uS{(HL%^Jyt9!(a0ok6{&VTY(mnE=A=N;r<`BNC?B4>Zq1*w^LngclPw(_#{ z0i~e3J9ml`wvz6rj~N(kXuvc7v_lv{>ud-2*;Be%V@e6~R^qwk&ZrAxH-zs9V(0Uw z;m9%%rciPoTpO=z{89-Y#7L@a=s`%UH+4`TM(eKflrCc4Q5L8c3@uWWH^OvKBxOg;H^sxTaRj&3EG{pDhrC$ogzq7_pXnJmu6CefHYjhpGd4N2D zywC6pTG86VMOkj`ae-z95b@#-Q<~zuB!_%VaKF+vfd<^JWp#chg5a{zO?B5_xxl+s zeEro0*Kg<8hiSuGW*J6Dj}a@AZn@p8|8;M8XUFe-?kRn3T|AkYa{yj9U9y@=^K`_x(CFmxt1O5`kDM3v)(eJf3I_f`1$>z2b^GOmb8%gQqdrxW8J+7>w@W0~Q!hOGA zGE@@x>!sA@&jrM3s&1PUByCJd>_pGCc~1?0C%VI}v`B(o&kq_`twpY;nGEDT+?R0v^u;my6QjPizJuAM6JpA#F@^LOB>_X#r z-Q-P@jtfUH3(p<6mul95t%Ar^(7}>{)vWMH!ayUUR6-PNKu`w>9ZZH3xyDW)Wgv>^f z#{KjqN7hQy_)fyvYDQ0UuLNP7txwOsGCpEXS!gkbgC{sAmu?yjYlELfDE!31on#4# zz*8aH8u-Qi<_Z*t0iHczvm^x*=I+@Npx;+VcXD0PIz)>=E1;KlE%kRelX&ik6UDR1 zZ)cxP6>?&4g)21V9^G50GVeo81*Lzp;5(0LI2H1o=uMJV1z>-AYqY&+bz0+P*pdD zed7f^J)-H{_&?&aG3eiigZeO&*6qt%XNqgZzl?^#9kkhDBSn>$j@--~zl_{{Zfd4* zA)rAHal`~)tNmkZ8M1KXqVIg#?69QAT`JvpMr=!5PCje~|91bnGR^D)I*i5U5`D)U zPhgXj;vWEHZ4)NZ_^_BztswT2Yo{8o!I3i%`gu%bC#Iv3&2C(Hoiz^ZGrtcq*25W0 zf8C?y-LUey(F2NCcGFzcp~A|~1RItdJ(*)QS7j(_Mn7<}7~;D2?D2OPJU_2mJUFze zux|Krx=F*Q*(}^N-x{zbZtzuNnI+AmAFw|^@c2$8KB z8&vDh#0%Sn-kAp{eI`deH<7{l3`<7jz^NL*;>`M=e&zT)$XWZvwBKX4#ut)v6h>$n z!NqDPS6+g(`0s9OD>+KCwRC=wCzs1u_+j3m<^`_3zDu-1>G9JN9{=WR-y`lp@#;&* z2m1gY#JiB&>-Nn{q2kM!_hIXJqh;?B;c&p6k3&f6I5x?zkSbG$-FhPZ!y6*s?D_etR?1D%k_lK)W;|*=)F? z5&Gqp{MIX|zFJHy#qU_Vq-B)8LyqnSTygb(_m;1<5NAtQ*4hCa$Rd5b@ zkS{>0dfDU0`$rdk>qgLjL}_)RIy<&{|NSk}^}b_{Cn9ehrC)r^`G~GhBzA8yPOnMG zCjFf}!u&p%Wm6#&`@w+GOc8aFPxbt!@W{JI%Wa5Qg$k2o^znUqn_cw7wDEk)H2UWvH!TP8nLW7qfXQOFK(L%*cW z;=~a<#{K_)P^RD zUr`C|_6o`i^glkA1L4h_lPM4nJHhPRpI3f;h0mogx*^~#^95dWdZC_h-%y=S{@!bA zKT6HJEwz~-sT9BGi)hDZ4lVJ2OW^T@h1pDsjmAU&iQ{`TAW!lz@eRC#==E7gmr)Sf zbb+As=*!0PUYwKU54>J5m%!PagyxyYs|5{T$0D6KMvl&Srw8d<3oI@7roU>Lw3XND zpq0(uX5Ei`Kd_}9g0!Yv8I*4r@Um6hFZ(U@hKoM$dwdLN<2~hHt8Qkg&fI@`UE*ty zOEjd5uy$vA=)`dM-o7Fb4;=})R$u8f@El)(fP-?LFzoRHYE#t40|L=ynO`bq5YkCHKODGkEWWw6D=lkqftq!i+-48Ihj1z>cfXK zciUeKX5KC9T@&k>YnGVmnY*5weiHP7)w@TE#s-$kRd+itY~)_$DL+B8tyRDmJl{9k zs2uAG{D7==9*#Ll-&ZC)+PB)JfUZ+Dx7%h5JGM>w#uCJVrz20tLUC0d)@{WCpkr@O zQ(YD+B=h-vw^g68&G+JpMq>2#tMRWKuI~6WFu4qg1Ey|s21Eyieh5bx?zIz6l4O?N zov+ZdP~e*AKB8>ft8*I4uhsq@QQ;u2r#zM0*^N)J0#FVw5y3)a*tO+QV+-ch;RGQ! zB?f*reLE)kOQ~an_!|6XaXIEZqV=S;yve3mF=%|{2Jg#QqpiNSZ(c*n*S|}QZ^!ti zR1T^3Lv2(O@ZrS}f5qtr4FKkK>15k5t<_vsTi{;eai{Tzk_K*@j8FMTUr0;^y{s7& ze%}tJZD8T!0w!9+f}G5+y(>+aJi6}fAPb*QI>@~>FD<11Xme;~ftS2Ol(mg%-_gZu zf|V?(v`k1*m{(F|s!Y$AMFTU{aO4adnXb{R$s zI=+5pVgohNw#-eG)@p0qqXlj*9tF@fht5bZ&G4LQR=?Ens1E@}UTr*6Uo!2=>FpLc0PZUR% zjMwc-%GhL=ILg8aZc0o*g1sdiXcby<-e+Xw7` z;sk!3M=@pc&46Mkh6&l}CYn$4DxCzpqo$9q;++LFbjFBAy`WeJz^WeRQbSi|{5_Q< zw)2KE`r0!oLVyiOgS&e&bZor$5)E~E)T@0V$?{rFw)b*8Q-+AtPLR{-r11;T5Y(); zf;v=+{N~UQ7;(30Hb;Cir5r~2T~it^%O4qV1~0(CBttj z8>lEWxT&lhe17r!BU;+bcMSsJwxM>2H3xaISNWI>0#^6xhzw>L z0~QEu{9~}4Ucz%0ekW(;O2wL5E=J9q8}-Mvj|@8MP+N3%q#9S0!X=teF#1n$gveIN z!KL+|HE6B>Y;Ic<&f#YY&gZVoI;5O%v|;&x%AlF4A_2%5pJyF{8=Xaw3f!(I*zie# zH!2*2=W0o7>btY};HeVTz!bJaEi8j zoQ==Gueg;x=}_?+gz4J&&uZe(*Gpz|ellq%Osze+>CYVPX5lQT_MR5?EIs}C5O=Nj zb1=?t-sQKT_ga59vxK9_On~~C#toH5&<9tBD_~6F6j5{5#wVVY&|3^XXv&fw z7Ab-Eg%;i?idAQfvQn(Re>es7)hMzOmnOdsE~4N#BwNFcwch}vDV(D;bE(1P6W+yQ6@!ehhq4*0&IIdFm}G>Q^#3t z4L=PTwOS$=1TzIjV9Vyc-V?P2bhwFCj=z9Zs|fHVl6eW3@#EXmXBZfN$UPxvxv6*$ zp$s*7WIYSQ_RAf9a@rZQV@7kJ7W(yq$>5&8=bJelWCB)_^{X#k{V~$qxe}2|5T+HW zJ1mXANc;X;(x7`)ajgTZ~U8@ zw8qx%8BhVa3R)+I4uD?b6_X|Mm6hOh7Edz!uTJt6T{)ejD^d(p?3X3hm6ZP7yn{w?q^<&VST??&fWWrD6vnA>(aT09!eqKWa9Ux<_?A(&@B_0w zDHPlsh`!TdR5)X>6m(8gg%e`W-YC_ZO^Sxzo=n;`co89U0ClbK9jcj{jy4Ow9;obb z2Ik8i5G$TLrrP~D{TPaWJrJW;3mHqrc$6AV9<6M6K>9< zyDK&5whS+YIlmv>Ac)13nJgmE!h^8u!JGsH*3$YMa%PHgeLFl!1re+b0pwy|uZpj0 z6zOy}r*-Hvd5J(4wd#;DP}{X+vkUD9+;PZt#~K9G>Is7e|2TgPAB( zL2}P`ndQt0?So5jSa1k0jha||B%r(BQL}hs5t9U8@jLNd=U+7*w^cjKDx)eKY4XP> zRdN}1aHMAERc|$7XS1#=F|l8g#zTFhfc3w2D4A6$vOkQ?iflz$A~mv->x7##{NzIg zFMXia8;+75A4I1#b;Ncc2IfM%n5QGUw|`5R=C&VVK>ZAXOm*lLGFNnc`xwF?dvCWs z(c98v>{;l-mhU=Wy1$*(Qhm zU>(VKF-oR(IMu~EPblN*(oc2Y<5Qnj*?e^Ka%gYrlkA$NlJu2OSVMd0I^wPo31Kp$ z7mj!?QppJkQpURJ{1AT)iZdwdq6ZrPAw8l5llH{%8YKoYqRD~EHA)EwomGN_YqW~YTl zIQtUYZ$5`=8~?JG8YaEc7Wc)Ei?}-YqLZ*X=>sd5r(ZfoPbCvph6x&+uXuY1kx5-@ zZ4A$?0iPFJ4FfHy!u8pb)M{C-y)t@*09Jhpu{%&F(ge}@tGxZv_U-;$G@bQDJ6-;x zv(3rL!(5sAkaRJCMwSmlMZcO4=!~zM0e(69GpS6x0Y>idZaaEySx3mDR+UjoaYZgI z3|AAkogN$QUcrPtXjri@QD^1yWK}JtA}2m$AmpohP!AQQi1SkZ$2_@aw7Y_w11{rnd9EV1$UR4h{A1E%L-RYx?18@AS^*ng9^SFaB3o{U(qV(i*R`aRpT zOFX(YU=`;_@IrfbNZ0G!4(>3i6-eg049)s}4kS|cdfvHGh*-xtV5#^yI3!*;F=IuI zyws*B6jYk2*@#D^yd~Mh_+}3Ec6B8FG3cD$E18R5K{w(}e8H%vEjncZ8 z4G;NzeJ{ifxe@rJGr_xSHH&TWo>rM#jW}f<=Ab=@q>0y99BQq+b8}*gP6TMiK&+vk z5GzfX1PgX6p690ynM_+DZ@UK?+ZhKl&m+|u$}42(f74e8g1G|(yH|qsoql(Kr@_N% zwYg$gFvr5=H<%#W-DIs+)sQ71x@{fvXEL#Yi6I&IQ;Qi|qb&@v_Sqhac9!Nm>$*uRV&p);~k_{*I0x6mfqyLjyrvNl@d* z<0{WyL%ckTLsJZf@2OhUJ9J%lh+0J-U91BUP<+rL)BgnvTX;d+SyVgu?D37?7~XpoEYol`^bKSFPRwjJclNODJs;xDk&^QkP8;nvR^#U2 zmdA0RlQ`L0e*LhIomVYoZq|d+;&b*Jd7@2j+-oj>!*haSKPnttjQlLCFeIqzgWC`E z>yclp!?x!(3wDRe30?^MVcI11!s10L=hlxAublS-L=V_OpW^{z_sU_ErvVtn?RV+J zpJ7R-x*rowDqDhAJb(tohuI5h0$?D!aiwuK_GO&_?9Jcj9Hq1oizjiurkjmP%L zY2!u7XkIT?CA z?X_guphf}wpPs&n&~%o=ElR}Xhdcduh0MG;1}P%tt)bjY9#E>MfHMb9ro&iIJeJ$}^y-V5sTgj>ZRJ`xwdHx%Bm-mwX-dfRlZCwX8 z?Y%njFI_J7Jq9h88ACA}li~5{FBM&nY=1NyWGc8b#i?21v{!%nVbQ0VbE_>)bq=nq z$g3bn{i#wDP$wZQ&o-KQDI17;4fpZ8bCP#HSy=qFcJ+7PCcPiGP+)T=4Un8WmOfcJ zae7twND5vjT<=0V>U-i0^g4$Ua>7J2p{(Nx(eqo2@7tvE?j~;=0MwOru9}gB)a3{A zdGTYjE^L3&ZIWO-ZKcQkB9@#_L3+o1cb-Z_9uF5=+de9f{|%ORGlcoSOs>v=QhhbH zSrEs9=Rr3*_mMNdR;+G?MCIp(K0QN4!>I=Dz$EiYzKZ7UBQ%!OWRMob1vdF(`JR0D z)+5)?>6aQnp^?qzR;86sq%gO61O0PATi@URSg-3K$(>T7hzyFEIJz;M~=n!c4S1V|yWFLDU7^P0m zpFD&OTHbiaVi&7RnX`1998vShsmsKQEdKtM>+0$Vm}GIQ$wvU7)o;Z2?S~I+J%@Fs zy-?)K9xAZFqT0oNh(5~ci{bLIQ0qoPTB;w)-leL^4>+O36yS2CTDS_BltZJex^AXL zO4(mYdypiaZy4M-{@;Gf3)?}U;MG$~z=_U!H$vEW6?R(rsA?8mmxNl`0_oc}nm zY93W~XFj4`lP3F~VI;Tvp7gX}j_KHL+sDw>j>fmhKcH;W;+fU)Ils)-x;12RQEjDk zMNq@azWH^D{I>3AUimh!QV{BBQMioM_*u-QUDz2U_a9Dvnl~{ZHZV7)@vsgn9Ajpa zv`7xN9Y}7ccS_`8KH-hIi8{OE?3(<)$>3w|!8?EE<-ybxw;leACuU2}b#_LH@<6=J zFCtj9%;Bp_I!obs%)x()iC#DI@Ifb-H=3WCezJkv!^)bTvNx0v{j`^REYKo<41{eQ zW?r^SO(VI$=x2oQR3N6`D9R!EDR-rn-7BaZ**Z4A@p@z;@s)KzqTxFf$?nm7V87(mDNHtVJ&` z^9*6UbcJ_*>%w@bv#TGjSakF$ROfiyMN481#HnNSv{3NGjL%%4yA~m2X*@xp*a#1O z1nAn%yfbHBXIvbQm*J+H{-6d6*Yg&fMGpaX4IB2m(Na67nTFudTSRf_+Mu6VNi)%E;Gp;UL~o7Z|-!IKv8q0cjhQwO7>+YZzJh*Pt)&uiXm)k{LmS}%im>Ir@> zB;f~EF!}fuT#l+0!m%b5OY$gN(nJUuWGeg?5{|AVd-JXDzA)M$evtp;oP=Mg`*1~o zRcc>Cu&IChq_lbLc5lRTU{ z|5yMtVIesr=FS~a@41iEo*$Ox{rY<1O9?83YexPMSYvzS`CsOI0dkyo;d`k^Uv4SB z&%Ty@8d4tEACT8u*Iut)q(&n|CfVMs`s5C#kp+C>X82Wmuk8vqwxv=N-_OV{OLtZ< z7rP81o>aR6sl+ng)(voltmNvIoM_KJHB*p(-o6sCPs91cy}@OYj;7=$#1C=oU`@E6 z%UB3{9ON1!i>vn|%g~yR1o}CyKp#(?(;lr`B#9mP+5D6T34|CU?1yEp~K=i=C?IjJn7oR9W?!>F4;$J0KrEY0eKgdZbZ)8TK z2FR!{@Q=D=a_sX}CI2)#`=NHzUCpUKWp3jQ7={iRH#nS!LC+K3(yN$=CE#=B^L-*` z8jfYguEBQRn2F%+M#Z&gaaR(+UWfXib%yr_m&ycs)ugN)JFmjenOoEngPkkRT|X`I zaNrn$Zv~0}J}$~BReEP@lizDNK!e%^_cKRxN9k7?A)GpaJK-{4R)b33#VeUF#vC}; zm=6SY!qDx+C``LbP(Ts2zsptCA&xcqkL5;CVMtzWb=k20i52#k#j*!>TEKtMCgDR% zufB2_ofVjI-9UXl^hmF_J)Rp`Idejdn%|s21fOB3Mn}HI^g83Z znmF0n=Z&#FqhfSM?FlYikfMMKyjAe&>6^>^rai*e<~3NhdDkGroaXsy^INjv1oVYWKieK^aG!RBi2A`hy}E z>#8huoEe|-l->=OoCMxCIH2!-JsBM8>rF8u6VI*To2$gAGb}g1O#UmYL);g47r2Nm#yM6Gv^@0)(CV`01zb3I&twc;?^kQ-fsAmAx|V3g;Ij zai}oTHlXReR)*8$Em22(rlaS5-7pjO$9ILG7HQ0f)m!^d@i9ls8XY2!rkR30=MtsH zZpt6625(hGGEWwRHHpm73x7coh%6YS>~4VaytACHU_oftc>?NLqhAC#1RFY>2d~){ zI{Y$N(nzqG$|DOmV(#u4u&o0CI=^1(`9%8~-dy(eanKwGu>s;N7YVlsgYWkE(@S;Z zO*+R@tP!c&IhlTbz$NiyJ-r2_~!Z2f0v1=6|Cx0#U)UOoc_;53k?pU-Pm|OJHP*fW6;eaA-GL4 zhbUcVoLil+Q{3AB$YPaZ?qaHYSMXNVwf$7HURmzPrmbGUWuau5O0Gj^G>ZNMW$sPr zqFFpvK*2hV5!?o&8gH{LB1wn7=r129YkS-xyi^kE2Ddt?=jPlVX<)g)#y)LU*2ghX@ii6 zUy7wwaTdMDG_;@E;kC|yCU!{g{<8K|XSDTx*rtdg_(U#^2oJO2w#yAX1 zs%$F;7aSC5P3|_bt!Kt;nP`Vkq92kTd2DKR?!!J$kpM);2KR8J&a)m`qf=P9?enqG zfp6;f-csji_>QQ`j47w z4I#V7^gg%ghDm<_YX+Q0=&8f2A&5Bjwauw02g6UBH_ni0@fkYBbv&$gr=+3yG`Z`vE zq*rWyP}M8%?Er~`Zw#iEdYt-`AMV6V%}_2JoP*S)h+OGSV6-AH@<0D*>}zIUo<#f+ zMY*R?NbUPCHfPYS;#$D_vKr(EE!n2tz&qc+Y^yi@uJdY6a~Hr#mgVT|9C(A*BToNf zPJI|eoVzk9{BugPf1`0{Eac*HkMBSAGIgvQgZ(zilrypX>dtv*B zws;InT+FS^NISs41Iurm-*fiPFSatHZ}D;4WNwZoZ^_;_`+cLk{mMWFo1oZH4bZjL z*0%ac8m|n@uC)m${M&4BurQ)E!v@6ZJ@guYwJ!0ZBzwxHY#-4|Z-c4IU8zJ{&&9fP zs8VH{1~pKC8cZkEG`i?&y=;%uSX8k@iQLVe7(ZfKF7hH)aybuRMED-T15046K!rNM zuqH#9w~O60q$UD++!;>fWnIuxPNo*p3WvAPV=aXtVX?u&=y}OsPZKQ>o~_dz^fMwnVD!9&G(0{_9`dzuEgq=F7BT&%s0`P%8p=Y_Eg!_ZsARL;wOS zr#WpJ#g~4*Ixe7<>Mk1{J8)~s1lumvO)q7s(?89i2iVoDF*B9DS9_aP~AwaNPJ(tu#I;YnTylN%$}{Gsg!f1{W8 zkJK4o4zf39+c|IIN)XSZ&@{D{b3{_pbzWFyWCQS2OITB#+6Z>Mf=1GV)+B-pDQ&`FMgCmMI-JC5qIUuZ`my;e2?wp;NOtl?jBYCJOm1D4zg||#(-D@qdGu=$0KP`BDF+7*4o!}83tHcb zY}M0!egVyYVYXx6-=Rz0`SfXUUP&aHw1*BHPnZTTP#iv-!&IN2x`w7@d_7cTxeCppAn_I zie=>wPSxgv(Ra>3&d+qJ+aHLP8gRIy!e)GImG&Mz6QNvE-|DJQ!xJo1#RyJS?@Zy& zVMD!1gYeY<(jO6`b14>>@B8$DcH7#)Euszn+l-qA!_PhfgkN;;f-F;^zu=oq*y-n; zT%H@%M3JL(4qj~=U-(kW^^F?vbu6N&&T{Voru8MDL(WXZEk_JA1YM2?t`?U}bmceO z)Bom`NHc(y(mW?RMV;((*b$?4_;uU_J(@hm@E5)b*tHv`$j-O_UCk=Q2RXbL(uEG| z(cYe?Q5AQu?e-*Ry|wnb4hm@8o(c3B2w?;(AGqf`{Vrtc1~_rfuNmz%m{;v+E`5m^ z_iXOKpa;~qP0+vrzxlf(smz)B!%=?cc9X)>uibf8{blEfy{E}tVOdjqyeQ|R`BTKu4fK>$9e2xAFgkF{;~!1 zJY*8{3?aXH{*|E?eDDp_6#=3#2l=teZup0Tu@@(`$ zNb6>$xLH~kE-JqF0bk;LWPJ(AwUi%~b54N$2{^(0P@DYgQSHIBe?&e(?>fUIjT(+~~c|u{H9a z<(;mO{W$PLw~+W|tK<8I65b#EHs&XN%eKw; z5q2qYDA}VV6Se48R2SB2;CsS%&YLdO5>K<^?}cOZebF7Fz3BayrQZKd&o5Ie%k!Ew zdZW(X^oRlC5Mf~nx%_Y zQlqYTruWghR?YuDvsV@sIEZId7bw*(It_FGwG! zo%bI~_bbJlQv17Eo9k$#`JTH|;-UZLNddrfc@fxiEXp?h25+XUmk+8Ss_pCv^9Pf>3MPS3&`Ez9rGYRqjlnF?up>RJb*ZN z$Xf7mJsi}KukYnU zPs>5Tv2onrCVEd8)|%oSsXe=Otv&KZhB~dO6GrS2)C+b-BA?=@-P16CTRY<<_A*p# zxr2Dc>b4U0uwI%IkG?z2epk>3G}XzbCGn2>iFd6?-}I|JkiT+R_j&}`-G=Wd$Q8#< zFs>ndr&2r`xO}Y<=NDWgxW6i_9(FQKQunlX=}pEdlDc~3(gN7sAc@@#m(&p~@#Or- zVoCk_%hQq2vqy*7{^o=W_`Ek)auH`1tlbDcWv?#p2`&of`P)(+$t|3Du-9DACH#8e zgnsLmtwzGmC%5Bxbc_wp85<|D=hFPBZw>P~Tj%i{%KQ66Ah$&h=6L?1Id_5A(z{~5 zfGBJ2&V5gMq44twTN4rgo-=1ZD*fDR**@US&bHurIPyn-0nZB?-WZa64ES*880D#I z{-xkKCH;)TeR(mBu$5_=j<*1W<+X`~?Zcp~I zo%|7R(xZ;I4-#My9gbGcBword*|9U>u6vvFfj6Xl@A*WY10s!|7G7a~&q~6FO6tvo z$Z_h-4{qcA#lOSMQRizMRf>A>@y^!D6gPHB%EX?#fSgTmWoz%0o zyeIr(@jt{h2H{*UZMmVh4to`#Xv_ezLPc{P5~b1-`dum0JScWABU85N{a_ z(1rc+4pTTpa&Whi`yZ+{IDx;Y%Zvj5qoU^td0X-G`)|~ZPkoI&=Rwv#mXrMTxN-ph zzw@)Mz)^O#8zzxoaPerhg#1UagwJ{T6?3JJa6)1dr{xG9CcC?-|7%95iQjhU{B$|xATn9k94h=7AT7jkCza! zC$@_{ih8-dgS+Ha#}DYV~?I^1o_>s-X8Trs;uqk{xb>xZEl{n&xOow~Dr`}g4=zSne^GU}WEExQZ5liC;xx!Bw3FYxJv*F0xVnx8)=nKv)( zcRJ(9^M;Znb%K-jE&N9EBRg{-cvbaGavk4ebd#UygyMvb~$ib7wg>FsB=Es z3vrIJTnO&3a@Kq9Lo%oVuQqgoFY5Fv*396!4eA~#WcS_weS-fn)0~0*7BhTC?IM1- zXL>tY=+b-+AzQ%9S`-4ev~^AgA2X`kaVlgIhuR#0Ju|31zk%df)LVCl?rp_cjdFUA zQQr;{fi65A!gDQ?URdSGHp|J$;#md_&GukRWa%Q}4aSeY`Ih9z&g<4I@VH$ThEg7N z&iU@+$etG(^nxFe#DSuM-(aqXnZ|y=Pm*Vs@|s68RZ-7y!SN&h+`5bXm$aTH*%E=2 zU?$=3&Q4*!^q{{#{J&qNlMdO3bk!{AY4zg1h##dqz`O{qlbGQrw8Z`(#TwYP9@-OBJ}S4&0sp3V`5W=^ zqMVX5@VA!#2+VOba7f4ZDvj-myw&`*mvTuT1Nx+IBRlkH%o(nS;5r7;TIKQy@_(tC zT(4deCj&nf=2llv_;zz&%OJYfsKbVPNUr401VSD)AKGBgmAnDp_vk?#Q9p2aHs__J z^+ZxWC{&5_4X-;r2A^@_CeQ2g8_N3*0wi_a``(2>jwSWvLWUyqE0X#N(KP)RJ};p) z*S9+wzFvhn+v|89Vf-n!^Y@H5BCZX};<`F1-XGzj?@j(U@-D}($(Gz?TL*K3RXXkFeY`PTx0|WLb1f^L1Y_Prr-qr3 z5C2Y_2Rk%!B|g9B36B4dnsHqJ>f&g8&ZlMGJh##ygzLs1#Da(GSv-a2Gm3_-zXLZa zTy{V_c;y!7yFM5l1|ED+d>6czay0fo30FFrLeFBqbN|DFM4lg0(R(E7bm9W%0>=m; zl6`niobT7%9Zij(!k5vH;jc5Rx4AgXT_=k-r54%wu7-Z6UAK4-8k|VI! z&pUoVJT>^nBKVyV4l|JF`;*feIQ7uV$Dhd_|B#&rzxpZv7Wj;5e~i(GvcBTyOUftq zs~&^86q_B>;2*~ZDs3Y>m*Uv%UVU?%xZKRfn*7Jq&*z7cAD_E_=mz2i^gavV^JiD| zBcfR}mE9~y5;|o}BIOB%h^t)p{LOzC{OYzM&bK?HFpn0nnEj2n2kS+HM>XTE-Sc2a z3KMoiZ+6;p9?ZXoq`&qYpYKk6#_J&x{ocPR2KxLiLIvOZ=Gj@;(YMnMLf)Qz?tu$~V^M zFi(|Dgg-s!jz^!Qw{MLO#q%TD^u!zrd7XCfKMP-&-Xyz~__6ahnzuba##$u(-1uZR z&hJpr%X!U_rWmt!@1SPSD~5y*7)x?DY54RT6rWiXv_qchkn-Mow`DuU9`^mw4>0oe zG{l7=#jh(cw`gNy82N*hQCZG(f9s~TX+iq-*a3ZrqOOH8@JO)3$ZI5bEoU1*Z}!*Y z97O#zMeuY7YT3>_n03v*Q}g?uyt>-9*|UhJUlxZpM;hWx)lGLuj+ZVopah1vVa`bd zvft5GD-(A#%Td6A-!X*ew$w}ZR_0G@ zimxO7__mi4v`%-EXan#II(@pTfN^P*$UU1R-zZGsss{L;`pj zZ7a<|gr6NPqoOe{C@L8JVUbIiU)?#9VlNAs4;{M-gSAWv)2hX_vqw;)L z_{E7DQ#KHu5sTC((chCMU8*EpQ+O86Z{$pw9R2#lr~IWPVzvpaD7_c(Vip9qck$p6ZAAB74 zQe7GNwM&Br_PNdx8kBde%4{6?;*y7Yfod5XZ>(uWdJZ+l@eHe3XffeR1 z{!+xb$)7I<&eQIH9?#cCmHm`YG26kz%TTW@PTUzbgY+Xh4e_gJehL6mD4RA8_AykE z>s}OmK0uE$W}iepso!En;2xdhan$D~e9xPKy5Lqm9ic}HXBbBlKknl36Y+V=)W3-L zCrj#pju-HL$JK)wKc0 zP*(-7=QfDz2*-_*?BTKIzR=v4=&usCzefBZI*tjGqk34~ZNtG|skm(cehy#C^`|u} zq9MN}i99b0Rpia@vHdsWTgl%=jqX>V|4Svfba_|iOHU+nTp#(I_c-fi%z~VJIx-UW zf14}g&x;pl;yGhmaox#+K+a2?o~8r7X`ci0nbX-Xh#k`mU?18~IRSlH*yZqG@)r_) z5S7ZFbDyyn=kdbJS3^#JPSOW&8;}v^OYiMqxs5JDs2Q1s?=P_S2Y+__3+GV_9w1H- z+m7;r{FIh5-(Mc3gZ$fuU&xb-BYYR3o>g|#YvhrZcHERncA!u0UKh-#j?x`RavC^D z;WEkXoUjkG$qsv3KNyL70Jdc>=u^TIzw9-sJE5fIffcySy9Z@3&fLkewGJ zwM*ig<;$Y>3+G#_wEFN|9uvJZl8+fDcrM5VU)6D6n(bW7iv?Bvn$Ib>!Qj={4PV6- z7xXt0f3y6iVHb+KLybDTq~A}PbUku;eyunt$^v`pR~_R#tfK|XyXyp&t5qEs7yXp^ z0~~&PR3ZGp>xd-Sg>zSUj@@))mZSO4xGyU4wmtHk#jVD1Ki2Ut;7{A<+arGXb)WaT zHe?L~pZ-2{J>r5q)sc|Pzt!`A_saHY!_IV+;DGsldqxq?ck24*2Ic8&2kw@m@BOW9 z3Er<`WbP>X{(<9}PYO3fJ(p;nr_-P0R`NN*mA;(UKCyWz;#Qkq+~+;2VI26i!2$F3 zQ{GQ*&sDtt92fq1sU6PU6O4RQU+rpIXd%RQ=KAb_T;69l73(^+{=2sY-x(jQY{~j! z=f!xo^qVc>`-*~G*vs5kckugHo!GvG2k>5x1w)v(`5u!3eE;Oya@31hemK*P{N(6X z%HX{hbbUa)o7hhECHz2L$uIO}7+7YK-4rc@zJ`!qH>%shZby1E&r^_%d5Yqgf1ap| zsJ!UJdnA;&kF$?YCFUf!+H@O2@xYijbC5S1oYFRg@=Lm9_uz*+Yu%G4duTFL4gEd} z@@;{`lSlBpu&=`FT=l-*44f-^vADD!^q<+O1>;--A*b{zw z(dC@aB!_R`^ZfsIPSe3FO?{!W6#F3co*<5U>z55&Vi!=fgyd06;XLHd{GUY)`DM!# zi|K?f95uUG5MLQ8fAV@kGfwv@Ox{ZU20I`74<>)(YOzj_>_r!io`}<&&gHBkT0x1Ue> z>n?9klHCxkhV7;O=E6A{)N6^Mzr6;L98J>g9zdVB>$B^0(xb&LKYYl4OdT|m=2VFO zbu+>V7jH9K5ySs{cw$rbe$H|U{-6-OP#dp+BTMc(4(4e`IJ z?m#X)9(jgUdoOP${~^<7H~d}vH{PFU`}*r&!av5XBQRIxl zb0_&4)8=#x;i#D|vuS_0P<}KYxK%OjHgLlRxjtp2SB4p1x6!@5t562+7<_{9`;3E1 z9(2EtUc})Z3hfZDii5jt0-qG|yzh3xCqINR_@Rd{8P}&SJv)94$@ALm7{aZlgVcwU zzn{E9m*z4G!4H{N@R$z%L6l#JdE}zrs%bPgNU)XoNeRy+1Vl2=D~Wdne;ej4QnoCE zye61dKtCkBhN$>!9^zc9zw`=ozodF5jyPiv zKEZ9h%x-$Gkn^7`=zeXJ#;nACn8#L_JG{D_^QUiq-2x9P{ruZugMgF$@+8mOaRzYQ z>kaeqKAX0&K0Wf|xf6Fvna{o68w(tTCjsTKUsC&aN00gFH5MF4%{j+)y9b)M@Ar%= z_fJcB7{TK>*H=DNJ`enmYvT_45aP^z1;Mgq^~96dM*0-cpZ-2Fx)lEmo;#Zg3B(DJ zbyoE6V*T^cWQS9a+N`8M9jzLXr`^$D`kVY|c-y0|h{{Z?%NkwKY%h0t@2DWZH{YdS zH^NgBr|qVJrsCeheZSPKB1AJk7n(yX+NN%WeUFfcGfR$r@~K=Km43;VUi%{L#}a-1@62H}?KtA@bIu|bxczjb;>c22a7t#qY$xc%*g z$Xiv++fwzx8 z5QRm9X)%mAWN^V7!Z{5FCvcyKIJ^J$QeI;U9?6mG4>hEMt zej#pANQ(i!kUO#%yy~F%3zrGs+Dqb;nUZ<=Qrxz!2etBTLe!S|l*g>w^Ii*<}^Ys`?x zlb>k^Tz#*R>lRYyU@o0#UpN9dQ0{CV>PBZ?HGM(;=|{)0IG=)5xv1}J^`#Yl-f2_7 zdU~HXPCvNsvNiZUv4{0q)EkVldx$+)YU79TyrsUmo^-A+&Cw4ks<&#Q`H`ZXS`SD1 zb9FW?;G8PX484SS#j*7~%;AlX;(CMI`&_{n%B?HK`E-j?g8kp}m-9dp`4aYfctW45 zjC+E|EXib^`fLX86ZVnB%Q~z6B7doO-~rxCWyvw*Q627eBtk&&FyZ-NTJ1BiFR_b* z2>pCKisy=ZKCo0Iziw`L`8W30oe$ng_QLF_P7HmHQ_z^UR3}m^bjIhei*&H0=N@!v z4)fl1JePFrtP9`hKDTZ2#Jolo=V0jL<`=#U>eo|sz)+n(ZxO9y9gu1^YfMXTrN%cXw8yzD3TM`&8!b z-gOdtTU(#nLh{+Sj|}weUyCH*xi~GJ3z1!eJzJvgGJEQu7J@%;oghxo>%-usMqF$YPx3c%(@@k6 z*c`fnJY@V(u1oe0;XTPJb{k-siQyzF`?@dNRP+t(!pVo!*F+A})mE&C@a(m4+rG?x~oiPpVZ-Xng)_mbN& ziWi0}T&4v-;^<0K-PWZz)xJxK9PuOeX|}-iYwBLelRw`&JA(FO2)EJ;ktg_Z z?E%Y++DY&@XK(Mr`4&DKbjZ9}p0Btz7$0rMXSaNQ=-h0!?*XPCsqtG3>)>uZp;_+& zr~Gp!9`gLc1n-pQ^XuvQj`o`T=Ra<}>j!(f=qUa!4wrdIo$|sDr$6Y!?(|>|^lAlXX^{z_{|8hDrkU%9T`kM;ULe|lmg_VWtahk3r$^~0#g5~9~Kuj#v= z>%0m-J_jy4N$Y@??G&<&@%h3>AD$~!z046fGiDjb0Y=L|QlWvU=e&>i=R7WfpU`_+ z3p*}}XGAyg5*4I~PW8PrC_g;0Xg%%c6%H(i8vw@L(^*1(G;lm?6mv@94w)mDgv^>n14h{NJ~?+@ZJi0_J20F(13* z^SXv`-NoZJJP+!22=YL}5G#k+dAzY7xo7J6NP-ybcJml?AeCyXoN z_|;MJ=hD`!-?hmI*o7=h0ePd}y){suBeCCt*n{iKuKDubtGkh$A9}7I2RpS@k9oSV z*1TVOs;?Oppo>uLkh`!Rc-~|{?g4sV^N^+33#i!W&H08y zC&2GN*`khncw?#uz0+*U~H*tI{x-5GiP4>e&U=#1nvWY`Hz2N&z%zYZX z%#HRzisDr99r;DW%^JwR>+V^qOY-~hW+UvI7}Ws(PaEs4cw2IET-qzdGiQ;wT@9kW#~KucXM7|!bggBDalXix$WM4 zbf@~<@dKW=r24ki%V$TCzg?8|?*qj@i`<8HBfsOM_9&I&Av&&DgA4s&H<3)RAgyezz-rt_3fR7pP zf6IaN%Bs{6`(2E0Oa&hIm{eFrcB{izH}J;>p=D!9p6yrvGa~s|FwXuH*;&UOd~T9F zurNzfS0s%;k~Fb!PAEEl0{?%*JN~&X6F447YS$U|{AeuZnfzCuHF7W8M=9?zmU*H7 z>Z zVgB=~$#UK!YkM1Yx~gw2z_T1qhy+#HnZHc|NjAJM2ReY6`0GbJDn8$`fs!!}WR9o?9V@6;DuiDeC_?h&_U1 zPIOTt{T=82bPU}~;!m!dJ3NKs-_o!wp5L^?2X^&!3;sUoInO%Gd)K9Tnb;Ha;ZO5s zai3Sz_LIEN_lYOYHR{bS@MwRwbplQ~vXpr~O}9?K_nH=SkdHHZegJjxGiPh`rRVK$ z77Bl}V7LtCm8p@hm*>~*KE!#S^w@L2 z)h)Yh0B_uJj|%iEyo&pqYesKGel=+b?=fiXtPX$q^K=mW=cb>P3?S zo=0@Ktw(iWl*m zEZa`7{oOW|#j_I8VCs96wJ`ceWda={#>S z=aU-m8#(zE_Nw+^DEJg#39gMD2fHFVUiR9Ey5`x6>&Q-YJ2MRP5z1z*hW$$m*2Vo? zo`n4&qP^)=|KX)4+2fJR_alB8m-7g6vuOLxU34Fo1p`Kq|F^4pAWL}2 zdsRznNE2HQeS~^OnV2Zpr&X>Aok+f1x|Yk594~*9??9j9^;^Y?>Lg5lsL3wN;{k;-}X(x0&NpZENO zz9ofJ0|E4*Cb zug|(LUcTkd^94^o#}EGJKlWbZ`dBIcmBu+$AuCbuWnABu1|JDa-gAApuR7P;2Dx$` z>+oOht4$cqe8`8u?YQ^r#Xp&MIIGS3`C9gc-c?TQ4?L0F1^c~(*bY25=!?~DoX>O# z@3?g^&jXOutqEJ#^7~5VU8>*G_(7Uy-(k-2sgzgTd6?_XJ2ja@U*`N`J2O_D^}@r7 z=b&t?X8!Zf#B=a>#Wv4y9@4tni?g}@Kw2jvtv8YSfw0S*A9#MH1?*8>ULgGR_V(Ow zy){L`Th8V>0@sr@$mgAiy59Vj2dBVj>oKIOQdGD;E^ROR*iQG@-d5Y(G zD+b*JZq?cojybVCU6)-zf7C?usS8UbanX%#n8P8qU45SBqY9x1(Elxn5?)KnF9()# zJasN44)?HjAm>4(_aMEWV*>x&+c6EmV@fjy;T)UV1psHh9qkSImDJG)*L#G*-sCCo z2R{9DAqVdx%|k7e;Fy~Cm52k62Sh-R{8d;kC3!&Moo*`Z-JvZk?^^OE%no4LciH!ST4XK0J5_&qq@0*aqk4ZP)4y`K5K+8IMWp3Tykv;CZ(y zvpi;U9h8tMaNa0$4)=3>ScC@K}x`(=o zip?C~7!KA3kLoaZ>qhcd1AHc@z>Y8dkuHQI=tlg8GdpLpNDA%v%)ZgcZ{E~|b&oBXxs$3Km9eqr$%lqnM9=b6bSG{>#(;+_kXf9}1t3UvXN zWAwh!ISk*N^M}6QTJ7_F;xo=!+XAl+9~TS0*H350hP1xzjD4Oe;>%4FCX*bTwd;H)tQo(!j*F&xP|;4fi+SW8lV7~1 zI5Avv&OF4y-Iv#34y?pq>~dlGTBOW8$MMCX@Hda|@O=6*wUdYkp82-my;qXDh93#c zx11RP{#ld_NI`zB?b`9MOE*vOTtY|L!RQAYFy?b0@&0COES?Z=KR~Yd1U;vbu@Mnp zqH9#*Kf*P2>(WsV__S#*@O>Ze1&GV0e!3lt{U~X7yvYCdYNvs@oCB^5#@r+C(TXmF zj{^?scO*Qwc2M*o%FCQwvSZZk&X+|U#aYN7Ii6OVL-=IF^!Jg3pSRt5t4nxh)|&TM z$Sy21iF!f&fR)NU+6yc!k;KFK-93QYB6i%&A-qsls1N>PX4Tk7Bqw7Gx8xGOO*k(C zr?2U}YZB@6EJdz2JEVj9C2@$)Ma+{_4^4qx*ui-)(YEy~@bNu@tZ06kC|4s7+%v6r zXBqN0k~mDXZ*X#==k0c5Hs(fa|2m3zSz1@3)F%jX)!_#UEJcSIO0vYywClGTe44a> zW>e<>@~~SZ^$QW9>>tmFT*vY@)d6-(T1Ok2!+LjG7d)4c@5u3xG%p~rU!rn5E#OBF zN#BsK#ILQDsq4mrzq zcSJrm;2Ot&>)P|@=MT1k{g(2$$6ql{I@uh}6ULap-GWd;6!Yl+)06dK%=bv^V$L?gZU{fL>wzz;bvi*FbHcvj_sfSo!TmnwJ~+|n z#yjvO7Antpf7nC~-j7nud-kOK-Gd=%kayKlZGoqyxY(&B*AtJB@ZM5>t>`HCWse`c z3H(}-Qy17xRk=evceuY3;_`ppdw|c;_BzS)SB?4HP2aLSXv{v3c+Rx?O$GVG4MVjm z>Av$`o@D%%*Bkd$pPL1HG2m=kHRWf0M%JE{>A`fVWja6R3=Go9D!tzN2RC;j8z z%_4iXTjj-cveR?+%vebJJGu2nninJnxMn-h=iBt&QS*EF#&2s!`H3yZ8VpIEy}lnAMfm=x%Dy}9&A;C+ za}Mnf5>B{rpQ^O3%9Z1j|8PX0Cf7qq?2Op+YXSU~qK*>t@2_vbJ{9kGhu+1c7b0Jn zAJPwgQCdeLj44HdNO!MD)tHLTOUP!-YnuBExHj~ zmKUIpwX^$q;2mjy$fYxL(7z*ieT^bKkh8Q3ard1O+#hUj(PAOpZ>v$vqks0&NBxq; zzH;QH^b1qr=VJ;>(U%&poA{FUU0FPwMiH`TD$~o1eqK>+736aB65cO%rQq!TOU-s* znx>o&;n%fM3)hidSRH%)E#=FM9uC3Y;W3>8P%r0p=_c%g+`X~LpX&9oLfrFSD-!)8 z3y#I!15V*MU(~6JuO}WL`uI!WQlFOdzL7j=1S`BCIc_EUkmq1;%UBIQ*Zu|UkM{f} zm@9uwkN41inHC5fIrz_M_@~n0+ri(ISLH*G#(Vov-MCP_;SlhpnTi?s&z|)Mpx?*kNm+FMP2yqY39{?F;8Uf4MU1odu3d~J{rSbnjPsmCkj`n?nP*D zY6-to`o;u)eujjPiQeQ4e)Ieg?(@pKZVUf;=X?qGXPCHvZ#jIEd5B|mjGuH)F#bG{ z$2`fqP1_(>V~(AKy;hok5q`N&a6n$*&ym5vwV_{luC|nSD4pFGc%sj}-qhGD+`W_t zzxg4<2=!N;W~@ToHuliAyM!-vw2uJy&pfE(L;k@`ZX)V8txw#?9(^FyRs#R|T zXI;EE20X|)o5jFOt}B_xSs7FxYx*c3c+^FuVnm5<~>XCouTJ> zZ^EEocZOHPpNBJk6y6yB!+BQ^T!zoPP=&mkkbLP0;-S#?r-37KNAUdqyE9|(Ih6+< zA#NyJI)(RSswS&bd_4Ht$4}%JP5bqrg%P5H<`VGHZ=*J$UR-zGGT^XoW0&(h+4qy+ zw=-HY|8~n&3w%h+9A)s3iD_IXF=lY`B|4{jE%RWf`fPdpgyP{Z1Jj`|>PFLPew$EZ z(+_!B&vCkam|wm+VReV zeDcWhb(r(Bc=2Tys#iBLScCh^l$8g6_WJQY)Ljl-;evU7W{>(|?_JNHO0<7mbe=jp z8hhf)x1!%l&f_rf@sQ9Y8c-!p`C>+S6wzdE9WB-tN7?tt$J`kCeBf-IaT9Q^gZ4b1 zP479VIurGT2EO;O*R-PjX2fl$A8=e;de0Ye=SRi6uxBwdvERA*+*`x0T+;^*5jESU z1FwFUJ%%_?%0C~G)J@Kn@PbMA+aeA~_TfCsw0OTgbPp}AB-77}CQHTzTVcmf1$p>%;seo^~ucNk<*9l zz2Nr=e9heD+qaM%)b{uZ``N!kYwXY4Jg?OtI)4T8ZQxmDYyI#!!!DaFBYbJNH_wdD zx9=qXmh|`GT5T~;c8MfUF0pf>W*Q2!g%?w{BThd0hxfZl`~0MFx1>KpxHaYz{7!QF z7qXq3{dP7wZ_A3Cmt__ht7Ph28>zF^IHtTjiF#}KWx=AI<` zAsgL@_uA{_T|s_-i_Ycuq|cF6i!)UQ+lcBjdhi^{F}Hy$f7mQSd}B34iRT1M@}a?! z{AAXGd8miD;`Ro-{-&RNFXy-My!HKE8OKZdtVDI!;fPl^$#dRRco#_XnFO!J?B7-! zaGy^9#fynJ5DK!gfKQ9MJwhI!^qm9rNXoxwSIz|PJ9wS*WjBl#VLr=Z&JPHI68m=h z%lQATrx?a^8!YJ)39@H7kj{~~{B#)X^4+Q*z%hHD@m!|(D$eti^=gEig{tzL{R~N* zTcDo~z9eN4=b^qGYz;prt+ze(hrd5+DA&j3AH4>AcfUFWahXN`E~_YxG#c`V>aoQ3 zmAim1qCOxM&3OOH@`b>`+Y*__-Sm&=rR5q9 z#`7e-j)ELH`?I`1)y8`Xy4GAz;K}DI%vr&6HR__7C-vXKd8^o&%->1QSCk#f`+?RB z;d5^++J)yx3Hr)=gkoxuPrTPxANsxMHuzJ~c(@kk5*jIo#ZbOQN#Bp>dN#P>dzUn^ z{#={J{f8giHX}|usLK1hr|(z`|NedQXYejV=O~$zfB4?wE$UykX%F8|@@jWgp&a>` z`0EqNk9(Xvj`vM|jPpL_bU=LkL2nN7MKgC;0H^kG#=VLGiTi!&^9O1dqrO1t_66`}Q+IsnMDg0i z)5lG9pLZ9RPs_`qyntP0E1I+}x{vjzeh^WAxg+fK^gWIqq%VCp4T&Usz4)8XJo01H zSBLE(doq1Kg`1W*_}17Z7vbdG;q4cUhqN{oWGs_TVp)sW8!9a z7((acqULyx;--LmUpf&UkLtE&XESgXW2YMbAZW37cf39E)8jW5m(aPHn{@j^dV6fZ zhnwV2K3@}oe@0jyMgC;xumPF$|L2W)u$q3)-AYZB?sNUTbX|(q`%YMqMm)j(Q&X3o zZ^q#or`J%zLU_7~`#20s%JIDCJ-P4du}6Bt`(}K3HgE5;4b8uIQfZbg%_*|mV!49y zer{vOT%vfy+o1S6*~^IQ6S|Q7bk^C}L~`f9S{-vi>c2QO?xKY`fOd zG`P}$SfT0B9pJlZ5uE?tVafT4FQ<6k`}eCKp+`^Dk0DMgnhbpu^(HhSK78;4iw{Ik zv(tkJCk+}kx()f$o1@;t4mB+~3H$TmLr>(TCQdG)`MN@a@E1Jlr`2yD@5BAH@qE*o zE~R7Nrn?RJz(vR8^$1_RsZ)g9RIj`XKC#95PKdjvJ$)Na{pvbBl2HHK@dom3g02$B{u?%2{xr|$sDBJzL0mmO>m|wa{qw9xWo~uwd-f+fwjh1BTsYu2#iyzE z^Dfvm`w35@p2!1t)mwx7uVvAwRKiDt<@-m`bD5|`z(4s|4Y*5o%FVpTB+~z3<5Q`w zSd@G32Kymr2D2x}d5y!*~B^)VsQC$hY{O9s3=y!d}VBo{1o(pk)56o@??;Gqi<36rC zkFYOz`a9HJi^D!@okAVAzY+RY4d-{pdEGk`g}SM+E+Xd5FRG4fqPX7fg?$a_oyYJV zw!jO=uf8iuuq_HJaBn>J@flj z%P@aLNZgCPhs`(;{#NYt@&evxXG@;@srK>-?%U0V@z}T_Y`-qn%b|W*X7@qFr!SJY zZm-Yy!Qi7ZdvSbi{P7L*!Tkfkzcu}2{~q|0^DL5c7ftjIIuZ_O)Kv#hr2iR%y`}g@ zl;3FsJ6ZK63HH{=Ydvu04|hA?o2SwUg$U1JUAT zf8fZO+ZiwH=*n@@g7u68Bkr*rJy%HrZhc%j9dZ%yhW8itn%Exv`ua67RuoTlJLpTE z6rGDd)BhjEzaWM}-9p*GK%pGxG#rluyom+tfn9&Pa z8OMPE4`|2K+s>zR_=ddVDFdA5vyZJUdj5bvRIAKu-_bP}J;_sH!S!3_z+a33K1S+z z7?It!EhALAUN>S;K(oCe5I7J7`it_Q^BxU#x~kTvSmr^shi$~m`xL!`!9||=^p04>OTO<6pVsvC!~LKbJwu{Z;r>w{ zR;C&tucMQ@z0e>f2evx`|V3CT32 zu7(ivV(0Q(t32`WvIagD{KZjX5J8dImNrWZLltq>2KG0a6eoWvKI}}p2pOCyoDkRK zVo(z6{hbDBO|Q2+ZOkqg=kf<`q+gvsGf!O28AwlT@E;~9Z?ue!LbXr?lqf5`enN{p zC5^>rYpb>3Ol`L@#j|}Mq=8$}fu+voE8$w-7+E|!&GK^Bf)?K-WhwetMZWorukYSE zYVDF65B6X+hD1CWB$Vww(!p^wkfMWZ8ngFNd}<(L-#soE>Z zPHG~P$IHy-UE{Ila(UXAHeGG(0)lod92B`Kha3~p=&UKtwbPA6_pJkB%w*uEHeVk- zHuOMOt>>D(>hy)+9~o&Wb$gqxMlMrrzRa#FcGuM0?mAQ^BG|Jpm0#c$xb0%Dvk=}r zRpVAu5=ZF!X~NfJX}nSN>7e%8D{f4#q^WJ8kUKhp+pSfnL`GJf7b$vU{-i@-hO+=p zTklPKK(5W+$-o{?V@&T&h<#1kKNpVbT>Rg67PYu;%b2}koR}{#imI-~y_vMp|5$MO zfiN$*z6yyw<&K-sMcpnEM!$jSp6NuOF6IJhy*IzzkDdKx-S7(8(fvWE7VxKwcTUjc zmp{j`Q$26oTI)tCVRd|O#YMEPCrn?>Z`A_=W4RRpk{J!SnsX6K@@f9UP`gTX4p-c3 zK!E)r~g#!GU$7wuP#LMEJWGfi3mavU)>-&4Q z$EsYsS$C*oZL_@>9phNeChC(!HI|n7aU^*#c>a@DsgK@`z+=3QM%nqOAtqI7YXV~L zq$do$s=&1$zQMn{k_Xn1xYqe9@FWGm_{BFU7?GD4^$08aM*=2ge$hgP_(|$F4>QXG zA_61-UeMOtTZdsD-cslcT4IR0lk#h+v&rupbempG2`MmbUnx$P<2$TIeGlp9B zqL~$Ldxd6E&+$FBJ-4u%k@Bv_QFbHiQVrJhjqatU6G{l}d%m|ujtgZYf)_?o_{!YT za>J!0%VyG9R!a*#=*ObjI!%J0Jt9**$6oGZs2}$Vmh}tEqQ8NEpiRAJR0J(3v`;>7 z3zm0?Hdngon<>3a@AH-^GOnhlD-v}voPX=UPGXq1UHf_5C zJAzKl;;V_Gox@Z2)MedWJ0UCZd)EXELg>G~fc-pQf~{P9#P%pJZ?5g$&DEWT)Z6n? zMSpf@WfO%lDq)GTMdx%vnE;c8PuRcA-~4Qe*PNJt09_S7WJm-hETnEq1WxRZn~z7{9$?mYwI&M?^ZQ` zhVon5ZWHQVcYUW!O!as;~@SizA`<8i&$vDk;|qTxdZreng(^uNg~y+{59&zZ>|1% z+)I8y+2hv@=h`P=x`CgnCim^rw3nsTMvs`ju$f-gruW}gt0AKRPp&E1dasFP7$fs( zAr=MbOF+8Nz9sX!61h(j0f zO(Jifp3BL4%N{oge}G|%s2Ly|+rNmDqhSE>M|5cxb0~z2=qQzP<)jodeSN#*AavDV%n zq~ez=Wi~@a=&ryJ~I=8D9c$JPY7BiD;@V)oL0>%1CRs zAZ(rVV4$@H`RS_qoD{0tNU8GY$BTfYyPH#C6#n3iNDI!mF)&2vSTWU>3hkJ<;QcshraC_N5|7FJ7nX@4afi&MRAHMzE53{?OL} zqW@?lW|_390_R24I3i8*3`89&p8Y<_t|5E3y%{3F6xEL=$_fMbHNw}R^-4Qc7r|fg zb^pN%|0Bx%x&&U;q0Ok4jg{U2`gza*7@Cv!H}%aLap}0(i%qI5b zQp0kjG2w*ANXT3ociz=c?+~;?GlpI{3IWPt8waOpjfIj^FJf1m$!n6SfD=)C{f7Zr zZ@Or*HXVDgI0aHX8$*3~NcB0!Q=WT>rXs#Qoj7cJHRaj<@a#!eI}>d;7kR2*3u10R zC9ZXICW(o-X|y<>d~Mk;s;KeagSOTRlor2FUPH0kaYY2TmaIg%0qz_pFj4s7JK&Ji z+`~)oP;ln(NwnKFCy;k?h^F9GLO>iW=9fVs*u)=gh_B}CjarDep&!@G_jisr|6A)E9Q#9?rm`j~Nt`zj;aSccetto19AQyU7b)ge})>U?MHWB7ts`ns3cyT-YiD6zcx25#PWkC`3YMzldf^;d@bQ5>^~0Ic|< zu$9C>L_!!iNWf~Doe_Jim=xuYE0%1$W7=}%5kyJ(fVdclf9i91!^be#%^xC0yh@hz zeVuhpwkhC!*Qu6fU*pPt1>IjdPcw<^|xwt$#ID;QP)<37Pi*ODW>;meD-mriN_g7-Xl~04I$q7F^r<`8aNfd^=@g& z7qk6PXG#AkauPm)$U`iCJ5ebD{50@Wu8CTy=PPvq_R~5*lJe_ua->$^+CrE>Kvutg zao-(mAG}?AhtXIi(X zdq-V9s0$>S&FcYduYBN2Fn+ix(;GmR;^~PP$qcKz@Jj|&B4|v!-ixBvZL4Vh$vNX% zZr4JCv0l|38DQ)L`iM;s>Qn>hvyVLX>Pq=fwPmKnQ?*>uHNUdKd@iinAMiAJd4 zVKecou7idfsyosjfHf`iJaaRyI^H=)s;l)4w)JMhIf{Ud(&0u(Oh9h5%s_$P#H;hE zg1YHMm|~JUvMHB$-JV|Iu`;Y&Cx&L>(j+&q7Q{Dqgv0N%T1J)*es#}HoyT@R?Fx@Z z954;j9o}8q6OGeD?h&za~$GO&4C)g`+WmPKkOb6h6%`a0|e!HiGK9c@PNo4gB z5#AdaA~9ymh$235a(%WbxU$ z{eE0u)5d7lsxrbtp7_kF{B0Q&*|mRX7Ct1%?G&d=QUgECNlt54DSufn6Mx`;hTc!G zcY3_#1>Vg~C?w;!ThfM7@sA?(5DtRoBHODZ!rqq@wc2s8BD+lMd{yF>7bX5*MX^cs z*Q0^*ugvbZz`Dj_?&!roO%+^zhpgI<-GBS20e53Te&4;s5yRFJ{N-l3a zY%>*5%9VlD{J z9jx{J4c%fEr4b;$k2P`JM_Aht*#CZH((a%<^C-an7Cz^{X9Pr_*aH?Vu57~wD{Y(- z%Jlgt0g4IKAoQLGa&K$%V!h#kYihr~MFbHfT4v=1*_dhFN0<{kK|2-|*2BD>!vRpa z#hy(LQRuYDz%I!>Wh0{XtjUd@@{y644r1Hpazn$5o75nh)t}S|FJu5$X5naP`PfU5 z-wJ`DA%3S9!nQGdKcr{s)2QIftyWZI(8Uq%gWYxR+Qiu{eb7Nz=?sAj9feqB+6KXQ z6AudgiuKMtJF(;x#onTMQtz{?Ze&oee^b6Jfpa#I-DE(tti1yuCz|o(H<2~1}M)yrkwF4 zzLFz7x`sGQkygJ`$x?*7f4AdlawWwi z*-8oQ)c(gY=>a*A0H_ltHCEZ4+J-lIn#qd9FiA;;Un~pk{t9is_~6rH)glMe<$UN& zYsjACS@stRG!Cr1^sonUZ~G68?XFH4t3Bgn?NahLKxPI>otiML`XZ@QWzrG=MJ=)f({v%sC zX@vV8S=AEH%3*|2F0`0jjQ$B3rg@hmP2wJokpC<)zQt=p?{n+I$jH8@v5cjjPD2@(9cc^Upn5$qb8NFwQ`{y?;&5arI1@C z=KhTqTJBOp@}o_i4ZwXkDabcSRR!i`+^KH%bdz?CJH2Kk(1gwU*N)K{l%r3$wG<|r z&g4Yc`DY|Y2DWsWC@mDkZ4ExFPkF>#xJXk}JRsE+!8=$x1cRQY-0T-2l1R-HhJSczSbh~d~dBi5W=6dC?Xayg6PWX7y zZ&0%@XF+%;p5L-H;>aOGmD!Se z(uMRL_TT&r)cp?v*rCiI$P<8RaHgu(_5bJ{28X1IA5hgQO?&vd?Hbgpn)Lc)Te7eY4Cb?c= zAA+aWc%LRYU72G%SS5}_oZzZ|igf|x`fE#NkH;^^!kiv(LseB2y@K5O!oVK>U2J}X zxD64{XuyZDq>;?X8BM<<#Y*{vLpH#rpID)7pXC&nu)o@uyYl5sp`O1&Kq_Z{cV-z$ zZg_yh(O#VW$&(xwJ;PEIDdf@QH6Yo_`u6KPM}Ap(uQ-A+tMe&Qxd9l+St8mO1jBcE zw!e|zHeA@SEhheIBCH5M|KN|xDC1pn;T3rxJ!{*rT40%c86tumJwZQ)<(3mPx@vYn zYIZk5fJW?3#Zebo-%bOP0*gO_$5B3NJK4y7n|jE`S&YSYqaY3XF4q$g>wEi6Oqt3qvwQMZtf-o>I#5%87v!8}!q}cE_LMZ$Y=Zeh3eQdSrYDcKmYJa7roF>-Tx7jV3wii6>bM~sZrw{x670NUNlrKjs z4(~nWH0rdtFs&Asc^C<@2N2CDd^W*g{&VekZjI~QZ^&Tu8INagQS%g8xyHRf7=xX)byP|`^Q=(d z)WVR;$Td}UtVY^ey2

3m}mv%IWvCDBt)yU6VEaat8LGeP(S+%fg!xXmOwQunSqD zSHrjax5aG4>x0+NwQrf~mh!1Dw<>i}*_&fQ1l0@LILGqZq9E3%B)-X$hd6Yw4cu9} zH$4gOF(1&*-S@wYzEYaQ-R7xMa|a`43I20?raweWz-6ADJabuJE{>E(Q0qR&70m>N2GKf_-Ox z2;&Gfy@5SoRjgNkGOMb7QhPsiF)2mXJ8k!I3qCShO!(JH88Ao~-rPQ=U#0hre%?dG z8q@Fc85gnh+VzrK7UDGwu)yw|jkqoQHPb2*_)l>Eo$tR3GQD?-#OdcsEhxygUAVgc zKwOfUu7dh8k1i{hEzMu9@Z*79Vh!oj*fZT;>7S3fXEhbJ5dWrpkL?r8b2_0{LQWWJhPREyn=Cc1SZruFBqo+|9%wCc}nHmd76eI z<#46JRg2fhR5QUXUie&k%|gfHZYif5WM|UoKuZJnn0hmFIluQ#W1tU=#Qdk3zfEMw z_VE;Qy0jo`ovapZ$eFqjg4qK^?6{{PI1q^vyOBcGv7YC&ScTlNJG}Q5q(Abm>@EiD2vt08PLxC8Cv_+S-llLOuurbrSaf+>oy2@YrYeW(4d zZ2eE&JfG>ePsOKWdAL=_HTa5NY-kOjHx^iPUOC5TxU}DAjQ3sM;)KL64Sd1|NbH%q zrXO9tazx}4{jQIqXr7(5sgF5w%Fj*#^Vj8HLVn3Fi^`3!964MHRO~Xy>%`5mVVs$D z&8i4}JC_m(XyvI<}qRYbP#z%FXCnEAZwZ{>`x3!c#>bVTZ}+ zmpPAqLiX&ypB6CREpv*cpmB-f1q!4bEuWu5V$fRr3twf_12AoBL(dfHy8c@RKr3zW zu{p6Vq9>SM0=eCRIJsu4>6eB0K%Qvhi`HLdhVn)q{ger;L(_L)LVknXldMC&`XhCN z0$R`3z@y05tQq)Y?)FaOb-sXRVUF{$+d%t&FU<{bH|k4;mUUMFh}w@k6>NfiK}zC6 zNg4rIe58bgkH`0Y=QYgOxy1qMR}Qy+Zjg66{7OG|BX)^FSGCl}(??D->qAmn0^N?w zg^gK=+<6`c^}t%C=|eNn*pU2$5&dJv&!{%75%x~=Xwp$^xNLyA&PfW2Aq?*PRhQc2 zD0>6?AK+Eb_ViPJykb(-5;B?3<%<~(wjzvG`Z0AvceJk!liTZ>nS#dD&0*3Ug z-_|M?$JI5HLIM6qxqxAJp_W4m1py;lD|TUO-IEt;?19fJp;D? z=OGloVfXt0~v$3i?cD@<1MOgXjLG)6=b>hrD)`cxT&zEf=U0TG(elAadcd$*gAd+9tip zOQKx&qZz|mgBJ_RJe377fz-Oa&lNX4$u_y2_&Ukw6pEb3RZ< zoUUmuaXpWYJ}aI5Zp{N&+&Z$q9s;Ho9}17=q&=v+)QG8LU)cLSiKx2tjp_Qw>H5x= z#e{Aknlj%{&RV#rx-;R;fAjpT#g}J2u)-<$!D2XWHnT34b@xT!F@I#Ri99^Mq12|N zOlU&oEeLEBOL+97zC&t>K5#iU++Sog-Zz2|0jw!9=C(`q1t)N9mTZq7J*_-kd01T1 z1)|7z4EQ?KXzfWu!Mm_E$!*QCH-$1T~lD%V+#6~jets%C>?EZTH zcbF0&@<1cfQm5lrDyQwSQnDbqims!M`TvYQTRT$xfz?!3p`j&MegWdj6xadCe}p z&_(d1fERz;Ta?2bDMs_E+PQ!k#bj2^ciFpFHkR;+*X1$_LI8w*VCRpnbKBx+B%j?1 z{cdkSU9aieAw76+e@Ebk{y}6_I}+nEiW@UKk98cHKjSa^7F6!Aabo00`YZN;T>UU( zL>iOsOgTY|&%q&D21(jD$up_JU@DkwH+)SjPo5!Q>sUaIqWzX>L95@`=?G z!L}fyA2@;?Fb^6EcxRsu@yXv)Q7T3Zy$=t&w2_ieTk+Nq+PwtU_)EN`oV1v&mSatO zK9?6*b!q2ZoJo3J%7(x1-TxNY)|R7kP#u$H{xzYI1-2YigmUkKnh9|OBUS3ZKKdm?T(Jn8tL_>YuMXnH|oY9*qk+y_Rp$lv^k zdUM!-pNy{}s8@on0Wu!20l~v}zqQ_lOMF+h0W^jZH<@qkzyYL=2f6zgUdN)9;hG2T zjpM!t6&nKF~wC|c2ojtknvP~3+&M|v@ns9MfAtT+16Gt>!yht!37`L7T%l6Ode5I)Od@{TY z_C#HybS+e_7VdQ6`2yA8cl}=n*j`&(=kqQ5O4t3ie9UZwp891H{ueeSvKQR&)Jjhj zTYU4K?*3?<_2an%+6Sz7sV{Mw+#eqJJ%&f^WTVhZ7d^C5-yKwZ)aNid>mWLuoxIVv zet-SoN#|U9@_g6wy3$I|mHqO{b;*~0$Tw2|A+Z!lZEC-w_853fa$0uL+kA7=!Hi-X;9mqV(=fUEsi&Y3u;GFT`ATfqFA93|4ZIyfc z0Df7^Wj{W^lO(%CH3+!BGKDv1dig8(`r1t*9BC8#pNQNa_z>_D-fbZNbdNf|s+^A? zgP#S0bzw^`^<3ihS(OV*!vpsz>qE$H$_wL1Rf_%aLY;Om3vtXsz{R(ATn2BP`uD7? zXKnRADv&$5WokQ=$A+`($w`%m1B-t%Zp|6~$m(XaFpr4}2L$saj*3X(s^eJJ6Oykp zdi$k$$WoA`m_Y!*Wl(w#{)YBKXAyGcqEBu!%t4lR=Yns@f^-^Lem6hMK{kXAL@XO5 z4wX6qDgRO9O=vz%hPJxRKCV^5?otXr(#38zEbJ5RPF z<)E?a5Jvb-{4uQUqP^J_d4Qgx6kv*}vSaa>s3ddl#?`EyUKjm2fhfO^l?B3IS(sh_ zO_{~9E1y$~vVjXMt;Dzx^|3HSzY^COarNUeg&$n3cpfk^YRR{+AEjQ-S)6ZV7z`A;j^bD)~CV{%VO0wk}V z!R*_nmmk^qK#==oYz(reD6}C)smlt^bWX<@(Tz&SdJiXvntw`JVp6SR0)*uMS#6+| z)eH1xHqe}FbL%6U*lZEWUPZ(e(>~d;y?27Tsa2K7=~ls4qJ`&ZiCVIXDf36_r!xH)!g-+|NkQa6eU#U}7#F4bL=40ts<@#6EwezA4% zc~pbO@*#kkq~!y_YX-ku%{3xSZ8GX!N--*^Sq{jI+jq^3x}vOOEv5!Z-DpfC$A-JIsDXZ70{Kju_VfXyvIJ%DCaN^JhGK2dNZx5bS`N5};suSm$27c>X@- zzuEPn*-xVEw9UZ2$;C(wnmryLGohchJuhWW63xU-Uxw-?)W-rJ2SwJ~^~=QWjBP@H z>#`f?t1;DC^4G>um)_N1HN>VGLyOR#_VkU`HGMgsHmV-IlEw2+PX+jHf1X5)u|HH2uho7+?Qu4i$!5yQ(3Xd9<1g^A+gK2y5s z3t4+%m^pBvfR{-(mt#`>5lcfzG1bF`JygnRRWlx$8`Oas$4_HHu?r6Or0Yueh4{ilRzn(tp~!JjQ5@bw4H z;qD~`bmoy=KLM406X>G(Mnn4-mk2?(f~Z0@wHe@U;WZqhucLWR#MEX%`@XsEy;gt` z^IGs|8ORnGaFX=)G+2sy>*-Cjp^Wh)ZM})E;o<2}bDfP@ByqQ4Z-s2o!;f^5X!6EL zfP6f`xaw7RhH@l|+4w^qgfEX@znp?_ngzrVd5*=4yXntXGCk`3hBLNnE8^}C(JmjU zTCP6W;`LhpTev<~^q(!J^ZAsKm02JVr~G{ka^_fTmvL0qC)$J^-J*KR~kD z4$$$Rri>XtVmR` z3oR)G;Bvhe8F>X4mZSP93mC-wNNOQuRZ_We>N5$rIH}_<;2v`{Yr;!7mSOqzBqC_ z6lR?<{5LiIgl4x`vzq|=!W0EF{@3@5<2H%(kPH)0lY9gi8N?9pC!uYE{PX%-TuVeD zy*f>@%Q{r#?Xix)@!;|*f5^aIU`I04OEid(=771ShQIVG8{!gho8-`v$lTOMTfaWt z&J?jednI@O)lN(!p%k@{tiyU7t^5LmW&rHZF6FLQEzNnA=TS3)E1qv$6Rn%b;F+!A zJQwlsWVWu5PBM?=?zLx(HEolFyK~~hPl1I0@f7_q?IAW~gqhAUIdrvVx@3W5kW){f zYAd5Qh$d8g@K8vpKzRxQYE*`j$#kOuNqf1}uR-R(w`GFf*weQ&RZ48& zpI~3hf0neqbDZH$TR4XKHKPkG~W`r`TE*f4sy`>6$FS}tf zT;y{H8|6i*oZsQdIy$<~LUv9}~(Q|txzm_7z4*3?Cr?{B+iuqzhg}s{;G%YD?ZixLnFsJ%zJT$G9POiHi zd8#qH!bEC*^X9H*JXphSEN$69&?id7Tr)Ab)9VEI?8BpG+Ss-#&H3d4!48M4D8{4L z(&v`nsx>r31MV`z8qFRj-0|D^9o zW37}t8N$o_S5ZaTZVL`$XXo<5Ih#ScEH7<*5>4+o1z2r3XdI=#KKpS+%o3~;tzbhz z3X%p{HvPyTmMo`x^9DscGx+ldi2B;% zJ>C+BF(~&@arU2A*B8n&_8UG0OOdd1>5~DQ`WTm{*Htp(q!(NKGHvglEA+oOJrGOa z>|j4{y2p7OvN&n^FSc0*=<)2?DGDT77RoWu`nx#SrM?ITT)fm&Ja&;XJvzkO@W@HG z-udiu{?h8f_xxeu(`up{GkQKH$LEV*-R2)5-$$l;$BCakW7p%>IQ8xLs*4`@$CT>> zzy3XR4?z{wZG5PI5q(4@gBhxUY0WjSIpfujz2U<%z;g1)qMbhXW4=M6Sd7XkKCs+o zza4+L#mE0e06aAxskx}b4L*g$`nQRW54#o~$Yee|yRh*NtFT8kLyya$xy-jhoWRo! zyuiNpLoDRf=W8M(knWri@_3)RP3NxMUl}d)#+~EK?hR4P485@n7}3Ijmy#69(!bA5 zn#q4C1)}4XskC!IgblyV=UV?08=tBte9lcs_TQc)kF7Cz=Qfwje6~(DVkY8fOFi&o zZPWA~R|7{U1?ita3_`N?<6}b|R{}dWNi&xCyU;n##LB_auzCNZ6ERbL1mH9K}u1t<#4KmQX49xJpF7i=a z)GeHC53FVa$eu6KvHP6K!s3%6P*@vV9_($@B+50?5wNLu)}}t=Q9WyE=j?Ng1Sj$n zrho3n#=x!ctw6ziL?1L)^(BWiRCTU|P%P>$bFj9w9mVJ4y7}y!opH<@wM|R0x1U8Q7DcweUbL>8HdB=3i zdcQ(f*w@dJudV-1jEw))>?f9djH?AH%NNSVPR17$pDbGU0Il@Hx&$k5O>_Z)XQP4ec6v zs{ec!cMN`HHA`qUitFW$066YT#26k_|V}f^bnX+BnY+V~Armm+XE?MSu zoc~?>?wc9h&cIoh+6R&Aj3HrUGlHdEaL9%{ltip}G9fXSVHQrQC&Lo-N;z+V`7>+l z7g~5)wi9m7`S}&k2b5W6&ooI&S>xc~clW+G0eTSo{mg+JEi<^M?%JF7#>~!E89Rjc z8H)3zkXs_`a8JZv{zwQ&J(B*R>&Y^{{CCY3{01)l#0}Fc;j(o95aOqq%0>1Mem(!J zucoUCefj~HejTY}s@BLZvcmW~Bk^^1N3#CFg_+pvu5rI4>WduX%){}W{?G`}UM0WB z&EF&@bwVakvNViYS6I`ynL;xQG<60o_eSSMzj^7lSVxv3%S`~1YH&q8vfFp)J92aS zYrdopSy^LkyK&J2>nDQFw~u{fyYge#I@!v_e4N8}E7wM)>u(j4k5azeX@G(=3==NW zp0bdB=V(KPAJ-W&y*Bq`oWAztWiQfjMNSw%y%L_<@*fBOZS!o#7{BFg_?f9>_ChTn za7&<2P%Z_2<~oW7jHb!;cI|#_`1u|yM4FhO@h>v!`KfoMUGI{4qDc6|SxTc1_7}6w zwP?ojseW(a`8^2(b(8i2JEYoI#ji|sCC6pyZp}@Dh3_!g=!dUE)CTGZNZGlK7td@+ zY{24?{ZPY5(>eQ}AFsRP|FjmDfwged0KdhO8QNe9InFTP5Vjvyl^wF5LqF=|8`anh#DS}uy;PPDi&3aAs*jHwRKM-$Q*TZZ z&s^i`#4SACHdpxxKAl%)6IE9i5G#k6AuBAO*E{ey5hUK+B*bfHxvM#la7$hJS1?L8 zU%A+t3ya4P5RsYmyD@?{#HN}LfcP+CJg9BYFZzORfwhFe@$$Kh4ray0htQMvwaUY% zY%auvR`Ev_geUm4+kwqpr~P((_SV|`IxOQknjXsOLSj$z9#Ode1!qp;6pQr8TTI^+pe z&6aiJ#fMk<0&dk!-`!|-E<15~)~ccbs@Y-yo~k-@U@rBo=3^t71;!fx-OAY1`2B?( z5T!{WJIqb^Yc9logkIw2vPN3W7XoX;8&&eo56qM$QrED``b~+G9Pf*~Cq-_iP27}! zV{UD)v@_#2b*69Z3zk+Q#Gd~6ZeDo4FF8fI&Yb1;{mBv53ciUodq{mxeLGoYUUL^v z+ytC-hinNl{+7!x5QEGfIzuwux3qEbTAcxElT74Yo6@-5$L}TWX&>Al7;Ko$ab6ns z35pT*(tbW9%1(!_U*>G|7-rb3p^om(F=VL)!Uj(`OqspMbpLA@YQy@ueYv_ruc7>g zZpUAOZkAvO0b{5oo~~J`U1Gp#+WDcQK=do;dUf^2 zqcf_U_y3(ECTLWN`_Cl>?)38;Y}OtoVWQ*vt}S_qoBmrP&{O!xSU7?haKC)4{4!qd zH@3s;;$if)t(qmbAQF0}$4fNs?zWVHlixDIc-HS$#>M)FQ+Ir?`U%mPi#kT+{y&%| z{-35f)iSN(ctDR$ZKM|BYrC4nqsu>+yFEd$Qa+X;>mtT6d2;*oZ21s@XCr*BRDw4C zu1si8EN;5tGeh8RuASs3Gpq8*?dCf3)j2(4O_{7j6PlM+F8=u?dqbN}o} zkj1sXJLGq@v!t}{o(@CnzQ54N13vTmPsaEKKM6q}7bxRjcmy|c^z zZLQRrEc=fW{)y&3TH=1kZuR6|dgN4I-(xwZ|I*n`b;z5okD#}zmknq093w%8H0QUk z96u&1U}bkO!mc>La5CJOazPQ-l4HZ_4_tm)?oF2g-Y zPyIdy8|aJ1LJ()QH2MY)zs#Z+oWUZRrzEf)u+Aj<1=;KGiS*Ersx-SYZtn(2%s+4Y7jS1|@!1AR%=Xp7 z#dzT9WZkdOpIMZCp(HM;a#3%2Nd+w&6u2SLM_-F+v)4-57^(V{(>I!b0zEC&gjn!7 zr_-eWqp)c>Vp%`zO5Xl%YQ4%9yi}g}cC782jP*zWThNClk=1$vt!H6;#4Wy!_-%9a z+q>HQznLrPCwqJWVeHlGds@qr$}6C7{N^@PWd3?7P8(*@M*m#jsZ4w*xi4-h*kPu(meM*f&;#Cg*;XiM&YHsqegQ(y6>O+}Wbgkt`up@{)rGo@ zXEvQFW9E`{mF%ZIiX)-m+BSNwI%ux25;IrLHb%n9;%~}}J~*W`+?0g%q#0AXoCaW; z$wzMsPhLKflV8!4e_9*zY?$xj3&7SchmVe}KYA@XTg{tkNDge}v;W)|?AcB*)BOX&6;jjd?JW*{AmSeDS=lx$I8!ByMpQ4G<;tYj(mm!!o z_mAcc-c^X*xF;g7e+l>u@gMWKsHgzvwyp2U#XQ%Vh}xBG{?1a;^?B7X(O;`^2PEv0 zVomaWmdqA34t6;ez5VvkHsekn;m}-61`)SS*Tg2x*&R;<8N8J3dNM%JnKW}V;5^)o z)T6x9*;6kCjCpQS{0?5;bSu~Nxi{{P{?&|ujA7&`NKCLce5S4fB@Mb34S z6rtQKB)`5wQc;d2Mb5byw&lo?W9f36qjF!#J)3*(Dfc<|oEwH+w*9=Gf1m%K*Yo+j zKks*bu20{?Rb%?!fP!Lq%EwMhtoN8@#n^I<_y9J?UztWcZr6B>;F&)1_S8X;v--TQ zc2V&$q|9dD!CrrJ);5X<5hPR)MlySON8a`^^w=zX@WcvE5uE|Z+G)O42AI;!f*!m_ z=-{p|Tp8ojEP17uyrU9*f!T4i^3F3)C3sz~Phb3y-0co)&$ffq`aS^Hv!bx2m92F;{0WDiypEyiRicg&9BRFcn#O^fS_g??q^ zSarn>_i6GpZ9v4#VBQ935anY>FId0aY{J*>2%(nZ2*nHbw#Zxr&T(0kJrdpBeY(iC z>#kxmBV60Hf7BpWcRIf4ov8-$n#EPsCCcB*q#AxtoY!1d)?ZB)A%+%i>1+7j>r{gV zqs9mNe68wsvszFVqFq%XA2QZV*v4)iGP|GiZYixN>A-?{3bY`Y9vXz{nOm@# z+-s7sglU5EueJgL;|?nFK>0f2li&AlF7mC{bi5y&S8G>z1jK}ie*EaUGWM5nbonR^ zEq1_x%dUmonS9Zdwz->e9MPpGaK74ZK3{HPGn=P5ci9|QAL*vp7keC@tUWF0-9A-q zQBj2jiH9TNx`|MI9uKRFb^6NNMCP%7v~8X#VxG4r98m%Y9GZvp#Ex?s z?dCCbYr6qV>}*z2K=+>No?CSD%l%@)pgT7ed9*vdq`ec-Ih_#VK&Ga>W%y4XzpZ zvOV57%XxF@zsZmrikU}oW}1WZ(id#z2oWPX`8h~$qjOs>XW-8@xSUVdsh_1x ziLN*&BHXUFjO<5LtTZ?)UD&s!0#D@uG=(7G8-Ypr1AO zZTiLV+ZsKDAPo$De4n$A{PTS7#nb=ZdSisKP!82_Ie)O0xQ~4QC2C9M<^9m_J1VMlt2ppLY0q?7X$D-X`oCMv63$m(k9y`;IHROiq+t$p-c~`;XTz@x!=`F#e?* zZ!RDHdiPn*_n5D>*0ycQY()6R?N@-tPu`ph+t3BGm0pkhN9uBL+@p$) z(4FTIR$S(xDj#`}pCsoy{NG7FCSLC$>Kzk$BD2p&RB=VBtt?X~D15%bMJjp1#Ph59 zJMdMJuowWP4So;gY9eTXzgaHDqpe{UL8pD3H>+^Yml!y@va~XNkIGQR0uD~ODm=R= zmjzU%o+JLGMDw&^o*|GY zX2lT^%WrX>D}kUlzpltY_b-d@^z(juqf`4h^rIK*y6W@^d>&z8Lz7XzYgO)G6>;}5 z=js7EriFju0yFau_Ju~kck0h5u=A`V^>`Wn+nm_^gv~&s=*b+g#W1kJPkhZPR(Q;0 zPX>L4${PNCZJ>&wIwmcde-NevQ}+~X1gm6jJi#KtT_Ga^sfY$ov^cHe9z=7YE`5f) z5UN*01~B*Q-f6E(wv%oZzBaSfa323(aGCbslys$+b<#PyUIvS=%M|*UO}sm6&Hui0 z7Z}l(?$g#bAn;~X%B>f#%>$a^^d*-jR#uViI^kP^velP$LqtJmcWDJo<+;vwu?#ty zp5xu^CjtLEv5?4IE8rFWop|R&GAOv7pDL5vyf6DLKr@DT-qII}FW_AIZ;6l4A=qqj z%K*}v#b?vkFhq5_^#=YYjtE%dnPt0ju}XE<+e4O~k7jdvlrlC_SeJhU7oBq>X*elCvc!P`lFXG|0RI* zNb*5C{t{f?>rcV+AOY&sU_KY^;RIJwMb#8u#oW4T?k>eXq^=xe{#fxqZ+)*Zw$8A( zDNyuaZtdNZF)S zk?PNRk{5h;KDkF_z&KI#alS?Bq5vWrJ`qX%i0jjr$`jQ+Ri_2JFTb?bRf>+-N<-n6 z3HcX3i}c#pjB6JJxZfd}BBCxW+@b%EtBdkKhl`9vOg}JD2iYC<$KTJhhzr{WS%Os^ zv$y pgJFQ6~-$ng^~tlsx)9lCcfuhaS?1H@%DrMk#U^g1N@*>j9io_^L~56W9!ox!>3zoVH(f$31T4fRzFLS z=o$oa_hehNrwhO}eu|WPpx-Pz?`}wrdczf7Fm)GJaVDC0MQS5&5S+J4M4$`*RdMZo zkiAJBOQ;oGlyj}Q>H}6Zhjhv5CdEH0aPq`aC!zay;%XsU*bozFYe*ukcvx@6Psdrrd)k(B+ zm8l(w$-~P+#<+aszsW5x;kw+6YZf%UTzkM_>55=S&_(q?>Aj%2R@18gdHQKTx`%p_ zj7d?DGowF2WG;DTlt?etlX;}ea9hv0pzA+J0{G|A`o`Zk90-olHiN}~8?KF8dVYPu zgZbCY_Pjl_F?ZZP1z(7$7aU2B?Y%i*sh@aeJA>$PjpzD3_-NW3`L+8&_bqBV%8`NE z)%m zShU$(Fk~h(26#3eT0U{!JPR*6*c>9;C^hB76R^DMx#Yb5JERT2Wje<=XU>(?sHygo zbxCVXRAQj3R_&##*;HdRg%<^JS)>HU&mHdMh*X&5t_>-CqW+8Li5Ys$+@5CKp$dE| zM+>9P4@Vq_1!ANZom&ATrA+|abxXxHU)n$J5Q=WT!n*A4N7eUov%D;xqorsI%aiV1 zRDk%qu_w*^CSm{u8BX?eHv{h42X4dY+B5T5Em+rsEIE}3raosj6vM$`)>5Q|_z}I39<|XH=zjNKp=1og& zNCBuelh`J$6tb<>0<|yXrvqTDu=_=qNt!O%>6FAc|7ZM zN*4teu=Qs4WmB{+Tenw|b-Wdj97=Pp55Kzf?Z?5(kmJOBicB8(sYVk-*~_G#7qH5L zG|I%3_o_Qq#BI|;cs5}eiqSMBHNtlup;&m*pzMuIXRCSek@%i-AU9x`pJ?Cb`*dV@ zo@y!Pi*BfjrEm%#P8*+@Nn?sC>b{oQ*p+qcGGsgWc12&A()QjPd_Vh!_X>5psbEyE zgM;{$pl3Fp6{@>*kVWBdpYeYn(Z#G4@n{*!M=Y_6|0UgW0OOB>fqUz(&bLoAwSFrA z*>}0t9t)uM?p<4L9CR0n(!lyVNpEI+M*&w5@|%qxv|{eo3d%mQpK_nRN2}Mbj`~rT zTWBWP%4hK84Bqaa-Key8h0)5jENz|JQr>L`vC}~5wbuP(V>a8EWRSv>_t6hH1unVN zY04L7c~2;mZU2;qfoq2&Nsd{_tg=(OjWaOby+6d!iEVY<5)}CY$r9HvD!Xr+%Hh@R+ulXw&n_*q#n^LQ} zsQ?2b`)4X41x_wP0}86>Ym4b->}CriEvabRqe#IFCHBP}lPb6j&4HkzxAD^N_(J50 z|49UA=zN0~Mqq3MGwY4G&Gt22chg9D@4D{LG!sOM3q9}Ejk(?3oEin{m|Ir;R1O+4 zyXE;>@k`(2n`!(3J`@}9nRUD);xG2v5BMU~U)Dft3nqMHYEOUW!B|ImA;5OKsgJej zsP;oz4g}hPXs&D&2rY;1hGPXzcPlnXF%B}fBifMHDijb^h*lvXLhvWXT8F5nf;R`G z>$xB^*&&pFLZ*@;CUVx@yNw12j^z64XCJ1X=`^__(CuAqDbV#of8zdl8$nm<0?0_} zXJpcLZ?Wz|2^bIC;g~$KKq(|1U<}R|wK6f{F(Rg~J^$Go=2Tb+!V4W@&U=-mZ%&^7 zfeRkV^O8~Kg3dO-5bFfVCe*Ye_}+HdTCFu827|SLKi7=5t)9rNF7FT35q~`uuB)rC zk}Q+E`x^eD&{Sstygqg_o$7QX+K)UfUoDf!bhcq#IaK8&r_!kvOou%9!{<-H<*Hu8^@#+J6GAfdSd!qhC6 z1pR?<&Vz@#+0UpcPc6VgASd$EcrF&WM?kV73()O? z?0ee+YbL=3>Y)l=KT_T9tQ9}LOIO)sGA1%`%xM(!9in`T3;p!%{QDp>O}otbF@SDB z*Z0nNm>!U#OC)Lp0)i=;!6X zdB(92*LCdKgPL7=D$fOX5O?Dj)o&C-T%cKmZtUp=%n}1RFqk}eA!{s96=V=`w*nn>D7fh)D)02zq9&ah zBm{fTl+*!%!gp5Z#rho2-*=w(wX*TmHO!QNoBug&VcIIi)fTdy*KoYLOKI;}UDS~= zF;RT`$Xx2Aj8b-0-n<{@9ag8bJbSmx4Q4wV19DU3ji7FzSI=yl&VR`N)b;@uKC)VG zUbX~-9`wZHPMlml<8Vu;8uH+2|G~dK!gre#s(oGZ$@eiIwIRm?17yBNv-ja5+E1je zX4ne7m(?j%HO@?!o>U)1g@j1G7qdgFnf)MIfk5Yd=x*EM+f9-ec=;i|{I8rv@9)me z$|zvIzhbim#L(oX1L?Re~gzmAmr7YZuJgj$j{MSWqOx1@ZCIPG~tMnq# zzElIl_#UTgY|x*B92{F8)pf8Ebi*2gU9s&H_%V;ShoMXIomSseGMw!;nxVg!MdR_d zH|S_M*(+?;s#g9!8lhFBFsl%Bg`!jMnzk+J^8IE$mRoQ|Yzl1vg4T{Seu_T)C(rMr zmOD6_G_W&%a=@$$!fkWIJ(wgfjGn&|0#Fnyz4o zV*|&H>o6rNN>9t;mYc>VDLuxn3n5-e*u4sMCyetl8wps$h{W++;KApQ4#^%?B9LJv zRk6dg-d*NQCH^K%=*}jd+C4kK@w&_&`OwTbEko{G6SQvgo z9dm(gIoffuZq24xwLtP;_y2g<^sA^7jnY#9o%iE!TRl1*i4U6Lz$Tn8kh8bXn>9wd zEk@Kz-Z}zE{LZfjb)K7rnqdjIrX+k{Ju>(uYB}w9G0A)HXMmKm3H|f>e8?-Z7D4NS z?oyb%v_rn`TMhQiIlO=PizARJGdMF6CB)6&X|kMTw-L^q>;KD-p}r;lM!)9*y0JYd4RHea^o^zER|f ze$S{R*&MOQc3)BgLAJe=H*F+unULMb2faps-5lO8q#u8Ngq;7VWB>s_XkUcQ+BFJd zt<|9C7SNRPvR3x6eN8wEoIF5J4*xuIbVUMqXQ=pFt$My`3IPa5+N=F74cjbW&2oMy9=V;4b}gyIq{o6&n7=-QEhPO-p-+Wtga@b{1y zs=pR_o^C%c4J8@=PUGA27(Zh!@lGMlNjx_zyVuk=qs>rY)|auj1lxnU=uE{0O+KlT zn|Hl58BgWrJYUhPYj~xN4)mOGA1?-fCw`Kvy_IH~fX|)4@ZQ<6rNQ4`9BBOQsH6ia zo|oLA&vYIgAQ$po0V`dt|2W#3Aya8oTwfvLG5tIYU{%4tf_Wb{EtmASQ{rH;JF9Rm zLhov61bFbmLLy!D8cL1}J3;<}HDfWQLU-9>TLTq|K774TbYq4uoR` z(Gm6cazl@hCV*iUnd;3J2t{PBTyMX2>p3|J6&R9T^VRF{G5zAE$1sW`9Yiir4$`ko z?o=OsdjNF)YD$HMu*5?XN6ywb&J>CGUDrE={^5o;9QPQz!hx0k;N5OrZY}KcO%S0mtvNdZ(d~%^u2GwLekdb0Y@>?+Lzkt#F9T zsj+WpE&op&Qv@-~Y*`_lg9ecufgOc6i8@G6+`c+5g`^xoDv&;MpwkhFy`p^61=4 zTjpZl_Mqf}o)AF8*#V4WH?;9r50i!tql8?+|H}S^qd#=pKAj7%5!?6p_}#Jyk_6*_ z1w9+Fm)~I_p;tH7bF0Qm%ToY#1ww%#>!y~;D*DNsb;>YNZEW| z+rTgV%vZ~I@6LhQ^3|L*V@HOq*fo&d3v%$gT0AuM(Vt5AY1olEo4^7)#=D?yLvyHwJrdz|E zgeu6YIlI&FqBw3i=fk?|@~gFH+1A8#(L?vQ>sIY~f~A*VQLjLDL+KD+E5q6UNM5>mac@YgBYD3*VT-y~ zQD>bW^_%}-WR;ogy$65RjAM-$l=*WHK%bu)tLMF5srw`;HHP?ATU&zdPw}gZuI^g<#8Xx8 z!UYZBD~UaCXfGnvn96uFxtj9_)}pnKj|n|(Y)T+H)vUKtW}>z}fKojB4;TNvE+con zJYsKXPiGMU4tz}Pn^OojbMC$G7htE0)i$)O0rE9_%|gr+zA^ykC-ksOwG zD7V);2M4#r=t(LsV069y#$h8AtUW1r*>?71mesJ`TtZNG(fILQTlGYuLO>JhnjxD~ zz)${WZMj<C|qGRo5dPkz!CPzA**e({sRvq zbnUzpDI&1)zk{9?lKBiDAahwg1*}x`z`4zH1baQa36fUQrW3MtVV1Iy8BbMyKF%}! zZguGRPHMo`KjTP|Mnt-V$v$`Mensgy#Jbrgzb5EY3*)oX@3XWwF|&6r-}}&npb>ge z+xD9l&Q8b<^kZ^#Og=WV_1;ShdAJ&xvf~?;IVO`C1}A*R-G~`_I@WZI{a;ZaH^BFu zor~i9#*5C0uh-9X5N=gj5E0;$-rj*5@Pg#Qjll?p!2M#0FfEl2ll{aN=fDt3661!^ z@~^)^oL~OEXO2h#rz@PDtzdInUQYz_jI)u@Jyd+fp*mjJt|^S^1-hDQ04MDwwUBXk zE3jCg?G%?BEC_zg`!U_3-QhJb_0o90=VYz+!TSO~K)79KZ8<^I?uZ52^I*roFkQ*PYMZsBWv z`(oD0pB!^#du;|kjRVU$16Y5UW!~Wn)4v>Uy%L*R`IQ5BBuBZrFd^xTzUZ7O8XRU! z7p)W3`EEbuVs~Bfoy$<9FW{T%oyouPAoE>zg%kQte&ilCO`c){?#XIH0BoMbA8zHm zP6Us+&#^Z$X3>GUE`Db=IX{(+Vm2hG1YQ|V+N{7X%fI(d#?(+OqYihsRGgFX;-jXX zL61seIudzOPdHy=q&AOn%dEdL`uiQlWJV z{~c@VHY3QC(exdG71RW4zleiRb*eSe0l&2du7nhTS7L zI6N>?HEB9ua>H(L{vL%opkhn^xcek4wc}5=wUk?O%Kf?_m+ALcQu6dXflGKw{9p0i z{0V#Mc`%PUM<507R(I@R&al^HdkATJcu`Kw_(zzP#!3gvT>PZ%*m&XcQ7M!0#OZzL zZo2$5N?9%vdWz5NoZL9!9y`0+S!xp>824l@a!FGMcPoW#K8$tZftfch@XC-5y|Oms z5ExZ*EOS;G%>*tJns;_74m6uXV1u5-tnX*fx-! zLjGQl5I$TgZ=7o8vNh!~_uLYWkYzvrk>G*LeOx2YC|GN?%3TQ}|T=#CzLPtcNYiO&7#A!Hxj?)*q84Q7>swg zN<#O%SJz%&M18sh=5In-`U3>`t;-c( z%o<}~``MjPICW1mGY-*yN8w`>NJ<-OqvjLAv6Iz7osOu8ivWc_j88ECPZy=BkB>?DU%@( zsaRN2EyQyZuO+SEtR7Un&nl<~nB+I1k1>DLay|ta;u>hwd$W_H^a!m>WYbi=n7Ba~ z*)##z(~aQ0F}$DJxy9h`QWGPCa$-j=ZmvBE$+xEqT?xD^ccsS2eGh#VLwHasJN^w8 ztHo+{frr}2EX{F;~l{4)P3M;^Ay|eq7qpgb37otb|#4m&de}n z`G0`i{dEb5Sb2v11f->cHkHpS{%OW&1t-FjiRG>3wvAD=ELB?BVZY~(d5|sQR`@g> zZ#W4OVw~n~!Y&V<4PF10IH+CJ6tIWGZWC+ z2}O>l9UfzQ@4uIsSr6nr^!!=GWt!!^<>x8C+7%{Ctw3Z6T|j!@f?vI@z7CE(H&MT<6xO|Qz{UaUY3m+yL2Y4ZWYkXNeL25@F_3K?2@}36 zu+!`6X*ZcJv-tu^QKEn9tUsUyUSB#$WVxpBx_Uh85plh=#XG`15ZEM75Cf+1g$73H zBg677eL${<)unS);h=wdpar@8iApoK_hfT*_FM=O@HVs@e~{~xSCk^!WtpuYo25c` zfBF=8BAd%xVE-8FG|3PVXW&eBVDTvZ%z6zzu}q|a{cq2%*bS@NUZC=MhnxNae>n7W z(mRy=L&@uVuT&y~ACvbPz@)A5Yml>oKR~Sy*|oT;ZBE>WXUA|entKAMn$HJ|T)eYG z_*!1pa4WK*8E&zue{SL00ugU$`vVeM@Gv7M?ioA*_H0_Od5LU^-%y6@u1P8y48HgU zkL1*B^vY)^6BvKqXEFEvC!GbH6u2;Yy*H08LbhH$1El)ycYak(A*3k$^pS*S@9x54 zh&y__ZDM|hRzi!oAFVJ+eZtaujE?OjuI2;%ci~|><IerevF0Kb5+i}TF$7N z+F?=L%p+RWPdZzM#%~`V7wbP6-#;(ry^OL7DlcY}QA$;|I*UrAZ zqH30W@ath(d_{TiayU5Glr&1y%PGFRorxVsgaKWnrt~y`7{$4!(;Zhr?*X;yRXwl% zJ|f|EeC!!lsMF8il(tyL^`8Hp0>4@RX6wX?m^C)@AaTjV+1t~u+=eIM#~oAMdq7M` z4UW!qfOrq$R3&yS8(!HVx(c1Gls#4YMMF08-eHf;K^`hj8iokI%6dRd(DWL>c@+1B zkQqZlb(aK}7mbw!=A}Z|JLg!3T$Bq&IRQdKhI;v6^&5s+#nlUOIUzS(9j)f%$)s*; zF>f{R3Wa=eL2axe(_C_zkO6taC9+*8Ne(Q2v;7P*M6fyy%oN(4;CYh}MZ%H`O9nI~>xi4|_wMv?nVyc!J!d6lI z4MM9g!KLgl{Tp2K3LO*M>=nQLC6w7c~*=M<+=YP(jvuNE`#_?#m{Z^glNy3!9! zk#=L$M23Q04Y+8P)8(Wnn6Sl6LtqQg@2>Y8h-Sv*UB>BwEt07@ggOJ(D*IUBp1a6WP3gvnjPs&Y!1^NBtE@(q+Pf^!mJ1m-4>U z!OtGB%;8dUq#P})I~F{bJQVCwFB0XMoKeF~ZGe{fmN*P#jy*e@P3>7fN(d_aWZQ8u zX4f4*VEgC@9d2)%b+vy=&z=PmjKa(RQ223Ld>8O6jQ^>%xnE;@>Ilmw6QYtOB62y>BcbCesNZ!zy{I;IYc^@xeLvW?^7r1;o>=ks)z5~FHw?QWum>DkU{vS$VT9>*gp;qh=BQ1J0ybRRn z2MFe)0uJiT=GYwt@Dnv$RQyH`mry6C;f&^T!aGpiz6{ zshu;a?K!db2|$#|IK71X&lID6pZy)-02mQ3iVla9dv`^GOfo_Q8Tnrl<2m(TehSkz zk#TodJ$A`rgAoVCv2pf(GXCPwK>O(u9=O`ojn|t)^pTX>Y{-^qTz_zpn63of!cZxh z3ru$!vF;i|i9X9Fczh`0NWh#M3}4)Xq~qz&$1|n?lh2zQ#CP8!)T?CT&fCT_W14sy z?s=x(@t%TQ;T*VfTrww;_lcmO*LzYt5SRhT6JT-Z01*M({m+G;#?s~##}Aq(lim$`Piv}U7bO9qA}9#rOMdI0A$=ru%Jl8 z>W5szRnYkG>BEp6ZdxNoND~0x!W%+}TnqNr z9<06_y*4Iw7*3_$k}*Lnc2uW`$yUA*DRC@s`5B*4vS2T#Pg1g1liSP41AiHKlX51O zqBk>?`pFXW196&>R%WV~kuEqpaMS4^P?&s47Ws+MaCmkTV#Qd@f_P|?&dowti>c8$ zOphUrRBmE}{k(q^XwK-@JDDODKii1~{ z`)h?mKY{jrv^-{Nwl_YKr{i~xW)t_SFd|5@w(O^X_-kgvz~_e=xM^fzLv+PMV{ zb$5eL(N<#Rx{}nfyF~;ddIFhs_i`WmiMF#?dmtY$l6G=y@|F@Uhel;N06aH)gNDq@ z3CB<-8@nN)i78z0^&Z_G@7hsiwr7YGr8{76+KDTq6`O)1;%A9A{`=|lm^ayglUZ;fgvP&Q~(8c_nq#1U1bv96( z;J1BgPY2*}*;{d%L*^dUFNTBvOYv1v4nDQnj1d7YW;F>2{b7FJyekt5$&ByykqnyB zam@I)Y4L{)iiL7vrrpw5k9^JQJm^jrK>HOm!Exb_C0Y@1Ut%B^wx;&(VxWv*NC(r- zY$8laOASc@hNROAfE)1UMGEegmrSRV$8jA(eH8j~QKR4@z+MT=br@iKE{LE03Y>s> zHQLR(Q&oviuM1s!O-oJ#7Ul<01Fw@Mb^b{b`-lMtw6dLVn-!ij(^1Dk-iG-nAYT;! zBK>+o8T$Lui{9-S=~cW+0?IVB*M;D#{`sSP+wyASykSZjp>2ST!+&pR^#!13zr$rn z%!hQu2d;f_$PBwp6Yj~+x=wnYnn-4>ZyKRFHqeDep6Dl8>`|SQ41aa3;av0;tm1o+ zaZqLDAXe-@AehjXx7$>dO%)dI{bbb!oqoBAH$P(h@N)3j4IW^`A88Ne7i)mwjHP^CdPc-wlL974 z$H9uJB)#QiCFB%={U6HrfN&-d(V`gLvN3-cj}?R@NisONOZXIQqZ?=zvM74kzejm% zE3)Yrm@M2G_9PQNek%9^0I%3pQIAh&Hgy$!@Ps->Z0FCUqpT?X)@X8R7< z>)@YUn>+yL9httf)fqXQziT?Sf?#3o3N2dBX1Uq$k-EWthwvfjWi$jA1nd4G&7VJhn8?SaEntD zPm(Jei&Mu7HodbXmvk!>8;3q5x{sRQ^Oyza{)&PrZ>c)Zu^z<^2^g9I>){~UuWGk0 zrPDAREpi_6(76VNFh&eiVFDID~Bu!MNC<- zSYL2fu3}4sGG?57;Y9G0HB;3L5k;m!OSvrAI)Z%ekpIBQ?#_xPX=@5-jHP;%>Kl(F zvG-I3(hrX_+I@>GicHkz+|4Hc*$Ny7>{ETs$SS4*B|d* z-7}~~t#D(#K{(67`ecCKw#=3}%1h>|JqQq-s_^R!`EB6qthvSrZ$kaR%HktLO5}t! zD3!B*9A^4`RQDc17Bc%}c#oJ#RU9atgr%*h5cNBMZ@ni-UrQOwdqQpKaxSEB8e6u% zB?;!WfK6p^8Yze0hAwdZavh5$_Wf12nd4Qt8cvtuzxx^uJwN4JmmlQkxuQ|X=KFIuHD!cd$F z2jQhv;BxqFLNY`yn+=8Q45%Z)O|S%=+G^R=aQ?U02AAE$BSvaQFN4Qts#Gf3ODM$j zC?q{frVYh2Gi_DiUtjPpTZx7vUfE&IA8>LM*vU?XNnAdW#*3lFmRlPxj&fVUITV#P z!qSB)9_H-9OVL4A%vhfx%Gy=xkfX{PIZJdZQJ`F~XJmv?r_Hp(D8WN**zG1VwYr5d zP(uNbYQ>sLC#jGZowt5q1=)d1vt5Rrqzjsb>I0^=2|wqO{R{3coOm{_y7XdLEjhip z%=$7LNNaq)p|4kz;lZb5Xuf;yg`j4sQB_T9yuC5eO{aUDl@W*JhRFmGl#5#oqjLpi z(|rH**BJ{(c`g?TzgzIURc}1@mz*TlTiyI}vNlsLD{6++`Mitpwuk+}7uNaNgeSo+ zH;u)&1a$TF@>Gf_PdOQ=Puv9*oPb{kR~4`3m-R~f5=sV!57cRMtx(xiohuCw)2oub zka^6rtJsaZ;F`8gL}P8A@es&WN9=;i+m#7Z70}xRe2%swENg!i|$FAPOU3_!K zAC`|)@l%*;e4b6@3HEElG=h@|3PY2GPe2p1UL^Fby**!W5kWj80ua~RAh|~#xI>#L z43spnBupNoSNPLy#x6zoPa`04N%_C41MW-tji75?#z;D+cUH^Vsv^n?TJZ36va{rU zP#rF$Efsv_d6*dx5{|y;y5YMnCrZB96g#6LMP%T7j^>u^>09yC2e-hC(UNotUL5xB zVJmXe&;fmPe;0G)=gsD?@v|am z-Md>UmBwq)ZWK+xK&`oSau`wi8D%L!dL=RKXFYQn!Gll{q2IUAxh&2^8e zrxi~YdzXuB z6U!=}B{*ex_Roq}$RLG+K9GHXUZ#km{cJvxeFCjdZ`u6s$!f-_#(_8pEXe$Ap4^;c?vM^Q7`m##;vrxagzA*og)tO` zp5=>_6v4}cCM_Vv>#%S_WV@+M!klntXXl= z`{;}jpHol5Jk`noSLdrJGJM~ttjycJwY_2q&WsB!WWG<(Fm^ueq&Jy*s~%}z-U36f z{|Xe!h>oND1y--sT(;<(RfRv*7je#)mdHE~Uexn?Dpw^WL*_^_$!yydQ@_G=0OMM8 z$MS8$QNjW7I;Yz({33$&O~{Y5_6ueW05@JzDqX)4+R=Y(nowZ>BVQ&cKy+4Qtcirn zTG1(ld3=loKZX1^sC2_^<=~U0P=Bi~+!ZTEk<#HPTnNYjwvqlRd5cp7OZl(rh#ysC z>fE$$XRY93wf7|LpKu4EbxBu8sfowSvw4{qk0U2Zprf1P4ExVUJkhvw5WG><3468< zqw-~Ml$FaI*P9Yey+phzI3tLr$)vb%ekgi-d&?tzK-E(fX01?S97shA#qb_#%TSG( zW$^KC9lQ-$ali)4TI&>Vd{tXx_)#(#telS1c1)hEiQfCG4ZXXd8i@G;N848Z?P@!) zbZ*!CNQgOvOhQW)$i12@aqmaH2OR29N$qb_*^6d*)TIfu+z!C-jy~zM~GUlm|yg{1#@Fx^QTVcdlz*2RaQveg-+tVH^VcG2^Aw<`)xvzpN>)eoeO-WAe2X>PB(tIt-l@~E#LdzcW~#;X4A_eA^Puphl3 z=MAVV8&`xt+6|lVAIQUN?P{GlcS`u!ni%8LG-1NvmDPsh`xoRH8k;$nJT z%Xo6z4duj~7r9@O|C$IX>RdWf%;}(<%vzfy2!Z;F8rxyio^ikh9-Z?=l`_;&kJtZ_!5LX*ibMM2ou_pGHLAp>D*2~mnl6;tu;GF zOD+h_YsM*2PJr_THc>~UV+7;EmbTtms?-RqGla1@HTyxwT2YB|8(8>F=AbL0H!0dS z89X1$v|I0Ekbi1|ioUu8onxnTv{75|{mNHn5x3_xN5Pn$sV*YS74~e>`9DMF;SU7^#&M&Jgpeeh$}41+>~mL1 zDj`Xd6|%GUxVvO!C$c#s**nQRD`cI0_SuKSIcMCR8*hKa^L(Dq^ZcIgHv{7u2}&4k zH1^P7*Yv`jU_qJ3@HQXb^@ACI#*gKHi&jqK&5eJWxolyK1FqN}yh3>SF+u2=fs$LF zy(7715MZz?!;<=XX2VQ2J>zWg6Cy>IOMv*z&OCrOWMuF6YgGqaP|!OOxwk>@q75#9 z2v>IEL)hCR=GUN2Xz>dj25MC6IXnV%#0WFofs;Nbw+G5yJ`0YLCuQa}Puj}A(Q9`^ zUGKFpxDxzl=Jk++yPw$Voe_B^pr*lH1IW-v)n1s|_XtW*pRz3R>FL=dtE>LngJ9&g z=5qCdi3QA=7|u;%&PXHdJGat=C!#>tocP(>-}=ApWrb*Pc@Xr{bjz@m`>%5;GrP%L)P`d{Y%(^gc;PIg_ zs`4UWPLH->w@%J0?{BP}u+#WVf|3K7HUUAre;E;=xLc4jLJL-Y%xu;UqoX<`71{^~F$= z?0wm%;=^?Lf$gwI2ph_Yi%g<9ceE-?pT0nQZ=16o=vvMDf6Bg$Tj2!FVz-Qm+tb@> z8snpS^C!cCCdVKy45dUdPK({iKNUaS$Ym|689T?S`8sRk$eYVEH~}|b!hf_n2lLpn zIta_AaY3J*DZd!0J3;j>P#++Q+ihC4`(C%Y+XdO>3QUM>!-QEaEE@v}M=cKxZWxAWHAL#?;jf=d1RQ0oe7 z>!LcOh5!;5?jrS!;C+YS+6cTzFTK}b|Fv4v_dVPctU2f_@c@i zsUDQ2mPQMr&0T+koc9X|U*Q`-S%n7=u2o}LEM(8NFRh;-rklShQL^VpwR!=?ZgyE0 zf({G(+_FzK?L_S}r$tVpduw%usLOMhahI8iYJ?QCdZxFI?t$xG+e2x=W{UR*gDpPL zt8^yNnhv>E747b3O({1zd_U8j>34Lb74>wxvWv00y)@G-i>MPRe8Lp+wKT@F730Ld(c~HXGfvQkw(EL?N!sHscT?BO zWKvO?LCqY|>x)Lz2hospE$fyMrRGXJ->amI4ELq-S!iLv_<3iR2UTXTKA$on`lpxz67WJ7iF~YhK-L$& zAuUnW+@Sm{LiTlIIkN_N6i=2ON$7Auo=}9g3D^Bm1V8_9# zM3TLL#8-qcgvDnh67zdx(O!iZB+(~3x>or&o)WK)KIZMGugYMki##UQFu|ih)uS8^ z^;{8$qcMTEhVnudZT}HhAGLVZApc}XwV4SxTC$N)T(7fP0>yzMhp$V71l~TNQPuvt zga$u!4@Hb;)ovKd?LC9VtRml9C{R|qC;H2O)N3~?)AZkJF1j7|l^6QKv=W9fuNKy8 zjnRpTJ)#N1kZF#P>U&^ua$`=jlka-%W%y zTMOp9%Oa$RnIzC@iQeI+NYfDB&+537xqzs5#HwrdWezR(`*{AhB}`y-C* zKGiVwls{UyA(n(R!k9-0v!k(kQ=3T-Jo>U!OT2r}AmMA6xmPk4`ai#v# zk0~&(%YdEp?OuMEPhLLaY4}oXanF0s3pD8d5wQ zxck=T;tBTb`~GNg5Z9w6$78i4mXXqjrv0Lu?%B`PJ@#)9uc5e9uA4m8QAnKo;dlD@ z*YlZtjh^>=_QVYPmJ4yp_*hHk7%_Rj(wl!6{C^zX`6Bw3)5(SD^Ut;3vplp{ZkcV- zRh47%B-4RnP=Hi$A!|Q==iKJ0ot8m}C{iZjvkI|E{Ho91;gij$8UISorMuVA@=bFX z*6lqnwX)J%L+j7rvgim*^>1*;LOG**J|YSC7PC*^71^KIHvD@9pS1C?)-CH|K{ii` zAS%dqj;$gqwouUEaLP_-(>riUH`_(fUz3qGfPRzcO+&1Mjtc+fkTBo1>aFt#kde?O z$F#@6N&mbqE)t`7Td;MSF*o=4ew{)%UWO5?**4^VI=s$I#WiR{YY3MEgjt%8ozCId zOL4Q6_YMvG&p6PP&yP|9s5A%1Dd#RZX>PWhf>ps6H33n&%oomtvP+s$HsmueTzAdZ;!VfqX(B&=? z5*A7ntwy6Yj`U;9Z$+W4@ufj;TnrR%CuhO$Z5Oa+IQW=r5lNl!oK(G_ga4SCSTu8-Yvw5AtI4@7FCRmwE4da z=5Kt$9hUt&mP3UNUL0!)jrY(Qi~SOsZ35NzFr%MCHR`jdQx)SOYhMb^DopQojGp$Q zxUa%wH63UEq8`)Dy-m(9lTNl!dAg0FkWJ0-6G&|4UF;;&mo&?Nx%#DKIXqy?TEYqC zO8H85*R^bY8;w6QN*G0W41FN;IS{xM7?XEQBF8(#niMo)$qx3EwNhxg`d31x3|6ekQ3icKukr?Mc*NsG~p zgCcAU@V5Q|`$4A;SNl7}q_3#NVXaX=Iru8ymIRuw{4x$$sTJZBlbCICn@R#=9r*xzlK44^gH@ps%8g30xRb?CPmc z^G^u8;MI`Jt>J&tE6@?8%9_Bk=!v^Ku6nm@EwMaoNuO#&zHn%?6dxZcdR!i&=xJ~~ zTA0V(xc?IN%4u<<@iAhurbj*bABE={it%vKlnzjhO8X3`$(tycJ20v2|Bb_KaD>uK znt^e;yT-j#&qB22At2`q4VVULQD4c;%eHOrO8C0C2sq_kuTtka`Y>j_=)dB zxVef%K)g1)EXjpcJ6wU{b(aVw!l!+ZYwF$^&7-iiGG4|r7oVexz1?jU)?C;3mO%oT zwK4o?tjj#2B~)%!v+R76_*(U&Euq-J#!$+!CyssVZ{~CSoYU?qETK!kz!I(2^}7|y zk(ZYHHS2UopWOo9+dpOpT|c&AKZ>Mg z$35*dyO_{_R=du#(FK4zVP+Q64xO#kbSP~Z0*=-$J!jjzw3E$;HVvOJ$#OeDcJiSk z!m`HY7h>P}&}BO^G(H`Dhw7@~UB%s&RE)@QKkF4Oz6Pxgo9M9romRrJ{g0BIpEoEQ zJ0;?>tZtYU_%n5=FeI&*pmmV-&3pKxX!+Tf@l8t`iysp~2c7kbue0pe!*`Yzbp@eC zu-;B)P7A5pN?~H(!$!0%)@Cvi9!N{_A&|z4EUcZQFl|q?Y7%Zyws` z2>kL_fSLhSnd0Vp#vOt~UBHc_n1RV!WnlYy%{i$P#Dp9Cmat&tIt5&@HYC z%b~j8`mNPci8mA(X?6SKKE1zI7=xq9WhJTf((qyx<%-xV-2jhPmW@B_rOXfLb?+0; zSt+?(qwxFgiG#f|AQmGDq{8+bYz*`o6>^PS`Q6|M3uy`FSr&!GlAvD0t_cwEj^ZAh z-Kl6NwL&E;xq89x23v^E;f`S58Ba?oJqwhBzux9$sTBRjcdqWNCIKwcz}P-rX#+|W z6qJ&;Fi&MUn%&9H z+fP)_ODqX zqtdbnRG-=_dBH}napq1V4P*|;P;9e)Gw1*&@1t?;XvL^NaYVCNl6xzVI^e%+PfR&r z7`M(^L@MBvPu1wbg;nn?%z+c5& z=L0uKnR_`gr?+Epw11+Tthv+rmZy0|x33h7KFZkoG+JFLI3IC}lWh&d2l>$E|LZVx z2nj%s{{)IHU870sA=>l$Ebsh_M)N7JTADT7fl!#m6GMV`Xo5Y=K zcifXD3-(1xe4^#dFYz4BxK%RaIP3J7Nz!f`QoC87vf3LWtxi3OgU(sv;2MCRKo6C- z)GtY31Qwe3Yd0;p?XER-B2!7xQh)S--@Wl(;ONilgV|X1PK3V0uo?qRp}lxs zEJ1Rug|^H`DGuViL(xXff74ILkO$7O7Ghv&mzhC(_+Ossu$(bjPpj86taD@1Ew3K8 zm$&-OcdGoS{1TkO{la|O{*bJ??; z7Bpi8m4npL$di4U{InazyE9^^?b&uAe~H&O?{LCRMW~Nrb4bGj&+@QF2!dtY1e^z6 z;>~4}r~4-z_goK-BxW?GnFm(8C~X?6qXc4{j(70DE!He>85ill>!;bz`&%|(d_hBT zW3BQS-vsg(>^P;7i`E{o^NIodOEDd~km$e33@ns^JOhz=fNijA2UXk8)fzWi*Uuuk zR7AZB;hkn153T#xG=8cc`|3I@hC{cFw08_Zl^{kS%jec>YFxD5oi5_OBMg6bcUkG3 zPh;6*dYvmLPD^At#THH)vEUG85IK?bnm*{;nJ8q>lkk2!2LAD4-LR)RUh_GS)^E&o zG=tLIk67V;1h4FBJ_rGNGc&c4M-L=N7QxnRA6|^rUq_X_T$4hkNWE-h+TECX{mD&^ z{ayQJl}c72XcB&OZ!?%V*olE3h0K8?PBw zc(`hn-c$a;zmOeo1lIXZ%3nOZl+dM2L1^mc5IQ^)jKYoq2IJ>#mmYlZx4SWzzb_*y z*L%*`M;!P9OC{wNvIf11TB=>lx)BZzxPWc+CbUV1TZw@G9=-&w3~4Z-wQ`U>7+dO$ zJ2e#kocXu_jQ6Kpg(FKxdqjvO-Q@802acy}?D&_~XAY~|+<0tVk-!;z_+;PVq!54- zCXD{l{l3V4vBJf@=hX12v1zsMtqTFWZH|n+keo!~#YL?EE9q23mgmyEu6OoNT8}PK ziH3k&8f?psB2x_5<~FW&ou#}Lr{AB=@4OeLKs9-#{xf)Uhy;EU9r_bKY39VIgh3w6l*_nA9bDh@?uH2_sD^)`6`L z+YA#ewveaN$oteuSDHJT7i;0bnW(d!ox)Kxq1%Naeix;qA5%hh|3Yt5q9XF-K3KPS zh1K5o*|*Ea#bZL2s3cfOHslpw*zCjrAhf<0Mc?J44 z7F}5kDX=;1JPXpx7w5{Vv(%9C=o!RfZ?GhGIyda@-n|n9@B+0Q-WFzf3$omr-~}ng z1e2htNT{U9G^42VoMV@<%jvt6S+4bN0w6R5*Li)!og_V-_`z1N{bRt@DX~P+gRhnc z6WPcK#0oLp;#r$z^VlZ$@uoU9J~=CY*N+~?_`ES)D38JazZLH^&&Kn$5GxbcOFsy_ zu;$5D7#`ecHlUvHuE}`Il6a%b@IQ`IQ;Y)0U7VmU^p}nmMTCvpg%|=6zdj*dxxJ~E z&3$uxVGb$O1zyIeLEA3FL9XyuX&hOJr|z28bnj@1#e$x@L(&B|&y0uV3LwK~iDPn| znt%;YQ1+4;qt6#i+#VU6SJZeGC9e9>C*JLt4PkZ_e{hXqOBh^RW9;vLl5BT% zM1X%fhnjdG0eE{mb(qPN#Z$x)!KyX{R(IFPbr(l02bXtikPt2sxyVEi@4o-a){DJZ zd+;>bDkJImiZYYV`OS@)x3NgEYCboVo4F3;T-85e9`5ryL3yuhJEWP!AT$1t*zC2a z!llQ#@Znxh6MS&l^j!ps`UZp)eolNi>vsLj1Y$?~_8qQdErWD@-;&k%M!%^aL;X%I zTM4fYLYsywn(+>#ihG^6X|)V-ZyU`(#V)GBaz*FxHxRl+b{hEW!A`cw)9MiVhd#oD z?+nsP*d&ch<1<<0kk#1$05b8kETPK=04>rsqNao!+lI>9J7B+W4X%sC5Mmv`5z|q5 zOImXfb)I-k)7xa^yHhE2y>NSR)z17SB ziAzi1NC}R=ef96FUmVofwe`}76ZJOPm6+Kpk10IX&Ob&`X|kk+HUZL?Dki#uf2zPn zE8qdpF)MHZ_G~Waa!5`J&fFx|EX2j8nk^;xRvoQD72EWg+gGcdkf9e&FOtWIULD2= zogW#Le^ZqTrLI%2+_e<#Dz=y48Ih9%vUdG8^u?TL9niCMc43vf^$;^t(Du;jPb02Y z|1%}^SBO)V{16B;+t@HV?hl<7vnM1B_!!g$qM@Pp>lK#cF%2X4*!W(Uz4p$Qy&;1% zSvlKafj``yXS`VGwvuuM2g|Iap#yh5DT7MTk4~isvmx`8Q8{BaOeMPvuEItwIp75% zs0Kn>_zu2-B~o6io>@ul$!#*WmWCW+&c#*a3UEFStYn1``cD8H6nWu7Bzlh{jc%jR zM-Yx=FPHA}|M4^`x_s=x2b4vxlN?n|IJ$-eJ1CP>{$7C+-7hgoI^q1@h7H{HZ&1iZ zt|3(Gspkd^g#M&8)l%qkWbE%JJVQ{iKt9@4x7C zyjITHM=COz8!>A#eD5u*4q-FA?KmU;kcuF)D})Ir*859iMJFrgEy&X6ZZyPt<^9^$ z0c}4}?5G|b>bN+GLukEl0}Rp(Hs7nE;2Xsn6#5Id4EL*psEp5WJ0{%wK$^@I@TBuf zVc6rrR?3@^q!aKA{FlgT58e)X6H~q&v*FL+u&B}d@O4d;x!wc` z4HA%@JOP%s%0+e{=fMV=pBq6vQ9;V_goY!vEA7~mYb*iH7nWLCWcuidGBmmHJ%_)rXu%*CXqYu|_ngQ`V<=j~-TErj8$O7eg znrb{Zcs{y(Uv~OJp|9C63@D7#Gx6i@<#*wuG-`ok0#0&I>Pd<0%`{Hemg(nDhLb(b z5fy*v?(@V#%O6(|Xke(j{+A(wASUA{_ugcuc8J_z?1_-oQe1Vc+b!682#UhNP_1v0 zy4PrDPb&Ml8jy42^VULG9(^?V!oG^wP6e{Ya%wNeI=sdGv4as^;|rAx%mWp#ufF&h zdlONa@G6ad8fG{Sk%w?ABk4m|h!Tw8<~kE-SHtHJpU)jCl9{+fwJ*Xy!R zwlZ1I-QwW5%Fri&>>Xe?>CVNAlkjhq-KxVQ#e*wt5$mxpx0abw)LINhy`B+!|L)72 zzJ!iXDIYy{GK%p?giNGQZw$)jUNeot9lU54QGDE6y&@fLmopp1dBiPSo@A1-`FpYTICOO^)*Jg?YeIx4?^li&T`}ehK`aw z=Kc%dv&szce5MN-2r{kC5!*YU1$P=Ge>_JKy|p$8?}0!G9CZ1Xb6CqoQ9U5%CdD_B z{zl!s&{FKwHaE6>y#=zy@-o_i&0zPxX-o`7NjVND(DJnX=#AjCnTXqSVzSy&eM64{ z&M{CveD7_5zcSzCtc~YG$NAOJ4+ft~Kvw^?$AlC^@?fSO&A0v3=(s;LpAk(U%4_{Q zrT)#q?8^AN350s`(8+(nQdD_yAjVG9t_+%f09d8#Jdz(me*1)&%8nA(Ns9kD)-BL@ zSJBX_1cBOsk5?(meWo`KZ^V#hvkS6$B|X%lzQDZO5?GrFT^XV2iOcmz@*f;6D4M6I z+crIesa3+T@8J1wqOkLJq1VSnak?)K%Bwv;!0yP;g9S7mchTPc(s&ee4gtI!L9Qo_Q(@GKqK=})G#+;tJ4pRVN|2=$@a~KXH1Q3UaZy7LEyyeR zxAo9X?$$1*jepe5Ax2UAFn_#rAmV3e33B5}g9EbxJA%Es2tz)K+Zb<fQfp``uDp7I5>JoY7LN+1}!m2fzE^#uDSBgB=11Xeq@Rvy+R z0l(5_G$gPp)~B!&y?KTw70EFGjk&Kt!lNjB4yJfbBn4f1 z(3)_YZ`(Bt!u0O~S3m1~ecb8UCG`H_b<*~88M|R1Y0y9K`uijC9O~}lR^Z`#usrv&8d({@yarFj#!$a|tGc~@IYU4}So>(+6t4i(xlW?>20*E{cq57o( z^>o0=3c=JlSNz&^b#2lFhyZ;f%1kk^*c=C&vdz0EbP(=w3LR)M23(aeBB>K@k(GvO>@7E%qt<~O;aaiQxmXV;rrpD@>%i}wy zCL@?&A@?q7#+eh&@>jVKYeZwvf5Z|nsAtj_$q6f5+GPa-CPi6CR173?T^7Cd6h+GU zy=cJ_-S;a8_kZO0%AdFMO$@2Yd`_GA>OWcA8&chWDO=h(b%qhcp;;Ql@U_xUPK$OJ z2w2vI%;>c??RAjKl_49!2ydI*po2xWFrK}0g!eI&_B_c=BiB0{-{Hk#pC!Nv6O(of z1DPax4aC8xq~3ik#7sGZ6XD6<#B_|b1@EpEJ!jrz1sPTXpYh?M^~hO1zb78A%t=}-41aekZL)frcxINUY} zoauA9Jg^XN2Sac_2*e7^m3z!7P05boQ0fN%%$5Oco6WtwypkM%Ut*L&0Wb5rj?H#= z2Kd<57@|hb$Rcg5{?r3D+tQvgm1_j+X z$TEq%(1w-?I={%5a6M+%XCUYbOfpNL$F`>byn(G6vS%MEDXTH{YTwGDCo!n|LCo>J z1})WUwrRo-_M4Wjv#=ay)&qLud)P=l{~3LMCEhD$d97>)C2}n(k>vZ0(7g5sx@U*B zKq5~(?_Df;QQP7wCiea0p7q&7&CcItqCoH@TSi~uqt@a*M|l(GE@DX0GBPl2EAV_( z?cvhY4Vlt*y-tJJcPYAbZNhqMj=zU*x@Pr z3XJRGyQV^cK|!yjqg2n9v-+RJ^8CAr`o|yHe9!OdTxi3c=Q3_9-$)3ebpq3b>v?hu zb%@Y^FMTd4vxA=JbHf8=*0SE+Uv%cU{HPhKaIxCCe#Z4gy`RWqJ4AQBf<`qBoLi>L z3Kf9|2AkiSO2$mpZ*&x&0Ai1es4R_2A5H&7Xg86B>va`JxG#XUUaN#&LYgMyZ}m3C z1NzVMujiSf=cEn{HPh<$t-O}-dToZZOB$P+D;PeZTG3kYwy@~aV#~Hpim?K!Xa^u0 zFw2wZCob3hB|mkLP%K7-MlPiE`LPlLTkfZJXOj@R-UCTDt#11ZrSefsN3OKIMzYRGGcmcfBECXQ1H~p|{1?Xnugth84Qur|cZ-h{ zL3+dc!hPGUD-S57hbLACY`X!@jiZaCE_8g_DG+V_Fvg8fD&R_M#MsA@hr)E6w=PXq z_F!g)Z|QzMIDP{*2>O{xhV3P@>6SL@KCA-hYnO6heBNb*QUVM@*Sd{6s@?bnTB%HH z1<>err|O>?KG7S`u3ec#GdTbkf{fbXGory4fYp3zG{j-f$>*h;ZZ|An3H4NW*CCNf zzF&ZM0Uk4_91p0XZjMT$IU6->sl|U_;xh&Z6H!=~tletDs*X#J3IF?Sa4~fZiciS3 z|Kxmn5hM{H6%t(lfKp_Bd0Q}1D^AoNp6SOauAmJ9Eyf@>wMXPRyA#V~sYEOC`<>?3 zQ@$)rIZlkq3HvpI(yvr@S)#<-KA6agNp1Z|EJdLI67&+W7Ly%m&hpzJyIRI4+LU3> z#L>jp)io^+nI&iDY;z|SDl`c*>q1?1+ePdurdDAp(msSf&T;*gG5BAQ7@G>8)5M=% z(nxf}a|JwYK%S(HJHuY>3ThV4LQ`<=L)FLT{ZE}UmrLK;-+0!tAxaprgWfDYQda<^9zB!5OQzh?!#Nugl-|>!ptDT1{>#cTY)sz0cw-}pLJ2U(b*BS_U6B;;~CN-YWfR; zUD82H4bO-*!w=B~bxbd&ESEKJ`lZ?C?t)=fy+RjP!i|pKn*D)l!m@^19A7Kuy_KOE z-_t7E#Tu;h{bD_6B1&wh8Vc!ge7nabQhrrNrI2-9O{C*Q{W|hHn-TgZcBtt3<(QqR zbjQiT^&hl2`=!gxHwcuuYa%5E`aF_2^bJrC>`^1|;uDXb<-|f&VY`;}9P5%a zjmO}(vnuN7_)95#yIKo+rU7io42zqnh5f{6EDtw#I-P&AM+2yr}BP z)Fqmgn1o*$%|-npP<{AuuFjn!?D$kp=$jnv^}j_n0_OZ9cb{$jm81$2GckRbs6Q~& zt=uzl7jANBubWZ08KvmB!sv%>g9SNOw&!k*CS7#Tr00H_cc6D0i4*va!HAhM>lRN$ zACXvv)1NtR#Rnz8_p|Ay*`J%Sh!D#YtxGF`TADhSk6E1KG|ozWGxjtS9xhKT&EC0@ zbLQ@lGIH;JY2*9*4e=7F&Wj^v4vX5f+`3C+b6F(@4^PDa)Pta+$>1! z6c?0a`*k7OT@B?+lA82i%+G()62;U$8SqUbPGig%&aB^Hx_kc$dT%@#eLT{yuv*M; zYU0B@q$R%344nk62%s%6!0uDt1bI;+5Gs05EO}BiDh5lv%=hxd^jx2dW=$N^f*5L< z#H?#InnAUAGkEvrR|5OzSf!8Ul1US<|LrkzV(gXWcNQ>Ds=34u==CYg4VeMcl+j}@ zE~TR86gbj*)Ji)7v#RRv#|(Bx+MQ&*UgeDWeaVWzKhMo=9q120XDttrTi>;tc-&F` zxKC@>SJ;%^L#NoB2^L_aXVanRXwpG}U)h7UB#rY7i{DR!{<+KhPyBcd>e3Sfuk6$=r zA6vKh(*)@#KMrVQs~&V5$3qIxj<6)Md-EL%67YI!+WiE^%KeJyI0B!Su+to?Dvkw5 z7MNE4Cz>z1Ko4t8F zN)?aNrV>O--2)DDagBRwB5P1u|4HXVlnf-Mzo_}K^{PhcQ-*>1g1!*UmH0y-b)x}w zZwD4*a=y4Qr-iS&YN|~Q%9=Z2)!0`ULX}_1I*Y+!io|{gdH)slMJgZgy+Xk8)CKn@ zOV~4DuK)~G%{zL&hzfg`{gV23+@Is|_G>srdoWfZpp<&~BL5U;FFJ|1bPJj{Ruv#0 zA#Y3dw_T0e$x88-`AmZetWazT*#)Qd}z(Xuj;OA@T4*EGTB>W z^xi9EPp*}0qb7~+EpcrlQHUoT^Nel4;vsi&yQ3{JP_xxlXX3sFJYO@<=GL3=SL0kA zrQXlQ!En!;NGsG=ARJe;L6ILHDR+HuMb?Y_^zv-75MkIyZvT-lHywI%QohRVL$Df= z*LvLb*P|_kdfg8wKo;2owozY9xBn%UG{<&gu$E7kSn{2-wwT>zC4dgU0lxW6#CNy9 zek%A?BpT`VB8Bp5ts%c){#%AB71Bpl;?%eH>`o&k{vT*TH zBW!{Gy0qBU<$@o7q0nW$5aG)ZgHZFHtPOb&%k>vIVSbMi5=>4Z1S4ridtz~Y7)HOVh|$S@R%n- zvIpmkiT`ee>oLGM0@39ra45f%l)~0C-=}@!F|9@*Zc6D?_t)?iyhpa^?K<$SiW6PR zBZ&+;VRpB#UYL0O_$Tjt#Aljw>geDmcWx$^Z*x|5nhsz{C%C2UaSJnVBDFIMXGZgB znoukJX?y?aPIH3fAFqE*j5(;-DNL6HZoR&OOi4bBEApp_>?OWDidE;MI$pNVcnRVS z`f4k(Z8dX!6}QevlP9Z8z1OO%AA~^e+}61aJjoAXmPs>Ip_+bc{jmu383YjniWP3YA6v z4&ZSbIuWyTnJ3S$i38|!?%BT_3lw?MRA&Qh(Au=yHp+czSiEGsM!zZgebYK`UjG8s zBO*8S?F+@~Xhz9-UMuw|J_PE%6YeoNUudZRDw`_QE1O%-w0E!_AwyGF!}5wMYk!V{ zMb(M6NPQ5H3W_M=5r)+bb(294<)^NV`3nHFTQ*ySvrQfvIRKH$xgpgXIB+7_ZtszH z$_4%wC!$vB>xE;{6@xBu_uhXHoHyh(dHyiNT%N!qC6b|1)Y+4qvrEhSD3fg=XYhfT2gZ9@XQ&Zc(Pqs#c@Y1t4f>0ZWOY?aODK6RwNG4bG z+z-KxPFypWs9yFPt$Z>#T{@S>MA(@Xkx8>4PU2w7=EQ;Us3FBu`qaKX!&w$pyNKFj5xbodQn^oW&kQth<%9an zeRbaCD3i0UXcXjR4N}rR64nIlvjWWI7&@HUsRW-Y#g4R*K$aA_sUyMCzk zc$H2<47d4j6_>}El$C=w`9%}2l+r|2x)4Ef;()yml6@%w&mmKjmwsWd?}=r9MzwI8 z-u-Ylg8RZdDSStB(1t@#;j;I=JLMAsUXM-l&TS{~``-?DVK`(}#1(@M964UzeZ?@p zJuP_sl2f%>99H)`_^VqJuMqH?rOXeD`vNi%p$)dY$No@lEQ35M`@CfaYA+)jS;|>q z@FfsD+l48>yy!eaz0`or!2aC+j(9Dcy@9;M*hr&qD3vTlV-?>}44>q_Bo>9N_wDv@ zqv{eHTR9&*YYXUxD&s?*IO$N17da4&4JL#p0&svEKhmQ!W|M+2=?_B7_-u2CEWLWE z%aCW!TkY(4^~{OyTv)81=XY4}(%Vp<+1fb3OW2;PA7t;dpzgyG4RNWOykWyci8?pVhye3-9adDXQeAC;Bk4VhlCMqUOlx8q52rI$O z=0qEeS;Z7Kl7pg&@89Ib12PV7bo~2=RM2;M!vvF|>Q8(P$bjm39G3K) z#|MDYh+|dM?C2=%_1G3p4ffV&A?C|3z#X^>h_`aB4qb_~WV=mU(vX7_R+4#FbmfJ{LviuNjk`ddG zQMCX;bMRkzbx+Q>gxgkhG(1}7dh<)RXVP8IzRh*=(ZuL@)E2KPb(F?N{W9gfB38z~ zMmiQaoA4EV$^DKbQT>f5jr#k29wUJ#eP-x{Z$0?g5m+yNHmoUlFJ^Rwj+1tvC%va!WoFNy>Ii%7Wj0y--No!p4@u#me%zJ$-&;EC2~T4bc|RB&#y zrdHlw`*>k!<-B7RP!=dK?srtSHNf1>(K;_Xe|vu%4Fs)b1C*)$N;C?9|7^P_Pc zq4Es09&8ika>BwTv%`7JHn-+~5#6HGmSQV2&uWA&)XWN9-dVz2TB&g3yaD(WZu#9I zJIT*;jp!O@`?t*x z3qm{OqY;I60Mq>HF(<1enoQd9+EO%H38ig>~&=Qvd%uvIOlNg-1zw)-tqao@AG^g z@#T>QJN7l8kOZCA@xTYX<2Evor{(_L2?p{2;B+bWffGX%$39^SUsZ45mS0rHoD#4< zA5Tr@7k5>5+_KBB42X;6?2-}{j7v_OkVP}os7WyfF69>pShf}9n~X>uYlh1|mWoyG zHM}kx;Bz;{g)I3CDER4OlKI_kclzwAC1o_(Sh}@T&&rrDE z-KL}A?QLu?Zctpal;|?L&4jEkCO8mIby_TXg)iB+9@71duIidFX{Q3tm0g)u9kjI` zqJ8Ls=#kN62Q02xpz(LUMpmg{&wR|@jYlEQhjrgm2((Oe(Cd2CSyE4N`>9h*g787m zU|Lvd&a#{CojD$RUCK$GS_jBv>vJz-Q!pz-xoOx9N~PKa44Lh?0J+7}tHvZ~548_l z#s5CSFRru_BR;5ef8W7n3gv#y)f z;@6YWZG7_ZLDiKfw!G}ky4taBD z`)@}aooDyxQrED$4CD{z1@%1g?HvJ33#`k}T5Ie9aKGe!`q$YOw8r16EXhR+?@XSH zKWz7ZsBP`SAC+k+hg}Z-J91My&-3)}MnEbPaLqD@_cy1p6nRv2sDo-3FOog8T`dbD1 zi4Es~#Wn6(?>~HxURAlkFDAESxHsQvFw^a*_MQ1EKx3!qfn0k}F>wd#hN<2K=J&K; zR4%?~$*n@}9=J?t42icauwD1^Z~C2Xz~cEdfA*RC7EJ=jikUVW+lgI&ZqI{616H(i zMHu7S{sVp8PyoTwQ?}I+-{l^eWyT4rEjJ_*573F+5Mh?wQ&Zn2@~G&WXySh*2m`f`@iGP zbkG{3*Z`fw7KOwotsVPhR3qRRky>kF$KnpNSWVt+jUjTJIN_e9!k&QeT3eTe2SAeF z#DV{8Il#kuC@!->^n z2~Gk2-?Zbjl=H6$21JK=G`>-pqjhLKX{|Ck1sYw2O;xuAtxA@gCWebtw5tyNm+;=M z%p>Ncx#%ky?!7J7$wgpp9+3Zw z6UO9j6{hMV_hi==3lI^G8)Kmm*qC?Ky85CRsRHeJ0Wl{}S~4l>XX7THEUdVNnj>v} zpcKY?N&$Q0QRGhSJvw`Lg)!>3O4fs9jY;@6Cq>mdSAlLq#rRj{e53wF-^DF<5yX@} zu69ScvGBscYNEe3pr*B2#QjC+#kMVyL-3N}l7UOnA^ob!>a!aFeQn`A$19Mk{oVLW zniV)s=2X~f$1-8@+D-e}@BP4+_#z^tOm)~u>keSA6L@v*3zR{_ulUZY!={T03u`+@ zl-^;QZ_~jJycP$-25k_j7v~x?hlx3ja+e=Z^Xm<1kIm;Dsd+n)gaw~;+&^A(X3sD4 z+x&ftSU1J{S9%YczL(Ym@Xk@9!9;PLgx+NAQ}LT(%GkpzxSYb4HQ4#Ww}e?H?qS>9 z5Xm5^B)cRMGVOs`>mYE6vfLK_HR+ash#92-6xSkk_AGhJ1|iI>%S_vBOgtVrUh?x|$`I(|afDm0MKb?mHG<+hea)Ju z6!tZ5YwMsS-Nv#{O`anG;y%eOkXti3R|HI>^*bJwc9brQVXmq&35HN-1UGb}cD^0> zRe94bT^dvhGd_|$6F0@*S~Hl^3(7S52HD(CK1@En1#Z#(1$xxh6WrzG`-*NTa+Mcn zOn(7`rgI-dgOm8hNQm$t2dZdb)774=IT31CeF+qHr9a;7qFMk+0$pG9E~4&z)mr*+ z<29m+uyv z%R9vwuXQ%YtL>q|;*sxMv?bR@6`Y@f(vsTm#f_WpsL?cOoYXXTBCRr{t& z@NtKU*5*q&r2?-BoaUU9PsZrNc}VXlA_W=5R+g&`1*Z!yKY3sM^>#4-i)M-c((A9W z$&qNQ^-c_j;fwH>46aVsE_YdiuBc0dX%g0lNZXb_5FmI_&GpOPfK$0d><>&G`wd*!#< zYDfPkObZg?*0sWSmTsEGY4wK~33SLKKKWMiFhUEjLAQXzY9N_0P^itF$1*kVI@-V# z1(Jg|cX&pR+pB)#3%Txh;Bd+iblzAG^7%1&gzDYTNnM9U9MB4w2X+fyNf>?j6Hhh4 z(Qq^o&w=Kn6L*AW57PB8xBL{=HX)DCxjELXgnn}lRU4f$;(oCjHwBDx-P`K_X)p#D z^eY-3UC|hmB>Xn61#*V+!|#&-we0F{#?M5R3g!lbUsT_{>G~i``VTn=p+{9WGGKAJ z#eBtikwyWI5R|7DqY{H_GQ}B8p5GF0QC4M| zH`;;iMoo7WD#NsM!Czd`gOt412^zP2AFsu^kl8Z6fGdL?FzTi(f`M-NUU_c!@8k<} zL7&6do2mGFm)wk5Zt7{$3@ED-IHd9Vhg#1lq%rM+WYL_&*-?nsYOVdZQOt!zqRC7t+SYsm(XtQDslYD;oux8d5XF|}0*nH)3_qRI?F%Iq5V?!!z4%>~g zo>NnE&_tl#VfS16P8y3>l#7YG>xKIb^DIO2vtQUoKO>DJx6*Ts+8JP} z0A0IMFJ4uo^!Bq8t0vveg+W^T=7LTuN zdyYNh$gMr_Tt!t^<(Ggw?=!*SCB@~TqR>-p5@+&1nNR4p+QX3H`(4Frnq#qqR*y5= ziQQOYVS~xP;Phz5lzhorf&_Gfdao?=+oa5;nkdk2e+mC_!e~)NbI`jIA(b%jQP~oK z^;e;XPOByE2?&-;vGr6k|UzuyN2Tw;R?kVY46zx)Uq#G&Gzgom+>5L)>hpA zYt?kK@W<8iRAkUX|^d*b)GUv;HO>U5l^E>gZk*C?A0uK5={Lqur~p0-PB0K6n~H zq#H6MdihbW2Bsx@;4^%TgV-NtNAx3}{;+K3JFTw4buhd52#5(aI*=d10UI=5Y)Ml! z?|q;c7m9GZ9+U&3o`+o`yrW0oUALIs5c&Z;eg&$sx)J|-x?Lw1d?K>+D#&qtDRO;n zYTHbJz=4mcyc47ib7a9*Z29-JzPUqiAWZ{vlm{mKMZi$*Femr;F}x*hzNONZ4Nv)Nps_?}P2qu12{pZns6)C(;-rEp7gD!{ z&Fq^I{Ad_x%qb6XhdZpozh$T8dFgYW_0iBTe$LI?*p}kAB1H^mqN38WA zGj$i4h#yi;Jt=I-30u~hZO!`!yYTl-?H$kbJjkc2(Z1_e{Rg z5XDc?Z?&!3QFxz>>q#at`KWJ%WDW--PVWsFmLO9)-d<}bn8XcBlLOX7PHskD_>Eq9BiTn7?9Q~zCpCR5=$$m9%UHkST z`6fkBHXKa)fRl29>UE})OaRZ66{D~lsUbaOf8M{A*$8lXb%P?mD&|cNz-94<*9E2l z9UJ-YfU)86fC}}m(7OhP&C@D_M$-*S6v%UYOkuv87Vh;w&ny*owNT$Sq%UYImq{D` zfanyK$tY-E9KpZ_%cXA_0MyJ*ua-IXUByp$21$Iq&`2+8=)WJF&u^GPhj4sBM8$;{ zlJAflDD1SZ`FH*ILSA;7m*2sqX(6Nf=YqHdYNwd{Mk`Uau3xc0#CJ%vKm4(}U9KTm zj=Cm6xnmu5T3>tgoT90)ZrFJCmYZt6zhka_=)6@&a^+#N$oj<=@D;jVwfdI>{*<%q zL{W2okGsX^xzt=$UBWT@gn|7@U1BN$`l~a*=}1tk{mHl$+?Vcw){mQB=~Est7Gor7 zNO;p|gI{@MiHSi4u`*8#daeY;@2U#LUaD@P-P>G~yB7zUm!7Dl_8j+0A3akz4iOhh z>p(o~R$s(0Za>6*k4u~gf0?exWiwmBXrZ9W4p+^gr_1QM^s)u><`Bg%E{`sU^fRqk zkr;mF>9WY0?^%utBZ~(RmA??oS!RqFW~rF610wl8X7<|0s^Lu@n%%a-8E6;oWhZ^q zbbU{V7MH&`mxV^u2`pbG+?Y&1Hyv<+MzGXok#V0bC{r5-iEFl#4l_t#kEId(l*zJhR+Mq`}%<%9Em{%jv zc-J+RCVLF!Bg`Mw$01@ETSlqsoBBL148fCuzsYJeJ$BRMHxhJ~_k`!SA~L?9I+m>F zoTOam9$ojj0+$c@j}S*2cHZ~iJBd4OIzph>dW)SU1MT}=?wVcEn4AAVtQB8!L=T#R zvIUCE4Wxuj!j^r0*KV+YekA}dwza$j66>`OJ6u8!)id)B^%OtM!%H$?cpIJQ!`|*Y z-J%o_H=^eS#?ErB|G9YbfmYw3%vW!#&9p4v`8PPpR>B9o=GSN}O*M>kUvX8YpUq{H%HSQt(B&)GGU(yk8Erjo&t3*JVno_+fHig!zM?F-U0g}|+v zJq0xp8TW3|S?2<}lp`AsZ3E^mU)m}%ep}rhng)xP-bE5oo4;*r$0%VF7+SQ!glx_s z?FMGPyGM90ERr3lup}TOrEGS>_`Cm*gNv(lv+QlfXFF?(^v=f?KYoncD!n>waH@D~ zcU~G9Sl)H!od9$flAQ;?Dsz%^r%n{z`pD%o)*bNowxH~N4C^r$=9Zw9C52zX8z0I-v6kWNzym~sTm-L7zAAvD+;ynk zK(fcxdjq~Dz|x!668`1gs0Uf!P1Ge}j-=-T+^vK(?*xil>~c*a@SA{YF%AF%g8G4> z&4!?(E!wp&y#9F=zmg5YlE%7xJmV4OIC#ZZCeZc8W;=N$i@gU1Dvd^m%Qo{}z!isN zb8S}lo2iacJFwj=VqS*rVBehOTYs(`#!HGpL3O8=?2O10jUbgbEOlXdwkkn6TTjnWV+5P z&~!)>P#%aC&)fjoIj^6EksTfmsyl3Hu@_DL{ouUl_&7K}{h8KM8h-H1;>fND3Cub@6gdq~e&>~({A6UN*Ma@hj*8>7tiOVhK9`{hCN1|WQbQZULO z*r1zh^sLXngrHXL{{gtpTiRa_kJ(wdUtZs_tnRs(^=2`#*|<+j&Zo-3i`xyvTL7wC z*YO0!KzbcETPI*zIuaHEpGZE(PqkL0$gJ0%d**y0hh_d-I;EW&H5s+U5iuIxUKfOO z;v|p1Fw;%HOj+X(z4hKvuuwQ*%qNO`Ecv^+KQqDIGc17;V3wFO)9~7)ef;h}tml=k zr@F1M0@s+$G;Uz16-Y=Lz55JPJAHWt8y*>_nzNB!=Id1|z<(=5tY{s&5x%NmSt-UE zi?LIMO@$%d1V(&Rso485c9b66XJ2ZxNO8pDO!CzdKmtM!G-M#D=PIy)q~Q&h29|i| z*^|Nl!Pjl3#A_pyJlt^#Sz%%R1VO{i4_}7@U-KUiS3pfF1)1_&1|Slc@^SbN^&amO zE@17$QNtuvB>3erK2YUJkIj$VSx<>uD__Qz_dbQjKV&(Dw%WZ##iRG~Zg#-S)UF5b z;W9&yjhfY|FF!c79xM%}22NS=gmz*BCX)^p*+IlZnY#PjttK9*G-_hX2&ynJ4icVA z^l6k^leNy?8vG8qH1DJ&tU*D3 z;^nXay~ECLya;srD(a`{D)+88y?mbO?x+`_qTfe|o@!KmjS?b)Eu0z+y;Yw^a+bZZ zVFC@}$-59|IXF)-k4b>*&%ZqziJB@Z`JT1S+&R67%SChIBsIlJk^XNcl55&>eVowS z<>lGhqYnjB+xVA+-+hRl6GLzL4A#F|oacN*)G0GWVgp@Hp0@_J35QB<7`S}>KxkR^ zTiu!G9jiBWJY?x;`W7VY+^vS3?zF3<86_Lv>dIAxOSW93<5}*fdDha^V(xNXmnkJ0 zI$&?@de?6yi-V#AjW-GBUFb-xtXJ3!ZQ9qldJT~};;xf5jiz?yXpBN|b8G5*E&y+z z1^#q}0LS?GALNU3|3nbEqzM(KpiCL&nPe#2h5atuNcnFi zD3SKJNJF+Z9{3AFL4`rpe zTVb>2#NIg&ddxnf3psgPjWF;Y(9(_+k=>EhM@-eJy38B3#yO>x=~0`%7;eV^eC^ zm1U&S?_|-+AzlWcPB$Z3Pj}L~OwKQ@yVwf5pD2~bLZpAK9bDk1kBna8_*zvFfjyWR z!|JrsKQN;n_G|kkWJOC3U$WH?#o6cIb3q##hY%^N_c%{Bl_*pV_g>iIT=xfSmr}Zt zeTunM@?Z0^olB{-Poj&K;Sml(T$DH-Y~Gg-*IT^udfx{r3C8(1UVXG%?HPp6eGBmw zq0$2HeGXPPR-ZCDWViIp?517Gdj*Y!=++&lN17Vt+Mk(aTrD_%z<|SS)8EnTw_@*V zn_L>QJN}2gTnGEDRRSR!ALh*L#zh*pW{L<+3SU~Bq^`K1(`{ULf2#t1w%rFkc3GC+ zt~=c>w_9x{8gk_OHQIwkPo)nQgpU`~bNu&0P76)r^H4UYdN$E}OVmV5-ddfosVquo zZNld^A29N%fD4A{n3E$_)$+((H@s3dMXc6PG=(#Nzx(}ZTL3r@1y)PGR!h$RK`d!)6LaR9zzJiWaCNM?oAt z0(ux|9G2S@CGT%Z$)z>19=s>X8);7qKaBZ*3d;a$zYN=n^-_G z=UKY~)jv9a5-@s5Uu7E!H9`$YmOojk$~OlU&4Z)5jgnn*$8H*n&q%lm4|Y_8xcR#L ziJ8sjLA4{0t5tdkZN-QZ%@v~+&^F)>1RMafn(IJA@$-p*D*Vf$4n-HUvEmkfflCcC zBmYVJt3~*3!zXZ3u-WtE6aFnpOJ6A>ja*%9F^3id|2@2O*LRyUNSy}f-ktIz%FCHH zs;pHx9m&kP5?%=#zhW7%`J5Zu2=&QByww5rOnN`E`)AbZwa+YofN7C>%Z_vPfu|e* z#wf&FtIIL$o_3M6{sh=hac>@f-3SR6tl-68HcV^31N2jnngUl<=*s^^%+AT*Y-ow1 z*o4uWam}vg$2y&*Pf-On0XDwhbXGfCCj;mPz5Y}-SZ{2mIIT?Lh ziF)rVA;F_jgbU~MagBPakbiLbZ>`vaqpQ4^mVkm=v_Rw2?BRDtr(h_T4BMchEK`Y0 zX4n;kBHy0>=GUlL539FRHkc3ozq<}{X97J2cqK9k669yI_1k9D6DQphg5|!}ncb1! z;2vG`oDB2^U_-l--E}JKhJmQheT)dt@?0VztBS8nwi-gs6e)MBgE;L9m7t{^a>nP(a&8naLfNG|WoIc|2;FRQbfo2)q@*R47K{a;<>)+K`?>XEpMK>{52ldqBf}B5pN*ZAY8N6Muen8`)FnlZH>viRx1(W!ONSUhNoe0-snBdgAnWtRguU|u>*=qoK zes_=S5ZeZowic_ z77OXQaMIeH^~-A$UUm!cJVVl&hki8+8~~N!@3I$i-t-D%d5N>?F-I|8r_%UCW*v2j zxPYDfu1H^MxHjAS>72?a(9^r@>6PA8pUX@ZMwf(B0S~n}sPE#0cb;$1Ud2CeIE;4m zskdD)2So!a!}|(01@*f<`o)cc7c)X&Bs(} zRI`C6@4QkNIr!p#r}N8Nc+pzy7%E|JSh;|T{2PhSHdI%ITAFd)BHjQ8Jr9YZmQ|4G z2|nNcVD+GoQJ2kj+I-O>K=Tza5an>qt}PZ|ELt-D;TjHUO4cLQ?$Jd`Vu ze`6|6A~(5s-4h{3P>ntHkc!moKpmX{x*SMHUBcyjMq@`xiKbM;r_<( z)ZY#ywrXuBCUlbdpK@lLv!Cs%3Hs8H@UETpGQhZwqO$iPbPx%7$u@lO=!91m>vT47 z2x}fgwi|z|wLMOy_W!y0e48U6mc%f6X=<@QJ9ex-^XR98nbc+j{x%ezm};kUX#9r4 z%9wbCCp>0Ygv2n$1;zB&JW2Oznc7XF=x_Xh<(tn*_NCKAEdmrW321YUF8J~bj-_>Q63Y+Cf7PRnpsQJi!a(c z`naFL>KYEa$QznWr`tY4tOze_)`*W@!cl%k`Wu~)fGnW_K;`_5F4U;;6A83;9OrAF z=*0eL`udlk*~$U-+NKb{HYD)_uU3V=aa=|1Ey!Fk+q(0fQ#LXECrU&ZW`C5J_|2um z3evGH19u`Ec@@x?e;p&1yF9b|arnlOkVH(rvEhZu;d@mydG-#xAeLu283pY~2`3pH z&Cawx=Y4((?7A#iX}@A8uHXi`9~bV`T~nFudMny{ z_?vl0hR@ie{C2H3RW~kG>53#9zh;Y7a}iOX7}dtXUnzN-k*mvGw+Ifb-!2+T27m?u zJ6?ZqVzhdpX}}fLxsEg+nt<|cEaaV{q}Kd2;1hjskESQM%Qy= zO(<&WufFl3hWDFK^mHwUjGKQ3e}6n-FhV#IFN@tc-fL09R3+};0Y3=p_`tF`ebXZ= zniy<}#oONsSgUX{@LxpDiYB6uOWxwit97J zHP~Wpu^N=Mek~&K_SIvVXWru<7KQkt%4%94tF$2=ae24A_8igm$?+Votrv-ECjrFm3uOrjD?O; zd{G13bxK#iD$WWYB%)BZDTFH2`=!T=JnFWG%R4RlDesl00jNUty?2Hqx4~iPZJTspI44X-Y%AzHCtoPg*aC zCh6t;9KCkwpp2AZAB>g9qeOj=z&$xa$E0RrNmcJ;QZXRX$Hpj5b#Fd1P^k9k<8X&0 zl&!vJOyjMNypq*kcq~*=b=$ij_Gsv7=y=8#xN&JSLvWwpkzupzE%F5c?7Yj4@Z_$F_ZjhF1AMh2_;4So1G zd4s88QKhqLn67j?LarfIN4F%q7P~;C<=UU~~{BA(A6RFN2 zxVEv)tx@cK13oPh=e?gT_wDatKA6}&L7~bb44b7AqXHePV~QS(CP*%H(8iI^>klS( zr2nhP^1o!*&KsP3IsvNHX-ofVjG*CZ94OniG4x@s!AqRv_l);FLzsJes<-F*1d)r7 zL0GMiqyQi3olwW{j|-OAa|ssl8rjR&r6sG_*=-x(;>V6)dm&{_=Izev%|zF_yOIcc zcAfVtjwo_mj1>f9shT7l{Z0aZIYF>1Wan*zS;=8VVw87_(`URYQC*zeFWp;EZYVBY0E1*I)t9~*mBn63@dMDZD{V18U{s-#M zD!{zwGRS}DvycBJ4_$S<|Lec1(Ch_Jvxv~yS^u832o@U9T>p{ob-VuK9wb?Opu zLW^zbo~Q#k)>d`D0AxD+aMr)LZO56(w;=GvGw;SIl!@jf*fNW3HdagG5Xi!XzOMc+ z4e#|r^W6H%FV_+Rk8f@qmEDib8lkV^Oivg5hZ4u(|C^1+?s0~ETX&n&NlpOiFK{%4 zy+Pu@1{~fB;`thr-8Y-E2!g$4W~*B^GQD>@IB-qI2f0g^nXI{ri3m6B7H^;B5v?NB z4%cjbCZ;gxfm;(49-)%wo{42#k0NeA6b+$y<^E^K=@+#e()rMNq=cVPL}~WRCv9qJ z{cKMApa&@bcfk#P@yQGSCDHX{)E#*8Nj(=y1gD;2d{9ikaLazDA*9Ztf#Q9*R>^xQ zAP>*IVU$B)KWG4PabO^xowzrx0_&)gcinS-iUibHs_G}bYDSgNZSNr;Pl2lJ+D?VXx^ht)7k9&Zv)p|m&fHy z@HF8dUwOM|S}`fKANzxCawoUyytgYPC9aP>p8ZW{pnA?1!v7Qg3|#fo!v>igrNBwg zgYz=;>3^8tw^*6+ zheI#kpRyXP-JOUhT0Ax`f(K=vrYvQU1zf7`D;Df!f3~tCu|XYq>!Kr!o5u&FYUC60 zodp^GoV%`O-7+U(nn7l5wJN6T_#0JBhz#%B3899KMn{iovkmln6_JP{{#DwlcxGI< zXBQ2LcTbi4QFe6pljXc#jso)5iH|Op@66w1*L9b@8vW7B0Ab9tGe8hyv)TI`(D=!> z{RaE!-@gh@X!EL%M{DJxYyKGomy!;+&+!c91cTU+MGSXn8bw!Yh(Hw?80qB$%9(a- zym1|~Merw2EOnrV)Jtt;O5mQcnZ~)l@?dRx{PC0wGgH7ezNyuLU+GNAcu;~y%x%}_hs<<*sY|1c`E74q0vdJ}XCu;ms| zZJK8VS)0a&iEf7*(A5CU54OJqvE+OzG0Nz9Xo+gi!vV3}L((>|r>NVm{Mo+plQ`Wl zv-4xsCkf%4{{*oW!mMvCWTM74zM4>ej4Lh<%x2<6^QS^^v4LP+&?jV|PB~%W#-{gU zu;koCCHR@ZJbt?CZL{=65Z)>9v|1&?n_lQOGE94`^?|$O6DenC_A^$cwvT(4|Yv$p*=U~w}aLe<3nn$c)J5P zp4OcKfu_G^28dJp$^tU}v0UQabO!g3!~4U#=EC&>H#N_w{0MLLaIHAVRb64bFh~|pc1}4>Fq#6qn!kBC z811%@Ecp+mi#s=dXjlV!u+K}j)>Iyc1YVez3wWueqPg;)SfFQYpFQL22S6G^GUNjr zGvXvYUeO9$Eg-k2=Us*w#MieWZXavM|KVg*ckH9c5;F42mLA(N#XQillX(OpYig5W zO$Vqd-E*PhAZ=f(asSPTEV0OUa;z+o=Lu9h(bXUhthZ7##pMuk{CJpB&0BG5dsc#| ztow#CxiV3!SqeO>PW^QLBFz>3L=aiBU;ONodiSRbCGyv}#IbfY_y{oGu~?`!9++Bo zOJ_gCSSFCB>8*xcxe)cdH~Ql_*)dOZ?+(w=0`z-w4~KE@|Gin+ zv5O{Oo1}i5lg@n30CRf9Wd0!nt@IH&BX?uv{p1&|^5)lC@uBq`9B&O&PGC@##p;%H zoo~7oK4goJ{nmJW_>&F6|AtR5?wLjwH8}|;qmjMxlvQyQ*V+3PNy07l@T;QQK~~8j z*`b_!i}XpJ8lw^?_%vQ3#?#Wg;;ZWYAF zLSv|^`+~lIf=>*26fh{V0BSQmh2c7F7a~0?=(Mw_20iuUiCFw;FUxOh-*b+$ZAVo8 zUF~UBTK(iy=HFB$+14(fFa11AT<(jSr4M@K5k|XE6V4Q2Bdvi1<`PVNX~Ke*?WUs9 zDfz`9%JX0US7zsDWoC_b{_B2ut>PP*SAU-Ox0UWL$8_ z%w;BXa5mhaj7Aq7F}8h0vwrNv>ZpJ~420>_j}(+hw4{`*+? zSJLeF=A`10S!p^NoOZn z`e{#PBJ}||7~vO-jNuOtyFO*mzP#Ll?aXO_;oWlgHZ&*S7iAiT)j5^s_v=R5J3{I+ zng@zNwjM-%n-r4qM5{d^V7{GEB59WyZ;eeP<;{_;U8orCg!Xnv;a3j-jwa@9Nrbib@u> zVt}!M%>(Xfx39XU)5u=$;WjuBS;??oyI^l_KWQ9;zsq<%Pr?(e+|2Fz{ z-O_O{b-nNM0+Qu*94fa=T<;^0#yl^P`zW{Cerx41o7v0-U5m?ma3m3`GpM2FK8#ok zN9x)ULvrqZ(jpX7m^#42Jk0d|gg3RUZJ6t`wSjV%84_v`JVF;*Y`^Xa1W6ymx33Eq zJH;+BhKU#DdUA z>f3K9mvDPWTrSHCXpV>Q{ly}NXhV-Yj;T{GS!|n3AHoo8ZX-Ei~L;ag!)I59K^m7g}h>x zFtw{SVy9U=n+?@i{rmpL&`yQ&Vo_cA_`&w`-!QG$?}U?N`yr^Y=HK#8Cfi<@ zt-&Fv91Ts=WvmXwErpCXcvLp6ONy*y$4$B_PzQz;enMJ5Qdn{B6bkNDy8G6DHF%Ij zZtaWQSrauZw%K86sPnM>plU|_t94dz@bQG;hF}Uo`>h+OPEN5v=$F7XahKb2$2m*t z!8PF=BuFZ>=QaPDpTA?>niHh$K%oVyBI~@T$tWby!m04YwtbNZdpV)obFKH+>y#cr zMY4?k*b@WHH3f-rU759KTI~(nob}HG>W_hlp;Ae$0jKo9ovW*`(}csK6H`Vr31yR` zA$UrY`bJyO%f&-{h%~|XasJ1tvtq$2AE+_Xy?B2(JWruv0s?iek7J>-q#L7OMjsm-bL3BvRg`OPgiD_rXM-^nVN2vIx> zG0=KmiE4l^Pp-~##cFT?(8U%tpK+Gh;>@;%OpxBXV>eD(0Vi=-AF2zrY)^-fY$U8| zK5@WaOe9v86eatsy%(+^Rdh>k1N?P&)1HdO-7X9SQoW5qhIzXCfE<;M=4R>1MGj2` z{MOFToq~50p=uQS*|_$yYE-Dztb@#ffTjddN5mCRbMP!MobnXv=6HZ+E6iPzxR~2i z(-0dH`E^3ax|-w6d3fvyoEXpgaIspD0{MPwy`w!E^$v7m7c4|-t}hr_YNGl8JG0hDN)!_1Wzzny2+p5nriQrjFdg^C`DY%l2# z#va%oa`mPanoR=;6_Ip4THiUjn_9-W)Rrne?k?%$?99}-KO6=;xHq(=8s+_?^IXPu zP4kz=ZQr6sYV$jxISVrHKAvjR+aM+lY3TW){wRYwj`6L@$c3(W@^#1w*mt7IMKVz8yDrw5;3=db8?5|su zjuM`f|IpK~lfosZaZ+8XITUZ%yi2dS>M+y}tiXw^!plQX>&dgp8$R;c*6pJo>5}Gy zuMu%#3gp5a?4=&eRZ2nQq#o;#gdtT4)W_U%paidiGs`#>#&7EgYy7cM_S3Y5YQotuukjs4S5+v8?U4G=^a-QJUb zNGq=ZSwo0m%9+O%)@5SH+P}N?EB<9hR^8*UkjUY0`2neAt*wOc-cY+Jw0~AeQBRE7FZR%Cu=`_|HIU`t?egR&p9uma`p} ze(I3V+g@J+{&&+?zq5VrR_T!kp#RmLsL!aPapyPA8V)d@K^j%L?b;`zK9_$$K8xl2 zdP%tAnjP?}*3MlK0nRdjPiL;}+oF>W%Y!gklRA?)@6W6)l#s z$od)>JhVYLxs93TjhX)o!An51=)fAu^u)OY77s>Wb+g}_m0R1bQFRM9ae?RuYS8-W zM^OcymtzZDk7ei(3w2=01qD?pUkR+!%D@Wq1vP*RWGRM6=t&cS>w{7PesTHBL9?3P=*g%Tw9~#5=im{RrMEnxzEm{mTB1`JmX9lxxVg)6gvbI ze$<^YVKY;t?5u7tf3EbpORH%@7`OTrU;K;;$oX@=81}DT&GmA+`nj@pZvx>O`u&r7 zXFw;Nz@5-sg}r)^JH5s2Bp>IN9z{~2GQva?7Y+d0oo!!F!^G<2Q$E#LM4*FMXr`OO zi%&%M#yiaTkVo5c{R*($K!IA3ZwhW{1GRnAdIobd(|{6P(S3x46ZkyQsOri6@!z~L z1>yb|`$4yH5sD({yR6C^ns@13c)dDt;-=2MajriOUdp~O5-xSAQd(O3v5pTR-oAn4 z2Qu9Ht4@fxFq6OiNK$i#fw98qP}|mp#z7f;IY12g#3tI}hwUoOyRkNg?(adCrS|~z z!F_6&T>k$VI`2oQ|2U3oDzeJRyrS%pDC@W+QDlbfkgV+Nb5~zvJ9~3wWD}C@GS4V` zWFF2woO90M*4Ll#`Q`I^zn-t>^YNTFtFy}`MEohOxYn%TK#jM1zd9!)MCnQ2-KV4I zbUKnD`op+TENar$6xHLK=`wD#mSriKq2)#93)&JPIosbJ3{+k%Q*35g)xAj4fp%r# zF-&wO_HS9KTB$Dv@lR(S$TmDZp0XU1)C}QNYw}uJBeV-ie!)XJX=6cV(z$I@} zI|~|_*&#y(EL92M3mu`h1~r?Tu~Et#8dtSj{fpJaXs>kNB<=k$JZBzY+qU3UO-)?( z2d#AQO^DhwcT9GL#z;@9SV75{|3KJz?hnn#1w3Tl}0^yyZNL0FZ-1^}X=MxFya{K!^iSIN)gf0<$&>RKSs3bf73sOc2(}@M>at)!{x_4_f?j%?KOVrkI;zRSsG` z{a5<%^jzT|eNqytqiXNo4AR_6cxka8xydourLWnZe46`0r>TRbm$b94GECC*1J1;P zem)A3<=STDP;Y-ncp1oRS zl&%uEL>JZK-gxy1CP8iolH$wrn|-3MWY;YTA*GtSzB&6iZXI#RFQww*CT5JT(f3`_ zTvwHVE~t%hWo+vy=RKpO`nyG6`EG6Dpjqw&y`^soF1}AM7e7Lq&PhJJ%S3WbiLvMeV5*ou+3{Xe4LB}IoVO76i6eK6in^b zlZ23SF*@byt^JI6ilG1p<>gNaIIYy8B~9 zWYI`G&nRuBAw^}d6+a7YT7JYh{%O`(rMX6UUTiL-l9Un%F3#0?mOFR}!qx zo%I$AZMVK;Al6z;n?cJ%sRMaxaohhUR z$IVdXiFYL%S!RZ}*m3v0%nxIVBhCIpc+OrlcpgjXF5qemQcs){{kYdgudMxd^P$b0 z`KhjCi@YwCHpHW!Kh#`OZ?XZdRBWRK=DP*F3dROA1-s`tegzGVZ#U)B3@((kO24x8QW&)_3>?(24a`l2Kpk?~^%@0`@vCZzO1*(~fqlaC>CR{|eCJV+2;>-~R0z zo;!TkQ#_V+5R{W_wo;-r%c~YWU#Tc`^|$NS{nh4*ynJ)m|_go8h7eRJuhNO>=7wuxfqt2Z97y@&wmAB9Kn3r zk3VtZles$cws`dV3M_{IOM%Yj^DfxsC;Ls{3Y3fyR$nit>M1DR20OamePRSS$-4S?Z8Nwz(ftyk^Y;w^xN;y}7nS`hF82Uo*dDweC}^O40D!e+3a$4Y;&2H=B3% z^(C|RK}kVoqjrW*-__9;fS$8oCb6{?X&*rTaTAT|QNBp`sUmI{Dr^HX0HIV0H>?4~*C0uUlIe!rJaX-I<7%(W%KxBIcHl?UQZEsgrIi zVaDqm!y5A)odNm{6$0!boqM^olJ@E;z>#H0{M(K^`zyD(eAksXRe;%h3bBZNzd3!Q z^~`obI3fM);10L`R_2!6B-6mW^ZFj_E3kx_aj}v7-Vsr}f!Zp5BfLb=I5k>rQFy=- zKSzsOkECWc{j#OSU~jSP5YqyOEf3wHkrv|Xe3fx5<${_}R~=Ft!+}%QDC;dlx1Nqv zr;E7Lwi`&;GSLj)e}XZ!&V&l$nRl2rAujI~wK?DeaJ2EADFG?3!)>E&yUbB3<#;)| zZE(rcf1W^`kNGh=uMq6H(bwJlK+pP2rJ2pUB|f%~WRiR*&>5jJf8%YLPtw9f8E^RN zrBb_nut3A-z=O&@!u1{Z4%j~pJ_{q3nW->u(sg*dVE`Z^v}8IO5hlm(-}Q>a-M^euWf<8|vdM`3N%r!p={fe{_ zoH$;f{Igx9e*Ssa-g}p^ZIC}s6fkKYGBoVDO-}=MUjBHY@!GIR<_L|WwNrDz$)9wQ zwV?V1xEnL~$ugjRHX-O_{`a@1B>AE?#}&D$8mncnFqLmQ_$QT^Y_w&$LrS3-?EEP} z{#<=*@39h@&C#jceQG=$(BxE{>oh_2q?w7bmW-E8tP&k(h3?bdxT?)bKZNXt1f+If zk*QiceO$}S><}s5!8@Oq(pLTo=$Z}Kk;5}>rOPd2D^^Qklm3VoTo?7n^qVw&4^LGu zo*Q)OH^`2PkN6J+xXRpU&Dz>ki#KagQ`Y%zEhgsL$>LdDiDlZJYAh%FJMrGYuqZ@2 z-Rl_v$i(k&a#Nbts<57LKhg~B0N5&V8Y|i?W7n8g0^3YlY7lv+x;z`MYp8t3R~BR( z9PrI%@Lb;>6uj?c<2n_GZaM4Hmz{!jpHZns8_7n8p~Xw|HfD41^tOl0t7bIyLu{Xw z$Wp){kxagOaXmvbyfKh;oC{m)6|+n}q`IDUo~JUoGqOgak9j0$nYd-B3 z_g7uYrmJyWy6Ktb`VhOtuLQ4o0YNtjRYIG$Cj=GU;+ z!d~xm`)}Aqu@8t7e1Ydkvom@OLijG zYESB}d~%@$uDOj>+nd#Z|MLL#X$B@^w9%}DQb9KxdKVaXO^WemN z!=S^q$-Vu6UlOs3A%ypgR5K@M_%xH;-9#HM1XG`Z3gw`WR$oROV=50js6e`3BfeO% zU0S?AcFow@t0K?f!_`80n0mhVnf+pLfM)5fs#Fa9Y&0h>m&*M&! z2HMIz@IVvBXS8-h^1rqG!bx&jNT##N6$U=eJp1}oYQdc+<+6thbDoX*UJxHZ{h5o_ zi4&=os=aCr{~)}8jPUfo1py}FXE@*!EK5kHgyx-K9V$)rHU$%mcLBND_KpEZ{UQ$_ zanmdiyL`_X-z5pxBL$J%{eZ)=3)cG0`S0#bNV_{jPh$>Xsou=V9Ul>}aDXyD%kgB8 zWzdH+`ud+_=L(?rMhFa)1O2#n@d#Bl8+m%eMrSGP%hcPb>E0mkjI-wm^}Q50E(w-U z>mh`5w-OdROt-!^7;Ovd%c*xM4Z}7>|7wzA0R;kK1=XpWJ$4M_Woq3}xOP=@g$L zIUOAtTK%=EgYrva*Z6^I9j{kaw2jj#-~pm z8%%LZQN2cZB^Vj`Vkxai?a8OJ2_72e3$b5oEm83sL+d~N*Brx$-6x8Q6(>P~`cA_; z@n`w0$HeB)2ZJWQq4F+348x`Qy9q6#BpKO4T_H=8L6C zy-c2Z_;CE^P0vl={RvVBH3*DQMQt{t7kt$=eTP*u{=ORvo^Whce3(UvY2a$P8j>66%^AtD?icO zF6p;ou|ywIQT5&VPA}8k)$KR?8P+^EzAAp*`6OuzjFBwilc(cO^7$ck5o`p*OmHGy z7+de-N&EGSQUpN0$gv0>wOLWIigwJAy~AF#C;Xu(t?HLoUMi-X+3Z-$$;ub&i&(I- zy!wsbv-aCF=KA#$O6F1<4LWP|p(xo{B4;@yqg~&-Dt#dE?K6>GdCnIiK?~w@Uer-? zE0xn(OTSuf!u7l+lf95>vQtns>_UnO)E6?D*sXmhnX@Da@T1~Ncd7?XjI@vvS$*kWJxGF*=Kn<$E`IK>NinuGU$H<%;R?UBX62Jn zz}Sl%Ahn`nTk2Z4M^Z-OpS{6VY)Z|6BC{&ph`N6sjP4zds>P(`8brrtHB?txmN{ZEnV0SFCWsv) z!sPUa6&(NCFWX3}8G65o?pGhy1^nYDJpP$zQs@^1iy@k$>S)j0Bm-&PpuuZaC9Rmz zESWr{)@D<&|30XG`}gU!zrnIgV>^B(ft?iC+#n@jCl+j`G6%wo1&QDp{~p~@4MIKDF!3r5p{QKx+9{|;?CH(wgx+Thon_Xet2PxUUT zu_fO_h6sMsl~$YS$*N9g{y?;RU&ojEik>y2J?zhcnv}q|c$)m9>Tj+f0jt#ggq&Z!y2U*8?O5+4i9gASi zyl18EpO)jC=O7`}H}Xpv=5SX(nV-JVt5ePTQiQ;^4jk3Oy!NL=^?GiQb-1Wi`KjAW zfgW*)MlC#aCbNbIbr_@wLUwTO$h@ck@kNF_hN0Zd@^LR4x%m+8!2c+#hhl*>AM2NN zRoPUOY+uA+O7Zs|dMr1uiXz#<0i@a0F8dBw!l_DyvOeL=yUjVB2`U}X#|=;G;2@gh zO+RhOzcfj@8fka6$Nj^|OcMWo7cC{e1rMp9l9H0{Tk@|{8Y%l8>ZB!>9y%RMh09Ni zmm0mSq*%ffZ>g97`$V#89!;H;omKXdzS>Wok&AW?O78in#FhA}jfM85jUOu@xkXA* z)`oX3URWvxO$v6PZt$)Q-0of`6mL44d%gfgf?9BI7h~93z86~ijXl;TH%~}7}M8$MLrQEmbe~r9<$_n-D;Z5qv z!2JiGpofa8c{+c1XbWG`qz{(~crD3fh%Pv37u$ijTZfb(=u3g0j30yZTsmi@7+@|W zX+d^@=|F{egmU2_-1yI!wD~;abzi}b>vKXCuQ!4H3S+|2*Z>nmO zd4|!%REnR=80Y1R5AZ0;+tuq^+q8AZU!r_$hPP~^u9%a}hs?%~Pn~`GxBt^Tqydm4 z`JdDzgW)j>)y9-~(=!RpbqOj2`x%pOw$r|YeX1Hzn9cH+*~VbA&>6hRDA(ai^~MFM z`DJDp1>H6Rr4vHKyoS*aS&Y5g_CC~nd^oD^uKKdEM)861^x9cvU4YAj$no|5AS+de zV1w>rJoxg}%NY|gU7OswB67~mm`G%tP_cL3JFCr-4)0#ybeqBp$$J%Y(tJT|(ce}d z;@b}2M*q5eqgcON-t`mEz)2)Nk#G72r>!!g^ZJI*^o;CRdJSHwHI}DBE2Mh*k>m}ais+@UQP5k198~awYD5$aQ z&SVPQJC*<`DWoIdN@Lg2M*cR})N)kt%C(kpe&6z9zvUtCD=cQl;j8);6o;Kh9zQ+auRM;dwhM(@#Utx|AI}6#9EznbCcgip zz#x#Y3PjqgblBkhEJC5*I-nz$n@+y(&|8Rj+k{2Hu5^sh24-qLHx1rwh{Gw}L|!F( zf{WsnF1iVZyriq9y$@VI+vXr*s(N^PTXPmzJZp%{ogqidC!zDdMm<-r;48+D7-~j> zv*G~rvg%@Wc@F14^Ab_MdpV$Y0xyQp45mT+Ij{MM!$BTc^9KDHp{yEMD(&Fsl{qoL z*AT5){{@ddu%@k}OxMrgUl~DGKSSerm?sWjJtF(RnUa;r+8*3<3KP?b__92wk%50A zW%g+{xxOUe`V%Na)6%@yFmDn?Fnc1!(W~u}`a`9|>lkb`CBQ>c3Qv^%xp}nM{{jT+OyGT&W)}_pX3F0`*HTx+kz>x zNhDhsaVYwu->~b1z7=%cCDa4S$w8Cf>LK^ruuSPqbqs!uj`1>7%}37WMA`$zeISv$ zL02~~>nuXz8vlFUF5_37HaUNWrzJ$5bmSsM24E;awbz7Lf?JgP1@L0|nngwA0w}iz z;Lrpx#XQgxtZ%(SgpC-dJr}2eAeT_I2>hLx5lvG+?;bM^h~9u9-Nn`WXhR&D3Fag) z@;!dog8C=+5DsR&31Ix+g`}H+kN7zjRyb$$3GN+=fZy;sqTtNI{s~4-hHC$ zjfdWF&A?JsT8HDqnF?wt5<7NSeq3@$uzhhO@u(U^5TRDDN?8KCufOPT2}v@zlf%$a z^HLE1T4XZt>UTV)eNX)c7d+>YK|Hom8pu47a^kB<3LAfthxop}=o++A<_bVPph~`? z%G#(@1=330$ZZNq3y9(3+we)1s}Mc%MvM4r@*(YFs#=T@!9z{aa=Cmxj{_+(Ns=jR z5%El=`5KyaD#%)}#PC|R1;0SVkYjXNn~hV@fsW4SM>HaDP{eKhmW4^!AbefVHnT`)6cdSv-0!_U$l+AJ1dLmz@D!C zKDVk?DIUtWBVi>;JHwslF%G=7x-_?_ynqs~ARil@%@mS9LZkI`}V%nxwy2miOK`9EMZ+xab&*J;~ly@li zv?Y?i*Pfj2*o`j4nIs`6eM3Ibpd-yAyfrbHFKz_X&!$&ar9@gt^`Ta;siPSe^3Vir z`;#Ix7xZWja;{;8(C9kKPYSLXZyHBRAfS!o-9RZ#fAR2n)h+bL;Q#s;<7L)0^P|+?c3mDcA{NM2qpddiFl7<>&HkAw}k&_f_|P4md+Zv(Bjf% z_`o1uD(z6<)nt=^@oDQ0+0T1~OW_*Ui%Omjs~Nd5cG*1O7JAQ&VNgDZNSr?%HzA{NVjCF^ZEa@d%(^*aPf80u;s3lV)X7DS5w0R@`1O9vP8`3`u|pEf zkE*>%AaqkBO_l2x!Fq{^JLX3~n%58W#GmT}4h(2R9|JbtqIcQ47NAs9ZV zcJnV5(#dP4`F&6Yz-AIl70NFIWy8NMq>sGl^$R*(P|huV!x`(XL4%N39Rk~C#Kh&g*=4K131ifQM?It>?uFg z*7_T6!YfMg$B@GdbAq4okv%ARDmd#@aNA&n4z2L(3K5Zbi|tukIb&w$ss8Gp_mA|f zpEk9-qNpVNZTju=@L2XA`r3BqB+oDe^epWU+&B=R|H1_2kkd6VU=^i{cPLhWJSU>H zM<*+I$x)4 zzS~=gQ|;RXf>NZksh>_P$5guJ^r4( zH6Itvrbp59ImLbJgVnC#;Pryf+KEZX5~~vK#A8eK-N8Ogg=FV{ton*~UoIcr$)i=t ztmOYO`>UVV4|mLB-le&2vXyKdhD@F|*cV)}ZT?`Blq(uEED58J^3BbVvD`=FO$3#s zh2sf{u=~ulYRSrfGo4VcFJo|i36`kD6<7af& z0%~n2i^tOj0$d)jYo>daTZ7PmxF^fc6R5v8H{>m1es_FW{1lWdP^bv-nM@*1I=BQR z1+@VDolE(uN!dvK1`J7_1uT=Ho}?Wb#%lFyPYF9XoJ>gZF!nefLqNS&-s6JLiThGt zjP%#X9Yo5C>xR{mjdQyh+?Yd*_mD;ZWS$W ztL>b&F4W<5`Z7#->6e4%-+1+Mn1GbN$=OI+3;);2!4h^#6vnz85~ONiZ8{5BTWk=Y zuF*eGd)bba38fF0dI9nG%G_T+L&uTFEp@8Q1M8%@VU7DW zt3l|W+q9|)$SRv{NhvlBDx(8%>)&HE+avX2%gBjnUge!2kDY*($RI17__l5|GU!rW zkqV0TW-lzJ^zRH~7P)oz2c4Bko_h1>U6F7#x6P#Iyf_N>b-wo(WyDjox8$VBd`5oh z>Z`GG=EFxEo@2u`trnkavaRQ8PAc5M0$Kkm&TktERdp*Bob*ivN2R~u#(30erU1We zB}sv1?zC!TA)U zDn#u?lo@#l?fx;ghG5)e^G?Ee!}ul~AM!X?N(Yo^E%AfO=flPu+Uv#()VeHA!8bgf zlZc1;s@Yz+#DX*06UnSxs=)=4rrO8`liRYaNqQwjlG@_RWWGGbYfV z>nr}#*1w5ml<2x-RdoBA%$t1)y_LYHQ)fWLEaE_8dr2JzxobIdX+SnC=2*gGGBU5EU9=#9vhz0yuHU4vA z@%uWIJG@e~*}+EHA9?`HSRZ5z*VZ+-@3l&)~9qlWd3rUO$Vs-qj7rFQ9( z1(0UZepI{y?iHhd$3?xvW(p4O$6~FijAx)3MPycWSbZn5UzmYQ#@!5*UhOcG)npIk zKLJ;6@Uxz>39{eAtb`QqWtK+T&C6(4Ms_0MlJ{H+=31xP&+}9 z_iQaZ(V_hHtFEKJqggypgIfG>f-Wj?r)f!+JIl>d8{Xu)t`~jge&`?@Qfm#z5y`TW zxR!WtBi7c}I&^kb{HP^UC=k5l&HrT9jtBj9DVg$(UGH^jFrFJ}b+kgl{#X?sSE+<+ zm3vQ5Uxs?{ssnRNTzpC~#G zQ2%DU?s$LLY2yN%9Qq@sW?e?150z1M&dD6=D7gRV%`e7{&2#J|yURj4MIIB}#ymgy z$&nQ_f91dza&@IV53%@x5lzslXg@9A!9|nnfJ?!9^^|~a+j<-3P0TgkLZYOEAFwE;rZ$v4=p)|=3aGueS9NXvkVGFYz35KIS|l3rB#k`6aaGq8z)ZQv zboRqa@7A5vUdgHIHdW`wT(7T>9vMteIaw_fh(vjBKah*c7s>Zog7YDGBlLS;ap;44 zucHosH)T9~Hemi)PyUn765E0AcoZ?Rzs@m`%=3D!>3x8wqVo8?EXpM`Ei=Ow5)Cgw z0Mn5&;V8UMuwqAzSCdpDmXSorMxi7a!$1AJwhU2@{8sSwO)ER#2hWywbW;rG3FGNwb->3*ZP7 z$rb^Fpq#m8;G8n-9iK4f!zxY`N&jwup(d<}^6$7rh`QWVLQ{pcEb#Pp^O`Sb4__w; z!ZA)d745g_yx*+%>gI(+dZhC6$jK~p=irydZ;M6?2`uDW?!I|3g!%*c?z^fXYujNG zA2!d=cOqyRaM|$A{LC8A&q2!(-gVmSF;EV*Y_idAQTAL-T($M%{jnhF>#TpPaH=um zTuV2MeRqj*SmOhQfhlEbN!_OBezAh!EGm(v^y~YV!Hp{)h)(6l8)@Aq{mCQT8F*Z! z@@jNBVrAp6*r8dr zcu3vmoyxVi(;2^Ysb)8kgr&}mT6O)Xee+7^ABkHB+jO_)6oNjFDUw0z_GZ+$YxbXB*=Dq@M zJ)8Ml!7XA68a&PIO50uO=?DWuo2Si3!fUXIG&MJPc9^%|jED5Nlnt*r ztVU5*uo5|UaMlSv)f&)5X$VlCU*xd)Lh}xJ;lzgA+O_6o<$KfK8{TO>UBTnIT3BsC zK5C1RYY*(Dv=Jia&0lV-NU{6}gHEwg?=DDN(>qwXEv#Z2+Ey^)C~1pzhw%ABLi4JE zThR|-9M7Bde9_3^5Bdt)82>xZdR5mmunFs%ZPFu@vEjc}ix;p{$9J_Qtd~Hw56_RR zrcE{9b~df1_J?Mjp3DD%r7{I;ULG)U@3~)bP@n_A$@~7W6M=;p%}}198u|MMI9p;{ zS_e(K=IvH1Sz|?UyC-+g@7ker4Ffumq4d~{;5Od|E|;OUz=c0MdNzlc;t&5GKP=lA z7_VEjE72ff7n3=)NQ;a_xumlxsThHo=l*)O(@w8usstZ{zATAU(-a(o_H-yc)%z?l zRMk|b_vtc!+L!O_U21$@OrVKj0z@Ysfb7qGEi27;ijgiZ!J|j*t*xz++~Y-ytZ3O) zy?6VZa3jLA+^OS$$)$|xFwZ~jzIx0M)-!q1KY;fsBF&k$`f{c;boEU(V4p_C|1LGP z=8RqV4%PrEETOF-Q0GkACNPraKChi#?^27?uI{Y?>URY`}4B<#CRIgZUd*>-+#>M#~Kkj?n~Pw{4v z$LZ^%7G*(|9|1G~%qFT-6x3P(_3^H9ijC>BT$74A6x;dy?`xr1^-P+fy;}jdnrBtu z_p=UOe2*=Cy{aZ9aj_B+CwY_3yN1`VK0=#(Md{`(z(HFBIWX%?^9X*cVRQW*C$tGj;e2sJ(D45q`2AooC@x{-v+mg|HoeD z1mwrhjF**2EGo!$7uqI~UywHa3uAjbHWo7r#tN+xOzzK_;o-G#Pc%w;FEZ4_w|(K64$p zzloGbjZcIuz04RHa$GlVy*e7Y1ikuKM2RoO#h~1I!LiI@Lnam?>K7`_A;se4Qn$}X zv6&ONP1@32=MY4DTU&V6?H4{G#Rwbm>^>;)6X*RqC*NMWX#ZtgtE}1(9?RJwy5)Sm zx%S`5u26%}-nb(W;rp(iD%gI{QiSkVW(RRlWA_=7`R-l%UQ4f5Pfvakj{Sulhpg>@ z#1{vv4;|c9-wA$Smn`EjL~i0V`=SiS1g0F|erSZ-!-%!j?67SnXa?&RIZ`C8f37MDZOJ z?3?mrwB>O~a8cBc{^?986zMRxH|L{9kXp(u)Y<8fApb&uLRmE(J25q;JcANdk+FKqZ;P!dBo z;;i@-y?-^O&8SwTQytFB57**QJz87QnTh28j@O{2T5$DU7{KRKJMLecSH)>80_Auz! z$i`BdH8EbWUEJ{#^k2k2eb0tQB}=utC4H#(oh`}jfbA9Q#s8*B1wNGuDqnQ<#Ii-r zsXjJ_zFJZL5|A;%{@HwwuxBViC9X0p&MuEO`QiBQkZ^#6da!zq%!D6ls0*esQ-$6K@jkpr;_VSn#>u&E<-UMX&3}F)zR5U{rdy^i1#r z=3qq!YmGV~`=S5Vi=5uAm*<-~=ekz&;376m7UU%*vt?Yy-W%Qfi>?3Vpc=bonO;8m zOYlfkw{p>5Ct@*LiwhDrm@vZ)mEsv+fO#|HdYUUEDa3~mhCpn%oC6}Ql|EJZ< zfwB#5j()Z87SkoC>HdCm@FM@#J_r677Pn0YVCcmGUFBF6e^p#=>V3F2i_ZLUnr!6o(%M?^An9^{YeFg`$OHw>pT?`gS$d)^o84(5Yqe zbjjA&xl^xopv9)W>%q0HOGcoQ+; zjmUVcXM1aiit7ltiT3|E;C4>c*ry*G zX2NXM#ujT5f{E9l?$-sq`GxbffKNy;@?D(gJ;K%DqM*cvW6uu#;Qc88arm(;~8veKSuw=t+a;B~|W!M^b&B3(htr8}CQ#MyypPAhPw`EhMrEl+lQkz`cT#L;3ZRfxQO$ud2O?cdV%f=#eaw*b%GUo-xq~}%MHQ+&j zt=Mv9cd^Rq4)32}Cxb=nz=Su=(bKVSCi-t-yucq-NrLCM+WD5{_OKx9*v_kxW(x3M z#Q^sCnm?r9vPLBz#Ewd;@lN9aK}@NJ;U##K&WP@HXjGB^#GS}_i+ilYw@_~ReTwk5 zA)lk;)dxokRDbE~;fk5y zyg!7E5Z!XC^?W~epVV~C)Mv}ESa#!X*RkIio!KoAprw$a^MU6nEWa%%q0j6eqHz6@ zVYdFYzRkZwM%zl`E_d}3GyL~)g)f+4SjSUma?|}4fm$a&zBQ;i=Wb%IVQtIAVEAwJFy|QFo);K$1K9-6I3Seq#GoHCkzvGm;Lif|*5y-5q z#)1c$@nvKqg`Z-+FYi?rp9Km{Z(x*u+re8L_dy5q*726gvd%W}Ezi2yB-`4(tWlrRAsP@_F#C&=tDg(B7t#N2vo#~o(6xluhw?y_*R&$Zq#_2($ z?*U>%cbVuC{Gm5++94bI@z31e1t{Tt864()Ts+pX6r53iwOFQe&yOEoGW)n%R& z(8s}*;i@;4I;y--z;vkWCqmRU7>LEnVDuk{&-U*#oAjf~|478X=XR7TK)>R$^W^o!fFf)%@3L9V^D`&T79oAUE!&zrT<)aWn{i%d2MBL1<)5+eR_ zFX~aqx;cs;G9m5>v8{%v?Y{mRbo*##-~{VzMs4>ZQ@<+IV7fvz>^u|B+`|9}vCo@A z{@_;+e+sTYh7CoF{vu(O+dn~=l|kIcp;*Uh=&P$Wmu%|H$yDXplK7l&Ts<>ms^8$u zjz83Zdk`(S3D^9mK*i8xreI;akwCU+<{P{_CC zMFliKC*~WRv4>f44y%PLuqYL70~= z;o%y>jMjpdJ@-&~{}BRkYiuX6Ot1)bTZs4@9kd{m7MAp~3Gy4q8s~I|$Ub_9+elzJ z;}-aXH!-MZ-~F^f15u`#N8HuNZ9hVt2k%yTGAY~-RnUMAGutCbD4f>Tj8tUGR^;Ov z<`FHk!k`niR^e%D%ZB|%@Y~jJM>X>N^IUic`6b(jmUc_>E~iHD^Mo8j%=H2E^Ggdd z@jXvZK%qR2K*4;Z5GDk;l3=IzzPlePnxAUb2QOH3EaQz zKz`GlM_A8wzc*MXBhOA7*QO6q7LlLD7Eq(3(dQ!|oz^K++Vow#Pp$)Ho-N`s`c*t0 z(X_0{fayr9%h^oH?t(?vIjD8v>kbT}F{npBNiRTSB}3(7BlW~Z5q2ZZj*g7n)%zm1q_w%$&pF!FNHgXPv$ryJ$BlP{}g zj^@o6+9SDtF0CIRuj>qW@^(0wFdhbwwqHd;6A>h(qaEdSGZP?bhiUunh}tr8ZPn2I zMvToJE>uF6KJZzV;nYfrdyCRoi}@IS?n?gBi!-u8%Bw^zn01^PFWvL(SbmN=*#suH z-9?LcGeylE*mE61kVI>qOWo~w452L5f=*_AIp++0B83Jbj}%iqo}pjYPa>WdnH{BC z4HG^=l7*c3=AQU_2Hi%VC1dVa0n80iOG#w!lCEUbR#07>x$<_>XG~LQjiil6b;Af& zKjRbV9!imwZSx$XB*{aMyplr z&sTe)6zvxPvX|`JT)T3j=@U3{@~X$|#*W9n?wM2lu)uOge{R;ny!*vHo6%qkCD_b* zV=m7RShgC}!cSu5vJ0rfDTJr7CPe69Ay`h2_&X@kV-tIHr{~51At+u!Xc@hwDS%8Y)yq6CmZ9MVq(&)pQeKw0x z)18=o#T@v^lXIX~YNn~SK6b+xS3ZtBwz{+ZLZrBcLptLs5Fwk6~?Qj{~fD#zT!n0w?{k;yp>!?3ZjvFqEP@cHTWdA#4x z_v;zk@tZJrytNZ+3PY8$)$N*~(`k8t|o1n=$&Ot(${y z9xZ-gopC&YwCRlpmoQ?0!0qvVgiKq%eqJu{8+}xeYT4|BjF=Q3N%&}+9?mEgIC~~j zZGe}_R}_3c;^~C)e7c$pu=Z!%xpz`cbyAFL=0*DHg>m7Ajk0e^9j)11QnF@iE&asz zfD2>S2r)=6MxrMFlyD5N?CUF~ME9DHk8le6gagBL_jQ4dllC8ud}UW2dRe|o8xtd% zEwM?R+_)NfA(^ncTCK3cwyA(!Di(Y{bM9V;>AtE(=3#yr%m|hYhrcFIms*i=)4+|q9p494+Lz` zs&sg&-r{y3h3wD3C+E#?&XxK&lElW1 zawH)!kcHsQ8>I2?Zt-cR0t(;s7KOdRH+>ChRoi`f{?jeRd&<`u+&iAN9`c3#x|(JuAm2_5sD5D}0oO2lE(3E| zYxPJl&~^PfZ=LSQWoSoE-Y*}oxClOb?EO~l%GqTVJ_0-X_FmS0>$&Ckd}~o{_n2GZ z2R$~qEhF{LT@DG#4TTZDG>N@jHwiAb%EaR?L+{z11KdUm;8)2g`^+MQws7J2!#neC zh0KE|2MHQTa>=$0>CNoe@?k)Ca}x6vWMpi=_EJ=fi!v1qwI=OeTsiXS34C0EvRxNX zpF&d**LxcTH_PA zN9SXiye{nY-%0_-TO%_)BQ}ENn&1!d>Inx8_#1V3Nn8p}=+ypOu#KtJ0q_ffo~n#X z5o#RQ@K^dK{vcdV8Ax5QG_pu;1Y+jf5BQ2jC8kG>?7uK_PIZ|$8g}v3Kc$Z)ifUX| zIl&)%Z`vxG;tF1~dokS+eSsY)!v1k1VVeovsLnYH1GhGCEvON%(bLMoc;v-M3AIwb ztuYpn4fMTqw#-a%!oPTuEk%F0CoCE` z?*SLH{K+LJ{gMySi?Cr&6C=t{C+IBb7XTOIK3JSB&(2HLjyoKJCFY&)`*dtd5*>MZ zLH{!6?j8TRs`JyX(<*2W?cF+R3++}X&t;kQhr9^u2gK7z+X&izlR~6qw&aO+3DM_5 z%u3Z|PD;jnccbJbc6G?ph5G@8uQrZFPlX1>K8h0#wDfr^HFxcfzFqTQpP=NU%74qW z!hfjxqII<1($_&A6BU`dK>i+3mG>hKrcHG2e%lkm1yW#vZR=Ax8HIi8>s6KbACRtu z*`n8>8JLo}2luct;{7x?#2!wW>+b7NY<9RPQjhcowd(IF*Qcx?_0M_h7Zq(rc%&|a zsz+Z)cMK0#+LKGQj`Y3+1&7=95ndD|)+VciA~jVCy&H;Gb>3AZ4eb8DWb$J*qz8!f zD&bjZ{HOb&8C?(EDKy>w6aHLc7gz5OU7Av!GhJT4;OosihNQ%m04Z*hh_wWd`EvV{ zck+whKe3{z@?LuzBxlfSKFPICtBnY+hx@xBiY?Xn^Aid-9?!!3QnjNE#F_J|Da_BB z^Aj?e49X40H%{c=QE`F_DolE1>9!&66V(P#TXT;zi` zUVHT=MVz@AJkqoj8}Wku%?K^2!VnsY_tx(;>~}A-2~mtvvL;CQxwMc|VXgb7rI%@SL%G3XyaDv%Z%Y{csX z2oc|lGAJN%BPQxVzh;+5j4`a(T4L}g!_@5pKx=waoF-p%hdWmOFAEk9{}AZ zDO?HW^^*}BnV{(*y)Ie&G?N!>=Urf-ZGC-*m%aaH?G&(2FQe);35^HkFB`f=gk9@qAJla zO&(}u9T%hKy$C^&dL8hQyTiraRhF_;x+OyY$`rZlzmPTyNmsD=DJgw73^QJPal_yL zfNnHsN~p_M_>62-rR>7Gd0#EBbS)Yn*NImo2bKce*bZ@2w;|%d;xy23BlfT;+<8xD zJd5yC1-Q-r$fRIJ*1kk9Si9fNa0rg9#a$ih56y91ByV+mEP{Fb;nDtFy5Q*ute3#x z;J!_tE3VIil&s>6N*#{wtWT5^&Oh$_&^p(Af|2U^S;WnmAJx+L7@>bl zHWR&0aCyI22qcOkD!hk9Nnm1O4OeIDS_-ZUY{G`TwFhg~8nbTW2aGN|UD>X3$WX{$ zFqEOKK~Pr{kXnXxqw9@&rt+D8uwHL(rN0~V*S|6PHhd#3?>UU2 zCw?Ye(@{f+w&E*9X};&7!gWN8jxk_-kd0@V$ILDeZYd8Z6NF6*-{}!DSt6m5jq!%; zqf&mFY+d=h&A43pttqgufYy_tEK|yrzvS$@P}_|Bs;I%J(GI@sM7ch6Xm8th)?3_- z99#3_0F{lIIsU%c`H)Cn1HyVA>yM$8vRA!VgmBNTD<5k-Eg&&`br z^mBPaJ5nOQO6TdS3KSiIIT>XiX3qgX+VSZR5Uwr~@7Ujxt8yPcvzA$p@9%Mxi5P9I zv-|Yny{52%9nVv9e}Fd{6b|8|H}*fHQH(3kQ(M>SxVywR!V8?Ohd(Oc zje5#{p+no?3xR>nk9?l-jw#M*z0jvT`Y>zl?0zQ1=GFq(8ktnKiZz(o0w~#i1Ec}VE8y;u8R1QnV zYUKLy5=c?{C;MFt04$O4@QZkBUXq!l6phZ4pkuMStcJFB*>USDD7WZ~EZc?{{e>Iz z-gj|ih_L@w8^T2^LX=gJ%40!s9gh$0Oqf0HyToZy#$M;Km$borI`k4vC##=XZl&!1 z&WE>sm%=-QeD6M#`IKTQ3$6LGiPV&d4G2d#y!DSPzpAGbdJQ+lJGF_6c136dUpOll zvL`Xv*Os$lVO6EH(XoON_zBQz>&MNCs)xQB4C^L~zO>_=>BO(8keBShK$7S`g~;?`sGD8~OYR;#`kJ1!fA^$`!!IEG#M*U)`$d`m%!&qk zqNJYF#SWZmmGMc3--50FM)0of_B~v;@o&C!gG6A}FsRUY-;9aeyw^F#jIuL>{#~cn zrhCb@Z`^5m8hm6eFAaRsnN!R9u|Ic}U-J|_*yfgbbrGtZ?zq;voAXz&3x1w?CVL_b z)@CP83uHU%QP@jdD^p2z4LV~~J`FMElG|`2Qt|d2h7o#v_s> zAE+TZ`mg#qa^aJDxg&9cozUJoJxa_lkIdbyBT0@RtFQ^z{jX>mkZW$u7lVzNBp5Gw@^%%UQ9_08aB4pXO_^XJb7OZzxqfQsk_wO6>I!{%9i0)8%DH*0CI4=gVxrpL>0YjkK znNqqnn@@`vb!}?Y*WmBAA^LlNL;tmb0KfkMtv4}*d{l_Y9cd#*9U@+53p*~@9<*UQ zP12k(K4Ex;OouScx~pwWWKaN^bd$TdNOR>? zbtX5%k8+h*a#Ck7{DNp6-<$jsnr?=k?R$B5FL#KmE}V$)Ti3@7W4Rsrba(JvGPh_~ znWW23a+IBdVrrcsY(@=~6L|IHk!D2SnZX7Y#cUDzM>k8?RB};S(<;JX@dQemYIzvD zAAV#=M(Au1oLbZ)sh*B@E6%MlYf;*v7<&Cs6Ta<*$@2d6j`ztMaoFz$&{1tiV9b;@ z(DkmFFOn^VX`sUVqTHviI`Wtx6hC9T-QUTAIcp^OE`?KGov>G4P$r+Skn&?)!OYj7 z;Ah$F0)J^-Ypo25<303Bk57ba)an0pjst6?di^Wevw3^v1kVWVCsiQv) z5BoV>VH{vj#_LG)17)8!fs>!ZZG2IO+&~z%@2E9+Pi@%+@{{$JCkD9jjv2H4b}iv5 z`%%8#E*}{abrS9F8_l7gX>Y=_9UdYpMeG<~K1rMAa1|}hER?BPQ`jJ#tb(t!Ps%FL zv&1c@OdaF!SM=rfXZwqz&5CwA(|&p>J$8C>!f=@p_u+{)+@!%;sJ1L-y<{u)Z3Fma zR6LW9c*vz~cDUgZeK`Kn@^=iL*w-6P!dV}wjg4bWk`LYfx(>Gw-#x1oft(TxXX!TO zb+LEYZ}-Ov@rWAavpQ}I@!5}L_c!IP(WV_TpK4nOpgppdyQ*)pdESWyH|xClSM1F8 z>3pQRvSfhPaLVe{zwz`ekAd*Qyfb?lmNU_Q^V@Nv8u|N*WVw}=>Ym^hTi@f3Vg8xB zsH^hGB`e}`2LQtt3)Rze$6k*h9wsf~jh%@LiyfYpJ8Cfl)Vt`+MQ8j%jfauH;H*bz zH-QfW)qOqVy#Mw0zY5~JS$oc~^r<3F#=f@bVSWANf}y)9amIZz+$iFT&$;Ck>QrN~Vp&J=lC9rUFrDN|7kX$I|D`#d=n*g=< z{Utymxj6#3AauebZd~{lCVV}CE4e6lDg(#ibFQ=D2Z}&`FCAvNyJ4fy7c-Zi_Yi2z zTP9j!{f7F%(L)(JL1T-H@^>~uu+3SQEsC|;1ZX12{cED0hA*HwW$YLr@#86a8PH8+ zA(Etq&+Dg|$XT?`TnyE#Za9@-Qv-kTCQP`YFrX8&%a_k%pgA6*+JEJ)B$@1RP~9XK zC8Uyl=qV~Z*6bcpBax-GzvS`}ZoZ7}i<9OFVdAi95tMBzE&oZJGr(2qiCofb` zGPfGPpV~WzmZ!upjsQ-KU(2MiLkhj^wi96Vp(Lh-DQa6I%j*4FBE3ccS(Dxcg!EF& z5<&HddCqVXtwKP5ME-OZnRVXA&wf1Eq>Q7n^J#nkFr1ahX_feq)1a2cOK)mw+v;JK zG{Y3q|)!mK5$0PJ?Pk! zqd%%aVyJf?W_6E0Wq%oSIv*ynz>qNH(Wzzm&NelxZ8S+2ONFLv^lL+FWT}MvB?`|4 zTnB1eZxX!z{+f0e>?9^FN8z;|jeg?cTYr$0=`t%f20Pj8q(|$E;`IydKKrB!-dL`* zxZA$1W0_=daW)Zm!73DSjQ@(Zl~7USwZjxdDwOZ)8-Y(pZRl&8?1683CjT^j??#op z-*y~^w*Uuh@_@XdyfX=xyiyzPF#5cVb9pzKL?Z~Qo#n21eHjiBYw=9gfO}SQyvv!s z8`s*8ntCq$h`Psm+QX-4Tgw78TdgJ?@~&@d;Kj7OLhh0k-OBRJ>huu{DFP|B!QI6ohI8up=@X?t?o^TIccZbUi#%3z* z#N3HX^iR(R1gxu4;8H}tSK`$zd|97FrD|sA3{NFS17Av*fhW>#AiTD|{Z*QOB}HAR z^*{OFoZB+3+05usa4RH}9By<~Rz|_c>%3FZgpTBaFiOHNKO%p&z<%6>#g(6fjau+q z%pQ#p{Wlj5<-d4Gc2DmHoK1{S*-Bg!9l#{VIwC{T4%=_-AAvtJiiR-x0PBrbjpdvY z5!P=%Rt9Vf%&KeUD4al_rkOo!jE-k{vM}^dP!ct$7u0n{{0g~POR+hS$I-4lEY>d& zu)Z{n(k}Ee+~nB9Oek9PP@@z49M^h0t_g5FS-R<|ZPMnuz8^~o-MfE49h?5oU&dEs z0UFT3ygN9(`vIw*n-;rmOc z{qD1#DvbPVrtRC7kRrCd2#_KF)?SG;s|RsSVUAB}P^4Ean1>GksCiNWJ!phlau)$J z*}YVc+fzAxC(*+}OlyZcpqpv+-~dO=uGV|UAp&MVoDIBK#4iS^Jccc?GQ!SjnOc_= z8?l^GVI-{aA{z)*x@GC5e}AUAE+eO80cLUThrNVSPS)L)aXAB>$u}tI1-e>2sv_&3 z^~Q3RCU}@G@7we`nuQxVRL|zHss*&Kygo%+P~aroe1;`FICeA4YGt3cDuiniM>wv8 z#0ob244J=LnKb-f*}9Z?^jr}9A!_*ep>o@{q^pCjw|-**g+2dyf;8(8vFTkB97g0M zBREE;5?@)SPw0$jQRE|!8m-iqw?$^HptmD{jcZ*pVrGNUe~m28*3DN_e8rD<|jXsD~?TK#!qgWpd+ zo14Q%j2UMdPDjAPhtoUkQR7F39l6Zd^uYVSPY!>V3~`$0vUe}MF+e-9q-cY$;W`+8 z1=*~czebc4u0`HFkjW7K_r9I&n~RGp=G(hecZ-)|ME{6Xfq>Y;Tgv*<-G>6-1pR-} zTXG)Ua=fcXEq`w!Ykq#}Fpi1b*}?#~%j{VA^(rg%?-&6uYC9MB+-!MohItCb;5l|BL zmy=|Oc4ii~Uz7^5eP;TNv)z_8d9#XVo(L8+c{M(IJz)j?wbTG(9v}Wy_(ERI*V&9^ z<#ZHxi>&>D3*r=|p6)s@D*sZS%Ytr57G5#ltsFOHZ>#QE*XP&VMz4pqo&@433jI8y zf4a5TC{^j<-`%(F9exjBWE~o9Fg11fUIDXPNjc#OpB-AdV+mX`ao9j#RkF0da2VV1 zrW78_sC46URNs>!>zAPG*dk zM>EhX+p)xp{L+*)$ra^AlVf2?>BE(eAgx=zK*rVTlu4i<^8MW@lq~xyQ)@4#)CZFi zqTczf*YRSFL9KV0;w1sYA%wu)l*nt+J+yk3U2OOZAonHZ`I`(7UA<(OLjTA!`tN2f zxMt;M0HZUR1LOKxfj*z}b84mafujw@h+O#}w{**A{VH28ozAG|8_wiicoO`>%hkIV z(F5QcsA);VD6=qo&27mCwC580GRaY2&+GUM0yDC5l1x^BrKubiLTFvbZtaj)&vQ>} z4q~tZ$YKbSrYdsKczelUF6SdnC}J=mQja7IeZm`~9Kg(k|0lX*m|+63D&U1(DKZ<0 z93mH;-R3M@PO{S6S`{~1>uqr7Gcp{EO>a;|9*xfSrq58>vu_!9(*!2MVwKm`#bN({I}u}z*tip;JRL}1zHX=?K}1IK0@$QnYPkdajH07Azx7% zYC$BbB<+Ju0+WuEnn7lqVE(Js^jJ!M)2!r0sj}`Q=|RcMBGViptJH7qgTg+Z0TSWA zY=S3ZV&5X0u3RvP_@RbRyJPN{hRAN4^aRPW_xz3v3HIdX0x3J(N+cn)4wf{{-Z@95(l0?1nH~a4aOC<6<)8YlDp+euUn3e zg(hL`>~6#2eW*M#=;|NRI8V6*nR0ZU@@ICxHNk%oFD3M;W$S2gS8w&hndx@eo`mt% zyN8RrFf|{o`Cl*0NdD9|7}&eGb!RGIl=8}el7g<6XF3tOST_d}ExIN+ zdl#u@V>Jv8cNqhW@@pL1PY+B5WoS_e>PoMZlWH4(yn0Ac8F29D$e!}N@4B3xG#I~aU z-WM0Wl5QWOuxDT`CiS3EZz^G52-v4bGSo%qvHn* z8aK^HaQQnUmGDzsfUC29>Ju;D!u%{etq{E5v-jdt2b=n5^r=LaEPnbcK1UB2M= z0KNYUTR&Tv^_R^YU|q)CLhX(&>KU3C~Ej9oa?Jg7NN$8AM)iXLeBK#zBb2Vzbl zyvGvJVt7jHg~j5Hm)XLDkoWg%6QqCp)V{&3>A;KG+448ojO%aqr**_n+7q7t7%VBlQ_=XdEi);{B1JH*D|7F_8egTAcsLlBB)+h~vg?1=_CLa#zLW z#~iU%eD9C5x2JhMjPAADxdj9JIu%HnuSI3K%ZA1zeCQPN;t7=MfQk`AAxAHPD{gD& z(%sv9ojToiFV*mrY-N?3-1%$qr%A{T6&N+1NA*e8q3gi92i!0=TRgTS;hLTfiQmqr zg4nH3xq(|>4qTP>#-b=+W~Hc+2gAn#D${y@;`8y}nr2-&k)eYT3q|u+U@r2R^TPm;LD&TN+q@jIJqa=Y(zg`=quI zw>-^Qz=`}tU)%8KJ}P~*-S$o05k2Kn^gis1wM>+Gl7PbxNM<@GM0ETebwZ!13Sf;I zW1#il+;!;*cAt2z>(itUezlJeAA2{UslW3WIeMk9Y#`oWU+wN&7be4VS8$tcwE=*z zm7{Oa_RF{sumcAa*&en#cV%!mZb+(Pr;@dRc+EU);I~^;FnQo+j|aw)FDvnz$bfcr z+0GEr*7AW%7`h}3-?d}HRO}BH&Fuz!nB-6B?VO7^5MkX39ZvGZ{ztxF04|NezS{CK zr~fJ&l3F*-%;*iqj6lf|W-aX}+O_uofL7*#P!)i_Nf7=v>5|Nl9XPA#SF4DW!nAMm zLdXhqODE=VcxIoIo*H>+Kgw(`@Wq8?BbTL!gBFLi{TjOV>#&!hob)$ zlJ`G=T}|OHG+huHGg60P%R@E(U2<(x>B~&^_mTKQU%Lff`dFL2Z}x-m>gYUonM=q= z9iV32kH=-|5^}NbZ=;K+9*^KJc0L>OI=_YPS@4}4gu@?Vxd^N-t{RYvTgUg%FQlJk zB!R919!(W^jkO6Z%h7zc9C3Mu(f;0G^=?G}L?X^L)&?6g^a%IQ z;CTA)Xv-Cqw2?%FUSN}y$Sv#ts-!MduY8y z&XV8RTG2mcur|CV@Urkr;Bk~Yqz&c5aM5Phv>Nb?9x@d?Z*q9($E<(Z%ySF!M+FCq z9KeZ6yQ^U7tTEw7)&-)`r}mhN#McN0S-l$U)23xhZ3W3`>1(sft}y+FGehvPmIk<+jQ+J ztWuNXxvsg>hi7iqD3~wPyhd^#bqT-p3hp9!g{!Kw&ncB87zpmH4{0I4$&Us{oW_SjEf?A&erzcp&MR1FYNIMD3dvE3s{jP9E6?c;5C{$wc^D3-SiB~WD zxyLBsXl4!8#UU=b7ON%Z+A#A5Gx>AJK4F~D?saTi;EzKP7sLUd(C#7kRz2dG#GaG~ zojah7Z9pmxVzAyEsG3d)`Vvf8>E6yV9+ST)&ZV$&%Vm8|_)sb@Q9qCO(9RhZAcbIy z`Q=Bt#OwA62$0OGNYKNMXUQj#3(?w_p)En!=HML_A z&L&F4$nQUD1@>Tf8K+`c`7>!`$u{5fe=Z9C_^yiypBnN;2YMaGih7FH^3xeL(}l}S z`PpfHMY;l$Z$kQ%GUZ`}oW9`UvmWJKyfIlz6M)xG_yglDR=y~6LBKi$^mIpgI^Mld zv6!kJ4efLl3R|snQ1mupPUfjO;Wawt-Re1Mh&A2vjFx$~zv-9tughF>M~20X%Yp8j zcegprOb<>W#(E57 za~%3}e@w?~9JVx7^;2E3$GuJR<;#ESl(zy3{dF7?h?Q@V%4Ke%Gno8}Cx0T$g zg)kWn=f%0e_t+j0K{jIejr?c(S9ucr9W4ZM<{n6B#pm_EGxa9oAEH%l1wtgN++@D?3 zw+>H7vJydKMao3F)&FvxCx`euj#F#C`m_f`3*lRmJXZteLyaV9ueMaDZ7dr{&ivp zG&a|CX{w(V7=Dh3Mg&1*{q8~gUDfA;vk!Vr^K^uXPoR*#eUr!uI^wmyh`J*ubm`%K zbv}BZgG*b(UP)TvM00s~bKZ#dNJ+;2h)RFnQ^Fc7s;Zp%U2cs2txjia>%PLksHq0~ zreU)pWXqlX@)u|BLb9h8-yyQiFq*_N&e9g3=XhK=u$B^do-tMRiZwt&4DO~tAIL|- zhw^&T#v>>kgG_?BNH?;;cXaP*ZG`HY&7oEO_~?&8?CA?nV+DbJxt62*Do6(xz!XPskntm}*w`{@QZ4TT`A| zt+JCpH=K|_Y#pP(yhS21O>=1QpBP#KF*3H3}CT zv-~e}MqC}DaBbl~zGGTE(L-tqEykEpT6v>IY=^~#&~oSAarELDFs zb0Yloww#n=2ICcEh$-|$7HE#|C_VmV`Db!jMv118;ginBu-c66T&PuZq(@muH!{~} zDEQ+~2RJwK@}-{wM`KqwAO%}fOl17m9OuaMM{9(6AsW3sW(53VPV)}p;@Igh&lO~2 zSl!b47^+0DHG9^E1R%D5|1;)kK!Rk*M&mzvt#mKkoEWZuvZa;EE;btE%^XG2yObU5 zVyJK_4`(jDXPqvm#?T*kPm*1?{5f%Yb8pB~SMyl0GGW?BXDQ9&k;_k*#~0zVJ0ps| zw3BpYz8iwj^QutE+x$^ubs&k(-7|iRKUD_A$C41Rr?~j$ApE|L5`M*f*>q?0hk(IO z8R?F1D?f!;$<}>i*)S~&dGUNHqAstCLuL)8&8sp zSh_+HR?zX2jV;S}!RvAW%ggsX?4e3w@R_z^gHzya&-!z?PEW~MV?Kpa<7h5{-(MFD zw}t~xN^y3)BMotpKT+BQDZ@_(ZY_hTA?u-A8RB9si9vmeWw?(i<$vG}qS+i+W`wOY zIb^fXVqvO?b&S@o5_O)Da#c~`*i@=bLBRu}vKsKXejZE`Hes*|W3*CuqA)Q(MkXRe zZ&o!;Uwir3}ReA(^~iAO`S$$8P!mbyUt(?xa~=Yz3p^C?@_ z)tBTJOC@kdua3LmiRF7#_l$@jUMnKJ}OY>VJhZp)+e zT4C!MGV4!s;Z!EpL#xW`)Vl@>=k{*K0q3@Z5r!$k^<8_sFHO9Koqd&+({(D?{ zJQrb&F2m`=_lO;PDQ`P$?B12&t3C0T*k%dGTC-lAu2Pp+KVL;VNbnt zdikqCx@LLQ%_X}Jy9cxG2<7!FfD6~Y*jXAw9rQGg3-}!bXl_NnUoxO2mFt0?$m&i< zj;)ogDD(wYpVo7qqma*SfjS=x2iT%B57$L^qIQy(m@|X$nkNhAgH4EMT#?Ix=mQeU z7LbIs*i%0cBj*I>)iY^Ize^5Okug@9axcXI1KbI9)}OXOE>`aoxs56RPL|0vicOqK>p z#gT0raG6M)pWxOnYBHQnu>rNFSM9t4H4+K0xjwSVnyZTnOj>gE%y=WqFcsAM>kI{b zJuTdXN4cgY=%qfHr8ZmVusJP`s8yfIKMsXQ83XjKtK2(j9+PFQ$|0Zl_s-bC1CnHs z8rw&})L6`pS&I()N8_;b+UO*Cl9AFbJpLKK^2wa{6q@FU*Z=ja^xg`w@kgN0VYn=Z zJ-9L2dk(zE3l)FR-MTRS?+~5-GfHKvp#YS`-?(r__|f8ne7k|eQiov4&ow>Bgh(f? z!qjVNNV{ExX~I$713#r(uFWMgQ3Kgax;^`3Xe^Hvl~>?jFVg{aj*`cST~Tzd9VS+6 zxZ0aA){au&8b}1rPcpg1&|CcO`}^(vmZ1u)Vxa5TpDJ^JiGsha9cE=aHMn%9XPNsd9X|Z9qbrG|TG%@A-+jN-!w;!fL z15ezW1ZN5yHgs1EG*!>Ce)V6&-~c^T6^mClcpxpq*Vc4`xDAdKN_b*vTJsf6CKz{n z)%E0g{rW%)h5HXXymw`Zvdd;Mqv4<@8-*VB_*J`eT-tqk-&VVTR)$ZxnTLx^eh8yT zYGC`zg!c^WG75Yde+xI^a$}+tH?~zYC5IGq^thBWp)%4n|lB4 z^21A&!O)n)z1iPx0!x_8t4bejugf4t-+@Nx42QEEovzyfDc=WqTm9reu586C?LF%g zY65Rh4IW=_uyj{;HEc0|sgDQ*(vy_En%+2InICa)EN4K*&}%hXX%+qtlz`F^d-u7C zMs<`Zztn-?7(?8Q<3ww8W{g=kXNR}?v5-M@?CR1y;w>qQ2e1_V>Knl1qG7PVg$(16 zT6TPwmHNy+6cYD6uY;|C|E33b2lih~$NOx856qhIB7N860h1N}M>6?2cn}|56m7T` zUG$+MwSrvvB8k@~3~fvu4FkWvf~vG^{u;M?L=C(_@$p5UTokZVR{WdQ@NLlSJSY^? z7bc=~GG1n~t_>DGTD^KQyj8l1bNBUFC(?sm|9lNayS$INxd=c0zHsLot#;dDi*@Yv|``uD2*@3a5W8EX-r4Hz z@#!8%lR_i!usgdMA<(oiN)*HE=P3PZm!6@DTE~GmK3qME(+Wl)4jfbQp?+O zz#m;L{q{E2Ff&nL@Y$rmSvF~cvZ1-J&NKz#g@fZ|wR9Zkum|c127^fW#;odsA(0DrUb~-2!?N5!Jvs+y2K` z=A(iSL`mJ}bvVEZC+wO!thiQoiYtlr=y z`2=2V*)cUT#BL>;5tx7x}P{*;C zZHLfLjmWTj=ENLiwU;mE*Dxzv)BUn`6u!PLZhfyQLi7LE_jzUo>|J;Q+RQ?|)Gk{4 z~v2nq~R#qT-8L;LcNxk1kkK(>j$Z)nfhImB^723K>O`aT{z`}ht zZ-+F{IsSrh+AR zPdFD2f40U7sK+39a`3w6kwJE@_UerA>Ke z>%wJHTKV6$6#tYv+&fS@ly(&ZdmR|jRs%cxTjX$pmb=f6*rsRbas|hKID-BNjYT3M zdF0DSjI}VMmCmyW;y1R#-$~;ZZKZ|9lf;(1h+L+>JnCZckXe--JX{JkK2z-w$}`<7 z6IZBzjBQ1Lza(1g1s4A9J6i+$;%8MCo&VX-WTN!ZQ%mbS?DFn&|9BiwemEi)iFHh2 zz8y3*__1UAq$V#oNVlkc1^VGIxU8Ztr83HJCfj;TbfMN27>W;Gv-8FTN>geAC4LB| zA3}cI*t?L;zs6ioAOu1p8vF_qp7$O;FB%ATT-5(Fn)H>Z_#cf#qnXOEg$3X)pvMLi zonJ)*R4C_W{NX;~G^?WTW1<7w2;p47PO?>T8EGhS zYI5Puw?UIb6gjH%L{WkUoS$g@Yrw?7T7sR^7c8zB*+ZPMg5iuzsfYUA6>4G$4?>rT zE$t*$y$P;$%y_PSc5!y>8IF9mne7BDE_s(QG`5-F(*pTrq^FCEGW>0_5j#|FNHyi> zJ>Q99P^qpu{uawe_w{7_<`Z4trkWK-?REwBj<+t@KAS+*DzC|}IY|K;|MdjdqlR@G z_l&>yi;~hj(gbd@ug?wo&%Cx7!2uK<#34Z;KRUe=Y%zT-F+P)gjV>LhdQ9PyuV@Xc zA!M_~0mSImIh&?s?!}wv#~cHfEGzK=jD@~Vg#+@K!7w?fB}E+bJH`$qYYpRs#R7is zs`b&Ro#=3LtgCsqnxq2v7stAHp-UkJQ@t!=)IwiE{<$iu0cWd4!kU6ovs*{Wig}p4 zAH(b5@|uZzc^!+teK6q0Lgo}!R`f)6|A0>_?~Y!BqZO;T)*20({0N2n#jF=IWB|eG zs8(buu&9XsR{MSR(L9`aoT&5g<>{4O%9U(rd`U9%!Kh5$X!@=BeTC5+mj(6cmR(-L z2A9+y9{RH{rl}<55Uuu`;LtQCYn{tI%$lR`w%%*_Uz8*n%E!-tGttuI$t31 z&zD=?JBR=2D*wL5vU4AHxFkR!Xey!JZA1`kAQv7YyafuOKkJ)AJ_} zi5j=8qK&teP{? z&iH*C@}VmIWZ0DBQAa@{K2XQWn5*B70N{BDV$xI$MR)dpOLu+JP3x^Ks@y|8ezXER z3}ppK@BdHHdH6%&|8cxh`IgmIS(QpzNA|8%M5yd}Mlv%qj&nysG9!Cjg~&R4o;xzm zK3Qkp;c)gjhr_L(-yiY$JRa}&`}KN0wZt}k^8L&zU5rIf0|qsw6PPmzk8u&(RQp3~ z!A{lG`-SU$WMcwXyMW9^EN-p~438XPe@GKz$Z_}^H3Qp0;q?=@0i@wW+z>D8{Q7O~ zB+-`oF69_ga ztvU^b_)9JpUgwqA>^geeE@2VuDQOVOR3k?a0;+?nHS(E~VkyrBtSW8A3F)1@hb@-{ zeVAR{uFyEM!7}(O++`=16rD7dW_|q$LCR zQ%0O&oed{(eX(mkR$-ezaTofue@pVd{4tG4hpPt7kA|?YJ zhAvqD!9=fyan&GnvR?TEFUgwF)dWN)}ly1wOUBZYzw# zY&W9q#|zH`8EgHD8_u9BiOFZ-sSfHqcp@S!Y5txa=|vjh$Q`CmKI{-GOnX6lA5kd? ztck(H=L@ym@U}P}!48nEJxGxFk7wpDlZGFU^J4vui?wuu5LFXTZq1YrjqzjnMa;|Z zD=dTj{$MCow42!ZzPLpShbK!Q&O2i$bC0ztDSQBqF@Oz0;?l6YTi71;mHK708+~`_ zL^)|zZ!-LfAH*Ay&%M1_gY72{8tva+xI8FuDQwWa@NEz_eCDB**tF_~-Wk4p8y4RR zEcq|lmHCyPbQY|?_1Gh7J*ey6x0V4rOcIRTc#b{ZDl*_`wbn%BPNMW*HDwoVHdZwErUb5E!olOKsZ3&Pg|oN_HFDmcVe+}@wb&6bCV zgcr&9&2QP*OZBmg43UyzTSV?^o_<)(b>CCq+VjFBk9)xzz{xgnXSfY=kuY=9Qf(q|yKzhcV3VX>B2@U@})XQWk>C$r)^YuzbE4P?bryA@sK4E!j( zf05$hyB6Zajm|y+v=x2 z;1bjbs=sfSfUK=O97Dn5#e1foFi5W#JB{or)la+2UBS_jdEbE#`HYob;=7xS%fHPh zj^8e5gZXJlD#1$CC|Xnxo1?PYM1&6Pu_nqdyqH zgfOC(Gzk)^{1rDIGu+BH4)Y$5e)vBE@YkRgaeiM+8{@((ktd#Z=?}DE+Dh9fO5f})tG^tTX2BsFWl!ZLU!GUEt(p}^%Aa8 z%L$yO;2$l0Yjv`y%vlTRY_xCb4)8npWwXicj`m*t5%D*ug=f1b2Mu$EIBC1#u5svK zIcRkf&L=xLZT}kCREeg|lo$@MKxLlh|NU9ndq2Q@B`;hg9S-yCguI|i>iro^9oPRy z;vj<3K~OfyJ`XQWh-O~v&nuX3TX0p6Z?k4sFhTVRZT!XkqRS70%gZpXV*M9TE(IFr zDA#ED=fHWQ>Tp`JHXKKd-(waE~8+dzLfTid_R9kbzOj&Ev_P(n(9y{=O05dG6qB9D6_C_s)hTK@2+f zT)k~ntv7cKkx`8<{>A;BbH#fC1^lL3yRA`^vU5^2e(WTm5}QVz`lK%op9ME3=82dX z5f~Xb6OQqu7QdMR@P~q&+ug}u)a%b3c)4HI(&0>*hX)%K8Rhea_^LyM5yhQ*vdtyr zeQUi!@Gn2q$j1#9Vd?CsEyRZJ|AN&6>b89~uTup*$btg=dma?ERSio;$Mb&wG#kCV*ZvZa#5% z-0X%82Qdj!=PABw-`5TKph}^Xsb!-@`b7!gPb<3rwis}I|1*-`_)+*HYK-@)cyPR~ zxphly2#*BO;>y{Z}Iw;TvQB{_a z@d7;fmm^hc06w-cEY*400@Ixbxz=ZhdK9Z^ukfopE8Q|@6LPfvdc|5T=f)6UU%7Yi ztcJABzl|Pa(^11q!YS6=RgNtM~Vga(OfZyCCT3<^aaZ34fYWb_9=bnE} zxBGdj!ib%<&f+J&QTwhDZZvTDEya)G2yGY8n|59~CI*$a45 zV3BURq@kO0IewcLkj*m^@}_3Xcm_BK%6KLiK4CuyNu~M-dhS^%%}{QwW!|3{jKcHo zBw#{hS(kSscIUgI`4c?0cWxer7kxKG8&7Hmt$+%h=U^HVz{f1wp2^`! zyB>a$1|jlL*V!@!ql<9)7uzMVx+J!866gq(Wz|>@NY0T$*ms)xV&;9hExUM>KT%Fc zZX??-#oUqN=JT&W`cHQqy&vKrGHSR3%AM5m4mC02$+kS-fx>QeLa)fTCR<&lnGnxy z#R-Kt&(WQaAM5I#Biu$Ot^TG|f$BP#$#Wx=u(aabq;3bW`|N3g?>jz9HhjnAv7`m5 z^o%Mah+srlo4tF&`+PmEz%m)BUk~G8T!ronE}T?Lf+VBG%iGZD8x~M*H{;!kuBxqcGwka*hrLWPYWJ#iZ z*P;!U%`4}41F911&5xu>CI6O{ZnxYZtnl(6JZT3f^8&lPll^CQxIZu12VPUqLjv$n^%Lod1z)q9=}e10FI( zWmgm_aj~w^UAp)(AR*Ydhi6#mKxk3H_aFQAV--}1Z-1)fF~L#RI@a%>4+u5*xkQ%v z=!pjRKE(3FU1jfORbD><%R1CNl{IEsd&quut z6q?ScT%1Z+chJyrJA=476h+-^HgM5afj`qxq-p#UcmpV(7~E9v0_kjtdYZ-HSs9b* z>nF~tw<8zoOg%5(xoF@-c&un%#(Qb4b268|&}_Ml=wpC)Fw9tHVTTO5gQZ}V*Y*vo zHBH5GJC5SM$agXBB}CeXnEpA)qE)64oJOwWyT9_R-QxM9mvcf?+oTlM@2|lw=xwNI zTd^>(&uRxdiApC9Lqzq2vd1rw4?F=u!1rWufS< z%nEvdyy{7f%2)H69U1atb4RBhvfKZ|G@J!{JZ`-^YMyvcK2jLo<^$SvouJC~Cvw|d z7WotiZ0>6Bzyy8XBl{{)0!IR>=w;T$Yg&g@>c$7JO6=wgd5)DPHs@Ze z;tu8%e4W(_pKqNMV%aJ07ECaONYh^p{zC^1dv)$fl{%RR)H|uTYK`~HZd(=zsV-8| zS*mE7T&@Uhlz)QpJj5JTFOV^(z0NSXs;=PDd2_Jcyj6 z-?xv+%Co-MZ1C779=Y6fYl*1=6;|cUz^+iJ7v|r3v#gXCADNK>hE?Wpqh9EV#)P8= zZhuq-L9E^ zqS|pG9Fz415+{4;eKu&lXGhX3VO)q%0Yw~}URF}v+OOTpB~$Jb&q!vv*2Qc@?g-~E z&C8tDmKA(e~+pAI(hT@vnK7d|@=7Wp$h z$V142!q4r#?`_K%%Jba(6h=6U#(&VKFOZf8LIXQK5{cr!r}8@fI_DzgwWNd_G9SC^)BZRd&GcxA7S z-?}`Pj0MiazxdB)phy$@{l~~00#M46364{uzbW~YGQm5(v+!yo0b1dFx=U^kb-7!l zwuv6UYzdabaazq{(+Tg-LPstFEWFY%600Dr^WDzrW;`$;eH%VK#8lB%Kl{-smzw*iEU1)RUh~-{*;@#R^8rl(=+Em zOo-6c;>f>SNT0?~Ci+!x#4KMxHaQ8>Ql6M#U_jZBS1<2oc4cGqxZ`Gr+b%aV)WEPyQ_R3uZC{79_RHq0ev0dX`VYzJl1feUaz9H& zO*n9?m+1ac!9L_hWeiowaed(gr}@66<=oobS1Wc}TO@I)eZ)YDL=Y-i(5%%NZhNz^ zCswXvPx-WtmGJ0>^c6a@#Ri0rr96Z_?ikZtK&^PEGWJwxyFYnL=<&x;oRR0*=u08_ z++8J7>4b+Yi4QM{3ttrs8U>LCQba=Sgw!!g*}HitVcRh4Wmj?-Q7yO~xsT|fRDuEM z7MrrA!y;BA=Q6b&e`2n+;!Q%L5FkQq&84FT5bmv;>wBRAO5_&N!SE5p-Eeevtp{(#+}*1c=LogOg()mu0B*@DH1fvdK1 zFupoFX4AVr`~F^pKwyH6CGR&Ie%XMw=c8|Yml$$7m@5fcl}EE*zst$C~-a!rgFIwrnjiD`dO8KBy#^*(H9=r0ex<98ocFbvHVUo zz~6BTI@5KzRkv|=JQVMFsp`}bjWl_omdH=p#Rz-QB5Kn=W>ToSTU_i?Pp3vjb6}0aF19TWX*DAv>*U$Ef$o-}%d8Id1wp8MEsr2!kVyt(utZ z1AarSggAyhJL?wasfL8$zIL?%O;QH$Eq;OMt=+er=b};6U>B+gPu~e+L=CRC<-Fwa zxHNkUYh5Qz3U;`Kt>vhGj4K|^pzcP*tb}MoaE>RC8H^o%KNVa>!MztCt!N zzM4O3t2u5RV2pDZP=$MSD2?Uur>6}EXmARa_wHWUE@I-(cQD@pBro4e}%*kJV}8wB3Kfg%7XSyTm9alsp?K zFcZRx?1kZ8!nfE_1UJd^3|&y!!yN4WTvFL-mCFnLez*B%5gdYp;~zu?jLc?`5|MGwUaSB2EcIk9{M;>(4@_(ZUM}(9aGj;a`zdqjfx!KNQg)w zpDEY#Fu94LUC26%Yh&@ltK*(@%Opp}nckALlPkWuYhIs1r}~O{<1*75zj-5n!1((b)|qH&BH-nnp-NHH{Hxvr1fPfM@lHO@dLYo!XW?UO$MV~7z`Y+5=D&r_77 z{4@^r#R=!F!qs8)7b+&>VoUn&N)sg3&FA;MFn9=rczy$}E0wSwJM%B)Wx}$4(|IeO z=USZssVh5>y4?P7l=+1ys${I$zqBqjb0J!6rvtAIK3d^8EjhW-%)P3s^vtRLb`SoS z`Wix@>rE9i^0CeZUSUPp<9)w17d=Q!XN*fXPkh$y`5=d?s$?GE9N5SuQ1W<5v4+ww z>GlN64hZb8(a7IgDeZ3F2!fZ}hLhMhuvYMey_&fD?=_sUB{$-r(eD(=Q2K>{(VuDZ zNiXO9E!Wn6Y;3xLZ=qe*2jK_rW@9ajH1B-R4cP%n9c(vRav_s&;P;<>KfN>0vAzzB zsD4*JtU_N2VU{RCR=pWH3iGX_8R62N7nQ)}TiKPWtUZ5Jmr{lvo%_O*2RZLG?)qAT&&yxAz%AC)bNj;yJPP;os6!=MT_u_hVve?3sclH+_ zBXzY*LYbax6WoV6M5wnQ104|@N^=i!I9{LvJlhc71KIKEqz~u`jGHYh_WWkIawB?g zRZZf1E^4w?Ixr>DX}Gms?Qoi%F)p*gi5g!ct8{e2c8mUNQK8?0Q(&{=b^zVMm1xEu zR~_a@N5Fhmmp3~6p%wf9e`+*3`Q8q$joU!zpSwzr(+)sw`{Ret8NQ&UCvS1u{&MZrFzbbb(9T1Ub{V2Dn{ z=D{qtS{JZcUdmHG_%>~ck6j95`P%OxQ}W2$ItLe1Jbd=SyvtvZCEA8F3OJ!NdD#7J zGZdOYCs0~UBPvmNFdqT_<&klyVGT{F%#rn^y_uyqs}mvG@vU_Ifcg2}bXXh~B;eNI zX?BTniF%(5Y1?+c>wI-uR}Z2)k#IJi#0aB2JNszxDmDNYj!LW%;Xja{lY%MaPlj+| zJl+M1cj0Uq%7Mx(>-H?CC~1S=^YI1DZ0OG}-B?5q0~}ECC{9xvIqTUb>`7eDl zb37MSDc^d|BslGjUC)9y1(XnyZg2l+y0Q$EP4)Z8M;cK$AfMj3O#ixW6}i`RGTSya zJ%ahJc9>1l#2=V%x=8UqKM3tSDsC=fUw+=cYOdF1&m7;J58NYN$h$`%E>BYR`-Wa1~H&Goj!DtIvUlRDL+doQl(O6s#5 ztX!EAbHafxdWW;)LrG9Ni4dijV4Elg$7b9 zE~FdVmO9s$9Kf8tAK7i1#v<0!oP%y-s<}4$@Vvi^Xg1@h`y1P~Ze5PP))|H8;vTc* z>tXCF#K;f>DW>JyZ+OvlF6t@F7OmF7F$qI251Px%4dUr+$QRT@H{JYs99}*a#FhWv z{g!SKN%dTdcl+WN{pMVSFk>g(^YzZpdAs?1Iz^Y*fZUHd9q#~t2YRrNmqmeX1knm2 zzy;;TY6EHDZ}P31gN8x*f!6xEc4|L*+J?5ov8KO**-RheUd)*9oZRf2HD$wc2sl*e z1B{;BdfdNjt9B7@|A>w^KTq{=9V8Ck@Qg#Nhc*POVlcnOKdDd9g-F%wR@3!o=QW#$ z`93&9gC;w5?@6d(pOQ=iSy$-?rJrw${ih&L z7KrzCD1G66piQt5YuMErb(8#ea&KN%V-ci%1uJ*sYUJK`*-F5o+W|B{KdGg-ntF4P z6sIx&nKoTP@9yGeF>cX@h~#ZdjYkS3MIw0ZB=M%PRV(=EjpZJJt~yVB!jI)A^6N|5 z>{Y#QLwe_#hfe)&m*JxbD_)(V3#_^=Hq?kB{KlEl4v@njEJW4&nANMbCVwDo{K3>g z6?z?X2iCh9wWrh}tQKc-Ik#BF79q5d!%%PY=*%@cad;i=bGzgjc zK&MJ=+zS@rGIw#9Z7L``Fqr~Ug~)g)Ufy3KPb}1I@jsje1n#F{)rpw=GA=;zrAtKpTtznsmQ4` z*Kw}Q4hGE`&kBuvYad7p6Q1HZyeRv14*e9jsP5n{-@4_h=wQiD2xUlunKMP`96cBCeMg@VWCNSO zv(rY%pqP1XA3-evTi>N{9*#z6^y>DQuYEZ>Xjw>e+>?gCrtY}=mOH=~ty5JmbATqk z4=@^6e6BLz*Q%Q&!eX)-a1lGnUk_d5fWsT8eI+Mu5{YN>BX5vZHQT=eZ%9Q$OZ6E# zWK&5~$V8bA*NPBo0`pCbYob(H5U}Z9f7ev||6`A$Td<(h52Rjbi zmNxBXxEv6&Gxx2kXC?y1>fie$I%OSU<#w=}HfDkldDr9EJ*io}6UeG4o5A-7UnRG6 zSu!@{L)VE%+v*3+5n#d3@2P@IzaTYTtlq)*Ex|*GtLg5iQJz;n7)ESIlN@dEQ_3c) z^#=>6?^JTB#wn$p07rTVl8b)M{I~U`1@la>%YM+FdOSKx6~YOI&u=%M<*CT6A&>9= z-9TqMEgz;K>zRs#{0Y8%ue0Dscn|W=b0$= zjQnLa=W7}mPYIxb3G8e$GjHMTTMukAqgJ0|UNj*n)<$#5kottCZGo|+sC}R=CB`+g5 zfD0-N#eJt#ypV?8tr|BXP&mFrYn~@yt_E653+zDsI0z3Ua`QXuWtHBpYt{8;`NO&l zM*?Wcip**#50+SDJ#zC9?Bs6IE*V5xBI7GQ6N5GXLwoW;6?qW!(fb!+dTx@Bkq#MX z6sV=h@9>c;|C(ebZi*A6QJaKb>U7)SO_UQ#h_orHO`Hy1b~at%;nILwC~;B9liLzq zazPVnVA!JJNoE2H0Izp2HIGMqZ1{>VBr-$!CBcLH{*P((&F2gNv_7!E!0n>feq=@G zeQUz{O{!qDU%_EY=T6B{!DI_Uq_7pZ3X1JiHumP5WKlsAQG1RVRKFPVwC3h<0J+}C0oD_w^N@*{E z-4J>8pnZL})$i$IOyX0KXnw<&a93}koDuwiRg*WEyOcBi8DHje=UBPz(wiFQ%5Cg~{TE(> zK&YG$<;Y9De|~GCUK}j}d-HpRwg7Psn%Y#Oyyf-uRhvhfKD|Jl@t6)^pGWanqg!p7 z{FaqZ2W*8VBpFw|X1A<{`n)*k`udI(@`A2f@U*_lH9%0K6a-^fs* zyTr|UhWfu&4PWRZ7<{+!W4WUXI|FGvRvjdN^-%HNHNsrsg14!+&EyQ^(mnT{9?~+; zUA3P*u&$`*_jw*en-h4nwQ_XsX}O$}sE{0G47U!Q0)M1U%6&7AnIPqJvF2 z-jKDp@rr;x4eyYG+X{_akj>1jN*19tAX8MSmD;G^HSBKAY@hfx`5Y6X&L(~IW1~Wv9F1M(KZw`D5?ib6p?DY2QiyTWd zC|rJ7M~33Rmn&O3IpAcOk16bzw7dn%LSW|cg&OamAq#?afHGQXcurQ)q8ULBAWr92 zsSgw&3N1NqzCarF6bB6{+{ED;$>Lp_S)_)y{p+Wv6CyPTX#MtVc@dLTN=)XO8nY%It7 z%Ws}EK56)k6vI;u<-|IJ=?B2a0KaQq3GC>c&a{!J#HjBU8QqJe;y@N{Ev~C~7Tf{hpBhWTPEolR|kxG&zgoR;wuY)c<#65~%CpyH=C5XdNRa zP~Ly|{HBI1a5YN0KcN@o>H2<%UI5|$OciaBxbyK1$<(Bw_U!uBM=!1wF|LFf!G79W z?%;y&L2*6nE56`&hAm|L<#KRw0qa!x$VO({f^s4yVkter@>&lgczj*3%e;L+$5W?0 zQDLr(8%BmyHgz*+5gmJzRrYrE`7ezOw;O#7oi_4(sm4U(_gl|rY*$YVa@2d3#Rfjb zeEwt9sKZZhT_4@Uchuz<%C`6w^xoNMu0ayRKz$q`{eB-}6#Y(Wy$GFz*g`D^p>6V8Je_Qv*_=9Thw2)cae&4 z-&XzS?CAJr=+Af;tYsn#CF5!jrpWuMhnMtn82d=(2sNbLY5viJS$K%x*~!1U6V-WZ zQ0RMHUHn-0PMQS$C`{{POQE}fEDlfNEA&NPg$QXLR20lJuN5U9 z50^p8PqbbljcjsCx4>uiFh(}z+Ul)DO@5oV7a^8>h1HCeMuSM%Gq3>Xy9?$%*@lgP zy8){LLGvwu`kFA+Mt=U0>V#u}ITMhdzholaL*oS+?oJ*LA{dM}+E|;_grQ;YU!*irDSUT}rZL zo9U=y?)%0weJzIv4?5U&HZ-D}Sesc!_oAM^%5C@m>mW`DADyz&vRpFm9cR;XO@{D% zSvpuf>wwd62GRL;CqJvZLvhRH?CQwXzWt@i+y~nnq6TK;F3h-Xt4aawXwUP9S-`Zt z)#$7ZVlm>sNqm40PZNA@lmFm}hzKT3ZTO%|O~wq88&DOY4yuy)Z|A2eioj;=_+aE-6JuD7ddYD%i3vflGMY1hlkz%DO?C_Eb_k_+O2dV~6 zF7|E0f=(h{K1_BQGHA9wm>F!w93uL)XJ-?$W~lOWjFF(+Go*qgg_@wfiL?8j)6ZfJ zJM0Jf&Sm$K>#?&cwqOKCN^*RmK?X(ly2~V3pM|v-92x^40iA&^h#e%4%zS`^TTf7b zD@tO695c$Q~2tCjYsij{eAkt4UB?&hCVj#!D_! z%m5US;F{7f`1M1Jgkk^4hh6tJ9$>>-uE?<;O?33Y7CzZWN)tFDF6Ub($agJL8%Ez9 z*PZtZ0{(=Y)H|@M{Nvp(;_1>!x7%WbnVF7LU@3Rhq+0LBtog;nP1|qdGdXY;|Xe# zM+F=Ms?m|zyXCohWI4wgD{K06|7jB~KIo}8lar--pf>-+@Fz+46)JAe#7F;um*Gr5 z_uL=Tl?v3)B{yZ+wF{bfmRUbhWb;FtU+w*Vs@pSW59(#gEv++ctBIB$LI9rKh~BXT ze5f0eI?w@jKAiiim9&|P7wNo>Gr)8lNxynJulNVQc4r)9;>;17w(v9G#ZF@sotrjD z*q|kOujh4U^X7$^&{KBHGy=JL$aS+t2@>*L)?AR@on^-jb{{!BD17%zFI&>@WC2^P z>Tm%wPr4W=v^+ew2KOXrImuY76z&*SN__;l{scv;m=D<(l@u1R)-@^Et9(9h-l@@d z@tdc#y4HrGU^V&Tl;K8wxpM0vuzK_`k{26!QsHCsjW^Ld(^30-Et&_Nkk44Zn=rZe zv7UkfE8Hy2n8N!!f7RXR%atmZa(TrY^JFHs$e^~N+~ySVp1Z=k8Mzj6zk6?*JHGSe zk;jUtx=7(q%8M{UEl%tUY|Hxf7 z&`DAiGhD!?3L86Um~w3d8lMMpnd6NktJ*|jre%U3angQZ2MH8l)_6{+@0uJ7s?QN0 zUiPMey1&8QI$~j^H=-eme7Js$j!LJOQ)d+c@&opluoz?78Dt^73sNU}5#BcPZf1jv zQGCdeK`npm=|P^ORhZJlh&uY zGOM#3kuDO49b44t6v(fh{uRH-p0ef3dkjx;k|TUy9~mMMs|#heCI*ONdKJrvPtas< z+|PrHg6CKr6j4mVH3j-x=$%|b@kaIG>C2-sdMoQ^8d+CzI8f!}*^OICQ88svVfD;~ zCiW!{9) z!r_)EG&MgMer342$x`<*6t~t-1TE6bS_7dDp6Z1|!8{v5tD+$wx-st8vXDC86c1u& z1Aq-mZn2t4#mKA#C^?HP4U9J=J(6p34d-hun~<)1AY8tHWhNJw=8dw13Ye^eP1SM z5JPA_7LDI#wT1fYtACzM?SpMnf9}uH(MJS(t^=W}>55)mXWT**5KUESs$ynr%X|Q= zvL(oA1uta(0U-?5ijn8Gt*`+hRncjivIkuAA(e-m6zUr%o?C-*Xwoy)dHTh;NJD`K z=7lfVk285rz*+idFCAFF6Wc>|+4l^a4Rq550gm7~*f9Pq(XtE-N)0>`%$l|-IO31n zy?Fufz#sUDC0WAkqHzl zvLSS|WhFsXU+c~Gr(KZN?0@V*9!tZyi>A>R^Av5e_qOjI{ECe#_~C?F-T#EL9ERK_ z!IWh=f|fKXF>|z6?k%s0{UT`;r*>E6HcV=c{2ZbjDrl3gfjTtd>n7FA1V7{i&6O;) zK}nv2#4F&f`qM{@w3iCoL)K0q!e?&r0XaS+(9iuNa-e1VdkTBjabW4ZiwcMIe2K_b zEg1#B%@>SKlYNlh@N@#ekqwLR-8#$aP;SrUcbQxs3bmcmLfkI`2s{&xD^c%4j(IPc zO5AJI&m22X%h5rpMjxb>P_fpsLOE+4hPY;JH&~=!md40Mk^~i(i}8N2s2W=F(xd`q zs?kpR=3t>RnT+s2FA&yx^hGJo?kgw$_IQ@QtupXSFCQygui~EAlCC@cBWPZ(Yl%Yli9> zVVVNnos%DN28N(zuTl-Z5^DkN1aqUkbgiJaVv^)ydx%=de{}biADlSA_ARCOT_-|{ zUy)bB1U(ist>&i0TA@Z4cjFZ@cdqVG8plNGY9qA!fw@T~M^EB?ZZ5NVs`7tf6Me3u zwDPc0V_J~Xh(B@q=Y(-2S--&XY6Ypeb6@9-Eb_yrM*Y9h$8?ajw8KmLd#RGstD#pn zJOz6f0*?ycQp2beANIcICJix;H$KVT1C_hDcdT*BD^Jl*?;`RphOG7b5lV#1A3WbKxt`57 zG0pCsb*V)ltbVtI=cx+*Z2w82k8b+)Q6I*YblvhWAua+be0Bd3<_{I2HsknYXZ@V0yTtn0xO<4Zyo`^{ zkJpi?a1lHffYKxqN1R_llqT&I>?18{_6L4kd)k_{G2_7dFlQ^&R9Hts-Dk{Z>0O zzNFdqJb8*z67Q^~I`Ub_5S1uU=C8s}i!mLQS9?hysN6bGQ&VuAkl1#(`r`TDT#V2g zjnr{Cu{TEK97f&D{{+bB>M8hbgWF3V*jJKEjxS3qnIpOuNq7sg=jp%)BTL3Vo$yzY zXQ1^vy;ZWA8tWpyx8eV|8kw#urNw3n&71nIf(deef;os|F(Hah-Ton*gL^f7&Z@jb zf2fD!bAl7dOND59H@AzK#*h9}0iam%F@CCXPDKRZrjeEZ!O_Zs_a%TM^=-W#M6*u(Yt=%19j z53^25>Q_bh^n`s%het$C#V&}ZT6)n z{Y&gSwICb^v$HggDtQ6rzYuUAcG-razW9^5mt4W7UrW{WI4h8$Nv!;8bniII9*~)c zSpIzP6ECxpgZWv!@~7-Jsj#*?AgP@l_iXkXj88?FsWuhxUiT(R5}0k7WFxiunj`Sw z5EZ!r$l-eq$t;CD`p>_L-1SB=O_IpBcDH*!L}8>ghA8~HTkG!PUHj~2!OX+2fhxqW z88yYOEGM!L?^GKK%|RK=Y<7qw ztK)u$Ot@gWZ^(uT^E%12P9A}I7;tL?cSQlU`i}h$Yd4blXJ?MBt9~pAuuY-F<1__i zs&xSw3eevMdrvysmiu9huen_6@*tYhVp)wv*2m1nc@i9G1z)msLr|wr@=Z`1jI`8& z$n#ear7T;K99@wz4{!v`A~A&>HNQ0WbgrtkC8f?IpZvk*;^AW6rRwl*6wdn-LC2-A z>>%4r*t(w-DtCKtrLn!vszsOi?4FRwHt)R11^oAtt*n__xg9h|s{2u}8a^M?p>Xio z0CUGGf28tw96Tp%Iv17BQ#l9KL5TRhePVIYAIYc`YC-{4(;hd2^tv@@-W!}<@J-DC z-6kkx{PZGCq47v)tTLJLyYqA+1Z>zOJC0ia6qM6b&RVgJ+Y1P4JV~Ji3EmB{u|9IYW?R4w&MYFnq z>Qo^M?St9-_;}IAYm-F5Sly5DCjwZ35cY$+(+k`?Cxc+6P2qvn96XJ=bhdi!gJiZs zSbL+7jHR#DirJBODK!aRFtzr_>R{iQV3tH=*z78LU5S8XQ}JSQD~ zuriHE-*lLhr4J~bpGP>Ij!v159#+jpEsv2NM{q0(Wq!Aa4w_q7F9BOJSglj0vhspN9YjvtP+(CorzAaqug1ardIF0T9(r8yh_d0+02K+B_2rAThWIRe!M6X0hKv4lx;B|2 z&lpDuH-DS@bU4f*Z)at?+D2Xe%zA~o{{$ITDinGoVXk-f7Tz)bU(W9iwyt%BXUL%C zBDL1Etfzs%-jVoilH)m&V?`E&v;K{MI{D4ildb0T@=s8T_k>_6g`QP@9p0OI)hpM& z_F!_GPZa6N#c$km@A}R%qS;F1uY?o`cWJ$ z?8cPuKz=_MRjFWMFg9$MWD8-Tb%GZ+wqBV$8^1my>-`Dxab}RbFZM6n0L&DiwVPL$ zgo|*0CD12lJTyaDqE;cC8vPantd-3i-HWIYhmX4D(;F9gpz@7P8iA4}oaN}@!k-*t zS!pRao@0E)JyWIfKP^-m^6M7`^U@{yf*SU9)T`|50q?9IecR}c2pPRrcJq%7Z{io3 zuXsm=liLv@9Y1Y|+{*yk4^=ncKTgqXZ$7KlYl_>Htc4lejAZQJGsy0s$OtI^Wd)LO z{LI!$$XIK@(!s)yyXOA)Da&b(gxXnyjE}tJtnZ1{Llpl%%V{rp^2-)NcoYzv7vNsz z8QOesNBrlIIBiyq5bPB@{G~ws(HutLlIwi-l&R9op}aqNdGiV$K6WiWUohvA^`MA+ z%8lp0Jc88=XNTx&3=c>1zcS!mK(~Ok}AiSeFPrVaTt@ zvirOq89o8}szF@SH1Ht$mO4hbj{U%s>w_dx-&=ZL3gB2{W!=nRi%J^l?b0YFA z%(->jMVP#THjfe9Q9riEeWv%OYVcNM?Hu*I?%)aJ7AWM-+Bj2>FM=^9gRevRocW2re;yUf_Px_20q9_BmpZqE{a5vpvOOSqAYTot*bK0IB) z7u4{QG&=_(sk?L#AEgnS4vqts?1G}=E#D|}y3(*f*mIw9<(i$(&Q#akpv3e1_JX|2TaCD$*0-c+ zK&zYvPguiYU}W~dvi!*+SY4sg;({K`sK0&oVzy9|<3r+&h|SoO+$}QoGFae$&Yv6b z^}#6>Oi8Ca?ut_0N}}+5w3b|khDLI~cS;uEO_9O4jX%%&BeiVGQzCYmVlRWrVFS{A z4@EmZ^fs-ADKISVTtxIGYdKxe@+eBH`?@H)NQ{497_}UDa^JCvSa?fo_BU0a`$% zzZ%`5KIQYtF}`;elie{+E`+?xr*En5wiL;Jv@uW`UgiC!0Y}!9nO`*TAqF48f9zRl zhIr7I)AfP#=Fdy6OM0U3owwnH<32kX!5;j!{D}2)K9cK2hF<4=)2?9^!)X0G^{*C5 z?NswC?KYR80JPZX!}-+@?#961$*ggP&qJ&5KU{rxTu=WOe>*EJErp7P676B$TZxP` zkgXzQW^b}LDMa?F?258!BD0iKLQ6wNnxyjUJWrqRv zNaAaz<40W}z99L07WB|dSJ=*(W;<^M=^r|G2BHqf?8D0K=^T7n{{;A@jm%+nu5O zPwWr7I+0%bz7hpDg;$FaxFc%ruAsns;nF4_@HZ>JWSq~$VHY4rj$GqB#I^spUigxh zAyFiEylgnW#Q6rtCE3*(6^23r`VC6?xfafC;2fR{X~5- zp&KlCc(rp5t|Q#m%8aq2$WDTE6Or~9D3xY+IbHv^(ybDs^UuW@`N z<}dahvx#R=@6`$Mdo|*oVIAffUy)94hB{QA_K7E;O%?8xY_qMC(;Rj<0&l^(M|mbNz@g zH_jIdeaHUms2|)v?R+-`IEX7vx*@(kFOK8T&lhsPm@s*+`}W^H39NUB_7le&(Q_Kt zaUSn=L&op(od1DeZuVzBG**-A2K95Zhkfx-9r@tmDEId0JDidK3FFF$Uj|(1&5ltR zkDa6UE%K8!wab8hbN?U5U)R-le!mc5~U5_0Z!&2XnmR0R2Vi_wrVGCF&>WrHw)V6qAu738xoMA42_a;h*6)tbf?v zHb2E^Yw*EyBQ>yYEm7+cpLD!4$93QEY}50bFIAC0>4rS(wby5$ZlSok(w;c^W z+N*~X=%K3q806{AsqUbo7rWpvXw`4ef!{SsalNPup{O4r$_)F2`93>h4E?zJ%0|4; z^UM|UO9^EQ`eI*`UF~r$-u%^v{?_Zs9>l$z|ARicqU=0h#JkRt9#Ku_OyaaA~yot^$oG0T27C1-$&N##W+hH{dpo_i!9tVz~&><7_=bgMElKh8n zS4qMSxfQ(^e6!>DN6=?Ao6~@!dObPXf#~?fhW_AJ+G@*S*W{hyJg(d=m#fY$?kbQ7-T;^rsk0o~O3A zwL8g&Z~F%#-u0M4LIL?9Hu+3zBDza+e56hCcJhkvj&wfCrWZj^pWU!OiEx?|cSejM ze_hF^&frsTzCkXEK3Pb_5u?0~!jH7-_a{B?JGXKW@z9u`cGM5Y=dc&zCp3n>wniP> z0~c|Qr*3R~Kyt76t}^(@r>|T`dhxQ&UUc<5Fx!&O-AwCqnj{y@=cQ5rg}7^zD*;8~ zbw_*I`quIM&BgH!kqSTq)$#N=6ITk0h|X{vTG0I>$yOdCpV|)!=5rz--CF?FDGXLms!53 zBAoEfoJr6J#3|nQA0R)@W=jI`ll>{2&zdsZ3GqG?VyD9XZ_!kOKW}(^%Sw_XC$hNC zhB)tW3!SSc;p-7sQS@^c@|Y&<9&C#`@=GpY94gKuA;&W2+JaAq*>QaE-SiOH8;bS+ zz)x<)xj?UwD5`<|Io!qr=gDiG*ATitcRTb?;mf(X`2Ayljx+o|egw`pdE(qzBk6?)zJ&fcZ=c{t!UT>Z-F(P&ILY}} z7dzm5hDCe}ApOw)QDiCfrcWFvr}KTlL3x znP*3~YG~rjPyOP^u0HXc^EjgCGTv~mX$Ei~hmP-&4|ddSiQ9-)J0UawH~7u^&)M@x zj!t`IB17kLaeBZS!fCCFlBiDSe|%Di(MScKS!^*Smh7o#_g-Ot=b7!dBYu7OIOjL1 z_4z|`OK9Hg$^8vx)NvhFEVOujf_<75b`N-};h90r z@DKiI{zv*~LQ6I1*YVwv%_NudC5FJSAHIa^>sKAJgj|bA8gYf}mQU5JcOF(?`yruv z7wpF5GtrQDQg2>E&eW~Yz37bF3l?-jYj`*@?&4@2hEo>ov zEc$FR*ChVBr`l}^?W4=zUY#M|{Jy}BwY!o_1qH-oJC~?ux9-zT>2K>xTKU&yL)Lfo zj(x^HBz`nOoc8tCT!*R5ZwUC-2dDYi&xJEKP@@kaX}dY>`m23H;8*t3Uu#Z!TH&$h z;EUh0Z-B4bALM>0f5w`?f6&9M3;I8Q`qrEC9a!%ZcS&npCb~NIit_=F1#o}z$rJWb z|2t92&JO)*7WbT^N&L;?nR_4dUnaYAUQSN@G~lsa9wt&?nYdXhh*qz-1rcy3?E{?IAk2F3oX?zviui-hHwV{Tanc`M)Je zk20Ei>NoAXrBpQfrx&M4K#uD-M8j|NDttEZjBnKec+a&w)NK`NS9F6ODgFPx zVm!ygtcxQ5vT)yr^B86O%!1x~)&K#~!i_r|KmVisRM<_uw64LPNpF0^_0x{CeQ-p9 z<3}&*a9^)EzxN#=zWVNWF7$-NdqvPMTI9H%cjP?QuV36o-kzxV{21cv=Dwe{ljyYH z(qXp1lYZ~T{?Bl*GbDayHQUPu@erF1Kwq*9b>ci(4XKZGPW#z-A>TOgL*#AJ6Z%GV zqQVE_X#ExFAMkhY2mEe_NsS4~CC9AGqzH@CclZHU*1Oa=A9d7b^Lv%8V-VNTckNwi z^8e_syL$`uwP&`2y&hJkv6cAmCizf#!qHC+Q>brkIKH(oLMo#=d@=WXEB*^P!>iIcj-(DS!IDApcA{_Wv zWD??EMg0f5u=jG7D|rS`^;Ez@rRGzr{cW)99ahYNAv7_#7P`=V}HiAyLVx? z)f`9#f9cbI9MvTh!w#O1-r7pP)1OOakUm?UgvPkyx%C=4n_KBZZ&@D2r3gp-IG^RT z{|THAnW0Uf+jZYNy3zRxz2e1slJ=?bv|c5Kvq7iB%NretPb|%QbDz%NEVCZH;I}k- zh~F>kuj)(V8Bo8n=8OO~i3^oGZt5y3&(S2e_(yJ$^T_G!pRuv%1>UA#b?K4EFCC z<*A^9wm1|~X6-%j#UlyKcSGyBE^W+4)CUqh7JR8B`VXDSc{UvqwjvMfdF^(@*G5V4 z_dOmeLf$;7;<`l>${pv^dFXM_3;x;Op0}vbppYCp4|u}M_tU}W(ogK+dauj5euI^n z3G$#Dn{U95N%zWw-sn_Z0sXh)(R!bD#Z&Bp0r<#mxk0wN#Uyo0hu>dP~Gdj!$iBl!bjG`Jozm)`LHa(4&vba^AQ1 zB9Rh_g!4&kFPzga1sx==7z;kB`gs`ayTDnTzcJ)eR2JbljqMP}AX?juf;{woG)tEI z>4xW!{5q|)nfqC<--vV3uI@SV0y`WY1%24~W}hka+{&N-uwSaT-C`UKf6mw*@O8EYf%I!7@8>oh9=0OV3)Hr7!zwT+uWd@HZ!C*oV}H;skf z&>YnZ_QmZ8TgXLAgZc1xtZF$Jhj_`;GLT=}pY!=}y=A_Zey{1V8T9Z>9{QsYI-c{2 zo@Jg!+~K4!hhcP15>JkYz3H!gi30wFR5cm+=j9JO!roAp7>2%^>F3WwUfz?k15VI6 zIui6}_cP-Y`9(4#M&q1R=W;#o3^UHVkG1{BdE09?Vg7+__?=A6L-4^1of*eowNx>a zr$J zZp&x*%W^t#pN6l6NqFCc1S_iGAWE7~<9OIb8=((6q&%-jUYS`(_#e6{jziv1AJsqb z>l~}#{!^3Q9tt9Pda;i4Q%ajkfFGY*B?-Cu_E0z0BtlPxB||Id#?{RiR8oEP99Z~7v>UEC26I-KV5@yG}0o!e(DxkGwX<3Dxy zv&x(HV&2x4&#A$V=zFMfAf3N#E5_rGGHxrX+vEX{50~Wr;I;eyz%O;D=O)O<>S05` zKi~8RUMPILV1)e0frFEXuZe3XD)%M+5_p>Hnie)B;e1=%e@zLwVwa(alNZjO+KO{6 z8yH&YURThrT0|bb|5i zFI%wA1yv^z*QAit9{i{Fj3MO4q5bQp5bo#{P~||sf298naZ)RS%Y2D`9FJ*kAwC~J zg6m1-**b6^lR?Nh6C$QEU5{S*;yn61584bnZqC3ady+S^%75G-Iv=#^W*O==4EX~* zX?ns!)G?o#*=HT$iz8cAIa(LTp$^Lk-!OBBis{TauHo~q~mD<_|{>Z4~+mkH)0OwWn~3C zfSxL`NfzrlV3tdNIuGjSHX|<6e4i5h==n#}pf4tFe+heS(vj7v(KftZ;mcO+gW;uD&~LnZ&x*!v8jIR*4?+APoC)e>!ROF%Vw=MO~Z$Jq_=s|jzQc~|OGkkc<;1DC;y#m}G-s?T;v(kggpZ(l(*;FrgnIj=bJ z_-6Pq-(Hc1AF5&$_dS@^Yu-EB_v$C3AvXt(+!jcDJ8d5K(TVzN40$=$yY4>eB^EbV zHWS@x^nU_-dcbm7$j_z6H7AlD;NU1Cj%KYC^XYcsvAEB@AdLJ!VwYF@AV*@(F!hp`)P%Duq?@ost*gGClqy5fSssS5CuLMW%Ill z^&`rYeMo+LOt0VrV(z?;}nm$gAURZ;eQk79vIm|^Bp47iyTwp zsN226Nq@d=hPvXS%AR>R&qkgr2$&abb{O;{I%ub|9`Z2a;Wy+{PYtPRPv`V|=s)hy zDh3h&Df+GL@t5|kUHx(Bm1}M%52W?JmB@NuXMbt<+w2SKYiT~#ii%htgIB$qh@Whf zc=na#WV^=;;YW9ExTQ;c)js*QGU+eE>u%+=4|+zqsPiysoGTR&6`q8%e{F46Ul*c} z=Z{x|&sWd-2R%cgYB=x+=TKoG?Mv@DUyyH_w-)sa#FPm>TU}e%Kj?Q^4DpSs5d)w% zcA2!3{S1zpun*;HUSqs^WA_4|e`|aQ`uf6o=P9v7sB6dieUI%T>b+-;VZ3;piWJmIPzW>edv`&Ss2 zD$YW^Qc+FyjT)_!p}6H8U38M%QqPBNaRJ?*so&*c!&`k3@1mKabOw zJm42x3xBydUg5_A(jV%*Ey1^HsyH91D30qaJh{(u?N`ww$cI1EyWko-r3?6HQB^MV zlCNK7p5Y=Nus;7vrvjJvpWkZ|@@Hl~!8k9;aD2(0pMhUV zj?TY)Wd-RU@unj7C%NlfuD`jL^VjQsw}YKjd#w}VoHBcA!0s+<&cS+}W4SJx*VIyA zgE-ph7S-(#J(Z7Fqd(|!HHvE!O)ivCK&I%Zc9wt(QE6{e2A$i9%d##I|1tTq5OH|V z!ddS#e-NTV`reL9|6URQU6QroGOfpwqedra{@Z7KJWG6}YDW$5fLw`0*sN5;+{bl4-nrP z?NWY*&RyW~m6YKw)LW;*&tJO38}cMLV89)cYxC`z?~=T7EYcWBa@zA`$8b6){Sp}m zH*Aji2i!g4$y>6^-1>998o}a%E4@c^j63Ev_uB0NAVV#n+P^yd;Ize=$A>x zvN+FS=QvLKy<9B!hdd&Q_^mcRE({&Y_4HEn)bN~pE8oIjYjaDN7@24|VKwlE=b-}k z)6+r$L?L5DDbC%Q@tMFu;-tAw)tZ~hUuAh#+f!4pjm6Cq!ZoAEjaHNo}s}>hdu}HzRT$y(j!hPcw+}o`jmm*09Sb9UNv# z{-R-j!nso5PO9otz?#L6a9j zURa^Sdcd4$)7wN>w(n9p(YYA&?RqroXT44ap408eWyJYgSDI76hUoe#XgBG3o$Zcc zeDANl09{{oD23ch^I^QNMe8~6t<+!0cM#6pWq;Mn<%4iulYhuS{^UwBj&xcE{uv?u z&_?hv!&eq(k)PwmaVgi#{y?9YlJ%SlZi{9Ml5dm#(&eQKy;$_oRc=Rmszz8^3-R}! z%EzhjiO`UE1$t+XpF5GKB$v7u{$A&J_UouuTtyy|M3;%cXBOLX9k~2;9G~JPHF6cr zf2z)=-K3XIaDBOh=y?2-9aBhd)xBuXeXsA)-BfopXpYPJ+6#7M0+Qs1gclKCvpU78v6!$7L6&1sNiLe-WS+!M9 zpR=vx8p*jg8&Q`^yz!=LL+e2kwI4eJ@9iv^2Kp^)Ho$zd2iV}b%wIzhsd&biqn}`qE zuULTdwqsM)C$b|p#(B!pye5u|wW0H=yz(aMFpZA2*bO|y>gq${5A!VlttNSEdbb?( zA`Ek&!f2w=*qzVlev8uGR6ju+JyWFz>C2Tf&SRZB-wy&_acJ||-gGVtuXCS^y?Pu+ zE?iDQ9L=Myql*<=&(+pJrLPG0-PC=mAJOZu_`T$R6#I?1P(}QH;)e7X#MfOpxR~;0 zj59nbP*J#0#c}Qj4{@LF8SA?F(m9;uI&=W>rDn|o;2Tryc08i}R+Oy-f9m+u130sR z;d4VeXYVf?<6Iq$VE^1@XRb%Sz2N0q+6R?6gHVUYuedsg>=@mL9f;qEeP7z`AUyJX z2lN#a4=<}ZK;xfh*K--kRj*!;p=Yn@Gu?vpww=q5`P2Cr@7h6|_Mwjv>Z^#-MdPrq zOJ~ZG0x5P?=v9xnL<1@K71o><_tCmJYxJXh7jfvxvz_SuL7`nJ-b(B)QwcdArp^7Q z_UM^zAUd97y?-LS zEIb8!NGOlIKz#Y_?o8krjuu}LXOP?u^=E~PJ-D7+;VbUTUa@I2@~0I3-G$wA(TwA| zE)8Y>K+I3(_mzt|-?T8v1@Q#mmd(QFvaSa?|7AvZ=yQ$J&B0e~BxFj+-kPv=7{ynJ za&kjqAE(GgK#trS6b?SxR6Pkel+THVxKHaV z6BGfQPGy2B;xF|s`Xdg);qa%f#J5JMA66oM5I4&ja{7(oBC!h7XRRE?e!7 z@i^~!uM*%t2|UbsT~PrXpB`wkpoQ#>F_W)S0~z7na<;2a`LX{t@6rXlKV!8T^oyJ< z0q^;CiTmpO@koOoCVST?;0vzf1Syi|1`0dIlU-%?Tnlxot}N6Cou*x|1Fn2%9mgft z8m@=^IU#Hq^=}aaBb9FY4>whfW^iU+ZW+@$} z48OkbapZyBRhNhVI^IPW^`V|*aKC{%U0L7&7cxd6-s$dodFWlw;y526e@q{I|Mns3 zbO^~2T#xncFYdn>o6B}cv=jT!V&`%Fz*l)(&pKiS*V8^d%oqBtl%y2mYmFzCBah*w5NE4{?qruRQEUe4%{xeCX2-ZT5rP&C3M%2{YqS zpiK0!xpAKM;lJ_!@EZ=jN3C-&;93?-rk*0cDp%(QyFq(YFz}1!>Td97W~{8ocx83| z0GG1ecK~%E)ca*1e<5+hEco*muRidU35kdmH3^t!>RA)e%xt)e3p z%oW@9dxCu}k1GW3srq3C;xcY`(Zjk9xZaF)Pl-&+l&fo)U#cy~;7jqkRz1{_axu zQqY-k!+ZD-9;M8{_@Xbr1RgF12QMdm^GYE1$6J@gdAUO-GOqCL$8Fr7@P_Mw-0Rl~ z{@?KZwwQ-OWCX==3FVVlL%*Ds#&JdZ;ckRiiG3BVkte5qZ8;@+h&JaIt%rZ5&F^w) z7S>DDU$zZ#95>Ii|Guyd=L!9V`kun)wmxllPd@-(mUABpK2tO1GS>I(m)XFbOB|!Y zpAw9xV*aPiIo|ri^bahD$~9z3Z>e*Vgg!ZGRcJNwr=ql9kYlzlhEFAZwfhY%tj8r) z7DB_oKs3=u@7RLEY#a_k7`i_3}z@ ze}(M+#4F%4Ld{fD(49no7x3BiheLtSf3+z?ozBFUwruzNJO>{1%61y~Rl+CEx9afh zG3*z2GY#M)LrTw}uick%deGZVSKdHebcxq#;9kPaqzC9LnI}-bo^W^y_pAH#g6pT3 zTXX%#hH6>(v!V{6-;{8AJ^I=TVSm}bWn-vGb#;Wu?kr~}e2*nuUI=N=b#$L4u;2Qm z2G{pIw4d_{D2t`oX`=f1-8gW&gk`rs_~{rwy*oP)>DI6tuR=RM#TA0oI8W@sME z@t8at=m~Gr^dXXg!41 zz4);U@Q%L=*TR0i@&R$3;=umSRMQc0#@6c;Fuj zoz6n<(&~GJ<2EWx_7VMMJ#xZxlO;Lc!DQ$ksM~@JvP=6G>{&$fC|~1* z=PdgB+L`Pm**zlo|Afiw+tI$BJ+%C{cPrnRo3mpWjdS6wXjkNs2An58C^V!l!T9BK zU14WAFa0}$>_W+)E{MPEzTKJ5rI5ZV2J8J)dOUENr;WU>$J_9ToW*yc$K7Fnjc`1U z&%;^q7x3SQhZ;HVdkAnv(LL`R6&Mp@ItRl4{%}_gf44NFOwrN8%Rd3iX-cl0dc;Y2$P zL+CxR2RLuz#U>Lx|9;K}&NtU9!2CY`Q^fr5W=McPeqC9Qd1RRu;CbH*XMol+i8F>-n7Q=;uP@l(cg*w^O zGY&@Nk$pVyW4s6QyR;8PkUwMU{vmtGPoV4HeK*NJuV;PElAPalOMw0S&%ZnPNS#;* zTqdZ`v!TTQv=@EEzS!4mBFv&r+$j3>G5y7wsZ+E;J%e@OU1NMm_1jcdk@SNx8@*mnL!GPsMsKJCq3C2(L;-!GzWNlLYw>{Y75E!ozP(24q^uSJziX`1QpmZ` zi|EfP+UN{LeD!C^IXK5=f4dB#dGFR|{#KVAi8uj!=dF0}+^5(2(t4hXRQo~m5$qOh zrR#K|nG&_cUUiA^!^(dVAPf2jQQ{J=l-?Uzo1{NpiB`feOw+`P7BL0Rxg& zTp|6$S_LztBpLlQ)^t16l58R{m z$*bmkQ|;^T5sxtEMSeKRcMJE06h|i77$-5Ry|3s zop|iEgT`Te_%-_G~2nyXcxqSCYH7zGWEig1DpiiJz|s{cKA3xcjVs zziGS{XZymxAiZQU&fRnG3gEa~rktrG`cYH)3O?LEh5e}WM@HokzxcSr34AuG7y2!W z!sUsG({OrkPk6SFe_${8Wu77Q05N>nnu0T}&oQ-<1TLh1;XLI_2rtfAU|*drHzg3= zNPpFWK9Lbx3%%HR^Q+E~kMofiFErgWfnJezoBN98%HTfXv(akk11E-ZUifSMj?nL9 zQ<|U;URNlA-_~Vb4GCh=@I(aFuNVD3Z>S-h#d7p&s=p-ElpX^PH^^%>>RZ_b9|yf! zZ17N$^RN4G z9(DK<*VuM)gFim@6Z~f5!%pPT{3TZ*zDG3NxCwQ2PTb|bOsCBFob{;61m93DScW(c zos>L$?(BF9IIHGmuJ8ZH^%%xc>X*)WGhaE5v37mT)Y~3)BRZ^ef*w?q zV$J=LQj>sBE*-O1gK#^i1^b_q9p%-vy#w*J0^9SD8$TCiLSJ>4UG$Ci{n4=;=;Qy{ z`?vOU-ME5H&!Hb4x97On-agaX(fR2cFlr9^x6eagP2u2s#!sa#?uWj(R--|U_|`Xb z_)kU0wWaa&KG|DiA-B&aa~+`|mnr8-PZ^ZmiR=f_`td<;+Q+3Y)0WfsmaeH(m`)sj zuR|%(NnGGC=&^fC8E1B$eeWLW*Xz7F4`9NpHKC*jd^m0i{OX0pRp4ynmJdK*KKn8K zfy3|3Y%(YNWM#8i0LcrF*Rx>Xn(SB_N9!ileG}|RvCI4IgjdbfTlk0g;Mj5Je$jr! zd^`yKB-@1j^*>9TIX?Iu=Y4Bz-Gh3Qr<~3~&kXs_{b-)7MFS$S>uP(pubvz2rSU0G z3xu6*dozq0ev1m=&gd7OPT zgwE|vj+Ybu-oFgHRzWs^JXKai%W%{)qlTvFNv0)?~_kDvf{O zccrsO0M9z)!u1n24L|aR_({v+V$64Rk;?+2U$u}@=zCA^ah>%U+Tjmry=R+QX%auO z*kTAfbiCY|Si)DQPSrOeI-VQ6Vtf(h4$jA9*O?8Ncq7x6He-=wA0pI)d<}k)*`*}Zb z089C9D~Zm|bmF=Xi?iO%BYCRZx0oCfqS8IsJ)&w<5%9j!e(hj4c22(qzf2eZe!$i2 zSL=Ky9P{uJu50CDv_6uaTkv5cgZk!(7S}5m#=0V2Zi`@r!_0T#nl`-ihju zZZai*l<-k^7x;I=dgZ@_OE?X@V@vDc5?+}}d{tg+4CIxPiX7t0hyC8XmFDg9=D<%n z2P&sCKtD!P2LjhvF)1XH?5O0ZaON9NZ$eLfI_odu_yV_&hJ4qa_8fSJ%&bzJW{6eO7KH^fYoaJ+0e8?2~%FGwKCbWK?^z^_t9+?dSK5n&Tk1Xt%otI#@ zY0JexZ_@pqNw~1^$9+5K=GfG-v)ZlvX|icO>J1JZ-`;}g&+x&zB--CjQ}uxhwwDiu z{2V&z2Ne_%{z`FQ^;lP~tM+f>1<3o(DaW9QBzPa zPN@F98uGP+)IY@k8pd8m-CL#Lk*NPMa_DP!;s;uuE$}N1JEuYg^n^>8RV zPx`v3w$>T;RbBs8TxWC?#{(przXom={Sfi*V)w`6&?nh>Tfc#bLsMynopEGu6#Pt8 zzu`|1ay8hl%)cwbKX_gz67gJObuS_aQPRN@a$NtuHTbko!0Qsyr@F2F0zchE-EDhm z{Fnc7JX#xmFDidpjCHrs9f`UardNN1j(UeY1YM2)II)HNPLGqLAn(O%28f4n*S+?Y z=x4y%hYn=#q`F4JFHnn9ewNDgk=_O&zdAC;R~6aXcBo`0P44z}AszPcD5M}LCH@=PZQ zI^4%~$*`5P$-aNGLlHPm)r$u3*@p0B;5pk~#x&A-^)#`4d8|uaYFKWXJ z#ol|R$zd+sa^Sq0Ut7;&exEf40T=ppGz9V1qqG^P{r}iL zJAI%%_rnMdKpax@k4*5_u0N6xH`XCr2XPqP%svqyBHG;QFNZwiAANx*87pN2H~Ahj z1b9i^mSy1EvPB<(?`bXm13HzmIuE_U`kn~8YnvPTLW;{Q-|t5MqZsc05Eh*ORJK(w zJJc}a8S0sRctVBW#oo_6=^%(EgRTQ7>RNN8n%2u@`R)#+pDOQA1g_Z}8jADxA8r`) zv=8i&OVK-V9%f%R(?Fi0lFtp&caK-G-nX^!R5QKbulRH*>ixgf1$`E6`h@rzOE>iU z6=kxlfQ!V;k%GVBc^e+yE%`EVp|49>4!+X~gZ-z_t`p){->RT)a;yH@AO7}E+it@z z-eJHL#-nq`ko_;-RJgEKr&Z2aO*bz?zI?FSF`WH1#YBWUpl8*i()ktADpY_6U)Sb*;6D8eVJD|5w&0vZ z#~Fv^x7zoQlz|@!v4P0D5$!dn4Iw$3nj8)NyYT)z=t<`vvVHb=fD*osxX$+XgR^aQ zN4xJUAUd$$>H}Qhv+XO$lUu5Yix+au{v!Xp_que@$Dk4497vw%DCj|+TU{?KMV+Ix zPWb;MYxiw5pADUV6Hp@R{Rzjqc}o-wApc+HEeFVp?ui~)@9{sw?aAKI8=M6@@!K=> zc@Z@f{mA|m;%pg@`#60H@XL-i*TJ_BequoN2|}5Bt5)V?G5a_q_y0q=-GsN z*h^&r><78GeG>O~H$8tR2v61mVxMI&K^vzA6Uvsy4|2=lPz^ zK)+VaL|omaMj6MY}d zUQ7DbxT~vX(0;Yte+BtbgeTW*@&EQxrCgVByA9&$kOaKdJP`Ze+@OU=9eHY!lBc8JGv^5lO@Na7-UrKM(3=iK?MGJ>!=U#7po!J-%+n&q&NJB zvN00SPrWuSMLnt)b2bC#SsMR#8u9NsDJ|d*a=EOx^|@9H`iqK0-$YSUK@WbPhto$W zUu=~(o4vkxKp(mkj(QhzA<3Z6cS>&H6QxHYId6T~2deud4wu|%MR5(^H%tKk)DuGy zCpcC6^IGC>=0&@yZ=I;VMe(Q#D>4(;P=s#>59HuqRSm6;*Y<^ z{(%4K&K9oY?wD?tMDnq8?hyDB%A-?RPaiz}Fv+!^DbR<-xd*4X5uX%gexa|~tbhUY zNRJr!^CIfmNEzJ(J|{I|H|(r_k2)g%NOtvb*i9?<|Cxz?C@tE^j~#eu(k-%&E^gF< zUSFNE5d1I74*h6EtrHy)FB-cab;N{6jjY$F7;^ta7mbgQ)AjGhfIH8#|*I&_H23#S`{~B-& zue_~zBMM^Q&dbSayD zm+-gC&9w=-%!;%J1DAN^q8mz;kIT=Kym?w9!QW)$=UnFE)B zOTE0qb$p^IBBFJ_^b@V<4^jHHAHM%Hz#Q=>v-AIqqx+xD7>xJ`Qxi|fwYSDgVQ&O` ze2t;=xX?lR7mX`^BFCYf@MJqJ>#rH?DTy(G@V7?ibKT_&HQa~UvUb)rItLzsrsqhW zj$A0`iF}wH2TGq;D@hQF4&>dHz+?6||098hg#8bvxRDaj4>i3-BKm>U#iZcQWWf{a3^&-;mR` zt>=7afA0mfU$=afi!Qf5*Xmn3*;}IdyXJDzcUHAjI?($zZ||r?=SDT{7xv@sAL!*m zY=kf83;pFjN$C|F2VIo)4f~UNcslG*$+ga~YfdC^UQgebcTy=%pwFbQzyqyndt5-g zU4Ak6(x3TTxgTL6`$6K~Gj4G07580C`NMeviIG~+SI*uVfOS7>%l+9lT+^td_qY%2 zOnzo@;k$C+VbUFK;n!_Ci9BWTz^Pr-h*F&Ad+!6;2iC!_dlH}b4qLO1=*j45chvdU zX|?D`&mD14(~9(sY5NclAr2O;xNdMKd-$DZhl@XnKGWNuhJK$XzJ+}=XxI~SAd6G4 z-f|;)eb&zfayV$L2kdyq;$z6`pSAg02jYj7J12tPn<5$zk5(P10C}S{_6GP=K^)_h z-d+Du!%g9M1;-zRXgpF@I_wjqy3OuveZUt<4A$ieOhUGV!S<~_M@@P3Y)pQXR;3(ecq!h-^ZMdx*+ zp?~R4k%nJE=4mbDk@@XX`0K?5j9-+$X$9QG^8ordi^^B-Y)8E7 z_#eQl)W7GE9xNnktpxoQ{v8K;>)E*n^3fZ%MnRABc2=H8bT_5=PYU5#lht05;woA$ z??mTQD0xwdeR%sc4Rn8VGTTMj2m1r>s9TW%xzN3zDe?(=H!kp_d08&9*QI?3y0ylc z=(V%TNt{E?arePbJE!M^-^=g53w(dpp%I?6o{d`+ty; z;Qn}jbBz&Sc-XJ3kofi_xnN_W>+8Ro1_igi-%KMH@zm|FY(+dp)y4pv?~i-i>PFjS zL5~UThK9@H;`3GuiLUL-^58F6*)3`%(QU6T6HtFrx%)Nfm_(`fwb{Kt5b9G&M> z2Hf2~Vma!+1l`khC4FGUzCN#M{u9c+z;5VrNCR;)uIq~DqF(H!;$eh`1kT+xoA{=| z9Sh)tGbc@Yiawr4lF`4#{7bLbq-RbVbB6jB3D0AaK*y>Rvyk7v=fpL2;`cS*_5%Of z7r^~#eOx#$K}bn@Oz(Zzxd4v zguJ{$=h@Y3!UEcd=|>kClilH)v*RK8@2AxaqXI!fQT9{dW~#@zE^7NV4#4e(c%)JN zNFln$3g>yB|C?IU3%aHZhn?=zqYE{j6;+Qc13g>BT!-JHV}~8^M}^x)8=_xqR?8QX zhaT;ABR_V{-!pnduREmc73uerqmxI_{tY%dsYnbiJGEV>|=VmeP{L7eLr<+$z!5}Q-e(ny0z}Z?4=$q zBwv?oh@MS(4RbTnSJAp{|1!&)^c;`=<+Vg-TCVG`&m&!y!CzVIJ|Fz%yrCP{iHMtm z{0Q0jA$XsR+&7$Wdxzvv=p%J#a4K-xh3^n=Z8*{r-y6Sdg#9||v-}10rSwFcm1xxx z5B{zEW-0pn+!=+sBVxaZv%oiA-YUkqDOubN{MhtLFZ8Qb*xLyFBCtNqiS!p+!za); z^lVPS|Nm>*Iy^^hamp*g^_n-V1AkJSzaRMF>kZ?fw`3-9eo5N;so;A9f+VMrzo+D} zGVsTrS9`-RqZ#c_b^L{v0Rw^mT@F46yfADf`zazXavW~>1NMLCcAE!(Lw1uJ_;_j5 zM#vva_lbzhbo{-Q;<<%JnKbSbas3SN&A7SfUn0uu?}9!%s^A*+PZMV=OE;0ct9goe zZQf1IP#ak6)a~{wZHO9sK=k-|nzW zcC8w}g!bDbdZIJpuZt4Em$Xiv1pkt}Pz3*sPVOh{qy2nye_Drb`#zz6*P(8l-=5iZ z4E*^SBI7adZzzK9vvm!D+xA+vJcaZIg;A#&$Bn-=6LlN<&U!}tWZaEWnKZ6X)|!lW z#&Eq~S65fW6=qK6e)1M8j^h2+<5eM-H?A3YfZmf*TLS*SAYzw2(O2g_8-RDn%vOVc zL}m9-;8@-XnN%l2h?iOl`Cqy}3UVU5;URFNgOwbw)THD@rc& z!MfhvHU;teA3Jg#0ll&k66C_yy{OA3cFeKlyp00%g%LaHq0Zy~kgg8`4PpsOL5K~*=r*1BS{%?Ho^U)%nP&RyM|Np5K@ZvtHi607DA-9Ddr3G*BGu9k2# zai&4}9GchPARFwbbqU^^Y6^KLRNgMZ`qpbA!CE+%&3JQ!D&zdo zQ*mB}@P*um`^$jTs|df=P?$!25=6sCXCaSY&YuFjsEfOZeD1HaUSZzP2m1rB|J>{dJ~Lyb zCG?_B(!r45sqargfA)Hv_?XU#{K8u3Sv?+=Q9l-;-uyiHq3k9t_({fg38sb#LUA0| z74exj68F0m#}O_oq{na{<1lZI2byr85B&ZvLpiRy=ghZZgv-giQpEly*PVnupzXID z^CJ8l7+hb z;*6~>L9j0#YD4{4T%UQ0G&aG?e>5Px$#Y4EW{F z9yrhL9}BUrOI(m&Bh(xj1Ub~B@F5j;67us7;oN#yIM!0UfT?;aGPpQ7!Krgo@GcKm@evJ~IgsQxJtoz+>=qDk% zC?s|xIV%RVqdZ?>fiwC&3s!SEf4uSN1la#~bhw|nQ#04A{ryaYot)tthy3u@tIi;= zUw&2}@Z-$F@ra*X6KlQ&b#>&|Lhf`KW8m5q>P50Dg34dOqm!(Kh&tg{Q+g4)L7?;_t;#QWl#@ zZ&7tkfgPeIQwF_CBX2AGo0gw{A3&cz#<@gE!=7A+?1Vq~!QaIffp_&vk_TRBd1v$} zqMt|SQRhg=SKxX#`iuXff2hX6TR6Yzj!QWHI&utf!VpQu>k>Phg8g-V5X&je6+W;t zuOH_=QOR);&^M~T?*q==SMme;RLYi4LEfo_#^f%jSFx1)E;Oup4g3C#0_vx<%8{Ym z$G~wE><{@9s9z(z9)Wt|!o`D}xAJx38{h+9vmSzfCTV%#eflFGQNI&WTOk_jH@R{R z)y)?|BRGHJU^DkYxpoeAn`ovqpKy4wo9Arcs!EeHfit~(Rl)V?Lm7Abe9|5G&{bW| zhsoSi2mau9!d{;2_ihe*fVaE-SPHzR$lnF~aA_CkA;#`S{)8xXRt|ivVQx6^j0C6A zkS_&aHbTDL*v|Qf&l1r`P3&0f3jNY6&@G(kVDN>-a>SQQCdNYU$P~@SJ|-kF9%*2! z0KZA^KS|&t@rfMQ|0V);k%hu1Qz4J*ja-3WWeB5SZ{Iz_eRjuLK8iyGxz8 zui^<6_`QW+Cd=T@dtEt?{pNG}K^~>w9SFKkdWt^JLg-YEKd5@c^@y&|}Ug;i=&(CxWh5kI_Qm1mleSZ8LiuJcH9)tc* z?{=cUqBuTAM}hPm``3rMlKrbcI2ib`$)EP{qYX^v`>cz)N1^{itP0}4l`gJNw=oWP&llW%WQ|JdO4zWl?eC6maOAgbxU3D3cjQnZ}9DM529jj4y zRbl|@spZKSK<{%uz;&q3%^Y!x?8U&TwSS2&mYSA5AU^15eb|rm&#o72f#+JEJVOH( z-J@d1ksW9>c=jy9D^8msUr@a0&0T z=G*VkFU~FFc-O0YxPQdRZ!fh;-dxB-Js#nL=2FnX`=y%L*Xlb};0vFppGQ3P?gHSS zf_D?^EnC-d9psow&ZD^4#QClN`8{HGay`x;=C#lVYdg9#z3k3_oJ;ln1Kd6~hvUdn z5;z|_W^ymCM=-Ss^ZbvFipLFud{UWl1NcbC9rDmC>Vws|9`jbzof5JiC_<0V5uG59 zI}D$M^}G955_EdeiQ}%K=5joC$RNmf;anr?Ig0~o`pOXhf8e?eax-tsM$RkKLw`mg z+k)%Wm#H5DKTo^OeDeFO%_{CX?2az}GII!FZ{o&59|8U7eO7nbs_xPpy&YVirNOgr}zMI&g$#CX*{m43UAVS`6F#^kQgyf zVngeL#f|-?Lup+PYWMg;^Y9J0H=53i^XbWd$|8W5RPaDlSs5dk+;yC?Z9Mki|2f~+Bi$B0$-T(6o*g>OiN|_L!tvmk_ z=k=fAGVI&o1KfA0`MG=x^^wM(Bxkq3W;s}VvIg?Duf_}lB1PXd z4!3C^j?{hX()vQtE`6IB>Sg%FmlFN{i#q~)xPAUD@Ud>e6M9@~=3JowJno%jtkM33hRFPP-h!Pd6#PttNRs{hdcH?Z1+zK5ztu*kH&> zk29(HbUyy3hXHRj4E=(5sd)?5bR)ggP__nmr){t6`DBN$9{0hU_FHPrDA@0tHXN`c zKIguA(gu3Z@e{e!NJH#8GaLCa;+cuaqo4d`Od8>}b9c;pO6#frWH;!0@ipHKB%hb> zdpec)zT3cL%1;-?{gtYuH+?a_13r>GGPL9cfj}lrXGX6^rv41_`lDv z+qtygUF~a`?>#t9fuG`#z#=NlEacB-yzTh%4M%8xef7qmKeq11&4>?t(F28fg_OD6 zug3BDns%g@b?9phzSxE%2^ldOh=bKJ-G=^dVe2^0IrH6F*g2VL=MfL{EO$Bh%3+cF zK1nyFA-~+hsReku-t4WYBR+NQ8ABSc#pb!F11Ra&j{70+K}2=M#u7 zg$LQv;CG76Qz2*Ty1v4E9s4hNg?_0+M?sHNIQ9{Ki>cQ~Z>0E$O>46nX?@I_mr`D_ zxGE(e0sP9D~&#n^P&Dv2mb%Ajv+X&9UT@T z-rH#T`0mIvzS1B1U-6$r#5q0w&3TVGd(k&T)IYqaJ?hFDRbU?NkEP=rE%u8&Ky>9$ zm8M1X@9sBpJjuo4UG>nrOMkdyTD*W;IRwzSCsuEuLKDK5h@X(7*Y!D{L^QBoM&tU^9{EMWGZ*&5dmpl+`XEBo50mIk)TWUieCu5;7qWX-tDXaH?AFf>=Sj;s0_!FDEDP&CUeEU%@qfR> zxtq_Vy;8Ji9LY%)s&h3(q`_2))<>!w?oJrFv_Qy8(?85n<5ncO${b`jQG5izksp8YD(CrrOIw1xu!3!KU{};UKgfN4(xlFkT$EeU0==Sm zgFoVjZcX`%^;$XMwKbh1*-m3{zWRsOpCkPueHH382*-CJj!z6MQ+Px2a=!g5-iNl)qPm9(DIEpHM$pyVzz6GQRb#dR@>?N)9qC7(Y&aim%ewYs2~Sx0mFp$UZNn8jQl}Gv2uHtg zzt_w69edntJ*V6HPSGK~dX05tN5bXDEzBf`v*@rWit1U4!>5gUNaONPEVd(gV4ZT< zlk}vL+mm5eFvay9hkLZ8_-|I?4^`x2sf~f$z2d9iuvE z!Uu_i@E@z}w1WK^Qp)i&?b_c3zZsM}2lb1})fOV&&M=4LXC04ULEYfYv`NhO_NhZI z8k9GI9+yQa?j`=+xpW8i_riA1I^rKLbCbu>b03)Pt<-D14t^Fq80)ydyCvyOsshpy6*!zEb`Gu{K}ls?LU!TT%Q~Z`|Hb!YlyeD z$g9|aK5%MyR@~`I326Xhh!bt4t=-;}(ARz+R^d8a z->wm*BSb6=j6S%`ZU?Yl^uAuh;YT7vk>lauH(Ac|9x zsSb}g_|z8UTi6B|P@J%EcpLkBzC|W5KAX7={_ouW$fFhQS6EX1f{+uUf;fzn4v)Cc zgS8svBM4#7%|UNLJ*F7~A2;gbNAhFyl#1RY4>Vt2L?6N@K03gir8S1Z&*mYy=OO98 zv4yFSLsK))>d-n=R^Nu5daK81_-8iR#H}82Kd)r)D9J!d@c5gZQ@Ri^(Tx z+_PmzjwE?{mg8H6miU3tbB2#qyN>!?IS-MC5dWhX=g9kZe+pa{2c2}J_z%%O{vqO} zdZsL(KK4SqKI83$i*kTNz27$t^d~cDCG;VcEpK3Vmp|(VJg*@>6*$)wf9}(MT!Zc8 z%X>NQJo}jfz7NSl9YN720x9wVa1(z$!E(gu3CscKjB z#r>7`9B~MH+_+!GprTpdh(2^DEavBqT#NH-@oX>p9xM6|gMKFT+fQ+{Ld@)2pl>bJ zM$nJFl?w8eR6{s_=F5Xh*gtl&`cVU5QMY?2>h&pmNkX3+va~l95EFvdxAjANpN2ku zv-G%L)uGSRp3%A=+&OF&;a-amuBxE-+yB`K+|T)pmov$E%h9Q7#6MlD`pv0p zo%D~)#=hW__0B`Vx3sFliSG!{2ZOdG<2~|&`&-BNVE@#a_S`S~#Br|Qb2)^;y(W$H)Mz(U3l66d8G04FZvct8>e@M?6WSuJy3UE_WLW0?_3J< zd4+RjPk`^g>R8P6wst%OZgk>#Ht3}0-DJf5H5zk#Kv&0b#3lF^`AsMNUupDOs)H*u zNLT{b$?lg99O=Wk4_KdXH#&m92v{Ed>;iP)ENM~-*Q zlNyLP#0a;cup7gR*)RD%KaX*wtDI*xvcZyoFrjwaeejcyJ#NAdO*qT>OlLnW=>4Kq zek=9p0()ZnxfUtX_oU+va$ISwFZ?wQ**S<;dop~&L%CM^3tEw}nf8C}QHhsy&JKGw zUM2p!@YQ8kI#+9Rq}I{-9G$d|3ZMwrCve}E!2K$_NMG;_aH51Fq4|^?zP+KTo?U?A5OGCWkmh##qm#k4xx_8s-Nid+4y%p z@M24se&>ikuNY)D8}(31pP|oLas~HCQ%ZXVeQ%uf$?H&DQ^*ln8+*3ryZ8-7WZlgK9#SD3$0A-Z}0Cg!;E4ZJm z+?N*Q^Zjx;hdKZquMUR3l~Ax3^5=@l7WnILC_RE-Ze!EAHFTej#Zu%AX!IF_zMIR} zx9Ai98adenalTG#oJ&dXYEIAwj{Pg!2{?>g;uhp9n$?)XFHsYu0D1oGDf7orzwAs7CVkLg>%R~@2yQ#`luc~U)aX7zjTVfQ}$(>bSA@e?;snrlw) zt2*xuzlokiZ_xGKk?gN2xLty4`3Y&rFD2v2kUuVAQz*_*sID0RdN&U*q6&7xLSydN z<@5GkKjd>qrDH!eav#H=y+qxhGufe|w3E?4!7@p!0&%qsgTe1-^>)00adf+byocza z=rb<5x=tV*MRp$bmqGc8R0mdE;3+3Ta;aCA7V0u5 zFAhe0g>8iq^l;-P?}1}jsT4z>n`dN?euV1NvbYZH@-X;suJ}{}Uk^P3KZMw2@D!Zi zxK$RgHzrQFiTr$tG3{ZG_&h27u&dQ)sX=cxzFCV zsP4$uUx<83apUm2GDMe4y@V(_zvW+5!Ee>>4)0ClR}4H1eirhL<4rD^9_0E&8qbiw z)NMNap5o}DA=2cpxil{j@nZSTk~sg-0UR$=I167gatr7FKI;X- z@jLJv2#uq-|8uiWI{fdY&r5-?#2=Xp`TgJ=`>U#CmvDc+Y5tJ^T@M;yz1kb0->Oh> zN*42++b?_^*-^cxwxBNfk*|!)9T9zG2v=FMaP0=V|DyF%$miHV?k9FHhw=ZIhHDu2 z=bl%fFZ{3zhWvhex)OHdk@E|1J}h!ihm$?;77#R+woL2#e&r(XWBN*uUi6oR1j6>nYSG za{k+6J=kr+Z#^~q{@4=aH4Bg2kUu75Pek8&(fD9G@M(vt`^a;!ys3aV=FUN!@7&9L z2gR`oU$pe_+;bN>&Z6auHRz$SNrUNT8pmyK4)JxN=Zv4%?iBe8R!{zpI#x1avA`3K zPUifAI+;kwhtMg%PZQp`eDNeT@VmhWfV=o^7=DfDyJv@0$P=*aR!Z^t;@AP3+(<9m zxryu0dUXyjC%I?((h~J{0{d3or*m5|%L((&+{bxu;vM(%bng77AFreFY?kuqOYd`h zulE@FBfqDfq;v3Z!f5E7zaEA{AN{-fI_mXkPcekP-f#P`Tv|8Rv5oSCgPnHW3j0>> z=m+2qS>DH?2PW^bgIwLK0o+QMIg9%QS6Q3DzWmnVIpSq5bm08@r4LvSnq9;3EQ?10 z#}g$Lu0fBa;vvDoZifF9*5iNS0|}uW8D<&hvEOfXPkh2`(cSP&VBw} zP0l~-iTo-dKDbp?Ijp279EOKiB$QnS)~@CzTCsLk};g%>t2qW$qz+KoDI z13!+Xz7j&_LiEiO&R=Ky_}-uf*vkb=ZUHZrF_Z-E)w{zGidz#+JfFdDV{>M2E%|$X zxjqCwcc8!NPCCbO6KsL28<_S({B}j8J8-b}Z_^>47pvIAPb<+-&Uq^eh2%gG8uR-@ zA0BRW@dwT4(n;>Cq_JiO`b@Mp&4iwJ%r$eccPn2HFnLY>TQRoz@)kp?Cl|g9^sCZS z8}hN;v{>NYTXH#0uI!;5;(N-b9Yvg4nO!jAi;E!Xw`D@U6Zjt_3Pv>AsVv{AUtEGO+O&ZrWaZe`MH5-Oj#}XY+U-ba>giJ~e z(5K9+yJ8=DUtq5x)DJ*hk?|vm^dhsJt5L_s|3hgZ`tB^%JxTJc|AMdR_u;EH#)9bJ zgY!VxJ*o#Mx{y7zPrH8|os*8M$`N0&W)R1zywXd7y?(17^D*!1swKo{lJ-7Tw`n~; z2andIQXKP+mCx4D`5(1tl0WjTt%tzAnIVx)j(Ks{@81j2pTK@6^~V&hpSHp|$hKS! ze~kZ(qHN+ve&(hH#Gj`X%T6MB*m8Fi;#W1p>%jj8zW9v3-bsJCPUM{uu6vfG;|*N; z<*M@-e~gz4cB}-V;Jw`R9ta_qP!pjkh^fM|#Kxzss^juX}4o{UZH!#{0$f@K@F;gTA!iO$Cmz zDXDNhUB{(%L>^MtZ>gwL671%YL;C%&`98e}XAqV5QUL;S$7nqY{1purOh7%E+m)zy zEgp1lnMm}%Bu=1$+(Ohdd*JfgDq4vD8*wFw`Xma?lI6e!-Ys7s-$yf4JUwLTMB>lq zi_&iDwb~a84fGe%yq4c{`Au?unUBRbvQvY1*~$=q@Y#3Wf%uvJtEd ztqF0>nc0829+L**14Xl1L)3ZF)7pr7WS!GD19uuArHJ+HXVHW5mV~4%UVp19?_;!% zgO1M9Ap31>b$Jfy%e88%&;uPMZ7R^8=fpJB<9{*tH*itwCa1&zg9h$1^vLtYET;4FHNt0 z0XILK%KgSdKeGH7bV(j{9p1WBf=;77IsP)t8ThL3HOvV(vZ7@;{CA-$9H-Qf_!)ff zt`qlfZ|GM5{kt|5{mVqVy)A{rZ>`P`Mtx6((WQu^ymN-@kN;V45AjQ#>lMNGJiDY& zBOP&}*PAIMH@{!rhPbRPBax3SuJ3X+nd}(v1iP`s*ZMrG`9%C;^MSZ%(tB5~-FueS zduF%FZ$w`zdkr9uDpr+%AN%VaOQG{?9i@r5j_84gh>uyGJz*~CBa(e4!%mQJ+mCC{ zT^-_3538FzaJ$NWnvh5Pk4$hPzU8vRpBjUUQ>D#i;7>?0fj(5UYbo*=x-Q8;KHK1N zQ{ZPb78a5G6%wX$ec+IXmhdyB6ud&*@Z~)8GZx#)Dnsw>=++MUg5|hr+*jpoFyx5u z%+h~!-hVYegr5EBL^g29;g<)h0l%BU>uPGSp@8I%`Qy{TCzs6Z`GfW+{k0w9d>0>= zs3$*z_I6v~XA<+T0r%H99}GI38u0TY;VtAjXQlQ+@UxQHF7VTu{^^Q-YQOuB0Ir#% zl?=RC=Gj@;nVHS=pnray!g|WeHhUxOD9(>iH2nnL^Gtdq=NXRPsZIKY<6U=eI`$zWeTHScfll!O%n7>{}t_7uV%JvYGY344XLYQ^x)P?9*X8@)k}0|pu$C;l?WBZ$mg%!u<>G zUH8K8KUPeJopr_43Ao{{IRo6JgK(+H?L~cTu%E40&|rhq?cFSrF%`Ki$B6 z6`Kxw;9Lauk)wJ*qG5?m7V-Tj-o0RFP2Z$LbwWjB=|G&*5hHGNqxt?^_73`*Y?>|f zPru#iHpu4YzGrZ4Ps9Qh3%g;>9XJWg@;Tyw%3g)L7|4@@-wkWYakqH(`d z#)xxYnTmLRpY|^kNiS&WYX*LN>k8-P|0;b8J-^2G1;%e%@r@exh%%S^=z%y!=T?U^#tHbp*BLATuhG?=1=SujsVi4@VLFam*?&8H!oOg82;1zJBnq}!& z?<(VU$oKgw^B8<6UCR;jHT`-4@X8y?&ZFG9QAz{ehSvWVLm_O z_o?0dhx2<A0m$+zOhIg4g8^T!UF8;!z~k_Pj~4e3qP;7-r^9#N??r6^G|@z0ql?<1UmLl|V0+ z3>biQOd7y>{c6EE;HOd{k-#S|nWK-KknwU8gAjLJv+Z9f| zM#Ejt)b>@dh4j}y@G2t5Q@Gjw|xQ-9Mo{oM@1sxGj zlH9ZtcD2Wyujs#SoLc}tw&8)v6#pgKS-v1VYDhKQEqX%i8O~qvTNizh?B6k~7NCFN zOl{6bjFRt=>(m&Sat&_dU?|I;Uv+oAuCaMrdM=e5H85%A=rY!?bw{JB5j z?OPYXCql+C-`yGu+(&r*?JD%5cTYsv&nk>R3g0u^K~Fqv#`k62MSPKPWKSyOL`0Gq z^qHFYOyJ6&KBG^7aD8(I);(ni@=S$yI-KVe9)|kbt#%{)y`sAHX0Ati{wC<_WCGLS zt&=lAcfWtlguQ<3Dc3zo+1MYrb>ZVGy5icTKE@ZvIG2Cw*@r@^&k+&lJcDBTPKQyEMrtq*r5qjn;)3@-a zG`jT%-_E{J20ScDg>i=`OSn%}ga+%~6@wD+-o{D4z=vdYq%qI0IVPNM7=UvsJi5zu zEG3rR1Rhu#JQ?FsUWK}OVz0q-;m?ZO1RPMv*82*1xxOXD6Ly;JNYuRxOc>XL@b=*< zQ>YPXt3KlfoUZtM7Vxosy|rwKPfUIq1)ONEri>xs6#Xxc{6@IX7MB~#P-m%O#uSn( zW~vV8yXIZ=MvL^ZBS)SLrE@5JF{B2^Ld&8O$mi{Azy2k?p!bc3(0^>A>cAfth96EM zxjB9Hj&-DeFFC_?{IC3LzmM{`b_`!zK={hxrk=hexBQNrMO|*k^7rN>hc`A4`9Sv8 zp{u#i2`}^33mA$1^(n{6kt8^6X{!TgtOvbp;Gt!RQ}6$AHT(?Y-tE>R`u`@`7kZMF zTq5dBc^$e^Pw(lOCm@bHND_6GM2q!Gzz2E{3k3cj=*0eMJLxRY!F#Vr=$pURgyVT8 z#(!a_`IWz$OZ#_L>h0<(-Bi(T=7mh+ThkQf?$Wv`2IoRf{LZU{J!!Thkm6rOmw(@Z z8+_UJ3+L#_eU5j#WrF(N!k0eQpofg^h<6hw#;2k0dsWT`;6~o3rVS(cT@q#nxw5QV z=1y8i&xzhH#0Li}JRrke+#P*$5b2rQ-|meeemPGw^A(-n@~bY0%Q!RD8S|gf!*Uqm zkcMBz&m%p~q|_h%CRc3DZAbRM?OrS7)!Dwiia4VU4-|isALnAJIpP3z3|6N;4&u0g zNmLL%r}rb>cSa+WI44S}0Ue#Xi;f4+Vc& z{#dacaFELUy@d3HrSg0?&vmZHV7U8D~R zZ^v<;!>DTH3yPA4{h$}RsxMTh_yKv8MeHOTzJCJp(d^L<#I4=0V%)r{5`9pFj61V% z-;0&3_g_1LItyZ_{`Ww?#<%^(9kNA3H3iydv<&0Zo|JBR8;d#RR{qtxZYJIPv zuB(ovB?ph7Gac*%C==p2lZ^Y$UU$vP=>sr051bp#{HrGSS3VevTt;W!ySYKVI zvB)Fo-q#iQrs|jjzzNpxRM<~+DQ3t}{HHi=@#+VtXCOTk=jh4!z1Rn-&bPo%r!Vv! zNcvQj+*8m=>56gihZ(=_hP)^}y%SiUjG`Hkf1frw0}r43sNG27@1=vk;JiDg#3zuP zseOC{@;hBI2=?k;(}h3CPIF!u97Xz?TDPgl!wPI%G79mS=6jLnH7m&91AS!+v|)c= zJR1f+Hun47H$>l^<({BUMBrK0pQb)H@*te&MopU>)8qP<-8ysw?j=O&Igx&~fBDi5 zbk0`2hzTb89^KaxxUKG|H0s|eR9};XA7y;V)|15NeCwPx5H8yOz9r6s)Qrb?ew^11 z;3Wkg!&r~p_Z@iL)!o0L7h5YIMStkN!*-*;faae#@J)-~0|?j^-Tfus(sTRu+=4o= zYm#Qf(0Zm1euKEKO7)xY8_$`P`;zR1ZSQJFkUXrtvlV=8>p~a8!-bk&@3>DvMNimS z`>mC!lZ)tc)xIaud*6{6>BQIE%6_B2)vBZisLSN5F}H#CLGSu;)OXlAi~B&XpKUjQ z_=;8PKf-xMmEMy;Uu#T`BooeLfA}~0QvRo3PJj4zIpT$`jRUTD_->;_tHvz)OdSk= z*_`mhxwM|j+Z&KC*#C?_{@-owJj^XhC9Irn4;K9Lk&bwq*fevqW{&@9N>pZr$ zZ_Fk7+jRN*e&9hJWY7=YM0-8OYlxmTxl~X_ob@smegMZbDIL;xqi%Cuf+Njrm!AEO z`uw6&`8VKL|KVG@Mm?#4pt#~~kOnvQ`aY1QCGr{*`Vq-THZ{s!yu_^wtS?WfOCk$AF>ksQ150J@Z*Sl)H@J2OiO=BIL@oUc{ndC{{1v2JkLMtlix=oZo-OEqAe{DD`d0_o-KiT#fF1|> zUWWX;<%&FeQA6no^u?a8R?s&Ob-3OV*LvTi#0{pjzr%)lp|6p#Yge3C<$;@V?fldj zc$D+7RBFT^+!MC|*FC(M>mS`)z7M!Zai>7+mz-uNj{C1gUmoGpN>||P<-VwUD=Ou< zL9aHva}+qh@0iiRQw)b3Lflc8spAmuIpX7c(r<)>Z|Ey3I_*^fUZqqt1^FJI=W_k8 z;#(RxU-=K%-v54Z2K165-|Mi0UTL}^eqoAb{!@z2GcrC&_=2eJnFM>UX$9~^;mezO z*vC%C--4c1&y;{(f0%p1FEc9m^cd)+F;{Wk^pANX9?5S{N9bjJ=C%j!zE)L#I@$F% zEnOK;x;+naRMjC6dPu6mW7x0R#bL-FaOxP3c%11A7F{Ae`k^s!H_?eCgFNqU&~AlY#G#A6G^FzJ%Pk$;d-GH57bBocXQnGvQ^9`b#MOUK}D* zj`*qG8>PUvrR-8Le&stCkl$FfLjc{Gto@F8cfEHP@t_^mrZaA3$#IqmTSvlglpDE% z>vvs}@}>QCB6|s|7e(*2QVCpI=n5 zU-YU!*U4y<4F=uFO{#_+-C(c-c{`4t;qPhxm2Qjz-t>F&9N5KgI~!sg61V;!AJEa` zxjL(aZX zs3&W5TN?bWb5c3tPP)7A#QR3%-BPFXTRb9@>r}`%0Z+L#4}G$Q_pfW=mpNTf4jeK( ziSgBtM(%H7x7#L~_`j)IP~x4H{j>nvll%h`8IRNHN+jgZsdFe zA=XO|~et z-$wNAw_$q#o&SI4jGunLbreh!;=W2tY0aMXtDv%RiFT&w7K$6S^8zS$is=mQyXrNDCziRkk!oYG*OxpJVWzTwD$pju^IIge*KaW^5CPsNB)f?oMM+(_#xW= z9-jMvx6b`_(~R`Jn#&_$7pO!QLtafPZ$w>a%SmZO@1kLMZ;EdaY85!2QY-#A`h|ZU zsSF$_p?p8rEeTkQdO3-wY+%o1OTK|#-56qm`Y2jywV-47roCH<-*y~V20H2(aRBR; zV37xVq-vE7vAcdP53)#9^`zy=NCLb(VqJ$eVMuwbb2)YHqL8C_8Z8< zM(sYp1A}j)zpoHp$@Ryx26O$D>+h40k96?`=OZ2W<@z2%m%Z7iKT_z#on<-u2b81{Cjbxzw_Bk`|w|9!q& z3&bDS9T{av`*kE|^(y+^oRbmDi2n9EjdudB)8zk(^x^&I(eF!~y!#9CR6VSa*(Nk@ z5>WRczW(@#rHHz}JOw`%Q>0Rwf}IQnZ`g7xl~yUT&p)WKp}W7y5QN=j_cPJvOLL*Awyjn!BjJ zg^+V09r}UFLJ9O;m^dOr7kRCE0Lq2j9roDI5et?rMPGFdXVk^F4xa@3+ObP@3E~91 z{|0|udgNpS>C+F&7#BXigX02m!w?u0Q}M6o-FF>wtwCTTy*4)kcafVj^?08A$6f2&Vj+?FO&!(RLfN3y~SON zz%N6G11}cWO5S-za!*}-In_H5WfTs@N63>Clzv+j#2xIK*!>aXmQor;4oK z*Y}0oAD9{+f;`5{F~IR>m(18g=ip1xBhZ~q?pgFPTJE?tiRh+pRvzU2>RG))kf&Le zggSASp(BC+IbJ<*mgXz9(Ft<1dDJTGOGsRW*W=c4&K{Bfhx}Rty4xeJ*0GBzAlY~4{ z3t36Hp76Ue82oJdY}PkE{3?QeV5QTG;zz|vbI+_LzF?!Hfj(CT0sDZ1%-du{iR0qr z>sJZy5-pxK!QXED{T}LytqV;?U&E6pIj>sC<+ujh>HkpY`R%S?(2ZVxXRhxaaRGWy zkWu7mT9;vKUQoSfaq-gyD#){W+X8(?@9kHLM-Z(K{vrV{nvGY%zISvFfj@Q0i*sj) z4|Iqb!1WlTj41A0NK+mLei~w13Of7sLLTd6k(Du?{1){ewQ+y1xg!aG6NiL+g8mb0 z%6g%N+8(Tjh4>J7iBw4;;yAvqs{p-9CmiQ^miZiq@TFuK_;}f#2%Pr}orgaZejLUt zA<4){vNEC)lCn8_BvdNON)fWjzLD&CWF_NBMcI4b*(2k~I5N&ToP9Xlom;=(-|&5X zKcCm@c|Onct_-G&J4{OK(m9W+wdseY~F)R&6xj>`| zg0F0=7C(9bJEExF7*^*kxaZ^eTX8oXz0ogmttn{2t5z(k3_afi2&xk22+B330(y&M zH)PWz^5GCB76cJ!p@&|Z-JER2EFU^jxq8W*0!)zY=ErvKRCPSnckr&{|^r3dyz9>dLdG6`6xJt(k`5L2p0% z@Ez98ijH%YJ)(d*_E7Qel8Tq(_^%&gx}kKiI0`WwHtgpgt7HSs$O}9Z_WaL8`fQ0M z;v^Ez682J>XHkO#=JSxSDPa3upOCpxe*w3)0yrAJa;ynX)7QzcZ4#q);Gt%ntk)iL z=pdemF9_i1(qo86U$DRr0kUG(wi}k^M#Bl;1dXBq?q0Gi@;7%=*?~%bYHv>$K1Z{C zeU3FJ*n6aPd?DdlBPaJRiz(%k`Du}1$iQd^MJMpBv&^5+CY7<$T^Z9NKv8(GEj2 zv6M<@E&8r|uXWtyyKCje0k~J%|8jhL-iz}C!FKz0zu6TGDpuQ<=Cz(c?Dw0Nn;Qn7 z2;-V1o{9Mh1rSsnhXT%`CZB|hCcv$DQ~+nKMbXLFA(jdyqxSAb)K=Yug7@OtF(y#v zB?i7nF9mS{EbaQ$$4=q55lR=~Lp9ux_-3y;C9ma^)+uY}qgIm)@aka0;W`>NNOp%PXZq%PQ}Ty(29< zC=nmco`mhlSF(P4&njHI{PrFaLKQJyHTO!?S=ib+vQg?TqdatouulsU3CuRYf}2J* zh%0@Md*7Db|LOX9soI?rrBPzb=C2M;OZ-5*xM3NAB7j-Cqhimc7n#SD+hfaQ`Vz*3Z_D}JQ0Ns#*dyz z`8FS1j;R_%E1rDQzjQjWAy9;dmD@_MmOT0>uv2-94!K1)s?QuL?r-lt7v2wemTvXh z^__tw4&IaR$eb$D;4O~xV$LZRt)0cwA0)XR35fLSGVg%id;~uFwRGHToxkp*n_tu` zJGl%n7w-4_QbqeMb8PQc6VjeV$gEf}u7jW77vOq>=A_2~%un<- z)m%5Ge`em>hnU%Sd;~Ta)|Q})ENx~~#u3$T^Y0xXK$Xjm-Bk5G#I2mKP<7^x&()V# za@Z3d8UzzoEEmN=J6+9hxwdTA(jwN+9_3DlYH@=Nj_ax}I}#<5v47yRevtY8QrQaMoZ_v919cf z9SE6Tdag<|=cFpGvJIf7ppT=0_LRe*dlTE`Bb2y02k92lxw#*UkDz*xN_^1O!*$Fs zW?7%<#=3+8r2_-r8Sb+h^x>8lT|D1HdLw(Jj>#MhY(NVN=rL653kSAd^jJ^jEuPT| z>E6ermZ=9^Dj zTK>~&yVE2jOaA&(UAHH#QfK@jztjgZtzB9D>~vNFR;_}lt1*P7`-*2s{s*fi)dAXu z>pGlV$`_5$KeAh);>L~uy9;W+l^$OXbeHd|f!*+^WiQ}$|I|9DH-;6n8St6c>&osA z-y}~^N2Nj04l@BG(b*f>?X-Iv6dSRzfTL@FH*e77k1r6zU;cX%q8|o13_lX!Q-Pkm zGCS?L%GMOH@5p$We5`(V-{n2+> z(?l8Xa~~XGQD+yLEZU&#EB1G?!ym(>CTwej17#}C9acLSih#SdHM7e`0w*W3K$UK% zl>1u&SE*BHmoz%v_)lk3w4@Wm7Lcs{)%9Z|5$#BH;) zp!wG0rRY$xq-&aSt5#XlO28!&xih#H`+Q04tk#gRJS*t^%?=jYn6MgM74u`ALe-5G zWPhq-jL40Bvk-r~v`t#LW=%6XN_N3<&z)mn0u+95`Sj6TH`D&Gh+}8yU#FZrqF1Kh znS%oFHtkOOzZ=Yu)W;3mf=83Uvam|qyFd6&#~TV1mR(IRVc;N`NSm%gUW;7VnZta0 zmZcKnb4F=z*cE)+rG=1D|2-9Xkuo-#i_yH=V8?3~NOyE(Y?i(80i4E$i<&f%P@x#Xt; z&>x#6!t+WtN`+G#5#51kE|Io#48w1ehWm+IAN@C+;`43qrVRRM6cPmmD~&q-ep)r` zjCd0pfEI;K!26`QV(hds%yCVqjfD5#2Ds}n+j8G`g)iFG_W$PmF!{gHg}spI1kwLI z6i|--q1>7{-w%@7E7#@<6%Nj%4W-fTe2hGD?wz!dJkOxesTeAJD)9C`ljkGy{nQyk zvc^E-%{JpAQL~RdlIAP2W6Uz8l?AHaq>ds3NN}J_OF<*!(Q=rXWeZG7&FjI7hWI0v z-3*;0k(@cl#B1-_ji0svcBtyxDh4<;x54~yAZ{> z7tHE65+36#dXN-e=E@@yl(G9MAkgjpN<^P&8~-nGa%$ly9VVt_TnL~17zp_{(P|Ey z8ci5$T5C~EG}&W&|6<=GbOC)7xmq;&3EA2U5ea{AKOJ0qJW^@gs{rhXMSeRLo>6Md z*!bfqf)X6@Ydxn1!Kk2K5;Ah;b9X+bO$v0v)k}L-YZ4+x@J=wtlrD@w46)#*MFB@4YPVXe_-b8U@ z20~x~65VS)#QGtUP$rcJJ>Oieg>>J~9AJ>R}CQ`IFH? zqP}%z+W9qXtU7i&`4>^x)7^bgNRbDHi-YA~`rRkF*59Bwe%OOB!QO|0I1a-XN_G6N zUI^CK-(wqkAk0Wzo@J$rcSIkql6YLK&9IcD#c`rbNEbC! z(Ql2_$6K;*%X{2qPIws^A{?6A5otUtdLt|ytn}6U%HQHnC^W&TG+z20B9ncG5Kt^A z^4})@yX8ff#r%&%&1Y{lRU{I(D}(bHm+9Z50rDZK3y9Yup8~@(#{8({ni0rF>7cW) zajQI5b@(x7;EU*lAg5H1TL__QB){B%ABV_bAirK~ja>_nZCkuoYz;Vd#K*cJ5L^Bd zaeuLc`ABH~Kz@M6Nazm(EGC0r>OB;w6rh~AI_}$A?>bM3WxsrI#(ypG_LliY!&fo0 z_)RCmVKFyMwGS4|!mx&wh&(C%|vjpEIm3!>jPO)CKYmVK@W=C@he*zd2EM%51 z?76rgO$#hTMkw5rsq?^zR+QJEbvi=k<2;vJSdyw;_Uk^eUIAA5)v$Gi9?=zQg>b-o z$rW#i8iki;Z{^q$ta{uh{3IafC_ZqhPKgaSk#(~>Y+60$Amqot9x=taF<0(6p_!7A zR9E?VS?2B6k6->Tl40pO-O%WTup<>7@UZN4m>T{5HYmEx=q#>fV0-~fK{l%-(aLHRFE+D?tpdLytg6nG)GRn1q@I|Qk3?3(v-tMT zF)D=OS}*H8VW$>%AFIz;DO`$lkjfj!0l!w|t16u0J#F_(1|i(edcUf9D2L1ER;HpZ zQut;;J&&$AUYEZfLwk>h)Hu-aqrl!|)s)!}UsfGYP3(89$=Aax%^=1XsoIm|%ZDeQ zTZOvNpR1u*h-kB)NS=a9kiLRjPzST7d6BcSZ|&Erf$D3{#;+7s5A zMV-ySZ2gX^Ar~k@VzZK>J*A#^jz;R1(#EZcd5=d8K;I(<9$N;SZ1Y;1$|qT5UuQBQ z9oEb4tTUawn~X;W5*#BmM?1@m6yhDfNGW`$${pxH*Zpe=C@GI33o}bAR?_5vtL!N+ zLJJ$x8tEzPIOo(I7?j6VDm57rl*|8TLap}Fv3@=`A>iSlrOg%Twu~cg2wCG9($=Qq zVxVoGO`-zG!xlN85EvR7MG(#k*f9+&LyFv(3Kwp@d6{OdJSRH%oe-v~>a{aFbHMyV z%}xR|8aUApbruK{$&53Gby@L`6CR-L^g6VaOeK4jHZ_DkNU1HOs18&K!xi< zaaIK@;XC3(6_twcj93{@WlTGsd3#n~X|I+&qyawZHAuF8+fwj;XCb+|uJ1FS|Ajbu zBRV%8VxO=CzkK`~d0JeB9}HeeJjp6jYT1%q{044JH^ut!$laf1)*1j--x6_lbv zaNW|epZtb&8PRH=;h_zSz-2?)A_DGVx6=sD!N3urLDgRmuie|cnHFnGX1ucxCqK~Le7`pH3AQw&e}Tk0*E(^o(QL^f`-4!ITQ2m&sG{W zXE;5*=ligvOXkV{eA!7i-oK0&-l~L;{fgm;inE8K=1q^g?o6OcB##3w%b&EKBdgo) zx?RJVtmlu3E6hn(GEE2a{gz*d%G2nf8rY?Ut=`9${ON$^Ll>x*gyn?(cn zOYi7|pO)avTEOs39^bBV8QApN7%ln1cIjXG~UqgWX@<92Qwm!pV-nOG3 zRtc;H#`za3Mh%=l-zJie>!DZP(tyf52BWpE?Z?^B^Q?E>cZ1?s1sb zMAzd;&-VtmEyQrB_@g09ESM=aq^TV+=29^iJlmB{F%(D>wSpag*?#KDzS_#iE?9D3 zq(Gm;(D285$ShK@#Iq2Fy7tQn{i#w4Cf@dIqlI}t3>u^xmk#;W4T5pmDFBRcF1=O? zQy!1w)gn*rhG+h7B5pG~%3v=cV8tBT6R3nuj4K8PYAfV9ZA8|#@Z6{O{aP^A+TZxf z_8r0JxqEiOW<5sO*E|#bs#Sw|-Ys zi~>_`^y%icyczL08i0F6ox%_n8hYqkvl_yuFc-n4t+Ak zkCf#6|HxK(Up;w}_4U9p{&w5vZSm)$H`J@c8$NG|#0!b4kjLq+v4NN{TrhG)jotg1 zn6$R%hwW=5dmF>hbf2-1e(d65j`(+(Md9mbX^lJ8l3RRH`gV_!DPr+SC@Ovf1sSg9>GpfGH=u)mD0e>s9WdFY8&=92e01x7nC*5` z!9xj1>h%88r;nokh-Vh+qaE;)renAvMfni$BzVKiRA}BQe@tzVOZHpXprl^8+Y(&4 zG1K6G_|C6RV(Wrz4E(uWew5#~TBeSuXRh{!%$CbSOI>9DuQh}y{c8M(&vN2u@t(dT zseyEt^r&Y&cL7g+{^7!=yTa4g&tR9zTjvjpFNu7pR%qXMMk$BaO<)ZarlNaq8;FH~T~Wp30S=C?8sDme0hK5P&S;1SeVPloNe9z}Z^=K)J5?^= z>FE1W%;fJbYDQ7MnFz%&FwvbiPh-;ksOKS3_LsF+7Y-;{- z_{FJY6+t7j<#(tGRA=m^@uF`{0qCZm|jqu1bDhZ6&Q@a-1 zs!itYt)DmCu_>fCE9_Pd{gPwxL-AV> zAk1>lntcl8IendcWJvwJaqvIV6{8pE7<(o-)WPix#ABc%`(r?PRu18lufkTX9(Da) z&C=Eklk~$!IV_+7%e>Qq|4;lU7mhorwOY90(TV=b-Qy(2VxOPg7 zPvUh483Ht#b`jTh^IX{0zN^^5Sw=^WAX8{=g~sKBkwn%FPzidvxBL^FVey0`q&No! zIPFL!-#QzZ)n@uL0v*hFX_8`i5OuJ>5?kRv>{>J@{tbY#m|ss_EIs*tF|f%Qi_?WX z6LEgT(zv1SDtbg&UuvoDNeCP3qtmAa&jEMV-5NDg9E<^HYHS&Wl>3#`v$x|E%H(#K zX?oqS*?020V_f1&63m=|%Zc0rpix}%C+%MwULQlQWWIg3L3#03;|j1YI8iln|KcLD z$#-nwXRtWnr?09&P@kR#*T0F(oI)$K1ue39ca5 zu#zkL#ie;?MyiV5T_QbN`No!t8j|ezD3)B_UY|*dm>K;wNJvu*yU>Oov#8W~{P}Jw zMZ@Arw6?#GHY#y4dt2wj?f2%lzC~P!7LOkf`16M+ir zx65Ue=i=iaxx}~u`tITMXNiuZE%q_1Cko}Ph>LzJn%5ZKO}T6+#*^x(262Nouk4KAf`lW zpyGn-;m!m=Q{_^KfB)mDTl}$C;cy*)ecGn;R7;549cIw-AR&gk=y*X5_JKPNvNNU@ z60w^9w3r>2X}@=7!O|Uddup-Z@&B(c(!n}hSO5{)y8~?Lp*>S_MENh}T{$uT5aj(w zPdnd;{iv~BMiK*ELJ-=7hpf?W#C*D&C_Z<7;@ANVXdS4q=0ncV9c>?W&v@-W9q2PY zBcGia8-L$^Ht!8~>@apn+V^>(wyv~>UIX_cFLH@6X$y11%+FSRBOqQ*UC^(m{7i(i z*(->hN01)4EBIcYGv4ZiycdB<7Fek`UnOoXWpim6xDVQp%>Lq(yi=z~K)LrHO$?Yc z2V`zGg2jkrubLJnHG;C_6@Sc6c4E51=ah(!os4YrW&YSB$isto-9IR>7HD9uBW|Onk#q&Cx3R_*BZCFrxq5IOv~URE z>?iMn!Lp}afY`B319jJ~b?mCU@LAsO({YN1>}i+f`=$SD ze0W+NGtY~t+b@Ds`hRUft_DTELV~J?onLtOw?O?WSVbP?9+!!1PULbfSg|1d1Y-#8 zJ~f9@*KqA`yWq~*Q?Fj?Kuw_^V%lpg(+9w=rVtiK@S4(D)x*S)UaR=^u&h-EH+)o? z8Jvlvhdpt^`z+rpi~eNII=qt$o#-!=bTF5OyVV}IN=cmh5V}+lQkYua zk47x@6Fw7HiRh&sgc+kBiOk^jt$=qEU*17=HUuc#`SN(Hdppn>`{~w)2g8gS^Uxg2P!$cf%H*jWJ=R3u$UeoYYm=^+8!Sk-#O=5~Df&2|wPv7-43>vDyuE42 z#r+`Mvdi^gNTQ%b4#228S5=qbC#Nm;YvsTMv>GU<&=nRRgOVfPW;%Bz7E#)%skQD{ zBoN;UxGPpeG+&Ten8M+XN=Y%u!rKYCEjv8~_yC>@(1Ye`itksSt{(_D%w7@Jgd{ks zguzpD{%jv^o`Vk5b1HBr8!w;zcKjY-*TCs??wgMuH%dCOLn97hXi zYCj*3SneV4J$y=jMN1#pO!eu;e&POu5c@+lSed_V$FFe^NNQ*z*~bLVtAD_HqzE93 zv(weI0a|@nzh;rRveEON_01dbkH@3yq3m2DA;Ld+L+uR`vDBsOH|%a$9%x@!)Tz=l zQ~@JXv-X<3-~TNy_ghGbQxi6xpuj7H!@VrGXuA> zrGSd=zp>SLfXJ})LN;_VMPD%#vlC;i;J5Lu*x+^9YPw$7d9cjwN9O?iB{9=)XyD<^ z6-Hq41PQ!hm#0xgzs~?K1qlm__uPpXP`SuzeG`Sn4G~|{?J!7W=wSu|j~m!_*o+Ki zYw_BCJ=eH&8)+h_6JoqN%}{ML3vem;w;So?o z6!%NCvb+i%fo7lrZ*o)Lh#dzsR{<}G-h8x7jPHQn zLnP39kn>%v2Bj_i*k-LZue=y)%Xf3mCR{X6%KJlxiUA?;-C02JLXaVNPm&Jaegfa~ zYO6HCZCAayllS=KGL}asn)4?=A7}k2-u~^m%IJoW>V4B#ba)6Sq9ow#BzF5bka5Qz zPB-bJy>XOTC$NcyYO%7)f>khPCLB>V$I(jj7=Ba9{=A;&a+B<1)XJ#VrRAr?bWpR(-kjCS!N z8s`uij;;fUE-a3C8WxXziRahkC4Ke&!$8w=ac_N+aEbZv@yiqz52~XuC1GJpfY3rh2`IE+1)|~nWwF7x8wjpq=Er)jmz7&r5X{!V4o45|0|vU`b^EsuQpox0U0Pr~HP71fBO5OdiSk7NC^8@9m7H3X9Q&CxZ6sPFHmGYSa;oGA(pdg36>nP?- z2n?QYsj8LlJg!rR6wE58e7<_gAY=B=;VcLfalM^*0g42kn^zFYGQ!dqltH7isF=x6V~0d$<5 z)bZO(9afKWG)!buJoWSgBSHJ`NrxN#W_KN zOxtR|0B02Z@QxSm`<-eCmBVIqG+)}Jb|M{7CqQV%ZZqWma>@(%r1IFUvV!H%E5ql3 z2-SRuK=;Lred9$M!$AdOlbiSS>1&NWK)9xi02kjew(u&OWgwaI+>3B^qn!(eY&z&m zo}hLBZ+de-|F=`}oS6zjYj~oAG)IC8-dX-EQ>Nc&y(9R^j~Lqj;qlqP!c3oPyDJuT za7ofWg)!h7@UQ>)y&M#!%gJgIa*qcV4IKy-`ThMsAHyf>u;NDEB-yoOqY1BaU;#5} zRg9scVy`fhT)6aBtD-y;-^Zf_WI1aShG(UDRA?hwPhE*c{6X@-+Vq1nFl7Cl%2R=T zCUMXWwDrIAs(G?n_pUNoOreh${Nx>I>=9F*-ZLR+0s8QBN`(+EiJ9q^>(=7U{Fd&v~&8-aaPCB&3m%WRz}Jkk}o+V+r-l{rE;GNzC?^+ z{T#FrK8(CQ&|-K$K@%AOfHm1;g_98ZtTwOEF?qLnL~9t)k^fkJZ(Hh9eZ3~>vZw=Z zdnCIItrvOM*!M&(ZjeM(&N1Rbf} zY0VbxCZvg=cbErgL<}XCDxi%wFdWz+tZK7w$~nYBel6` z9r+bs1GEy^vRz(5UJj9mvQYOXzG@aPfep5OoL=prs}7cAb9V1>4DelCuRRJ%dHcfo z9_D2PA!RH2#SES0lY+Tfs)MlY2r+>E=G@aS5r+xQ6+nC)8_Q>A^kq&nIW>#eC#86) z?Po<=G!Mv$|jQKq>$P#SP;ibxD4Q+1;`qb ze{C%5y^Xxc?epR3^&>xN<8Q35gQ4jD&?&qTrJ&Dm#sgh;95FHGiH~KYE>&L@R;*o0 zumD<2_8p#5=96&|-NWx-yyIW9&q6-G@bmQ?JmJ_FxP}`5Z@w6cMzeR3r2_1$j04)^ z*GdQEgO&p-BRuoZ59}`P*9z@zhk_rZbkY9eMlQsTM&Xrjm-@e;Z&z-eA{A4zXJFVV z#UJqOhSAU1;I;6#$ExcPHx)VmsE~Kn*oMul!2^eh0)Yp41Xy3_A5E@bO)5TE=*$W8 z@jh~tw195=(!A4rmFJTx2#SAh%MtM^ueor*Cz07?Ku=~msrQOkQ@EdY-gZI$7%t40 zKKy?h7tFVjs{t-(WdLCC`|_myzlRb+Qp+oSGMC#$-89CsyLXy4U%M5oxZgU#8nqbA zv;xng2A+m$sYm)-ePOLyGrd{w|IqZRjRAzCssDN5azc(`9&Dz{rGaBgENd&YiayuAQ9{Wd!5Nm%L^ip#zW9?u z{m>*=mD|4BiXV5p$)g{Fz%F%f8Tv)wEZS}Jk|<+qr)p)5dok~~A|Ka|+&;~G>h1Je z@e|f8ku_spLV`@6ZueApT+NT#s!9IRO$JrO()%K0+wle=@wOVI@KxExAm@2&2HlMh zlMVSUhhisy_DG=*;OI5Nfr2W+_u`lYRSs6R-Ahw_M9IHzdox62gl=W&=WzKI{@+sP zX8il%SN@A>9J6Sqt+Tbxyw-LM6O(}k7in7PSf%4LWB<-lR?LRVSAw^7kmNFOG6Q?V zS~@TJPg+WECPp(6!VJm^c(kovN9{BFTyT|WjbIHH|`3mcz zTC#F`vw5eEpM~4+6@Fmfw-MIrPYq3(doS!hpL=LO|BY#1WASZENPFUk6;zv!oo#53 z;*F(_70sRhDSt0=nS0tiY1#g|Rp$U?s-05(1NK_Epdl`=3XY?;DbSg)v@$?3;PRtT z>mXUKfrgBRcZDMKUEw{U5r!-aUk|Em>rD z<9WsPFDB{0BeZCNd9&thXW+5g#n{ICa0}4&yAcS8>{N=>~a9?LIAq%1o zu~wo~Dfjg={l5QC$6?hJf2)Ffn{FD$b7i4%*}M}7&x54X&A+^X&shJ~0%f~F*OiUN zgr>V6HHhp%dyiAeebp(z@7NW6zcHng`K zGJIs&vcttlOJY_^^~kDaP?}~w?P|qk2*XG|IBUHlxm1S@p+^ct!Cw+&sI-6lJjLQC~|J zT;W)3X`zgFU8%5NVvCw*v-#^h`WhabbHMUqP{5UdwB5k#gD>&sbj$Os2g; zN`jidW9234MJ;MHtR2K7uQ!w!CdyeGqQ4DL%oyMRKL4uq9d3Ifxf#AFG{xi@{$vTFq`Tbu?j}*rh7zvqmoK5j z_mNjfFI4MUwRvv;u`#1p=WjbRe!#t@3V-je|7F!^qSkTiyXIP2?HQ5yBhNDrQ%YaO zA-3s`9hg&Wz5S|rcnYp+Eu$RF>Gn2!zr{ykqNd!+R~utWdyzLuU%9j8at|WzT3L2u zK&4lsW54FvE6t+^ikeS?5D=Mz)8a4?e3GLMoMhEtI#BLd*<|G$cu>G{1Q(<$UgCVtsM@P zakakk9hH{)Ggj>%d-pH>G$wVPr0KO!^V57B>{tuUJ1`t=tCcVo7lGArNY{rgp@urhsSjAH5D zjaAT&{4&h7lz|Wh zZKT*MvlI&64pMWO;i}!GGJC@AO8Kn_A+D2C-z7nKhH0~44qQl0Qt;)8wh#v4RZ5d| z3`*n!Bk}lDB|u^&gRb?H6V1>}A{ z3$*MiAn+VL&34gZz zV-D;cg#vB`O3tg_OdVu%vj6OdCd%)rsD9-9K6iii`HvPZ97;Xoq$C^OF5dzLAM@6i zBwB@a2pxqv{!eU{-yl2hm>5$Y4`|@>Ex`C+)VZi)xY!Sj=YAr` z9RrGg<4o?qJ{|FljwPnEeTh;4O~ea|yHU$Q3ufY~>74^?U_(}t<9$*^-pR-DK{~JY zZR_7hekm?kE)--uUt9n_`;?1kCT@YtvsSedD=c3gjXe6~w#RSW#CM5vQHETgjs(?z2efP-^;~w7ZesAw4YL9 znBd~-W8d54$fmklNbtb&lMD|+*MZc$*}u)#RF-?ahn!4Ddj40N!iHN0+SIZq*Z&=# z0>?!dQ1Gy{tRPo)&i~;gpRSNTTEUm5kf0dCgIy##%9Db!Vi(}X0?@USev#Hy}~pTr{#|qrcQoX zT8_g!MNBjS6$GjK1%vUdlKV^7II_`^EtMKxElanbST^rnURLNFxHlYkB&p67vio9#pV_Og`-$xxEd)-&ZVRM9q7Jk@!mJ;Brd!QhjF-4{ z{aJ+=50>;QiufE)q;I?Bo=bizmF0|3_cm%Qb1tK&TTDWVN5i8|5@RY-m#?=!0CH^+ zmOO7!ZT&;e@R`gNJvg`eV}a>ZvT|GXPY)+>NmDx27u0zSA@v8AM4#jChG<#Fi;|8=XWbV?~^B{jL#uVCbQREi%D8!4C79x-I+d>+?BJKZA&z5J&&^}OcLM*R` zvHrkI$59E z$f{Nn0IaZf6-d^l1d8Aqrn88sw55lHbM-1Oj(>puN+oV5qx`&CAg_}Xbqo%4hbP(Q z=Zv;Vfo<40*k_Kd>&q5)e}nSipYYirOl;#c(aSCTna)b={p4<@+FoAz66gY-v7h@L zG~&lvJt@(yDFWUM^elFumSocsWsw+s$4X=2gFi-ym7fCm?Du;~+Zk$k#3T$({MZ9LrwG zor73kZ+L>g)1u9X>wC&LLQRjV1@vBT)lqyqB9mq^f0(4NT1Z}VHLjFNJ$NSZlLH1Z z?7yuo7@%bssBPUH(CEl3Jnm2uX-?H13S?2#u?(YrMCfUva0-S45kD=75}HTkr7FxT zm2@x&!t0=63IFZD4bKAZjofeK3e?Q-GzCysfxgQL%L7!Am$xsb4E3t$+a-#pOhusn zp5BtOI{2oA%Pil-9zVBZhzX#vpT3a0cxECwv>EwU@~Rkb+u|yWZ>1Eq$&+n zEO?hNQl(Z%aQ(*>+x0|KaG1{FAJ-;0|KJsz-)qSUq_8+qBn4Q(J1E6cl<etjI za#U{HW>v&A&cD#SSrMjFl*++6fqv?(N^?^la33fu!Scv$-&0uQ#9se#^p0xQre-+7 zS@n@goae#99&AlBGBB^KMg;S>Iq3Wz1a`jD42LoS@}lZH5N`neynL{|kGOAvKv!r9 zo-J5J;d!YB1g#JFa_0~AiM!(0(|0)Q5mt}jSn3^u04~5`Uc4MlSODDAQMLV>D%0n3 z;oVAft`g>dHKl7P#ByN@{gR;`iO-qU!DK&>z3h{++3YcJ;G1DmEO^Aq`05rzvCq57 zXz8y;7$kFv?WE6DNrFi@w0UUu2$`QA+32qEM}ha+*Hb5Ydb4*rSA^T}Xd#4hiMCuD z^nkY;A-DDyAf$#*LHz#a^(KaGaBWX(^0{rGz^>S|#LcRKD*=`%8cPYjw5cAbFFDG?eF{pPl#}zbCtca? zcrNpJuevOrWTAF?TgvcdUepWfkTW7*Qs<^~@z~vG!$#?yi0>sD=iCi`H!}UWm!hMd zS=Uc+`T0ipAc}1D*R5EtvZ?j3HAZGvypdLPCXVS}<;!np$R7GWryTi-*1Q{4*LT%f zKM30{yibxbfd}BsjBX4EmC$bL;moN2m_i2Cq0M5^pMK#V@e2D4%AL21Lv-8)xG!AZ z&fc97e{G+KI)L!L2Rs&ukL9y*#(azN5$%6F*sd;0n=tD%w_^-ao_pL&*>4@QZ8g-) z=6AK?`t{zhWq$Ai^-<#&mM$~kqyDg7sKpl~Al#r2de!>;`*5N~KG)&O6}+YSdLTEJ z(kHU+lxUJnjJTf~m*lePM*EOwl!nbHW+Vk0dMw8V28KhigWtlNt3XE}{dQ__GlxI& zKLB4qpudfln;*0SfJIU>wgx@AyMFIgaX$a;G3R|v+n1kc{?_#p&ZSu4$NMi&;2#km zPWY8Fv1w?6YWPi9^6Q@h~6f zMX@bc&;Q2w$YYdC#XM)Wbcg5SO-s(}1MN?8P^~KJ7ZEj-{TT9=E^=Ms>jqo20sDEK z`kwH4_L0|L+GBpwDvj}>U$kFP$6<;a%*z*7H*mcCJCbp|NBe2tQgITqY{dF?ew~<-k}~~@C%;R`9urT`Fs7@ln+w1-fPHjiPv!lI&N8P z)Au*&JPfy0x}QL{AzH7zwvzBVd!E-5^!o-o@Kfyv*-!p1HtTqRlo@<)q%*G{==hUt z`d1C{eBvDOLA=ra$q-#%VtZr#yT*@k`uRnAd~fzE8})~rBMaz!%k&6Wvw1RyMtRbBEngzAR?IZx zIDPD3K#(K%4|WDTwES192IXJNsxZt+*K74G)$b3Hrj&~}(Qce)Vl>{bx`}>?kMxs^ ztPvPM{CLNCT9)K@1ap4-p$(^BPrRYsP4?;tJA|~3<8uc6JzDz}%ryMw#c+O>FKD;; zk)Puj{7{kFj*$$vK`#EB59jlZL4m{o!uKB?nC{FrK>K^&_DDwSr}N+Xg>$@oqcxq^ z&u8d-xeBXjuU+oI`@W33mNkFCUMC_ne+jCg;iAX+n#K7U@|lEQ-(Ew$q4p=<*7+|7 zH?h@qPsDPKztaNQ#_0I!3p!pcNXx0lGre$~SQ#UT>)O5>qR++c6PSQVKZ@t1QJO2R z877bm|5|K^5f0)e<$e*Q^Pc|d`5Nfhxe;s)d4@Fa=AP?$=s>vX@yF?PZzJ4frTu1v zhaP99elLjzUJTKXQ$2toBdpcw%ugl-F-{T(q{Yi>>+idxozc#x2Oe z3K3BW&&!@u;@q%qZO3TR1&m+(iAhJB(=HJAhi5`i7r&Zv-k+}k03toe3%|F#3yvo4 z>Nt~on%*aBzH~y{0StbS;h2SZl`n(+Dp?Fz3>7;)OK*kMhDC zXWrkZ^Wf(ZjjptyFl{lHj;+T8Wx;GLNY*&Zx);4ZupKw4xtg(fn$B@6 zWKiBoKa37!qY;Rcl0`n^pvz*tDA&u$FPlFEuYA^fyq`d7>Qjvo@2STBewDZqmYdkGTx`p8$Nea z`}e3W<wQy(4o#52 zBFo0pj`Puy&-KvxYMr8Kx4EP1zVvVTAK=^e1ob~d{{3__wqDL`KNS~fH)?wJp(zGLdeN35Z~AuQSAPGMw8;R{8G~uFqcNb<-FqCgO>fw_cd?eS_Tf z){NJNJn$KMUS02!E*R)`tgfH&RrB{5T!6T&;TGQr4~qW!`NeFdZ2|g`C+qv#&TPnU zmw85e;d-mS&+xo|ekM8S2kY6y1+)K0Hg3E>5}6)``XOS2CEGXjlZr2yF=%hlZy}ON zFvTiuZ@)r6zX&AVmS*!PPubjHd}^M~)L#to7}1OQ{5wO*^2ovAv*5Gkk3%an|2aui+~i7rt4Syd=Q9sq~LSyLJ_bd&guBCN#01*5INdU zVqKE*WV;uP*X}xidD7LhnD^Dtfqt>U=d2S({MN zlaB7RZtZb zP1h0e(|(oJT5f&%6o3_%zVrFg!)WKJ9*u)1tL>$|-w>BzX$1JnB3aZUzK_QQMYyix z*3yb}+Upei-)+YG#${=*DKQxDi;S!ov|oPm`ji8o_tE?Lm2i?3ZZIFqI3N4Hru|(8 zdvvOMGJbDW`7p;vS*hIp7()B@l>%6ww13CEkbPHlzlAvey_W1Joq@E%i}Y2N(|IL1 zDHurbc;=pCy?;-%{1i<&Pswn9DkSjW}9)^YYmtV1P^X+G_4 z@V9BdSc`G^M{LpZmZdxCuQ3Ctr1@daKj)Vp*QMpC!S%o>#8%x;<-F8$W3?Y5oqHMY0--757&ABvj>hyR&Aav$a5n35!c_U5>_gH|BONVA(i(_ z+^3zfu@UQzwY!AG8*xhKS3c8m0M-5?uvfOoVSMt^hrDk+gYiOl`f?tIe68-E=w}Wm zL6<$Yj6lBuS`XRjz}Ap=lBNA1d2Ru5#5EnC{OS(oDSoovrue=poWE;-^zC(g&tnN9 zUBnYt-hVMY8TZS^(NBvLM`syY^F1<{|Z`FIq%2`nN(=VxBl=Q<&d>wi>&@JiJFnnm%^4yyHiJwy=(@uehx|3E=TTw~mq z9Jw3|H`L3LZhuXI*Cz;X*~1rsF1dOG?I;<#K3RpHoPR4C?8OT^!lfS#OtLQX|7F)7 z*|>HHg#lDnWqkl?`-lFK5`G{&;!0@^_apR!G{4BWDytpz`=pNGdtGlXE^#MnbK*Nwo>dX0*8{kDa+0uUaUwn+3n0Q2iQG90o#aum_exnjypyx>0fpug} z3(@}WP~lTJ;BbfiiJGWuBUc6`DM(9OPx?)(ZDL-)%6F^POhpO<1!euEwC7J4#Pes{ zjr!aZ8gOOF>CFhgg^U;0b~Rbbi{o|Gev{1ZfoOGJid+zpfN{RiuPr_l;&^qPXeTY( zY%;Ig(JpKK2nJ{ILf5Mdr$0bWi2ANx6az3FBk_xjMHUa%e$nFe7X|CM9{W|4N1L{T zelC4dx+o8(xW#;3*=Q=^=rRqIP1bf`U9?x)PFdtQ?Im{Osb_b8o`n8iGVfQ~l|ulB zEH{;YU-a+E=Z5=mn=E?gm zMwAO{bfZ7p;u`m%=nTH!vuF$UAIy2pOF|s8SflMLwLBOHX&lA%6kHI4Hjh&>+jHEH z_VLhA#SN{`M(FsX`;6z44IN>K6|rx_ab15j^JpsB9pmJ9XEAH+lgJ%_490HQJu&BZ7}Dzl>T=S z^^W(SF&<4i)J4Lycu9MNxU1#ivWuv<)yhkKQZ7KEyKK>!@dt(O0UomMCFV68)c*93 zi#Wec+JE%hI*|PxCS4qp%>G9%W?aU0Etjt|V@r2duKuRup-hTVe#}X9;Cnq8?{H1O zmwHYRE(izC#n*y--d~@y5;^n}Jif~H)z|(1+6}zwf*+nJHB^a`we~_;_oq9?y9N#-^;`r zS*UY5+f%SGh--mvgiCMgCx*PYgOtNWfY!_FgwxOY=`Gf2h>H>~;cVl*IPWvs4|Y!b z!xzV}J*4Yyh3opyXMEVkumGsoq3s~Yv_5&J0NXcy951{&`#-P!XA4}}#{I$jvV@NJ zGx+CYb=}M#*}T4?$BWQ$G~q|tUe|G7dv(15Z{nG3TLLf2ss$Mz>v95tfzqlj{a9~a z5N;E~nOEFs)hj&@2ekc0nxSpo4E|tQgLNxp&)Z1kl$9QkpE_(J|DEXgOf6LGwB`7v zJ^-I(xghe%nKuFhv920~*D9_5k8PQz-WRv^d3>k&?T0>=_}#WqGT}Ud?>TGuJhdd; zoJT#k1f22^&W1X4{yNXvQj^h-tow}g)x?a?-_!8CSyYeD_z;nNi0xpGC#(G= zy2b71>MpLbnHN1Ez-6bAdEp-msee(Aus9udT74~!zpv|Y$V(JyY+QC+psZgr@68<)Ct(9{o!fVEz#<_ zyyEHz!YB5P;JCL1uOoT?74=wglL6%7eO3M*&iH(pKZWP=T5bNmk#R|4h9%p$y1ehF zI+^EA}8T^`Q%?E(BF%b#St^xILqe@e%5Xn9nG zX}uE(#bC! z@F~nhLJ`Ap1;d8^7ynxG4fG?~F?@_0<~0=ylYO5x!244M?Qm9YmGb2CZMV}em!abY zoAhPeoB4l?w`#hGaiJw?;FrC-Qt!L3znf9mjQYqW#s?efEsASU^K#Eo7xLvaU7sW_ zoWE~zWt++ZmjC3K7f+J$UV*WE@47MX-(vlk|M^jFQoops9;D zPjg~88)hT~`txC9dj39qtncLiP3s4WJ z;zWN_sIDJ7<9H>k@1Fk7$A5kt-{22yu#)x*Ew4z=d#EcSZQLoZ>GLhC)`wx_e}4Ve z=tx}B^%hp9>+zO@WcHf+OwBTg z_?B(nrlW1O@)4fb`Bt*WHt378)?VsmrsY;~{5VWlEO21|x_+9hT8?$QVrmm!?dzeC zhPXeR^L?-DW*Fl1<9_oxMAx~{^i?{Hgg;v>)$;5u3e>W|Ra=h7=R~^xzD1IjyZaK3 zhB~LR#x&X^4gNJ1v?e!|@*9hO5`tq<|cAoo8#4Y-N4aNH29U3ouK zpU*SQ?~}3t?EzM`c4BD8}PWF0`+ zCk2E_eBlX{i@I2;8Hiuj=tqp_JZ05wE_}W-?FPM`F}|UBHUxOt@-OSIGF>Y7d3Ah@oS_P=cDDQWX6RHnn!cb z4HNEVxt6rIywrJ6-zKt+(EbvNJGu9J=ygqI+tNQ^ z+2G3SHZEQqpWibQk0UwGBEmz;cC=$X)N*8{Fv>IUuJF0Yer%_ubDYh3UKY{34$<+~ zSxu7BUY*P5AG7Y9c))mF+1~^jw9M1P8Q1w(=StSrb~}fK%&Sh|chkh@_UKOZcPFJ(ltooXNvq2tefYCNr6 z67&0)zxrhk{t=%7IIkC-xXvsF+>1jx|2VoZ*HN+;<07ne{n@PZewmcv6t#VcxpRD{b!8R(RI9Kf!_{%ZW8N;+6K{nSc---S-S`GUpfsz;Dnf{ z;p9)bTx2-{-r^n)h8%t#g-HL!1M7M~vg1b9x9O|zPt*O()$pu(6&k8YFQ1OE{cf5X655f#I6zp-wwtR6@{`SuFO&&j|- z#c{27zIw&$YyN!i?`1rftKZWuX0V3^GS6L>PiH?5_JwmCQ@;1rCkAayJ3cpSOqv3a z%-h=x_n(>Ld1;`>ZU;@7jr! zom_7e?ZUEmc_;)TQq#Y`T94bL{V>MkNk@MT@ydP_h`AEyScbvyD5dQb`ojv1ru>${4>|plUym`qR5m@%I_OM) z&!ua_C@+><#rb~fPk4-+Z=oh6uJc11;x6kG$;qFPpC(@DdOumsT+#lBbmMb6Zaawe zH~xKpBV2z6%1Dn}usij_ZLa+N3mvuM^?tk{F1_Y`L;Q{*j`XI^BhdBlMW~Kv_F+7U z!4E2a{Io^;M(2T4I6^#5JsOT{yAzCeylIHv@uwbK;R()(%;Ob<-*0QYzF!#q%1tvW zD*(&Z*Vuo05c?Zs-%ULrYuJ-6+l5eGS`fKW&0J0!S2$3$O*?{LNr$yOulH6Eu4a94 z5XCgT&XlG2M;4FezGRo?wa4Ak3S#1FOU^54BiH*gFXv%)it!sOXIE4kD;|vJb2rSm zPLB{qKgvS3oPXuJlnWM?gCZ?f5`V=TCN#*U`YUJl*Ol<@@ql$mt0%%R zE}L)gVSoO#N3@@UKug&nunpQ`1+Xr0mxeJZ=OMvGc1}P%u53)fT_o(|bLmYuj!gvR zMbQO@7-_nL@R@PtVW4_0<|3cJt@E^s+Ebn`b(r^`{^av{_#qM5tpf7O^V!-Cc>gEi-o=u2kqg%({5r3IL0p!~OZ%W9 zui)D%TeOLxTwk6xgnOo6In9mQ_1++gXTl*Evx^SI+U#D?BtGUi9 zCx79&l!5H`eoKy1@;&X}9l9YPOO7LIHAX+IlBMwilvACtik+q6ZZ>sx+@j>fyV$=d;jX2u3 zyL#|kR_j1NX+kNk$KnO$Km%WSOnbZ(p@?)B4^Q*D*!V8&Cj$;0k!HvDC-yqP`RO>U z)SHB7(^9&=&`s)LjWSvHyXI{GSeBz7@?XC7-`9bmp!)g`@TnX+;^oml*cU1Xy^R= zgU{P%F`lwj8B@YZ+qa|W$C4H|d7kTS;BxLA`-?aP6a;*C+t#=R( zc6XU)XE%mxWIe~&DuhptBjMk04J-?CU;q*m<)lNb!&Ez*@GhzI zRK7e5#P#5nNW{oJ=iH~cTZgFu#4hbu`E%a^_bbrOEsHiH-Lt4nI(bF=YtQRCo9)_g zo&5$Nqh36>=lmjF_}q<^8a@_`7YWvRcMQwPeSaAe!)4zh5YR>9F3zirKL5Xi@u2v& zkJo=R-MG4({m|WGBu;y<&6?+mHp!3A8Szh?)p`GSb)98H9NQ)B_xN(s8LdIC(|$W? zHpL6qnJmmIR?yxcF6wxpHu`y6wzBkT>erd>xFa(5u;2TMod0X-ht^Q9f2G!=wEb2Z zkL5T&^Kx8+Uj7+jg}L;=HNV^c_q_PB!V>q37|}jnl^^t!R+lIr_qm5cw6e)a#{ZT2 zOL}DglJdB}hTn>0wqO0xpYYax@*lc>MsK~o%1an0vV;C4S^f#_la}`wS3OELPzx1z zb=_O4x4H73wrd&co)|AA{+sCQNe+m!5C=3|KXm81>f9zjh|~V$71|$|_Xgqn;s@cX z>5R1P#dztz?E$ZUeqHMU(2vB&Gk$1a>AEr$um4x~dL02S_Gv$JRyjU@GKSaMjw>=_ zc>hMQ8~bNrRzdcaD~HmNC;klO{qIG%9;4Fa>xsI4QLtX`UOmsUW%+xM_V<)6q~o>f zalVuE_=dVsEGL?)hiJTvV1kH{`u<8wwx}+n@Y>*i*7J;+#pf;c?^|^ILDofAv=8#| z_dVoCB2~v7U*I{GW=klKFUp_${VB-hUN7j3({7 zLSUBFXeX83l3|DvE4lBoiU;LlZHJZvrs0F0vUFw2L;ua}r$A+>+bFb=6n^_OU8 zFMX&0C!&~WBJMK|SB`X#Oa{C+pkrwoOgSi3`;n(xa{bBve7;@+{ky-HdZG37<9*9u z>c_*&Ct=>dwm9SWEUj0iQtlFg&g^fg#*6n`(1C0e2!8l4Z#PrNrQX;1EcbN%(zh(g zCLS`rKvqwq-O7+3XZT*=9>zI~QF{LAS*~agGtoqB^J1&xf}~j?>fJi;M`V4)y#D32 z8tU9wkHa0ovNgH%<`?hRNYwGmnx1&mAtT-{V?SBGgomZ>&!BgGDs0Jl>F2lWcq5v1 zjD!~*k|LDx>LNtjmrrPY>zl^U%oL6jqwB<9y+$}B=(_387#|`{9n*0=MbH1b_Rk#9 zdZ$rwTU?)`z4Tvx&`)asM(or4YN8)oUH4DqSg>6k$kyPmt=NiqdtZO|^2T$vXLVjc z>=(`tUgF<@c~noy_Ym0sMWRu8YRUjKnp@TZ?l#fAE~%?|VA_a=L!*591_dr3wzX z9u>}c$vtqq2`@d*mW^p|kD&olyktJEtWkz_#jL)wUX=MA>g|6n5>6?MzmV;JH+I9k z^nUpn>bU8;SOJ<(T;qp6bLD0LO03ZGP3BKO)&BE?b|}#T{rPG;lbbEuqxyG?D8^qI z>2=2K#ll3a{=S(Z?!3b+=8gSakc?}aXY>n2Jml|1`2ja+{+4lJ)gmA{{KM09U7yls zE95{y_mPpkm-eBDcW`as+ajEGsl`^}vCLB* zaF9jlN0)XR5g;Vn4rZOy5*6tmb~c9tQ5Jm4>#@$QomFeyjD9rpQH0Nrm+Y@^1QbY_ z$HtZ8SQ1`W`MnnrtL?=hTK@Vy-VE&{>feTXqJp1q%asF$CG&kUIyx{Pt*mIA6m#QTs2(+xV&hrPX=b zpVA9>;r{UINT`+r4>6wAkViOZ+hz2p>8;$j?7lK!$dT(V03MrryC^|fR`0Is13*nP zl0BXBsDJ+9W3_bV6k8%DZG`W?yo7+6 zeH5VN*qbmo$*SA={IbU=;BT<68R|($`Gn`Z^d8#1cJlm5m-_Y96SBD}{b~+_82_)o z7b-`mxTub$S3-4#LDKdH>*rM1Kz-lemCu>zyy>w`uHgAzCH_M{=OXxfI};cdWQ+W; zr-&JPJ==8r;dEQJ=d|4Nmfx%S7r*sxGvRHZr&0QQ(Y2$(aeddx?f<~jP;XW|qP_4M z?V~b3(s*}%6u*x5%joaEtk?Yb zg^nv4tovcO^Z(?wDjzU$F-F7f@LmlEGXPo+a6`h8_@?>dN# z3?%;Q?^qsS!3Am4hVU%(l=^9j=rt8LX%JiuJ+e0(Z|qb-h$*xJ}{tF~k#Aap$}pZqp9f^)Cwh$ojYF-)!B7`Gz|F zPYzj)02+~{>*;;xcT;7-$CkLB>%iyAm8YM0iH1)M>&M91{Tg_w>jW(?25P;6ujRs* z-{+FUFM?71tBW71<9ZKhdEb151IM%Fef?cK+3q#`T;kzl&Z}$lBj{(cGk;&+#ToGU z$?w|Bx?z}rET#7|(-d$NtG)PqWq!9uJkj!Bxb_=N*5lP+{(*R<yL2a4uD+erD zOL#HARN6n=!}YlFd0m%6b{x%kZ>J16@I_EMe?P9zagz`;wo}QEO#PD47W1aP*?c_w z?f>YoSrzKtx8GwRv0um6-Dmw7k-+-HvUF?mjlbsXuRwF{57qrtp~GBOJOqLuw(9v< ztfXB2Sli!QhlOxF=BbFYIv=xY`S?$fzMZSbYPb|NrJP}i>)fa1;h5cgE{OtwxTouG zrC+whdtKMV!6s6_uwVThYiV9T9c^D@5Gax1%WJduwBMVwrraCz5%0+^D;Qs8Sq=S) zm#hmVE$eZ=QnlaFU(?-dIuCR32jHp9NBSj=bv>sX8q7pSrUTkHQ`v8bE9aMQGUdnn zjIWlZk2s^X8cFD)I}(oH&N&kv`nz^tm`EyzpKqsbh{b;FzlN@x6)!nQiuH>9jL#L0y8p3- z9{}FV=#LaR4(YhxBR}JIj%vHl)in0A#Fp<>M%n*dyv)aSy@&?9-N_@k-ZUhz-VkWbJI$ zDX~jt+@T-q%!usUT<_;9oS*(Kw5(o@_KgBxvCe<`_q00vK0+Z~U!z0|+V5?cXdyeg z!7(ZB>U`LSiOee-n^DVIwRJ|bz6sMAjKq1`cVvwW;>Y7@TxWe>?$-m>O%Qi<-jN~y z^t!I=_TNSnIF_|dq2b7S?YX{9+P|jte_11j@el^NGtLVWke!TSkT&GUi03-qw{(8o z5MOF={Rgz%>=(oShMX9zIuL0WIFBX+SjVEsY*##&ahLb=f9Cn$s`ZtTer)g3zbdWn z(O;MsVYIpMw&J{On=r3;tnu9YzcbIsens0i-f`fi2rN>qa%i6qVu1hn>4BD4Mbl$l z!-h9$E0P)nIOQw5QS6UZpSvt6?K|Av`O$m498sfk$mXRc;*4eE+-^FF8vePz&VL~b z7B63Rce!_(|l9KZfzF+{b2Ae>+d~3*47jxb-ygr}p179sO^K z@J_uj&a(9E$PGhl3CB{IxNr4(@|yOWmx^&M-sVm?OKcf`tYE|HZ)NTIwbCuG>=eIm zvEx8YhaSguReN=j-IP*8{`3zj3BJx#qZaf#?sKeyM;Cxqk3ZMlEj#i0f!HmcuX zm*s%h8UOvc+vO;>7a5}Z7t>GN&i%V1^UROST}C%)b7DB)w)tRC^|x~q#KD7&>J@X! zC#DYu+(bJE>1p5nx|m<0<>HcX_jKh=Afp7XNr` zEiH~*%3V$w;cxGJMd8Wa-tz{Ux%3h@n{>jwj*LHqb(MLRyUicH#j*NBa|fy+>`bp6 z%lygadD2= z^__T^WOubeZinLQiib}dl=lmkJh>9yeZv(F^SBEb*|8J{!+;1V~Q^Pz%?WaiF z_&yi$eC3o);Vudf(s~}pJo617gnbXU?hQOJKiHv%nx|bEg)Vi(g)ynvpD&&w_n6F( z%`N_mQ|r$-c_>if>x<>afYYbdFBF2v7AqR0t96_G_yzn*@0H#C+QD?O>1A-0r4|rOz#~|7&93 z=T5Az$SL9icsIHbfpdO*#Y&ui<5rt+em{46tL7z}UYKL5;G8<^?$AQ{mJgEiMa?Vj{Z>F-APt; z9A&1?ef-**=x0r#+}-OLFU$6<^(7bHvbNvCx(W}IQ%w{ei-XDSF;1LSH1<2lvk~@V zRMA|jFnX|9d;KZ!b7mQ{i-RX*=KeA(s zkGa2e5MJlAF682$ta!ZauUrHWXKEc%1WnopO9tOj`fJ8b9o*|l;yeIUuBBgAhD{Nn%*pNYDjnNhf{Up#mW=8 zZx?eCFRQ*+`znh~tfux=wri8nDfbECe~)zZ)NAg$0slAF{-fq03yv9t`S$HS>d1dv z)`^X$InT3qh+n}a^C~#X{AK$qM3AL?ui*E2^Avh^5E*+mC^{<=hZF){_Ufq6eZ1KF z_8I6)%F+Y9rcc8b&0s^I(kZ{lMr5gZ?0E1I@ZV*@^Kqtd zX`H9OXSM?$&OcYvuoHpN#yE#}s`UUpTw(&e6$#;7E$M37OnIN^L8zryR&(L6=EhKVC% zuYjIy+1OZNqmq|Wow;cF;v~rx9 zfNbSmG=J{6vge8-ILE{9b6ww>RYE%@bO+Ym%#?H>{Z@U<|3y6~b&zC{c3#-;&r3Qh zyp(zDw*a1VUQn*dlfGT?9TAfprueqFwY?t9sO@ci2GyKfzEBY&?1)s zEfVkj!oas;+?{crANzd5Ioh@CI`~NJxE~nzYH3@*W6R)0*w3`jn*jGWE0j1;QbaUS zgvVE$ZqIX??^O`!)9zw<&DA+Q`dG2sda}#!-Jq{aE{9?K76SVx%YN7d{(rXbH=Lu0 zURS{f543y>z7p~$1n_-d+YNB82*QJCiAU7;2+#O6@2x- zvAqAua~1Gt)&SD4RfTZw#J=>}!1GBZDc>D>dkXy4#ObWU7ujUt=Us}fk19ImnZo~< z-&%oRE$PVfu*5tU{Mk`rZ=P=8M`1=bI1lgJjZugzzD=zPy7F>IHm$dKKsS@Se$l)4>qJRm;P&h-Yu`>mHdi zpXL%+*>Y9MP&Izs-DTLHd4KvS#23$gMqodGK8OSy&g~-{(i%Bo{d*sd1YL;n%#VHk zvoICoeSh!=_!iRew~$A&z@Tfj6=m(ld<5tMfQ1MUskTU0Q#`8H}Ry> z>ek>Rc~|;e$`!ao*Hq$t@cW{`%ig^ext$@d4uTvj9L6ulI)C)Kr|>}LpK%28ukYu* zkgHc7A%6R(_+dS*ij%)2#l_)wx3QNX*Uj}j1N`q9pQz**X=)J-`6TUhgy1Ztpc!^)(+=GxYp#nyPV=a&N@{O`?z*D z`L^(+Tx?JMON_rsdhBY{5b}TA;qT~w)gYWfZ{9feGw_}g zhbjq=wf_MRZk?L~xU4XzK6v}T2=sd(=0@%TIwTJLnge<=KAYo5%x{Bzxe=F!{(Nqj zgU`&Me@rB}X91tC`m6ze8SO(k{oBGyO5c&9@>+idza3`eucHQ%j*qMG8uECF?>j%K z{tlRQ2VO-Moq^|8Cqf>URxPWxQ~2PSSx5CR2fPX|r}Rzdy3{B9gY!er9rKRsTlI>1 zUYA?s3->#80zaQ^PrP1PiE^OZW3IpM5aNU3zE3{TU9qeJ`}=x+6zEQ)TSej(Jw4!6 z9P;J7om-%Pnx#s}H_MB31pcI39{}BWK6b9+*J5@_oNuvhk-+{wdNm$$#gHrNxXcqv zdQ*Q~{)yvWN?`w2-UsF);un#zvNGOxK1#el*(4iy=JTTy^s)8BxxcZ^+(CbC@BIuq z5w$D|>+g_4{7URx5O{okVhhlfMjxpcG}8KbYY&d^(1~>a{<2b_3vovWL*KmAn)L8` z02r>g-Npm+8grd+_9-+H^m=AE#) zwzOC0*ei4bMQhJWeH>NV^)PVn}f32HCIyRvY^awfXk9%iDN4Ge>tQ(O_ zw;l8JROd{tKK(a1SB{r?rk?@d`aZG^=DDQVt_NzK)?IjBBPRb=@RxbE)=}`5MZJ?D z->i62=Rxkdk|nM^9;N8W^N;(%cUQ(!Kgj%DOVJl;{eIvg#Yd&%$fb&&oG;)2xuVQ* z;%id5*1(6HPgTJ0x7I!femFEh9osx|?)j6xx%eQ*MhO-2g{d`KgQ%~3V8P&O?>;$hx)+Bgf*bw zOJYbT-7WX1^DL|NHr}Q1V}c9yJ%<3EQ-hv(Y2Ea%m@@fr|d0H|BX-REqpObLJGB>kQZZSntYaaa0cnsgH;b8N4zLM~{S*3> z<1f+!w>Q6W-oM*9KyLc_^0wmhvce9j2#;7coBML}<4NFEuP)pNk4g<77rCVqzkAjJ z-x0w#x`6)&9P9~rl-7J;g!z!{~lt;(nEmnP&ZD+;pz zuy?>u>HKM5C$;~NqpXzTBv$St9rmi^iSu&s8ReGrE~oH(ANLZlrxtLD2OS$_PCa7B zpc#Po)v7N*PXZd|Ko9WD$KTrrYx-{H4*s9Aei!7YYqukSZ^tTr0Di5kMSbkFM-bp1 zF!K)RSi=@oDy#nP@3w{WJQHhseg=Nu>j`=+tuBu%sqku01>lPuSiXHfMP~{` z-vL}_^rW1YQ0)Zp`qEI)E!i%A@h57Zf6YIp;34z*4p($W*6I}v`DJ4p;^l*nZs4y` z-C?Me4o3@ysddkvuxq)Z3+H-G#QC^gFYMcj8|0Ixtzie118$hk zS8#rRvnSTG%`_fz;>}Kd)c#2G3r>no$!e`E6V>^;aHcH!d)ys%J!!JY26TG!ri*Gm zhII@3M99Cgle=RNHBK{^3au18OwJ}^-ve!DLci*DWBg}zjx(F=!FkA>83Q?C!&TCc z=}WlJndkaKJ`8zr5Ab%_{1W^$+2}mz+n1;@xPQ&*1LWm#zbFTn>8050aA|pAk*DI1 zC38Gs4~%js4Sunz2n>nhxWxmU+mzkafG5@0P!2fkv_|zWt=%gs!?HAPJpyvXr^VBF z{)0y^QhcLP*n=a=o)dF29CFf;#8A+eStp1mKBJal9#z86?^bqG)2xor2ZCB<0pEh+ zcSCQkG3NeQ1@~bai-sz_>Pc!x$mtatPlJ5!zn}WRnD}Jw zJsa{u{i6p9<(_|8?9MB^pSox*=*_4Zw13C`2RTPt`V6Y3=+gc7%V0lvw37Wr4DbNI z%Q}x^ig>M}7uJjinu*8g6~7vQQMcBx=rDi z(Wlm+i|2!H!=AJ37Vt&poB9)UW%_IK@pGM1fd6TG;z9q8ds07%D!T;q^;*wc%04Kq zC#989d^LC>?GjcyF2G*b$|q{B;&WG5rIGIRI179D%f_!jpKkqEAMo1Km-=}1#)ToL z#kYM5I(A_##+PM2XTlCNwUx(hg=a^?Uw)lzPm`ZO@3TF8`K+2pbQfIRV_xB@*f^L$wjsAMz2G_|IeD#13ZEnpMst>IhyCR`j_)p6+R?4amF}VmD=Nc zwN6+Lx^QaJbns)}|6qrb4r{W0E4gZ3o?aEzdB1z_3;6enYP2)#J@y~`1-~NCf`6wL z_=I%^h-EkzeLR9TD7p0Fw&R%3%%gPJrL1$br?6H#X+Hf<0#6 zp)SzN?tMH0cpRD^jegHPrd*J@vo`SI_0U~_v(39y#fZg?PfF3*D{Fh%1%powTnYVi zstM$85q&R7DMZrv2`HqjFm9vrP{@JBhYeJ6rNNGNC(8`@6yH4=bi#boWQ-fyhx>A2 zeksVit>0J{Rrc$uCzgX=gr6gQpS^~5xmjVfD=nA`dzkQEL_KUpb=qf3yrmphZxZRq zSx@St?)QlY<9^V8viJq@wZJ-FubEBxwpCHuHJ0tB{U`W)67-dK4!6Ol!;VJ4UgHo+ zy)V4&5$MOURW5^$%t?ctM)YT{ptGi%dvr27& zKjQC(@sI;t%8=jq7ADa`}mD zZTf7C;#cX8tpMNe)|J$Jr1Ml`UxlaZKTxkNYk3#?>ZtBj?l6Sw^UHrB=taIEDe#{}P}fB*VeJLs2zdSU1R`8T`a zxff=&vF<=8`fWnG@cg~2`3iD=fzrhQw*oyHz%O62eOqNXk!??2zozW*6>kTO0lcao zxUTRk${F>M(VaC&t-2VVwW6Y1ddJ5IXDe;I?c2fMrK9Yu5str&FRn=)Bi*`q459Ucr7YX-qu4 zbBTVTGkrZ_FZeZY1LTX>K?T9*?J7L-Q}6wF7_ZK+G#c^;`(3k~Ddg`qZT6Q}`uEh= zv|IFP!~I#+g?5yN<)d8d5FeuNg~d5U`-kM}mYk$-2d9!Y=PcG@R~SZO~%MJV8M(0F4% zb$)jark_4;+hxEtJ-!R*#ongSv!%_roR&(T&eygv>~%BSe9o)RfqOOT;hB9hfdBR_ zEEcNs)T#r{mCQ3b0erx2(L%_n7Mo&Wk1uz-1L7baItBn=3eJwgdfK)47Nh3#vEdKk zMOH#G^p2(;MVsczAJV8`AkO`#swW}ORazYhd9FFa1!l-?V`El5%RQH4-)8Ml@>>4| zw;gi%l&rQiOL;J4yITd7gv3Kzi9^0sT-l zlR;PH>W7nGD>-M$hHcXnT<43YgVnl*M@;ik@hVFmRD7x6H|2J#mukNAD%EjOaPHct z@e75o1Dnxq)-Q(k(iwH&{}XN=ClGg%f5!sAWk>&H@YBF3GuT%yHl!WG`-9O3W;0D;-*`RF5$Ex6U+N+4Z%__iSekO|1V{3z z=nYnoa~=PqKj--nZ`k=hJGKSt=}FY&eHee33(xoJ1orDRiuQ(_m6LG(Z|{e_T|_@4e+`*RIyl>x z`*bXnaROCO!|x%Mb)bB09{u%=!v8GCB*+H`_G`bBJ?)Se_g=+$J>0(`#y_>MDELwO z^xyQGjyVW;JyNCBn4f=(O`v19Q}P2|DaHChUiwpM0`#B2H10!% zE0xzPz3l0ieBfsf%L>TFzkeNreC9sjd%B7bs#~%i{2h)94n0+RuvOhh@SFFx>$qI` z`|aL0AFk+CUx%8&!$%Xo;QY^UC0`Br1^2w$1!Nc3pc<;g~*l}f{r|sa!xU!}V&T-+to1pL1E?srJ z(i<~w7r^-|(TMis8E0sRk30wYP&TP@YAXDqzwx^)S+ooKEi)l00{-zg>6lkWQYz@d z(E`_jr=lhGOc~3#*OB=+UyrubOXn=3{UCJG8t}i1k7|&Q_lkhrM{@ z!hgXy-hWnM0{B#lqci-Z3ByL>oIDuT9sAW$)8CQK&GB5qtZ3|8^3qzMPX*=`!#)J= zF$O-(vn8G`)cE@9cogu@XEo*1@a)f^FJ;HkFKa0YH}8;Y7-xD#%2DIakS?w`NxNaE z`Lxdsk0u>+S<3j*)p>|lUOniqm^g@j7Kc`xZ%Mu1Hti|z{QNTzc(!FM?b_d4<-_>b zFCGURol`mQtorVFKcKfC?0uH^CxM_v1u;>RqMpRmJ@upI9F`({m~2k#(&(F=ij=>56kSXU<@Y-}e`CCfS5flOsjo?I*GwS&oEJv8 zw3|bFRljDWCm!+iQxtS-0ls#lKH_j>wZC?dk7H`k-h6INdqtO}-QSBriay1LfX>T0 zV~>1Q_6D2n|Eai8S*ibb6|gPM!fLC4UGcg0EbR07Ifx4rzn{S`Ap*A#0=%=G;184C z8V*p3hcCZtSnUlCo!DVFLRWsB) zrN!%G%5GV^pZ`O3t~;%r3VV}%6Q=^o4$yT)I? z9&`CK;WQ_J`pc^_wA&{wbH%yxKXM*++{e=&&=24?7W&H04zw5l_}&8g$@nXr_x{Js zBd{AIvHlbP9m9FP+G`>FNX0(32fb_G9q~i5>xthhlsw(7ZjIGSUhDkH?VW;OnWj0) z4kUiQX$ZSxg@diZw;IiT{#cFs&gLcbl~FSo2ln&WZ{S~20`;f;7ixhHT-`#xx1uBD z44LHB|75j2#>tD#{`5(WBAKNCj^+AQd1^U`y z{|$0phy&y7Z}ln#J`p*N_1x`xBz)LVc99*!TFG~(2w$OD?~p`OY*_R-AR|)tkm%_ zg8rb5KgrMbe__0^cRjYPl=(Q9PRy%9y8d*9C)RcS-AJ_C4v-Hdt=tWN-NPQGp&y-g zSPgsSEL+MU(ckuAKOI7Nu7>4M&bbru82A;G7wD*N=pnQ5+>vchc zlfh4uEhnJAgp7%J|7OppkneIljIe*+4QK~Wx1b+*%v$pMcWqW+ANQnFE;!Y)5zhaQ zefx0!j~|C%CSra*#rr!-5zcdNa$cAA)WrL)I$mp1HO5z5JNgUzxU>t`H7OtM#I`rd zmuI*$PVmH48?Oy4^YuFTNf=1HK$FvN`kaQuytJJtQ99T&iV z%|87GemyQ$59eZUrz^-)vuO5KIRM4xX_U{WmY{ucjx+he_oLqd&&FD>tfKMoLh%9M zBmTP?Cu6k&`6^*BAEGx}WPPzo9gr_8D=>C7;@Y-v11! z1^m1|dB_I*5;m1{wTV{Nsem>v^<-?`P zlq;>uP)Gp_zPOC9*fyXIT&f?r1+|?5Ec-5gc@Yb;!@#^v-*e7Mr*qSO*TFiPw zdVFcHJNVK5iOh#v6GJ=CC~dE}6wA2K;0NQO@7}pJ3V8q)?T zz2DcG^yX~6PFUZWfwZ$8985XYJ(c?2%E#0vM}4PXZ2b}PxumxbL7%R)r@wZZ2la`l zo;jcsm##R0o?l8PeD^mkfb)C1bWO}7u^8;zGVdfWocEJosXzK1azuYGCbflJIjN=X zafN@~SI#@C{2jHE=1x)ev3kdR!AE25D`A~sBVWJ|R{iB5cQvlJHSy(CSLPjE`P&BP zY)(zmlm1^R$L$+Vd2!d1bl~AE`q{+c^_0IN##Y4jZLt=1-nUJvfzR1y40?^YLGzv} zEPKwZR8%sEU z0?(!$r+yR_%Xong=elHe`Xa`*sU>TwU?uZy!41z4*h~z>7k2#zL>? z+UZYo#ZR8!J%%`x#)ab$*VZm?zxFC#uT~m9$7}4z+~LHV zO`VzFv}06G*(Wu>%84xxoKbXmklm*(ivHDTW3S@vWv5Fi`(W28y?T`LkM!>puN;lC zn%70uv*_}L{>kZ!Xpaoe!#rXC?>B%qp2^g=x`xnhkY;BJ`TXoQ#xo>Lv&89n*W-d))D75DGVq#q}A^nA!Gq3>x2PuS58ez#kW?(m!B4>LIJmel~%z|QuJ^y5CwkPxxUvQbuKCoUa1^@vO|$wJ}Mp~PuvU0 z2`7C&fq%VSvJUZuP40g`sq93T3PFGp6Yf%9TA}TTKF=v%?Op-@yx38Q{GfRy>Wz`t zh60~lM>794YTa5~do^aB!k6;X5T}%<*G%-kKau+zuz_-J!AuL#xp?yt*dK>_l$Y)w z&&0Xf`;hrwR-Fj%m)ks`UmjQrdYLPazET2(EL;98*)tb(DKu^ z6ZCWLm;k;j^G}AsK^Dlf81Z{m)(^+IdT;jx@m56~S-<+i2gbe6?Z|ydtn?M~kE8?P$0|TB z++#-hHF603DUluMKl2_=|Emp%0NB2h(PXS?_x^~4Xy>I3eVqZof@o&9`>k}HdD%z@l9 z?R~#YwXRb?U>J}_eg1=e%Qm)}vS*6p-Jmc@<6%P)U(qO}Eb?oLpV|UHv2C|4%1|kM z3Ll5Pw8+3@_>;xP3zHPSeW>Egy!pHh!RK0+`U$!8cOlwqKjr*Fo=Cx)FThvYPb3}N zzw!s@)mB-v;k#VDa8&t)n-m}Gxn_6?)qk}w*AzpNqU6&%ia*=*{ig6t_RGmXLYsgy~cGsYkaRI9=(ng?E%?{@vRVkmDl!sV|PN zTXh5SE;H%@{(Yt%Qi7Z8KentY5F-b;1{G0qL%&fw=Bs(-8QdB8lXKD)@aq(Pu(iV9 z;0=di@2hri@&IMm_IU5KTAhQxfsc__Q@YM&l_;6p&nArj)+sOSG#>k?@5LAopxh;R zp6zwMMcsN|JVUX(wl-=MxVXgc$>jITXpoMut}Uh)#pWv67yCnJ7R?j4^<{l04u z<=>4h>BkJ{L_1{vF4QL@_8!FZuiaMRTwm+Q@m8lXPU_6wJ&>#WRizwUelPvaeIqF! zZhXo-sk43He~|85#-CB+2K+?cv8?3U266Tkj!iD1_NhSL4&Wn)`opgw`uY+dygYO~ z^+x7dT)Ole<9<0Y0(5GVG4oW)G@+ay9RNp?2tPa%^WNyla~9Q#dFG1(InVbGihytU z6)MRh#gZ&-{N~A@Iy3BBEFCKNx5LtPV%>bbqG(F`t&P)Ekb+Ik!hqeLF*8A zCi8FI5Be091%tD+nAsWpDB+|R^iIF$%>O(aG7#5C5-7*b)p4Z>ga2TD(K{ESUQdZD z7R(=AhQv8>rP5i@r;J)|;CrLrldr!DZHn_>c(E_`Yf}s6Gd1qC5A-#rURm&$v^J!- zPm@0(PRH$C+1(1y8yy^jcs{2k%daVUxcU5p#!7$a_8@z-I$w21M)g&G4~N&|`YSqm zF^c){T~AQ2U%QELb}UQ2F|8)g!{lG|Gwg23>zIi^II(*V>LkcQkIixZEGr-Bt@!*? z&*rcL1ZL1qn(j0j@}2X4+=nhtNarVgBHj(DOnZl0anfz~snpNb9iW^L+;uPLZPd;+ zz?&nhn73a^^OepYbiVUXzHgZKf#iWW9~--rKz}ji=i)je|9t2{%csx|k(kjNd5&fw zr__lM2`eGji4E(Br%~33KNqpJt3uv*aB~Lm>U*tI;DgncIy6=1^rbG980W$^{i@7dGF3? z=Aox=jm3Oc)aE%}w~cjVdADuSo4jhyyCn4|Rydp}#z*Z5~j5A9{}R{^Tdz zmo0XaaNSMUjk(q(7<}OQFZ$u;Jmo$==zI}+bx025BZ6k%$9a4?*Bs|)!codOFAJ5y zI**-YKaKB^t_?8fJY4H@9wU-Te^$0)d|F5r^W?|ba~_HJ8e#sQ&M*$|)`o+Smli$Z ze0q*zo>8YqjC+~4hxBE5dD>fU2e95n2K{P^F-#O*sbeMOy5Adae5c+M>{9ceihomn0|@2-l1K5 zY)9_vw+n|@FRExB)_K{t3hn)<#o%|%H_#86oxTHl>0WF4)v9$)+^OL8WMVAv|L?$a zc<%Snhu};5R>uN9_tPICp3}Jfd(eeL8yOcFWCVYuG`YMFcB3~9H)5aD*LMXU`s#cZ z`}MisN8|@iFIPTC(WM6dwdyH(q00;t6$l}X_GTd7xKzyzkh?86&r$`sWZR>54-|ii zFRA5hK|QUhmOBH+@5Q-pEf}X{z&lx&`c=R4w5u1~91XlkDfSZhZhbu)^^~sXD-SxN z^$*$ThK+~9qX(PNue6?%7xta1-QLYo`(7qrXH}m?7Jh39e2l$|0tDi*=OM&znVHF* zioS*VH;vN@j!aXHBbz`X!CK-L0qQ-(AzO(fvuEgx;@tGZ?2o zVTQwFWsh*4mhK7tHaYH+va{G0UE4y%w~AS>eyKgoAiTF_57{x#(VNCCO}O|wIcI~_`WQP+A{ebF&LfTZz?8<0b-dcHwiX=CpsCpF&Vd*`8N8LxGKy&~K#7IMpu zqqIwYdhP{rH|iile_TWJSd8VQFTsMF|Ns|X?x7auN>RVl*m&VSoilc zqhTk{YR2!$2A?AT$(Jxy@l{!G_}65$U(?0`kEE5$B-FDSF`jgHhpuO_w;}mO>{HmU zq><@voX_~!M&Qp|^Xt5mz6ih&TaAhD3#u@#zm*;7f5(QDw*v$caEEb?M|OS$U)p<__NiB0Oj*Cmmh#@}uEab4RMeM{jo0}o`>w2F6M9Fj&$Th& zD2)fs!+cv#pgdyGFEss?Mg=N>-dwfjxlVDKfpPA7pitjGdgs!KdY4y!@{`Md&SSl6 zp3`3TWb{_Zy&qSu$NBer)&y}kdA}YbeR)s2iO&Y^TSg-5?JeKSc=NS;xvo#zk8`B1 zj%Qj&IqipUeXQen0`taioo2l0+Bu9TxD$amC9$$2{aVxJ(Eq>3m;RxhVXQkD`#TH! zdVdw;CQdogpEzX#>memQ#km(VE^=K_E$q;5pgrsTJWsL)enh)YLVIEyDO#-ZjnIicSBy|w`8W7vhtfJ^Fs%uB5l zKT1)0G0dEC73+0;+|HKFgQ>ma^L8c29MN*jr*Lzeubr&tD~m3J-948s^E^B{d=Pwp z$#c^C>DSor>7$H89@pXQJk&=rD^7oJw-+mvT=OC7H~7$jqtB@gm~FKnZ?XZGJc9;KU z%pG-c&c<}&y2tdQ-S}=2{c%xiH$%RtTrEKbAc)Yz;gsv2R!9GbnlazN=_mQI*u?n5 zJ~s5Dwm3!m;)y?`4+eT1R)BT8yzjMQoY;Ee?X%zc!N*5EX{>5ujBft^{F4gR=R?R(0KbKpa%EAIh6W5Z9vuA13r6YNe_WeXxM zB4Sc7_(!KBw0Bt7E8I)b=Q!W|z}Ew2JV)_MNcSJ#8H@ehKZO3V+52!VrQ>{)QHuV} z_(DBs$#tDqHHh}mnALrOkNb|8f_^SBqCI5#W!f{eUqU=sQ37=HW&XavgXM0Nm&ctX z9dOSiJTEk+-8EuK5YE@l^0z>@k6d8g%#Ci`PygBL(SJ~uKk(K!gZ&xot*#HbUuTZd zUgI;2cC%5PNLM44vmRQ+pe3NwK1*r;Ih2?6E+WpOAeD$d=mz|FReTNXQIj?{$GPmb zc6ME5U#vQwcH9iJ0a*XxXRLz}nXe?|rguT^;E#R$C>MtxXZ%gb%sSZLz@f~y@hD8b z=%nit`1NGo)prxN&kvl3U9`_~^4V!eh(G>2P#04Kji6oien-;X=gscG9$K?^->FL8 zu+3Q)qU-?)V~A(r(T5qY(SvZGtMl37eFI^S2#UFce%y|e?)eng_`izt9I=}AgOhJq z4`_)!`G|MpO~8{|X{e(r5)N7bE=l$aun!q|@8F!@&&N8C-cWDMr0M#}kQ?2?7`IhD zq94vd;92I=`853kerMqy3caLpv1Q2biF@A*eC^c-`kzl1-Vc4MYX0)z2lt26hh9|m za5dC}Z8(keYwa1z^_w=*&lZvfx*%?pyM+EWP35}hzahSi=}dhlFpYIm?s#;>xsF}D z7xOCO+Zb>h-+SiYNb*tf z9)x^J=eHr%)&72S{0#Zzc7x7{3oPN@27Ie`hpDLZmDK`_U)q&w)f{!=Ufw>Z?9c7& z@?)KyC%t!5{O&_h1Wt(TUB=LB$1U>AQF4P{7U{3a^e)g}Cw{Dt^H^l@55$L+e775M z)!jDTQh}qQK{3uh=ITJunVm}x*2-m6aq{C##qqdThK+gb1OR(3}D zrhh@D7Y#hQWRRLyqn1knr$O%2$AV|kUwQWo`HJ^N_&3C_UJroh!PgP+BuVN+ePEi#Jm7w`EBgPk2YraKWW0A=bt9a!Vr{lVp1D||KlXjo zamuM%Vp+F7J6}u0#S}ju3A<9M%silP6)d<9UH(j6rTkl#2mC=Vx^?vrQ+SXXOn?5x zM+nFhnL8IipSJHe9P#aEPq5CEz4l`-Pa`}>KcRl?63uhBPJj2|Xg}5s9JPUPp3#;3 zCG?^X_QQEH@i#b-ezNuz$$y8^-YQF#pQ;LWh_eGnfo>kSK>72?SmwDDcJ2)R5%Fj$ z_BnbT;>v`)NV%_tj;9O?>rOj!#Y6DlRh!g2TkXsFhV=Jdv3rK|cy|1A;Neq=fEy9e zjPY(qd>Hrf>(4mQceCI8PJ+$ABO?_3H$VMN+2N$=eDVX|pU}etiyTpsRQ5}z&tfsd`&pc=biHO&w2mH^YUf~ybBQDB`jzc*J8q$>n=OP7cjqg7v-35r-lkcZ3~9 zRy*bbKT3gNaj0uN=RfN(MQ2ZypG^PT$L*N>*!#`PhUJs2OoRzEe&?F_D$p@6^B-E&v(cr z8KVU2mxm-3S9D`RFzu+_?P!1AvGMQ}HU5~u_3F!yvR|P`{nYz4N?bUq?CP>k9|v{6 zZr#huE-eQc?ZbY(n-j;n*AEy^He)&CSXPG-54?s`9;)p{dfB)h{29_^T|jr#@hnjX z`#1SU$20i8MZGnf6rcLLBN6ms+7-kZ$>}W%IiWt=!HTOC{04nq-bUf+pqc(#lzrZ1 zUzn4!Gdo)sc(3@c`GM8SUnDI&8i8Ip54N^d_;T+G&WEh$aMDS^clETMqm}$&GUy@l zvdl+b{I14x8d?!~*LgF-vA(!W#CJ&VfNr-6+4qo3OzeNEID|$1pKMe=qqA~4Dt&b2 z>(qS84(Qr8q_l$Tyu&4)Dmk!Qo(0NLDqNb7FSx`|uCq^N+(BN;4v;$z_9LG@Hxh}1 zB62(R;1Ng3_be*1E<-0>-`%C3)_cB^ua!APy*xtFUYu0F4D`EKZnQ&3bXoISwVsa%PKv@l?(9!L=DD}Okw38Nu1%ccUk7`ngKnkQ*u{M9rqAGaD))Ij z-b-!GI*%vbunzdf|Hz+8b|>B5*_(9xYEB=Vqi@BoLk>AGWi9wr=sK?Baog8`SHjX* zjI$$?_QUhH2ZFCoTf(}I`F}|0RR>>jUYo5*k4|kW13f9d$4% zHJi-y-+Ddy>i}!gkKZ*8Vju2Kq#x$gMHse)`!3Qy8`eJ+;jWLtN1VokuS=`vqxPzE zd20;$L4YsolAifd5^~OUw>;n@$L^D!pUFQA@eRg}PD1X^NDKqrzyGTV)>k#Tnc6sU z_!H}E9FC?v>C?Cs*w4{tDBrwmS_1h?`Qvtju5SOsdTLFwXDP>>xVD-0xod^f@cet{ z`>40N-2I)clJ8s3n1lT7;Vq9{Q~F8OjtgMF>$kLJj5@bXCiYZ?!sLK987GxK)cqFE z`G{2NS3Q;xk9vF4uHckJylkoKIeWYzd>zh_Zw=J->qnQN-nnBV^}s{+tW$Tl{!7r+ zjYn9|w?ex}@TbDPy5YUV+N;4wCf6rEr@p%lyc^$yae7^vkmHR($Je|2LL>l*|uz&YJy%=u4$#Q0;wdO9Db9cM#X+H1>wARcW@VBF=TL6qwr zS3+R8_&%v5@Nm61_2GW;^mCSa)q(Qy&C-x3ua%F-{D)}x-nZlTrk=I`2K>)>_6z+T zes&V;*;<_Pq@KTQ5^@;d$4GdzgmtdV-Ut1S>{|=-)bf(pbf0p2txC>0sGsTF2=*K+ z(=gEa;)7;mUWxs}ajsrgMEs(7p3w>CXoId#H2Wd#CE;1!ptm1fpzGt<&4E2*|1rWN zv&&Arw{INd)GE|_tLUxR+dTm5PAO%I=SSTmUHfwO73jpnbi~of&hbyx2XI98Auqrs zrq5^K$<<{@xDlUo2H{-y^rpSNT`SU=$>xk#-TZ=n_dP+3mu-=s_TV!YDW5zm?hU## za}VX~hjTvS`Sbm@F@9sX3*?2DO-&%jKdu6SMqCQM1Nv>iugx_XHySkU5%aY*zR%e} zKicAW>g}u3h^HS{mjpe}4%vnCd40wetgmYu>b?DRTtT-E%(q=ymhz&vAN5ry8|HUB zX?q6y8ht%4^icC5v`hGQU>xt7+T=TnOVj@lcC|dtty3|cpV=L#S4Gy!#B(7%SZDWv z%`wbpW=Wp&v+WU(Bdj!hkJ+-m$Elyp|KDGf`Qly=$WKOg(f*wv%F7{VDK`%CVO-R# zbELPnXJ}XYG8rEt5x;%o;IA{PQx0&B9*nw;vUuKk*zX_*#G}aS>+h=oUy-!BEymA^ zdj$RIufrtB5h3&WU5tokv%$wro{b0m!V5G0WJ6!@8)@FcPbCD)#_Nqy_de&lEzW0= zM`nm8oYv7|l8QIBukx~x;`a{gJ~%6Rp~|p=kXycA?t?sTOVdk;zij7J;EJ*Xyng=< zd|k4xxfrJL^VllZqjJ1O`Kiwez*Cm2JQ?4ydXe%6@iG;MB?9hmC(eW3)G?d>##SL7 z;CuIWWMQ7QSN1_%T(z$qud6&BYoEc&@F&gW4&^A8rB<7x&PsBj-oTF%Ra_xguQ1hi z0n_EM3-$W4zPLKS4?I|(Ff)SrxQ&`e)KK)U*-i34jn{HawY%e#onyrF_*4}~WZ!K# z;tk5b9*+Dkv1p$9K#;5z5sv4@_%mUO-&7s5Q&l{X`8z(NUX}F*^!xSOZ=j>;vpayE zTs_SCR|b0f==o>RmtZT}J^H@pK8|Tb|H9f)JP#v#kS-eD8=1!6*E3IA)G1EBQ(Myk z&w-R*KXuOo{un!ubm;sce%HWZJ?Y5IRg~LI#zf;fC2lm%_k%%SFyD7`eLxq-bfbSD zX;D0aM`If5NC32QA4*Akl($B0#`B)!w2lLtd-C2jnw&8jO zC=oYpI^g#7X&dBSl$uxtdZoiY_g`us96R2xq43qQjNfS`pOv4}8+e|l#4OaOt^e9z z*?(or5@l$2-2DdU^}t=`edhQYL!U7kDzP6MhLCUE_J2k>HGzJs$KK5UylF%E!eZCG0VtZ3xE$g;}?3?-thWZ8Y>^IVE4@ooR!36C?kIz(4czV}Wm#XF7uK{O-LS za!B>^$CO|oEB#snIl|*3_r2M5#z&7!r=DHrpqHvUFZO?=pVBRh-{Yyc!Uc66!VfV{ zqeCys0avYPH~kr#1^b7U-G0FTbX|N8O`0UW1s#q!1IL$Gr_XQ3>=eBJvkB{nv! z_&CpITvU!jQJm|bs^A~8U3B(M#UIko`vT8%?5Z#iW<2GA!_%3UyDcyIM4abkoWC#q z3WE;cjkg28*z}0K%L;3LP)?VPh?k@D#yU${N zk55zPQzzW)2Kv;c4gH3@?MY`^FMsO={kksXd0AveUhu1_rj)<)gf>V2KL_pvKIePB zo^b&CXdfILNxk0Hg?6Chfy~DY7(;)5Q2Hk5?dxXIo;KhZ`HDEe_=lOSuPL%B@Vgd| ztF(n26wq%9-cJs40^B|<8UQ@IBI-g8onb?Mx9b7@k!iJ4aqj0orX6ncQq)%#A+xDh zO&6@A+399OMPS4$^Wm(UzKV4_@(+6lxy#F+^wRSP<1+s4t`GStU;^da^wq2lX{R65j?{QU7#5Mm)SblHV&_-kfsEnDx~6L=N?>xqoSIiL>KbpbsBgLi-1K&6JFV=ccPDtC;9QgaBD!(IgZ4~WF_un2y zevnJ|=ED`;s`*aGi$=|TqT-zjOkIm}a(ikt=x833u6VxYvQ7AojjT@jqkTE<%l@Gq z5ZB*yW!5u=2k-LmyA0l=SU>&QJl0{p*k>m8udDtp+_#^RxE@!IcEt+|wu0}CE70gK z>Xq*(t^y`y$-j$LfdcWhNn5~o_e=7vW!G5e!^Cp}@GbN@>gI@~lD>fF^)jqi8J324 z6A@paI?mtgd;c-sr5N!r#DR9HqxQ_}Y#8yOkh1%R)Gh;iq1PAcUn#qNL9c7vYy~~k zET$mN%}<|b(1R;)*2CU;F>wau2D9s7@VjTkR0iGhX~6F$b$HEv?QNy=JIl~+F;C-5 z=)oq?pFHl8KUCPU7<6;*2ihMqI=qMce)CtVB8 z$M3=3s7t-AUz&~+szLd;rT+fM;lIdp5f$^$?-T9IeEd_l+d>W)_LKgV2RlClE)Gc? zZ%$j<3v9H$v#-i{(C?}i9sE96rHlJiVL1`soOxVX_MI`m zd6wL#@5P2D{$J@Z z>4fm&eh1be{|Ph73psLD0MGOKMx^^a5-9(VUqODe)Sh_y==gH1V@*?@$7y#7uS0I+ z3s?MD=lgC6=9%o>$oRhM!F{2(H_2{SMbXcEEA~PkKI26FvwIoJMf(Ei59-*0^#7=R zIpF>Jk)-P#ijqz>Kg01`?Ie76e$wAz*+u->Hv=Dn63tRb-=9xpeWJ|MeL%0@-&qKL z_&Jf^8~L?eu5~8DeWQ+6hk=Plo@h zX^|F_6`i?p=_dM3&w9u2=B~CxyjNY%e)yilnWK!qEA}!k_*-lazh7`EhsyPvNo4`o_dOXel032^;NEi~<)dnasprgz*ZI7UsK<}KO*_w=6s>=(C*ALVl+P`& zBz#=7{cEoNe%sCw-$Bp9yjVYL_B`4ThxI01nRJ%dBeu{UF*BKdy5+}6PXpbJz~@|a z{`|0pq>lsgQhq#Ah5Dp>0oox}Bv7w3yUTS4kA4q)n01i;q*^-8D!bNN?El_R)W72L zZ2@0@X5Wh6AAQ1jl)@{!Lq9mz;~V@Cc}(YHy)Ugp5qDe0jH}%~Ld4~0$>~mIrrUHd`V?B|T=;yh*Z3^V8BUKqsKYytHj!+EYF^cqG z7O{VT=i}d?KCtN4gXisl?+`q{ryS|LM+f?!mwV9O(yj*gf3O+-bPww=5Aa9^=}qd| z3)s)i-zeX-*Wc?pkcazs`sWztQD0-cS3m=v|7#_CVV_6lBRyWIzuP>y2kG+9WoDSi z>Vu@iaX0uq?QuGue##x{p>>9E-$K{50^J(5lk#x&E3~H^sLy<2mlMD{*?NBub$+B} zbf4~s=SicUDvpw$#a%fHzT#Jc{@%Tv=&$Xe^Cbt4Cfvrkk^Z|eA5tV;m<4-szRhhx z&t8r=j&&^dApM@aiE??zV$`c!>%0e#Rl07Zo=1%_)T>X`egir>ilLZ2zqtP|ow%MZE@KWXI&Jy55+eNV?j3f?w< zifqUAx0cM4`dOIu%zw?tIeuBLI_#A#hnwVA^3TIg_hGj)e1|1uv^my0!jbZQp;lqg zJ1mwsgU^1we*t=IvAN$s&&qdshI1S1vIys5V&&r48N~-XCMkD z$o_Snyo0~+;cxiy^R;n-9wUn;^;CLV)f3i@mA|u!@g&G8wo^Pql|9Si&>iFjA6Urv zmZ4=&zgF^E)nmVrXE}0nWFvf+=T9QeXL8(q*vCp%N`$=a@T1syB?o*61Yed7u2)lr zeA#PT(Z5O$Z~wu|SMlFob;~YM@cQU63j3M0W&`4;rgT5@2L6uzjOQ=CXt#=MlVgXh zy{GKP#jX^CoNCl?4%XGfe!luLnuyq?zn`2Bc1pRk)ci0dcTX9&zM+!y2M_R`q3BOD z+gGZBitO$Ba+8WLX%cdynX-#G-LhDq>~l!j!MpO(cCiwJH{LYsI+#d%oL!BY(aWL_cS_!0KjCFtCxM9RZ)y-=7~1WwFmoqb2t*B4&B7`J(ATr-@H_kHl;R@r#tWz-F@Fl!4v zJG=3I#5q~?`UZN^^A`Dc=HvaW-)#9F^O;v$`>DKG*QTil;WYaO<7?-Jk#6pON4?>M zDfQj4=c)HOhm$^?D^0!TU_%%-#BfjgaWc#g0REA|{BA=;jlqy_!}{+69W%XC9&|jz z$Qkj8w$(Pnul99DIjr-CeJ0`ps~66QQgVlU&`LS*M9ekLug-PKuXi z8Na`J4CTVE9f%J-^mmvij^cY$8__Pbc^&w)EIDSXbg)3gxzK8>fP<-Hi)k-GKR|!@lkDo;0gs3c2jo=+h+|DMUNMnZ2l6 zD2=beA1cdiZL8w9#JVKn7LauC_j6F&vhZU_xsPoTE$fipK1d+WAHlXmCElmcx;i^%HCO`+iv7X{XJI> za)#rp*Kd?Q@;S8y=v?UqM`8C|`@+1aqG!fycEZ11%;zfTRlmRQR7Q<>kzF2idhTrE zUHr#h!0W0!?{b@U$#QDE1;y+dDLHmtiE6D?{eY2WM{iW}iJRZJ!fIXY$CuXM!F6Kmq`#v$$De%o@qzi^r>VtHavm{?N?>yx`fnUuzUf~4dr{+_R+g}@bw6frf zq2R9_%LHdA_#}8bK~J%at%&#A*PRRhip8m!taI9S4d_GKtE#AvVZL!L;<0{>ymr2 z%b4Z(%As5RIFP?$rl4!-<_@KM2jsSA!l^!(zt_qyMTeZ{{INZkqq*re!BTS`?Ff5>*(jDKG|$M^^kf?$)^@|ro3#G zMSD$Tp@EQV;@TD9_uh^%o@2~s@?(P@+2%X#0$saMznS-vdBEk%4+0;psJ~l2RDUlz z(VKXavcD$3SFQQz(l&%s`q5LE_oE&7evXJaJsIQ9>&WvwG?@85CW&uAN0OT&9ziy` zm8RrDaXYXV@VN{99I|-WN$|5{-3y@(M1yxjRm83M;5r0x>t(}TFT;;yRTO&BMqQWv zQ^Hm7+l=K+K({_tKg2o*7PUZ^{r6GdUa9NGU$J4lwfAQFSwhaUUf!#QlxKs!Aud3c zeNh>5!1My2_TwJ!zIP7Qm80Pt{)b@n;&IN$i*ME;hJW<;b>2Fc@D!dxMOMis* zhLRn>fDW6r*`pl6V(%}~!~45VV*D=pdmx5=qd91}XsY?a`k~whmmuo5i51F1jyUDT zx@c#%HirG_$(H=E?|gVU5A;e^d&YM!NAPIzjsH z@`?Vo(F~pYKhu8{$16o8gs&u*C6(NZ5fZ4(K(->=); za%XbC&wXNyxy6HGJDeHg~S^I;Y0L- zB~Y-^6IYpFJcB=tAF^?7mEvn#y__j+gz3|UOe?l;eZ0Hfv6SRTo$^BW`JnJGOs4HW z^X#bVfsuBbfug#!spHF@AKt6XDUz>18#~ia(ai zjKcNJoz(Q0v>xD5Y%ylX6UDK@Jag{$vQ^zME_dFmPIiB6Dz($iY=6Y9&DXI!2|6gf z{(I@|9)ar%Vt17WTK98I)#0&z5(ZJ5&h%Cy?LJBpF^d>Qo=m>uJ}toj&Oitm9Z-A zT1}~pdDt`K!4N9SPGrke3}sLdcts^JeoS<9g~wK&y1>5s zo1lXoY~6=HfhnyEm`WdRuF;H05214!5DWkxY!Rrf%YgAd_j z6p`_J~%8x2l2l~rk?B!_=KaSkYgumo- zG!xwq6`aQ8E$derVg4G+_s8pSnYfVGCRv`7p`LL^bFtNn*-Y%b_GRuOR+F;tm5C%$ zLLm_UPpj{J9?iVJ%(-r@q)Wnd&uk`4 z*kLeAJ4@pkOA9WT*!zz#`Cqd-4#=*X*~~l#6r1J|xbVg}R5{#Z1%DCn1L}BsuX}v- zM`nfFDattEQtw|^neSybW2t-df?CX;U!g#zxKep6p&C0|xBuKp6pN8Kz7|M$_eNwW z8K2uAXTfE5+Kt;yFS}1`3t^Y_qb?pKR{4BeEB1{|l4t8AD03obBN}@RmFewb0?(Sr zcnl|B6zgs9aw$Iv;2P;h?@``g+W3-E{EBzy4N%1Y&YqBWhf4p<6dNp}FQe(qw!|je z84$ABB4}@o&)`^bftO;q_6N`+73a9ma%Ackp6OM4f6oLF9l(aV-=HTkG*)JmcuFa5 zcLk5@GyP&y-XOS|$RSdUKOvkc?f|?nPff)sIP%<_$Cx-rbKSEtidt;2O3B$of^vj0JpmiRr}HDp z>IdXkN_?Z>CJmy;Je$RikRXj+yzz#}!`biMM93uLt&sQ8rpb=M)w#3*)w_*0IxT!I zLpWVE+iX5ty*s0~mgd>C3?;`B0y-wUIFh?`-&jC{vQV8Ak#6mKQsDoH)(5#F|4r~+ z%qjjh%i>|(qlHjb5`jDGURV!qem&KHRMz{QciTmeZC-rkR9TgKObZ2!iSS7BdSh(Z z9N^1Ic()ll#09HhA^lrj5%$Se`aa=7Jwwg+IztH8#46iiyj1zm2Ht=V!FW6)@nu@D z&U+;v{?Ju1iLlXnogc+zKFL&#fh_z^$Acl4#i=OorD2{5c%0l7Q0yZ-CQu|$ z2dq@b?&;I#R@ouzxEae`(e>q&gW~pavgodNj@)iP_KPR&qf&1di||z=#SQs`@_m?B z5O%~S5jNKN9G>E$wb7c?fwY&8?cCqD%Bq=w? zc&52a|6A$2K3uV`QH&eLC~ql*C;~xq`d?@thjb13w<3M6m2$v{I@I@F9vOOp=&DSr zy}%!8mmrTO|Fdl2ACaXds`tWug)F{$yRLoMK!$Ad&YzAd6gLDvRxzFd{QS4AmhBP+ ze}Ra;;CczA68H&7>z|*na9=N1$6^g8Fxh>g_<++!aT)EwcLwXeWLd@5fTL9t2c~s| z%{{VekPp6C_bVUq9&TEJr)QRb?@|r#DZ;d5RYBa~@-{2D_?`QSzGS_LNKhf{Kua95 zbxUN%g*uhDz*b?Eytx{WOO;}hs3zkk zJn^Zx$z~pcR?024Ae)cqPGA_ttDp}1=8wm+P7b=}JtTpq>S%2x+R~ z8JEy3gWm(}{TG|+cV9%-EK zXIxN&_#{3$LQnsbqRB3+0LDcX@6APe48~H~p&y+$GGo8Gv1%;(ebt;YZ>M-k6W*L< z#J-7*&m~XE%l3J$xF-)uiHH!x=&_&_R&Y^U$=h`dFF?1c2s&dK278)Ye4!x2to-o5 zmFKY#pAqXV=J=n8vV_i%U6h)|s)^*Fc37w|f!((5YQ8YdS^DVNp`ZIs4@5I;xf$3< zyLLpX-?M8e>W}U1R@>TG%fI2-anuZS=by+HsgoW>pW7d5wASKsn0j7Y06B5G^6cFG z!Lt$fG*t!{dq?>IwZnaI+ThB8aWG5eLKfrd$@&LA=~Va2`g`7fxUnmnpK-va#1S~3 zRs!^*TtNQL`k|WTn)M~&&qU-{kAldKi1+Z*bB28zV=gH#8JSq;NcxRLZn-2hY&?#HwD`&WGyW%SL?!H;SKr8fsLPco7B=XcogH)X(T>-O)- zDhow3R_Rz{@0D@8@hN|`^73gVi%Hrw8jsXrtYIrTT=2>7#)!%>P`>U}+t?of){>i7k`6!k84LUZzEnUmfKHfv6*ek8sR471Jld&&Mr)NPnu4ed@Icg&wPQk4GJ&@N@vF6iuT{LsH{yr4kSNH>5l#kDAb{N zNQ&w=Z@G5S!XzD&uS>JlFdcraILv4q6#b@eye#U}eG;BBogk-^rht)|e@&X@vO3*} zM4dlKc8JMD`iz0A)oTo(LE6B~UXM+rddS`^5Y$-17+HvKKL=I zQe769Q761}M~(UOt5ZDKMWGZ+RNSl^yHp%}?1UL_XvbLMKVGDnQ3SE!@QL*e$H`k% zyamvz$3&ff-?DJfVjU1je)2$iH3v<+F^{tYW@GQI>kez(+W#upb31Dz!S+OQ_2=!5>Sfgg-CzH*lR z_QjMGsV%T($*jYAvO4sc?~T&&4DXvNKLyqo6*fJhl^T~>8SAicPyAxn-S_%^zkRgG zFe^mNK@;$o`lfMRTsbfPpDNpNcTXQpgp5w?*S>_id%+Wb+hBvkBZ}u9(KUFbFC=3` z3>*B|hyNhDGc3u*l5}F6k&cPbhb2Zh0{d}J+ zCzF?}r;M6LO!J%KrLuIqkZS)e1+HxpCz1l7r+hnR%n~mXO$Y63RK;Hw3;YD$x{a)1anQtbhD%H^F4B$J1jO!N)td=C~K`ux{m{ za*1pV@=-2uy8WaQ50|w?ZYY#q z*<>|c@MDuNrnV!z8l3zlm1rXcMu6*>c-Q%AV@^OC{_m%8z6?Y9+J@-O@~^q-gpU^yX>@ta(+_+es@Top?speJqSE;fSPN|QAvy@wH(tpKpP@f^W@ zM7;m8t4$v9G0^#35qXp=9cN66dfI2nbsWH`!35P|_)Tmu7|*kVt+x`DC%LrM(==6` zh5jwFqGD@3e)48vrV6@m{WZk*0M?@e1U#S3{X$$65lgF+;yfw9Xg#PCe5p0CH>_Sd zLcctrXgVYFPVp8nz-PPYV*l5_u`8B3=5@gg4VmQ_@C{ym9>M~ z@3odH7a#YEOrxMB=j${o&N1(()}fWQ&W;Of6afP~Xncp}wV;K`hks0DHn}GsPaQm0 zz}hiz_@58AVZy%bc=g}LXK96IBN@;a`{=%O=x6NAslB?1W)$@Li|H$@(gG#jFlvuZ)SvzdhLa@?lFuljbX#rZ)HH+EUt~ryW z`D5qb{dEXSrei3r_r+Wi`6Jni2i4K;KrH0c+ zk?u2@dS!$CYkp`_esyRj*x||5l`BN?{fS>#)pjEKSvy(TF??GmkxxC+XPyOu{}T4I z4lpxu4(0w6Z(VH6zavn%yE(9GQm)xJpMxq18w3fqnE7sU>SjJIz!H50*N%}|N{bDKA2}Q410+8<1?ry;QNF+HK>@YM{knmX%5cK#2J-(JZgQa+mb?9#m6U=b8#fi&y8zjB z7Psa4FeUdA-2J#i{N}SrZALUUrYP{g0FSj5p7If&KwT4$q<0FTPKlE7 z$myE^vty(`ctLRGPubvjws;!5dkf;8=lf}vn(cJ~#E!cF8%MBkk?*+ojyRG2b8{x@ z$M(0KvWHa1;vQ*2lw)qA-#K>3n=E&iq+AcgEM)uSrR=}`yPnKzF7Bh?LeAm z`Lg0M*6#~0Ds#K3DT*L~!9Fk!k@Jn$nwR;G;DM=K-E1<$B*m5A*evOXUD3r#tvIU& z^0mOfJ;iUI--`I!u~krYhyADWLw6<1+LOdTWS{S_{fN}LlXx~I7${XjV^J%jUz)%< z1C`Slq4rhIai|%VVA0{@E`qQA{M`4BK%c$t?V&m)vK??V2bm-`o}9&vZr&%Cip1aC62M*={kB3bv?M!TT?3V6CV?M>BFz}wvEfZPL{4m zS&aq{thMA0!3u8jc3u~b`Xq(k&*=SIHpN9_3I+>}PLK2bwy;a#dEvNwtLnOWi6RRq z>0K;lfmnAHbH#g*G@hiQ?*^%CWj&lIm+1Gi3P|+0{ajAQ47Yc=&TOlL0b;~{hF3bg zm);rFjM}#k{uy|XP4Ze#)M;k~iO~JOeSy~9v-}J#8Cp3%==71qlUYRj#a{# zX2Ki~>BgTT0>;CxcJw(2OR<&y^&99>>J-hv>*3D#3m@>Sm|%`0_pIE+;5O$l)5 z$>&tw;4prt&AmtlZ&QUP4(RmNM<^T~h;^AQ14n((jI*7uSZOydfOK%!3;8zO-rGWE z-UzY`a2$)LrS$eE(A0TH+K*p~pi8Vn{d1npJuj!uk13atZs&08pu_|sR% z6OTD>@jwKNQ|LHq>^Iop%m{0K7P)7$GQqeOitm5p&vhXBV=y0=o>-D;oCEJi9{uTO_GxHFSzjuUuixj@O)i8li;+&F`AXn z06IzRRfU=161oa3E0p%S*_=)x5Arqc>>iia6O#^>vs23q;7hY84!px5*NO-O6-g+I zQc91ddHAY=RY`J553TZM=6S(q^Tf!JW6B?IlkZ81f30_Kf4W*iP>&42>8m>xy3d}lrHrt47t8GhAZ^=RbJS>nW+@W5&5nf*A6cNBh%=#_Lc|^)!(A}g4XY$um zw3@wE*~nj@g0rW=n*&WgpYw3V!;+U7AJPXVz%RMf|#ZBexaj!-Q>k@t>$`vF}m|#)iWnz z(;V9AA3P>@h;^xn6I;{_#d72-7Q2>dXQ(nr*IYzF{!|Vs@5-!>BBYIn%HuKVc*euWIKzz)BiH%Ys5ih<^gIo~_T0~8Mx zh!b$$wq&`l}E zW17E0&$juV6is)wZ(e%D)a}w>(J`1!EK>k@&8k8`qKw}#+w1-f*IXyX1#6OiRCGt3 zZ<5G24yR4FT!vOIbEe!2nVZB2DzClvQ<&}BnAYXgYgVl`#M=ySA5c#Auz~Zxw4Fk@ z>IP1m5G1~@LtN4Q?AMgviRff`zkNOmKMt+sN+#v@R3L91_kS6w=Mj+?8L+W99RODU zC`Gz5u5JcOIEeoDBUerzu4!khd*RL#yg##D9`p8YzC6J!vn4QSNQFCsQvWWWkf+Vv zIS1%#%&YWKqzaEWR>18BbPnsb0-gr0f9y~`I(&OM?oQ!u$`EsW&G+1QI8!47Tsj}^ zrQ0thbbYtwRY=}Z)o#J#{tI22XM&U0@9lS-2V<469#~MI;VmF2`R9k0&BY#5Q7jvz z2qv!=%;)^e;9~f78kMvUgmzF2+s%?XF$hN>| z)zAN<(esp-Mn`6*;N0j0h*#LYumt%_)VJ8a0=T)ag8O6|gZB9XCBkM-^K66k%(cga zuSQ~nd2X3n@aE!^D?v~5%DrK@F7A(ws%?4Gse`ngh-WKxsz)eiad_z#qg^mh_`x0C zAnIKW#|W5JhNro{{_KpT-L#oAUISRItuY||frB#BmK&r-OxomtjHt{UCUyuU>)dL? zuFFhb1ir>O%O5|EoyZ2DJpE;8kF5OmwIfZx{)Gt`9TwRJ8qJ5lRQFD&kx9^vHd#e> zt6*BC4e|ACB9CVQ$qvUh9J%TI23 z+1>o~xc|!&0`rqkn9YhC_79!&1-Y-;yO9;;s$R)DsMoHpHl~t0r)lA2Vq@_t-d%wSzRRbybp(F|zX4`8pgs5lz=&QQ~&;S8~W&9=qr?Id#VcGTZ)RqS*cBlSJln z#irgud|gv+8hM{pw2ZWK8xKMP)6Q%1>`n_Fjz3@Zu)ZIQ6I|+s%D0MR7Mt0vEaNqg z-CZYV;yA|=bl=wspC~~8VRTyZbl}VdNFb()N!TzVxg~AXrU%~ZP-_Fi@9*6j&{zf! z#;#wSwX>Z*>#1q~{5U`Y&S&{77_hCvOe0)3`8uPaW#uq>Z~QsKGv2Ie+w3lQWG7#zacbMr z|526{y&KJ-K0w-b3F{14OCHRx_sNaMq13jLgI*^Uk8mCl{frDo{irgNb;i>~3riP+ zGnf8uJdCc+&(Y$~&8;k*bkw6F^SdmJ zVHVd07KBV?56&N&CLRnAj$aiC#RDq+n+g0cE{^a&8uZ+s&}P&#YS7=3IOkv6CNZTA z4(U2JON<{;rL{YC&jX~t1*2~0+|vLfzrx%dt)Fz>N~g)0Z7nRbv+s~U^D11&5slW{ zWifuvp~@>(%0$2CY^K=sPd0i{_BlFVZVaA4XUDMvHxLJsZ*A1=ir6*C+mmJGcqGWE zlbQ;;s%`Vt_;iaoJ>7&$u4M2mBXB0@XjmnFFHV6|0oIt%-TW3k$Gxr>K%8kAxrICy z+Xko*>SiNuMpq*BPTjfG-*{%CV@rTtGqs!(8uv(iUtwoz*QCQ5V<;WOppJE-B-p*W z<)%EaG_xdH{NvaS6_gu_+U(yL-XzZ8^3q4(Jx4RP(K!tnn{u{RFV^_(I2lo_P15m zrnm4)Tu!AXJw7gK7Ji8+)MzJ@YD%X%2=h+ z?crNt*SM^HT5qZ;ypb>cDj-^VTE1+e8_UTkD(M2-PdPa%)GX^$pjBU`>`IpzfA`99 z;=e+W`e1N{=uUxo;;=F@T3o6DWOr?~JEJ+a?U0sgGYrb4=7p&GCFS4SIsVJlKl6l_ zD@vc`o2?)E@Ig5AqsZM;{_7v6fU~%%2l+vuc~|dNb)e0KVAJ7gqfod9x*uKjM$3Tl zl-__QiZAUDUPdLPA`X30QmZZ1U2ZU?kDH}OQx7Lp-E7pI{Suk~wS&@r+9dlwE>`d( zN-PVE5MEKhITn9mE9aJ!X8BLN^;6zH>%yp?LLLuvwhfgr6G zsiV1macZ!a+|*s{aibSBGj7E3nDWA`f=y!i7WKyo4(h4m8v;6=l*doByevJD)Bl5 zzHp!C?boW74!8vdKWT^Xai;>h-)hkP5K5%WHT1zY&M*JP18(PNTyeVdcLH&WYwp!n zk8sA50{e4(`-?WIx1*zC%~yryB`itu9}jgHpwU1xopI5}X;<14%%%P@!gd|xJ<>qp zOA|6{1VM?ap=%VVun*d^^s7-dq+vJ2%m3UUK1htG8N(uX+v4g1B9XHSCU00C=eu=v zBPwC;ayNcTa7FG7HQN6!DV=LRUwyNwH@C0Yz}uy(;S1h}H@hs(NnBLJ<`^Tt zc?wb0hl~Caq5A+V?MVsPe^6bN=7%xG)=!L{rP=4yOtjqZ$7$>Z%?l_!3uYo4=pP+d zm>=vpweN5pZ1<_}vT~C@iJ1Lcb9K}|zF)9fm{>%B*N%>xg&<)qiZ$vYfD3|gS=CCc$(04rj1D>bE< zi{sUG-8$YvI11u{Hp9WB&`up*+e-Ss1BHDFKkpq5N7#l4_O*H&?`}VsHF;!X(A`&U zQ;b1vsY!=`sUUiQ+&FD)uy_RYj%QW$WcbZFx@%^ZTx-|Djvptm+@usl{lc~yn@P)aR ze_h?oZGm9&MaJ7x@T_Sn2Z$y+ev=FIGuZPhL6%-U2UV|iFFFr+>a|udt<#^aa4mnH<$S;?g zRk5r$N}mrDpF!C)AsF4yR?94584$5G&|CD~()Vn~Dzz~`14Bi0=k=2=RfQr}>qfPq z?mq5^6X%{JV7g{fAz5z}K*Q=~sf~E6tdk(=EE|kr4%6JRtUme}N$CWn*0sWbfNr{o z7E2@&XC`(c<$j_RjB`25nLsUmvXwhAQbVfrhI?2m*LcbQ$^g^S$bs7=K!0sUfLQWF=O}p2?U9vVeG|? zg@}k${kr3WWGs53%v-$f&HQfV^m$!(_F!9YgWTLSbY)k2F!A(}0&U^dLMhUqJmS?9 zDs3+vk!8W=HuU?}hVTU+>)?z^mRwt<^zgfKDU`c{%v?-22F~DJW*2R z7Wd}b@-pak9KEq^TyGy9SWl9KT}C*qquk|j1`5;CH#CANXS8^=P`ki}S5c^}TmyFR40{anpte zn&(VOi%yA+pf8}JGR;$TNMEsq5SnjrBQ2GEV-)Ej4)b1F z@+;Ugl|4eKh>PQ~=1_=Yar^dUUO87w*HswBo^J_Ru$7r{yni|{uB~93r(?IMc7QX< z--;P%xl$-7+xrl%<4mqmM)HK~x7akPdX$z=x1FT~=g`BCzrnS4SIP7yvSi5T9Ti1t z?J3UfzZuX|pbs}65)G_`KKr}5oL_EOVbOidZ`dhsNIXnZUbHxnipLr#@U1yZdIA2> zmDv|&3r}n>OZ6k zM4*@5=OGn!KSxHJCjAr~)i$|ouxXg4@$Y-c(TMJAi5#t?u`~-w{tk+!P zb@Qn$Y&*!&)K2)i=b8cuIxZVd#m%0h-_NmvorS?-c(-sPVFWLYE85h5d|lvoD8}nM zKUU6`g=^G`FilBv5yOg>XHspX-l8bAu6NLKL4mpYFm~zaEALJRBUkXya&7g8DvrV6 z|7^#}vWGqW9~*rmGvPx%W$cjo0cWv&IdTFg>Fa@5ZTq~Lpz<}mvwdog+`-Y>gx$jI zb3}99gPF9t0oT{ph`eG$*pjovoO!_auj=|=o8&f)O(44{VVJ`Fope35gB#;ll)DBZ zskWbGdRsW(*UMLG9cclR9Y@t(7>=#7l4Ga0gC8qIp_}E zd}&Fwyi3~!$B_g+)xO)>;!|jX&&GDkugK7X{0t7a(14`g%306 z;0xxe3%I?~x1eOw{ISwJaZHv3(!9SFi)6p5(_AH!;nVR4wa%pkbjW%?tFW!+CHRM4 zI^7`q`!Ut4=DE=%Z_|ry@fi2N(NyZ$UDsMY_l1k7xF->oXwIXr#~l?O8S!OD^{1O% zzNSisZ@Sz?(;igvEd7|x5Ggki5RVyRGq=l^CG<|J+IkFQC)5x5{R`U)sPW|Px%DO! z&Vkd$xukv?&yK@95pdM3;6Z4o9Sol*VYazFT0R;r4KH_Q?y01723nU5Zo+zw?8f)H zOjo>6((R02?zh1akl+3O;mt4Sk)GW}S43!E$%B%&^p)G-y)?Vr)aPRda*X2&o?B?Nz&R*Du$QaVE?2pIcGcNO5ZXgbQ9a z8CeA79nIZjs(b;~X$^3#*RdO}2h~>;$bI^8*IFSSde?T~CxAymcP=G^((ww}RahDO z_hT97r$%m%Z+8Se&ei`6+0D8*49gn91O1NGwHG>m7)Rzg(u^6yLLD+=?$TNs^OeU= zY52>6K&)vpqnf#tP9lenQ0Rg;4d2^Zf@Rh!ACZHRp7DEH4R?(CEiK?TkE5P&TG2CB(huO2&*&DstKQdM0Us-$OYIWGAIwPQb3#G^n^&ATl6m5b-hI6gm=T(*>ppV^8?$}&C2KC z%=-|borBCD12R9egh>@~A0PA18Gvm8Ck=0>{y1Vv)Ne9-qKd}%3^%w>l7r-B*8IfF z*!R1$S*t5kucxE%{KMpn8knqI-5u_RPh|<7If~#%`FyE}douB@&3EV?L~<*GO*jHWU=#bILcr-6hWbyb`%5O|)u;EYLi* zoqr)!JEWfNW}xuFgAb1Z3kAx4qzLBuiZ!7>a%$bH#Ws@eq6ZfDy-IEiuqO{4@wKr0 zfcmxB&`=HRo=pY(d#B|Lg;vpxS2!Ho%h)XzxUo>o!8tPx1A)*g{Upz zisYIinq9?7BT>T&T?-A%a-*kCte%q>>ep5YLX*}5L>-LPqlOC|A}))@+e(K_Q~&9! zd!NmAH~%8Xvy+}CkP*Zn18@tu(T|)oITkL8^J@NgUR8TJu@sZxxwn z#$5EN2cU{CBhx82ugeC!ddI#pRNGrGPnwmw^8E$^+<<365FNEg1(QIkTb~eqw=V!E z5HB{27gQFm{AFZ_Z%DmC%fY{ilSV;Oj36uNNq~#Q@}6Jb6ej1YRm$0ooZpt<6^mj7 zF4^Du`!OtmYVo8D%Ib-%CI#r8I}($LyZdr1zo0rd!oH~hb{y`cJ&7t1>5pp&t%PUq zEbsxluJaDU{WyN0W+&q6H>PT4T8t758gP}yGD^aG`vM~dB1gV`dMeSZr($SE zVX+q@T<)6Hb2*)vSS!pT)I0GYE1|AgC7AMWLgR2p%(2m?9V2)AkTOJac{Bf5tqvtK zsYFTQc-l5BznmLQlOI?}dPapO>VO!8I;t8KtYjBtMQnZ@MSJd248dc?5$H{ub zaT_*%8g?Jp!&vU&XaLnw#8#XU97^_Z4ocdS8rE{nubW<-850{j4M2=%+1&cD803`G zEsic4cLfs88NK6OBdi=`w2>cekj6dC~0%jqPCA>8x*9WAWh{ zN*@gFqv;)Z760zSYD}6`97`~NF>x*0VlXZ7yA%=Cj1-h^> z#o8Q!Q(FT%de=*v=c6d+?%iZL`$d0WYm_C_I)kgE1+G$em9qE1S|+GyFAAH3?RpdW zEyP_vo$Ryln|-VTr&Yc2?G*Z(Nc+5CHqjFjYBL<$QS5-+(l?E*IxbnAUCsMfU*=aA zWh=hL+z~P_1X|2nM`UaikRRNR@)dW7U0;ebB3?ySTlPaV%^T%lM4Hi{U-0=-KlH-C9_QAsanO72&QY56CA+tTTUd3ZYa?!Hd=E?`%JHJk$?H1 z;Cvs=x}FPvjFxyg_)_k()9a)y(^KkOcl-1>FVda3#6O7)6^I|20y78EA-`Cka5!rG zT52ATXGVBs_BAertCzK1w*c&^LSVV>ChJzx>{Qwk7Z{7odh;2$xB%PqGf;Um_Vu9i z38lll=}~tdLV1gy1WZ%weOUTtPGwPU*ED!eZ8G7?m}L(Im`5~0z<0YC@te_(E2tir zuh5?Ah6=m7JAB0};Fhec=+=6i*vwz?-^it2u(l$4f?zwXwjIYGsk_1|bIS$K4xFG% za(Hl-n9sKcW?GC8Prz_yz~5q9x@PyuzjdPzPDnLL{~j)oya4_Pjxch0XW)X~;hY3| zRY{+D#cxrD<}(bmoLv3vP=gNU*4*izumo1-GL-x7L0mi&QM+DyWAB}h`NvdfmHv2#%({|*Dz>S)+C{@YGBp

{O?2Y>hxxdI*XuWb;(G5V`|> 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

x@Rn1UL}+d)F1jW;(sXs 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%0D*6RgOo+k$1?*39+p*)Q&~ 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 literal 0 HcmV?d00001 diff --git a/inst/extdata/vignette_data_6.rda b/inst/extdata/vignette_data_6.rda new file mode 100644 index 0000000000000000000000000000000000000000..db7b423839023e84ff07215bfe28b81e212b465e GIT binary patch literal 182 zcmV;n07?HJiwFP!0000014Yg~6M`@d2H;>}kaKYNH#oVt@==hZLNBz4E)E`pi{7dH zea{Z|W$5L}B~8Nlu#1P7hy;ZqAQ3rIWKFT%6NL+x1QgQJ#nm`nZ_nxRdELji%h&F0 z{xy+U;U#? kI4Ue|RPL!;4AYDTZZWLu>zTNrJ4qM5KXpG)S8V|R0Ft;>Z2$lO literal 0 HcmV?d00001 diff --git a/vignettes/large_data.Rmd b/vignettes/large_data.Rmd new file mode 100644 index 0000000..9a84731 --- /dev/null +++ b/vignettes/large_data.Rmd @@ -0,0 +1,374 @@ +--- +title: "Querying large amounts of data" +output: rmarkdown::html_vignette +vignette: > + %\VignetteIndexEntry{large_data} + %\VignetteEngine{knitr::rmarkdown} + %\VignetteEncoding{UTF-8} +--- + +```{r, include = FALSE} +knitr::opts_chunk$set( + collapse = TRUE, + comment = "#>" +) +``` + +```{r setup} +library(comtradr) +library(dplyr) +library(ggplot2) + +``` + +### The limits +When you are on the free API tier, you will encounter two limits when wanting +to calculate on rather large datasets: + +1) you can only make 250 calls per day, + +2) of which each can take up to 100.000 rows. + +So when trying to fetch the maximum amount of data in the minimum amount of +days, you want to minimize the amount of requests you need by making them as comprehensive as possible, without ever exceeding the 100k row limit. + +### The example - Imports of the EU + +Let's say, we want to know which is the top exporter of the EU in each product +class of the Harmonic System. This could be useful, when thinking about +dependencies between countries, e.g. when evaluating the usefulness or impact of Regulation such as the +[EUDR Regulation](https://environment.ec.europa.eu/topics/forests/deforestation/regulation-deforestation-free-products_en). Quoting from the [ITC](https://tradebriefs.intracen.org/2023/11/spotlight): +"Under the regulation that entered into force on 29 June 2023, any +operator or trader placing [specific] commodities on the EU market or +exporting them from the EU, has to be able to prove that the goods do not +originate from deforested land (cutoff date 31 December 2020) or contribute +to forest degradation". One question that arises would be, what are the +impacts of this regulation on other countries and which of these is +particularly important to the EU? + +Let's replicate some of their numbers, e.g. the relevance to the EU +indicator from the map of the ITC spotlight cited above. + +*What is the share of one country in the EU's imports of a product?* + +Remember, to get Comtrade data, we need the Commodity Codes, +the respective iso3 codes for the countries and a time frame. + +#### 1. What are the commodity codes? + +First we need to find out, which HS codes, or which goods are affected. + +We look at Annex 1 of the [Regulation](https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32023R1115&qid=1687867231461). + +This gives us more or less the following list of commodities for the +product class 'Wood'. + +```{r} +wood <- + c( + "4401", + "4402", + "4403", + "4404", + "4405", + "4406", + "4407", + "4408", + "4409", + "4410", + "4411", + "4412", + "4413", + "4414", + "4415", + "4416", + "4417", + "4418", + "4419", + "4420", + "4421", + "940330", + "940340", + "940350", + "940360", + "940391", + "940610", + "4701", + "4702", + "4703", + "4704", + "4705", + "470610", + "470691", + "470692", + "470693", + "48", + "49", + "9401" + ) +wood_df <- data.frame(cmd_code = wood, product_cat = "wood") + +``` + +#### 2. Which are the countries? + +First we need a list of the EU27 countries as iso3 codes. +I use the `giscoR` package to get this information quickly. + +```{r, echo = FALSE} +v_data_6 <- system.file("extdata", "vignette_data_6.rda", package = "comtradr") +if (!file.exists(v_data_6)) { + stop("internal vignette data set '~/extdata/vignette_data_6.rda' not found", call. = FALSE) +} +load(v_data_6) +``` + +```{r, eval = F} +eu_countries <- giscoR::gisco_countrycode |> + filter(eu == T) |> + pull(ISO3_CODE) +``` + +Secondly, we need a vector for all other countries, +but we can get this easily by just specifying `all_countries` in +the parameter to the partner argument. + +### Getting the data + +To calculate the relevance of a product category to the EU, we need to calculate the following: + +\[ +\text{Import Relevance to EU in %} = \frac{\sum_{c \in \text{EU27}} I_{c,p}}{\sum_{c \in \text{EU27}} W_{c,p}} +\] + +Where: + +- \( I_{c,p} \): Imports of EU country \( c \) in product category \( p \) from a specific non-EU country. + +- \( W_{c,p} \): Total imports of EU country \( c \) in product category \( p \) from the world. + + +In plain English, we need to know how much of a given product comes from one country and which share of the total imports it has. + + +Let's get \( I_{c,p} \) first. + +#### EU imports from all countries + +If you were to execute this query, you will get a return object that contains exactly 100k rows and a warning, that if you did not intend to get exactly 100k rows, you have most likely hit the limit. + +This seems natural in this case, as we are trying to get data on about 39 commodity classes for 27 EU countries as reporters and about 190 partners in 4 years. This equals to potentially 800k rows. + +```{r, eval = F} +data_eu_imports <- ct_get_data( + commodity_code = wood, + reporter = eu_countries, + partner = "all_countries", + flow_direction = "import", + start_date = 2018, + end_date = 2022 + ) +``` + +Let's break this down into a simple loop. We could iterate over years, but that would only get us down to about 200k rows for each year. Since we have 250 calls per day, let's just iterate over each eu country and get the data separately. + +```{r, echo = FALSE} +v_data_4 <- system.file("extdata", "vignette_data_4.rda", package = "comtradr") +if (!file.exists(v_data_4)) { + stop("internal vignette data set '~/extdata/vignette_data_4.rda' not found", call. = FALSE) +} +load(v_data_4) +``` + +```{r, echo = FALSE} +v_data_5 <- system.file("extdata", "vignette_data_5.rda", package = "comtradr") +if (!file.exists(v_data_5)) { + stop("internal vignette data set '~/extdata/vignette_data_5.rda' not found", call. = FALSE) +} +load(v_data_5) +``` + +```{r, eval = F} +## initiate a new instance of an empty tibble() +data_eu_imports <- data.frame() + +for(reporter in eu_countries){ + ## for a simple status, print the country we are at + ## you can get a lot fancier with the library `progress` for progress bars + print(reporter) + + ## assign the result into a temporary object + temp <- ct_get_data( + commodity_code = wood, + reporter = reporter, + partner = "all_countries", + flow_direction = "import", + start_date = 2018, + end_date = 2022 + ) + + ## bind the subset to the complete data + data_eu_imports <- rbind(data_eu_imports, temp) + + ## note that I did not include any sleep() command here to make the requests + ## wait for a specified amount of time, the package keeps track of that for + ## you automatically and backs off when needed +} + +``` + +```{r} +nrow(data_eu_imports) +``` + + +Congratulations, you have now queried 170k rows of data, exceeding the limit of one call to the API! + +Getting the data for imports from the World should be easy now! + +```{r, eval = F} +data_eu_imports_world <- ct_get_data( + commodity_code = wood, + reporter = eu_countries, + partner = "World", + flow_direction = "import", + start_date = 2018, + end_date = 2022 + ) +``` + +```{r} +nrow(data_eu_imports_world) +``` + +#### Data cleaning + +```{r, echo = F} + +## we merge the product category as a variable and size down our data +data_eu_imports_clean <- data_eu_imports |> + left_join(wood_df, by = "cmd_code") |> + select( + reporter_iso, + reporter_desc, + flow_desc, + partner_iso, + partner_desc, + cmd_code, + cmd_desc, + product_cat, + primary_value, + ref_year + ) |> + ## we now aggregate the imports by the product category, year and partners + group_by(partner_iso, partner_desc, flow_desc, product_cat, ref_year) |> + summarise(eu_import_product_cat = sum(primary_value)) |> + ungroup() +``` + +```{r} +data_eu_imports_world_clean <- data_eu_imports_world |> + left_join(wood_df, by = "cmd_code") |> + select( + reporter_iso, + reporter_desc, + flow_desc, + partner_iso, + partner_desc, + cmd_code, + cmd_desc, + product_cat, + primary_value, + ref_year + ) |> + ## we now aggregate the imports by the product category and year + ## over all reporters, since we are interested in the imports of the whole EU + group_by(product_cat, ref_year) |> + summarise(eu_import_product_cat_world = sum(primary_value)) |> + ungroup() +``` + + +```{r} +#### relevance to EU +relevance <- data_eu_imports_clean |> + left_join(data_eu_imports_world_clean) |> + ## join the two datasets + mutate(relevance_eu = eu_import_product_cat/eu_import_product_cat_world*100) |> + ## calculate the ratio between world imports and imports from one partner |> + select( -flow_desc) |> ungroup() +``` + +Let's see who has the biggest share in the EU import market for wood (excluding EU countries). + +```{r} +top_10 <- relevance |> + filter(!partner_iso %in% eu_countries) |> + group_by(ref_year) |> + slice_max(order_by = relevance_eu, n = 10) |> + select(partner_desc, relevance_eu, ref_year) |> + arrange(desc(ref_year)) + +head(top_10, 10) +``` + +Let's also do a little sanity check. When summing up all the shares over one +year, we should get to 100 %. This seems to hold. + +```{r} +relevance |> ungroup() |> group_by(ref_year) |> summarise(sum = sum(relevance_eu)) +``` + +Maybe the last year was an outlier? We can calculate the mean relevante a +country had in the past 5 years and get the most important countries again. + +```{r} +average_share <- relevance |> + filter(!partner_iso %in% eu_countries) |> + group_by(partner_iso, partner_desc) |> + summarise(mean_relevance_eu = mean(relevance_eu)) |> + ungroup() |> + slice_max(order_by = mean_relevance_eu, n = 10) +``` + +```{r,fig.width=10} +ggplot(average_share) + + geom_col(aes(reorder(partner_desc,mean_relevance_eu), mean_relevance_eu), fill = 'brown') + + coord_flip() + + theme_minimal() + + labs(title = 'Share of EU imports', subtitle = 'as average over last 4 years') + + xlab('average relevance in %')+ + ylab('') +``` + + + + + +### Caveat on trade "dependencies" + +However, several important caveats are to be made. I have not addressed these, +because this vignette is about how to query larger data, not about +trade dependencies per se. Hence a real-world example, but without +all the complications that you would have to address for a valid analysis. + +1) Dependency on a certain country in terms of how much of a product +others import +from them, does not equal dependency in terms of this product, as a country might have a substantial production of such +items domestically. E.g. if (hypothetically) Argentina would import +90% of its wine from Chile that would not imply that Argentina depends +on wine from Chile, if Argentina themselves produce a substantive +amount of wine. + +2) We included in our calculation of the total imports of the EU, +imports from other EU countries, a.k.a. intra-EU imports. That would mean we probably underestimate +how much of total EU imports really come from partner countries outside the EU. + +3) Some of the HS codes for wood are not completely to be included per the +Regulation, but I have spared us the intricacies of which ones and how to +exclude them here. + +4) Imports data is already better than exports data, because countries have an incentive +to get good data to charge tariffs, however +the best data for the EU comes from Eurostat, not Comtrade. But since this is +about the Comtrade data, it will have to do. From 0e059c7920c1a13b59f556209e1982d5e27c865d Mon Sep 17 00:00:00 2001 From: paul bochtler <65470117+datapumpernickel@users.noreply.github.com> Date: Fri, 22 Dec 2023 17:59:57 +0100 Subject: [PATCH 23/30] get data for vignettes --- data-raw/DATASET.R | 66 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) diff --git a/data-raw/DATASET.R b/data-raw/DATASET.R index b5259b7..0aa6377 100644 --- a/data-raw/DATASET.R +++ b/data-raw/DATASET.R @@ -287,6 +287,72 @@ example_3 <- ct_get_data(reporter = "THA", save(example_3, file = 'inst/extdata/vignette_data_3.rda') + + +### vignette for large data files + + +data_eu_imports <- data.frame() + +for(reporter in eu_countries){ + ## for a simple status, print the country we are at + ## you can get a lot fancier with the library `progress` for progress bars + print(reporter) + + ## assign the result into a temporary object + temp <- ct_get_data( + commodity_code = wood, + reporter = reporter, + partner = "all_countries", + flow_direction = "import", + start_date = 2018, + end_date = 2022 + ) + + ## bind the subset to the complete data + data_eu_imports <- rbind(data_eu_imports, temp) + + ## note that I did not include any sleep() command here to make the requests + ## wait for a specified amount of time, the package keeps track of that for + ## you automatically and backs off when needed +} + +data_eu_imports <- data_eu_imports|> + select( + reporter_iso, + reporter_desc, + flow_desc, + partner_iso, + partner_desc, + cmd_code, + cmd_desc, + primary_value, + ref_year + ) + + +save(data_eu_imports, file = 'inst/extdata/vignette_data_4.rda') + + +data_eu_imports_world <- ct_get_data( + commodity_code = wood, + reporter = eu_countries, + partner = "World", + flow_direction = "import", + start_date = 2018, + end_date = 2022 +) + +save(data_eu_imports_world, file = 'inst/extdata/vignette_data_5.rda') + + +eu_countries <- giscoR::gisco_countrycode |> + filter(eu == T) |> + pull(ISO3_CODE) + +save(eu_countries, file = 'inst/extdata/vignette_data_6.rda') + + # # # # example_2 <- comtradr::ct_get_data( From 01f19eb54852cf3979647e05a5233db5ef9a6575 Mon Sep 17 00:00:00 2001 From: paul bochtler <65470117+datapumpernickel@users.noreply.github.com> Date: Fri, 22 Dec 2023 18:00:06 +0100 Subject: [PATCH 24/30] more word on wordlist for spell checking --- inst/WORDLIST | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/inst/WORDLIST b/inst/WORDLIST index 28a9318..935ad32 100644 --- a/inst/WORDLIST +++ b/inst/WORDLIST @@ -1,8 +1,14 @@ ASEAN +Alterantively CMD COMTRADE Codecov Comtrade +EB +EU's +EUDR +Eurostat +ITC JSON ORCID Readme @@ -11,21 +17,26 @@ arg args comtrade env +eu +frac func github https httr +intra iso json natively onboarding rOpenSci +relevante repo ropensci +se +specificely stringified testthat twi useability ℹ️ -EB ️ From e70be6069b2bb1f4ca9fd65d34d2f74a81effc0e Mon Sep 17 00:00:00 2001 From: paul bochtler <65470117+datapumpernickel@users.noreply.github.com> Date: Fri, 22 Dec 2023 18:00:25 +0100 Subject: [PATCH 25/30] updated vignettes with some spelluing and transition info --- man/comtradr-package.Rd | 2 ++ vignettes/comtradr.Rmd | 2 +- vignettes/transition.Rmd | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/man/comtradr-package.Rd b/man/comtradr-package.Rd index add5d4d..2198399 100644 --- a/man/comtradr-package.Rd +++ b/man/comtradr-package.Rd @@ -32,6 +32,8 @@ Other contributors: \itemize{ \item Alicia Schep (\href{https://orcid.org/0000-0002-3915-0618}{ORCID}) (Alicia reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/141) [reviewer] \item Rafael Hellwig (\href{https://orcid.org/0000-0002-3092-3493}{ORCID}) (Rafael reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/141) [reviewer] + \item Ernest Guevarra (\href{https://orcid.org/0000-0002-4887-4415}{ORCID}) (Ernest reviewed the package for rOpenSci, see https://github.com/ropensci/software-review/issues/613) [reviewer] + \item Nicholas Potter (\href{https://orcid.org/0000-0002-3410-3732}{ORCID}) (Nicholas reviewed the package for rOpenSci, see https://github.com/ropensci/software-review/issues/613) [reviewer] \item Juergen Amann [contributor] } diff --git a/vignettes/comtradr.Rmd b/vignettes/comtradr.Rmd index a65bcc1..aa0cbbd 100644 --- a/vignettes/comtradr.Rmd +++ b/vignettes/comtradr.Rmd @@ -349,7 +349,7 @@ If `flow_direction` is set to `everything`, all possible values for trade flow d ### `reporter` and `partner` -Using `everything` for `reporter` or `partner` will query all possible values for reporter and partner countries, but also includes aggregates like `World` or some miscellaneous like `ASEAN`. Be careful when aggregating these values, so as to not count trade values multiple times in different aggregates. Alterantively, specificely for these values, you can also use `all_countries`, which allows you to query all countries which are not aggregates of some kind of grouped parameters like `ASEAN`. These values can usually be safely aggregated. This allows you to retrieve trade data for all countries without specifying individual ISO3 codes. +Using `everything` for `reporter` or `partner` will query all possible values for reporter and partner countries, but also includes aggregates like `World` or some miscellaneous like `ASEAN`. Be careful when aggregating these values, so as to not count trade values multiple times in different aggregates. Alternatively, specifically for these values, you can also use `all_countries`, which allows you to query all countries which are not aggregates of some kind of grouped parameters like `ASEAN`. These values can usually be safely aggregated. This allows you to retrieve trade data for all countries without specifying individual ISO3 codes. ### `mode_of_transport`, `partner_2`, and `customs_code` diff --git a/vignettes/transition.Rmd b/vignettes/transition.Rmd index 21ccd6a..f5d8ed9 100644 --- a/vignettes/transition.Rmd +++ b/vignettes/transition.Rmd @@ -1,5 +1,5 @@ --- -title: "Transition" +title: "Transition from old comtradr" output: rmarkdown::html_vignette vignette: > %\VignetteIndexEntry{transition} @@ -18,7 +18,7 @@ possible parameter values. With the below examples, we hope to make the transition a little easier. Most of the design principles of the package have remained similar. -The most important changes can be summarised in that the package: +The most important changes can be summarized in that the package: - extensively checks parameters for validity before submitting them - allows iso3 standardized country codes as inputs From b353e636f97a72f4e1ec3f1aa5467ba5697ddae1 Mon Sep 17 00:00:00 2001 From: paul bochtler <65470117+datapumpernickel@users.noreply.github.com> Date: Fri, 22 Dec 2023 18:16:17 +0100 Subject: [PATCH 26/30] more details on authentication --- README.Rmd | 33 ++++++++++++++++++++++++++------- README.md | 40 ++++++++++++++++++++++++++-------------- vignettes/comtradr.Rmd | 18 ++++++++++++++++-- 3 files changed, 68 insertions(+), 23 deletions(-) diff --git a/README.Rmd b/README.Rmd index daa655b..e78cc2e 100644 --- a/README.Rmd +++ b/README.Rmd @@ -24,7 +24,6 @@ Interface with and extract data from the United Nations Comtrade API [![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/comtradr)](https://cran.r-project.org/package=comtradr) -[![Status at rOpenSci Software Peer Review](https://badges.ropensci.org/613_status.svg)](https://github.com/ropensci/software-review/issues/613) +[![Status at rOpenSci Software Peer +Review](https://badges.ropensci.org/613_status.svg)](https://github.com/ropensci/software-review/issues/613) [![R-CMD-check](https://github.com/ropensci/comtradr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ropensci/comtradr/actions/workflows/R-CMD-check.yaml) [![Codecov test coverage](https://codecov.io/gh/ropensci/comtradr/branch/main/graph/badge.svg)](https://app.codecov.io/gh/ropensci/comtradr?branch=main) - - -R package for interacting with the [UN Comtrade -Database](https://comtradeplus.un.org/) public API. UN Comtrade provides -historical data on the weights and value of specific goods shipped -between countries, more info can be found + Interface with and extract data from the United +Nations Comtrade API . Comtrade provides +country level shipping data for a variety of commodities, these +functions allow for easy API query and data returned as a tidy data +frame. More info can be found [here](https://unstats.un.org/wiki/display/comtrade). Full API documentation can be found [here](https://comtradedeveloper.un.org/). @@ -25,7 +25,7 @@ The Comtrade API has been undergoing extensive updates. At this point the legacy API has been taken offline (see [here](https://unstats.un.org/wiki/display/comtrade/New+Comtrade+FAQ+for+Advanced+Users#NewComtradeFAQforAdvancedUsers-WhatisthelegacyoftheUNComtrade?UntilwhencanIuseit?)). -In order to accomodate the new syntax, as well as adding the new +In order to accommodate the new syntax, as well as adding the new functionality, the `comtradr` package has been undergoing an extensive re-write. Additionally, it is not possible anymore to query the API without an API token. There still is a free version, but unlike before @@ -35,13 +35,13 @@ for details on how to obtain the new access tokens. Please [report](https://github.com/ropensci/comtradr/issues) issues, comments, or feature requests. We are very much looking for feedback on -the useability of the new functions. +the usability of the new functions. The package in its old version is still available from the `legacy-0-3-0` branch. Please note that this package is released with a [Contributor Code of -Conduct](https://ropensci.org/code-of-conduct/). By contributing to this +Conduct](https://rOpenSci.org/code-of-conduct/). By contributing to this project, you agree to abide by its terms. For information on citation of this package, use `citation("comtradr")` @@ -67,9 +67,21 @@ install.packages("comtradr") ### Authentication 🔐 -As stated above, you need an API token, see the -[FAQ](https://unstats.un.org/wiki/display/comtrade/New+Comtrade+User+Guide#NewComtradeUserGuide-UNComtradeAPIManagement) -for details on how to obtain the access tokens. +**Do not be discouraged by the complicated access to the token - you can +do it! 💪** + +As stated above, you need an API token, see the FAQ of Comtrade for +details on how to obtain it: + +➡️ + + +You need to follow the detailed explanations, which include screenshots, +in the Wiki of Comtrade to the letter. ☝️ I am not writing them out +here, because they might be updated regularly. However, once you are +signed up, select the `comtrade - v1` product, which is the free API. + +#### Storing the API key If you are in an interactive session, you can call the following function to save your API token to the environment file for the current @@ -136,7 +148,7 @@ wine_codes <- ct_commodity_lookup("wine", return_code = TRUE, return_char = TRUE # API query. example2 <- ct_get_data( reporter = "ARG", - flow_direction = "Export", + flow_direction = "export", partner = "all", start_date = 2007, end_date = 2011, diff --git a/vignettes/comtradr.Rmd b/vignettes/comtradr.Rmd index aa0cbbd..9d8920a 100644 --- a/vignettes/comtradr.Rmd +++ b/vignettes/comtradr.Rmd @@ -40,9 +40,23 @@ Load comtradr library(comtradr) ``` -## Authentication +## Authentication 🔐 -As stated above, you need an API token, see the [FAQ](https://unstats.un.org/wiki/display/comtrade/New+Comtrade+User+Guide#NewComtradeUserGuide-UNComtradeAPIManagement) for details on how to obtain the access tokens. +**Do not be discouraged by the complicated access to the token +- you can do it! 💪** + +As stated above, you need an API token, see the FAQ of Comtrade for details +on how to obtain it: + +➡️ https://unstats.un.org/wiki/display/comtrade/New+Comtrade+User+Guide#NewComtradeUserGuide-UNComtradeAPIManagement + +You need to follow the detailed explanations, +which include screenshots, in the Wiki of Comtrade to the letter. ☝️ +I am not writing them out here, because they might be updated regularly. +However, once you are signed up, select the `comtrade - v1` +product, which is the free API. + +### Storing the API key If you are in an interactive session, you can call the following function to save your API token to the environment file for the current session. From 7916019cdb3c4fcdc3811c43900ad5fcef31a097 Mon Sep 17 00:00:00 2001 From: paul bochtler <65470117+datapumpernickel@users.noreply.github.com> Date: Fri, 22 Dec 2023 18:26:53 +0100 Subject: [PATCH 27/30] styler corrections --- R/ct_build_request.R | 44 +-- R/ct_check_params.R | 266 ++++++++++-------- R/ct_get_data.R | 93 +++--- R/ct_perform_request.R | 94 ++++--- R/ct_process_response.R | 32 ++- R/data.R | 1 - R/legacy.R | 48 ++-- R/utils.R | 140 ++++----- R/zzz.R | 63 +++-- man/ct_build_request.Rd | 36 +-- man/ct_check_params.Rd | 33 +-- man/ct_commodity_lookup.Rd | 2 +- man/ct_get_data.Rd | 50 ++-- man/ct_perform_request.Rd | 16 +- man/ct_process_response.Rd | 16 +- man/set_primary_comtrade_key.Rd | 2 +- tests/spelling.R | 9 +- .../data/v1/get/C/A/HS-5e2730.R | 24 +- 18 files changed, 532 insertions(+), 437 deletions(-) diff --git a/R/ct_build_request.R b/R/ct_build_request.R index 4a35e56..00dd92e 100644 --- a/R/ct_build_request.R +++ b/R/ct_build_request.R @@ -8,29 +8,31 @@ #' #' @examplesIf interactive() #' # Build request from checked parameters -#' comtradr:::ct_build_request(comtradr:::ct_check_params(type = 'goods', -#' frequency = 'A', -#' commodity_classification = 'HS', -#' commodity_code = 'TOTAL', -#' flow_direction = 'all', -#' reporter = 'all', -#' partner = 'World', -#' start_date = 2020, -#' end_date = 2022, -#' process = TRUE, -#' tidy_cols = TRUE, -#' verbose = FALSE, -#' primary_token = 'xxxx', -#' mode_of_transport = '0', -#' partner_2 = 'World', -#' customs_code ='C00', -#' update = FALSE )) +#' comtradr:::ct_build_request(comtradr:::ct_check_params( +#' type = "goods", +#' frequency = "A", +#' commodity_classification = "HS", +#' commodity_code = "TOTAL", +#' flow_direction = "all", +#' reporter = "all", +#' partner = "World", +#' start_date = 2020, +#' end_date = 2022, +#' process = TRUE, +#' tidy_cols = TRUE, +#' verbose = FALSE, +#' primary_token = "xxxx", +#' mode_of_transport = "0", +#' partner_2 = "World", +#' customs_code = "C00", +#' update = FALSE +#' )) #' #' @returns a httr2 request object #' @inheritParams ct_get_data ct_build_request <- function(params, - primary_token = NULL, - verbose = FALSE) { + primary_token = NULL, + verbose = FALSE) { query_params <- params$query_params extra_params <- params$extra_params |> @@ -52,12 +54,12 @@ ct_build_request <- function(params, httr2::req_headers(`Ocp-Apim-Subscription-Key` = primary_token) |> httr2::req_url_query(!!!query_params) - if(stringr::str_length(res$url)>4095){ + if (stringr::str_length(res$url) > 4095) { rlang::abort("Your request exceeds 4KB or 4096 characters, which is the upper limit of the Comtrade API.") # nolint } if (verbose) { - cli::cli_inform(c("i" = paste0("URL that will be queried: ",res$url))) + cli::cli_inform(c("i" = paste0("URL that will be queried: ", res$url))) } return(res) diff --git a/R/ct_check_params.R b/R/ct_check_params.R index 57a8d43..d2b2d52 100644 --- a/R/ct_check_params.R +++ b/R/ct_check_params.R @@ -8,22 +8,23 @@ #' @returns Returns a list of named parameters for building a request. #' @examplesIf interactive() #' # Build request from checked parameters -#' comtradr:::ct_check_params(type = 'goods', -#' frequency = 'A', -#' commodity_classification = 'HS', -#' commodity_code = 'TOTAL', -#' flow_direction = 'all', -#' reporter = 'all', -#' partner = 'World', -#' start_date = 2020, -#' end_date = 2022, -#' verbose = FALSE, -#' primary_token = 'xxxx', -#' mode_of_transport = '0', -#' partner_2 = 'World', -#' customs_code = 'C00', -#' update = FALSE -#' ) +#' comtradr:::ct_check_params( +#' type = "goods", +#' frequency = "A", +#' commodity_classification = "HS", +#' commodity_code = "TOTAL", +#' flow_direction = "all", +#' reporter = "all", +#' partner = "World", +#' start_date = 2020, +#' end_date = 2022, +#' verbose = FALSE, +#' primary_token = "xxxx", +#' mode_of_transport = "0", +#' partner_2 = "World", +#' customs_code = "C00", +#' update = FALSE +#' ) #' @inheritParams ct_get_data ct_check_params <- function(type, frequency, @@ -40,7 +41,6 @@ ct_check_params <- function(type, update, verbose, extra_params) { - type <- check_type(type) if (verbose) { cli::cli_inform(c("v" = "Checked validity of type.")) @@ -62,36 +62,41 @@ ct_check_params <- function(type, } commodity_code <- check_cmdCode(commodity_classification, - commodity_code, - update = update, - verbose = verbose) + commodity_code, + update = update, + verbose = verbose + ) if (verbose) { cli::cli_inform(c("v" = "Checked validity of commodity_code.")) } - reporter <- check_reporterCode(reporter,update = update, verbose = verbose) + reporter <- check_reporterCode(reporter, update = update, verbose = verbose) if (verbose) { cli::cli_inform(c("v" = "Checked validity of reporter.")) } - partner <- check_partnerCode(partner,update = update, verbose = verbose) + partner <- check_partnerCode(partner, update = update, verbose = verbose) if (verbose) { cli::cli_inform(c("v" = "Checked validity of partner.")) } - partner_2 <- check_partner2Code(partner_2,update = update, verbose = verbose) + partner_2 <- check_partner2Code(partner_2, update = update, verbose = verbose) if (verbose) { cli::cli_inform(c("v" = "Checked validity of partner_2.")) } - mode_of_transport <- check_motCode(mode_of_transport,update = update, - verbose = verbose) + mode_of_transport <- check_motCode(mode_of_transport, + update = update, + verbose = verbose + ) if (verbose) { cli::cli_inform(c("v" = "Checked validity of mode_of_transport.")) } - customs_code <- check_customsCode(customs_code ,update = update, - verbose = verbose) + customs_code <- check_customsCode(customs_code, + update = update, + verbose = verbose + ) if (verbose) { cli::cli_inform(c("v" = "Checked validity of customs_code.")) } @@ -112,10 +117,12 @@ ct_check_params <- function(type, partner2Code = partner_2, customsCode = customs_code, includeDesc = "TRUE" - ), - url_params = list(type = type, - freq = frequency, - clCode = commodity_classification), + ), + url_params = list( + type = type, + freq = frequency, + clCode = commodity_classification + ), extra_params = list( extra_params = extra_params ) @@ -141,10 +148,13 @@ ct_check_params <- function(type, check_type <- function(type) { lowercase <- tolower(type) rlang::arg_match(lowercase, values = c("goods", "services")) - switch <- c('goods' = 'C', - 'services' = 'S') + switch <- c( + "goods" = "C", + "services" = "S" + ) - type <- switch[lowercase] + type <- switch[lowercase + ] return(type) } @@ -166,7 +176,7 @@ check_type <- function(type) { #' @noRd check_freq <- function(type, frequency) { # only annual data for services endpoint - if(type == 'S'){ + if (type == "S") { rlang::arg_match(frequency, values = c("A")) } else { rlang::arg_match(frequency, values = c("A", "M")) @@ -190,10 +200,10 @@ check_freq <- function(type, frequency) { #' # throws an error because "ISIC" is not a valid classification code #' #' @noRd -check_clCode <- function(type,commodity_classification) { - cmd_list_goods <- c('HS','S1','S2','S3','S4','SS',"B4","B5") - cmd_list_services <- c('EB02','EB10','EB10S','EB') - if(type == 'C'){ +check_clCode <- function(type, commodity_classification) { + cmd_list_goods <- c("HS", "S1", "S2", "S3", "S4", "SS", "B4", "B5") + cmd_list_services <- c("EB02", "EB10", "EB10S", "EB") + if (type == "C") { rlang::arg_match(commodity_classification, values = cmd_list_goods) } else { rlang::arg_match(commodity_classification, values = cmd_list_services) @@ -220,7 +230,7 @@ check_flowCode <- function(flow_direction, update, verbose) { id <- text <- NULL # if 'everything' is selected, return NULL, which in the API # equals to all possible values - if(!any(flow_direction %in% 'everything')){ + if (!any(flow_direction %in% "everything")) { flow_direction <- as.character(flow_direction) # remove any white space from cmd codes provided @@ -228,9 +238,11 @@ check_flowCode <- function(flow_direction, update, verbose) { # get the list of valid parameters from inst/extdata valid_codes <- - ct_get_ref_table(dataset_id = 'flow_direction', - update = update, - verbose = verbose) |> + ct_get_ref_table( + dataset_id = "flow_direction", + update = update, + verbose = verbose + ) |> poorman::mutate(text = tolower(text)) rlang::arg_match(flow_direction, values = valid_codes$text, multiple = T) @@ -246,7 +258,7 @@ check_flowCode <- function(flow_direction, update, verbose) { flow_direction <- valid_codes |> poorman::filter(text %in% flow_direction) |> poorman::pull(id) |> - paste0(collapse = ',') + paste0(collapse = ",") } } else { flow_direction <- NULL @@ -274,35 +286,37 @@ check_cmdCode <- commodity_code, update = FALSE, verbose = FALSE) { - # check that commodity_code code is not null - if(!any(commodity_code %in% 'everything')){ - commodity_code <- as.character(commodity_code) + # check that commodity_code code is not null + if (!any(commodity_code %in% "everything")) { + commodity_code <- as.character(commodity_code) - # remove any white space from cmd codes provided - commodity_code <- stringr::str_squish(commodity_code) + # remove any white space from cmd codes provided + commodity_code <- stringr::str_squish(commodity_code) - # get the list of valid parameters from inst/extdata - valid_codes <- - ct_get_ref_table(dataset_id = commodity_classification, - update = update, - verbose = verbose)$id + # get the list of valid parameters from inst/extdata + valid_codes <- + ct_get_ref_table( + dataset_id = commodity_classification, + update = update, + verbose = verbose + )$id - # if one of the codes is not in the list of valid codes - # send stop signal and list problems - if (!all(commodity_code %in% valid_codes)) { - rlang::abort(paste0( - "The following services/commodity codes you provided are invalid: ", - paste0(setdiff(commodity_code, valid_codes), collapse = ", ") - )) + # if one of the codes is not in the list of valid codes + # send stop signal and list problems + if (!all(commodity_code %in% valid_codes)) { + rlang::abort(paste0( + "The following services/commodity codes you provided are invalid: ", + paste0(setdiff(commodity_code, valid_codes), collapse = ", ") + )) + } else { + commodity_code <- paste0(commodity_code, collapse = ",") + } } else { - commodity_code <- paste0(commodity_code, collapse = ',') + commodity_code <- NULL } - } else { - commodity_code <- NULL - } - return(commodity_code) -} + return(commodity_code) + } #' Check validity of reporter parameter. #' @@ -323,20 +337,22 @@ check_cmdCode <- check_reporterCode <- function(reporter, update = FALSE, verbose = FALSE) { iso_3 <- id <- group <- NULL # check that reporter code is valid - if (!any(reporter %in% 'everything')) { + if (!any(reporter %in% "everything")) { reporter <- as.character(reporter) ## check if valid reporter code length and type reporter <- stringr::str_squish(reporter) reporter_codes <- - ct_get_ref_table(dataset_id = 'reporter', - update = update, - verbose = verbose) + ct_get_ref_table( + dataset_id = "reporter", + update = update, + verbose = verbose + ) ## get multiple values or single values that are not 'all_countries' - if (length(reporter) > 1 | !any(reporter == 'all_countries')) { - if (any(reporter == 'all_countries')) { + if (length(reporter) > 1 | !any(reporter == "all_countries")) { + if (any(reporter == "all_countries")) { rlang::abort('"all_countries" can only be provided as a single argument.') } # if one of the reporter codes is not in the list of valid reporter codes @@ -350,18 +366,17 @@ check_reporterCode <- function(reporter, update = FALSE, verbose = FALSE) { } # create proper ids for reporter Code - if (length(reporter) > 1 | !any(reporter == 'all_countries')) { + if (length(reporter) > 1 | !any(reporter == "all_countries")) { reporter <- reporter_codes |> poorman::filter(iso_3 %in% reporter) |> poorman::pull(id) |> paste(collapse = ",") - } else if (reporter == 'all_countries') { + } else if (reporter == "all_countries") { reporter <- reporter_codes |> poorman::filter(group == FALSE) |> poorman::pull(id) |> - paste(collapse = ',') + paste(collapse = ",") } - } else { reporter <- NULL } @@ -390,34 +405,37 @@ check_partnerCode <- function(partner, update = FALSE, verbose = FALSE) { iso_3 <- id <- group <- NULL # check that partner code is valid - if (!any(partner %in% 'everything')) { + if (!any(partner %in% "everything")) { partner <- as.character(partner) - partner_codes <- ct_get_ref_table(dataset_id = 'partner', - update = update, verbose = verbose) + partner_codes <- ct_get_ref_table( + dataset_id = "partner", + update = update, verbose = verbose + ) - if (length(partner) > 1 | !any(partner == 'all_countries')) { + if (length(partner) > 1 | !any(partner == "all_countries")) { partner <- stringr::str_squish(partner) - if (any(partner == 'all_countries')) { + if (any(partner == "all_countries")) { rlang::abort('"all_countries" can only be provided as a single argument.') } # if one of the partnerCodes is not in the list of valid partnerCodes send stop signal and list problems if (!all(partner %in% partner_codes$iso_3)) { rlang::abort(paste( "The following partner you provided are invalid: ", - setdiff(partner, partner_codes$iso_3), collapse = ", ") - ) + setdiff(partner, partner_codes$iso_3), + collapse = ", " + )) } } # create proper ids for partner - if (length(partner) > 1 | !any(partner == 'all_countries')) { + if (length(partner) > 1 | !any(partner == "all_countries")) { partner <- partner_codes |> poorman::filter(iso_3 %in% partner) |> poorman::pull(id) |> paste(collapse = ",") - } else if (partner == 'all_countries') { + } else if (partner == "all_countries") { partner <- partner_codes |> poorman::filter(group == FALSE) |> poorman::pull(id) |> @@ -451,35 +469,38 @@ check_partner2Code <- function(partner, update = FALSE, verbose = FALSE) { iso_3 <- id <- group <- NULL # check that partner code is valid - if (!any(partner %in% 'everything')) { + if (!any(partner %in% "everything")) { partner <- as.character(partner) - partner_codes <- ct_get_ref_table(dataset_id = 'partner', - update = update, verbose = verbose) + partner_codes <- ct_get_ref_table( + dataset_id = "partner", + update = update, verbose = verbose + ) - if (length(partner) > 1 | !any(partner == 'all_countries')) { + if (length(partner) > 1 | !any(partner == "all_countries")) { partner <- stringr::str_squish(partner) - if (any(partner == 'all_countries')) { + if (any(partner == "all_countries")) { rlang::abort('"all_countries" can only be provided as a single argument.') } # if one of the partnerCodes is not in the list of valid partnerCodes send stop signal and list problems if (!all(partner %in% partner_codes$iso_3)) { rlang::abort(paste( "The following partner_2 you provided are invalid: ", - setdiff(partner, partner_codes$iso_3), collapse = ", ") - ) + setdiff(partner, partner_codes$iso_3), + collapse = ", " + )) } } # create proper ids for partner - if (length(partner) > 1 | !any(partner == 'all_countries')) { + if (length(partner) > 1 | !any(partner == "all_countries")) { partner <- partner_codes |> poorman::filter(iso_3 %in% partner) |> poorman::pull(id) |> paste(collapse = ",") - } else if (partner == 'all_countries') { + } else if (partner == "all_countries") { partner <- partner_codes |> poorman::filter(group == FALSE) |> poorman::pull(id) |> @@ -507,11 +528,13 @@ check_motCode <- verbose = FALSE) { # check that commodity_code code is not null id <- text <- NA - if (!any(mode_of_transport %in% 'everything')) { + if (!any(mode_of_transport %in% "everything")) { valid_codes <- - ct_get_ref_table(dataset_id = 'mode_of_transport', - update = update, - verbose = verbose) + ct_get_ref_table( + dataset_id = "mode_of_transport", + update = update, + verbose = verbose + ) ## check whether "everything" is selected if (any(mode_of_transport %in% "everything")) { mode_of_transport <- valid_codes |> @@ -541,11 +564,9 @@ check_motCode <- mode_of_transport <- valid_codes |> poorman::filter(text %in% mode_of_transport) |> poorman::summarise(id = paste0(id, collapse = ",")) - } } mode_of_transport <- mode_of_transport$id - } else { mode_of_transport <- NULL } @@ -563,16 +584,18 @@ check_motCode <- #' @noRd check_customsCode <- function(customs_code, update = FALSE, verbose = FALSE) { # check that commodity_code code is not null - if (!any(customs_code %in% 'everything')) { + if (!any(customs_code %in% "everything")) { customs_code <- as.character(customs_code) # remove any white space from cmd codes provided customs_code <- stringr::str_squish(customs_code) # get the list of valid parameters from inst/extdata - valid_codes <- ct_get_ref_table(dataset_id = 'customs_code', - update = update, - verbose = verbose)$id + valid_codes <- ct_get_ref_table( + dataset_id = "customs_code", + update = update, + verbose = verbose + )$id # if one of the codes is not in the list of valid codes # send stop signal and list problems @@ -582,7 +605,7 @@ check_customsCode <- function(customs_code, update = FALSE, verbose = FALSE) { paste0(setdiff(customs_code, valid_codes), collapse = ", ") )) } else { - customs_code <- paste0(customs_code, collapse = ',') + customs_code <- paste0(customs_code, collapse = ",") } } else { customs_code <- NULL @@ -605,15 +628,14 @@ check_customsCode <- function(customs_code, update = FALSE, verbose = FALSE) { #' @returns A character vector of valid reporter IDs. #' #' @examplesIf interactive() -#' check_date(2010, 2011, 'A') # returns "2010,2011" -#' check_date(2010, 2011, 'A') # returns "2010" +#' check_date(2010, 2011, "A") # returns "2010,2011" +#' check_date(2010, 2011, "A") # returns "2010" #' check_date("2010-01", "2010-07", "M") # returns "201001,201002,201003,201004,201005,201006,201007" #' #' @noRd check_date <- function(start_date, end_date, frequency) { - - if(is.null(start_date)|is.null(end_date)){ - rlang::abort('Please provide a start and end date for the period of interest.') + if (is.null(start_date) | is.null(end_date)) { + rlang::abort("Please provide a start and end date for the period of interest.") } start_date <- as.character(start_date) @@ -634,9 +656,9 @@ check_date <- function(start_date, end_date, frequency) { # return the single year as the date range. if (identical(start_date, end_date)) { start_date <- convert_to_date(start_date) - date_range <- seq.Date(start_date, by = "month",length.out = 12) |> + date_range <- seq.Date(start_date, by = "month", length.out = 12) |> format(format = "%Y%m") - } else { + } else { rlang::abort("Cannot get more than a single year's worth of monthly data in a single query.") # nolint } } else if (!sd_year && !ed_year) { @@ -653,7 +675,7 @@ check_date <- function(start_date, end_date, frequency) { } # If the derived date range is longer than five elements, throw an error. - if (length(date_range) > 12 ) { + if (length(date_range) > 12) { rlang::abort("If specifying years/months, cannot search more than twelve consecutive years/months in a single query.") # nolint } @@ -677,11 +699,14 @@ convert_to_date <- function(date_obj) { # If conversion to Date failed, throw error. if (is.na(date_obj)) { rlang::abort( - paste("arg must be a date with one of these formats:\n", - "int: yyyy\n", - "char: 'yyyy'\n", - "char: 'yyyy-mm'\n", - "char: 'yyyy-mm-dd'")) + paste( + "arg must be a date with one of these formats:\n", + "int: yyyy\n", + "char: 'yyyy'\n", + "char: 'yyyy-mm'\n", + "char: 'yyyy-mm-dd'" + ) + ) } return(date_obj) @@ -702,6 +727,3 @@ is_year <- function(x) { is_year_month <- function(x) { grepl("^\\d{4}-\\d{2}", x) } - - - diff --git a/R/ct_get_data.R b/R/ct_get_data.R index 6ceb4f5..5952fe0 100644 --- a/R/ct_get_data.R +++ b/R/ct_get_data.R @@ -83,55 +83,63 @@ #' #' @examplesIf interactive() #' # Query goods data for China's trade with Argentina and Germany in 2019 -#' ct_get_data(type = 'goods', -#' commodity_classification = 'HS', -#' commodity_code = 'TOTAL', -#' reporter = 'CHN', -#' partner = c('ARG','DEU'), -#' start_date = '2019', -#' end_date = '2019', -#' flow_direction = 'Import', -#' partner_2 = 'World', -#' verbose = TRUE) +#' ct_get_data( +#' type = "goods", +#' commodity_classification = "HS", +#' commodity_code = "TOTAL", +#' reporter = "CHN", +#' partner = c("ARG", "DEU"), +#' start_date = "2019", +#' end_date = "2019", +#' flow_direction = "Import", +#' partner_2 = "World", +#' verbose = TRUE +#' ) #' #' # Query all commodity codes for China's imports from Germany in 2019 -#' ct_get_data(commodity_code = 'everything', -#' reporter = 'CHN', -#' partner = 'DEU', -#' start_date = '2019', -#' end_date = '2019', -#' flow_direction = 'Import') +#' ct_get_data( +#' commodity_code = "everything", +#' reporter = "CHN", +#' partner = "DEU", +#' start_date = "2019", +#' end_date = "2019", +#' flow_direction = "Import" +#' ) #' #' # Query all commodity codes for China's imports from Germany #' # from January to June of 2019 -#' ct_get_data(commodity_code = "everything", -#' reporter = 'CHN', -#' partner = 'DEU', -#' start_date = '2019', -#' end_date = '2019', -#' flow_direction = 'import') +#' ct_get_data( +#' commodity_code = "everything", +#' reporter = "CHN", +#' partner = "DEU", +#' start_date = "2019", +#' end_date = "2019", +#' flow_direction = "import" +#' ) #' #' @export #' @returns A data.frame with trade data or, #' if `process = F`, a httr2 response object. -ct_get_data <- function(type = 'goods', - frequency = 'A', - commodity_classification = 'HS', - commodity_code = 'TOTAL', - flow_direction = c('Import','Export', - 'Re-export','Re-import'), - reporter = 'all_countries', - partner = 'World', +ct_get_data <- function(type = "goods", + frequency = "A", + commodity_classification = "HS", + commodity_code = "TOTAL", + flow_direction = c( + "Import", "Export", + "Re-export", "Re-import" + ), + reporter = "all_countries", + partner = "World", start_date = NULL, end_date = NULL, process = TRUE, tidy_cols = TRUE, verbose = FALSE, primary_token = get_primary_comtrade_key(), - mode_of_transport = 'TOTAL modes of transport', - partner_2 = 'World', - customs_code ='C00', + mode_of_transport = "TOTAL modes of transport", + partner_2 = "World", + customs_code = "C00", update = FALSE, requests_per_second = 10 / 60, extra_params = NULL) { @@ -155,18 +163,23 @@ ct_get_data <- function(type = 'goods', ) req <- - ct_build_request(params, verbose = verbose, - primary_token = primary_token) + ct_build_request(params, + verbose = verbose, + primary_token = primary_token + ) resp <- ct_perform_request(req, - requests_per_second = requests_per_second, - verbose = verbose) + requests_per_second = requests_per_second, + verbose = verbose + ) if (process) { - result <- ct_process_response(resp, verbose = verbose, - tidy_cols = tidy_cols) + result <- ct_process_response(resp, + verbose = verbose, + tidy_cols = tidy_cols + ) return(result) - } else{ + } else { return(resp) } } diff --git a/R/ct_perform_request.R b/R/ct_perform_request.R index 368e46c..51be04e 100644 --- a/R/ct_perform_request.R +++ b/R/ct_perform_request.R @@ -8,51 +8,54 @@ #' #' @returns JSON data from comtrade, data.frame with results or error codes. #' @examplesIf interactive() -#' ct_get_data(commodity_code = NULL, -#' reporter = 'CHN', -#' partner = 'DEU', -#' start_date = '2019', -#' end_date = '2019', -#' flow_direction = 'import') +#' ct_get_data( +#' commodity_code = NULL, +#' reporter = "CHN", +#' partner = "DEU", +#' start_date = "2019", +#' end_date = "2019", +#' flow_direction = "import" +#' ) #' req <- httr2::last_request() -#' resp <- comtradr:::ct_perform_request(req, requests_per_second = 10/60, verbose = FALSE) +#' resp <- comtradr:::ct_perform_request(req, requests_per_second = 10 / 60, verbose = FALSE) #' @inheritParams ct_get_data ct_perform_request <- function(req, requests_per_second, verbose = FALSE) { + if (verbose) { + cli::cli_inform(c("i" = "Performing request, which can take a few seconds, depending on the amount of data queried.")) # nolint + } - if (verbose) { - cli::cli_inform(c("i" = "Performing request, which can take a few seconds, depending on the amount of data queried.")) # nolint - } - - comtrade_is_transient <- function(resp) { - (httr2::resp_status(resp) == 403 && - httr2::resp_header(resp, "Retry-After") != "0") || + comtrade_is_transient <- function(resp) { + (httr2::resp_status(resp) == 403 && + httr2::resp_header(resp, "Retry-After") != "0") || (httr2::resp_status(resp) == 429 && httr2::resp_header(resp, "Retry-After") != "0") - } - - comtrade_after <- function(resp) { - time <- as.numeric(httr2::resp_header(resp, "Retry-After")) - time - } + } - resp <- req |> - httr2::req_error(body = comtrade_error_body) |> - httr2::req_throttle(rate = requests_per_second) |> - httr2::req_retry(is_transient = comtrade_is_transient, - after = comtrade_after, - max_tries = 2) |> - httr2::req_perform() + comtrade_after <- function(resp) { + time <- as.numeric(httr2::resp_header(resp, "Retry-After")) + time + } - if (verbose) { - cli::cli_inform(c("v" = "Got a response object from UN Comtrade. Use `process = F` if there is an error after this step to find issues with the response object.")) # nolint - } + resp <- req |> + httr2::req_error(body = comtrade_error_body) |> + httr2::req_throttle(rate = requests_per_second) |> + httr2::req_retry( + is_transient = comtrade_is_transient, + after = comtrade_after, + max_tries = 2 + ) |> + httr2::req_perform() - return(resp) + if (verbose) { + cli::cli_inform(c("v" = "Got a response object from UN Comtrade. Use `process = F` if there is an error after this step to find issues with the response object.")) # nolint } + return(resp) +} + comtrade_error_body <- function(resp) { - if (!is.null(httr2::resp_header(resp, 'Content-Type'))) { - if (stringr::str_detect(httr2::resp_header(resp, 'Content-Type'), 'json')) { + if (!is.null(httr2::resp_header(resp, "Content-Type"))) { + if (stringr::str_detect(httr2::resp_header(resp, "Content-Type"), "json")) { body <- httr2::resp_body_json(resp, simplifyVector = TRUE) message <- body$errorObject$errorMessage @@ -60,26 +63,31 @@ comtrade_error_body <- function(resp) { message <- c(message) } return(message) - } else if (stringr::str_detect(httr2::resp_header(resp, - 'Content-Type'), - 'text')) { + } else if (stringr::str_detect( + httr2::resp_header( + resp, + "Content-Type" + ), + "text" + )) { body <- httr2::resp_body_string(resp) - if (stringr::str_detect(body, 'Request URL Too Long')) { + if (stringr::str_detect(body, "Request URL Too Long")) { message <- - c('You might have provided too many parameters and the URL got too long.') # nolint + c("You might have provided too many parameters and the URL got too long.") # nolint return(message) - } else if (stringr::str_detect(body, - 'The resource you are looking for has been removed')) { # nolint + } else if (stringr::str_detect( + body, + "The resource you are looking for has been removed" + )) { # nolint message <- c( - 'The original message is: ', + "The original message is: ", body, - 'But most likely you have exceeded the character value for the api.' + "But most likely you have exceeded the character value for the api." ) return(message) } } } - } diff --git a/R/ct_process_response.R b/R/ct_process_response.R index 1d9e389..8ba6655 100644 --- a/R/ct_process_response.R +++ b/R/ct_process_response.R @@ -7,14 +7,16 @@ #' @returns a data.frame object with the results #' #' @examplesIf interactive() -#' ct_get_data(commodity_code = NULL, -#' reporter = 'CHN', -#' partner = 'DEU', -#' start_date = '2019', -#' end_date = '2019', -#' flow_direction = 'import') +#' ct_get_data( +#' commodity_code = NULL, +#' reporter = "CHN", +#' partner = "DEU", +#' start_date = "2019", +#' end_date = "2019", +#' flow_direction = "import" +#' ) #' req <- httr2::last_request() -#' resp <- comtradr:::ct_perform_request(req, requests_per_second = 10/60, verbose = FALSE) +#' resp <- comtradr:::ct_perform_request(req, requests_per_second = 10 / 60, verbose = FALSE) #' data <- comtradr:::ct_process_response(resp) #' @inheritParams ct_get_data ct_process_response <- function(resp, verbose = FALSE, tidy_cols) { @@ -24,17 +26,16 @@ ct_process_response <- function(resp, verbose = FALSE, tidy_cols) { if (length(result$data) > 0) { - if(nrow(result$data)==100000){ - cli::cli_warn(c("x" ='Your request returns exactly 100k rows. This means that most likely not all the data you queried has been returned, as the upper limit without subscription is 100k. Please partition your API call, e.g. by using only half the period in the first call.')) # nolint - } else if(nrow(result$data)>90000){ + if (nrow(result$data) == 100000) { + cli::cli_warn(c("x" = "Your request returns exactly 100k rows. This means that most likely not all the data you queried has been returned, as the upper limit without subscription is 100k. Please partition your API call, e.g. by using only half the period in the first call.")) # nolint + } else if (nrow(result$data) > 90000) { cli::cli_inform(c("i" = "Your request has passed 90k rows. If you exceed 100k rows Comtrade will not return all data. You will have to slice your request in smaller parts.")) # nolint } processed <- result$data new_cols <- comtradr::ct_pretty_cols - if(tidy_cols == TRUE){ - + if (tidy_cols == TRUE) { # Input validation and check to make sure the col headers are found in the # package data obj ct_pretty_cols. stopifnot(is.data.frame(processed)) @@ -45,14 +46,15 @@ ct_process_response <- function(resp, verbose = FALSE, tidy_cols) { curr_cols[!curr_cols %in% new_cols$from], collapse = ", " ) - rlang::abort(paste("The following col headers within input df are not found in", # nolint - "the pkg data obj 'ct_pretty_cols':", err)) + rlang::abort(paste( + "The following col headers within input df are not found in", # nolint + "the pkg data obj 'ct_pretty_cols':", err + )) } colnames(processed) <- purrr::map_chr(curr_cols, function(x) { new_cols$to[which(new_cols$from == x)] }) - } attributes(processed)$url <- resp$url attributes(processed)$time <- Sys.time() diff --git a/R/data.R b/R/data.R index b6660ec..fd4acf4 100644 --- a/R/data.R +++ b/R/data.R @@ -28,4 +28,3 @@ #' \item{from}{original column names} #' } "ct_pretty_cols" - diff --git a/R/legacy.R b/R/legacy.R index a604b72..d68fce0 100644 --- a/R/legacy.R +++ b/R/legacy.R @@ -9,7 +9,7 @@ #' @export #' @returns depreciation error ct_commodity_db_type <- function(...) { - lifecycle::deprecate_stop("1.0.0", "ct_commodity_db_type()") + lifecycle::deprecate_stop("1.0.0", "ct_commodity_db_type()") } @@ -24,8 +24,10 @@ ct_commodity_db_type <- function(...) { #' @export #' @returns depreciation error ct_country_lookup <- function(...) { - lifecycle::deprecate_stop("1.0.0", - "ct_country_lookup()") + lifecycle::deprecate_stop( + "1.0.0", + "ct_country_lookup()" + ) } #' @title ct_search @@ -38,9 +40,11 @@ ct_country_lookup <- function(...) { #' @export #' @returns depreciation error ct_search <- function(...) { - lifecycle::deprecate_stop("1.0.0", - "ct_search()", - "ct_get_data()") + lifecycle::deprecate_stop( + "1.0.0", + "ct_search()", + "ct_get_data()" + ) } #' @title ct_update_databases @@ -53,8 +57,10 @@ ct_search <- function(...) { #' @export #' @returns depreciation error ct_update_databases <- function(...) { - lifecycle::deprecate_stop("1.0.0", - "ct_update_databases()") + lifecycle::deprecate_stop( + "1.0.0", + "ct_update_databases()" + ) } #' @title ct_use_pretty_cols @@ -67,8 +73,10 @@ ct_update_databases <- function(...) { #' @export #' @returns depreciation error ct_use_pretty_cols <- function(...) { - lifecycle::deprecate_stop("1.0.0", - "ct_use_pretty_cols()") + lifecycle::deprecate_stop( + "1.0.0", + "ct_use_pretty_cols()" + ) } #' @title ct_get_reset_time @@ -81,8 +89,10 @@ ct_use_pretty_cols <- function(...) { #' @export #' @returns depreciation error ct_get_reset_time <- function(...) { - lifecycle::deprecate_stop("1.0.0", - "ct_get_reset_time()") + lifecycle::deprecate_stop( + "1.0.0", + "ct_get_reset_time()" + ) } #' @title ct_get_remaining_hourly_queries @@ -95,8 +105,10 @@ ct_get_reset_time <- function(...) { #' @export #' @returns depreciation error ct_get_remaining_hourly_queries <- function(...) { - lifecycle::deprecate_stop("1.0.0", - "ct_get_remaining_hourly_queries()") + lifecycle::deprecate_stop( + "1.0.0", + "ct_get_remaining_hourly_queries()" + ) } #' @title ct_register_token @@ -109,7 +121,9 @@ ct_get_remaining_hourly_queries <- function(...) { #' @export #' @returns depreciation error ct_register_token <- function(...) { - lifecycle::deprecate_stop("1.0.0", - "ct_register_token()", - "set_primary_comtrade_key()") + lifecycle::deprecate_stop( + "1.0.0", + "ct_register_token()", + "set_primary_comtrade_key()" + ) } diff --git a/R/utils.R b/R/utils.R index 20a8309..4b40e4c 100644 --- a/R/utils.R +++ b/R/utils.R @@ -8,7 +8,7 @@ #' @export #' @examplesIf interactive() #' ## set API key -#' set_primary_comtrade_key('xxxxxc678ca4dbxxxxxxxx8285r3') +#' set_primary_comtrade_key("xxxxxc678ca4dbxxxxxxxx8285r3") #' set_primary_comtrade_key <- function(key = NULL) { if (is.null(key)) { @@ -83,26 +83,25 @@ get_primary_comtrade_key <- function() { #' ct_get_ref_table("reporter") #' ct_get_ref_table <- function(dataset_id, update = FALSE, verbose = FALSE) { - ## make switch to the name of the datasets, which are slightly different to the dataset_ids switch_list <- c( - 'B4' = 'cmd_b4' , - 'B5' = 'cmd_b5' , - 'EB02' = 'cmd_eb02' , - 'EB10' = 'cmd_eb10' , - 'EB10S' = 'cmd_eb10s', - 'EB' = 'cmd_eb' , - 'HS' = 'cmd_hs' , - 'S1' = 'cmd_s1' , - 'S2' = 'cmd_s2' , - 'S3' = 'cmd_s3' , - 'S4' = 'cmd_s4' , - 'SS' = 'cmd_ss' , - 'reporter' = 'reporter' , - 'partner' = 'partner', - 'mode_of_transport' = 'mot', - 'flow_direction' = 'flow', - 'customs_code' = 'customs' + "B4" = "cmd_b4", + "B5" = "cmd_b5", + "EB02" = "cmd_eb02", + "EB10" = "cmd_eb10", + "EB10S" = "cmd_eb10s", + "EB" = "cmd_eb", + "HS" = "cmd_hs", + "S1" = "cmd_s1", + "S2" = "cmd_s2", + "S3" = "cmd_s3", + "S4" = "cmd_s4", + "SS" = "cmd_ss", + "reporter" = "reporter", + "partner" = "partner", + "mode_of_transport" = "mot", + "flow_direction" = "flow", + "customs_code" = "customs" ) ## check dataset id for valid values @@ -116,64 +115,73 @@ ct_get_ref_table <- function(dataset_id, update = FALSE, verbose = FALSE) { ## if the dataset is not yet loaded into the environment ## read it from disk and save to environment - if(is.null(data)){ - data <- fs::path_package(paste0('extdata/',ref_table_id,'.rds'), - package = 'comtradr') |> + if (is.null(data)) { + data <- fs::path_package(paste0("extdata/", ref_table_id, ".rds"), + package = "comtradr" + ) |> readr::read_rds() - assign(dataset_id,data,envir = ct_env) + assign(dataset_id, data, envir = ct_env) } - if(update & any(dataset_id %in% ct_env$updated)){ + if (update & any(dataset_id %in% ct_env$updated)) { ## if update is true, but dataset_id has already been updated once ## only return message if (verbose) { - cli::cli_inform(c("i" = paste0("Already checked for updates for ", - dataset_id,' in this session.'))) + cli::cli_inform(c("i" = paste0( + "Already checked for updates for ", + dataset_id, " in this session." + ))) } return(data) - } else if(update){ + } else if (update) { ## if update is true and not yet updated in this session inform user that update process is starting if (verbose) { - cli::cli_inform(c("i" = paste0("Attempting to update reference table: ", - dataset_id))) + cli::cli_inform(c("i" = paste0( + "Attempting to update reference table: ", + dataset_id + ))) } ## download new reference table from the UN data_new <- ct_download_ref_table(ref_table_id = ref_table_id) - if(unique(data_new$last_modified)>unique(data$last_modified)){ + if (unique(data_new$last_modified) > unique(data$last_modified)) { ## if the date last modified, returned in the header is newer than the old data if (verbose) { - cli::cli_inform(c("i" = paste0("Updated reference tables ", - dataset_id, - " with new data, last modified on: ", - unique(data_new$last_modified)))) # nolint + cli::cli_inform(c("i" = paste0( + "Updated reference tables ", + dataset_id, + " with new data, last modified on: ", + unique(data_new$last_modified) + ))) # nolint } ## write to environment and overwrite old data - assign(dataset_id,data_new,envir = ct_env) + assign(dataset_id, data_new, envir = ct_env) ## let environment variable know that dataset has been updated - ct_env$updated <- c(ct_env$updated,dataset_id) + ct_env$updated <- c(ct_env$updated, dataset_id) return(data_new) } else { ## if last_modified is not newer, let user know that datasets are up to date. if (verbose) { - cli::cli_inform(c("i" = paste0('No update necessary for table ', - dataset_id,'.'))) + cli::cli_inform(c("i" = paste0( + "No update necessary for table ", + dataset_id, "." + ))) } ## save in env variable, that update has been checked in this session - ct_env$updated <- c(ct_env$updated,dataset_id) + ct_env$updated <- c(ct_env$updated, dataset_id) return(as.data.frame(data)) } } else { ## if no update parameter passed on, just return the data read from disk or the env - return(as.data.frame(data)) - } + return(as.data.frame(data)) } +} @@ -182,20 +190,20 @@ ct_get_ref_table <- function(dataset_id, update = FALSE, verbose = FALSE) { #' @noRd ct_download_ref_table <- function(ref_table_id) { iso_3 <- id <- group <- category <- - text <- reporterCodeIsoAlpha3 <- entryEffectiveDate <- NULL - entryExpiredDate <- isGroup <- PartnerCodeIsoAlpha3 <- country <- NULL + text <- reporterCodeIsoAlpha3 <- entryEffectiveDate <- NULL + entryExpiredDate <- isGroup <- PartnerCodeIsoAlpha3 <- country <- NULL ## attempt to get list of datasets of the UN from the env - datasets <- get('list_of_datasets', envir = ct_env) + datasets <- get("list_of_datasets", envir = ct_env) if (is.null(datasets)) { ## if not in env read from disk path_datasets <- - fs::path_package('extdata/list_of_datasets.rda', package = 'comtradr') + fs::path_package("extdata/list_of_datasets.rda", package = "comtradr") load(path_datasets, envir = ct_env) } ## filter to queried ref_table - datasets <- get('list_of_datasets', envir = ct_env) |> + datasets <- get("list_of_datasets", envir = ct_env) |> poorman::filter(category == ref_table_id) ## download reference table from UN @@ -206,10 +214,10 @@ ct_download_ref_table <- function(ref_table_id) { data <- response |> httr2::resp_body_json(simplifyVector = TRUE) - ## get date of last modification from headers + ## get date of last modification from headers last_modified <- httr2::resp_header(header = "Last-Modified", resp = response) |> - stringr::str_extract(pattern = '(\\d{2} [a-zA-Z]+ \\d{4})') |> + stringr::str_extract(pattern = "(\\d{2} [a-zA-Z]+ \\d{4})") |> replace_month() |> as.Date(format = "%d %m %Y") @@ -221,8 +229,8 @@ ct_download_ref_table <- function(ref_table_id) { data$last_modified <- last_modified ## cleaning for reporter and partner - if (ref_table_id %in% c('reporter', 'partner')) { - if (ref_table_id == 'reporter') { + if (ref_table_id %in% c("reporter", "partner")) { + if (ref_table_id == "reporter") { data <- data |> poorman::transmute( id, @@ -244,7 +252,7 @@ ct_download_ref_table <- function(ref_table_id) { group = isGroup, last_modified ) |> - poorman::mutate(iso_3 = ifelse(country == 'World', 'World', iso_3)) + poorman::mutate(iso_3 = ifelse(country == "World", "World", iso_3)) } return(data) } else { @@ -297,12 +305,11 @@ ct_download_ref_table <- function(ref_table_id) { #' @seealso \code{\link{grepl}} #' #' @examplesIf interactive() -#' comtradr::ct_commodity_lookup('wine') - +#' comtradr::ct_commodity_lookup("wine") ct_commodity_lookup <- function(search_terms, return_code = FALSE, - commodity_classification = 'HS', - type = 'goods', + commodity_classification = "HS", + type = "goods", return_char = FALSE, verbose = TRUE, ignore.case = TRUE, @@ -311,13 +318,17 @@ ct_commodity_lookup <- function(search_terms, stopifnot(mode(search_terms) %in% c("numeric", "character")) search_terms <- as.character(search_terms) - commodity_classification <- check_clCode(check_type(type), - commodity_classification) + commodity_classification <- check_clCode( + check_type(type), + commodity_classification + ) # Fetch the commodity database from ct_env. - commodity_df <- ct_get_ref_table(dataset_id = commodity_classification, - update, - verbose) + commodity_df <- ct_get_ref_table( + dataset_id = commodity_classification, + update, + verbose + ) # transform input arg "return_code" to match the col name indicated @@ -339,7 +350,8 @@ ct_commodity_lookup <- function(search_terms, lu <- "id" } commodity_df[grepl(x, commodity_df[[lu]], - ignore.case = ignore.case), return_col] + ignore.case = ignore.case + ), return_col] }) # If "verbose" == TRUE, create warning message if any of the elements of @@ -373,7 +385,9 @@ ct_commodity_lookup <- function(search_terms, #' #' @noRd replace_month <- function(date_str) { - months <- c("Jan" = "01", "Feb" = "02", "Mar" = "03", "Apr" = "04", "May" = "05", "Jun" = "06", - "Jul" = "07", "Aug" = "08", "Sep" = "09", "Oct" = "10", "Nov" = "11", "Dec" = "12") + months <- c( + "Jan" = "01", "Feb" = "02", "Mar" = "03", "Apr" = "04", "May" = "05", "Jun" = "06", + "Jul" = "07", "Aug" = "08", "Sep" = "09", "Oct" = "10", "Nov" = "11", "Dec" = "12" + ) stringr::str_replace_all(date_str, months) } diff --git a/R/zzz.R b/R/zzz.R index b86a913..22f5c9f 100644 --- a/R/zzz.R +++ b/R/zzz.R @@ -6,37 +6,38 @@ ct_env <- new.env() assign( "ua", paste( - Sys.info()[["user"]], R.version$version.str, version$platform, sep = ", " - ), envir = ct_env + Sys.info()[["user"]], R.version$version.str, version$platform, + sep = ", " + ), + envir = ct_env ) # Initialize placeholders for package data within ct_env. -assign('B4', NULL, envir = ct_env) -assign('B5', NULL, envir = ct_env) -assign('EB0', NULL, envir = ct_env) -assign('EB10', NULL, envir = ct_env) -assign('EB10s', NULL, envir = ct_env) -assign('EB', NULL, envir = ct_env) -assign('H0', NULL, envir = ct_env) -assign('H1', NULL, envir = ct_env) -assign('H2', NULL, envir = ct_env) -assign('H3', NULL, envir = ct_env) -assign('H4', NULL, envir = ct_env) -assign('H5', NULL, envir = ct_env) -assign('H6', NULL, envir = ct_env) -assign('HS', NULL, envir = ct_env) -assign('S1', NULL, envir = ct_env) -assign('S2', NULL, envir = ct_env) -assign('S3', NULL, envir = ct_env) -assign('S4', NULL, envir = ct_env) -assign('SS', NULL, envir = ct_env) -assign('mode_of_transport', NULL, envir = ct_env) -assign('customs_code', NULL, envir = ct_env) -assign('flow_direction', NULL, envir = ct_env) -assign('reporter', NULL, envir = ct_env) -assign('partner', NULL, envir = ct_env) -assign('list_of_datasets', NULL, envir = ct_env) -assign('reporter', ct_get_ref_table('reporter'), envir = ct_env) -assign('partner', ct_get_ref_table('partner'), envir = ct_env) -assign('updated', 'init', envir = ct_env) - +assign("B4", NULL, envir = ct_env) +assign("B5", NULL, envir = ct_env) +assign("EB0", NULL, envir = ct_env) +assign("EB10", NULL, envir = ct_env) +assign("EB10s", NULL, envir = ct_env) +assign("EB", NULL, envir = ct_env) +assign("H0", NULL, envir = ct_env) +assign("H1", NULL, envir = ct_env) +assign("H2", NULL, envir = ct_env) +assign("H3", NULL, envir = ct_env) +assign("H4", NULL, envir = ct_env) +assign("H5", NULL, envir = ct_env) +assign("H6", NULL, envir = ct_env) +assign("HS", NULL, envir = ct_env) +assign("S1", NULL, envir = ct_env) +assign("S2", NULL, envir = ct_env) +assign("S3", NULL, envir = ct_env) +assign("S4", NULL, envir = ct_env) +assign("SS", NULL, envir = ct_env) +assign("mode_of_transport", NULL, envir = ct_env) +assign("customs_code", NULL, envir = ct_env) +assign("flow_direction", NULL, envir = ct_env) +assign("reporter", NULL, envir = ct_env) +assign("partner", NULL, envir = ct_env) +assign("list_of_datasets", NULL, envir = ct_env) +assign("reporter", ct_get_ref_table("reporter"), envir = ct_env) +assign("partner", ct_get_ref_table("partner"), envir = ct_env) +assign("updated", "init", envir = ct_env) diff --git a/man/ct_build_request.Rd b/man/ct_build_request.Rd index 1fe110e..26b28bd 100644 --- a/man/ct_build_request.Rd +++ b/man/ct_build_request.Rd @@ -26,22 +26,24 @@ It is called internally ct \code{ct_get_data()} \examples{ \dontshow{if (interactive()) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} # Build request from checked parameters -comtradr:::ct_build_request(comtradr:::ct_check_params(type = 'goods', - frequency = 'A', - commodity_classification = 'HS', - commodity_code = 'TOTAL', - flow_direction = 'all', - reporter = 'all', - partner = 'World', - start_date = 2020, - end_date = 2022, - process = TRUE, - tidy_cols = TRUE, - verbose = FALSE, - primary_token = 'xxxx', - mode_of_transport = '0', - partner_2 = 'World', - customs_code ='C00', - update = FALSE )) +comtradr:::ct_build_request(comtradr:::ct_check_params( + type = "goods", + frequency = "A", + commodity_classification = "HS", + commodity_code = "TOTAL", + flow_direction = "all", + reporter = "all", + partner = "World", + start_date = 2020, + end_date = 2022, + process = TRUE, + tidy_cols = TRUE, + verbose = FALSE, + primary_token = "xxxx", + mode_of_transport = "0", + partner_2 = "World", + customs_code = "C00", + update = FALSE +)) \dontshow{\}) # examplesIf} } diff --git a/man/ct_check_params.Rd b/man/ct_check_params.Rd index 9ca64fe..dfc64a6 100644 --- a/man/ct_check_params.Rd +++ b/man/ct_check_params.Rd @@ -98,21 +98,22 @@ official Comtrade API. \examples{ \dontshow{if (interactive()) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} # Build request from checked parameters -comtradr:::ct_check_params(type = 'goods', - frequency = 'A', - commodity_classification = 'HS', - commodity_code = 'TOTAL', - flow_direction = 'all', - reporter = 'all', - partner = 'World', - start_date = 2020, - end_date = 2022, - verbose = FALSE, - primary_token = 'xxxx', - mode_of_transport = '0', - partner_2 = 'World', - customs_code = 'C00', - update = FALSE - ) +comtradr:::ct_check_params( + type = "goods", + frequency = "A", + commodity_classification = "HS", + commodity_code = "TOTAL", + flow_direction = "all", + reporter = "all", + partner = "World", + start_date = 2020, + end_date = 2022, + verbose = FALSE, + primary_token = "xxxx", + mode_of_transport = "0", + partner_2 = "World", + customs_code = "C00", + update = FALSE +) \dontshow{\}) # examplesIf} } diff --git a/man/ct_commodity_lookup.Rd b/man/ct_commodity_lookup.Rd index e30c9ba..210cbed 100644 --- a/man/ct_commodity_lookup.Rd +++ b/man/ct_commodity_lookup.Rd @@ -71,7 +71,7 @@ within R, see } \examples{ \dontshow{if (interactive()) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} -comtradr::ct_commodity_lookup('wine') +comtradr::ct_commodity_lookup("wine") \dontshow{\}) # examplesIf} } \seealso{ diff --git a/man/ct_get_data.Rd b/man/ct_get_data.Rd index 987e21a..59fdde9 100644 --- a/man/ct_get_data.Rd +++ b/man/ct_get_data.Rd @@ -134,32 +134,38 @@ This can be useful for broad queries but may result in large datasets. \examples{ \dontshow{if (interactive()) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} # Query goods data for China's trade with Argentina and Germany in 2019 -ct_get_data(type = 'goods', - commodity_classification = 'HS', - commodity_code = 'TOTAL', - reporter = 'CHN', - partner = c('ARG','DEU'), - start_date = '2019', - end_date = '2019', - flow_direction = 'Import', - partner_2 = 'World', - verbose = TRUE) +ct_get_data( + type = "goods", + commodity_classification = "HS", + commodity_code = "TOTAL", + reporter = "CHN", + partner = c("ARG", "DEU"), + start_date = "2019", + end_date = "2019", + flow_direction = "Import", + partner_2 = "World", + verbose = TRUE +) # Query all commodity codes for China's imports from Germany in 2019 -ct_get_data(commodity_code = 'everything', - reporter = 'CHN', - partner = 'DEU', - start_date = '2019', - end_date = '2019', - flow_direction = 'Import') +ct_get_data( + commodity_code = "everything", + reporter = "CHN", + partner = "DEU", + start_date = "2019", + end_date = "2019", + flow_direction = "Import" +) # Query all commodity codes for China's imports from Germany # from January to June of 2019 -ct_get_data(commodity_code = "everything", - reporter = 'CHN', - partner = 'DEU', - start_date = '2019', - end_date = '2019', - flow_direction = 'import') +ct_get_data( + commodity_code = "everything", + reporter = "CHN", + partner = "DEU", + start_date = "2019", + end_date = "2019", + flow_direction = "import" +) \dontshow{\}) # examplesIf} } diff --git a/man/ct_perform_request.Rd b/man/ct_perform_request.Rd index 3fac9f0..82057fd 100644 --- a/man/ct_perform_request.Rd +++ b/man/ct_perform_request.Rd @@ -26,13 +26,15 @@ API asks for longer waiting times. } \examples{ \dontshow{if (interactive()) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} -ct_get_data(commodity_code = NULL, - reporter = 'CHN', - partner = 'DEU', - start_date = '2019', - end_date = '2019', - flow_direction = 'import') +ct_get_data( + commodity_code = NULL, + reporter = "CHN", + partner = "DEU", + start_date = "2019", + end_date = "2019", + flow_direction = "import" +) req <- httr2::last_request() -resp <- comtradr:::ct_perform_request(req, requests_per_second = 10/60, verbose = FALSE) +resp <- comtradr:::ct_perform_request(req, requests_per_second = 10 / 60, verbose = FALSE) \dontshow{\}) # examplesIf} } diff --git a/man/ct_process_response.Rd b/man/ct_process_response.Rd index b80338d..34b848d 100644 --- a/man/ct_process_response.Rd +++ b/man/ct_process_response.Rd @@ -23,14 +23,16 @@ The function is internally called by \code{ct_get_data()} and processes the httr } \examples{ \dontshow{if (interactive()) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} -ct_get_data(commodity_code = NULL, - reporter = 'CHN', - partner = 'DEU', - start_date = '2019', - end_date = '2019', - flow_direction = 'import') +ct_get_data( + commodity_code = NULL, + reporter = "CHN", + partner = "DEU", + start_date = "2019", + end_date = "2019", + flow_direction = "import" +) req <- httr2::last_request() -resp <- comtradr:::ct_perform_request(req, requests_per_second = 10/60, verbose = FALSE) +resp <- comtradr:::ct_perform_request(req, requests_per_second = 10 / 60, verbose = FALSE) data <- comtradr:::ct_process_response(resp) \dontshow{\}) # examplesIf} } diff --git a/man/set_primary_comtrade_key.Rd b/man/set_primary_comtrade_key.Rd index d1331b2..ca4a207 100644 --- a/man/set_primary_comtrade_key.Rd +++ b/man/set_primary_comtrade_key.Rd @@ -18,6 +18,6 @@ If you would like your Comtrade API key to persist in between sessions, use \cod \examples{ \dontshow{if (interactive()) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} ## set API key -set_primary_comtrade_key('xxxxxc678ca4dbxxxxxxxx8285r3') +set_primary_comtrade_key("xxxxxc678ca4dbxxxxxxxx8285r3") \dontshow{\}) # examplesIf} } diff --git a/tests/spelling.R b/tests/spelling.R index 6713838..13f77d9 100644 --- a/tests/spelling.R +++ b/tests/spelling.R @@ -1,3 +1,6 @@ -if(requireNamespace('spelling', quietly = TRUE)) - spelling::spell_check_test(vignettes = TRUE, error = FALSE, - skip_on_cran = TRUE) +if (requireNamespace("spelling", quietly = TRUE)) { + spelling::spell_check_test( + vignettes = TRUE, error = FALSE, + skip_on_cran = TRUE + ) +} diff --git a/tests/testthat/goods/comtradeapi.un.org/data/v1/get/C/A/HS-5e2730.R b/tests/testthat/goods/comtradeapi.un.org/data/v1/get/C/A/HS-5e2730.R index dce10c2..2ff8e1d 100644 --- a/tests/testthat/goods/comtradeapi.un.org/data/v1/get/C/A/HS-5e2730.R +++ b/tests/testthat/goods/comtradeapi.un.org/data/v1/get/C/A/HS-5e2730.R @@ -1,10 +1,14 @@ -structure(list(method = "GET", url = "https://comtradeapi.un.org/data/v1/get/C/A/HS?cmdCode=TOTAL&partnerCode=32%2C280%2C276&reporterCode=156&period=2010&motCode=0&partner2Code=0&customsCode=C00&includeDesc=TRUE", - status_code = 200L, headers = structure(list(`Transfer-Encoding` = "chunked", - `Content-Type` = "application/json; charset=utf-8", `Content-Encoding` = "gzip", - Vary = "Accept-Encoding", `Request-Context` = "appId=cid-v1:9b6e1d5a-3728-46ff-b743-6d33d23e54a6", - `x-frame-options` = "deny", `X-Content-Type-Options` = "nosniff", - `X-XSS-Protection` = "1;mode=block", `strict-transport-security` = "max-age=31536000;includeSubDomains", - `content-security-policy` = "frame-src 'self'", `x-permitted-cross-domain-policies` = "none", - `Referrer-Policy` = "no-referrer-when-downgrade", `Permissions-Policy` = "accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()", - Date = "Sun, 17 Dec 2023 21:56:38 GMT"), class = "httr2_headers"), - body = charToRaw("{\"elapsedTime\":\"0.11 secs\",\"count\":4,\"data\":[{\"typeCode\":\"C\",\"freqCode\":\"A\",\"refPeriodId\":20100101,\"refYear\":2010,\"refMonth\":52,\"period\":\"2010\",\"reporterCode\":156,\"reporterISO\":\"CHN\",\"reporterDesc\":\"China\",\"flowCode\":\"M\",\"flowDesc\":\"Import\",\"partnerCode\":32,\"partnerISO\":\"ARG\",\"partnerDesc\":\"Argentina\",\"partner2Code\":0,\"partner2ISO\":\"W00\",\"partner2Desc\":\"World\",\"classificationCode\":\"H3\",\"classificationSearchCode\":\"HS\",\"isOriginalClassification\":true,\"cmdCode\":\"TOTAL\",\"cmdDesc\":\"All Commodities\",\"aggrLevel\":0,\"isLeaf\":false,\"customsCode\":\"C00\",\"customsDesc\":\"TOTAL CPC\",\"mosCode\":\"0\",\"motCode\":0,\"motDesc\":\"TOTAL MOT\",\"qtyUnitCode\":-1,\"qtyUnitAbbr\":\"N/A\",\"qty\":null,\"isQtyEstimated\":false,\"altQtyUnitCode\":-1,\"altQtyUnitAbbr\":\"N/A\",\"altQty\":null,\"isAltQtyEstimated\":false,\"netWgt\":null,\"isNetWgtEstimated\":false,\"grossWgt\":null,\"isGrossWgtEstimated\":false,\"cifvalue\":6804128143.0,\"fobvalue\":null,\"primaryValue\":6804128143.0,\"legacyEstimationFlag\":0,\"isReported\":true,\"isAggregate\":false},{\"typeCode\":\"C\",\"freqCode\":\"A\",\"refPeriodId\":20100101,\"refYear\":2010,\"refMonth\":52,\"period\":\"2010\",\"reporterCode\":156,\"reporterISO\":\"CHN\",\"reporterDesc\":\"China\",\"flowCode\":\"X\",\"flowDesc\":\"Export\",\"partnerCode\":32,\"partnerISO\":\"ARG\",\"partnerDesc\":\"Argentina\",\"partner2Code\":0,\"partner2ISO\":\"W00\",\"partner2Desc\":\"World\",\"classificationCode\":\"H3\",\"classificationSearchCode\":\"HS\",\"isOriginalClassification\":true,\"cmdCode\":\"TOTAL\",\"cmdDesc\":\"All Commodities\",\"aggrLevel\":0,\"isLeaf\":false,\"customsCode\":\"C00\",\"customsDesc\":\"TOTAL CPC\",\"mosCode\":\"0\",\"motCode\":0,\"motDesc\":\"TOTAL MOT\",\"qtyUnitCode\":-1,\"qtyUnitAbbr\":\"N/A\",\"qty\":null,\"isQtyEstimated\":false,\"altQtyUnitCode\":-1,\"altQtyUnitAbbr\":\"N/A\",\"altQty\":null,\"isAltQtyEstimated\":false,\"netWgt\":null,\"isNetWgtEstimated\":false,\"grossWgt\":null,\"isGrossWgtEstimated\":false,\"cifvalue\":null,\"fobvalue\":6115764185.0,\"primaryValue\":6115764185.0,\"legacyEstimationFlag\":0,\"isReported\":true,\"isAggregate\":false},{\"typeCode\":\"C\",\"freqCode\":\"A\",\"refPeriodId\":20100101,\"refYear\":2010,\"refMonth\":52,\"period\":\"2010\",\"reporterCode\":156,\"reporterISO\":\"CHN\",\"reporterDesc\":\"China\",\"flowCode\":\"M\",\"flowDesc\":\"Import\",\"partnerCode\":276,\"partnerISO\":\"DEU\",\"partnerDesc\":\"Germany\",\"partner2Code\":0,\"partner2ISO\":\"W00\",\"partner2Desc\":\"World\",\"classificationCode\":\"H3\",\"classificationSearchCode\":\"HS\",\"isOriginalClassification\":true,\"cmdCode\":\"TOTAL\",\"cmdDesc\":\"All Commodities\",\"aggrLevel\":0,\"isLeaf\":false,\"customsCode\":\"C00\",\"customsDesc\":\"TOTAL CPC\",\"mosCode\":\"0\",\"motCode\":0,\"motDesc\":\"TOTAL MOT\",\"qtyUnitCode\":-1,\"qtyUnitAbbr\":\"N/A\",\"qty\":null,\"isQtyEstimated\":false,\"altQtyUnitCode\":-1,\"altQtyUnitAbbr\":\"N/A\",\"altQty\":null,\"isAltQtyEstimated\":false,\"netWgt\":null,\"isNetWgtEstimated\":false,\"grossWgt\":null,\"isGrossWgtEstimated\":false,\"cifvalue\":74251272075.0,\"fobvalue\":null,\"primaryValue\":74251272075.0,\"legacyEstimationFlag\":0,\"isReported\":true,\"isAggregate\":false},{\"typeCode\":\"C\",\"freqCode\":\"A\",\"refPeriodId\":20100101,\"refYear\":2010,\"refMonth\":52,\"period\":\"2010\",\"reporterCode\":156,\"reporterISO\":\"CHN\",\"reporterDesc\":\"China\",\"flowCode\":\"X\",\"flowDesc\":\"Export\",\"partnerCode\":276,\"partnerISO\":\"DEU\",\"partnerDesc\":\"Germany\",\"partner2Code\":0,\"partner2ISO\":\"W00\",\"partner2Desc\":\"World\",\"classificationCode\":\"H3\",\"classificationSearchCode\":\"HS\",\"isOriginalClassification\":true,\"cmdCode\":\"TOTAL\",\"cmdDesc\":\"All Commodities\",\"aggrLevel\":0,\"isLeaf\":false,\"customsCode\":\"C00\",\"customsDesc\":\"TOTAL CPC\",\"mosCode\":\"0\",\"motCode\":0,\"motDesc\":\"TOTAL MOT\",\"qtyUnitCode\":-1,\"qtyUnitAbbr\":\"N/A\",\"qty\":null,\"isQtyEstimated\":false,\"altQtyUnitCode\":-1,\"altQtyUnitAbbr\":\"N/A\",\"altQty\":null,\"isAltQtyEstimated\":false,\"netWgt\":null,\"isNetWgtEstimated\":false,\"grossWgt\":null,\"isGrossWgtEstimated\":false,\"cifvalue\":null,\"fobvalue\":68047133397.0,\"primaryValue\":68047133397.0,\"legacyEstimationFlag\":0,\"isReported\":true,\"isAggregate\":false}],\"error\":\"\"}")), class = "httr2_response") +structure(list( + method = "GET", url = "https://comtradeapi.un.org/data/v1/get/C/A/HS?cmdCode=TOTAL&partnerCode=32%2C280%2C276&reporterCode=156&period=2010&motCode=0&partner2Code=0&customsCode=C00&includeDesc=TRUE", + status_code = 200L, headers = structure(list( + `Transfer-Encoding` = "chunked", + `Content-Type` = "application/json; charset=utf-8", `Content-Encoding` = "gzip", + Vary = "Accept-Encoding", `Request-Context` = "appId=cid-v1:9b6e1d5a-3728-46ff-b743-6d33d23e54a6", + `x-frame-options` = "deny", `X-Content-Type-Options` = "nosniff", + `X-XSS-Protection` = "1;mode=block", `strict-transport-security` = "max-age=31536000;includeSubDomains", + `content-security-policy` = "frame-src 'self'", `x-permitted-cross-domain-policies` = "none", + `Referrer-Policy` = "no-referrer-when-downgrade", `Permissions-Policy` = "accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()", + Date = "Sun, 17 Dec 2023 21:56:38 GMT" + ), class = "httr2_headers"), + body = charToRaw("{\"elapsedTime\":\"0.11 secs\",\"count\":4,\"data\":[{\"typeCode\":\"C\",\"freqCode\":\"A\",\"refPeriodId\":20100101,\"refYear\":2010,\"refMonth\":52,\"period\":\"2010\",\"reporterCode\":156,\"reporterISO\":\"CHN\",\"reporterDesc\":\"China\",\"flowCode\":\"M\",\"flowDesc\":\"Import\",\"partnerCode\":32,\"partnerISO\":\"ARG\",\"partnerDesc\":\"Argentina\",\"partner2Code\":0,\"partner2ISO\":\"W00\",\"partner2Desc\":\"World\",\"classificationCode\":\"H3\",\"classificationSearchCode\":\"HS\",\"isOriginalClassification\":true,\"cmdCode\":\"TOTAL\",\"cmdDesc\":\"All Commodities\",\"aggrLevel\":0,\"isLeaf\":false,\"customsCode\":\"C00\",\"customsDesc\":\"TOTAL CPC\",\"mosCode\":\"0\",\"motCode\":0,\"motDesc\":\"TOTAL MOT\",\"qtyUnitCode\":-1,\"qtyUnitAbbr\":\"N/A\",\"qty\":null,\"isQtyEstimated\":false,\"altQtyUnitCode\":-1,\"altQtyUnitAbbr\":\"N/A\",\"altQty\":null,\"isAltQtyEstimated\":false,\"netWgt\":null,\"isNetWgtEstimated\":false,\"grossWgt\":null,\"isGrossWgtEstimated\":false,\"cifvalue\":6804128143.0,\"fobvalue\":null,\"primaryValue\":6804128143.0,\"legacyEstimationFlag\":0,\"isReported\":true,\"isAggregate\":false},{\"typeCode\":\"C\",\"freqCode\":\"A\",\"refPeriodId\":20100101,\"refYear\":2010,\"refMonth\":52,\"period\":\"2010\",\"reporterCode\":156,\"reporterISO\":\"CHN\",\"reporterDesc\":\"China\",\"flowCode\":\"X\",\"flowDesc\":\"Export\",\"partnerCode\":32,\"partnerISO\":\"ARG\",\"partnerDesc\":\"Argentina\",\"partner2Code\":0,\"partner2ISO\":\"W00\",\"partner2Desc\":\"World\",\"classificationCode\":\"H3\",\"classificationSearchCode\":\"HS\",\"isOriginalClassification\":true,\"cmdCode\":\"TOTAL\",\"cmdDesc\":\"All Commodities\",\"aggrLevel\":0,\"isLeaf\":false,\"customsCode\":\"C00\",\"customsDesc\":\"TOTAL CPC\",\"mosCode\":\"0\",\"motCode\":0,\"motDesc\":\"TOTAL MOT\",\"qtyUnitCode\":-1,\"qtyUnitAbbr\":\"N/A\",\"qty\":null,\"isQtyEstimated\":false,\"altQtyUnitCode\":-1,\"altQtyUnitAbbr\":\"N/A\",\"altQty\":null,\"isAltQtyEstimated\":false,\"netWgt\":null,\"isNetWgtEstimated\":false,\"grossWgt\":null,\"isGrossWgtEstimated\":false,\"cifvalue\":null,\"fobvalue\":6115764185.0,\"primaryValue\":6115764185.0,\"legacyEstimationFlag\":0,\"isReported\":true,\"isAggregate\":false},{\"typeCode\":\"C\",\"freqCode\":\"A\",\"refPeriodId\":20100101,\"refYear\":2010,\"refMonth\":52,\"period\":\"2010\",\"reporterCode\":156,\"reporterISO\":\"CHN\",\"reporterDesc\":\"China\",\"flowCode\":\"M\",\"flowDesc\":\"Import\",\"partnerCode\":276,\"partnerISO\":\"DEU\",\"partnerDesc\":\"Germany\",\"partner2Code\":0,\"partner2ISO\":\"W00\",\"partner2Desc\":\"World\",\"classificationCode\":\"H3\",\"classificationSearchCode\":\"HS\",\"isOriginalClassification\":true,\"cmdCode\":\"TOTAL\",\"cmdDesc\":\"All Commodities\",\"aggrLevel\":0,\"isLeaf\":false,\"customsCode\":\"C00\",\"customsDesc\":\"TOTAL CPC\",\"mosCode\":\"0\",\"motCode\":0,\"motDesc\":\"TOTAL MOT\",\"qtyUnitCode\":-1,\"qtyUnitAbbr\":\"N/A\",\"qty\":null,\"isQtyEstimated\":false,\"altQtyUnitCode\":-1,\"altQtyUnitAbbr\":\"N/A\",\"altQty\":null,\"isAltQtyEstimated\":false,\"netWgt\":null,\"isNetWgtEstimated\":false,\"grossWgt\":null,\"isGrossWgtEstimated\":false,\"cifvalue\":74251272075.0,\"fobvalue\":null,\"primaryValue\":74251272075.0,\"legacyEstimationFlag\":0,\"isReported\":true,\"isAggregate\":false},{\"typeCode\":\"C\",\"freqCode\":\"A\",\"refPeriodId\":20100101,\"refYear\":2010,\"refMonth\":52,\"period\":\"2010\",\"reporterCode\":156,\"reporterISO\":\"CHN\",\"reporterDesc\":\"China\",\"flowCode\":\"X\",\"flowDesc\":\"Export\",\"partnerCode\":276,\"partnerISO\":\"DEU\",\"partnerDesc\":\"Germany\",\"partner2Code\":0,\"partner2ISO\":\"W00\",\"partner2Desc\":\"World\",\"classificationCode\":\"H3\",\"classificationSearchCode\":\"HS\",\"isOriginalClassification\":true,\"cmdCode\":\"TOTAL\",\"cmdDesc\":\"All Commodities\",\"aggrLevel\":0,\"isLeaf\":false,\"customsCode\":\"C00\",\"customsDesc\":\"TOTAL CPC\",\"mosCode\":\"0\",\"motCode\":0,\"motDesc\":\"TOTAL MOT\",\"qtyUnitCode\":-1,\"qtyUnitAbbr\":\"N/A\",\"qty\":null,\"isQtyEstimated\":false,\"altQtyUnitCode\":-1,\"altQtyUnitAbbr\":\"N/A\",\"altQty\":null,\"isAltQtyEstimated\":false,\"netWgt\":null,\"isNetWgtEstimated\":false,\"grossWgt\":null,\"isGrossWgtEstimated\":false,\"cifvalue\":null,\"fobvalue\":68047133397.0,\"primaryValue\":68047133397.0,\"legacyEstimationFlag\":0,\"isReported\":true,\"isAggregate\":false}],\"error\":\"\"}") +), class = "httr2_response") From 199247630e98f2fa16af0db5fe1250be42e6955d Mon Sep 17 00:00:00 2001 From: paul bochtler <65470117+datapumpernickel@users.noreply.github.com> Date: Fri, 22 Dec 2023 19:09:13 +0100 Subject: [PATCH 28/30] lines longer than 80 characters --- DESCRIPTION | 8 +- R/ct_build_request.R | 10 +- R/ct_check_params.R | 108 ++++++----- R/ct_perform_request.R | 13 +- R/ct_process_response.R | 11 +- R/data.R | 26 ++- R/legacy.R | 28 ++- R/utils.R | 34 ++-- README.Rmd | 29 ++- .../data/v1/get/C/A/HS-5e2730.R | 20 ++- .../data/v1/get/S/A/EB-b31ccb.R | 27 +-- tests/testthat/test-ct_build_request.R | 2 +- tests/testthat/test-ct_check_parameters.R | 28 +-- vignettes/comtradr.Rmd | 170 +++++++++++++----- vignettes/large_data.Rmd | 28 ++- vignettes/transition.Rmd | 34 ++-- 16 files changed, 395 insertions(+), 181 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b94038e..fb4b53f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -17,22 +17,22 @@ Authors@R: c( role = "rev", comment = c(ORCID = "0000-0002-3915-0618", "Alicia reviewed the package for rOpenSci, - see https://github.com/ropensci/onboarding/issues/141")), + see https://github.com/ropensci/onboarding/issues/141")), person("Rafael", "Hellwig", role = "rev", comment = c(ORCID = "0000-0002-3092-3493", "Rafael reviewed the package for rOpenSci, - see https://github.com/ropensci/onboarding/issues/141")), + see https://github.com/ropensci/onboarding/issues/141")), person("Ernest", "Guevarra", role = "rev", comment = c(ORCID = "0000-0002-4887-4415", "Ernest reviewed the package for rOpenSci, - see https://github.com/ropensci/software-review/issues/613")), + see https://github.com/ropensci/software-review/issues/613")), person("Nicholas", "Potter", role = "rev", comment = c(ORCID = "0000-0002-3410-3732", "Nicholas reviewed the package for rOpenSci, - see https://github.com/ropensci/software-review/issues/613")), + see https://github.com/ropensci/software-review/issues/613")), person("Juergen", "Amann", role=c("ctb"))) Description: Interface with and extract data from the United Nations Comtrade API . Comtrade provides country level shipping diff --git a/R/ct_build_request.R b/R/ct_build_request.R index 00dd92e..36fed4a 100644 --- a/R/ct_build_request.R +++ b/R/ct_build_request.R @@ -1,10 +1,12 @@ #' Build a valid request object from the checked parameters #' -#' This is an internal function takes the necessary parameters from `ct_check_params()` -#' and creates a httr2 request to be performed. This request can then be used in a second function, `ct_perform_request()` to actually return the data. -#' It is called internally ct `ct_get_data()` +#' This is an internal function takes the necessary parameters +#' from `ct_check_params()` and creates a httr2 request to be performed. +#' This request can then be used in a second function, `ct_perform_request()` +#' to actually return the data. It is called internally ct `ct_get_data()` #' -#' @param params a named vector of parameters for the comtrade request, result from `ct_check_params()`. +#' @param params a named vector of parameters for the comtrade request, +#' result from `ct_check_params()`. #' #' @examplesIf interactive() #' # Build request from checked parameters diff --git a/R/ct_check_params.R b/R/ct_check_params.R index d2b2d52..8a5e7bf 100644 --- a/R/ct_check_params.R +++ b/R/ct_check_params.R @@ -1,8 +1,8 @@ -#' Check that input parameters are valid and in compliance with UN Comtrade APIs. +#' Check input parameters are valid and in compliance with UN Comtrade APIs. #' #' This is an internal function that is called by `ct_get_data()` and processes -#' most arguments that are passed to it according to the relevant limitations of the -#' official Comtrade API. +#' most arguments that are passed to it according to the relevant limitations +#' of the official Comtrade API. #' #' #' @returns Returns a list of named parameters for building a request. @@ -220,10 +220,14 @@ check_clCode <- function(type, commodity_classification) { #' @returns A character vector specifying the trade flow codes. #' #' @examplesIf interactive() -#' check_flowCode("import") # returns "M" -#' check_flowCode(c("export", "re-export")) # returns "X,RX" -#' check_flowCode("trade") # throws an error because "trade" is not a valid flow code -#' check_flowCode(NULL) # throws an error because at least one flow code must be provided +#' check_flowCode("import") +#' # returns "M" +#' check_flowCode(c("export", "re-export")) +#' # returns "X,RX" +#' check_flowCode("trade") +#' # throws an error because "trade" is not a valid flow code +#' check_flowCode(NULL) +#' # throws an error because at least one flow code must be provided #' #' @noRd check_flowCode <- function(flow_direction, update, verbose) { @@ -245,7 +249,7 @@ check_flowCode <- function(flow_direction, update, verbose) { ) |> poorman::mutate(text = tolower(text)) - rlang::arg_match(flow_direction, values = valid_codes$text, multiple = T) + rlang::arg_match(flow_direction, values = valid_codes$text, multiple = TRUE) # if one of the codes is not in the list of valid codes # send stop signal and list problems @@ -275,10 +279,14 @@ check_flowCode <- function(flow_direction, update, verbose) { #' @returns A character vector specifying the commodity codes requested. #' #' @examplesIf interactive() -#' check_cmdCode("01") # returns "01" -#' check_cmdCode(c("01", "02")) # returns "01,02" -#' check_cmdCode("ABC") # throws an error because "ABC" is not a valid HS code -#' check_cmdCode(NULL) # throws an error because at least one HS code must be provided +#' check_cmdCode("01") +#' # returns "01" +#' check_cmdCode(c("01", "02")) +#' # returns "01,02" +#' check_cmdCode("ABC") +#' # throws an error because "ABC" is not a valid HS code +#' check_cmdCode(NULL) +#' # throws an error because at least one HS code must be provided #' #' @noRd check_cmdCode <- @@ -320,18 +328,22 @@ check_cmdCode <- #' Check validity of reporter parameter. #' -#' This function checks that the given reporter code is valid. If the code is not -#' valid, the function throws an error message indicating which codes are invalid. -#' It also converts the input to a proper format if necessary. +#' This function checks that the given reporter code is valid. +#' If the code is not valid, the function throws an error message +#' indicating which codes are invalid. It also converts the input to a +#' proper format if necessary. #' #' @inheritParams ct_get_data #' #' @returns A character vector of valid reporter IDs. #' #' @examplesIf interactive() -#' check_reporterCode("USA") # returns "842,841" -#' check_reporterCode(c("USA", "FRA")) # returns "251,842,841" -#' check_reporterCode("all") # returns all country codes, excluding any country groupings +#' check_reporterCode("USA") +#' # returns "842,841" +#' check_reporterCode(c("USA", "FRA")) +#' # returns "251,842,841" +#' check_reporterCode("all") +#' # returns all country codes, excluding any country groupings #' #' @noRd check_reporterCode <- function(reporter, update = FALSE, verbose = FALSE) { @@ -353,7 +365,7 @@ check_reporterCode <- function(reporter, update = FALSE, verbose = FALSE) { ## get multiple values or single values that are not 'all_countries' if (length(reporter) > 1 | !any(reporter == "all_countries")) { if (any(reporter == "all_countries")) { - rlang::abort('"all_countries" can only be provided as a single argument.') + rlang::abort('"all_countries" can only be provided as a single argument.') } # if one of the reporter codes is not in the list of valid reporter codes # send stop signal and list problems @@ -386,18 +398,22 @@ check_reporterCode <- function(reporter, update = FALSE, verbose = FALSE) { #' Check validity of partner parameter. #' -#' This function checks that the given partner code is valid. If the code is not -#' valid, the function throws an error message indicating which codes are invalid. -#' It also converts the input to a proper format if necessary. +#' This function checks that the given partner code is valid. +#' If the code is not valid, the function throws an error message +#' indicating which codes are invalid. It also converts the input to a +#' proper format if necessary. #' #' @inheritParams ct_get_data #' #' @returns A character vector of valid partner IDs. #' #' @examplesIf interactive() -#' check_partnerCode("CAN") # returns "124" -#' check_partnerCode(c("CAN", "MEX")) # returns "124,484" -#' check_partnerCode("all") # returns all partner codes, excluding country groupings +#' check_partnerCode("CAN") +#' # returns "124" +#' check_partnerCode(c("CAN", "MEX")) +#' # returns "124,484" +#' check_partnerCode("all") +#' # returns all partner codes, excluding country groupings #' #' @noRd check_partnerCode <- function(partner, update = FALSE, verbose = FALSE) { @@ -417,9 +433,10 @@ check_partnerCode <- function(partner, update = FALSE, verbose = FALSE) { if (length(partner) > 1 | !any(partner == "all_countries")) { partner <- stringr::str_squish(partner) if (any(partner == "all_countries")) { - rlang::abort('"all_countries" can only be provided as a single argument.') + rlang::abort('"all_countries" can only be provided as a single argument.') } - # if one of the partnerCodes is not in the list of valid partnerCodes send stop signal and list problems + # if one of the partnerCodes is not in the list of valid partnerCodes + # send stop signal and list problems if (!all(partner %in% partner_codes$iso_3)) { rlang::abort(paste( "The following partner you provided are invalid: ", @@ -451,18 +468,22 @@ check_partnerCode <- function(partner, update = FALSE, verbose = FALSE) { #' Check validity of partner_2 parameter. #' -#' This function checks that the given partner_2 code is valid. If the code is not -#' valid, the function throws an error message indicating which codes are invalid. -#' It also converts the input to a proper format if necessary. +#' This function checks that the given partner_2 code is valid. +#' If the code is not valid, the function throws an error message +#' indicating which codes are invalid. It also converts the input +#' to a proper format if necessary. #' #' @inheritParams ct_get_data #' #' @returns A character vector of valid partner_2 IDs. #' #' @examplesIf interactive() -#' check_partner2Code("CAN") # returns "124" -#' check_partner2Code(c("CAN", "MEX")) # returns "124,484" -#' check_partner2Code("all") # returns all partner codes, excluding country groupings +#' check_partner2Code("CAN") +#' # returns "124" +#' check_partner2Code(c("CAN", "MEX")) +#' # returns "124,484" +#' check_partner2Code("all") +#' # returns all partner codes, excluding country groupings #' #' @noRd check_partner2Code <- function(partner, update = FALSE, verbose = FALSE) { @@ -482,9 +503,10 @@ check_partner2Code <- function(partner, update = FALSE, verbose = FALSE) { if (length(partner) > 1 | !any(partner == "all_countries")) { partner <- stringr::str_squish(partner) if (any(partner == "all_countries")) { - rlang::abort('"all_countries" can only be provided as a single argument.') + rlang::abort('"all_countries" can only be provided as a single argument.') } - # if one of the partnerCodes is not in the list of valid partnerCodes send stop signal and list problems + # if one of the partnerCodes is not in the list + #of valid partnerCodes send stop signal and list problems if (!all(partner %in% partner_codes$iso_3)) { rlang::abort(paste( "The following partner_2 you provided are invalid: ", @@ -553,7 +575,7 @@ check_motCode <- if (!all(mode_of_transport %in% valid_codes$text)) { rlang::abort( paste0( - "The following mode_of_transport codes you provided are invalid: ", + "The following mode_of_transport codes you provided are invalid: ", paste0( setdiff(mode_of_transport, valid_codes$text), collapse = ", " @@ -621,21 +643,25 @@ check_customsCode <- function(customs_code, update = FALSE, verbose = FALSE) { #' #' This function checks that the given period code is valid. If the range or #' format is not valid, the function throws an error message indicating which -#' codes are invalid. It also converts the input to the proper format if necessary. +#' codes are invalid. It also converts the input to the proper format if +#' necessary. #' #' @inheritParams ct_get_data #' #' @returns A character vector of valid reporter IDs. #' #' @examplesIf interactive() -#' check_date(2010, 2011, "A") # returns "2010,2011" -#' check_date(2010, 2011, "A") # returns "2010" -#' check_date("2010-01", "2010-07", "M") # returns "201001,201002,201003,201004,201005,201006,201007" +#' check_date(2010, 2011, "A") +#' # returns "2010,2011" +#' check_date(2010, 2011, "A") +#' # returns "2010" +#' check_date("2010-01", "2010-07", "M") +#' # returns "201001,201002,201003,201004,201005,201006,201007" #' #' @noRd check_date <- function(start_date, end_date, frequency) { if (is.null(start_date) | is.null(end_date)) { - rlang::abort("Please provide a start and end date for the period of interest.") +rlang::abort("Please provide a start and end date for the period of interest.") } start_date <- as.character(start_date) diff --git a/R/ct_perform_request.R b/R/ct_perform_request.R index 51be04e..fe3a041 100644 --- a/R/ct_perform_request.R +++ b/R/ct_perform_request.R @@ -1,10 +1,14 @@ #' Performs the request to the Comtrade API #' -#' This function is internally called by `ct_get_data()` and performs the request constructed by `ct_build_request()` and returns an error body with the respective error returned by the Comtrade API. -#' By default throttles all requests to 1 request per 6 seconds, or 10 requests per minute, but it adjusts automatically if the +#' This function is internally called by `ct_get_data()` and performs the +#' request constructed by `ct_build_request()` and returns an error body with +#' the respective error returned by the Comtrade API. +#' By default throttles all requests to 1 request per 6 seconds, +#' or 10 requests per minute, but it adjusts automatically if the #' API asks for longer waiting times. #' -#' @param req a valid comtrade request built by the `ct_build_request()` function +#' @param req a valid comtrade request built by the `ct_build_request()` +#' function #' #' @returns JSON data from comtrade, data.frame with results or error codes. #' @examplesIf interactive() @@ -17,7 +21,8 @@ #' flow_direction = "import" #' ) #' req <- httr2::last_request() -#' resp <- comtradr:::ct_perform_request(req, requests_per_second = 10 / 60, verbose = FALSE) +#' resp <- comtradr:::ct_perform_request(req, +#' requests_per_second = 10 / 60, verbose = FALSE) #' @inheritParams ct_get_data ct_perform_request <- function(req, requests_per_second, verbose = FALSE) { if (verbose) { diff --git a/R/ct_process_response.R b/R/ct_process_response.R index 8ba6655..134894f 100644 --- a/R/ct_process_response.R +++ b/R/ct_process_response.R @@ -1,8 +1,12 @@ #' Processes the response object #' -#' The function is internally called by `ct_get_data()` and processes the httr2response object returned by `ct_perform_request()`, it parses the JSON and adds the respective ISO codes for the reporter and partner countries, as well as the commodity code description. +#' The function is internally called by `ct_get_data()` and processes +#' the httr2response object returned by `ct_perform_request()`, it parses the +#' JSON and adds the respective ISO codes for the reporter and partner +#' countries, as well as the commodity code description. #' -#' @param resp a valid httr2 response object created from the function `ct_perform_request()` +#' @param resp a valid httr2 response object created +#' from the function `ct_perform_request()` #' #' @returns a data.frame object with the results #' @@ -16,7 +20,8 @@ #' flow_direction = "import" #' ) #' req <- httr2::last_request() -#' resp <- comtradr:::ct_perform_request(req, requests_per_second = 10 / 60, verbose = FALSE) +#' resp <- comtradr:::ct_perform_request(req, requests_per_second = 10 / 60, +#' verbose = FALSE) #' data <- comtradr:::ct_process_response(resp) #' @inheritParams ct_get_data ct_process_response <- function(resp, verbose = FALSE, tidy_cols) { diff --git a/R/data.R b/R/data.R index fd4acf4..56f6004 100644 --- a/R/data.R +++ b/R/data.R @@ -1,6 +1,7 @@ #' Country codes #' -#' A full dataset of all reporter and partner codes available in the UN Comtrade database. +#' A full dataset of all reporter and partner codes available +#' in the UN Comtrade database. #' #' @format `country_codes` #' A dataframe with 312 rows and eight columns: @@ -8,18 +9,27 @@ #' \item{id}{Unique country code.} #' \item{country}{Name of the country (in English).} #' \item{iso_3}{The country's ISO 3 code.} -#' \item{entry_year}{The country's entry into the international system or 1900 (whichever is largest).} -#' \item{exit_year}{The country's exit from the international system, if applicable.} -#' \item{group}{Indicates whether the entity is a group of countries. For example, ASEAN or the European Union.} -#' \item{reporter}{Indicates whether the country is a reporter in the UN Comtrade database.} -#' \item{partner}{Indicates whether the country can be reported on by others in the UN Comtrade database. Not all partners are reporters. For example, the World cannot report its trade values.} +#' \item{entry_year}{The country's entry into +#' the international system or 1900 (whichever is largest).} +#' \item{exit_year}{The country's exit from the +#' international system, if applicable.} +#' \item{group}{Indicates whether the entity is a +#' group of countries. For example, ASEAN or the European Union.} +#' \item{reporter}{Indicates whether the country is a +#' reporter in the UN Comtrade database.} +#' \item{partner}{Indicates whether the country can be +#' reported on by others in the UN Comtrade database. Not all +#' partners are reporters. For example, +#' the World cannot report its trade values.} #' } -#' @source and +#' @source +#' and "country_codes" #' ct_pretty_cols #' -#' A data.frame with a matched list of tidy and untidy column names for the results. +#' A data.frame with a matched list of tidy and +#' untidy column names for the results. #' #' @format `country_codes` #' A dataframe with 47 rows and twi columns: diff --git a/R/legacy.R b/R/legacy.R index d68fce0..6941fb3 100644 --- a/R/legacy.R +++ b/R/legacy.R @@ -1,7 +1,9 @@ #' @title ct_commodity_db_type -#' @description This function is deprecated. There is currently no alternative for this function. +#' @description This function is deprecated. There is currently +#' no alternative for this function. #' `r lifecycle::badge("superseded")` -#' @param ... Used to catch all possible arguments that users have supplied to this function. +#' @param ... Used to catch all possible arguments that users +#' have supplied to this function. #' #' @examplesIf interactive() #' # no examples because only legacy function @@ -14,7 +16,9 @@ ct_commodity_db_type <- function(...) { #' @title ct_country_lookup -#' @description This function is deprecated. You can `use country_codes` to return a dataset with all possible country codes, but in general the specification of iso 3 codes makes a look-up unnecessary. +#' @description This function is deprecated. You can `use country_codes` +#' to return a dataset with all possible country codes, but in general the +#' specification of iso 3 codes makes a look-up unnecessary. #' `r lifecycle::badge("superseded")` #' #' @inheritParams ct_search @@ -33,7 +37,8 @@ ct_country_lookup <- function(...) { #' @title ct_search #' @description This function is deprecated Please use `ct_get_data()` instead. #' `r lifecycle::badge("superseded")` -#' @param ... Used to catch all possible arguments that users have supplied to this function. +#' @param ... Used to catch all possible arguments that users +#' have supplied to this function. #' @examplesIf interactive() #' # no examples because only legacy function #' @@ -48,7 +53,8 @@ ct_search <- function(...) { } #' @title ct_update_databases -#' @description This function is deprecated. Please use `update` parameter in the main `ct_get_data` function instead. +#' @description This function is deprecated. Please use `update` +#' parameter in the main `ct_get_data` function instead. #' `r lifecycle::badge("superseded")` #' @examplesIf interactive() #' # no examples because only legacy function @@ -64,7 +70,8 @@ ct_update_databases <- function(...) { } #' @title ct_use_pretty_cols -#' @description This function is deprecated. Please use the `process` argument in the main function instead. +#' @description This function is deprecated. Please use the `process` +#' argument in the main function instead. #' `r lifecycle::badge("superseded")` #' @examplesIf interactive() #' # no examples because only legacy function @@ -80,7 +87,8 @@ ct_use_pretty_cols <- function(...) { } #' @title ct_get_reset_time -#' @description This function is deprecated. There is no more reset time, as the upper limit of 250 calls per day is enforced daily. +#' @description This function is deprecated. There is no more reset +#' time, as the upper limit of 250 calls per day is enforced daily. #' `r lifecycle::badge("superseded")` #' @examplesIf interactive() #' # no examples because only legacy function @@ -96,7 +104,8 @@ ct_get_reset_time <- function(...) { } #' @title ct_get_remaining_hourly_queries -#' @description This function is deprecated. There is no more reset time, as the upper limit of 250 calls per day is enforced daily. +#' @description This function is deprecated. There is no more reset +#' time, as the upper limit of 250 calls per day is enforced daily. #' `r lifecycle::badge("superseded")` #' @examplesIf interactive() #' # no examples because only legacy function @@ -112,7 +121,8 @@ ct_get_remaining_hourly_queries <- function(...) { } #' @title ct_register_token -#' @description This function is deprecated. Please use `set_primary_comtrade_key()` instead. +#' @description This function is deprecated. +#' Please use `set_primary_comtrade_key()` instead. #' `r lifecycle::badge("superseded")` #' @examplesIf interactive() #' # no examples because only legacy function diff --git a/R/utils.R b/R/utils.R index 4b40e4c..6910308 100644 --- a/R/utils.R +++ b/R/utils.R @@ -1,6 +1,8 @@ #' Set your primary Comtrade API key in the environment variable #' -#' If you would like your Comtrade API key to persist in between sessions, use `usethis::edit_r_environ()` to add the env variable COMTRADE_PRIMARY to your environment file. +#' If you would like your Comtrade API key to persist in between sessions, +#' use `usethis::edit_r_environ()` to add the env variable COMTRADE_PRIMARY +#' to your environment file. #' #' @param key Provide your primary comtrade key #' @@ -19,9 +21,12 @@ set_primary_comtrade_key <- function(key = NULL) { #' get_primary_comtrade_key #' -#' If you would like your Comtrade API key to persist in between sessions, use `usethis::edit_r_environ()` to add the env variable COMTRADE_PRIMARY to your environment file. +#' If you would like your Comtrade API key to persist in between sessions, +#' use `usethis::edit_r_environ()` to add the env variable COMTRADE_PRIMARY +#' to your environment file. #' -#' @returns Gets your primary comtrade key from the environment var COMTRADE_PRIMARY +#' @returns Gets your primary comtrade key from the environment +#' var COMTRADE_PRIMARY #' @export #' @examplesIf interactive() #' ## get API key @@ -32,7 +37,7 @@ get_primary_comtrade_key <- function() { if (!identical(key, "")) { return(key) } else { - rlang::abort("No API key found, please supply with `set_primary_comtrade_key` function or set COMTRADE_PRIMARY env var") + rlang::abort("No API key found, please supply with `set_primary_comtrade_key` function or set COMTRADE_PRIMARY env var") #nolint } } @@ -83,7 +88,8 @@ get_primary_comtrade_key <- function() { #' ct_get_ref_table("reporter") #' ct_get_ref_table <- function(dataset_id, update = FALSE, verbose = FALSE) { - ## make switch to the name of the datasets, which are slightly different to the dataset_ids + ## make switch to the name of the datasets, + ## which are slightly different to the dataset_ids switch_list <- c( "B4" = "cmd_b4", "B5" = "cmd_b5", @@ -134,7 +140,8 @@ ct_get_ref_table <- function(dataset_id, update = FALSE, verbose = FALSE) { } return(data) } else if (update) { - ## if update is true and not yet updated in this session inform user that update process is starting + ## if update is true and not yet updated in this + ## session inform user that update process is starting if (verbose) { cli::cli_inform(c("i" = paste0( "Attempting to update reference table: ", @@ -146,7 +153,8 @@ ct_get_ref_table <- function(dataset_id, update = FALSE, verbose = FALSE) { data_new <- ct_download_ref_table(ref_table_id = ref_table_id) if (unique(data_new$last_modified) > unique(data$last_modified)) { - ## if the date last modified, returned in the header is newer than the old data + ## if the date last modified, returned in + ## the header is newer than the old data if (verbose) { cli::cli_inform(c("i" = paste0( "Updated reference tables ", @@ -164,7 +172,8 @@ ct_get_ref_table <- function(dataset_id, update = FALSE, verbose = FALSE) { return(data_new) } else { - ## if last_modified is not newer, let user know that datasets are up to date. + ## if last_modified is not newer, + ## let user know that datasets are up to date. if (verbose) { cli::cli_inform(c("i" = paste0( "No update necessary for table ", @@ -178,7 +187,8 @@ ct_get_ref_table <- function(dataset_id, update = FALSE, verbose = FALSE) { return(as.data.frame(data)) } } else { - ## if no update parameter passed on, just return the data read from disk or the env + ## if no update parameter passed on, + ## just return the data read from disk or the env return(as.data.frame(data)) } } @@ -386,8 +396,10 @@ ct_commodity_lookup <- function(search_terms, #' @noRd replace_month <- function(date_str) { months <- c( - "Jan" = "01", "Feb" = "02", "Mar" = "03", "Apr" = "04", "May" = "05", "Jun" = "06", - "Jul" = "07", "Aug" = "08", "Sep" = "09", "Oct" = "10", "Nov" = "11", "Dec" = "12" + "Jan" = "01", "Feb" = "02", "Mar" = "03", + "Apr" = "04", "May" = "05", "Jun" = "06", + "Jul" = "07", "Aug" = "08", "Sep" = "09", + "Oct" = "10", "Nov" = "11", "Dec" = "12" ) stringr::str_replace_all(date_str, months) } diff --git a/README.Rmd b/README.Rmd index e78cc2e..26829a7 100644 --- a/README.Rmd +++ b/README.Rmd @@ -18,25 +18,39 @@ comtradr [![R-CMD-check](https://github.com/ropensci/comtradr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ropensci/comtradr/actions/workflows/R-CMD-check.yaml) [![Codecov test coverage](https://codecov.io/gh/ropensci/comtradr/branch/main/graph/badge.svg)](https://app.codecov.io/gh/ropensci/comtradr?branch=main) -Interface with and extract data from the United Nations Comtrade API . Comtrade provides country level shipping data for a variety of commodities, these functions allow for easy API query and data returned as a tidy data frame. More info can be found [here](https://unstats.un.org/wiki/display/comtrade). Full API documentation can be found [here](https://comtradedeveloper.un.org/). +Interface with and extract data from the United Nations Comtrade API +. Comtrade provides country level shipping data +for a variety of commodities, these functions allow for easy API query and data +returned as a tidy data frame. More info can be found +[here](https://unstats.un.org/wiki/display/comtrade). Full API documentation +can be found [here](https://comtradedeveloper.un.org/). ## Currently re-launching Comtradr 🚧 -The Comtrade API has been undergoing extensive updates. At this point the legacy API has been taken offline (see [here](https://unstats.un.org/wiki/display/comtrade/New+Comtrade+FAQ+for+Advanced+Users#NewComtradeFAQforAdvancedUsers-WhatisthelegacyoftheUNComtrade?UntilwhencanIuseit?)). +The Comtrade API has been undergoing extensive updates. At this point the legacy +API has been taken offline (see [here](https://unstats.un.org/wiki/display/comtrade/New+Comtrade+FAQ+for+Advanced+Users#NewComtradeFAQforAdvancedUsers-WhatisthelegacyoftheUNComtrade?UntilwhencanIuseit?)). -In order to accommodate the new syntax, as well as adding the new functionality, the `comtradr` package has been undergoing an extensive re-write. Additionally, it is not possible anymore to query the API without an API token. There still is a free version, but unlike before you need to be a registered user to obtain the token. See the [FAQ](https://unstats.un.org/wiki/display/comtrade/New+Comtrade+User+Guide#NewComtradeUserGuide-UNComtradeAPIManagement) for details on how to obtain the new access tokens. +In order to accommodate the new syntax, as well as adding the new functionality, +the `comtradr` package has been undergoing an extensive re-write. Additionally, +it is not possible anymore to query the API without an API token. There still is +a free version, but unlike before you need to be a registered user to obtain the +token. See the [FAQ](https://unstats.un.org/wiki/display/comtrade/New+Comtrade+User+Guide#NewComtradeUserGuide-UNComtradeAPIManagement) for details on how to obtain the new access tokens. -Please [report](https://github.com/ropensci/comtradr/issues) issues, comments, or feature requests. We are very much looking for feedback on the usability of the new functions. +Please [report](https://github.com/ropensci/comtradr/issues) issues, comments, +or feature requests. We are very much looking for feedback on the usability +of the new functions. The package in its old version is still available from the `legacy-0-3-0` branch. -Please note that this package is released with a [Contributor Code of Conduct](https://rOpenSci.org/code-of-conduct/). By contributing to this project, you agree to abide by its terms. +Please note that this package is released with a [Contributor Code of Conduct](https://rOpenSci.org/code-of-conduct/). By contributing to this project, +you agree to abide by its terms. For information on citation of this package, use `citation("comtradr")` ## Installation 🛠️ -Currently, the package is not on CRAN, but we plan on publishing to CRAN in the near future. Install the current development version from this repo: +Currently, the package is not on CRAN, but we plan on publishing to CRAN in the +near future. Install the current development version from this repo: ```{r eval=FALSE} # install.packages("devtools") @@ -69,7 +83,8 @@ product, which is the free API. #### Storing the API key -If you are in an interactive session, you can call the following function to save your API token to the environment file for the current session. +If you are in an interactive session, you can call the following function to +save your API token to the environment file for the current session. ```{r, eval = F} library(comtradr) diff --git a/tests/testthat/goods/comtradeapi.un.org/data/v1/get/C/A/HS-5e2730.R b/tests/testthat/goods/comtradeapi.un.org/data/v1/get/C/A/HS-5e2730.R index 2ff8e1d..80a1410 100644 --- a/tests/testthat/goods/comtradeapi.un.org/data/v1/get/C/A/HS-5e2730.R +++ b/tests/testthat/goods/comtradeapi.un.org/data/v1/get/C/A/HS-5e2730.R @@ -1,14 +1,20 @@ structure(list( - method = "GET", url = "https://comtradeapi.un.org/data/v1/get/C/A/HS?cmdCode=TOTAL&partnerCode=32%2C280%2C276&reporterCode=156&period=2010&motCode=0&partner2Code=0&customsCode=C00&includeDesc=TRUE", + method = "GET", + url = "https://comtradeapi.un.org/data/v1/get/C/A/HS?cmdCode=TOTAL&partnerCode=32%2C280%2C276&reporterCode=156&period=2010&motCode=0&partner2Code=0&customsCode=C00&includeDesc=TRUE", # nolint status_code = 200L, headers = structure(list( `Transfer-Encoding` = "chunked", - `Content-Type` = "application/json; charset=utf-8", `Content-Encoding` = "gzip", - Vary = "Accept-Encoding", `Request-Context` = "appId=cid-v1:9b6e1d5a-3728-46ff-b743-6d33d23e54a6", + `Content-Type` = "application/json; charset=utf-8", + `Content-Encoding` = "gzip", + Vary = "Accept-Encoding", + `Request-Context` = "appId=cid-v1:9b6e1d5a-3728-46ff-b743-6d33d23e54a6", `x-frame-options` = "deny", `X-Content-Type-Options` = "nosniff", - `X-XSS-Protection` = "1;mode=block", `strict-transport-security` = "max-age=31536000;includeSubDomains", - `content-security-policy` = "frame-src 'self'", `x-permitted-cross-domain-policies` = "none", - `Referrer-Policy` = "no-referrer-when-downgrade", `Permissions-Policy` = "accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()", + `X-XSS-Protection` = "1;mode=block", + `strict-transport-security` = "max-age=31536000;includeSubDomains", + `content-security-policy` = "frame-src 'self'", + `x-permitted-cross-domain-policies` = "none", + `Referrer-Policy` = "no-referrer-when-downgrade", + `Permissions-Policy` = "accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()", # nolint Date = "Sun, 17 Dec 2023 21:56:38 GMT" ), class = "httr2_headers"), - body = charToRaw("{\"elapsedTime\":\"0.11 secs\",\"count\":4,\"data\":[{\"typeCode\":\"C\",\"freqCode\":\"A\",\"refPeriodId\":20100101,\"refYear\":2010,\"refMonth\":52,\"period\":\"2010\",\"reporterCode\":156,\"reporterISO\":\"CHN\",\"reporterDesc\":\"China\",\"flowCode\":\"M\",\"flowDesc\":\"Import\",\"partnerCode\":32,\"partnerISO\":\"ARG\",\"partnerDesc\":\"Argentina\",\"partner2Code\":0,\"partner2ISO\":\"W00\",\"partner2Desc\":\"World\",\"classificationCode\":\"H3\",\"classificationSearchCode\":\"HS\",\"isOriginalClassification\":true,\"cmdCode\":\"TOTAL\",\"cmdDesc\":\"All Commodities\",\"aggrLevel\":0,\"isLeaf\":false,\"customsCode\":\"C00\",\"customsDesc\":\"TOTAL CPC\",\"mosCode\":\"0\",\"motCode\":0,\"motDesc\":\"TOTAL MOT\",\"qtyUnitCode\":-1,\"qtyUnitAbbr\":\"N/A\",\"qty\":null,\"isQtyEstimated\":false,\"altQtyUnitCode\":-1,\"altQtyUnitAbbr\":\"N/A\",\"altQty\":null,\"isAltQtyEstimated\":false,\"netWgt\":null,\"isNetWgtEstimated\":false,\"grossWgt\":null,\"isGrossWgtEstimated\":false,\"cifvalue\":6804128143.0,\"fobvalue\":null,\"primaryValue\":6804128143.0,\"legacyEstimationFlag\":0,\"isReported\":true,\"isAggregate\":false},{\"typeCode\":\"C\",\"freqCode\":\"A\",\"refPeriodId\":20100101,\"refYear\":2010,\"refMonth\":52,\"period\":\"2010\",\"reporterCode\":156,\"reporterISO\":\"CHN\",\"reporterDesc\":\"China\",\"flowCode\":\"X\",\"flowDesc\":\"Export\",\"partnerCode\":32,\"partnerISO\":\"ARG\",\"partnerDesc\":\"Argentina\",\"partner2Code\":0,\"partner2ISO\":\"W00\",\"partner2Desc\":\"World\",\"classificationCode\":\"H3\",\"classificationSearchCode\":\"HS\",\"isOriginalClassification\":true,\"cmdCode\":\"TOTAL\",\"cmdDesc\":\"All Commodities\",\"aggrLevel\":0,\"isLeaf\":false,\"customsCode\":\"C00\",\"customsDesc\":\"TOTAL CPC\",\"mosCode\":\"0\",\"motCode\":0,\"motDesc\":\"TOTAL MOT\",\"qtyUnitCode\":-1,\"qtyUnitAbbr\":\"N/A\",\"qty\":null,\"isQtyEstimated\":false,\"altQtyUnitCode\":-1,\"altQtyUnitAbbr\":\"N/A\",\"altQty\":null,\"isAltQtyEstimated\":false,\"netWgt\":null,\"isNetWgtEstimated\":false,\"grossWgt\":null,\"isGrossWgtEstimated\":false,\"cifvalue\":null,\"fobvalue\":6115764185.0,\"primaryValue\":6115764185.0,\"legacyEstimationFlag\":0,\"isReported\":true,\"isAggregate\":false},{\"typeCode\":\"C\",\"freqCode\":\"A\",\"refPeriodId\":20100101,\"refYear\":2010,\"refMonth\":52,\"period\":\"2010\",\"reporterCode\":156,\"reporterISO\":\"CHN\",\"reporterDesc\":\"China\",\"flowCode\":\"M\",\"flowDesc\":\"Import\",\"partnerCode\":276,\"partnerISO\":\"DEU\",\"partnerDesc\":\"Germany\",\"partner2Code\":0,\"partner2ISO\":\"W00\",\"partner2Desc\":\"World\",\"classificationCode\":\"H3\",\"classificationSearchCode\":\"HS\",\"isOriginalClassification\":true,\"cmdCode\":\"TOTAL\",\"cmdDesc\":\"All Commodities\",\"aggrLevel\":0,\"isLeaf\":false,\"customsCode\":\"C00\",\"customsDesc\":\"TOTAL CPC\",\"mosCode\":\"0\",\"motCode\":0,\"motDesc\":\"TOTAL MOT\",\"qtyUnitCode\":-1,\"qtyUnitAbbr\":\"N/A\",\"qty\":null,\"isQtyEstimated\":false,\"altQtyUnitCode\":-1,\"altQtyUnitAbbr\":\"N/A\",\"altQty\":null,\"isAltQtyEstimated\":false,\"netWgt\":null,\"isNetWgtEstimated\":false,\"grossWgt\":null,\"isGrossWgtEstimated\":false,\"cifvalue\":74251272075.0,\"fobvalue\":null,\"primaryValue\":74251272075.0,\"legacyEstimationFlag\":0,\"isReported\":true,\"isAggregate\":false},{\"typeCode\":\"C\",\"freqCode\":\"A\",\"refPeriodId\":20100101,\"refYear\":2010,\"refMonth\":52,\"period\":\"2010\",\"reporterCode\":156,\"reporterISO\":\"CHN\",\"reporterDesc\":\"China\",\"flowCode\":\"X\",\"flowDesc\":\"Export\",\"partnerCode\":276,\"partnerISO\":\"DEU\",\"partnerDesc\":\"Germany\",\"partner2Code\":0,\"partner2ISO\":\"W00\",\"partner2Desc\":\"World\",\"classificationCode\":\"H3\",\"classificationSearchCode\":\"HS\",\"isOriginalClassification\":true,\"cmdCode\":\"TOTAL\",\"cmdDesc\":\"All Commodities\",\"aggrLevel\":0,\"isLeaf\":false,\"customsCode\":\"C00\",\"customsDesc\":\"TOTAL CPC\",\"mosCode\":\"0\",\"motCode\":0,\"motDesc\":\"TOTAL MOT\",\"qtyUnitCode\":-1,\"qtyUnitAbbr\":\"N/A\",\"qty\":null,\"isQtyEstimated\":false,\"altQtyUnitCode\":-1,\"altQtyUnitAbbr\":\"N/A\",\"altQty\":null,\"isAltQtyEstimated\":false,\"netWgt\":null,\"isNetWgtEstimated\":false,\"grossWgt\":null,\"isGrossWgtEstimated\":false,\"cifvalue\":null,\"fobvalue\":68047133397.0,\"primaryValue\":68047133397.0,\"legacyEstimationFlag\":0,\"isReported\":true,\"isAggregate\":false}],\"error\":\"\"}") + body = charToRaw("{\"elapsedTime\":\"0.11 secs\",\"count\":4,\"data\":[{\"typeCode\":\"C\",\"freqCode\":\"A\",\"refPeriodId\":20100101,\"refYear\":2010,\"refMonth\":52,\"period\":\"2010\",\"reporterCode\":156,\"reporterISO\":\"CHN\",\"reporterDesc\":\"China\",\"flowCode\":\"M\",\"flowDesc\":\"Import\",\"partnerCode\":32,\"partnerISO\":\"ARG\",\"partnerDesc\":\"Argentina\",\"partner2Code\":0,\"partner2ISO\":\"W00\",\"partner2Desc\":\"World\",\"classificationCode\":\"H3\",\"classificationSearchCode\":\"HS\",\"isOriginalClassification\":true,\"cmdCode\":\"TOTAL\",\"cmdDesc\":\"All Commodities\",\"aggrLevel\":0,\"isLeaf\":false,\"customsCode\":\"C00\",\"customsDesc\":\"TOTAL CPC\",\"mosCode\":\"0\",\"motCode\":0,\"motDesc\":\"TOTAL MOT\",\"qtyUnitCode\":-1,\"qtyUnitAbbr\":\"N/A\",\"qty\":null,\"isQtyEstimated\":false,\"altQtyUnitCode\":-1,\"altQtyUnitAbbr\":\"N/A\",\"altQty\":null,\"isAltQtyEstimated\":false,\"netWgt\":null,\"isNetWgtEstimated\":false,\"grossWgt\":null,\"isGrossWgtEstimated\":false,\"cifvalue\":6804128143.0,\"fobvalue\":null,\"primaryValue\":6804128143.0,\"legacyEstimationFlag\":0,\"isReported\":true,\"isAggregate\":false},{\"typeCode\":\"C\",\"freqCode\":\"A\",\"refPeriodId\":20100101,\"refYear\":2010,\"refMonth\":52,\"period\":\"2010\",\"reporterCode\":156,\"reporterISO\":\"CHN\",\"reporterDesc\":\"China\",\"flowCode\":\"X\",\"flowDesc\":\"Export\",\"partnerCode\":32,\"partnerISO\":\"ARG\",\"partnerDesc\":\"Argentina\",\"partner2Code\":0,\"partner2ISO\":\"W00\",\"partner2Desc\":\"World\",\"classificationCode\":\"H3\",\"classificationSearchCode\":\"HS\",\"isOriginalClassification\":true,\"cmdCode\":\"TOTAL\",\"cmdDesc\":\"All Commodities\",\"aggrLevel\":0,\"isLeaf\":false,\"customsCode\":\"C00\",\"customsDesc\":\"TOTAL CPC\",\"mosCode\":\"0\",\"motCode\":0,\"motDesc\":\"TOTAL MOT\",\"qtyUnitCode\":-1,\"qtyUnitAbbr\":\"N/A\",\"qty\":null,\"isQtyEstimated\":false,\"altQtyUnitCode\":-1,\"altQtyUnitAbbr\":\"N/A\",\"altQty\":null,\"isAltQtyEstimated\":false,\"netWgt\":null,\"isNetWgtEstimated\":false,\"grossWgt\":null,\"isGrossWgtEstimated\":false,\"cifvalue\":null,\"fobvalue\":6115764185.0,\"primaryValue\":6115764185.0,\"legacyEstimationFlag\":0,\"isReported\":true,\"isAggregate\":false},{\"typeCode\":\"C\",\"freqCode\":\"A\",\"refPeriodId\":20100101,\"refYear\":2010,\"refMonth\":52,\"period\":\"2010\",\"reporterCode\":156,\"reporterISO\":\"CHN\",\"reporterDesc\":\"China\",\"flowCode\":\"M\",\"flowDesc\":\"Import\",\"partnerCode\":276,\"partnerISO\":\"DEU\",\"partnerDesc\":\"Germany\",\"partner2Code\":0,\"partner2ISO\":\"W00\",\"partner2Desc\":\"World\",\"classificationCode\":\"H3\",\"classificationSearchCode\":\"HS\",\"isOriginalClassification\":true,\"cmdCode\":\"TOTAL\",\"cmdDesc\":\"All Commodities\",\"aggrLevel\":0,\"isLeaf\":false,\"customsCode\":\"C00\",\"customsDesc\":\"TOTAL CPC\",\"mosCode\":\"0\",\"motCode\":0,\"motDesc\":\"TOTAL MOT\",\"qtyUnitCode\":-1,\"qtyUnitAbbr\":\"N/A\",\"qty\":null,\"isQtyEstimated\":false,\"altQtyUnitCode\":-1,\"altQtyUnitAbbr\":\"N/A\",\"altQty\":null,\"isAltQtyEstimated\":false,\"netWgt\":null,\"isNetWgtEstimated\":false,\"grossWgt\":null,\"isGrossWgtEstimated\":false,\"cifvalue\":74251272075.0,\"fobvalue\":null,\"primaryValue\":74251272075.0,\"legacyEstimationFlag\":0,\"isReported\":true,\"isAggregate\":false},{\"typeCode\":\"C\",\"freqCode\":\"A\",\"refPeriodId\":20100101,\"refYear\":2010,\"refMonth\":52,\"period\":\"2010\",\"reporterCode\":156,\"reporterISO\":\"CHN\",\"reporterDesc\":\"China\",\"flowCode\":\"X\",\"flowDesc\":\"Export\",\"partnerCode\":276,\"partnerISO\":\"DEU\",\"partnerDesc\":\"Germany\",\"partner2Code\":0,\"partner2ISO\":\"W00\",\"partner2Desc\":\"World\",\"classificationCode\":\"H3\",\"classificationSearchCode\":\"HS\",\"isOriginalClassification\":true,\"cmdCode\":\"TOTAL\",\"cmdDesc\":\"All Commodities\",\"aggrLevel\":0,\"isLeaf\":false,\"customsCode\":\"C00\",\"customsDesc\":\"TOTAL CPC\",\"mosCode\":\"0\",\"motCode\":0,\"motDesc\":\"TOTAL MOT\",\"qtyUnitCode\":-1,\"qtyUnitAbbr\":\"N/A\",\"qty\":null,\"isQtyEstimated\":false,\"altQtyUnitCode\":-1,\"altQtyUnitAbbr\":\"N/A\",\"altQty\":null,\"isAltQtyEstimated\":false,\"netWgt\":null,\"isNetWgtEstimated\":false,\"grossWgt\":null,\"isGrossWgtEstimated\":false,\"cifvalue\":null,\"fobvalue\":68047133397.0,\"primaryValue\":68047133397.0,\"legacyEstimationFlag\":0,\"isReported\":true,\"isAggregate\":false}],\"error\":\"\"}") # nolint ), class = "httr2_response") diff --git a/tests/testthat/services/comtradeapi.un.org/data/v1/get/S/A/EB-b31ccb.R b/tests/testthat/services/comtradeapi.un.org/data/v1/get/S/A/EB-b31ccb.R index 30d6ca8..105059e 100644 --- a/tests/testthat/services/comtradeapi.un.org/data/v1/get/S/A/EB-b31ccb.R +++ b/tests/testthat/services/comtradeapi.un.org/data/v1/get/S/A/EB-b31ccb.R @@ -1,10 +1,17 @@ -structure(list(method = "GET", url = "https://comtradeapi.un.org/data/v1/get/S/A/EB?cmdCode=200&partnerCode=32%2C280%2C276&reporterCode=156&period=2010&motCode=0&partner2Code=0&customsCode=C00&includeDesc=TRUE", - status_code = 200L, headers = structure(list(`Transfer-Encoding` = "chunked", - `Content-Type` = "application/json; charset=utf-8", `Content-Encoding` = "gzip", - Vary = "Accept-Encoding", `Request-Context` = "appId=cid-v1:9b6e1d5a-3728-46ff-b743-6d33d23e54a6", - `x-frame-options` = "deny", `X-Content-Type-Options` = "nosniff", - `X-XSS-Protection` = "1;mode=block", `strict-transport-security` = "max-age=31536000;includeSubDomains", - `content-security-policy` = "frame-src 'self'", `x-permitted-cross-domain-policies` = "none", - `Referrer-Policy` = "no-referrer-when-downgrade", `Permissions-Policy` = "accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()", - Date = "Sun, 17 Dec 2023 21:56:49 GMT"), class = "httr2_headers"), - body = charToRaw("{\"elapsedTime\":\"0.92 secs\",\"count\":0,\"data\":[],\"error\":\"\"}")), class = "httr2_response") +structure(list(method = "GET", url = "https://comtradeapi.un.org/data/v1/get/S/A/EB?cmdCode=200&partnerCode=32%2C280%2C276&reporterCode=156&period=2010&motCode=0&partner2Code=0&customsCode=C00&includeDesc=TRUE", #nolint + status_code = 200L, + headers = structure(list(`Transfer-Encoding` = "chunked", + `Content-Type` = "application/json; charset=utf-8", + `Content-Encoding` = "gzip", + Vary = "Accept-Encoding", + `Request-Context` = "appId=cid-v1:9b6e1d5a-3728-46ff-b743-6d33d23e54a6", + `x-frame-options` = "deny", + `X-Content-Type-Options` = "nosniff", + `X-XSS-Protection` = "1;mode=block", + `strict-transport-security` = "max-age=31536000;includeSubDomains", + `content-security-policy` = "frame-src 'self'", + `x-permitted-cross-domain-policies` = "none", + `Referrer-Policy` = "no-referrer-when-downgrade", + `Permissions-Policy` = "accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()", # nolint + Date = "Sun, 17 Dec 2023 21:56:49 GMT"), class = "httr2_headers"), + body = charToRaw("{\"elapsedTime\":\"0.92 secs\",\"count\":0,\"data\":[],\"error\":\"\"}")), class = "httr2_response") # nolint diff --git a/tests/testthat/test-ct_build_request.R b/tests/testthat/test-ct_build_request.R index a9c6340..8ff6285 100644 --- a/tests/testthat/test-ct_build_request.R +++ b/tests/testthat/test-ct_build_request.R @@ -23,5 +23,5 @@ test_that('test that build returns a httr2 request',{ expect_true(stringr::str_detect(req$url, '&partnerCode=124')) expect_true(stringr::str_detect(req$url, - 'https://comtradeapi.un.org/data/v1/get/C/A/HS?')) + 'https://comtradeapi.un.org/data/v1/get/C/A/HS?')) }) diff --git a/tests/testthat/test-ct_check_parameters.R b/tests/testthat/test-ct_check_parameters.R index 29d472a..87961ac 100644 --- a/tests/testthat/test-ct_check_parameters.R +++ b/tests/testthat/test-ct_check_parameters.R @@ -15,19 +15,25 @@ test_that("check_freq returns correct frequency codes and handles invalid inputs }) # Test 'check_clCode' function -test_that("check_clCode returns correct classification codes and handles invalid inputs", { +test_that("check_clCode returns correct classification codes and handles invalid inputs", { #n olint expect_equal(check_clCode("C", "HS"), "HS") expect_equal(check_clCode("C", "B4"), "B4") - expect_error(check_clCode("C", "ISIC"), "`commodity_classification` must be one of") - expect_error(check_clCode("S", "HS"), "`commodity_classification` must be one of") + expect_error(check_clCode("C", "ISIC"), + "`commodity_classification` must be one of") + expect_error(check_clCode("S", "HS"), + "`commodity_classification` must be one of") }) # Test 'check_flowCode' function -test_that("check_flowCode returns correct flow codes and handles invalid inputs", { - expect_equal(comtradr:::check_flowCode(c("Export", "Re-export"), update = F, verbose = F), "X,RX") - expect_equal(comtradr:::check_flowCode(c("export", "re-export"), update = F, verbose = F), "X,RX") - expect_error(comtradr:::check_flowCode("trade", update = F, verbose = F), "`flow_direction` must be one of") - expect_equal(comtradr:::check_flowCode('everything', update = F, verbose = F),NULL) +test_that("check_flowCode returns correct flow codes and handles invalid inputs", { # nolint + expect_equal(comtradr:::check_flowCode(c("Export", "Re-export"), + update = F, verbose = F), "X,RX") + expect_equal(comtradr:::check_flowCode(c("export", "re-export"), + update = F, verbose = F), "X,RX") + expect_error(comtradr:::check_flowCode("trade", update = F, verbose = F), + "`flow_direction` must be one of") + expect_equal(comtradr:::check_flowCode('everything', update = F, + verbose = F),NULL) }) test_that("check_cmdCode function works correctly", { @@ -127,7 +133,8 @@ test_that("check_motCode works correctly", { expect_equal(check_motCode("everything","Air"), NULL) expect_equal(check_motCode(c("Air", "Water")), "1000,2000") expect_error(check_motCode("INVALID")) - expect_error(check_motCode("INVALID"),"The following mode_of_transport codes you") + expect_error(check_motCode("INVALID"), + "The following mode_of_transport codes you") }) test_that("check_customsCode works correctly", { @@ -136,7 +143,8 @@ test_that("check_customsCode works correctly", { expect_equal(check_customsCode("everything",'C00'), NULL) expect_equal(check_customsCode(c("C01", "C00")), "C01,C00") expect_error(check_customsCode("INVALID")) - expect_error(check_customsCode("INVALID"),"The following customs_code codes you") + expect_error(check_customsCode("INVALID"), + "The following customs_code codes you") }) test_that("check_date works correctly", { diff --git a/vignettes/comtradr.Rmd b/vignettes/comtradr.Rmd index 9d8920a..cf23d32 100644 --- a/vignettes/comtradr.Rmd +++ b/vignettes/comtradr.Rmd @@ -82,12 +82,14 @@ usethis::edit_r_environ(scope = 'project') ## Making API calls -Lets say we want to get data on the total imports into the United States from Germany, France, Japan, and Mexico, for the last five years. +Lets say we want to get data on the total imports into the United States +from Germany, France, Japan, and Mexico, for the last five years. ```{r, echo = FALSE} v_data_1 <- system.file("extdata", "vignette_data_1.rda", package = "comtradr") if (!file.exists(v_data_1)) { - stop("internal vignette data set '~/extdata/vignette_data_1.rda' not found", call. = FALSE) + stop("internal vignette data set '~/extdata/vignette_data_1.rda' not found", + call. = FALSE) } load(v_data_1) ``` @@ -109,9 +111,11 @@ str(example_1) Here are a few more examples to show the different parameter options: -By default, the return data is in yearly amounts. We can pass `"monthly"` to arg `freq` to return data in monthly amounts, however the API limits each "monthly" query to a single year. +By default, the return data is in yearly amounts. We can pass `"monthly"` +to arg `freq` to return data in monthly amounts, however the API limits each +"monthly" query to a single year. ```{r, eval = FALSE} -# Get all monthly data for a single year (API max of 12 months per call). +# all monthly data for a single year (API max of 12 months per call). q <- ct_search(reporters = "USA", partners = c("Germany", "France", "Japan", "Mexico"), flow_direction = "import", @@ -119,7 +123,7 @@ q <- ct_search(reporters = "USA", end_date = 2012, freq = "monthly") -# Get monthly data for a specific span of months (API max of twelve months per call). +# monthly data for specific span of months (API max of twelve months per call). q <- ct_search(reporters = "USA", partners = c("Germany", "France", "Japan", "Mexico"), flow_direction = "import", @@ -128,13 +132,19 @@ q <- ct_search(reporters = "USA", freq = "monthly") ``` -Countries passed to parameters `reporters` and `partners` must be spelled as they appear in the official ISO 3 character code convention. +Countries passed to parameters `reporters` and `partners` must be spelled +as they appear in the official ISO 3 character code convention. -Search trade related to specific commodities (say, tomatoes). We can query the Comtrade commodity reference table to see all of the different commodity descriptions available for tomatoes. +Search trade related to specific commodities (say, tomatoes). We can +query the Comtrade commodity reference table to see all of the different +commodity descriptions available for tomatoes. ```{r} ct_commodity_lookup("tomato") ``` -If we want to search for shipment data on all of the commodity descriptions listed, then we can simply adjust the parameters for `ct_commodity_lookup` so that it will return only the codes, which can then be passed along to `ct_search`. +If we want to search for shipment data on all of the commodity descriptions +listed, then we can simply adjust the parameters for `ct_commodity_lookup` so +that it will return only the codes, which can then be +passed along to `ct_search`. ```{r, eval = FALSE} tomato_codes <- ct_commodity_lookup("tomato", @@ -150,7 +160,8 @@ q <- ct_get_data( flow_direction = 'import' ) ``` -On the other hand, if we wanted to exclude juices and sauces from our search, we can pass a vector of the relevant codes to the API call. +On the other hand, if we wanted to exclude juices and sauces from +our search, we can pass a vector of the relevant codes to the API call. ```{r, eval = FALSE} q <- ct_get_data( reporter = 'USA', @@ -165,7 +176,8 @@ q <- ct_get_data( ## API search metadata -In addition to the trade data, each API return object contains metadata as attributes. +In addition to the trade data, each API return object contains +metadata as attributes. ```{r} # The url of the API call. attributes(q)$url @@ -181,50 +193,87 @@ ct_commodity_lookup(c("tomato", "trout"), return_char = TRUE) ``` -`ct_commodity_lookup` can return a vector (as seen above) or a named list, using parameter `return_char` +`ct_commodity_lookup` can return a vector (as seen above) or a named list, +using parameter `return_char` ```{r} ct_commodity_lookup(c("tomato", "trout"), return_char = FALSE) ``` -For `ct_commodity_lookup`, if any of the input search terms return zero results and parameter `verbose` is set to `TRUE`, a warning will be printed to console (set `verbose` to `FALSE` to turn off this feature). +For `ct_commodity_lookup`, if any of the input search terms return zero results +and parameter `verbose` is set to `TRUE`, a warning will be printed to console +(set `verbose` to `FALSE` to turn off this feature). ```{r} ct_commodity_lookup(c("tomato", "sldfkjkfdsklsd"), verbose = TRUE) ``` ## API rate limits -The Comtrade API imposes rate limits on users. `comtradr` features automated throttling of API calls to ensure the user stays within the limits defined by Comtrade. Below is a breakdown of those limits, API docs on these details can be found [here](https://unstats.un.org/wiki/display/comtrade/New+Comtrade+FAQ+for+First+Time+Users). +The Comtrade API imposes rate limits on users. `comtradr` features automated +throttling of API calls to ensure the user stays within the limits defined by +Comtrade. Below is a breakdown of those limits, API docs on these details can +be found [here](https://unstats.un.org/wiki/display/comtrade/New+Comtrade+FAQ+for+First+Time+Users). -* Without user token: unlimited calls/day, up to 500 records per call (registration and API subscription key not required) -- this end-point is not implemented here. -* With valid user token: 250 calls/day, up to 250,000 records per call (free registration and API subscription key required). +* Without user token: unlimited calls/day, up to 500 records per call +(registration and API subscription key not required) -- this end-point is not +implemented here. +* With valid user token: 250 calls/day, up to 250,000 records per call +(free registration and API subscription key required). -The API also limits the amount of times it can be queried per minute, but we could not find documentation on this. Hence the function automatically responds to the parameters returned by each request to adjust to the changing wait times. +The API also limits the amount of times it can be queried per minute, +but we could not find documentation on this. Hence the function automatically +responds to the parameters returned by each request to adjust to +the changing wait times. -In addition to these rate limits, the API imposes some limits on parameter combinations. +In addition to these rate limits, the API imposes some limits on parameter +combinations. -* The arguments `reporters`, `partners` do not have an `All` value specified natively anymore, we have implemented it in R for convenience reasons on our side. -* For date range the `start_date` and `end_date` must not span more than twelve months or twelve years. There is no more parameter to specify `All` years. -* For arg `commodity_codes`, the maximum number of input values is dependent on the maximum length of the request. Hence, if specifying `reporters` or `partners`, this value might be shorter. +* The arguments `reporters`, `partners` do not have an `All` value +specified natively anymore, we have implemented it in R for convenience +reasons on our side. +* For date range the `start_date` and `end_date` must not span more +than twelve months or twelve years. There is no more parameter to +specify `All` years. +* For arg `commodity_codes`, the maximum number of input values is +dependent on the maximum length of the request. Hence, if specifying +`reporters` or `partners`, this value might be shorter. ## Package Data -`comtradr` ships with a few different package data objects, and functions for interacting with and using the package data. +`comtradr` ships with a few different package data objects, and +functions for interacting with and using the package data. **Country/Commodity Reference Tables** -As explained previously, making API calls with `comtradr` often requires the user to query the commodity reference table (this is done using functions `ct_commodity_lookup`). These reference tables are generated by the UN Comtrade, and are updated roughly once a year. Since they're updated infrequently, the tables are saved as cached data objects within the `comtradr` package, and are referenced by the package functions when needed. - -The function features an `update` argument, that checks for updates, downloads the new tables if necessary and makes them available during the current R session. It will also print a message indicating whether updates were found, like so: +As explained previously, making API calls with `comtradr` often requires the +user to query the commodity reference table (this is done using functions +`ct_commodity_lookup`). These reference tables are generated by the UN Comtrade, +and are updated roughly once a year. Since they're updated infrequently, the +tables are saved as cached data objects within the `comtradr` package, and are +referenced by the package functions when needed. + +The function features an `update` argument, that checks for updates, downloads +the new tables if necessary and makes them available during the current +R session. It will also print a message indicating whether updates were found, +like so: ```{r, eval = F} ct_commodity_lookup('tomato',update = T) ``` -If any updates are found, the message will state which reference table(s) were updated. +If any updates are found, the message will state which reference table(s) +were updated. -Additionally, the Comtrade API features a number of different commodity reference tables, based on different trade data classification schemes (for more details, see [this](https://unstats.un.org/wiki/display/comtrade/New+Comtrade+FAQ+for+Advanced+Users?preview=/135004494/135004492/Picture1.png) page from the API docs). `comtradr` ships with all available commodity reference tables. The user may return and access any of the available commodity tables by specifying arg `commodity_type` within function `ct_get_ref_table` (e.g., `ct_get_ref_table(dataset_id = "S1")` will return the commodity table that follows the "S1" scheme). +Additionally, the Comtrade API features a number of different commodity +reference tables, based on different trade data classification schemes +(for more details, see [this](https://unstats.un.org/wiki/display/comtrade/New+Comtrade+FAQ+for+Advanced+Users?preview=/135004494/135004492/Picture1.png) page from the API docs). +`comtradr` ships with all available commodity reference tables. +The user may return and access any of the available commodity tables +by specifying arg `commodity_type` within function `ct_get_ref_table` +(e.g., `ct_get_ref_table(dataset_id = "S1")` will return the commodity +table that follows the "S1" scheme). -The `dataset_id`´s are listed in the help page of the function `ct_get_ref_table()`. They are as follows: +The `dataset_id`´s are listed in the help page of the +function `ct_get_ref_table()`. They are as follows: * Datasets that contain codes for the `commodity_code` argument. The name is the same as you would provide under `commodity_classification`. @@ -240,26 +289,32 @@ the same as you would provide under `commodity_classification`. * 'S3' * 'S4' * 'SS' -* Datasets that are related to other arguments, can be queried directly with the name of the argument in the `ct_get_data()`-function. +* Datasets that are related to other arguments, can be queried directly +with the name of the argument in the `ct_get_data()`-function. * 'reporter' * 'partner' * 'mode_of_transport' * 'customs_code' -Furthermore, there is a dataset readily available, with the iso3c-codes for the respective partner and reporter countries `country_codes$iso_3`, but I would recommend using the `ct_get_ref_table()` function, as it allows to update to the latest values on the fly. +Furthermore, there is a dataset readily available, with the iso3c-codes +for the respective partner and reporter countries `country_codes$iso_3`, +but I would recommend using the `ct_get_ref_table()` function, as it allows +to update to the latest values on the fly. ## Visualize Once the data is collected, we can use it to create some basic visualizations. -**Plot 1**: Plot total value (USD) of Chinese exports to Mexico, South Korea and the United States, by year. +**Plot 1**: Plot total value (USD) of Chinese exports to Mexico, South Korea +and the United States, by year. ```{r, echo = FALSE} v_data_2 <- system.file("extdata", "vignette_data_2.rda", package = "comtradr") if (!file.exists(v_data_2)) { - stop("internal vignette data set '~/extdata/vignette_data_2.rda' not found", call. = FALSE) + stop("internal vignette data set '~/extdata/vignette_data_2.rda' not found", + call. = FALSE) } load(v_data_2) ``` @@ -281,10 +336,12 @@ library(ggplot2) # Apply polished col headers. # Create plot. -ggplot(example_2, aes(period, primary_value/1000000000, color = partner_desc, group = partner_desc)) + +ggplot(example_2, aes(period, primary_value/1000000000, color = partner_desc, + group = partner_desc)) + geom_point(size = 2) + geom_line(size = 1) + - scale_color_manual( values = c("darkgreen","red","grey30"),name = "Destination\nCountry") + + scale_color_manual( values = c("darkgreen","red","grey30"), + name = "Destination\nCountry") + ylab('Export Value in billions') + xlab('Year') + labs(title = "Total Value (USD) of Chinese Exports", subtitle = 'by year') + @@ -292,12 +349,14 @@ ggplot(example_2, aes(period, primary_value/1000000000, color = partner_desc, gr theme_minimal() ``` -**Plot 2**: Plot the top eight destination countries/areas of Thai shrimp exports, by weight (KG), for 2007 - 2011. +**Plot 2**: Plot the top eight destination countries/areas of Thai shrimp +exports, by weight (KG), for 2007 - 2011. ```{r, echo = FALSE} v_data_3 <- system.file("extdata", "vignette_data_3.rda", package = "comtradr") if (!file.exists(v_data_3)) { - stop("internal vignette data set '~/extdata/vignette_data_3.rda' not found", call. = FALSE) + stop("internal vignette data set '~/extdata/vignette_data_3.rda' not found", + call. = FALSE) } load(v_data_3) ``` @@ -351,30 +410,52 @@ ggplot(plotdf,aes(period,kg/1000, group = partner_desc))+ ## Handling large amounts of Parameters -In the `comtradr` package, several function parameters can accept `everything` as a valid input. Using `everything` for these parameters has specific meanings and can be a powerful tool for querying data. Internally, these values are set to `NULL` and the parameter is omitted entirely in the request to the API, the API then by default returns all possible values. Here's a breakdown of how `everything` is handled for different parameters: +In the `comtradr` package, several function parameters can accept `everything` +as a valid input. Using `everything` for these parameters has specific meanings +and can be a powerful tool for querying data. Internally, these values are set +to `NULL` and the parameter is omitted entirely in the request to the API, the +API then by default returns all possible values. Here's a breakdown of how +`everything` is handled for different parameters: ### `commodity_code` -Setting `commodity_code` to `everything` will query all possible commodity values. This can be useful if you want to retrieve data for all commodities without specifying individual codes. +Setting `commodity_code` to `everything` will query all possible commodity +values. This can be useful if you want to retrieve data for all commodities +without specifying individual codes. ### `flow_direction` -If `flow_direction` is set to `everything`, all possible values for trade flow directions are queried. This includes imports, exports, re-imports, re-exports and some more specified in `ct_get_ref_table('flow_direction')`. +If `flow_direction` is set to `everything`, all possible values for trade +flow directions are queried. This includes imports, exports, re-imports, +re-exports and some more specified in `ct_get_ref_table('flow_direction')`. ### `reporter` and `partner` -Using `everything` for `reporter` or `partner` will query all possible values for reporter and partner countries, but also includes aggregates like `World` or some miscellaneous like `ASEAN`. Be careful when aggregating these values, so as to not count trade values multiple times in different aggregates. Alternatively, specifically for these values, you can also use `all_countries`, which allows you to query all countries which are not aggregates of some kind of grouped parameters like `ASEAN`. These values can usually be safely aggregated. This allows you to retrieve trade data for all countries without specifying individual ISO3 codes. +Using `everything` for `reporter` or `partner` will query all possible values +for reporter and partner countries, but also includes aggregates like `World` +or some miscellaneous like `ASEAN`. Be careful when aggregating these values, +so as to not count trade values multiple times in different aggregates. +Alternatively, specifically for these values, you can also use `all_countries`, +which allows you to query all countries which are not aggregates of some kind +of grouped parameters like `ASEAN`. These values can usually be safely +aggregated. This allows you to retrieve trade data for all countries without +specifying individual ISO3 codes. ### `mode_of_transport`, `partner_2`, and `customs_code` -Setting these parameters to `everything` will query all possible values related to the mode of transport, secondary partner, and customs procedures. This provides a comprehensive view of the data across different transportation modes and customs categories. +Setting these parameters to `everything` will query all possible values +related to the mode of transport, secondary partner, and customs procedures. +This provides a comprehensive view of the data across different transportation +modes and customs categories. ### Example Usage -Here's an example of how you might use `everything` parameters to query comprehensive data: +Here's an example of how you might use `everything` parameters to query +comprehensive data: ```{r, warning = FALSE, message = FALSE, eval = F} -# Querying all commodities and flow directions for USA and Germany from 2010 to 2011 +# Querying all commodities and flow directions for USA and Germany from +## 2010 to 2011 data <- ct_get_data( reporter = c('USA', 'DEU'), commodity_code = 'everything', @@ -384,4 +465,7 @@ data <- ct_get_data( ) ``` -Using `everything` parameters can lead to large datasets, as they often remove specific filters on the data. It's essential to be mindful of the size of the data being queried, especially when using multiple `everything` parameters simultaneously. +Using `everything` parameters can lead to large datasets, as they often remove +specific filters on the data. It's essential to be mindful of the size of the +data being queried, especially when using multiple `everything` parameters +simultaneously. diff --git a/vignettes/large_data.Rmd b/vignettes/large_data.Rmd index 9a84731..8327393 100644 --- a/vignettes/large_data.Rmd +++ b/vignettes/large_data.Rmd @@ -118,7 +118,8 @@ I use the `giscoR` package to get this information quickly. ```{r, echo = FALSE} v_data_6 <- system.file("extdata", "vignette_data_6.rda", package = "comtradr") if (!file.exists(v_data_6)) { - stop("internal vignette data set '~/extdata/vignette_data_6.rda' not found", call. = FALSE) + stop("internal vignette data set '~/extdata/vignette_data_6.rda' not found", + call. = FALSE) } load(v_data_6) ``` @@ -175,7 +176,8 @@ Let's break this down into a simple loop. We could iterate over years, but that ```{r, echo = FALSE} v_data_4 <- system.file("extdata", "vignette_data_4.rda", package = "comtradr") if (!file.exists(v_data_4)) { - stop("internal vignette data set '~/extdata/vignette_data_4.rda' not found", call. = FALSE) + stop("internal vignette data set '~/extdata/vignette_data_4.rda' not found", + call. = FALSE) } load(v_data_4) ``` @@ -183,7 +185,8 @@ load(v_data_4) ```{r, echo = FALSE} v_data_5 <- system.file("extdata", "vignette_data_5.rda", package = "comtradr") if (!file.exists(v_data_5)) { - stop("internal vignette data set '~/extdata/vignette_data_5.rda' not found", call. = FALSE) + stop("internal vignette data set '~/extdata/vignette_data_5.rda' not found", + call. = FALSE) } load(v_data_5) ``` @@ -282,7 +285,8 @@ data_eu_imports_world_clean <- data_eu_imports_world |> ref_year ) |> ## we now aggregate the imports by the product category and year - ## over all reporters, since we are interested in the imports of the whole EU + ## over all reporters, since we are interested + ## in the imports of the whole EU group_by(product_cat, ref_year) |> summarise(eu_import_product_cat_world = sum(primary_value)) |> ungroup() @@ -294,12 +298,14 @@ data_eu_imports_world_clean <- data_eu_imports_world |> relevance <- data_eu_imports_clean |> left_join(data_eu_imports_world_clean) |> ## join the two datasets - mutate(relevance_eu = eu_import_product_cat/eu_import_product_cat_world*100) |> + mutate(relevance_eu = eu_import_product_cat/ + eu_import_product_cat_world*100) |> ## calculate the ratio between world imports and imports from one partner |> select( -flow_desc) |> ungroup() ``` -Let's see who has the biggest share in the EU import market for wood (excluding EU countries). +Let's see who has the biggest share in the EU import market +for wood (excluding EU countries). ```{r} top_10 <- relevance |> @@ -316,7 +322,9 @@ Let's also do a little sanity check. When summing up all the shares over one year, we should get to 100 %. This seems to hold. ```{r} -relevance |> ungroup() |> group_by(ref_year) |> summarise(sum = sum(relevance_eu)) +relevance |> ungroup() |> + group_by(ref_year) |> + summarise(sum = sum(relevance_eu)) ``` Maybe the last year was an outlier? We can calculate the mean relevante a @@ -333,10 +341,12 @@ average_share <- relevance |> ```{r,fig.width=10} ggplot(average_share) + - geom_col(aes(reorder(partner_desc,mean_relevance_eu), mean_relevance_eu), fill = 'brown') + + geom_col(aes(reorder(partner_desc,mean_relevance_eu), mean_relevance_eu), + fill = 'brown') + coord_flip() + theme_minimal() + - labs(title = 'Share of EU imports', subtitle = 'as average over last 4 years') + + labs(title = 'Share of EU imports', + subtitle = 'as average over last 4 years') + xlab('average relevance in %')+ ylab('') ``` diff --git a/vignettes/transition.Rmd b/vignettes/transition.Rmd index f5d8ed9..adf81f4 100644 --- a/vignettes/transition.Rmd +++ b/vignettes/transition.Rmd @@ -56,7 +56,7 @@ q <- ct_search(reporters = "USA", end_date = 2012, freq = "monthly") -# Get monthly data for a specific span of months (API max of five months per call). +# monthly data for a specific span of months (API max of five months per call). q <- ct_search(reporters = "USA", partners = c("Germany", "France", "Japan", "Mexico"), trade_direction = "imports", @@ -75,7 +75,7 @@ q <- ct_get_data(reporter = "USA", frequency = "M" ) -# Get monthly data for a specific span of months (API max of five months per call). +# monthly data for a specific span of months (API max of five months per call). q <- ct_get_data(reporter = "USA", partner = c("DEU", "FRA", "JPN", "MEX"), flow_direction = "import", @@ -90,7 +90,9 @@ q <- ct_get_data(reporter = "USA", ### Country Names 🌍 #### Previously -Countries passed to parameters `reporters` and `partners` must be spelled as they appear in the Comtrade country reference table. Function `ct_country_lookup` allows us to query the country reference table. +Countries passed to parameters `reporters` and `partners` must be +spelled as they appear in the Comtrade country reference table. +Function `ct_country_lookup` allows us to query the country reference table. ```{r, eval = F} ct_country_lookup("korea", "reporter") ct_country_lookup("bolivia", "partner") @@ -100,11 +102,15 @@ q <- ct_search(reporters = "Rep. of Korea", ``` #### Now -No need to specify the Comtrade country name, just use iso3 codes, as you can extract them from a myriad of other packages, e.g. `countrycodes`, `rnaturalearth` or `giscoR`. +No need to specify the Comtrade country name, just use iso3 codes, +as you can extract them from a myriad of other packages, e.g. +`countrycodes`, `rnaturalearth` or `giscoR`. ```{r, eval = F} -asia <- countrycode::codelist |> poorman::filter(un.region.name == "Asia") |> poorman::pull(iso3c) +asia <- countrycode::codelist |> + poorman::filter(un.region.name == "Asia") |> + poorman::pull(iso3c) q <- ct_get_data(reporter = asia, partner = c("DEU", "FRA", "JPN", "MEX"), @@ -121,11 +127,16 @@ q <- ct_get_data(reporter = asia, This has not changed! -Search trade related to specific commodities (say, tomatoes). We can query the Comtrade commodity reference table to see all of the different commodity descriptions available for tomatoes. +Search trade related to specific commodities (say, tomatoes). We can +query the Comtrade commodity reference table to see all of the different +commodity descriptions available for tomatoes. ```{r, eval = F} ct_commodity_lookup("tomato") ``` -If we want to search for shipment data on all of the commodity descriptions listed, then we can simply adjust the parameters for `ct_commodity_lookup` so that it will return only the codes, which can then be passed along to `ct_search`. +If we want to search for shipment data on all of the commodity descriptions +listed, then we can simply adjust the parameters for `ct_commodity_lookup` +so that it will return only the codes, which can then be passed +along to `ct_search`. ```{r, eval = FALSE} tomato_codes <- ct_commodity_lookup("tomato", return_code = TRUE, @@ -157,11 +168,13 @@ attributes(q)$time ### Package Data 📦 -`comtradr` ships with a few different package data objects, and functions for interacting with and using the package data. +`comtradr` ships with a few different package data objects, and functions for +interacting with and using the package data. #### Previously -The package data was mostly stored in different databases and had to be queried and updated separately. See below: +The package data was mostly stored in different databases and had to be +queried and updated separately. See below: ```{r, eval = FALSE} ct_update_databases() @@ -171,7 +184,8 @@ ct_commodity_db_type() #### Now -All package data can be referenced from one function, which automatically includes the `update` possibility. +All package data can be referenced from one function, which automatically +includes the `update` possibility. ```{r, eval = F} ## to get the parameter values for the mode_of_transport argument From 94f0da2b131dbf0b3b4bc50f0f765daada26f478 Mon Sep 17 00:00:00 2001 From: paul bochtler <65470117+datapumpernickel@users.noreply.github.com> Date: Fri, 22 Dec 2023 19:28:58 +0100 Subject: [PATCH 29/30] more tests for check_params, fix for motcode where something qwas duplicated --- R/ct_check_params.R | 27 +++++++---------------- tests/testthat/test-ct_build_request.R | 24 ++++++++++++++++++++ tests/testthat/test-ct_check_parameters.R | 11 +++++++++ 3 files changed, 43 insertions(+), 19 deletions(-) diff --git a/R/ct_check_params.R b/R/ct_check_params.R index 8a5e7bf..3884b35 100644 --- a/R/ct_check_params.R +++ b/R/ct_check_params.R @@ -251,19 +251,12 @@ check_flowCode <- function(flow_direction, update, verbose) { rlang::arg_match(flow_direction, values = valid_codes$text, multiple = TRUE) - # if one of the codes is not in the list of valid codes - # send stop signal and list problems - if (!all(flow_direction %in% valid_codes$text)) { - rlang::abort(paste0( - "The following services/commodity codes you provided are invalid: ", - paste0(setdiff(flow_direction, valid_codes$text), collapse = ", ") - )) - } else { + flow_direction <- valid_codes |> poorman::filter(text %in% flow_direction) |> poorman::pull(id) |> paste0(collapse = ",") - } + } else { flow_direction <- NULL } @@ -363,7 +356,7 @@ check_reporterCode <- function(reporter, update = FALSE, verbose = FALSE) { ) ## get multiple values or single values that are not 'all_countries' - if (length(reporter) > 1 | !any(reporter == "all_countries")) { + if (length(reporter) > 1 | !any(reporter %in% "all_countries")) { if (any(reporter == "all_countries")) { rlang::abort('"all_countries" can only be provided as a single argument.') } @@ -378,7 +371,7 @@ check_reporterCode <- function(reporter, update = FALSE, verbose = FALSE) { } # create proper ids for reporter Code - if (length(reporter) > 1 | !any(reporter == "all_countries")) { + if (length(reporter) > 1 | !any(reporter %in% "all_countries")) { reporter <- reporter_codes |> poorman::filter(iso_3 %in% reporter) |> poorman::pull(id) |> @@ -430,9 +423,9 @@ check_partnerCode <- function(partner, update = FALSE, verbose = FALSE) { ) - if (length(partner) > 1 | !any(partner == "all_countries")) { + if (length(partner) > 1 | !any(partner %in% "all_countries")) { partner <- stringr::str_squish(partner) - if (any(partner == "all_countries")) { + if (any(partner %in% "all_countries")) { rlang::abort('"all_countries" can only be provided as a single argument.') } # if one of the partnerCodes is not in the list of valid partnerCodes @@ -447,7 +440,7 @@ check_partnerCode <- function(partner, update = FALSE, verbose = FALSE) { } # create proper ids for partner - if (length(partner) > 1 | !any(partner == "all_countries")) { + if (length(partner) > 1 | !any(partner %in% "all_countries")) { partner <- partner_codes |> poorman::filter(iso_3 %in% partner) |> poorman::pull(id) |> @@ -558,10 +551,7 @@ check_motCode <- verbose = verbose ) ## check whether "everything" is selected - if (any(mode_of_transport %in% "everything")) { - mode_of_transport <- valid_codes |> - poorman::summarise(id = paste0(id, collapse = ",")) - } else { + mode_of_transport <- as.character(mode_of_transport) # remove any white space from cmd codes provided @@ -587,7 +577,6 @@ check_motCode <- poorman::filter(text %in% mode_of_transport) |> poorman::summarise(id = paste0(id, collapse = ",")) } - } mode_of_transport <- mode_of_transport$id } else { mode_of_transport <- NULL diff --git a/tests/testthat/test-ct_build_request.R b/tests/testthat/test-ct_build_request.R index 8ff6285..a490711 100644 --- a/tests/testthat/test-ct_build_request.R +++ b/tests/testthat/test-ct_build_request.R @@ -25,3 +25,27 @@ test_that('test that build returns a httr2 request',{ expect_true(stringr::str_detect(req$url, 'https://comtradeapi.un.org/data/v1/get/C/A/HS?')) }) + +test_that('test that build returns a httr2 request',{ + + expect_error(comtradr:::ct_check_params( + type = 'goods', + freq = 'A', + commodity_classification = "HS", + commodity_code = ct_get_ref_table("HS")$id, + flow_direction = "Import", + reporter = "USA", + partner = "CAN", + start_date = '2020', + end_date = '2021', + partner_2 = 'World', + mode_of_transport = 'Air', + customs_code = 'C00', + verbose = FALSE, + update = FALSE, + extra_params = NULL + ) |> + comtradr:::ct_build_request(primary_token = 'test_token'), + 'Your request exceeds 4KB or 4096 characters') + +}) diff --git a/tests/testthat/test-ct_check_parameters.R b/tests/testthat/test-ct_check_parameters.R index 87961ac..f5c471a 100644 --- a/tests/testthat/test-ct_check_parameters.R +++ b/tests/testthat/test-ct_check_parameters.R @@ -106,6 +106,10 @@ test_that("check_reporterCode function works correctly", { verbose = FALSE ) ) > 0) + expect_error(check_reporterCode("INVALID"), + regexp = "The following reporter") + expect_error(check_reporterCode(c("all_countries","USA")), + "can only be provided") }) @@ -115,6 +119,8 @@ test_that("check_partnerCode works correctly", { expect_equal(check_partnerCode(c("everything", "MEX")), NULL) expect_error(check_partnerCode(c("CAN", "all"))) expect_error(check_partnerCode("INVALID")) + expect_error(comtradr:::check_partnerCode(c("all_countries","USA")), + "can only be provided") expect_match(check_partnerCode("all_countries"), "^\\d+(,\\d+)*$") }) @@ -124,6 +130,8 @@ test_that("check_partner2Code works correctly", { expect_equal(check_partner2Code(c("everything", "MEX")), NULL) expect_error(check_partner2Code(c("CAN", "all"))) expect_error(check_partner2Code("INVALID")) + expect_error(check_partner2Code(c("all_countries","USA")), + "can only be provided") expect_match(check_partner2Code("all_countries"), "^\\d+(,\\d+)*$") }) @@ -135,6 +143,9 @@ test_that("check_motCode works correctly", { expect_error(check_motCode("INVALID")) expect_error(check_motCode("INVALID"), "The following mode_of_transport codes you") + expect_equal( + comtradr:::check_motCode("everything") + , NULL) }) test_that("check_customsCode works correctly", { From bbf6a8360204337c9b65c9eecb8f9c323f5908a6 Mon Sep 17 00:00:00 2001 From: paul bochtler <65470117+datapumpernickel@users.noreply.github.com> Date: Fri, 22 Dec 2023 19:40:30 +0100 Subject: [PATCH 30/30] update on NULL parameteres documentation --- R/ct_get_data.R | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/R/ct_get_data.R b/R/ct_get_data.R index 5952fe0..b77e535 100644 --- a/R/ct_get_data.R +++ b/R/ct_get_data.R @@ -6,7 +6,7 @@ #' including the type of data (goods or services), #' frequency (annual or monthly), commodity classification, #' flow direction, and more. -#' By providing `NULL` for certain parameters, +#' By providing `everything` for certain parameters, #' you can query all possible values. #' The function is opinionated in that it already verifies certain parameters #' for you and is more than a pure wrapper around the API. @@ -17,8 +17,8 @@ #' It contains annual trade statistics starting from 1988 #' and monthly trade statistics since 2000 for goods data #' -#' Parameters that accept `NULL` will query all possible values. -#' For example, setting `commodity_code = NULL` +#' Parameters that accept `everything` will query all possible values. +#' For example, setting `commodity_code = 'everything'` #' will retrieve data for all commodity codes. #' This can be useful for broad queries but may result in large datasets. #'

Z2l4{siT|y-zUN-#-hSkqYW8i?K$AzZU&1(+=a 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%0A3GkBIkk^`-V8R@#rf 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 v44|}56`8C3vZsd>Q$l_#HRwy(em! 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 diff --git a/inst/extdata/cmd_s2.rds b/inst/extdata/cmd_s2.rds index 422dcb9ab1455d63e6ade0d796546b254e30cfaa..c293acc4106b82cd9bc91cd30ac054ace432c697 100644 GIT binary patch literal 60192 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�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 K7a-Ww+E1+#ne0C0E+qy0w6w(E$MP?E&F1 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 diff --git a/inst/extdata/cmd_s3.rds b/inst/extdata/cmd_s3.rds index 2b4a3f39bd2d451caa9384b36e0d79b66f369864..2d05d5cf7ff352b15248f283905ae5c100eeba84 100644 GIT binary patch literal 81976 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 CdatGc literal 81992 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 S`L(w`Fb#_W000000a;p#K!BeB diff --git a/inst/extdata/cmd_s4.rds b/inst/extdata/cmd_s4.rds index 4032d63f7c8ab08d7f9436b5e253ad3e8e3bb7ee..68eaae9ddf00fe157d01b5e015f84c18b930e1fa 100644 GIT binary patch literal 85260 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