www.bankofscotlandtrade.co.uk Open in urlscan Pro
163.172.115.55  Public Scan

Submitted URL: https://www.bankofscotlandtrade.co.uk/
Effective URL: https://www.bankofscotlandtrade.co.uk/en
Submission: On July 18 via automatic, source certstream-suspicious — Scanned from FR

Form analysis 2 forms found in the DOM

POST https://www.bankofscotlandtrade.co.uk/secure/login_check?redirect_url=https%3A//www.bankofscotlandtrade.co.uk&contact_url=https%3A//www.bankofscotlandtrade.co.uk/generique/en/divers__contact

<form class="form" id="authentication" method="POST"
  action="https://www.bankofscotlandtrade.co.uk/secure/login_check?redirect_url=https%3A//www.bankofscotlandtrade.co.uk&amp;contact_url=https%3A//www.bankofscotlandtrade.co.uk/generique/en/divers__contact" accept-charset="UTF-8" style="clear:both;">
  <h1 id="login">Login</h1>
  <input type="hidden" name="_csrf_token" value="hdhyv3-T_dHAZwf_yJ4Gjhqcy1zJiklxtHi1bMSG4dg">
  <input aria-label="email address" class="input_identifiant" id="username" type="email" name="_username" placeholder="Email address" value="" onfocus="identification_verifier_login();">
  <input aria-label="password" class="input_mdp" type="password" id="password" name="_password" placeholder="Password" onfocus="identification_verifier_login();">
  <a href="https://www.bankofscotlandtrade.co.uk/generique/en/profil__mot-de-passe" class="lien-account">Forgot your password ?</a>
  <input id="identification_go" class="bouton-off" onmouseover="this.className='bouton-on';" onmouseout="this.className='bouton-off';" type="submit" value="Sign in">
</form>

Name: form_stickyGET /en/resultat_pays_produit

