sdk.lusid.models.aggregation_op.AggregationOp

class AggregationOp[source]

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.

SUM

DEFAULTSUM

PROPORTION

AVERAGE

COUNT

MIN

MAX

VALUE

SUMOFPOSITIVEVALUES

SUMOFNEGATIVEVALUES

SUMOFABSOLUTEVALUES

PROPORTIONOFABSOLUTEVALUES

SUMCUMULATIVEINADVANCE

SUMCUMULATIVEINARREARS

classmethod from_json(json_str)[source]

Create an instance of AggregationOp from a JSON string

Return type:

enum