calculate_melt_value
Calculate the melt value (intrinsic bullion value) of silver or gold from weight and purity — e.g. sterling silver flatware, .999 rounds, scrap gold. Returns melt value in both USD and CAD plus the fine metal weight. Purity is a fraction: 0.925 = sterling, 0.999 = fine silver, 0.9 = US coin silver. Weight units: g (grams), ozt (troy ounces), oz (avoirdupois ounces — postal-scale ounces).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit | Yes | Weight unit: g = grams, ozt = troy ounce, oz = avoirdupois ounce | |
| metal | Yes | Which metal | |
| purity | Yes | Fineness as a fraction, e.g. 0.925 for sterling silver | |
| weight | Yes | Gross weight of the item(s) |