<form id="form_sticky" name="form_sticky" method="get" onsubmit="return verifie_form_sticky();" action="/en/resultat_pays_produit" class="row form-sticky">
  <input name="type_donnees" id="type_donnees" value="" type="hidden">
  <input name="affichage_type" id="affichage_type" value="" type="hidden">
  <div id="recherche_1" class="col-lg-4 col-sm-12 zone-recherche-1 nopadding-right">
    <input name="produit_home" id="produit_home" placeholder="Enter Product, Service or HS Code" value="" type="texte" class="input-sticky1 ui-autocomplete-input" aria-label="Enter Product, Service or HS Code" autocomplete="off">
    <input name="id_produit_home" id="id_produit_home" value="" type="hidden">
    <input name="type_nomenclature" id="type_nomenclature" value="" type="hidden">
  </div>
  <div class="clean visible-sm-block visible-xs-block"></div>
  <div id="recherche_2" class="col-lg-3 col-sm-12 zone-recherche-2 nopadding">
    <input name="flux_home" id="flux_home" placeholder="Export to / Import from" value="" type="texte" readonly="readonly" class="input-sticky2" aria-label="Choose to Import or Export">
    <input name="type_flux_home" id="type_flux_home" value="" type="hidden">
    <div id="choix_flux" style="display:none;">
      <div class="choix-recherche-flux">
        <a href="#" onclick="return false;" id="exporter" class="lien-flux-import" value="importer">Export to</a>
        <hr>
        <a href="#" onclick="return false;" id="importer" class="lien-flux-export" value="exporter">Import from</a>
      </div>
    </div>
    <!-- fin choix_flux -->
  </div>
  <div class="clean visible-sm-block visible-xs-block"></div>
  <div id="recherche_3" class="col-lg-3 col-sm-12 zone-recherche-3 nopadding">
    <input name="pays_home" id="pays_home" placeholder="Choose a country" value="" type="texte" class="input-sticky3 ui-autocomplete-input" aria-label="Choose a country" autocomplete="off">
    <input name="id_pays_home" id="id_pays_home" value="" type="hidden" style="float: left;">
  </div>
  <div class="clean visible-sm-block visible-xs-block"></div>
  <div class="col-lg-2 col-sm-12 zone-recherche-4 nopadding-left">
    <input name="todo" id="todo" placeholder="Search" type="submit" value="Search" class="bouton-off btn-sticky">
  </div>
  <div class="clean"></div>
  <div id="choix">
    <div id="sticky_choix_produits" style="display:none;" class="choix-recherche-secteur row">
      <div class="col-lg-2 col-sm-12 nopadding cont-tab">
        <a href="#haut-sticky" id="sticky_lien_onglet_secteur" class="tab-left-active tab-secteur">Per product</a>
        <a href="#haut-sticky" id="sticky_lien_onglet_preferences" class="tab-left tab-preferences">Per service</a>
      </div>
      <div class="col-lg-10 col-sm-12 cont-choix-sticky">
        <div id="liste_keyword">
          <span id="erreur_mot_cle" class="erreur-choix-sticky"></span>
          <div id="sticky_nomenclature" class="zone-overflow overflow-nomenclature">
            <div id="nomenclature_hs">
              <script type="text/javascript" language="Javascript">
                <!--
                function afficher_zone__inclusion(valeur) {
                  valeur += '__inclusion';
                  if ($(valeur).style.display == 'none') Element.show(valeur);
                  else Element.hide(valeur);
                }

                function afficher_les_fils__inclusion(valeur, nom_nomenclature, niveau, popup) {
                  if (($('div_fils_' + valeur + '__inclusion')) && ($('div_fils_' + valeur + '__inclusion').style.display == '')) afficher_zone__inclusion('div_fils_' + valeur);
                  else {
                    var url = '/commun/ajax_service__nomenclature.php';
                    var parametres = 'todo=lister_les_fils&id=' + valeur + '&nom_nomenclature=' + nom_nomenclature + '&niveau=' + niveau + '&popup=' + popup + '&langue_nomenclature=en&type=&sticky_recherche=oui';
                    var myAjax = new Ajax.Request(url, {
                      method: 'get',
                      parameters: parametres,
                      onComplete: afficher_les_fils_dans_les_div__inclusion
                    });
                  }
                }

                function scrollToTarget(target, containerEl) {
                  var isElement = target && target.nodeType === 1,
                    isNumber = Object.prototype.toString.call(target) === '[object Number]';
                  console.log('test ' + target.parentNode.parentNode.offsetTop);
                  if (isElement) {
                    containerEl.scrollTop = target.parentNode.offsetTop;
                  } else if (isNumber) {
                    containerEl.scrollTop = target;
                  } else if (target === 'bottom') {
                    containerEl.scrollTop = containerEl.scrollHeight - containerEl.offsetHeight;
                  } else if (target === 'top') {
                    containerEl.scrollTop = 0;
                  }
                }

                function afficher_les_fils_dans_les_div__inclusion(requete) {
                  var tab = eval('(' + requete.responseText + ')');
                  $(tab['div_ajout'] + '__inclusion').innerHTML = '';
                  new Insertion.Bottom(tab['div_ajout'] + '__inclusion', tab['contenu']);
                  afficher_zone__inclusion(tab['div_cree']);
                }

                function deplier(valeur) {
                  Element.hide($('deplier_' + valeur));
                  Element.show($('replier_' + valeur));
                }

                function replier(valeur) {
                  Element.show($('deplier_' + valeur));
                  Element.hide($('replier_' + valeur));
                }
                -->
              </script>
              <div class="s_nomenclature">
                <div class="code0">
                  <div class="nomenclature-gauche">
                    <a id="deplier_010011000090" href="#" onclick="afficher_les_fils__inclusion('010011000090', 'hs_2017', 0, 'oui'); deplier('010011000090'); return false;" class="nomenclature-deplier">+</a><a id="replier_010011000090" href="#" onclick="afficher_les_fils__inclusion('010011000090', 'hs_2017', 0, 'oui'); replier('010011000090'); return false;" style="display: none;" class="nomenclature-replier">-</a>
                  </div>
                  <div class="nomenclature-droite"><a href="#" onclick="return false;">Live Animals; Animal Products</a></div>
                </div>
                <div id="div_mere_010011000090__inclusion"></div>
              </div>
              <div class="s_nomenclature">
                <div class="code0">
                  <div class="nomenclature-gauche">
                    <a id="deplier_060011000090" href="#" onclick="afficher_les_fils__inclusion('060011000090', 'hs_2017', 0, 'oui'); deplier('060011000090'); return false;" class="nomenclature-deplier">+</a><a id="replier_060011000090" href="#" onclick="afficher_les_fils__inclusion('060011000090', 'hs_2017', 0, 'oui'); replier('060011000090'); return false;" style="display: none;" class="nomenclature-replier">-</a>
                  </div>
                  <div class="nomenclature-droite"><a href="#" onclick="return false;">Vegetable Products</a></div>
                </div>
                <div id="div_mere_060011000090__inclusion"></div>
              </div>
              <div class="s_nomenclature">
                <div class="code0">
                  <div class="nomenclature-gauche">
                    <a id="deplier_150011000090" href="#" onclick="afficher_les_fils__inclusion('150011000090', 'hs_2017', 0, 'oui'); deplier('150011000090'); return false;" class="nomenclature-deplier">+</a><a id="replier_150011000090" href="#" onclick="afficher_les_fils__inclusion('150011000090', 'hs_2017', 0, 'oui'); replier('150011000090'); return false;" style="display: none;" class="nomenclature-replier">-</a>
                  </div>
                  <div class="nomenclature-droite"><a href="#" onclick="return false;">Animal Or Vegetable Fats And Oils And Their Cleavage Products; Prepared Edible Fats; Animal Or Vegetable Waxes</a></div>
                </div>
                <div id="div_mere_150011000090__inclusion"></div>
              </div>
              <div class="s_nomenclature">
                <div class="code0">
                  <div class="nomenclature-gauche">
                    <a id="deplier_160011000090" href="#" onclick="afficher_les_fils__inclusion('160011000090', 'hs_2017', 0, 'oui'); deplier('160011000090'); return false;" class="nomenclature-deplier">+</a><a id="replier_160011000090" href="#" onclick="afficher_les_fils__inclusion('160011000090', 'hs_2017', 0, 'oui'); replier('160011000090'); return false;" style="display: none;" class="nomenclature-replier">-</a>
                  </div>
                  <div class="nomenclature-droite"><a href="#" onclick="return false;">Prepared Foodstuffs; Beverages, Spirits And Vinegar; Tobacco And Manufactured Tobacco Substitutes</a></div>
                </div>
                <div id="div_mere_160011000090__inclusion"></div>
              </div>
              <div class="s_nomenclature">
                <div class="code0">
                  <div class="nomenclature-gauche">
                    <a id="deplier_250011000090" href="#" onclick="afficher_les_fils__inclusion('250011000090', 'hs_2017', 0, 'oui'); deplier('250011000090'); return false;" class="nomenclature-deplier">+</a><a id="replier_250011000090" href="#" onclick="afficher_les_fils__inclusion('250011000090', 'hs_2017', 0, 'oui'); replier('250011000090'); return false;" style="display: none;" class="nomenclature-replier">-</a>
                  </div>
                  <div class="nomenclature-droite"><a href="#" onclick="return false;">Mineral Products</a></div>
                </div>
                <div id="div_mere_250011000090__inclusion"></div>
              </div>
              <div class="s_nomenclature">
                <div class="code0">
                  <div class="nomenclature-gauche">
                    <a id="deplier_280011000090" href="#" onclick="afficher_les_fils__inclusion('280011000090', 'hs_2017', 0, 'oui'); deplier('280011000090'); return false;" class="nomenclature-deplier">+</a><a id="replier_280011000090" href="#" onclick="afficher_les_fils__inclusion('280011000090', 'hs_2017', 0, 'oui'); replier('280011000090'); return false;" style="display: none;" class="nomenclature-replier">-</a>
                  </div>
                  <div class="nomenclature-droite"><a href="#" onclick="return false;">Products Of The Chemical Or Allied Industries</a></div>
                </div>
                <div id="div_mere_280011000090__inclusion"></div>
              </div>
              <div class="s_nomenclature">
                <div class="code0">
                  <div class="nomenclature-gauche">
                    <a id="deplier_390011000090" href="#" onclick="afficher_les_fils__inclusion('390011000090', 'hs_2017', 0, 'oui'); deplier('390011000090'); return false;" class="nomenclature-deplier">+</a><a id="replier_390011000090" href="#" onclick="afficher_les_fils__inclusion('390011000090', 'hs_2017', 0, 'oui'); replier('390011000090'); return false;" style="display: none;" class="nomenclature-replier">-</a>
                  </div>
                  <div class="nomenclature-droite"><a href="#" onclick="return false;">Plastics And Articles Thereof; Rubber And Articles Thereof</a></div>
                </div>
                <div id="div_mere_390011000090__inclusion"></div>
              </div>
              <div class="s_nomenclature">
                <div class="code0">
                  <div class="nomenclature-gauche">
                    <a id="deplier_410011000090" href="#" onclick="afficher_les_fils__inclusion('410011000090', 'hs_2017', 0, 'oui'); deplier('410011000090'); return false;" class="nomenclature-deplier">+</a><a id="replier_410011000090" href="#" onclick="afficher_les_fils__inclusion('410011000090', 'hs_2017', 0, 'oui'); replier('410011000090'); return false;" style="display: none;" class="nomenclature-replier">-</a>
                  </div>
                  <div class="nomenclature-droite">
                    <a href="#" onclick="return false;">Raw Hides And Skins, Leather, Furskins And Articles Thereof; Saddlery And Harness; Travel Goods, Handbags And Similar Containers; Articles Of Animal Gut (Other Than Silkworm Gut)</a></div>
                </div>
                <div id="div_mere_410011000090__inclusion"></div>
              </div>
              <div class="s_nomenclature">
                <div class="code0">
                  <div class="nomenclature-gauche">
                    <a id="deplier_440011000090" href="#" onclick="afficher_les_fils__inclusion('440011000090', 'hs_2017', 0, 'oui'); deplier('440011000090'); return false;" class="nomenclature-deplier">+</a><a id="replier_440011000090" href="#" onclick="afficher_les_fils__inclusion('440011000090', 'hs_2017', 0, 'oui'); replier('440011000090'); return false;" style="display: none;" class="nomenclature-replier">-</a>
                  </div>
                  <div class="nomenclature-droite">
                    <a href="#" onclick="return false;">Wood And Articles Of Wood; Wood Charcoal; Cork And Articles Of Cork; Manufactures Of Straw, Of Esparto Or Of Other Plaiting Materials; Basketware And Wickerwork</a></div>
                </div>
                <div id="div_mere_440011000090__inclusion"></div>
              </div>
              <div class="s_nomenclature">
                <div class="code0">
                  <div class="nomenclature-gauche">
                    <a id="deplier_470011000090" href="#" onclick="afficher_les_fils__inclusion('470011000090', 'hs_2017', 0, 'oui'); deplier('470011000090'); return false;" class="nomenclature-deplier">+</a><a id="replier_470011000090" href="#" onclick="afficher_les_fils__inclusion('470011000090', 'hs_2017', 0, 'oui'); replier('470011000090'); return false;" style="display: none;" class="nomenclature-replier">-</a>
                  </div>
                  <div class="nomenclature-droite"><a href="#" onclick="return false;">Pulp Of Wood Or Of Other Fibrous Cellulosic Material; Recovered (Waste And Scrap) Paper Or Paperboard; Paper And Paperboard And Articles Thereof</a></div>
                </div>
                <div id="div_mere_470011000090__inclusion"></div>
              </div>
              <div class="s_nomenclature">
                <div class="code0">
                  <div class="nomenclature-gauche">
                    <a id="deplier_500011000090" href="#" onclick="afficher_les_fils__inclusion('500011000090', 'hs_2017', 0, 'oui'); deplier('500011000090'); return false;" class="nomenclature-deplier">+</a><a id="replier_500011000090" href="#" onclick="afficher_les_fils__inclusion('500011000090', 'hs_2017', 0, 'oui'); replier('500011000090'); return false;" style="display: none;" class="nomenclature-replier">-</a>
                  </div>
                  <div class="nomenclature-droite"><a href="#" onclick="return false;">Textiles And Textile Articles</a></div>
                </div>
                <div id="div_mere_500011000090__inclusion"></div>
              </div>
              <div class="s_nomenclature">
                <div class="code0">
                  <div class="nomenclature-gauche">
                    <a id="deplier_640011000090" href="#" onclick="afficher_les_fils__inclusion('640011000090', 'hs_2017', 0, 'oui'); deplier('640011000090'); return false;" class="nomenclature-deplier">+</a><a id="replier_640011000090" href="#" onclick="afficher_les_fils__inclusion('640011000090', 'hs_2017', 0, 'oui'); replier('640011000090'); return false;" style="display: none;" class="nomenclature-replier">-</a>
                  </div>
                  <div class="nomenclature-droite">
                    <a href="#" onclick="return false;">Footwear, Headgear, Umbrellas, Sun Umbrellas, Walking Sticks, Seat-Sticks, Whips, Riding-Crops And Parts Thereof; Prepared Feathers And Articles Made Therewith; Artificial Flowers; Articles Of Human Hair</a>
                  </div>
                </div>
                <div id="div_mere_640011000090__inclusion"></div>
              </div>
              <div class="s_nomenclature">
                <div class="code0">
                  <div class="nomenclature-gauche">
                    <a id="deplier_680011000090" href="#" onclick="afficher_les_fils__inclusion('680011000090', 'hs_2017', 0, 'oui'); deplier('680011000090'); return false;" class="nomenclature-deplier">+</a><a id="replier_680011000090" href="#" onclick="afficher_les_fils__inclusion('680011000090', 'hs_2017', 0, 'oui'); replier('680011000090'); return false;" style="display: none;" class="nomenclature-replier">-</a>
                  </div>
                  <div class="nomenclature-droite"><a href="#" onclick="return false;">Articles Of Stone, Plaster, Cement, Asbestos, Mica Or Similar Materials; Ceramic Products; Glass And Glassware</a></div>
                </div>
                <div id="div_mere_680011000090__inclusion"></div>
              </div>
              <div class="s_nomenclature">
                <div class="code0">
                  <div class="nomenclature-gauche">
                    <a id="deplier_710011000090" href="#" onclick="afficher_les_fils__inclusion('710011000090', 'hs_2017', 0, 'oui'); deplier('710011000090'); return false;" class="nomenclature-deplier">+</a><a id="replier_710011000090" href="#" onclick="afficher_les_fils__inclusion('710011000090', 'hs_2017', 0, 'oui'); replier('710011000090'); return false;" style="display: none;" class="nomenclature-replier">-</a>
                  </div>
                  <div class="nomenclature-droite"><a href="#" onclick="return false;">Natural Or Cultured Pearls, Precious Or Semi-Precious Stones, Precious Metals, Metals Clad With Precious Metal, And Articles Thereof; Imitation Jewellery; Coin</a>
                  </div>
                </div>
                <div id="div_mere_710011000090__inclusion"></div>
              </div>
              <div class="s_nomenclature">
                <div class="code0">
                  <div class="nomenclature-gauche">
                    <a id="deplier_720011000090" href="#" onclick="afficher_les_fils__inclusion('720011000090', 'hs_2017', 0, 'oui'); deplier('720011000090'); return false;" class="nomenclature-deplier">+</a><a id="replier_720011000090" href="#" onclick="afficher_les_fils__inclusion('720011000090', 'hs_2017', 0, 'oui'); replier('720011000090'); return false;" style="display: none;" class="nomenclature-replier">-</a>
                  </div>
                  <div class="nomenclature-droite"><a href="#" onclick="return false;">Base Metals And Articles Of Base Metal</a></div>
                </div>
                <div id="div_mere_720011000090__inclusion"></div>
              </div>
              <div class="s_nomenclature">
                <div class="code0">
                  <div class="nomenclature-gauche">
                    <a id="deplier_840011000090" href="#" onclick="afficher_les_fils__inclusion('840011000090', 'hs_2017', 0, 'oui'); deplier('840011000090'); return false;" class="nomenclature-deplier">+</a><a id="replier_840011000090" href="#" onclick="afficher_les_fils__inclusion('840011000090', 'hs_2017', 0, 'oui'); replier('840011000090'); return false;" style="display: none;" class="nomenclature-replier">-</a>
                  </div>
                  <div class="nomenclature-droite">
                    <a href="#" onclick="return false;">Machinery And Mechanical Appliances; Electrical Equipment; Parts Thereof; Sound Recorders And Reproducers, Television Image And Sound Recorders And Reproducers, And Parts And Accessories Of Such Articles</a>
                  </div>
                </div>
                <div id="div_mere_840011000090__inclusion"></div>
              </div>
              <div class="s_nomenclature">
                <div class="code0">
                  <div class="nomenclature-gauche">
                    <a id="deplier_860011000090" href="#" onclick="afficher_les_fils__inclusion('860011000090', 'hs_2017', 0, 'oui'); deplier('860011000090'); return false;" class="nomenclature-deplier">+</a><a id="replier_860011000090" href="#" onclick="afficher_les_fils__inclusion('860011000090', 'hs_2017', 0, 'oui'); replier('860011000090'); return false;" style="display: none;" class="nomenclature-replier">-</a>
                  </div>
                  <div class="nomenclature-droite"><a href="#" onclick="return false;">Vehicles, Aircraft, Vessels And Associated Transport Equipment</a></div>
                </div>
                <div id="div_mere_860011000090__inclusion"></div>
              </div>
              <div class="s_nomenclature">
                <div class="code0">
                  <div class="nomenclature-gauche">
                    <a id="deplier_900011000090" href="#" onclick="afficher_les_fils__inclusion('900011000090', 'hs_2017', 0, 'oui'); deplier('900011000090'); return false;" class="nomenclature-deplier">+</a><a id="replier_900011000090" href="#" onclick="afficher_les_fils__inclusion('900011000090', 'hs_2017', 0, 'oui'); replier('900011000090'); return false;" style="display: none;" class="nomenclature-replier">-</a>
                  </div>
                  <div class="nomenclature-droite">
                    <a href="#" onclick="return false;">Optical, Photographic, Cinematographic, Measuring, Checking, Precision, Medical Or Surgical Instruments And Apparatus; Clocks And Watches; Musical Instruments; Parts And Accessories Thereof</a>
                  </div>
                </div>
                <div id="div_mere_900011000090__inclusion"></div>
              </div>
              <div class="s_nomenclature">
                <div class="code0">
                  <div class="nomenclature-gauche">
                    <a id="deplier_940011000090" href="#" onclick="afficher_les_fils__inclusion('940011000090', 'hs_2017', 0, 'oui'); deplier('940011000090'); return false;" class="nomenclature-deplier">+</a><a id="replier_940011000090" href="#" onclick="afficher_les_fils__inclusion('940011000090', 'hs_2017', 0, 'oui'); replier('940011000090'); return false;" style="display: none;" class="nomenclature-replier">-</a>
                  </div>
                  <div class="nomenclature-droite"><a href="#" onclick="return false;">Miscellaneous Manufactured Articles</a></div>
                </div>
                <div id="div_mere_940011000090__inclusion"></div>
              </div>
            </div>
            <div id="nomenclature_service" style="display:none;">
              <script type="text/javascript" language="Javascript">
                <!--
                function deplier_service(valeur) {
                  Element.hide($('deplier_' + valeur));
                  Element.show($('replier_' + valeur));
                  Element.show($('code_pere_' + valeur));
                }

                function replier_service(valeur) {
                  Element.show($('deplier_' + valeur));
                  Element.hide($('replier_' + valeur));
                  Element.hide($('code_pere_' + valeur));
                }
                -->
              </script>
              <!-- NIVEAU 0 -->
              <div id="code_S205" class="code0">
                <div class="nomenclature-gauche_popup">
                  <a id="deplier_S205" href="#" onclick="deplier_service('S205'); return false;" class="nomenclature-deplier">+</a><a id="replier_S205" href="#" onclick="replier_service('S205'); return false;" style="display: none;" class="nomenclature-replier">-</a>
                </div>
                <div class="nomenclature-droite_popup"><span href="#result" class="onglet-liste" onclick="valide_service('S205','Transportation ');">Transportation </span></div>
                <!-- NIVEAU 1 -->
                <div id="code_pere_S205" style="display: none;">
                  <div class="code1">
                    <div class="nomenclature-gauche_popup"></div>
                    <div class="nomenclature-droite_popup"><span href="#result" class="onglet-liste" onclick="valide_service('S206','-- Sea transport');">-- Sea transport</span></div>
                  </div>
                  <div class="code1">
                    <div class="nomenclature-gauche_popup"></div>
                    <div class="nomenclature-droite_popup"><span href="#result" class="onglet-liste" onclick="valide_service('S210','-- Air transport ');">-- Air transport </span></div>
                  </div>
                  <div class="code1">
                    <div class="nomenclature-gauche_popup"></div>
                    <div class="nomenclature-droite_popup"><span href="#result" class="onglet-liste" onclick="valide_service('S214','-- Other transport ');">-- Other transport </span></div>
                  </div>
                  <div class="code1">
                    <div class="nomenclature-gauche_popup"></div>
                    <div class="nomenclature-droite_popup"><span href="#result" class="onglet-liste" onclick="valide_service('S218','-- Space transport ');">-- Space transport </span></div>
                  </div>
                  <div class="code1">
                    <div class="nomenclature-gauche_popup"></div>
                    <div class="nomenclature-droite_popup"><span href="#result" class="onglet-liste" onclick="valide_service('S219','-- Rail transport ');">-- Rail transport </span></div>
                  </div>
                  <div class="code1">
                    <div class="nomenclature-gauche_popup"></div>
                    <div class="nomenclature-droite_popup"><span href="#result" class="onglet-liste" onclick="valide_service('S223','-- Road transport ');">-- Road transport </span></div>
                  </div>
                  <div class="code1">
                    <div class="nomenclature-gauche_popup"></div>
                    <div class="nomenclature-droite_popup"><span href="#result" class="onglet-liste" onclick="valide_service('S227','-- Inland waterway transport');">-- Inland waterway transport</span></div>
                  </div>
                  <div class="code1">
                    <div class="nomenclature-gauche_popup"></div>
                    <div class="nomenclature-droite_popup"><span href="#result" class="onglet-liste" onclick="valide_service('S231','-- Pipeline transport and electricity transmission');">-- Pipeline transport and electricity transmission</span>
                    </div>
                  </div>
                  <div class="code1">
                    <div class="nomenclature-gauche_popup"></div>
                    <div class="nomenclature-droite_popup"><span href="#result" class="onglet-liste" onclick="valide_service('S232','-- Other supporting and auxiliary transport services');">-- Other supporting and auxiliary transport services</span>
                    </div>
                  </div>
                </div>
              </div>
              <div id="code_S236" class="code0">
                <div class="nomenclature-gauche_popup">
                  <a id="deplier_S236" href="#" onclick="deplier_service('S236'); return false;" class="nomenclature-deplier">+</a><a id="replier_S236" href="#" onclick="replier_service('S236'); return false;" style="display: none;" class="nomenclature-replier">-</a>
                </div>
                <div class="nomenclature-droite_popup"><span href="#result" class="onglet-liste" onclick="valide_service('S236','Travel');">Travel</span></div>
                <!-- NIVEAU 1 -->
                <div id="code_pere_S236" style="display: none;">
                  <div class="code1">
                    <div class="nomenclature-gauche_popup"></div>
                    <div class="nomenclature-droite_popup"><span href="#result" class="onglet-liste" onclick="valide_service('S237','-- Business travel ');">-- Business travel </span></div>
                  </div>
                  <div class="code1">
                    <div class="nomenclature-gauche_popup"></div>
                    <div class="nomenclature-droite_popup"><span href="#result" class="onglet-liste" onclick="valide_service('S240','-- Personal travel');">-- Personal travel</span></div>
                  </div>
                  <div class="code1">
                    <div class="nomenclature-gauche_popup"></div>
                    <div class="nomenclature-droite_popup"><span href="#result" class="onglet-liste" onclick="valide_service('S243','-- Other Travel services');">-- Other Travel services</span></div>
                  </div>
                </div>
              </div>
              <div id="code_S245" class="code0">
                <div class="nomenclature-gauche_popup">
                  <a id="deplier_S245" href="#" onclick="deplier_service('S245'); return false;" class="nomenclature-deplier">+</a><a id="replier_S245" href="#" onclick="replier_service('S245'); return false;" style="display: none;" class="nomenclature-replier">-</a>
                </div>
                <div class="nomenclature-droite_popup"><span href="#result" class="onglet-liste" onclick="valide_service('S245','Communications services');">Communications services</span></div>
                <!-- NIVEAU 1 -->
                <div id="code_pere_S245" style="display: none;">
                  <div class="code1">
                    <div class="nomenclature-gauche_popup"></div>
                    <div class="nomenclature-droite_popup"><span href="#result" class="onglet-liste" onclick="valide_service('S246','-- Postal and courier services ');">-- Postal and courier services </span></div>
                  </div>
                  <div class="code1">
                    <div class="nomenclature-gauche_popup"></div>
                    <div class="nomenclature-droite_popup"><span href="#result" class="onglet-liste" onclick="valide_service('S247','-- Telecommunications services ');">-- Telecommunications services </span></div>
                  </div>
                </div>
              </div>
              <div id="code_S249" class="code0">
                <div class="nomenclature-gauche_popup"></div>
                <div class="nomenclature-droite_popup"><span href="#result" class="onglet-liste" onclick="valide_service('S249','Construction services ');">Construction services </span></div>
                <!-- NIVEAU 1 -->
                <div id="code_pere_S249" style="display: none;">
                </div>
              </div>
              <div id="code_S253" class="code0">
                <div class="nomenclature-gauche_popup"></div>
                <div class="nomenclature-droite_popup"><span href="#result" class="onglet-liste" onclick="valide_service('S253','Insurance services');">Insurance services</span></div>
                <!-- NIVEAU 1 -->
                <div id="code_pere_S253" style="display: none;">
                </div>
              </div>
              <div id="code_S260" class="code0">
                <div class="nomenclature-gauche_popup"></div>
                <div class="nomenclature-droite_popup"><span href="#result" class="onglet-liste" onclick="valide_service('S260','Financial services');">Financial services</span></div>
                <!-- NIVEAU 1 -->
                <div id="code_pere_S260" style="display: none;">
                </div>
              </div>
              <div id="code_S262" class="code0">
                <div class="nomenclature-gauche_popup">
                  <a id="deplier_S262" href="#" onclick="deplier_service('S262'); return false;" class="nomenclature-deplier">+</a><a id="replier_S262" href="#" onclick="replier_service('S262'); return false;" style="display: none;" class="nomenclature-replier">-</a>
                </div>
                <div class="nomenclature-droite_popup"><span href="#result" class="onglet-liste" onclick="valide_service('S262','Computer and information services');">Computer and information services</span></div>
                <!-- NIVEAU 1 -->
                <div id="code_pere_S262" style="display: none;">
                  <div class="code1">
                    <div class="nomenclature-gauche_popup"></div>
                    <div class="nomenclature-droite_popup"><span href="#result" class="onglet-liste" onclick="valide_service('S263','-- Computer services ');">-- Computer services </span></div>
                  </div>
                  <div class="code1">
                    <div class="nomenclature-gauche_popup"></div>
                    <div class="nomenclature-droite_popup"><span href="#result" class="onglet-liste" onclick="valide_service('S264','-- Information services');">-- Information services</span></div>
                  </div>
                </div>
              </div>
              <div id="code_S268" class="code0">
                <div class="nomenclature-gauche_popup">
                  <a id="deplier_S268" href="#" onclick="deplier_service('S268'); return false;" class="nomenclature-deplier">+</a><a id="replier_S268" href="#" onclick="replier_service('S268'); return false;" style="display: none;" class="nomenclature-replier">-</a>
                </div>
                <div class="nomenclature-droite_popup"><span href="#result" class="onglet-liste" onclick="valide_service('S268','Business services');">Business services</span></div>
                <!-- NIVEAU 1 -->
                <div id="code_pere_S268" style="display: none;">
                  <div class="code1">
                    <div class="nomenclature-gauche_popup"></div>
                    <div class="nomenclature-droite_popup"><span href="#result" class="onglet-liste" onclick="valide_service('S269','-- Merchanting and other trade-related services');">-- Merchanting and other trade-related services</span></div>
                  </div>
                  <div class="code1">
                    <div class="nomenclature-gauche_popup"></div>
                    <div class="nomenclature-droite_popup"><span href="#result" class="onglet-liste" onclick="valide_service('S272','-- Leasing services');">-- Leasing services</span></div>
                  </div>
                  <div class="code1">
                    <div class="nomenclature-gauche_popup"></div>
                    <div class="nomenclature-droite_popup"><span href="#result" class="onglet-liste" onclick="valide_service('S273','-- Business, professional and technical services');">-- Business, professional and technical services</span></div>
                  </div>
                </div>
              </div>
              <div id="code_S287" class="code0">
                <div class="nomenclature-gauche_popup">
                  <a id="deplier_S287" href="#" onclick="deplier_service('S287'); return false;" class="nomenclature-deplier">+</a><a id="replier_S287" href="#" onclick="replier_service('S287'); return false;" style="display: none;" class="nomenclature-replier">-</a>
                </div>
                <div class="nomenclature-droite_popup"><span href="#result" class="onglet-liste" onclick="valide_service('S287','Personal cultural and recreational services ');">Personal cultural and recreational services </span></div>
                <!-- NIVEAU 1 -->
                <div id="code_pere_S287" style="display: none;">
                  <div class="code1">
                    <div class="nomenclature-gauche_popup"></div>
                    <div class="nomenclature-droite_popup"><span href="#result" class="onglet-liste" onclick="valide_service('S288','-- Audiovisual and related services ');">-- Audiovisual and related services </span></div>
                  </div>
                  <div class="code1">
                    <div class="nomenclature-gauche_popup"></div>
                    <div class="nomenclature-droite_popup"><span href="#result" class="onglet-liste" onclick="valide_service('S289','-- Other personal cultural and recreational services');">-- Other personal cultural and recreational services</span>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div id="sticky_numero_hs_mot" name="sticky_numero_hs_mot" class="zone-overflow overflow-secteur" style="display:none;">
            <ul id="ui-id-1" tabindex="0" class="ui-menu ui-widget ui-widget-content ui-autocomplete ui-front" style="display: none;"></ul>
          </div>
        </div>
        <div id="liste_dernieres_recherches" style="display:none;">
          <div class="zone-overflow overflow-nomenclature">
            <ul class="liste-secteur-services nobullet">
            </ul>
          </div>
        </div>
      </div>
    </div>
    <!-- fin choix-recherche-secteur -->
    <div id="choix_pays" style="display:none;" class="row">
      <div class="choix-recherche-pays col-lg-5 offset-lg-7">
        <div class="row">
          <div id="suggestion" class="suggestion-pays"><span class="suggestion-pays1">Best countries for my product/service</span></div>
        </div>
        <div class="row">
          <div class="col-lg-3 col-sm-12 nopadding cont-tab">
            <a href="#haut-sticky-3" id="lien_onglet_pays" class="tab-left-active tab-pays">Country</a>
            <a href="#haut-sticky-3" id="lien_onglet_regions" class="tab-left tab-continent">Areas</a>
          </div>
          <div class="col-lg-9 col-sm-12 cont-choix-sticky">
            <div id="liste_pays" class="zone-overflow overflow-pays">
              <div class="field"></div>
              <div id="sticky-auto-pays" class="">
                <ul id="ui-id-2" tabindex="0" class="ui-menu ui-widget ui-widget-content ui-autocomplete ui-front" style="display: none;"></ul>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
    <!-- fin choix_pays -->
  </div>
  <!-- fin div "choix" -->
  <div class="clean"></div>
  <div class="col-md-12">
    <p class="lien-uk">To find your HS code, simply search your business name in the Importers or Exporters Details pages under the Trade Tools section on <a href="https://www.uktradeinfo.com/" target="_blank">UK Trade Info</a></p>
  </div>
  <link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
  <link rel="stylesheet" href="/ressources/css/jquery.mCustomScrollbar.css">
  <script type="text/javascript" language="JavaScript" src="/ressources/js/jquery.mCustomScrollbar.concat.min.js"></script>
  <script language="JavaScript" type="text/javascript">
    var source = liste_nomenclature;
    jQuery("#produit_home").autocomplete({
      source: source,
      minLength: 3,
      appendTo: "#sticky_numero_hs_mot",
      select: function(event, ui) {
        jQuery("#produit_home").removeClass('sticky-erreur').addClass('sticky-active');
        jQuery("#sticky_choix_produits").hide();
        jQuery("#id_produit_home").val(ui.item.code);
        jQuery("#type_nomenclature").val(ui.item.type_nomenclature);
        jQuery('#erreur_mot_cle').html('');
        if (jQuery("#flux_home").val() == '') jQuery("#flux_home").click();
        if (jQuery("#flux_home").val() != '' && jQuery("#pays_home").val() == '') jQuery("#pays_home").click();
      },
      response: function(event, ui) {
        if (ui.content == '') {
          jQuery('#erreur_mot_cle').html('"' + jQuery('<div>' + jQuery("#produit_home").val() + '<div>').text() + '" ' + lib_general__convertir_unicode_vers_js(
            "doesn't exist in our classification of products and services. Please enter another keyword, or browse the classification"));
          jQuery("#sticky_nomenclature").addClass('overflow-erreur');
        } else jQuery('#erreur_mot_cle').html('');
      },
      close: function(event, ui) {
        jQuery("#ui-id-1").show();
        if (jQuery("#sticky_lien_onglet_keyword").attr('class').indexOf('tab-left-active') != -1) {
          jQuery("#nomenclature_hs").show();
          jQuery("#nomenclature_service").show();
        }
        /**if(jQuery( "#sticky_lien_onglet_secteur" ).attr('class').indexOf('tab-left-active')!=-1)
        {
        jQuery( "#nomenclature_hs" ).show();
        jQuery( "#nomenclature_service" ).hide();
        }
        if(jQuery( "#sticky_lien_onglet_preferences" ).attr('class').indexOf('tab-left-active')!=-1)
        {
        jQuery( "#nomenclature_service" ).show();
        jQuery( "#nomenclature_hs" ).hide();
        }*/
      },
    }).data('ui-autocomplete')._renderItem = function(ul, item) {
      jQuery('#sticky_numero_hs_mot').show();
      var searchMask = this.element.val();
      var regEx = new RegExp(searchMask, "ig");
      var replaceMask = "<span class='mot_en_surbrillance'>$&</span>";
      var html = "<div class='code" + item.niveau + " " + item.type_nomenclature + "'><span class='nomenclature-droite_popup'>" + item.label.replace(regEx, replaceMask) + "</span></div>";
      jQuery('#sticky_nomenclature').hide();
      return jQuery("<li>").data("item.autocomplete", item).append(html).appendTo(ul);
    };
    jQuery.ui.autocomplete.filter = function(array, term) {
      var matcher = new RegExp("[^a-z0-9](" + term + ")", "i");
      return jQuery.grep(array, function(value) {
        return matcher.test(' ' + value.label + ' ' + value.value);
      });
    };
    jQuery("#produit_home").keyup(function() {
      if (jQuery(this).val().length < 3) {
        jQuery('#sticky_nomenclature').show();
        jQuery('#sticky_numero_hs_mot').hide();
      }
    });
    -- >
  </script>
