api-docs/models/ActivityLevel.json

17 lines
998 B
JSON
Raw Normal View History

2023-10-26 02:27:37 +02:00
{
"type": "string",
"description": "The activity level of a trade good. If the good is an import, this represents how strong consumption is. If the good is an export, this represents how strong the production is for the good. When activity is strong, consumption or production is near maximum capacity. When activity is weak, consumption or production is near minimum capacity.",
2023-10-26 02:27:37 +02:00
"enum": [
"WEAK",
"GROWING",
"STRONG",
"RESTRICTED"
],
"x-enumDescriptions": {
"WEAK": "Indicates very low production or consumption activity. This may suggest a surplus in supply or a lack of demand.",
"GROWING": "Represents increasing activity in production or consumption, suggesting a developing market.",
"STRONG": "Signifies high levels of production or consumption. Indicates a healthy and active market with high demand or supply.",
2023-12-30 10:19:00 +01:00
"RESTRICTED": "Reflects a bottleneck in production or consumption, possibly due to a lack of supply or demand in related goods."
}
2023-12-30 10:19:00 +01:00
}