lusid-sdk 2.1.637__py3-none-any.whl → 2.1.676__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- lusid/__init__.py +2 -0
- lusid/api/order_management_api.py +16 -8
- lusid/api/portfolios_api.py +2 -2
- lusid/api/timelines_api.py +216 -3
- lusid/configuration.py +1 -1
- lusid/models/__init__.py +2 -0
- lusid/models/a2_b_breakdown.py +8 -0
- lusid/models/a2_b_category.py +8 -0
- lusid/models/a2_b_data_record.py +8 -0
- lusid/models/a2_b_movement_record.py +8 -0
- lusid/models/abor.py +8 -0
- lusid/models/abor_configuration.py +8 -0
- lusid/models/abor_configuration_properties.py +8 -0
- lusid/models/abor_configuration_request.py +8 -0
- lusid/models/abor_properties.py +8 -0
- lusid/models/abor_request.py +8 -0
- lusid/models/accept_estimate_valuation_point_response.py +8 -0
- lusid/models/access_controlled_action.py +8 -0
- lusid/models/access_controlled_resource.py +8 -0
- lusid/models/access_metadata_operation.py +8 -0
- lusid/models/access_metadata_value.py +8 -0
- lusid/models/account.py +8 -0
- lusid/models/account_properties.py +8 -0
- lusid/models/accounted_transaction.py +8 -0
- lusid/models/accounts_upsert_response.py +8 -0
- lusid/models/accumulation_event.py +8 -0
- lusid/models/action_id.py +8 -0
- lusid/models/add_business_days_to_date_request.py +8 -0
- lusid/models/add_business_days_to_date_response.py +8 -0
- lusid/models/additional_payment.py +8 -0
- lusid/models/address_definition.py +8 -0
- lusid/models/address_key_compliance_parameter.py +8 -0
- lusid/models/address_key_definition.py +8 -0
- lusid/models/address_key_filter.py +8 -0
- lusid/models/address_key_list.py +8 -0
- lusid/models/address_key_list_compliance_parameter.py +8 -0
- lusid/models/address_key_option_definition.py +8 -0
- lusid/models/adjust_global_commitment_event.py +8 -0
- lusid/models/adjust_holding.py +8 -0
- lusid/models/adjust_holding_for_date_request.py +8 -0
- lusid/models/adjust_holding_request.py +8 -0
- lusid/models/aggregate_spec.py +8 -0
- lusid/models/aggregated_return.py +8 -0
- lusid/models/aggregated_returns_dispersion_request.py +8 -0
- lusid/models/aggregated_returns_request.py +8 -0
- lusid/models/aggregated_returns_response.py +8 -0
- lusid/models/aggregated_transactions_request.py +8 -0
- lusid/models/aggregation_context.py +8 -0
- lusid/models/aggregation_measure_failure_detail.py +8 -0
- lusid/models/aggregation_options.py +8 -0
- lusid/models/aggregation_query.py +8 -0
- lusid/models/allocation.py +8 -0
- lusid/models/allocation_request.py +8 -0
- lusid/models/allocation_service_run_response.py +8 -0
- lusid/models/allocation_set_request.py +8 -0
- lusid/models/amortisation_event.py +8 -0
- lusid/models/amortisation_rule.py +8 -0
- lusid/models/amortisation_rule_set.py +8 -0
- lusid/models/amount.py +8 -0
- lusid/models/annul_quotes_response.py +8 -0
- lusid/models/annul_single_structured_data_response.py +8 -0
- lusid/models/annul_structured_data_response.py +8 -0
- lusid/models/applicable_instrument_event.py +8 -0
- lusid/models/asset_leg.py +8 -0
- lusid/models/barrier.py +8 -0
- lusid/models/basket.py +8 -0
- lusid/models/basket_identifier.py +8 -0
- lusid/models/batch_adjust_holdings_response.py +8 -0
- lusid/models/batch_update_user_review_for_comparison_result_request.py +8 -0
- lusid/models/batch_update_user_review_for_comparison_result_response.py +8 -0
- lusid/models/batch_upsert_dates_for_calendar_response.py +8 -0
- lusid/models/batch_upsert_instrument_properties_response.py +8 -0
- lusid/models/batch_upsert_portfolio_access_metadata_request.py +8 -0
- lusid/models/batch_upsert_portfolio_access_metadata_response.py +8 -0
- lusid/models/batch_upsert_portfolio_access_metadata_response_item.py +8 -0
- lusid/models/batch_upsert_portfolio_transactions_response.py +8 -0
- lusid/models/batch_upsert_property_definition_properties_response.py +8 -0
- lusid/models/block.py +8 -0
- lusid/models/block_and_order_id_request.py +8 -0
- lusid/models/block_and_orders.py +8 -0
- lusid/models/block_and_orders_create_request.py +8 -0
- lusid/models/block_and_orders_request.py +8 -0
- lusid/models/block_request.py +8 -0
- lusid/models/block_set_request.py +8 -0
- lusid/models/blocked_order_request.py +8 -0
- lusid/models/bond.py +8 -0
- lusid/models/bond_conversion_entry.py +8 -0
- lusid/models/bond_conversion_schedule.py +8 -0
- lusid/models/bond_coupon_event.py +8 -0
- lusid/models/bond_default_event.py +8 -0
- lusid/models/bond_principal_event.py +8 -0
- lusid/models/bonus_issue_event.py +8 -0
- lusid/models/book_transactions_request.py +8 -0
- lusid/models/book_transactions_response.py +8 -0
- lusid/models/bool_compliance_parameter.py +8 -0
- lusid/models/bool_list_compliance_parameter.py +8 -0
- lusid/models/branch_step.py +8 -0
- lusid/models/branch_step_request.py +8 -0
- lusid/models/break_code_source.py +8 -0
- lusid/models/bucketed_cash_flow_request.py +8 -0
- lusid/models/bucketed_cash_flow_response.py +8 -0
- lusid/models/bucketing_schedule.py +8 -0
- lusid/models/calculation_info.py +8 -0
- lusid/models/calendar.py +8 -0
- lusid/models/calendar_date.py +8 -0
- lusid/models/calendar_dependency.py +8 -0
- lusid/models/call_on_intermediate_securities_event.py +8 -0
- lusid/models/cancel_order_and_move_remaining_result.py +8 -0
- lusid/models/cancel_orders_and_move_remaining_request.py +8 -0
- lusid/models/cancel_orders_and_move_remaining_response.py +8 -0
- lusid/models/cancel_orders_response.py +8 -0
- lusid/models/cancel_placements_response.py +8 -0
- lusid/models/cancel_single_holding_adjustment_request.py +8 -0
- lusid/models/cancelled_order_result.py +8 -0
- lusid/models/cancelled_placement_result.py +8 -0
- lusid/models/cap_floor.py +8 -0
- lusid/models/capital_distribution_event.py +8 -0
- lusid/models/cash.py +8 -0
- lusid/models/cash_and_security_offer_election.py +8 -0
- lusid/models/cash_dependency.py +8 -0
- lusid/models/cash_dividend_event.py +8 -0
- lusid/models/cash_election.py +8 -0
- lusid/models/cash_flow_event.py +8 -0
- lusid/models/cash_flow_lineage.py +8 -0
- lusid/models/cash_flow_value.py +8 -0
- lusid/models/cash_flow_value_set.py +8 -0
- lusid/models/cash_ladder_record.py +8 -0
- lusid/models/cash_offer_election.py +8 -0
- lusid/models/cash_perpetual.py +8 -0
- lusid/models/cds_credit_event.py +8 -0
- lusid/models/cds_flow_conventions.py +8 -0
- lusid/models/cds_index.py +8 -0
- lusid/models/cds_protection_detail_specification.py +8 -0
- lusid/models/cdx_credit_event.py +8 -0
- lusid/models/change.py +8 -0
- lusid/models/change_history.py +8 -0
- lusid/models/change_interval.py +8 -0
- lusid/models/change_interval_with_order_management_detail.py +8 -0
- lusid/models/change_item.py +8 -0
- lusid/models/chart_of_accounts.py +8 -0
- lusid/models/chart_of_accounts_properties.py +8 -0
- lusid/models/chart_of_accounts_request.py +8 -0
- lusid/models/check_step.py +8 -0
- lusid/models/check_step_request.py +8 -0
- lusid/models/cleardown_module_details.py +8 -0
- lusid/models/cleardown_module_request.py +8 -0
- lusid/models/cleardown_module_response.py +8 -0
- lusid/models/cleardown_module_rule.py +8 -0
- lusid/models/cleardown_module_rules_updated_response.py +8 -0
- lusid/models/client.py +8 -0
- lusid/models/close_event.py +8 -0
- lusid/models/close_period_diary_entry_request.py +8 -0
- lusid/models/closed_period.py +8 -0
- lusid/models/comparison_attribute_value_pair.py +8 -0
- lusid/models/complete_portfolio.py +8 -0
- lusid/models/complete_relation.py +8 -0
- lusid/models/complete_relationship.py +8 -0
- lusid/models/complex_bond.py +8 -0
- lusid/models/complex_market_data.py +8 -0
- lusid/models/complex_market_data_id.py +8 -0
- lusid/models/compliance_breached_order_info.py +8 -0
- lusid/models/compliance_parameter.py +8 -0
- lusid/models/compliance_rule.py +8 -0
- lusid/models/compliance_rule_breakdown.py +8 -0
- lusid/models/compliance_rule_breakdown_request.py +8 -0
- lusid/models/compliance_rule_response.py +8 -0
- lusid/models/compliance_rule_result.py +8 -0
- lusid/models/compliance_rule_result_detail.py +8 -0
- lusid/models/compliance_rule_result_portfolio_detail.py +8 -0
- lusid/models/compliance_rule_result_v2.py +8 -0
- lusid/models/compliance_rule_template.py +8 -0
- lusid/models/compliance_rule_upsert_request.py +8 -0
- lusid/models/compliance_rule_upsert_response.py +8 -0
- lusid/models/compliance_run_configuration.py +8 -0
- lusid/models/compliance_run_info.py +8 -0
- lusid/models/compliance_run_info_v2.py +8 -0
- lusid/models/compliance_step.py +8 -0
- lusid/models/compliance_step_request.py +8 -0
- lusid/models/compliance_summary_rule_result.py +8 -0
- lusid/models/compliance_summary_rule_result_request.py +8 -0
- lusid/models/compliance_template.py +8 -0
- lusid/models/compliance_template_parameter.py +8 -0
- lusid/models/compliance_template_variation.py +8 -0
- lusid/models/compliance_template_variation_dto.py +8 -0
- lusid/models/compliance_template_variation_request.py +8 -0
- lusid/models/component_filter.py +8 -0
- lusid/models/component_transaction.py +8 -0
- lusid/models/composite_breakdown.py +8 -0
- lusid/models/composite_breakdown_request.py +8 -0
- lusid/models/composite_breakdown_response.py +8 -0
- lusid/models/composite_dispersion.py +8 -0
- lusid/models/composite_dispersion_response.py +8 -0
- lusid/models/compounding.py +8 -0
- lusid/models/configuration_recipe.py +8 -0
- lusid/models/constant_volatility_surface.py +8 -0
- lusid/models/constituents_adjustment_header.py +8 -0
- lusid/models/contract_details.py +8 -0
- lusid/models/contract_for_difference.py +8 -0
- lusid/models/contract_initialisation_event.py +8 -0
- lusid/models/contribution_to_non_passing_rule_detail.py +8 -0
- lusid/models/corporate_action.py +8 -0
- lusid/models/corporate_action_source.py +8 -0
- lusid/models/corporate_action_transition.py +8 -0
- lusid/models/corporate_action_transition_component.py +8 -0
- lusid/models/corporate_action_transition_component_request.py +8 -0
- lusid/models/corporate_action_transition_request.py +8 -0
- lusid/models/counterparty_agreement.py +8 -0
- lusid/models/counterparty_risk_information.py +8 -0
- lusid/models/counterparty_signatory.py +8 -0
- lusid/models/create_address_key_definition_request.py +8 -0
- lusid/models/create_amortisation_rule_set_request.py +8 -0
- lusid/models/create_calendar_request.py +8 -0
- lusid/models/create_closed_period_request.py +8 -0
- lusid/models/create_compliance_template_request.py +8 -0
- lusid/models/create_corporate_action_source_request.py +8 -0
- lusid/models/create_custom_entity_type_request.py +8 -0
- lusid/models/create_cut_label_definition_request.py +8 -0
- lusid/models/create_data_map_request.py +8 -0
- lusid/models/create_data_type_request.py +8 -0
- lusid/models/create_date_request.py +8 -0
- lusid/models/create_derived_property_definition_request.py +8 -0
- lusid/models/create_derived_transaction_portfolio_request.py +8 -0
- lusid/models/create_group_reconciliation_comparison_ruleset_request.py +8 -0
- lusid/models/create_group_reconciliation_definition_request.py +8 -0
- lusid/models/create_portfolio_details.py +8 -0
- lusid/models/create_portfolio_group_request.py +8 -0
- lusid/models/create_property_definition_request.py +8 -0
- lusid/models/create_recipe_request.py +8 -0
- lusid/models/create_reconciliation_request.py +8 -0
- lusid/models/create_reference_portfolio_request.py +8 -0
- lusid/models/create_relation_definition_request.py +8 -0
- lusid/models/create_relation_request.py +8 -0
- lusid/models/create_relationship_definition_request.py +8 -0
- lusid/models/create_relationship_request.py +8 -0
- lusid/models/create_sequence_request.py +8 -0
- lusid/models/create_staging_rule_set_request.py +8 -0
- lusid/models/create_tax_rule_set_request.py +8 -0
- lusid/models/create_timeline_request.py +8 -0
- lusid/models/create_trade_tickets_response.py +8 -0
- lusid/models/create_transaction_portfolio_request.py +8 -0
- lusid/models/create_unit_definition.py +8 -0
- lusid/models/credit_default_swap.py +8 -0
- lusid/models/credit_premium_cash_flow_event.py +8 -0
- lusid/models/credit_rating.py +8 -0
- lusid/models/credit_spread_curve_data.py +8 -0
- lusid/models/credit_support_annex.py +8 -0
- lusid/models/currency_and_amount.py +8 -0
- lusid/models/curve_options.py +8 -0
- lusid/models/custodian_account.py +8 -0
- lusid/models/custodian_account_properties.py +8 -0
- lusid/models/custodian_account_request.py +8 -0
- lusid/models/custodian_accounts_upsert_response.py +8 -0
- lusid/models/custom_entity_definition.py +8 -0
- lusid/models/custom_entity_definition_request.py +8 -0
- lusid/models/custom_entity_entity.py +8 -0
- lusid/models/custom_entity_field.py +8 -0
- lusid/models/custom_entity_field_definition.py +8 -0
- lusid/models/custom_entity_id.py +8 -0
- lusid/models/custom_entity_request.py +8 -0
- lusid/models/custom_entity_response.py +8 -0
- lusid/models/custom_entity_type.py +8 -0
- lusid/models/cut_label_definition.py +8 -0
- lusid/models/cut_local_time.py +8 -0
- lusid/models/data_definition.py +8 -0
- lusid/models/data_map_key.py +8 -0
- lusid/models/data_mapping.py +8 -0
- lusid/models/data_scope.py +8 -0
- lusid/models/data_type.py +8 -0
- lusid/models/data_type_entity.py +8 -0
- lusid/models/data_type_summary.py +8 -0
- lusid/models/date_attributes.py +8 -0
- lusid/models/date_or_diary_entry.py +8 -0
- lusid/models/date_range.py +8 -0
- lusid/models/date_time_compliance_parameter.py +8 -0
- lusid/models/date_time_list_compliance_parameter.py +8 -0
- lusid/models/day_month.py +8 -0
- lusid/models/decimal_compliance_parameter.py +8 -0
- lusid/models/decimal_list.py +8 -0
- lusid/models/decimal_list_compliance_parameter.py +8 -0
- lusid/models/decorated_compliance_run_summary.py +8 -0
- lusid/models/delete_accounts_response.py +8 -0
- lusid/models/delete_custodian_accounts_response.py +8 -0
- lusid/models/delete_instrument_properties_response.py +8 -0
- lusid/models/delete_instrument_response.py +8 -0
- lusid/models/delete_instruments_response.py +8 -0
- lusid/models/delete_relation_request.py +8 -0
- lusid/models/delete_relationship_request.py +8 -0
- lusid/models/deleted_entity_response.py +8 -0
- lusid/models/dependency_source_filter.py +8 -0
- lusid/models/described_address_key.py +8 -0
- lusid/models/dialect.py +8 -0
- lusid/models/dialect_id.py +8 -0
- lusid/models/dialect_schema.py +8 -0
- lusid/models/diary_entry.py +8 -0
- lusid/models/diary_entry_request.py +8 -0
- lusid/models/discount_factor_curve_data.py +8 -0
- lusid/models/discounting_dependency.py +8 -0
- lusid/models/dividend_option_event.py +8 -0
- lusid/models/dividend_reinvestment_event.py +8 -0
- lusid/models/drawdown_event.py +8 -0
- lusid/models/early_redemption_election.py +8 -0
- lusid/models/early_redemption_event.py +8 -0
- lusid/models/economic_dependency.py +8 -0
- lusid/models/economic_dependency_with_complex_market_data.py +8 -0
- lusid/models/economic_dependency_with_quote.py +8 -0
- lusid/models/effective_range.py +8 -0
- lusid/models/election_specification.py +8 -0
- lusid/models/eligibility_calculation.py +8 -0
- lusid/models/empty_model_options.py +8 -0
- lusid/models/entity_identifier.py +8 -0
- lusid/models/equity.py +8 -0
- lusid/models/equity_all_of_identifiers.py +8 -0
- lusid/models/equity_curve_by_prices_data.py +8 -0
- lusid/models/equity_curve_dependency.py +8 -0
- lusid/models/equity_model_options.py +8 -0
- lusid/models/equity_option.py +8 -0
- lusid/models/equity_swap.py +8 -0
- lusid/models/equity_vol_dependency.py +8 -0
- lusid/models/equity_vol_surface_data.py +8 -0
- lusid/models/error_detail.py +8 -0
- lusid/models/event_date_range.py +8 -0
- lusid/models/ex_dividend_configuration.py +8 -0
- lusid/models/exchange_traded_option.py +8 -0
- lusid/models/exchange_traded_option_contract_details.py +8 -0
- lusid/models/execution.py +8 -0
- lusid/models/execution_request.py +8 -0
- lusid/models/execution_set_request.py +8 -0
- lusid/models/exercise_event.py +8 -0
- lusid/models/exotic_instrument.py +8 -0
- lusid/models/expanded_group.py +8 -0
- lusid/models/expiry_event.py +8 -0
- lusid/models/external_fee_component_filter.py +8 -0
- lusid/models/fee.py +8 -0
- lusid/models/fee_accrual.py +8 -0
- lusid/models/fee_properties.py +8 -0
- lusid/models/fee_request.py +8 -0
- lusid/models/fee_rule.py +8 -0
- lusid/models/fee_rule_upsert_request.py +8 -0
- lusid/models/fee_rule_upsert_response.py +8 -0
- lusid/models/fee_transaction_template_specification.py +8 -0
- lusid/models/fee_type.py +8 -0
- lusid/models/fee_type_request.py +8 -0
- lusid/models/field_definition.py +8 -0
- lusid/models/field_schema.py +8 -0
- lusid/models/field_value.py +8 -0
- lusid/models/file_response.py +8 -0
- lusid/models/filter_predicate_compliance_parameter.py +8 -0
- lusid/models/filter_step.py +8 -0
- lusid/models/filter_step_request.py +8 -0
- lusid/models/fixed_leg.py +8 -0
- lusid/models/fixed_leg_all_of_overrides.py +8 -0
- lusid/models/fixed_schedule.py +8 -0
- lusid/models/flexible_deposit.py +8 -0
- lusid/models/flexible_loan.py +8 -0
- lusid/models/float_schedule.py +8 -0
- lusid/models/floating_leg.py +8 -0
- lusid/models/flow_convention_name.py +8 -0
- lusid/models/flow_conventions.py +8 -0
- lusid/models/forward_rate_agreement.py +8 -0
- lusid/models/from_recipe.py +8 -0
- lusid/models/fund.py +8 -0
- lusid/models/fund_amount.py +8 -0
- lusid/models/fund_configuration.py +8 -0
- lusid/models/fund_configuration_properties.py +8 -0
- lusid/models/fund_configuration_request.py +8 -0
- lusid/models/fund_details.py +8 -0
- lusid/models/fund_id_list.py +8 -0
- lusid/models/fund_pnl_breakdown.py +8 -0
- lusid/models/fund_previous_nav.py +8 -0
- lusid/models/fund_properties.py +8 -0
- lusid/models/fund_request.py +8 -0
- lusid/models/fund_share_class.py +8 -0
- lusid/models/fund_valuation_point_data.py +8 -0
- lusid/models/funding_leg.py +8 -0
- lusid/models/funding_leg_options.py +8 -0
- lusid/models/future.py +8 -0
- lusid/models/future_expiry_event.py +8 -0
- lusid/models/future_mark_to_market_event.py +8 -0
- lusid/models/futures_contract_details.py +8 -0
- lusid/models/fx_conventions.py +8 -0
- lusid/models/fx_dependency.py +8 -0
- lusid/models/fx_forward.py +8 -0
- lusid/models/fx_forward_curve_by_quote_reference.py +8 -0
- lusid/models/fx_forward_curve_data.py +8 -0
- lusid/models/fx_forward_model_options.py +8 -0
- lusid/models/fx_forward_pips_curve_data.py +8 -0
- lusid/models/fx_forward_settlement_event.py +8 -0
- lusid/models/fx_forward_tenor_curve_data.py +8 -0
- lusid/models/fx_forward_tenor_pips_curve_data.py +8 -0
- lusid/models/fx_forwards_dependency.py +8 -0
- lusid/models/fx_linked_notional_schedule.py +8 -0
- lusid/models/fx_option.py +8 -0
- lusid/models/fx_rate_schedule.py +8 -0
- lusid/models/fx_swap.py +8 -0
- lusid/models/fx_tenor_convention.py +8 -0
- lusid/models/fx_vol_dependency.py +8 -0
- lusid/models/fx_vol_surface_data.py +8 -0
- lusid/models/general_ledger_profile_mapping.py +8 -0
- lusid/models/general_ledger_profile_request.py +8 -0
- lusid/models/general_ledger_profile_response.py +8 -0
- lusid/models/generated_event_diagnostics.py +8 -0
- lusid/models/get_cds_flow_conventions_response.py +8 -0
- lusid/models/get_complex_market_data_response.py +8 -0
- lusid/models/get_counterparty_agreement_response.py +8 -0
- lusid/models/get_credit_support_annex_response.py +8 -0
- lusid/models/get_data_map_response.py +8 -0
- lusid/models/get_flow_conventions_response.py +8 -0
- lusid/models/get_index_convention_response.py +8 -0
- lusid/models/get_instruments_response.py +8 -0
- lusid/models/get_quotes_response.py +8 -0
- lusid/models/get_recipe_composer_response.py +8 -0
- lusid/models/get_recipe_response.py +8 -0
- lusid/models/get_reference_portfolio_constituents_response.py +8 -0
- lusid/models/get_structured_result_data_response.py +8 -0
- lusid/models/get_virtual_document_response.py +8 -0
- lusid/models/group_by_selector_compliance_parameter.py +8 -0
- lusid/models/group_by_step.py +8 -0
- lusid/models/group_by_step_request.py +8 -0
- lusid/models/group_calculation_compliance_parameter.py +8 -0
- lusid/models/group_filter_predicate_compliance_parameter.py +8 -0
- lusid/models/group_filter_step.py +8 -0
- lusid/models/group_filter_step_request.py +8 -0
- lusid/models/group_of_market_data_key_rules.py +8 -0
- lusid/models/group_reconciliation_aggregate_attribute_rule.py +8 -0
- lusid/models/group_reconciliation_aggregate_attribute_values.py +8 -0
- lusid/models/group_reconciliation_aggregate_comparison_rule_operand.py +8 -0
- lusid/models/group_reconciliation_comparison_result.py +8 -0
- lusid/models/group_reconciliation_comparison_rule_string_value_map.py +8 -0
- lusid/models/group_reconciliation_comparison_rule_tolerance.py +8 -0
- lusid/models/group_reconciliation_comparison_ruleset.py +8 -0
- lusid/models/group_reconciliation_core_attribute_rule.py +8 -0
- lusid/models/group_reconciliation_core_attribute_values.py +8 -0
- lusid/models/group_reconciliation_core_comparison_rule_operand.py +8 -0
- lusid/models/group_reconciliation_date_pair.py +8 -0
- lusid/models/group_reconciliation_dates.py +8 -0
- lusid/models/group_reconciliation_definition.py +8 -0
- lusid/models/group_reconciliation_definition_comparison_ruleset_ids.py +8 -0
- lusid/models/group_reconciliation_definition_currencies.py +8 -0
- lusid/models/group_reconciliation_definition_portfolio_entity_ids.py +8 -0
- lusid/models/group_reconciliation_definition_recipe_ids.py +8 -0
- lusid/models/group_reconciliation_instance_id.py +8 -0
- lusid/models/group_reconciliation_result_statuses.py +8 -0
- lusid/models/group_reconciliation_result_types.py +8 -0
- lusid/models/group_reconciliation_review_statuses.py +8 -0
- lusid/models/group_reconciliation_run_details.py +8 -0
- lusid/models/group_reconciliation_run_request.py +8 -0
- lusid/models/group_reconciliation_run_response.py +8 -0
- lusid/models/group_reconciliation_summary.py +8 -0
- lusid/models/group_reconciliation_user_review.py +8 -0
- lusid/models/group_reconciliation_user_review_add.py +8 -0
- lusid/models/group_reconciliation_user_review_break_code.py +8 -0
- lusid/models/group_reconciliation_user_review_comment.py +8 -0
- lusid/models/group_reconciliation_user_review_match_key.py +8 -0
- lusid/models/group_reconciliation_user_review_remove.py +8 -0
- lusid/models/grouped_result_of_address_key.py +8 -0
- lusid/models/holding_adjustment.py +8 -0
- lusid/models/holding_adjustment_with_date.py +8 -0
- lusid/models/holding_context.py +8 -0
- lusid/models/holding_contributor.py +8 -0
- lusid/models/holding_ids_request.py +8 -0
- lusid/models/holding_pricing_info.py +8 -0
- lusid/models/holdings_adjustment.py +8 -0
- lusid/models/holdings_adjustment_header.py +8 -0
- lusid/models/i_unit_definition_dto.py +8 -0
- lusid/models/id_selector_definition.py +8 -0
- lusid/models/identifier_part_schema.py +8 -0
- lusid/models/index_convention.py +8 -0
- lusid/models/index_model_options.py +8 -0
- lusid/models/index_projection_dependency.py +8 -0
- lusid/models/industry_classifier.py +8 -0
- lusid/models/inflation_fixing_dependency.py +8 -0
- lusid/models/inflation_index_conventions.py +8 -0
- lusid/models/inflation_leg.py +8 -0
- lusid/models/inflation_linked_bond.py +8 -0
- lusid/models/inflation_swap.py +8 -0
- lusid/models/informational_error_event.py +8 -0
- lusid/models/informational_event.py +8 -0
- lusid/models/inline_valuation_request.py +8 -0
- lusid/models/inline_valuations_reconciliation_request.py +8 -0
- lusid/models/input_transition.py +8 -0
- lusid/models/instrument.py +8 -0
- lusid/models/instrument_capabilities.py +8 -0
- lusid/models/instrument_cash_flow.py +8 -0
- lusid/models/instrument_definition.py +8 -0
- lusid/models/instrument_definition_format.py +8 -0
- lusid/models/instrument_entity.py +8 -0
- lusid/models/instrument_event.py +8 -0
- lusid/models/instrument_event_configuration.py +8 -0
- lusid/models/instrument_event_holder.py +8 -0
- lusid/models/instrument_event_instruction.py +8 -0
- lusid/models/instrument_event_instruction_request.py +8 -0
- lusid/models/instrument_event_instructions_response.py +8 -0
- lusid/models/instrument_id_type_descriptor.py +8 -0
- lusid/models/instrument_id_value.py +8 -0
- lusid/models/instrument_leg.py +8 -0
- lusid/models/instrument_list.py +8 -0
- lusid/models/instrument_list_compliance_parameter.py +8 -0
- lusid/models/instrument_match.py +8 -0
- lusid/models/instrument_models.py +8 -0
- lusid/models/instrument_payment_diary.py +8 -0
- lusid/models/instrument_payment_diary_leg.py +8 -0
- lusid/models/instrument_payment_diary_row.py +8 -0
- lusid/models/instrument_properties.py +8 -0
- lusid/models/instrument_resolution_detail.py +8 -0
- lusid/models/instrument_search_property.py +8 -0
- lusid/models/interest_rate_swap.py +8 -0
- lusid/models/interest_rate_swaption.py +8 -0
- lusid/models/intermediate_compliance_step.py +8 -0
- lusid/models/intermediate_compliance_step_request.py +8 -0
- lusid/models/intermediate_securities_distribution_event.py +8 -0
- lusid/models/ir_vol_cube_data.py +8 -0
- lusid/models/ir_vol_dependency.py +8 -0
- lusid/models/is_business_day_response.py +8 -0
- lusid/models/journal_entry_line.py +8 -0
- lusid/models/journal_entry_lines_query_parameters.py +8 -0
- lusid/models/label_value_set.py +8 -0
- lusid/models/lapse_election.py +8 -0
- lusid/models/leg_definition.py +8 -0
- lusid/models/legal_entity.py +8 -0
- lusid/models/level_step.py +8 -0
- lusid/models/life_cycle_event_lineage.py +8 -0
- lusid/models/life_cycle_event_value.py +8 -0
- lusid/models/lineage_member.py +8 -0
- lusid/models/link.py +8 -0
- lusid/models/list_aggregation_reconciliation.py +8 -0
- lusid/models/list_aggregation_response.py +8 -0
- lusid/models/list_complex_market_data_with_meta_data_response.py +8 -0
- lusid/models/loan_facility.py +14 -8
- lusid/models/loan_interest_repayment_event.py +8 -0
- lusid/models/loan_period.py +8 -0
- lusid/models/lock_period_diary_entry_request.py +8 -0
- lusid/models/lusid_instrument.py +8 -0
- lusid/models/lusid_problem_details.py +8 -0
- lusid/models/lusid_trade_ticket.py +8 -0
- lusid/models/lusid_unique_id.py +8 -0
- lusid/models/lusid_validation_problem_details.py +8 -0
- lusid/models/mapped_string.py +8 -0
- lusid/models/mapping.py +8 -0
- lusid/models/mapping_rule.py +8 -0
- lusid/models/mark_to_market_conventions.py +8 -0
- lusid/models/market_context.py +8 -0
- lusid/models/market_context_suppliers.py +8 -0
- lusid/models/market_data_key_rule.py +8 -0
- lusid/models/market_data_options.py +8 -0
- lusid/models/market_data_overrides.py +8 -0
- lusid/models/market_data_specific_rule.py +8 -0
- lusid/models/market_options.py +8 -0
- lusid/models/market_quote.py +8 -0
- lusid/models/mastered_instrument.py +8 -0
- lusid/models/match_criterion.py +8 -0
- lusid/models/maturity_event.py +8 -0
- lusid/models/mbs_coupon_event.py +8 -0
- lusid/models/mbs_interest_deferral_event.py +8 -0
- lusid/models/mbs_interest_shortfall_event.py +8 -0
- lusid/models/mbs_principal_event.py +8 -0
- lusid/models/mbs_principal_write_off_event.py +8 -0
- lusid/models/merger_event.py +8 -0
- lusid/models/metric_value.py +8 -0
- lusid/models/model_options.py +8 -0
- lusid/models/model_property.py +8 -0
- lusid/models/model_schema.py +8 -0
- lusid/models/model_selection.py +8 -0
- lusid/models/move_orders_to_different_blocks_request.py +8 -0
- lusid/models/moved_order_to_different_block_response.py +8 -0
- lusid/models/multi_currency_amounts.py +8 -0
- lusid/models/new_instrument.py +8 -0
- lusid/models/next_value_in_sequence_response.py +8 -0
- lusid/models/opaque_dependency.py +8 -0
- lusid/models/opaque_market_data.py +8 -0
- lusid/models/opaque_model_options.py +8 -0
- lusid/models/open_event.py +8 -0
- lusid/models/operation.py +8 -0
- lusid/models/option_entry.py +8 -0
- lusid/models/option_exercise_cash_event.py +8 -0
- lusid/models/option_exercise_election.py +8 -0
- lusid/models/option_exercise_physical_event.py +8 -0
- lusid/models/optionality_schedule.py +8 -0
- lusid/models/order.py +8 -0
- lusid/models/order_by_spec.py +8 -0
- lusid/models/order_flow_configuration.py +8 -0
- lusid/models/order_graph_block.py +8 -0
- lusid/models/order_graph_block_allocation_detail.py +8 -0
- lusid/models/order_graph_block_allocation_synopsis.py +8 -0
- lusid/models/order_graph_block_execution_detail.py +8 -0
- lusid/models/order_graph_block_execution_synopsis.py +8 -0
- lusid/models/order_graph_block_order_detail.py +8 -0
- lusid/models/order_graph_block_order_synopsis.py +8 -0
- lusid/models/order_graph_block_placement_detail.py +8 -0
- lusid/models/order_graph_block_placement_synopsis.py +8 -0
- lusid/models/order_graph_block_transaction_detail.py +8 -0
- lusid/models/order_graph_block_transaction_synopsis.py +8 -0
- lusid/models/order_graph_placement.py +8 -0
- lusid/models/order_graph_placement_allocation_detail.py +8 -0
- lusid/models/order_graph_placement_allocation_synopsis.py +8 -0
- lusid/models/order_graph_placement_child_placement_detail.py +8 -0
- lusid/models/order_graph_placement_execution_detail.py +8 -0
- lusid/models/order_graph_placement_execution_synopsis.py +8 -0
- lusid/models/order_graph_placement_order_detail.py +8 -0
- lusid/models/order_graph_placement_order_synopsis.py +8 -0
- lusid/models/order_graph_placement_placement_synopsis.py +8 -0
- lusid/models/order_instruction.py +8 -0
- lusid/models/order_instruction_request.py +8 -0
- lusid/models/order_instruction_set_request.py +8 -0
- lusid/models/order_request.py +8 -0
- lusid/models/order_set_request.py +8 -0
- lusid/models/order_update_request.py +8 -0
- lusid/models/otc_confirmation.py +8 -0
- lusid/models/output_transaction.py +12 -2
- lusid/models/output_transition.py +8 -0
- lusid/models/package.py +8 -0
- lusid/models/package_request.py +8 -0
- lusid/models/package_set_request.py +8 -0
- lusid/models/paged_resource_list_of_abor.py +8 -0
- lusid/models/paged_resource_list_of_abor_configuration.py +8 -0
- lusid/models/paged_resource_list_of_account.py +8 -0
- lusid/models/paged_resource_list_of_address_key_definition.py +8 -0
- lusid/models/paged_resource_list_of_allocation.py +8 -0
- lusid/models/paged_resource_list_of_amortisation_rule_set.py +8 -0
- lusid/models/paged_resource_list_of_block.py +8 -0
- lusid/models/paged_resource_list_of_calendar.py +8 -0
- lusid/models/paged_resource_list_of_chart_of_accounts.py +8 -0
- lusid/models/paged_resource_list_of_cleardown_module_response.py +8 -0
- lusid/models/paged_resource_list_of_cleardown_module_rule.py +8 -0
- lusid/models/paged_resource_list_of_closed_period.py +121 -0
- lusid/models/paged_resource_list_of_compliance_rule_response.py +8 -0
- lusid/models/paged_resource_list_of_compliance_run_info_v2.py +8 -0
- lusid/models/paged_resource_list_of_compliance_template.py +8 -0
- lusid/models/paged_resource_list_of_corporate_action_source.py +8 -0
- lusid/models/paged_resource_list_of_custodian_account.py +8 -0
- lusid/models/paged_resource_list_of_custom_entity_definition.py +8 -0
- lusid/models/paged_resource_list_of_custom_entity_response.py +8 -0
- lusid/models/paged_resource_list_of_custom_entity_type.py +8 -0
- lusid/models/paged_resource_list_of_cut_label_definition.py +8 -0
- lusid/models/paged_resource_list_of_data_type_summary.py +8 -0
- lusid/models/paged_resource_list_of_dialect_id.py +8 -0
- lusid/models/paged_resource_list_of_diary_entry.py +8 -0
- lusid/models/paged_resource_list_of_execution.py +8 -0
- lusid/models/paged_resource_list_of_fee.py +8 -0
- lusid/models/paged_resource_list_of_fee_type.py +8 -0
- lusid/models/paged_resource_list_of_fund.py +8 -0
- lusid/models/paged_resource_list_of_fund_configuration.py +8 -0
- lusid/models/paged_resource_list_of_general_ledger_profile_response.py +8 -0
- lusid/models/paged_resource_list_of_group_reconciliation_comparison_result.py +8 -0
- lusid/models/paged_resource_list_of_group_reconciliation_comparison_ruleset.py +8 -0
- lusid/models/paged_resource_list_of_group_reconciliation_definition.py +8 -0
- lusid/models/paged_resource_list_of_instrument.py +8 -0
- lusid/models/paged_resource_list_of_instrument_event_holder.py +8 -0
- lusid/models/paged_resource_list_of_instrument_event_instruction.py +8 -0
- lusid/models/paged_resource_list_of_legal_entity.py +8 -0
- lusid/models/paged_resource_list_of_order.py +8 -0
- lusid/models/paged_resource_list_of_order_graph_block.py +8 -0
- lusid/models/paged_resource_list_of_order_graph_placement.py +8 -0
- lusid/models/paged_resource_list_of_order_instruction.py +8 -0
- lusid/models/paged_resource_list_of_package.py +8 -0
- lusid/models/paged_resource_list_of_participation.py +8 -0
- lusid/models/paged_resource_list_of_person.py +8 -0
- lusid/models/paged_resource_list_of_placement.py +8 -0
- lusid/models/paged_resource_list_of_portfolio_group.py +8 -0
- lusid/models/paged_resource_list_of_portfolio_group_search_result.py +8 -0
- lusid/models/paged_resource_list_of_portfolio_search_result.py +8 -0
- lusid/models/paged_resource_list_of_posting_module_response.py +8 -0
- lusid/models/paged_resource_list_of_posting_module_rule.py +8 -0
- lusid/models/paged_resource_list_of_property_definition.py +8 -0
- lusid/models/paged_resource_list_of_property_definition_search_result.py +8 -0
- lusid/models/paged_resource_list_of_reconciliation.py +8 -0
- lusid/models/paged_resource_list_of_reference_list_response.py +8 -0
- lusid/models/paged_resource_list_of_relationship_definition.py +8 -0
- lusid/models/paged_resource_list_of_sequence_definition.py +8 -0
- lusid/models/paged_resource_list_of_staged_modification.py +8 -0
- lusid/models/paged_resource_list_of_staged_modifications_requested_change_interval.py +8 -0
- lusid/models/paged_resource_list_of_staging_rule_set.py +8 -0
- lusid/models/paged_resource_list_of_transaction_template.py +8 -0
- lusid/models/paged_resource_list_of_transaction_template_specification.py +8 -0
- lusid/models/paged_resource_list_of_translation_script_id.py +8 -0
- lusid/models/paged_resource_list_of_valuation_point_overview.py +8 -0
- lusid/models/paged_resource_list_of_virtual_row.py +8 -0
- lusid/models/paged_resource_list_of_workspace.py +8 -0
- lusid/models/paged_resource_list_of_workspace_item.py +8 -0
- lusid/models/participation.py +8 -0
- lusid/models/participation_request.py +8 -0
- lusid/models/participation_set_request.py +8 -0
- lusid/models/percent_check_step.py +8 -0
- lusid/models/percent_check_step_request.py +8 -0
- lusid/models/performance_return.py +8 -0
- lusid/models/performance_returns_metric.py +8 -0
- lusid/models/period_diary_entries_reopened_response.py +8 -0
- lusid/models/perpetual_property.py +8 -0
- lusid/models/person.py +8 -0
- lusid/models/place_blocks_request.py +8 -0
- lusid/models/placement.py +8 -0
- lusid/models/placement_request.py +8 -0
- lusid/models/placement_set_request.py +8 -0
- lusid/models/placement_update_request.py +8 -0
- lusid/models/pnl_journal_entry_line.py +8 -0
- lusid/models/portfolio.py +8 -0
- lusid/models/portfolio_cash_flow.py +8 -0
- lusid/models/portfolio_cash_ladder.py +8 -0
- lusid/models/portfolio_details.py +8 -0
- lusid/models/portfolio_entity.py +8 -0
- lusid/models/portfolio_entity_id.py +8 -0
- lusid/models/portfolio_group.py +8 -0
- lusid/models/portfolio_group_id_compliance_parameter.py +8 -0
- lusid/models/portfolio_group_id_list.py +8 -0
- lusid/models/portfolio_group_id_list_compliance_parameter.py +8 -0
- lusid/models/portfolio_group_properties.py +8 -0
- lusid/models/portfolio_group_search_result.py +8 -0
- lusid/models/portfolio_holding.py +8 -0
- lusid/models/portfolio_id.py +8 -0
- lusid/models/portfolio_id_compliance_parameter.py +8 -0
- lusid/models/portfolio_id_list.py +8 -0
- lusid/models/portfolio_id_list_compliance_parameter.py +8 -0
- lusid/models/portfolio_properties.py +8 -0
- lusid/models/portfolio_reconciliation_request.py +8 -0
- lusid/models/portfolio_result_data_key_rule.py +8 -0
- lusid/models/portfolio_return_breakdown.py +8 -0
- lusid/models/portfolio_search_result.py +8 -0
- lusid/models/portfolio_trade_ticket.py +8 -0
- lusid/models/portfolio_without_href.py +8 -0
- lusid/models/portfolios_reconciliation_request.py +8 -0
- lusid/models/posting_module_details.py +8 -0
- lusid/models/posting_module_request.py +8 -0
- lusid/models/posting_module_response.py +8 -0
- lusid/models/posting_module_rule.py +8 -0
- lusid/models/posting_module_rules_updated_response.py +8 -0
- lusid/models/pre_trade_configuration.py +8 -0
- lusid/models/premium.py +8 -0
- lusid/models/previous_fund_valuation_point_data.py +8 -0
- lusid/models/previous_nav.py +8 -0
- lusid/models/previous_share_class_breakdown.py +8 -0
- lusid/models/pricing_context.py +8 -0
- lusid/models/pricing_options.py +8 -0
- lusid/models/processed_command.py +8 -0
- lusid/models/property_definition.py +8 -0
- lusid/models/property_definition_entity.py +8 -0
- lusid/models/property_definition_search_result.py +8 -0
- lusid/models/property_filter.py +8 -0
- lusid/models/property_interval.py +8 -0
- lusid/models/property_key_compliance_parameter.py +8 -0
- lusid/models/property_key_list_compliance_parameter.py +8 -0
- lusid/models/property_list.py +8 -0
- lusid/models/property_list_compliance_parameter.py +8 -0
- lusid/models/property_schema.py +8 -0
- lusid/models/property_value.py +8 -0
- lusid/models/property_value_equals.py +8 -0
- lusid/models/property_value_in.py +8 -0
- lusid/models/protection_payout_cash_flow_event.py +8 -0
- lusid/models/query_applicable_instrument_events_request.py +8 -0
- lusid/models/query_bucketed_cash_flows_request.py +8 -0
- lusid/models/query_cash_flows_request.py +8 -0
- lusid/models/query_instrument_events_request.py +8 -0
- lusid/models/query_trade_tickets_request.py +8 -0
- lusid/models/queryable_key.py +8 -0
- lusid/models/quote.py +8 -0
- lusid/models/quote_access_metadata_rule.py +8 -0
- lusid/models/quote_access_metadata_rule_id.py +8 -0
- lusid/models/quote_dependency.py +8 -0
- lusid/models/quote_id.py +8 -0
- lusid/models/quote_series_id.py +8 -0
- lusid/models/raw_vendor_event.py +8 -0
- lusid/models/re_open_period_diary_entry_request.py +8 -0
- lusid/models/realised_gain_loss.py +8 -0
- lusid/models/recipe_block.py +8 -0
- lusid/models/recipe_composer.py +8 -0
- lusid/models/recipe_value.py +8 -0
- lusid/models/recombine_step.py +8 -0
- lusid/models/reconcile_date_time_rule.py +8 -0
- lusid/models/reconcile_numeric_rule.py +8 -0
- lusid/models/reconcile_string_rule.py +8 -0
- lusid/models/reconciled_transaction.py +8 -0
- lusid/models/reconciliation.py +8 -0
- lusid/models/reconciliation_break.py +8 -0
- lusid/models/reconciliation_configuration.py +8 -0
- lusid/models/reconciliation_id.py +8 -0
- lusid/models/reconciliation_left_right_address_key_pair.py +8 -0
- lusid/models/reconciliation_line.py +8 -0
- lusid/models/reconciliation_request.py +8 -0
- lusid/models/reconciliation_response.py +8 -0
- lusid/models/reconciliation_rule.py +8 -0
- lusid/models/reconciliation_side_configuration.py +8 -0
- lusid/models/reconciliation_transactions.py +8 -0
- lusid/models/reference_data.py +8 -0
- lusid/models/reference_instrument.py +8 -0
- lusid/models/reference_list.py +8 -0
- lusid/models/reference_list_request.py +8 -0
- lusid/models/reference_list_response.py +8 -0
- lusid/models/reference_portfolio_constituent.py +8 -0
- lusid/models/reference_portfolio_constituent_request.py +8 -0
- lusid/models/related_entity.py +8 -0
- lusid/models/relation.py +8 -0
- lusid/models/relation_definition.py +8 -0
- lusid/models/relationship.py +8 -0
- lusid/models/relationship_definition.py +8 -0
- lusid/models/relative_date_offset.py +8 -0
- lusid/models/repo.py +8 -0
- lusid/models/requested_changes.py +8 -0
- lusid/models/reset_event.py +8 -0
- lusid/models/resource_id.py +8 -0
- lusid/models/resource_list_of_access_controlled_resource.py +8 -0
- lusid/models/resource_list_of_access_metadata_value_of.py +8 -0
- lusid/models/resource_list_of_address_key_definition.py +8 -0
- lusid/models/resource_list_of_aggregated_return.py +8 -0
- lusid/models/resource_list_of_aggregation_query.py +8 -0
- lusid/models/resource_list_of_allocation.py +8 -0
- lusid/models/resource_list_of_applicable_instrument_event.py +8 -0
- lusid/models/resource_list_of_block.py +8 -0
- lusid/models/resource_list_of_block_and_orders.py +8 -0
- lusid/models/resource_list_of_calendar_date.py +8 -0
- lusid/models/resource_list_of_change.py +8 -0
- lusid/models/resource_list_of_change_history.py +8 -0
- lusid/models/resource_list_of_change_interval.py +8 -0
- lusid/models/resource_list_of_change_interval_with_order_management_detail.py +8 -0
- lusid/models/resource_list_of_compliance_breached_order_info.py +8 -0
- lusid/models/resource_list_of_compliance_rule.py +8 -0
- lusid/models/resource_list_of_compliance_rule_result.py +8 -0
- lusid/models/resource_list_of_compliance_run_info.py +8 -0
- lusid/models/resource_list_of_constituents_adjustment_header.py +8 -0
- lusid/models/resource_list_of_corporate_action.py +8 -0
- lusid/models/resource_list_of_data_type.py +8 -0
- lusid/models/resource_list_of_execution.py +8 -0
- lusid/models/resource_list_of_fee_rule.py +8 -0
- lusid/models/resource_list_of_get_cds_flow_conventions_response.py +8 -0
- lusid/models/resource_list_of_get_counterparty_agreement_response.py +8 -0
- lusid/models/resource_list_of_get_credit_support_annex_response.py +8 -0
- lusid/models/resource_list_of_get_flow_conventions_response.py +8 -0
- lusid/models/resource_list_of_get_index_convention_response.py +8 -0
- lusid/models/resource_list_of_get_recipe_composer_response.py +8 -0
- lusid/models/resource_list_of_get_recipe_response.py +8 -0
- lusid/models/resource_list_of_holdings_adjustment_header.py +8 -0
- lusid/models/resource_list_of_i_unit_definition_dto.py +8 -0
- lusid/models/resource_list_of_instrument_cash_flow.py +8 -0
- lusid/models/resource_list_of_instrument_event_holder.py +8 -0
- lusid/models/resource_list_of_instrument_id_type_descriptor.py +8 -0
- lusid/models/resource_list_of_legal_entity.py +8 -0
- lusid/models/resource_list_of_list_complex_market_data_with_meta_data_response.py +8 -0
- lusid/models/resource_list_of_mapping.py +8 -0
- lusid/models/resource_list_of_moved_order_to_different_block_response.py +8 -0
- lusid/models/resource_list_of_order.py +8 -0
- lusid/models/resource_list_of_order_instruction.py +8 -0
- lusid/models/resource_list_of_output_transaction.py +8 -0
- lusid/models/resource_list_of_package.py +8 -0
- lusid/models/resource_list_of_participation.py +8 -0
- lusid/models/resource_list_of_performance_return.py +8 -0
- lusid/models/resource_list_of_person.py +8 -0
- lusid/models/resource_list_of_placement.py +8 -0
- lusid/models/resource_list_of_portfolio.py +8 -0
- lusid/models/resource_list_of_portfolio_cash_flow.py +8 -0
- lusid/models/resource_list_of_portfolio_cash_ladder.py +8 -0
- lusid/models/resource_list_of_portfolio_trade_ticket.py +8 -0
- lusid/models/resource_list_of_processed_command.py +8 -0
- lusid/models/resource_list_of_property.py +8 -0
- lusid/models/resource_list_of_property_definition.py +8 -0
- lusid/models/resource_list_of_property_interval.py +8 -0
- lusid/models/resource_list_of_queryable_key.py +8 -0
- lusid/models/resource_list_of_quote.py +8 -0
- lusid/models/resource_list_of_quote_access_metadata_rule.py +8 -0
- lusid/models/resource_list_of_reconciliation_break.py +8 -0
- lusid/models/resource_list_of_relation.py +8 -0
- lusid/models/resource_list_of_relationship.py +8 -0
- lusid/models/resource_list_of_scope_definition.py +8 -0
- lusid/models/resource_list_of_side_definition.py +8 -0
- lusid/models/resource_list_of_string.py +8 -0
- lusid/models/resource_list_of_tax_rule_set.py +8 -0
- lusid/models/resource_list_of_transaction.py +8 -0
- lusid/models/resource_list_of_transaction_type.py +8 -0
- lusid/models/resource_list_of_value_type.py +8 -0
- lusid/models/response_meta_data.py +8 -0
- lusid/models/result_data_key_rule.py +8 -0
- lusid/models/result_data_schema.py +8 -0
- lusid/models/result_key_rule.py +8 -0
- lusid/models/result_value.py +8 -0
- lusid/models/result_value0_d.py +8 -0
- lusid/models/result_value_bool.py +8 -0
- lusid/models/result_value_currency.py +8 -0
- lusid/models/result_value_date_time_offset.py +8 -0
- lusid/models/result_value_decimal.py +8 -0
- lusid/models/result_value_dictionary.py +8 -0
- lusid/models/result_value_int.py +8 -0
- lusid/models/result_value_string.py +8 -0
- lusid/models/return_zero_pv_options.py +8 -0
- lusid/models/reverse_stock_split_event.py +8 -0
- lusid/models/rounding_configuration.py +8 -0
- lusid/models/rounding_configuration_component.py +8 -0
- lusid/models/rounding_convention.py +8 -0
- lusid/models/rules_interval.py +8 -0
- lusid/models/schedule.py +8 -0
- lusid/models/scope_definition.py +8 -0
- lusid/models/scrip_dividend_event.py +8 -0
- lusid/models/script_map_reference.py +8 -0
- lusid/models/security_election.py +8 -0
- lusid/models/security_offer_election.py +8 -0
- lusid/models/sequence_definition.py +8 -0
- lusid/models/set_amortisation_rules_request.py +8 -0
- lusid/models/set_legal_entity_identifiers_request.py +8 -0
- lusid/models/set_legal_entity_properties_request.py +8 -0
- lusid/models/set_person_identifiers_request.py +8 -0
- lusid/models/set_person_properties_request.py +8 -0
- lusid/models/set_share_class_instruments_request.py +8 -0
- lusid/models/set_transaction_configuration_alias.py +8 -0
- lusid/models/set_transaction_configuration_source_request.py +8 -0
- lusid/models/settlement_cycle.py +8 -0
- lusid/models/settlement_schedule.py +8 -0
- lusid/models/share_class_amount.py +8 -0
- lusid/models/share_class_breakdown.py +8 -0
- lusid/models/share_class_data.py +8 -0
- lusid/models/share_class_dealing_breakdown.py +8 -0
- lusid/models/share_class_details.py +8 -0
- lusid/models/share_class_pnl_breakdown.py +8 -0
- lusid/models/side_configuration_data.py +8 -0
- lusid/models/side_configuration_data_request.py +8 -0
- lusid/models/side_definition.py +8 -0
- lusid/models/side_definition_request.py +8 -0
- lusid/models/sides_definition_request.py +8 -0
- lusid/models/simple_cash_flow_loan.py +8 -0
- lusid/models/simple_instrument.py +8 -0
- lusid/models/simple_rounding_convention.py +8 -0
- lusid/models/specific_holding_pricing_info.py +8 -0
- lusid/models/spin_off_event.py +8 -0
- lusid/models/staged_modification.py +8 -0
- lusid/models/staged_modification_decision.py +8 -0
- lusid/models/staged_modification_decision_request.py +8 -0
- lusid/models/staged_modification_effective_range.py +8 -0
- lusid/models/staged_modification_staging_rule.py +8 -0
- lusid/models/staged_modifications_entity_hrefs.py +8 -0
- lusid/models/staged_modifications_info.py +8 -0
- lusid/models/staged_modifications_requested_change_interval.py +8 -0
- lusid/models/staging_rule.py +8 -0
- lusid/models/staging_rule_approval_criteria.py +8 -0
- lusid/models/staging_rule_match_criteria.py +8 -0
- lusid/models/staging_rule_set.py +8 -0
- lusid/models/step_schedule.py +8 -0
- lusid/models/stock_dividend_event.py +8 -0
- lusid/models/stock_split_event.py +8 -0
- lusid/models/strategy.py +8 -0
- lusid/models/stream.py +8 -0
- lusid/models/string_compliance_parameter.py +8 -0
- lusid/models/string_list.py +8 -0
- lusid/models/string_list_compliance_parameter.py +8 -0
- lusid/models/structured_result_data.py +8 -0
- lusid/models/structured_result_data_id.py +8 -0
- lusid/models/sub_holding_key_value_equals.py +8 -0
- lusid/models/swap_cash_flow_event.py +8 -0
- lusid/models/swap_principal_event.py +8 -0
- lusid/models/target_tax_lot.py +8 -0
- lusid/models/target_tax_lot_request.py +8 -0
- lusid/models/tax_rule.py +8 -0
- lusid/models/tax_rule_set.py +8 -0
- lusid/models/template_field.py +8 -0
- lusid/models/tender_event.py +8 -0
- lusid/models/term_deposit.py +8 -0
- lusid/models/term_deposit_interest_event.py +8 -0
- lusid/models/term_deposit_principal_event.py +8 -0
- lusid/models/timeline.py +8 -0
- lusid/models/total_return_swap.py +8 -0
- lusid/models/touch.py +8 -0
- lusid/models/trade_ticket.py +8 -0
- lusid/models/trading_conventions.py +8 -0
- lusid/models/transaction.py +8 -0
- lusid/models/transaction_configuration_data.py +8 -0
- lusid/models/transaction_configuration_data_request.py +8 -0
- lusid/models/transaction_configuration_movement_data.py +8 -0
- lusid/models/transaction_configuration_movement_data_request.py +8 -0
- lusid/models/transaction_configuration_type_alias.py +8 -0
- lusid/models/transaction_currency_and_amount.py +8 -0
- lusid/models/transaction_date_windows.py +8 -0
- lusid/models/transaction_diagnostics.py +8 -0
- lusid/models/transaction_field_map.py +8 -0
- lusid/models/transaction_price.py +8 -0
- lusid/models/transaction_price_and_type.py +8 -0
- lusid/models/transaction_property_map.py +8 -0
- lusid/models/transaction_property_mapping.py +8 -0
- lusid/models/transaction_property_mapping_request.py +8 -0
- lusid/models/transaction_query_parameters.py +8 -0
- lusid/models/transaction_reconciliation_request.py +8 -0
- lusid/models/transaction_reconciliation_request_v2.py +8 -0
- lusid/models/transaction_request.py +8 -0
- lusid/models/transaction_set_configuration_data.py +8 -0
- lusid/models/transaction_set_configuration_data_request.py +8 -0
- lusid/models/transaction_template.py +8 -0
- lusid/models/transaction_template_request.py +8 -0
- lusid/models/transaction_template_specification.py +8 -0
- lusid/models/transaction_type.py +8 -0
- lusid/models/transaction_type_alias.py +8 -0
- lusid/models/transaction_type_calculation.py +8 -0
- lusid/models/transaction_type_details.py +8 -0
- lusid/models/transaction_type_movement.py +8 -0
- lusid/models/transaction_type_property_mapping.py +8 -0
- lusid/models/transaction_type_request.py +8 -0
- lusid/models/transactions_reconciliations_response.py +8 -0
- lusid/models/transition_event.py +8 -0
- lusid/models/translate_entities_inlined_request.py +8 -0
- lusid/models/translate_entities_request.py +8 -0
- lusid/models/translate_entities_response.py +8 -0
- lusid/models/translate_instrument_definitions_request.py +8 -0
- lusid/models/translate_instrument_definitions_response.py +8 -0
- lusid/models/translate_trade_ticket_request.py +8 -0
- lusid/models/translate_trade_tickets_response.py +8 -0
- lusid/models/translation_context.py +8 -0
- lusid/models/translation_input.py +8 -0
- lusid/models/translation_result.py +8 -0
- lusid/models/translation_script.py +8 -0
- lusid/models/translation_script_id.py +8 -0
- lusid/models/trial_balance.py +14 -6
- lusid/models/trial_balance_query_parameters.py +8 -0
- lusid/models/trigger_event.py +8 -0
- lusid/models/typed_resource_id.py +8 -0
- lusid/models/unitisation_data.py +8 -0
- lusid/models/units_ratio.py +8 -0
- lusid/models/update_amortisation_rule_set_details_request.py +8 -0
- lusid/models/update_calendar_request.py +8 -0
- lusid/models/update_compliance_template_request.py +8 -0
- lusid/models/update_custom_entity_definition_request.py +8 -0
- lusid/models/update_custom_entity_type_request.py +8 -0
- lusid/models/update_cut_label_definition_request.py +8 -0
- lusid/models/update_data_type_request.py +8 -0
- lusid/models/update_derived_property_definition_request.py +8 -0
- lusid/models/update_fee_type_request.py +8 -0
- lusid/models/update_group_reconciliation_comparison_ruleset_request.py +8 -0
- lusid/models/update_group_reconciliation_definition_request.py +8 -0
- lusid/models/update_instrument_identifier_request.py +8 -0
- lusid/models/update_orders_response.py +8 -0
- lusid/models/update_placements_response.py +8 -0
- lusid/models/update_portfolio_group_request.py +8 -0
- lusid/models/update_portfolio_request.py +8 -0
- lusid/models/update_property_definition_request.py +8 -0
- lusid/models/update_reconciliation_request.py +8 -0
- lusid/models/update_reference_data_request.py +8 -0
- lusid/models/update_relationship_definition_request.py +8 -0
- lusid/models/update_staging_rule_set_request.py +8 -0
- lusid/models/update_tax_rule_set_request.py +8 -0
- lusid/models/update_timeline_request.py +8 -0
- lusid/models/update_unit_request.py +8 -0
- lusid/models/upsert_cds_flow_conventions_request.py +8 -0
- lusid/models/upsert_complex_market_data_request.py +8 -0
- lusid/models/upsert_compliance_rule_request.py +8 -0
- lusid/models/upsert_compliance_run_summary_request.py +8 -0
- lusid/models/upsert_compliance_run_summary_result.py +8 -0
- lusid/models/upsert_corporate_action_request.py +8 -0
- lusid/models/upsert_corporate_actions_response.py +8 -0
- lusid/models/upsert_counterparty_agreement_request.py +8 -0
- lusid/models/upsert_credit_support_annex_request.py +8 -0
- lusid/models/upsert_custom_entities_response.py +8 -0
- lusid/models/upsert_custom_entity_access_metadata_request.py +8 -0
- lusid/models/upsert_dialect_request.py +8 -0
- lusid/models/upsert_flow_conventions_request.py +8 -0
- lusid/models/upsert_index_convention_request.py +8 -0
- lusid/models/upsert_instrument_event_request.py +8 -0
- lusid/models/upsert_instrument_events_response.py +8 -0
- lusid/models/upsert_instrument_properties_response.py +8 -0
- lusid/models/upsert_instrument_property_request.py +8 -0
- lusid/models/upsert_instruments_response.py +8 -0
- lusid/models/upsert_legal_entities_response.py +8 -0
- lusid/models/upsert_legal_entity_access_metadata_request.py +8 -0
- lusid/models/upsert_legal_entity_request.py +8 -0
- lusid/models/upsert_person_access_metadata_request.py +8 -0
- lusid/models/upsert_person_request.py +8 -0
- lusid/models/upsert_persons_response.py +8 -0
- lusid/models/upsert_portfolio_access_metadata_request.py +8 -0
- lusid/models/upsert_portfolio_group_access_metadata_request.py +8 -0
- lusid/models/upsert_portfolio_transactions_response.py +8 -0
- lusid/models/upsert_quote_access_metadata_rule_request.py +8 -0
- lusid/models/upsert_quote_request.py +8 -0
- lusid/models/upsert_quotes_response.py +8 -0
- lusid/models/upsert_recipe_composer_request.py +8 -0
- lusid/models/upsert_recipe_request.py +8 -0
- lusid/models/upsert_reference_portfolio_constituent_properties_request.py +8 -0
- lusid/models/upsert_reference_portfolio_constituent_properties_response.py +8 -0
- lusid/models/upsert_reference_portfolio_constituents_request.py +8 -0
- lusid/models/upsert_reference_portfolio_constituents_response.py +8 -0
- lusid/models/upsert_result_values_data_request.py +8 -0
- lusid/models/upsert_returns_response.py +8 -0
- lusid/models/upsert_single_structured_data_response.py +8 -0
- lusid/models/upsert_structured_data_response.py +8 -0
- lusid/models/upsert_structured_result_data_request.py +8 -0
- lusid/models/upsert_transaction_properties_response.py +8 -0
- lusid/models/upsert_translation_script_request.py +8 -0
- lusid/models/upsert_valuation_point_request.py +8 -0
- lusid/models/user.py +8 -0
- lusid/models/valuation_point_data_query_parameters.py +8 -0
- lusid/models/valuation_point_data_request.py +8 -0
- lusid/models/valuation_point_data_response.py +8 -0
- lusid/models/valuation_point_overview.py +8 -0
- lusid/models/valuation_point_resource_list_of_accounted_transaction.py +8 -0
- lusid/models/valuation_point_resource_list_of_journal_entry_line.py +8 -0
- lusid/models/valuation_point_resource_list_of_pnl_journal_entry_line.py +8 -0
- lusid/models/valuation_point_resource_list_of_trial_balance.py +8 -0
- lusid/models/valuation_request.py +8 -0
- lusid/models/valuation_schedule.py +8 -0
- lusid/models/valuations_reconciliation_request.py +8 -0
- lusid/models/vendor_dependency.py +8 -0
- lusid/models/vendor_model_rule.py +8 -0
- lusid/models/version.py +8 -0
- lusid/models/version_summary_dto.py +8 -0
- lusid/models/versioned_resource_list_of_a2_b_data_record.py +8 -0
- lusid/models/versioned_resource_list_of_a2_b_movement_record.py +8 -0
- lusid/models/versioned_resource_list_of_holding_contributor.py +8 -0
- lusid/models/versioned_resource_list_of_journal_entry_line.py +8 -0
- lusid/models/versioned_resource_list_of_output_transaction.py +8 -0
- lusid/models/versioned_resource_list_of_portfolio_holding.py +8 -0
- lusid/models/versioned_resource_list_of_transaction.py +8 -0
- lusid/models/versioned_resource_list_of_trial_balance.py +8 -0
- lusid/models/versioned_resource_list_with_warnings_of_portfolio_holding.py +8 -0
- lusid/models/virtual_document.py +8 -0
- lusid/models/virtual_document_row.py +8 -0
- lusid/models/virtual_row.py +8 -0
- lusid/models/warning.py +8 -0
- lusid/models/weekend_mask.py +8 -0
- lusid/models/weighted_instrument.py +8 -0
- lusid/models/weighted_instrument_in_line_lookup_identifiers.py +8 -0
- lusid/models/weighted_instruments.py +8 -0
- lusid/models/workspace.py +8 -0
- lusid/models/workspace_creation_request.py +8 -0
- lusid/models/workspace_item.py +8 -0
- lusid/models/workspace_item_creation_request.py +8 -0
- lusid/models/workspace_item_update_request.py +8 -0
- lusid/models/workspace_update_request.py +8 -0
- lusid/models/yield_curve_data.py +8 -0
- {lusid_sdk-2.1.637.dist-info → lusid_sdk-2.1.676.dist-info}/METADATA +3 -1
- lusid_sdk-2.1.676.dist-info/RECORD +1259 -0
- lusid_sdk-2.1.637.dist-info/RECORD +0 -1258
- {lusid_sdk-2.1.637.dist-info → lusid_sdk-2.1.676.dist-info}/WHEEL +0 -0
lusid/__init__.py
CHANGED
@@ -740,6 +740,7 @@ from lusid.models.paged_resource_list_of_calendar import PagedResourceListOfCale
|
|
740
740
|
from lusid.models.paged_resource_list_of_chart_of_accounts import PagedResourceListOfChartOfAccounts
|
741
741
|
from lusid.models.paged_resource_list_of_cleardown_module_response import PagedResourceListOfCleardownModuleResponse
|
742
742
|
from lusid.models.paged_resource_list_of_cleardown_module_rule import PagedResourceListOfCleardownModuleRule
|
743
|
+
from lusid.models.paged_resource_list_of_closed_period import PagedResourceListOfClosedPeriod
|
743
744
|
from lusid.models.paged_resource_list_of_compliance_rule_response import PagedResourceListOfComplianceRuleResponse
|
744
745
|
from lusid.models.paged_resource_list_of_compliance_run_info_v2 import PagedResourceListOfComplianceRunInfoV2
|
745
746
|
from lusid.models.paged_resource_list_of_compliance_template import PagedResourceListOfComplianceTemplate
|
@@ -1988,6 +1989,7 @@ __all__ = [
|
|
1988
1989
|
"PagedResourceListOfChartOfAccounts",
|
1989
1990
|
"PagedResourceListOfCleardownModuleResponse",
|
1990
1991
|
"PagedResourceListOfCleardownModuleRule",
|
1992
|
+
"PagedResourceListOfClosedPeriod",
|
1991
1993
|
"PagedResourceListOfComplianceRuleResponse",
|
1992
1994
|
"PagedResourceListOfComplianceRunInfoV2",
|
1993
1995
|
"PagedResourceListOfComplianceTemplate",
|
@@ -68,22 +68,22 @@ class OrderManagementApi:
|
|
68
68
|
self.api_client = api_client
|
69
69
|
|
70
70
|
@overload
|
71
|
-
async def book_transactions(self, book_transactions_request : Annotated[BookTransactionsRequest, Field(..., description="The allocations to create transactions for")], apply_fees_and_commission : Annotated[Optional[StrictBool], Field(description="Whether to apply fees and commissions to transactions (default: true)")] = None, mark_orders_and_allocations_as_booked : Annotated[Optional[StrictBool], Field(description="Whether to mark allocations and fully-booked orders with state Booked")] = None, **kwargs) -> BookTransactionsResponse: # noqa: E501
|
71
|
+
async def book_transactions(self, book_transactions_request : Annotated[BookTransactionsRequest, Field(..., description="The allocations to create transactions for")], apply_fees_and_commission : Annotated[Optional[StrictBool], Field(description="Whether to apply fees and commissions to transactions (default: true)")] = None, mark_orders_and_allocations_as_booked : Annotated[Optional[StrictBool], Field(description="Whether to mark allocations and fully-booked orders with state Booked")] = None, use_preview_transactions_for_pricing : Annotated[Optional[StrictBool], Field(description="Whether to use calculators for the transaction type to work out pricing fields on the booked transactions")] = None, **kwargs) -> BookTransactionsResponse: # noqa: E501
|
72
72
|
...
|
73
73
|
|
74
74
|
@overload
|
75
|
-
def book_transactions(self, book_transactions_request : Annotated[BookTransactionsRequest, Field(..., description="The allocations to create transactions for")], apply_fees_and_commission : Annotated[Optional[StrictBool], Field(description="Whether to apply fees and commissions to transactions (default: true)")] = None, mark_orders_and_allocations_as_booked : Annotated[Optional[StrictBool], Field(description="Whether to mark allocations and fully-booked orders with state Booked")] = None, async_req: Optional[bool]=True, **kwargs) -> BookTransactionsResponse: # noqa: E501
|
75
|
+
def book_transactions(self, book_transactions_request : Annotated[BookTransactionsRequest, Field(..., description="The allocations to create transactions for")], apply_fees_and_commission : Annotated[Optional[StrictBool], Field(description="Whether to apply fees and commissions to transactions (default: true)")] = None, mark_orders_and_allocations_as_booked : Annotated[Optional[StrictBool], Field(description="Whether to mark allocations and fully-booked orders with state Booked")] = None, use_preview_transactions_for_pricing : Annotated[Optional[StrictBool], Field(description="Whether to use calculators for the transaction type to work out pricing fields on the booked transactions")] = None, async_req: Optional[bool]=True, **kwargs) -> BookTransactionsResponse: # noqa: E501
|
76
76
|
...
|
77
77
|
|
78
78
|
@validate_arguments
|
79
|
-
def book_transactions(self, book_transactions_request : Annotated[BookTransactionsRequest, Field(..., description="The allocations to create transactions for")], apply_fees_and_commission : Annotated[Optional[StrictBool], Field(description="Whether to apply fees and commissions to transactions (default: true)")] = None, mark_orders_and_allocations_as_booked : Annotated[Optional[StrictBool], Field(description="Whether to mark allocations and fully-booked orders with state Booked")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[BookTransactionsResponse, Awaitable[BookTransactionsResponse]]: # noqa: E501
|
79
|
+
def book_transactions(self, book_transactions_request : Annotated[BookTransactionsRequest, Field(..., description="The allocations to create transactions for")], apply_fees_and_commission : Annotated[Optional[StrictBool], Field(description="Whether to apply fees and commissions to transactions (default: true)")] = None, mark_orders_and_allocations_as_booked : Annotated[Optional[StrictBool], Field(description="Whether to mark allocations and fully-booked orders with state Booked")] = None, use_preview_transactions_for_pricing : Annotated[Optional[StrictBool], Field(description="Whether to use calculators for the transaction type to work out pricing fields on the booked transactions")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[BookTransactionsResponse, Awaitable[BookTransactionsResponse]]: # noqa: E501
|
80
80
|
"""[EXPERIMENTAL] BookTransactions: Books transactions using specific allocations as a source. # noqa: E501
|
81
81
|
|
82
82
|
Takes a collection of allocation IDs, and maps fields from those allocations and related orders onto new transactions. # noqa: E501
|
83
83
|
This method makes a synchronous HTTP request by default. To make an
|
84
84
|
asynchronous HTTP request, please pass async_req=True
|
85
85
|
|
86
|
-
>>> thread = api.book_transactions(book_transactions_request, apply_fees_and_commission, mark_orders_and_allocations_as_booked, async_req=True)
|
86
|
+
>>> thread = api.book_transactions(book_transactions_request, apply_fees_and_commission, mark_orders_and_allocations_as_booked, use_preview_transactions_for_pricing, async_req=True)
|
87
87
|
>>> result = thread.get()
|
88
88
|
|
89
89
|
:param book_transactions_request: The allocations to create transactions for (required)
|
@@ -92,6 +92,8 @@ class OrderManagementApi:
|
|
92
92
|
:type apply_fees_and_commission: bool
|
93
93
|
:param mark_orders_and_allocations_as_booked: Whether to mark allocations and fully-booked orders with state Booked
|
94
94
|
:type mark_orders_and_allocations_as_booked: bool
|
95
|
+
:param use_preview_transactions_for_pricing: Whether to use calculators for the transaction type to work out pricing fields on the booked transactions
|
96
|
+
:type use_preview_transactions_for_pricing: bool
|
95
97
|
:param async_req: Whether to execute the request asynchronously.
|
96
98
|
:type async_req: bool, optional
|
97
99
|
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
@@ -108,17 +110,17 @@ class OrderManagementApi:
|
|
108
110
|
raise ValueError(message)
|
109
111
|
if async_req is not None:
|
110
112
|
kwargs['async_req'] = async_req
|
111
|
-
return self.book_transactions_with_http_info(book_transactions_request, apply_fees_and_commission, mark_orders_and_allocations_as_booked, **kwargs) # noqa: E501
|
113
|
+
return self.book_transactions_with_http_info(book_transactions_request, apply_fees_and_commission, mark_orders_and_allocations_as_booked, use_preview_transactions_for_pricing, **kwargs) # noqa: E501
|
112
114
|
|
113
115
|
@validate_arguments
|
114
|
-
def book_transactions_with_http_info(self, book_transactions_request : Annotated[BookTransactionsRequest, Field(..., description="The allocations to create transactions for")], apply_fees_and_commission : Annotated[Optional[StrictBool], Field(description="Whether to apply fees and commissions to transactions (default: true)")] = None, mark_orders_and_allocations_as_booked : Annotated[Optional[StrictBool], Field(description="Whether to mark allocations and fully-booked orders with state Booked")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
116
|
+
def book_transactions_with_http_info(self, book_transactions_request : Annotated[BookTransactionsRequest, Field(..., description="The allocations to create transactions for")], apply_fees_and_commission : Annotated[Optional[StrictBool], Field(description="Whether to apply fees and commissions to transactions (default: true)")] = None, mark_orders_and_allocations_as_booked : Annotated[Optional[StrictBool], Field(description="Whether to mark allocations and fully-booked orders with state Booked")] = None, use_preview_transactions_for_pricing : Annotated[Optional[StrictBool], Field(description="Whether to use calculators for the transaction type to work out pricing fields on the booked transactions")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
115
117
|
"""[EXPERIMENTAL] BookTransactions: Books transactions using specific allocations as a source. # noqa: E501
|
116
118
|
|
117
119
|
Takes a collection of allocation IDs, and maps fields from those allocations and related orders onto new transactions. # noqa: E501
|
118
120
|
This method makes a synchronous HTTP request by default. To make an
|
119
121
|
asynchronous HTTP request, please pass async_req=True
|
120
122
|
|
121
|
-
>>> thread = api.book_transactions_with_http_info(book_transactions_request, apply_fees_and_commission, mark_orders_and_allocations_as_booked, async_req=True)
|
123
|
+
>>> thread = api.book_transactions_with_http_info(book_transactions_request, apply_fees_and_commission, mark_orders_and_allocations_as_booked, use_preview_transactions_for_pricing, async_req=True)
|
122
124
|
>>> result = thread.get()
|
123
125
|
|
124
126
|
:param book_transactions_request: The allocations to create transactions for (required)
|
@@ -127,6 +129,8 @@ class OrderManagementApi:
|
|
127
129
|
:type apply_fees_and_commission: bool
|
128
130
|
:param mark_orders_and_allocations_as_booked: Whether to mark allocations and fully-booked orders with state Booked
|
129
131
|
:type mark_orders_and_allocations_as_booked: bool
|
132
|
+
:param use_preview_transactions_for_pricing: Whether to use calculators for the transaction type to work out pricing fields on the booked transactions
|
133
|
+
:type use_preview_transactions_for_pricing: bool
|
130
134
|
:param async_req: Whether to execute the request asynchronously.
|
131
135
|
:type async_req: bool, optional
|
132
136
|
:param _preload_content: if False, the ApiResponse.data will
|
@@ -156,7 +160,8 @@ class OrderManagementApi:
|
|
156
160
|
_all_params = [
|
157
161
|
'book_transactions_request',
|
158
162
|
'apply_fees_and_commission',
|
159
|
-
'mark_orders_and_allocations_as_booked'
|
163
|
+
'mark_orders_and_allocations_as_booked',
|
164
|
+
'use_preview_transactions_for_pricing'
|
160
165
|
]
|
161
166
|
_all_params.extend(
|
162
167
|
[
|
@@ -194,6 +199,9 @@ class OrderManagementApi:
|
|
194
199
|
if _params.get('mark_orders_and_allocations_as_booked') is not None: # noqa: E501
|
195
200
|
_query_params.append(('markOrdersAndAllocationsAsBooked', _params['mark_orders_and_allocations_as_booked']))
|
196
201
|
|
202
|
+
if _params.get('use_preview_transactions_for_pricing') is not None: # noqa: E501
|
203
|
+
_query_params.append(('usePreviewTransactionsForPricing', _params['use_preview_transactions_for_pricing']))
|
204
|
+
|
197
205
|
# process the header parameters
|
198
206
|
_header_params = dict(_params.get('_headers', {}))
|
199
207
|
# process the form parameters
|
lusid/api/portfolios_api.py
CHANGED
@@ -4793,7 +4793,7 @@ class PortfoliosApi:
|
|
4793
4793
|
def patch_portfolio(self, scope : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The scope of the portfolio.")], code : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The code of the portfolio. Together with the scope this uniquely identifies the portfolio.")], operation : Annotated[conlist(Operation), Field(..., description="The json patch document. For more check: https://datatracker.ietf.org/doc/html/rfc6902.")], async_req: Optional[bool]=None, **kwargs) -> Union[Portfolio, Awaitable[Portfolio]]: # noqa: E501
|
4794
4794
|
"""PatchPortfolio: Patch portfolio. # noqa: E501
|
4795
4795
|
|
4796
|
-
Create or update certain fields for a particular portfolio. The behaviour is defined by the JSON Patch specification. Currently supported are: Created, InstrumentScopes. # noqa: E501
|
4796
|
+
Create or update certain fields for a particular portfolio. The behaviour is defined by the JSON Patch specification. Currently supported are: Created, InstrumentScopes, Type. # noqa: E501
|
4797
4797
|
This method makes a synchronous HTTP request by default. To make an
|
4798
4798
|
asynchronous HTTP request, please pass async_req=True
|
4799
4799
|
|
@@ -4828,7 +4828,7 @@ class PortfoliosApi:
|
|
4828
4828
|
def patch_portfolio_with_http_info(self, scope : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The scope of the portfolio.")], code : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The code of the portfolio. Together with the scope this uniquely identifies the portfolio.")], operation : Annotated[conlist(Operation), Field(..., description="The json patch document. For more check: https://datatracker.ietf.org/doc/html/rfc6902.")], **kwargs) -> ApiResponse: # noqa: E501
|
4829
4829
|
"""PatchPortfolio: Patch portfolio. # noqa: E501
|
4830
4830
|
|
4831
|
-
Create or update certain fields for a particular portfolio. The behaviour is defined by the JSON Patch specification. Currently supported are: Created, InstrumentScopes. # noqa: E501
|
4831
|
+
Create or update certain fields for a particular portfolio. The behaviour is defined by the JSON Patch specification. Currently supported are: Created, InstrumentScopes, Type. # noqa: E501
|
4832
4832
|
This method makes a synchronous HTTP request by default. To make an
|
4833
4833
|
asynchronous HTTP request, please pass async_req=True
|
4834
4834
|
|
lusid/api/timelines_api.py
CHANGED
@@ -22,7 +22,7 @@ from typing import overload, Optional, Union, Awaitable
|
|
22
22
|
from typing_extensions import Annotated
|
23
23
|
from datetime import datetime
|
24
24
|
|
25
|
-
from pydantic.v1 import Field, StrictStr, conlist, constr, validator
|
25
|
+
from pydantic.v1 import Field, StrictStr, conint, conlist, constr, validator
|
26
26
|
|
27
27
|
from typing import Optional
|
28
28
|
|
@@ -30,6 +30,7 @@ from lusid.models.closed_period import ClosedPeriod
|
|
30
30
|
from lusid.models.create_closed_period_request import CreateClosedPeriodRequest
|
31
31
|
from lusid.models.create_timeline_request import CreateTimelineRequest
|
32
32
|
from lusid.models.deleted_entity_response import DeletedEntityResponse
|
33
|
+
from lusid.models.paged_resource_list_of_closed_period import PagedResourceListOfClosedPeriod
|
33
34
|
from lusid.models.timeline import Timeline
|
34
35
|
from lusid.models.update_timeline_request import UpdateTimelineRequest
|
35
36
|
|
@@ -919,6 +920,218 @@ class TimelinesApi:
|
|
919
920
|
collection_formats=_collection_formats,
|
920
921
|
_request_auth=_params.get('_request_auth'))
|
921
922
|
|
923
|
+
@overload
|
924
|
+
async def list_closed_periods(self, scope : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The scope of the Timeline.")], code : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The code of the Timeline.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the ClosedPeriods. Defaults to returning the latest version of each ClosedPeriod if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing ClosedPeriods; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request.")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the results to this number. Defaults to 100 if not specified.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the results. For example, to filter on the effectiveEnd, specify \"effectiveEnd gt 2019-01-15T10:00:00\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\"")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'ClosedPeriod' domain to decorate onto each ClosedPeriod. These must take the format {domain}/{scope}/{code}, for example 'ClosedPeriod/Account/id'.")] = None, **kwargs) -> PagedResourceListOfClosedPeriod: # noqa: E501
|
925
|
+
...
|
926
|
+
|
927
|
+
@overload
|
928
|
+
def list_closed_periods(self, scope : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The scope of the Timeline.")], code : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The code of the Timeline.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the ClosedPeriods. Defaults to returning the latest version of each ClosedPeriod if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing ClosedPeriods; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request.")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the results to this number. Defaults to 100 if not specified.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the results. For example, to filter on the effectiveEnd, specify \"effectiveEnd gt 2019-01-15T10:00:00\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\"")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'ClosedPeriod' domain to decorate onto each ClosedPeriod. These must take the format {domain}/{scope}/{code}, for example 'ClosedPeriod/Account/id'.")] = None, async_req: Optional[bool]=True, **kwargs) -> PagedResourceListOfClosedPeriod: # noqa: E501
|
929
|
+
...
|
930
|
+
|
931
|
+
@validate_arguments
|
932
|
+
def list_closed_periods(self, scope : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The scope of the Timeline.")], code : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The code of the Timeline.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the ClosedPeriods. Defaults to returning the latest version of each ClosedPeriod if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing ClosedPeriods; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request.")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the results to this number. Defaults to 100 if not specified.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the results. For example, to filter on the effectiveEnd, specify \"effectiveEnd gt 2019-01-15T10:00:00\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\"")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'ClosedPeriod' domain to decorate onto each ClosedPeriod. These must take the format {domain}/{scope}/{code}, for example 'ClosedPeriod/Account/id'.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[PagedResourceListOfClosedPeriod, Awaitable[PagedResourceListOfClosedPeriod]]: # noqa: E501
|
933
|
+
"""[EXPERIMENTAL] ListClosedPeriods: List ClosedPeriods for a specified Timeline. # noqa: E501
|
934
|
+
|
935
|
+
List all the ClosedPeriods matching a particular criteria. # noqa: E501
|
936
|
+
This method makes a synchronous HTTP request by default. To make an
|
937
|
+
asynchronous HTTP request, please pass async_req=True
|
938
|
+
|
939
|
+
>>> thread = api.list_closed_periods(scope, code, as_at, page, limit, filter, sort_by, property_keys, async_req=True)
|
940
|
+
>>> result = thread.get()
|
941
|
+
|
942
|
+
:param scope: The scope of the Timeline. (required)
|
943
|
+
:type scope: str
|
944
|
+
:param code: The code of the Timeline. (required)
|
945
|
+
:type code: str
|
946
|
+
:param as_at: The asAt datetime at which to list the ClosedPeriods. Defaults to returning the latest version of each ClosedPeriod if not specified.
|
947
|
+
:type as_at: datetime
|
948
|
+
:param page: The pagination token to use to continue listing ClosedPeriods; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request.
|
949
|
+
:type page: str
|
950
|
+
:param limit: When paginating, limit the results to this number. Defaults to 100 if not specified.
|
951
|
+
:type limit: int
|
952
|
+
:param filter: Expression to filter the results. For example, to filter on the effectiveEnd, specify \"effectiveEnd gt 2019-01-15T10:00:00\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.
|
953
|
+
:type filter: str
|
954
|
+
:param sort_by: A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\"
|
955
|
+
:type sort_by: List[str]
|
956
|
+
:param property_keys: A list of property keys from the 'ClosedPeriod' domain to decorate onto each ClosedPeriod. These must take the format {domain}/{scope}/{code}, for example 'ClosedPeriod/Account/id'.
|
957
|
+
:type property_keys: List[str]
|
958
|
+
:param async_req: Whether to execute the request asynchronously.
|
959
|
+
:type async_req: bool, optional
|
960
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
961
|
+
:param opts: Configuration options for this request
|
962
|
+
:type opts: ConfigurationOptions, optional
|
963
|
+
:return: Returns the result object.
|
964
|
+
If the method is called asynchronously,
|
965
|
+
returns the request thread.
|
966
|
+
:rtype: PagedResourceListOfClosedPeriod
|
967
|
+
"""
|
968
|
+
kwargs['_return_http_data_only'] = True
|
969
|
+
if '_preload_content' in kwargs:
|
970
|
+
message = "Error! Please call the list_closed_periods_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
|
971
|
+
raise ValueError(message)
|
972
|
+
if async_req is not None:
|
973
|
+
kwargs['async_req'] = async_req
|
974
|
+
return self.list_closed_periods_with_http_info(scope, code, as_at, page, limit, filter, sort_by, property_keys, **kwargs) # noqa: E501
|
975
|
+
|
976
|
+
@validate_arguments
|
977
|
+
def list_closed_periods_with_http_info(self, scope : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The scope of the Timeline.")], code : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The code of the Timeline.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the ClosedPeriods. Defaults to returning the latest version of each ClosedPeriod if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing ClosedPeriods; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request.")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the results to this number. Defaults to 100 if not specified.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the results. For example, to filter on the effectiveEnd, specify \"effectiveEnd gt 2019-01-15T10:00:00\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\"")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'ClosedPeriod' domain to decorate onto each ClosedPeriod. These must take the format {domain}/{scope}/{code}, for example 'ClosedPeriod/Account/id'.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
978
|
+
"""[EXPERIMENTAL] ListClosedPeriods: List ClosedPeriods for a specified Timeline. # noqa: E501
|
979
|
+
|
980
|
+
List all the ClosedPeriods matching a particular criteria. # noqa: E501
|
981
|
+
This method makes a synchronous HTTP request by default. To make an
|
982
|
+
asynchronous HTTP request, please pass async_req=True
|
983
|
+
|
984
|
+
>>> thread = api.list_closed_periods_with_http_info(scope, code, as_at, page, limit, filter, sort_by, property_keys, async_req=True)
|
985
|
+
>>> result = thread.get()
|
986
|
+
|
987
|
+
:param scope: The scope of the Timeline. (required)
|
988
|
+
:type scope: str
|
989
|
+
:param code: The code of the Timeline. (required)
|
990
|
+
:type code: str
|
991
|
+
:param as_at: The asAt datetime at which to list the ClosedPeriods. Defaults to returning the latest version of each ClosedPeriod if not specified.
|
992
|
+
:type as_at: datetime
|
993
|
+
:param page: The pagination token to use to continue listing ClosedPeriods; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request.
|
994
|
+
:type page: str
|
995
|
+
:param limit: When paginating, limit the results to this number. Defaults to 100 if not specified.
|
996
|
+
:type limit: int
|
997
|
+
:param filter: Expression to filter the results. For example, to filter on the effectiveEnd, specify \"effectiveEnd gt 2019-01-15T10:00:00\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.
|
998
|
+
:type filter: str
|
999
|
+
:param sort_by: A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\"
|
1000
|
+
:type sort_by: List[str]
|
1001
|
+
:param property_keys: A list of property keys from the 'ClosedPeriod' domain to decorate onto each ClosedPeriod. These must take the format {domain}/{scope}/{code}, for example 'ClosedPeriod/Account/id'.
|
1002
|
+
:type property_keys: List[str]
|
1003
|
+
:param async_req: Whether to execute the request asynchronously.
|
1004
|
+
:type async_req: bool, optional
|
1005
|
+
:param _preload_content: if False, the ApiResponse.data will
|
1006
|
+
be set to none and raw_data will store the
|
1007
|
+
HTTP response body without reading/decoding.
|
1008
|
+
Default is True.
|
1009
|
+
:type _preload_content: bool, optional
|
1010
|
+
:param _return_http_data_only: response data instead of ApiResponse
|
1011
|
+
object with status code, headers, etc
|
1012
|
+
:type _return_http_data_only: bool, optional
|
1013
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
1014
|
+
:param opts: Configuration options for this request
|
1015
|
+
:type opts: ConfigurationOptions, optional
|
1016
|
+
:param _request_auth: set to override the auth_settings for an a single
|
1017
|
+
request; this effectively ignores the authentication
|
1018
|
+
in the spec for a single request.
|
1019
|
+
:type _request_auth: dict, optional
|
1020
|
+
:type _content_type: string, optional: force content-type for the request
|
1021
|
+
:return: Returns the result object.
|
1022
|
+
If the method is called asynchronously,
|
1023
|
+
returns the request thread.
|
1024
|
+
:rtype: tuple(PagedResourceListOfClosedPeriod, status_code(int), headers(HTTPHeaderDict))
|
1025
|
+
"""
|
1026
|
+
|
1027
|
+
_params = locals()
|
1028
|
+
|
1029
|
+
_all_params = [
|
1030
|
+
'scope',
|
1031
|
+
'code',
|
1032
|
+
'as_at',
|
1033
|
+
'page',
|
1034
|
+
'limit',
|
1035
|
+
'filter',
|
1036
|
+
'sort_by',
|
1037
|
+
'property_keys'
|
1038
|
+
]
|
1039
|
+
_all_params.extend(
|
1040
|
+
[
|
1041
|
+
'async_req',
|
1042
|
+
'_return_http_data_only',
|
1043
|
+
'_preload_content',
|
1044
|
+
'_request_timeout',
|
1045
|
+
'_request_auth',
|
1046
|
+
'_content_type',
|
1047
|
+
'_headers',
|
1048
|
+
'opts'
|
1049
|
+
]
|
1050
|
+
)
|
1051
|
+
|
1052
|
+
# validate the arguments
|
1053
|
+
for _key, _val in _params['kwargs'].items():
|
1054
|
+
if _key not in _all_params:
|
1055
|
+
raise ApiTypeError(
|
1056
|
+
"Got an unexpected keyword argument '%s'"
|
1057
|
+
" to method list_closed_periods" % _key
|
1058
|
+
)
|
1059
|
+
_params[_key] = _val
|
1060
|
+
del _params['kwargs']
|
1061
|
+
|
1062
|
+
_collection_formats = {}
|
1063
|
+
|
1064
|
+
# process the path parameters
|
1065
|
+
_path_params = {}
|
1066
|
+
if _params['scope']:
|
1067
|
+
_path_params['scope'] = _params['scope']
|
1068
|
+
|
1069
|
+
if _params['code']:
|
1070
|
+
_path_params['code'] = _params['code']
|
1071
|
+
|
1072
|
+
|
1073
|
+
# process the query parameters
|
1074
|
+
_query_params = []
|
1075
|
+
if _params.get('as_at') is not None: # noqa: E501
|
1076
|
+
if isinstance(_params['as_at'], datetime):
|
1077
|
+
_query_params.append(('asAt', _params['as_at'].strftime(self.api_client.configuration.datetime_format)))
|
1078
|
+
else:
|
1079
|
+
_query_params.append(('asAt', _params['as_at']))
|
1080
|
+
|
1081
|
+
if _params.get('page') is not None: # noqa: E501
|
1082
|
+
_query_params.append(('page', _params['page']))
|
1083
|
+
|
1084
|
+
if _params.get('limit') is not None: # noqa: E501
|
1085
|
+
_query_params.append(('limit', _params['limit']))
|
1086
|
+
|
1087
|
+
if _params.get('filter') is not None: # noqa: E501
|
1088
|
+
_query_params.append(('filter', _params['filter']))
|
1089
|
+
|
1090
|
+
if _params.get('sort_by') is not None: # noqa: E501
|
1091
|
+
_query_params.append(('sortBy', _params['sort_by']))
|
1092
|
+
_collection_formats['sortBy'] = 'multi'
|
1093
|
+
|
1094
|
+
if _params.get('property_keys') is not None: # noqa: E501
|
1095
|
+
_query_params.append(('propertyKeys', _params['property_keys']))
|
1096
|
+
_collection_formats['propertyKeys'] = 'multi'
|
1097
|
+
|
1098
|
+
# process the header parameters
|
1099
|
+
_header_params = dict(_params.get('_headers', {}))
|
1100
|
+
# process the form parameters
|
1101
|
+
_form_params = []
|
1102
|
+
_files = {}
|
1103
|
+
# process the body parameter
|
1104
|
+
_body_params = None
|
1105
|
+
# set the HTTP header `Accept`
|
1106
|
+
_header_params['Accept'] = self.api_client.select_header_accept(
|
1107
|
+
['text/plain', 'application/json', 'text/json']) # noqa: E501
|
1108
|
+
|
1109
|
+
# authentication setting
|
1110
|
+
_auth_settings = ['oauth2'] # noqa: E501
|
1111
|
+
|
1112
|
+
_response_types_map = {
|
1113
|
+
'200': "PagedResourceListOfClosedPeriod",
|
1114
|
+
'400': "LusidValidationProblemDetails",
|
1115
|
+
}
|
1116
|
+
|
1117
|
+
return self.api_client.call_api(
|
1118
|
+
'/api/timelines/{scope}/{code}/closedperiods', 'GET',
|
1119
|
+
_path_params,
|
1120
|
+
_query_params,
|
1121
|
+
_header_params,
|
1122
|
+
body=_body_params,
|
1123
|
+
post_params=_form_params,
|
1124
|
+
files=_files,
|
1125
|
+
response_types_map=_response_types_map,
|
1126
|
+
auth_settings=_auth_settings,
|
1127
|
+
async_req=_params.get('async_req'),
|
1128
|
+
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
1129
|
+
_preload_content=_params.get('_preload_content', True),
|
1130
|
+
_request_timeout=_params.get('_request_timeout'),
|
1131
|
+
opts=_params.get('opts'),
|
1132
|
+
collection_formats=_collection_formats,
|
1133
|
+
_request_auth=_params.get('_request_auth'))
|
1134
|
+
|
922
1135
|
@overload
|
923
1136
|
async def update_timeline(self, scope : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The scope of the specified Timeline.")], code : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The code of the specified Timeline. Together with the domain and scope this uniquely identifies the Timeline.")], update_timeline_request : Annotated[Optional[UpdateTimelineRequest], Field(description="The request containing the updated details of the Timeline")] = None, **kwargs) -> Timeline: # noqa: E501
|
924
1137
|
...
|
@@ -931,7 +1144,7 @@ class TimelinesApi:
|
|
931
1144
|
def update_timeline(self, scope : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The scope of the specified Timeline.")], code : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The code of the specified Timeline. Together with the domain and scope this uniquely identifies the Timeline.")], update_timeline_request : Annotated[Optional[UpdateTimelineRequest], Field(description="The request containing the updated details of the Timeline")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[Timeline, Awaitable[Timeline]]: # noqa: E501
|
932
1145
|
"""[EXPERIMENTAL] UpdateTimeline: Update Timeline defined by scope and code # noqa: E501
|
933
1146
|
|
934
|
-
Overwrites an existing Timeline Update request has the same required fields as Create apart from the
|
1147
|
+
Overwrites an existing Timeline Update request has the same required fields as Create apart from the id. Returns the updated Timeline at the current effectiveAt. Note that Timelines are mono-temporal, however they can have Time-Variant Properties. Updated Properties will be returned at the latest AsAt and EffectiveAt # noqa: E501
|
935
1148
|
This method makes a synchronous HTTP request by default. To make an
|
936
1149
|
asynchronous HTTP request, please pass async_req=True
|
937
1150
|
|
@@ -966,7 +1179,7 @@ class TimelinesApi:
|
|
966
1179
|
def update_timeline_with_http_info(self, scope : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The scope of the specified Timeline.")], code : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The code of the specified Timeline. Together with the domain and scope this uniquely identifies the Timeline.")], update_timeline_request : Annotated[Optional[UpdateTimelineRequest], Field(description="The request containing the updated details of the Timeline")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
967
1180
|
"""[EXPERIMENTAL] UpdateTimeline: Update Timeline defined by scope and code # noqa: E501
|
968
1181
|
|
969
|
-
Overwrites an existing Timeline Update request has the same required fields as Create apart from the
|
1182
|
+
Overwrites an existing Timeline Update request has the same required fields as Create apart from the id. Returns the updated Timeline at the current effectiveAt. Note that Timelines are mono-temporal, however they can have Time-Variant Properties. Updated Properties will be returned at the latest AsAt and EffectiveAt # noqa: E501
|
970
1183
|
This method makes a synchronous HTTP request by default. To make an
|
971
1184
|
asynchronous HTTP request, please pass async_req=True
|
972
1185
|
|
lusid/configuration.py
CHANGED
@@ -445,7 +445,7 @@ class Configuration:
|
|
445
445
|
return "Python SDK Debug Report:\n"\
|
446
446
|
"OS: {env}\n"\
|
447
447
|
"Python Version: {pyversion}\n"\
|
448
|
-
"Version of the API: 0.11.
|
448
|
+
"Version of the API: 0.11.7282\n"\
|
449
449
|
"SDK Package Version: {package_version}".\
|
450
450
|
format(env=sys.platform, pyversion=sys.version, package_version=package_version)
|
451
451
|
|
lusid/models/__init__.py
CHANGED
@@ -658,6 +658,7 @@ from lusid.models.paged_resource_list_of_calendar import PagedResourceListOfCale
|
|
658
658
|
from lusid.models.paged_resource_list_of_chart_of_accounts import PagedResourceListOfChartOfAccounts
|
659
659
|
from lusid.models.paged_resource_list_of_cleardown_module_response import PagedResourceListOfCleardownModuleResponse
|
660
660
|
from lusid.models.paged_resource_list_of_cleardown_module_rule import PagedResourceListOfCleardownModuleRule
|
661
|
+
from lusid.models.paged_resource_list_of_closed_period import PagedResourceListOfClosedPeriod
|
661
662
|
from lusid.models.paged_resource_list_of_compliance_rule_response import PagedResourceListOfComplianceRuleResponse
|
662
663
|
from lusid.models.paged_resource_list_of_compliance_run_info_v2 import PagedResourceListOfComplianceRunInfoV2
|
663
664
|
from lusid.models.paged_resource_list_of_compliance_template import PagedResourceListOfComplianceTemplate
|
@@ -1825,6 +1826,7 @@ __all__ = [
|
|
1825
1826
|
"PagedResourceListOfChartOfAccounts",
|
1826
1827
|
"PagedResourceListOfCleardownModuleResponse",
|
1827
1828
|
"PagedResourceListOfCleardownModuleRule",
|
1829
|
+
"PagedResourceListOfClosedPeriod",
|
1828
1830
|
"PagedResourceListOfComplianceRuleResponse",
|
1829
1831
|
"PagedResourceListOfComplianceRunInfoV2",
|
1830
1832
|
"PagedResourceListOfComplianceTemplate",
|
lusid/models/a2_b_breakdown.py
CHANGED
@@ -35,6 +35,14 @@ class A2BBreakdown(BaseModel):
|
|
35
35
|
allow_population_by_field_name = True
|
36
36
|
validate_assignment = True
|
37
37
|
|
38
|
+
def __str__(self):
|
39
|
+
"""For `print` and `pprint`"""
|
40
|
+
return pprint.pformat(self.dict(by_alias=False))
|
41
|
+
|
42
|
+
def __repr__(self):
|
43
|
+
"""For `print` and `pprint`"""
|
44
|
+
return self.to_str()
|
45
|
+
|
38
46
|
def to_str(self) -> str:
|
39
47
|
"""Returns the string representation of the model using alias"""
|
40
48
|
return pprint.pformat(self.dict(by_alias=True))
|
lusid/models/a2_b_category.py
CHANGED
@@ -35,6 +35,14 @@ class A2BCategory(BaseModel):
|
|
35
35
|
allow_population_by_field_name = True
|
36
36
|
validate_assignment = True
|
37
37
|
|
38
|
+
def __str__(self):
|
39
|
+
"""For `print` and `pprint`"""
|
40
|
+
return pprint.pformat(self.dict(by_alias=False))
|
41
|
+
|
42
|
+
def __repr__(self):
|
43
|
+
"""For `print` and `pprint`"""
|
44
|
+
return self.to_str()
|
45
|
+
|
38
46
|
def to_str(self) -> str:
|
39
47
|
"""Returns the string representation of the model using alias"""
|
40
48
|
return pprint.pformat(self.dict(by_alias=True))
|
lusid/models/a2_b_data_record.py
CHANGED
@@ -52,6 +52,14 @@ class A2BDataRecord(BaseModel):
|
|
52
52
|
allow_population_by_field_name = True
|
53
53
|
validate_assignment = True
|
54
54
|
|
55
|
+
def __str__(self):
|
56
|
+
"""For `print` and `pprint`"""
|
57
|
+
return pprint.pformat(self.dict(by_alias=False))
|
58
|
+
|
59
|
+
def __repr__(self):
|
60
|
+
"""For `print` and `pprint`"""
|
61
|
+
return self.to_str()
|
62
|
+
|
55
63
|
def to_str(self) -> str:
|
56
64
|
"""Returns the string representation of the model using alias"""
|
57
65
|
return pprint.pformat(self.dict(by_alias=True))
|
@@ -55,6 +55,14 @@ class A2BMovementRecord(BaseModel):
|
|
55
55
|
allow_population_by_field_name = True
|
56
56
|
validate_assignment = True
|
57
57
|
|
58
|
+
def __str__(self):
|
59
|
+
"""For `print` and `pprint`"""
|
60
|
+
return pprint.pformat(self.dict(by_alias=False))
|
61
|
+
|
62
|
+
def __repr__(self):
|
63
|
+
"""For `print` and `pprint`"""
|
64
|
+
return self.to_str()
|
65
|
+
|
58
66
|
def to_str(self) -> str:
|
59
67
|
"""Returns the string representation of the model using alias"""
|
60
68
|
return pprint.pformat(self.dict(by_alias=True))
|
lusid/models/abor.py
CHANGED
@@ -47,6 +47,14 @@ class Abor(BaseModel):
|
|
47
47
|
allow_population_by_field_name = True
|
48
48
|
validate_assignment = True
|
49
49
|
|
50
|
+
def __str__(self):
|
51
|
+
"""For `print` and `pprint`"""
|
52
|
+
return pprint.pformat(self.dict(by_alias=False))
|
53
|
+
|
54
|
+
def __repr__(self):
|
55
|
+
"""For `print` and `pprint`"""
|
56
|
+
return self.to_str()
|
57
|
+
|
50
58
|
def to_str(self) -> str:
|
51
59
|
"""Returns the string representation of the model using alias"""
|
52
60
|
return pprint.pformat(self.dict(by_alias=True))
|
@@ -47,6 +47,14 @@ class AborConfiguration(BaseModel):
|
|
47
47
|
allow_population_by_field_name = True
|
48
48
|
validate_assignment = True
|
49
49
|
|
50
|
+
def __str__(self):
|
51
|
+
"""For `print` and `pprint`"""
|
52
|
+
return pprint.pformat(self.dict(by_alias=False))
|
53
|
+
|
54
|
+
def __repr__(self):
|
55
|
+
"""For `print` and `pprint`"""
|
56
|
+
return self.to_str()
|
57
|
+
|
50
58
|
def to_str(self) -> str:
|
51
59
|
"""Returns the string representation of the model using alias"""
|
52
60
|
return pprint.pformat(self.dict(by_alias=True))
|
@@ -39,6 +39,14 @@ class AborConfigurationProperties(BaseModel):
|
|
39
39
|
allow_population_by_field_name = True
|
40
40
|
validate_assignment = True
|
41
41
|
|
42
|
+
def __str__(self):
|
43
|
+
"""For `print` and `pprint`"""
|
44
|
+
return pprint.pformat(self.dict(by_alias=False))
|
45
|
+
|
46
|
+
def __repr__(self):
|
47
|
+
"""For `print` and `pprint`"""
|
48
|
+
return self.to_str()
|
49
|
+
|
42
50
|
def to_str(self) -> str:
|
43
51
|
"""Returns the string representation of the model using alias"""
|
44
52
|
return pprint.pformat(self.dict(by_alias=True))
|
@@ -59,6 +59,14 @@ class AborConfigurationRequest(BaseModel):
|
|
59
59
|
allow_population_by_field_name = True
|
60
60
|
validate_assignment = True
|
61
61
|
|
62
|
+
def __str__(self):
|
63
|
+
"""For `print` and `pprint`"""
|
64
|
+
return pprint.pformat(self.dict(by_alias=False))
|
65
|
+
|
66
|
+
def __repr__(self):
|
67
|
+
"""For `print` and `pprint`"""
|
68
|
+
return self.to_str()
|
69
|
+
|
62
70
|
def to_str(self) -> str:
|
63
71
|
"""Returns the string representation of the model using alias"""
|
64
72
|
return pprint.pformat(self.dict(by_alias=True))
|
lusid/models/abor_properties.py
CHANGED
@@ -39,6 +39,14 @@ class AborProperties(BaseModel):
|
|
39
39
|
allow_population_by_field_name = True
|
40
40
|
validate_assignment = True
|
41
41
|
|
42
|
+
def __str__(self):
|
43
|
+
"""For `print` and `pprint`"""
|
44
|
+
return pprint.pformat(self.dict(by_alias=False))
|
45
|
+
|
46
|
+
def __repr__(self):
|
47
|
+
"""For `print` and `pprint`"""
|
48
|
+
return self.to_str()
|
49
|
+
|
42
50
|
def to_str(self) -> str:
|
43
51
|
"""Returns the string representation of the model using alias"""
|
44
52
|
return pprint.pformat(self.dict(by_alias=True))
|
lusid/models/abor_request.py
CHANGED
@@ -58,6 +58,14 @@ class AborRequest(BaseModel):
|
|
58
58
|
allow_population_by_field_name = True
|
59
59
|
validate_assignment = True
|
60
60
|
|
61
|
+
def __str__(self):
|
62
|
+
"""For `print` and `pprint`"""
|
63
|
+
return pprint.pformat(self.dict(by_alias=False))
|
64
|
+
|
65
|
+
def __repr__(self):
|
66
|
+
"""For `print` and `pprint`"""
|
67
|
+
return self.to_str()
|
68
|
+
|
61
69
|
def to_str(self) -> str:
|
62
70
|
"""Returns the string representation of the model using alias"""
|
63
71
|
return pprint.pformat(self.dict(by_alias=True))
|
@@ -38,6 +38,14 @@ class AcceptEstimateValuationPointResponse(BaseModel):
|
|
38
38
|
allow_population_by_field_name = True
|
39
39
|
validate_assignment = True
|
40
40
|
|
41
|
+
def __str__(self):
|
42
|
+
"""For `print` and `pprint`"""
|
43
|
+
return pprint.pformat(self.dict(by_alias=False))
|
44
|
+
|
45
|
+
def __repr__(self):
|
46
|
+
"""For `print` and `pprint`"""
|
47
|
+
return self.to_str()
|
48
|
+
|
41
49
|
def to_str(self) -> str:
|
42
50
|
"""Returns the string representation of the model using alias"""
|
43
51
|
return pprint.pformat(self.dict(by_alias=True))
|
@@ -39,6 +39,14 @@ class AccessControlledAction(BaseModel):
|
|
39
39
|
allow_population_by_field_name = True
|
40
40
|
validate_assignment = True
|
41
41
|
|
42
|
+
def __str__(self):
|
43
|
+
"""For `print` and `pprint`"""
|
44
|
+
return pprint.pformat(self.dict(by_alias=False))
|
45
|
+
|
46
|
+
def __repr__(self):
|
47
|
+
"""For `print` and `pprint`"""
|
48
|
+
return self.to_str()
|
49
|
+
|
42
50
|
def to_str(self) -> str:
|
43
51
|
"""Returns the string representation of the model using alias"""
|
44
52
|
return pprint.pformat(self.dict(by_alias=True))
|
@@ -41,6 +41,14 @@ class AccessControlledResource(BaseModel):
|
|
41
41
|
allow_population_by_field_name = True
|
42
42
|
validate_assignment = True
|
43
43
|
|
44
|
+
def __str__(self):
|
45
|
+
"""For `print` and `pprint`"""
|
46
|
+
return pprint.pformat(self.dict(by_alias=False))
|
47
|
+
|
48
|
+
def __repr__(self):
|
49
|
+
"""For `print` and `pprint`"""
|
50
|
+
return self.to_str()
|
51
|
+
|
44
52
|
def to_str(self) -> str:
|
45
53
|
"""Returns the string representation of the model using alias"""
|
46
54
|
return pprint.pformat(self.dict(by_alias=True))
|