</form>

Text Content

Login / Register


LOGIN

Forgot your password ?
Authentication pending ...


--------------------------------------------------------------------------------

Register x

Toggle navigation Menu

Explore Market Potential

 * International markets
 * Market reports
 * Business alerts
 * Find counterparts
 * Import/Export flows
 * Best countries for trade
 * International trade shows
 * Professional associations
 * Online marketplaces
 * Business directories
 * Public and private tenders
 * Tender alerts

Trade Controls

 * Customs duties
 * Import controls
 * Export controls
 * Businesses under embargo
 * Local customs classification number
 * HS customs classification number

Manage your Shipment

 * Shipping documents
 * Calculating the cost of exporting
 * Calculating the cost of importing
 * International currency converter
 * Measurement converter
 * Export and Import Factsheets

Support from Bank of Scotland

 * International Trade at Bank of Scotland
 * Check the status of your Trade request with our Trade Tracker
 * Our Global Trade Services
 * Which trade solutions can help my business?
 * International business guides to support you
 * Economic and market insights from Bank of Scotland
 * Our Helping Britain Prosper Plan

X



WELCOME TO THE INTERNATIONAL TRADE PORTAL

 * The Bank of Scotland International Trade Portal is a powerful insight tool to
   help your business achieve its international ambitions.
 * Begin by using our simple three step search below, or by accessing the main
   menu in the top right of the page.


