Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
titleExample 1

A landing with 6 pounds of Silvergray Rockfish.

The landed weight is stored in eLandings as 6.0000 pounds with condition_code 3.

On import into the Alaska Region database the landed weight in metric tons is calculated:

6.0000 / 2204.6226 = .00272155424697179462825065841201119865

(PL/SQL does this calculation with 38 decimal digits of precision)

The result is then stored in a database column with three decimal digits of precision, i.e., 0.003 metric tons.

The product recovery rate of 0.98 is applied to the landed weight:

0.003 / 0.98 = 0.00306122448979591836734693877551020408

which is stored with 3 decimal digits of precision as 0.003 metric tons.

Metric tons are converted into pounds:

0.003 * 2204.6226 = 6.6138678

which is reported in eLandings with four decimal digits of precision as 6.6139. Standard price for this species/gear/port is $0.31, and the estimated observer fee is calculated as:

6.6138678 * 0.31 * 0.0125 = 0.0256287377250 which is reported in eLandings with two decimal digits of precision as $0.03.

 



Panel
titleExample 2

A landing with 67.5 pounds of Octopus.

The landed weight is stored in eLandings as 67.5000 pounds with condition_code 4.

On import into the Alaska Region database the landed weight in metric tons is calculated:

67.5000 / 2204.6226 = .03061748527843268956781990713512598482

(PL/SQL does this calculation with 38 decimal digits of precision)

The result is then stored in a database column with three decimal digits of precision, i.e., 0.031 metric tons.

The product recovery rate of 0.81 is applied to the landed weight:

0.031 / 0.81 = .03827160493827160493827160493827160493

which is stored with 3 decimal digits of precision as 0.038 metric tons.

Metric tons are converted into pounds:

0.038 * 2204.6226 = 83.7756588

which is reported in eLandings with four decimal digits of precision as 83.7757. Standard price for this species/gear/port is $0.45, and the estimated observer fee is calculated as:

83.7756588 * 0.45 * 0.0125 = 0.4712380807500 which is reported in eLandings with two decimal digits of precision as $0.47.



...

How to Download and Print this Article as a PDF

  • Download:

    • Click the 3 dots (...) at the top right of the article

    • Click Export

    • Click Export to PDF

    • Wait for the PDF to load, and click Download PDF

  • Print:

    • Open the PDF

    • Print the PDF

Image Added
Image Added


...

Support Contact:

If you have any questions or concerns, please contact elandings@alaska.gov