WARNING: This site is a work in progress.
Enum: MarketTypeTypes
The type of marketplace
URI: MarketTypeTypes
Permissible Values
Value | Meaning | Description |
---|---|---|
COMPLIANCE_MARKET | rfs:ComplianceMarket | a compliance market |
VOLUNTARY_MARKET | rfs:VoluntaryMarket | a voluntary market |
Slots
Name | Description |
---|---|
marketType | The type of market for the associated credits |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
LinkML Source
```yaml
name: MarketTypeTypes
description: The type of marketplace
from_schema: https://framework.regen.network/schema/
rank: 1000
permissible_values:
COMPLIANCE_MARKET:
text: COMPLIANCE_MARKET
description: a compliance market
meaning: rfs:ComplianceMarket
VOLUNTARY_MARKET:
text: VOLUNTARY_MARKET
description: a voluntary market
meaning: rfs:VoluntaryMarket
</details>