BY THE SIDE OF BUSINESS

 * At Bank of Scotland, we're committed to being by the side of business.
 * That's why our International Trade Portal is free and unlimited, for
   everyone.

Find out more about Bank of Scotland


SUPPORTING UK BUSINESS

 * Find out more about how Bank of Scotland can support your International Trade
   ambitions through our range of financial and risk management solutions.

Find out more

Previous Next

Register for a free International Trade Portal account today

Complete our quick and easy registration process for free and unlimited access
to the International Trade Portal

Register now


MAKE CONNECTIONS

 * Discover the best market for your product
 * Find new buyers and suppliers overseas
 * Visit trade shows around the world


EXPLORE NEW MARKETS

 * Research detailed country profiles
 * Calculate customs duties
 * Browse public and private tenders


KEEP UP TO DATE

 * Set up tailored alerts
 * View the latest Covid-19 updates
 * View the latest exchange rates
 * Building resilience: a focus on supply chains
 * Business Barometer



Three steps to get the best insight for expanding your business

Export to

--------------------------------------------------------------------------------

Import from





Per product Per service
+-
Live Animals; Animal Products

+-
Vegetable Products

+-
Animal Or Vegetable Fats And Oils And Their Cleavage Products; Prepared Edible
Fats; Animal Or Vegetable Waxes

