sdk.lusid.models.value_type.ValueType

class ValueType(value=<no_arg>, names=None, module=None, qualname=None, type=None, start=1, boundary=None)[source]

A list of types, familiar to the Ui, that define the expected input or output types on a piece of data

Attributes

This is a Pydantic class. For now, click on the green [source] link in the class signature above to see descriptions/allowed values for these attributes.

STRING

INT

DECIMAL

DATETIME

BOOLEAN

MAP

LIST

PROPERTYARRAY

PERCENTAGE

CODE

ID

URI

CURRENCYANDAMOUNT

TRADEPRICE

CURRENCY

METRICVALUE

RESOURCEID

RESULTVALUE

CUTLOCALTIME

DATEORCUTLABEL

UNINDEXEDTEXT

classmethod from_json(json_str)[source]

Create an instance of ValueType from a JSON string

Return type:

enum