The type of an Instrument.
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "InstrumentType", "description": "The type of an Instrument.", "type": "string", "enum": [ "CURRENCY", "CFD", "METAL" ] }