+-
Prepared Foodstuffs; Beverages, Spirits And Vinegar; Tobacco And Manufactured
Tobacco Substitutes

+-
Mineral Products

+-
Products Of The Chemical Or Allied Industries

+-
Plastics And Articles Thereof; Rubber And Articles Thereof

+-
Raw Hides And Skins, Leather, Furskins And Articles Thereof; Saddlery And
Harness; Travel Goods, Handbags And Similar Containers; Articles Of Animal Gut
(Other Than Silkworm Gut)

+-
Wood And Articles Of Wood; Wood Charcoal; Cork And Articles Of Cork;
Manufactures Of Straw, Of Esparto Or Of Other Plaiting Materials; Basketware And
Wickerwork

+-
Pulp Of Wood Or Of Other Fibrous Cellulosic Material; Recovered (Waste And
Scrap) Paper Or Paperboard; Paper And Paperboard And Articles Thereof

+-
Textiles And Textile Articles

+-
Footwear, Headgear, Umbrellas, Sun Umbrellas, Walking Sticks, Seat-Sticks,
Whips, Riding-Crops And Parts Thereof; Prepared Feathers And Articles Made
Therewith; Artificial Flowers; Articles Of Human Hair

+-
Articles Of Stone, Plaster, Cement, Asbestos, Mica Or Similar Materials; Ceramic
Products; Glass And Glassware

