{
  "$id": "https://hash.ai/@h/types/entity-type/material-valuation/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "The cost and valuation of a material's stock — valuation prices, controls, and sourcing standard cost.",
  "icon": "/icons/types/coins.svg",
  "kind": "entityType",
  "links": {
    "https://hash.ai/@h/types/entity-type/has-material/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@h/types/entity-type/material/v/1"
          }
        ]
      },
      "maxItems": 1,
      "type": "array"
    },
    "https://hash.ai/@h/types/entity-type/located-at/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@h/types/entity-type/site/v/1"
          }
        ]
      },
      "maxItems": 1,
      "type": "array"
    }
  },
  "properties": {
    "https://hash.ai/@h/types/property-type/currency-code/": {
      "$ref": "https://hash.ai/@h/types/property-type/currency-code/v/1"
    },
    "https://hash.ai/@h/types/property-type/fiscal-year/": {
      "$ref": "https://hash.ai/@h/types/property-type/fiscal-year/v/1"
    },
    "https://hash.ai/@h/types/property-type/future-price-date/": {
      "$ref": "https://hash.ai/@h/types/property-type/future-price-date/v/1"
    },
    "https://hash.ai/@h/types/property-type/future-price/": {
      "$ref": "https://hash.ai/@h/types/property-type/future-price/v/1"
    },
    "https://hash.ai/@h/types/property-type/last-price-change-date/": {
      "$ref": "https://hash.ai/@h/types/property-type/last-price-change-date/v/1"
    },
    "https://hash.ai/@h/types/property-type/moving-average-price/": {
      "$ref": "https://hash.ai/@h/types/property-type/moving-average-price/v/1"
    },
    "https://hash.ai/@h/types/property-type/posting-period/": {
      "$ref": "https://hash.ai/@h/types/property-type/posting-period/v/1"
    },
    "https://hash.ai/@h/types/property-type/price-control-indicator/": {
      "$ref": "https://hash.ai/@h/types/property-type/price-control-indicator/v/1"
    },
    "https://hash.ai/@h/types/property-type/price-unit/": {
      "$ref": "https://hash.ai/@h/types/property-type/price-unit/v/1"
    },
    "https://hash.ai/@h/types/property-type/site/": {
      "$ref": "https://hash.ai/@h/types/property-type/site/v/1"
    },
    "https://hash.ai/@h/types/property-type/standard-cost/": {
      "$ref": "https://hash.ai/@h/types/property-type/standard-cost/v/1"
    },
    "https://hash.ai/@h/types/property-type/standard-price/": {
      "$ref": "https://hash.ai/@h/types/property-type/standard-price/v/1"
    },
    "https://hash.ai/@h/types/property-type/stock-value/": {
      "$ref": "https://hash.ai/@h/types/property-type/stock-value/v/1"
    },
    "https://hash.ai/@h/types/property-type/valuated-stock-quantity/": {
      "$ref": "https://hash.ai/@h/types/property-type/valuated-stock-quantity/v/1"
    },
    "https://hash.ai/@h/types/property-type/valuation-area/": {
      "$ref": "https://hash.ai/@h/types/property-type/valuation-area/v/1"
    },
    "https://hash.ai/@h/types/property-type/valuation-category/": {
      "$ref": "https://hash.ai/@h/types/property-type/valuation-category/v/1"
    },
    "https://hash.ai/@h/types/property-type/valuation-class/": {
      "$ref": "https://hash.ai/@h/types/property-type/valuation-class/v/1"
    },
    "https://hash.ai/@h/types/property-type/valuation-type/": {
      "$ref": "https://hash.ai/@h/types/property-type/valuation-type/v/1"
    }
  },
  "title": "Material Valuation",
  "type": "object"
}