sdk.lusid.models.pricing_options.PricingOptions

class PricingOptions(**data)[source]

Options for controlling the default aspects and behaviour of the pricing engine. # noqa: E501

Create a new model by parsing and validating input data from keyword arguments.

Raises ValidationError if the input data cannot be parsed to form a valid model.

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.

model_selection

use_instrument_type_to_determine_pricer

allow_any_instruments_with_sec_uid_to_price_off_lookup

allow_partially_successful_evaluation

produce_separate_result_for_linear_otc_legs

enable_use_of_cached_unit_results

window_valuation_on_instrument_start_end

remove_contingent_cashflows_in_payment_diary

use_child_sub_holding_keys_for_portfolio_expansion

validate_domestic_and_quote_currencies_are_consistent

conserved_quantity_for_lookthrough_expansion

class Config[source]

Pydantic configuration

classmethod from_dict(obj)[source]

Create an instance of PricingOptions from a dict

Return type:

PricingOptions

classmethod from_json(json_str)[source]

Create an instance of PricingOptions from a JSON string

Return type:

PricingOptions

to_dict()[source]

Returns the dictionary representation of the model using alias

to_json()[source]

Returns the JSON representation of the model using alias

Return type:

str

to_str()[source]

Returns the string representation of the model using alias

Return type:

str