+-
Natural Or Cultured Pearls, Precious Or Semi-Precious Stones, Precious Metals,
Metals Clad With Precious Metal, And Articles Thereof; Imitation Jewellery; Coin

+-
Base Metals And Articles Of Base Metal

+-
Machinery And Mechanical Appliances; Electrical Equipment; Parts Thereof; Sound
Recorders And Reproducers, Television Image And Sound Recorders And Reproducers,
And Parts And Accessories Of Such Articles

+-
Vehicles, Aircraft, Vessels And Associated Transport Equipment

+-
Optical, Photographic, Cinematographic, Measuring, Checking, Precision, Medical
Or Surgical Instruments And Apparatus; Clocks And Watches; Musical Instruments;
Parts And Accessories Thereof

+-
Miscellaneous Manufactured Articles

+-
Transportation
-- Sea transport
-- Air transport
-- Other transport
-- Space transport
-- Rail transport
-- Road transport
-- Inland waterway transport
-- Pipeline transport and electricity transmission
-- Other supporting and auxiliary transport services
+-
Travel
-- Business travel
-- Personal travel
-- Other Travel services
+-
Communications services
-- Postal and courier services
-- Telecommunications services
Construction services

Insurance services

Financial services

+-
Computer and information services
-- Computer services
-- Information services
+-
Business services
-- Merchanting and other trade-related services
-- Leasing services
-- Business, professional and technical services
+-
Personal cultural and recreational services
-- Audiovisual and related services
-- Other personal cultural and recreational services


