Changes between Version 9 and Version 10 of Ticket #29, comment 1


Ignore:
Timestamp:
2022-12-08T21:54:55Z (18 months ago)
Author:
Mike Dewhirst

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29, comment 1

    v9 v10  
    11'''REPORTED10KG'''
    22
    3 ''Subsection 27(6) (new subsection relaxes rigour by using the word "known")''
    4 
    5 The word "known" implies that the person introducing the chemical would say so if the characteristic of interest to AICIS was known to exist.
     3''Subsection 27(6) new subsection relaxes rigour by using the word "known"''
    64
    75For example, if the software did not independently detect mutagenicity, carcinogenicity or reprotoxicity then it can be accepted as not known by the introducer to be so. This is because the user can add such hazards and the software would thereby "know" such a characteristic exists.
    8 
    9 The new Reported category of 10kg or less does not need to tick the boxes ticked for normal categories.
    106
    117In practice, health and environment categorisation volumes are irrelevant - they are less than 10kg. Exposure and release factors are also irrelevant for such a small quantity.
     
    1612'''Program redesign'''
    1713
    18 We have a set_category() method which first eliminates excluded, prohibited and other possible categorisations including Listed set according to circumstances established by the user and then tests for risk to determine Exempted, Reported or Assessed.
     14We have a set_category() method which first eliminates excluded, prohibited and other possible categorisations including Listed set according to ''Circumstances'' defined by AICIS Rules and selected by the user and then tests for risk to determine Exempted, Reported or Assessed.
    1915
    20 If the risk is actually very-low, we might ignore REPORTED10KG and categorise as Exempted. The reasoning is that REPORTED10KG is then unnecessary and if used AICIS would need to be notified in future if volumes increased beyond 10kg.
     16If the risk is actually very-low, we might ignore REPORTED10KG and categorise as Exempted. The reasoning is that if REPORTED10KG is used AICIS would need to be notified in future if volumes increased beyond 10kg.
    2117
    22 However, an introducer might opt for the REPORTED10KG simply to avoid having to obtain documentation potentially demanded by AICIS to prove the Exempted category. The boxes which do need to be ticked won't keep the chemical out of the Assessed category if it is reviewed pre-introduction and AICIS detect or suspect a medium to high risk.
     18However, an introducer would opt for REPORTED10KG simply to avoid having to obtain documentation potentially demanded by AICIS to prove the Exempted or Reported category. The boxes which do need to be ticked won't keep the chemical out of the Assessed category if it is reviewed pre-introduction and AICIS detect or suspect a medium to high risk.
    2319
    2420We need a mechanism for the user to opt for REPORTED10KG. See Ticket #36
     
    32283. Reported - low risk
    33294. Assessed - medium to high risk
    34 
    35 When all is working correctly and unit tests are passing this ticket will be closed.
    3630
    3731
     
    4842        For these three we need a new method which simply returns True if any of GHS hazards H340 or H341 or H350 or H351 or H360 or H361 are attached to the chemical. See ticket #37.
    4943
    50     If used in a cosmetic, must not be prohibited or restricted in cosmetics by EU or USA
     44    If used in a cosmetic, it must not be prohibited or restricted in cosmetics by EU or USA
    5145
    52         For this we need a new ''is_banned_for_cosmetics()'' method which scans the index for a chemical (CAS and/or name and/or EC number) and if detected returns True if prohibited or restricted. There are chemicals on the EUR-Lex Cosmetics lists which are allowed with conditions. Some of those conditions may concern AICIS when/if the chemical is listed on the Australian inventory, the listing may carry similar conditions. There are similar lists for the USA. See Ticket #34
     46        For this we need a new ''is_banned_for_cosmetics()'' method which scans the index for a chemical (CAS and/or name and/or EC number) and if detected returns True if prohibited or restricted.
     47
     48There are chemicals on the EUR-Lex Cosmetics lists which are allowed with conditions. Some of those cosmetic conditions may concern AICIS when/if the chemical is listed on the Australian inventory, the listing may carry similar conditions. There are similar lists for the USA. See Ticket #34
    5349
    5450and
     
    6056    Not (known) to be nanoscale
    6157
    62         ''Nano-material'' already has a selection 'Not known' which AICIS (and the software) treats as 'Yes' but without a study report on nano particle dimensions. See Ticket [ticket:28#comment:3] which implements this.
     58        ''Nano-material'' already has a selection 'Not known' which AICIS (and the software) treats as 'Yes' but without needing a study report on nano particle dimensions. See Ticket [ticket:28#comment:3] which implements this.
    6359
    6460and
     
    6662    Not (known) to contain Fluorine or
    6763
    68         We do need a ''has_fluorine()'' method which returns True if the molecular formula has a symbol 'F' or there is 'fluo" in the names. Returning False means it is not known to contain Fluorine. See Ticket #32.
     64        We do need a ''has_fluorine()'' method which returns True if the molecular formula has a symbol 'F' or there is 'fluo' in the names. Returning False means it is not known to contain Fluorine. See Ticket #32.
    6965
    7066    IS known to be an inorganic salt
     
    7470and
    7571
    76     Not (known) Persistent, Bioaccumulative and ToxicT
     72    Not (known) Persistent, Bioaccumulative and Toxic (PBT)
    7773
    78         Already detected via CAS number search of the list of chemicals with high hazards for categorisation or the user has entered data including adding GHS H400 or H410 hazards. See Ticket #37
     74        Already detected via CAS number search of the high hazard chemicals for regular categorisation - or the user has added the hazard data. See Ticket #37
    7975
    8076