Best countries for my product/service
Country Areas



To find your HS code, simply search your business name in the Importers or
Exporters Details pages under the Trade Tools section on UK Trade Info


GETTING THE MOST FROM THIS TRADE PORTAL

Find out more about what's inside the International Trade Portal and how it can
help your business.

Download our guide


SOLUTIONS TO PROTECT YOUR BUSINESS

Many businesses aren't aware of the risks and cash flow challenges they're
exposed to when they import and export.

We can help you understand and manage these.

Show me how


SPEAK TO A TRADE SPECIALIST

Help to achieve your importing and exporting ambitions

Please note this service is available to businesses with annual revenue of £3m+.
If your turnover is <£3m please visit our dedicated website.

Request a call back



SPEAK TO A TRADE SPECIALIST

Find out how Bank of Scotland can support your global trade ambitions

Request a call back


Bank of Scotland - About us - Frequently asked questions - Terms of use - Data
privacy notice - Support request - Sitemap of Bank of Scotland International
Trade Portal





COOKIES CONSENT

X



We have to collect some data when you use this website so it works and is
secure.

We'd also like your consent to collect data to study how people use our site.
This will help us improve our service and tailor the marketing you see on apps
and other websites.

Select 'Accept all' to agree or 'Manage consents' to choose which cookies we
use. You can change your mind by clicking the 'Cookies' link.



Accept allManage consents